.wmvp-videos-block {
position: relative;
}
.wmvp-videos-block-inner {
border: var(--wmvp-playlist-outer-border);
overflow: hidden;
position: relative;
} .wmvp-video-playlist-shortcode {
margin-bottom: 2em;
} .wmvp-video-player-wrapper {
background-color: #000;
position: relative;
flex: 2 1 0;
min-width: 500px;
max-width: 100%;
}
.wmvp-video-player {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
}
.wmvp-video-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
} .wmvp-playlist-nav-wrapper {
overflow: hidden;
position: relative;
flex: 1 1 0;
min-width: 300px;
} .wmvp-video-thumbnail {
flex: 0 0 100px;
}
.wmvp-video-thumbnail img {
width: 100px;
height: 60px;
object-fit: cover;
}
.wmvp-thumbnail-round .wmvp-video-thumbnail img {
border-radius: 8px;
}
.wmvp-thumbnail-circle .wmvp-video-thumbnail {
flex: 0 0 70px;
}
.wmvp-thumbnail-circle .wmvp-video-thumbnail img {
border-radius: 100%;
width: 70px;
height: 70px;
} .wmvp-playlist-head-section {
background: var(--wmvp-playlist-head-bg);
color: var(--wmvp-playlist-head-color);
padding: 15px;
z-index: 2;
position: relative;
}
.wmvp-playlist-head-section a {
color: var(--wmvp-playlist-head-color);
}
.wmvp-playlist-head-section a:hover {
color: var(--wmvp-playlist-head-color);
}
.wmvp-playlist-head-section-inner {
display: flex;
align-items: center;
gap: 15px;
}
.wmvp-playlist-title {
font-size: 16px;
line-height: 1.3;
font-weight: 600;
}
.wmvp-head-videos-number {
margin-top: 5px;
font-size: 11px;
}
.wmvp-video-playlist-nav {
background: var(--wmvp-playlist-bg);
overflow-x: hidden;
scrollbar-width: thin;
overflow-y: scroll;
}
.wmvp-video-playlist-nav::-webkit-scrollbar {
width: 5px;
}
.wmvp-video-playlist-nav::-webkit-scrollbar-track {
background: transparent;
}
.wmvp-video-playlist-nav::-webkit-scrollbar-thumb {
border-radius: 20px;
background: rgba(0, 0, 0, 0.2);
}
.dark-skin .wmvp-video-playlist-nav::-webkit-scrollbar-thumb {
background: rgb(0, 0, 0);
} .wmvp-video-playlist-item {
padding: 12px;
overflow: hidden;
cursor: pointer;
border-bottom: 1px solid var(--wmvp-playlist-inner-border-color);
background: var(--wmvp-playlist-bg);
color: var(--wmvp-playlist-color);
transition: 0.3s;
display: flex;
gap: 10px;
}
.wmvp-video-playlist-item:last-of-type {
border-bottom: 0;
}
.wmvp-video-title {
font-size: 14px;
font-weight: bold;
}
.wmvp-video-info {
flex-grow: 1;
}
.wmvp-video-playlist-item:hover,
.wmvp-is-playing {
background: var(--wmvp-current-video-bg);
color: var(--wmvp-current-video-color);
}
.wmvp-video-status svg {
width: 10px;
fill: var(--wmvp-playlist-color);
}
.wmvp-video-status > div {
width: 15px;
}
.wmvp-video-number {
font-size: 90%;
visibility: hidden;
text-wrap: nowrap;
}
.wmvp-has-numbers .wmvp-video-number {
visibility: visible;
}
.wmvp-video-playlist-item.wmvp-is-playing .wmvp-video-number,
.wmvp-video-playlist-item.wmvp-is-paused .wmvp-video-number,
.wmvp-video-paused-icon,
.wmvp-video-play-icon {
display: none;
}
.wmvp-video-playlist-item.wmvp-is-playing .wmvp-video-play-icon,
.wmvp-video-playlist-item.wmvp-is-paused .wmvp-video-paused-icon {
display: block;
} .wmvp-video-meta {
font-size: 12px;
margin-top: 5px;
display: flex;
gap: 10px;
} .wmvp-loader-overlay {
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
transform: translateX(-50%) translateY(-50%);
}
.wmvp-spinner-circle {
width: 48px;
height: 48px;
border: 5px solid #fff;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: wmvp-rotation 1s linear infinite;
}
@keyframes wmvp-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .wmvp-layout-vertical .wmvp-videos-block-inner {
display: flex;
flex-wrap: wrap;
}
.wmvp-layout-vertical .wmvp-playlist-nav-wrapper {
min-height: 300px;
}
.wmvp-layout-vertical .wmvp-video-playlist-nav {
position: absolute;
left: 0;
width: 100%;
height: 100%;
}
.wmvp-layout-vertical.wmvp-playlist-has-title .wmvp-video-playlist-nav {
padding-bottom: 80px;
}input,select,textarea{line-height:16px}input[type=text]::-ms-clear{display:none}#top-nav.has-breaking-news .tie-alignleft{width:100%}#top-nav.has-breaking-components .tie-alignleft,#top-nav.has-breaking-menu .tie-alignleft,#top-nav.has-date-breaking-components .tie-alignleft,#top-nav.has-date-breaking-menu .tie-alignleft{width:50%}#top-nav .ticker-wrapper.has-js{width:auto}#logo{display:flex;max-width:100%}#logo a{overflow:hidden;max-width:100%}@media (min-width:992px){.header-layout-3 #logo{float:none}.header-layout-3 #logo a{max-width:100%}}.menu-tiny-label{vertical-align:baseline;line-height:20px}@media (min-width:992px){.full-width div.big-posts-box ul.posts-items li{width:33.3222259247%}}.rtl .mag-box-filter-links{float:right}.flex-tabs .flexMenu-viewMore a{border-width:0 1px 1px 0!important}.rtl .flex-tabs .flexMenu-viewMore a{border-width:0 0 1px 1px!important}.flex-tabs .flexMenu-popup li:last-child a{border-bottom-width:0!important}.rtl #bbpress-forums #new-post>fieldset.bbp-form>legend:before,.rtl #comments-title:before,.rtl #theme-header .main-menu .mega-menu .menu-item-has-children>a:before,.rtl #theme-header .menu li.menu-item-has-children .menu-item-has-children>a:before,.rtl .comment-reply-title:before,.rtl .mag-box-title:before,.rtl .related.products h2:before,.rtl .review-box-header:before,.rtl .widget-title:before,.rtl .woocommerce-tabs .panel h2:before{direction:ltr}.search-field,.search-submit,.subscribe-widget .subscribe-input,input[type=password],input[type=search],input[type=text]{line-height:35px;height:35px;padding-top:0;padding-bottom:0}.subscribe-widget .subscribe-input{height:44px}.review-box .review-short-summary,.review-box .review-summary{display:block}.main-content .tabs-box .tabs-widget .tabs-wrapper .tabs{display:block}div.miscellaneous-box .posts-items li{width:33.3188937021%}#footer .container-wrapper {
padding: 15px 0;
margin: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.site-footer {
margin-top: 50px;
padding: 0;
}
@media (max-width: 991px) {
.site-footer {
margin-top: 30px;
}
.section-wrapper.has-background + .site-footer {
margin-top: 0;
}
}
.container-full.has-background + .site-footer {
margin-top: 0;
overflow: hidden;
}
.site-footer .widget-title-icon {
display: none;
}
.site-footer .widget,
.site-footer .widget-content-only {
margin-bottom: 0;
border: 0;
}
.site-footer .widget.buddypress,
.site-footer .widget-content-only.buddypress {
margin-bottom: 30px;
}
.site-footer .widget.tie-weather-widget {
margin: 15px 0;
}
@media (max-width: 767px) {
.site-footer .widget {
margin-bottom: 20px;
}
}
.site-footer .widget_nav_menu li {
list-style: none;
}
.site-footer .posts-list-counter .posts-list-items li.widget-post-list:before {
border-color: #2c2f34;
}
.footer-widget-area {
margin-bottom: 10px;
}
.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
padding-top: 60px;
}
@media (max-width: 767px) {
.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
padding-top: 30px;
}
}
.footer-widget-area:last-child {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.footer-widget-area {
margin-bottom: 20px;
}
}
@media (min-width: 992px) {
.footer-boxed-widget-area {
padding: 30px 30px 0;
margin-bottom: 50px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 2px;
}
.footer-boxed-widget-area:first-child {
margin-top: 50px;
}
.footer-boxed-widget-area:last-child {
margin-bottom: 30px;
}
.footer-boxed-widget-area > .tie-row > [class*=tie-col] {
padding-right: 10px;
padding-left: 10px;
}
#footer .footer-boxed-widget-area .container-wrapper, #footer .footer-boxed-widget-area .widget.widget-content-only {
padding: 0;
margin-bottom: 30px;
}
}
.side-aside .latest-tweets-widget .dark-btn,
.site-footer .latest-tweets-widget .dark-btn {
display: none;
}
.tie-insta-photos {
overflow: hidden;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
.tie-insta-post {
position: relative;
}
.tie-insta-post a {
display: block;
line-height: 0;
position: relative;
height: 100%;
}
.tie-insta-post a:hover img {
opacity: 0.8;
}
.tie-insta-post img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
float: left;
}
.tie-insta-post .media-video {
position: absolute;
top: 10px;
right: 10px;
color: #ffffff;
font-size: 20px;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#footer-tiktok {
position: relative;
text-align: center;
color: #fff;
}
#footer-tiktok .tiktok-feed-list {
margin: 0 !important;
}
#footer-tiktok .tiktok-feed-list .tiktok-feed-item {
padding: 0 !important;
}
#footer-tiktok .tiktok-feed-actions {
position: absolute;
z-index: 999;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
#footer-tiktok .tiktok-feed-actions .tiktok-feed-button:hover {
-webkit-box-shadow: 0px 9px 20px -5px #ff5374;
box-shadow: 0px 9px 20px -5px #ff5374;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
#footer-tiktok .tiktok-feed-feed[data-feed_layout=gallery] .tiktok-feed-list .tiktok-feed-item,
#footer-tiktok .tiktok-feed-feed[data-feed_layout=masonry] .tiktok-feed-list .tiktok-feed-item {
min-width: 16%;
}
}
@media screen and (max-width: 767px) {
#footer-tiktok .tiktok-feed-feed[data-feed_layout=gallery] .tiktok-feed-list .tiktok-feed-item,
#footer-tiktok .tiktok-feed-feed[data-feed_layout=masonry] .tiktok-feed-list .tiktok-feed-item {
min-width: 33.333%;
}
}
#footer-instagram {
position: relative;
text-align: center;
color: #fff;
}
#footer-instagram .tie-insta-photos {
-ms-grid-columns: (1fr)[6];
grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 900px) {
#footer-instagram .tie-insta-photos {
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: thin;
}
#footer-instagram .tie-insta-photos::-webkit-scrollbar {
width: 5px;
}
#footer-instagram .tie-insta-post {
width: 150px !important;
}
}
#instagram-link {
position: absolute;
display: block;
z-index: 1;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
font-size: 16px;
font-weight: 600;
text-align: center;
white-space: nowrap;
word-wrap: normal;
line-height: 1;
}
#instagram-link .account-username {
direction: ltr;
}
#instagram-link.is-compact {
background: rgba(0, 0, 0, 0.7);
text-shadow: 0 0 5px #000000;
color: #ffffff;
padding: 20px;
}
#instagram-link.is-expanded {
background: #ffffff;
color: #000;
padding: 40px;
font-size: 18px;
}
html.dark-skin #instagram-link.is-expanded {
background-color: #1f2024;
color: #ffffff;
}
html.dark-skin #instagram-link.is-expanded a:not(:hover) {
color: #fff;
}
#instagram-link.is-expanded.has-6-media {
padding: 20px;
}
@media (min-width: 768px) {
#instagram-link.is-expanded span:not(:last-child) {
display: block;
text-align: center;
margin: 0 auto 20px;
}
#instagram-link.is-expanded span.tie-icon-instagram {
font-size: 50px;
width: 50px;
height: 50px;
margin-bottom: 10px;
}
}
#instagram-link.is-expanded a:not(:hover) {
color: #000;
}
#instagram-link.is-expanded .follow-button {
font-size: 16px;
color: inherit;
background-color: transparent !important;
border: 2px solid #000;
border-radius: 0;
padding-left: 40px;
padding-right: 40px;
font-weight: 600;
}
html.dark-skin #instagram-link.is-expanded .follow-button:not(:hover) {
border-color: #fff;
}
#instagram-link.is-expanded .follow-button:hover {
color: var(--brand-color);
border-color: var(--brand-color);
}
#instagram-link.is-expanded.is-colored .tie-icon-instagram,
#instagram-link.is-expanded.is-colored .account-username,
#instagram-link.is-expanded.is-colored .follow-button {
background: #f09433;
background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
border: none;
}
#instagram-link.is-expanded.is-colored a.follow-button {
color: #fff !important;
}
#instagram-link.is-expanded.is-colored a.follow-button:hover {
-webkit-box-shadow: 0px 9px 20px -3px #6b54c6;
box-shadow: 0px 9px 20px -3px #6b54c6;
}
#instagram-link.is-expanded.is-colored .tie-icon-instagram,
#instagram-link.is-expanded.is-colored .account-username {
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
#instagram-link .tie-icon-instagram {
font-size: 22px;
vertical-align: sub;
width: 22px;
height: 22px;
}
@media (max-width: 767px) {
#instagram-link {
right: 10px;
top: 10px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
padding: 10px !important;
border-radius: 2px;
}
#instagram-link .account-username,
#instagram-link .follow-button {
display: none !important;
}
}
.site-info {
background: #161619;
padding: 20px 0;
line-height: 32px;
text-align: center;
}
.copyright-text {
font-size: 13px;
}
.footer-menu {
text-align: center;
}
.footer-menu li {
display: inline-block;
margin: 0 5px;
}
.site-info .social-icons {
text-align: center;
}
.site-info .social-icons li {
float: none;
display: inline-block;
margin: 0;
}
@media (max-width: 767px) {
.site-info .social-icons li a {
width: 48px !important;
height: 48px !important;
line-height: 48px !important;
font-size: 18px;
margin-top: 10px;
}
}
.site-info .social-icons li a span {
color: #cccccc;
}
.site-info .social-icons li a:hover span {
color: #ffffff;
}
@media (max-width: 767px) {
.site-info .tie-alignleft,
.site-info .tie-alignright {
float: none;
}
}
@media (min-width: 768px) {
.site-info-layout-2 .copyright-text-first {
float: left;
}
.site-info-layout-2 .copyright-text-second,
.site-info-layout-2 ul.social-icons,
.site-info-layout-2 .footer-menu {
float: right;
margin: 0;
margin-left: 10px;
}
}
a.go-to-top-button {
width: 42px;
height: 42px;
line-height: 40px;
background: var(--brand-color);
text-align: center;
display: block;
position: fixed;
bottom: -100px;
right: 20px;
z-index: 3;
color: #ffffff;
-webkit-transition: 0.3s;
transition: 0.3s;
font-size: 22px;
-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
border-radius: 50%;
}
a.go-to-top-button:hover {
opacity: 0.85;
}
a.go-to-top-button.show-top-button {
bottom: 20px;
}
.border-layout a.go-to-top-button.show-top-button {
bottom: 30px;
}
@media (max-width: 767px) {
a.go-to-top-button {
right: 5px;
}
a.go-to-top-button.show-top-button {
bottom: 45px;
}
}
.stream-item-above-footer {
margin: 40px auto 5px;
}
@media (max-width: 767px) {
.stream-item-above-footer {
max-width: 728px;
margin: 40px 15px 5px;
}
}
.dark-skin {
--lazyload-loading-color: #161717;
}
.dark-skin,
.dark-skin body {
background-color: var(--tie-dark-skin-bg-main, #1f2024);
color: #ffffff;
}
.dark-skin .change-skin-icon:before {
content: "\f113";
}
.dark-skin .mag-box .post-excerpt,
.dark-skin .wp-caption .wp-caption-text,
.dark-skin .entry-header .entry-sub-title {
color: #cccccc;
}
.dark-skin textarea,
.dark-skin input:not([type=submit]),
.dark-skin select {
color: #cccccc;
}
.dark-skin a:not(:hover),
.dark-skin .single-big-img .post-meta,
.dark-skin .single-big-img .post-meta a:not(:hover),
.dark-skin .pages-nav .pages-numbers a:not(:hover),
.dark-skin .page-title,
.dark-skin .entry h1,
.dark-skin .entry h2,
.dark-skin .entry h3,
.dark-skin .entry h4,
.dark-skin .entry h5,
.dark-skin .entry h6 {
color: #ffffff;
}
.dark-skin .post-excerpt,
.dark-skin .post-meta,
.dark-skin .post-meta a:not(:hover),
.dark-skin .timeline-widget ul li .date,
.dark-skin .multiple-post-pages a:not(:hover),
.dark-skin .login-widget .forget-text:not(:hover),
.dark-skin #autocomplete-suggestions,
.dark-skin .mobile-header-components:not(:hover) .menu-text,
.dark-skin .about-author .social-icons li.social-icons-item a:not(:hover) span {
color: #cccccc !important;
}
@media (min-width: 1570px) {
.dark-skin #story-index li a:not(.is-current) {
color: #cccccc;
}
}
.dark-skin textarea,
.dark-skin input:not([type=submit]),
.dark-skin select,
.dark-skin code, .dark-skin kbd, .dark-skin pre, .dark-skin samp,
.dark-skin .latest-tweets-slider-widget .latest-tweets-slider .tie-slider-nav li a:not(:hover),
.dark-skin .next-posts,
.dark-skin .prev-posts,
.dark-skin .show-more-button,
.dark-skin .pages-nav .pages-numbers a,
.dark-skin .pages-nav .pages-numbers span.pages-nav-item,
.dark-skin .pages-nav .pages-numbers .first-last-pages .pagination-icon,
.dark-skin .multiple-post-pages .post-page-numbers,
.dark-skin .latest-tweets-widget .slider-links .tie-slider-nav span {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin #tie-wrapper,
.dark-skin #theme-header {
background-color: var(--tie-dark-skin-bg, #27292d);
}
.dark-skin .subscribe-widget .subscribe-widget-content .subscribe-subtitle:after,
.dark-skin .boxed-slider-three-slides-wrapper li:not(.slick-active) button:not(:hover),
.dark-skin .boxed-four-taller-slider li:not(.slick-active) button:not(:hover),
.dark-skin .boxed-five-slides-slider li:not(.slick-active) button:not(:hover) {
background-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .tie-slider-nav span {
background: #18191c;
}
.dark-skin .boxed-layout.wrapper-has-shadow #tie-wrapper {
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.dark-skin .container-wrapper {
background-color: var(--tie-dark-skin-bg-main, #1f2024);
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .post-layout-3 .fullwidth-entry-title,
.dark-skin .post-layout-7 .fullwidth-entry-title {
background-color: transparent;
}
.dark-skin .tie-popup-container .container-wrapper {
background-color: var(--tie-dark-skin-bg-main, #1f2024) !important;
}
.dark-skin .widget a:not(:hover),
.dark-skin .widget-title,
.dark-skin .widget-title a:not(:hover) {
color: #ffffff;
}
.dark-skin .widget-title-icon {
color: #cccccc;
}
.dark-skin .widget_product_tag_cloud a,
.dark-skin .widget_tag_cloud .tagcloud a,
.dark-skin .post-tags a,
.dark-skin .widget_layered_nav_filters a {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .timeline-widget ul:before {
background: rgba(0, 0, 0, 0.3);
}
.dark-skin .timeline-widget .date:before {
background: var(--tie-dark-skin-bg, #27292d);
border-color: rgba(0, 0, 0, 0.3);
}
.dark-skin .subscribe-widget .subscribe-widget-content h3 {
color: #ffffff;
}
.dark-skin .subscribe-widget .newsletter-icon,
.dark-skin .subscribe-widget form:before {
color: rgba(255, 255, 255, 0.3);
}
.dark-skin .magazine1 .entry-header-outer + .mag-box {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-skin .post-layout-8 #content {
background-color: var(--tie-dark-skin-bg, #27292d);
}
@media (min-width: 992px) {
.dark-skin .post-layout-8.one-column-no-sidebar #content {
background-color: transparent;
}
}
.dark-skin .tie-instagram.lite-skin,
.dark-skin .tie-instagram.default-skin {
background-color: #ffffff;
}
.dark-skin .tie-instagram.lite-skin a,
.dark-skin .tie-instagram.default-skin a {
color: var(--base-color);
}
@media (max-width: 991px) {
.dark-skin .post-has-toggle #the-post .entry:not(.is-expanded):before {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(31, 32, 36, 0.15)), to(var(--tie-dark-skin-bg-main, #1f2024)));
background-image: linear-gradient(to bottom, rgba(31, 32, 36, 0.15) 50%, var(--tie-dark-skin-bg-main, #1f2024) 100%);
}
.dark-skin .magazine2.post-has-toggle #the-post .entry:not(.is-expanded):before {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(39, 41, 45, 0.15)), to(var(--tie-dark-skin-bg, #27292d)));
background-image: linear-gradient(to bottom, rgba(39, 41, 45, 0.15) 50%, var(--tie-dark-skin-bg, #27292d) 100%);
}
}
.dark-skin .sticky {
background: #1c1c1d;
padding: 10px;
}
.dark-skin .entry-header .entry-title {
color: #ffffff;
}
.dark-skin .follow-us-post-section .post-followus-btn {
background-color: #fff;
}
.dark-skin .follow-us-post-section .post-followus-btn,
.dark-skin .share-buttons-bottom,
.dark-skin .wp-block-table.is-style-stripes {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .magazine1 .share-buttons-bottom {
background: var(--tie-dark-skin-bg-main, #1f2024);
}
.dark-skin .comment-list li,
.dark-skin .commentlist li,
.dark-skin .entry table *,
.dark-skin .woocommerce table.shop_table tfoot * {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
background-color: #333;
}
.dark-skin .comment-list .comment-author img,
.dark-skin .commentlist .comment-author img {
-webkit-box-shadow: 0 0 6px #111;
box-shadow: 0 0 6px #111;
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .post-content-slideshow,
.dark-skin .post-content-slideshow .tie-slider-nav-wrapper,
.dark-skin .post-content-slideshow .tie-slider-nav li span,
.dark-skin .divider,
.dark-skin .toggle,
.dark-skin .tabs-wrapper.tabs-vertical:after,
.dark-skin .tabs-wrapper.tabs-vertical .tabs li a {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin #check-also-box {
border-color: rgba(255, 255, 255, 0.1);
background-color: var(--tie-dark-skin-bg-main, #1f2024);
}
.dark-skin .site-footer {
background-color: #1c1d21;
}
.dark-skin .mag-box:not(.tabs-box),
.box-dark-skin:not(.tabs-box) {
background-color: transparent;
}
.dark-skin .mag-box .mag-box-filter-links a:not(:hover),
.box-dark-skin .mag-box-filter-links a:not(:hover) {
color: #cccccc;
}
.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup,
.box-dark-skin .mag-box-filter-links .flexMenu-popup {
background-color: #1f2024;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.dark-skin .mag-box .slider-arrow-nav a,
.box-dark-skin .slider-arrow-nav a {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .mag-box.timeline-box .posts-items:before,
.box-dark-skin.timeline-box .posts-items:before {
background: #404146;
}
.dark-skin .mag-box.timeline-box .posts-items:last-of-type:after,
.box-dark-skin.timeline-box .posts-items:last-of-type:after {
background-image: -webkit-gradient(linear, left top, left bottom, from(#404146), color-stop(80%, #1f2024));
background-image: linear-gradient(to bottom, #404146 0%, #1f2024 80%);
}
.dark-skin .mag-box .year-month,
.box-dark-skin .year-month {
background: #404146;
color: #ffffff;
}
.dark-skin .mag-box .day-month:before,
.box-dark-skin .day-month:before {
background: #404146;
border-color: #1f2024;
}
@media (min-width: 768px) {
.dark-skin .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay,
.box-dark-skin.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
background: #1f2024;
}
}
.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup li:first-child,
.box-dark-skin .mag-box-filter-links .flexMenu-popup li:first-child {
border-color: rgba(255, 255, 255, 0.05);
}
.dark-skin .mag-box .tie-slick-dots li:not(.slick-active) button,
.box-dark-skin .tie-slick-dots li:not(.slick-active) button {
background: rgba(255, 255, 255, 0.2);
}
.dark-skin .mag-box .breaking,
.dark-skin .mag-box .breaking-news-nav li,
.box-dark-skin .breaking,
.box-dark-skin .breaking-news-nav li {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .mag-box .breaking,
.dark-skin .mag-box .ticker-content,
.dark-skin .mag-box .ticker-swipe,
.box-dark-skin .breaking,
.box-dark-skin .ticker-content,
.box-dark-skin .ticker-swipe {
background-color: #27292d;
}
.mag-box-filter-links {
max-width: 400px;
}
@media (max-width: 768px) {
.mag-box-filter-links {
max-width: 250px;
}
}
.half-box .mag-box-filter-links {
max-width: 100px;
}
@media (max-width: 480px) {
.mag-box-filter-links {
max-width: 100px;
}
}
.thumb-overlay:after,
.first-post-gradient li:first-child .post-thumb:after,
.scroll-2-box .post-thumb:after {
background: transparent;
background: rgba(35, 38, 42, 0.2);
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#131517));
background-image: linear-gradient(to bottom, transparent, #131517);
height: 100%;
}
.post-rating,
.post-large-rate,
.post-small-rate {
word-wrap: normal;
}
textarea,
input,
select {
line-height: normal !important;
}
.pages-numbers .first-last-pages {
min-width: 100px;
}#heateor_sss_error{color:red;margin:7px 0}#heateor_sss_sharing_more_providers .filter svg{position:absolute;left:16px;top:18px}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(/wp-content/plugins/sassy-social-share/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{display:block;margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{padding:0;margin:0 0 0 5px;background:0 0!important;float:left;width:24.1%;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-16px;top:-16px}#heateor_sss_sharing_more_providers .filter input.search{width:96%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 11px;padding:5px 8px 5px 27px!important;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important;max-width:-webkit-fill-available;line-height:1}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:12px;height:auto;line-height:20px;overflow:hidden;padding:8px 8px 8px 1px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:transparent}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}@media screen and (max-width:752px){#heateor_sss_sharing_more_content .all-services ul li{width:32.1%}}@media screen and (max-width:590px){#heateor_sss_sharing_more_content .all-services ul li{width:48.1%}#heateor_sss_sharing_more_providers .filter input.search{width:93%}}@media screen and (max-width:413px){#heateor_sss_sharing_more_content .all-services ul li{width:100%}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}@media screen and (max-width: 783px)#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92.8%}div.heateor_sss_follow_icons_container svg,div.heateor_sss_sharing_container svg{width:100%;height:100%}