/*
Theme Name: Laetus Child
description: Client Theme - Laetus
Template: laetus-parent
Version: 1.0.0
Text Domain: laetus-child
Author: BCW
*/


.logo-container img { max-height: 270px; width: auto;}

.feature-box:hover .feature-box-heading { color: #ccc !important;}

.home .feature-box .feature-box-heading {color:var(--color-two);}
.home .feature-box a {color: #000;}

.headlink {font-size: 1.3em;display: block;margin-top: 15px;}

.c2a a:hover {color:#999 !important;}

.contact-info:nth-child(2)::after, .home #gallery, #locate-us, #social, .home #bottom-feature {display:none;}

.feature-box .feature-box-heading { line-height: 33px; height: 123px; display: flex; flex-direction: column; justify-content: center;}

.aboutimg {width:428px;margin: 0 20px 20px 0;}

.main-menu .sub-menu-box { height: 520px; width: 400px;}

.sub-menu a { font-size: 12px;}

.main-menu .sub-menu { background: rgba(255,255,255, .9) !important;}


.toggle-item {
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	font-size: 22px;
}
.toggle-item>.toggle-content {
	display: none;

	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.foundfaq .toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}
.faq-section {max-width: 100%;
	padding: 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 2px solid var(--color-one);
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-two);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-two);
}
.faq-section-inner {max-width:100%;}

p a, .sitemap-page a {color:var(--color-two);}
p a:hover, .sitemap-page a:hover {color:#989dce;}





.gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin: 0 0 25px 0;
}

.contact-form form label {
    display: block !important;
}
.gfield_checkbox li label, .gfield_radio li label {display: inline-block !important;}

.page-id-153 .location-info {display: none;}

.logo-container a {display: flex; align-items: center; }
.logoname {font-size: 1.7em;}

.feature-subtitle a {color: var(--color-two);}
.feature-subtitle a:hover {color: #989dce;}

@media screen and (max-width:991px){
    .page-template-templates {margin-top: 97px !important;}
    .logo-container a {justify-content: center;margin-top: 5%;}
    .headlink {display: none;}
   .logo-container img {
  max-height: unset;
  width: auto;
  height: 30vw;
  margin:0;
}  
}
@media screen and (max-width:400px){
.logoname {font-size: 1.2em;}
}



