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


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


/* FONTS */

@font-face {
    font-family: 'raleway';
    src: url('fonts/Raleway.ttf');
}
@font-face {
    font-family: 'raleway-med';
    src: url('fonts/Raleway-Medium.ttf');
}
@font-face {
    font-family: 'raleway-light';
    src: url('fonts/Raleway-Light.ttf');
}
@font-face {
    font-family: 'raleway-bold';
    src: url('fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'taviraj';
    src: url('fonts/Taviraj-Regular.ttf');
}
@font-face {
    font-family: 'taviraj-med';
    src: url('fonts/Taviraj-Medium.ttf');
}
@font-face {
    font-family: 'taviraj-light';
    src: url('fonts/Taviraj-Light.ttf');
}
@font-face {
    font-family: 'taviraj-bold';
    src: url('fonts/Taviraj-Bold.ttf');
}
@font-face {
    font-family: 'taviraj-it';
    src: url('fonts/Taviraj-Italic.ttff');
}
h1, h2, h3, h4, h5, h6 {
  	font-family:raleway!important;
  	letter-spacing:4px!important;
}
a, p, li, span, input {
  	font-family:taviraj!important;
}
 

/* FONTS END */


/* HEADER */

header {
  	max-width:calc(50% - 100px)!important;
}
.admin-bar header.fixed, .admin-bar header.sticky.sticky_animate {
    margin-top: 32px !important;
  	padding-top:0!important;
}
.customMenuWrap {
    background: #e3edee;
    height: 100vh !important;
    max-width: 16%;
    padding: 50px 65px !important;
    position: fixed;
    right: 0;
    width: 100%;
}
.customMenuWrap li {
    font-weight: 100 !important;
    list-style: outside none none !important;
    text-transform: uppercase;
}
.customMenuWrap li a {
    color: #6c686c !important;
    font-family: raleway-med !important;
}
.customMenuWrap li a:hover {
  	color:#584b58!important;
  	padding-left:5px;
}
a.sideareaLogo {
    display: block;
    left: calc(50% - 55px)!important;
    margin: 100px 0;
    position: relative;
}
.largeCol {
	max-width:66.6%!important;
	width:100%!important;
}
.smallCol {
	max-width:33.33%!important;
	width:100%!important;
}
.page-template-homepage-template .firstRow .beigeCol {
	padding-right:0!important;
}
.customMenuWrap .borderedBtnWrap {
    border: 2px solid #a6a09a;
    float: left;
    padding: 2px 0 3px 3px;
    width: 100%;
}
a.borderedBtn {
    background: #a6a09a;
    color: #ffffff;
    display: block;
    max-width: 150px !important;
    padding: 8px 30px;
    text-align: center;
  	white-space:nowrap;
}
a.borderedBtn:hover {
    background: #928980;
}
.sideareaMiniMenu {
	margin-top:30px;
  	float:left;
  	width:100%;
}
a.sideMenuLink {
  	color:#6c686c;
    display: block;
    font-size: 13px;
    line-height: 1.6;
}
a.sideMenuLink:hover {
  	color:#605a60;
  	padding-left:5px;
}
.sideareaSocial {
    bottom: 150px;
    float: left;
    font-size: 20px;
    position: absolute;
    text-align: center;
    width: 160px;
}
.sideareaSocial a {
  	margin:0 10px;
	color:#746461;
}

.customMenuWrap a.borderedBtn {
    max-width: 99%!important;
}
.customMenuWrap .borderedBtnWrap {
    max-width: 100%!important;
  	left:0!important;
}
nav.main_menu {
  	display:none;
}
.q_logo img {
    top: -30%!important;
    width: 200px !important;
    height: 41px !important;
}




/* HEADER END */


/* GENERAL */


.container, .customFooterWrap {
    display: block;
    float: left;
	max-width:calc(100% - 16%)!important;
    width: 100% !important;
}

.container, .content {
	background:#fff!important;
}

.container {
	max-width:calc(100% - 16%)!important;
}
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;
}
#back_to_top {
  	height:25px;
}
#back_to_top span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 52px;
}
#back_to_top:hover span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
}
#back_to_top span i {
  	display:none;
}
/* to change color change border color */
#back_to_top::after {
    border-left: 2px solid #a6a09a;
    border-top: 2px solid #a6a09a;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
	-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;
    opacity:0.6;
}
#back_to_top:hover:after {
  	top:-10px;
    opacity:1;
}

.single_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
}
.single_col {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.single_col_uneven {
    -webkit-flex: 1 0 1;
    -ms-flex: 1 0 1;
    -o-flex: 1 0 1;
    flex: 1 0 1;
}
.firstRow .beigeCol {
	padding-right:10px!important;
}
.beigeCol {
	margin-left:10px!important;
}
.whiteCol {
	background:#fff;
}
.greyCol {
  	background:#ebebeb;
}

/* GENERAL END */

/* FIXES */

.whiteCol, .beigeCol {
  	max-width:50%!important;
	width:100%!important;
}


/* FIXES END */




/* PAGES */
/* HOMEPAGE */

.page-template-homepage-template .container, .page-template-homepage-template .customFooterWrap {
    max-width: 100%!important;
    width: 100% !important;
}
.page-template-homepage-template .customMenuWrap.nonFixed {
	position:absolute!important;   
	z-index: 99999 !important;
	height:calc(100vh - 10px)!important;
  	max-width:33.3%!important;
}
.page-template-homepage-template .sideareaSocial {
    bottom: 20px;
}
.beigeCol.widthFix {
	max-width:calc(50% - 47px)!important;
}
.page-template-homepage-template .firstRow .lightBlueBox {
	margin-top:-20px;
  	height:40vh!important;
}
a.bx-pager-link {
    background: #e3edee!important;
    border-radius: 0 !important;
    height: 5px !important;
    margin: 0 3px !important;
    width: 80px !important;
}
a.bx-pager-link.active {
	background:#c4d4dd!important;
}
.bx-controls {
	position:absolute;
	width:100%;
	left:-10px;
	bottom:-17px;
}
.widthFix .col-md-9 {
	width:89%!important;
	margin-right:-1%!important;
}
.page-template-homepage-template .customMenuWrap .borderedBtnWrap {
	padding-right:1px!important;
}
.borderedBtnWrap {
    left: calc(50% - 80px);
    margin-top: 25px;
    max-width: 160px;
    position: relative;
    width: 100%;
}
.homeIntro {
    left: calc(50% - 32.5%)!important;
    margin-top: 20px;
    max-width: 65%;
    position: relative;
}
.homeIntro p {
    color: #363636;
    font-size: 16px;
    line-height: 1.4;
}
.homeIntro .borderedBtnWrap {
	margin-top:20px!important;
}

.extraPadding {
  	display:flex;
	display:-webkit-flex;
}
.flexClass {
  	max-width:65%;
	margin:auto;
}
.flexClass h3.centeredTitle {
	margin-top:0!important;
}
.page-template-homepage-template .firstRow h3.centeredTitle {
  	margin-top:90px;
}
span.subtitleSmall {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -5px;
    text-align: center;
    text-transform: none;
}
.extraPadding .flexClass p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.extraPadding .flexClass .borderedBtnWrap {
    left: calc(50% - 80px);
    margin: 0 auto;
    max-width: 160px;
    position: relative;
    width: 100%;
}
.areaRow .whiteCol, .areaRow .beigeCol {
	padding:100px 0;
}
h1.simpleLarge {
    color: #756461;
    font-size: 47px;
    font-weight: 300;
    position: absolute;
    text-transform: uppercase;
    width: 100% !important;
  	letter-spacing:2px!important;
  	z-index:99999!important;
}
.areaImage {
    position: relative;
    top: 75px;
}
.areaRow .beigeCol {	
	display:flex;
	display:-webkit-flex;
}
.areaRow .beigeCol .centeredContent {
    margin: auto;
    max-width: 65%;
}
.areaRow .beigeCol .centeredContent p {
    color: #363636;
    font-size: 16px;
    line-height: 1.4;
}
.areaRow .beigeCol .centeredContent .borderedBtnWrap {
	margin-top:20px!important;
}
.areaRow .beigeCol .centeredContent {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top: 50px;
}

.page-template-homepage-template .customFooterWrap .col-md-6.whiteCol {
  	display:flex;
	display:-webkit-flex;
}

.hpSlider li.single_slide, .hpSlider .bx-viewport, .hpSlider .bx-wrapper {
  	height:82vh!important;
}
.page-template-homepage-template .smallImage {
  	height:41vh!important;
}
.roomsWrap .borderedBtnWrap {
	margin-top:25px!important;
}
.roomsWrap .col-md-6.beigeCol {
	position:relative;
	z-index:99999!important;
}

.bedroomsGallery .bx-controls {
    bottom: 34% !important;
    float: left !important;
    height: 100px !important;
    left: 0 !important;
    max-width: 100% !important;
    position: absolute !important;
    width: 100% !important;
}
.bedroomsGallery a.bx-prev {
    background-image: none !important;
    height: 100px !important;
    left: -3px !important;
    position: absolute;
    top: 13px !important;
    width: 100px !important;
}
.bedroomsGallery a.bx-prev::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 70px;
    left: 60px;
    opacity: 0.5;
    position: absolute;
    bottom: 15px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 70px;
}
.bedroomsGallery a.bx-prev:hover:after {
	left:50px;
  	opacity:1;
}
.bedroomsGallery a.bx-next {
    background-image: none !important;
    height: 100px !important;
    position: absolute;
    right: -3px !important;
    top: 13px !important;
    width: 100px !important;
}
.bedroomsGallery a.bx-next::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    display: block;
    height: 70px;
    opacity: 0.5;
    position: absolute;
    right: 45px;
    bottom: 15px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 70px;
} 
.bedroomsGallery a.bx-next:hover:after {
	right:35px;
  	opacity:1;
}

/* HOMEPAGE ENDS */
/* ABOUT */

.firstRow .col-md-7, .leftTopCol {
	margin-top:100px;
}
.largeImage {
    margin-right: 15% !important;
    max-width: 69%;
}
.lightBlueBox, .smallImage {
    left: 70%!important;
    max-width: 30% !important;
}
.beigeCol {
  	background:#e6dcd3;
}
.smallImage {
    display: inline-block !important;
    float: left;
    left: 50%;
    max-width: 50%;
    position: absolute;
    top: 0;
    width: 100%;
}
.lightBlueBox {
    background: #c4d4dd;
    display: flex;
    display: -webkit-flex;
    float: left;
    left: 50%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
}
.lightBlueBox ul {
    font-size: 22px;
    list-style: outside none none;
    margin: auto;
    text-align: center;
}
.lightBlueBox ul li {
  	padding:3px 0;
}
.beigeCol {
	max-width:calc(41.7% - 62px)!important;
	width:100%;
}
.whiteCol {
	max-width:calc(58.3% + 62px)!important;
	width:100%!important;
}
.firstRow .beigeCol {
  	display:flex;
	display:-webkit-flex;
}
.firstRow .simpleCenteredContent  {
  	margin:auto;
	left:0!important;
}
.simpleCenteredContent {
    float: left;
    left: 15%;
    max-width: 70%;
    padding-top: 40px;
    position: relative;
    width: 100%;
}
h1.basicTitle {
    color: #756461;
  	font-size:26px;
    font-weight: 300;
    margin-bottom: 50px;
  	letter-spacing:4px!important;
    text-align: center;
    text-transform: uppercase;
}
.page-template-about-template h1.basicTitle {
    position: relative;
    top: -90px;
}
.simpleCenteredContent p {
    color: #363636;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 25px;
}
h2.centeredTitle {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #756461;
    display: block;
    font-size: 41px;
    font-weight: 300;
    left: calc(58.5% - 258px) !important;
    letter-spacing: 2px !important;
    margin-top: 30px;
    max-width: 516px;
    padding-bottom: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999 !important;
}
h3.centeredTitle {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #756461;
    display: block;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 4px !important;
    margin: 20px 0 30px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
    z-index: 99999 !important;
}
.doubleBedrooms .beigeCol {
    padding-top: 215px;
}
.doubleBedrooms .whiteCol {
    padding-top: 70px;
}
.doubleBedrooms h2 {
	margin-top:100px;
}
.halfImageRight {
    float: right;
    margin-top: 157px;
    width: 50%;
}
.regularContent {
    margin: 50px auto;
    max-width: 70%;
    width: 100%;
}
.regularContent p {
    color: #363636;
    font-size: 16px;
    line-height: 1.4;
  	margin-bottom:15px;
}
.fullImage {
    float: left;
	margin-top:10px;
    height: 600px !important;
    width: 100%;
}
.flexedBox {
    display: flex;
    display: -webkit-flex;
    float: left;
    height: 580px;
    width: 100%;
}
.flexedBox h3 {
	margin-top:0!important;
}
.flexedBox .simpleCenteredContent {
  	padding-top:0!important;
	margin:auto!important;
	width:100%!important;
	left:0!important;
}
.viewsRow .col-md-7 {
  	display:flex;
  	display:-webkit-flex;
}
.viewsRow h4.capitalThin {
  	margin:auto;
}
h4.capitalThin {
    color: #756461;
    font-size: 56px;
    letter-spacing: 3px !important;
    max-width: 640px;
    text-align: left;
  	margin-bottom:25px;
    text-transform: uppercase;
}
.offsetBlock {
    left: calc(62.3% - 225px) !important;
    max-width: 450px !important;
    text-align: center;
    top: 100px;
    z-index: 99999 !important;
    max-width: 450px;
    position: absolute;
    width: 100%;
}
h5.nextSection {
    color: #756461;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px !important;
    line-height: 1.3;
    margin-bottom: 15px;
}
.borderedBtnWrap {
    border: 2px solid #a6a09a;
    float: left;
    left: calc(50% - 80px);
    margin: 0 auto !important;
    max-width: 160px !important;
    padding: 2px 0 3px 3px;
    position: relative;
    width: 100% !important;
}
/* ABOUT ENDS */
/* FACILITIES */

.page-template-facilities-template .firstRow .bx-wrapper {
  	left:5px;
	margin-bottom:100px;
}
h2.leftDecorTitle {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #756461;
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin: 30px 0;	
    padding-bottom: 25px;
    text-align: left;
    width: 100%;
    z-index: 99999 !important;
}
h3.leftDecorTitle {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #756461;
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin: 30px 0;	
    padding-bottom: 25px;
    text-align: left;
    width: 100%;
    z-index: 99999 !important;
}
.simpleList h5 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px !important;
    margin-bottom: 5px;
    margin-top: 25px;
    max-width: 50%;
}
.simpleList li {
    color: #363636;
    font-size: 15px;
    line-height: 1.2;
    list-style: outside none none !important;
    margin-bottom: 10px;
    max-width: 70%;
    text-indent: 0;
}
.page-template-facilities-template .bx-controls {
    bottom: calc(50% - 35px) !important;
    float: left !important;
    height: 70px !important;
    left: 0 !important;
    max-width: 100% !important;
    position: absolute !important;
    width: 100% !important;
}
.page-template-facilities-template a.bx-prev {
    background-image: none !important;
    height: 70px !important;
    left: -3px !important;
    position: absolute;
    top: 13px !important;
    width: 70px !important;
}
.page-template-facilities-template a.bx-prev::after {
    border-bottom: 2px solid #e6dcd3;
    border-left: 2px solid #e6dcd3;
    content: "";
    display: block;
    height: 70px;
    left: 60px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  	opacity:0.5;
    width: 70px;
	-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;
}
.page-template-facilities-template a.bx-prev:hover:after {
	left:50px;
  	opacity:1;
}
.page-template-facilities-template a.bx-next {
    background-image: none !important;
    height: 70px !important;
    right: -3px !important;
    position: absolute;
    top: 13px !important;
    width: 100px !important;
}
.page-template-facilities-template a.bx-next::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    display: block;
    height: 70px;
  	opacity:0.5;
    position: absolute;
    right: 45px;
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 70px;
	-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;
}
.page-template-facilities-template a.bx-next:hover:after {
	right:35px;
  	opacity:1;
}
.page-template-facilities-template h3.leftDecorTitle {
	margin-top:40px!important;
}

/* FACILITIES ENDS */
/* AREA */


.page-template-area-template .firstRow h1.basicTitle {
    margin-top: 30px;
}
.page-template-area-template .firstRow .beigeCol {
	display:block;
}
.page-template-area-template .firstRow .beigeCol .simpleCenteredContent {
    left: 17.5% !important;
    margin: 0 auto;
    max-width: 65% !important;
    position: relative;
    width: 100%;
}
.page-template-area-template .regularContent {
  	margin:auto;
	max-width:65%;
}
.simpleFlexWrap {
	display:flex;
	display:-webkit-flex;
}
.singleNearby .whiteCol {
}
.singleNearby .beigeCol {
	margin-left:9px!important;
}
.singleNearby .beigeCol {
	padding-top:0!important;
}
span.areaDistance {
    color: #6c686c;
    display: block;
    font-family: taviraj-it !important;
    font-size: 30px;
    font-style: italic;
    font-weight: 100 !important;
    margin-bottom: 25px;
  	margin-top:-25px;
}
.singleNearby .whiteCol {
	border-top:10px solid #fff;
}
.page-template-area-template .firstRow h3.leftDecorTitle {
	background-image:none!important;
	margin-bottom:0!important;
	padding-bottom:0!important;
}
h3.smallSubtitle {
    font-weight: 300;
 	background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #756461;
    display: block;
    font-weight: 300;
    margin: 0 0 30px;
    padding-bottom: 25px;
    text-align: left;
    width: 100%;
    z-index: 99999 !important;
}
.doubleBedrooms {
	display:flex!important;
	display:-webkit-flex!important;
}
.page-template-area-template .bx-controls {
    bottom: calc(50% - 35px) !important;
    float: left !important;
    height: 100px !important;
    left: 0 !important;
    max-width: 100% !important;
    position: absolute !important;
    width: 100% !important;
}
.page-template-area-template a.bx-prev {
    background-image: none !important;
    height: 100px !important;
    left: -3px !important;
    position: absolute;
    top: 13px !important;
    width: 100px !important;
}
.page-template-area-template a.bx-prev::after {
    border-bottom: 2px solid #e6dcd3;
    border-left: 2px solid #e6dcd3;
    content: "";
    display: block;
    height: 70px;
    left: 60px;
  	opacity:0.5;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 70px;
	-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;
}
.page-template-area-template a.bx-prev:hover:after {
	left:50px;
  	opacity:1;
}
.page-template-area-template a.bx-next {
    background-image: none !important;
    height: 100px !important;
    right: -3px !important;
    position: absolute;
    top: 13px !important;
    width: 100px !important;
}
.page-template-area-template a.bx-next::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    right: 45px;
  	opacity:0.5;
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 70px;
	-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;
}
.page-template-area-template a.bx-next:hover:after {
	right:35px;
  	opacity:1;
}
.singleThingSlide .col-md-7 {
	padding-top:0!important;
}
.singleThingSlide .regularContent {
	max-width:55%;
}

/* AREA ENDS */
/* BLOG ARCHIVE */

.page-template-blog-template .firstRow h1.basicTitle, .single .firstRow h1.basicTitle, .page-template-gallery-template .firstRow h1.basicTitle {
    position: relative;
    top: 35px;
    width: 100%;
}
.single .firstRow .beigeCol {
	display:block;
}
.single .firstRow .simpleCenteredContent {
	left:15%!important;
}
.singlePostRow .whiteCol {
	border-top:10px solid #fff;
}
a.readMore {
    color: #6c686c;
    font-size: 16px;
    padding-left: 40px;
}
a.readMore:hover {
	padding-left:45px;
}
a.readMore::after {
    background: #746461;
    content: "";
    display: block;
    height: 30px;
    margin-left: 15px;
    margin-top: -28px;
    position: absolute;
    width: 2px;
}
a.readMore::before {
    background: #746461 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: -14px;
    position: absolute;
    width: 30px;
}

.page-template-blog-template .simpleFlexWrap .regularContent .simpleCenteredContent {
    float: left;
    left: 5%;
    max-width: 90%;
    padding-top: 40px;
    position: relative;
    width: 100%;
}
/* BLOG ARCHIVE ENDS */
/* OFFERS */

.page-template-offers-template .firstRow .beigeCol {
	display:block;
}
.singleOffer {
    margin: 0 auto 90px;
    max-width: 65%;
    width: 100%;
}
.singleOffer p {
    color: #363636;
    font-size: 16px;
    line-height: 1.4;
}
.singleOffer h3.leftDecorTitle {
    background-image: none !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
	font-size:32px;
}
.page-template-offers-template h1.basicTitle {
	margin-top:30px;
}

/* OFFERS END */
/* POLICY */
.mapInfo .infoItalic {
    display: inline!important;
    float: left!important;
    font-size: 17px!important;
    margin-top: 0!important;
    position: relative!important;
    padding-right: 50px!important;
  	text-align:left!important;
}
.mapInfo {
    float: left!important;
    left: 20%!important;
    position: relative!important;
    width: 80%!important;
}
.mapPosition {
  	color:#363636!important;
    float: left;
    left: 20%;
    position: relative;
    top: 25px;
    width: 80%;
}
h1.leftDecorTitle {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #756461;
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin: 30px 0 60px;	
    padding-bottom: 25px;
    text-align: left;
    width: 100%;
    z-index: 99999 !important;
}
.policyWrap {
    left: 10%;
    max-width: 80% !important;
    padding: 100px 0 !important;
    position: relative;
}
.policyWrap p {
    color: #363636;
    font-size: 16px !important;
    line-height: 1.4;
    margin-bottom: 15px;
}
.policyWrap h4 {
	color:#363636!important;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 25px !important;
    text-transform: uppercase;
}
.policyWrap span {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

/* POLICY ENDS */
/* GALLERY */

.galleryRow {
	padding-bottom:50px;
}

/* GALLERY ENDS */
/* CONTACT */


.page-template-reservations-template .beigeCol, .page-template-contact-template .beigeCol {
	max-width:calc(41.7% - 62px)!important;
	width:100%;
}
.page-template-reservations-template .greyCol, .page-template-contact-template .greyCol {
	max-width:calc(58.3% + 62px)!important;
	width:100%!important;
}

.page-template-contact-template .firstRow .beigeCol, .page-template-reservations-template .firstRow .beigeCol {
	display:block;
}
.page-template-contact-template .firstRow h1.basicTitle, .page-template-reservations-template .firstRow h1.basicTitle {
	margin-top:30px;
}
.page-template-contact-template .firstRow .simpleCenteredContent, .page-template-reservations-template .firstRow .simpleCenteredContent {
    left: 15% !important;
    margin-top: 100px;
    max-width: 70% !important;
    position: relative;
}
.page-template-reservations-template .firstRow .simpleCenteredContent {
	margin-top:0!important;
}
span.infoItalic {
    color: #363636;
    display: block;
    font-family: taviraj-it !important;
    font-size: 31px;
    font-style: italic;
    padding: 5px 0;
    text-align: center;
}
.page-template-contact-template .greyCol, .page-template-reservations-template .greyCol {
	display:flex;
	display:-webkit-flex;
}
.formWrap {
    float: left;
    margin: auto !important;
    max-width: 65%;
  	padding:50px 0;
}
.single_field input, .single_field textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 15px!important;
    font-family: taviraj!important;
}
.single_field textarea {	
    border: 1px solid #000000 !important;
  	margin-top:-10px!important;
}
.single_field input {	
    border-bottom: 1px solid #000000 !important;
}
.single_field input {
    border-bottom: 1px solid #000000 !important;
    color: #000000 !important;
    font-size: 16px !important;
    padding-left: 0 !important;
}
span.fieldLabel {
	color:#726D6D;
    display: block;
    font-size: 17px;
    position: relative;
    top: 13px;
}
.formBtnWrap::before {
    background: transparent;
    border: 2px solid #a6a09a;
    content: "";
    display: block;
    height: 47px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999 !important;
}
.formBtnWrap input {
    background: #a6a09a!important;
	border:none!important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    padding: 0 50px !important;
    text-transform: none !important;
    left: 5px;
    position: relative;
    top: 4px;
    z-index: 99999 !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;
}
.formBtnWrap input:hover {
    background: #928980!important;
}
.formBtnWrap {
	max-width:205px;
}
.page-template-reservations-template div.wpcf7-response-output {
	max-width:40%!important;
	text-align:right;
}
.contactContent {
    margin: auto;
    max-width: 60%;
    padding: 50px 0;
}
.contactContent a {
    color: #363636;
    text-decoration: underline;
}
.contactContent a {
    color: #e6dcd3;
}
.contactMiddle .simpleCenteredContent {
	display:flex;
	display:-webkit-flex;
	height:100%;
  	padding-top:0!important;
}
span.locationCoords {
    bottom: 21%;
  	color:#756461;
    display: block;
    flex: 0 1 0 !important;
    float: left;
    font-size: 15px;
    font-style: italic;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}
.contactContent h5 {
    color: #756461;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 40px;
}
.contactContent p {
    color: #756461;
  	font-size:16px;
    line-height: 1.4;
}
h3.centeredDecor {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/title-decor.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #756461;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 4px !important;
    line-height: 1.2;
    margin: auto !important;
    max-width: 75%;
    padding-bottom: 25px;
    text-align: center;
}
span.taxiPhone {
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
div.wpcf7-response-output {
    background: #a6a09a!important;
    bottom: 50px;
    color: #ffffff;
    font-family: taviraj !important;
    font-size: 13px;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 1.2;
    max-width: 48% !important;
    position: absolute;
    right: 173px;
    text-transform: none !important;
    width: 100% !important;
}
.formBtnWrap {
	margin-top:30px!important;
}
.page-template-contact-template .contactMiddle .whiteCol {
  	padding-bottom:45px!important;
}
.page-template-contact-template .formBtnWrap::before {
  	width:78.5%;
}
.firstRow .greyCol {
  	padding-bottom:50px!important;
}
.mapAnchor {
    font-size: 14px!important;
    margin-top: 50px!important;
    text-decoration: underline!important;
}
.mapTarget {
    font-size: 14px!important;
    margin-top: 5px!important;
    text-decoration: underline!important;
}
.scroll-div:hover {
	color:#6c686c!important;
}
.mapTarget a:hover {
	color:#6c686c!important;
}
/* CONTACT ENDS */
/* RESERVATION */

h3.formTitle {
    color: #6c686c;
    display: block;
    float: right;
    font-family: taviraj-it !important;
    font-size: 25px;
    font-style: italic;
    font-weight: 100 !important;
    max-width: 60%;
    text-align: right;
    text-transform: none;
}
h3.formTitle {
    border-bottom: 1px solid #6c686c;
    color: #6c686c;
    display: block;
    float: left;
    font-family: taviraj-it!important;
    font-size: 25px;
    font-style: italic;
    font-weight: 100 !important;
    max-width: 100%;
  	margin-bottom: 15px;
    text-align: left;
    text-transform: none;
}
span.smallNote {
    color: #756461;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 50%;
    padding-top: 6px;
    width: 100%;
}
span.smallTabTitle {
    color: #756461;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-style: italic;
    max-width: 25%;
    padding-top: 6px;
    text-align: right;
    width: 100%;
}
.singleSeason {
    border-top: 1px solid #746461;
  	float:left;
    padding: 10px 0;
  	width:100%;
}
.ratesWrap {
  	float:left;
	width:100%;
	border-bottom: 1px solid #746461;
}
.seasonInfo {
    float: left;
    max-width: 50% !important;
    width: 100%;
}
.seasonPrice {
    float: left;
    max-width:25% !important;
    text-align: right;
    width: 100%;
}
span.personsSpan {
    display: block;
    line-height: 1.2;
}
h5.seasonTitle {
    color: #756461;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: -5px;
    padding-top: 9px;
}
.seasonRange {
    color: #756461;
    display: block;
    font-family: taviraj;
    line-height: 1.2;
}
.seasonPrice span {
    color: #756461;
    display: block;
    font-size: 16px;
    line-height: 2.6;
    padding: 5px 0;
}
.calendarFields input {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/calendar.png") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    padding-left: 25px !important;
}
.personsField input {
    background-image: url("https://villasolecorfu.com/wp-content/themes/Villasole-child/images/people.png") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    padding-left: 25px !important;
}
.calendarFields input, .personsField input {
    padding: 7px 0 7px 30px !important;
}
.single_field input, .personsField input, .calendarFields input, .textareaWrap, .textareaWrap span.fieldLabel {
	margin-top:0px!important;
}
.personsField {
	margin-top:-20px!important;
}
#ui-datepicker-div {
	position:relative;
	z-index:99999!important;
}


.ui-datepicker .ui-datepicker-header {
    background: #a6a09a none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0 !important;
    color: #ffffff;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    position: relative;
}
.ui-datepicker-title span {
    font-family: taviraj !important;
    font-style: italic!important;
    font-size: 19px !important;
}
.ui-datepicker th span {
    border: 0 none;
    color: #a6a09a;
    font-family: taviraj !important;
    font-style: italic!important;
    font-weight: 300 !important;
    padding: 0.7em 0.3em;
    text-align: center;
}
table.ui-datepicker-calendar th span {
    color: #756461 !important;
    font-family: taviraj !important;
    font-style: italic!important;
    font-weight: 300 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #a6a09a none repeat scroll 0 0;
    border: 0 none !important;
    color: #ffffff !important;
    font-family: taviraj !important;
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #e6dcd3 none repeat scroll 0 0;
    border: 0 none !important;
    color: #756461 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #756461 none repeat scroll 0 0;
    border: 0 none !important;
    color: #ffffff !important;
    font-weight: normal;
}
a.ui-datepicker-prev:hover, a.ui-datepicker-next:hover, .ui-widget-header .ui-icon {
    background:transparent!important;
}
a.ui-datepicker-prev {
    border-bottom: 1px solid #756461;
    border-left: 1px solid #756461;
    border-radius: 0 !important;
    height: 20px !important;
    left: 12px !important;
    position: relative;
    top: 8px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 20px !important;
}
a.ui-datepicker-next {
    border-bottom: 1px solid #756461;
    border-right: 1px solid #756461;
    border-radius: 0 !important;
    height: 20px !important;
    right: 12px !important;
    position: relative;
    top: 8px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 20px !important;
}
a.ui-datepicker-prev:hover {
    border-bottom: 1px solid #756461!important;
    border-left: 1px solid #756461!important;
}
a.ui-datepicker-next:hover {
    border-bottom: 1px solid #756461!important;
    border-right: 1px solid #756461!important;
}
.ui-widget-content {
    background: #ffffff;
    border: 0 none !important;
    border-radius: 0 !important;
}
.ui-widget-content::after {
    background: #e6dcd3;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1 !important;
}

/* RESERVATION ENDS */

/* PAGES END */


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


/* BLOG */
/* BLOG END */


/* FORMS */
/* FORMS END */

/* FOOTER */

h5.largeEmail {
    color: #756461;
    font-size: 36px;
    font-weight: 300;
    left: calc(52% - 262.5px) !important;
    letter-spacing: 3px !important;
    max-width: 525px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 99999 !important;
}
.customFooterWrap {
  	background:#fff;
}
.customFooterWrap .whiteCol {
  	display:flex;
	display:-webkit-flex;
}
.copyrightsWrap {
  	color:#756461;
    font-size: 14px;
	padding-top:25px;
    margin: auto;
  	letter-spacing:3px;
    text-transform: uppercase;
}
.copyrightsWrap a {
  	color:#756461;
    font-family: raleway !important;
}
.customFooterWrap .beigeCol {
  	display:flex;
	display:-webkit-flex;
}
.customFooterWrap .footerMenu {
    float: left;
    margin: auto;
    position: relative;
  	top:15px;
}
.customFooterWrap .footerMenu a {
	margin-right:15px;
	color:#6c686c;
}

/* FOOTER END */


/* MEDIA QUERIES */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    a.readMore::before {
		margin-top:13px!important;
	}  	
	.page-template-homepage-template .customMenuWrap.nonFixed .borderedBtnWrap {
		left: 2%;
	}
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
	h4.capitalThin {
		font-size: 37px;
	}
	h5.nextSection {
  	  	font-size: 48px;
	}
	.customMenuWrap .borderedBtnWrap {
		padding-right: 1px;
		max-width: 99% !important;
	}
	div.wpcf7-response-output {
		bottom: 105px;
	}
	.customMenuWrap a.borderedBtn {
		padding: 8px 15px!important;
	}
  	h1.simpleLarge {
		font-size: 41px;
	}
}

@media screen and (max-width: 1600px) and (max-height: 900px) {
	.page-template-homepage-template .customMenuWrap.nonFixed .borderedBtnWrap {
		left: 2%;
	}
	h1.simpleLarge {
		z-index: 99999 !important;
	}
	.customMenuWrap {
		padding: 50px 35px !important;
	}
	.page-template-homepage-template .firstRow .largeCol {
    	padding-bottom: 20px !important;
	}
	.page-template-about-template h1.basicTitle {
		top: -60px;
	}
	.customFooterWrap .footerMenu {
		left: 0;
	}
	.customMenuWrap a.borderedBtn {
		padding: 8px 15px!important;
	}
	div.wpcf7-response-output {
		bottom: 53px;
		max-width: 41% !important;
		right: 150px;
	}
	.bedroomsGallery .bx-controls {
		bottom: 39% !important;
		left: -15px;
	}
}
@media screen and (max-width: 1536px) and (max-height: 864px) {
  	.page-template-homepage-template .customMenuWrap.nonFixed {
		height: calc(100vh + 5px) !important;
	}
	.page-template-homepage-template .firstRow .lightBlueBox {
		margin-top: -40px;
	}
}
@media screen and (max-width: 1440px) and (max-height: 900px) {
  	.page-template-homepage-template .customMenuWrap.nonFixed {
		height: calc(100vh + 5px) !important;
	}
	.page-template-about-template h1.basicTitle {
		font-size: 24px;
		top: -30px;
	}
	.page-template-area-template .firstRow .beigeCol .simpleCenteredContent, .homeIntro, .simpleCenteredContent {
		left: 12.5% !important;
		max-width: 75% !important;
	}
	.page-template-area-template .regularContent {
		max-width:75%;
	}
	.page-template-blog-template .simpleFlexWrap .regularContent .simpleCenteredContent {
		left: 0 !important;
		max-width: 100% !important;
	}
	.singleOffer {
		margin: 0 auto 60px;
	}
	.bedroomsGallery .bx-controls {
		left: -15px!important;
	}
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
	.page-template-homepage-template .firstRow .lightBlueBox {
		margin-top: -20px;
	}
  	#back_to_top {
		right:5px!important;
  	}
	
	.page-template-homepage-template .customMenuWrap.nonFixed {
		height: calc(100vh + 25px) !important;
	}
	.page-template-homepage-template .firstRow h3.centeredTitle {
		margin-top: 45px;
	}
	.page-template-about-template h1.basicTitle {
		top: -30px;
	}
	.page-template-homepage-template .sideareaSocial {
		bottom: 40px;
	}
	h1.simpleLarge {
		font-size: 45px;
	}
	.lightBlueBox ul li {
		font-size: 20px;
	}
	span.infoItalic {
		line-height: 1.2;
	}
	.sideareaSocial {
		bottom: 30px;
	}
	.page-template-area-template .firstRow .beigeCol .simpleCenteredContent {
		left: 12.5% !important;
		max-width: 75% !important;
	}
	.page-template-area-template .regularContent {
		max-width: 75%;
	}
	.page-template-area-template .singleThingSlide .regularContent {
		max-width:65%!important;
	}
	.single .firstRow .simpleCenteredContent {
		max-width:80%!important;
		left: 10% !important;
	}
	h3.centeredDecor {
		max-width: 89%!important;
	}
}

@media screen and (max-width: 1280px) and (max-height: 1024px) {
  	.hpSlider li.single_slide, .hpSlider .bx-viewport, .hpSlider .bx-wrapper {
		height: 600px !important;
	}
  	.page-template-homepage-template .smallImage {
		height: 250px !important;
	}  	
	.page-template-homepage-template .firstRow .lightBlueBox {
	    height: 340px !important;
	    margin-top: -69px;
	}
	.customMenuWrap {
		padding: 20px 25px !important;
	}
	.homeIntro {
		margin-top: 15px;
	}
  	.flexClass h3.centeredTitle {
		line-height: 1.2;
	}
	h1.simpleLarge {
		font-size: 40px;
	}
	.page-template-about-template h1.basicTitle {
		position: relative;
		top: -15px;
	}
	.page-template-about-template .lightBlueBox {
		margin-top:-20px;
	}
	.page-template-area-template .firstRow .beigeCol .simpleCenteredContent {
		left: 10% !important;
		max-width: 80% !important;
	}
	.page-template-blog-template .simpleFlexWrap .regularContent .simpleCenteredContent {
		left: 0;
		max-width: 100%;
	}
	.single .firstRow .simpleCenteredContent {
		left: 7.5% !important;
		max-width: 85%!important;
	}
	
	.page-template-homepage-template .firstRow h3.centeredTitle {
		margin-top: 10px;
	}
	.homeIntro {
		left: calc(50% - 35.5%) !important;
		margin-top: 20px;
		max-width: 75%;
		position: relative;
	}
	span.infoItalic {
		font-size: 27px;
	}
	.page-template-contact-template h3.centeredDecor {
		font-size: 48px;
		max-width: 90%;
	}
}

@media screen and (max-width: 1024px) and (max-height: 768px) {	
	.page-template-homepage-template .firstRow .lightBlueBox {
		margin-top: -110px;
	}
	span.infoItalic {
		font-size: 22px;
	}
	.customMenuWrap {
		padding: 10px 5px !important;
	}
	.areaImage {
		top: 105px;
	}
	.viewsRow .beigeCol {
		height: 350px !important;
	}
	.customMenu li {
		padding-left:15px;
	}
	.copyrightsWrap {
		max-width: 60%;
	}
	.page-template-about-template .lightBlueBox {
  		margin-top:-86px;
	}
	h1.basicTitle {
		font-size: 22px;
	}
	.page-template-area-template .firstRow h3.leftDecorTitle {
		margin-top: 0 !important;
	}
}
  @media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	
	.page-template-homepage-template .customMenuWrap.nonFixed {
		height: calc(100vh + 25px) !important;
	}
	.page-template-homepage-template .firstRow h3.centeredTitle {
		margin-top: 45px;
	}
	.page-template-about-template h1.basicTitle {
		top: -30px;
	}
	.page-template-homepage-template .sideareaSocial {
		bottom: 40px;
	}
	h1.simpleLarge {
		font-size: 45px;
	}
	.lightBlueBox ul li {
		font-size: 20px;
	}
	span.infoItalic {
		line-height: 1.2;
	}
	.sideareaSocial {
		bottom: 30px;
	}
	.page-template-area-template .firstRow .beigeCol .simpleCenteredContent {
		left: 12.5% !important;
		max-width: 75% !important;
	}
	.page-template-area-template .regularContent {
		max-width: 75%;
	}
	.page-template-area-template .singleThingSlide .regularContent {
		max-width:65%!important;
	}
	.single .firstRow .simpleCenteredContent {
		max-width:80%!important;
		left: 10% !important;
	}
	h3.centeredDecor {
		max-width: 89%!important;
	}
  	#back_to_top {
		right:5px!important;
  	}
	.page-template-area-template a.bx-next::after {
		border-bottom: 1px solid #e6dcd3;
		border-right: 1px solid #e6dcd3;
	}
}


@media screen and (max-width: 1000px) {
	nav.main_menu {
	  	display:none;
	}
	header, .container, .leftTopCol {
		max-width:100%!important;
	}
  	.mobile_menu_button span, .side_menu_button > a {
		color: #756461;
		font-size: 30px;
	}
  	.customMenuWrap {
	  	display:none;
	}
	.single_row {
		display:block;
  		float:left;
  		width:100%;
	}
	.whiteCol, .beigeCol {
	  	max-width:100%!important;
	  	width:100%!important;
	  	margin: 0 0 0 0!important;
	}
	.singleThingSlide .regularContent {
		max-width: 70%;
	}
	.hpSlider li.single_slide, .hpSlider .bx-viewport, .hpSlider .bx-wrapper {
    	height: 500px !important;
  		width:100%!important;
	}
	.largeImage, .smallImage, .largeCol, .smallCol, .beigeCol.widthFix {
		max-width:100%!important;
		width:100%!important;
  	}
	.smallImage {
    	display: none !important;
  	}
  	.lightBlueBox {
		height: auto !important;
		left: 0 !important;
		max-width: 100% !important;
		padding: 15px !important;
		position: relative;
		width: 100% !important;
	}
  	.page-template-homepage-template .firstRow .lightBlueBox {
  		height:auto!important;
	}
	.staticMenuCol {
		display:none!important;
	}
	.page-template-homepage-template .firstRow h3.centeredTitle {
    	margin-top: 0;
	}
	.firstRow .beigeCol .largeCol {
	  	padding-bottom:25px;
	}
	.roomsWrap .whiteCol {
		padding:30px 0;
	}
	h1.simpleLarge {
		font-size: 28px;
		position: relative;
		text-align: center;
	}
	.areaImage {
		position: relative;
		top: 15px;
	}
	h5.largeEmail {
		left: 0;
		font-size:26px;
		max-width: 100%;
		text-align: center;
	}
	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
		color: #a6a09a!important;
		font-size: 19px!important;
	}
	nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
		color: #756461 !important;
	}
	.page-template-about-template h1.basicTitle {
		top: 0;
	}
	.doubleBedrooms .beigeCol {
		padding-top:0!important;
	}
	.single_row.doubleBedrooms {
		display:block!important;
	}
	.flexedBox {
		display: flex;
		float: left;
		height: auto;
		padding: 30px 0;
		width: 100%;
	}
	h4.capitalThin {
		font-size: 36px;
		max-width: 100%;
		padding: 30px !important;
		text-align: center;
	}
	.offsetBlock {
		left: 0;
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
	.page-template-area-template .firstRow h1.basicTitle {
		margin: 0 !important;
	}
	.simpleCenteredContent {
  		padding:0 0 0 0!important;
  	}
  	.page-template-area-template .firstRow .beigeCol {
		padding: 20px 0;
	}
	h2.centeredTitle {
		left: 0;
		margin-top: 0;
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
  	.page-template-area-template #slider {
  		height:450px!important;	
	}
	.doubleBedrooms {
	  	float:left!important;
	  	max-width:100%!important;
	}
	h4.capitalThin {
		color: #756461;
		font-size: 38px;
		letter-spacing: 0 !important;
		margin-bottom: 25px;
		max-width: 100%;
		text-align: left;
		text-transform: none;
	}
	.bx-viewport, .bx-wrapper {
	  	height:800px!important;
	}
	.singleNearby .beigeCol {
		margin-left: 0;
	}
	h4.capitalThin {
		padding-left: 0 !important;
	}
	.customFooterWrap {
		max-width:100%!important;
		width:100%!important;
	}
	h5.largeEmail {
  		top:20px;
		left: 0!important;
	}
	.copyrightsWrap {
		margin: 10px auto;
	}
  	.customFooterWrap .whiteCol	{
  		height:auto!important;
		padding:20px 0!important;
	}
	.page-template-facilities-template .firstRow .bx-wrapper, .page-template-facilities-template .firstRow .bx-viewport, .page-template-facilities-template .firstRow li.single_slide {
		height: 450px !important;
	}
	h1.basicTitle {
		margin-bottom: 0;
		position: relative;
		top: 20px;
	}
	.single-post .doubleBedrooms .whiteCol {
		padding-top:0!important;
	}
	.firstRow .greyCol {
		max-width: 100% !important;
		padding-bottom: 0;
		margin-top:0!important;
	}
	.page-template-reservations-template .beigeCol, .page-template-contact-template .beigeCol {
	    float: left;
	    max-width: 100% !important;
	    padding-bottom: 50px !important;
	    width: 100% !important;
	}
	li.mobileButton {
		text-align:center;
		background:#a6a09a;
	}
	li.mobileButton a span {
		color:#fff!important;
	}
	li.mobileButton:hover {
		background:#928980;
	}
	h2.centeredTitle {
		display: block !important;
		flex: 0 1 0 !important;
		float: left !important;
		left: 0 !important;
		max-width: 100% !important;
		position: relative !important;
		width: 100% !important;
	}
	.simpleFlexWrap {
		display:block;
		flex:0!important;
  	}
  	.page-template-area-template #slider {
		height: 450px !important;
		margin-bottom: 267px !important;
		margin-top: 150px;
	}
	.single_row.thingsIntro {
		display: block !important;
		margin-top: 25px !important;
		width: 100% !important;
	}
	.single_row.nearbyAreas {
		margin-top:-160px!important;
		width:100%!important;
	}
	.singleNearby .simpleFlexWrap {
		margin-left:0!important;
	}
	.nearbyAreas h2.centeredTitle {
		background-color: #ffffff;
		background-position: center bottom 30px;
		box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
		padding: 30px 0 50px !important;
	}
	.page-template-about-template .firstRow .beigeCol {
		padding:25px 0;
	}
	.page-template-about-template .doubleBedrooms h2.centeredTitle {
		top: 65px;
	}
	.halfImageRight {
		float: right;
		height: 650px !important;
		margin-top: 135px;
		width: 100%;
	}
	.offsetBlock {
		left: calc(50% - 225px) !important;
		top: 65px;
	}
	.customFooterWrap .beigeCol {
		padding-bottom:30px!important;
	}
	.singleThingSlide .regularContent h4.capitalThin {
		padding-top:0!important;
		padding-bottom:0!important;
	}
	.singleThingSlide .simpleFlexWrap {
		padding-bottom:30px!important;
	}
	.thingsIntro .beigeCol {
		display:none;
	}
	.singlePostRow .simpleFlexWrap .regularContent {
		float: left;
		margin: 0 !important;
		max-width: 100% !important;
		padding-bottom: 30px !important;
		width: 100% !important;
	}
	.single_field input {
		padding-bottom: 15px !important;
		padding-top: 15px !important;
	}
	.contactMiddle .beigeCol .simpleCenteredContent {
		display:block;
	}
	span.locationCoords {
		bottom: 0;
		display: block;
		margin: 15px auto auto;
		position: relative;
	}
	.contactMiddle .beigeCol .simpleCenteredContent h3.centeredDecor {
		padding-top:45px!important;
	}
	.formWrap {
		max-width: 90% !important;
		width: 100% !important;
	}
	.introRightImage {
		margin-top:0!important;
	}
	.nearbyAreas .simpleFlexWrap {
		padding:0 0 0 0!important;
	}
	.nearbyAreas {
		margin-top:-35px!important;
	}
	.page-template-blog-template .firstRow {
		display:none;
	}
	nav.mobile_menu ul li a {
		max-width: 93%;
	}
	.policyWrap {
		padding-top:15px!important;
	}
	.mapRow {
		float:left;
  		width:100%;
	}
    header .q_logo img.mobile {
        width: 200px !important;
        height: 41px !important;
        top: -7px !important;
    }
    header, .header_inner, .header_bottom,
    .mobile_menu_button {
        height: 70px !important;
    }
}
@media screen and (max-width: 800px) {
	.bedroomsGallery .bx-viewport, .bedroomsGallery .bx-wrapper {
		height: 500px !important;
	}
	.page-template-about-template .doubleBedrooms .whiteCol {
		padding-top:0!important;
	}
	.page-template-reservations-template div.wpcf7-response-output, .page-template-contact-template div.wpcf7-response-output {
		left: 20px !important;
		max-width: calc(100% - 40px) !important;
		text-align: center;
  		bottom:15px;
	}
}


@media screen and (max-width: 768px) {
	.hpSlider li.single_slide, .hpSlider .bx-viewport, .hpSlider .bx-wrapper {
		height: 350px !important;
	}
	.homeIntro {
		left: 0 !important;
		margin-top: 0;
		max-width: 100%!important;
		padding: 20px !important;
		position: relative;
	}
	.flexClass {
		max-width: 100%;
		padding: 0 20px !important;
	}
	.page-template-homepage-template .firstRow h3.centeredTitle {
	  	margin-top:-15px!important;
	}
	.copyrightsWrap a, .copyrightsWrap {
		width:100%!important;
		max-width:100%!important;
		line-height:1.4;
	}
	.viewsRow h4.capitalThin {
		padding-left: 15px !important;
		text-align: center;
	}
	.areaImage {
		height: 350px !important;
	}
	.areaRow .whiteCol {
		padding-top:15px!important;
		padding-bottom:45px!important;
	}
	.areaRow .beigeCol .centeredContent {
		margin: auto;
		max-width: 100%;
		padding: 30px 20px !important;
	}
	.simpleCenteredContent {
		max-width:100%!important;
		padding:0 20px!important;
	}
	.page-template-about-template h1.basicTitle {
		margin-bottom: 15px;
	}
	.regularContent {
		margin: 0;
		max-width: 100% !important;
		padding: 50px 20px 35px!important;
		width: 100% !important;
	}
	.nextSection .beigeCol {
  		height:300px!important;
	}
	.page-template-area-template .firstRow .beigeCol .simpleCenteredContent {
		left: 0 !important;
		max-width: 100% !important;
		padding: 0 20px !important;
	}
	.singleThingSlide .regularContent {
		max-width: 100%;
		padding: 0 20px;
	}
	.page-template-area-template .regularContent {
		max-width: 100%;
		padding: 0 20px;
	}
	.simpleCenteredContent {
		float: left;
		left: 0;
		max-width: 100%;
		padding: 40px 20px 0 20px !important;
		position: relative;
		width: 100%;
	}
	h1.basicTitle {
		top: 0;
	}
	.singlePostRow .simpleFlexWrap .regularContent {
		padding:20px 20px!important;
	}
	.singlePostRow .simpleFlexWrap .regularContent h4.capitalThin {
		padding:0 0 0 0!important;
	}
	.singlePostRow .simpleFlexWrap .regularContent .simpleCenteredContent {
		padding-top:0!important;
	}
	.single-post .firstRow .whiteCol {
		height:450px!important;
	}
	.single .firstRow .simpleCenteredContent {
		left: 0 !important;
		max-width: 100% !important;
		padding-top:0!important;
	}
	.single-post .doubleBedrooms .whiteCol .regularContent {
		padding:0 20px 20px!important;
	}
	.single-post .doubleBedrooms .whiteCol .regularContent h4.capitalThin {
		padding-bottom:0!important;
	}
	.page-template-contact-template .firstRow .simpleCenteredContent, .page-template-reservations-template .firstRow .simpleCenteredContent {
		left: 0 !important;
		max-width: 100% !important;
	}
	.contactContent {
		padding:0 20px!important;
		max-width:100%!important;
	}
	.page-template-contact-template .firstRow .simpleCenteredContent, .page-template-reservations-template .firstRow .simpleCenteredContent {
		left: 0 !important;
		margin-top: 0;
		max-width: 100% !important;
		padding: 30px 20px 0 !important;
	}
	.singleOffer {
		margin: 0 auto 30px;
		max-width: 100%;
		padding: 0 20px !important;
		width: 100%;
	}
	.policyWrap {
		left: 0;
		max-width: 100% !important;
		padding: 20px !important;
		position: relative;
	}
	.offsetBlock {
		left: 0!important;
		top: 65px;
	}
	h5.nextSection {
		font-size: 35px !important;
		line-height: 1.2;
	}
	h5.largeEmail {
		font-size: 20px;
	}
	.customFooterWrap .whiteCol {
  		padding:20px!important;
	}
	.page-template-area-template .firstRow .whiteCol {
		height:325px!important;
	}
	.page-template-area-template .firstRow .beigeCol .simpleCenteredContent {
		left: 0 !important;
		max-width: 100% !important;
	}
	.simpleCenteredContent {
		max-width:100%!important;
		width:100%!important;
		padding:0 20px!important;
	}
	.nearbyAreas {
  		float:left;
  	}
  	.singleNearby .col-md-7 {
  		height:300px!important;
	}
	.singleNearby .regularContent h4.capitalThin {
		margin-top: -25px;
		padding: 0 0 15px !important;
	}
	.singleThingSlide .regularContent {
		max-width: 100%!important;
		padding: 0 20px !important;
	}
	.page-template-area-template a.bx-next::after, .page-template-area-template a.bx-next:hover:after {
		right: 30px;
	}
	.page-template-area-template a.bx-prev::after, .page-template-area-template a.bx-prev:hover:after {
		left: 15px;
	}
	.singleThingSlide .simpleFlexWrap .regularContent {
  		max-width:100%!important;
		width:100%!important;
	}
	.page-template-facilities-template  h1.basicTitle {
		top:25px!important;
	}
	.simpleList li {
		max-width: 100%;
	}
	.page-template-facilities-template .firstRow .bx-wrapper, .page-template-facilities-template .firstRow .bx-viewport, .page-template-facilities-template .firstRow li.single_slide {
		height: 325px !important;
	}
	.copyrightsWrap {
		font-size: 14px;
		letter-spacing: 0 !important;
		text-align: center;
		text-transform: none;
	}
	h5.largeEmail {
		letter-spacing: 0 !important;
		text-transform: none;
	}
	.singlePostRow .whiteCol {
		height:275px!important;
	}
	.single-post .firstRow .whiteCol, .page-template-offers-template .firstRow .whiteCol {
		height:325px!important;
	}
	.contactMiddle .beigeCol .simpleCenteredContent {
		display: block;
		max-width: 100% !important;
		width: 100% !important;
  		left:0!important;
	}
}


/* 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;
}
