/*
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_container {
	display: flex;
	align-items: flex-end;
}


/* Top Bar */

#top-header .container {
	display: flex;
	justify-content: center;
}
p#top-text {
    display: inline-block;
    padding-right: 10px;
}

@media (max-width: 500px) {
	p#top-text {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 843px) {
	#et-secondary-menu {
		width: 100%;
	}
	
	.custom-top-bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}

@media screen and (min-width: 320px) and (max-width: 429px) {
	#top-text {
		font-size: 21px;
		line-height: 1.2em;
	}
}

/* Top Bar Link Hover */
#top-header a:hover {
    color: #9dc2d4 !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;
}

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

@media screen and (max-width: 768px) {
	#main-header .et_mobile_menu ul.sub-menu {
		display: none;
		visibility: hidden;
	}
}

/* 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;
}
h2 {
 	font-size: 60px;
}
h3 {
 	font-size: 50px;
}
h4 {
 	font-size: 42px;
}
h5 {
 	font-size: 32px;
}
h6 {
 	font-size: 25px;
}

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

/* 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: #bbdc00;
    color: #fff;
    padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	border: none;
    border-radius: 2px;
	display: inline-block;
	transition: all .15s;
}
a.custom-button:hover, input[type="submit"]:hover, a.btn:hover, input#submit:hover {
	background: #a1bd00;
	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 */

#main-footer .container {
	width: 95%;
	max-width: 100%;
}

/* 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 > #text-5 {
	text-align: center !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 {
    opacity: 0.5 !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 {
    opacity: 0.5 !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: 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:300px;
}

#top-menu li li a {
	width:260px;
} */

a#top-text {
	font-size: 21px;
	font-weight: 400;
}

.custom-top-bar {
	padding-top: 10px;
}


input#gform_submit_button_1 {
    color: #fff;
    border: 2px solid #4a91b1;
    font-weight: 600!important;
    background-color: #4a91b1;
    font-size: 21px;
    width: 250px;
}

input#gform_submit_button_1:hover {
	background: transparent;
	color: #4a91b1;
}


div.gform_footer.top_label {
text-align: center;
}



.et_pb_gallery_item img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.et_pb_gallery_image {
    padding-top: 100%;
}

/* Hamburger Menu */
span.mobile_menu_bar:before {
    color: #6d6b79 !important;
}


h3.et_pb_gallery_title {
    display: none;
}

.et_mobile_menu {
    background-color: #6d6b79 !important;
}

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

@media only screen and (max-width: 1140px) and (min-width: 981px){div#text-process{margin-left: -370px !important;}}


#main-footer .et-social-icons1 {
	margin-top: -40px;
    float: none;
    text-align: center;	
}
#main-footer .et-social-icons1 li {
	display:inline-block;
	margin-left:20px;
}

#zoom-social-icons-widget-2 {
	width:100%;
	float:unset;
}
.social-icon.socicon-houzz:before {
    content: "\f27c" !important;
    font-family: 'FontAwesome' !important;
}

#gform_submit_button_2 {
    color: #9dc2d4;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-weight: 600!important;
    background-color: #fff;
    font-size: 21px;
    width: 250px;
}

#gform_submit_button_2:hover {
	background-color: transparent;
	color: #fff;
}

/* Nav Menu */

.menu-pointer {
	cursor: default;
}