/*
 Theme Name:   Aban-News Child
 Template:     Aban-News
 Description:  Child theme for Aban-News - to add custom templates
 Author:       Saeid6780
 Version:      1.0
*/

#logo {
    width: 420px;
    height: 63px;
}

.primary-nav li a{
    font-size: 18px;
}

.primary-nav ul {
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
}
.primary-nav li.menu-item-has-children::after{
    line-height: 40px;
}
.primary-nav li:hover ul{
    top: 40px;
}
.primary-nav li ul li a{
    font-size: 16px;
}

.sidebar-ads{
    height: auto;
    color: #999;
    font-size: 0.93em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -5px;
}

.widget-archive-btn{
    text-align: center;
}

.bordered-btn{
    border: 1px solid #181FA3;
    color: #181FA3;
    transition: all ease-in-out 0.3s;
}
.bordered-btn:hover{
    background: #181FA3;
    color: #fff;
}

.hot-news-box {
    background: #f5f5f5;
    border-right: 5px solid #d32f2f;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.hot-news-title {
    display: block;
    color: #d32f2f;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.hot-news-box ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hot-news-box ul li {
    margin-bottom: 6px;
    position: relative;
    padding-right: 20px;
}

.hot-news-box ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 45%;
    background: #d32f2f;
}

.hot-news-box ul li a {
    text-decoration: none;
    color: #4c4c4c;
    transition: color 0.3s;
}

.hot-news-box ul li a:hover {
    color: #333;
}

@media (min-width: 992px) {
    .col-md-2.ads {
        width: 23.66666667% !important;
    }
    #header{
        height: 125px;
    }
    #header .container{
        padding: 18px 0;
        height: 125px;
    }

    .breaking-news{
        height: 40px;
    }

    .breaking-news span{
        font-size: 15px;
    }
    .breaking-news ul a{
        font-size: 15px;
    }
    .flex-title a {
        font-size: 20px;
        line-height: 2.5rem;
    }
    .flex-excerpt p{
        font-size: 15px;
        line-height: 1.4em;
    }
    .post-wrap ul li a{
        font-size: 15px;
    }
    .post-title2 a{
        font-size: 16px;
    }
    .breadcrumb li, .breadcrumb li a, .breadcrumb-title{
        font-size: 14px;
    }
    .meta-cat, .post-content .lead b{
        font-size: 15px;
        line-height: 25px;
    }
    ul.top-meta li{
        font-size: 13px;
    }
    .con {
        font-size: 15px;
        line-height: 15.5px;
    }

}

@media only screen and (max-width: 480px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 5px 10px;
    }
}