/*
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;
}
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: lightgray;
}
#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: #9e62a8;
    opacity: 1 !important;
    transition: all 200ms !important;
}

#et_mobile_nav_menu #mobile_menu a {
	font-weight:500 !important;
}

#et_mobile_nav_menu #mobile_menu .current-menu-item a {
	color: #9e62a8;
}


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

/* Header font sizes */
h1 {
 	font-size: 52px !important;
}
h2 {
 	font-size: 42px !important;
}
h3 {
 	font-size: 32px !important;
}
h4 {
 	font-size: 28px !important;
}
h5 {
 	font-size: 24px !important;
}
h6 {
 	font-size: 18px !important;
}

/* Mobile Header Sizes */
@media (max-width: 640px) {
	h1 {
		font-size: 40px !important;
	}
	h2 {
		font-size: 32px !important;
	}
	h3 {
		font-size: 28px !important;
	}
	h4 {
		font-size: 26px !important;
	}
	h5 {
		font-size: 24px !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: 5px 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: #9e62a8;
    color: white;
    padding: 10px 32px;
    border: 3px solid #9e62a8;
    text-transform: uppercase;
    margin: 5px 10px;
    border-radius: 50px;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
}
a.custom-button:hover, input[type="submit"]:hover, a.btn:hover, input#submit:hover {
	background-color: white;
    color: #9e62a8 !important;
	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: #474747!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: normal;
}

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

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

/*---Custom Buttons---*/

.cstmbttn-1{
	background-color:white;
	color:#9e62a8 !important;
	padding: 8px 15px;
	border: 3px solid #9e62a8;
	text-transform:uppercase;
	margin: 5px 10px;
	border-radius:50px;
	display: table;
    margin: auto;
	width: 100%;
    text-align: center;
}
.cstmbttn-1:hover {
	background-color:#9e62a8;
	color:white !important;
}
.cstmbttn-2, .threes-buttons-home {
	background-color:#9e62a8;
	color:white;
	padding: 8px 15px;
	border: 3px solid #9e62a8;
	text-transform:uppercase;
	margin: 5px 10px;
	border-radius:50px;
	display: table;
    margin: auto;
	width: 100%;
    text-align: center;
}
.cstmbttn-2:hover, .threes-buttons-home:hover {
	background-color:white;
	color:#9e62a8 !important;
}
.threes-buttons-home{
	width:unset;
	padding:5px 50px;
}

/*--- Header ---*/
#topNavCallNow {
	margin-right:25px;
	transition: all 200ms !important;
}
#topNavCallNow {
	transition: all 200ms !important;
}
#topNavDonate {
	margin-right: 25px;
    background-color: #51b85f;
    padding: 12px 20px;
    border-right: 4px solid #51b85f;
	border-left: 4px solid #51b85f;
	text-transform: uppercase;
	transition: all 200ms !important;
	
}
#topNavDonate:hover{
	background-color: #9e62a8;
	color: white !important;
	text-shadow: 1px 2px rgba(0,0,0,.25);
	transition: all 200ms !important;
}
#topNavExitSite {
	background-color: #dc4247;
    padding: 12px 20px;
    text-transform: uppercase;
	border-right: 4px solid #dc4247;
	border-left: 4px solid #dc4247;
	transition: all 200ms !important;
}
#topNavExitSite:hover {
	background-color: #9e62a8;
	color: white !important;
	text-shadow: 1px 2px rgba(0,0,0,.25);
	transition: all 200ms !important;
}
#et-info {
	display:none;
}
#top-header #et-secondary-menu {
	margin-bottom:15px;
}

/*--- Mobile Menu Break Point ---*/
@media (max-width: 1189px) {
	#et_mobile_nav_menu {display: block !important;}
	#top-menu {display: none !important;}
	#et_mobile_nav_menu {display: block !important;}
	#top-menu {display: none !important;}
	#top-menu {display: none !important;}
}
.mobile_menu_bar:before, .et_overlay:before {
	color: #9e62a8 !important;
}

/*--- Menu Breaking Fixes ---*/
@media only screen and (max-width: 980px){
#main-header, #main-header .nav li ul, .et-search-form, #main-header {
    background-color: rgba(255,255,255,0.7) !important;
	}
	.et_mobile_menu {
		border-color: white !important;
	}
	#logo {
		position: unset !important;
		width: 161px !important;
		padding-top:0px !important;
	}
	#main-footer .footer-widget {
		margin-right:0px !important;
		margin-bottom:0px !important;
		width: 100% !important;
	}
	#media_image-2 {
		display:block;
		width: 100%;
		margin-bottom: 0px !important;
	}
	#media_image-2 > a {    
		margin: auto;
		display: table;	
	}
	#footer-widgets{
		padding-bottom: 0px;
	}
	#footer-widgets .footer-widget, #footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 50px !important;
	}
}

@media (max-width:982px){
	#main-header {
		top: 79px;
	}
}

@media (max-width: 667px){
	#et-secondary-menu {
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	#topNavCallNow {
		display: block;
		margin-right: 0px;
		margin-bottom: 15px;
		
	}
	#topNavDonate, #topNavEditSite {
		display:inline-block;
	}
	#main-header {
		top:104px;
	}
}

@media (max-width:354px){
	#top-header > div {
		width:100% !important;
	}
}

.et_mobile_menu {
	/* background-color:#9e62a8 !important; */
	background-color: rgba(255,255,255,0.7);
}
/* .et_mobile_menu li a {
	color:white !important;
} */

/*--- Footer ---*/
#main-footer #text-2 {
	margin:auto;
	float: unset;
	width: 275px;
}
#main-footer #text-3, #main-footer #text-4 {
	margin: auto;
    float: unset;
    width: 300px;
}

#main-footer #text-4 {
	text-align: center;
}
#main-footer #text-3 {
	display:block;
}
#text-3 > div > p:nth-child(1) > a, #text-3 > div > p:nth-child(2) > a {
	color:black !important;
}
#text-3 > div > p {
	text-align:center;
}
.footer-widget #media_image-2 {
	display:block;
	width: 100% !important;
}
/*-- Footer Widget Fixes --*/



/*---Homepage---*/
#frnt-pg-spprt-sctn{
    height: 513px;
    background-color: unset;
    display: grid;
}
/*-About Iva's Place-*/
#abt-Ivas-Place .et_pb_slide_title:after {
	content: '';
    display: block;
    width: 100px;
    height: 100%;
    border-bottom: 5px solid #9e62a8;
    padding: 3px 0px 3px 0px;
}


/*---Front Page Slider Nav---*/
#et-boc > div > div.et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular.section_has_divider.et_pb_bottom_divider.et_pb_section_first > div.et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_pb_slider_no_arrows.et_pb_bg_layout_dark > div.et-pb-controllers > a.et-pb-active-control {
	background-color: #9e62a8 !important;
}
.et-pb-controllers a {
	background-color:white !important;
	opacity:.75;
	width: 15px;
	height: 15px;
	border-radius: 50px;
}


#logo {
	position: absolute;
    width: 225px;
    max-height: unset !important;
    padding-top: 18px;
}
.et-fixed-header #logo {
	position: absolute;
	width: 150px;
	padding-top: 6px;
}

#sane-sart-modal {
	display:none !important;
}

#top-menu li li a {
	width:308px;
}
.nav li ul {
	width:348px;
}
#menu-item-56 > ul {
	right:0;
}
.nav ul li a:hover, .et_mobile_menu li a:hover {
	opacity:1;
	background-color:unset;
	color:#9e62a8 !important;
}
#top-menu li.current-menu-item>a {
	color:#9e62a8 !important;
}

#et-boc > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_pb_fullwidth_section.et_section_regular.section_has_divider.et_pb_bottom_divider.et_pb_section_first > div.et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_pb_slider_no_arrows.et_pb_bg_layout_dark > div > div > div > div > div > div > a:hover {
	border-width:3px !important;
	color:white !important;
}
a:hover {
	transition: all 200ms !important;
}
a {
	transition: all 200ms !important;
}

/* * {
	cursor: url(/wp-content/uploads/cursor_norm2.png), auto;

}
* a {
	cursor: url(/wp-content/uploads/cursor_hov2.png), auto;
} */
#topNavExitSite {
	cursor: url(/wp-content/uploads/exit_door3.png), auto;
}


/* Top Nav Dropshadow */
#main-header, #page-container > #main-header {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.25) !important;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.25) !important;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,.25) !important;
}

.post-meta {
	display:none;
}

.mfp-bottom-bar .mfp-title {
	display:none;
}
#media_image-2 > a > img {
	margin:auto;
	display:table;
}
#text-3, #text-4 {
	font-size:20px;
}
#text-3 > div > p:nth-child(1) {
	padding-bottom:0px;
}
#media_image-2 {
	margin-bottom:10px;
}
#footer-widgets > div:nth-child(3), #footer-widgets > div:nth-child(1) {
	margin-top:25px;
}
#footer-widgets {
	padding: 6% 0;
}

.blog-page-fixes .more-link {
	    background-color: #9e62a8;
    color: white;
    padding: 5px 20px;
    border: 2px solid #9e62a8;
    text-transform: uppercase;
	margin-top: 20px !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
    border-radius: 50px;
    display: table;
    margin: auto;
    text-align: center;
	width: 140px;
}
.blog-page-fixes .more-link:hover {
		background-color: white;
    color: #9e62a8 !important;
	cursor: pointer;
}
@media (max-width:520px){
	.page-id-176 .et_pb_section_0 h1.entry-title {
		font-size: 32px !important;
	}
	.page-id-43 .et_pb_section_0 h1.entry-title {
		font-size: 32px !important;
	}
}

#post-545 > h2, #post-545 > div:nth-child(1) > h1 {
	 font-family: 'Indie Flower', cursive;
}

#et-footer-nav .container #menu-primary-nav li.menu-item {
	padding-right:11px;
	padding-left:11px;
}