/*
Theme Name: Slamdot Child Theme
Theme URI: 
Description: Child of Divi.
Author: Slamdot
Author URI: http://www.slamdot.com
Template: Divi
Version: 3.0.85
*/

@font-face {
  font-family: 'socicon';
  src: url("fonts/socicon.eot");
  src: url("fonts/socicon.eot?#iefix") format("embedded-opentype"), url("fonts/socicon.woff2") format("woff2"), url("fonts/socicon.woff") format("woff"), url("fonts/socicon.ttf") format("truetype"), url("fonts/socicon.svg#chunkfive_printregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Body */
p {
	font-weight: 400;
}

/* Logo */
#logo {-webkit-transform: initial;}

@media (max-width: 980px) {
	img#logo {
    	max-width: 90%;
    	min-height: 85%;
	}
}

/* Top Bar */
.custom-top-bar {
    display: inline-block;
    margin-left: 15px;
}
p#top-text {
    display: inline-block;
    padding-right: 10px;
}
@media (max-width: 500px) {
	p#top-text {
		display: none;
	}
}
#et-info-phone {
    margin-right: 0;
	font-size: 24px;
    font-weight: bold;
}
#et-info-phone:before {
    content:"Call or text! " !important;
	font-family: 'Muli', sans-serif !important;
}

@media screen and (max-width:440px) {
	#et-info-phone {
		font-size:20px !important;
	}
}

@media screen and (max-width:340px) {
	#et-info-phone {
		font-size:18px !important;
	}
}

/* Top Bar Link Hover */
#top-header a:hover {
	color: #ebebeb !important;
}
#et-info-phone:hover {
    opacity: 1;
}

/* Keep phone number aligned left */
div#et-info {
    float: right;
}

/* Hide email from top bar */
span#et-info-email {
    display: none;
}

/* Display custom top bar on mobile */
div#et-secondary-menu {
    display: block !important;
	float: right !important;
}

/* Custom top bar mobile padding */
@media (max-width: 981px) {
	div#et-secondary-menu {
    	padding-top: 0.75em;
	}
}
@media (max-width: 767px) {
	.et_secondary_nav_two_panels #et-secondary-menu {
    	margin-top: 0px;
	}
}

/* Primary Navigation */

/* Header Nav Hover Color */
#et-top-navigation nav > ul > li > a:hover {
    color: #faa113 !important;
    opacity: 1 !important;
    transition: all 200ms !important;
}

/* Mobile Menu Breakpoint */
@media only screen and ( max-width: 981px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

/* Remove Default Effects For Items With Drop Down Menu */
/*
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0px;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
 	display: none;
}*/

/* Balance hamburger menu - if breakpoint changed */
@media (min-width: 981px) {
.mobile_nav.closed {
/*    margin-top: -##px;*/
}}

/* Add "drop_menu" class to item w/dropdown - Dropdown Menu Fix (Runs off page) */
.drop_menu ul {
	right: 0px !important;
}

/* Image Slider */

/* Remove Default Slide Up Animation */
/*
.et-pb-active-slide .et_pb_slide_description {
	animation: 0s ease 0s normal none 1 running none !important;
	-webkit-animation: none !important;
}*/

/* Full Width Slider Text Overlay */
/*
.et_pb_slide.et_pb_bg_layout_light.et_pb_slider_with_text_overlay {
    padding-left: 0;
	padding-right: 0;
}
.et_pb_slide.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_container.clearfix {
    margin: 0;
	width: 100%;
	max-width: 100%;
}
.et_pb_slide.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_container.clearfix .et_pb_slider_container_inner .et_pb_slide_description {
    padding-left: 0;
	padding-right: 0;
}*/

/* Header font sizes */
h1 {
 	font-size: 70px !important;
}
h2 {
 	font-size: 60px !important;
}
h3 {
 	font-size: 45px !important;
}
h4 {
 	font-size: 40px !important;
}
h5 {
 	font-size: 30px !important;
}
h6 {
 	font-size: 25px !important;
}

/* Headers size override - improves readability */
@media (max-width: 640px) {
 	h1, h2, h3, h4, h5 {
 		font-size: 28px !important;
 	}
}

#testimonial-slider h6 {
    color: #4d4d4d;
}

#services h5 {
    font-size: 21px !important;
    line-height: 1.3;
}

/* Sidebar Widget Title Headers */
h4.widgettitle {
    font-size: 20px !important;
}

/* HR - Line */
hr {
    border-top: 3px solid #faa113;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

/* Form Styling */

/* Input fields */
input[type="text"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
	border: 2px solid #cccccc;
	height: 36px;
	padding: 4px 8px;
	line-height: 36px;
    border-radius: 2px;
}

/* UPDATE FOCUS COLOR */
input[type="text"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
	border: 2px solid #faa113;
}

/* Alternate Form Styling */
/*
input[type="text"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
	background: #ececec;
	color: #7b7b7b;
	height: 36px;
	padding: 4px 8px;
	line-height: 36px;
	border: none;
	border-radius: 0px;
}
input[type="text"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
	outline: -webkit-focus-ring-color auto 5px;
	border: none;
}*/

/* Button Styling */
a.custom-button, input[type="submit"], a.btn {
	background: #fff;
	border: 3px solid #faa113;
    color: #faa113;
    padding: 10px 20px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
	display: inline-block;
	transition: all .15s;
	cursor: pointer;
}
a.custom-button:hover, input[type="submit"]:hover, a.btn:hover {
	background: #faa113;
	color: #fff;
}

input[type="submit"] {
	border: none !important;
	background: #faa113 !important;
	color: #fff !important;
}
input[type="submit"]:hover {
	border: none !important;
	background: #ed9912 !important;
	color: #fff !important;
}

/* Social Links */
ul#social-links {
  	display: inline-block;
  	list-style: none;
  	margin: 0;
  	padding: 0;
}
ul#social-links li {
  	display: inline-block;
  	padding: 0 12px 12px;
}
ul#social-links li a {
  	font-family: 'socicon';
  	transition: color 200ms ease;
  	font-weight: normal;
}

/* Footer */

/* Footer Font Styling */
#main-footer .footer-widget h4 {
    font-size: 25px !important;
}

/* Footer Widgets */
.footer-widget {
    text-align: center;
}
.et_pb_widget {
    float: none;
}

/* Balance Footer Menu Widget On Desktop - CHECK CLASS */
/*
@media (min-width: 981px) {
	div#nav_menu-2 {
    	margin-left: 35px;
	}
}*/

/* Center Footer Widgets on Mobile */
/*
@media (max-width: 767px) {
	#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
    	float: none;
    	text-align: center;
		margin: 0 0% 7.5% 0% !important;
	}
}*/

/* Footer Widget Menu */

/* Hide Footer Menu Bullets */
#footer-widgets .footer-widget li:before {
    display: none;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}

/* Footer Widget Link Hover */
#footer-widgets .footer-widget li a:hover {
	color: #faa113 !important;
	opacity: 1 !important;
}

/* Center Footer Menu */
#et-footer-nav .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
	text-align: center;
}
#et-footer-nav .container ul li:last-child {
    padding-right: 0;
}

/* Footer Menu Hover */
.bottom-nav a:hover {
    color: #faa113 !important;
    opacity: 1 !important;
    transition: all 200ms !important;
}

/* Footer Credits */
#footer-bottom .container.clearfix {
    width: 95% !important;
}
#footer-bottom .shoutout p#footer-info {
    text-align: center;
    width: 100% !important;
    font-size: 14px;
}
#footer-bottom .shoutout a {
	font-weight: 400;
}

/* EZ Pass Slider */
#ez-pass-slider p, #testimonial-slider .et_pb_slide_content p, #testimonial-slider p, .ds-vertical-align p {
    font-size: 22px !important;
}
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}