/*
 Theme Name:   WCF
 Description:  OldJack Cattle Farm Co. Theme, Developed by TLP Team
 Version:  1.0.0

Table of Contents
---------------------------------------------------------------
1. Reset
2. General Styles
    2.1. General sections styles
    2.2. Buttons
    2.3. Forms
3. Header
3. Footer

4. Info section
5. Media section
6. Enquiry section
7. Booking/Contact Intro
8. Subscription Popup

9. Responsive Styles
---------------------------------------------------------------
*/

@import url('../../../css2');

/*------------------------------- 1. Reset --------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
em {
    font-style: italic;
}
strong{
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, textarea, ol, select, .proxy-select-display{
    outline: none !important;
    box-shadow: none;
    border-radius: 0;
}
a, a:hover, a:focus{
    color: inherit;
    outline: none !important;
    text-decoration: none;
}
img{
    height: auto;
    width: 100%;
}
label.screen-reader-text {
    display: none;
}
html, body{
    max-width: 100vw;
    overflow-x: hidden;
    width: 100vw;
}
svg{
    width: 100%;
}

/*------------------------------- 2. General Styles --------------------------------*/

:root {
    --context: 1280;
}
@media only screen and (max-width: 640px) and (orientation: portrait){
    :root {
        --context:430;
    }
}
html{
    background: #171717;
	color: #171717;
	font-family: "Inter", sans-serif;
    font-size: calc(100vw/var(--context));
    font-weight: 400;
}
body{
	font-size: 16px;
}

h2{
	font-size: 80px;
	letter-spacing: -0.04em;
}
h3{
	font-size: 64px;
    letter-spacing: -0.05em;
}
h4{
	font-size: 50px;
    letter-spacing: -0.05em;
}
h5{
	font-size: 14px;
	font-weight: 500;
}
.button{
	font-size: 14px;
}

/*------------------------------- 2.1. General sections styles --------------------------------*/
.banner-section, 
.smaller-banner-section-wrap{
	background-repeat: no-repeat;
    background-size: cover !important;
    color: #E2DBD1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.banner-section{
    min-height: 52vw;
}
.smaller-banner-section{
    background: #e2dbd1;
	padding: 140px 0 0;
}
.smaller-banner-section h2 {
    letter-spacing: -0.05em;
    line-height: 1.08;
    margin-bottom: 44px;
    margin-top: -12px;
}
.smaller-banner-section-wrap{
	height: 100%;
}
.smaller-banner-section .intro-inner{
	height: 41.2vw !important;
}
.smaller-banner-section .button {
    display: inline-block;
    letter-spacing: -0.05em;
    padding: 0;
    width: 155px;
}
.jarallax-image {
	background-repeat: no-repeat;
    background-size: cover !important;
	height: 103% !important;
	top: -6% !important;
}
.page-template-template-cattle .jarallax-image {
	background-color: #e2dbd1; 
}
.hide{
	display: none !important;
}
/*------------------------------- 2.2. Buttons --------------------------------*/

.button, 
.button-menu-item a,
.enquiry-section input[type="submit"]{
    border: 1px solid;
    border-radius: 32px;
    display: inline-block;
    height: 40px;
    letter-spacing: -0.04em;
    line-height: 40px;
    padding: 0 20px;
	transition: all 0.2s ease;
}
.button-menu-item a{
	background: transparent;
	border-color: #171717;
	color: #171717;
}
.button-transparent,
body.home .button-menu-item a,
.enquiry-section input[type="submit"]:hover,
.enquiry-section input[type="submit"]:focus{
	background: transparent;
	border-color: #D4CCC0;
	color: #D4CCC0;
}
.button-black,
.button-menu-item a:hover, 
.button-menu-item a:focus{
	background: #171717;
	border-color: #171717;
	color: #E2DBD1;
}
.button-gray,
.enquiry-section input[type="submit"],
body.home .button-menu-item a:hover, 
body.home .button-menu-item a:focus{
    background: #E2DBD1;
    border-color: #E2DBD1;
    color: #171717;
}

.button-gray:hover,
.button-gray:focus,
.button-transparent:hover, 
.button-transparent:focus{
	background: #171717;
	border-color: #171717;
	color: #E2DBD1;
}
.button-black:hover, 
.button-black:focus{
	background: transparent;
	border-color: #171717;
	color: #171717;
}

.centered{
    margin: 0 auto;
	text-align: center;
}
.text-thin{
	font-weight: 300;
}
.text-medium{
	font-weight: 500;
}

/*------------------------------- 2.3. Forms --------------------------------*/
input[type="email"],
input[type="text"], 
input[type="tel"], 
select, 
.proxy-select-display{
	background: transparent;
    border: 1px solid #ccc;
    border-radius: 40px;
    color: #E2DBD1;
    font-family: "Inter", sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
}
select,
.proxy-select-display{
	appearance: none;
	-webkit-appearnce: none;
	background-image: url(assets/img/select-chevron.svg);
	background-repeat: no-repeat;
	background-size: 16px;
    background-position: calc(100% - 15px);
}
.proxy-select-choices-wrapper{
	position: relative;
	width: 100%;
}
.proxy-select-choices {
	position: absolute;
	overflow-x: hidden;
	width: 100%;
    z-index: 1;
}
.proxy-select-choices input[type="radio"]{
	display: none;
}
textarea{
	background: transparent;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #E2DBD1;
    font-family: "Inter", sans-serif;
    height: 9em;
    line-height: 1.35;
    padding: 0.75em 1em;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
}
.footer-subscripbe-form input[type="submit"],
.popup-background input[type="submit"]{
	background-color: transparent;
	background-image: url('assets/img/form-arrow.svg');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 42px;
	padding: 0;
    position: absolute;
    right: 0;
    text-indent: 999px;
    top: 0;
    width: 50px;
}
/*------------------------------- 3. Header --------------------------------*/

header{
	position: absolute;
	top: 44px;
	width: 100%;
	z-index: 52;
}
.header-wrap{
	margin: 0 auto;
	max-width: 1844px;
	overflow:hidden;
	padding: 0 38px;
}
/*.header-wrap.fixed{
	position: fixed;
	top: 0;    
	width: calc(100% - 39.5rem);
}*/
.header-logo{
	float: left;
}
#header-menu-wrapper{
	float: right;
}
#menu-main {
    padding: 9px 0;
}
#menu-main li{
	display: inline-block;
    margin: 0 0 0 97px;
}
#menu-main li:first-of-type{
	margin-left: 0;
}
#menu-main li a{
	font-size: 18px;
	letter-spacing: -0.05em;
    line-height: 41px;
}
.button-menu-item a{
    margin-right: 10px;
}

@media all and (max-width: 1200px){
	#menu-main li a{
		font-size: 18rem;
	}
}

/*------------------------------- 3. Footer --------------------------------*/

footer{
	background: #171717;
	color: #E2DBD1;
	padding: 130px 0 110px;
}
.footer-wrap{
	margin: 0 auto;
    max-width: 90.5%;
	overflow: hidden;
	position: relative;
}
.footer-menus-section{
	letter-spacing: -0.04em;
}
.footer-menus-section .footer-wrap:before{
	content: '';
	border: 1px solid #7c7974;
	display: block;
	position: absolute;
	top: 38px;
	width: 100%;
}
.footer-col{
	float: left;
}
.footer-col-1{
	width: 11.8%;
}
.footer-col-2{
    width: 19.4%;
}
.footer-col-3{
    width: 15%;
}
.footer-col-4{
	float: right;
    width: 29.5%;
}
.footer-col-title {
	letter-spacing: -0.02em;
    margin-bottom: 62rem;
}
.footer-col-4 .footer-col-title{
	margin-bottom: 51px;
}
.footer-menu li {
    line-height: 1.35;
    margin-bottom: 0.9em;
}
.footer-menu .underlined{
	border-bottom: 1px solid;
}
.footer-subscripbe-form input[type="email"]{
    padding: 0 45px 0 17px;
    width: calc(100% - 64px);
}
.footer-subscripbe-form form{
	position: relative;
}
.footer-subscripbe-form .wpcf7-spinner{
	display: none !important;
}

.footer-copyright{
	margin-top: 165px;
}
.footer-copyright-logo {
    float: left;
    margin-left: -17px;
    margin-right: 48px;
}
.footer-copyright-logo img{
	width: 480px;
}
.footer-copyright-text {
    float: left;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin-top: 24px;
    max-width: 323px;
}
.footer-made-by {
    float: right;
    font-size: 13px;
    letter-spacing: -0.04em;
    margin-top: 30px;
}
.footer-made-by a{
	border-bottom: 1px solid;
	display: inline-block;
}

/*------------------------------- 4. Info section --------------------------------*/
.info-section{
    background: #e2dbd1;
    overflow: hidden;
    padding: 60px 0 85px;
}
.info-wrap{
    margin: 0 auto;
    max-width: 1130px;
}
.info-cols{
	overflow: hidden;
	position: relative;
}
.info-cols .image-col{
	border-radius: 16px;
    height: 0;
    overflow: hidden;
    padding-bottom: 55.8%;
	width: 45.6%;
}
.info-cols .text-col {
	display: flex;
    flex-direction: column;
	height: 100%;
    padding-left: 40px;
    place-content: space-between;
    position: absolute;
    width: 42.2%;
}
.info-cols:first-of-type .image-col{
	float: left;
}
.info-cols:last-of-type .image-col{
	float: right;
}
.info-cols:first-of-type .text-col{
	right: 0;
}
.info-cols:last-of-type .text-col{
	left: 0;
    top: 9px;
}
.info-cols:last-of-type {
    position: relative;
    top: -1px;
}
.info-cols:first-of-type:before, 
.info-cols:first-of-type:after,
.info-cols:last-of-type:after{
	content: '';
    display: block;
    border-top: 1px solid #96928b;
    position: absolute;
}
.info-cols:first-of-type:before {
    width: 58%;
    top: 0;
    right: 0;
}
.info-cols:first-of-type:after{
	bottom: 0;
    right: 44%;
    width: 12%;
}
.info-cols:last-of-type:after{
	bottom: 0;
	left: 0;
    width: 68%;
}
.info-cols .title {
	line-height: 1.05;
    margin-top: 81px;
    max-width: 80%;
}
.info-cols .text-col-bottom {
    padding-bottom: 99px;
    max-width: 92%;
}
.info-cols .text-col-bottom h5{
    font-size: 18px;
    letter-spacing: -0.05em;
    margin-bottom: 26px;
}
.info-cols .text-col-bottom p{
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1.08;
}

/*------------------------------- 5. Media section --------------------------------*/
.media-section{
    background: #e2dbd1;
    padding: 150px 0;
}
.media-wrap{
    border-bottom: 1px solid #afaaa2;
    margin: 0 auto;
    max-width: 1128px;
    overflow: hidden;
    padding-bottom: 40px;
}
.media-section .media-block{
    border-radius: 15px;
    clear: both;
    color: #E2DBD1;
    height: 0;
    margin-bottom: 57px;
    padding-bottom: 55.5%;
    position: relative;
    overflow: hidden;
}
.media-section .media-block img{
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-section .media-block video{
	height: 100%;
	width: 100%;
}
.media-button{
    bottom: 43px;
    left: 39px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.032em;
    max-width: 355px;
    position: absolute;
}
.media-button a:before{
    background-image: url("assets/img/play-button.svg");
    background-size: contain;
    content: '';
    display: block;
    float: left;
    height: 60px;
    margin-right: 19px;
    margin-top: -5px;
    width: 60px;
}
.media-section h4{
    float: left;
}
.media-decription-col {
    float: right;
    max-width: 554px;
    padding-top: 6px;
    width: 50%;
}
.media-decription{
    letter-spacing: -0.05em;
    line-height: 1.08;
    margin-bottom: 43px;
}

/*------------------------------- 6. Enquiry section --------------------------------*/

.enquiry-section{
    background-color: #171717;
    border-radius: 30px 30px 0 0;
    color: #E2DBD1;
    padding: 190px 0 162px;
    position: relative;
    top: 1px;
}
.enquiry-inner{
    border-top: 1px solid #E2DBD1;
    margin: 0 auto;
    max-width: 1115px;
    overflow: hidden;
    padding-top: 56px;
}
.enquiry-col{
    width: 46%;
}
.enquiry-text-col{
    float: left;
}
.enquiry-form-col{
    float: right;
    margin-top: -10px;
}
.enquiry-title{
    letter-spacing: -0.04em;
    margin-bottom: 60px;
    max-width: 400px;
}
.enquiry-description{
    font-size: 21px;
    line-height: 1.22;
    max-width: 86%;
}
.enquiry-section input,
.enquiry-section textarea{
    margin: 16px 0 15px;
    width: calc(100% - 38px);
}
.enquiry-section select{
	margin: 16px 0 15px;
	width: 100%;
}
.proxy-select{
	outline: none !important;
}
.enquiry-section .proxy-select-display{
	margin: 16px 0 15px;
    width: calc( 100% - 36px);
}
.enquiry-section .proxy-select-choices{
    background: #222;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.35;
    top: -57px;
    width: calc(100% - 2px);
}
.enquiry-section .proxy-select-choices span{
	display: block;
}
.enquiry-section .proxy-select-choices .wpcf7-list-item{
    margin: 0;
    padding: 11px 1em;
}
.enquiry-section .proxy-select-choices .wpcf7-list-item:hover{
	background: #333;
}
.enquiry-section input[type="submit"]{
	font-size: 14px;
	margin-bottom: 0;
    width: 100%;
}

/*------------------------------- 7. Booking/Contact Intro --------------------------------*/

.booking-intro-section,
.contact-intro-section{
    margin: 0 auto;
    max-width: 1457px;
    padding-left: 95px;
    padding-right: 95px;
}
.booking-intro-text-wrap,
.contact-intro-text-wrap{
    margin: 0 auto;
    max-width: 1120px;
    padding-bottom: 80px;
    width: 100%;
}
.booking-intro-section h2,
.contact-intro-section h2 {
    border-bottom: 1px solid #8B9296;
    letter-spacing: -0.05em;
    line-height: 1.08;
    margin-top: -12px;
    padding-bottom: 44px;
}
.booking-intro-text,
.contact-intro-text {
    font-size: 21px;
    line-height: 1.2;
    margin: 0 auto;
    padding-top: 46px;
}
.booking-intro-text{
    max-width: 785px;
}
.contact-intro-text{
    max-width: 690px;
}
/*------------------------------- 8. Subscription Popup --------------------------------*/

.popup-background{
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #333;
    bottom: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    color: #E2DBD1;
    height: 228px;
    left: 64px;
    margin: 0 auto;
    padding: 45px;
    position: fixed;
    width: 495px;
    z-index: 50;
}
a.popup-close-button {
    height: 30px;
    position: absolute;
    right: 21px;
    top: 42px;
    width: 30px;
}
a.popup-close-button:before, 
a.popup-close-button:after{
    border-bottom: 1px solid #fff;
    content: '';
    display: block;
    position: relative;
    right: 0;
    width: 28px;
}
a.popup-close-button:before{
    transform: rotate(-45deg);
    top: 14px;
}
a.popup-close-button:after{
    transform: rotate(45deg);
    top: 13px;
}
.popup-title{
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    max-width: 250px;
}
.popup-text{
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin-top: 29px;
    max-width: 250px;
}
.popup-background form{
    margin-top: 55px;
    width: 100%;
}
.popup-background form > p{
	position: relative;
}
.popup-background input[type="email"]{
    font-size: 15px;
    height: 35px;
    line-height: 33px;
    max-width: 452px;
    padding: 0 1.2em;
    width: 100%;
}
.popup-background input[type="submit"]{
   height: 37px; 
}
.popup-background .wpcf7-spinner, 
.popup-background .wpcf7-not-valid-tip{
	display: none !important;
}
.popup-background .wpcf7 form .wpcf7-response-output {
    margin-top: 0.5em;
    font-weight: 100;
}

/*------------------------------- 9. Responsive Styles --------------------------------*/
@media all and (max-width: 1720px){
	header{
	    top: 30px;
	}
	#menu-main li {
	    margin: 0 0 0 80px;
	}
	.intro-section h2{
		font-size: 64px;
	}
	.smaller-banner-section{
	    padding: 90px 0 0;
	}
	.enquiry-section{
    	padding: 150px 0 100px;
	}
	.booking-intro-section,
	.contact-intro-section{
	   	padding-left: 50px;
        padding-right: 50px;
	}
}

@media all and (max-width: 1500px){

    /*-------------- Booking/Contact intro section -----------*/
    .booking-intro-section h2{
        font-size: 75px;
    }
}


@media all and (max-width: 1280px){

	/*-------------- px to rem -----------*/

	body{
		font-size: 16rem;
	}
	h2{
		font-size: 80rem;
	}
	h3{
		font-size: 64rem;
	}
	h4{
		font-size: 50rem;
	}
	h5, .button{
		font-size: 14rem;
	}

	input[type="email"], 
	input[type="text"], 
	input[type="tel"], 
	select,
	.proxy-select-display{
	    border-radius: 40rem;
	    font-size: 16rem;
	    height: 40rem;
	    line-height: 40rem;
	}
	select,
	.proxy-select-display{
	    background-size: 16rem;
		background-position: calc(100% - 15rem);
	}
	textarea{
	    border-radius: 20rem;
	    font-size: 16rem;
	}

	.info-cols .text-col-bottom p,
	.media-section .media-block,
	.info-cols .image-col,
    .jarallax-image{
		font-size: 15rem;
	}


	.button, 
	.button-menu-item a,
	.enquiry-section input[type="submit"]{
		height: 38rem;
		line-height: 40rem;
	}
	.header-wrap{
	    padding: 0 20rem;
	}
	#menu-main li a{
		font-size: 16rem;
	    line-height: 38rem;
	}
	.button-menu-item a{
		margin-right: 5rem;
	}
	.header-logo{
	    margin-top: 6rem;
    	width: 300rem;
	}
	#menu-main li {
	    margin: 0 0 0 40rem;
	}

	.banner-section{
	    min-height: 60vw;
	}

	header {
	    top: 30rem;
	}
	footer {
	    padding: 80rem 0 60rem;
	}
	.footer-menus-section .footer-wrap:before{
		top: 36rem;
	}
	.footer-col-title {
	    margin-bottom: 60rem;
	}
	.footer-subscripbe-form input[type="email"]{
	    border-radius: 40rem;
	    padding: 0 20rem;
	    height: 40rem;
	    line-height: 40rem;
	    width: calc(100% - 42rem);
	}
	.footer-copyright {
	    margin-top: 100rem;
	}
	.footer-copyright-logo {
	    margin-left: -15rem;
	    margin-right: 25rem;
	}
	.footer-copyright-logo img{
	    width: 400rem;
	}
	.footer-copyright-text {
	    font-size: 12rem;
	    margin-top: 17rem;
	    max-width: 310rem;
	}
	.footer-made-by {
	    font-size: 12rem;
	    margin-top: 25rem;
	}
	.footer-menus-section {
	    font-size: 13rem;
	}
	.footer-subscripbe-form input[type="email"] {
	    border-radius: 40rem;
	    padding: 0 15rem;
	    height: 36rem;
	    line-height: 36rem;
	    width: calc(100% - 34rem);
	    font-size: 13rem;
	}
	.footer-subscripbe-form input[type="submit"],
	.popup-background input[type="submit"]{
	    background-size: 12rem;
	    height: 38rem;
	    width: 50rem;
	}

/*-------------- Smaller Banner section -----------*/
	
	.smaller-banner-section {
	    padding: 90rem 0 0;
	}
	.smaller-banner-section h2{
		margin-bottom: 44rem;
	    margin-top: 0;
	    font-size: 60rem;
	}

/*-------------- Media section -----------*/

	.media-section{
        padding: 80rem 0;
    }
    .media-wrap{
        max-width: 1128rem;
        padding-bottom: 40rem;
    }
    .media-button{
        bottom: 43rem;
        left: 39rem;
        font-size: 20rem;
        max-width: 355rem;
    }
    .media-button a:before{
        height: 60rem;
        margin-right: 19rem;
        margin-top: -5rem;
        width: 60rem;
    }
    .media-decription-col {
        max-width: 554rem;
        padding-top: 6rem;
    }
    .media-decription{
        margin-bottom: 43rem;
    }

/*-------------- Info section -----------*/
	
	.info-section {
	    padding: 85rem 0;
	}
	.info-wrap{
		max-width: 1020rem;
	}
    .info-cols .title {
    	font-size: 42rem;
	    margin-top: 60rem;
	    max-width: 320rem;
	}
	.info-cols .text-col{
		padding-left: 40rem;
	}
	.info-cols .text-col-bottom h5 {
	    font-size: 18rem;
	    margin-bottom: 26rem;
	}

/*-------------- Enquiry section -----------*/

	.enquiry-section {
	    padding: 100rem 0 60rem;
	    border-radius: 30rem 30rem 0 0;
	}
	.enquiry-inner {
	    max-width: calc(100% - 200rem);
	    padding-top: 50rem;
	}
	.enquiry-form-col {
	    margin-top: -8rem;
	}
	.enquiry-description {
	    font-size: 18rem;
	    line-height: 1.35;
	}
	.enquiry-title {
	    margin-bottom: 50rem;
	    font-size: 44rem;
	    max-width: 10em;
	}
	.enquiry-section input,
	.enquiry-section textarea,
	.enquiry-section .proxy-select-display {
	    margin: 13rem 0;
        width: calc(100% - 38rem);
	}
	.enquiry-section select,
	.enquiry-section .proxy-select-display {
	    margin: 13rem 0;
	}
	.enquiry-section input[type="submit"]{
		font-size: 14rem;
	}
	.enquiry-section .proxy-select-choices{
	    border-radius: 20rem;
	    font-size: 16rem;
	    top: -57rem;
	    width: calc(100% - 2rem);
	}
	.enquiry-section .proxy-select-choices .wpcf7-list-item{
	    padding: 11rem 1em;
	}

	/*-------------- Booking/Contact intro section -----------*/
	
	.booking-intro-section, 
	.contact-intro-section{
        padding-left: 50rem;
        padding-right: 50rem;
    }
	.booking-intro-section h2,
	.contact-intro-section h2 {
        font-size: 60rem;
        padding-bottom: 40rem;
    }
    .booking-intro-text-wrap, 
    .contact-intro-text-wrap{
    	max-width: 800rem;
        padding-bottom: 80rem;
    }
    .booking-intro-text, 
    .contact-intro-text {
        font-size: 18rem;
        padding-top: 40rem;
    }
    .booking-intro-text{
        max-width: 675rem;
    }
    .contact-intro-text{
        max-width: 580rem;
    }

    /*-------------- Suscription Popup -----------*/
	.popup-background {
	    border-radius: 15rem 15rem 0 0;
	    box-shadow: 0 4rem 20rem rgba(0,0,0,0.25);
	    height: 228rem;
        left: 64rem;
	    padding: 45rem;
	    width: 495rem;
	}
	a.popup-close-button {
	    height: 30rem;
        right: 21rem;
        top: 42rem;
        width: 30rem;
	}
    a.popup-close-button:before,
    a.popup-close-button:after {
        width: 28rem;
    }
    a.popup-close-button:before{
        top: 14rem;
    }
    a.popup-close-button:after{
        top: 13rem;
    }
	.popup-title{
		font-size: 24rem;
	    max-width: 250rem;
	}
	.popup-text{
	    font-size: 16rem;
	    margin-top: 29rem;
		max-width: 250rem;
	}
	.popup-background form{
	    margin-top: 55rem;
	}
	.popup-background input[type="email"]{
	    font-size: 15rem;
	    height: 35rem;
	    line-height: 33rem;
        max-width: 457rem;
	}

}
@media all and (max-width: 640px){
    /*-------------- Suscription Popup -----------*/
    a.popup-close-button:before, 
    a.popup-close-button:after{
        right: 0;
        top: 10rem;
        width: 22rem;
    }
    a.popup-close-button:before{
        top: 10rem;
    }
    a.popup-close-button:after{
        top: 9rem;
    }
}

@media all and (max-width: 640px) and (orientation: portrait){
    .hide-640{
        display: none !important;
    }
    .show-640{
        display: block !important;
    }
    .show-640-inline-block{
        display: inline-block !important;
    }
    .show-640-flex{
        display: flex !important;
    }

	h3 {
	    font-size: 50rem;
	}
	h5{
		font-size: 12rem;
	}
	.banner-section {
	    min-height: 100vh;
	}
	input[type="email"], 
	input[type="text"], 
	input[type="tel"], select,
	.proxy-select-display {
	    font-size: 13rem;
	    height: 30rem;
	    line-height: 30rem;
	}
	select,
	.proxy-select-display{
	    background-size: 11rem;
    	background-position: calc(100% - 9rem);
	}
	textarea {
	    border-radius: 15rem;
	    font-size: 13rem;
        height: 8em;
	}
	/*-------------- Header -----------*/
	header {
	    top: 0;
	}
	.header-logo {
	    margin-top: 20rem;
	    width: 246rem;
	}
	.mobile-menu-toggle{
		background-image: url(assets/img/mobile-menu-toggler.svg);
	    background-repeat: no-repeat;
	    background-size: 19rem;
	    background-position: center;
	    float: right;
	    height: 20rem;
	    margin: 19rem 0 0 0;
	    padding: 10rem;
	    position: relative;
	    right: -4rem;
	    width: 20rem;
	}
    .mobile-menu-hader{
        overflow: hidden;
        padding: 0 20rem;
        top: 0;
        width: calc(100% - 40rem);
    }
    .mobile-menu-hader .mobile-menu-toggle{
		background-image: url(assets/img/mobile-menu-cross.svg);
        background-size: 16rem;
		z-index: 2;
	}
	.mobile-menu{
		background: #171717;
		font-size: 25rem;
	    height: 100vh;
	    left: 0;
	    letter-spacing: -0.04em;
        overflow-y: auto;
	    position: fixed;
	    text-align: center;
	    top: 0;
	    width: 100vw;
	}
    .mobile-menu-wrap{
        padding: 104rem 0 60rem;
    }
    .mobile-menu-content{
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
	.mobile-menu .menu-item a {
	    display: block;
	    padding: 0.7em 0;
	}
	.mobile-menu .button-menu-item a{
		border: none;
        color: #e2dbd1;
	}
	.mobile-main{
		color: #E2DBD1;
	}
	.mobile-secondary{
		color: #85807A;
	}
	.mobile-secondary:before {
	    border-top: 2rem solid #85807A;
	    content: '';
	    display: block;
	    margin: 2rem auto 8px;
	    width: 60rem;
	}

	/*-------------- Footer -----------*/
	footer{
		padding: 60rem 0 80rem;
	    text-align: center;
	}
	.footer-col-4{
		width: 100%;
	}
	.footer-col-title {
	    font-size: 17rem;
	    letter-spacing: -0.045em;
	    margin-bottom: 17rem;
	}
	.footer-menus-section{
		margin-top: 67rem;
	}
	.footer-menus-section .footer-wrap:before,
	.footer-subscripbe-form input[type="submit"]{
		display: none;
	}
	.footer-subscripbe-form input[type="email"] {
	    padding: 0 12rem;
	    height: 30rem;
	    line-height: 35rem;
	    width: calc(100% - 63rem);
	    margin: 0 18rem;
	}
	.footer-copyright {
	    margin-top: 55rem;
	}
	.footer-copyright-logo {
		float: none;
	    margin: 0;
	}
	.footer-copyright-logo img {
	    width: 305rem;
	}
	.footer-copyright-text{
		float: none;
		font-size: 13rem;
		line-height: 1.15;
    	margin: 17rem auto;
	}
	.footer-made-by {
		float: none;
	    font-size: 13rem;
	    margin-top: 58rem;
	}
	/*-------------- Banner section -----------*/

	.banner-section{
	    min-height: 113vh;
	}
    .banner-inner {
        padding: 80rem 57rem;
    }
    .banner-section h4{
        font-size: 36rem;
        line-height: 1.2;
        margin-bottom: 48rem;
    }
    .banner-description{
        line-height: 1.05;
    }
    .banner-description p:not(:last-of-type) {
        margin-bottom: 47rem;
    }
    .banner-section .button{
        font-size: 12rem;
        height: 32rem;
        line-height: 32rem;
    }

	/*-------------- Smaller banner section -----------*/

	.smaller-banner-section {
		height: 100vh;
	    padding: 0;
	}
	.smaller-banner-section .intro-inner {
	    height: 100% !important;
	}
	.smaller-banner-section-wrap {
	    border-radius: 0;
	}
	.smaller-banner-section h2{
        font-size: 40rem;
        line-height: 1.1;
        margin: 0 auto 40rem;
        max-width: 300rem;
    }
    .smaller-banner-section .button{
	    font-size: 12rem;
	    height: 32rem;
	    line-height: 32rem;
	    padding: 0 18rem;
	    text-wrap: nowrap;
	    width: auto;
    }

	/*-------------- Info section -----------*/

	.info-section {
	    padding: 0 0 53rem 0;
	}
	.info-wrap {
	    padding: 0 34rem;
	}
	.info-cols .text-col{
        height: auto;
        display: block;
		padding-left: 0;
	    position: static;
	    width: 100%;
	}
	.info-cols .image-col {
	    padding-bottom: 121%;
	    width: 100%;
	}
	.info-cols:first-of-type:before, 
	.info-cols:last-of-type:before{
		content: '';
	    border-bottom: 1px solid #96928b;
		border-top: 0;
	    display: block;
	    padding-top: 34px;
		position: static;
		width: 100%;
	}
	.info-cols:first-of-type:after,
	.info-cols:last-of-type:after{
		display: none;
	}
	.info-cols .title {
	    font-size: 38rem;
        margin-bottom: 75rem;
	    margin-top: 33rem;
	    max-width: 300rem;
	}
	.info-cols .text-col-bottom {
	    padding-bottom: 54px;
	    max-width: 100%;
	}
	.info-cols .text-col-bottom h5 {
	    margin-bottom: 28rem;
	}
	.info-cols .text-col-bottom p{
	    font-size: 16rem;
	}

	/*-------------- Media section -----------*/
	
	.media-section {
        padding: 60rem 34rem;
    }
    .media-wrap{
        padding-bottom: 0;
    }
    .media-section .media-block{
        margin-bottom: 60rem;
        padding-bottom: 117.5%;
    }
    .media-section h4{
        font-size: 38rem;
    }
    .media-decription-col{
        padding-top: 39rem;
        width: 100%;
    }
    .media-decription {
        margin-bottom: 46rem;
    }
    .media-button {
        bottom: 28rem;
        left: 32rem;
        font-size: 17rem;
        letter-spacing: -0.025em;
    }
    .media-button a:before {
        height: 50rem;
        margin-right: 17rem;
        margin-top: -4rem;
        width: 50rem;
    }

	/*-------------- Enquiry section -----------*/

	.enquiry-section {
	    padding: 70rem 34rem 60rem;
	}
	.enquiry-inner {
		border-top: 0;
	    max-width: 100%;
	    padding-top: 0;
	}
	.enquiry-col {
		float: none;
	    width: 100%;
	}
	.enquiry-text-col {
		border-bottom: 1px solid;
		margin-bottom: 36rem;
	    padding-bottom: 24rem;
	    text-align: center;
	}
	.enquiry-title {
		font-size: 40rem;
	    margin-bottom: 28rem;
	}
	.enquiry-description {
	    font-size: 13rem;
	    margin: 0 auto;
	    max-width: 90%;
	}
	.enquiry-section input, 
	.enquiry-section textarea, 
	.enquiry-section .proxy-select-display{
	    margin: 12rem 0;
	}
	.enquiry-section .proxy-select-choices {
	    border-radius: 15rem;
	    font-size: 13rem;
	    top: -45rem;
	    width: calc(100% - 6rem);
	}
	.enquiry-section .proxy-select-choices .wpcf7-list-item {
	    padding: 10rem 1em;
	}
	.enquiry-section input[type="submit"] {
	    font-size: 16rem;
	    height: 40rem;
	    line-height: 40rem;
	    
	}
	/*-------------- Booking/Contact intro section -----------*/

	.booking-intro-section,
	.contact-intro-section {
		padding-right: 35rem;
        padding-left: 35rem;
    }
    .booking-intro-section h2,
    .contact-intro-section h2{
    	font-size: 38rem;
        padding-bottom: 22rem;
    }
    .booking-intro-text,
    .contact-intro-text {
    	font-size: 16rem;
        max-width: 335rem;
        padding-top: 43rem;
    }

    /*-------------- Suscription Popup -----------*/

    .popup-background{
        border-radius: 20rem;
        bottom: auto;
        height: auto;
        left: 55rem;
        padding: 84rem 35rem 96rem;
        right: 55rem;
        text-align: center;
        top: 100rem;
        width: auto;
    }
    a.popup-close-button {
        top: 16rem;
        right: 13rem;
    }
    a.popup-close-button:before, 
    a.popup-close-button:after{
        width: 22rem;
    }
    a.popup-close-button:before{
        right: -5px;
        top: 12rem;
    }
    a.popup-close-button:after{
        right: -5rem;
        top: 11rem;
    }
    .popup-title {
	    font-size: 25rem;
	}
    .popup-text {
	    font-size: 14rem;
	    margin-top: 30rem;
	}
	.popup-background form {
	    margin-top: 49rem;
	}
	.popup-background input[type="email"] {
        font-size: 18rem;
        height: 39rem;
        letter-spacing: -0.03em;
        line-height: 37rem;
        padding: 0 0.8em;
        max-width: 218rem;
	}
	.popup-background input[type="submit"] {
        background-size: 17rem;
        height: 40rem;
	}
	.popup-background .wpcf7 form .wpcf7-response-output {
	    margin-top: 1em;
	    font-size: 11rem;
	}
}