/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.14
*/ 

:root {
    --main: #d3a576;
    --dark: #0a1a33;
    --fontH: "forma-djr-micro";
    --font: "Public Sans";
}

body{
	font-family: var(--font);
	color: var(--dark);
}

p, ul li, ol li{
	font-size: 20px;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 45px;
	padding-bottom: 45px;
    padding-left: 95px;
    padding-right: 90px;
    background:transparent;
    transition: all .3s;
    position: fixed;
}
#header .skip-link{
	display: none;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
    background-color: #fff;
}

#header .logo a {
    color: var(--dark);
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}



#header .phone a i {
    position: relative;
    color: var(--main);
  font-size: 13px;
  padding-right: 1px;
  top: -2px;
}
#header .phone a:hover {
    text-decoration: none;
    border-color: #929292;
}
#header .phone a {
    padding: 17px 34px 16px;
	border-radius: 3px;
	color: var(--dark);
	font-size: 20px;
	font-weight: 600;
	font-family: var(--fontH);
	background-color: #fff;
	border: 1px solid  #eecdad;
	display: inline-block;
	margin-left: 10px;
}
#header .contact a {
    padding: 17px 70px 16px;
	border-radius: 3px;
	color: var(--dark);
	font-size: 20px;
	font-weight: 600;
	font-family: var(--fontH);
	background-color: #eecdad;
	border: 1px solid  #eecdad;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

.navbar .navbar-nav .nav-link{
	color: var(--dark);
	font-size: 20px;
}

/* HERO */
.hero-out{
	width: 98%;
	margin: 0 1%;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}
#hero {
    position: relative;
    height: 960px;
    padding-bottom: 160px;
    
    background-size: cover;
    background-position: top center;
    z-index: 4;
    
    background: rgb(236,224,211);
	background: linear-gradient(0deg, rgba(236,224,211,1) 0%, rgba(244,232,219,1) 24%, rgba(253,251,249,1) 66%, rgba(246,245,243,1) 99%);
}
#hero .container{
	position: relative;
	z-index: 10;
}
#hero .hero-photo{
	width: 60%;
	height: 85%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

#hero h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding: 30px 0;
    margin: 0;
    font-family: var(--fontH);
    color: #ad8864;
}
#hero h1 {
    color: #193657;
    font-family: var(--fontH);
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}

.buttons a{
	padding: 20px 140px;
	border-radius: 3px;
	color: var(--dark);
	font-size: 23px;
	font-weight: 600;
	font-family: var(--fontH);
	background-color: #eecdad;
	display: inline-block;
	cursor: pointer;
}
.buttons a:hover{
	background-color: #fff;
}




/* ABOUT */

#about {
    position: relative;
    overflow: hidden;
}

#about .headline {
    padding-left: 15px;
    padding-right: 55px;
}
#about .headline h3 {
    color: var(--dark);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.33px;
    padding: 0;
    margin: 0;
}
#about .headline h3::after {
    content: "";
    display: block;
    width: 210px;
    height: 17px;
    margin-top: 30px;
    background-color:#d98165;
    border-radius: 3px;
}

#about .content {
    padding-top: 5px;
    padding-right: 25px;
}
#about .content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: -0.19px;
    padding: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 22px 0 0 0;
}
#about .content a::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transition: all .3s;
}
#about .content a:hover {
    color: var(--main);
    text-decoration: none;
}
#about .content a:hover::before {
    background-color: transparent;
}
#about .content a span {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-left: 23px;
}
#about .content a span::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
}

/* HEADLINE */
.home-headline{
	margin-bottom: 20px;
}
.home-headline h4 {
    color: #233757;
    font-size: 17px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 9px 20px 8px 20px;
    margin: 0;
    background-color: #faf0e5;
    display: inline-block;
    border-radius: 4px;
}
.home-headline h2 {
    color: var(--dark);
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.93px;
    padding: 20px 0;
    margin: 0;
    
}

/* mission */
#mission{
	padding-top: 0;
	overflow: hidden;
}
#mission .col-txt{
	display: flex;
	flex-wrap: wrap;
}
#mission .home-headline{
	margin-top: auto;
}
#mission .txt-box{
	margin-bottom: auto;
	padding: 50px 0;
	position: relative;
}
#mission .txt-box:after{
	content: "";
	width: 200%;
	margin-left: -10%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-color: #faf0e5;
	border-radius: 30px;
	top: 0;
}
#mission .photo{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mission .photo.photo-1{
	width: 120%;
	height: 500px;
	margin-left: 60px;
	border-radius: 15px 100px 15px 15px;
}
#mission .photo.photo-2{
	width: 70%;
	  height: 290px;
	  border-radius: 15px 15px 15px 60px;
	  margin-top: -80px;
}


/*  guidelines */
#guidelines{
	padding: 120px 0;
	background: rgb(148,205,199);
	background: linear-gradient(172deg, rgb(181, 230, 224) 0%, rgb(84, 169, 163) 99%);
	overflow: hidden;
}
#guidelines .home-headline h4{
	background-color: #509395;
	color: #fff;
}
#guidelines .home-headline h2{
	color: #fff;
}

#guidelines .container-box{
	background-color: #fff;
	border-radius: 30px;
	width: 1400px;
	max-width: 1400px;
	margin: 50px auto;
	position: relative;
}
#guidelines .container-box:after{
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -50px;
	right: -50px;
	border: 1px solid rgba(255,255,255,0.5);
	display: block;
	content: "";
	border-radius: 30px;
}
#guidelines .container-box .row{
	position: relative;
	z-index: 10;
}

#guidelines .item{
	padding: 60px 60px 60px 45px;

}
#guidelines .item:nth-child(1){ border-bottom: 1px solid #eee;	border-right: 1px solid #eee; }
#guidelines .item:nth-child(2){ border-bottom: 1px solid #eee;	 }
#guidelines .item:nth-child(3){ border-right: 1px solid #eee; }
#guidelines .item:nth-child(4){ 	 }

#guidelines .item h2{
	font-weight: 600;
	font-family: var(--fontH);
	line-height: 1;
	color: var(--dark);
	margin-top: 15px;
	transition-duration: 0.3s;
}
#guidelines .item p{
	font-size: 19px;
	line-height: 1.65;
	font-weight: 200;
}

#guidelines .item .icon-box{
	flex: 0 0 200px;
	max-width: 200px;
}
#guidelines .item .icon-box .icon{
	width: 138px;
	height: 138px;
	margin: auto;
	border-radius: 200px;
	display: flex;
	background-color: #11305e;
	transition-duration: 0.3s;
}
#guidelines .item:hover .icon-box .icon{
	transform: scale(0.92);
}
#guidelines .item .icon-box .icon.icon-2{ background-color:#d98164; }
#guidelines .item .icon-box .icon.icon-3{ background-color:#edcdad; }
#guidelines .item .icon-box .icon.icon-4{ background-color:#0d5a64; }


#guidelines .item:nth-child(1):hover h2{ color:#11305e; }
#guidelines .item:nth-child(2):hover h2{ color:#d98164; }
#guidelines .item:nth-child(3):hover h2{ color:#edcdad; }
#guidelines .item:nth-child(4):hover h2{ color:#0d5a64; }


#guidelines .item .icon-box .icon img{
	margin: auto;
}



/* founder */
#founders{
	padding: 90px 0 120px;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #f8f6f4 100%);
}
#founders .container{
	max-width: 1400px;
	width: 100%;
}
#founders .item-in{
	background-color: #fff;
	border: 1px solid #e4c6a7;
	box-shadow: 0px 30px 20px rgba(228,198, 167, 0.1);
	border-radius: 20px;
	height: 100%;
	position: relative;
	padding-bottom: 30px;
	transition-duration: 0.3s;
}
#founders .item:hover .item-in{
	box-shadow: 0px 40px 40px rgba(228,198, 167, 0.25);
}
#founders .item .photo{
	height: 280px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: 0.5s;
}
#founders .item .photo-out{
	overflow: hidden;
	border-radius: 20px;
	width: calc( 100% + 2px );
	margin: -1px 0 0 -1px;
}
#founders .item:hover .photo-out .photo{
	transform: scale(1.08);
}

#founders .item .txt{
	margin: 45px;
}
#founders .item .txt h2{
	font-size: 32px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	line-height: 1;
	transition-duration: 0.3s;
}
#founders .item:hover .txt h2{
	color: #d98165;
}
#founders .item .txt h4{
	font-size: 17px;
	font-weight: 200;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #3b566b;
	line-height: 1;
	padding: 4px 0;
	
}

#founders .position{
	color: #d98165;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	border-top: 5px solid #d98165;
	margin: 20px 0;
	padding-top: 10px;
}
#founders .item .txt p{
	font-weight: 100;
	color: #0a1a33;
}
#founders .item .linkedin{
	border: 1px solid #edcdad !important;
  font-size: 22px;
  background-color: #edcdad;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -39px;
  
}

#founders .item .linkedin_in{
	font-size: 22px;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border: 5px solid #fff;
  border-radius: 70px;
  transition-duration: 0.3s;
  
}
#founders .item .linkedin_in:hover{
	transform: scale( 0.9 );
}



/* contact */
#contact{
	padding: 100px 0;
}
.container-form{
	max-width: 1600px;
	width: 95%;
	background-color: #f4e3d3;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.container-form .photo{
	position: absolute;
	left: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background-image: url("img/contact-photo.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container-form .form{
	padding: 40px 130px 10px 50px;
} 
.form-control{
	border: 1px solid #deccba;
  border-radius: 6px;
}
.form-field{
	margin-bottom: 4px;
}
.form-field > label{
	position: inherit !important;
	top: auto;
	left: auto;
	background: none;
	letter-spacing: 0.1px;
	color: var(--dark);
}
.form-submit .wpcf7-submit{
	background-color: var(--dark);
	padding: 25px 80px 23px;
	font-size: 23px;
	height: auto;
	border-radius: 4px;
}


/* footer */
#footer{
	background-color:#142745;
}

.page-template-upcoming #footer{
	margin-top: 30px;
}
#footer .call i{
	font-size: 21px;
	margin-right: 10px;
}
#footer .call{
	font-size: 32px;
	color: #c6a27f;
	display: flex;
	align-items: center;
	margin: auto;
}
#footer .contact{
	display: flex;
}
#footer .contact .phone{
	font-size: 32px;
	margin-left: 10px;
	font-weight: 600;
}

#footer .menu ul li a{
	font-weight: 200;
	opacity: 0.8;
}


/* FAQ */

#faq-wrapper.box {
    background-color: #f9f9f9;
}

#faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
#faq-wrapper.box .card {
    padding: 0 100px 0 170px;
}
#faq-wrapper.box .card.active {
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
#faq-wrapper.box .card::after {
    width: calc(100% - 250px);
    right: 30px;
}
#faq-wrapper.box .card:last-of-type::after {
    display: block;
}
#faq-wrapper.box .card.active::after {
    background-color: transparent;
}
#faq-wrapper.box .card.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
#faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
    color: #FFF;
    font-size: 28px;
    top: 38px;
    left: -155px;
}

#faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 55px 0 0 0;
    border-bottom: 1px solid #1f1f1f;
}
#faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}

/* REVIEWS */

#reviews {
    position: relative;
}

#reviews .reviews {
    margin-top: 20px;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 60px 50px 65px;
    background-color: #f9f9f9;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion p {
    position: relative;
    color: #282828;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    text-indent: 65px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .opinion p:first-of-type::before {
    content: '“';
    color: var(--main);
    font-family: "Montserrat";
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 18px; left: -85px;
}

#reviews .review .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 110px;
    height: 10px;
    margin-top: 27px;
    margin-bottom: 25px;
    background-color: var(--main);
    border-radius: 10px;
}

/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1,
#hero-sub h2.blog-headline {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}


#hero.hero_sub{
	height: 500px;
	padding-bottom: 90px;
}

#hero.hero_sub_upcoming{
	min-height: 600px;
	height: 600px;
	padding-bottom: 70px;
}
#hero.hero_sub_upcoming h3{
	text-transform: uppercase;
}
#hero.hero_sub_upcoming h1{
	font-size: 62px;
	line-height: 1.1;
}
#page-wrapper {
    
}

#page-wrapper #main {
    position: relative;
    padding-right: 15px;
    background-color: #FFF;
}


.page-template-full #page-wrapper {
    background-color: #FFF;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h1.post-title {
    color: var(--dark);
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after, h1.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--dark);
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--dark);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--dark);
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, .8);
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}


/* Upcoming Meeting */
.col-upcoming .box {
	margin-bottom: 40px;
	padding: 50px 40px 40px 40px;
	border: 1px solid #efe3d6;
	border-radius: 20px;
	
}
.col-upcoming .box h3{
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.col-upcoming .box h3:after{
	background-color: #eee2d5;
	width: 100%;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
  content: "";
}
.col-upcoming .box h3 span{
	background-color: #fff;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	position: relative;
	z-index: 10;
}
.col-upcoming .box p{
	font-size: 22px;
	font-weight: 200;
	margin-left: 0px;
}
.col-upcoming .box i{
	margin-right: 15px;
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: -1px;
}  

.agenda{
	margin-left: 100px;
	position: relative;
	margin-top: 40px;
}
.agenda:after{
	content: "";
  width: 1px;
  height: 100%;
  background-color: #eee2d5;
  display: block;
  left: -43px;
  top: 0;
  position: absolute;
}
.agenda .item{
	margin-bottom: 30px;
}
.agenda .item p{
	font-size: 19px;
	padding: 10px 0;
}
.agenda .item h4{
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 10;
	font-size: 22px;
}
.agenda .item h4:before{
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 20px;
	border: 3px solid #ad8864;
	left: -50px;
	position: absolute;
	top: 31px;
	background-color: #fff;
}



.page-template-upcoming #page-wrapper{
	padding-bottom: 0;
}

.login-form input[type=password]{
	background-color: #fff !important;
  border: 1px solid #d0c4b6;
  padding: 14px 20px;
  border-radius: 5px;
  
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;


}
input:-webkit-autofill 
{
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.login-form input[type=submit]{
	background-color: var(--dark) !important;
	color: #fff;
	
  border: 1px solid var(--dark);
  padding: 14px 20px;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.login-form input[type=submit]:hover{
	background-color: #eecdad !important;
	border:1px solid #eecdad !important;
	color: var(--dark);
	
}