/*
Theme Name: Slamdot Child Theme
Theme URI: 
Description: Child of Divi.
Author: Slamdot
Author URI: https://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;
}

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

/* 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;
	}
}

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

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

/* 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 */

/* Primary Nav Hover Color */
#et-top-navigation nav > ul > li > a:hover {
    color: #ff850c !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;
}*/

/* Uncomment To Change Hamburger 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;}
} */

/* 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;
}*/

/* Header font sizes */
h1 {
 	font-size: 70px !important;
}
h2 {
 	font-size: 60px !important;
}
h3 {
 	font-size: 50px !important;
}
h4 {
 	font-size: 42px !important;
}
h5 {
 	font-size: 32px !important;
}
h6 {
 	font-size: 25px !important;
}

/* Mobile Header Sizes */
@media (max-width: 640px) {
	h1 {
		font-size: 40px !important;
	}
	h2 {
		font-size: 37px !important;
	}
	h3 {
		font-size: 32px !important;
	}
	h4 {
		font-size: 28px !important;
	}
	h5 {
		font-size: 25px !important;
	}
	h6 {
		font-size: 22px !important;
	}
}

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

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

/* HR - Line */
hr {
    border-top: 3px solid #27528c;
    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: 1px 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: 1px solid #9c9c9c;
}

/* Other Form Styling */
textarea#comment {
    height: 150px;
}

/* Button Styling */
a.custom-button, input[type="submit"], a.btn, input#submit {
	background: #ff850c;
    color: #fff;
    padding: 10px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
    text-transform: capitalize;
	border: none;
    border-radius: 50px;
	display: inline-block;
	transition: all .15s;
}
a.custom-button:hover, input[type="submit"]:hover, a.btn:hover, input#submit:hover {
	background: #98d400;
	cursor: pointer;
}

/* 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;
}

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

/* 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: #bbdc00 !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: #98d400 !important;
    opacity: 1 !important;
    transition: all 200ms !important;
}

/* Mobile Footer Menu Padding */

.bottom-nav li {padding-left:11px;padding-right:11px;}

/* 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: normal;
}

/* Other */
img#wpstats{
	display: none;
}

/* Center Content Vertically */
.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Uncomment To Edit Mobile Dropdown Menu Colors Independently Of Header Background/Primary Nav Font Color */


/* #main-header .et_mobile_menu {
	background-color:#fff !important;
}

#main-header .et_mobile_menu li a {
	color:#686868 !important;
} */

/* Uncomment To Edit Dropdown Widths */

.nav li ul {
	width:320px;
}

#top-menu li li a {
	width:280px;
}

/* Remove Text Shadow from Slider Module */

.et_pb_slide_description {
    text-shadow: none !important;
}

/* Divi Icon Classes */


#icon-phone:before {
    position:relative;
    top:2px;
    margin-right:2px;
    content: "\e090";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
}


#icon-pin:before {
    position:relative;
    top:2px;
    margin-right:2px;
    content: "\e081";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
}

#icon-email:before {
    position:relative;
    top:2px;
    margin-right:2px;
    content: "\e010";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
}

/* To fix header sizes on the Visual Editor */

h2.media-frame-menu-heading {
	font-size:13px !important;
}

html .media-modal.wp-core-ui .media-frame-title h1 {
	font-size:22px !important;
}

h2.media-attachments-filter-heading {
	font-size:13px !important
}

.uploader-inline h2 {
	font-size:20px !important;
}

div#et-info {
    display: none;
}

.custom-top-bar, .custom-top-bar-mobile {
    font-weight: normal;
    font-size: 16px;
}

#top-header .container {
    padding-top: 6px;
    padding-bottom: 6px;
}

#top-header strong {
    color: #ff850c !important;
}

@media (max-width: 980px) {
	.et_pb_slide_description h2.et_pb_slide_title {
		font-weight:bold !important;
	}
}

#top-header a.top-bar-button {
	background: #ff850c;
    color: #fff;
    padding: 6px 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	border: none;
    border-radius: 50px;
	display: inline-block;
	transition: all .15s;
	font-size:15px;
	margin-left:10px;
}
#top-header a.top-bar-button:hover {
	background: #98d400;
	color:#fff !important;
	cursor: pointer;
}

/* #logo {
    max-height: 120px !important;
    margin-top: -46px !important;
} */

#et-top-navigation, .bottom-nav li {
    font-weight: 400;
}

#top-header span.pipe {
	margin-left: 6px;
    margin-right: 6px;
}

@media screen and (max-width:1130px) {
	.custom-top-bar {
		font-size:14px;
	}
}

@media screen and (max-width:1080px) {
	#top-header .custom-top-bar a.top-bar-button {
		font-size:12px !important;
	    padding: 6px 8px;
	}
	
	#top-header .custom-top-bar a {
		font-size:14px !important;
	}
}

@media screen and (min-width:982px) {
	.custom-top-bar-mobile {
		display:none;
	}
}

@media (max-width: 981px) {
	div#et-secondary-menu {
    	padding-top: 0px;
	}
	
	#top-header .custom-top-bar {
		display:none;
	}
	
	div#et-secondary-menu {
		float:none !important;
	}
	
	/* #logo {
    	max-height: 78px !important;
    	margin-top: 0px !important;
	} */
}

.custom-top-bar-mobile {
	text-align:center;
	font-size:16px !important;
}

#top-header .custom-top-bar-mobile a {
	font-size:16px !important;
}

.custom-top-bar-mobile p {
    padding-bottom: 6px;
}

.locations h6 {
	padding-bottom:0px;
}

@media screen and (max-width:780px) {
	h2.et_pb_slide_title {
    	font-size: 42px !important;
	}
}

@media screen and (max-width:550px) {
	h2.et_pb_slide_title {
    	font-size: 34px !important;
	}
}

@media screen and (max-width:450px) {
	h2.et_pb_slide_title {
    	font-size: 26px !important;
	}
}


.footer-widget a.footer-button {
	background: #264b5d;
    color: #fff !important;
    padding: 10px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	border: none;
    border-radius: 50px;
	display: inline-block;
	transition: all .15s;
	width:100%;
	max-width:200px;
	text-align:center;
}

.footer-widget a.footer-button:hover {
	background: #ff850c;
	color:#fff !important;
	cursor: pointer;
}

#text-2, #text-3, #text-4 {
	text-align:center;
	float:none;
}

.online-store-row {
    padding-top: 20% !important;
    padding-bottom: 10% !important;
    margin-bottom: -115px !important;
}

.online-store-column-1 {
	margin-top: -13% !important;
}

@media screen and (max-width:1490px) {
	.online-store-row {
		background-size:950px 394px !important;
	}
}

@media screen and (max-width:1400px) {
	.online-store-row {
		background-size:850px 353px !important;
	}
}

@media screen and (max-width:1300px) {
	.online-store-text h3 {
		font-size:40px !important;
	}
	
	.online-store-column-1 {
		margin-top: -18% !important;
	}
}

@media screen and (max-width:1260px) {
	.online-store-row {
		background-size:750px 311px !important;
	}
}

@media screen and (max-width:1235px) {
	.online-store-text {
		font-size:22px !important;
	}
}

@media screen and (max-width:1150px) {
	.online-store-row {
		background-size:650px 270px !important;
	}
}

@media screen and (max-width:1040px) {
	.online-store-text h3 {
		font-size:34px !important;
	}
}

@media screen and (max-width:981px) {
	.online-store-column-1 {
		margin-top: 0px !important;
	}
		
	.online-store-row {
    	padding-top: 10% !important;
    	margin-bottom: 0px !important;
	}
}

.follow-along a {
	color:#737374 !important;
}

.follow-along a:hover {
	color:#ff850c !important;
}

h2.gsection_title {
    font-size: 20px !important;
}

#gform_wrapper_4 h2.gsection_title, #gform_wrapper_5 h2.gsection_title {
	padding-top:30px !important;
}

.home-map h3 {
	font-size:22px !important;
}

.blog-page h2.entry-title {
	font-size: 28px !important;
}

.blog-page a.more-link {
    margin-top: 10px;
}

/* Class For Alernating Background Colors */

.et_builder_inner_content .alternatingBackgroundColors:nth-child(odd) {
	background-color:white !important;
}
.et_builder_inner_content .alternatingBackgroundColors:nth-child(even) {
	background-color:#f1f1f1 !important;
}