/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 




/*—————[Hide the divi top header]—————*/
#top-header { display:none; }
#page-container { padding-top:0px !important }




/* Set the slider height FRASES*/
@media only screen and (min-width:981px) {
    .frases, .frases .et_pb_container { 
        height: 120px; 
    }
    .frases, .frases .et_pb_slide { 
        max-height: 120px; 
    }
    .frases .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

/* —————Footer font size—————*/
footer { font-size:110% !important; }





/* Style Footer Credits - Lines 948 & 949 */
 
#footer-info { 
text-align: center; 
color: white; 
padding-bottom: 20px; 
float: center; 
}
 
#footer-info a { 
font-weight: 1000; 
color: white; 
}
 
#footer-info a:hover { 
color: white; 
}
 

/* Style Footer Social Icons - Lines 1185 to 1198 */
 
#footer-bottom .et-social-facebook a {
	color: white;
}
#footer-bottom .et-social-twitter a {
	color: white;
}
#footer-bottom .et-social-google-plus a {
	color: white;
}
#footer-bottom .et-social-rss a {
	color: white;
}
 
/* Hover Colors*/
 
#footer-bottom .et-social-facebook a:hover {
	color: blue!important;
}
#footer-bottom .et-social-twitter a:hover {
	color: powderblue!important;
}
#footer-bottom .et-social-google-plus a:hover {
	color: orange!important;;
}
#footer-bottom .et-social-rss a:hover {
	color: powderblue!important;
}


#top-menu li {
font-size: 17px;
}

