/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
*/

/*Typography*/
h2 {
	font-size: 34px !important;
    line-height: 1.2em;
}
h3 {
    color: #415e6b !important;
}

img {
  user-select: none;
}


/*make whole blurb clickable when it has the blurb-link class*/
.blurb-link:hover a {
font-weight:900;
}
.blurb-link:hover img{
	-webkit-transform: rotate(2deg) scale(1.1);
	transform: rotate(2deg) scale(1.1);
}
.blurb-link img{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*vertically center content when column has vertically-center class -equalize column height must be on*/
.vertically-center { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/*CTA Button in Menu*/
.menu-cta a, .et-fixed-header #top-menu .menu-cta a {
	background-color: #70d78b;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	color: #ffffff !important;
    text-align: center;
	font-weight: 700;
}
.menu-cta a:hover {
	background-color: #72c375 !important;
	opacity: 1 !important;
	color: #ffffff !important;
}
/*@media only screen and (min-width:981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 34px 0 0 0 !important;
  }
}*/
.et_header_style_left #et-top-navigation nav {
	padding-bottom: 20px !important;
}

#main-header .container {
  max-width: 1420px;
  width: 90% !important;
}

@media only screen and (min-width:1080px) {
  .nav li ul.sub-menu.w380 {
    width: 380px;
  }
  #top-menu li ul.sub-menu.w380 li a {
    width: 380px;
  }
}

/*Menu mobile settings*/
@media (max-width:1019px) {
  #logo, #main-header, .logo_container {
    max-height: 80px;
  }
}

/*Button on Contact Form*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px !important;
	color: #ffffff;
    background-color: #00ace5;
    border-width: 0px !important;
    border-color: #077caf;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 1.7em;
    letter-spacing: 2px;
	padding: .3em 1em;
}

/*Label Styles on Contact Form*/
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: 14px !important;
}

/*Top Bar*/
#top-header .container {
    padding-top: 14px;
    padding-bottom: 4px;
}
#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a {
    line-height: 0;
}

/*Social Icons*/
.et-social-instagram a:before { 
	content: '\e09a';
}

.et-social-youtube a:before { 
	content: '\e0a3';
}

.et-social-linkedin a:before { 
	content: '\e09d';
}

/*$ to Number Counters*/
.dollar .percent-value:before { content:'$';}

/*Footer bottom bar*/
footer#main-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  background: linear-gradient(18deg, #000000 0%, #000000 100%);
}
footer#main-footer {
  position: relative;
  background: url(../images/footer-bg.jpg) center center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}
#footer-widgets .et_pb_row, #footer-bottom .et_pb_row {
  width: 100%;
}
#footer-widgets h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 20%;
  background: #77d7f9;
}
#footer-widgets h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
#footer-widgets ul {
  padding: 0;
}
#footer-widgets ul li a {
  color: #fff;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#footer-widgets ul li a:hover {
  margin-left: 10px;
}
#footer-widgets ul li a i {
  margin-right: 10px;
}
#footer-info-left, #footer-info-right {
  color: #fff;
  font-size: 12px;
}
#footer-info-left {
	text-align: left;
	float: left;
}
#footer-info-right {
  text-align: right;
  float: right;
}
#footer-info-left a, #footer-info-right a {
  color: #fff;
  font-weight: 700;
}
#footer-info-right li {
  display: inline-block;
  margin-left: 20px;
}
#footer-info-left a:hover, #footer-info-right a:hover {
  opacity: .7;
}
@media only screen and (max-width:980px) {
  #footer-info-left, #footer-info-right {
    float: none;
    text-align: center;
  }
  #footer-info-right ul, #footer-info-right li {
    margin-left: 0px;
    padding-left: 0px;
  }
}

/*Take out the divider line between content and sidebar*/
#main-content .container:before {background: none;}
 
/*Hide Sidebar*/
#sidebar {display:none;}
 
/*Expand the content area to fullwidth*/
@media (min-width:1300px){
	#left-area {
	    width: 800px !important;
		padding: 0px !important;
		margin-left: 15% !important;
	    float: none !important;
	}
}

@media (min-width:981px){
	#left-area {
		width: 800px !important;
		padding: 0px !important;
	    margin-left: 6%;
		float: none !important;
	}
}

/*Blockquotes*/
blockquote {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    text-align: left;
	color: #75adb1;
    padding-left: 40px;
    font-size: 20px;
	font-style: italic;
    line-height: 1.4em;
    border-left: 10px solid #70d78b !important;
}

/*Button hover styles*/
.et_pb_button.btn-on-blue:hover {
	background-color: rgba(255,255,255,0.85) !important;
}
.et_pb_button.btn-green:hover {
	background-color: #72c375 !important;
}
.et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover {
    background-color: rgba(255,255,255,0.85) !important;
}
.img_reversed {
	filter: brightness(0%) invert(100%);
}
.nav {
	align-items: baseline;
}
a, .et_mobile_menu a {
	text-decoration: none !important;
}
h1.et_pb_module_header {
	margin: 0px;
	line-height: 1em;
	font-weight: 500;
}
.et_pb_more_button.et_pb_button_one.free_consult {
	margin-top: 5px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.with-circle {
  position: relative;
  font-size: 1.75rem;
  color: #fff;
  margin-right: 10px;
}
.with-circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #25aae1;
  z-index: -1;
}
button, input {
    overflow: visible;
}
input, textarea, select {
  width: 100%;
  background-color: #e9e9e9 !important;
  padding: 0 30px !important;
  height: 60px;
  font-weight: 600 !important;
  font-size: 16px;
  color: #1d2122 !important;
  border: none !important;
}
textarea {
  height: 200px;
  padding-top: 20px !important;
  resize: none;
}
.upload_button_wrapper {
  align-items: center;
  background-color: #fff;
  border: 2px dashed #b3b3b3;
  border-radius: 8px;
  display: flex;
  height: 3rem;
  justify-content: center;
  position: relative;
}
.upload_button[type="file"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    color: #757575;
    font-size: 1.0625rem;
    font-weight: 600;
    outline: none;
}
.upload {
    color: #898989;
    display: block;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.main-btn {
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 45px;
    background-color: #24a5dc !important;
    color: #fff !important;
    line-height: 60px;
    height: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width:575px) {
    .main-btn {
        padding: 0 40px;
        line-height: 55px;
        height: 55px;
        font-size: 15px;
    }
}
.main-btn .icon {
    margin-left: 10px;
    line-height: 1;
}
.main-btn .icon-left {
    margin-right: 10px;
}
.main-btn:hover {
    color: #fff;
    background-color: #1d2122 !important;
}
.et_pb_section.et_pb_section_blueish {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #077caf !important;
  background-image: linear-gradient(90deg, #077caf 0%, #00ace5 100%) !important;
}
.et_pb_section.et_pb_with_background {
  padding-top: 34px;
  padding-bottom: 36px;
  background-color: #f4f4f4 !important;
}

/* accordion */
.et_pb_toggle_content,
.et_pb_toggle_title {
    word-wrap: break-word;
}
.et_pb_toggle {
    border: 1px solid #d9d9d9;
}
.et_pb_toggle_close {
    background-color: #f4f4f4;
    padding: 20px;
}
.et_pb_toggle_close .et_pb_toggle_content {
    display: none;
}
.et_pb_toggle_open {
    padding: 20px;
    background-color: #fff;
    z-index: 1;
}
.et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title {
    cursor: pointer;
    position: relative;
    padding: 0 50px 0 0;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
    color: #666;
}
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #333;
}
.et_pb_toggle_title:before {
    content: "\E050";
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ccc;
    top: 50%;
    margin-top: -0.5em;
}
.et_pb_toggle .et_pb_toggle_title:before {
    right: 0;
    left: auto;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\E04F";
}
.et_pb_toggle_content {
    padding-top: 20px;
    position: relative;
}
.et_pb_toggle_content:empty {
    display: none !important;
}
.et_pb_toggle_content p:last-of-type {
    padding-bottom: 0;
}
@media (max-width:980px) {
    .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title,
    .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title {
        cursor: pointer;
        position: relative;
        padding: 0 50px 0 0;
    }
}
@media (max-width:767px) {
    .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title,
    .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title {
        cursor: pointer;
        position: relative;
        padding: 0 50px 0 0;
    }
}

/* livechat */
#onweb_chatimage_div {
  position: fixed;
  bottom: 0;
  right: -330px !important;
  width: 340px;
  z-index: 2147483600;
}