/**
 * Theme Name:     SociallyViral Pro by MyThemeShop Child
 * Author:         MorningStar
 * Template:       mts_sociallyviral
 * Text Domain:	   sociallyviral-pro-by-mythemeshop-child
 * Description:    SociallyViral is an engaging WordPress theme that is designed to help boost social shares and get you more viral traffic from the web
 */
#header {
    background: #27272a;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =========================
   LOGO
========================= */
.logo-wrap {
    display: inline-block;
}

/* =========================
   SEARCH BAR
========================= */
#header .header-search {
    float: none;
    width: 100%;
    max-width: 453px;
    margin: 31px auto 23px auto;
    display: inline-block;
    text-align: left;
}

#header .search-form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: none;
    outline: none;
}

/* =========================
   SOCIAL BUTTONS (Bollywood / Anime)
========================= */
.header-social {
    float: right;
    display: inline-block;
    margin-right: 25px;
}

.header-social a {
    padding: 8px;
    float: left;
    font-size: 18px;
    line-height: 1;
    width: 120px;
    text-align: center;
    border-radius: 15px;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
}

/* Custom colors */
.header-social a:nth-child(1) {
    background: #D35151; /* Bollywood */
}

.header-social a:nth-child(2) {
    background: #228B22; /* Anime */
}

/* =========================
   NAVIGATION BAR
========================= */
#primary-navigation {
  border-radius: 0 0 10px 10px;
}

/* Menu container */
.navigation {
    border-radius: 10px;
}

/* UL reset */
.navigation ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

/* Menu items */
.navigation ul li {
    float: left;
    line-height: 24px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: background 0.25s ease-in;
}

/* Links */
#primary-navigation li a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 12px 18px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

/* Hover effect */
.navigation ul li:hover {
    background: rgba(255,255,255,0.1);
}

/* =========================
   DROPDOWN MENU
========================= */
.navigation ul li ul {
    display: none;
    position: absolute;
    background: #1a1a1a;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 999;
}

.navigation ul li:hover ul {
    display: block;
}

.navigation ul li ul li {
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navigation ul li ul li a {
    padding: 10px 15px;
    font-size: 14px;
}

/* =========================
   CLEAR FIX
========================= */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* single page css*/

div#page.single, #page.error, .woocommerce #page {
    background: #27272a;
}

#sidebar{
   
    background-color: #09090b ;   
}
.sidebar .widget {
    background: #18181b;
}

#sidebar .wp-block-heading {
	border-bottom: 1px solid #3f3f46;
	padding: 15px;
}
#sidebar .widget > div,
#sidebar .widget > ul {
    padding: 0;
}

#searchform .fa-search {
	background: #3f3f46 !important;
	border-radius: 10px;
}
#s {
	background-color:#555555;
	border: 1px solid #333;
	color: #fff;
}


#sidebar .widget {
    padding-bottom: 0px !important;
}

.navigation ul li {
    position: relative;
    border-right: none; /* remove old */
}

.navigation ul li {
    border-right: none; /* purani line hatao */
	border-right: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px; /* 🔥 ye corners round karega */
}
#primary-navigation li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Hover effect remove (inputs + textarea) */
.comment-form input:hover,
.comment-form textarea:hover {
    background: #111 !important;
    color: #fff;
}

/* Focus pe white hone ka issue fix */
.comment-form input:focus,
.comment-form textarea:focus {
    background: #111 !important;
    color: #fff;
    outline: none;
}

/* Green border on hover/focus (textarea) */
.comment-form textarea:hover,
.comment-form textarea:focus {
    border: 1px solid #319e67 !important;
}

/* Normal state (dark look maintain) */
.comment-form textarea {
    background: #111;
    border: 1px solid #333;
    color: #fff;
}