/*
Theme Name: Medford News (Custom Purple White)
Template: newsexo
Author: ThemeArile
Version: 1.7
*/

/* ==============================
   GLOBAL COLORS (ONLY 2 COLORS)
================================*/
:root {
    --primary-color: #6A0DAD; /* Purple */
    --white-color: #ffffff;
    --light-bg: #f0f1f3;
}

/* ==============================
   BODY & WRAPPER
================================*/
body.custom-background .theme-bg-dark,
body.custom-background .theme-bg-default,
body.custom-background .theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

#wrapper {
    background-color: var(--light-bg);
}

/* ==============================
   TYPOGRAPHY
================================*/
.navbar.navbar-dark .nav .menu-item .nav-link,
.navbar .nav .menu-item .dropdown-item {
    font-family: Encode Sans;
    font-size: 1.1rem;
}

/* ==============================
   HEADER
================================*/
.site-header {
    background: var(--primary-color) !important;
}

.site-branding .site-title a,
.site-branding .site-description {
    color: var(--white-color);
}

.site-header .custom-social-icons li > a,
.head-contact-info li,
.site-header .custom-social-icons .followus {
    color: var(--white-color) !important;
}

.custom-social-icons .followus:before,
.custom-social-icons .followus:after {
    background: var(--white-color) !important;
}

.head-contact-info li span.newsexo-time {
    background-color: var(--white-color);
    color: var(--primary-color);
}

/* ==============================
   SECTION HEADINGS
================================*/
.news-section-title .f-heading,
.sidebar .widget .wp-block-heading,
.widget .wp-block-search .wp-block-search__label {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.news-section-title .f-heading:before,
.sidebar .widget .wp-block-heading:before,
.widget .wp-block-search .wp-block-search__label:before {
    border-left: 15px solid var(--primary-color);
}

/* ==============================
   POSTS / CARDS
================================*/
.grid-view-news-area.vrsn-four,
.list-view-news-area .post.vrsn-four,
.sidebar.vrsn-four .widget,
.post-author-area.vrsn-four,
.theme-comment-area.vrsn-four,
.theme-comment-form.vrsn-four,
body.page-template-default .blog-grid-view-post .post.vrsn-four {
    background-color: var(--white-color);
    border-radius: 9px;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 7%);
    transition: 0.4s;
}

.grid-view-news-area.vrsn-four:hover,
.list-view-news-area .post.vrsn-four:hover,
.sidebar.vrsn-four .widget:hover,
.post-author-area.vrsn-four:hover,
.theme-comment-area.vrsn-four:hover,
.theme-comment-form.vrsn-four:hover {
    transform: translateY(-7px);
    box-shadow: 2px 5px 25px rgb(0 0 0 / 15%);
}

/* ==============================
   CATEGORY TAGS (PURPLE ONLY)
================================*/
.entry-meta .cat-links .links-bg {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 30px;
}

/* ==============================
   PAGINATION
================================*/
.pagination a,
.navigation.pagination .nav-links a {
    background-color: var(--white-color);
    border: 1px solid #ebebeb;
}

/* ==============================
   SIDEBAR
================================*/
.sidebar .widget {
    background-color: var(--white-color);
}

/* ==============================
   BREADCRUMB
================================*/
#wrapper .page-breadcrumb {
    background-color: var(--white-color);
}

/* ==============================
   FOOTER
================================*/
.site-footer-overlay::before {
    background-color: var(--primary-color);
}

.footer-sidebar .widget ul li a {
    color: var(--white-color);
}

/* ==============================
   LINKS & READ MORE
================================*/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
