/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2022 | 16:06:39 */
/* Accessability */
*:focus{
	outline: dashed 2px #108BD0;
}

/* General */
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #11464A;
}

.page-hero-banner h1 {
	padding-bottom: 0;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
}

.divi-button {
	color: #007b63 !important;
	    font-size: 18px !important;
    border-color: #007b63 !important;
    border-radius: 2px !important;
	background-color: transparent !important;
	border: 2px solid #007b63 !important;
}

.divi-button:hover {
color: #ffffff!important;
    background-color: #007b63 !important;
    border-color: rgba(17,70,74,0)!important;
    border-radius: 2px !important;
}

span.mobile_menu_bar:before {
	color: #007b63;
}

.white-text a {
	color: #fff;
}

#main-header .container {
    width: 90%;
}

.testimonial-section .et_pb_row  .testimonial .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
	    font-weight: 400 !important;
    font-size: 20px !important;
	font-style: initial !important;
	    margin-bottom: 10px !important;
}

.testimonial-section  .et_pb_slide_content p {
	font-size: 18px !important;
}

.et_pb_text ul li {
	margin-bottom: 10px;
}

.et_mobile_menu li a {
	text-decoration: none;
}

/* 404 search button brand colour */
.et_pb_search input.et_pb_searchsubmit {
transition: 0.2s ease-in-out;	
}

.et_pb_search input.et_pb_searchsubmit:hover {
	background: #007b63;
	color: #fff;
}


/* Mobile rows increase width */
@media only screen and (max-width:980px) {

	#main-content .et_pb_row {
		max-width: 85%;
		width: 85%;
	}

}

@media only screen and (min-width:920px) {
/* 	.container,
	.et_pb_row {
		max-width: 77em !important;
	} */
	.single #main-content .container,
	.single #main-content .et_pb_row {
		max-width: 900px !important;
	}   

}

.navbar-1 {
      display: flex;
    align-items: center;
}

.navbar-1 .et_pb_column {
  margin-bottom: 0 !important;
}

.navbar-1 .et_pb_column_3_4 .et_pb_menu {
  margin-top: 0 !important;
}

.navbar-1 .et_pb_menu .et-menu>li {
    padding-right: 25px;
}

.navbar-1 .et_pb_menu .et-menu>li:last-of-type {
    padding-right: 11px;
}

.navbar-1 .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
  color: #2d2d2d;
}

.navbar-1 .et_mobile_menu li a{
  padding: 18px 5%;
}

.et_pb_slider.testimonial-homepage .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-style: normal !important;
	    color: #4b4e5e!important;
    font-weight: 400;
    font-size: 1.36em !important;
    line-height: 1.8em!important;
}

.et_pb_slider.testimonial-homepage .et_pb_slider_0 .et_pb_slide_description {
	padding-top: 0 !important;
}

.flex-center-always {
			    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 981px) {
	
/* Fix blog 3 col breaking down to 2 */
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 29.666%;
}
	
	.row-flex {
		display: flex;
	}
	
	.flex-center {
		    display: flex;
    flex-direction: column;
    justify-content: center;
	}
}

@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
	
/* 	Increase mobile menu small text */
	.et_mobile_menu li a {
		font-size: 17px;
	}
	
/* 	Increase mobile menu logo size */
	.et_header_style_left #logo {
		max-width: 80%;
	}
	
	.et_pb_svg_logo #logo {
		height: 80%;
	}
	
	#logo {
		max-height: 80%;
	}
	
	.testimonial-section .et_pb_row  .testimonial .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
    font-size: 18px !important;
}
}

/* Increase mobile menu spacing */
.et_mobile_menu li a {
    padding: 18px 5%;
}

/* Remove slider animation on text */
#et-main-area .et_pb_slider {
	animation: none !important;
}


.testimonial .et_pb_slide_description {
  animation: none !important;
}
