/*
Theme Name: Release Dance Project
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:   Nalu
Template: Divi
*/



@import url("../Divi/style.css");

h1{
text-align:center !important;
}
hr{
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f1f1f1 !important;
    margin: 1em 0;
    padding: 0; 
}
.entry-title{
display:none !important;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{
padding-top:0% !important;
}
.et_pb_fullwidth_header{
padding:1px 0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
background-color:#000000!important;
color:#ffffff !important;
text-transform:uppercase !important;
width:305px !important;
font-weight:bolder !important;
border: none!important; 
padding:10px !important;
}

#gw_go_portfolio_work .gw-gopf-style-flex .gw-gopf-cats > span a{
font-size:1em !important;
text-transform:uppercase !important;

}

/* 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:#007cbb !important;
}
#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;
}

.et_pb_contact { 
color: #ffffff !important;
}


#footer-bottom .et-social-facebook a {
	color: #ffffff !important;
}

#footer-bottom .et-social-instagram a {
	color: #ffffff !important;
}