a.taq-button{
border: none;
cursor: pointer;
padding: 0 15px 0 60px;
display: inline-block;
margin: 10px 0 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: #c7c7c7;
color: #fff !important;
text-decoration: none !important;
font-size: 14px;
height: 45px;
line-height: 45px;
opacity: .9;
overflow: hidden;
}
a.taq-button.without-icon{padding: 0 15px !important;}
a.taq-button:hover{ opacity: 1; }
a.taq-button i{
background: rgba(0,0,0,0.07);
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 45px;
width: 45px;
text-align: center;
} a.taq-gradient{
background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
background-image: linear-gradient(to top,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
}  a.taq-button.taq-large{
font-size: 24px;
height: 65px;
line-height: 65px;
padding: 0 20px 0 80px;
}
a.taq-button.taq-large.without-icon{padding: 0 20px !important;}
a.taq-button.taq-large i{
line-height: 65px;
width: 65px;
} a.taq-button.taq-small{
font-size: 10px;
height: 25px;
line-height: 25px;
padding: 0 10px 0 35px;
}
a.taq-button.taq-small.without-icon{padding: 0 10px !important;}
a.taq-button.taq-small i{
line-height: 25px;
width: 25px;
} a.taq-round{
-webkit-border-radius: 5px;
border-radius: 5px;
}
a.taq-pill{
-webkit-border-radius: 200px;
border-radius: 200px;
} body.rtl a.taq-button i {
left: auto;
right: 0;
}
body.rtl a.taq-button {
padding: 0 60px 0 15px;
}
body.rtl a.taq-button.taq-large{
padding: 0 80px 0 20px;
}
body.rtl a.taq-button.taq-small{
padding: 0 35px 0 10px;
} #taq-button-wrapper{ display: none; }
#taq-button-colour{margin: 0; display: table;}
#taq-button-colour li {
margin: 0 3px 3px 0;
float: left;
}
#taq-button-colour li input{
display: none;
}
#taq-button-colour a {
text-decoration: none;
color: #FFF;
}
#taq-button-colour a span {
padding: 0 8px;
display: block;
height: 25px;
line-height: 25px;
}
#taq-button-preview{
text-align: center;
margin: 10px 0;
}
#taq-button-icons{
height: 250px;
overflow-y: scroll;
background: #fafafa;
border: 1px solid #eee;
padding: 10px;
clear: both;
margin-top: 10px;
}
#taq-button-icons li{
margin: 0;
list-style: none;
display: inline;
}
#taq-button-icons li a{
font-size: 0;
background: #FFF;
margin: 2px;
float: left;
width: 4%;
padding: 5px 5px 0 5px;
text-align: center;
line-height: 4%;
display: block;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
box-shadow: 0 1px 1px rgba(0,0,0,.04);
color: #888;
}
#taq-button-icons li a.active{
color:#0074a2 !important;
box-shadow: inset 0 0 0 3px #0074a2;
}
#taq-button-icons li a:hover{ color: #333;}
#taq-button-icons li a i {
font-size: 16px;
line-height: 2;
}
#taq-button-icons li a i.none:before {
content: '.';
color: #FFF;
} body.rtl #taq-button-colour li {
margin: 0 0 3px 3px;
float: right;
}
body.rtl #taq-button-icons li a{
float: right;
}.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;
}.math-captcha-form {
display:block;
float:none;
clear:both;
}
.login form .math-captcha-form span {
display: inline-block;
margin-bottom: 16px; 
}
input[type="text"].mc-input {
display: inline-block;
width: 60px!important;
vertical-align: middle;
margin-bottom: 0;
}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;
}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}