/*
Theme Name: Esben Child
Theme URI: http://esben.edge-themes.com
Description: A child theme of Esben Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0
Text Domain: esben
Template: esben
*/


/*
minor fixes on css, !important are there due to the css structure of esben theme
*/

/* font icon fixes*/


.edgtf-ssn-widget .edgtf-simple-social-networks-holder .edgtf-simple-network-item span, .edgtf-mobile-header .edgtf-mobile-nav ul li a{
    font-family: Montserrat !important;
    font-size:11px !important;
}

/* media queries fixes*/

@media screen and  (min-width: 1024px) {
    #nav-menu-item-4015 {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    body .pp_pic_holder a.pp_close {
        z-index: 9999;
    }
}

@media screen and (max-width: 768px){
    div.pp_default .pp_details {
        margin: 0 auto !important;
        width: 80% !important;
    }

    body .pp_pic_holder #pp_full_res img {
        margin: 0 auto !important;
        width: 80% !important;
    }
}

/* minor fixes*/

.container-credits {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10000;
}

.werad-credits__link {
    padding-right: 15px;
}

.edgtf-ps-title p {
    text-align: center;
}

.pp_content .pp_expand::after {
    content: "" !important;
}
