

/*=======================================================================
[Table of contents]
=========================================================================
[01] Desktop Device 1300px - 1500px
[02] Desktop Device 1299px
[03] Mobile Device 320px - 767px
[04] Mobile Menu 768px - 900px
[05] Tab Device 768px - 990px
[05] Tab Device 991px - 1024px

==========================================================================*/


/*=======================================================================
[Desktop Device 1300px - 1500px]
=========================================================================*/
@media (min-width: 1300px) and (max-width: 1500px){
    .bodyWraper{
        width: 1270px;
        margin: 0 auto;
        background: #FFF;
        position: relative;
    }
    .right_sidebarMenu {
        background: #2a3744;
        margin-right: -370px;
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        z-index: 9;
    }

}


/*=======================================================================
[Desktop Device 1299px]
=========================================================================*/
@media (max-width: 1299px){
    .bodyWraper{
        width: 100%;
        margin: 0 auto;
        background: #FFF;
        position: relative;
    }
}

/*=======================================================================
[Desktop Device 1200px - 1440px]
=========================================================================*/
@media(min-width:1200px) and (max-width:1440px){
    .owl-prev{
        left: 15px;
        border-color: #2a3744;
        color: #fff;
        background: #2a3744;
    }
    .owl-next{
        right: 15px;
        border-color: #2a3744;
        color: #fff;
        background: #2a3744;
    }
    .owl-next:hover, .owl-prev:hover{
        border-color: #d0a97e;
        background: #d0a97e;
        color: #fff;
    }

}
/*=======================================================================
[Tab Device 991px - 1024px]
=========================================================================*/
@media(min-width:991px) and (max-width:1024px){
    .instafeeds a{
        width: 16.66%;
    }
    .owl-next{
        right: 0;
        border-color: #fff;
        color: #fff;
    }
    .owl-prev{
        left: 0;
        border-color: #fff;
        color: #fff;
    }
    .listLoopThumb img{
        width: 100%;
    }
    .single_slImg img{
        width: auto !important;
    }
}


/*=======================================================================
[Tab Device 768px - 990px]
=========================================================================*/
@media(min-width:768px) and (max-width:990px){
    .bSFeatured img{
        width: auto !important;
    }
    .instafeeds a{
        width: 16.66%;
    }
    .singlePostLoop,
    .singleCatePost, 
    .subscribes{
        padding: 0;
    }
    .subscribes p{
        line-height: 18px;
    }
    .owl-next{
        right: 0;
        border-color: #fff;
        color: #fff;
    }
    .owl-prev{
        left: 0;
        border-color: #fff;
        color: #fff;
    }
    .featuredBigthumb{
        width: auto !important;
    }
    .single_slImg img{
        width: auto !important;
    }

    .authorDetais{
        padding: 0;
    }
    .authDesch .metau{
        margin: 0 0 10px;
    }
    .authDesch{
        padding-right: 15px;
    }
    .authorDetais .noPaddingLeft{
        padding-left: 15px !important;
        padding-top: 40px;
    }
}



/*=======================================================================
[Mobile Menu 768px - 980px]
=========================================================================*/
@media(min-width:768px) and (max-width:980px){
    .mobileMenu {
        cursor: pointer;
        height: 20px;
        left: auto;
        line-height: 0.2;
        margin: auto;
        position: absolute;
        right: auto;
        top: 20px;
        width: 25px;
        z-index: 2;
    }
    .mobileMenu span{
        width: 100%;
        height: 2px;
        background: #2a3744;
        display: inline-block;
    }
    .mobileMenu.active span{
        background: #d0a97e;
    }
    .mainMenu ul {
        background: #fff;
        display: none;
        left: -15px;
        position: absolute;
        top: 64px;
        width: 100%;
        z-index: 2;
        height: 270px;
        overflow: scroll;
    }
    .mainMenu ul li {
        display: block;
        line-height: 9px;
        list-style: outside none none;
        padding: 15px 0;
        position: relative;
        text-align: left;
        padding-left: 15px;
    }
    .mainMenu ul li:first-child{
        padding-left: 15px;
    }
    .mainMenu > ul > li::after{
        display: none;
    }
    .mainMenu ul ul.sub-menu {
        background: #fafafa;
        opacity: 1;
        position: relative;
        top: 0;
        transition:none;
        visibility: visible;
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .mainMenu ul li:hover ul.sub-menu{
        top: 0;
    }
    .sidebars{
        margin-top: 100px;
    }

}


/*=======================================================================
[Mobile Device 320px - 767px]
=========================================================================*/
@media(min-width:320px) and (max-width:767px){
    .niticeBar p{
        text-align: center;
        line-height: 21px;
    }
    .buzicon{
        margin-bottom: 10px;
    }
    .logo{
        text-align: center;
        padding: 38px 0 25px;
    }
    .secondaryMenu2 {
        padding: 0 0 60px;
        text-align: center;
    }
    .mobileMenu {
        cursor: pointer;
        height: 20px;
        left: 0;
        line-height: 0.2;
        margin: auto;
        position: absolute;
        right: 0;
        top: -35px;
        width: 25px;
        z-index: 2;
    }
    .mobileMenu span{
        width: 100%;
        height: 2px;
        background: #2a3744;
        display: inline-block;
    }
    .mobileMenu.active span{
        background: #d0a97e;
    }
    .mainMenu ul {
        background: #fff;
        display: none;
        left: 0;
        position: absolute;
        top: 53px;
        width: 100%;
        z-index: 9;
        height: 270px;
        overflow: scroll;
    }
    .mainMenu ul li {
        display: block;
        line-height: 9px;
        list-style: outside none none;
        padding: 15px 0;
        position: relative;
        text-align: center;
    }
    .mainMenu > ul > li::after{
        display: none;
    }
    .mainMenu ul ul.sub-menu {
        background: #fafafa;
        opacity: 1;
        position: relative;
        top: 0;
        transition:none;
        visibility: visible;
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .mainMenu ul li:hover ul.sub-menu{
        top: 0;
    }
    .search{
        border: none;
    }
    .search input{
        height: 50px;
        padding-left: 0;
    }
    .bSFeatured{
        height: 300px;
    }
    .bSFeatured img{
        width: auto !important;
    }
    .singlePostLoop{
        padding: 0;
    }
    .loopHover{
        padding: 10px;
    }
    .metaOneThird{
        width: 100%;
    }
    .postFooter .metau{
        padding: 10px 0;
    }
    .postFooter .metau{
        text-align: left;
    }
    .sidebars{
        margin-top: 100px;
    }
    .singleCatePost, subscribes{
        padding: 0;
    }
    .instafeeds a{
        width: 100%;
    }
    .footerNav {
        margin-top: 5px;
        text-align: center;
    }
    .footerNav ul li {
        padding: 0 10px 0 5px;
    }
    .footerSocial {
        margin-top: 0;
        text-align: center;
    }
    .foLogo{
        text-align: center;
    }
    .copyright{
        line-height: 18px;
    }
    .owl-next{
        right: 0;
        border-color: #fff;
        color: #fff;
    }
    .owl-prev{
        left: 0;
        border-color: #fff;
        color: #fff;
    }
    .subscribes{
        padding: 0;
    }
    .exit{
        left: 0;
    }

    /**Home 2**/
    .featuredCons,
    .featuredCons::after,
    .metaHalfs,
    .listLoopThumb img{
        width: 100%;
    }
    .featuredBigthumb{
        width: auto !important;
    }
    .featuredCons{
        padding: 64px 20px;
    }
    .singlePostList .postFooter .metau {
        padding-bottom: 15px;
    }

    /**Category**/
    .pageTitle {
        padding: 40px 15px;
    }
    /**Blog Post**/
    .breadTitle ,
    .postTittle{
        font-size: 22px;
        line-height: 30px;
    }
    .detailPara .ttlLine {
        margin-bottom: 225px;
        margin-right: 15px;
    }
    .videoIfram {
        height: auto;
    }
    .blockquotePost blockquote{
        padding: 30px 0;
        text-align: left;
    }
    .relatedPosts .singleCatePost{
        padding: 0;
    }
    .commentForm button {
        position: relative;
        right: 0;
        top: 0;
    }
    .nameIcon{
        padding-left: 0;
    }
    .commentContent > p{
        margin-left: 0;
    }
    .commentDate p{
        text-align: left;
        padding-top: 15px;
    }
    .commentDate .dot{
        display: none;
    }
    .allComments ul li ul li{
        padding-left: 0;
    }
    .errorContent p{
        line-height: 19px;
    }
    .errorContent h2{
        font-size: 150px;
    }
}
