/*
Theme Name: perrin
Theme URI: https://www.mytheme.com/themes/perrin/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The perrin theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: text-domain
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('assets/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('assets/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('assets/fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('assets/fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IvyOra Display';
    src: url('assets/fonts/IvyOraDisplay-Light.woff2') format('woff2'),
        url('assets/fonts/IvyOraDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
	footer .container{
		max-width: 1095px;
	}
		.owl-carousel .owl-item img {

		object-fit: cover;
		height: 980px;
	}
}

@media (min-width:768px) and (max-width: 1024px) {
   
		.owl-carousel .owl-item img {

		object-fit: cover;
		height: 550px;
	}
}

@media (max-width: 767px) {
   
		.owl-carousel .owl-item img {

		object-fit: cover;
		height: 350px;
	}
}


.main-header .logo-wrap img {
    max-width: 127px;
    width: 100%;
}
.site-header {
    background: #4F6653;
    padding: 23px 0 10px;
    border-bottom: 4px solid #ACC7CB;
	position: fixed;
	width: 100%;
}
.wrapper{
	padding-top: 99px;
}
.top-nav ul {
    padding-right: 57px;
}
.top-nav li {
    margin: 0 0 0 0;
}
.top-nav li a{
	font-size: 16px;
	line-height: 34px;
	color: #CCC8A7;
	letter-spacing: 0;
	font-family: 'lato';
    transition: 0.5sease-in-out;
    padding: 15px 20px;
    font-weight: 300;
}
.top-nav li a:hover{
	background: transparent;
	color: #fff;
}
.top-nav li a:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #CCC8A7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}
.top-nav li:last-child a:after{
	content: none;
}
.hero-banner {
    position: relative;
    height: 740px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #CCC8A7;
	-webkit-backface-visibility: hidden;
}
.hero-banner .row {
    justify-content: center;
}
.hero-banner:after {
    content: '';
    position: absolute;
    background: #4F6653;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.00;
}
.banner-content {
    position: relative;
    z-index: 5;
    top: 75px;
    left: 2px;
}
.banner-content h1{
	font-size: 62px;
	line-height: 1.2;
	color: #CCC8A7;
	letter-spacing: 0;
	font-family: 'Miller Display';
    font-weight: 300;
	text-transform: uppercase;
}
.scroller {
    position: absolute;
    top: calc(100% + 70px);
    left: 0;
    right: 0;
    width: 30px;
    height: 47px;
    background-color: #CCC8A7;
    margin: 0 auto;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s linear 0.5s;
}
.scroller:after {
    content: '';
    width: 5px;
    height: 50%;
    background: #000;
    position: absolute;
    transform: translateY(0%) scaleY(0);
    left: 40%;
    display: block;
	-webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
    transform-origin: top center;
}

/*
 *  Animations
 */
@-webkit-keyframes slideDown {
	0% { transform: translateY(-100%) }
	100% { transform: translateY(0%) }
}
@keyframes slideDown {
	0% { transform: translateY(-100%) }
	100% { transform: translateY(0%) }
}

@-webkit-keyframes mymove {
	0% { transform: translateY(0%) scaleY(0); }
	10% { transform: translateY(0%) scaleY(0.5); }
	30% { transform: translateY(50%) scaleY(1); }
	45% { transform: translateY(200%) scaleY(0.5); }
	55% { transform: translateY(200%) scaleY(0); }
	100% { transform: translateY(200%) scaleY(0); }
}

@keyframes mymove {
	0% { transform: translateY(0%) scaleY(0); }
	10% { transform: translateY(0%) scaleY(0.5); }
	30% { transform: translateY(50%) scaleY(1); }
	45% { transform: translateY(200%) scaleY(0.5); }
	55% { transform: translateY(200%) scaleY(0); }
	100% { transform: translateY(200%) scaleY(0); }
}
.about-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    padding: 24px;
}
.about-content{
	max-width: 946px;
	margin: 0 auto;
	text-align: center;
}
.about-section .container, #connect-sec .background-color{
	background: #4F6653;
    padding: 80px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    opacity: 0.85;
}
.about-content h2 {
    font-size: 34px;
    line-height: 1.2;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: 'Miller Display';
    font-weight: 300;
    margin-bottom: 37px;
}
.about-content p {
    font-size: 24px;
    line-height: 1.4;
    color: #CCC8A7;
    font-family: 'lato';
    font-weight: 300;
    letter-spacing: 0.2px;
}
.about-content p.btm-txt{
	font-size: 24px;
	line-height: 1.5;
	color: #CCC8A7;
	letter-spacing: 0;
	font-family: 'Miller Display';
	font-weight: 600;
}
.gallery-slider-sec {
    border-top: 10px solid #CCC8A7;
    border-bottom: 10px solid #CCC8A7;
}
.owl-dots {
    position: absolute;
    bottom: 83px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 9px;
}
.owl-dot {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #11363D;
    border-radius: 50%;
}
.owl-dot.active{
	background: #11363D;
    border-color: #fff;
}
.owl-nav {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-prev {
    padding: 5px 15px;
    background: #5F6357;
    width: 50px;
    color: #CCC8A7;
    height: 55px;
    font-size: 30px;
    left: 108px;
    position: absolute;
}
.owl-next {
    padding: 5px 15px;
    background: #5F6357;
    width: 50px;
    color: #CCC8A7;
    height: 55px;
    font-size: 30px;
    right: 108px;
    position: absolute;
}
.amenities-sec {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: relative;
    padding: 135px 0 115px;
}
.amenities-sec.active-section:after{
	width: 71%;
}
.amenities-sec:after{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4F6653;
	opacity: 0.66;
	transition: 0.5s ease-in-out;
}
.amenities-wrap {
    position: relative;
    z-index: 5;
    padding: 0 25px;
}
.amenities-wrap h2 {
    font-size: 34px;
    line-height: 1.2;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: 'Miller Display';
    font-weight: 300;
	text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin-top: 20px;
}
.amenities-wrap h2:after{
	display:none;
	content: '';
	background: #CCC8A7;
	width: 49px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.amenities {
    display: flex;
    column-count: 2;
    flex-wrap: wrap;
    column-gap: 90px;
	padding: 0 15px;
}
.amenities li {
    font-size: 18px;
    line-height: 28px;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: 'lato';
    font-weight: 300;
    width: 37%;
    margin-bottom: 16px;
}

.comunity-sec {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: relative;
    padding: 98px 0 95px;
    border-bottom: 5px solid #CCC8A7;
}
.comunity-sec.active-section:after{
	width: 44%;
}
.comunity-sec:after{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #CCC8A7;
	opacity: 0.9;
	transition: 0.5s ease-in-out;
}
.comunity-wrap {
    position: relative;
    z-index: 5;
    padding: 0 20px 0px 162px;
}
.comunity-wrap h2 {
    font-size: 34px;
    line-height: 1.2;
    color: #4F6653;
    letter-spacing: 0;
    font-family: 'Miller Display';
    font-weight: 300;
	text-transform: uppercase;
    position: relative;
   padding-bottom: 0px;
    margin-bottom: 26px;
	
}
.comunity-wrap h2:after {
	display:none;
    content: '';
    background: #11363D;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.comunities {
    padding: 0 0px 0 10px;
}
.comunities li {
    font-size: 18px;
    line-height: 28px;
    color: #4F6653;
    letter-spacing: 0;
    font-family: 'lato';
    font-weight: 400;
    width: 90%;
    margin-bottom: 15px;
}
.connect-sec {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    padding: 24px;
    border-bottom: 4px solid #ACC7CB;
}
.connect-heading {
    max-width: 646px;
    margin: 0 auto 60px;
    text-align: center;
}
.connect-heading h2 {
    font-size: 32px;
    line-height: 1;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: 'Miller Display';
    font-weight: 300;
    margin-bottom: 25px;
}
.connect-heading img {
    margin-bottom: 20px;
    max-width: 160px;
}
.connect-heading p {
    font-size: 18px;
    line-height: 28px;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: 'Miller Display';
    font-weight: 400;
    margin-bottom: 5px;
}
.contact-form {
    max-width: 930px;
    margin: 0 auto;
}
.contact-form p{
	margin-bottom: 25px;
}
.input-field {
    height: 59px;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 27px;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'lato';
    font-weight: 400;
	    width: 100%;
	    border: 0;
}
.input-field:focus, .select-field:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}
.select-field{
	height: 59px;
    border-radius: 0;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    letter-spacing: 0;
    font-family: 'lato';
    font-weight: 400;
	appearance: none;
}
.submit-btn {
    background: #CCC8A7;
    color: #11363D;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    box-shadow: unset;
    height: 59px;
    text-transform: uppercase;
    border: 1px solid #CCC8A7;
	transition: 0.5s ease-in-out;
}
.submit-btn:hover{
	background: transparent;
	color: #fff;
}
.select-field-wrap{
	position: relative;
}
.select-field-wrap:after {
    content: '';
    background: url(assets/images/arrow.png);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 99;
}
footer {
    clear: both;
    padding: 40px 0 20px;
    background: #5F6357;
    color: #fff;
   
}

.footer-right {
    text-align: right;
}
.footer-menu {
    display: inline-block;
}
.menu-main-menu-container {
    display: inline;
}
.footer-menu ul#menu-main-menu-1 {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 6px;
}
.footer-menu ul#menu-main-menu-1 li {
    display: inline-block;
}
.footer-menu ul#menu-main-menu-1 li a {
    font-size: 16px;
    line-height: 34px;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: lato;
    font-weight: 400;
    margin-left: 43px;
	position: relative;
	transition: 0.5s ease-in-out;
}
.footer-menu ul#menu-main-menu-1 li a:hover{
	color: #fff;
	text-decoration: none;
}
.footer-menu ul#menu-main-menu-1 li a:before {
    content: '';
    background: #CCC8A7;
    position: absolute;
    width: 1px;
    height: 100%;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-menu ul#menu-main-menu-1 li:first-child a:before {
	content: none;
}
.footer-menu img{
	margin-left: 20px;
}
.footer-logo img{
	max-width: 135px;
}
.copyright-text {
    padding-right: 0px;
}
.copyright-text p, .copyright-text p a{
	font-size: 12px;
    line-height: 24px;
    color: #CCC8A7;
    letter-spacing: 0;
    font-family: arial;
    font-weight: 400;
	transition: 0.5s ease-in-out;
}
.copyright-text p a:hover{
	color: #fff;
	text-decoration: none;
}
.error404 .site-header {
    display: block;
}
.error404 footer {
    display: block;
}
.error404 .error-main {
    max-width: 100%;
    margin: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: unset;
    color: #11363D;
}
.cta-button{
	background: #CCC8A7;
    color: #11363D;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: unset;
    border: 0;
    text-transform: uppercase;
    padding: 10px 20px;
	border: 1px solid #CCC8A7;
	transition: 0.5s ease-in-out;
}
.cta-button:hover{
	background: transparent;
	color: #11363D;
	text-decoration: none;
}
.error404 .logo-wrap {
	max-width: auto;
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.select-field-wrap p, .submit-btn-wrap p{
	margin-bottom: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #CCC8A7;
}

@media only screen and (max-width: 1024px) {
	
.wrapper {
    padding-top: 90px;
}	
.hero-banner {
    height: 500px;
	background-attachment: scroll !important;
}
	.banner-content{
		top:50%;
	}
.banner-content h1 {
    font-size: 32px;
}
.about-section {
    padding: 100px 30px 80px;
}
.owl-dots {
    bottom: 40px;
}
.owl-prev {
    left: 30px;
}
.owl-next {
    right: 30px;
}
.amenities-sec {
    padding: 60px 0 30px;
}
	.amenities li {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}
	.comunities li {
    font-size: 16px;
    line-height: 24px;
	width:100%;
}
.comunity-wrap {
    padding: 0 10px 0px 20px;
}
.comunity-sec {
    padding: 60px 0 30px;
}
.comunity-sec.active-section:after {
    width: 52%;
}
.connect-sec {
    padding: 60px 30px 30px;
}
.footer-menu ul#menu-main-menu-1 li a {
    margin-left: 20px;
}
.footer-menu ul#menu-main-menu-1 li a:before {
    left: -13px;
}
.hamburger {
    margin: 14px 0 0 0;
}
.site-header {
    padding: 20px 0 20px;
}
.connect-heading {
    margin: 0 auto 40px;
}
.top-nav, .top-nav.menu-opened {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background: #11363D;
    top: 100%;
    border-top: 1px solid #CCC8A7;
}
.top-nav.menu-opened .menu-main-menu-container {
    padding: 15px 0;
}	
.top-nav ul li a {
    padding: 15px 25px;
}
.top-nav li a:after{
	content: none;
}
.top-nav.menu-opened ul.nav-menu, .top-nav div.nav-menu > ul {
    max-width: 100%;
    text-align: left;
}
.hamburger.is-active {
    margin-top: 15px;
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
    background: #CCC8A7;
}	
.hamburger--3dxy-r.is-active .hamburger-inner::after {
    background: #CCC8A7;
}
.amenities-wrap h2, .comunity-wrap h2{
	font-size: 22px;	
}	
}

@media only screen and (max-width: 767px) {
.top-nav ul li a {
    padding: 15px 0;
}
.top-nav ul li a {
    padding: 15px 0;
}	
.hero-banner {
    height: 500px;
    padding: 0 30px;
}
.banner-content h1 {
    font-size: 24px;
}
.about-content h2 {
    font-size: 22px;
}
	.about-content * {
    text-align: left;
}
.about-content p {
    font-size: 18px;
}	
.about-content p.btm-txt {
    font-size: 18px;
}
.banner-content {
    text-align: center;
	top: 0;
}
.owl-dots{
	bottom: 10px;
}
.owl-dot {
    width: 10px;
    height: 10px;
}
.owl-prev {
    padding: 5px 8px;
    width: 30px;
    height: 40px;
    font-size: 20px;
    left: 20px;
}
.owl-next {
    padding: 5px 8px;
    width: 30px;
    height: 40px;
    font-size: 20px;
    right: 20px;
}
.amenities-sec.active-section:after {
    width: 100%;
}
.amenities-wrap {
    padding: 0 20px;
}
.amenities li {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
	font-family:'lato';
}
.comunity-sec.active-section:after {
    width: 100%;
}
.comunity-wrap {
    padding: 0 20px 0px 20px;
}
.comunities li {
    font-size: 16px;
    line-height: 24px;
	width:100%;
}
.comunity-wrap h2 {
	padding-bottom: 15px;
    margin-bottom: 30px;
}	
.comunity-wrap h2:after {
    bottom: 0;
}
.amenities-wrap h2 {
    padding-bottom: 15px;
    margin-top: 30px;
}
.amenities {
    padding-left: 10px;
}
.connect-heading h2 {
    font-size: 24px;
    line-height: 1.2;
}
.connect-heading p {
    font-size: 16px;
    line-height: 24px;
}
.input-field {
    height: 40px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
}
.select-field {
    height: 40px;
    margin-bottom: 20px;
    padding: 10px 15px;
	font-size: 16px;
    line-height: 24px;
}
.footer-right {
    text-align: center;
}
.footer-menu ul#menu-main-menu-1 li a {
    margin-left: 12px;
	font-size: 14px;
}	
.footer-menu ul#menu-main-menu-1 li a:before{
    left: -8px;
}	
.copyright-text {
    padding-right: 0;
    text-align: center;
}
.footer-logo {
    margin-bottom: 15px;
    text-align: center;
}
.footer-menu {
    display: block;
    margin-bottom: 15px;
}
.submit-btn {
    height: 40px;
}
.select-field-wrap:after {
    right: 15px;
    width: 15px;
    height: 10px;
}
.connect-heading {
    margin: 0 auto 30px;
}
.error404 .page-content-section {
    padding: 50px 0 50px;
}
.error404 .error-main .title-404{
	font-size: 60px;
}
.error404 .error-main .content-404 h3 {
    font-size: 20px;
    letter-spacing: 0;
    padding: 10px 0;
}
.error404 .error-main {
    padding: 0 15px;
}
}

/*css for video header*/
.hero-video {  background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    z-index: -1;
}