/*
Theme Name: ShawkyGroup Child
Theme URI: https://shawkygroup.com
Template: shawkygroup
Author: the CWS Co.
Author URI: https://cws.ae
Description: ShawkyGroup is a WordPress video theme with an attention-grabbing style that will capture everyone's attention right away.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 6.2.4
Updated: 2025-01-09 09:21:10
*/

:root {
  --main: #7b61ff;
  --secondary: #a3714e;
  --light: #ffffff;
  --dark: #000000;
  --heading: #ffffff;
  --body: #cccdd2;
  --body2: #a1a0a1;
  --bodybg: #00031c;
  --btn-bgcolor: #9e61ff;
  --btn-color: #ffffff;
  --btn-bgcolor2: #619bff;
  --btn-color2: #ffffff;
  --btn-bgcolor3: #6c52ee;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --input-background: #191c33;
  --input-background2: #31344b;
  --background-item: #191c33;
  --background-body: #00031c;
  --border-color: #292c41;
  --border-color2: #80818d;
  --full-fd: 70px;
}
@media (max-width: 767px) {
  :root {
    --font-size-sm: 12px;
    --line-height-sm: 16px;
  }
}

.jws_account>a .jws_account_text {
    margin-right: 10px !important;
    padding-top: 4px !important;
}
.jws_account>a {
    border-radius: 20px 20px 20px 20px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #FFFFFF !important;
    padding: 6px 12px !important;
}
@media (max-width: 991px) {
    .col-xl-3.col-lg-4 {
        display: none;
    }
    .city-name a {
        background-color: #FFB800;
        color: #000;
        text-align: center;
        width: 85px;
        height: 24px;
        position: absolute;
        z-index: 1;
        font-weight: 800;
        border-radius: 0px 0px 11px 11px;
        font-size: 9px;
        right: 14%;
    }
    .post_content .col-xl-20 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    a.show_filter_shop {
        float: right;
        margin: 0 !important;
        background-color: #ffb803;
        padding: 3px 10px;
        color: black !important;
        font-weight: 700;
    }
    .show_filter_shop i {
        color: #000 !important;
        margin-left: 9px !important;
        margin-right: 0 !important;
    }
    .post-result.fs-small.cl-heading {
        float: left;
    }
}
.post-inner {
    background-color: #131313;
    padding: 20px;
    border-radius: 20px;
}
.post-inner img {
    border-radius: 20px;
    margin-bottom: 15px;
}
.movies-content {
    text-align: center;
}
.video-meta {
    font-size: 12px;
}
.jws-offcanvas .jws-offcanvas-content-data {
    background-color: black !important;
}
.city-name {
    position: relative;
    width: 100%;
}
@media (min-width: 1024px) {
    .city-name a{
        background-color: #FFB800;
        color: #000;
        text-align: center;
        width: 135px;
        height: 35px;
        position: absolute;
        z-index: 1;
        font-weight: 800;
        border-radius: 0px 0px 11px 11px;
        font-size: 12px;
        right: 21%;
    }
}