/*
Theme Name:     Studio B Yoga
Description:    Studio B Yoga\'s Child Theme of Divi 2
Author:         Addison
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Divi Fixes */

/* Waypoint scroll animations never fire on this static build
   (Divi JS that adds .et-animated is missing), so keep modules visible. */
.et-waypoint {
	opacity: 1;
}

/* Mobile menu panel must span the header/container, not the hamburger icon */
#main-header,
#main-header > .container,
.et_pb_fullwidth_menu,
.et_pb_fullwidth_menu .et_pb_row {
	position: relative;
}

#main-header .et_mobile_menu,
.et_pb_fullwidth_menu .et_mobile_menu {
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

#et_mobile_nav_menu,
.et_pb_fullwidth_menu .et_mobile_nav_menu {
	z-index: 10001;
}

#main-header {
	z-index: 99999;
}

/*.et_fixed_nav #logo {
max-height: 40px;
margin-bottom: 0px;
}*/

.et-fixed-header #logo {
max-height: 40px;
}

/*#main-header {
line-height: 40px;
}*/

#brand {
display: block;
margin-left: auto;
margin-right: auto;
min-width: 175px !important;
width: 12.5% !important;
max-height: auto;
margin-bottom: 100px
}

.page-fold {
min-height: 475px !important;
}

.et_parallax_bg {
background-position: bottom center !important;
background-size: cover !important;
}

.no-padding {
padding-bottom: 0px !important;
padding-top: 0px !important;
}

#et-info {
float: right;
color: #ffffff;
font-size: 115% !important;
}

#et-info a {
color: #ffffff !important;
}

.parallax-seam {
opacity: 0.9;
}

.overlay {
background-color: rgba(255, 255, 255, 0.6);
}

p, address {
font-size: 16px;
font-style: none !important;
}

h4 {
font-size: 18px;
font-weight: bold;
line-height: 22px;
}

.footer-widget {
	width: 500px;
	max-width: 100%;
}


/* End Divi fixes */

/* Update Google+ and RSS with Instagram and Pinterest Respectively */

	/* Original Google+ Icon
	.et-social-google-plus a.icon:before { content: '\e096'; }*/

	/* Replaced Google + with Instagram Icon */
	.et-social-google-plus a.icon:before { content: '\e09a' !important; }
	/* End Replaced Google+ with Instagram Icon */

	/* Replaced RSS icon with Pinterest Icon */
	.et-social-rss a.icon:before { content: '\e095' !important; }
	/* End Replaced RSS icon with Pinterest Icon */