/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");
@media (max-width:768px)
{.et_mobile_menu{
    border-color: #dd9933 !important;}
.mobile_menu_bar:before{
color: #dd9933 !important;}
}

.et_header_style_centered #main-header div#et-top-navigation {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 2px;}

@media (max-width:980px)
{.et_header_style_centered #main-header {
    padding:0px;
}}

@media (min-width:300px) and (max-width:480px)
{.soliloquy-container .soliloquy-image {
    max-width: 300% !important;
    display: block;
    height: 600px !important;}
}
@media (min-width:481px) and (max-width:1240px)
{.soliloquy-container .soliloquy-image {
    max-width: 300% !important;
    display: block;
    height: 1000px !important;}
}
#main-footer{margin-top: -20px;}

.home h1  {
	text-shadow:2px 2px rgba(51, 51, 51, 0.63);
	}

.home-text
{   position: relative;
    z-index: 9999;
    bottom: 400px;
height: 0px;
}
.sc_player_container1 {
    display: table;
    margin:0 auto;
}

/* Style Footer Credits - Lines 948 & 949 

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}
*/

/* Style Footer Social Icons - Lines 1185 to 1198 

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}
*/
/* Hover Colors
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}
*/

li#menu-item-422.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-422 a{
font-family: philosopher;
font-size: 25px;
}

/*css hero*/
html body header#main-header #logo {
       width: 60px; 
    } 

html body header#main-header {
       height: 0px; 
    } 

html body div#et-top-navigation {
       background-color: rgba(39,37,37,0.64); 
       height: 46px; 
       color: rgba(39,37,37,1); 
       top: -25px; 
       left: -20px; 
       border-bottom-right-radius: 20px; 
       border-bottom-left-radius: 20px; 
    } 

html body div#footer-bottom #footer-info {
       font-size: 14px; 
       margin-top: 13px; 
    } 



html body div#et-top-navigation ul.nav li {
       padding-top: 18px; 
    } 

html body div#footer-bottom {
       height: 97px; 
    } 

html body div#footer-bottom .et-social-icons {
       margin-top: 10px; 
    } 



html body div#et-top-navigation ul.nav li a {
       font-size: 16px; 
    } 