/*
 Theme Name:     YEP Theme
 Theme URI:      http://www.webdev.co.zw/
 Description:    YEP
 Author:         Webdev Group
 Author URI:     http://www.webdev.co.zw
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.yep-home h1,
.et_pb_title_container h1,
h1.entry-title {
    font-size: 52px;
    letter-spacing: -2px;
    font-weight: bolder;
}

.yep-home p {
    font-size: 20px;
    line-height: 1.5;
}

.logo_container {
display: block;
position: relative !important;
}
div#et-top-navigation {
padding: 15px 0 30px !important;
float: none;
}
div#et-top-navigation:after {
content: "";
display: table;
clear: both;
}

#top-menu > li > a {
font-size: 20px;
font-weight: bold;
}

#logo {
max-height: none;
}

#main-header {
height: 107px;
padding: 8px 0;
margin-bottom: 15px;
-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25) !important;
-moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25) !important;
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25) !important;
}
#et-top-navigation nav > ul > li > a {
padding: 0 !important;
}
#et_top_search {
display: none;
}
a.cta {
    color: #fff !important;
    font-weight: bold;
}
a.login.cta, a.login.cta:hover {
    background: #242f67 !important;
    border-color: #242f67;
}
a.logout.cta, a.logout.cta:hover {
    background: #ed1c24 !important;
    border-color: #ed1c24;
}
body.logged-in .login.cta,
body.logged-in .welcome_guest,
body:not(.logged-in) .logout.cta,
body:not(.logged-in) .welcome_member {
display: none;
}
body.logged-in .logout.cta,
body.logged-in .welcome_member {
display: inline-block;
}
.welcome_section .et_pb_button_module_wrapper {
margin-bottom: 0 !important;
}
#main-content .container:before {
display: none !important;
}
.envira-gallery-wrap .envira-album-title {
font-size: 22px;
color: #333;
text-align: left !important;
padding-bottom: 10px;
font-weight: 500;
line-height: 1em;
}
#main-content .container {
padding-top: 27px !important;
}


/* Login Area */


body.login #login_error span {
    display: none;
}

body.login-action-login #login_error span.invalid-login-msg {
    display: block;
}

body.login-action-lostpassword #login_error span.lost-pwd-msg {
    display: block;
}