/*
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("../eot/socicon.eot");
  src: url("../eot/socicond41d.eot#iefix") format("embedded-opentype"), url("../woff2/socicon.woff2") format("woff2"), url("../woff/socicon.woff") format("woff"), url("../ttf/socicon.ttf") format("truetype"), url("../svg/socicon.svg#chunkfive_printregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Logo */
#logo {
	-webkit-transform: initial;
	max-height: 90% !important;
}

/* -------------------- START TOP BAR -------------------- */

.custom-top-bar-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Top Bar Positioning */

#top-header {
	/* Change top bar color */
/* 	background-color: #006e53 !important; */
}

#top-header .container {
	width: 100%;
	/* Increase padding to add more height to top bar */
    padding: 0px 0px !important;
}

/* Style top header button */ 

#top-header a.top-header-button {
	background-color:white;
	background-repeat: no-repeat; 
    color: #16216a; /* CHANGE BUTTON FONT COLOR */
    padding: .5em 2em !important;
	width: 175px;
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
	text-align: center;
	border: 2px solid #fff;
    border-radius: 50px;
	cursor: pointer;
	transition:300ms ease all;
}

#top-header a.top-header-button:hover {
	/* Add hover styling for button */
	color: #fff;
	background-color:rgba(0,0,0,0);
	transition:300ms ease all;
}

#icon-phone:before {
	display: none !important;
}

#et-info-phone:before {
	display: none !important;
}

#icon-phone > p {
	padding: 10px 0px;
}

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

/* Style Covid Notice */

.custom-top-bar-1 {
	text-align: center;
	padding: 10px 0px;
	background-color: #f6a704;
}

/* Media Queries */

/* Max-width used to hide most components at 320px or below*/
@media screen and (max-width: 320px) {
	
	#custom-top-bar {
		display: flex;
		justify-content: space-between;
	}
	
	/* a.top-header-button {
		display:none !important;
	} */
}

/* Mobile first media-queries */

@media screen and (min-width:320px) {
	
	.header {
		width: 100%;
	}
	
	#custom-top-bar {
		display: flex !important;
/* 		flex-direction: row-reverse; */ /* <------ UNCOMMENT TO PUT SOCIAL RIGHT AND PHONE LEFT */
		justify-content: center;
	}
	
	/* Font Awesome <i> tag used to target social icons */
	i {
		font-size: 36px;
	}
	
	#icon-soc {
		display: none;
	}
	
	#icon-phone {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	
	#icon-phone a {
		margin-bottom: 1.25em;
	}
	
}

/* @media (max-width:767px) {
	#icon-soc {
		display:none !important;
	}
	#icon-phone {
		flex-direction:column;
		margin-top:10px;
	}
	#icon-phone a:nth-last-child(n+2) {
		margin-bottom:15px;
	}
	#top-header a.top-header-button {
		margin-left:0px;
	}
	#custom-top-bar {
		margin-left:0px;
		margin-right:0px;
	}
} */

@media screen and (min-width:768px) {
	
	#custom-top-bar {
		justify-content: flex-end;
		align-items: center;
	}
	
	a.top-header-button {
		display:block !important;
		margin-left: 10px !important;
		padding: 5px !important;
		font-size: 1em !important;
	}
	
	#icon-soc {
		display: flex;
		flex-direction: row;
	}
	
	#icon-soc a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#icon-phone {
		flex-direction: row;
	}
	
	#icon-phone a {
		margin-bottom: initial;
	}
}

@media screen and (min-width: 981px) {
	
	a.top-header-button {
		display:block;
		margin-left: 10px ;
		padding: 10px ;
		font-size: 1em ;
	}
	
	a.top-header-button {
		font-size: 1em !important;
		padding: 10px 15px !important;
	}
}

/* -------------------- END TOP BAR -------------------- */

/* Primary Navigation */

/* Primary Nav Hover Color */
#et-top-navigation nav > ul > li > a:hover {
    color: #16216a !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: 50px;
}
h2 {
 	font-size: 42px;
}
h3 {
 	font-size: 32px;
}
h4 {
 	font-size: 30px;
}
h5 {
 	font-size: 28px;
}
h6 {
 	font-size: 25px;
}

/* Mobile Header Sizes */
@media (max-width: 640px) {
	h1 {
		font-size: 33px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
}

.et_pb_text_inner a:hover {
	color:#d0112b;
}

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

/* List Spacing */

.entry-content ol, .entry-content ul {
    padding: 0px 0px 30px 50px;
    list-style-position: outside;
}
 
.entry-content ol li, .entry-content ul li {
    margin-bottom: 10px;
}

.et_pb_tabs ul li {
    margin-bottom: 0px;
}

/* 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-color: #d0112b;
    padding: 14px 30px !important;
    color: white !important;
    border-radius: 50px;
    border: 2px solid #d0112b;
	text-transform:uppercase;
	font-weight:600;
	transition: all 300ms ease;
}
a.custom-button:hover, input[type="submit"]:hover, a.btn:hover, input#submit:hover {
	background: rgba(0,0,0,0);
	color:#d0112b !important;
	cursor: pointer;
	transition:300ms ease all;
}

.footer-button {
	background-color: #d0112b;
    border-radius: 50px;
    border: 2px solid #d0112b;
	padding: 10px 25px;
	font-size: 18px;
	text-transform: uppercase;
}
.footer-button:hover {
	color: #d0112b;
	background-color:rgba(0,0,0,0);
}

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

/* 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: lightgray !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 */

body #main-header #top-menu.nav li.menu-item-has-children ul.sub-menu {
	width:340px;
}

body #main-header #top-menu.nav li.menu-item-has-children ul.sub-menu li a {
	width:300px;
}
#menu-item-38 > ul.sub-menu {
	right:0;
}


.nav ul li a:hover, .et_mobile_menu li a:hover, .nav li.current-page-ancestor ul.sub-menu li.current_page_item a {
	opacity:1;
	background-color:unset;
	color:#16216a !important;
}

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


/* --- Header --- */
#top-header #et-info {
	display:none;
}
#top-header > div.container {
	padding-bottom:.75em;
}
#top-header #et-secondary-menu {
	width:100%;
	text-align:center;
	display: none;
}


/* --- Top Navigation --- */
#top-menu li a, .et_search_form_container input {
	font-weight:600 !important;
}
.et_header_style_left #et-top-navigation nav > ul > li.menu-button > a {
    background-color: #d0112b;
    padding: 14px 30px !important;
    color: white !important;
    border-radius: 50px;
    border: 2px solid #d0112b;
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
	.et_header_style_left #et-top-navigation nav > ul > li.menu-button > a {
		padding: 10px 25px !important;
	}
	
	#top-menu li a {
		font-size: 13.5px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
	.et_header_style_left #et-top-navigation nav > ul > li.menu-button > a {
		padding: 12px 28px !important;
	}
	
	#top-menu li a {
		font-size: 14px !important;
	}
}

.et_header_style_left #et-top-navigation nav > ul > li.menu-button > a:hover {
	color:#d0112b !important;
	background-color:rgba(0,0,0,0);
}

/* -- Nav Padding Fixe -- */
@media only screen and (min-width:981px) {
	/* Normal Nav */
	body.et_header_style_left #et-top-navigation, body.et_header_style_split #et-top-navigation {
		padding: 38px 0px 0px;
	}
	body.et_header_style_left #et-top-navigation nav>ul>li>a, body.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom:50px;
	}
	/* Fixed Nav */
	body.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, body.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a{
		padding-bottom:35px;
	}
}

/* Footer */
#main-footer #footer-widgets {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#main-footer .footer-widget  {
	display: flex;
	text-align: center;
	justify-content: center;
}
@media (max-width:980px) {
	#main-footer #footer-widgets {
		flex-direction:column;
	}
	#text-3 {
		text-align:center;
		width:100%;
	}
	.footer-widget:nth-child(n), #footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-right:0px !important;
		margin-bottom:7.5% !important;
	} 
	#footer-widgets .footer-widget:nth-last-child(-n+1) {
		margin-bottom:0px !important;
	}
	#footer-widgets > .footer-widget {
		width:100% !important;
	}
}
@media (max-width:767px) {
	.footer-widget:nth-child(n), #footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-right:0px !important;
		margin-bottom:9.5% !important;
	} 
	#footer-widgets .footer-widget:nth-last-child(-n+1) {
		margin-bottom:0px !important;
	}	
}
#media_image-2 {
	max-width:200px;
}



/* Homepage */
.red-link a,  .red-link a:hover {
	color:#D0112B;
}
.orange-link a, .orange-link a:hover {
	color:#FD8204;
}
.yellow-link a, .yellow-link a:hover {
	color:#F6A704;
}
.red-link a:hover, .orange-link a:hover, .yellow-link a:hover {
	opacity:.75;
}

/* ---------- HOMEPAGE SLIDER ---------- */

.homepage-slider .et-pb-active-slide .et_pb_slide_description {
    animation-duration: .0s;
    animation-delay: .0s;
    animation-timing-function: unset !important;
    animation-fill-mode: unset !important;
    animation-name: unset !important;
}

/* ---------- HOMEPAGE SLIDER ---------- */

/* ---------- MOBILE REVERSE COLUMNS ---------- */

/*
 * Apply .mobile-reverse class to the row 
 * This works for rows with 2 columns
 * Use when you've set up zig-zag pattern
*/
.mobile-reverse {
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (min-width: 981px) {
	.mobile-reverse{
		flex-direction: row;
	}
}

/* ---------- MOBILE REVERSE COLUMNS ---------- */

/* ---------- SUB BULLET LIST ---------- */

.sub-bullet-list {
	padding: 10px 0px 10px 50px !important;
}

/* ---------- SUB BULLET LIST ---------- */

p > a, p > a:hover {
	text-decoration: underline;
}

.get-started:hover {
	text-decoration: underline;
}

.ul1 {
	padding-top: 15px !important;
	padding-left: 20px !important;
}