/*
 Theme Name:     Zeid-Child
 Theme URI:      wwww.studiotwofold.com.au
 Description:    Studio Twofold Creative Child Theme
 Author:         Jamie Walker
 Author URI:     wwww.studiotwofold.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



/* Header Menu Style Settings */
#main-header {
	z-index: 99 !important;
}

#zeid-home {
z-index: 9999 !important;
position: fixed;
left: 20px;
top: 12px;
}

#zeid-social {
z-index: 9999 !important;
position: fixed;
right: 20px;
top: 12px;
}

.select_page { visibility: hidden; }

.yoast-breadcrumb a {
	color: #222222;
}
.yoast-breadcrumb a:hover {
	color: #e09900;
}


/* force Three Columns on mobile */
@media only screen and (max-width: 980px) {
    .three-columns .et_pb_column {
    width: 33%!important;
}
}

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; } 
}




