:root {
--bo-color: #000;
--bxbr: 3px solid var(--bo-color);
--bxbra: 15px;
--bxsh: 7px 7px 0px var(--bo-color);
--bxshover: 8px 8px 0px var(--bo-color);
--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: var(--pri-color);
}
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;
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: var(--pri-color);
}
.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);
display: inline-block;
}
.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;
}
.nav.navbar-nav {
justify-content: flex-start;
}
.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-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;
box-shadow: 0 2px 5px 0 #00000017;
}
.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;
}
.navbar-brand img {
width: 100%;
height: 100%;
object-fit: contain;
}
.site-logo a.navbar-brand{
width: 250px;
} 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 var(--pri-color);
}
.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;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.missed .link-div, .related-post .link-div{
z-index: 1;
} .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);
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 var(--pri-color);
} .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;
transition: 0.3s;
}
.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;
transition: 0.3s;
}
.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 var(--bo-color);
}
.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 var(--bo-color);
border-radius: 15px;
box-shadow: 2px 2px 0px var(--bo-color);
}
.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 {
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-info-author-block .flex-grow-1 p:empty{
display: 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;
}
.wp-block-latest-comments li {
border-width: 0 0 1px 0;
border-style: solid;
padding-bottom: 10px;
margin-bottom: 10px;
}
.wp-block-latest-comments li:last-child {
border-style: none;
margin-bottom: 0px;
}  .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: var(--pri-color);
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;
margin-bottom: 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 {
padding: 10px 0;
position: relative;
transition: all 0.4s ease-in-out 0s;
}
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;
display: block;
}
.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;
}
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;
}
footer .bs-footer-copyright .info-right {
display: flex;
flex-wrap: wrap;
column-gap: 1.25rem;
row-gap: 0.75rem;
} .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;
} .woocommerce div.product form.cart .variations th {
background-color: transparent;
padding: 0;
line-height: 3;
}
.woocommerce div.product form.cart .variations td {
padding-top: .3rem;
padding-bottom: .3rem;
}
.woocommerce div.product form.cart .variations select {
min-width: auto;
width: 100%;
max-width: 22rem;
line-height: 1.3;
} .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;
}
.bs-widget .wp-block-archives li,
.bs-widget .wp-block-categories li {
display: flex;
justify-content: space-between;
}
.bs-widget .wp-block-archives li:has([aria-current="page"]),
.bs-widget .wp-block-categories li:has([aria-current="page"]) {
font-weight: 500;
}
.bs-widget.widget_archive li,
.bs-widget.widget_categories li {
display: flex;
justify-content: space-between;
}
.bs-widget.widget_archive li:has([aria-current="page"]),
.bs-widget.widget_categories li:has([aria-current="page"]) {
font-weight: 500;
}  @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 {
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));
}
.site-logo a.navbar-brand {
width: 200px;
}
}
@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: start;
}
.bs-posts-sec-post {
text-align: center;
}
.col-lg-8.content-right .list-blog .bs-blog-meta {
justify-content: center;
}
.site-branding-text .site-title a {
text-shadow: 2px 2px var(--pri-color);
}
.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;
}
.search-results-count {
text-align: center;
font-size: 16px;
}
.site-logo a.navbar-brand {
width: 150px;
}
}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 a:hover {
color: var(--pri-color);
}
.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;
}#jp-post-flair {
padding-top: .5em;
} div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
clear: both;
}
div.sharedaddy h3.sd-title {
margin: 0 0 1em 0;
display: inline-block;
line-height: 1.2;
font-size: 9pt;
font-weight: bold;
}
body.highlander-light h3.sd-title:before {
border-top: 1px solid rgba(0,0,0,.2);
}
body.highlander-dark h3.sd-title:before {
border-top: 1px solid rgba(255,255,255,.4);
} .sd-sharing {
margin-bottom: 1em;
}
.sd-content ul {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.sd-content ul li {
display: inline-block;
}
.sd-content ul li.share-deprecated {
opacity: 0.5;
}
.sd-content ul li.share-deprecated a span {
text-decoration: line-through;
}
.sd-block.sd-gplus {
margin: 0 0 .5em 0;
}
.sd-gplus .sd-content {
font-size: 12px;
} .sd-content .share-email-error .share-email-error-title {
margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
font-family: "Open Sans", sans-serif;
font-size: 12px;
margin: 0.5em 0;
} .sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a { text-decoration: none !important;
display: inline-block;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: 500;
border-radius: 4px;
color: #2C3338 !important;
background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
text-shadow: none;
line-height: 23px;
padding: 4px 11px 3px 9px;
}
.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
align-items: center;
display: flex;
font-size: 12px;
line-height: 12px;
padding: 1px 6px 0px 5px;
min-height: 20px;
}
.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
position: relative;
top: 2px;
}
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span, .sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span { line-height: 23px;
margin-left: 6px;
} .sd-social-icon .sd-content ul li a.sd-button>span {
margin-left: 0;
} .sd-social-text .sd-content ul li a.sd-button span {
margin-left: 3px;
}
.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
line-height: 12px;
margin-left: 3px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
margin-bottom: -1px;
}
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
} .sd-content ul li a.sd-button:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal 18px/1 'social-logos';
vertical-align: top;
text-align: center;
} .sd-social-icon-text ul li a.sd-button:before {
position: relative;
top: 2px;
} @media screen and (-webkit-min-device-pixel-ratio:0) {
.sd-content ul li a.sd-button:before {
position: relative;
top: 2px;
}
}
.sd-social-official ul li a.sd-button:before {
position: relative;
top: -2px;
} @media screen and (-webkit-min-device-pixel-ratio:0) {
.sd-social-official ul li a.sd-button:before {
top: 0px;
}
}
.sd-content ul li {
margin: 0 8px 12px 0;
padding: 0;
} .jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }
.sd-content ul li.preview-item.no-icon a.sd-button span {
margin-left: 0;
} .sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
background-image: none;
background-position: -500px -500px !important; background-repeat: no-repeat !important;
padding-left: 0;
height: 0;
line-height: inherit;
}
.sd-social-icon .sd-content ul li a.share-more {
position: relative;
top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
} @-moz-document url-prefix() {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
}
.sd-social-icon .sd-content ul li a.share-more span {
margin-left: 3px;
} .sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
content: '\f469';
}
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
content: '\f202';
}
.sd-social-icon .sd-content ul li.share-x a:before,
.sd-social-text .sd-content ul li.share-x a:before,
.sd-content ul li.share-x div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-x a:before {
content: '\f10e';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-official .sd-content li.share-reddit a:before {
content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
content: '\f607';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-threads a:before,
.sd-social-text .sd-content ul li.share-threads a:before,
.sd-content ul li.share-threads div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-threads a:before,
.sd-social-official .sd-content li.share-threads a:before {
content: '\f10d';
}
.sd-social-official .sd-content li.share-threads a:before {
color: #000;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-threads a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before,
.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before {
content: '\f10a';
}
.sd-social-official .sd-content li.share-mastodon a:before {
color: #563ACC;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
background: #43d854;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-nextdoor a:before,
.sd-social-text .sd-content ul li.share-nextdoor a:before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-nextdoor a:before,
.sd-social-official .sd-content li.share-nextdoor a:before {
content: '\f10c';
}
.sd-social-official .sd-content li.share-nextdoor a:before {
color: #8ED500;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button {
background: #8ED500;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-bluesky a:before,
.sd-social-text .sd-content ul li.share-bluesky a:before,
.sd-content ul li.share-bluesky div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-bluesky a:before,
.sd-social-official .sd-content li.share-bluesky a:before {
content: '\f10f';
}
.sd-social-official .sd-content li.share-bluesky a:before {
color: #0085ff;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-bluesky a.sd-button {
background: #0085ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
width: 1em;
height: 1em;
content: "\1F6AB";
} .sd-social .sd-button .share-count {
background: #2ea2cc;
color: #fff;
-moz-border-radius: 10px;
border-radius: 10px;
display: inline-block;
text-align: center;
font-size: 10px;
padding: 1px 3px;
line-height: 1;
}
.sd-social-official .sd-content>ul>li>a.sd-button span {
line-height: 1;
}
.sd-social-official .sd-content ul {
display: flex;
flex-wrap: wrap;
}
.sd-social-official .sd-content ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sd-social-official .sd-content li.share-press-this a {
margin: 0 0 5px 0;
}
.sd-social-official .sd-content ul>li {
display: flex;
max-height: 18px;
}
.sd-social-official .sd-content ul>li .option-smart-off {
margin-right: 8px;
}
.sd-social-official .fb-share-button > span {
vertical-align: top !important;
}
.sd-social-official .sd-content .pocket_button iframe {
width: 98px;
} .pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
margin: 0 !important;
}
.linkedin_button>span, .pinterest_button a {
display: block !important;
}
.sd-social-official .sd-content .share-tumblr iframe {
max-width: 53px;
width: unset;
}
body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
position: relative;
top: 0;
} body .sd-social-icon .sd-content li.share-custom>a {
padding: 2px 3px 0 3px;
position: relative;
top: 4px;
}
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
background-size: 16px 16px;
background-repeat: no-repeat;
margin-left: 0;
padding: 0 0 0 19px;
display: inline-block;
height: 21px;
line-height: 16px;
}
body .sd-social-icon .sd-content li.share-custom a span {
width: 0;
}
body .sd-social-icon .sd-content li.share-custom a span {
padding-left: 16px !important;
} .sharing-hidden .inner {
position: absolute;
z-index: 2;
border: 1px solid #ccc;
padding: 10px;
background: #fff;
box-shadow: 0px 5px 20px rgba(0,0,0,.2);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-top: 5px;
max-width: 400px;
}
.sharing-hidden .inner ul{
margin: 0 !important;
}
.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
clear: both;
margin: 0 !important;
height: 0 !important;
}
.sharing-hidden .inner:before, .sharing-hidden .inner:after {
position: absolute;
z-index: 1;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #ccc;
content: "";
display: block;
}
.sharing-hidden .inner:after {
z-index: 2;
top: -7px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #fff;
}
.sharing-hidden ul {
margin: 0;
} .sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
border-radius: 50%;
-webkit-border-radius: 50%;
border: 0;
box-shadow: none;
padding: 7px;
position: relative;
top: -2px;
line-height: 1;
width: auto;
height: auto;
margin-bottom: 0;
max-width: 32px;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
line-height: 1;
}
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
border: none;
opacity: .6;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
top: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
padding: 8px 8px 6px 8px;
top: 5px;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
margin-left: 10px;
}
.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
margin-left: 0;
}
.sd-social-icon .sd-button span.share-count {
position: absolute;
bottom: 0;
right: 0;
border-radius: 0;
background: #555;
font-size: 9px;
} .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
background: #e9e9e9;
margin-top: 2px;
text-indent: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
background: #2c4762;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
background: #0866ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
background: #00acee;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
background: #ca1f27;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
color: #555555 !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
background: #4f94d4;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
background: #0088cc;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
background: #0077b5;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
background: #ee4056;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
background: #cee3f8;
color: #555555 !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
background: linear-gradient(to top, #563ACC 0%, #6364FF 100%);
color: #fff !important;
} .sharing-screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
background-color: #f0f0f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#jetpack-source_f_name {
display: none!important;
position: absolute !important;
left: -9000px;
}
.sd-content .share-customize-link {
margin-top: 8px;
line-height: 11px;
}
.sd-content .share-customize-link a {
font-size: 11px;
font-family: "Open Sans", sans-serif;
}
@media print {
.sharedaddy.sd-sharing-enabled {
display: none;
}
}@font-face{font-family:social-logos;font-style:normal;font-weight:400;src:url(//johnnyward.me.uk/newblog/wp-content/plugins/jetpack/_inc/build/social-logos/data:font/woff2;base64,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) format("woff2")}.social-logo{display:inline-block;font-family:social-logos;font-style:normal;font-weight:400;line-height:1;vertical-align:middle;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}