/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


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

a {
	text-decoration: underline;
}
body #page-container .et_pb_button {
	text-decoration: none;
}
h1 {
	font-weight: bold;
}
.home-hero .et-pb-icon {
    width: 40px;
    height: 40px;
    font-size: 33px;
}
.home-hero h1 {
	font-weight: bold;
    font-size: 2rem;
    padding-bottom: 1.5rem;
}
.home-hero h2 {
    color: #6f6f6f;
    font-size: 1.3rem;
    padding-bottom: 1.6rem;
}
.home-hero ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 1.8rem;
}
.home-hero li {
    padding: 10px 0;
    font-size: 1.2rem;
}
.home-hero li:before {
    content: "\5a";
    position: relative;
    font-family: 'ETmodules';
    width: 23px;
    font-size: 1.3rem;
    display: inline-block;
    padding-right: 20px;
    top: 4px;
    color: #f37c20;
}
.home-subtitle {
    margin: 60px 0 20px;
}
#covid-notice {
    padding: 5px;
    background: #ffe9e9;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #f37c20;
}
#covid-notice .close-icon {
    float: right;
    cursor: pointer;
}
.btn {
    display: inline-block;
    padding: 13px 40px;
    background: #ffffff;
    border: 1px solid #f37c20;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0,0,0,.15);
    letter-spacing: .2px;
}
.btn:hover {
	background: #f37c20;
	color: #fff;
}
.btn.btn-orange {
	background: #f37c20;
	color: #fff;
}
.btn.btn-orange:hover {
	background: #c16116;
}
#top-menu li.current-menu-item > a {
	font-weight: bold;
}
.nav ul li a:hover {
	text-decoration: underline!important;
}
#top-menu li li {
	padding: 0;
	width: 100%;
}
#top-menu li li a {
	width: auto;
}
.et_mobile_menu li a, .nav li li a {
    font-size: 18px;
    text-decoration: none;
}
.et_mobile_menu li a:hover, .nav li li a:hover {
	color: #f37c20;
}
/*Homepage 3 bubles*/
#home-bubbles .bubble-heading {
    padding-bottom: 15px;
}
#home-bubbles .bubble-heading a {
	font-size: 2rem;
	line-height: 2.8rem;
	color: #333;
	text-decoration: none;
}
#home-bubbles .bubble-text a {
	color: #6f6f6f;
	text-decoration: none;
    font-size: 1.3rem;
    line-height: 2.4rem;
}
/*End homepage 3 bubles*/

/*MOBILE MENU BUTTON*/
#et_mobile_nav_menu {
    padding: 7px 0;
}
.mobile_menu_bar:before {
    display:none}
.mobile_menu_bar::after {
    font-family: Arial;
    content: "MENU";
    position: relative;
    padding: 10px 20px 10px 20px;
    background-color: #f37c20;
    color: #FFFFFF!important;
    border-radius: 3px;
    cursor: pointer;}
.mobile_nav.opened .mobile_menu_bar:after {
    content: "CLOSE";}
/*End mobile menu button*/

/*Clients sections homepage*/
#clients-section img {
	vertical-align: middle;
	padding: 10px 0;
}
/*End clients section*/
.home-bubble-heading span + br + span {
	color:#595959!important;
}
.machine-type {
	margin-bottom: 0px!important;
}
.machine-type a {
	text-decoration: none;
}
.machine-type .machine-name {
	text-align: center;
	font-size: 1.8em;
	padding: 20px 0;
	color: #595959;
}
.machine-type .machine-name span {
	font-weight: bold;
	color: #f37c20;

}
.machine-type img {
	display: block;
	margin: auto;
}
.machine-type:hover {
	background-color: #f37c20;
}
.machine-type:hover .machine-name, .machine-type:hover .machine-name span {
	color: #fff;
}
.target-businesses {
	text-align: center;
}
.target-businesses a {
    padding: 13px 40px;
    margin: 10px;
    border: 1px solid #f37c20;
    border-radius: 3px;
    color: #595959;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0,0,0,.15);
    letter-spacing: .2px;
}
.target-businesses a:hover {
	color: #fff;
	background: #f37c20;
}
.page-top-section h1 {
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 2px 2px 1px rgba(0,0,0,.4);
    padding-bottom: 1rem;
}
.page-top-section .et_pb_fullwidth_header_subhead {
	font-size: 1.3rem;
	text-shadow: 2px 2px 1px rgba(0,0,0,.4);
}
#slogan {
	float: left;
}
#et-info, .top-cta {
	float: right;
}
#et-info {
	color: #f37c20;
}
.top-cta a {
    background-color: #f37c20;
    border-radius: 4px;
    padding: 6px;
    color: #fff !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0,0,0,.15);
    letter-spacing: .2px;
}
.top-cta a:hover {
	background-color: #c55c0b;
}
#et-info .mobile-phone-top {
	display: none;
}
/*Homepage Top CTA*/
#main-slider {
	height: 350px;
    align-self: center;
    display: flex;
}
#main-slider .et_pb_fullwidth_header_container {
	width: 100%;
}
#main-slider .et_pb_fullwidth_header_container .header-content {
	max-width: 100%;
}
#main-slider .slider-slogan {
	text-align: center; 
    font-size: 1.7em;
    line-height: 1.5em;
}
/*End of homepage cta*/

.home .et_pb_testimonial {
    min-height: 340px;
}

@media (max-width: 980px) {
	.top-cta, #slogan {
		padding-top: 0.75em;
	}
	#main-header, #page-container {
		width: 100%!important;
	}
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	#main-content > .container,
	div.et_pb_row,
	div.et_pb_row.et_pb_row_fullwidth {
		width: 90% !important; 
   }
	#logo {
    	max-height: 66%!important;
	}
}

@media (max-width: 479px) {
	#et-info {
		float: left;
	}
	#et-info .mobile-phone-top  {
		display: block!important;
		margin-right: 0px;
	}
	#et-info .mobile-phone-top a {
		font-weight: bold;
	}
	#et-info #et-info-phone {
		display: none;
	}
	#slogan {
		display: none;
	}
	.target-businesses a {
		display: block;
	}
}

/*Form styles*/

.sign-up-form {
	background: #fff;
	padding: 10px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
}

.sign-up-form .ajax-loader {
	display: none!important;
}

.sign-up-form h2 {
	color: #f37c20;
	text-align: center;
}

.sign-up-form input[type=text],.sign-up-form input[type=email],.sign-up-form input[type=tel],.sign-up-form select {
	width: 100%;
    padding: 2px;
    border: 1px solid #bbb;
    font-size: 1.2rem;
    margin: 5px 0;
    border-radius: 3px;
    padding: 7px 5px 10px 13px;
    transition: all ease-in 0.3s;
}
.sign-up-form input[type=text]:hover,.sign-up-form input[type=email]:hover,.sign-up-form input[type=tel]:hover,.sign-up-form select:hover {
	box-shadow: 0 0 5px 1px #f37c20;
    border: 1px solid #f37c20;
}

.sign-up-form input[type=submit] {
    text-align: center;
    background: #f37c20;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 15px 5px;
    border-radius: 4px;
    width: 100%;
    font-size: 1.2rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0,0,0,.15);
    letter-spacing: .2px;
}

.sign-up-form input[type=submit]:hover {
	background: #c55c0b;
	cursor: pointer;
	cursor: hand;
}

.sign-up-form p {
	text-align: center;
}

.bottom-cta {
	text-align:center;
    max-width: 940px;
    margin: 3rem auto 6rem;
    padding: 0 20px;
}
.bottom-cta h2 {
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 1.5rem;
}
.bottom-cta h3 {
	color: #6f6f6f;
    font-size: 1.3rem;
    padding-bottom: 1.6rem;
}

.et_pb_button.et_pb_module {
	border-radius: 4px;
	font-weight: bold;
}
/*End form styles*/
/*Footer widgets*/
#footer-widgets .footer-widget li a:hover, #footer-widgets .footer-widget a:hover {
	color: #f37c20!important;
}
#main-footer {
	border-top: 3px solid #f37c20;
}
#main-footer #footer-bottom .et-social-icons, #main-footer #footer-bottom #footer-info {
    float: none;
}

#footer-widgets .footer-widget:first-child {
    display: flex;
}

#footer-widgets .footer-widget #nav_menu-6 {
    margin-top: 34px;
}

/*End footer widgets*/

@media (min-width: 981px) {
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
	    margin-bottom: 10px;
	}
	.et_pb_gutters3 .footer-widget {
	    margin: 0 3.5% 5.5% 0;
	}
	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
        width: 22.875%;
    }
    #main-footer #footer-bottom .et-social-icons {
        float: left;
    }
    #main-footer #footer-bottom #footer-info {
        float: right;
    }
    .et-social-icons li {
        margin-right: 20px;
        margin-left: 0;
    }

}@media (max-width: 980px) {
    img.alignright, img.alignleft {
        float: none;
    }
}