/*
Theme Name: Estate Nadine Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Estate Nadine Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: estate-nadine
*/
@import url("../estate-nadine/style.css");

/* COLOR SCHEME 
Black: #000
White: #fff
*/


/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Amiri);

@font-face {
    font-family: 'dosis-reg';
    src: url('fonts/Dosis-Book_0.ttf');
}
@font-face {
    font-family: 'dosis-bold';
    src: url('fonts/Dosis-Bold_0.ttf');
}
@font-face {
    font-family: 'dosis-light';
    src: url('fonts/Dosis-Light_0.ttf');
}
@font-face {
    font-family: 'dosis-med';
    src: url('fonts/Dosis-Medium_0.ttf');
}
@font-face {
    font-family: 'dosis-semibold';
    src: url('fonts/Dosis-SemiBold_0.ttf');
}
/* FONTS END */


/* HEADER */
.logo_wrapper {
	display:none;
}

/* Custom Left Menu */
.left_menu_custom_wrap {
  	background:#fff;
    height: 100vh;
    left: 0;
    padding: 0 !important;
    position: fixed;
    text-align: center;
    width: 260px;
    z-index: 9999 !important;
}
.left_menu_inner {
	height:100%;
}
.container {
	max-width:calc(100% - 260px);
	left:130px;
	position:relative;
  	background:#fff!important;
}
.header_bottom .container {
  	max-width:calc(100% - 260px)!important;
	left:260px!important;
  	position:absolute;
}
nav.main_menu, ul#menu-main-menu {
    left: calc(50% - 318.5px);
    position: absolute;
    width: 637px;
}
.header_bottom .container .container_inner {
  	width:100%;
}
footer {
	max-width:calc(100% - 260px);
	left:130px;
}
a.side_logo {
    left: calc(50% - 69.5px);
    position: absolute;
    top: 60px;
}
.side_flower {
    height: 70px;
    left: calc(50% - 38.5px);
    padding: 20px 0;
    position: absolute;
    top: calc(50% - 35px);
}
.side_contact {
    bottom: 50px;
    left: 25px;
    position: absolute;
    text-align: left;
}
/* Custom Left Menu Ends */

.header_wrap {
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  	display: -o-flex;
}
.header_content_wrap {
	margin:auto;
  	text-align:center;
}
span.left_menu_info {
    color: #636363;
    display: block;
    font-size: 16px;
}
nav.main_menu > ul > li > a {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
a.current {
  	color:#f77658!important;
}
/* HEADER END */


/* GENERAL */
a, p, li, span, h1, h2, h3, h4, h5, h6 {
  	font-family:dosis-reg!important;
  	color:#636363;
}
a { 
	outline:0!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.custom_grid {
	max-width:65%;
	width:100%;
	margin-right:17.5%;
  	float:right;
}
.aligned_grid {
	max-width:82.5%;
}
a.green_btn {
    border: 2px solid #f77658;
    color: #f77658;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    text-transform: uppercase;
}
a.green_btn:hover {
    background: #f77658;
  	color:#fff;
}
.double_content {
  /*
  	-o-column-count: 2;
	-o-column-gap: 40px;
  	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
  */
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 20px;
}
.double_content p {
	padding-bottom:10px;
  	font-size:16px;
}
h1.main_title {
	color:#fff;
    font-family: amiri !important;
    font-size: 45px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
h1.main_title.black {
	color:#000;
}
h1.header_title {
    color: #ffffff;
    font-family: amiri !important;
    font-size: 40px;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
h4.content_title {
    font-family: amiri !important;
    font-size: 34px;
    margin-bottom: 25px;
}
h4.content_title.centered {
	text-align:center;
}
.green_btn_wrap {
	text-align:center;
}
.row_margin {
	margin:40px 0;
}
.plain_text {
	font-size:16px;
	line-height:1.2;
	padding:20px 0 30px;
}
.plain_text p {
	padding-bottom:10px;
}
#back_to_top span {
    border: 0 none;
}
#back_to_top span:hover {
  	background:transparent;
}
#back_to_top span i {
	color:#f77658;
}

.gallery_wrap {
	position:relative;
	top:30px;
	left:5px;
}
/* GENERAL END */


/* PAGES */
/* HOMEPAGE */


.header_image_content p {
    color: #ffffff;
    font-size: 25px;
	line-height:1.2;
    max-width: 600px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.slider_row { max-width: 82.5%; }
.slider_wrap {
	margin-right: 0;
    width: calc(58.33333333% + 20%);
    float: right;
    right: 0;
    padding: 0;
    left: calc( 20% + 15px);
    position: relative;
    top: -100px;
}
.slider_wrap .bx-viewport { left: 1px; }
.slider_wrap .bx-wrapper .bx-pager .bx-pager-item { display: block !important; }
.slider_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    text-indent: inherit;
    display: none;
    color: #ed6a19;
    height: auto;
    width: 70px;
    padding: 0 30px 4px 10px;
    margin: 0 0 4px 0;
    border-bottom: 2px solid #ed6a19;
    border-radius: 0;
}
.slider_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    display: block;
}
.slider_wrap .bx-wrapper .bx-pager {
    width: 70px;
    top: calc(50% - 40px);
    left: -75px;
    bottom: inherit;
    font-size: 18px;
}
.slider_wrap .bx-wrapper .bx-pager span {
    width: 70px; display: block;
    padding: 0 30px 0 10px;
}
.slider_wrap .bx-wrapper .bx-controls-direction a {
    left: -5px !important;
    height: 80px;
    width: 40px;
    margin-top: 0px;
    background: rgba(247,118,87,0.7) !important;
    text-indent: inherit;
    color: #FFF;
    font-size: 30px;
    text-align: center;
}
.slider_wrap .bx-wrapper .bx-controls-direction a.bx-prev {
    top: calc(50% - 70px);
    padding-top: 40px;
}
.slider_wrap .bx-wrapper .bx-controls-direction a.bx-next {
    top: calc(50% + 10px);
    padding-top: 10px;
}

.slider_row .gallery-caption {
    position: absolute;
    top: 130px;
    right: 30%;
    font-size: 18px;
    color: #5D5D5D;
    font-style: italic;
    width: 45%;
    text-align: right;
  	font-family:amiri!important;
  	line-height:1.2;
}

.distances_wrap {
  	max-width:75%;
	width:100%;
  	float:left;
  	padding:15px 0;
  	border-right:3px solid #636363;
}
.single_distance {
    float: left;
    font-family: dosis-reg;
    text-align: center;
    width: 25%;
}
span.distance_location {
  	display:block;
  	font-size:20px;
}
span.km_number {
    font-family: amiri !important;
    font-size: 34px;
    margin-right: 5px;
}
.distances_read_more_wrap {
  	text-align:center;
}
.distances_row {
	margin-bottom:35px;
}
.thing_to_do img {
  	width:100%;
}
.repeater_content {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #000000;
    font-family: dosis-reg;
    padding: 30px;
    text-align: center;
}
.single_row {
    display: -ms-flexbox;
    display: -webkit-flex;
  	display: -o-flex;
    display: flex;
}
.single_col_uneven {
    -webkit-flex: 1 0 1;
    -ms-flex: 1 0 1;
	-o-flex:1 0 1;
    flex: 1 0 1;
}
span.rep_pretitle {
    color: #ed6a19;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: -10px;
    text-transform: uppercase;
}
span.rep_title {
    color: #363636;
    display: block;
    font-family: amiri !important;
    font-size: 28px;
    margin-bottom: 10px;
}
.rep_cont { margin-bottom: 40px; }	  
.rep_cont p {
    color: #363636;
    font-size: 16px;
    line-height: 1.2;
}
.thing_to_do-image {
    min-height: 250px;
    width: 1005;
    background-size: cover;
  	background-position:center center;
}
.thing_to_do .bx-wrapper .bx-viewport, .beach .bx-wrapper .bx-viewport { left: 0; }
.thing_to_do .bx-wrapper .bx-pager.bx-default-pager a.active, .beach .bx-wrapper .bx-pager.bx-default-pager a.active {
    display: block;
}
.thing_to_do .bx-wrapper .bx-pager, .beach .bx-wrapper .bx-pager { 
    font-size: 18px; 
    bottom: -40px; 
}
.thing_to_do .bx-wrapper .bx-pager.bx-default-pager a, .beach .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    text-indent: inherit;
    display: none;
    color: #ed6a19;
    height: auto;
    width: 40px;
    margin: 0 0 4px 0;
    padding-top: 10px;
    border-radius: 0;
}
.thing_to_do .bx-wrapper .bx-pager.bx-default-pager span, .beach .bx-wrapper .bx-pager.bx-default-pager span, .dining-slider .bx-wrapper .bx-pager.bx-default-pager span {
    width: 40px;
    display: inline-block;
    padding-top: 10px;
    border-left: 2px solid #535456;
  	font-family:amiri!important;
  	font-weight:100!important;
  	font-size:25px!important;
}
.thing_to_do .bx-wrapper .bx-controls-direction a, .beach .bx-wrapper .bx-controls-direction a {
    height: 30px;
    width: 70px;
    padding-left: 10px;
    top: auto;
    left: 50%;
    bottom: 0;
    background: rgba(247,118,87,0.7) !important;
    text-indent: inherit;
    color: #FFF;
    font-size: 30px;
    text-align: left;
}
.thing_to_do .bx-wrapper .bx-controls-direction a.bx-prev, .beach .bx-wrapper .bx-controls-direction a.bx-prev {
    left: calc(50% - 70px);
    padding-left: 30px;
}

.header_content {
  	margin:auto;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .slider_wrap .bx-wrapper .bx-pager span {
  	font-family:amiri!important;
	font-size:25px!important;
	font-weight:100!important;
}
.single_col_uneven .bx-viewport {
	height:auto!important;
}
/* HOMEPAGE ENDS */
/* ESTATE PAGE */

.header_content {
  	text-align:center;
}
.estate_info, span.info_title {
    color: #ed6a19 !important;
    font-family: dosis-reg;
    font-size: 22px;
}
.single_info {
    border-right: 1px solid #eb6a19;
    float: left;
    margin: 50px 6% 50px 0;
    width: 17%;
}
.single_info.no_border {
  	border-right:0;
}
.header_caption p {
    color: #ffffff !important;
    font-size: 22px;
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.grey {
    background: #e5e5e5;
    padding: 50px 0;
}
.grey .col-md-6 img {
  	width:100%;
  	margin-bottom:15px;
}
.page-template-estate-template .less_padding_right img {
	height:366px;
}
.less_padding_left {
  	padding-left:0!important;
	padding-right:7.5px!important;
}
.less_padding_right {
	padding-right:0!important;
	padding-left:7.5px!important;	
}
.materials_row {
	padding:70px 0;
}
.materials_row .col-md-7 img {
  	width:32%;
}
.single_col.flexed {
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  	display: -o-flex;
}
.centered_content {
	margin:auto;
}
.rep_row .grey {
	padding:0;
}
.repeater_content_wrap {
	display:flex;
  	display:-webkit-flex;
	min-height:300px;
}
.repeater_content {
	margin:auto;
}
.repeater_content_wrap .rep_cont {
	max-width: 100%;
	width: 100%;
	margin: 0px auto 40px;
}   

.dining-slider .bx-wrapper .bx-pager {
    top: -36px;
    padding-top: 0;
    font-size: 18px;
    bottom: auto;
}
.dining-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    text-indent: inherit;
    display: none;
    color: #ed6a19;
    height: auto;
    width: 40px;
    margin: 0 0 4px 0;
    padding-top: 10px;
    border-radius: 0;
}
.dining-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    display: block;
}
.dining-slider .bx-wrapper .bx-pager.bx-default-pager span {
    width: 40px;
    display: inline-block;
    padding-top: 10px;
    border-left: 1px solid #535456;
  	font-size:25px;
  	font-weight:100;
}

.dining-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: calc(50% - 70px);
    padding-left: 30px;
}
.dining-slider .bx-wrapper .bx-controls-direction a {
    height: 30px;
    width: 70px;
    padding-left: 10px;
    margin-top: 0;
    top: 0;
    left: 50%;
    bottom: auto;
    background: rgba(247,118,87,0.7) !important;
    text-indent: inherit;
    color: #FFF;
    font-size: 30px;
    text-align: left;
}
.dining_areas {
  	margin-bottom:65px;
}
.tabs-colomn { padding: 50px !important; }
.tabs-colomn input[type="radio"] {
    display: none;
}
.tab-head {
    text-transform: uppercase;
    color: #5C5B57;
    margin-right: 40px;
    cursor: pointer;
}
.tab-head span {
	font-size:18px;
	font-weight:100;
}
.tab-head.active {
    color: #ed6a19;
    border-bottom: 1px solid #ed6a19;
}
.tab-head.active span { color: #ed6a19; }
.tab-content {
    display: none;
    margin-top: 40px;
}
.tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.tab-content.active { display: block; }
.estate-thing_to_do { background: transparent !important; }
.estate-thing_to_do .bx-wrapper { background: #e5e5e5; }
.thing_to_do .bx-controls-direction img, .beach .bx-controls-direction a.bx-next img, .beach .bx-controls-direction a.bx-prev img {
    position: relative;
    top: 7px;
    width: auto;
}
.thing_to_do .bx-controls-direction a.bx-next img {
	left:5px;
}
.thing_to_do .bx-controls-direction a.bx-prev img {
	right:5px;
}
.dining-slider a.bx-next img, .dining-slider  a.bx-prev img {
	position:relative;
	top:7px;
}
.beach {
  	position:relative;
  	top:-60px;
}
.indoor-slider a.bx-next img, .indoor-slider a.bx-prev img, .acc-slider .bx-controls-direction a.bx-prev img, .acc-slider .bx-controls-direction a.bx-next img {
	position:relative;
	left:10px;
}
.left_image img {
	height:620px;
}
.right_image img {
	height:302px!important;
}
/* ESTATE PAGE ENDS */
/* AREA PAGE */

.page-template-area-template .header_wrap {
  	background-position:center bottom -250px!important;
}
.marginned {
	margin:70px 0;
}
h5.small_title {
    color: #ed6a19;
    font-size: 22px;
    font-weight: 100;
    text-transform: none;
}
.orange {
    background: #f77658 none repeat scroll 0 0;
    color: #ffffff !important;
    padding: 50px 0;
    text-align: center;
}
h4.content_title.white {
	color:#fff!important;
}
.orange span.km_number, .orange span.distance_location {
	color:#fff;
}
.orange .single_distance {
	width:150px!important;
	height:150px!important;
	float:none;
}
/* AREA PAGE ENDS */
/* CONTACT PAGE */
.page-template-contact-template .header_content {
    height: 80px;
    left: calc(50% - 75px);
    padding: 10px 0;
    position: absolute;
    top: calc(50% - 40px);
    width: 150px;
}
.btn_wrap.contact {
	text-align:left;
}
.content_wrap {
	font-family:dosis-reg!important;
	font-size:16px;
	color:#636363;
}
span.caps_title {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}
.contact_info {
	font-size:17px;
	line-height:1.35;
}
div.wpcf7-response-output {
    background: #f77658 none repeat scroll 0 0 !important;
    font-family: dosis-reg;
  	letter-spacing:0!important;
    text-transform: none !important;
}
#ui-datepicker-div {
  	z-index:99999!important;
  	border-radius:0!important;
  	border:1px solid #636363!important;
}
.ui-datepicker .ui-datepicker-header {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 0 !important;
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-header {
    background: #85442F;
    border-radius: 0 !important;
}
.ui-datepicker-title span {
	color:#fff;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    background: #85442F!important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-family: dosis-reg;
    font-weight: 100;
    opacity: 1 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f77658 none repeat scroll 0 0 !important;
    border: 1px solid #d3d3d3;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #1abc9c;
    bottom: 0;
    left: 25%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    max-width: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
}
/* CONTACT PAGE ENDS */
/* RESERVATIONS */
.rates_wrap {
  	margin-top:50px;
}
.season_head {
    border-bottom: 2px solid #f77658;
    padding: 25px 0;
}
.rates_wrap .custom_grid {
    padding: 20px 50px 50px !important;
}
.rates_top .season_head {
  	text-align:center;
}
span.seasons_included {
  	font-size:16px;
}
span.rates_left_title {
    color: #ff7658;
    font-size: 19px;
    text-transform: uppercase;
}
.season_head.centered {
	text-align:center;
}
span.season_price {
  	font-size:19px;
  	color:#000;
}
span.season_title {
    color: #000000 !important;
    display: block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  	font-size:18px;
}
.season_head {
    border-bottom: 2px solid #f77658;
    padding: 25px 0;
}

.btn_wrap {
	text-align:center;
  	margin:30px 0 70px;
}
.form_wrap {
  	margin-top:75px;
}
span.field_title {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-top: 20px;
    text-transform: uppercase;
}
.single_field input, .single_field textarea {
  	border:1px solid #000!important;
	font-size:17px!important;
	color:#000!important;
	font-family:dosis-reg!important;
}
.btn_wrap input {
    border: 2px solid #f77658 !important;
    border-radius: 0 !important;
    color: #f77658!important;
    font-family: dosis-reg !important;
    font-size: 17px !important;
    font-weight: 100 !important;
    letter-spacing: 0 !important;
    padding: 10px 30px!important;
}

.btn_wrap input:hover {
    background: #f77658!important;
  	color:#fff!important;
}
.select_wrap {
	position:absolute;
  	top:100px;
}
.select_wrap span.field_title {
	position:relative;
  	left:15px;
}
span.form_title {
    display: block;
    font-family: amiri !important;
    font-size: 30px;
    margin-bottom: 25px;
}
input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}
.wpcf7-list-item span {
    font-family: dosis-reg !important;
    font-size: 16px;
    font-weight: 100 !important;
}
.select_wrap span {
	margin-right:15px;
}
/* RESERVATIONS ENDS */
/* PAGES END */


/* CUSTOM POST TYPES */
/* CUSTOM POST TYPES END */


/* BLOG */
/* BLOG END */


/* FORMS */
/* FORMS END */

/* FOOTER */

.footer_info {
	text-align:center;
  	padding-bottom:50px;
}
.footer_info span {
	color:#fff;
  	display:block;
    font-family: amiri !important;
    font-size: 31px;
    padding: 5px 0;
}
.footer_top .container {
	display:none;
}
.footer_address {
	font-size:18px;
	font-family:dosis-reg;
	color:#fff;
	text-align:right;
  	margin-top:-15px;
}
.footer_copyrights, .footer_copyrights a {
    color: #000000;
	font-family:dosis-reg;
    letter-spacing: 0;
  	font-size:15px;
  	text-align:center;
}
.footer_social a {
	color:#fff;
	font-size:18px;
	margin-right:15px;
}
/* FOOTER END */


/* MEDIA QUERIES */

@media screen and (max-width: 1366px) {
	.page-template-homepage-template .acf-map {
  		height:520px!important;
	}
  	.double_content {
		-moz-column-gap: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.single_info {
		margin: 50px 0 !important;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 25%;
	}
}
@media screen and (min-width: 1000px) {
	.resp_display_off {
		display:block;
	}
	.resp_display_on {
		display:none!important;
	}
}
	  
@media screen and (max-width: 1000px) {
	.resp_display_off {
		display:none!important;
	}
	.logo_wrapper {
		display:block;
		margin-top:30px;
	}
	.left_menu_custom_wrap {
		display:none;
	}
	.container {
		max-width:100%;
		left:0;
	}
	.footer_top .col-md-4 {
  		text-align:center;
		margin:10px 0;
	}
	.season_head {
		text-align:center;
	}
	.header_bottom .container {
		max-width:100%!important;
		left:0!important;
	}
	nav.main_menu, ul#menu-main-menu {
		left: 0!important;
		width: 100%!important;
	}
	footer {
		max-width:100%!important;
		left:0!important;
	}
	.mobile_menu_button {
	  	position:relative;
	  	left:30px;
	}
	.mobile_menu_button span {
		font-size:30px;
	  	color:#636363;
	}
	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
		color: #636363 !important;
		font-size: 25px;
		line-height: 1.2;
		padding: 15px 0;
	}
	nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
		color:#f77658!important;
	}
	.aligned_grid {
		margin:auto;
	}
	.gallery-caption {
		left: 20px;
		max-width: 30%;
		text-align: left !important;
	}
	.single_row {
		display: flex;
  		display:-webkit-flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.single_col_uneven {
		-webkit-flex: 1;
		-ms-flex: 1;
  		-o-flex:1 ;
		flex: 1;
		flex-shrink:2;
		flex-basis:auto;
		flex-grow:1;
	}
	.no_padding_right {
		padding-left:0!important;
	}
	.no_padding_left {
		padding-right:1px!important;
	}
	.custom_grid {
		max-width:80%;
		width:100%;
		margin:0px auto;
		float:none;	  
	}
	.materials_row .col-md-5 {
		margin-bottom:30px;
	}
	.slider_wrap {
		top:0;
	}
	.dining_areas {
		margin:50px auto 75px;
	}
	.bx-wrapper {
		left:5px;
	}
	.rep_row .bx-wrapper {
		left:0;
	}
	.single_row {
		display: flex;
  		display:-webkit-flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.single_col {
		-webkit-flex: 1;
		-ms-flex: 1;
  		-o-flex 1;
		flex: 1;
		flex-shrink:2;
		flex-basis:auto;
		flex-grow:1;
	}
  	.tabs-colomn {
		text-align:center;
	}
	.single_col.flexed h4 {
		padding:50px 0;
		margin-bottom:0;
	}
	.grey .less_padding_left, .grey .less_padding_right {
		padding-left:0!important;
		padding-right:0!important;
	}
	.slider_row .gallery-caption {
		top:235px;
	}
	.distances_box .col-md-3 {
		float:left;
		max-width:25%!important;
		width:100%!important;
	}
	.estate-thing_to_do {
		top:0!important;					
	}
	.gallery_wrap {
		position:relative;
		top:150px!important;
  	}
  	.gallery_wrap .bx-wrapper {
  		left:0;
  	}
  	.gallery_wrap .dining-slider, .gallery_wrap .dining-bxslider, .gallery_wrap li.single_slide {
  		height:650px!important;
  	}
  	span.form_title {
		margin-top:75px;
  	}
  	.select_wrap {
  		position:relative;
	  	top:20px;
	}
	#back_to_top {
	  	bottom:100px;
	}
	.page-template-homepage-template .thing_to_do .bx-wrapper {
  		left:0!important;
	}
	.page-template-homepage-template .thing_to_do {
		margin-top:30px;
	}
	.grey_box {
		display:none;
	}
	.footer_top .col-md-6 {
		width:50%;
		float:left;
	}
}

@media screen and (max-width: 768px) {
	.single_distance {
		margin: 20px 0;
		width: 50%;
	}
	.distances_read_more_wrap {
		position:relative;
		top:75px;
	}
	.page-template-homepage-template .slider_row .col-md-5 {
		display:none;
	}
	.slider_row .slider_wrap {
		float:left;
		width:100%;
		left:75px;
	}
	.distances_wrap {
		border-right: 0 none !important;
		float: left;
		max-width: 100% !important;
		width: 100% !important;
	}
	.distances_read_more_wrap {
		top:0;
	}
	.single_info {
		border-right: 0 none !important;
		margin: 20px 0 !important;
		width: 100%;
	}
	.double_content {
		-moz-column-count: 1!important;
		column-count: 1!important;
	}
	.slider_row .gallery-caption {
		display:none;
	}
}
	
/* Retina Devices 
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

} */ 

/* MEDIA QUERIES END */


.col-md-1.no_padding, .col-md-2.no_padding, .col-md-3.no_padding, .col-md-4.no_padding, .col-md-5.no_padding, .col-md-6.no_padding, .col-md-7.no_padding, .col-md-8.no_padding, .col-md-9.no_padding, .col-md-10.no_padding, .col-md-11.no_padding, .col-md-12.no_padding {
	padding-left:0;
	padding-right:0;
}
.no_padding_left {
	padding-left:0!important;
}
.no_padding_right {
	padding-right:0!important;
}






.datepicker {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.datepicker:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
