/*

Theme Name:Child Theme for Divi

Theme URI: http://wordpress-style.net

Description: Child Theme For Divi

Author: Eduard Ungureanu

Author URI: http://wordpress-style.net

Template: Divi

Version: 1.0

*/



/* Start your custom CSS bellow this comment

============================================ */


/***--- increase logo height ---***/
.et_header_style_centered #main-header .logo_container {
height: 100% !important;
padding-top: 20px !important;
padding-bottom: 15px !important;
}

/* First we have to make the main header same color as overlay. To make it transparent change it to read this: background-color: transparent!important; */
header#main-header {
  background-color: rgba(0, 0, 0, 0.7) !important;
  max-height: 150px!important;
}
/** Background overlay code  **/
#main-content {
background-color: rgba(0, 0, 0, 0.7) !important;
}
/**-- Trying to remove space above footer --**/
#main-footer {
	padding-top: 2PX;
}
/***--- Place footer bottom images for sposorship here ---***/

/***--- less space above footer widgets plus footer link color ---***/
#footer-widgets {
 padding-top: 20px;
	padding-left: 20px;
}
#footer-widgets a {
	color:#f7d2a2 !important;
}
#footer-widgets h4 {
	color:#f7d2a2 !important;
}
.smallertext {
	font-size: smaller;
	line-height: 100%;
}


/***--- remove space below nav bar in mobile version ---***/
@media (max-width:481px){
.et_pb_section{
padding-top:0 !important;
}}
/***--- END remove space below nav bar in mobile version ---***/

.tighterleading {
	line-height: 95%;
	font-stretch: condensed;
}
/***--- Makes lightbox images enlarge when clicked ---***/
img.mfp-img {
max-height: 9999px !important;
}
/***--- style 404 page/sidebar ---***/
.error404 .container::before {
display:none;
}
.error404 .et_pb_widget a {
color: #ffffff;
text-decoration: none;
}
/***--- reduce space between rows 30px is default ---***/
.et_pb_row { padding-top: 20px !important;
padding-bottom: 10px !important}

/***--- remove Select Pages in mobile nav ---***/
#et_mobile_nav_menu .select_page{display: none;}

/***--- remove spacing between rows in mobile view ---***/
@media all and (max-width: 767px) {
.page-id-425 .et_pb_row{padding-top: 10px !important; padding-bottom: 10px !important;}
.page-id-425 .et_pb_column {margin-bottom: 10px;}
}
}
/***--- remove black rule through navigation menu ---***/
@media (max-width: 980px) {
.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
background-color: rgba(0, 0, 0, 0.7) !important;
}
header#main-header,div#main-content {
background-color: transparent !important;
}
}





