:root {
--bxsh: 0 1px 3px rgb(0 0 0 / 15%);
--bxshover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
--bstras: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
--headFont: 'Josefin Sans', sans-serif;
--headWeight: 700;
--bodyFont: 'Rubik', sans-serif;
--bodyWeight: 400;
--radius: 0px;
} body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
padding: 0;
margin: 0;
font-family: var(--bodyFont);
font-size: 16px;
font-weight: var(--bodyWeight);
line-height: 1.78;
text-decoration: none;
}
.bodyback {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
} ::-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: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: var(--radius);
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: 2px solid #e5e5e5;
border-radius: var(--radius);
display: block;
padding: 13px 16px;
width: 100%;
outline: 0;
}
input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="date"] {
height: 55px;
}
.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: var(--radius);
font-weight: bold;
font-size: 14px;
border-width: 2px;
border-style: solid;
transition: all 0.4s ease-in-out 0s;
}
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);
}
table {
border-collapse: collapse;
margin: 0 0 24px;
width: 100%;
word-wrap: break-word;
}
table,
th,
td {
border: 1px solid #e9e9e9;
}
th {
background: #f6f6f6;
color: #01012f;
padding: 8px 11px;
text-align: left;
}
td {
padding: 8px 11px;
}
table,
th,
td {
border: 1px solid #e9e9e9;
}
.content table,
.single table {
border-collapse: collapse;
margin: 0 0 24px;
width: 100%;
word-wrap: break-word;
}
.content th,
.single th,
.wp-block-calendar table th {
background: #f6f6f6;
padding: 8px 11.2px;
text-align: left;
font-weight: 700;
}
.wp-block-quote {
border-width: 0 0 0 5px;
border-style: solid;
}
.content td,
.single td {
padding: 8px 11.2px;
}
.content table,
.single table .content th,
.single th .content td,
.single td {
border: 1px solid #e9e9e9;
}
.form-control {
border-radius: var(--radius);
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;
}
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 {
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: var(--radius);
}
.bs-card-box {
background: var(--bg-color);
color: var(--text-color);
box-shadow: var(--bxsh);
overflow: hidden;
border-radius: var(--radius);
}
.wrapper {
overflow: hidden;
}
.wd-back {
padding: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
margin-bottom: 50px;
border-radius: var(--radius);
}
.modal .btn-close {
line-height: 1;
opacity: 1;
}
.modal .form-control {
height: 55px;
}
.attachment-full.size-full {
width: 100%;
height: auto;
}
#wp-custom-header img {
width: 100%;
display: block;
} 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: var(--headWeight);
color: var(--head-color);
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
line-height: 1.3;
letter-spacing: 0;
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: -10px;
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 30px;
line-height: 30px;
overflow: hidden;
position: relative;
font-weight: 500;
display: inline-block;
transition: all 0.2s ease 0s;
border-width: 2px;
border-style: solid;
border-radius: var(--radius);
font-size: 14px;
}
.btn-theme:hover,
.btn-theme:focus {
transition: all 0.3s ease 0s;
outline: none;
box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
} .pagination>li:first-child>a,
.pagination>li:first-child>span {
border-radius: var(--radius);
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-radius: var(--radius);
}
.pagination>li>a,
.pagination>li>span {
margin: 0 6px 10px;
border-radius: var(--radius);
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, .post-nav-links a {
cursor: pointer;
display: inline-block;
transition: all 0.3s ease 0s;
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;
border-radius: var(--radius);
font-weight: 500;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
text-align: center;
}
.navigation.pagination>li:first-child>a,
.navigation.pagination>li:first-child>span {
border-radius: var(--radius);
}
.single-nav-links {
text-align: center;
margin-top: 30px;
}
.single-nav-links a,
.single-nav-links span {
margin: 0 6px 10px;
height: 40px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease 0s;
padding: 8px 15px;
}
.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: 500;
letter-spacing: -.02em;
line-height: 1.2;
width: 100%;
word-break: break-word;
}
.featured-image-caption {
display: block;
text-align: center;
}
button.mfp-close:hover,
button.mfp-close:focus {
background: inherit;
}
.navigation+.navigation {
display: flex;
align-items: center;
}
.navigation p {
margin-bottom: 10px;
}
#cancel-comment-reply-link,
.comment-reply-link {
margin-left: 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;
}
.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: 35px;
height: 35px;
transition: all .3s ease;
opacity: 0;
background: #f3eeee;
color: var(--pri-color);
border-radius: 50px;
}
.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: .35;
}  .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;
}
.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: var(--radius);
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;
border-radius: var(--radius);
}
.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: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
gap: 10px;
}
.bs-default .bs-header-main .inner {
height: auto;
padding: 70px 0 0;
position: relative;
}
.bs-default .navbar-brand img {
width: 100%;
height: 100%;
object-fit: contain;
}
.bs-default .navbar-brand {
margin-right: unset;
padding-top: 0;
height: auto;
display: block;
}
.bs-default .navbar-wp {
margin: 0;
padding: 0;
border-radius: var(--radius);
z-index: 1000;
background: transparent;
margin: 30px 0;
}
.bs-default .navbar-collapse ul {
box-shadow: var(--bxsh);
border-radius: var(--radius);
}
.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);
}
.site-title {
line-height: 1.2;
font-family: var(--headFont);
}
.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;
letter-spacing: 0.5px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
transition: all .25s ease-out;
margin-bottom: 0px;
font-weight: 600;
display: block;
font-family: var(--headFont);
}
.navbar-nav {
justify-content: center;
}
.navbar-wp .navbar-nav>.active>a,
.navbar-wp .navbar-nav>.active>a:hover,
.navbar-wp .navbar-nav>.active>a:focus {
background: none;
}
.navbar-wp .navbar-nav>li>ul>li>a i {
padding-right: 10px;
}
.navbar-wp .navbar-nav>.disabled>a,
.navbar-wp .navbar-nav>.disabled>a:hover,
.navbar-wp .navbar-nav>.disabled>a:focus {
background-color: transparent;
}
.navbar-wp .navbar-nav>.open>a,
.navbar-wp .navbar-nav>.open>a:hover,
.navbar-wp .navbar-nav>.open>a:focus {
background: transparent;
}
.navbar-base .navbar-nav>.open>a,
.navbar-base .navbar-nav>.open>a:hover,
.navbar-base .navbar-nav>.open>a:focus {
background: transparent;
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
align-items: center;
}
.navbar-wp [data-bs-toggle=offcanvas] {
cursor: pointer;
padding: 0;
}
[role=button] {
cursor: pointer;
padding: 15px;
}
.navbar-nav {
justify-content: center;
}
.navbar-toggle {
border-radius: var(--radius);
margin: 10px auto;
position: absolute;
right: 5%;
border: none;
box-shadow: none;
}
.navbar-toggler.x {
padding: 5px;
}
.navbar-toggler.x:focus,
.right-nav a:focus {
outline: none;
border: 1px solid;
}
.navbar-wp .dropdown-menu {
min-width: 200px;
padding: 0;
border: none;
border-radius: var(--radius);
z-index: 10;
right: auto;
left: 0;
}
.dropdown-menu {
animation: growDown 300ms ease-in-out forwards;
transform-origin: top center;
}
@-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;
box-shadow: var(--bxsh);
border-radius: 50%;
position: relative;
z-index: 1;
overflow: hidden;
}
.right-nav a:hover::after {
height: 100%;
}
.right-nav a::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 a {
margin-right: 0.5rem;
}
.switch {
padding: 0;
width: 35px;
height: 35px;
line-height: 1;
}
.switch .slider::before {
width: 45px;
height: 45px;
left: -1px;
bottom: -5px;
} html {
font-size: 100%;
} @media only screen and (max-width: 1200px) {
html {
font-size: 95%;
}
} @media screen and (max-width: 991px) {
html {
font-size: 90%;
}
} @media screen and (max-width: 767px) {
html {
font-size: 85%;
}
} @media screen and (max-width: 575px) {
html {
font-size: 80%;
}
}
.site-branding-text .site-title {
font-weight: var(--headWeight);
font-size: 60px;
line-height: 1.2;
margin-bottom: 0;
}
.site-branding-text p.site-description {
margin-bottom: 0;
} .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: 1.5rem;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.missed-area .link-div, .related-post .link-div{
z-index: 1;
}
.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;
} .bs-widget-title {
display: flex;
width: 100%;
align-items: center;
margin-bottom: 20px;
padding: 0;
position: relative;
border-style: solid;
border-width: 0 0 1px 0;
}
.bs-widget-title .title {
margin-bottom: 0;
padding: 5px 0;
position: relative;
font-size: 20px;
line-height: 1.4;
text-transform: capitalize;
}
.bs-widget-title .title:before {
position: absolute;
content: "";
height: 3px;
width: 50%;
bottom: -2px;
left: 0;
}
.bs-widget-title .title:after {
position: absolute;
content: "";
height: 3px;
width: 50%;
bottom: -1px;
right: 0;
}
.bs-widget-title.two .title {
padding: 5px 10px;
}
.bs-widget-title.two .title:before,
.bs-widget-title.two .title:after {
display: none;
}
.bs-widget-title.three .title {
padding-left: 10px;
}
.bs-widget-title.three .title:before,
.bs-widget-title.three .title:after {
position: absolute;
top: 0;
content: '';
left: 0;
}
.bs-widget-title.three .title:before {
width: 3px;
height: 16px;
}
.bs-widget-title.three .title:after {
width: 16px;
height: 3px;
}
.recentarea {
border-radius: 5px;
padding: 20px 20px 10px 20px;
} .bs-widget {
margin-bottom: 30px;
}
.wp-block-tag-cloud a,
.tagcloud 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: var(--radius);
text-transform: capitalize;
border-width: 1px;
border-style: solid;
}
.bs-widget .bs-widget-tags a,
.bs-sidebar .bs-widget .tagcloud 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: var(--radius);
text-transform: capitalize;
border-width: 1px;
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;
border-radius: var(--radius);
}
.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: 10px 20px;
}
.bs-widget.promo .inner-content .link-div {
z-index: 1;
}
.bs-widget.promo .inner-content .link-div:focus {
outline: 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;
} #content {
padding-top: 0px;
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);
overflow: hidden;
border-radius: var(--radius);
}
.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;
border-radius: var(--radius);
}
.bs-blog-post.text-start .bs-blog-category {
justify-content: flex-start;
}
.bs-blog-post.text-center .bs-blog-category {
justify-content: center;
}
.bs-blog-post.text-end .bs-blog-category {
justify-content: flex-end;
}
.bs-blog-post:hover {
box-shadow: var(--bxshover);
}
.bs-blog-thumb {
position: relative;
min-height: 20px;
overflow: hidden;
max-width: 100%;
border-radius: var(--radius);
}
.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;
}
.bs-blog-post p {
word-break: break-word;
}
.bs-blog-post:not(:has(.bs-blog-meta, .bs-content p:not(:empty))) .title {
margin-bottom: 0;
} .bs-blog-post.two {
background: unset;
box-shadow: unset;
}
.bs-blog-post.two .small {
margin: 0 20px;
position: relative;
top: -60px;
}
.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-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .4) 60%, #000000d9 100%);
} .list-blog.bs-blog-post {
display: flex;
align-items: center;
text-align: left;
padding: 45px;
gap: 25px;
transition: 0.3s;
border-radius: var(--radius);
}
.list-blog .bs-blog-thumb {
width: 40.333333%;
max-width: 40.333333%;
min-width: 40.333333%;
height: 300px;
min-height: 250px;
border-radius: var(--radius);
}
.list-blog p,
.bs-blog-post.grid p {
margin-bottom: 0;
margin-top: 10px;
display: block;
display: -webkit-box;
line-clamp: 5;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.bs-blog-post.grid p {
line-clamp: 4;
-webkit-line-clamp: 4;
}
.list-blog p+.more-link,
.list-blog p+a {
margin-top: 1rem;
}
.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;
margin-top: auto;
margin-bottom: auto;
}
.list-blog .bs-blog-category {
justify-content: flex-start;
}
.list-blog.right .bs-blog-thumb {
margin-left: 15px;
margin-right: unset;
}
.list-blog .bs-post-thumb {
width: 40.333333%;
} .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-blog-post.list-blog:has(:not(.bs-blog-thumb)) .small {
max-width: 100%;
} .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;
}
.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-left: 25px;
overflow: hidden;
position: relative;
border-radius: var(--radius);
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;
} .featured-widget.wd-back {
margin-bottom: 20px;
padding: 0;
box-shadow: none;
}
.featured-widget.wd-back .bs-blog-thumb.lg {
height: 300px;
}
.featured-widget-content .small-post {
padding: 0;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 15px;
margin-bottom: 15px;
}
.featured-widget-content .small-post:nth-last-child(1) {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.featured-widget-content .small-post .img-small-post {
width: 25%;
}
.featured-widget-content .bs-blog-post:hover {
box-shadow: var(--bxsh);
}
.single-class .featured-widget-content .bs-blog-thumb.lg {
height: 250px;
}
.single-class .featured-widget-content .small-post .img-small-post {
width: 30%;
height: 75px;
margin-left: 15px;
} .homemain.bs{
border-radius: var(--radius);
}
.bs-slide {
height: 500px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
position: relative;
border-radius: 0;
overflow: hidden;
}
.bs-slide: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;
}
.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.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.two.colmn .inner {
width: 90%;
} .bs-blog-category {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 0;
margin-bottom: 15px;
margin-left: 0px;
margin-right: 0px;
column-gap: 8px;
row-gap: 6px;
}
.bs-blog-category a {
font-size: 14px;
padding: 4px 8px;
line-height: 1;
font-weight: 600;
cursor: pointer;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
display: inline-flex;
align-items: center;
border-radius: var(--radius);
}
.bs-blog-category a i {
font-size: 10px;
margin-right: 3px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.bs-blog-post.single .bs-header .title {
font-size: 38px;
}
.bs-blog-post.single .small p {
margin-bottom: 30px;
}
.bs-blog-post .title.sm {
font-size: 22px;
line-height: 1.2;
}
.bs-blog-post .title {
margin-bottom: 16px;
text-decoration: none;
word-break: break-word;
}
.bs-blog-post .small {
padding: 20px 20px;
font-size: 17px;
} .bs-blog-post .bs-blog-meta {
margin-bottom: 16px;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.bs-post-meta a {
display: inline-block;
}
.bs-blog-meta span {
padding-right: 0px;
font-size: 14px;
font-weight: 500;
}
.bs-blog-meta span a span {
padding-right: 4px;
}
.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);
}
.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-top-width: 1px;
border-top-style: solid;
margin-top: 10px;
}
.post-share-icons a {
width: 36px;
height: 36px;
margin-right: 0.538rem;
text-align: center;
line-height: 36px;
position: relative;
z-index: 1;
display: block;
border-radius: 50%;
overflow: hidden;
transition: all 0.2s;
}
.post-share-icons a:hover {
box-shadow: var(--bxshover);
} .bs-blog-post.single {
text-align: start;
}
.bs-blog-post .single .nav-links {
padding: 2rem;
border-radius: var(--radius);
}
.bs-blog-post .single .nav-links div {
box-sizing: border-box;
flex-basis: 50%;
}
.bs-blog-post .single .nav-links .nav-next {
text-align: right;
}
.bs-blog-post .single .single-nav-links .post-page-numbers {
display: inline-block;
width: auto;
line-height: 1.4;
}
.bs-blog-post .bs-header {
padding: 20px;
}
.bs-blog-post .bs-header .btitle {
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
}
.bs-blog-post .bs-header .bs-read {
margin-left: 3px;
margin-right: 6px;
}
.bs-blog-post .bs-header .bs-info-author-block {
box-shadow: inherit;
margin: 0;
padding: 0;
border: none;
}
.bs-blog-post .bs-header .bs-author-pic img {
width: 50px;
height: 50px;
}
.bs-info-author-block {
display: flex;
box-shadow: var(--bxsh);
border-radius: var(--radius);
}
.bs-info-author-block .flex-grow-1 p:empty{
display: none;
}
.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;
} .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: var(--radius);
z-index: 0;
margin-bottom: 25px;
border-bottom: 1px solid rgba(225, 225, 225, 0.9);
}
.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;
transition: 0.3s ease-in-out 0s;
border-radius: var(--radius);
display: inline-block;
border-width: 1px;
border-style: solid;
}
.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 {
display: flex;
width: 100%;
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: 2px solid var(--pri-color);
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%);
} .bs-breadcrumb-section {
margin-top: 0;
margin-bottom: 20px;
}
.bs-breadcrumb-section .overlay {
padding: 10px 0;
position: relative;
box-shadow: var(--bxsh);
border-radius: var(--radius);
}
.bs-breadcrumb-section .breadcrumb span {
word-break: break-word;
}
.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 {
box-shadow: none;
padding: 0;
}
.page-entry-title {
display: flex;
align-items: center;
padding: 10px;
justify-content: space-between;
margin-bottom: 20px;
}
.page-entry-title:has(.entry-title.title) {
padding: 20px;
} .bs-sidebar a {
transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .btn {
padding: 2px 12px;
border: none;
border-radius: var(--radius);
height: 40px;
}
.bs-sidebar .bs-widget {
margin-bottom: 30px;
padding: 15px 15px 5px 15px;
border-radius: var(--radius);
box-shadow: var(--bxsh);
}
.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: 10px 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: var(--radius);
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 {
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: var(--radius);
text-transform: capitalize;
border-width: 1px;
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;
padding-bottom: 0;
}  .bs-widget .bs-author {
margin-top: 25px;
}
.bs-author img.rounded-circle {
padding: 2px;
margin-bottom: 20px;
width: 130px;
height: 130px;
object-fit: cover;
box-shadow: 0px 2px 8px 1px rgb(33 33 33 / 30%);
}  .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: var(--radius);
margin-left: -1px;
} .bs-sidebar .bs-left-menu-widget ul li {
border-radius: var(--radius);
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 {
padding: 0;
}
ol.wp-block-latest-comments a {
word-break: break-word;
} .bs-sidebar .wp-block-social-links .wp-social-link {
padding: 0;
}
.bs-sidebar .wp-block-social-links .wp-social-link:last-child {
margin-bottom: 10px;
}
.bs-sidebar .wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover {
padding: 0.25em;
} .wp-block-latest-posts__list .wp-block-latest-posts__featured-image img.size-large {
margin-bottom: 16px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image+.wp-block-latest-posts__post-title {
font-weight: 600;
font-family: var(--headFont);
} .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;
} footer .bs-footer-widget-area {
padding-top: 40px;
}
footer .site-title {
margin-bottom: 0;
}
footer .site-branding-text .site-title-footer a {
font-size: 30px;
font-family: var(--headFont);
font-weight: var(--headWeight);
}
footer .site-branding-text .site-title-footer {
line-height: 38px;
margin-bottom: 0;
}
footer .bs-recent-blog-post .small-post {
background: unset;
margin-bottom: 0;
}
footer .divide-line {
margin-bottom: 20px;
height: 2px;
width: 100%;
}
footer .bs-footer-bottom-area {
padding-bottom: 20px;
}
footer .bs-widget {
background: unset;
}
.footer-logo {
border-radius: 0;
overflow: hidden;
padding: 10px 0;
display: block;
}
.footer-logo .navbar-brand {
display: block;
margin-right: 0;
}
.footer-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.bs-footer-copyright .bs-footer-overlay-copyright {
padding: 15px 0;
}
.bs-footer-copyright .info-right {
padding: 0;
margin: 0;
}
.bs-footer-copyright .info-right .menu-item {
list-style: none;
display: inline-flex;
}
.bs-footer-copyright .info-right .nav-link {
padding: 8px 0;
}
footer .bs-footer-copyright .text-xs {
margin: auto 0;
}
footer .wp-block-heading {
padding: 5px 0;
display: flex;
width: 100%;
align-items: center;
margin-bottom: 20px;
position: relative;
border-style: solid;
border-width: 0 0 1px 0;
}
footer .wp-block-heading::before {
position: absolute;
content: "";
height: 3px;
width: 25%;
bottom: -1px;
left: 0;
}
footer ul.menu li.menu-item:before {
content: '\';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
margin-right: 10px;
}
footer .bs-widget .sub-menu {
padding-left: 20px;
}
footer .bs-widget .sub-menu li:first-child {
margin-top: 10px;
}
.text-right {
text-align: end;
}
.text-left {
text-align: start;
}
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: 40px;
opacity: 1;
overflow: hidden;
position: fixed;
right: 10px;
text-align: center;
width: 40px;
z-index: 9999;
border-radius: 50%;
border-width: 2px;
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: 16px;
line-height: 40px;
}
.bs_upscr:hover,
.bs_upscr:focus {
border-width: 2px;
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 .products span.onsale,
.woocommerce span.onsale {
border-radius: var(--radius);
display: block;
font-size: 13px;
font-weight: normal;
line-height: 25px;
margin: 4px !important;
min-height: 10px;
padding: 0 12px;
z-index: 999;
}
.woocommerce span.onsale {
margin: 10px !important;
}
.woocommerce ul.products li.product {
text-align: center;
padding-bottom: 20px;
transition: all 0.4s ease 0s;
border-radius: var(--radius);
border-width: 1px;
border-style: solid;
border-color: #eaeaea;
background: white;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
font-weight: 500;
}
.woocommerce ul.products li.product .price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price ins {
font-weight: 500;
}
.woocommerce ul.products li.product .woocommerce-loop-product__categories a {
font-size: 0.9375rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding: 0.5em;
font-size: 1.5rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
transition: all 0.3s;
}
.woocommerce-page ul.products li :is(.add_to_cart_button, .product_type_variable) {
padding: 16px 35px;
font-size: 0.9rem;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
padding: 12px 15px 12px 10px;
color: #A0A0A0;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: var(--radius);
}
.woocommerce-page .products .product>a:first-child {
position: relative;
text-align: center;
display: block;
}
.woocommerce-page .products a.button {
display: inline-block;
text-align: center;
border-radius: var(--radius);
margin: 10px;
font-size: 15px;
border: none;
font-weight: bold;
margin: 0 auto !important;
}
.woocommerce-page .products a.button:hover {
box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
}
.woocommerce-page .products h3 {
position: relative;
display: inline-block;
margin-bottom: 30px;
font-weight: bold;
font-size: 12px;
line-height: 25px;
float: none;
width: auto;
margin: 0;
}
.woocommerce-page .products .star-rating {
position: relative;
margin: 0 auto;
}
.woocommerce-page .products a .price {
line-height: 20px;
width: 100%;
float: left;
height: auto;
min-height: 40px;
text-align: center;
padding: 10px 0;
}
.woocommerce-page .products a .price del {
display: inline-block !important;
line-height: 20px;
}
.woocommerce-page .products a .price ins {
display: inline-block;
font-weight: bold;
background: none;
line-height: 20px;
margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
display: inline-block;
text-align: center;
padding: 10px 20px 10px 20px;
border-radius: var(--radius);
border: none;
font-size: 12px;
margin: 0;
}
.woocommerce-page .woocommerce-result-count {
float: left;
font-size: 14px;
line-height: 46px;
margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
float: right;
margin-top: 20px;
}
.woocommerce-page .product-type-simple {
position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size: inherit;
}
footer .blogus-widget .woocommerce ul.cart_list li img,
footer .blogus-widget .woocommerce ul.product_list_widget li img {
margin-top: 7px;
} .tabs.wc-tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-width: 0 0 2px 0;
border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: var(--radius);
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: var(--radius);
background: transparent;
border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
font-size: 22px;
line-height: 25px;
}
.woocommerce div.product .product_meta>span {
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus{
outline: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible{
outline-offset: none;
}
.woocommerce table.shop_attributes th{
text-align: center;
}
.woocommerce table.shop_attributes td p{
padding: 8px 12px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
font-size: 2rem;
margin-bottom: 1.5rem;
}
.related.products {
text-align: center;
}
.related.products h2 {
font-size: 26px;
line-height: 40px;
} .woocommerce form .form-row label {
width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
height: 40px;
margin-bottom: 20px;
border: 2px solid #ebebeb;
color: #ccc;
border-radius: var(--radius);
padding: 6px 12px;
}
.select2-container .select2-choice {
height: 40px;
padding: 6px 12px;
} .woocommerce table.shop_table {
border-radius: var(--radius);
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
float: none;
line-height: 30px;
padding: 5px 35px;
border-radius: var(--radius);
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
line-height: 30px;
padding: 5px 35px;
border-radius: var(--radius);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
border-radius: var(--radius);
height: 40px;
border-width: 1px;
border-style: solid;
min-width: 110px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
} .woocommerce-page .woocommerce-message {
margin: 0px 0 40px;
border-radius: var(--radius);
list-style: none;
}
.woocommerce-page .woocommerce-message a {
padding: 6px 14px;
font-size: 12px;
}
.woocommerce-page .woocommerce-error {
list-style: none;
padding: 10px 0 10px 50px;
margin: 0px 0 40px;
border-radius: var(--radius);
border: none;
float: left;
width: 100%;
}
.woocommerce-page .woocommerce-error a {
padding: 6px 14px;
font-size: 12px;
}
.woocommerce-page .woocommerce-info {
list-style: none;
padding: 0;
margin: 0px 0 40px;
border-radius: var(--radius);
border: none;
float: left;
width: 100%;
margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
padding: 6px 14px;
font-size: 12px;
}
.woocommerce-page .woocommerce-info {
float: left;
text-align: left;
padding: 15px 0 15px 50px;
}
.woocommerce-page .woocommerce .woocommerce-info {
border-radius: var(--radius);
border: none;
padding: 15px 0 15px 50px;
margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
opacity: 0.9;
} .woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
cursor: pointer;
display: inline-block;
font-size: 18px;
line-height: 40px;
margin: 0 3px 10px;
padding: 0px;
vertical-align: baseline;
white-space: nowrap;
width: auto;
min-width: 40px;
height: 40px;
transition: all 0.3s ease 0s;
text-decoration: none;
position: relative;
border-radius: var(--radius);
font-weight: 500;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
text-align: center;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #1a2128;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.wc-block-featured-category .wc-block-featured-category__title {
display: unset;
border: unset;
} .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;
} .woocommerce-product-gallery .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-product-gallery .flex-direction-nav a {
text-indent: 0;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
text-decoration: none;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 20;
opacity: 0;
transition: all 0.3s ease;
}
.woocommerce-product-gallery:hover .flex-direction-nav a {
opacity: 1;
}
.woocommerce-product-gallery .flex-direction-nav .flex-prev {
left: 0px;
}
.woocommerce-product-gallery .flex-direction-nav .flex-next {
right: 0px;
}
.woocommerce-product-gallery:hover .flex-direction-nav .flex-prev {
left: 10px;
}
.woocommerce-product-gallery:hover .flex-direction-nav .flex-next {
right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.woocommerce div.product div.images.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
opacity: 1;
padding: 2px;
border: 2px solid rgba(0, 0, 0, 0);
display: block;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 4px;
margin-left: -2px;
margin-right: -2px;
} .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-caption,
.gallery-caption {
max-width: 100%;
}
.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 {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {} table,
th,
td {
border: 1px solid #e9e9e9;
} .wpcf7-form {
margin-bottom: 50px;
}
.wpcf7-form label {
display: block;
}
.wpcf7-textarea {
height: 200px;
}
.commentlist .bypostauthor {}
.commentlist li ul.children li.bypostauthor {}
.sticky {}
.bs-card-box.page-entry-title+.row .page-title {
display: none;
} .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 {
clip: unset;
}
.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;
}
.bs-widget .wp-block-search__label {
font-size: 20px;
font-weight: var(--headWeight);
margin-bottom: 20px;
padding: 5px 0;
position: relative;
letter-spacing: 1.1px;
border-style: solid;
border-width: 0 0 2px 0;
line-height: 1.2;
}
.widget_block h2 {
margin-bottom: 0;
padding: 5px 0;
position: relative;
font-size: 20px;
line-height: 1.4;
display: flex;
width: 100%;
align-items: center;
margin-bottom: 20px;
position: relative;
border-style: solid;
border-width: 0 0 1px 0;
}
.widget_block h2:before {
position: absolute;
content: "";
height: 3px;
width: 25%;
bottom: -1px;
left: 0;
}
.wp-block-search__label {
font-size: 20px;
font-weight: var(--headWeight);
line-height: 1;
position: relative;
padding: 5px 0;
position: relative;
border-style: solid;
border-width: 0 0 1px 0;
margin-bottom: 15px;
font-family: var(--headFont);
display: block;
}
.wp-block-search__label:before {
position: absolute;
content: "";
height: 3px;
width: 25%;
bottom: -2px;
left: 0;
}
.widget_block .wp-block-search__label {
color: var(--head-color);
border-color: #d7d7d7;
}
.widget_block .wp-block-search__button {
margin-left: -1px;
padding: 10px 15px;
}
.widget_block .bs-widget-title .title:before {
width: 25%;
}
.bs-blog-post .single a:hover,
.bs-blog-post .single a:focus {
box-shadow: none;
}
.wp-block-button .wp-block-button__link {
background: #32373c;
border: 2px solid #32373c;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background: transparent;
border: 2px solid #32373c;
color: #32373c;
}
.bs-footer-widget-area .widget_block .wp-block-search__label {
color: #fff;
}
.bs_model label {
position: relative;
display: flex;
align-items: stretch;
width: 100%;
flex-wrap: wrap;
}
.bs_model form.search-form {
display: flex;
}
form.search-form {
display: flex;
}
form.search-form label {
width: 100%;
}
form.search-form .search-submit {
margin-left: -1px;
padding: 10px 15px;
}
.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, .nav-link.has-submenu: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 {
text-decoration: none;
}
.wp-block-search__inside-wrapper {
display: flex;
}
.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 (max-width: 991.98px) {
#menu-primary li.active.home {
display: none;
}
.bs-default .site-branding-text .site-title {
font-weight: var(--headWeight);
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 {
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;
}
.m-header .right-nav{
display: flex;
gap: 10px;
}
.right-nav a.msearch {
margin: 0;
}
.bs-sidebar {
margin-top: 20px;
margin-bottom: 20px;
}
.wp-block-search__label:before {
width: 12.5%;
}
.widget_block h2:before {
width: 12.5%;
}
.missed-area {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nav.navbar-nav:not(.sm-collapsible) .menu-item-has-children .nav-link:after, .nav-link.has-submenu:after {
display: none;
}
}
@media (max-width: 767.98px) {
.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 {
flex-direction: column;
}
.list-blog .bs-blog-thumb,
.list-blog .bs-post-thumb {
width: 100% !important;
max-width: 100% !important;
}
.bs-slide {
height: 400px;
}
.bs-slide .inner .title {
font-size: 18px;
}
.bs-slide .inner,
.bs-slide.two .inner {
width: 95%;
}
.text-xs {
text-align: center;
}
.text-center-xs {
text-align: center;
}
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;
}
.bs-blog-post .bs-blog-meta {
justify-content: center;
}
.bs-single-related .bs-blog-meta {
justify-content: start;
}
.bs-blog-post.single .bs-blog-meta {
justify-content: start;
}
.missed-area {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
@media (max-width: 575.98px) {
.bs-blog-post.single .bs-header .title {
font-size: 32px;
}
.page-entry-title {
flex-direction: column;
} .comment-list .children {
margin-left: 1.5rem;
}
.comments-area .comment-body {
padding: 100px 25px 25px 0px;
}
.bs-blog-post.grid .bs-blog-thumb.lg {
height: 300px;
}
.bs-blog-post.grid .bs-blog-meta {
justify-content: flex-start;
}
.list-blog.bs-blog-post {
padding: 25px;
}
.search-results-count {
text-align: center;
font-size: 16px;
}
}:root {
--raduis: 6px;
--headFont: 'Jost', sans-serif;
}
body{
font-family: "Onest", sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-weight: 700;
}
.inner .title, .bs-blog-post .title {
line-clamp: 2;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.bs-headtwo {
border-radius: var(--raduis);
background: rgba(255 255 255 / 40%);
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border-bottom: 1px solid rgba(255 255 255 / 40%);
z-index: 1;
position: relative;
}
.bs-blog-post.single .bs-header .bs-info-author-block, .page-entry-title .bs-breadcrumb-section .overlay{
backdrop-filter: none;
border: none;
}
.featured-widget-content .bs-blog-thumb.lg {
height: 300px;
}
.single-class .featured-widget-content .bs-blog-thumb.lg {
height: 250px;
}
.homemain-two .bs-blog-category{
justify-content: center;
}
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 {
border-radius: var(--raduis);
background: rgba(255 255 255 / 40%);
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border: 1px solid rgba(255 255 255 / 40%);
}
.widget_block .wp-block-search__button, .navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a, .wp-block-tag-cloud a, .tagcloud a{
border-radius: var(--raduis);
}
.bs-blog-post.single .bs-header .title{
display: block;
}
.navbar-brand {
margin-right: 0;
}
.bs-blog-post .title{
font-size: 28px;
}
.list-blog.bs-blog-post{
padding: 20px;
border-radius: var(--raduis);
background: rgba(255 255 255 / 40%);
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border: 1px solid rgba(255 255 255 / 40%);
}
.bs-sidebar .bs-widget{
border-radius: var(--raduis);
background: rgba(255 255 255 / 40%);
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border: 1px solid rgba(255 255 255 / 40%);
}
.wd-back {
margin-bottom: 50px;
padding: 20px;
border-radius: var(--raduis);
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border: 1px solid rgba(255 255 255 / 40%);
}
.bs-breadcrumb-section .overlay, .bs_model .modal-content{
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border: 1px solid rgba(255 255 255 / 40%);
}
.bs-blog-post.single, .bs-info-author-block, .py-4.px-3.mb-4.bs-card-box, .comments-area.bs-card-box.p-4, .bs-card-box.page-entry-title, .bs-card-box, .navbar-wp .dropdown-menu > li > a{
box-shadow: none;
backdrop-filter: blur(15px) saturate(1);
-webkit-backdrop-filter: blur(25px) saturate(1);
border: 1px solid rgba(255 255 255 / 40%);
}
.bs-blog-category a { 
padding: 5px 10px;
border-radius: 14px;
}
.list-blog .bs-blog-thumb {
width: 35.333333%;
max-width: 35.333333%;
min-width: 35.333333%;
height: 250px;
min-height: 250px;
}
.bs-blog-thumb, .bs-sidebar .bs-widget, .wd-back, .bs-blog-post.three, .bs-slide, .page-entry-title, .bs-breadcrumb-section .overlay, .bs-blog-post.single, .bs-info-author-block, .py-4.px-3.mb-4.bs-card-box, .comments-area.bs-card-box.p-4, .bs-card-box.padding-20{
border-radius: var(--raduis);
}
.bs .swiper-button-prev, .bs .swiper-button-next{
opacity: 0;
}
.bs-widget.promo{
border-radius: var(--raduis);
overflow: hidden;
}
.bs-widget.promo h5 a, .bs-widget.promo .text{
border-radius: var(--raduis);
} .bs-widget.promo .text::before,
.bs-widget.promo .text::after {
content: '';
position: unset; border:none;
background-repeat: no-repeat;
} .bs-widget.promo:hover .text::before {  
content: '';
position: absolute;
border:none;
background-repeat: no-repeat;
background-position: left top, right top, right bottom, left bottom;
background-size: 0% 3px, 3px 0%, 0% 3px, 3px 0%;
background-image: linear-gradient(to right, #f67b56, #5686FF),
linear-gradient(to bottom, #5686FF, #f67b56),
linear-gradient(to left, #f67b56, #5686FF),
linear-gradient(to top, #5686FF, #f67b56);
transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bs-widget.promo:hover .text::before {
animation: drawBorder 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.bs-widget.promo .text::after {
display: none;
} @keyframes drawBorder {
0%   { background-size: 0% 3px, 3px 0%, 0% 3px, 3px 0%; }
25%  { background-size: 100% 3px, 3px 0%, 0% 3px, 3px 0%; }
50%  { background-size: 100% 3px, 3px 100%, 0% 3px, 3px 0%; }
75%  { background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0%; }
100% { background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%; }
} .bs-latest-news {
overflow: hidden;
min-height: 50px;
position: relative;
border: 2px solid;
margin-top: 30px;
border-radius: var(--raduis);
}
.bs-latest-news .acmeticker-wrap{
height: 100%;
}
.bs-latest-title {
position: absolute;
top: 50%;
left: 0%;
transform: translateY(-50%);
height: 100%; 
padding-right: 15px;
z-index: 9;
display: flex;
align-items: center;
}
.bs-latest-news-slider {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100vw;
height: auto;
}
.bs-latest-news-slider.stop-ticker{
right: 0;
left: 0;
}
.bs-latest-heading {
font-size: 18px;
margin-bottom: 0; 
height: 100%; 
padding: 10px 15px;
z-index: 9;
display: flex;
align-items: center;
}
.bs-latest-heading i{
width: 28px;
height: 28px;
border-radius: 50%;
border: 1px solid;
font-size: 15px;
line-height: 28px;
text-align: center;
position: relative;
}
.bs-latest-heading span{
margin-left: 8px;
}
.bs-latest-heading i:after {
content: '';
display: block;
width: 28px;
height: 28px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid;
border-radius: 50%;
animation-name: rippal;
animation-duration: 1s;
animation-iteration-count: infinite;
}
@keyframes rippal {
0%{
width: 0;
height: 0;
opacity: 1;
}
100%{
width: 28px;
height: 28px;
opacity: 1;
}
}
.featured-widget-content .small-post .img-small-post {
border-radius: 50%;
}
.bs-latest-list {
margin: 0 10px; 
}
.bs-latest-news-inner {
position: absolute;
left: 0;
width: 100%;
height: 100%;
}
.bs-latest-play {
position: absolute;
right: 0;
top: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.bs-latest-play span{
font-size: 16px; 
line-height: 23px;
padding: 10px 15px; 
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.bs-latest-news .bs-latest-img {
width: 40px;
height: 40px;
margin-right: 10px;
border-radius:4px;
object-fit: cover;
border: 1px solid ;
} .bs-widget-title .title, .widget_block h2, .bs-widget .wp-block-search__label {
padding-left: 10px;
}
.bs-widget-title .title:before, .widget_block h2:before, .wp-block-search__label:before {
width: 3px;
height: 16px;
top: 0;
left: 0;
}
.bs-widget-title .title:after, .widget_block h2:after, .wp-block-search__label:after {
width: 16px;
top: 0;
left: 0;
height: 3px;
position: absolute;
content: '';
}
.bs-blog-post .bs-blog-meta{
margin-bottom: 0;
}
.bs-blog-post .small-bottom {
margin-top: 10px;
border-top: 1px dashed;
padding-top: 10px;
}
.bs-social.info-left{
justify-content: end;
}
.bs-social li a i{
width: 30px;
}
.bs-widget ul li {
padding: 10px 0;
position: relative;
transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget ul li{
border-width: 0 0 1px 0;
border-style: solid;
}
.widget_block .bs-widget-title .title:before{
width: 3px;
} .mainfeatured {
margin-top: 30px;
margin-bottom: 50px;
}
.mainfeatured .bs-slide .inner .title {
font-size: 40px;
}
.bs-slide .inner {
width: 100%;
height: auto;
}
@media screen and (max-width: 991px){
.bs-headthree .navbar-brand .custom-logo {
width: 200px;
height: auto;
}
}
@media screen and (max-width: 767px){
.bs-latest-heading span{
display:none;
}
.bs-headthree .navbar-brand .custom-logo {
width: 120px;
height: auto;
}
.site-branding-text .site-title a, .site-branding-text .site-title{
font-size: 26px;
}
}
.switch{
display: none;
}:root {
--head-color: #212121;
--stext-color: #000;
--text-color: #002050;
--wtext-color: #fff;
--bg-color: #fff;
--box-color: #fff;
--border-color: #e2e8f0;
--wrap-color: #eff2f7;
--grady-color: linear-gradient(290deg,#5686FF 0%,#f67b56 100%);
}
::selection {
color: white;
background: #f67b56;
}
input[type="search"]:focus, textarea:focus{
color: var(--text-color);
} ::-webkit-scrollbar-thumb:hover {
background: #f67b56; 
}
.comment-form-comment textarea{
color: var(--text-color);
}
body {
background: var(--wrap-color);
}
.wrapper {
background-color: transparent;
}
.wd-back { 
background: rgba(255 255 255 / 40%);
} 
.featured-widget.wd-back,.featured-widget{
background: transparent;
backdrop-filter: none;
border: none;
padding: 0;
}
.bs-blog-post{
box-shadow: none;
}
.small-post{
background: transparent;
border-color: #fff;
}
.comments-area img.avatar{
border-color: #f67b56;
}
.site-title a, .site-description {
color: var(--stext-color);
}
.navbar-toggler:hover, .navbar-toggler::focus {
background: #f67b56;
}
.bs-headtwo{
background: rgba(255 255 255 / 40%);
}
.bs-headtwo .navbar-wp {
border-color: var(--border-color);
}
.bs-latest-heading {
color: #fff;
background: #f67b56;
}
.bs-latest-play {
background-color: #eaeaf3;
}
.bs-latest-news {
border-color: #f67b56;
}
.bs-latest-list {
color: var(--head-color);
}
.bs-latest-list:hover {
color: #f67b56;
}
.bs-latest-news .bs-latest-img{
border-color: #f67b56;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .switch input:checked + .slider{
background: #ccc;
}
.bs-head-detail {
background-image: linear-gradient(85deg, #f67b56 0%, #c19be9 100%); 
}
.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: #f67b56;
color: #fff;
} .navbar-wp .navbar-nav > li> a { 
color: var(--head-color);
}
.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
color: #f67b56;
}
.navbar-wp .dropdown-menu {
background: var(--bg-color);
}
.navbar-wp .dropdown-menu > li > a {
background-color: rgba(255 255 255 / 40%);
color: var(--head-color);
}
.bs-menu-full .navbar-wp .dropdown-menu > li > a:hover,
.bs-menu-full .navbar-wp .dropdown-menu > li > a:focus  {
background: #f67b56;
color: white;
}
.navbar-wp .dropdown-menu.searchinner [type=submit] {
background: #f67b56;
color: #fff;
}
.navbar-wp .dropdown-menu.searchinner .btn:hover {
background-color: #0F1012;
color: #fff;
}
.right-nav a::after {
background: #0F1012;
}
.right-nav a, .switch .slider::before{
background: #f67b56;
color: #fff;
}
.right-nav a:hover, .right-nav a:focus { 
color: #fff;
} 
button.navbar-toggler.x {
background: transparent;
}  a.category-color-1{background: #f67b56; color: #fff}
a.category-color-2{background: #feb236; color: #fff}
a.category-color-3{background: #622569; color: #fff}
a.category-color-4{background: #82b74b; color: #fff}
.bs-blog-category a:hover{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: #f67b56;
}
input[type="submit"], button {
background: #f67b56;
border-color: #f67b56;
color: #fff;
}
input[type="submit"]:hover, button:hover,input[type="submit"]:focus, button:focus {
background: #0F1012;
border-color: #0F1012;
color: #fff;
}
a {
color:#f67b56;
}
a:hover, a:focus {
color: var(--head-color);
}
.wp-block-calendar tbody td{
color: var(--text-color);
}
.bs-error-404 h1 i {
color: #f67b56;
}
.grey-bg {
background: #f4f7fc;
}
.bs .swiper-button-prev, 
.bs .swiper-button-next {
background: #0F1012;
color: #fff;
}
.bs .swiper-button-prev:hover, 
.bs .swiper-button-next:hover  {
background: #f67b56;
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;
}
.bs-social li .fa-discord, .print-r{
background: #222;
color: #fff;
}
.envelope {
background: #f67b56;
color: #fff;
}
.post-share-icons {
border-color:var(--border-color);
}
.post-share-icons a {
color: #fff;
}
.bs-social li i {
background: transparent !important;
color: #fff;
}
.bs-social li i::after {
background: transparent;
}
.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: #f67b56;
border-color: #f67b56;
}
.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: #f67b56;
color: #fff;
border-color: #f67b56;
}
.bs-widget.promo {
background-color: #eee;
}
.bs-widget.promo:hover .text::before{
border-top-color: #f67b56;
border-right-color: #f67b56;
}
.bs-widget.promo:hover .text::after{
border-bottom-color: #f67b56;
border-left-color: #f67b56;
}
.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(--head-color);
background: var(--bg-color);
}
.bs-widget.promo:hover h5 a, .bs-widget.promo h5 a:focus { 
background: var(--grady-color);
color: #fff;
}
.bs_model .modal-content {
background-color: rgba(255 255 255 / 80%);
} .bs-slide.overlay:before {
background: rgba(0, 0, 0, 0.6);
}
.bs-slide .inner .title a {
color: #fff;
}
.bs-slide .inner .title a:hover, .bs-slide .inner .title a:focus {
color: #f67b56;
}
.bs-slide.one .bs-blog-meta, .bs-slide.one .bs-blog-meta a, .bs-slide.one .bs-blog-meta span:before {
color: #fff;
}
.bs-slide.two .inner .title a, .bs-slide.three .inner .title a {
color: #000;
}
.bs-slide.two .inner::after, .bs-slide.three .inner::after { 
background: #fff;
} .bs-widget {
background: var(--bg-color);
}
.bs-widget-title { 
border-color: #d7d7d7;
}
.bs-widget-title .title{
color: var(--head-color); 
}
.bs-widget-title .title:before {
background: #f67b56;
}
.bs-widget-title .title:after, .widget_block h2:after, .wp-block-search__label:after {
background: #0025ff;
}
.bs-widget-title.three .title:after {
background: #f00;
}
.bs-widget-title.two .title {
background: #f67b56;
color: #fff;
}
.widget_block h2:before, footer .wp-block-heading::before { 
background: #f67b56;
} 
.wp-block-search__label:before { 
background: #f67b56;
} .featured-tab-widget .nav-link.active, .featured-tab-widget .nav-link:hover, .featured-tab-widget .nav-link:focus {
color: #f67b56;
}
.featured-tab-widget .nav-link {
color: #0F1012;
} .small-post .title a {
color: var(--head-color);
}
.small-post .title a:hover, .small-post .title a:focus {
color: #f67b56;
} .bs-blog-post {
background: rgba(255 255 255 / 40%);
}
.bs-blog-post .small {
color: var(--text-color);
}
.bs-blog-post .small-bottom{
border-top-color: rgb(255 255 255 / 100%);
}
.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: #e2e8f0;
}
.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: #f67b56;
}
.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.three.md{
background-color: #333;
}
.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);
}
.bs-blog-post .single .nav-links {
background: var(--border-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: #f67b56;
}
.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: #f67b56;
}
.bs-blog-post.single .bs-header .bs-info-author-block, .page-entry-title .bs-breadcrumb-section .overlay{
background: transparent;
}
.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: #f67b56;
}
.bs-blog-meta, .bs-blog-meta a{
color: var(--text-color);
}
.bs-blog-meta a:hover, .bs-blog-meta a:focus{
color: #f67b56;
}
.bs-info-author-block {
background: rgba(255 255 255 / 40%);
}
.py-4.px-3.mb-4.bs-card-box {
background: rgba(255 255 255 / 40%);
}
.comments-area.bs-card-box.p-4 {
background: rgba(255 255 255 / 40%);
}
.bs-info-author-block .title a, .bs-info-author-block .title {
color: var(--head-color);
}
.bs-info-author-block .title a:hover, .bs-info-author-block .title a:focus {
color: #f67b56;
}
.edit-link .post-edit-link:hover{
color: var(--head-color); 
}
.comments-area a {
color: var(--head-color); 
}
.comments-area a {
color: var(--head-color); 
}
.comments-area .reply a {
color: #fff;
background: #f67b56;
border-color: #f67b56;
}
.comments-area .reply a:hover, .comments-area .reply a:focus {
color: #fff;
background: #0F1012;
border-color: #0F1012;
}
blockquote {
background: var(--border-color);
border-color: #f67b56;
}
blockquote::before {
color: #f67b56;
}
blockquote p {
color: var(--head-color);
}
blockquote p {
color: var(--head-color);
}
blockquote + p a:hover {
color: var(--head-color);
}
.bs-widget .bs-author img.rounded-circle {
border-bottom-color: #f67b56;
border-left-color: #f67b56;
border-top-color: #e5e5e5;
border-right-color: #e5e5e5;
}
.widget_block h2 {
color: var(--head-color);
border-color: #d7d7d7;
}
.wp-block-tag-cloud a {
color: var(--text-color);
background: var(--box-color);
border-color: #d7d7d7;
}
.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
color: #fff;
background: #f67b56;
border-color: #f67b56;
}
.widget_block .wp-block-search__button{	
background:  #f67b56;
border-color: var(--border-color);
color: #fff ;
}
.widget_block .wp-block-search__button:hover{	 
border-color: var(--border-color); 
}
form.search-form .search-submit{
border-color: var(--border-color); 
} .bs-sidebar .bs-widget {
background: rgba(255 255 255 / 40%);
border-color: #d7d7d7;
}
.bs-sidebar .bs-widget ul li {
border-color: #fff;
color: var(--text-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: #f67b56;
}
.bs-sidebar .bs-widget ul.bs-social li a i{
color: var(--head-color);
}
.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a, .tagcloud a {
color: var(--text-color);
background: var(--box-color);
border-color: var(--border-color);
}
.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
, .tagcloud a:hover, .tagcloud a:focus {
color: #fff;
background: #f67b56;
border-color: #f67b56;
}
.bs-sidebar .bs-widget.widget_search .btn {
background: #f67b56;
color: #fff; 
border-color: #e5e7eb;
}
.bs-sidebar .bs-widget.widget_search .btn:hover, .bs-sidebar .bs-widget.widget_search .btn:focus  {
color: #fff;
background: #0F1012;
border-color: #0F1012;
}
.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: #f67b56;
border-color: #f67b56;
color: #fff;
} h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
color: var(--head-color);
}
.btn, .btn-theme, .more-link,.woocommerce ul.products li.product .button { 
background: transparent;
color: var(--head-color);
border-color: #f67b56;
}
.btn-theme:hover, .btn-theme:focus, .more-link:hover, .more-link:focus, .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus {
background: #f67b56;
color: #fff;
border-color: #f67b56;
}
.btn-blog:hover, .btn-blog:focus {
background: #f67b56;
color: #fff;
border-color: #f67b56;
}
button, [type=button], [type=reset], [type=submit] {
background: #f67b56;
color: #fff;
border-color: #f67b56;
}
button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover, 
button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus {
background: #0F1012;
color: #fff;
border-color: #0F1012;
}
.bs-card-box.page-entry-title{
background: rgba(255 255 255 / 40%);
} .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: #f67b56;
background: #f67b56;
color: #fff;
}
.page-item.active .page-link {
border-color: #f67b56;
background: #f67b56;
color: #fff;
}
.pagination .page-numbers{
background: #fff;
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links a:hover, a.error-btn, .bs-blog-post .single .single-nav-links .post-page-numbers:hover, .single-nav-links span {
background: #f67b56; 
color:#fff; 
border-color: var(--border-color);
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a{
background-color: rgba(255 255 255 / 40%);
border: 1px solid rgba(255 255 255 / 40%);
color: #212121;
} .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: #f67b56;
background: #f67b56;
color: #fff;
}
.navigation p a:hover{
color: var(--head-color);
} .bs-breadcrumb-section .overlay {
background: rgba(255 255 255 / 40%);
}
.bs-breadcrumb-section .breadcrumb a, .bs-breadcrumb-section .breadcrumb-item span {
color: var(--head-color);
}
.bs-breadcrumb-section .breadcrumb a:hover,
.bs-breadcrumb-section .breadcrumb a:focus,
.bs-breadcrumb-section .breadcrumb .active a {
color: #f67b56;
}
.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: #f67b56;
}
.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: #f67b56;
} footer .overlay {
background: #0F1012;
}
footer .widget_block h2, footer .wp-block-heading {
color: #fff;
}
.site-title-footer a, .site-description-footer {
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: #f67b56;
}
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: #0F1012;
}
footer .bs-widget ul li a:hover, footer .bs-widget ul li a:focus {
color: #f67b56;
}
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: #f67b56;
}
footer .bs-widget p {
color: #bbb;
}
footer .bs-widget.widget_search .btn {
color: #fff;
background: #f67b56;
border-color: #f67b56;
}
footer .bs-widget.widget_search .btn:hover, footer .bs-widget.widget_search .btn:focus {
background: #0F1012;
border-color: #0F1012;
}
.wp-block-latest-comments__comment-meta{
color: var(--head-color);
} .bs_upscr {
background: #f67b56;
border-color: #f67b56 ;
color: #fff !important;
}
.bs_upscr:hover, .bs_upscr:focus {
color: #fff;
} footer .bs-widget-title .title {
color: #fff;
}
.form-control {
border-color: #eef3fb;
}
.form-control:focus {
border-color: #f67b56;
}
.form-group label::before {
background-color: #dddddd;
}
.form-group label::after {
background: #f67b56;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
color: var(--head-color);
}
.woocommerce-page .products h3 {
color: #333;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
color: #333;
}
.related.products h2 {
color: #333;
}
.woocommerce nav.woocommerce-pagination ul li a {
color: #333;
}
.woocommerce nav .woocommerce-pagination ul li span {
color: #333;
}
.woocommerce nav.woocommerce-pagination ul li a {
border-color: #ddd;
}
.woocommerce nav .woocommerce-pagination ul li span {
border-color: #ddd;
} .woocommerce-cart table.cart td.actions .coupon .input-text {
border-color: #ebebeb;
} .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce #respond input#submit, .woocommerce input.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce-page .products a.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
background: #f67b56;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background: #f67b56 !important; 
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
background: #ebe9eb;
color: #999;
} .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page .products .added_to_cart, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
color: #f67b56;
} .woocommerce-cart table.cart td.actions .coupon .input-text:hover, .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce nav .woocommerce-pagination ul li a:focus, .woocommerce nav .woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
border-color: #f67b56;
} .woocommerce #review_form #respond .form-submit input:hover, .woocommerce-page .products a.button:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:focus {
background: #0F1012;
color: #fff;
} .woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #161c28;
} .woocommerce-page .woocommerce .woocommerce-info a, .woocommerce-page .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-message a, .woocommerce-page .woocommerce-message a:hover, .woocommerce-page .woocommerce-message a:focus, .woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-error a, .woocommerce-page .woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-info a, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce .woocommerce-info, .woocommerce-cart .wc-proceed-to-checkout a .checkout-button, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce nav .woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page .products a.button, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:focus {
color: #fff;
}
.woocommerce .products span.onsale, .woocommerce span.onsale {
background: #f67b56;
}
.woocommerce-page .products a .price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
color: var(--head-color);
}
.woocommerce-page .products a .price ins {
color: #e96656;
}
.woocommerce-page .products .star-rating, .woocommerce-page .star-rating span, .woocommerce-page .stars span a {
color: #ffc107;
} .woocommerce-page .woocommerce-message {
background: #2ac56c;
}
.woocommerce-page .woocommerce-message a {
background: #f67b56;
}
.woocommerce-page .woocommerce-message a:hover, .woocommerce-page .woocommerce-message a:focus {
background-color: #388e3c;
}
.woocommerce-page .woocommerce-error {
background: #ff5252;
}
.woocommerce-page .woocommerce-error a {
background-color: #F47565;
}
.woocommerce-page .woocommerce-info {
background: #4593e3;
}
.woocommerce-page .woocommerce-info a {
background-color: #5fb8dd;
}
.woocommerce-page .woocommerce .woocommerce-info {
background: rgb(58, 176, 226);
} .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: #f67b56;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background: #f67b56;
}
.woocommerce-page .woocommerce-ordering select {
color: #A0A0A0;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #1a2128;
} .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
border-color: #ccc;
color: #999;
}
.woocommerce form .form-row label { 
color: #222;
}
.woocommerce .bs-card-box{
background: transparent;
}
.woocommerce ul.products li.product{
background-color: transparent;
border-color: transparent;
}
.squares .square, .circles .circle, .triangles .triangle{
background: #f67b561c;
}
.triangles .triangle{
border-bottom-color: #2e75b52e;
border-left-color: transparent;
border-right-color: transparent;
background: transparent;
}
.wp-block-code code{
background: #000000;
color: #fff;
}
.wp-block-button .wp-block-button__link, .wp-block-file__button{
background: #f67b56;
border-color: var(--border-color);
color: #fff;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-file__button:hover{
color: #fff;
background: #0F1012;
}
pre{
background-color: var(--border-color);
}
@media (max-width: 991.98px) {
.navbar-wp .navbar-nav {
background: #f67b56;
}
.navbar-wp .navbar-nav > li > a{
color: #fff;
}
.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus{
opacity: 0.8;
color: #fff;
}
.navbar-wp .dropdown-menu {
background: #f67b56;
}
.navbar-wp .dropdown-menu > li > a {
color: #ffffff !important;
background: none !important;
}
}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);
--bxsh2: 0 3px 12px -1px rgb(224 229 255 / 20%), 0 22px 27px -20px rgb(227 232 255 / 20%);
}
.site-title a, .site-description {
color: var(--stext-color);
}
.offcbtn {
color: var(--head-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-card-box {
background: rgba(255 255 255 / 40%);
}
.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;
}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border-radius:50%;border-top-color:#0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;width:44px;z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;top:50%}.swiper-button-prev{left:4px;right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;top:50%}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;margin-left:-22px;margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;left:0;top:auto;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px;button&{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:#007aff;opacity:1}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;right:8px;top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit}.swiper-pagination-progressbar{background:#00000040;position:absolute;.swiper-pagination-progressbar-fill{background:#007aff;height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;border-radius:10px;position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:4px;height:4px;left:1%;position:absolute;top:auto;width:98%;z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:98%;left:auto;position:absolute;right:4px;top:1%;width:4px;z-index:50}}.swiper-scrollbar-drag{background:#00000080;border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}:root {
--jp-carousel-primary-color: #fff;
--jp-carousel-primary-subtle-color: #999;
--jp-carousel-bg-color: #000;
--jp-carousel-bg-faded-color: #222;
--jp-carousel-border-color: #3a3a3a;
--jp-carousel-fade-duration: 100ms;
} .jp-carousel-fade {
transition: opacity var(--jp-carousel-fade-duration) ease-out;
}
@media ( prefers-reduced-motion: reduce ) {
.jp-carousel-fade {
transition-duration: 0s;
}
}
:root .jp-carousel-light {
--jp-carousel-primary-color: #000;
--jp-carousel-primary-subtle-color: #646970;
--jp-carousel-bg-color: #fff;
--jp-carousel-bg-faded-color: #fbfbfb;
--jp-carousel-border-color: #dcdcde;
}
.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-rtl .swiper-button-next,
.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-rtl .swiper-button-prev {
background-image: none;
} [data-carousel-extra]:not(.jp-carousel-wrap) img,
[data-carousel-extra]:not(.jp-carousel-wrap) img + figcaption {
cursor: pointer;
}
.jp-carousel-wrap * {
line-height: inherit;
}
.jp-carousel-wrap.swiper {
height: auto;
width: 100vw;
}
.jp-carousel-overlay .swiper-zoom-container {
background-size: 200%;
background-repeat: no-repeat;
background-position: center;
} .jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img,
.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img {
transition: none !important;
}
.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-button-next {
opacity: 0.5;
transition: 0.5s opacity ease-out;
height: initial;
width: initial;
padding: 20px 40px;
background-image: none;
}
.jp-carousel-overlay .swiper-button-prev:hover,
.jp-carousel-overlay .swiper-button-next:hover {
opacity: 1;
}
.jp-carousel-overlay .swiper-button-next::after,
.jp-carousel-overlay .swiper-rtl .swiper-button-next::after,
.jp-carousel-overlay .swiper-button-prev::after,
.jp-carousel-overlay .swiper-rtl .swiper-button-prev::after {
content: none;
}
.jp-carousel-overlay .swiper-button-prev svg,
.jp-carousel-overlay .swiper-button-next svg {
height: 30px;
width: 28px;
background: var(--jp-carousel-bg-color);
border-radius: 4px;
}
.jp-carousel-overlay .swiper-button-prev svg:hover,
.jp-carousel-overlay .swiper-button-next svg:hover {
background: var(--jp-carousel-primary-subtle-color);
}
.jp-carousel-overlay {
font-family: "Helvetica Neue", sans-serif !important;
z-index: 2147483647;
overflow-x: hidden;
overflow-y: auto;
direction: ltr;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--jp-carousel-bg-color);
}
.jp-carousel-overlay * {
box-sizing: border-box;
} .jp-carousel-overlay h1::before,
.jp-carousel-overlay h2::before,
.jp-carousel-overlay h3::before {
content: none;
display: none;
}
.jp-carousel-overlay .swiper .swiper-button-prev {
left: 0;
right: auto;
}
.jp-carousel-overlay .swiper .swiper-button-next {
right: 0;
left: auto;
}
.jp-carousel-overlay .swiper.swiper-rtl .swiper-button-prev,
.jp-carousel-overlay .swiper.swiper-rtl .swiper-button-next {
transform: scaleX(-1);
}
.jp-carousel-container {
display: grid;
grid-template-rows: 1fr 64px; height: 100%;
}
.jp-carousel-hide-controls .jp-carousel-container {
grid-template-rows: 1fr;
}
.jp-carousel-hide-controls .swiper-wrapper {
margin-top: -32px; }
.jp-carousel-hide-controls .jp-swiper-button-next,
.jp-carousel-hide-controls .jp-swiper-button-prev {
margin-top: -54px; }
.jp-carousel-msg {
font-family: "Open Sans", sans-serif;
font-style: normal;
display: inline-block;
line-height: 19px;
padding: 11px 15px;
font-size: 14px;
text-align: center;
margin: 25px 20px 0 2px;
background-color: var(--jp-carousel-primary-color);
border-left: 4px solid #ffba00;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.jp-carousel-info {
display: flex;
flex-direction: column;
text-align: left !important;
-webkit-font-smoothing: subpixel-antialiased !important;
z-index: 100;
background-color: var(--jp-carousel-bg-color);
transition: opacity 200ms ease-out;
opacity: 1;
}
.jp-carousel-hide-controls .jp-carousel-info {
visibility: hidden;
height: 0;
overflow: hidden;
}
.jp-carousel-info-footer {
position: relative;
background-color: var(--jp-carousel-bg-color);
height: 64px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100vw;
}
.jp-carousel-info-extra {
display: none;
background-color: var(--jp-carousel-bg-color);
padding: 35px;
width: 100vw;
border-top: 1px solid var(--jp-carousel-bg-faded-color);
}
.jp-carousel-title-and-caption {
margin-bottom: 15px;
}
.jp-carousel-info-extra.jp-carousel-show {
display: block;
}
.jp-carousel-info ::selection {
background: var(--jp-carousel-primary-color); color: var(--jp-carousel-primary-color);
}
.jp-carousel-info ::-moz-selection {
background: var(--jp-carousel-primary-color); color: var(--jp-carousel-primary-color);
}
.jp-carousel-photo-info {
left: 0 !important;
width: 100% !important;
}
.jp-carousel-comments-wrapper {
padding: 0;
width: 100% !important;
display: none;
}
.jp-carousel-comments-wrapper.jp-carousel-show {
display: block;
}
.jp-carousel-comments-wrapper > .jp-carousel-photo-info {
display: none;
}
.jp-carousel-transitions .jp-carousel-photo-info {
transition: 400ms ease-out;
}
.jp-carousel-buttons {
margin: -18px -20px 15px;
padding: 8px 10px;
border-bottom: 1px solid #222;
background: #222;
text-align: center;
}
div.jp-carousel-buttons a {
border: none !important;
color: var(--jp-carousel-primary-subtle-color);
font: 400 11px/1.2em "Helvetica Neue", sans-serif !important;
letter-spacing: 0 !important;
padding: 5px 2px 5px 0;
text-decoration: none !important;
text-shadow: none !important;
vertical-align: middle;
-webkit-font-smoothing: subpixel-antialiased;
}
div.jp-carousel-buttons a:hover {
color: var(--jp-carousel-primary-color);
border: none !important;
}
.jp-carousel-transitions div.jp-carousel-buttons a:hover {
transition: none !important;
}
.jp-carousel-slide,
.jp-carousel-slide img {
transform: translate3d(0, 0, 0);
}
.jp-carousel-close-hint {
letter-spacing: 0 !important;
position: fixed;
top: 20px;
right: 30px;
padding: 10px;
text-align: right;
width: 45px;
height: 45px;
z-index: 15;
color: var(--jp-carousel-primary-color);
cursor: pointer;
transition: opacity 200ms ease-out;
}
.jp-carousel-transitions .jp-carousel-close-hint {
transition: color 200ms linear;
}
.jp-carousel-close-hint svg {
padding: 3px 2px;
background: var(--jp-carousel-bg-color);
border-radius: 4px;
}
.jp-carousel-close-hint svg:hover {
background: var(--jp-carousel-primary-subtle-color);
}
.jp-carousel-close-hint:hover {
color: var(--jp-carousel-primary-color);
}
.jp-carousel-close-hint:hover span {
border-color: var(--jp-carousel-primary-color);
} .jp-carousel-pagination-container {
flex: 1;
margin: 0 15px 0 35px;
}
.jp-swiper-pagination,
.jp-carousel-pagination {
color: var(--jp-carousel-primary-color);
font-size: 15px; font-weight: 400;
white-space: nowrap;
display: none;
position: static !important;
}
.jp-carousel-pagination-container .swiper-pagination {
text-align: left;
line-height: 8px;
}
.jp-carousel-pagination {
padding-left: 5px;
}
.jp-swiper-pagination .swiper-pagination-bullet {
background: var(--jp-carousel-primary-subtle-color);
margin: 0 4px;
}
.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--jp-carousel-primary-color);
}
.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
background: var(--jp-carousel-primary-color);
opacity: 0.5;
}  .jp-carousel-info-footer .jp-carousel-photo-title-container {
flex: 4;
justify-content: center;
overflow: hidden;
margin: 0;
}
.jp-carousel-photo-title,
.jp-carousel-photo-caption {
background: none !important;
border: none !important;
display: inline-block;
font: 400 20px/1.3em "Helvetica Neue", sans-serif;
line-height: normal;
letter-spacing: 0 !important;
margin: 0 0 10px 0;
padding: 0;
overflow: hidden;
text-shadow: none !important;
text-transform: none !important;
color: var(--jp-carousel-primary-color);
}
.jp-carousel-info-footer .jp-carousel-photo-caption {
text-align: center;
font-size: 15px; white-space: nowrap;
color: var(--jp-carousel-primary-subtle-color);
cursor: pointer;
margin: 0;
text-overflow: ellipsis;
}
.jp-carousel-info-footer .jp-carousel-photo-caption p {
margin: 0;
}
.jp-carousel-photo-title {
font-size: 32px;
margin-bottom: 2px;
}
.jp-carousel-photo-description {
color: var(--jp-carousel-primary-subtle-color);
font-size: 16px;
margin: 25px 0;
width: 100%;
overflow: hidden;
overflow-wrap: break-word;
}
.jp-carousel-photo-description p {
color: var(--jp-carousel-primary-subtle-color);
line-height: 1.4;
margin-bottom: 0;
}
.jp-carousel-photo-description p a,
.jp-carousel-comments p a,
.jp-carousel-info .jp-carousel-photo-caption a,
.jp-carousel-info .jp-carousel-caption a {
color: var(--jp-carousel-primary-color) !important;
border: none !important;
text-decoration: underline !important;
font-weight: 400 !important;
font-style: normal !important;
}
.jp-carousel-photo-description p strong,
.jp-carousel-photo-description p b {
font-weight: 700;
color: var(--jp-carousel-primary-subtle-color);
}
.jp-carousel-photo-description p em,
.jp-carousel-photo-description p i {
font-style: italic;
color: var(--jp-carousel-primary-subtle-color);
}
.jp-carousel-photo-description p a:hover,
.jp-carousel-comments p a:hover,
.jp-carousel-info .jp-carousel-photo-caption a:hover,
.jp-carousel-info .jp-carousel-caption a:hover {
color: var(--jp-carousel-primary-subtle-color) !important;
}
.jp-carousel-photo-description p:empty {
display: none;
}
.jp-carousel-photo-info h1::before,
.jp-carousel-photo-info h1::after,
.jp-carousel-comments-wrapper h1::before,
.jp-carousel-comments-wrapper h1::after {
content: none !important;
}
.jp-carousel-caption {
font-size: 14px;
font-weight: 400;
margin: 0;
}  .jp-carousel-image-meta {
color: var(--jp-carousel-primary-color);
font: 12px/1.4 "Helvetica Neue", sans-serif !important;
width: 100%;
display: none;
}
.jp-carousel-image-meta.jp-carousel-show {
display: block;
}
.jp-carousel-image-meta li,
.jp-carousel-image-meta h5 {
font-family: "Helvetica Neue", sans-serif !important;
position: inherit !important;
top: auto !important;
right: auto !important;
left: auto !important;
bottom: auto !important;
background: none !important;
border: none !important;
font-weight: 400 !important; line-height: 1.3em !important;
}
.jp-carousel-image-meta ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.jp-carousel-image-meta li {
width: 48% !important;
display: inline-block !important;
vertical-align: top !important;
margin: 0 2% 15px 0 !important;
color: var(--jp-carousel-primary-color) !important;
font-size: 13px !important;
}
.jp-carousel-image-meta h5 {
color: var(--jp-carousel-primary-subtle-color) !important;
text-transform: uppercase !important;
font-size: 10px !important;
margin: 0 0 2px !important;
letter-spacing: 0.1em !important;
}
a.jp-carousel-image-download {
display: inline-block;
clear: both;
color: var(--jp-carousel-primary-subtle-color);
line-height: 1;
font-weight: 400;
font-size: 14px;
text-decoration: none;
}
a.jp-carousel-image-download svg {
display: inline-block;
vertical-align: middle;
margin: 0 3px;
padding-bottom: 2px;
}
a.jp-carousel-image-download span.photo-size {
font-size: 11px;
border-radius: 1em;
margin-left: 2px;
display: inline-block;
}
a.jp-carousel-image-download span.photo-size-times {
padding: 0 1px 0 2px;
}  .jp-carousel-comments {
font: 15px/1.7 "Helvetica Neue", sans-serif !important;
font-weight: 400;
background: none transparent;
width: 100%;
bottom: 10px;
margin-top: 20px;
}
.jp-carousel-comments p a:hover,
.jp-carousel-comments p a:focus,
.jp-carousel-comments p a:active {
color: var(--jp-carousel-primary-color) !important;
}
.jp-carousel-comment {
background: none transparent;
color: var(--jp-carousel-primary-subtle-color);
overflow: auto;
width: 100%;
display: flex;
}
.jp-carousel-comment + .jp-carousel-comment {
margin-top: 20px;
}
.jp-carousel-comment:last-of-type {
margin-bottom: 20px;
}
.jp-carousel-comment p {
color: var(--jp-carousel-primary-subtle-color) !important;
}
.jp-carousel-comment .comment-author {
font-size: 15px;
font-weight: 500;
padding: 0;
width: auto;
display: inline;
float: none;
border: none;
margin: 0;
}
.jp-carousel-comment .comment-author a {
color: var(--jp-carousel-primary-color);
}
.jp-carousel-comment .comment-gravatar {
float: none;
margin-right: 10px;
}
.jp-carousel-comment .comment-content {
border: none;
padding: 0;
}
.jp-carousel-comment .avatar {
margin: 0;
border-radius: 4px;
border: none !important;
padding: 0 !important;
background-color: transparent !important;
min-width: 64px;
min-height: 64px;
width: 64px;
height: 64px;
}
.jp-carousel-comment .comment-date {
color: var(--jp-carousel-primary-subtle-color);
font-size: 11px;
border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
margin-bottom: 6px;
}
#jp-carousel-comment-form {
margin: 0 0 10px !important;
width: 100%;
}
#jp-carousel-comment-form.jp-carousel-is-disabled {
opacity: 0.5;
pointer-events: none;
}
textarea#jp-carousel-comment-form-comment-field {
background: var(--jp-carousel-bg-faded-color);
border: 1px solid var(--jp-carousel-border-color);
color: var(--jp-carousel-primary-subtle-color);
font: 16px/1.4 "Helvetica Neue", sans-serif !important;
width: 100%;
padding: 10px 10px 5px;
margin: 0;
float: none;
height: 147px;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
border-radius: 3px;
overflow: hidden;
box-sizing: border-box;
}
textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
color: #555;
}
textarea#jp-carousel-comment-form-comment-field:focus {
background: var(--jp-carousel-bg-faded-color);
color: var(--jp-carousel-primary-subtle-color);
}
textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
color: var(--jp-carousel-primary-subtle-color);
}
#jp-carousel-loading-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#jp-carousel-loading-wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}
#jp-carousel-library-loading {
color: var(--jp-carousel-primary-color);
}
#jp-carousel-comment-form-spinner {
display: none;
position: absolute;
margin: 0 auto;
top: calc(50% - 10px);
left: 0;
bottom: 0;
right: 0;
color: var(--jp-carousel-primary-color);
text-align: center;
}
.jp-carousel-info-content-wrapper {
max-width: 800px;
margin: auto;
}
#jp-carousel-comment-form-submit-and-info-wrapper {
display: none;
overflow: hidden;
width: 100%;
}
#jp-carousel-comment-form-commenting-as input {
background: var(--jp-carousel-bg-color);
border: 1px solid var(--jp-carousel-border-color);
color: var(--jp-carousel-primary-subtle-color);
font: 16px/1.4 "Helvetica Neue", sans-serif !important;
padding: 10px;
float: left;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
border-radius: 2px;
width: 285px;
}
#jp-carousel-comment-form-commenting-as input:focus {
background: var(--jp-carousel-bg-faded-color);
color: var(--jp-carousel-primary-subtle-color);
}
#jp-carousel-comment-form-commenting-as p {
font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
margin: 22px 0 0;
float: left;
}
#jp-carousel-comment-form-commenting-as fieldset {
float: left;
border: none;
margin: 20px 0 0 0;
padding: 0;
clear: both;
}
#jp-carousel-comment-form-commenting-as label {
font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
margin: 0 20px 3px 0;
float: left;
width: 100px;
}
#jp-carousel-comment-form-button-submit {
margin-top: 20px;
margin-left: auto;
display: block;
border: solid 1px var(--jp-carousel-primary-color);
background: var(--jp-carousel-bg-color);
border-radius: 3px;
padding: 8px 16px;
font-size: 14px;
color: var(--jp-carousel-primary-color);
}
#jp-carousel-comment-form-button-submit:active,
#jp-carousel-comment-form-button-submit:focus {
background: var(--jp-carousel-primary-color);
color: var(--jp-carousel-bg-color);
}
#jp-carousel-comment-form-container {
margin-bottom: 15px;
width: 100%;
margin-top: 20px;
color: var(--jp-carousel-primary-subtle-color);
position: relative;
overflow: hidden;
}
#jp-carousel-comment-post-results {
display: none;
overflow: auto;
width: 100%;
}
#jp-carousel-comment-post-results span {
display: block;
text-align: center;
margin-top: 20px;
width: 100%;
overflow: auto;
padding: 1em 0;
box-sizing: border-box;
border-radius: 2px;
font: 13px/1.4 "Helvetica Neue", sans-serif !important;
border: 1px solid var(--jp-carousel-border-color);
box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.jp-carousel-comment-post-error {
color: #df4926;
}
#jp-carousel-comments-closed {
display: none;
color: var(--jp-carousel-primary-subtle-color);
}
#jp-carousel-comments-loading {
font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
display: none;
color: var(--jp-carousel-primary-subtle-color);
text-align: left;
margin-bottom: 20px;
width: 100%;
bottom: 10px;
margin-top: 20px;
} .jp-carousel-photo-icons-container {
flex: 1;
display: block;
text-align: right;
margin: 0 20px 0 30px;
white-space: nowrap;
}
.jp-carousel-icon-btn {
padding: 16px;
text-decoration: none;
border: none;
background: none;
display: inline-block;
height: 64px;
}
.jp-carousel-icon {
border: none;
display: inline-block;
line-height: 0;
font-weight: 400;
font-style: normal;
border-radius: 4px;
width: 31px; padding: 4px 3px 3px;
}
.jp-carousel-icon:hover {
background: var(--jp-carousel-primary-subtle-color);
}
.jp-carousel-icon svg {
display: inline-block;
}
.jp-carousel-overlay rect {
fill: var(--jp-carousel-primary-color);
}
.jp-carousel-selected .jp-carousel-icon {
background: var(--jp-carousel-primary-color);
}
.jp-carousel-selected rect {
fill: var(--jp-carousel-bg-color);
}
.jp-carousel-icon-comments.jp-carousel-show {
display: inline-block;
}
.jp-carousel-icon .jp-carousel-has-comments-indicator {
display: none;
font-size: 12px;
vertical-align: top;
margin-left: -16px;
line-height: 1;
padding: 2px 4px;
border-radius: 4px;
background: var(--jp-carousel-primary-color);
color: var(--jp-carousel-bg-color);
font-weight: 400;
font-family: "Helvetica Neue", sans-serif !important;
position: relative;
}
.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
background: var(--jp-carousel-bg-color);
color: var(--jp-carousel-primary-color);
}
.jp-carousel-has-comments-indicator.jp-carousel-show {
display: inline-block;
}  @media only screen and ( max-width: 760px ) {
.jp-carousel-overlay .swiper .swiper-button-next,
.jp-carousel-overlay .swiper .swiper-button-prev {
display: none !important;
}
.jp-carousel-buttons {
display: none !important;
}
.jp-carousel-image-meta {
float: none !important;
width: 100% !important;
box-sizing: border-box;
margin-left: 0;
}
.jp-carousel-close-hint {
font-size: 26px !important;
position: fixed !important;
top: 10px;
right: 10px;
} .admin-bar .jp-carousel-close-hint {
top: 40px;
}
.jp-carousel-slide img {
opacity: 1;
}
.jp-carousel-wrap {
background-color: var(--jp-carousel-bg-color);
}
.jp-carousel-fadeaway {
display: none;
}
.jp-carousel-info > .jp-carousel-photo-info {
display: none;
}
.jp-carousel-comments-wrapper > .jp-carousel-photo-info {
display: block;
}
.jp-carousel-caption {
overflow: visible !important;
}
.jp-carousel-info-footer .jp-carousel-photo-title-container {
display: none;
}
.jp-carousel-photo-icons-container {
margin: 0 10px 0 0;
white-space: nowrap;
}
.jp-carousel-icon-btn {
padding-left: 20px;
}
.jp-carousel-pagination {
padding-left: 5px;
}
.jp-carousel-pagination-container {
margin-left: 25px;
}
.jp-carousel-comment .avatar {
min-width: 48px;
}
#jp-carousel-comment-form-commenting-as fieldset,
#jp-carousel-comment-form-commenting-as input {
width: 100%;
float: none;
}
}#jp-post-flair {
padding-top: 0.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: 700;
}
body.highlander-light h3.sd-title::before {
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.highlander-dark h3.sd-title::before {
border-top: 1px solid rgba(255, 255, 255, 0.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;
margin: 0 8px 12px 0;
padding: 0;
}
.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 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 0 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;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
display: none;
} .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, 0.16);
} .sd-content ul li a.sd-button::before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: 400 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: 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,
.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-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: #08c;
}
.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;
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;
} .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-content ul li.share-custom a span[hidden] {
display: none;
}
body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text .custom-sharing-span {
color: transparent;
}
body .sd-social-icon .sd-content li.share-custom a span {
width: 0;
padding-left: 16px !important;
} .sharing-hidden .inner {
position: absolute;
z-index: 2;
border: 1px solid #ccc;
padding: 10px;
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
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%;
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: 0.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;
}
.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: #000;
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: #555 !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: #08c;
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-reddit a.sd-button {
background: #cee3f8;
color: #555 !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;
}
#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(//www.wordexcelsample.com/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}