/* 
 Theme Name:     forter-divi-child-theme
 Author:         Mark Hendriksen
 Author URI:     https://markhendriksen.com
 Template:       Divi
 Version:        1.0
 Description:    A Divi Child Theme 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* #########  CHANGE COLORS ######### */

/* ### SLIDE-IN CLOSE CROSS ICON COLOR ### */
.fa-times-circle {
	color: #002d5e !important;
}

.sliding_cta_forter.sliding_cta_forter_tab{
	display: none !important;
}

/* ### SLIDE-IN VERTICAL SCROLL BAR COLOR ### */
@media (max-height: 1080px) {
.sliding_cta_forter::-webkit-scrollbar-thumb {
	background-color: #002d5e;
}}

/* #####  SERVICE SECTION GOLD BORDER COLLOR ##### */
.service_column_home .et_pb_text {
    outline: 1px solid #FFD700;
}

/* ### BLOG GRID META COLORS ### */
.custom_blog .post-meta {
    background-color: #144980;
    color: #fff !important;
}

/* ### BLOG GRID GOLD BORDER COLOR ### */
.custom_blog .et_overlay {
    outline: 1px solid #FFD700;
} 

/* #####  TESTIMONIAL BORDER ##### */
.single_testimonial {
	outline: 1px solid #FFD700;
}

/* #####  CONTACT BOTTOM BORDER ##### */
.contact_bottom_border {
	outline: 1px solid #FFD700;
}

/* ### SIDEBAR MENU ### */
.et_pb_widget_area .menu .menu-item {
	border-bottom: 1px solid #144980;
}

.et_pb_widget_area .menu .menu-item:hover {
	background-color: #e8e8e8;
}

.et_pb_widget_area .menu .menu-item:hover a {
	color: #cc1c1c;
}

.et_pb_widget_area .menu .menu-item a {
	color: #000;
}

.et_pb_widget_area .menu .current-menu-item {
	background-color: #e8e8e8 !important;
}

.et_pb_widget_area .menu .current-menu-item a {
	color: #cc1c1c !important;
}

.widget_nav_menu .menu {
	background-color: #144980;
    padding: 35px !important
}

.et_pb_widget_area .menu .menu-item {
	background-color: #ffffff;	
}

/* #####  END CHANGE COLORS ##### */

body {
	font-weight: 400 !important;
}


/* #####  FIXED HEADER + MENU ##### 

@media only screen and (min-width: 981px) {
#main-header.et-fixed-header {
	position: fixed;
    padding-top:30px;
}
*/	

body #page-container, 
body .et-tb #page-container, 
body.et-tb-has-header #page-container{
	padding-top:108px !important;
}

.admin-bar #main-header {
	top: 32px;
}


/* #####  HEADER + MENU ##### */

.custom_menu.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
}

/* @media all and (min-width: 981px) and (max-width: 1270px) {
.custom_menu_column_1 {
	width: 80% !important;
}
	
.custom_menu_column_2 {
	display:none;
}} */

.custom_menu_column_1 {
	width: calc(100% - 433px) !important;
}
.custom_header .et_pb_row {
  overflow: visible;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom_menu_column_2 {
	width: auto !important;	
	padding-left: 40px;
}

.custom_menu_column_3 {
	width: auto !important;	
}
.custom_menu_column_3 a{
	color: #24313F !important;
}
.custom_menu_column_3 a:hover{
	color: #4A6B5C !important;
}
.et_pb_menu .et-menu>li {
    padding-right: 0;
    padding-left: 40px !important;
}

.et_pb_menu .et-menu {
  margin-left: 0px;
  margin-right: 0px;
}

.custom_header .et_pb_row {
	overflow: visible;
}

/* #####  HOME SERVICE SECTION ##### */

.service_column_home {
	border: 3px solid rgba(245, 243, 243, 0.9);
}

.service_column_home .et_pb_text {
    outline-offset: -15px;
}

/* #####  TESTIMONIALS ##### */

.testimonial_home h3,
.single_testimonial h3 {
	padding-bottom: 35px;
}

.single_testimonial {
    outline-offset: -15px;
}

/* #####  CONTACT BOTTOM ##### */

.contact_bottom_border {
    outline-offset: -25px;
}

/* ### BLOG GRID ### */

.custom_blog .post-meta {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 10px;
	z-index: 9;
}

.custom_blog .entry-title {
	position: absolute;
    bottom: 12px;
	left: 25px;
	z-index: 9;
}

.custom_blog .et_pb_post {
	position: relative;
}

.custom_blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 0px;
}

.custom_blog .et_pb_image_container {
    margin-bottom: 0px;
}

.custom_blog .et_pb_post {
	padding-bottom: 0px !important;
}

.custom_blog .et_overlay {
	opacity: 1 !important;
	z-index: 1;
}

.custom_blog .et_overlay {
	border:1px solid #000;
    outline-offset: -15px;
} 

.custom_blog a:hover .et_overlay {
    background-color: rgba(0, 0, 0, 0);
}

/* ###### SINGLE POST ###### */

.single .et_pb_post {
    margin-bottom: 0px !important;
}
.single .post {
    padding-bottom: 0px !important;
}

/* ### MAP FULL HEIGHT ### */

@media only screen and (min-width: 981px) {
.contact_map, 
.contact_map .et_pb_map {
	height: 100% !important;
}}

/* ###### SIDEBAR MENU ###### */

.et_pb_widget_area .menu .menu-item {
	padding: 15px 20px 15px 20px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.et_pb_widget_area .menu .menu-item a {
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.et_pb_widget_area .widget_nav_menu {
	margin-bottom: 0px !important;
}

.et_pb_widget_area .widget_nav_menu ul li {
    margin-bottom: 0em;
}

.et_pb_widget.widget_nav_menu {
    padding: 0px;
    border-radius: 0px;
}

.et_pb_widget.widget_nav_menu {
    border: unset;
    border-top: unset;
}

/* ####### SLIDING CTA ####### */

.sliding_cta_forter {
	position: fixed !important;
    right: 0px;
    top: 0px;
    z-index: 9999999;
    height: 100%;
	transform: translateX(100%);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px;
    transition: 0.8s ease-out;
}

.sliding_cta_forter {	
	width: 450px !important;
}
	
.sliding_cta_forter_tab {
    z-index: 999999;
	width:500px !important;
}

.sliding_cta_forter_tab:hover {
	cursor: pointer;
}

.sliding_cta_forter_tab_text {
	transform: translate(-100%, -100%) rotate(-90deg);
    transform-origin: right bottom 0px;
    position: absolute;
    top: 0px;
	left: -10px;
}

@media all and (max-width: 479px) {
.sliding_cta_forter {	
	width: 90% !important;
}
	
.sliding_cta_forter_tab {
	width:100% !important;
}

.sliding_cta_forter_tab_text {
	left: -5px;
}
}

.show_form {
	transform: translateX(0px);
}

.fa-times-circle {
	font-size: 22px;
	cursor: pointer;
}

.close_form_icon {
	text-align: right !important;
}

.close_icon p {
	text-align: right !important;
}

.custom_contact_form .et_contact_bottom_container {
	width: 100%;	
}

.custom_contact_form .et_pb_button {
	width: 97%;
    margin-left: 3%;
}

.custom_contact_form .et_pb_button:hover {
    padding: .3em .1em .3em .1em !important;
}

@media (max-height: 1080px) {
.sliding_cta_forter {
	max-height: 100vh;
	padding-bottom:50px !important;
	overflow-y: scroll;
}
	
.sliding_cta_forter::-webkit-scrollbar {
    width: 10px;
}
 
.sliding_cta_forter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}}

.et-tb .sliding_cta_forter, 
.et-tb .sliding_cta_forter_tab	{
	display: none;
}



header.et-l.et-l--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 9;
}
a{
	transition: all 0.3s;
	color: #fd5454 !important;
}
a:hover{
	color: #4A6B5C !important;
}
h1, h2, h3, h4, h5, h6, p{
	padding-bottom: 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child{
	padding-bottom: 0px;
}
footer .et_pb_text .et_pb_text_inner a:hover{
	color: #4A6B5C !important;
}
.et_pb_menu .et-menu > li:first-child {
  padding-left: 0px !important;
}

.banner-wrapper {
  width: 100%;
  height: calc(100vh - 108px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.row-center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.row-center:after{
	display: none;
}
.et-fb-root-ancestor .sliding_cta_forter{
	display: none;
}
.contact-menu-box {
  display: none !important;
}
.et_pb_menu .et_mobile_nav_menu {
  margin: 0px -8px 0 0 !important;
}
.mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d" !important;
}
body .et_pb_bg_layout_light.et_pb_button {
	line-height: 120% !important;
	border-radius: 3px !important;
}
header .et_pb_row::after {
  display: none !important;
}
.et_pb_section {
  float: left;
  width: 100%;
}
body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_button:hover{
	border-radius: 3px;
}
.banner-wrapper.inner-wrapper {
  height: auto;
  min-height: 450px;
}
.et_pb_text_inner ul {
  padding-left: 15px;
}
.et_pb_text_inner ul {
  padding-left: 15px;
}
.et_pb_text_inner ul:last-child {
  padding-bottom: 0px;
}
.et_pb_text_inner ul li {
  padding-bottom: 12px;
}
.et_pb_text_inner ul li:last-child {
  padding-bottom: 0px;
}
.et_pb_image_wrap img {
  object-fit: cover;
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	padding: 10px 0;
}

/* Contact Form */

.contact-form-wrap label, 
.contact-form-wrap input, 
.contact-form-wrap .wpcf7-form-control-wrap, 
.contact-form-wrap textarea{
	width: 100%;
	display: block;
}

.contact-form-wrap input.wpcf7-text, .contact-form-wrap textarea{
	min-height: 50px;
	padding: 7px 15px;
	font-weight:500;
	font-size: 16px;
}

.contact-form-wrap textarea{
	padding: 15px;
}

.contact-form-wrap label{
	font-weight: 600;
	color: #24313F;
}

.contact-form-wrap .wpcf7-submit{
color: #ffffff;
    border-width: 0px;
    border-radius: 3px;
    font-size: 18px;
	font-weight: 500;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    background-color: #4A6B5C;
	padding: 15px 30px;
	transition: all 300ms ease 0ms;
	cursor: pointer;
	width: fit-content;
	margin: auto;
}

.contact-form-wrap .wpcf7-submit:hover{
	background-color: #FD5454;
}

.contact-form-wrap p{
	position: relative;
}

.contact-form-wrap .wpcf7-spinner{
	position: absolute;
	left: 60%;
	top: 15px;
}


@media only screen and (max-width: 1600px) {
	.custom_menu_column_1 {
	  width: calc(100% - 357px) !important;
	}
	header .et_pb_menu ul li a {
	  	font-size: 16px !important;
	}
	.custom_menu_column_3 .et_pb_module.et_pb_text {
	  font-size: 20px;
	}
	body #page-container .et_pb_section .et_pb_button {
		padding-right: 20px !important;
		padding-left: 20px !important;
		font-size: 16px !important;
	}
	.et_pb_menu .et-menu > li {
	  padding-left: 25px !important;
	}
	.custom_menu_column_2 {
	  padding-left: 25px;
	}
}
@media only screen and (max-width: 1400px) {
	.custom_menu_column_1 {
		width: calc(100% - 347px) !important;
	  }
	.custom_menu_column_3 .et_pb_with_border.et_pb_module {
	  padding-left: 20px !important;
	  margin-left: 20px !important;
	}
	 header .et_pb_menu ul li a {
		font-size: 14px !important;
	  }
}

@media (min-width: 981px) and (max-width: 1279px) {
	h1 {
	  font-size: 54px !important;
	}
	h2 {
	  font-size: 44px !important;
	}
	
	header .et_pb_menu ul li a {
	  	font-size: 13px !important;
	}
	.et_pb_menu .et-menu > li {
  		padding-left: 12px !important;
	}
	.custom_menu_column_2 {
	  padding-left: 10px;
	}
	.custom_menu_column_1 {
		width: calc(100% - 306px) !important;
	}
	.custom_menu_column_3 .et_pb_module.et_pb_text {
		font-size: 16px;
	}
	.custom_menu .et_pb_menu__logo-wrap{
		max-width: 180px !important;
	}
}

@media (min-width: 981px) and (max-width: 1121px) {
	body .et_pb_menu__logo-wrap {
		max-width: 146px !important;
	}
	.et_pb_menu .et-menu > li {
		padding-left: 10px !important;
	  }
	header .et_pb_menu ul li a {
		font-size: 11.5px !important;
	}
	.custom_menu_column_3 .et_pb_with_border.et_pb_module {
		padding-left: 12px !important;
		margin-left: 12px !important;
	  }
	 body #page-container .et_pb_section .et_pb_button {
		padding-right: 15px !important;
		padding-left: 15px !important;
		font-size: 14px !important;
	  }
	.custom_menu_column_1 {
		width: calc(100% - 266px) !important;
	  }
	h1 {
	  font-size: 50px !important;
	}
	h2 {
	  font-size: 40px !important;
	}
	.custom_menu .et_pb_menu__logo-wrap {
        max-width: 160px !important;
    }
}
@media only screen and (max-width: 1023px) {
	
}
@media only screen and (max-width: 980px) {
	.img-box {
	  order: -1;
	}
	.row-center .et_pb_column.text-box:first-child {
	  margin-bottom: 0px;
	  margin-top: 30px;
	}
	.custom_menu_column_1 {
		width: 100% !important;
	}
	.contact-menu-box {
	  display: block !important;
	}
	body .custom_menu.et_pb_menu .et_mobile_menu {
	  border-color: #24313f !important;
	  background-color: #4a6b5c !important;
	}
	header .et_pb_menu ul li a {
		font-size: 16px !important;
		padding-left: 0px;
		padding-right: 0px;
		background-color: transparent !important;
	}
	body header .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover,
	body header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a:hover{
		color: #24313F !important;
		background-color: transparent !important;
		opacity: 1;
	}
	header .et_mobile_menu li a {
  		border-bottom: 1px solid rgba(248, 247, 244, 0.4);
		padding: 15px 0;
	}
	header .et_mobile_menu li:last-child a{
		border-bottom: 0px solid rgba(248, 247, 244, 0.4);
	}
	.et_pb_menu .et_mobile_menu {
		padding: 15px 30px !important;
		margin-top: 10px;
	}
	.banner-wrapper.inner-wrapper {
	  min-height: 400px;
	}
	.custom_menu_column_2, .custom_menu_column_3 {
	  display: none;
	}
}
@media only screen and (max-width: 767px) {
	body .et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap .et_pb_menu__logo img {
		max-height: initial;
	  }
}


@media only screen and  (max-width: 420px){
	.contact-form-wrap .wpcf7-spinner{
		left: 70%;
	}
}