@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap');


/* General
--------------------------------------------- */
.page {
	margin: 0;
}
.container {
	position: relative;
	max-width: 1440px;
}




/* Header
--------------------------------------------- */
header#masthead {
	height: 90px;
	width: 100%;
}
header#masthead .site-branding {
	position: fixed;
	width: 100%;
	z-index: 5;
	background: #16213D;
	height: 90px;
	width: 100%;	
}
header#masthead .site-branding .container {
	position: relative;
}
header#masthead .site-branding img {
	height: 60px;
	width: auto;
	margin: 15px 0;
}
header#masthead .site-branding .main-navigation {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 5;
}
header#masthead .site-branding .main-navigation button {
	position: absolute;
	right: 20px;
	top: -5px;
	z-index: 5;
	width: 33px;
	height: 33px;
	cursor: pointer;
	opacity: 0;
}
.hamburger {
	position: absolute;
	right: 20px;
	top: 5px;
}
#primary-menu.nav-menu {
	position: absolute;
	background: #16213D;
	padding: 60px 0 10px 0;
	top: 0;
	width: 280px;
	transition: 0.24s all;
}
#primary-menu.nav-menu:after{
	content: '';
	position: relative;
	bottom: -60px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 280px 0 0;
	border-color: #16223c transparent transparent transparent;
}
body.home #primary-menu.nav-menu:after{
	bottom: -56px;
}
.main-navigation ul {
	display: block;
	position: absolute;
	right: -100%;
	line-height: 0;
	
}
.nav-menu li a {
	color: #C6A37F;
	padding: 10px 30px;
	border-bottom: 1px solid #3c3126;
	transition: all .3s;
	background: linear-gradient(100deg, #C6A37F 92.5%, transparent 93%);
	background-repeat: no-repeat;
background-position-x: -300px;
	font-size: 20px;
	line-height: 1em;
}
.nav-menu li a:hover {
	text-decoration: none;
	color: #fff;
background-position-x: 0px;
}
#site-navigation span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #C6A37F;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 0px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
}
#site-navigation span:first-child{
    transform-origin: 0% 0%;
}
#site-navigation span:nth-last-child(2){
    transform-origin: 0% 100%;
}
#site-navigation.toggled span{
    opacity: 1;
    transform: rotate(-45deg) translate(-0px, -0px);
}
#site-navigation.toggled span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#site-navigation.toggled span:nth-last-child(2){
    transform: rotate(45deg) translate(-10px, -11px);
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	right: 0;
}
@media screen and (min-width: 5000px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}




/* Homepage
--------------------------------------------- */

.home1 {
    background: #16213D;
    position: relative;
    z-index: 2;
}
.home1 .container.img {
	max-width: 980px;
}
.home1 .title {
	position: absolute;
	width: 33%;
	color: #fff;
	z-index: 5;
	top: 50px;
	color: #C6A37F;
	font-size: 46px;
	width: 306px;
}
.home1:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-7deg);
    transform-origin: 100%;
    z-index: -1;
}
.home1 .down {
	position: absolute;
	bottom: 40px;
	z-index: 5;
}
.home-banner {
    position: relative;
}
.home-banner img.image1,
.home-banner img.image2,
.home-banner img.image3 {
	position: absolute;
	transition: .2s all;
}
.home-banner img.image1 /* left image*/ {
	z-index: 1;
	left: 0;
	width: 55.9%;
	margin-top: 26.5%
}
.home-banner img.image2 /* right image */ {
	z-index: 1;
	right: 0;
	width: 39.6%;
	top: 50.4%
}
.home-banner img.image3 /* top image */{
	z-index: 0;
	top: 0;
	left: 38%;
	width: 40.5%
}
.home-banner img.image1:hover {
	padding: 10px 10px 0 0;
}
.home-banner img.image2:hover {
	padding: 10px 0 0 10px;
}
.home-banner img.image3:hover {
	padding: 0 00px 0 10px;
}
.home2 {
	position: relative;
	z-index: 1;
	min-height: 750px;
	background: url(/wp-content/uploads/2021/10/Film-strip_01-e1635505295681.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.home2 h2 {
	font-size: 42px;
	font-weight: bold;
	margin: 0 0 60px 0;
}
.home2 .row .first {
	font-size: 22px;
	color: #14827C;
	font-weight: bold;
}
.home2 .row .second {
	font-size: 22px;
	color: #000;

}
.home2 .pencil {
	margin: -50px 0;
}

.bg-brown {
	background: #C6A37F;
}

.bg-green {
	background: #14827C;
}




/* Divider
--------------------------------------------- */
.container.pencil {
	max-width: 1440px;
}
.divider.pencil {
	background: url(/wp-content/uploads/2021/11/Apple-pencil_PL.jpg) center;
	background-size: cover;
	min-height: 200px;
	margin: -250px 0 -150px 0;
}




/* Carousel
--------------------------------------------- */
.carousel {
	padding: 50px 0 150px 0;
	cursor: col-resize;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.carousel span {
	display: inline-block;
	padding: 0 100px;
}
.grey-hover img {
	width: auto;
	max-width: 180px;
	padding: 10px;
	filter: grayscale(1) opacity(0.4);
	transition: all .2s;
}
.grey-hover img:hover {
	filter: grayscale(0) opacity(1);
	padding: 2px;
}




/* Contact us banner
--------------------------------------------- */
.contact-banner {
	padding: 25px 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.contact-banner p {
	margin: 0;
}
.contact-banner a,
.contact-banner a:hover {
	color: #fff;
	font-weight: bold;
}




/* Testimonials
--------------------------------------------- */
.testimonial {
	padding: 66px 0;
}
.testimonial p {
	font-size: 26px;
	color: #fff;
}




/* Footer
--------------------------------------------- */
footer {
	background: #16223C;
	padding: 45px 0;
}
footer .col-sm-6:nth-child(1) img {
	max-width: 250px;
}
footer .col-sm-6:nth-child(2) {
	text-align: right;
}
footer .col-sm-6:nth-child(2) img {
	max-height: 44px;
	margin: 0 0 0 30px;
}
@media screen and (max-width: 600px) {
	footer .col-sm-6:nth-child(1),
	footer .col-sm-6:nth-child(2) {
		text-align: center;
	}
	footer .col-sm-6:nth-child(1) img {
		max-width: 200px;
	}
	footer .col-sm-6:nth-child(2) {
		padding: 30px;
	}
	footer .col-sm-6:nth-child(2) img {
		max-height: 34px;
		margin: 0 15px 0;
	}
}
#footer-menu {
	margin: 50px 0;
	padding: 0;
}
#footer-menu ul {
	margin: 0;
	padding: 0;
}
#footer-menu li {
	min-height: 100%;
	font-size: 14px;
	font-weight: 700;
	padding: 0 30px 0 0;
	text-transform: uppercase;
	max-width: 190px;
	list-style-type: none;
	float: left;
}
#footer-menu > li li {
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	text-transform: none;
	float: none;
	border-top: 1px solid rgba(198, 163, 127,.2);
	float: none;
}
#footer-menu > li a {
	color: #fff;
	padding: 10px 0;	
	display: block;
}
#footer-menu > li li a {
	padding: 5px 0;
	color: #C6A37F;
}
div.clear { 
	clear: both;
}
footer .copyright {
	padding: 40px 0;
	font-size: 14px;
	color: rgba(255,255,255,0.5)
}
footer .copyright a {
	color: rgba(255,255,255,0.5);
	text-decoration: underline;
}
.page-id-949 .down {display: none;}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background: #14827C !important;
	border: none !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
	font-family: "Open Sans", Arial;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span{
	font-weight: 400 !important;
}




/* Page headers
--------------------------------------------- */
body.post-template-default  {
	background: url(/wp-content/uploads/2021/11/blog-bg.png) no-repeat;
	background-size: 2560px;
	background-position: top -250px center;
}
.headerbanner {
	background-size: cover !important;
	position: relative;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
}
.headerbanner:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 0 100%;
	-webkit-transform: skew(97deg);
	-ms-transform: skew(97deg);
	transform: skew(97deg);
	z-index: 2;
}
.headerbanner.sand:after {
	background-color: #DFD2C2;
}
.headerbanner.white:after {
	background-color: #ffffff;
}
.headerbanner.lightgreen:after {
	background-color: #d0e6e5;
}
.headerbanner .title {
	color: #fff;
}
.headerbanner .title h1 {
	font-weight: bold;
	font-size: 52px;
	line-height: 58px;
}
.headerbanner .title h2 {
	font-weight: 500;
	font-size: 32px;
}
.headerbanner .down {
	right: 0;
	position: absolute;
	z-index: 5;
}
.headerbanner p {
	margin: 0 0 -10px 0;
}




/* Page content
--------------------------------------------- */

.elementor-element ul {
	padding: 0;
	margin: 0 0 0 15px;
}




/* Forms
--------------------------------------------- */

.wpcf7-form label {
	width: 80%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  background: #e7e8eb;
	width: 100%;
  padding: 15px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	border-collapse: collapse;
	border: none;
	border-radius: 0;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
	outline: 2px solid #14827C;
    box-shadow: 0 0 14px #ccc;
}
.wpcf7-form input[type="submit"] {
	padding: 15px 25px;
	background: #14827C;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}




/* Accordion
--------------------------------------------- */

.elementor-accordion-item {
	border-left: none !important;
	border-right: none !important;
}
.elementor-tab-title,
.elementor-tab-content {
	padding: 30px 0 !important;
	
}
.elementor-tab-title {
	padding: 30px 0 !important;
}
.elementor-accordion-icon {
	margin: 0 10% 0 40px;
}
.elementor-accordion-icon i {
	font-size: 36px;
}

.expand-group {
	background-image: url(/wp-content/uploads/2021/11/arrow-black.png);
	background-repeat: no-repeat;
	background-position: right 40px center;
	margin: 0 0 -1px 0 !important;
	cursor: pointer;
}
.expand-group.opened {
	background-image: url(/wp-content/uploads/2021/11/arrow-black-down.png);
}




/* Blog
--------------------------------------------- */

.display-posts-listing.grid {
	display: grid;
	grid-gap: 30px;
	row-gap: 60px;
}
.display-posts-listing.grid .listing-item {
	transition: all .3s;
	border: 1px solid #ccc;
}
/*
.display-posts-listing.grid .listing-item:hover {

}
*/
.display-posts-listing.grid .title {
	display: block;
	font-size: 22px;
	padding: 15px;
	color: #16213D;
}
.display-posts-listing.grid .excerpt-dash {
	display: none;
}
.display-posts-listing.grid .excerpt {
	display: block;
	font-size: 16px;
	padding: 0 15px 30px 15px;
	color: #16213D;
}
.display-posts-listing.grid img { 
	display: block; 
	width: 100%; 
	height: 240px;
	object-fit: cover;
}
@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}
@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}







/* Grid layout
--------------------------------------------- */

.whitetext {
	color: #fff;
}
.position-top-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.position-top-right p {
	margin: 0;
}
.entry-content .gridlayout .vce {
	margin: 0;
}
.entry-content .gridlayout h2,
.entry-content .gridlayout h3 {
	max-width: 350px;
	margin-bottom: 0;
}




/* Mobile layout
--------------------------------------------- */

@media screen and (min-width: 768px) {
	.show-mobile {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.show-desktop {
		display: none;
	}
	.down, .down-home {
		display: none;
	}
	.home2 {
		min-height: 750px;
		background-size: 350px;
	}
	.home2 img.img1 {
		width: 300px;
		text-align: left;
	}
	.home-banner-mobile img {
		margin: 15px 0;
		padding: 0 15px;
	}
}