/*
Theme Name: PDN
Theme URI: 
Author: Melton S.
Author URI: http://marink.biz
Description: New site for PDN
Version: alpha
Text Domain: pdn
*/

/*-- extra css --*/
/*-- probably don't touch this --*/
#pdn_interstitial, #pdn_prestitial, #pdn_sliding_billboard, #pdn_wallpaper{height: 0px;}
@media screen and (min-width: 960px) {
.pdn-pulse .image-box a img{max-width: 194px;}
    
}
.potd .image-box a {
    display: block;
    max-width: 460px;
    background: #000;
    border: 1px solid #000;
}
.potd .image-box a img{
    text-align: center;
    margin: auto;
    display: block;
}
nav#menu #menu-top-menu ul .current-menu-item > a{
    text-decoration: none;
    color: #b61c39;
}
#menu-top-menu .current-menu-ancestor > a, #menu-top-menu .current-menu-item > a{
    color: #fff;
    background-color: #000;
}

button.alm-load-more-btn.loading:before {
    /*left: 45px!important;*/
    background: none!important;
}
button.alm-load-more-btn.done{
    opacity: 0!important;
}

/*.rsImg.rsMainSlideImage{
    height: calc(100% - 2px)!important;
    margin-left: auto !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    margin-right: auto!important;
    text-align: center;
    display: inherit;
        width: auto!important;
}*/
#main .pgntn-page-pagination a, #main .pgntn-page-pagination .current{
    font-weight: bold;
}
.search-items strong{color: #b61c39 !important;}
.top-ad.thirteen.columns.row{min-height: 90px;}
#seo h2{text-transform: none;}
#seo p{ color: #555; font-size: 12px; font-family: 'source sans pro';}

.pdn-pulse .image-box a img{border: 1px solid #363636;}

@media screen and (max-width: 1139px) {
    .columns > .current-post-ancestor.menu-item-has-children > a {
        color: #000!important;
    }
}
@media screen and (max-width: 767px) {
    .themodal-overlay{
        left: 0 !important;
    }
    .modal {
        max-width: 650px;
        width: calc(100% - 20px);
        height: auto;
        margin-left: 10px;
    }
}