/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/





/*
####################
#### sitewide and links
####################
*/
.lb_textlink {
	text-decoration: underline;
}
.lb_textlink:hover {
	text-decoration: none;
}
.lb_textcenter {
	text-align: center;
}





/*
####################
#### HEADER
####################
*/
.fusion-header {
	border-bottom: 1px solid #636265;
}




/*
####################
#### NAVIGATION
####################
*/
.current-menu-item .fusion-megamenu-title a,
.fusion-megamenu-title a:hover {
	color: #ffde17;
}




/*
####################
#### LETTERBOX
####################
*/
.lb_letterbox {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.lb_letterbox h1 {
	color: #fff !important;
	margin-bottom: 20px;
}
.lb_letterbox p {
	color: #fff;
	margin-bottom: 0;
}
.lb_letterbox a {
	color: #fff;
	text-decoration: underline;
}
.lb_letterbox a:hover {
	text-decoration: none;
}
@media (min-width: 801px) {
	.lb_letterbox {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.lb_letterbox h1 {
		color: #fff !important;
		margin-bottom: 20px;
		font-size: 50px !important;
	}
}






/*
####################
#### MOBILE ICON BAR
####################
*/
.lb_mobile_icon_bar {
	padding-left:0 !important;
	padding-right:0 !important;
}
.lb_mobile_icon_bar .fusion-content-widget-area {
	font-family: 'Montserrat' !important;
    font-weight: bold;
    letter-spacing: 0px;
}
.lb_mobile_icon_bar p {
	margin-bottom: 0 !important; /*Had to add this style because the Text Blocks plugin is adding p tags with bottom margins for some reason*/
}
.lb_mobile_icon_bar table {
	width:100%;
}
.lb_mobile_icon_bar table td {
	width:50%;
	padding:0;
}
.lb_mobile_icon_bar table td .lb_mb_01 {
	text-align:center;
}
.lb_mobile_icon_bar table td .lb_mic_01p {
	border-right: 1px solid #ffeb72;
}
.lb_mobile_icon_bar table td .lb_mic_01m {
	border-left: 1px solid #d9bd14;
}
.lb_mobile_icon_bar table td .lb_mb_01 .lb_mb_02 {
	display: inline-block;
	position: relative;
	padding: 13px 0 13px 0;
	color:#3f3e40;
}
.lb_mobile_icon_bar table td .lb_mb_01 .lb_mb_02p {
	padding-left:35px;
}
.lb_mobile_icon_bar table td .lb_mb_01 .lb_mb_02m {
	padding-left:41px;
}
.lb_mobile_icon_bar table td .lb_mb_01 .lb_mb_02 .lb_mb_03 {
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 26px;
	color: #3f3e40;
}
.lb_mobile_icon_bar .fusion-content-widget-area .widget {
    margin-bottom: 0 !important;
}
.lb_modal_phone {
	font-size: 16px;
	line-height: 1.5;
}
@media (min-width: 801px) {
	.lb_mobile_icon_bar {
    		display: none;
	}
}






/*
####################
#### HOME PAGE SLIDESHOW BUTTONS
####################
*/









/*
####################
#### lb_intro
####################
*/
.lb_intro {
	text-align: center;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.lb_intro_adjust {
	padding-bottom: 40px !important;
}
.lb_intro h2 {
		margin-bottom: 20px !important;
	}
.lb_intro p {
	font-size: 18px !important;
	margin-bottom: 0;
}
@media (min-width: 801px) {
	.lb_intro {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.lb_intro_adjust {
		padding-bottom: 40px !important;
	}
	.lb_intro h2 {
		font-size: 40px !important;
	}
	.lb_intro p {
		font-size: 22px !important;
	}
}
@media (min-width: 1201px) {
	.lb_intro {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.lb_intro_adjust {
		padding-bottom: 40px !important;
	}
}




/*
####################
#### LB BODY
####################
*/
.lb_body p {
	text-align: center;
	margin-bottom: 0;
}
.lb_body_mobile_spacer {
	margin-bottom: 30px !important;
}
@media (min-width: 801px) {
	.lb_body_mobile_spacer {
		margin-bottom: 0px !important;
	}
	.lb_body_desktop_spacer {
		margin-bottom: 70px !important;
	}
	.lb_body_switch_right {
		margin-left: 50% !important;
	}
	.lb_body_switch_left {
		margin-left: -100% !important;
	}
}






/*
####################
#### SERVICES
####################
*/
.lb_services h3 {
	font-size: 22px !important;
	margin: 0 0 10px 0;
}






/*
####################
#### LEADERSHIP
####################
*/
.lb_leadership h2 {
    font-size: 25px !important;
}
.lb_leadership h3 {
	font-size: 18px;
	margin: 0;
}
.lb_leadership .lb_leadership_position {
	font-size: 15px;
	color: #323232;
	margin-bottom: 20px;
}
.lb_leadership .lb_leadership_cv {
	margin-bottom: 10px;
}
@media (min-width: 801px) {
	.lb_leadership .fusion-title {
		margin-bottom: 20px !important;
	}
	.lb_leadership h2 {
		font-size: 35px !important;
	}
}




/*
####################
#### WHAT OUR CLIENTS SAY
####################
*/
.lb_what_our_clients_say h2 {
	font-size: 30px !important;
}
@media (max-width: 800px) {
	.lb_what_our_clients_say .fusion-title {
		margin-bottom: 30px !important;
	}
	.lb_what_our_clients_say .lb_what_our_clients_say_img1 .fusion-column-wrapper {
		min-height: 400px !important;
	}
}
@media (min-width: 801px) {
	.lb_what_our_clients_say .fusion-title {
		margin-bottom: 30px !important;
	}
}





/*
####################
#### lb_tiles
####################
*/
.lb_tiles {
	text-align: center;
}
.lb_tiles h3 {
	font-size: 22px !important;
	margin-bottom: 10px !important;
}
.lb_tiles_intro h2 {
	margin-bottom: 20px !important;
}
.lb_tiles_intro p {
	font-size: 18px !important;
	margin-bottom: 0;
}
@media (min-width: 801px) {
	.lb_tiles h3 {
		font-size: 30px !important;
	}
	.lb_tiles_intro h2 {
		font-size: 30px !important;
	}
}














/*
####################
#### CASE STUDY
####################
*/
.lb_case_study {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
@media (max-width: 800px) {
	.lb_case_study_title .fusion-title {
		margin-bottom: 0 !important;
	}
}
.lb_case_study .fusion-image-carousel {
	margin-bottom: 0;
}
@media (min-width: 801px) {
	.lb_case_study_title h3 {
		font-size: 30px !important;
	}
}
@media (min-width: 1301px) {
	.lb_case_study_title h3 {
		font-size: 35px !important;
	}
}






/*
####################
#### TOGGLES
####################
*/
.lb_toggle .accordian .panel-heading .fusion-toggle-icon-wrapper i::before {
	color: #fff;
}
.lb_toggle .accordian .panel-heading .panel-title a {
	color: #333333;
}
.lb_toggle .accordian .panel-heading .panel-title .active {
	color: #d9bd14;
}
.lb_toggle .fusion-accordian #accordion-108-1 .panel-title a {
	font-size: 30px;
}
.lb_toggle .fusion-toggle-heading {
	font-size: 25px;
}
@media (min-width: 801px) {
}







/*
####################
#### CONTACT
####################
*/
.lb_contact h3 {
		font-size: 25px !important;
	}
.lb_contact .fusion-li-icon {
	font-size: 15px;
	padding-top: 3px;
}
.lb_contact .fusion-li-item-content {
	margin-left: 30px;
}

@media (max-width: 800px) {
	.lb_contact h3.lb_send_a_message {
		margin-bottom: 15px;
	}
}

@media (min-width: 801px) {
	.lb_contact h3 {
		margin-bottom: 20px;
	}
}

/*form styles from here*/
.wpcf7-form #comment-input div {
	margin-bottom: 13px;
}
.wpcf7-form #comment-input input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #3f3e40;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
}
#comment-textarea {
	margin-bottom: 13px;
}
#comment-textarea textarea {
	padding: 8px 15px;
	color: #3f3e40 !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.wpcf7-recaptcha {
	margin-bottom: 13px;
}
.wpcf7-form input[type="submit"],
.wpcf7-submit {
	border: none !important;
	width: auto;
	padding: 13px 29px !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #3f3e40;
}
.wpcf7-form input[type="submit"],
.wpcf7-submit {
	background-color: #ffde17 !important;
	text-transform: inherit !important;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #d9bd14 !important;
}
@media only screen and (max-width: 800px) {
	.lb_contact #comment-input input,
	.lb_pop_up_contact_modal #comment-input input {
		margin-bottom: 0px;
	}
}








/*
####################
#### FOOTER
####################
*/
.fusion-footer-widget-area .widget-title {
	font-size: 25px !important;
	margin-bottom: 10px;
	text-transform: inherit;
	text-align: center;
}
.fusion-footer-widget-area #custom_html-7 .widget-title {
	margin-bottom: 5px;
}
.fusion-footer-widget-area #custom_html-7 .fusion-image-carousel {
	margin-bottom: 0;
}
.lb_footer_page_links p {
	border-bottom: 1px dashed #636265;
	display: block;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}
.lb_footer_page_links p:first-child {
	border-top: 1px dashed #636265;
}
.fusion-footer-widget-area #custom_html-4 .lb_footer_page_links a {
	display: block;
	width: 100%;
	padding: 10px 0;
}
.lb_footer_page_links a:hover {
	text-decoration: underline;
}
.fusion-footer-widget-area #custom_html-8 p,
.fusion-footer-widget-area #custom_html-3 p {
	padding: 10px 0;
}
@media (min-width: 801px) {
	.fusion-footer-widget-area .widget-title {
		text-align: left;
	}
	.lb_footer_page_links p {
		text-align: left;
	}
}





/*
####################
#### FOOTER COPYRIGHT
####################
*/
#toTop {
	background-color: #ffde17;
}
#toTop:hover {
	background-color: #d9bd14 !important;
}
#toTop:before {
	color: #3f3e40;
}
.fusion-copyright-content a:hover {
	text-decoration: underline;
}
@media (min-width: 801px) {
	.lb_copyright {
		text-align: left;
	}
}