/*
Theme Name: TeluguCinema
Theme URI: telugucinema.com
Author: TeluguCinema360 Team
Description: Bootstrap 5 News Theme for Telugu Movie Portal
Version: 1.0
Text Domain: telugucinema
*/


/* ===============================
   BASE RESET & TYPOGRAPHY
================================= */

/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}


@font-face{
    font-display:swap;
}

h1 { font-size: 32px; font-weight: 700; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
h2 { font-size: 26px; font-weight: 700; }
h3 { font-size: 22px; font-weight: 600; }
h4 { font-size: 20px; font-weight: 600; }
h5 { font-size: 18px; font-weight: 600; }
h6 { font-size: 18px; font-weight: 600; }

a { font-weight: 500; }

.container {
    width:1200px;
    height: auto;
}

body{
    background:#f7f7f7;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color:#000;
	margin:0;
	padding:0;
}


/* =========================
HEADER
========================= */

.tc-header{
    background: #170230;
	background: linear-gradient(147deg, rgba(23, 2, 48, 1) 0%, rgba(117, 12, 105, 1) 100%);
    border-bottom:2px solid #ececec;
    position:sticky;
    top:0;
    z-index:999;
}

/* =========================
LOGO
========================= */

.tc-logo{
    display:inline-block;
}

.tc-logo img{
    max-height:60px;
    width:auto;
    display:block;
    padding:5px;
}

/* =========================
DESKTOP MENU
========================= */

.tc-menu{
    display:flex;
    align-items:center;
    gap:5px;
    margin:0;
    padding:0;
    list-style:none;
}

.tc-menu li{
    position:relative;
}

.tc-menu > li > a{
    color:#fff;
    font-size:14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    padding:14px 12px;
    display:block;
    transition:0.3s;
}

.tc-menu > li > a:hover{
    color:#ffcc00;
}

/* =========================
MOBILE HEADER
========================= */

.mobile-header{
    width:100%;
}

/* CENTER LOGO */

.mobile-logo img{
    max-height:55px;
    margin:auto;
}

/* HORIZONTAL SCROLL MENU */

.mobile-menu-scroll{
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.mobile-menu-scroll::-webkit-scrollbar{
    display:none;
}

.mobile-tc-menu{
    display:flex;
    align-items:center;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
    width:max-content;
}

/* MOBILE LINKS */

.mobile-tc-menu li{
    flex:0 0 auto;
}

.mobile-tc-menu li a{
    display:block;
    padding:4px 10px;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    white-space:nowrap;
    transition:0.3s;
}

.mobile-tc-menu li a:hover,
.mobile-tc-menu .current-menu-item a{
    color:#fff;
}

/* =========================
MOBILE
========================= */

@media(max-width:991px){

    .tc-header{
        padding-top:6px !important;
        padding-bottom:3px !important;
    }

    .container{
        padding-left:10px;
        padding-right:10px;
    }

}

/* MOBILE */

@media(max-width:991px){
	
	.container {
    width:100% !important;
    height: auto;
}

    .tc-header{
        padding:10px 0;
    }

    .tc-logo{
        font-size:30px;
    }

    .tc-navbar{
        margin-top:15px;
    }

    .tc-menu{
        background:#fff;
        padding:15px;
        border-radius:15px;
        margin-top:15px;
        border:1px solid #eee;
    }

    .tc-menu > li > a{
        padding:12px 14px;
        border-bottom:1px solid #f1f1f1;
    }

    .tc-menu .sub-menu{
        position:relative;
        opacity:1;
        visibility:visible;
        transform:none;
        box-shadow:none;
        padding-left:15px;
        margin-top:5px;
        display:none;
    }

    .tc-menu li:hover > .sub-menu{
        display:block;
    }

    .tc-search{
        margin-left:0;
        margin-top:15px;
    }
    h1 { font-size: 24px; font-weight: 700; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

}

/* =========================
GLOBAL
========================= */

.white-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.section-title{
    font-size:28px;
    font-weight:900;
}

.view-all{
    color:#d50000;
    font-weight:700;
    text-decoration:none;
}

/* =========================
FEATURED
========================= */

.featured-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    margin-bottom: 30px;
}



/* IMAGE */

.featured-image{
    overflow: hidden;
}

.featured-image img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}


/* CONTENT BELOW IMAGE */

.featured-content{
    padding: 28px;
    background: #fff;
}

/* CATEGORY */

.featured-category{
    margin-bottom: 16px;
}

.featured-category a{
    display: inline-block;
    background: #852F80;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    margin-right: 8px;
    transition: 0.3s ease;
}

.featured-category a:hover{
    background: #f5c518;
    color: #000 !important;
}

/* TITLE */

.featured-title{
    /*font-family: "Merriweather", serif;*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, sans-serif;
    margin: 0 0 15px;
    line-height: 1;
}

.featured-title a{
    color: #111;
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.featured-title a:hover{
    color: #852F80;
}

/* DESCRIPTION */

.featured-desc{
    font-size: 14px;
    line-height: 1.2;
    color: #555;
    margin-bottom: 12px;
}

/* META */

.featured-meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.featured-meta i{
    color: #f5c518;
    margin-right: 5px;
}

.meta-author{
    font-weight: 700;
    color: #222;
}

.meta-date{
    color: #666;
}

.meta-dot{
    color: #bbb;
}

/* MOBILE */

@media(max-width:768px){

    .featured-image img{
        height: 210px;
    }

    .featured-content{
        padding: 10px;
    }

    .featured-title a{
        font-size: 18px;
    }

    .featured-desc{
        display:none;
    }
    .featured-category {
        display:none;
    }
    .featured-meta{
    display:none;
}

}

/* =========================
LATEST NEWS
========================= */

/* SECTION HEAD */

.section-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}

.section-title{
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #111;
}

.view-all{
    text-decoration: none;
    color: #852F80;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

.view-all:hover{
    color: #111;
}

/* GRID */

.content p {
    font-size:17px;
    line-height: 1.6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, sans-serif;
}

.latest-news-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    
}

/* NEWS ITEM */

.news-box2{
    display: flex;
    gap: 10px;
    padding: 12px;
    background:#fff;
    border-bottom:1px dotted #dadada;
}

/* LEFT LINE */

.news-line{
    width: 4px;
    min-width: 4px;
    background: #852F80!important;
    max-height: 40px;

}

/* CONTENT */

.news-content{
    width: 100%;
}

.news-title{
    margin-bottom: 6px;
    line-height: 1.4;
}

.news-title a{
    text-decoration: none;
    color: #111;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s ease;
}

.news-title a:hover{
    color: #852F80;
}

.news-desc{
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom:6px;
}

/* MOBILE */

@media(max-width:768px){

    .latest-news-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .news-box{
        padding: 14px 0;
    }

    .news-title{
        margin-bottom: 0;
    }

    .news-title a{
        font-size: 15px;
    }

    /* HIDE DESC MOBILE */

    .news-desc{
        display: none;
    }

    .section-title{
        font-size: 22px;
    }
    .news-box2{
    display: flex;
    gap: 10px;
    padding: 12px 0!important;
    background:#fff;
    border-bottom:1px dotted #dadada;
}

}
/* =========================
MODERN BREADCRUMB
========================= */

.modern-breadcrumb{
    background:#f8f9fa;
    padding:12px 0;
    border-radius:14px;
    margin:0;
}

.modern-breadcrumb .breadcrumb-item{
    font-size:12px;
    font-weight:500;
}

.modern-breadcrumb .breadcrumb-item a{
    text-decoration:none;
    color:#555;
    transition:0.3s;
}

.modern-breadcrumb .breadcrumb-item a:hover{
    color:#852F80;
}

.modern-breadcrumb .breadcrumb-item.active{
    color:#111;
  
}


/* =========================
POST META
========================= */

.post-simple-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    font-size:14px;
    color:#666;
}

.post-simple-meta i{
    color:#852F80;
    margin-right:6px;
}

.post-simple-meta a{
    color:#111;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.post-simple-meta a:hover{
    color:#852F80;
}

.meta-divider{
    color:#bbb;
}



/* =========================
SIDEBAR
========================= */

.sidebar-title{
    font-size:26px;
    font-weight:900;
    margin-bottom:20px;
}

.sidebar-list{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-list li{
    display:flex;
    gap:10px;
    border-bottom:1px solid #eee;
    padding:12px 0;
    font-size:15px;
}

.sidebar-list li:last-child{
    border-bottom:none;
}

.sidebar-list a{
    color:#111;
    text-decoration:none;
}

.dot{
    width:8px;
    height:8px;
    background: #852F80;
    border-radius:50%;
    margin-top:8px;
    flex-shrink:0;
}

.view-btn{
    border:1px solid #ddd;
    background:#fff;
    padding:10px 20px;
    border-radius:12px;
    font-weight:700;
    margin-top:15px;
}

/* =========================
REVIEWS
========================= */

.review-main-title{
    font-size:18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, sans-serif;
    font-weight:700;
    line-height:1.2;
    margin-bottom:10px;
}

.review-main-title a{
    color:#111;
    text-decoration:none;
}

.review-meta{
    display:flex;
    align-items:center;
    gap:15px;
    font-size:12px;
    color:#777;
    margin-bottom:15px;
}

.review-rating{
    color:#ffb400;
    font-size:18px;
}

.review-desc{
    font-size:15px;
    line-height:1.2;
    color:#444;
    margin-bottom:18px;
}

.review-score-box{
    font-size:15px;
    font-weight:700;
}

.review-score-box span{
    color:#d50000;
}

.review-main-image img{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:14px;
}

.review-bottom-list{
    border-top:1px solid #eee;
    padding-top:12px;
}

.review-bottom-item{
    padding:8px 0;
    border-bottom:1px solid #f1f1f1;
}

.review-bottom-item a{
    text-decoration:none;
    color:#111;
    font-weight:600;
    font-size:14px;
    line-height:1.5;
    transition:0.3s;
}

.review-bottom-item a:hover{
    color:#852F80;
}


/* =========================
PHOTO GALLERY
========================= */

.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:14px;
}

.gallery-caption{
    margin-top:10px;
    font-weight:700;
    font-size:15px;
    line-height:1.5;
}

.gallery-arrow{
    width:34px;
    height:34px;
    border:none;
    background:#f3f3f3;
    border-radius:50%;
    margin-left:5px;
    transition:0.3s;
}

.gallery-arrow:hover{
    background:#852F80;
    color:#fff;
}

.gallery-dot{
    width:8px;
    height:8px;
    background:#ddd;
    border-radius:50%;
    display:inline-block;
    margin:0 4px;
}

.gallery-dot.active{
    background:#d50000;
}

/* MOBILE */

@media(max-width:991px){

    .review-item-box h4{
        font-size:22px;
    }

    .review-poster{
        margin-bottom:25px;
    }
    .review-desc{
    display:none;
}

}


/* =========================
PHOTO GALLERY
========================= */

.gallery-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:14px;
}

.gallery-caption{
    margin-top:10px;
    font-weight:700;
    font-size:14px;
    line-height:1.5;
}

.gallery-arrow{
    width:34px;
    height:34px;
    border:none;
    background:#f3f3f3;
    border-radius:50%;
    margin-left:5px;
    transition:0.3s;
}

.gallery-arrow:hover{
    background:#852F80;
    color:#fff;
}

.carousel-indicators button{
    width:8px !important;
    height:8px !important;
    border-radius:50%;
    background:#ccc !important;
    border:none !important;
    margin:0 4px !important;
}

.carousel-indicators .active{
    background:#d50000 !important;
}

/* MOBILE */

@media(max-width:991px){

    .col-4{
        width:50%;
    }

    .gallery-card img{
        height:200px;
    }

}



/* =========================
FEATURES
========================= */

.feature-item{
    margin-bottom:20px;
}

.feature-item h6{
    font-weight:800;
	font-size:14px;
}

.feature-item h6 a{
    color:#111;
    text-decoration:none;
}

.feature-item small{
    color:#777;
}

/* =========================
FOOTER
========================= */

.tc-footer{
    background: #170230;
	background: linear-gradient(147deg, rgba(23, 2, 48, 1) 0%, rgba(117, 12, 105, 1) 100%);
    color:#bbb;
    padding-top:60px;
    margin-top:60px;
    border-top:4px solid #ffcc00;
}

.footer-logo img{
    max-width:120px;
}

.footer-about{
    font-size:15px;
    line-height:1.8;
    color:#999;
    margin-bottom:25px;
}

.footer-title{
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    position:relative;
    padding-bottom:10px;
}

.footer-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:40px;
    height:2px;
    background:#ffcc00;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#aaa;
    text-decoration:none;
    transition:.3s;
    font-size:15px;
}

.footer-links a:hover{
    color:#ffcc00;
    padding-left:5px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:38px;
    height:38px;
    background:#1b1b1b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:16px;
}

.footer-social a:hover{
    background:#ffcc00;
    color:#000;
    transform:translateY(-3px);
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,0.08);
    padding:18px 0;
    font-size:14px;
    color:#888;
}

.footer-bottom-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.footer-bottom-links{
    display:flex;
    gap:18px;
}

.footer-bottom-links a{
    color:#888;
    text-decoration:none;
    transition:.3s;
}

.footer-bottom-links a:hover{
    color:#ffcc00;
}

@media(max-width:768px){

    .tc-footer{
        padding-top:45px;
    }

    .footer-bottom-wrap{
        flex-direction:column;
        text-align:center;
    }

    .footer-social{
        margin-bottom:10px;
    }
    .footer-logo{
        text-align: center;
    }

    .footer-logo img{
        max-width: 110px !important;
        margin: 0 auto;
        display: block;
    }

    .footer-about{
        text-align: center;
    }

}


@media(max-width:991px){

.featured-title{
    font-size:30px;
}

.news-title{
    font-size:20px;
}

}

.single-post img {
    max-width: 100%;
    height: auto;
}

.single-post .post-thumbnail img,
.single-post .featured-image img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.news-sidebar{
    background:#fff;
    padding:15px;
    border-radius:10px;
}

.sidebar-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    border-bottom:2px solid #eee;
    padding-bottom:10px;
}

.sidebar-item{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #f1f1f1;
}

.sidebar-item:last-child{
    margin-bottom:0;
    border-bottom:none;
    padding-bottom:0;
}

.sidebar-thumb{
    width:80px;
    flex-shrink:0;
}

.sidebar-thumb img{
    width:100%;
    height:60px;
    object-fit:cover;
    border-radius:8px;
}

.sidebar-text{
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    color:#222;
}

.sidebar-item:hover .sidebar-text{
    color:#852F80;
}

.mini-share{
    display:flex;
    align-items:center;
    gap:8px;
    margin:15px 0;
}

.mini-share-btn{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:15px;
    text-decoration:none;
    transition:all .25s ease;
}

.mini-share-btn:hover{
    transform:translateY(-3px);
    opacity:.9;
}

.facebook{
    background:#1877f2;
}

.twitter{
    background:#111;
}

.whatsapp{
    background:#25d366;
}

.telegram{
    background:#229ED9;
}



.sidebar-mini-card{
    padding:20px;
    border-radius:18px;
    background:#fff;
}


/* =========================
TITLE
========================= */

.sidebar-mini-head{
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.sidebar-mini-head h3{
    font-size:22px!important;
    font-weight:700 !important;
}

.sidebar-dot{
    width:7px;
    height:22px;
    background:#852F80;
    border-radius:30px;
    margin-right:10px;
}

.sidebar-mini-head h3{
    margin:0;
    font-size:18px;
    font-weight:800;
    color:#111;
}


/* =========================
LIST ITEM
========================= */

.sidebar-mini-item{
    border-bottom:1px dashed #ececec;
}

.sidebar-mini-item:last-child{
    border-bottom:none;
}

.sidebar-mini-item a{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 0;
    text-decoration:none;
    color:#333;
    font-size:14px;
    font-weight:600;
    line-height:1.6;
    transition:0.3s;
}


/* ICON */

.sidebar-mini-item i{
    color:#852F80;
    font-size:15px;
    margin-top:3px;
    flex-shrink:0;
}


/* HOVER */

.sidebar-mini-item a:hover{
    color:#852F80;
    padding-left:4px;
}



/* =========================
SIDEBAR MINI CARD
========================= */

.sidebar-mini-card{
    padding:20px;
    border-radius:18px;
    background:#fff;
}


/* =========================
TITLE
========================= */

.sidebar-mini-head{
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.mini-dot{
    width:7px;
    height:7px;
    background:#852F80;
    border-radius:50%;
    margin-top:9px;
    flex-shrink:0;
}

.sidebar-mini-head h3{
    margin:0;
    font-size:18px;
    font-weight:800;
    color:#111;
}


/* =========================
LIST ITEM
========================= */

.sidebar-mini-item{
    border-bottom:1px dashed #ececec;
}

.sidebar-mini-item:last-child{
    border-bottom:none;
}

.sidebar-mini-item a{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 0;
    text-decoration:none;
    color:#333;
    font-size:14px;
    font-weight:600;
    line-height:1.6;
    transition:0.3s;
}

/* ICON */
.sidebar-mini-item i{
    color:#852F80;
    font-size:15px;
    margin-top:3px;
    flex-shrink:0;
}


/* HOVER */

.sidebar-mini-item a:hover{
    color:#852F80;
    padding-left:4px;
}


/* archive page styles */

.archive-feature-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.archive-feature-title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    margin: 0;
}

.archive-feature-title a{
    font-size: 20px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    font-family: "Merriweather", serif;
}

.archive-feature-title a:hover{
    color: #852F80;
}

/* DATE HEADING */

.archive-date-heading{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #852F80;
    margin: 32px 0 14px;
    padding-left: 2px;
}


/* NEWS LIST */

.archive-news-link{
    position: relative;
    padding: 10px 0 10px 22px;
    border-bottom: 1px solid #f3f3f3;
}


/* DOT */

.archive-news-link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    background: #852F80;
    border-radius: 50%;
}


/* TITLE */

.archive-news-link a{
    color: #111;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    transition: 0.3s ease;
}


/* HOVER */

.archive-news-link a:hover{
    color: #852F80;
    padding-left: 3px;
}


/* MOBILE */

@media(max-width:767px){

    .archive-date-heading{
        font-size: 12px;
    }

    .archive-news-link{
        padding-left: 18px;
    }

    .archive-news-link a{
        font-size: 16px;
        line-height: 1.6;
    }

    .archive-news-link::before{
        width: 7px;
        height: 7px;
        top: 18px;
    }

}

/* PAGINATION */

.archive-pagination{
    margin-top: 50px;
}

.archive-pagination .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


/* PAGE NUMBERS */

.archive-pagination .page-numbers{
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #852F80;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    background: #fff;
}


/* ACTIVE */

.archive-pagination .page-numbers.current{
    background: #852F80;
    color: #fff;
    border-color: #852F80;
}


/* HOVER */

.archive-pagination .page-numbers:hover{
    background: #852F80;
    border-color: #852F80;
    color: #fff;
}


/* PREV / NEXT */

.archive-pagination .prev,
.archive-pagination .next{
    font-size: 18px;
    font-weight: 700;
}


/* REMOVE SCREEN READER TEXT */

.archive-pagination h2.screen-reader-text{
    display: none;
}

.archive-left-wrap{
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* MOBILE */

@media(max-width:767px){

    .archive-pagination .page-numbers{
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }
    
     .archive-left-wrap{
        padding: 12px;
        border-radius: 10px;
    }

}

/* archive page styles */


/* Desktop Only */
.cam-desktop-only{
    display:block;
}

@media(max-width:768px){
    .cam-desktop-only{
        display:none !important;
    }
}


/*Quick Links */

.quick-links{
    background:#610E79;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:25px;
}

.quick-links h3{
    color:#fff;
    font-size:20px;
    font-weight:700;
    padding:15px;
    margin:0;
}

.quick-links ul{
    list-style:none;
    margin:0;
    padding:0;
}

.quick-links ul li{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.quick-links ul li:last-child{
    border-bottom:none;
}

.quick-links ul li a{
    display:block;
    padding:14px 18px;
    color:#fff;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
}

.quick-links ul li a:before{
    content:"▶ ";
    color:#ffcc00;
}

.quick-links ul li a:hover{
    background:#4B0A5E;
    color:#ffcc00;
    padding-left:25px;
}

/*Quick Links */


.mobile-home .card,
.mobile-home .bg-white{
    border-radius:12px;
}

.mobile-home h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.mobile-home a{
    text-decoration:none;
}

.mobile-home img{
    border-radius:12px;
}

.mobile-home .border-bottom:last-child{
    border:none !important;
}

.featured-card img,
.card img{
    width:100%;
    height:auto;
}