/* 
 Theme Name:   design-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     designexo
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/



body,
#wrapper {
    background-color: #18191b;
}

body,
button,
input,
select,
textarea {
    color: #ddd;
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.75;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

h1,
.h1,
h2,
.h2,
.h3,
h3,
h4,
.h4,
h5,
.h5,
.h6,
h6 {
    clear: both;
    margin: 0 0 1.4rem;
    color: #eceff3;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 3px;
}

h2 {
    font-size: 2.625rem;
    line-height: 1.3;
    letter-spacing: 3px;
}

h3 {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 2px;
}

h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 2px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 2px;
}

h6 {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 2px;
}

p {
    margin: 0;
    padding: 0 0 0.3rem;
}

p:last-child {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    background-color: #202020;
    color: #ddd;
    font-size: 1.125rem;
    font-style: normal;
    margin: 0.438rem 0 2.125rem;
    overflow: hidden;
    position: relative;
    padding: 1.10rem 1.250rem;
    quotes: "" "";
    font-weight: 400;
}

blockquote cite {
    color: #ddd;
    font-size: 1.000rem;
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5rem;
}

blockquote cite a {
    color: #ddd;
}

blockquote:last-child {
    margin-bottom: 0;
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

blockquote:before {
    color: rgba(255, 255, 255, 0.08);
    content: '\f10d';
    font-family: 'FontAwesome';
    color: rgba(0, 0, 0, 0.05);
    font-size: 6rem;
    line-height: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    z-index: 1;
}

.wp-block-quote p {
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:focus {
    outline: none;
    text-decoration: underline;
}

a:active {
    color: #fff;
}

address {
    margin: 0 0 1.6rem;
    line-height: 2;
}

pre {
    background: #f6f6f6;
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: auto;
    padding: 1rem;
}

hr {
    background-color: #333;
    border: 0;
    height: 1px;
    margin: 0.438rem 0 2.063rem;
}

code,
kbd,
tt,
var {
    font-size: 1rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    color: #333333;
    text-decoration: none;
    padding: 0 0.350rem;
}

big {
    font-size: 125%;
}

iframe {
    border: 0;
}

#wrapper {
    margin: 0px auto;
}


/*--------------------------------------------------
=>> Forms, Buttons, Input Fields
--------------------------------------------------*/

label {
    color: #606060;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    background-color: rgba(0, 0, 0, .2) !important;
    border: 1px solid #333 !important;
    color: #ddd !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    padding: 0.825rem 1rem;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: #ddd;
    box-shadow: 0 0 0 0.063rem rgba(84, 84, 84, .25) !important;
}

.form-control {
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #333;
    color: #ddd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    box-shadow: 0 0 0 0.063rem rgba(84, 84, 84, .25);
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 1.05rem 2.813rem;
    height: 3.125rem;
    text-shadow: none;
    transition: .2s;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
select option {
    background: #fff;
    color: #000;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

::-webkit-input-placeholder {
    color: #ddd;
}

:-moz-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    color: #ddd;
}

:-ms-input-placeholder {
    color: #ddd;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 100px) and (max-width: 768px) {
    html {
        font-size: 13px;
    }
}


/*--------------------------------------------------
=>> Theme Core Buttons
--------------------------------------------------*/

.btn-small {
    min-width: 10rem;
    font-size: 0.875rem;
    padding: 0.4375rem 1.875rem;
}

.btn-ex-small {
    font-size: 0.938rem;
    padding: 0.613rem 1.6rem;
    line-height: 1;
}

.btn-small,
.btn-ex-small {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 1px;
    border-radius: 0;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}

.btn-default {
    color: #111;
}

.btn-default:hover,
.btn-default:focus,
.btn-default-dark:hover,
.btn-default-dark:focus {
    background: #fff;
    color: #000 !important;
}

.btn-light {
    background: #ffffff;
}

.btn-light:hover,
.btn-light:focus {
    color: #ffffff;
}

.btn-default-dark {
    color: #ffffff;
}

.btn-default-dark:hover,
.btn-default-dark:focus {
    background: #333333;
    color: #fff !important;
}

.btn-border {
    background: #18191b;
    color: #ddd;
}

.btn-border:hover,
.btn-border:focus {
    color: #333 !important;
}

.btn-dark {
    background: transparent;
    border: solid 1px #111;
    color: #111;
}

.btn-dark:hover,
.btn-dark:focus {
    background: #111;
    border: solid 1px #111;
    color: #fff;
}

.btn-dark:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 1.25rem;
}


/*--------------------------------------------------
=>> List Styles
--------------------------------------------------*/

ul,
ol {
    margin: 0 0px 1.6rem 1.125rem;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.6rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.6rem 1.6rem;
}


/*--------------------------------------------------
=>> Tables
--------------------------------------------------*/
table,
th,
td {
    border: 1px solid #333;
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
    word-wrap: break-word;
}

thead th {
    border-bottom: 2px solid #333;
}

th {
    background: #202020;
    color: #fff;
    padding: 0.5rem 0.7rem;
    text-align: left;
}

td {
    padding: 0.5rem 0.7rem;
}

th a,
td a {
    box-shadow: none !important;
}

.widget td a:hover,
.widget td a:focus,
td a:hover,
td a:focus {
    color: #ddd;
    box-shadow: none;
}

/*--------------------------------------------------
=>> Anchor Links Colors
--------------------------------------------------*/

a {
    color: #fff;
    text-decoration: none !important;
    transition: 0.3s;
}

a:focus {
    outline: thin dotted;
    text-decoration: none !important;
}

a:hover,
a:active {
    color: #fff;
    outline: 0;
}


/*--------------------------------------------------
=>> Theme Combined Classes
--------------------------------------------------*/

.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 1500px;
    }
}

@media (min-width: 1200px) {
    body.theme-boxed .container-full {
        max-width: 1470px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container {
        max-width: 1170px;
    }
}

.theme-text-center {
    text-align: center !important;
}

.theme-text-left {
    text-align: left !important;
}

.theme-text-right {
    text-align: right !important;
}

.theme-bg-grey {
    background-color: #f2f2f2 !important;
}

.theme-bg-dark {
    background-color: #333333 !important;
}

.theme-bg-light {
    background-color: #fff !important;
}

.text-dark {
    color: #333333 !important;
}

.text-grey {
    color: #878e94 !important;
}

.theme-b-top {
    border-top: 1px solid #2f3032 !important;
}

.theme-b-bottom {
    border-bottom: 1px solid #2f3032 !important;
}

.theme-b-left {
    border-left: 1px solid #2f3032 !important;
}

.theme-b-right {
    border-right: 1px solid #2f3032 !important;
}

.img-circle {
    border-radius: 50%;
}

.theme-block {
    position: relative;
    padding: 2rem 0 1.875rem;
}


/*--------------------------------------------------
=>> Body Custom Background Css
--------------------------------------------------*/

body.custom-background #wrapper {
    background-color: transparent;
}

body.custom-background .theme-info-area,
body.custom-background .theme-bg-grey,
body.custom-background .theme-services,
body.custom-background .theme-project,
body.custom-background .theme-project .theme-bg-default,
body.custom-background .theme-block.theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

.theme-services .service-content {
    background-color: transparent;
}


/*--------------------------------------------------
=>> Theme Main Slider
--------------------------------------------------*/

.theme-main-slider {
    position: relative;
}

.theme-main-slider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .30);
}

#theme-main-slider {
    margin: 0px;
}

#theme-main-slider .item {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
    height: 1000px;
}

.theme-slider-content {
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-caption-bg {
    width: 65%;
}

.theme-slider-content .theme-caption-bg .title-large {
    font-size: 4.5rem;
    margin-top: -0.938rem;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5625rem;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.theme-slider-content .sub-title {
    letter-spacing: 5.6103px;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 2.1875rem;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

.theme-slider-content .description {
    color: #fff;
    padding: 0;
}

.theme-slider-content .btn-combo .btn-small {
    margin-left: 0.313rem;
    margin-right: 0.313rem;
}

.theme-slider-content .btn-slider {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 0;
}

.theme-slider-content .btn-slider:hover,
.theme-slider-content .btn-slider:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #222;
}

.theme-main-slider .owl-carousel .owl-prev,
.theme-main-slider .owl-carousel .owl-next {
    background-color: transparent;
    font-size: 4rem;
    line-height: 1;
    width: 3rem;
    height: 4.2rem;
    opacity: 1;
    color: #fff;
}

.theme-main-slider .owl-carousel .owl-prev {
    left: 30px;
}

.theme-main-slider .owl-carousel .owl-next {
    right: 30px;
}

.theme-main-slider .owl-carousel .owl-prev:hover,
.theme-main-slider .owl-carousel .owl-prev:focus,
.theme-main-slider .owl-carousel .owl-next:hover,
.theme-main-slider .owl-carousel .owl-next:focus {
    color: #fff;
    background-color: transparent !important;
}

.theme-main-slider .owl-carousel .owl-prev:hover,
.theme-main-slider .owl-carousel .owl-prev:focus {
    left: 30px;
    opacity: 1;
}

.theme-main-slider .owl-carousel .owl-next:hover,
.theme-main-slider .owl-carousel .owl-next:focus {
    right: 30px;
    opacity: 1;
}

@media (max-width: 768px) {
    .theme-slider-content .theme-caption-bg .title-large {
        font-size: 3.5rem;
        margin: 0 0 1.000rem;
    }

    .theme-caption-bg {
        width: 100%;
    }

    .theme-main-slider .owl-carousel .owl-prev {
        left: 10px;
    }

    .theme-main-slider .owl-carousel .owl-next {
        right: 10px;
    }

    .theme-main-slider .owl-carousel .owl-prev:hover,
    .theme-main-slider .owl-carousel .owl-prev:focus {
        left: 10px;
        opacity: 1;
    }

    .theme-main-slider .owl-carousel .owl-next:hover,
    .theme-main-slider .owl-carousel .owl-next:focus {
        right: 10px;
        opacity: 1;
    }

    .theme-main-slider .owl-carousel:hover .owl-prev,
    .theme-main-slider .owl-carousel:focus .owl-prev {
        left: 10px;
    }

    .theme-main-slider .owl-carousel:hover .owl-next,
    .theme-main-slider .owl-carousel:focus .owl-next {
        right: 10px;
    }
}

@media (max-width: 500px) {
    .theme-slider-content .theme-caption-bg .title-large {
        font-size: 3rem;
        margin: 0 0 1.000rem;
    }

    .theme-main-slider .owl-carousel .owl-prev,
    .theme-main-slider .owl-carousel .owl-next {
        font-size: 3rem;
        width: 2rem;
        height: 4rem;
    }

    .theme-main-slider .owl-carousel .owl-prev {
        left: 5px;
    }

    .theme-main-slider .owl-carousel .owl-next {
        right: 5px;
    }

    .theme-main-slider .owl-carousel .owl-prev:hover,
    .theme-main-slider .owl-carousel .owl-prev:focus {
        left: 5px;
        opacity: 1;
    }

    .theme-main-slider .owl-carousel .owl-next:hover,
    .theme-main-slider .owl-carousel .owl-next:focus {
        right: 5px;
        opacity: 1;
    }

    .theme-main-slider .owl-carousel:hover .owl-prev,
    .theme-main-slider .owl-carousel:focus .owl-prev {
        left: 5px;
    }

    .theme-main-slider .owl-carousel:hover .owl-next,
    .theme-main-slider .owl-carousel:focus .owl-next {
        right: 5px;
    }
}

.owl-item.active .theme-slider-content .sub-title {
    animation: 1s .3s fadeInLeft both;
    animation-delay: 1s;
}

.owl-item.active .theme-slider-content .title-large {
    animation: 1s .4s fadeInRight both;
    animation-delay: 1s;
}

.owl-item.active .theme-slider-content .description {
    animation: 1s .3s zoomIn both;
    animation-delay: 1s;
}

.owl-item.active .theme-slider-content .mt-2,
.owl-item.active .theme-slider-content .mt-4 {
    animation: 1s .9s fadeInUp both;
    animation-delay: 1s;
}


/*--------------------------------------------------
=>> Slider Next/Prev Button Styles
--------------------------------------------------*/

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: inline-block;
    opacity: 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 !important;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-prev {
    left: 30px;
}

.owl-carousel .owl-next {
    right: 30px;
}

.owl-carousel:hover .owl-prev {
    left: 30px;
    opacity: 1;
}

.owl-carousel:hover .owl-next {
    right: 30px;
    opacity: 1;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-prev:focus,
.owl-carousel .owl-next:hover,
.owl-carousel .owl-next:focus {
    background-color: #000 !important;
    color: #fff;
}

.theme-sponsors .owl-carousel .owl-prev {
    left: -40px;
}

.theme-sponsors .owl-carousel .owl-next {
    right: -40px;
}

.theme-sponsors .owl-carousel .owl-prev,
.theme-sponsors .owl-carousel .owl-next {
    background-color: #333333;
    color: #fff;
    font-size: 1.5rem;
    width: 2.50rem;
    height: 2.50rem;
}

.theme-sponsors .owl-carousel .owl-prev:hover,
.theme-sponsors .owl-carousel .owl-next:hover {
    color: #fff;
}

@media (max-width: 1250px) {

    .theme-sponsors .owl-carousel .owl-prev,
    .theme-sponsors .owl-carousel .owl-next {
        display: none;
    }
}


/*--------------------------------------------------
=>> Theme Page Header Area
--------------------------------------------------*/

.theme-page-header-area {
    position: relative;
    padding: 11.25rem 0 4.75rem 0;
    width: 100%;
    height: 100%;
}

.theme-page-header-area:after {
    background: url("./assets/img/shadow.png") no-repeat;
    z-index: 1;
    background-position: center bottom;
    content: '';
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    height: 31px;
}

.theme-page-header-area .overlay {
    background-color: rgba(0, 0, 0, .30);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.page-header-title {
    position: relative;
    word-wrap: break-word;
}

.page-header-title h1 {
    font-size: 2.625rem;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/*--------------------------------------------------
=>> Theme Breadcrumbs Area
--------------------------------------------------*/

.page-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0.313rem 0 0;
}

.page-breadcrumb.text-right {
    padding-top: 0.713rem;
    padding-bottom: 0.713rem;
}

.page-breadcrumb>li {
    color: #fff;
    display: inline-block;
}

.page-breadcrumb>li+li:before {
    color: #fff;
    font-family: fontAwesome;
    content: "/";
    padding: 0 0.625rem 0 0.625rem;
    font-weight: 600;
    font-size: 1.225rem;
    letter-spacing: 0.10rem;
}

.page-breadcrumb>li a:hover,
.page-breadcrumb>li.active,
.page-breadcrumb>li.active a {
    color: #fff;
}

@media (max-width: 768px) {

    .page-header-title,
    .page-breadcrumb.text-right {
        text-align: center !important;
    }
}


/*--------------------------------------------------
=>> Theme Section Title & Subtitle
--------------------------------------------------*/

.theme-section-module {
    margin: -0.313rem 0 3.75rem;
    padding: 0;
    position: relative;
}

.theme-section-module .theme-section-title {
    margin: 0rem;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.theme-section-module .theme-section-title b {
    font-weight: 400;
}

.theme-section-module .theme-section-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0.313rem;
}

.theme-separator-line-horrizontal-full {
    width: 100%;
    height: 1px;
    width: 35rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    border-bottom: 1px solid #2f3032;
}

.theme-separator-line-horrizontal-full::before {
    font-family: fontAwesome;
    content: "\f005";
    font-size: 15px;
    padding: 0 0.625rem 0 0;
    position: absolute;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.theme-section-module .theme-section-title.small {
    font-size: 2.5rem;
}

@media (max-width: 600px) {
    .theme-separator-line-horrizontal-full {
        width: 15rem;
    }

    .theme-separator-line-horrizontal-full::before {
        left: 48.5%;
    }
}


/*--------------------------------------------------
=>> Theme Info Area
--------------------------------------------------*/

.theme-info-area {
    background-color: #202020;
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .theme-info-area {
        margin-top: 0;
        border-radius: 0;
    }

    .theme-info-area .media {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.theme-info-area .media {
    padding: 1.875rem 0.600rem;
    transition: 0.2s;
}

.theme-info-area .media:hover {
    background: #18191b;
    box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.07);
}

.theme-info-area .media-body {
    padding-left: 0.9375rem;
}

.theme-info-area i.icon {
    font-size: 2.625rem;
    line-height: 1;
    text-align: center;
    padding: 0.100rem;
    position: relative;
    transition: 0.2s;
}

.theme-info-area-title {
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: 3px;
    transition: 0.2s;
    text-transform: uppercase;
}

.info-details {
    margin-top: 0.625rem;
    display: inline-block;
    transition: 0.2s;
}

.info-details:after {
    font-family: FontAwesome;
    content: "\f178";
    padding-left: 0.625rem;
}

.theme-info-area .media i.icon,
.theme-info-area .media .theme-info-area-title,
.theme-info-area .media .info-details {
    position: relative;
    right: 0;
}

.theme-info-area .media:hover i.icon,
.theme-info-area .media:hover .theme-info-area-title,
.theme-info-area .media:hover .info-details {
    right: -5px;
}


/*--------------------------------------------------
=>> Theme Service Area
--------------------------------------------------*/

.theme-services {
    background-color: #18191b;
}

.theme-services .service-content {
    position: relative;
    margin: 0 0 4.375rem;
    padding: 0;
    border-radius: 0px;
    transition: all 0.3s;
}

.theme-services .service-content-thumbnail {
    position: relative;
    transition: all 0.2s;
    margin: 0 0 1.875rem;
}

.theme-services .service-content-thumbnail img {
    border-radius: 0px;
    margin-top: 0;
    margin-bottom: -0.625rem;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.service-content:hover .service-content-thumbnail img,
.service-content:focus .service-content-thumbnail img {
    -webkit-filter: sepia(1);
    filter: sepia(1);
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}

.theme-services .service-content-thumbnail a {
    position: relative;
    z-index: 1;
    text-align: center;
}

.theme-services .service-content-thumbnail i.fa {
    color: #eceff3;
    font-size: 3rem;
    line-height: 1;
    padding: 0;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.53, .645, .51, 1.34);
    -o-transition: .3s cubic-bezier(.53, .645, .51, 1.34);
    transition: .3s cubic-bezier(.53, .645, .51, 1.34);
}

.theme-services .service-content:hover .service-content-thumbnail i.fa {
    color: #eceff3;
}

.theme-services .service-title {
    margin: 0;
    padding: 0 0 0.625rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.theme-services .service-title a {
    color: #eceff3;
    position: relative;
    z-index: 1;
}

.service-content p,
.service-content-two p {
    margin: 0;
}

.theme-services .col-md-4:nth-child(3n+1) {
    clear: left;
}

@media (min-width: 768px) and (max-width: 992px) {
    .theme-services .col-md-4:nth-child(3n+1) {
        clear: none;
    }

    .theme-services .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

#content .post {
    padding: 0 0 2.200rem;
}


/*--------------------------------------------------
=>> Theme Project Area   
--------------------------------------------------*/

.theme-project .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.theme-project .container-fluid .row,
.theme-project .container:nth-child(2) .row {
    margin-right: 0px;
    margin-left: 0px;
}

.theme-project .container-fluid .row .col-lg-12,
.theme-project .container-fluid .row .col-sm-12,
.theme-project .container:nth-child(2) .row .col-lg-12,
.theme-project .container:nth-child(2) .row .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.theme-block.theme-project {
    background-color: #202020 !important;
}

.theme-project .theme-project-content {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-project .theme-project-content *,
.theme-project .theme-project-content *:before,
.theme-project .theme-project-content *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.theme-project .portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.theme-project .portfolio-thumbnail img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1);
    outline: none;
    width: 100%;
    opacity: 1;
}

.theme-project .theme-project-content .portfolio-thumbnail:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}

.theme-project .theme-project-content .content-overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-project .theme-project-content:hover .content-overlay {
    opacity: 1;
}

.theme-project .theme-project-content .click-view {
    margin: 0;
    padding: 1rem;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}

.theme-project .theme-project-content:hover .click-view {
    opacity: 1;
}

.theme-project .theme-project-content .theme-project-title {
    margin-bottom: 0.3125rem;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.theme-project .theme-project-content .theme-project-title,
.theme-project .theme-project-content .theme-project-title a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-project .theme-project-content p {
    color: #ddd;
}

.theme-project .theme-project-content a.view-popup {
    font-size: 0.938rem;
    line-height: 2.4;
    font-weight: 100;
    display: inline-block;
    margin: 0;
    padding: 1px 0.625rem;
    opacity: 0;
    border-radius: 0;
    height: 2.5rem;
    text-decoration: none;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    position: absolute;
    width: 2.5rem;
    top: 0;
    right: 0;
}

.theme-project .theme-project-content:hover a.view-popup {
    top: 0;
    opacity: 1;
}

.theme-project .theme-project-content a.view-popup:hover,
.theme-project .theme-project-content a.view-popup:focus {
    color: #000;
}


/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/

.theme-testimonial {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-image: url("./assets/img/theme-testi-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.theme-testimonial-overlay {
    background-color: rgba(0, 0, 0, .80);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.theme-testimonial .theme-separator-line-horrizontal-full {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .1);
}

.theme-testimonial-block {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    position: relative;
    border-radius: 0;
    text-align: center;
    margin: 0 0 3.125rem;
    padding: 2.5rem 1.25rem 3.5rem;
    font-size: unset;
    transition: all 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.theme-testimonial-block:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-07px);
    -ms-transform: translateY(-07px);
    transform: translateY(-07px);
}

.theme-testimonial-block::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1.2;
}

.theme-testimonial-block p {
    color: #eceff3;
    font-size: 1rem;
}

.theme-testimonial-block .thumbnail {
    margin: 0 auto 2rem;
    width: 6.25rem;
    height: 6.25rem;
    position: relative;
}

.theme-testimonial-block .thumbnail img {
    margin: 0.125rem;
}

.testimonial-content {
    position: relative;
    padding: 0 0 1.875rem;
}

.theme-testimonial-block .name {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal !important;
    margin: 0px 0 -3px;
    display: block;
}

.theme-testimonial-block .position {
    font-size: 0.938rem;
    color: #ddd;
}


/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/

.theme-testimonial-block.vrsn-two {
    background-color: transparent;
    position: relative;
    font-size: unset;
    transition: all 0.5s;
    text-align: left;
    padding: 0;
    margin: 0 0 3.125rem;
    border: none !important;
}

.theme-testimonial-block.vrsn-two:hover {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.theme-testimonial-block.vrsn-two::after {
    display: none;
}

.testimonial-content.vrsn-two {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 1.25rem 1.875rem 1.25rem 5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    transition: all 0.5s;
    border-radius: 0;
}

.testimonial-content.vrsn-two:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-content.vrsn-two::before {
    top: 15px;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1.2;
    color: #111;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    font-style: normal;
    position: absolute;
    left: 0;
}

.theme-testimonial-block.vrsn-two .thumbnail {
    margin: 0 1.25rem 0 0;
    width: 5rem;
    height: 5rem;
}

.theme-testimonial-block.vrsn-two .thumbnail img {
    margin: 0.125rem;
    width: 70px;
    height: 70px;
}


/*--------------------------------------------------
=>> Contact Form 7 Area
--------------------------------------------------*/

.wpcf7-form {
    padding: 0 0 3.125rem;
}

.wpcf7-form p {
    margin: 0 0 1.2rem;
    padding: 0;
}

.wpcf7-form p:last-child {
    margin: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
    height: 3.125rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
    margin-top: 0.375rem;
}

.wpcf7-form input[type="submit"] {
    margin-top: 5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
    background-color: rgba(0, 0, 0, .2) !important;
    border: 1px solid #333;
    color: #ddd;
}

label {
    color: #ddd;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #fff;
    color: #000;
}


/*--------------------------------------------------
=>> 404 Error Page Area
--------------------------------------------------*/

.theme-error-page {
    padding: 7rem 0 10rem;
}

.theme-error-page .error-title {
    font-size: 20.625rem;
    line-height: 1;
    letter-spacing: 0.938rem;
    margin-bottom: 1.25rem;
    font-weight: 300;
}

.theme-error-page .error-title b {
    font-weight: 600;
}

.theme-error-page .error-title i {
    font-size: 18rem;
}

.theme-error-page .error-sub-title {
    font-size: 2.25rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.938rem;
}

.theme-error-page .btn-small {
    font-weight: 700;
}

@media (max-width: 768px) {
    .theme-error-page {
        padding: 9rem 0 11.5rem;
    }

    .theme-error-page .error-title {
        font-size: 15rem;
    }
}


/*--------------------------------------------------
=>> Theme Blog Area - Homepage One News
--------------------------------------------------*/

.theme-block.theme-blog.theme-bg-grey {
    background-color: #202020 !important;
}

.theme-blog {
    margin: auto;
    padding-bottom: 2.5rem;
    width: 100%;
}

.theme-blog .post {
    background-color: #18191b00;
    border: none;
    margin: 0;
    border-radius: 0px;
    padding: 0;
    transition: all 0.5s;
}

.theme-blog .post:hover,
.site-content .theme-blog .post:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.post-content {
    padding: 0;
}

.entry-content {
    overflow: hidden;
}

.theme-blog .post-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.theme-blog .post .entry-header {
    position: relative;
    margin: 0 0 0.8125rem;
}

.theme-blog .post .entry-title {
    margin: 0;
    font-size: 1.375rem;
    letter-spacing: 2px;
    word-break: break-word;
    white-space: normal;
    text-transform: uppercase;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.entry-content figure {
    width: auto !important;
}

.entry-content a {
    box-shadow: none;
}

.entry-content a:hover,
.entry-content a:focus {
    color: #ddd;
    box-shadow: none;
}


/*--------------------------------------------------
=>> Theme Blog Sidebar 
--------------------------------------------------*/

.theme-blog.theme-blog-large .post .media .media-body {
    overflow: hidden;
}

.theme-blog.theme-blog-large .post .entry-title {
    font-size: 1.875rem;
    line-height: 1.4;
    padding-left: 2px;
}

.theme-blog.theme-blog-large .post .more-link {
    padding: 0.600rem 1.6rem 0.600rem;
    line-height: 1.2;
}

.theme-blog.theme-blog-large .post .more-link:hover,
.theme-blog.theme-blog-large .post .more-link:focus {
    color: #fff;
}


/*--------------------------------------------------
=>> Theme Blog Meta Info
--------------------------------------------------*/

.media .posted-on {
    width: 60px;
    text-align: center;
    text-shadow: none;
    margin-right: 1.25rem;
}

.media .posted-on time.days {
    display: block;
    text-align: center;
    width: 3.75rem;
    z-index: 100;
    color: #111;
    font-weight: 600;
    font-size: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 0px;
}

.media .posted-on time.days small.months {
    color: #fff;
    background: #18191b;
    border-bottom: solid 4px #333;
    font-weight: 600;
    letter-spacing: 7px;
    padding: 0.3125rem 0 0.3125rem 0;
    text-transform: uppercase;
    display: block;
    font-size: 0.875rem;
}

.entry-meta {
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0 0 0.60rem;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-meta>span {
    color: #959595;
    margin: 0px -5px 0px 2px;
}

.entry-meta a {
    color: #959595;
    padding: 0;
    display: inline-block;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #333333;
}

.entry-meta span:after {
    font-family: FontAwesome;
    content: '\f111';
    padding-left: 0.650rem;
    Padding-right: 0.875rem;
    vertical-align: middle;
    font-size: 6px;
}

.entry-meta span:last-child::after {
    display: none;
}

.entry-meta .cat-links a:last-child::after {
    display: none;
}

/*Meta Author*/
.entry-meta .author a {
    color: #959595;
}

.entry-meta .author a>span.grey {
    color: #959595;
    padding-right: 0.313rem;
}

/*Meta Comments*/
.entry-meta .cat-links::before,
.entry-meta .posted-on::before,
.entry-meta .comment-links a::before {
    font-family: FontAwesome;
    margin-right: 0.438rem;
    margin-left: 0.063rem;
    color: #ababab;
}

/*Meta Tags*/
.entry-meta .tag-links a {
    color: #fff;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0.188rem 0.825rem;
    margin: 0 0.325rem 0.438rem 0px;
    border-radius: 0px;
}

.entry-meta .tag-links a:hover,
.entry-meta .tag-links a:focus {
    background-color: #333;
    color: #fff;
}

.cat-links a:hover,
.cat-links a:focus,
.posted-on a:hover,
.posted-on a:focus {
    color: #ddd;
}

/*Edit Post*/
.edit-link .post-edit-link {
    font-weight: 600;
    color: #606060;
    padding-bottom: 0.125rem;
}

.edit-link .post-edit-link:hover {
    text-decoration: underline;
}

/*More Link*/
.more-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111 !important;
    padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
    display: inline-block;
    line-height: 1;
    box-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.more-link:hover,
.more-link:focus {
    background: #fff;
    color: #111 !important;
}

/*Pagination*/
.pagination {
    margin: 0 0 3.125rem;
    display: block;
    padding: 0;
    text-align: center;
}

.pagination a,
.page-links a,
.post-nav-links a,
.post-nav-links .post-page-numbers.current {
    background-color: #202020;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    font-size: 1.125rem;
    border-radius: 0px;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem;
    vertical-align: baseline;
    white-space: nowrap;
    width: 3.125rem;
    height: 3.125rem;
    box-shadow: none;
    text-align: center;
}

.pagination a:hover,
.pagination a.active,
.page-links a:hover,
.post-nav-links a:hover,
.post-nav-links .post-page-numbers.current,
.pagination .nav-links .page-numbers.current {
    color: #fff;
}

.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
    background-color: #202020;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    font-size: 1.125rem;
    border-radius: 0px;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem;
    vertical-align: baseline;
    white-space: nowrap;
    width: 3.125rem;
    height: 3.125rem;
}

.post-nav-links .post-page-numbers.current {
    background-color: #202020;
    border: 1px solid #333;
    color: #fff;
}

/*--------------------------------------------------
=>> Theme Blog Single Area
--------------------------------------------------*/

/*Related Posts*/
.theme-related-posts {
    background-color: #18191b;
    border: 1px solid #333;
    margin: 0 0 3.125rem;
    border-radius: 0px;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem;
}

.theme-blog.theme-blog-large .theme-related-posts .post {
    margin-bottom: 0;
}

.theme-blog.theme-blog-large .theme-related-posts .post .entry-title {
    font-size: 1.375rem;
}

.theme-blog.theme-blog-large .theme-related-posts .post .entry-header {
    margin-bottom: 0;
}

.theme-blog.theme-blog-large .theme-related-posts .post .entry-header::before {
    display: none;
}

/*Blog Author*/
.theme-blog-author {
    background-color: #ffffff;
    margin: 0 0 3.125rem;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem;
}

.theme-blog-author .avatar {
    margin: 0 1.875rem 0px 0;
    height: 9.375rem;
    width: 9.375rem;
}

.theme-blog-author .name {
    margin: 0 0 0.625rem;
}

.theme-blog-author .custom-social-icons li>a {
    color: #333333;
}

/*Comments*/
.theme-comment-section {
    background-color: #18191b;
    border: 1px solid #333;
    margin: 0 0 3.125rem;
    border-radius: 0px;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem;
}

.theme-comment-section .comment .media-body {
    overflow: hidden;
}

.theme-comment-title {
    display: block;
}

.theme-comment-title h4 {
    margin: 0 0 1.875rem;
    border-bottom: 1px solid #333;
    padding-bottom: 0;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.theme-comment-title h4:after {
    content: '';
    height: 2px;
    width: 40px;
    margin: 0.938rem 0 0;
    display: block;
}

.comment-box {
    margin: 0;
    position: relative;
}

.comment-detail {
    border-bottom: 1px solid #333;
    margin: 0 0 2rem;
    padding-bottom: 1.500rem;
}

.pull-left-comment {
    float: left;
    margin-right: 1.875rem;
    width: 5.25rem;
    height: 5.25rem;
}

.pull-left-comment img {
    border-radius: 50%;
}

.comment-detail-title {
    margin: 0 0 0.625rem;
    font-size: 1.200rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.comment-detail-title a {
    color: #eceff3;
}

.comment-date {
    font-size: 0.875rem;
    color: #878e94;
    font-weight: 400;
    margin-left: 1.25rem;
}

.comment-date a {
    color: #878e94;
}

.comment-detail p {
    margin-bottom: 1.3rem;
    padding: 0;
}

.reply a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reply a:hover,
.reply a:focus {
    color: #333;
}

.logged-in-as a {
    box-shadow: 0 1px 0 0 currentColor;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #ddd;
    box-shadow: none;
}

.form-submit {
    padding-bottom: 1rem;
}

/*Logged-in-color*/
.logged-in-color {
    background-color: #18191b;
    margin: 0 0 3.125rem;
    border-radius: 3px;
    border: 1px solid #333;
    transition: all 0.5s;
    padding: 1.375rem 1.375rem 1.375rem;
}

.logged-in-color:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.logged-in-color a {
    box-shadow: 0 1px 0 0 currentColor;
}

/*Comment Form*/
.theme-comment-form {
    background-color: #18191b;
    border: 1px solid #333;
    margin: 0 0 3.125rem;
    border-radius: 0px;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    height: 3.125rem;
}

.theme-comment-form span.required {
    padding-left: 0.188rem;
    color: #ff0000;
}

.theme-comment-form .comment-form-cookies-consent label {
    display: inline-block;
    font-size: 0.875rem;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #202020;
}

.wp-block-table.is-style-stripes {
    border-bottom: 1px solid #333;
}

/*--------------------------------------------------
=>> Theme Widgets Area
--------------------------------------------------*/

.sidebar .widget {
    border: 1px solid #333;
    background-color: #18191b;
    color: #ddd;
    padding: 0;
}

.widget {
    color: #606060;
    padding: 1.563rem 1.375rem 1.563rem;
    margin: 0 0 2.5rem;
}

.widget:last-child {
    margin-bottom: 3.75rem;
}

.widget .widget-title {
    position: relative;
    color: #fff;
    margin-bottom: 2.125rem;
    padding: 0;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.widget .widget-title:after {
    content: '';
    height: 2px;
    width: 40px;
    margin: 0.9375rem 0 1.25rem 0;
    display: block;
}

.sidebar .widget .widget-title {
    background-color: #202020;
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 0.625rem;
    padding: 0.875rem 0.9375rem 0.9375rem;
}

.sidebar .widget .widget-title:after {
    display: none;
}

.sidebar .widget .widget-title a.rsswidget {
    color: #ffffff;
}

.sidebar .widget #searchform,
.sidebar .widget ul,
.sidebar .widget .tagcloud,
.sidebar .widget .gallery,
.sidebar .widget .calendar_wrap,
.sidebar .widget_categories form,
.sidebar .widget_text .textwidget {
    padding: 1.563rem 1.000rem 1.563rem;
}

.widget li>ul,
.widget li>ol {
    margin-left: 1.000rem;
    padding: 0.563rem 0 0 !important;
}

.widget li ul li:last-child {
    padding-bottom: 0 !important;
}

.sidebar .widget_archive select {
    margin: 1.563rem 1.000rem 1.563rem;
    width: 90%;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-bottom: 1px solid #333;
    padding-left: 0px !important;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    position: relative;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.widget_archive li a,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_text address a {
    color: #ddd;
}

/*Calendar*/
.calendar_wrap table#wp-calendar {
    margin-bottom: 0;
    border: 1px solid #e9e9e9;
}

.calendar_wrap caption {
    caption-side: top;
    background-color: #202020;
    color: #ffffff;
    text-align: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-weight: 600;
}

.calendar_wrap table#wp-calendar thead th {
    padding: 0.4rem;
    text-align: center;
    border-bottom: 2px solid #333;
}

.calendar_wrap table#wp-calendar tbody td {
    padding: 0.4rem;
    text-align: center;
}

/*Search*/
.widget input[type="text"] {
    padding: 0.740rem 1rem;
}

.widget button[type="submit"],
.btn-success {
    color: #fff;
    z-index: 0;
    border-radius: 0.05rem;
}

.widget button[type="submit"]:hover,
.widget button[type="submit"]:focus,
.btn-success:hover,
.btn-success:focus {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.063rem rgba(0, 0, 0, .5) !important;
}

/*Recent Widget*/
.widget_recent_entries a {
    font-weight: 600;
}

.widget_recent_entries .post-date {
    font-size: 0.938rem;
    display: block;
    padding-top: 0.313rem;
}

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

/*Tags*/
.tagcloud {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.widget .tagcloud a {
    background-color: #18191b;
    border: 1px solid #333;
    color: #ddd !important;
    font-size: 0.875rem !important;
    display: inline-block;
    padding: 0.125rem 0.825rem;
    margin: 0 0.125rem 0.438rem 0px;
    border-radius: 0px;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
    color: #fff;
}

/*Text Widget*/
.sidebar .widget_text ul,
.sidebar .widget_text ol {
    margin: 0 0px 1.6rem 1.125rem;
    padding: 0;
}

.sidebar .widget_text,
.sidebar .widget_text p {
    font-weight: 400;
}

/*RSS Widget*/
.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss ul li {
    border-bottom: 1px solid #333;
}

.widget_rss ul li .rsswidget,
.widget_rss ul li .rss-date {
    display: block;
}

.widget_rss ul li .rsswidget {
    font-weight: 600;
}

.widget_rss ul li .rssSummary {
    padding: 0.625rem 0;
}

.widget_rss ul li {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    border-bottom: 1px solid #333;
}

.widget_rss ul li:first-child {
    padding-top: 0;
}

.widget_rss ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


/*--------------------------------------------------------------
=>> Gallery
--------------------------------------------------------------*/
.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0;
}

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-right: 0;
}

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-right: 0;
}

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-right: 0;
}

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-right: 0;
}

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-right: 0;
}

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-caption {
    display: block;
    font-size: 0.r71111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-item>div>a:focus {
    box-shadow: 0 0 0 2px #e9e9e9;
}

.gallery .gallery-item {
    margin-top: 0 !important;
}

.gallery .gallery-item img {
    border: 2px solid #e9e9e9 !important;
}

.wp-block-gallery {
    margin: 0;
}

.blocks-gallery-item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.blocks-gallery-item figure img {
    width: 100%;
    opacity: 1;
}

.blocks-gallery-item figure img {
    -webkit-transition: transform 2s, filter 1.5s ease-in-out;
    -moz-transition: transform 2s, filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    -ms-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

.blocks-gallery-item:hover figure img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}

/*Address*/
address i {
    width: 1.563rem;
    height: auto;
    margin-right: 0.438rem;
    font-size: 1.25rem !important;
}

/*--------------------------------------------------------------
=>> Captions
--------------------------------------------------------------*/
.bypostauthor {}

.wp-caption {
    margin-bottom: calc(1.5 * 1rem);
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem !important;
    text-align: center;
}

.wp-caption-text a:hover {
    color: #333333;
}

.wp-caption,
.gallery-caption {
    max-width: 100%;
}

/*--------------------------------------------------------------
=>> Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    img.alignleft {
        float: left;
    }

    img.alignright {
        float: right;
    }
}

.post .body_color {
    overflow: hidden;
    padding: 0 11px 11px 11px;
    /* background-color: #5c5c5c4f; */
}

/*--------------------------------------------------
=>> Theme Unit Data Css
--------------------------------------------------*/

.entry-content .wp-block-button a {
    color: #fff;
}

.wp-block-button.is-style-outline a {
    color: #32373c;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p {
    padding: 0;
}

.entry-content blockquote cite a {
    color: #ddd;
    box-shadow: none;
}

.entry-content p.has-background {
    margin-bottom: 1.563rem;
}

.entry-content .wp-block-file .wp-block-file__button {
    font-size: 14px;
    padding: 0.7rem 2rem;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

embed,
iframe,
object {
    max-width: 100%;
}

.entry-content .wp-block-archives.wp-block-archives-dropdown select {
    width: auto;
}

.entry-content .wp-block-latest-comments__comment-meta a {
    color: #ddd;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 600;
}

.entry-content .wp-block-latest-comments__comment-meta a:hover {
    box-shadow: 0 1px 0 0 currentColor;
}

.wp-block-latest-comments__comment-date {
    color: #bbb;
}

.wp-block-latest-posts__post-date {
    color: #ddd;
}

.reply a {
    color: #eceff3;
}

.wp-block-latest-comments article {
    margin-bottom: 2rem;
}

.wp-block-button {
    margin-bottom: 1.563rem;
}

.wp-block-button .wp-block-button__link,
.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: #fff;
}

/*wp-block-group*/
.wp-block-group.has-background {
    margin-bottom: 1.563rem;
    padding: 1.875rem;
}

.wp-block-media-text {
    margin-bottom: 1.563rem;
}

.wp-block-group.has-background p {
    color: #606060;
}

.has-large-font-size {
    padding-bottom: 0.500rem;
    font-size: 1.250rem;
}

.wp-block-media-text.alignwide .wp-block-media-text__content p.has-large-font-size,
.wp-block-media-text.alignwide .wp-block-media-text__content p {
    color: #ddd;
}

.wp-block-media-text.has-background .has-large-font-size,
.wp-block-media-text p {
    color: #606060;
}

/*wp-block-cover*/
.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 1.563rem;
}

.wp-block-cover.has-background-dim.alignleft .wp-block-cover-text,
.wp-block-cover.has-background-dim-20.alignfull .wp-block-cover-text,
.wp-block-cover.has-background-dim.alignwide .wp-block-cover-text,
.wp-block-cover.has-background-dim.aligncenter .wp-block-cover-text,
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: #fff;
}

/*wp-block-archives-list*/
ul.wp-block-archives-list {
    margin-left: 0;
    list-style: none;
}

ul.wp-block-archives li {
    padding-bottom: 0.625rem;
}

ul.wp-block-archives li:last-child {
    padding-bottom: 0;
}

/*wp-block-calendar*/
.wp-block-archives-dropdown {
    margin-bottom: 1.563rem;
}

.wp-block-archives-dropdown select {
    width: auto;
}

.wp-block-calendar {
    margin-bottom: 1.563rem;
}

.wp-block-calendar table {
    margin-bottom: 0.500em;
}

.wp-block-calendar table caption {
    padding-top: 0;
    padding-bottom: 0.75rem;
    color: #fff;
    text-align: left;
    caption-side: top;
    font-weight: 600;
}

.wp-block-calendar table.wp-calendar-table th {
    background: #202020;
    text-align: center;
    font-weight: 600;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    border: 1px solid #333;
}

.wp-block-calendar tbody td {
    color: #ddd;
}

.wp-block-calendar .wp-calendar-nav-next a,
.wp-block-calendar .wp-calendar-nav-prev a {
    box-shadow: none;
}

/*wp-block-archives-dropdown*/
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 1.563rem;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: auto;
}

/*wp-block-latest-posts*/
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 1rem;
}

/*wp-block-search*/
.wp-block-search__button-outside {
    margin-bottom: 1.563rem;
}

.wp-block-search .wp-block-search__input {
    height: 3.125rem;
}

.wp-block-search .wp-block-search__button {
    color: #111;
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
    border: 1px solid #fff;
    background: #fff;
    color: #222;
}

/*wp-block-pullquote*/
.wp-block-pullquote {
    padding: 0;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote blockquote p {
    color: #ddd;
}

/*wp-block-pullquote*/
.wp-block-pullquote p {
    line-height: 1.3;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    color: #ddd;
}

/*Monsterwidget-textwidget*/
.textwidget .wp-caption {
    padding: 0;
}

.textwidget p>img {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/*wp-block-embed*/
@media (max-width: 992px) {
    .wp-block-embed {
        word-break: break-all;
    }
}

/*wp-calendar-nav widget*/
.wp-calendar-nav {
    margin-top: 0.500rem;
    font-weight: 600;
}

/*wp-block-rss*/
ul.wp-block-rss {
    list-style: disc;
}

ul.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 1rem;
}

ul.wp-block-rss li.wp-block-rss__item:last-child {
    margin-bottom: 0;
}

/*wp-block-latest-comments*/
.wp-block-latest-comments__comment-date {
    padding-top: 0.500rem;
    padding-bottom: 0.500rem;
}

/*wp-block-latest-comments left space removed*/
.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0rem;
}

/*post-password-form*/
.post-password-form label {
    margin-bottom: 0.5rem;
}

.post-password-form input[type="password"] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/*--------------------------------------------------
=>> Site Footer Area
--------------------------------------------------*/

.site-footer {
    background-color: #111;
    margin: 0;
    padding: 0;
    position: relative;
}

.footer-sidebar {
    padding: 5rem 0 1.875rem;
}

@media (max-width: 500px) {
    .footer-sidebar {
        padding: 4rem 0 0.875rem;
    }
}

.footer-sidebar .widget {
    margin: 0 0 3.125rem;
    padding: 0;
}

.footer-sidebar .widget,
.footer-sidebar .widget a {
    color: #cccccc;
}

/*Rss Widget*/
.footer-sidebar .widget_rss ul li .rsswidget {
    color: #fff;
}

/*Recent Widget*/
.footer-sidebar .widget_recent_entries .post-date {
    color: #bec3c7;
}

.footer-sidebar .widget_archive li,
.footer-sidebar .widget_categories li,
.footer-sidebar .widget_links li,
.footer-sidebar .widget_meta li,
.footer-sidebar .widget_nav_menu li,
.footer-sidebar .widget_pages li,
.footer-sidebar .widget_recent_comments li,
.footer-sidebar .widget_recent_entries li,
.footer-sidebar .widget_rss ul li {
    border-bottom: 1px solid #222;
}

.footer-sidebar .widget_archive li:first-child,
.footer-sidebar .widget_categories li:first-child,
.footer-sidebar .widget_links li:first-child,
.footer-sidebar .widget_meta li:first-child,
.footer-sidebar .widget_nav_menu li:first-child,
.footer-sidebar .widget_pages li:first-child,
.footer-sidebar .widget_recent_comments li:first-child,
.footer-sidebar .widget_recent_entries li:first-child {
    padding-top: 0;
}

.footer-sidebar .widget_archive li:last-child,
.footer-sidebar .widget_categories li:last-child,
.footer-sidebar .widget_links li:last-child,
.footer-sidebar .widget_meta li:last-child,
.footer-sidebar .widget_nav_menu li:last-child,
.footer-sidebar .widget_pages li:last-child,
.footer-sidebar .widget_recent_comments li:last-child,
.footer-sidebar .widget_recent_entries li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.footer-sidebar .widget_rss ul li:last-child {
    border-bottom: none;
}

.footer-sidebar .widget h1,
.footer-sidebar .widget h2,
.footer-sidebar .widget h3,
.footer-sidebar .widget h4,
.footer-sidebar .widget h5,
.footer-sidebar .widget h6 {
    color: #fff;
}


/*--------------------------------------------------
=>> Theme Site Info Area
--------------------------------------------------*/

.site-info {
    background-color: #0b0b0b;
    color: #ddd;
    font-size: 0.938rem;
    padding: 1.80rem 0.938rem;
}

.site-info p a:hover,
.site-info p a:focus {
    color: #fff;
}

.site-info .footer-site-title {
    display: block;
}


/*-----------------------------------------------------
=>> Sidebar Widget Style Css According to WordPress 5.8
-----------------------------------------------------*/

.sidebar .widget .wp-block-group h2,
.sidebar .widget .wp-block-search .wp-block-search__label {
    font-size: 1.25rem;
    letter-spacing: 3px;
}

.sidebar .widget .wp-block-group h2,
.sidebar .widget .wp-block-search .wp-block-search__label {
    background-color: #202020;
    margin-bottom: 0;
    padding-left: 0.625rem;
    padding: 0.875rem 0.9375rem 0.9375rem;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .widget .wp-block-group .wp-block-search,
.sidebar .widget .wp-block-group ul,
.sidebar .widget .wp-block-group ol,
.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-calendar,
.sidebar .widget .wp-block-search__inside-wrapper,
.sidebar .widget .wp-block-group .wp-block-tag-cloud,
.sidebar .widget .wp-block-group .wpcf7-form,
.sidebar .widget .wp-block-group .wp-block-media-text,
.sidebar .widget .wp-block-group .logged-in,
.sidebar .widget .wp-block-group .logged-out,
.sidebar .widget .wp-block-group .wp-block-embed,
.sidebar .widget .wp-block-group .wp-block-image,
.sidebar .widget .wp-block-group .wp-block-file,
.sidebar .widget .wp-block-group .wp-block-buttons,
.sidebar .widget .wp-block-group .wp-block-columns,
.sidebar .widget .wp-block-group .wp-block-pullquote {
    padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-calendar caption {
    caption-side: top;
    background-color: #202020;
    text-align: center;
    padding-top: 0.45rem;
}

.sidebar .widget .wp-block-group .wp-block-calendar,
.sidebar .widget .wp-block-group .wp-block-calendar table,
.sidebar .widget .wp-block-group ul,
.sidebar .widget .wp-block-group ol,
.sidebar .widget .wp-block-search__button-outside {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group ul,
.sidebar .widget .wp-block-group ol {
    list-style: none;
    margin-left: 0;
}

.sidebar .widget .wp-block-group ul li,
.sidebar .widget .wp-block-group ol li {
    border-bottom: 1px solid #333;
    padding-left: 0px !important;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    margin-bottom: 0;
    position: relative;
}

.sidebar .widget .wp-block-group ul li:last-child,
.sidebar .widget .wp-block-group ol li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.sidebar .widget .wp-block-group ul li a,
.sidebar .widget .wp-block-group ol li a {
    color: #ddd;
}

.sidebar .widget .wp-block-group .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    padding: 0;
}

.sidebar .widget .wp-block-group .wp-block-social-links a,
.sidebar .widget .wp-block-group .wp-block-social-links a:active,
.sidebar .widget .wp-block-group .wp-block-social-links a:hover,
.sidebar .widget .wp-block-group .wp-block-social-links a:visited {
    color: #fff;
}

.sidebar .widget .wp-block-group .wp-block-tag-cloud a {
    background-color: #18191b;
    border: 1px solid #333;
    color: #ddd !important;
    font-size: 0.875rem !important;
    display: inline-block;
    padding: 0.125rem 0.825rem;
    margin: 0 0.125rem 0.438rem 0px;
    border-radius: 0px;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment {
    margin-top: 0.500rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments article {
    margin-bottom: 0.500rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
    font-weight: 600;
    line-height: 1.5;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-excerpt p,
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-date {
    font-size: 1rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin-top: 0;
    padding-top: 0;
}

.sidebar .widget .wp-block-group .wp-block-verse {
    margin: 1.563rem 1.000rem 1.563rem;
    background: #202020;
    color: #ddd;
}

.sidebar .widget .wp-block-group .wp-block-quote,
.sidebar .widget .wp-block-group .wp-block-separator {
    margin: 1.563rem 1.000rem 1.563rem;
}

.theme-blog .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.theme-blog .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
}

.sidebar .widget .wp-block-group .wp-block-cover {
    margin: 1.563rem 1.000rem 1.563rem;
    width: 90%;
}

.sidebar .widget .wp-block-search .wp-block-search__label {
    line-height: normal;
}

.sidebar .widget .wp-block-group .wp-block-latest-posts__list.wp-block-latest-posts li a {
    font-weight: 600;
}

.sidebar .widget .wp-block-group .widget.widget_meta {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group ul li:first-child,
.sidebar .widget .wp-block-group ol li:first-child {
    padding-top: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title>a {
    font-weight: 600;
}

.sidebar .widget .wp-block-group .wp-block-pullquote {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote p {
    padding-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-tag-cloud a:hover,
.sidebar .widget .wp-block-group .wp-block-tag-cloud a:focus {
    color: #fff !important;
}

.theme-blog .post .wp-block-quote.is-style-large {
    padding: 1.1rem 1.25rem;
}

.sidebar .widget .wp-block-group .wp-block-table {
    padding: 1.563rem 1.000rem 1.563rem;
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-preformatted {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .is-nowrap {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .is-vertical {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget.widget_block .wp-block-group p {
    padding: 0.78125rem 1.000rem 0.78125rem;
}

.sidebar .widget .wp-block-group ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    padding: 0;
}

.sidebar .widget.widget_block .wp-block-group .wp-block-quote p,
.sidebar .widget.widget_block .wp-block-group .wp-block-pullquote p {
    padding: 0;
}

.theme-blog .post .entry-content .wp-block-file .wp-block-file__button {
    color: #fff;
    box-shadow: none;
}

.theme-blog .post .entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #333;
}

.theme-blog .post .entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    border-bottom: none;
}

.theme-blog .post .entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment article {
    margin-bottom: 1rem;
}

.sidebar .widget .wp-block-group .is-nowrap p,
.sidebar .widget .wp-block-group .is-vertical p {
    padding: 0;
}

.sidebar .widget .wp-block-group .wp-block-media-text {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-image,
.sidebar .widget .wp-block-group .wp-block-image figcaption {
    margin-bottom: 0;
}

.theme-blog .post .mejs-controls a.mejs-horizontal-volume-slider {
    color: transparent;
}

.theme-blog .post .entry-content ul:last-child {
    margin-bottom: 0;
}

.theme-blog .post .entry-content ol.wp-block-latest-comments {
    padding-left: 2rem;
}

.theme-blog .post .entry-content ul.wp-block-archives {
    margin-left: 1.125rem;
    list-style: disc;
    padding-left: 1.5rem;
}

.theme-blog .post .entry-content ul.wp-block-rss {
    padding-left: 1.5rem;
}

.theme-blog .post .entry-content pre.wp-block-code,
.theme-blog .post .entry-content pre.wp-block-preformatted {
    background-color: #202020;
    color: #ddd;
}

.theme-blog .post .entry-content .wp-block-verse {
    background-color: #202020;
    color: #ddd;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .wp-block-columns {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
    border-left: 0 none;
}

.sidebar .widget .wp-block-group .wp-block-details {
    margin: 1.563rem 1rem 1.563rem;
}

.theme-blog .post .entry-content ul li {
    margin-bottom: 10px;
}

.theme-blog .post .entry-content ul li:last-child {
    margin-bottom: 0;
}

.theme-blog .post .entry-content ol li {
    margin-bottom: 10px;
}

.theme-blog .post .entry-content ol li:last-child {
    margin-bottom: 0;
}

.comment-form .form-submit {
    padding-bottom: 0;
}

.theme-blog .post .entry-content ul {
    padding-left: 1.125rem;
}

.theme-blog .post .entry-content ol {
    padding-left: 1.125rem;
}

.theme-blog .post .entry-content .wp-block-group.has-black-border-color {
    border-color: #333 !important;
}

.theme-blog .post .entry-content ul.wp-block-post-template li.wp-block-post {
    border: none;
    margin-bottom: 1.5rem;
}

.theme-blog .post .entry-content ul.wp-block-post-template li.wp-block-post:hover {
    box-shadow: none;
}

.theme-blog .post .entry-content ul.wp-block-post-template {
    margin-left: 0;
    padding-left: 0;
}

.theme-blog .post .entry-content .wp-block-comment-content p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.theme-blog .post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date {
    padding-bottom: 1.2rem;
}

.theme-blog .post .entry-content ul.wp-block-latest-posts {
    list-style: disc;
}

.theme-blog .post .wp-block-query-pagination {
    margin-bottom: 1.5rem;
}

.theme-blog .post .entry-content .wp-block-social-links {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.theme-blog .post .entry-content .wp-block-social-links .wp-social-link:last-child {
    margin-bottom: 10px;
}

.theme-blog .post .entry-content .wp-block-social-links .wp-social-link a {
    box-shadow: none;
}

.theme-blog .post .entry-content .wp-block-social-links .wp-social-link a svg path {
    fill: #fff;
}

.theme-blog .post .entry-content .wp-block-table td,
.theme-blog .post .entry-content .wp-block-table th {
    border: 1px solid #333;
}

.sidebar .widget .wp-block-group .wp-block-audio {
    padding: 1.563rem 1.000rem 1.563rem;
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-read-more {
    padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-avatar {
    padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-media-text .wp-block-media-text__content p {
    color: #ddd;
}

.sidebar .widget .wp-block-group .wp-block-file .wp-block-file__button,
.sidebar .widget .wp-block-group .wp-block-file .wp-block-file__button:hover {
    color: #fff;
}

/*------------------------------------------------------------
=>> Footer Sidebar Widget Style Css According to WordPress 5.8
------------------------------------------------------------*/

.footer-sidebar .widget .wp-block-group h2 {
    background-color: transparent;
    padding: 0;
    font-size: 1.25rem;
    border-left: none;
    margin-bottom: 2.125rem;
    text-transform: uppercase;
}

.footer-sidebar .widget .wp-block-group h1:after,
.footer-sidebar .widget .wp-block-group h2:after,
.footer-sidebar .widget .wp-block-group h3:after,
.footer-sidebar .widget .wp-block-group h4:after,
.footer-sidebar .widget .wp-block-group h5:after,
.footer-sidebar .widget .wp-block-group h6:after,
.footer-sidebar .widget .wp-block-search .wp-block-search__label:after {
    content: '';
    height: 2px;
    width: 40px;
    margin: 0.9375rem 0 1.25rem 0;
    display: block;
}

.footer-sidebar .widget .wp-block-group .wp-block-search,
.footer-sidebar .widget .wp-block-group ul,
.footer-sidebar .widget .wp-block-group .wp-block-latest-comments,
.footer-sidebar .widget .wp-block-group .wp-block-calendar,
.footer-sidebar .widget .wp-block-search__inside-wrapper,
.footer-sidebar .widget .wp-block-group .wp-block-tag-cloud {
    padding: 0;
}

.footer-sidebar .widget .wp-block-group .wp-block-calendar caption {
    caption-side: top;
    background-color: #202020;
    text-align: center;
    padding-top: 0.45rem;
}

.footer-sidebar .widget .wp-block-group ul,
.footer-sidebar .widget .wp-block-group ol {
    list-style: none;
    margin-left: 0;
}

.footer-sidebar .widget .wp-block-group ul li,
.footer-sidebar .widget .wp-block-group ol li {
    border-bottom: 1px solid #333;
    padding-left: 0px !important;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    margin-bottom: 0;
    position: relative;
}

.footer-sidebar .widget .wp-block-group ul li:last-child,
.footer-sidebar .widget .wp-block-group ol li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    padding: 0;
}

.footer-sidebar .widget .wp-block-group .wp-block-tag-cloud a {
    background-color: #18191b;
    border: 1px solid #333;
    color: #ddd !important;
    font-size: 0.875rem !important;
    display: inline-block;
    padding: 0.125rem 0.825rem;
    margin: 0 0.125rem 0.438rem 0px;
    border-radius: 0px;
}

.footer-sidebar .widget .wp-block-group td a:hover,
.footer-sidebar .widget .wp-block-group td a:focus {
    color: #ddd;
}

.footer-sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment {
    margin-top: 0.500rem;
}

.footer-sidebar .widget .wp-block-group .wp-block-latest-comments article {
    margin-bottom: 0.500rem;
}

.footer-sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
    font-weight: 600;
}

.footer-sidebar .widget .wp-block-group .wp-block-latest-comments__comment-excerpt p,
.footer-sidebar .widget .wp-block-group .wp-block-latest-comments__comment-date {
    font-size: 1rem;
}

.footer-sidebar .widget .wp-block-group .wp-block-latest-posts__list.wp-block-latest-posts li a {
    font-weight: 600;
}

.footer-sidebar .widget .wp-block-group ul li:first-child,
.footer-sidebar .widget .wp-block-group ol li:first-child {
    padding-top: 0px;
}

.footer-sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title>a {
    font-weight: 600;
}

.footer-sidebar .widget .wp-block-group .wp-block-pullquote p {
    padding-bottom: 0;
}

.footer-sidebar .widget .wp-block-group .wp-block-verse {
    background: #202020;
    color: #cccccc;
}

.footer-sidebar .widget .wp-block-pullquote cite,
.footer-sidebar .widget .wp-block-group .wp-block-quote cite {
    z-index: 1;
    position: relative;
}

.footer-sidebar .widget .wp-block-group .is-nowrap h1:after,
.footer-sidebar .widget .wp-block-group .is-nowrap h2:after,
.footer-sidebar .widget .wp-block-group .is-nowrap h3:after,
.footer-sidebar .widget .wp-block-group .is-nowrap h4:after,
.footer-sidebar .widget .wp-block-group .is-nowrap h5:after,
.footer-sidebar .widget .wp-block-group .is-nowrap h6:after {
    display: none;
}

.footer-sidebar .widget .wp-block-table td,
.footer-sidebar .widget .wp-block-table th {
    border: 1px solid #333;
}

.footer-sidebar .widget .wp-block-details {
    background-color: #202020;
    padding: 1rem;
}

.footer-sidebar .widget .wp-block-media-text p {
    color: #cccccc;
}

.footer-sidebar .widget .wp-block-details p {
    padding-top: 0.625rem;
    margin-top: 0.625rem;
    border-top: 1px solid #3f3f3f;
}


/*--------------------------------------------------
=>> Page Scroll Up/Down Area
--------------------------------------------------*/

.page-scroll-up {
    position: fixed;
    display: none;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

.page-scroll-up a {
    display: block;
    height: 2.1875rem;
    width: 2.1875rem;
    text-align: center;
    line-height: 1.3;
    border-radius: 0px;
    font-size: 1.500rem;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes .page-scroll-up a {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes .page-scroll-up a {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes .page-scroll-up a {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-20px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes .page-scroll-up a {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.page-scroll-up a:hover,
.page-scroll-up a:active {
    color: #fff;
}


/*--------------------------------------------------
=>> Text meant only for screen readers
--------------------------------------------------*/

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #333;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #ddd;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------
=>> Page builder template 
--------------------------------------------------*/

.page-template-pagebuilder .theme-builder {
    padding: 0;
}

/*--------------------------------------------------
=>> Shop Products for Homepage
--------------------------------------------------*/

.theme-block.shop .theme-section-module .theme-section-subtitle,
.theme-block.shop .theme-section-module .theme-section-title {
    color: #333333 !important;
}

.theme-block.shop .product {
    position: relative;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.theme-block.shop .product img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.theme-block.shop .product .woocommerce-loop-product__title {
    padding: 0 0 .3rem;
    margin: 0;
    font-size: 1.125rem;
    letter-spacing: 1px;
    border: none;
}

.theme-block.shop .product .onsale {
    position: absolute;
    color: #fff;
}

.theme-block.shop .product .button.add_to_cart_button,
.theme-block.shop .product .button.product_type_grouped,
.theme-block.shop .product .button.product_type_simple,
.theme-block.shop .product .button.product_type_external,
.theme-block.shop .product .button.product_type_variable {
    line-height: 1;
}

.theme-block.shop .product .price ins {
    background: 0 0;
}

.theme-block.shop .product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
}

/*Homepage Product Buttons*/
.theme-block.shop.theme-bg-default .product .button.add_to_cart_button:hover,
.theme-block.shop.theme-bg-default .product .button.product_type_grouped:hover,
.theme-block.shop.theme-bg-default .product .button.product_type_simple:hover,
.theme-block.shop.theme-bg-default .product .button.product_type_external:hover,
.theme-block.shop.theme-bg-default .product .button.product_type_variable:hover,
.theme-block.shop.theme-bg-default .product a.added_to_cart,
.theme-block.shop.theme-bg-default .product a.added_to_cart:hover {
    color: #333;
    border-bottom: 2px solid #333;
}

.theme-block.shop.theme-bg-default .theme-separator-line-horrizontal-full {
    border-bottom: 1px solid #fff;
}

.theme-block.shop.theme-bg-default .theme-separator-line-horrizontal-full::before {
    color: #000000;
}


/*--------------------------------------------------
=>> Shop Products 
--------------------------------------------------*/

.theme-block.shop.theme-bg-default .product .woocommerce-loop-product__title a,
.theme-block.shop.theme-bg-default .product .price {
    color: #333;
}

.theme-block.shop .product .price ins {
    color: #111;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #a9a9a9;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ddd;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.product_meta .sku_wrapper .sku,
.product_meta .posted_in a,
.product_meta .tagged_as a {
    color: #bbbbbb;
}

/*Product List*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 2.5rem;
}

/*Product Sale*/
.woocommerce span.onsale,
.theme-block.shop .product span.onsale {
    z-index: 1;
}

.woocommerce ul.products li.product .onsale,
.theme-block.shop .product .onsale {
    background-color: #1C1C1C;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 2.8;
    font-weight: 500;
    min-width: 2.625rem;
    height: 2.625rem;
    margin: 0;
    text-align: center;
    top: 14px;
    left: 15px;
    padding: 0.202rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 0 .3rem;
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
    border: none;
}

.woocommerce span.onsale,
.theme-block.shop .product .theme-block.shop .product {
    background-color: #282828;
    text-transform: uppercase;
    font-size: 0.775rem;
    line-height: 1;
    font-weight: 500;
    width: 2.813rem;
    height: 2.813rem;
    margin: 0;
    padding: 16px 5px;
    left: 15px;
    top: 15px;
}

/*Product Rating*/
.woocommerce p.stars a,
.theme-block.shop .product p.stars a {
    color: #ff9919;
    box-shadow: none;
}

.woocommerce ul.products li.product .star-rating,
.theme-block.shop .product .star-rating {
    right: -20%;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce ul.products li.product:hover .star-rating,
.theme-block.shop .product:hover .star-rating {
    opacity: 1;
    right: 0;
}

.woocommerce .star-rating {
    color: #ff9919;
}

/*Product Buttons*/

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_grouped,
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce ul.products li.product .button.product_type_external,
.woocommerce ul.products li.product .button.product_type_variable,

.theme-block.shop .product .button.add_to_cart_button,
.theme-block.shop .product .button.product_type_grouped,
.theme-block.shop .product .button.product_type_simple,
.theme-block.shop .product .button.product_type_external,
.theme-block.shop .product .button.product_type_variable {
    background-color: transparent;
    margin-top: 0;
    padding: 0 0 2px;
    border-radius: 0;
    font-size: 0.875rem;
    color: #ddd;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0.03rem;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_simple {
    left: -20%;
    bottom: 12px;
    position: absolute;
    opacity: 0;
}

.theme-block.shop .product .button.add_to_cart_button,
.theme-block.shop .product .button.product_type_simple {
    left: -20%;
    bottom: 0;
    position: absolute;
    opacity: 0;
}

.woocommerce ul.products li.product:hover .button.add_to_cart_button,
.woocommerce ul.products li.product:hover .button.product_type_simple,
.theme-block.shop .product:hover .button.add_to_cart_button,
.theme-block.shop .product:hover .button.product_type_simple {
    left: 0;
    opacity: 1;
}

.theme-block.shop .product a.added_to_cart {
    bottom: 0 !important;
}

.woocommerce ul.products li.product a.added_to_cart,
.theme-block.shop .product a.added_to_cart {
    background-color: transparent;
    padding: 0 0 2px;
    left: -30%;
    bottom: 12px;
    position: absolute;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.03rem;
}

.woocommerce ul.products li.product a.added_to_cart:hover,
.theme-block.shop .product a.added_to_cart:hover {
    background-color: transparent;
}

.woocommerce ul.products li.product:hover a.added_to_cart,
.theme-block.shop .product:hover a.added_to_cart {
    left: 110px;
}

/*Product Price*/
.woocommerce ul.products li.product.product-type-external:hover .price,
.theme-block.shop .product.product-type-external:hover .price {
    opacity: 1;
}

.woocommerce ul.products li.product:hover .price,
.theme-block.shop .product:hover .price {
    opacity: 0;
    transition: all .2s ease;
}

.woocommerce ul.products li.product .price,
.theme-block.shop .product .price {
    font-size: 1rem;
    color: #606060;
    font-weight: 600;
}

/*Product Single View*/
.woocommerce div.product .product_title {
    font-size: 2.225rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.250rem;
    color: #606060;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    padding-left: 5px;
}

.woocommerce .quantity .qty {
    width: 5.500rem;
    text-align: left;
    height: 3.125rem;
    padding: 1rem 0.425rem 1rem 0.825rem;
    margin-right: 0.625rem;
    border-radius: 0;
}

.woocommerce div.product form.cart .button {
    background: #fff;
    color: #000;
    padding: 0.713rem 2.5rem;
    border-radius: 0;
    letter-spacing: 0.03rem;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
    color: #fff;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
    display: block;
    font-weight: 600;
    margin-bottom: 0.313rem;
}

.product_meta .sku_wrapper .sku,
.product_meta .posted_in a,
.product_meta .tagged_as a {
    font-weight: 400;
    color: #ddd;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.2rem;
}

.woocommerce-product-details__short-description {
    margin-bottom: 1.7rem;
}

.woocommerce #review_form #respond textarea {
    border-radius: 0;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: #fff;
    color: #000;
    padding: 0.713rem 2.5rem;
    border-radius: 0;
    letter-spacing: 0.03rem;
}

.woocommerce #review_form #respond .form-submit input:hover {
    color: #fff;
}

.woocommerce #reviews #comments h2 {
    font-size: 1.125rem;
}

.woocommerce .comment_container {
    border-bottom: 2px dotted #333;
}

.woocommerce .comment_container img {
    float: left;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 65px;
    border: none;
    border-radius: 0px;
    padding: 0 0 0 1rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .93rem;
    padding: 0;
}

.woocommerce .related.products h2,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information h2 {
    font-size: 1.125rem;
    margin: 0 0 1.500rem;
}

.woocommerce div.product .woocommerce-tabs {
    padding-top: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid transparent;
    background-color: transparent;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0 15px 15px 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: transparent;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    font-size: 1.15rem;
    letter-spacing: 0.03rem;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    background: #333;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    right: 50%;
    width: 0;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    left: 0;
    right: 0;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #333;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    background: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid transparent;
    box-shadow: none;
    width: 0px;
    height: 0px;
}

/*Product Cart View*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 0.75rem 2rem 0.75rem 3.5rem !important;
    margin: 0 0 3rem;
    border-top-color: #bbb;
    background-color: #202020;
    color: #ddd;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 12px;
    color: #ddd;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #ffffff;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
    background-color: #fff;
    color: #000;
}

.woocommerce a.remove {
    box-shadow: none;
}

/*Product Cart Table*/
.woocommerce table.shop_table {
    border: 1px solid #333;
    border-collapse: collapse;
}

.woocommerce table.shop_table .cart_item:hover {
    background: #202020;
}

.woocommerce table.shop_table th {
    color: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 20px 15px;
    border-right: 1px solid #333;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
    border-right: none;
}

.woocommerce table.shop_table th {
    border-bottom: none;
    color: #333333;
}

.woocommerce table.shop_attributes td {
    padding: 8px;
}

.woocommerce table.shop_table td .woocommerce-Price-amount {
    font-weight: 600;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 0.650rem 1rem;
    margin: 0 0 15px;
    width: 100%;
    border-radius: 0;
}

.woocommerce-cart table.cart td.actions .coupon button.button {
    background: #fff;
    color: #000;
    width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon button.button:hover {
    color: #fff;
}

.woocommerce-cart table.cart td.actions button.button {
    color: #fff;
}

.woocommerce-cart table.cart td.actions button.button:hover {
    background: #fff;
    color: #000;
}

.woocommerce-cart table.cart td.actions .coupon button.button,
.woocommerce-cart table.cart td.actions button.button {
    padding: 0.713rem 2.5rem;
    border-radius: 0;
    letter-spacing: 0.03rem;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button.woocommerce-Button {
    border-radius: 0;
    padding: 1.07rem 2.5rem;
    letter-spacing: 0.07rem;
    font-size: 0.938rem;
    color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #fff;
    color: #000;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce button.button.woocommerce-Button:hover {
    background-color: #fff;
    color: #000;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #e9e9e9;
}

.cart_totals h2 {
    font-size: 1.825rem;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce form .form-row label {
    width: 100%;
    font-weight: 400;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 0;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row span.select2-selection.select2-selection--single {
    border: 1px solid #333 !important;
    padding: 0.825rem 1rem;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ddd;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    color: #000;
}

.woocommerce-page .select2-dropdown {
    border: 1px solid #e9e9e9;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(0, 0, 0, .2) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label,
#order_review_heading {
    font-size: 1.250rem;
    color: #ddd;
}

.checkout_coupon.woocommerce-form-coupon .form-row button.button {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 1.07rem 2.5rem;
    letter-spacing: 0.07rem;
    font-size: 0.938rem;
}

.checkout_coupon.woocommerce-form-coupon .form-row button.button:hover {
    color: #fff;
}

.woocommerce-page .checkout.woocommerce-checkout .col2-set {
    margin-bottom: 30px;
}

.select2-results__option {
    padding: 6px 10px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 5px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #18191b;
    border: 1px solid #333;
}


#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #333;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #202020;
    color: #ddd;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #202020;
    content: "";
    display: block;
    border: 1em solid #eaeaea;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce ul.order_details li strong {
    padding-top: 0.625rem;
}

.woocommerce ul.order_details li {
    font-size: .815em;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 25px;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid #333;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #333232;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #333;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    color: #fff;
    border-radius: 0;
    padding: 1.07rem 2.5rem;
    letter-spacing: 0.07rem;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: #fff;
    color: #000;
}

/*WooCommerce Widgets*/
.sidebar .widget.widget_price_filter .price_slider_wrapper,
.sidebar .woocommerce.widget_product_categories .product-categories,
.sidebar .woocommerce.widget_product_search .woocommerce-product-search,
.sidebar .woocommerce.widget_product_categories ul,
.sidebar .woocommerce.widget_product_categories ol {
    padding: 1.563rem 1.000rem 1.563rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #dedede;
}

.woocommerce .widget_price_filter .price_slider_amount {
    padding-top: 10px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 0.938rem;
    color: #fff;
    border-radius: 0;
    padding: 0.825rem 2rem;
    letter-spacing: 0.07rem;
    height: auto;
}

.woocommerce.widget_product_categories ul,
.woocommerce.widget_product_categories ol {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.woocommerce.widget_product_categories ul li,
.woocommerce.widget_product_categories ol li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #333;
}

.woocommerce.widget_product_categories ul li:last-child,
.woocommerce.widget_product_categories ol li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.woocommerce.widget_product_categories ul li:before,
.woocommerce.widget_product_categories ol li:before {
    font-family: "FontAwesome";
    content: "\f114";
    margin-right: 10px;
    color: #c7c9cc;
}

.woocommerce.widget_product_categories li>ul,
.woocommerce.widget_product_categories li>ol {
    margin-left: 0;
}

.woocommerce.widget_products .star-rating {
    font-size: 0.875rem;
}

.woocommerce.widget_products .star-rating,
.woocommerce.widget_products .product_list_widget .product-title,
.woocommerce.widget_top_rated_products .star-rating,
.woocommerce.widget_top_rated_products .product_list_widget .product-title,
.woocommerce.widget_recent_reviews .star-rating,
.woocommerce.widget_recent_reviews .product_list_widget .product-title,
.woocommerce.widget_recently_viewed_products .star-rating,
.woocommerce.widget_recently_viewed_products .product_list_widget .product-title {
    margin-bottom: 5px;
    display: block;
}

.woocommerce.widget_products ul.cart_list li,
.woocommerce.widget_products ul.product_list_widget li,
.woocommerce.widget_top_rated_products ul.cart_list li,
.woocommerce.widget_top_rated_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.cart_list li,
.woocommerce.widget_recent_reviews ul.product_list_widget li,
.woocommerce.widget_recently_viewed_products ul.cart_list li,
.woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li,
.woocommerce.widget_rating_filter ul li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #333;
}

.woocommerce.widget_products ul.cart_list li:first-child,
.woocommerce.widget_products ul.product_list_widget li:first-child,
.woocommerce.widget_top_rated_products ul.cart_list li:first-child,
.woocommerce.widget_top_rated_products ul.product_list_widget li:first-child,
.woocommerce.widget_recent_reviews ul.cart_list li:first-child,
.woocommerce.widget_recent_reviews ul.product_list_widget li:first-child,
.woocommerce.widget_recently_viewed_products ul.cart_list li:first-child,
.woocommerce.widget_recently_viewed_products ul.product_list_widget li:first-child,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:first-child,
.woocommerce.widget_rating_filter ul li:first-child {
    padding-top: 0;
}

.woocommerce.widget_products ul.cart_list li:last-child,
.woocommerce.widget_products ul.product_list_widget li:last-child,
.woocommerce.widget_top_rated_products ul.cart_list li:last-child,
.woocommerce.widget_top_rated_products ul.product_list_widget li:last-child,
.woocommerce.widget_recent_reviews ul.cart_list li:last-child,
.woocommerce.widget_recent_reviews ul.product_list_widget li:last-child,
.woocommerce.widget_recently_viewed_products ul.cart_list li:last-child,
.woocommerce.widget_recently_viewed_products ul.product_list_widget li:last-child,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:last-child,
.woocommerce.widget_rating_filter ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.woocommerce.widget_products ul.product_list_widget ins,
.woocommerce.widget_top_rated_products ul.product_list_widget ins,
.woocommerce.widget_recent_reviews ul.product_list_widget .reviewer,
.woocommerce.widget_recently_viewed_products ul.product_list_widget ins {
    color: #ddd;
    background: transparent;
    font-weight: 600;
}

.woocommerce.widget_recent_reviews ul.product_list_widget .reviewer {
    font-weight: 500;
}

.woocommerce.widget_product_search .woocommerce-product-search input[type="search"] {
    margin-bottom: 1.25rem;
}

.woocommerce.widget_product_search button[type="submit"] {
    letter-spacing: .1em;
}

.woocommerce.widget .woocommerce-mini-cart__total {
    padding-top: 0.938rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.woocommerce.widget .woocommerce-mini-cart__buttons.buttons {
    padding-top: 0.938rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
}

/*WooCommerce Pagination*/
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 1.875rem;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background-color: #202020;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    font-size: 1.125rem;
    border-radius: 0px;
    margin: 0 0.125rem 0.625rem;
    padding: 0.625rem;
    vertical-align: baseline;
    white-space: nowrap;
    width: 3.125rem;
    height: 3.125rem;
}

.theme-block.shop .owl-theme .owl-dots .owl-dot.active span {
    background-color: #333;
}

/* theme-default.css */


/*--------------------------------------------------
=>> Common - Begining Css
--------------------------------------------------*/

blockquote {
    border-left: 3px solid #ba4bff !important;
}

.wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 3px solid #ba4bff !important;
}

td a {
    color: #ba4bff !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
    border-color: #ba4bff !important;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #ba4bff !important;
}

.btn-default,
.btn-default-dark,
.btn-light:hover,
.btn-light:focus {
    background: #ba4bff !important;
}

.btn-light {
    color: #ba4bff !important;
}

.btn-border,
.btn-border:hover,
.btn-border:focus {
    border: 2px solid #ba4bff !important;
}

.btn-border:hover,
.btn-border:focus {
    background: #ba4bff !important;
}

/*--------------------------------------------------
=>> Navbar
--------------------------------------------------*/

.navbar .nav .menu-item .nav-link:hover,
.navbar .nav .menu-item .nav-link:focus,
.navbar.header-fixed-top .nav .menu-item .nav-link:hover,
.navbar.header-fixed-top .nav .menu-item .nav-link:focus,
.navbar.navbar-header-wrap .nav .menu-item .nav-link:hover,
.navbar.navbar-header-wrap .nav .menu-item .nav-link:focus,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link:hover,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link:focus {
    color: #ba4bff !important;
}

.navbar .nav .menu-item.active>.nav-link,
.navbar.header-fixed-top .nav .menu-item.active>.nav-link,
.navbar.navbar-header-wrap .nav .menu-item.active>.nav-link,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item.active>.nav-link {
    color: #ba4bff !important;
}

.navbar .nav .menu-item .dropdown-item:hover,
.navbar .nav .menu-item .dropdown-item:focus,
.navbar.navbar-header-wrap .nav .menu-item .dropdown-item:hover,
.navbar.navbar-header-wrap .nav .menu-item .dropdown-item:focus {
    background-color: #ba4bff !important;
}

.navbar .nav .dropdown-menu .menu-item.active .dropdown-item {
    background-color: #ba4bff !important;
}

.navbar .nav .dropdown-menu>.menu-item>ul.dropdown-menu .menu-item.active .dropdown-item {
    background-color: #ba4bff !important;
}

.navbar .nav .dropdown-menu>.menu-item>ul.dropdown-menu>.menu-item>.dropdown-item:hover,
.navbar .nav .dropdown-menu>.menu-item>ul.dropdown-menu>.menu-item>.dropdown-item:focus {
    background-color: #ba4bff !important;
}

.navbar.navbar-header-wrap.header-fixed-top .nav .btn-border {
    border: 2px solid #ba4bff !important;
}

.navbar.navbar-header-wrap .nav .btn-border:hover,
.navbar.navbar-header-wrap .nav .btn-border:focus,
.navbar.navbar-header-wrap.header-fixed-top .nav .btn-border:hover,
.navbar.navbar-header-wrap.header-fixed-top .nav .btn-border:focus {
    background: #ba4bff !important;
    color: #ffffff;
    border: 2px solid #ba4bff !important;
}

.navbar .nav .menu-item:hover .nav-link,
.navbar .nav .menu-item.active .nav-link {
    color: #ba4bff !important;
}

/*Add Menu*/
.navbar .nav .menu-item .nav-link.add-menu {
    border: 2px solid #ba4bff !important;
}

.navbar .nav .menu-item .nav-link.add-menu:hover,
.navbar .nav .menu-item .nav-link.add-menu:focus {
    background-color: #ba4bff !important;
}

.navbar.navbar-header-wrap .nav .menu-item .nav-link.add-menu {
    background: transparent;
    border: 2px solid #fff;
}

.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link.add-menu {
    border: 2px solid #ba4bff !important;
}

.navbar.navbar-header-wrap .nav .menu-item .nav-link.add-menu:hover,
.navbar.navbar-header-wrap .nav .menu-item .nav-link.add-menu:focus,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link.add-menu:hover,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link.add-menu:focus {
    background: #ba4bff !important;
    color: #ffffff;
    border: 2px solid #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Combined Classes
--------------------------------------------------*/

.theme-bg-default {
    background-color: #ba4bff !important;
}

.text-default {
    color: #ba4bff !important;
}

.entry-header .entry-title a:hover,
.entry-header .entry-title a:focus {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Main Slider
--------------------------------------------------*/

.theme-slider-content .sub-title {
    color: #ba4bff !important;
}

.theme-slider-content .theme-caption-bg2 .sub-title {
    background-color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Slider Next/Prev Button Styles
--------------------------------------------------*/

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-prev:focus,
.owl-carousel .owl-next:hover,
.owl-carousel .owl-next:focus,
.theme-sponsors .owl-carousel .owl-prev:hover,
.theme-sponsors .owl-carousel .owl-next:hover {
    background-color: #ba4bff !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Page Header Area
--------------------------------------------------*/

.page-breadcrumb>li a {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Section Title & Subtitle
--------------------------------------------------*/

.theme-separator-line-horrizontal-full::before {
    color: #ba4bff !important;
}

.theme-section-module .theme-section-subtitle {
    color: #b5b5b5 !important;
}

/*--------------------------------------------------
=>> Theme Info Area
--------------------------------------------------*/

.theme-info-area i.icon,
.theme-info-area .media:hover .info-details,
.theme-info-area .media:focus .info-details {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Service Area
--------------------------------------------------*/

.theme-services .service-content-thumbnail a {
    color: #ba4bff !important;
}

.theme-services .service-content-thumbnail i.fa {
    color: #ba4bff !important;
}

.theme-services .service-title a:hover,
.theme-services .service-title a:focus {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Project Area
--------------------------------------------------*/

.theme-project .theme-project-content:hover {
    background-color: #ba4bff !important;
}

.theme-project .theme-project-content:hover .content-area:before {
    border-color: transparent transparent #ba4bff transparent;
}

.theme-project .theme-project-content .theme-project-title,
.theme-project .theme-project-content .theme-project-title a,
.theme-project .theme-project-content .theme-project-title a:hover,
.theme-project .theme-project-content .theme-project-title a:focus {
    color: #ba4bff !important;
}


/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/

.theme-testimonial-block,
.theme-testimonial-block:hover {
    border-top: 3px solid #ba4bff !important;
}

.theme-testimonial-block::after {
    color: #ba4bff !important;
}

.testimonial-content.vrsn-two::before {
    background: #ba4bff !important;
}

.theme-testimonial-block .name,
.theme-testimonial-block .name a,
.theme-testimonial-block .name a:hover,
.theme-testimonial-block .name a:focus {
    color: #ba4bff !important;
}


/*--------------------------------------------------
=>> 404 Error Page Area
--------------------------------------------------*/

.theme-error-page .error-title b,
.theme-error-page .error-title i {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Blog Sidebar 
--------------------------------------------------*/

.theme-blog .post-thumbnail img {
    border-bottom: none !important;
}

/* .entry-content {
    color: #ba4bff !important;
} */

/*--------------------------------------------------
=>> Theme Blog Meta Info
--------------------------------------------------*/

.media .posted-on time.days {
    background-color: #ba4bff !important;
}

.entry-meta span:after {
    color: #ba4bff !important;
}

.entry-meta a {
    color: #ba4bff !important;
}

.more-link {
    background: #ba4bff !important;
}

.entry-meta .tag-links a {
    background-color: #ba4bff !important;
}

.more-link {
    background: #ba4bff !important;
}

.pagination a:hover,
.pagination a.active,
.page-links a:hover,
.post-nav-links a:hover,
.post-nav-links .post-page-numbers.current {
    background-color: #ba4bff !important;
    border: 1px solid #ba4bff !important;
}

.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers:focus {
    background-color: #ba4bff !important;
    border: 1px solid #ba4bff !important;
}

.comment-detail-title a:hover,
.comment-detail-title a:focus {
    color: #ba4bff !important;
}

.comment-detail-title .comment-date a {
    color: #ba4bff !important;
}

.comment-detail-title .comment-date a:hover {
    color: #ba4bff !important;
}

.pull-left-comment img {
    border: 3px solid #ba4bff !important;
}

.reply a {
    border: 2px solid #ba4bff !important;
}

.reply a:hover,
.reply a:focus {
    border: 2px solid #ba4bff !important;
    background-color: #ba4bff !important;
}

.logged-in-as a {
    color: #ba4bff !important;
}

.theme-comment-title h4:after {
    background: #ba4bff !important;
}

.comment-form .form-control:focus {
    box-shadow: 0 0 0 0.063rem rgb(250 183 2 / 50%) !important;
    outline: transparent !important;
}

/*Logged-in-color*/
.logged-in-color a {
    color: #ba4bff !important;
}


/*--------------------------------------------------
=>> Theme Widgets Area
--------------------------------------------------*/

.widget a:hover,
.widget a:focus,
.footer-sidebar .widget_rss ul li .rsswidget:hover,
.footer-sidebar .widget_rss ul li .rsswidget:focus {
    color: #ba4bff !important;
}

.widget .widget-title:after {
    background: #ba4bff !important;
}

.sidebar .widget .widget-title {
    border-left: 5px solid #ba4bff !important;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    color: #ba4bff !important;
}

.widget button[type="submit"],
.btn-success {
    background-color: #ba4bff !important;
    border-color: #ba4bff !important;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
    background-color: #ba4bff !important;
    border: 1px solid #ba4bff !important;
}

address i {
    color: #ba4bff !important;
}

/*wp-block-search*/
.wp-block-search .wp-block-search__button {
    background: #ba4bff !important;
    border: 1px solid #ba4bff !important;
}

/*wp-calendar-nav widget*/
.wp-calendar-nav .wp-calendar-nav-prev>a,
.wp-calendar-nav .wp-calendar-nav-next>a {
    color: #ba4bff !important;
}

.wp-calendar-nav .wp-calendar-nav-prev>a:hover,
.wp-calendar-nav .wp-calendar-nav-next>a:hover,
.wp-calendar-nav .wp-calendar-nav-prev>a:focus,
.wp-calendar-nav .wp-calendar-nav-next>a:focus {
    color: #ba4bff !important;
    box-shadow: 0 1px 0 0 currentColor;
}

/*wp-block-latest-comments*/
.wp-block-latest-comments__comment-date {
    color: #ba4bff !important;
}

/*rsswidget title color*/
.widget_rss ul li .rsswidget {
    color: #ba4bff !important;
}


/*--------------------------------------------------------------		
## Captions		
--------------------------------------------------------------*/

.wp-caption-text a {
    color: #ba4bff !important;
}


/*--------------------------------------------------
=>> Site Footer Area
--------------------------------------------------*/

.site-footer {
    border-top: 3px solid #ba4bff !important;
    border-bottom: 3px solid #ba4bff !important;
}

.footer-sidebar .widget a:hover,
.footer-sidebar .widget a:focus {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Theme Site Info Area
--------------------------------------------------*/

.site-info a {
    color: #ba4bff !important;
}


/*--------------------------------------------------
=>> Sidebar Widget Style Css According to WordPress 5.8
--------------------------------------------------*/

.sidebar .widget .wp-block-group h2,
.sidebar .widget .wp-block-search .wp-block-search__label {
    border-left: 5px solid #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-tag-cloud a:hover,
.sidebar .widget .wp-block-group .wp-block-tag-cloud a:focus {
    background-color: #ba4bff !important;
    border: 1px solid #ba4bff !important;
}

.sidebar .widget .wp-block-group ul li a:hover,
.sidebar .widget .wp-block-group ol li a:hover,
.sidebar .widget .wp-block-group ul li a:focus,
.sidebar .widget .wp-block-group ol li a:focus {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .logged-in a,
.sidebar .widget .wp-block-group .logged-out a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-media-text a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-pullquote cite a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-code a {
    color: #ba4bff !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments .wp-block-latest-comments__comment-author:focus,
.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover,
.wp-block-latest-comments .wp-block-latest-comments__comment-link:focus {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-table figcaption a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-verse a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .is-nowrap a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-preformatted a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .is-vertical a {
    color: #ba4bff !important;
}

.sidebar .widget.widget_block .wp-block-group p a {
    color: #ba4bff !important;
}

.theme-blog .post .entry-content .wp-block-file .wp-block-file__button {
    background-color: #ba4bff !important;
}

.theme-blog .post .wp-block-search input[type="search"]:focus {
    box-shadow: 0 0 0 0.063rem rgb(250 183 2 / 50%) !important;
    outline: transparent !important;
}

.entry-content .wp-caption-text a:hover {
    color: #ba4bff !important;
}

.sidebar .widget .input-group>.form-control:focus {
    box-shadow: 0 0 0 0.063rem rgb(250 183 2 / 50%) !important;
}

.post-password-form input[type="password"]:focus {
    box-shadow: 0 0 0 0.063rem rgb(250 183 2 / 50%) !important;
    outline: transparent !important;
}

.sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
    color: #ba4bff !important;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-quote cite a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link:hover,
.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link:focus {
    background: #ba4bff !important;
    color: #fff;
}

.theme-blog .post .entry-content ul.wp-block-page-list li.wp-block-navigation-item a:hover {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-embed .wp-element-caption a {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-read-more {
    color: #ba4bff !important;
}

.sidebar .widget .wp-block-group .wp-block-file .wp-block-file__button {
    background-color: #ba4bff !important;
}

/*------------------------------------------------------------
=>> Footer Sidebar Widget Style Css According to WordPress 5.8
------------------------------------------------------------*/

.footer-sidebar .widget .wp-block-group h1:after,
.footer-sidebar .widget .wp-block-group h2:after,
.footer-sidebar .widget .wp-block-group h3:after,
.footer-sidebar .widget .wp-block-group h4:after,
.footer-sidebar .widget .wp-block-group h5:after,
.footer-sidebar .widget .wp-block-group h6:after,
.footer-sidebar .widget .wp-block-search .wp-block-search__label:after {
    background: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-tag-cloud a:hover,
.footer-sidebar .widget .wp-block-group .wp-block-tag-cloud a:focus {
    background-color: #ba4bff !important;
    border: 1px solid #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .logged-in a,
.footer-sidebar .widget .wp-block-group .logged-out a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group td a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-media-text a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-pullquote cite a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-code a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-table figcaption a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-verse a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-preformatted a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .is-vertical a {
    color: #ba4bff !important;
}

.footer-sidebar .widget.widget_block .wp-block-group p a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .is-nowrap a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-quote cite a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link:hover,
.footer-sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link:focus {
    background: #ba4bff !important;
    color: #fff;
}

.footer-sidebar .widget dl a {
    color: #ba4bff !important;
}

.footer-sidebar .wp-block-embed .wp-element-caption a {
    color: #ba4bff !important;
}

.footer-sidebar .widget .wp-block-read-more {
    color: #ba4bff !important;
}

/*--------------------------------------------------
=>> Page Scroll Up/Down Area
--------------------------------------------------*/

.page-scroll-up a,
.page-scroll-up a:hover,
.page-scroll-up a:active {
    background: #ba4bff !important;
}

/*--------------------------------------------------
=>> Shop Products 
--------------------------------------------------*/

/*Product Buttons*/
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.product_type_grouped:hover,
.woocommerce ul.products li.product .button.product_type_simple:hover,
.woocommerce ul.products li.product .button.product_type_external:hover,
.woocommerce ul.products li.product .button.product_type_variable:hover {
    color: #ba4bff !important;
    border-bottom: 2px solid #ba4bff !important;
}

.woocommerce ul.products li.product a.added_to_cart {
    color: #ba4bff !important;
    border-bottom: 2px solid #ba4bff !important;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
    color: #ba4bff !important;
    border-bottom: 2px solid #ba4bff !important;
}

/*Product Single View*/
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover {
    background: #ba4bff !important;
}

.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-name a {
    color: #ba4bff !important;
}

.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
    color: #ba4bff !important;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background: #ba4bff !important;
}

/*Product Cart View*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    background-color: #ba4bff !important;
}

/*Product Cart Table*/
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
    color: #ba4bff !important;
}

.woocommerce-cart table.cart td.actions .coupon button.button:hover {
    background: #ba4bff !important;
    color: #fff;
}

.woocommerce-cart table.cart td.actions button.button {
    background: #ba4bff !important;
    color: #fff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button.woocommerce-Button {
    background-color: #ba4bff !important;
}

.checkout_coupon.woocommerce-form-coupon .form-row button.button:hover {
    background-color: #ba4bff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #ba4bff !important;
}

/*WooCommerce Widgets*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ba4bff !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: #ba4bff !important;
}

.woocommerce-mini-cart__buttons.buttons a.button,
.widget .woocommerce-mini-cart__buttons.buttons a.button:hover,
.widget .woocommerce-mini-cart__buttons.buttons a.button:focus {
    background-color: #ba4bff !important;
    color: #fff;
}

/*WooCommerce Pagination*/
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #ba4bff !important;
    border: 1px solid #ba4bff !important;
    color: #fff;
}

h1 {
    font-size: clamp(2.4rem, 4vw, 2.7rem) !important;
}

h2 {
    font-size: clamp(2.1rem, 3vw, 2.4rem) !important;
}

h3 {
    font-size: clamp(1.7rem, 3vw, 1.9rem) !important;
}


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

.colored {
    color: #ba4bff;
}

.custom_title {
    box-shadow: 0 1px 0 0 currentColor;
}

/* .custom_content {
    max-width: 540px;
} */

ul li::marker {
    color: #ba4bff;
    /* Change bullet color */
}

.custom_blog {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.custom_blog h2 {
    line-height: 1;
    margin-bottom: 11px;
}


.blog_card_text {
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.custom_article {
    background-color: #18191b;
    border: 1px solid #333;
    /* margin: 0 0 2.5rem; */
    border-radius: 0px;
    padding: 0;
    transition: all 0.5s;
}

.custom_border_left {
    border-left: 1px solid #ba4bff;
}

.custom_border_right {
    border-right: 1px solid #ba4bff;
}

.icon {
    font-size: 1.5rem;
    color: #ba4bff;
    padding-right: 7px;
}

.img_el {
    padding: 80px 0;
    position: relative;
}

.img_el:before {
    content: "";
    background: color-mix(in srgb, #202020, transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.img_el .img_el-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.img_el .img_text {
    position: relative;
    z-index: 2;
}

.custom_bg {
    background: rgb(126, 74, 158);
    background: linear-gradient(94deg, rgba(126, 74, 158, 0.9051995798319328) 0%, rgba(112, 91, 125, 1) 44%, rgba(32, 32, 32, 1) 100%);
}

.faq_btn {
    background-color: transparent !important;
    font-size: 1.2rem !important;
}

.faq_btn:focus {
    color: #5a4169 !important;
}

.card {
    background-color: #3e3e3e9e !important;
}

.btn {
    white-space: unset !important;
}

.wrap_li {
    display: flex;
    flex-wrap: wrap;
    column-gap: 31px;
}


.custom_bg_left {
    background-color: #111111;
}

.custom_bg_right {
    background-color: #261926;
}

.entry-content a {
    color: #ba4bff !important;
}

.theme-page-header-area {
    background: #17212c url("/wp-content/themes/design-child/assets/img/space-wonders.jpg") !important;
    background-size: cover !important;
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    /* background-attachment: fixed !important; */
}

.site-footer i:hover {
    color: #fff;
}

.footer-banner {
  border-radius: 12px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.supporter-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 12px !important;
  text-align: center;
  width: 100%;
}

.supporter-text:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #6441a5;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-banner a {
  display: block;
  transition: all 0.3s ease;
}

.footer-banner a:hover {
  transform: translateY(-2px);
}

.footer-banner img {
  background: rgba(101, 101, 101, 0.42) !important;
  border-radius: 10px !important;
  padding: 12px !important;
  height: 100px !important;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.05);
}

.footer-banner img:hover {
  background: rgba(120, 120, 120, 0.5) !important;
  box-shadow: 0 5px 15px rgba(100,65,165,0.3);
}