/*
Theme Name: Divi Child Theme
Description: A child theme by Eleven19
Author: Eleven19
Author URI: http://eleven19.com/
Template: Divi
*/

#et-info {
float: none !important;
text-align: center;
}

#sidebar ul li {
line-height: 1.2em !important;
font-size: 90%;
}

#main-header {
box-shadow: 0 1px 0 rgba(0,0,0,0);
border-bottom: 2px solid #ffcc00;
}

.et-social-threads a.icon:before {
content: "\E09D";
}

.et-social-bluesky a.icon:before {
content: "\E09D";
}


#main-content .container:before {
width:0;
}
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }



/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: transparent;
 border: 2px solid #2ea3f2;
 font-size: 22px;
 color: #2ea3f2;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}

figcaption {
	font-size: 12px !important;
	color: #999999 !important;
}
#content-area img {
	width: 100% !important;
	height: auto !important;
}

a.more-link {
	border: solid 1px #c00;
	padding: 2px 7px;
	border-radius: 5px;
	margin-top: 15px;
	text-transform: capitalize;
	background-color: #fff;
	display: inline-block;
	clear: both;
}
a.more-link:hover {
	background-color: #eee;
	transition: background-color .2s ease-in-out;
}

.addtoany_list a {
	border: solid 1px #c00;
	padding: 7px 12px;
	border-radius: 5px;
	margin: 5px;
	text-transform: capitalize;
	background-color: #fff;
	display: inline-block;
	clear: both;
}
.addtoany_list a:hover {
	border: solid 1px #c00;
	background-color: #eee;
	transition: background-color .2s ease-in-out;
}


.et-social-icon img {
	padding-top: 10px;
	height: 34px;
	width: auto;
}


/****** Code Style: Menu Full-screen ******/


.et_pb_fullscreen_nav_container ul#mobile_menu_slide {
display: none !important;
}

@media screen and (max-width: 980px) {
  .et_header_style_centered #main-header {
    position: fixed;
  }
  .et_header_style_centered #main-header .mobile_nav {
    background-color: transparent;
  }
  .mobile_nav.closed .select_page {
    display: none;
  }

}
.et_mobile_menu {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9998;
  background-color: rgba(10, 10, 10, 0.9) !important;
  margin-left: -30px;
  padding: 25% 0;
  height: 100%;
  width: calc( 100% + 60px);
  border-top: none;
}
.et_mobile_menu li a {
  text-align: center;
  font-size: 1.55em;
  border: 0;
  padding: 5% 0;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.mobile_nav ul#mobile_menu .current_page_item > a {
  color: #c00;
  background-color: rgba(255,255,255, 0.1);
}
.mobile_nav ul#mobile_menu li ul li a {
  font-size: 1.05em !important;
  margin: auto;
  padding-top: 0.2em;
}
.et_mobile_menu li a:hover {
  color: #fc0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.et_mobile_menu li a {
	color: #fff;
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
  z-index: 9999;
  color: #fff;
}

/* Hamburger Menu Color */

span.mobile_menu_bar:before {
    color: #fc0 !important;
}



#footer-widgets .footer-widget li {
	list-style: none !important;
	padding-left: 0px;
}
.footer-widget li::before {
  border: transparent !important;
}