:root {
--bxbr: 3px solid #000;
--bxbra : 15px;
--bxsh: 7px 7px 0px #000;
--bxshover: 8px 8px 0px #000;
--bstras: 0 4px 60px 0 rgba(0,0,0,0.2);
--headFont: 'Outfit', sans-serif;
--bodyFont: 'Rubik', sans-serif;
} body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
padding: 0;
margin: 0;
font-family: var(--bodyFont);
font-size: 16px;
font-weight: 400;
line-height: 1.78;
text-decoration: none;
}
.bodyback {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
}
.boxed {
width: 1170px;
margin: 0 auto;
position: relative;
box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
} ::-webkit-scrollbar {
width: 8px;
height: 8px;
} ::-webkit-scrollbar-track {
background: #f1f1f1; 
} ::-webkit-scrollbar-thumb {
background: #888; 
} ::-webkit-scrollbar-thumb:hover {
background: #ffcc00; 
}
a {
text-decoration: inherit;
transition: all .3s ease-out;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: 1px solid;
text-decoration: underline;
}
input[type="radio"], input[type="checkbox"]{display: inline;}
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: #545454;
box-shadow: 0 0 0 0.063rem rgba(84, 84, 84,.25) !important;
}
select {
background-clip: padding-box;
background-color: #fff;
border: 2px solid #ccc;
border-radius: 0;
color: #444;
display: block;
font-weight: 400;
overflow: hidden;
padding: 6px 12px;
position: relative;
text-decoration: none;
white-space: nowrap;
}
.no-gutter > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
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 {
color: var(--text-color);
background: var(--box-color);
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: var(--bxbr);
border-radius: var(--bxbra);
display: block;
padding: 13px 16px;
width: 100%;
outline: 0;
height: 54px;
}
.input-group .form-control{
height: 40px;
margin-bottom: 0;
}
.form-group input[type="text"], 
.form-group input[type="email"] {
height: 40px;
}
button,
input[type="button"],
input[type="submit"], input[type="reset"] {
padding: 10px 35px;
line-height: 30px;
border-radius: 0;
font-weight: bold;
font-size: 14px;
border-width: 3px;
border-style: solid;
transition: all 0.4s ease-in-out 0s;
border-radius: var(--bxbra);
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
transition: all 0.3s ease 0s;
outline: none;
box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.form-control {
border-radius: 0;
margin-bottom: 20px;
box-shadow: inherit;
padding: 6px 12px;
line-height: 40px;
border-width: 2px;
border-style: solid;
height: 40px;
}
.form-control:focus {
box-shadow: inherit;
}
.form-submit {
margin-bottom: 0;
}
address { 
margin: 0 0 1.6rem; 
line-height: 2; 
}
pre {
margin-bottom: 32px;
max-width: 100%;
overflow: auto;
padding: 16px;
}
mark, ins, .mark {
padding: 2px 5px;
border-radius: 3px;
}
hr { 
background-color: #e9e9e9; 
border: 0; 
height: 1px; 
}
code, kbd, tt, var { 
font-size: 16px; 
}
code, kbd, tt, var, samp, pre {
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
abbr, acronym { 
border-bottom: 1px dotted #e9e9e9; 
cursor: help; 
}
iframe { 
border: 0; 
}
big { 
font-size: 125%; 
}
s, strike, del { text-decoration: line-through; }
em, cite, q { font-style:italic; }
ins, mark { color: var(--head-color); text-decoration: none; padding: 0 3px; }
code {
color: #444444;
}
legend {
color: #000;
padding: 5px 10px;
font-weight: 600;
display: table;
max-width: 100%;
border-bottom: none;
width: auto;
padding: 0;
white-space: normal;
}
.gallery .gallery-icon img {
height: auto;
max-width: 100%;
padding: 0;
border: 5px solid #fff;
-moz-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
-webkit-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
}
fieldset {
margin-bottom: 1rem;
border: 1px solid #e9e9e9;
margin: 0 2px;
padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p { margin: 0px 0 20px; }
.post-edit-link i{margin-left: 0px;}
.post-edit-link{margin-left: 5px;}
::-webkit-input-placeholder { color: #463838; }
:-moz-placeholder { color: #463838; }
::-moz-placeholder { color: #463838; }
:-ms-input-placeholder { color: #463838; } .responsive-video {
height: 0;
padding-top: 1px;
position: relative;
padding-bottom: 56.25%; }
.responsive-video iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border: none;
border-radius: 0;
}
.bs-card-box {
background: var(--bg-color);
color: var(--text-color);
box-shadow: var(--bxsh);
border: var(--bxbr);
overflow: hidden;
border-radius: var(--bxbra);
}
.bs-card-box.padding-20 .attachment-full.size-full{
border: var(--bxbr);
border-radius: var(--bxbra);
}
.wrapper {
overflow: hidden;
}
.wd-back {
padding: 20px;
box-shadow: var(--bxsh);
margin-bottom: 50px;
border: var(--bxbr);
border-radius: var(--bxbra);
} 
.modal .btn-close{
line-height: 1;
opacity: 1;
}
.modal .form-control {
height: 55px;
} h1, .h1 {
font-size: 34px;
}
h2, .h2 {
font-size: 32px;
}
h3, .h3 {
font-size: 28px;
}
h4, .h4 {
font-size: 24px;
}
h5, .h5 {
font-size: 20px;
}
h6, .h6 {
font-size: 16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: var(--headFont);
font-weight: 800; 
color: var(--head-color);
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
letter-spacing: 0;
line-height: 1.3;
text-size-adjust: 100%;
text-rendering: optimizeSpeed;
}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter {
text-align: center;
}
blockquote {
position: relative;
width: 100%;
border-width: 0 0 0 5px;
border-style: solid;
padding-left: 8px;
padding: 30px;
border-radius: 10px;
}
blockquote::before {
content: "\f10d";
display: table;
float: left;
font-family: 'Font Awesome 5 Free';
font-size: 28px;
margin-top: 6px;
font-weight: 900;
width: 6%;
}
blockquote p {
font-style: italic;
width: 94%;
display: table;
margin-bottom: 0;
}
.bshre{
transition-duration: .3s;
transition-property: transform;
transition-timing-function: ease-out;
transition: all 0.3s linear;
}
.bshre:hover{
transform: translateY(-8px);
}
.mb-n3 {
margin-bottom: -30px;
}
.mb-n4 {
margin-bottom: -40px;
} .btn, .more-link {
padding: 5px 25px;
font-size: 15px;
line-height: 30px;
overflow: hidden;
position: relative;
border-radius: 0;
font-weight: bold;
display: inline-block;
transition: all 0.2s ease 0s;
border-width: 3px;
border-style: solid;
border-radius: var(--bxbra);
}
.btn-theme:hover, .btn-theme:focus {
transition: all 0.3s ease 0s;
outline: none;
} .pagination > li:first-child > a, .pagination > li:first-child > span {
border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
margin: 0 6px 10px;
border-radius: 0;
border : none;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
transition: all 0.3s ease 0s;
}
.navigation.pagination .nav-links {
display: flex;
flex-wrap: wrap;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a { 
cursor: pointer;
display: inline-block; 
font-size: 18px;
line-height: 40px;
margin: 0 3px 10px;
padding: 0px;
vertical-align: baseline;
white-space: nowrap;
width: auto;
min-width: 40px;
height: 40px;
transition: all 0.3s ease 0s;
text-decoration: none;
position: relative;
float: left;
border: 2px solid #000;
box-shadow: 0 3px 0px #000;
border-radius: var(--bxbra);
}
.navigation.pagination .nav-links a i{ 
line-height: 40px;
}
.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
border-radius: 0;
}
.single-nav-links {
text-align: center;
margin-top: 30px;
}
.nav-links {
display: flex;
justify-content: space-between;
width: 100%;
gap: 10px;
}
.nav-links:has(.nav-next){
justify-content: end;
}
.nav-links:has(.nav-previous +.nav-next){
justify-content: space-between;
}
.nav-links a, .single-nav-links a {
font-size: 16px;
font-weight: 700;
letter-spacing: -.02em;
line-height: 1.2;
width: 100%;
}
.single-nav-links a, .single-nav-links span {
display: inline-block;
margin: 0 3px 10px;
line-height: 40px;
width: auto;
min-width: 40px;
height: 40px;
transition: all 0.3s ease 0s;
border: 2px solid #000;
box-shadow: 0 3px 0px #000;
border-radius: var(--bxbra);
}
button.mfp-close:hover, button.mfp-close:focus {
background: inherit;
}
.navigation + .navigation {
display: flex;
align-items: center;
} 
.navigation p{ 
margin-bottom: 10px;
}
.post-items ul:not(.post-categories) li a,.post-items ol:not(.post-categories) li a, .post-items table a, strong a, blockquote a, code a, .navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:hover, #cancel-comment-reply-link, .comment-reply-link, .mg-blog-post-box a, 
.widget_text a:not(.more-link):not(.button),
.comment-content a,
.theme-custom-block a, .comment-detail .edit-link a, 
.comment-detail .reply a, 
pre.wp-block-code a, #cancel-comment-reply-link, .comment-reply-link{
text-decoration: underline;
}
.comments-area .reply a {
text-decoration: none;
}
.comments-area .comments-title{
word-break: break-word;
} .bs-social {
padding: 0px;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.bs-social li {
display: inline-flex;
margin-bottom: 5px;
border-bottom: none;
}
.bs-social li a {
margin: 2px 2.5px;
}
.bs-social li a i {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
line-height: 45px; 
text-align: center;
padding: 0;
border-radius: 50%;    
position: relative;
z-index: 1;
overflow: hidden;
border: 2px solid #000;
}
.bs-social li a i:hover::after {
height: 100%;
}
.bs-social li a i::after {
content: '';
display: block;
position: absolute;
bottom: 0%;
left: 0;
width: 100%;
height: 0%;
z-index: -1;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.bs-section {
padding: 50px 0;
}
.bs-default [role=button] {
cursor: pointer;
padding: 15px 0;
}
.padding-20 {
padding: 20px;
} .bs:hover .swiper-button-prev {
left: 2%;
opacity: 1;
}
.bs:hover .swiper-button-next {
right: 2%;
opacity: 1;
}
.bs .swiper-button-prev, .bs .swiper-button-next {
width: 50px;
height: 50px;
transition: all .3s ease;
opacity: 0;
border-radius: 50px;
border-width: 3px;
border-style: solid;
}
.bs .swiper-button-prev:after, .bs .swiper-button-next:after {
font-size: 18px;
}
.bs .swiper-pagination-bullet {
width: 8px;
height: 8px;
border-radius: 5px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
padding: unset;
background: #f3eeee;
}
.bs .swiper-pagination-bullet-active {
width: 18px;
height: 8px; 
background: #ffcc00;
}
.bs .swiper-button-prev.swiper-button-disabled, .bs .swiper-button-next.swiper-button-disabled{
opacity: 0;
}
.bs:hover .swiper-button-prev.swiper-button-disabled, .bs:hover .swiper-button-next.swiper-button-disabled{
opacity: 0.35;
}
.mg-latest-news{
width: 100%;
height: 40px;
position: relative;
margin: 0;
display: flex;
align-items: center;
}
.mg-latest-news .bn_title .title{
display: inline-flex;
margin: 0; 
line-height: inherit;
font-size: 18px;
font-weight: bold; 
box-sizing: border-box; 
padding: 0 10px;
border-radius: var(--bxbra);
border: 3px solid #fff; 
} 
.mg-latest-news .bn_title {
width: auto; 
display: inline-block;
position: relative;
z-index: 1;
border-radius: 5px;
padding-right: 15px;
}
.mg-latest-news .mg-latest-news-slider a{
text-decoration: none;
font-weight: normal;
padding-left: 20px;
}
.mg-latest-news .mg-latest-news-slider a i{ 
margin-right: 8px;
}
.mg-latest-news .mg-latest-news-slider {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
left: 0px; 
right: 40px; 
font-size: 16px;
line-height: 30px;
overflow: hidden;
width: 100%;
margin: 0 auto;
white-space: nowrap;
box-sizing: border-box;
z-index: 0;
}  .switch{
position: relative;
display: inline-block;
width: 28px;
height: 24px;
}
.switch input{
display: none;
}
.switch .slider{
position: absolute;
cursor: pointer;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 34px;
transition: .4s;
}
.switch .slider::before{
content: '';
position: absolute;
width: 20px;
height: 20px;
left: 4px;
bottom: 2px;
border-radius: 50%;
transition: 0.4s;
content: "\f186";
font-family: "Font Awesome 5 Free";
font-size: 14px;
font-weight: 900;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #000;
}
.switch .dark + .slider::before{ 
content: "\f185";
} .bs-default .bs-header-main {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}
.bs-default .navbar-wp {
margin: 0;
z-index: 999;
transition: all 1s ease-out;
border-radius: 0;
height: auto;
}
.bs-default .navbar-header {
height: auto;
}
.bs-default .navbar-header img {
width: 100%;
height: 100%;
}
.bs-default .navbar-wp .navbar-nav > li> a {
padding: 15px 15px;
font-weight: 500;
}
.bs-default .navbar-wp .navbar-nav > li> a:hover, 
.bs-default .navbar-wp .navbar-nav > li> a:focus, 
.bs-default .navbar-wp .navbar-nav > .active > a, 
.bs-default .navbar-wp .navbar-nav > .active > a:hover, 
.bs-default .navbar-wp .navbar-nav > .active > a:focus {
opacity: 0.8;
}
.bs-default [role=button] {
cursor: pointer;
padding: 15px 0;
}
.bs-default .bs-header-main .inner {
display: flex;
padding: 0;
margin: 0;
height: 200px;
align-items: center;
text-align: center;
}
.bs-default .navbar-header {
display: flex;
justify-content: flex-end;
align-items: center; 
flex-direction: column;
}
.bs-default .bs-header-main .inner {
height: auto;
padding: 50px 0;
position: relative;
}
.bs-default .navbar-brand {
height: 100px;
}
.bs-default .navbar-brand img{
width: 100%;
height: 100%;
}
.bs-default .navbar-brand {
margin-right: unset;
padding-top: 0;
}
.bs-default .navbar-wp {
margin: 0;
padding: 0;  
z-index: 1000; 
box-shadow: var(--bxsh); 
border: var(--bxbr);
border-radius: var(--bxbra);
} .bs-headtwo .navbar-wp {
margin: 0;
z-index: 999;
transition: all 1s ease-out;
border-radius: 0;
min-height: 90px;
height: auto;
box-shadow: var(--bxsh);
border: var(--bxbr);
}
.bs-headtwo .navbar-brand {
margin-right: unset;
}
.bs-headtwo .navbar-header img {
width: 100%;
height: 100%;
}
.bs-headtwo .desk-header {
padding: 0px;
}
.bs-headtwo .navbar-wp .navbar-nav > li> a {
padding: 7px 15px;
}
.bs-headtwo [role=button] {
cursor: pointer;
padding: 15px 0;
} .bs-headthree .bs-header-main{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}
.bs-headthree .bs-header-main .inner{
display: flex;
padding: 15px 0;
margin: 0;
min-height: 150px;
height: 100%;
align-items: center;
text-align: center;
}
.bs-headthree .info-right {
display: flex;
justify-content: flex-end;
}
.bs-headthree .info-right div {
margin-left: 4px;
margin-right: 4px;
}
.bs-headthree .navbar-brand {
margin-right: unset;
}
.bs-headthree .navbar-wp {
margin: 0;
z-index: 999;
transition: all 1s ease-out;
border-radius: 0;  
padding: 0;
height: auto;
min-height: 58px;
border-radius: 0;
margin-bottom: 30px;
box-shadow: var(--bxsh);
border: var(--bxbr); 
}
.bs-menu-full {
position: relative;
}
.bs-headthree .navbar-wp .navbar-nav > li> a {
padding: 8px 15px;
}
.bs-headthree .navbar-wp .navbar-nav > li > a:hover, 
.bs-headthree .navbar-wp .navbar-nav > li > a:focus, 
.bs-headthree .navbar-wp .navbar-nav > .active > a, 
.bs-headthree .navbar-wp .navbar-nav > .active > a:hover, 
.bs-headthree .navbar-wp .navbar-nav > .active > a:focus {
opacity: 0.8;
}
.bs-headthree .desk-header { 
padding: 5px 0;
gap: 8px;
}
.bs-header-main .navbar-header .custom-logo{
max-width: 100%;
height: auto;
object-fit: contain;
} .bs-headfour {
position: relative;
left: 0;
right: 0;
z-index: 2;
} .bs-headfour .bs-head-detail{
background: transparent;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.bs-headfour .navbar-wp {
margin: 0;
z-index: 999;
transition: all 1s ease-out;
border-radius: 0;
min-height: 90px;
height: auto;
}
.bs-headfour .navbar-brand {
margin-right: unset;
}
.bs-headfour .navbar-header img {
width: 100%;
height: 100%;
}
.bs-headfour .desk-header {
padding: 0px;
}
.bs-headfour .navbar-wp .navbar-nav > li> a {
padding: 7px 15px;
}
.bs-headfour [role=button] {
cursor: pointer;
padding: 15px 0;
} .bs-head-detail {
padding: 8px 0;
position: relative;
z-index: 1;
}
.bs-head-detail ul {
display: flex;
margin: 0;
padding: 0;
}
.bs-head-detail .info-left {
justify-content: flex-start;
}
.bs-head-detail .info-left li {
display: inline-block;
margin-right: 15px;
padding: 0;
}
.bs-head-detail .info-left li a {
font-size: 13px;
}
.bs-head-detail .info-left i {
font-size: 14px;
padding-right: 10px;
}
.bs-head-detail .btn-theme.quote {
margin: -5px 0 -5px 0;
border-radius: 0;
float: right;
}
.bs-head-detail .top-date {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: var(--bxbra);
border: 3px solid;
}
.bs-head-detail .top-date .day {
font-size: 14px;
margin-right: 6px;
line-height: 0.8;
font-weight: 700;
letter-spacing: 0.2px;
}
.bs-head-detail .top-date .deta {
font-size: 13px;
font-weight: 400;
line-height: 1.2;
word-break: break-word;
}
.bs-head-detail .top-date .time {
padding: 0 4px;
height: 20px;
line-height: 1;
display: flex;
align-items: center; 
border-radius: 5px;
}
.btn.btn-subscribe {
padding: 0 8px;
}
.bs-head-detail .info-right {
justify-content: flex-end;
}
.info-right li {
display: inline-block;
margin-right: 15px;
padding: 0;
}
.info-right li:last-child {
margin-right: unset;
}
.bs-head-detail .info-right li a {
font-size: 13px;
}
.bs-head-detail .info-right i {
font-size: 14px;
padding-right: 10px;
}
.bs-head-detail .bs-social {
padding: 0;
flex-wrap: wrap;
justify-content: flex-end;
}
.bs-head-detail .bs-social li {
margin: 0;
padding: 0;
display: inline-flex;
}
.bs-head-detail .bs-social li a i {
font-size: 14px;
padding-right: unset;
}
.bs-cart {
position: relative;
}
.bs-cart-count {
background: #e33729;
border-radius: 20px;
color: #ffffff;
display: inline-block;
font-size: 9px;
font-weight: bold;
height: 16px;
line-height: 15px;
margin-left: -15px;
margin-top: 0;
position: absolute;
text-align: center;
vertical-align: top;
width: 16px;
}
.navbar-brand {
font-size: 26px;
height: auto;
line-height: 25px;
margin-right: 50px;
padding: 15px 0;
text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand .site-description {
font-size: 13px;
line-height: 0;
margin-bottom: 0;
}
.navbar-wp .navbar-nav > li> a {
padding: 0 12px;
margin-right: 0;
font-size: 16px;
line-height: 2.3;
letter-spacing: 0.5px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
transition: all .25s ease-out;
margin-bottom: 0px;
font-weight: 600;
display: block;
font-family: var(--headFont);
}
.navbar-nav {
justify-content: center;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
background-color: transparent;
}
.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
background: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
background: transparent;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
align-items: center;
}
.navbar-wp [data-bs-toggle=offcanvas] {
cursor: pointer;
padding: 0;
}
[role=button] {
cursor: pointer;
padding: 15px;
}
.navbar-nav {
justify-content: center;
}
.navbar-toggle {
border-radius: 0;
margin: 10px auto;
position: absolute;
right: 5%;
border: none;
box-shadow: none;
}
.navbar-wp .dropdown-menu {
min-width: 200px;
padding: 0;
border: none;
border-radius: 0;
z-index: 10;
right: auto;
left: 0;
}
.dropdown-menu {
animation: growDown 300ms ease-in-out forwards;
transform-origin: top center;
}
.navbar-toggler.x:focus, .right-nav a:focus {
outline: none;
border: 1px solid;
}
.navbar-toggler.x {
padding: 5px;
}
@-moz-keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
@-webkit-keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
@-o-keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
@keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
.navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
border: 0
}
.navbar-wp .dropdown-menu > li > a {
padding: 8px 15px;
display: block;
transition: .3s;
font-weight: 500;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
right: 0;
left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
right: 0;
left: auto;
}
.navbar-wp .navbar-brand {
font-size: 22px;
line-height: 20px;
padding: 15px 0;
transition: all 0.25s ease-out 0s;
}
.navbar-wp .dropdown-menu.searchinner {
left: inherit !important;
right: 0!important;
padding: 10px;
min-width: 200px;
box-shadow: var(--bxsh);
border: 1px solid #c9c9c9;
}
.navbar-wp .dropdown-menu.searchinner .form-control {
margin-bottom: 0;
}
.navbar-wp .dropdown-menu.searchinner .btn {
border: medium none;
border-radius: 0 4px 4px 0;
height: 40px;
line-height: 25px;
padding: 5px 15px;
}
.m-header {
display: none;
}
.desk-header {
display: flex;
padding: 15px 0 15px 15px;
}
.desk-header .btn-theme{
padding: 6px 22px;
line-height: 20px;
margin-left: 10px;
}
.desk-header .msearch:focus {
outline: none;
}
.desk-header .msearch {
padding: 8px;
}
.bs-default .desk-header .msearch {
padding: 8px 10px;
}
.top-cart {
margin-left: 10px;
margin-right: 10px;
position: relative;
}
.right-nav a {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
width: 45px;
height: 45px;
line-height: 1;
border-radius: 50%; 
position: relative;
z-index: 1;
overflow: hidden;
border: 2px solid #000;
}
.right-nav a:hover::after, .bs_upscr:hover::after {
height: 100%;
}
.right-nav a::after, .bs_upscr::after {
content: '';
display: block;
position: absolute;
bottom: 0%;
left: 0;
width: 100%;
height: 0%;
z-index: -1;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.right-nav label:nth-child(1) {
margin-right: 0.5rem; 
}
.right-nav label:nth-child(2) {
margin-left: 0.5rem; 
margin-right: 0.5rem;
margin-bottom: 3px;
}
.right-nav label:nth-child(3) {
margin-right: 10px;
}
.switch {
padding: 0;
width: 35px;
height: 35px;
line-height: 1;
}
.switch .slider::before {
width: 45px;
height: 45px;
left: -1px;
bottom: -5px;
} html {
font-size: 100%;
} @media only screen and (max-width: 1200px) {
html {
font-size: 95%;
}
} @media screen and (max-width: 991px) {
html {
font-size: 90%; 
}
} @media screen and (max-width: 767px) {
html {
font-size: 85%; 
}
} @media screen and (max-width: 575px) {
html {
font-size: 80%; 
}
}
.site-branding-text .site-title a {
font-size: 60px;
line-height: 1.2; 
text-shadow: 4px 4px #ffcc00;
}
.site-title {
font-family: var(--headFont);
font-weight: 700;
}
.site-branding-text p { 
margin-bottom: 0;
padding: 5px 0;
}
.site-branding-text .site-description { 
font-size: 16px; 
}
.search-form{
display: flex;
gap: 10px;
}
.search-form label{
display: block;
width: 100%;
} .search-results-count{
margin-bottom: 0;
font-size: 17px;
margin-top: 5px;
} .missed {
padding-top: 0px;
padding-bottom: 10px;
}
.missed-area{
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.missed .bs-blog-post.three.md .title, .bs-single-related .bs-blog-post.three.md .title{
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
} .bs-widget-title  { 
display: flex;
width: 100%;
align-items: center;
margin-bottom: 20px;
padding: 0;
position: relative;
}
.bs-widget-title .title {
text-align: center;
margin-bottom: 0;
padding: 5px 30px;
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
border: var(--bxbr);
border-radius: 15px 15px 0 0;
width: 100%;
}
.recentarea {
border-radius: 5px;
padding: 20px 20px 10px 20px;
} .bs-widget {
margin-bottom: 30px;
}
.wp-block-tag-cloud a {
cursor: pointer;
display: inline-block;
font-size: 12px !important;
font-weight: bold;
line-height: 20px;
margin: 0 5px 9px 0;
padding: 6px 12px;
transition: all 0.4s ease-in-out 0s;
border-radius: 0;
text-transform: capitalize;
border-width: 3px;
border-style: solid;
box-shadow: var(--bxsh);
border-radius: var(--bxbra);
}
.bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
cursor: pointer;
display: inline-block;
font-size: 14px !important;
font-weight: bold;
line-height: 20px;
margin: 0 5px 9px 0;
padding: 6px 12px;
transition: all 0.4s ease-in-out 0s;
border-radius: var(--bxbra);
text-transform: capitalize;
border-width: 3px;
border-style: solid;
}
.bs-widget.promo {
height: 250px;
background-size: cover;
background-position: center;
position: relative;
transition: all 0.4s ease 0s;
text-align: center;
margin-bottom: 10px;
}
.bs-widget.promo .inner-content {
transition: all 0.4s ease 0s;
height: 100%;
position: relative;
width: 100%;
padding: 15px;
}
.bs-widget.promo:hover .text{
border: none;
}
.bs-widget.promo .text{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border: 1px solid rgba(255,255,255,1);
transition: all 0.6s ease;
position: relative;
}
.bs-widget.promo .text::before{
box-sizing: inherit;
content: '';
position: absolute;
top: 0;
left: 0;
border: 3px solid transparent;
width: 0;
height: 0;
}
.bs-widget.promo:hover .text::before{
transition: width .15s ease-out,height .25s ease-out .25s;
}
.bs-widget.promo .text::after{
box-sizing: inherit;
content: '';
position: absolute;
bottom: 0;
right: 0;
border: 3px solid transparent;
width: 0;
height: 0;
}
.bs-widget.promo:hover .text::after{
transition: border-color .25s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
}
.bs-widget.promo:hover .text::before,
.bs-widget.promo:hover .text::after{
width: 100%;
height: 100%;	
}
.bs-widget.promo h5{
z-index: 1;
font-size: 16px;
font-weight: 500;
}
.bs-widget.promo h5 a{
z-index: 1;
padding: 5px 20px;
}
.tabarea-area .nav-tabs .nav-link{
border-radius: 0;
}
.express-post-1 {
display: none;
} .wp-block-gallery{
display: flex;
flex-wrap: wrap;
margin: 0;
justify-content: space-between;
}
.wp-block-gallery .wp-block-image{
max-width: calc(50% - 5px);
flex-basis: calc(50% - 5px);
margin: 0;
} .custom-cate-list .fea-cate{
height: 100px;
background-position: center center; 
background-size: cover;
background-repeat: no-repeat;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
overflow: hidden;
padding: 20px;
color: #fff;
font-weight: 600;
margin-bottom: 20px;
}
.custom-cate-list .fea-cate span{
color: #fff;
position: relative;
}
.custom-cate-list .fea-cate span.badge {
background: #fff;
color: #000;
width: 40px;
height: 40px;
line-height: 35px;
}
.custom-cate-list .fea-cate::before{
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
content: "";
background: rgba(0,0,0,0.3);
} .featured-tab-widget .bs-widget-title {
justify-content: space-between;
display: flex;
align-items: center;
}
.featured-tab-widget .nav-link {
cursor: pointer;
font-size: 14px;
}
.featured-tab-widget .nav-link {
cursor: pointer;
font-size: 14px;
} #content {
padding-top: 24px;
padding-bottom: 50px;
}
.bs-widget.widget_text h2 {
font-size: 22px;
margin-bottom: 15px;
position: relative;
padding-bottom: 15px;
font-weight: 600;
}
.img-shadow {
box-shadow: -30px 30px 1px 0 #ffcc00;
} .bs-ads-area img {
max-width: 100%;
} .bs-blog-post {
margin-bottom: 30px;
box-shadow: var(--bxsh);
border: var(--bxbr);
overflow: hidden;
border-radius: var(--bxbra);
padding: 20px;
}
.bs-blog-post p {
word-break: break-word;
}
.bs-blog-post .more-link {
margin-top: 1rem;
}
.bs-blog-post.lg {
position: relative;
height: 475px;
overflow: hidden;
margin-left: 0;
margin-right: 1px;
margin-bottom: 1px;
background-color:#000;
}
.bs-blog-post.three.md {
width: 100%;
height: 200px;
}
.bs-blog-post .bs-blog-category {
justify-content: flex-start;
}
.bs-blog-post:hover {
box-shadow: var(--bxshover);
}
.bs-blog-thumb {
position: relative;
min-height: 20px;
overflow: hidden;
max-width: 100%;
border-radius: var(--bxbra); }
.link-div {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.back-img {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.bs-blog-thumb.lg {
height: 400px;
}
.bs-blog-thumb.md {
height: 220px;
}
.bs-blog-post .bs-blog-thumb img {
max-width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
border-width: 2px;	
border-style: solid;
}
.bs-blog-post .bs-blog-thumb.caption img { 
border-radius: 20px 20px 0 0;
border-width: 2px 2px 0 2px;	
}
.featured-image-caption{
display: block;
text-align: center;
border-width: 0 0 2px 0;	
border-style: solid;
border-radius: 0 0 20px 20px;
} .bs-blog-post.two {
background: unset;
box-shadow: unset;
border: none;
padding: 0;
}
.bs-blog-post.two .small {
margin: 0 20px;
position: relative;
top: -60px;
box-shadow: 0 4px 25px 0 rgb(0 0 0 / 20%);
padding: 20px;
border: var(--bxbr);
border-radius: var(--bxbra);
}
.bs-blog-post.two:hover {
box-shadow: unset;
} .bs-blog-post.three {
position: relative;
}
.bs-blog-post.three.lg {
height: 400px;
}
.bs-blog-post.three.sm {
height: 185px;
}
.bs-blog-post.three .bs-blog-category {
z-index: 5;
}
.bs-blog-post.three .title {
z-index: 5;
}
.bs-blog-post.three .title.sm {
font-size: 18px;
margin-bottom: 0;
}
.bs-blog-post.three .bs-blog-meta {
margin-bottom: 0;
z-index: 5;
}
.bs-blog-post.three .inner {
position: absolute;
bottom: 0;
padding: 25px;
z-index: 5;
top: 0;
bottom: 0;
right: 0;
left: 0;
display: flex;
justify-content: flex-end;
flex-direction: column;
}
.bs-blog-post.three .inner:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 0;
background-color: transparent;
background-image: linear-gradient(180deg, #02010100 48%, #121718 75%);
} .bs-blog-post.four {
display: flex;
background: transparent;
box-shadow: none;
border: none;
padding: 0;
}
.bs-blog-post.four:hover {
box-shadow: unset;
}
.bs-blog-post.four .bs-blog-thumb {
width:55%;
height: auto;
z-index: 0;
}
.bs-blog-post.four .small {
padding: 20px;
width: 66%;
margin: 25px 0;
margin-left: -120px;
position: relative;
border: 2px solid #000;
border-radius: var(--bxbra);
}
.bs-blog-post.four.noimg .small {
margin-left: -70px;
}
.col-md-12.fadeInDown:nth-child(even) .bs-blog-post.four{
flex-direction: row-reverse;
}
.col-md-12.fadeInDown:nth-child(even) .bs-blog-post.four .small {
margin-left: unset;
margin-right: -70px;
} .list-blog.bs-blog-post {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 1.5rem;
text-align: left;
padding: 45px;
}
.list-blog .bs-blog-thumb {
width: 100%;
height: 100%;
max-width: 100%;
min-width: 100%;
min-height: 250px;
border-radius: var(--bxbra);
border: 2px solid #000;
}
.list-blog .bs-blog-thumb.md {
height: 250px;
}
.list-blog .bs-blog-thumb .blog-slider {
height: 250px;
}
.list-blog .responsive-video {
min-height: 250px;
}
.list-blog.bs-blog-post .small {
padding: 0;
font-size: 17px;
}
.list-blog .bs-blog-category {
justify-content: flex-start;
}
.list-blog.right .bs-blog-thumb {
margin-left: 15px;
margin-right: unset;
}
.list-blog.bs-blog-post p {
margin-bottom: 0;
}
.list-blog.bs-blog-post:has(.bs-post-thumb){
align-items: center;
}
.list-blog .bs-post-thumb{
border: 2px solid #000;
}
.bs-post-thumb{
overflow: hidden;
border-radius: var(--bxbra);
} .small-post-list-widget .col-grid-2 {
display: grid;
grid-column-gap: 1.5rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.small-post-list-widget .small-post .img-small-post {
width: 34%;
height: 150px;
} .bs-recent-blog-post {
margin-bottom: 30px;
}
.bs-recent-blog-post .small-post {
margin-bottom: 10px;
}
.bs-recent-blog-post .small-post .img-small-post {
width: 60px;
height: 60px;
}
.bs-recent-blog-post .small-post .img-small-post.full{
height: auto;
}
.bs-recent-blog-post .small-post .img-small-post img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bs-recent-blog-post .small-post .img-small-post.full img{
max-width: 100%;
height: auto;
}
.bs-recent-blog-post .small-post .img-small-post.right {
margin-left: 15px;
margin-right: 0;
border: 2px solid #000;
border-radius: 4px;
}
.bs-recent-blog-post .small-post .title {
margin-bottom: 0;
}
.bs-recent-blog-post .bs-blog-meta span {
font-size: 12px;
} .small-post {
position: relative;
overflow: hidden;
margin-bottom: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 8px;
}
.small-post .img-small-post {
width: 20%;
height: 85px;
margin-right: 25px;
overflow: hidden;
position: relative;
border-radius: 0;
transition: all .3s ease-out;
}
.small-post-content {
-ms-flex: 1;
flex: 1;
}
.small-post .title{
font-size: 16px;
font-weight: 600;
line-height: 1.2;
}
.bs-widget .small-post-content .title{
font-weight: 600;
line-height: 1.2;
text-align: left;
} .mainfeatured {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
.mainfeatured:before {
content: "";
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
}
.mainfeatured.over { 
margin-bottom: 30px;
}
.mainfeatured.over .inner {
padding-bottom: 40px; 
padding-top: 40px;
}
.mainfeatured .homemain {
margin-bottom: 1.5rem;
border-radius: var(--bxbra);
}
.bs-slide {
height: 500px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
position: relative;
border-radius: var(--bxbra);
overflow: hidden;
border: var(--bxbr);
}
.bs-slide.overlay:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bs-slide .inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 65%;
height: auto;
padding: 30px 15px;
text-align: center;
z-index: 1;
position: relative;
border-radius: var(--bxbra);
border: var(--bxbr);
overflow: hidden;
background: var(--box-color);
box-shadow: var(--bxsh);
}
.bs-slide .inner::after {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
opacity: 0.8;
}
.bs-slide.two .inner {
border-radius: var(--bxbra);
border: var(--bxbr);
overflow: hidden;
background: #fff;
}
.bs-slide.three {  
align-items: flex-end; 
}
.bs-slide.three .inner { 
width: 100%;
}
.bs-slide .inner .title {
font-size: 45px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 15px; 
}
.bs-slide.colmn .inner .title {
font-size: 24px;
font-weight: 700;
}
.bs-slide.colmn .inner {
width: 90%;
} .bs-blog-category {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 0;
margin-bottom: 10px;
justify-content: center;
row-gap: 7px;
column-gap: 8px;
}
.bs-blog-category a {
font-size: 14px;
padding: 4px 8px;
line-height: 1;
font-weight: 600;
cursor: pointer; 
border-radius: 0;
display: inline-flex;
align-items: center;
border: 2px solid #000;
border-radius: 15px;
box-shadow: 2px 2px 0px #000;
}
.bs-blog-category a i {
font-size: 10px;
margin-right: 3px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.bs-blog-post .title {
font-size: 27px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
text-decoration: none;
word-break: break-word;
}
.bs-blog-post:not(:has(.bs-blog-meta, .bs-content p:not(:empty))) .title{
margin-bottom: 0;
}
.bs-blog-post .title.sm {
font-size: 22px;
line-height: 1.2;
}
.bs-blog-post .small {
padding: 20px 0 0 0;
font-size: 17px;
word-break: break-word;
} .bs-blog-post .bs-blog-meta {
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
row-gap: 5px;
}
.bs-post-meta a {
display: inline-block;
}
.bs-blog-meta span {
padding-right: 8px;
font-size: 14px;
font-weight: 600;
}
.bs-blog-meta .bs-author .auth img {
border-radius: 50%;
width: 25px;
height: 25px;
margin-right: 8px;
margin-left: 1px;
display: unset; 
box-shadow: 0px 2px 8px 1px rgba(33, 33, 33, 0.3);
border: var(--bxbr);
}
.bs-blog-date:before, .comments-link:before, .cat-links:before, .tag-links:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: relative;
display: inline-block;
padding-right: 2px;
padding-left: 1px;
text-decoration: inherit;
vertical-align: baseline;
opacity: 0.8;
}
.bs-blog-date:before{
content: "\f017";
}
.comments-link:before {
content: "\f086";
}
.cat-links:before { content: "\f07c"; }
.tag-links:before { content: "\f02c"; }
.bs-author-pic img {
width: 80px;
height: 80px;
} .post-share-icons {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 30px 0;
justify-content: center;
border-width: 1px 0 0;
border-style: solid;
margin-top: 10px;
gap: 0.538rem;
}
.post-share-icons a {
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
position: relative;
z-index: 1;
display: block;
border-radius: 50%;
overflow: hidden;
transition: all 0.2s;
} .bs-blog-post.single {
text-align: left;
}
.bs-blog-post.single .bs-header .title {
font-size: 38px;
font-weight: 800;
}
.bs-blog-post .single .nav-links{
padding: 2rem;
border-radius: 10px;
}
.bs-blog-post .single .nav-links div{
box-sizing: border-box;
flex-basis: 50%;
}
.bs-blog-post .single .nav-links .nav-next{
text-align: end;
}
.bs-blog-post .bs-header {
padding: 0px;
padding-bottom: 20px;
}
.bs-blog-post .bs-header .btitle {
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
}
.bs-blog-post .bs-header .bs-read {
margin-left: 3px;
margin-right: 6px;
}
.bs-blog-post .bs-header .bs-info-author-block {
box-shadow: inherit;
margin:0;
padding: 0;
border: none;
}
.bs-blog-post .bs-header .bs-blog-meta .bs-author .auth img {
width: 40px;
height: 40px;
}
.bs-info-author-block {
display: flex; 
box-shadow: var(--bxsh);
border: var(--bxbr);
overflow: hidden;
border-radius: var(--bxbra);
}
.bs-info-author-block .bs-author-pic img {
margin: 0;
border-radius: 50%;
box-shadow: 0px 2px 8px 1px rgb(33 33 33 / 30%);
width: 80px;
height: 80px;
max-width: unset !important;
object-fit: cover;
border: var(--bxbr);
} .comment-list {
list-style: none;
padding: 0;
margin: 0;
}
.comments-area .comment-body {
position: relative;
padding: 25px 25px 25px 70px;
min-height: 120px;
overflow-wrap: break-word;
word-wrap: break-word;
border-radius: 3px;
z-index: 0;
margin-bottom: 25px;
border-width: 0 0 1px;
border-style: solid;
}
.comment-list .children {
position: relative;
padding: 0;
margin: 0;
margin-left: 2.5rem;
z-index: 0;
list-style: none;
}
.comment-body .reply {
text-align: right;
}
#comments img {max-width: 100%;}
.reply a {
font-size: 14px;
padding: 5px 17px;
font-weight: bold;
border-radius: 0;
display: inline-block;
border-width: 3px;
border-style: solid;
transition: all 0.4s ease-in-out 0s;
border-radius: var(--bxbra);
}
.comments-area .comment-meta {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: flex-start;
align-items: flex-start;
-ms-flex-direction: row;
flex-direction: row;
}
.comment-meta .comment-metadata { 
width: 100%;
display: flex;
justify-content: space-between;
}
.comment-metadata .edit-link:before {
content: "\f044";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 14px;
margin-right: 5px;
}
.comment-content {
position: relative;
z-index: 0;
padding: 16px 40px 16px 0;
}
.comments-area img.avatar {
border-radius: 60%;
position: absolute;
z-index: 0;
left: 0;
top: 28px;
width: 60px;
height: 60px;
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.comment-form textarea {
height: 250px;
} .bs-masonry-columns {
columns: 3;
column-gap: 1.5rem;
}
.bs-masonry-columns .bs-blog-post { 
margin: 0 1rem 1rem 0;
display: inline-block;
width: 100%; 
} .bs-breadcrumb-section {
margin-top: 0;
margin-bottom: 20px;
}
.bs-breadcrumb-section .overlay {
padding: 10px 0;
position: relative;
box-shadow: var(--bxsh);
border: var(--bxbr);
border-radius: var(--bxbra);
}
.bs-breadcrumb-section .breadcrumb {
margin-bottom: 0;
}
.bs-breadcrumb-section .breadcrumb, .bs-breadcrumb-section .breadcrumb a {
font-size: 13px;
}
.bs-breadcrumb-title {
padding: 0;
}
.bs-breadcrumb-title h1 {
font-size: 40px;
font-weight: 700;
margin: 0;
line-height: 48px;
padding-bottom: 0px;
}
.bs-page-breadcrumb {
list-style: none outside none;
margin-bottom: 0;
padding: 0;
font-size: 15px;
line-height: 30px;
}
.bs-page-breadcrumb > li {
display: inline-block;
}
.bs-page-breadcrumb > li + li:before {
content: "\f178";
font-family: 'Font Awesome 5 Free';
padding: 0 5px;
}
.bs-breadcrumb-section .bs-blog-category{
position: relative;
left: 0;
}
.bs-breadcrumb-inner {
display: flex;
width: 100%;
} .page-entry-title .bs-breadcrumb-section{
margin-bottom: 0;
}
.page-entry-title .bs-breadcrumb-section .overlay{
border: none;
box-shadow: none;
}
.page-entry-title{
display: flex;
align-items: center;
padding: 20px;
justify-content: space-between;
margin-bottom: 30px;
} .bs-sidebar a {
transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .btn {
padding: 2px 12px;
border: none;
border-radius: 0;
height: 40px;
}
.bs-sidebar .bs-widget {
margin-bottom: 30px;
padding: 15px 15px 5px 15px;
border-radius: 0;
box-shadow: var(--bxsh);
border-radius: var(--bxbra);
border: var(--bxbr);
}
.bs-sidebar .widget_search {
padding: 15px;
}
.bs-widget ul {
padding: 0;
margin: 0;
list-style: none;
}
.bs-widget ul li:last-child {
border: none;
margin-bottom: 0;
}
.bs-widget ul li {
display: block;
letter-spacing: 0.2px;
line-height: 22px;
margin: 0 0 10px;
overflow: hidden;
padding: 0;
border-width: 0 0 1px 0;
border-style: solid;
}
.bs-sidebar .bs-widget h2 form {
padding: 0 10px;
}
.bs-sidebar .bs-widget ul li {
padding: 10px 0;
position: relative;
transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul li a:hover {
transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu {
margin-left: 15px;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu li {
border-bottom: none;
padding: 10px 0 0;
}
.bs-sidebar .bs-widget.widget_search .btn {
border: medium none;
border-radius: 0;
height: 40px;
line-height: 25px;
padding: 5px 15px;
transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .bs-widget-tags, .bs-sidebar .bs-widget .tagcloud {
margin: 0 0 10px;
overflow: hidden;
padding: 0;
}
.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a, .tagcloud a {
cursor: pointer;
display: inline-block;
font-size: 14px !important;
font-weight: bold;
line-height: 20px;
margin: 0 5px 9px 0;
padding: 6px 12px;
transition: all 0.4s ease-in-out 0s;
border-radius: var(--bxbra);
text-transform: capitalize;
border-width: 3px;
border-style: solid;
}
.bs-sidebar .bs-widget-tags a:hover, .bs-sidebar .bs-widget .tagcloud a:hover {
transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul.bs-social {
padding: 10px 0px;
margin: 0;
}
.bs-sidebar .bs-widget ul.bs-social li {
display: inline-flex;
border: inherit;
padding: 0;
}
.bs-sidebar .bs-widget ul.bs-social li a i {  
margin: 0px;
text-align: center;  
padding: 0;
}  .recentarea-slider {
height: 450px;
counter-reset: tr_post;
position: relative;
}
.recentarea-slider .swiper-button-prev, .recentarea-slider .swiper-button-next {
position: absolute;
top: 20px;
transform: rotate(90deg);
}
.recentarea-slider .small-post {
counter-increment: tr_post;
border-width: 0 0 1px 0;
border-style: solid;
padding-bottom: 20px;
}
.recentarea-slider .img-small-post:before {
content:  counter(tr_post);
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 14px;
font-weight: 700;
background: #ffcc00;
color: #fff;
border: 2px solid #fff;
position: absolute;
left: 0;
top: 0;
}
.recentarea-slider .small-post .img-small-post {
width: 80px;
height: 80px;
border-radius: 50%;
overflow: unset;
border: var(--bxbr);
} .custom-cate-list ul li a{
min-height: 100px;
background-position: center center; 
background-size: cover;
background-repeat: no-repeat;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
overflow: hidden;
padding: 20px;
color: #fff;
font-weight: 600;
}
.custom-cate-list ul li a span{
color: #fff;
position: relative;
}
.custom-cate-list ul li a span.badge {
background: #fff;
color: #000;
width: 40px;
height: 40px;
line-height: 35px;
}
.custom-cate-list ul li a::before{
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
content: "";
background: rgba(0,0,0,0.3);
}  .bs-widget .bs-author {
margin-top: 25px;
}
.bs-author img.rounded-circle {
margin-bottom: 20px;
width: 130px;
height: 130px;
object-fit: cover;
}  .bs-widget .calendar_wrap table {
width: 100%;
font-size: 15px;
}
.bs-widget .calendar_wrap table caption {
font-size: 16px;
font-weight: 500;
line-height: 35px;
margin-bottom: 0;
padding: 5px 12px;
text-align: center;
border-width: 1px;
border-style: solid;
}
.bs-widget .calendar_wrap table thead th {
border-width: 1px;
border-style: solid;
}
.bs-widget .calendar_wrap table tbody td:hover, .bs-widget .calendar_wrap table tbody #today:hover {
transition: all 0.3s ease 0s;
}
.bs-widget .calendar_wrap table tfoot {
border-width: 1px;
border-style: solid;
}
.bs-widget .calendar_wrap table thead th {
text-align: center;
padding: 6px 0;
}
.bs-widget .calendar_wrap table tbody td {
line-height: 1.7;
transition: background 0.15s ease 0s;
text-align: center;
border-width: 1px;
border-style: solid;
padding: 3px 5px; 
}
.bs-widget .calendar_wrap table tfoot {
font-size: 11px;
}
.bs-widget .calendar_wrap table tfoot tr td#prev {
padding: 5px;
text-transform: uppercase;
}
.bs-widget .calendar_wrap table tfoot tr td#next {
padding: 5px;
text-align: right;
text-transform: uppercase;
}
.bs-widget .calendar_wrap .wp-calendar-nav {
display: flex;
justify-content: space-between;
padding: 5px 5px 0px 5px;
} .bs-sidebar .bs-widget .textwidget select, .bs-sidebar .bs-widget .textwidget img {
width: 100%;
}
.bs-sidebar .bs-widget .textwidget img.size-large {
height: auto;
} .bs-sidebar .bs-widget.widget_product_search .btn {
padding: 2px 12px;
height: 40px;
border-radius: 0;
margin-left: -1px;
} .bs-sidebar .bs-left-menu-widget ul li {
border-radius: 0;
margin: 0;
padding: 10px 20px;
}
.bs-sidebar .bs-left-menu-widget ul li:hover, .bs-sidebar .bs-left-menu-widget ul li.active {
border-radius: 0 30px 30px 0;
}
.wp-block-group__inner-container{
overflow-x: hidden;
}
ol.wp-block-latest-comments{
overflow-x: hidden;
padding: 0;
}
ol.wp-block-latest-comments a{
word-break: break-word;
} .bs-sidebar .wp-block-social-links .wp-social-link{
padding: 0;
}
.bs-sidebar .wp-block-social-links .wp-social-link:last-child{
margin-bottom: 10px;
}
.bs-sidebar .wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover{
padding: 0.25em;
} .wp-block-latest-posts__list .wp-block-latest-posts__featured-image img.size-large { 
margin-bottom: 16px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image + .wp-block-latest-posts__post-title{
font-weight: 600;
font-family: var(--headFont);
}
table {
border-collapse: collapse;
margin: 0 0 24px;
width: 100%;
word-wrap: break-word;
}
.content table, .single table .content th, .single th .content td, .single td {
border: 1px solid #e9e9e9;
}
.content td, .single td {
padding: 8px 11.2px;
}
table, th, td {
border: 1px solid #e9e9e9;
} .bs-error-404 h1 {
font-size: 100px;
line-height: 80px;
}
.bs-error-404 h1 i {
padding: 5px;
text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.bs-error-404 h4 {
line-height: 40px;
}
.bs-error-404 p {
line-height: 30px;
} .subscibe-area {
border-radius: 5px;
box-shadow: var(--bxsh); 
display: flex;
align-items: center;
transform: translateY(-30px);
}
.subscibe-area .mc4wp-form-fields {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.subscibe-area .mc4wp-form-fields input[type="email"] {
height: 54px;
}
.subscibe-area .mc4wp-form-fields p {
margin-bottom: unset;
}
.subscibe-area .mc4wp-form-fields label {
margin-top: -29px;
}
.subscibe-area .mc4wp-form-fields input[type="submit"] { 
margin-left: -13px;
} footer .bs-footer-widget-area {
padding-top: 40px;
}
footer .site-title {
margin-bottom: 1rem;
}
footer .site-branding-text .site-title-footer a {
font-size: 30px;
font-family: var(--headFont);
font-weight: 600;
}
footer .site-branding-text .site-title-footer {
line-height: 38px;
}
footer .bs-widget ul li {
border: none;
}
footer .bs-recent-blog-post .small-post {
background: unset;
margin-bottom: 0;
}
footer .divide-line {
margin-bottom: 20px;
height: 2px;
width: 100%;
background: #1a182e;
}
footer .bs-footer-bottom-area {
padding-bottom: 20px;
}
footer .bs-widget {
background: unset;
} 
.footer-logo { 
border-radius: 0%;
overflow: hidden;  
display: flex;
align-items: center;
display: block;
} 
.footer-logo a.navbar-brand{
margin-right: 0; 
} 
.col-md-4 .footer-logo { 
margin: 0 auto;
}
.footer-logo img{
width: 100%;
height: 100%;
object-fit: contain;
}
.bs-footer-copyright .copyright-overlay{
padding: 15px 0;
}
footer .bs-footer-copyright, footer .bs-footer-copyright p, footer .bs-footer-copyright a {
margin-bottom: 0;
}
.bs-footer-copyright .info-right{
padding: 0;
margin: 0;
}
.bs-footer-copyright .info-right li{
margin-right: 0;
}
footer .info-right .nav-link{
padding: 0.5rem 0rem 0.5rem 1rem;
}
footer .wp-block-heading { 
padding: 5px 30px;
display: flex;
width: 100%;
align-items: center;
margin-bottom: 20px;
position: relative;
border-style: solid;
border-width: 3px;
border-radius: 15px 15px 0 0;
justify-content: center;
}
footer ul.menu li.menu-item:before{
content: '\';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
margin-right: 10px;
}
footer .bs-footer-copyright .text-xs {
margin: auto 0;
}
footer .bs-widget .sub-menu{
padding-left: 20px;
}
footer .bs-widget .sub-menu li:first-child {
margin-top: 10px;
} .bs_upscr {
bottom: 2%;
display: none;
height: 3.125rem;
width: 3.125rem;
opacity: 1;
overflow: hidden;
position: fixed;
right: 10px;
text-align: center;
z-index: 9999;
border-radius: 50%;
border-width: 3px;
border-style: solid;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bs_upscr:hover {
opacity: 1;
}
.bs_upscr i {
font-size: 1rem;
line-height: 2.813rem;
}
.bs_upscr:hover, .bs_upscr:focus {
border-width: 3px;
border-style: solid;
transition: all 0.3s ease 0s;
}
.container.mobi-menu {
display: none;
}  *:focus {
outline: 0;
}
.woocommerce h2 {
font-size: 22px;
}
.woocommerce h3 {
font-size: 20px;
} .site-description {
margin-bottom: 0;
} .entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone { }
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.attachment-full.size-full {
max-width: 100%;
height: auto;
}
.size-large {}
.size-medium {}
.size-thumbnail {} .wpcf7-form { margin-bottom: 50px; }
.wpcf7-form label {display: block;}
.wpcf7-textarea {
height: 200px;
}
.commentlist .bypostauthor {}
.commentlist li ul.children li.bypostauthor {}
.sticky{} .gallery {
margin-left: -0.5em;
margin-right: -0.5em;
}
.gallery:after {
display: table;
content: "";
clear: both;
}
.gallery-item {
margin: 0;
float: left;
padding: 0.5em;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none;
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-3 .gallery-item {
width: 33.3333%
}
.gallery-columns-4 .gallery-item {
width: 25%
}
.gallery-columns-5 .gallery-item {
width: 20%
}
.gallery-columns-6 .gallery-item {
width: 16.6667%
}
.gallery-columns-7 .gallery-item {
width: 14.2857%
}
.gallery-columns-8 .gallery-item {
width: 12.5%
}
.gallery-columns-9 .gallery-item {
width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
} .screen-reader-text {
position: absolute;
margin: -1px;
padding: 0;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
word-wrap: normal !important;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.no-js .some-element .screen-reader-text {
position: static;
-webkit-clip-path: none;
clip-path: none;
width: auto;
height: auto;
margin: 0;
} :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border: none;
}
.wp-block-search__inside-wrapper{
display: flex;
}
.bs-widget .wp-block-search__label{
font-size: 20px;
font-weight: 700;
margin-bottom: 20px;
padding: 5px 30px;
position: relative;
letter-spacing: 1.1px;
border-style: solid;
border-width: 3px;
line-height: 1.2;
font-family: var(--headFont);
border-radius: 15px 15px 0 0;
text-align: center;
display: block;
}
.widget_block h2 {
margin-bottom: 0;
padding: 5px 30px;
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
display: flex;
width: 100%;
align-items: center;
margin-bottom: 20px; 
position: relative;
border-style: solid;
border-width: 3px;
border-radius: 15px 15px 0 0;
justify-content: center;
}
.widget_block .wp-block-search__button {
margin-left: 10px;
padding: 10px; 
}
.nav.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{
display: none;
}
.nav.navbar-nav:not(.sm-collapsible) .menu-item-has-children .nav-link:after{
content: '';
font-family: 'Font Awesome 6 Free';
margin-left: .255em; 
font-size: 10px;
vertical-align: .255em; 
font-weight: 900;
}
.small.single a, p a, .small.single .nav-links a:hover, .bs-info-author-block .title a:hover, .bs-sidebar .bs-widget ul li a:hover, .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover, .bs-blog-meta a:hover, .small.single .wp-block-latest-posts li a:hover, .small.single .wp-block-categories-list li a:hover, .small.single .wp-block-categories__list li a:hover, .small.single .wp-block-archives-list li a:hover, .bs-footer-copyright p a:hover, .page-class .bs-card-box a {
text-decoration: underline;
}
.small.single a:hover, p a:hover, .small.single .wp-block-button__link, .site-title a, .small.single .nav-links a, .small.single .single-nav-links a, a, .site-title-footer a, .small.single .wp-block-latest-posts li a, .small.single .wp-block-categories-list li a, .small.single .wp-block-categories__list li a, .small.single .wp-block-archives-list li a, .bs-footer-copyright p a, .page-class .bs-card-box a:hover, .small.single .post-share-icons a {
text-decoration: none;
}
.customize-partial-edit-shortcut, .widget .customize-partial-edit-shortcut{
width: 1px !important;
}  @media (min-width: 1200px) {
.container {
max-width: 1270px;
}
}
@media (min-width: 992px){
.bs-sidebar {
padding-right: 20px;
}
.col-lg-9 + .col-lg-3 .bs-sidebar{ 
padding-left: 20px;
padding-right: 0px;
}
.col-lg-8 + .col-lg-4 .bs-sidebar{ 
padding-left: 20px;
padding-right: 0px;
}
}
@media (min-width: 991.98px) and (max-width: 1199px){
.col-lg-3 .wp-block-search__inside-wrapper { 
flex-wrap: wrap;
justify-content: center;
}
.col-lg-3 .wp-block-search__button {
margin-left:0;
margin-top: 5px;
}
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
.boxed {
width: auto;
}
} 
@media (max-width: 991.98px) {
.bs-masonry-columns {
columns: 1;
}
#menu-primary li.active.home {
display: none;
}
.bs-default .site-branding-text .site-title a {
font-weight: bold;
font-size: 40px;
line-height: 1.2;
}
.m-header {
width: 100%;
display: flex;
justify-content: space-between;
}
.m-header .navbar-header {
text-align: center;
}
.bs-default .navbar-wp, .bs-headthree .navbar-wp { 
height: auto; 
}
.bs-default .navbar-brand {
height: auto;
}
.m-header .navbar-brand img {
width: 120px;
height: auto;
}
.desk-header {
display: none;
}
.navbar > .container{
justify-content: center;
}
.collapse.navbar-collapse {
position: relative;
}
.navbar-collapse.collapse.show {
left: 0%;
height: auto;
}
.bs-headfour {
position: relative;
}
.navbar-collapse ul.navbar-nav { 
margin-top: 15px; 
}
.bs-sidebar {
margin-top: 20px; 
margin-bottom: 20px; 
}
.wp-block-search__label:before {
width: 12.5%;
}
.widget_block h2:before {
width: 12.5%;
}
.bs-headthree .bs-header-main .inner.responsive{
min-height: 0;
height: 0;
}
.site-branding-text .site-description {
margin-left: 8px;
}
.col-lg-3 .bs-sidebar {
margin-top: 40px;  
}
.missed-area{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.bs-headthree .bs-header-main .inner {
min-height: 100px;
}
.bs-headfour .navbar-wp {
height: 50px;
} 
.bs-head-detail .info-right {
justify-content: center;
}
.bs-head-detail ul.info-left {
align-items: center;
flex-direction: column;
}
.navbar-brand img {
max-width: 100%;
}
.bs-blog-thumb .bs-blog-inner {
width: 90%;
}
.bs-blog-thumb .bs-blog-inner .title {
font-size: 30px;
}
.list-blog.bs-blog-post {
grid-template-columns: repeat(1, 1fr);
}
.list-blog .bs-blog-thumb {
width: 100% !important;
max-width: 100% !important;
margin-right: unset;
margin-bottom: 15px;
}
.bs-slide {
height: 400px;
}
.bs-slide .inner .title, .bs-blog-post .title {
font-size: 22px;
}
.bs-blog-post.single .bs-header .title{
font-size: 28px;
}
.list-blog.bs-blog-post .small {
font-size: 15px;
}
.bs-slide.two .inner {
width: 95%;
}
.text-xs {
text-align: center;
}
.text-center-xs {
text-align: center;
} 
footer .col-md-6 .footer-logo{
margin: 0 auto;
}
footer .footer-logo{
display: flex;  
align-items: center;
flex-direction: column;
text-align: center;
}
footer .footer-logo .navbar-brand{
margin: 0;
}
.navigation.pagination .nav-links{
justify-content: center;
}
.navigation + .navigation{
justify-content: center;
}
.col-lg-8.content-right .list-blog .bs-blog-category {
justify-content: center;
}
.list-blog .bs-blog-category {
justify-content: center;
}
.bs-blog-post .bs-blog-meta{
justify-content: center;
}
.bs-posts-sec-post {
text-align: center;
}
.col-lg-8.content-right .list-blog .bs-blog-meta {
justify-content: center;
}
.footer .info-right .nav-link{
padding: 0.5rem;
}
.site-branding-text .site-title a{
text-shadow: 2px 2px #ffcc00;
}
.missed-area{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.list-blog.bs-blog-post{
padding: 35px;
}
}
@media (max-width:575px) {
.page-entry-title {
flex-direction: column;
}
.comments-area .comment-body {
padding: 100px 25px 25px 0px;
}
.list-blog.bs-blog-post{
padding: 25px;
}
.bs-slide .inner{
width: 75%;
}
.bs .swiper-button-prev:after, .bs .swiper-button-next:after {
font-size: 15px;
}
.bs .swiper-button-prev, .bs .swiper-button-next {
width: 35px;
height: 35px;
}
.bs-blog-post.grid .bs-blog-thumb.lg{
height: 300px;
}
.bs-blog-post.grid .bs-blog-meta{
justify-content: flex-start;
}
}p a {
text-decoration: underline;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: 'Heebo', sans-serif;
}
body{
font-family: 'Nunito', sans-serif;
}
.navbar-wp .navbar-nav > li> a {
font-family: 'Nunito', sans-serif;
}
::-webkit-scrollbar-thumb:hover { 
background: var(--grady-color);
}
.site-title {
font-family: 'Heebo', sans-serif;
}
a:focus {
outline: 1px solid;
} 
.bs-masonry-columns.c2 {
column-gap: 1.5rem;
columns: 2;
}
.bs-masonry-columns div {
display: inline-block;
width: 100%; 
}
.bs-headfour .navbar-wp{
padding-top: 50px;
padding-bottom: 20px;
}
.list-blog.bs-blog-post {
display: grid;
grid-template-columns: repeat(2, 1fr);
-moz-column-gap: 2rem;
column-gap: 2rem;
text-align: left;
padding: 45px;
}
.list-blog .bs-blog-thumb {
width: 100%;
height: 100%;
max-width: 100%;
min-width: 100%;
}
.navbar-wp .dropdown-menu{
box-shadow: 0 0 10px 0 #0000003a;
}
.bs-recent-blog-post .small-post .img-small-post.right{
border: 2px solid #000;
border-radius: 8px;
}
.bs-blog-meta .bs-author .auth img{
border: 2px solid #000;
}
.bs-blog-post .title{
display: -webkit-box;
max-height: 100%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.bs-blog-post.single .bs-header .title{
display: block;
line-height: 1.2;
}
.comment-form-comment textarea#comment {
height: 280px;
}
@media (max-width: 991.98px) {
.bs-masonry-columns.c2{ 
columns: 1;
}
}
@media (min-width: 992px) {
#sidebar-right {
padding-right: unset;
padding-left: 20px;
}
}
@media (max-width: 767.98px) {
.list-blog.bs-blog-post { 
grid-template-columns: repeat(1, 1fr);
}
.bs-headfour .navbar-wp {
height: auto;
}
}:root {
--pri-color: #fd79a8;
--secondary-color	: #0F1012;
--head-color: #212121;
--stext-color: #000;
--text-color: #000;
--wtext-color: #fff;
--bg-color: #fff;
--border-color: #e2e8f0;
--box-color: #fff;
--blog-backcolor: #fff;
--blog-color: #000;
--wrap-color: #d3bbab;
--grady-color: linear-gradient(100deg, #fd967f 0%, #ee437f 100%);
}
::selection {
color: white;
background: var(--pri-color);
} .wd-back { 
background: var(--box-color);
}  
.site-title a, .site-description {
color: var(--head-color);
}
.site-title a, .site-description {
color: var(--stext-color);
}
.navbar-toggler:hover, .navbar-toggler::focus {
background-color: var(--pri-color);
} .switch input:checked + .slider{
background: #ccc;
}
.switch .slider::before {
background: var(--grady-color);
color: #fff;
}
.bs-head-detail {
background: var(--secondary-color); 
}
.bs-head-detail .info-left li a , .bs-head-detail li a i, .bs-head-detail .info-right li a {
color: #fff;
}
.bs-head-detail .top-date {
color: #fff;
}
.bs-head-detail .top-date .time {
background: var(--pri-color);
color: #fff;
} .site-branding-text .site-title a{
text-shadow: 4px 4px var(--pri-color);
}
.bs-default .bs-header-main .inner {
background-color: transparent;
}
.bs-default .navbar-wp .navbar-nav > li > a {
color: #fff;
}
.bs-default .navbar-wp .navbar-nav > li > a:hover, .bs-default .navbar-wp .navbar-nav > li > a:focus {
color: #fff;
}
.bs-default .bs-head-detail {
background: var(--secondary-color);
}
.bs-default .navbar-wp {
background: var(--grady-color);
}
.navbar-wp .dropdown-menu {
background: #fff;
}
.navbar-wp .dropdown-menu > li > a {
background: #fff;
color: #000;
}
.navbar-wp .dropdown-menu > li > a:hover,
.navbar-wp .dropdown-menu > li > a:focus  {
background: var(--grady-color);
color: white !important;
}
.navbar-wp .dropdown-menu.searchinner [type=submit] {
background: var(--pri-color);
color: #fff;
}
.navbar-wp .dropdown-menu.searchinner .btn:hover {
background-color: var(--secondary-color);
color: #fff;
} .bs-headtwo .navbar-wp {
background: var(--box-color);
}
.bs-headtwo .navbar-wp .navbar-nav > li > a {
color: var(--head-color);
}
.mg-latest-news .bn_title{
background: var(--grady-color);
} .bs-headfour .navbar-wp .navbar-nav > li > a {
color: var(--head-color);
}
.bs-headfour .navbar-wp {
background: transparent;
}
.right-nav a::after, .bs_upscr::after {
background: var(--secondary-color);
}
.right-nav a {
border-color: var(--secondary-color);
background: var(--grady-color);
color: #fff;
}
.right-nav a:hover, .right-nav a:focus { 
color: #fff;
} body {
color: #5b5b5b;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {
color: #9b9ea8;
border-color: #eef3fb;
}
.form-control:hover, textarea:hover, input:not([type]):hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input:not([type]):focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus {
border-color: var(--pri-color);
}
input[type="submit"], button {
background: var(--grady-color);
border-color: var(--secondary-color);
color: #fff;
}
input[type="submit"]:hover, button:hover,input[type="submit"]:focus, button:focus {
background: var(--secondary-color);
border-color: var(--secondary-color);
color: #fff;
}
a {
color: var(--pri-color);
}
a:hover, a:focus {
color: var(--head-color);
}
.wp-block-calendar tbody td{
color: var(--text-color);
}
.bs-error-404 h1 i {
color: var(--pri-color);
}
.grey-bg {
background: #f4f7fc;
}
.bs .swiper-button-prev, 
.bs .swiper-button-next {
background: #fff;
color: var(--secondary-color);
border-color: var(--secondary-color);
}
.bs .swiper-button-prev:hover, 
.bs .swiper-button-next:hover  {
background: var(--pri-color);
color: #fff;
}
.mg-latest-news .bn_title .title {
color: #fff;
border-color: #fff;
}
input[type="search"] {
color: var(--text-color);
border-color: var(--head-color);;
}
input[type="search"]:focus {
color: var(--text-color);
}
input[type="search"]::placeholder {
color: var(--text-color);
opacity: 0.7;
}
.bs-social li .fa-facebook-f, .bs-social li .fa-facebook, .facebook {
background: #135CB6;
color: #fff;
}
.bs-social li .fa-facebook-f, .bs-social li .fa-facebook, .facebook {
background: #135CB6;
color: #fff;
}
.bs-social li .fa-twitter, .twitter {
background: #00ACED;
color: #fff;
}
.bs-social li .fa-x-twitter, .x-twitter {
background: #333;
color: #fff;
}
.bs-social li .fa-linkedin, .linkedin {
background: #0078ca;
color: #fff;
}
.bs-social li .fa-telegram, .telegram {
background: #0088cc;
color: #fff;
}
.bs-social li .fa-instagram, .instagram {
background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
.bs-social li .fa-youtube, .youtube  {
background: #cd201f;
color: #fff;
}
.bs-social li .fa-pinterest, .pinterest {
background: #bd081c;
color: #fff;
}
.bs-social li .fa-dribbble, .dribbble {
background: #ea4c89;
color: #fff;
}
.bs-social li .fa-whatsapp, .whatsapp {
background: #1FB381;
color: #fff;
}
.bs-social li .fa-reddit, .reddit{
background: #ff4500;
color: #fff;
}
.bs-social li .fa-discord, .discord{
background: #404eed;
color: #fff;
}
.print-r{
background: #000;
}
button.navbar-toggler.x {
background: transparent;
}
.envelope {
background: var(--pri-color);
color: #fff;
}
.post-share-icons a {
color: #fff;
}
.post-share-icons {
border-color: var(--border-color);
}
.bs-social li i {
background: var(--grady-color);
color: #fff;
}
.bs-social li i::after {
background: var(--secondary-color);
}
.bs-widget .bs-widget-tags a{
color: var(--text-color);
background: transparent;
border-color: #E0E0E0;
}
.bs-widget .bs-widget-tags a:hover, .bs-widget .bs-widget-tags a:focus{
color: #fff;
background: var(--pri-color);
border-color: var(--pri-color);
}
.tabarea-area .nav-tabs .nav-link {
background: var(--bg-color);
color: var(--text-color);
border-color: #eee;
}
.tabarea-area .nav-tabs .nav-link:hover,.tabarea-area .nav-tabs .nav-link:focus, 
.tabarea-area .nav-tabs .nav-link.active {
background: var(--pri-color);
color: #fff;
border-color: var(--pri-color);
}
.bs-widget.promo {
background-color: #eee;
}
.bs-widget.promo:hover .text::before{
border-top-color: var(--pri-color);
border-right-color: var(--pri-color);
}
.bs-widget.promo:hover .text::after{
border-bottom-color: var(--pri-color);
border-left-color: var(--pri-color);
}
.bs-widget.promo .inner-content {
background: rgba(0, 0, 0, 0.1);
}
.bs-widget.promo:hover .inner-content {
background: rgba(0, 0, 0, 0.8);
}
.bs-widget.promo h5 a { 
color: var(--text-color);
background: var(--bg-color);
}
.bs-widget.promo:hover h5 a, .bs-widget.promo h5 a:focus { 
background: var(--pri-color);
color: #fff;
}
.bs_model .modal-content {
background-color: var(--box-color);
} .bs-slide.overlay:before {
background: rgba(0, 0, 0, 0.2);
}
.bs-slide .inner .title a {
color: var(--head-color);
}
.bs-slide .inner .title a:hover, .bs-slide .inner .title a:focus {
color: var(--pri-color);
}
.bs-slide.one .bs-blog-meta a:hover {
color: var(--pri-color);
}
.bs-slide.two .inner .title a, .bs-slide.three .inner .title a {
color: #000;
}
.bs-slide.two .inner.overlay::after, .bs-slide.three .inner.overlay::after { 
background: #fff;
} .bs-widget {
background: var(--bg-color);
}
.bs-widget-title { 
border-color: #d7d7d7;
}
.bs-widget-title .title{
background: var(--grady-color);
color: #fff; 
} .featured-tab-widget .nav-link.active, .featured-tab-widget .nav-link:hover, .featured-tab-widget .nav-link:focus {
color: var(--pri-color);
}
.featured-tab-widget .nav-link {
color: var(--secondary-color);
} .small-post  {
background: var(--box-color);
}
.small-post .title a {
color: var(--head-color);
}
.small-post .title a:hover, .small-post .title a:focus {
color: var(--pri-color);
} .bs-blog-post {
background: var(--box-color); 
}
.bs-blog-post .small {
color: var(--blog-color);
}
.bs-blog-post .bs-header .btitle, .bs-blog-post .bs-header .btitle a {
color: var(--head-color);
}
.bs-blog-post .bs-header .bs-read{
color: #f56565;
}
.bs-blog-post .single .nav-links{
background: var(--border-color);
}
.bs-blog-post .single .nav-links a, .bs-blog-post .single .single-nav-links a {
color: var(--head-color);
}
.bs-blog-post .single .nav-links a:hover, .bs-blog-post .single .single-nav-links a:hover {
color: var(--pri-color);
}
.bs-blog-post.two .small {
background: var(--box-color);
color: var(--text-color);
}
.bs-blog-post.three .title a {
color: #fff;
}
.bs-blog-post.three .bs-blog-meta a, .bs-blog-post.three .bs-blog-meta span,
.bs-blog-post.three .bs-blog-meta span:before {
color: #fff;
}
.bs-blog-post.four .small {
background-color: var(--box-color);
}
.bs-blog-post .bs-header .bs-blog-date {
color: var(--text-color);
}
.bs-blog-post .bs-header .tag-links, .tag-links a {
color: var(--text-color);
}
.recentarea-slider .small-post  {
border-color: #d7d7d7;
}
.bs-widget .bs-author h4{
color: var(--head-color);
}
.bs-widget .bs-author {
color: var(--text-color);
}
.bs-blog-thumb .bs-blog-inner.two::after {
background-color: transparent; 
}
.bs-blog-thumb .bs-blog-inner .title, .bs-blog-thumb .bs-blog-inner .title a{
color: var(--head-color);
}
.bs-blog-thumb .bs-blog-inner .title:hover, .bs-blog-thumb .bs-blog-inner .title a:hover, .bs-blog-thumb .bs-blog-inner .title a:focus{
color: var(--pri-color);
}
.bs-blog-thumb .bs-blog-inner.two .title, .bs-blog-thumb .bs-blog-inner.two .title a {
color: var(--bg-color);
}
.bs-blog-inner.two .bs-blog-category a {
color: var(--wrap-color);
}
.bs-blog-category:before {
background: var(--pri-color);
}
.bs-blog-category a {
background: var(--grady-color);
color: #fff;
}
.bs-blog-category a:hover, .bs-blog-category a:focus { 
color: var(--secondary-color); }
.bs-blog-post .title, .bs-blog-post .title a,.bs-blog-post .title, .bs-blog-post .title a {
color: var(--head-color);
}
.bs-blog-post .title a:hover, .bs-blog-post .title a:focus, .bs-blog-post .title a:hover, .bs-blog-post .title a:focus {
color: var(--pri-color);
}
.bs-blog-meta, .bs-blog-meta a{
color: var(--text-color);
}
.bs-blog-meta a:hover, .bs-blog-meta a:focus{
color: var(--pri-color);
}
.bs-info-author-block {
background: var(--box-color);
}
.bs-info-author-block .title a {
color: var(--head-color);
}
.bs-info-author-block .title a:hover, .bs-info-author-block .title a:focus {
color: var(--pri-color);
}
.comments-area a {
color: var(--head-color); 
}
.comments-area a {
color: var(--head-color); 
}
.comments-area .reply a {
color: #fff;
background: var(--grady-color);
border-color: var(--secondary-color);
}
.comments-area .comment-body{ 
border-color: var(--border-color);
}
.comments-area .reply a:hover, .comments-area .reply a:focus {
color: #fff;
background: var(--secondary-color);
border-color: var(--secondary-color);
}
blockquote {
background: var(--border-color);
border-left: 5px solid var(--pri-color);
color: #718096;
}
blockquote::before {
color: var(--pri-color);
}
blockquote p {
color: var(--head-color);
}
.bs-widget .bs-author img.rounded-circle {
border: var(--bxbr);
}
.widget_block h2 {
color: #fff;
border-color: #d7d7d7;
}
.wp-block-tag-cloud a {
background: #fff;
border-color: #000;
}
.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
color: #fff;
background: var(--grady-color);
border-color: var(--secondary-color);
}
.widget_block .wp-block-search__button {
background: var(--grady-color);
border-color: #000;
color: #fff ;
}
.widget_block .wp-block-search__button:hover, .wp-block-search__button:focus  {
background: var(--secondary-color);
border-color: var(--secondary-color);
color: #fff;
} .bs-sidebar .bs-widget {
background: var(--box-color);
border-color: #000;
}
.bs-sidebar .bs-widget ul li {
border-color: var(--border-color);
}
.bs-sidebar .bs-widget ul li a {
color: var(--text-color);
}
.bs-sidebar .bs-widget ul li a:hover, .bs-sidebar .bs-widget ul li a:focus {
color: var(--pri-color);
}
.bs-sidebar .bs-widget ul.bs-social li a {
color: #fff;
}
.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
color: var(--pri-color);
background: #F8F8F8;
border-color: #000;
}
.bs-sidebar .bs-widget .bs-widget-tags a:hover, .bs-sidebar .bs-widget .tagcloud a:hover, .bs-sidebar .bs-widget .bs-widget-tags a:focus, .bs-sidebar .bs-widget .tagcloud a:focus {
color: #fff;
background: var(--grady-color);
border-color: #000;
}
.bs-sidebar .bs-widget.widget_search .btn {
background: var(--pri-color);
color: #fff; 
border-color: #e5e7eb;
}
.bs-sidebar .bs-widget.widget_search .btn:hover, .bs-sidebar .bs-widget.widget_search .btn:focus  {
color: #fff;
background: var(--secondary-color);
border-color: var(--secondary-color);
}
.bs-widget .calendar_wrap table thead th, .bs-widget .calendar_wrap  table, .bs-widget .calendar_wrap td {
border-color: rgba(51, 51, 51, 0.1);
color: var(--text-color);
}
.bs-widget .calendar_wrap table caption {
background: var(--pri-color);
border-color: var(--pri-color);
color: #fff;
}
.widget_block .wp-block-search__label,
.wp-block-search__label {
background: var(--grady-color);
border-color: #000;
color: #fff;
}
.widget_block h2  {
background: var(--grady-color);
border-color: #000;
}
.wp-block-latest-comments__comment-meta {
color: var(--text-color);
}
.comment-form textarea:focus {
color: var(--text-color);
}
.widget_search .wp-block-search__input:focus {
color: var(--text-color);
} h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
color: #212121;
}
a.btn, button.btn, .btn-theme, .more-link { 
background: var(--grady-color);
color: #fff;
border-color: #000;
}
.btn-theme:hover, .btn-theme:focus, .more-link:hover, .more-link:focus, a.btn:hover, button.btn:hover {
background: var(--secondary-color);
color: #fff;
border-color: var(--secondary-color);
}
.btn-blog:hover, .btn-blog:focus {
background: var(--pri-color);
color: #fff;
border-color: var(--pri-color);
}
.modal-header .btn-close{
background: var(--grady-color);
color: #fff;
border-color: var(--pri-color);
}
.modal-header .btn-close:hover{ 
color: #fff;
}
button, [type=button], [type=reset], [type=submit] {
background-color: var(--pri-color);
color: #fff;
border-color: var(--pri-color);
}
button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover
,button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus {
background: var(--secondary-color);
color: #fff;
border-color: var(--secondary-color);
}
.bs-blog-post.three.md.back-img {
background-color:#333;
} .pagination > li > a, .pagination > li > span {
background: #fff;
color: #999;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
border-color: var(--pri-color);
background: var(--grady-color);
color: #fff;
}
.page-item.active .page-link {
border-color: var(--pri-color);
background: var(--grady-color);
color: #fff;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a{ 
background: var(--box-color);
border-color: var(--secondary-color);
color: var(--head-color);
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links a:hover, a.error-btn { 
background: var(--grady-color); 
color:#fff; 
} .navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
color: #fff;
}
.navigation.pagination > .active > a, .navigation.pagination > .active > a:hover, .navigation.pagination > li > a:hover, .navigation.pagination > li > a:focus, .navigation.pagination > .active > a, .navigation.pagination > .active > span, .navigation.pagination > .active > a:hover, .navigation.pagination > .active > span:hover, .navigation.pagination > .active > a:focus, .navigation.pagination > .active > span:focus {
border-color: var(--pri-color);
background: var(--grady-color);
color: #fff;
}
.navigation p a:hover{
color: var(--head-color);
} .bs-breadcrumb-section .overlay {
background: var(--box-color);
}
.bs-breadcrumb-section .breadcrumb a, .bs-breadcrumb-section .breadcrumb-item span  {
color: var(--head-color);
}
.breadcrumb-item + .breadcrumb-item::before{
color: var(--head-color);
}
.bs-breadcrumb-section .breadcrumb a:hover,
.bs-breadcrumb-section .breadcrumb a:focus,
.bs-breadcrumb-section .breadcrumb .active a {
color: var(--pri-color);
}
.bs-breadcrumb-title h1 {
color: var(--head-color);
}
.bs-page-breadcrumb > li a {
color: var(--head-color);
}
.bs-page-breadcrumb > li a:hover, .bs-page-breadcrumb > li a:focus {
color: var(--pri-color);
}
.bs-page-breadcrumb > li + li:before {
color: var(--head-color);
}
.bs-contact .bs-widget-address {
background: #fff;
}
.bs-contact .bs-widget-address li span.icon-addr i {
color: var(--pri-color);
} footer .overlay {
background: #0F1012;
}
footer .widget_block h2 {
color: #fff;
}
footer .site-title a , footer .site-description {
color: #fff;
}
footer .bs-widget .title, footer .consultup_contact_widget .bs-widget .title {
color: #000;
}
footer .bs-widget ul li {
color: #bbb;
}
footer .text-input button.sub-link  a{
color: var(--bg-color);
}
footer .bs-widget ul li a {
color: #bbb;
}
footer .bs-recent-blog-post .small-post .title a {
color: #fff;
}
footer .bs-recent-blog-post .small-post .title a:hover, footer .bs-recent-blog-post .small-post .title a:focus {
color: var(--pri-color);
}
footer .bs-recent-blog-post .bs-blog-meta span:before, footer .bs-recent-blog-post .bs-blog-meta a{
color: #fff;
}
footer .checkbox a {
color: var(--secondary-color);
}
footer .bs-widget ul li a:hover, footer .bs-widget ul li a:focus {
color: var(--pri-color);
}
footer .bs-widget .calendar_wrap table thead th, footer .bs-widget .calendar_wrap table tbody td,footer .bs-widget #calendar_wrap td, footer .bs-widget #calendar_wrap th, footer .bs-widget .calendar_wrap table caption {
color: #f2f7fd;
border-color: #eee;
}
footer .bs-footer-copyright {
background: #000;
}
footer .bs-footer-copyright, footer .bs-footer-copyright p, footer .bs-footer-copyright a {
color: #bbb;
}
footer .bs-footer-copyright a:hover, footer .bs-footer-copyright a:focus {
color: var(--pri-color);
}
footer .bs-widget p {
color: #bbb;
}
footer .bs-widget.widget_search .btn {
color: #fff;
background: var(--pri-color);
border-color: var(--pri-color);
}
footer .bs-widget.widget_search .btn:hover, footer .bs-widget.widget_search .btn:focus {
background: var(--secondary-color);
border-color: var(--secondary-color);
}
footer a:hover, footer a:focus{
color: #fff;
}
.bs_upscr {
background: var(--grady-color);
border-color: var(--secondary-color);
color: #fff !important;
}
.bs_upscr:hover, .bs_upscr:focus { color: var(--secondary-color);
}
.site-title-footer a, .site-description-footer, p.site-title-footer a, p.site-description-footer{
color:#fff;
}
footer .bs-widget-title .title {
color: #fff;
} .form-control {
border-color: #eef3fb;
}
.form-control:focus {
border-color: var(--pri-color);
}
.form-group label::before {
background-color: #dddddd;
}
.form-group label::after {
background-color: var(--pri-color);
} .subscibe-area { 
background:  var(--box-color);
}
@media (max-width: 991.98px) {
.navbar-wp .navbar-nav {
background: var(--grady-color);
}
.bs-default .navbar-wp .navbar-nav > li > a,
.bs-headtwo .navbar-wp .navbar-nav > li > a, 
.bs-headthree .navbar-wp .navbar-nav > li > a,
.bs-headfour .navbar-wp .navbar-nav > li > a { 
color: #fff;
}
}
@media (max-width:640px) {
.site-branding-text .site-title a {
text-shadow: 2px 2px var(--pri-color);
}
.bs-headfour .navbar-wp {
padding-top: 30px;
padding-bottom: 0px;
}
}body.dark {
--head-color: #fff;
--stext-color: #fff;
--text-color: #fff;
--wtext-color: #000;
--bg-color: #000;
--box-color: #222;
--border-color: #333;
--wrap-color: #000;
--bxsh: 0 1px 3px rgba(185, 185, 185, 0.15);
--bxshover: 0 4px 60px 0 rgba(185, 185, 185, 0.2);
} .site-title a, .site-description {
color: var(--stext-color);
}
.offcbtn {
color: var(--head-color);
}
.bs-head-detail {
background: var(--secondary-color);
}
.bs-blog-post .small {
color: var(--text-color);
}
.bs-blog-post.two .small {
background: var(--bg-color);
color: var(--text-color);
}
.bs-blog-meta, .bs-blog-meta a{
color: var(--text-color);
}
.bs-sidebar .bs-widget {
background: var(--box-color);
}
.bs-card-box {
background: var(--box-color);
}
.bs-blog-thumb .bs-blog-inner, .bs-blog-thumb .bs-blog-inner h4, .bs-blog-thumb .bs-blog-inner h4 a, .bs-blog-thumb .bs-blog-inner .bs-blog-meta a {
color: #000;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//injerto-capilar.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//injerto-capilar.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//injerto-capilar.com/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}