.woocommerce .product div.images,
.woocommerce .product div.summary,
.woocommerce div.product .dt-sc-product-tabs div.summary,
.woocommerce-page div.product .dt-sc-product-tabs div.summary,
.woocommerce div.product *[class*="-dt-shop-product-single-summary"] div.summary,
.woocommerce-page div.product *[class*="-dt-shop-product-single-summary"] div.summary {
float: left;
margin: 0 0 35px;
position: relative;
width: 100%;
}
.woocommerce .product .elementor-widget div.images,
.woocommerce .product .elementor-widget div.summary {
width: 100%;
}
.woocommerce.single-product div.images span.onsale,
.woocommerce-product-gallery span.onsale,
.dt-sc-product-image-gallery-container span.onsale,
#yith-quick-view-content span.onsale,
.woocommerce.single-product div.images span.out-of-stock,
.woocommerce-product-gallery span.out-of-stock,
.dt-sc-product-image-gallery-container span.out-of-stock,
#yith-quick-view-content span.out-of-stock {
display: inline-block;
font-size: 12px;
height: 38px;
line-height: 38px;
min-height: 38px;
min-width: 38px;
overflow: hidden;
padding: 0;
position: absolute;
left: 8px;
top: 8px;
text-align: center;
width: 38px;
z-index: 1;
-webkit-border-radius: var(--DTRadius_Full);
border-radius: var(--DTRadius_Full);
} .woocommerce-product-gallery .featured-tag+span.new,
.dt-sc-product-image-gallery-container .featured-tag+span.new {
right: 0;
top: 30px;
}
.woocommerce.single-product .featured-tag span,
.dt-sc-product-image-gallery-container .featured-tag span {
opacity: 0;
filter: alpha(opacity=0);
}
.woocommerce.single-product .featured-tag>div span,
.dt-sc-product-image-gallery-container .featured-tag>div span {
opacity: 1;
filter: alpha(opacity=100);
}
.related-products-container,
.upsell-products-container {
clear: both;
float: left;
margin: 20px 0 0;
padding: 0;
width: 100%;
} .woocommerce .product>div.images {
width: 36%;
}
.woocommerce .product div.images .woocommerce-product-gallery__trigger {
position: absolute;
top: 10px;
left: 10px;
-webkit-transform: scale(0.5);
transform: scale(0.5);
z-index: 9;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
background: var(--DTWhiteColor);
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.woocommerce .product div.images .woocommerce-product-gallery__trigger:before {
content: "\e802";
display: inline-block;
font-family: "DT Icons";
font-size: 1em;
height: 100%;
width: 100%;
}
.woocommerce .product div.images .woocommerce-product-gallery__trigger img {
margin: auto !important;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.woocommerce .product div.images:hover .woocommerce-product-gallery__trigger {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.woocommerce .product div.images .flex-viewport,
.woocommerce .product div.images .flex-viewport .woocommerce-product-gallery__wrapper,
.woocommerce .product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce .product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
display: block;
float: left;
overflow: hidden;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.woocommerce .product div.images .woocommerce-product-gallery__wrapper {
margin: 0;
}
.woocommerce .product div.images ol.flex-control-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -5px;
min-width: 100%;
overflow: hidden;
padding: 5px 0 0;
width: auto;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .woocommerce .product div.images ol.flex-control-nav li {
float: left;
list-style: none;
min-height: 100%;
min-width: auto;
padding: 5px;
width: auto;
}
.woocommerce .product div.images ol.flex-control-nav li img {
border: 2px solid transparent !important;
cursor: pointer;
height: auto;
margin: auto;
min-height: 100%;
opacity: 1;
width: auto;
-webkit-box-shadow: 0 0 0 1px rgba(var(--DTBlack_RGB), 0.05);
box-shadow: 0 0 0 1px rgba(var(--DTBlack_RGB), 0.05);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.woocommerce .product div.images ol.flex-control-nav li img.flex-active {
-webkit-box-shadow: 0 0 0 1px var(--DTPrimaryColor);
box-shadow: 0 0 0 1px var(--DTPrimaryColor);
}
.woocommerce.single-product .product-with-secondary-image {
clear: both;
}
.woocommerce.single-product .product-thumb-wrapper {
float: left;
position: relative;
width: 100%;
}
.woocommerce.single-product .product-thumb-wrapper span.onsale,
.woocommerce.single-product .product-thumb-wrapper span.out-of-stock {
font-size: 11px;
height: 50px;
line-height: 50px;
left: auto;
right: -1em;
top: -1em;
width: 50px;
z-index: 1000;
}
.woocommerce.single-product .product-thumb-wrapper span.out-of-stock {
font-size: 10px;
height: 50px;
line-height: normal;
padding: 12px 0 0;
width: 50px;
}
.woocommerce-product-gallery span.new {
background-color: indianred;
font-size: .857em;
color: var(--DTWhiteColor);
padding: 2px 10px;
position: absolute;
left: auto;
right: 0;
top: 0;
z-index: 9;
}
.woocommerce .product .images .thumbnails {
margin: 0 -5px;
overflow: hidden;
}
.woocommerce .product .images .thumbnails .yith_magnifier_gallery li {
margin: 0 5px;
padding: 0;
width: 122px !important;
}
.woocommerce .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce-page .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li {
width: 88px !important;
}
.woocommerce .product div.images div.thumbnails a {
margin-right: 3.8%;
width: 30.75%;
}
.woocommerce .product div.images div.thumbnails a.first {
clear: both;
}
.woocommerce .product div.images div.thumbnails a.last {
margin-right: 0;
}  .woocommerce .product>div.summary {
width: 60%;
margin: 0 0 0 4%;
}
.woocommerce .product>.summary>*:not(.clear),
.woocommerce .product .summary-content>*,
.woocommerce .product .summary-content .woocommerce-product-rating,
.woocommerce .product .summary form.cart,
.woocommerce .product .summary form.cart .variations,
.woocommerce .product .summary .variations_button,
.woocommerce .product .summary .woocommerce-variation-price,
.woocommerce .product .summary .woocommerce-variation-availability,
.woocommerce .product .summary .woocommerce-variation-description {
clear: both;
display: inline-block;
line-height: normal;
margin: 10px 0;
width: 100%;
}
.woocommerce .product .summary form.cart .variations {
padding: 0;
}
.woocommerce .product .summary form.cart .single_variation_wrap .single_variation>p {
margin: 10px 0;
}
.woocommerce .product>div.summary>*:first-child {
margin-top: 0;
}
.woocommerce .product>div.summary>*:last-child {
margin-bottom: 0;
}
.woocommerce div.product .summary form.cart+.yith-wcwl-add-to-wishlist,
.woocommerce div.product .summary form.cart+.compare {
margin-top: 0;
margin-bottom: 0;
}
.woocommerce div.product .summary form.cart *:last-child {
margin-bottom: 0;
}
.woocommerce div.product form.cart .variations label {
color: var(--DTHeadAltColor);
text-transform: capitalize;
}
.woocommerce .product div.summary>*:not(.clear):not(.dt-sc-single-product-separator):empty,
.woocommerce .product .summary-content>*:not(.clear):empty,
.woocommerce .product .summary .woocommerce-variation-description:empty,
.woocommerce .product .summary-content .woocommerce-variation-description:empty,
.woocommerce .product .summary .woocommerce-variation-price:empty,
.woocommerce .product .summary-content .woocommerce-variation-price:empty,
.woocommerce .product .summary .woocommerce-variation-availability:empty,
.woocommerce .product .summary-content .woocommerce-variation-availability:empty,
.woocommerce .product .summary .woocommerce-variation.single-variation>*:empty,
.woocommerce .product>.summary>*[id*="tmpl-add-to-cart-button"] {
display: none;
}
.woocommerce .product p.price del,
.woocommerce-page .product p.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce .product span.price del,
.woocommerce-page .product span.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce .product-price del,
.woocommerce-page .product-price del {
font-size: 16px;
margin: 0 5px 0 0;
position: relative;
text-decoration: none;
}
.woocommerce .product p.price del:after,
.woocommerce-page .product p.price del:after,
.woocommerce div.product p.price del:after,
.woocommerce-page div.product p.price del:after,
.woocommerce .product span.price del:after,
.woocommerce-page .product span.price del:after,
.woocommerce div.product span.price del:after,
.woocommerce-page div.product span.price del:after,
.woocommerce .product-price del:after,
.woocommerce-page .product-price del:after {
background-color: currentColor;
content: "";
height: 1px;
margin: auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.woocommerce .product p.price,
.woocommerce-page .product p.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce .product span.price,
.woocommerce-page .product span.price,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce .product p.price ins,
.woocommerce-page .product p.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce .product span.price ins,
.woocommerce-page .product span.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins {
font-size: 18px;
font-weight: normal;
}
.woocommerce .product-price,
.woocommerce-page .product-price,
.woocommerce .product-price ins,
.woocommerce-page .product-price ins {
font-size: 16px;
}
.woocommerce .product .summary .variations_button,
.woocommerce .product .summary .woocommerce-variation-price,
.woocommerce .product .summary .woocommerce-variation-availability,
.woocommerce .product .summary .woocommerce-variation-description,
.woocommerce .product .summary .woocommerce-product-details__short-description,
.woocommerce .product .summary form.cart .single_variation_wrap .single_variation>p {
line-height: 28px;
}
.woocommerce .product .summary .woocommerce-variation-availability,
.woocommerce .product .summary .woocommerce-variation-description,
.woocommerce .product .summary .woocommerce-product-details__short-description {
margin: 20px 0;
}
.woocommerce .product .summary .variations_form .variations_button .button.alt.disabled.wc-variation-is-unavailable {
opacity: 1;
}
.woocommerce .product .summary .variations_form .variations_button .button.alt.disabled.wc-variation-is-unavailable:before {
content: none;
}
.woocommerce .product .summary .woocommerce-variation-description>*:last-child,
.woocommerce .product .summary .woocommerce-product-details__short-description>*:last-child {
margin-bottom: 0;
}
.woocommerce div.product p.price del,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price del,
.woocommerce div.product span.price ins {
display: inline-block;
}
.woocommerce .product .summary .variations_form .stock,
.woocommerce .product .summary .variations_form p.stock {
margin: 0 0 10px;
}
.woocommerce .product form.cart p:last-child,
.woocommerce .product .variations_form .stock:last-child,
.woocommerce .product .variations_form p.stock:last-child,
.woocommerce-product-details__short-description *:last-child,
.woocommerce-variation-description *:last-child {
margin-bottom: 0;
}
.woocommerce .product .summary form.cart .variations,
.woocommerce .product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce .product .summary .compare,
.woocommerce .product .summary .yith-wcqv-button,
.woocommerce .product .summary .dt-wcsg-button {
width: auto;
}
.woocommerce .product .summary .woocommerce-product-rating {
display: inline-block;
}
.woocommerce .product .summary .woocommerce-product-rating .star-rating {
margin: 0 5px 0 0;
}
.woocommerce .product .summary .woocommerce-product-rating .star-rating,
.woocommerce .product .summary .woocommerce-product-rating .woocommerce-review-link {
display: inline-block;
float: none;
vertical-align: middle;
}
.woocommerce .product .summary .woocommerce-variation.single-variation>*:empty {
display: none;
}
.woocommerce .product .summary .stock,
.woocommerce .product>.summary p.stock {
border: 1px solid rgba(var(--DTBlack_RGB), 0.15);
color: rgba(var(--DTBlack_RGB), 0.75);
display: table;
padding: 5px 10px;
vertical-align: middle;
width: auto;
border-radius: 3px;
}
.woocommerce .product .summary .stock.out-of-stock,
.woocommerce .product>.summary p.stock.out-of-stock {
border-color: currentColor;
color: #9f2124;
}
.woocommerce .product>.summary p.price del,
.woocommerce .product>.summary span.price del {
display: inline-block;
}
.woocommerce .product form.cart .group_table td {
padding: 12px 15px;
vertical-align: middle;
}
.woocommerce .product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
padding-left: 0;
text-align: left;
}
.woocommerce .product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
padding-right: 0;
text-align: right;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table {
margin-bottom: 30px;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table td {
border-width: 0;
padding: 15px 0;
vertical-align: middle;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table tr {
border-color: rgba(var(--DTBlack_RGB), 0.1);
border-style: solid;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table tr + tr {
border-width: 1px 0 0;
margin-top: 25px;
padding-top: 15px; 
}
.woocommerce .product.product-type-grouped .summary .cart .group_table td {
border-width: 0;
padding: 0;
text-align: left;
width: auto;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table td a {
background: transparent !important;
padding: 0 !important;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table td a:not(:hover) {
color: inherit;
}
.woocommerce .product.product-type-grouped .summary .cart .group_table td a:hover {
opacity: 0.75;
}
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__label {
font-family: var(--DTFontTypo_Alt);
font-weight: bold;
font-size: 1em;
color: var(--DTHeadAltColor);    
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
flex: 1 1 100%;
padding-bottom: 15px; 
}
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 15px; 
}
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price del,
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price ins {
display: inline-block;
}
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price del+ins {
margin-left: 4px;
}
.woocommerce .product form.cart .variations li {
padding: 0;
}
.woocommerce .product form.cart table.variations {
display: table;
}
.woocommerce .product form.cart table.variations tbody {
display: table-cell;
margin: 0 -5px;
}
.woocommerce .product form.cart .variations tr {
display: inline-block;
padding: 5px;
vertical-align: middle;
}
.woocommerce .product form.cart .variations tr td {
display: table;
padding: 0;
}
.woocommerce .product form.cart .variations tr td.label {
display: block;
margin-bottom: 10px;
padding: 0;
text-align: left;
}
.woocommerce div.product form.cart .variations .selection-box {
position: relative;
z-index: 1;
}
.woocommerce div.product form.cart .variations select {
display: block;
float: none;
}
.woocommerce div.product form.cart .variations .zoo-cw-group-attribute .zoo-cw-attribute-option.unavailable {
cursor: not-allowed;
}
.woocommerce div.product form.cart .variations .zoo-cw-group-attribute[data-attribute-display-type="text"] .selection-box:after {
content: none;
}
.woocommerce .product form.cart table.variations {
margin-bottom: 10px !important;
}
.woocommerce .product form.cart table.variations tbody {
padding-right: 35px;
position: relative;
z-index: 0;
}
.woocommerce div.product form.cart .variations .reset_variations {
background: transparent !important;
color: var(--DTHeadAltColor) !important;
font-size: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: -1;
border: none;
}
.woocommerce div.product form.cart .variations .reset_variations:before {
content: "\2716";
position: absolute;
right: 5px;
top: -5px;
width: 20px;
text-decoration: none;
height: 20px;
line-height: 22px;
font-size: 12px;
-webkit-border-radius: var(--DTRadius_Full);
border-radius: var(--DTRadius_Full);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.woocommerce div.product form.cart .variations .reset_variations:after {
content: "";
height: auto;
margin: -10px 0 -10px -10px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
-webkit-box-shadow: 0 0 4px rgba(var(--DTBlack_RGB), 0.15);
box-shadow: 0 0 4px rgba(var(--DTBlack_RGB), 0.15);
}
.woocommerce div.product form.cart .variations .zoo-cw-group-attribute .zoo-cw-attribute-option.unavailable {
cursor: not-allowed;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>div {
display: inline-block;
float: none;
line-height: normal;
position: relative;
text-align: inherit;
vertical-align: middle;
width: auto;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label {
margin: 0 15px 0 0;
min-width: 60px;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label label {
display: inline-block;
font-size: var(--DTFontSize_Base);
line-height: var(--DTLineHeight_Base);
margin: 0;
}
.woocommerce .product form.cart .variations li:not(.zoo-cw-attr-row) div.label label {
display: block;
margin: 0 0 8px;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label .zoo-cw-name {
display: none;
}
.woocommerce .product .summary form.cart .variations {
padding: 0;
}
.woocommerce .product .summary form.cart .variations li:not(:last-child) {
margin: 0 0 20px;
}  .woocommerce .product .summary .product_meta {
margin: 0;
}
.woocommerce .product .summary .product_meta>span {
display: inline-block;
margin: 10px 0;
width: 100%;
}
.woocommerce .product .summary .product_meta>span:only-child {
margin: 0;
}
.woocommerce .product .summary .product_meta>span strong {
margin-right: 3px;
}
.woocommerce .product .summary .product_meta a {
position: relative;
}
.woocommerce .product .summary form.cart+.product_meta,
.woocommerce .product .summary .compare+.product_meta,
.woocommerce .product .summary .wccm_btn_wrapper a.compare+.product_meta,
.woocommerce .product .summary .yith-wcwl-add-to-wishlist a+.product_meta,
.woocommerce .product .summary .wcqv_btn_wrapper a.button+.product_meta,
.woocommerce .product .summary .wcsg_btn_wrapper a.button+.product_meta,
.woocommerce .product .summary .product-buttons-wrapper+.product_meta,
.woocommerce .product .summary .product-buttons-wrapper+.product_meta_wrapper {
margin-top: 20px;
}  .woocommerce .product .summary .product-button.style-simple .compare,
.woocommerce .product .summary .product-button.style-simple .yith-wcwl-add-to-wishlist a {
background: none !important;
border-width: 0;
padding: 0;
}
.woocommerce.single-product .product .single_add_to_cart_button:before {
content: "\f217";
font-family: 'DT Icons';
font-weight: normal;
margin-right: 7px;
}
.woocommerce.single-product .product .add_to_wishlist:before {
content: "\e805";
font-family: 'DT Icons';
font-weight: normal;
margin-right: 5px;
position: relative;
top: 1px;
}
.woocommerce.single-product .product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .product .yith-wcwl-wishlistexistsbrowse a:before {
content: "\e804";
font-family: 'DT Icons';
margin-right: 5px;
}
.woocommerce.single-product .product .compare:before {
content: "\e866";
font-family: "DT Icons";
margin-right: 5px;
position: relative;
top: 1px;
}
.woocommerce.single-product .product .yith-wcqv-button:before {
content: "\e802";
font-family: "DT Icons";
margin-right: 5px;
position: relative;
top: 1px;
}
.woocommerce.single-product .product .dt-wcsg-button:before {
content: "\e809";
display: inline-block;
font-family: 'Ext Icons';
font-weight: normal;
margin-right: 10px;
} .woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option {
border: 2px solid;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 30px;
line-height: 26px;
margin: 5px 10px 5px 0;
text-align: center; -webkit-border-radius: 0;
border-radius: 0;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option .zoo-cw-attr-item {
display: inline-block;
height: 100% !important;
line-height: 26px;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option .zoo-cw-attr-item:after {
content: none;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option .zoo-cw-attr-item span {
display: inline-block;
font-size: 16px;
line-height: inherit;
padding: 0 10px;
position: relative;
width: 100%;
}
.woocommerce .product form.cart .variations .zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option:hover .zoo-cw-attr-item .zoo-cw-label-text,
.woocommerce .product form.cart .variations .zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item .zoo-cw-label-text {
color: inherit;
}  .woocommerce #review_form #respond p.stars span {
margin: 0 -5px;
padding: 0;
text-align: center;
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: flex-start;
}
.woocommerce #review_form #respond p.stars a {
display: inline-block;
margin: 0 5px 15px;
vertical-align: top;
} .woocommerce p.stars a {
border-width: 0;
clear: both;
display: block;
font-size: 0;
margin: 0;
position: relative;
text-align: center;
text-indent: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
height: 28px;
line-height: 28px;
min-width: 135px;
padding-right: 0;
width: auto;
}
.woocommerce p.stars a:before {
border: 1px solid;
content: "";
height: auto;
margin: -1px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
z-index: -1;
-webkit-border-radius: 2rem;
border-radius: 2rem;
-webkit-transition: inherit;
transition: inherit;
}
.woocommerce p.stars a:after {
display: inline-block;
font-size: 22px;
letter-spacing: 3px;
margin-left: 0;
text-indent: 3px;
vertical-align: top;
z-index: 0;
-webkit-border-radius: 2rem;
border-radius: 2rem;    
-webkit-transition: inherit;
transition: inherit;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
height: auto;
line-height: inherit;
position: absolute;
bottom: 1px;
left: auto;
right: 0;
top: 1px;
width: 100%;
font-family: 'DT ICONS';
font-size: 18px;
}
.woocommerce p.stars a.star-1:after {
content: "\e807";
}
.woocommerce p.stars a.star-2:after {
content: "\e807\e807";
}
.woocommerce p.stars a.star-3:after {
content: "\e807\e807\e807";
}
.woocommerce p.stars a.star-4:after {
content: "\e807\e807\e807\e807";
}
.woocommerce p.stars a.star-5:after {
content: "\e807\e807\e807\e807\e807";
}
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
content: "\e806";
}
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
content: "\e806\e806";
}
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
content: "\e806\e806\e806";
}
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after {
content: "\e806\e806\e806\e806";
}
.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
content: "\e806\e806\e806\e806\e806";
}
.woocommerce p.stars a {
color: var(--DTHeadAltColor)
}
.woocommerce p.stars a:hover,
.woocommerce p.stars a.active,
.woocommerce p.stars a:hover:after,
.woocommerce p.stars a.active:after {
color: #e6b800;
}
.woocommerce p.stars a:before {
border-color: rgba(var(--DTBlack_RGB), 0.15);
}
.woocommerce p.stars a:hover:before,
.woocommerce p.stars a.active:before {
border-color: #e6b800;
}
.woocommerce p.stars a:hover:after,
.woocommerce p.stars a.active:after {
background-color: var(--DTWhiteColor);
}  .woocommerce div.product .dt-sc-product-tabs:empty {
display: none;
}
.woocommerce div.product .dt-sc-product-tabs {
display: inline-block;
margin: 50px 0 0 0;
position: relative;
width: 100%;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs {
clear: both;
display: inline-block;
position: relative;
width: 100%;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs:before {
content: '';
height: 1px;
left: 50%;
position: absolute;
top: 0;
transform: translateX(-50%);
transform: translateX(-50%);
width: -webkit-calc(100vw);
width: -moz-calc(100vw);
width: calc(100vw);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs {
clear: both;
margin: 0 0 50px;
overflow: visible;
padding: 0;
text-align: center;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs:before {
border: none;
content: '';
height: 1px;
left: 50%;
position: absolute;
transform: translateX(-50%);
transform: translateX(-50%);
width: -webkit-calc(100vw);
width: -moz-calc(100vw);
width: calc(100vw);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li {
background: none !important;
border-radius: 0;
border-width: 0;
display: inline-block;
list-style: none;
margin: 0 20px;
padding: 0;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0;
padding-left: 0;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active {
z-index: auto;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li:after,
.woocommerce .product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active:before {
content: none;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a {
font-family: var(--DTFontTypo_Alt);
font-size: var(--DTFontSize_Base);
font-weight: 600 !important;
letter-spacing: 0;
line-height: 26px;
padding: 25px 0;
position: relative;
text-transform: none;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:after {
content: '';
position: absolute;
width: 0%;
height: 1px;
bottom: 0;
margin: auto;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:before {
left: 0px;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:after {
right: 0;
transition: width .8s cubic-bezier(.22, .61, .36, 1);
-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li:hover a:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active a:before {
transition: width .5s cubic-bezier(.22, .61, .36, 1);
width: 100%;
-moz-transition: width .5s cubic-bezier(.22, .61, .36, 1);
-webkit-transition: width .5s cubic-bezier(.22, .61, .36, 1);
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active a:after {
background: transparent;
width: 100%;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs .panel {
background-color: transparent;
border: none;
margin: 0 0 50px 0;
position: relative;
text-align: left;
width: 100%;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs .panel>h2,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-Reviews-title {
font-size: 1.6em;
margin-bottom: 30px;
padding-bottom: 15px;
position: relative;
text-align: center;
text-transform: none;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs .panel>h2:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-Reviews-title:before {
bottom: 0;
content: '';
display: block;
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 40px;
}
.dt-sc-product-tabs-wrapper.dt-sc-product-hide-tab-title .woocommerce-tabs .panel>h2:first-child,
.dt-sc-product-tabs-wrapper.dt-sc-product-hide-tab-title .woocommerce-Reviews-title {
display: none;
}
.woocommerce div.product .elementor-toggle-item .dt-sc-product-tabs {
margin: 0;
}
.woocommerce div.product .elementor-toggle-item .dt-sc-product-tabs.dt-sc-product-tabs-exploded>h2 {
font-size: 1.2rem;
}
.woocommerce table.shop_attributes td p {
line-height: normal;
padding: 0;
}
.woocommerce .comment-form-rating select,
.woocommerce .comment-form-rating .select2 {
display: none;
}
.woocommerce #reviews #comments ol.commentlist {
margin: 0 0 20px;
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
border: 1px solid rgba(var(--DTBlack_RGB), 0.15);
padding: 28px 20px 24px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
background: none;
position: absolute;
left: 0;
top: 5px;
width: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
display: inline-block;
float: right;
margin: 5px 0;
line-height: 30px;
min-width: 90px;
min-height: 30px;
width: 100px;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating:before,
.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
font-size: 20px;
line-height: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-width: 0;
display: block;
margin: 0 0 0 50px;
padding: 0;
-webkit-border-radius: var(--DTRadius_Zero);
border-radius: var(--DTRadius_Zero);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
float: left;
font-size: 14px;
line-height: 30px;
margin: 5px 0;
min-height: 30px;
vertical-align: middle;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
color: rgba(var(--DTBlack_RGB), 0.9);
font-size: 20px;
text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
letter-spacing: 0;
}
.woocommerce #reviews #comments ol.commentlist li .description {
border-top: 1px solid rgba(var(--DTBlack_RGB), 0.15);
clear: both;
display: block;
margin: 0;
padding: 10px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .description p:last-child {
margin-bottom: 0;
}
.woocommerce #review_form #respond {
margin-top: 20px;
}
.woocommerce #review_form #respond>.comment-form:last-child,
.woocommerce #review_form #respond>.comment-form:last-child>p:last-child {
margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-reply-title {
display: inline-block;
font-size: 20px;
font-weight: bold;
line-height: normal;
margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-notes {
margin-bottom: 20px;
}
.woocommerce #review_form #respond p {
clear: both;
line-height: inherit;
}
.woocommerce #review_form #respond label {
display: block;
line-height: 1.5em;
margin-bottom: 5px;
font-weight: 500;
}
.woocommerce #review_form #respond .comment-form-cookies-consent label {
display: inline;
font-weight: 500;
}
.woocommerce #review_form #respond .comment-form>.column:first-child:not(.first),
.woocommerce #review_form #respond .comment-notes+.column.dt-sc-three-fourth,
.woocommerce #review_form #respond form.comment-form .column.dt-sc-three-fourth:first-child {
margin-left: 0;
width: 100%;
}
.woocommerce.single-product .elementor-widget-tabs .dt-sc-product-tabs {
margin-left: 10px !important;
margin-right: 10px !important;
width: auto;
}
.woocommerce.single-product .elementor-widget-tabs .dt-sc-product-tabs .elementor-tab-title,
.woocommerce.single-product .elementor-widget-tabs .dt-sc-product-tabs .elementor-tab-content {
padding-left: 0;
padding-right: 0;
}
.dtshop-default-single-template.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs .panel>h2 {
display: none;
}
.woocommerce .page-with-sidebar div.product .dt-sc-product-tabs .woocommerce-tabs:before,
.woocommerce .page-with-sidebar div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs:before {
width: 100%;
}
.woocommerce .page-with-sidebar div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li {
margin: 0 10px;
}     .woocommerce .product .summary.bg-with-shadow {
background: var(--DTWhiteColor);
padding: 35px 35px 30px 35px;
padding-left: 20px !important;
padding-right: 20px !important;
-webkit-box-shadow: 0 0 5px rgba(var(--DTBlack_RGB), 0.1);
box-shadow: 0 0 5px rgba(var(--DTBlack_RGB), 0.1);
}
.woocommerce div.product .bg-white .dt-sc-product-tabs .woocommerce-tabs:after {
background: var(--DTWhiteColor);
content: "";
height: 100%;
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: -webkit-calc(100vw);
width: -moz-calc(100vw);
width: calc(100vw);
z-index: -1;
}
.dt-sc-content-scroll {
padding-right: 6px;
}
.dt-sc-content-scroll .elementor-section>.elementor-column-gap-default>.elementor-row,
.dt-sc-content-scroll .elementor-section.elementor-section-boxed:not([data-settings*="background_background"]):not([class*="ary-bg"])>.elementor-column-gap-default>.elementor-row {
margin: 0 0 0 -10px;
width: auto;
} .elementor-widget-tabs.elementor-tabs-view-vertical.dt-vertical-bordered .elementor-tabs-wrapper {
border-color: rgba(var(--DTBlack_RGB), 0.2);
border-style: solid;
border-width: 1px 0 1px 1px;
}
.elementor-widget-tabs.elementor-tabs-view-vertical.dt-vertical-bordered .elementor-tabs-wrapper .elementor-tab-title {
border-width: 1px 0 !important;
}
.elementor-widget-tabs.elementor-tabs-view-vertical.dt-vertical-bordered .elementor-tabs-wrapper .elementor-tab-title:first-child {
border-top-width: 0 !important;
}
.elementor-widget-tabs.elementor-tabs-view-vertical.dt-vertical-bordered .elementor-tabs-wrapper .elementor-tab-title:last-child {
margin-bottom: -1px;
} .dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
border-color: var(--DTBorderColor);
border-style: solid;
border-width: 0 0 1px !important;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
line-height: normal;
padding: 30px 0;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
padding: 24px 0 28px;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-content>*:last-child {
margin-bottom: 0;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
border-width: 0;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-child .elementor-tab-title {
padding-top: 10px;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title:not(.elementor-active) {
border-width: 0 !important;
padding-bottom: 10px;
}
.dt-sc-sticky-content.elementor-widget-accordion .elementor-accordion .elementor-tab-title { display: flex; align-items: center; }
.dt-sc-sticky-content.elementor-widget-accordion .elementor-accordion .elementor-tab-content > *:last-child { margin-bottom: 0; }     .woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs .panel>h2:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-Reviews-title:before,
.woocommerce div.product .woocommerce-tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
background-color: rgba(var(--DTBlack_RGB), 0.1);
}
.woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline button.disabled.wc-variation-is-unavailable,
.woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline button.button.disabled.wc-variation-is-unavailable,
.woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline .button.alt.disabled.wc-variation-is-unavailable,
.woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline .button.disabled.wc-variation-is-unavailable,
.woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline .button.alt.disabled.wc-variation-is-unavailable {
background-color: rgba(var(--DTBlack_RGB), 0.5);
} .woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option {
border-color: rgba(var(--DTBlack_RGB), 0.1);
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option:hover,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option.zoo-cw-active {
border-color: var(--DTHeadAltColor);
} .woocommerce .product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce .product .summary .compare,
.woocommerce .product .summary .yith-wcqv-button,
.woocommerce .product .summary .dt-wcsg-button,
.woocommerce div.product form.cart .variations .reset_variations:before {
color: var(--DTWhiteColor);
}
.woocommerce .product .summary .product_meta a:hover,
.woocommerce .product .summary .product_meta>span strong,
.woocommerce .product .summary .product-button.style-simple .compare,
.woocommerce .product .summary form.cart .group_table td label a,
.woocommerce .product .woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce #review_form #respond .comment-reply-title,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label label,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option:hover .zoo-cw-attr-item span:before,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item span:before,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option .zoo-cw-attr-item span:hover:first-letter {
color: var(--DTHeadAltColor);
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce small.note,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row>.zoo-cw-type-text>.zoo-cw-attribute-option .zoo-cw-attr-item span:first-letter {
color: rgba(var(--DTBlack_RGB), 0.8);
}    .woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
.woocommerce div.product form.cart .variations .reset_variations:before {
background-color: var(--DTPrimaryColor);
}
.woocommerce .product div.images ol.flex-control-nav li img.flex-active,
div[class*="thumb-container"] .swiper-wrapper .swiper-slide.swiper-slide-active img,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:hover,
.woocommerce table.cart td.product-name a:not(.button):hover,
.woocommerce .product .summary form.cart .group_table td label a:hover {
color: var(--DTPrimaryColor);
}
.woocommerce div.product form.cart .variations .reset_variations:hover:before {
background-color: var(--DTSecondaryColor);
}   @media only screen and (min-width:1025px) and (max-width:1280px) {
.woocommerce .product .images .thumbnails .yith_magnifier_gallery li {
width: 92px !important;
}
.woocommerce .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce-page .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li {
width: 67px !important;
}
}  @media only screen and (min-width:768px) and (max-width:1024px) {
.woocommerce .page-with-sidebar .product div.images,
.woocommerce-page .page-with-sidebar .product div.images,
.woocommerce .page-with-sidebar .product div.summary,
.woocommerce-page .page-with-sidebar .product div.summary {
float: left;
width: 100%;
}
.woocommerce .page-with-sidebar .product div.summary,
.woocommerce-page .page-with-sidebar .product div.summary {
margin: 0;
}
.woocommerce.single-product .page-with-sidebar .product-thumb-wrapper span.onsale,
.woocommerce.single-product .page-with-sidebar .product-thumb-wrapper span.out-of-stock {
right: -25px;
}
.woocommerce .product .images .thumbnails .yith_magnifier_gallery li {
width: 71px !important;
}
.woocommerce .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce-page .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li {
width: 160px !important;
}
.dt-sc-sticky-content.elementor-widget-accordion { position: inherit !important; margin: 20px -20px 0; left: auto !important; top: auto !important; width: auto !important; }
}  @media only screen and (min-width:768px) and (max-width:1280px) {
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label {
margin: 0 0 15px;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
min-width: 120px;
}
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a { font-size: var(--DTFontSize_Base); }
}  @media only screen and (max-width: 767px) {
.woocommerce .product div.images,
.woocommerce-page .product div.images,
.woocommerce .product div.summary,
.woocommerce-page .product div.summary {
float: left;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs:before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li {
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li:not(:last-child) {
border-style: solid;
border-width: 0 0 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li.active {
border-color: rgba(var(--DTBlack_RGB), 0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:before,
.woocommerce div.product .dt-sc-product-tabs .woocommerce-tabs ul.tabs li a:after {
bottom: -1px;
}
.woocommerce-tabs ul.tabs li a {
font-size: 13px;
}
.woocommerce-tabs .panel h2 {
font-size: 18px;
} .woocommerce #review_form #respond p.form-submit input {
display: inline-block;
float: none;
}
.woocommerce #review_form #respond p.comment-form-comment {
margin-bottom: 0;
} .woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
min-width: 120px;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
width: auto;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
font-size: 14px;
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button,
.woocommerce div.product form.cart .button {
display: inline-block;
float: none;
margin: 10px 0 0;
}
.woocommerce .product div.images,
.woocommerce .product div.summary {
width: 100%;
}
.woocommerce.single-product .product-thumb-wrapper span.onsale,
.woocommerce.single-product .product-thumb-wrapper span.out-of-stock {
right: 5px;
top: 5px;
}
.woocommerce div.product form.cart .group_table td { font-size: 1rem; }
.woocommerce.single-product .elementor-widget-tabs .elementor-tab-content .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
border-width: 0;
}
.woocommerce.single-product .dt-sc-product-tabs .elementor-section.elementor-section-boxed>.elementor-container {
max-width: 100%;
}
.woocommerce table.shop_attributes td {
text-align: center;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.woocommerce .product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce.single-product .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li {
width: 133px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0 12px 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 12px;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating:before,
.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
font-size: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
display: block;
}
.woocommerce table.shop_attributes td {
text-align: left;
}
} @media only screen and (max-width: 479px) {
.woocommerce div.product.product-type-external .summary a,
.woocommerce div.product.product-type-external .summary a.button,
.woocommerce div.product.product-type-external .summary button,
.woocommerce div.product.product-type-external .summary button.button,
.woocommerce div.product.product-type-external .summary .button,
.woocommerce div.product.product-type-external .summary .button.alt,
.woocommerce div.product.product-type-external .summary .button.disabled,
.woocommerce div.product.product-type-external .summary .button[disabled],
.woocommerce div.product.product-type-external .summary .button.alt.disabled,
.woocommerce div.product.product-type-external .summary .button.alt[disabled] {
font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs .panel {
text-align: center;
}
.woocommerce #review_form #respond p {
text-align: left;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin-top: 2px;
}
.woocommerce.single-product div.images .thumbnails.slider .caroufredsel_wrapper {
width: 100% !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
display: block;
float: none;
margin: 0 auto;
position: static;
text-align: center;
width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .description {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 20px 0 0;
padding: 0;
text-align: center;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
display: inline-block;
float: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
display: block;
float: none;
font-size: 10px;
margin: 0 auto;
}
.woocommerce table.shop_attributes tr:not(:last-child) {
border-color: rgba(var(--DTBlack_RGB), 0.1);
border-style: solid;
border-width: 0 0 1px;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
border-width: 0 !important;
}
.woocommerce table.shop_attributes tr:first-child th {
border-top-width: 1px !important;
}
.woocommerce table.shop_attributes td {
text-align: center !important;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
float: left;
width: 100%;
}
.woocommerce table.shop_attributes,
.woocommerce-cart .cart-collaterals .cart_totals table {
border-top-width: 0;
}
.woocommerce table.shop_attributes tr:first-child td,
.woocommerce table.shop_attributes tr:first-child th {
border-top-width: 1px;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label {
margin: 0 0 15px;
}
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label label {
width: 100%;
}
.woocommerce #review_form #respond p.stars span,
.woocommerce #review_form #respond p.stars a {
margin-left: 0;
margin-right: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
min-width: 100%;
} .dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
display: table;
direction: rtl;
width: 100%;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title>* {
display: table-cell;
float: none !important;
vertical-align: middle;
}
.dt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
font-size: 0.75em;
}
}  @media only screen and (min-width: 320px) and (max-width: 479px) {
.woocommerce.single-product .product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce.single-product .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li {
width: 90px !important;
}
.woocommerce div.product form.cart .variations td.label {
font-size: var(--DTFontSize_Base);
}
}  @media only screen and (max-width: 319px) {
.woocommerce .product .product_title {
font-size: 20px;
}
.woocommerce #review_form #respond {
margin: 30px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 13px;
letter-spacing: 0;
}
.woocommerce .product form.cart .variations td {
font-size: 12px;
text-align: center;
width: 100%;
}
.woocommerce.single-product div.product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce.single-product .page-with-sidebar div.product .images .thumbnails .yith_magnifier_gallery li {
width: 60px !important;
}
}#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1230px; }  @media only screen and (min-width:1281px) and (max-width:1440px) {
#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1080px; }
}  @media only screen and (min-width:1025px) and (max-width:1280px) {
#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width:900px; }
}  @media only screen and (min-width:768px) and (max-width:1024px) {
#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width:710px; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width:420px; }
} @media only screen and (min-width: 320px) and (max-width: 479px) {
#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width: 290px; }
}.blog-entry, .blog-entry *, .blog-entry *:after, .blog-entry *:after, .blog-entry .entry-thumb .bx-controls a, .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:before, .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:before, .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:after, .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:before, .dt-sc-alternate-style.dt-sc-post-entry .entry-title h4 a:before, .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-format a:before, .dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry:after, .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:before, .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:after, .pagination a.loadmore-btn:before { transition:all .3s linear; -moz-transition:all .3s linear; -ms-transition:all .3s linear; -o-transition:all .3s linear; -webkit-transition:all .3s linear; } .blog-entry { clear: both; float: left; margin: 0; padding: 0; position: relative; width: 100%; }
.blog-entry .entry-details { clear: both; display: inline-block; width: 100%; }
.blog-entry .entry-meta { font-size: 14px; font-weight: 300; letter-spacing: .5px; margin-bottom: 7px; }
.blog-entry .entry-body { clear: both; float: left; margin: 0 0 15px; width: 100%; }
.blog-entry .entry-body:last-child > *:last-child { margin-bottom: 0; }
.blog-entry div i[class*="fa"], .blog-entry div i.pe, .blog-entry div i,
.blog-entry div.entry-author, .blog-entry div.entry-date, .blog-entry div.entry-comments,
.blog-entry div.entry-categories, .blog-entry div.entry-tags { font-size: 14px; } .blog-entry div i, .blog-entry div i[class*="fa"], .blog-entry div i[class*="dticon"], .blog-entry div i.pe { margin-right: 5px; } .blog-entry .entry-thumb { float: left; line-height: 0; position: relative; width: 100%; } 
.blog-entry .entry-thumb img { height: auto; max-width: 100%; } 
.blog-entry .entry-thumb .dt-video-wrap .wp-video { width: 100% !important; }
.blog-entry.format-quote .entry-thumb,
.blog-entry.format-link .entry-thumb { line-height: inherit; }
.blog-entry.format-quote .entry-quote-inner { padding: 35px; width: 100%; float: left; }
.blog-entry.format-quote .entry-thumb blockquote { width: 100%; float: left; padding: 0 20px; }
.blog-entry.post-without-title .entry-title { display: none !important; }
.entry-list-layout .blog-entry:not(.has-post-thumbnail) .entry-thumb { z-index: -1; }
.entry-list-layout .blog-entry > div.entry-thumb > a,
.entry-list-layout .blog-entry > div.entry-thumb > a > img { background-position: center; background-size: cover; float: left;  height: 100%; object-fit: cover; width: 100%; }
.entry-list-layout.entry-right-thumb .blog-entry.format-quote .entry-thumb blockquote { padding: 0; }
.blog-entry.format-link > div:not(.entry-thumb):not(.entry-button):not(.entry-title),
.blog-entry.format-quote > div:not(.entry-thumb):not(.entry-button):not(.entry-title) { display: none !important; }
.entry-list-layout.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div[class*="entry-thumb"],
.entry-list-layout.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] { z-index: 1; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div[class*="entry-thumb"],
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { padding-bottom: 0 !important; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div[class*="entry-thumb"] .entry-link-inner,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { margin-bottom: 0; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div[class*="entry-button"] { padding-top: 20px !important; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div[class*="entry-button"] { padding-bottom: 35px !important; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote { display: grid; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div[class*="entry-title"],
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div[class*="entry-title"] { padding-top: 35px !important; margin-bottom: 0 !important; order: -1; }
.apply-equal-height.tpl-blog-holder:not(.swiper-wrapper) { display: flex; width: 100%; float: left; flex-wrap: wrap; margin: 0; }
.apply-equal-height.tpl-blog-holder:not(.swiper-wrapper) .dt-sc-post-entry .blog-entry { display: flex;  flex-wrap: wrap; align-content: baseline; }
.apply-equal-height.tpl-blog-holder:not(.swiper-wrapper) .column:empty { width: 100%; } .blog-entry .entry-title h4 span.sticky-post { display: inline-block; font-size: 14px; padding: 0; position: absolute; right: 2px; top: 2px; width: 20px; height: 20px; }
.blog-entry .entry-title h4 span.sticky-post > i:first-child { margin-right: 0; padding: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); font-size: 14px; } 
.blog-entry .entry-title h4 span.sticky-post > span { font-size: 0; }
.blog-entry .entry-title h4 { font-size: 18px; margin-bottom: 20px; text-transform: uppercase; word-wrap: break-word; -ms-word-wrap: break-word; }
.blog-entry .entry-title h4 a { width: 100%; float: none; display: inline-block; } .blog-entry .dt-sc-like-views > div { display: inline-block; float: none; margin-right: 8px; } 
.blog-entry .dt-sc-like-views > div:last-child, .blog-entry .dt-sc-like-views > div:only-child { margin-right: 0; } .blog-entry .entry-social-share .share { border: 1px solid; padding-right: 5px; padding-left: 20px; position: relative; } 
.blog-entry .entry-social-share .share, .blog-entry .entry-social-share .share * { display: inline-block; float: none; } 
.blog-entry .entry-social-share .share > i { float: left; margin: 0; text-align: center; width: 30px; position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; } 
.blog-entry .entry-social-share .share > ul { margin-bottom: 0; } 
.blog-entry .entry-social-share .share > ul li { list-style: none; padding-bottom: 0; margin-right: 2px; }
.dt-sc-post-entry .blog-entry .entry-social-share .share > ul { padding-left: 15px; } .blog-entry .entry-button a.dt-sc-button { display: inline-block; float: none; font-size: 14px; font-weight: 500; margin: 0; padding: 14px 12px 14px 20px; text-transform: capitalize; }
.blog-entry .entry-button a.dt-sc-button span { margin: 0 10px; } .blog-entry.type-post .entry-format { display: block; }
.blog-entry .entry-format { display: none; left: 0; position: absolute; top: 0; z-index: 9; }
.blog-entry .entry-format a { float: left; height: 50px; line-height: 50px; margin: 5px; position: relative; text-align: center; width: 50px; }
.blog-entry .entry-format a:before { font-family: "DT Icons"; font-style: normal; font-size: 26px; height: 100%; left: 0; line-height: 50px; margin: 0; position: absolute; text-align: center; top: 0; width: 100%;}
.blog-entry.type-post:not(.has-post-thumbnail) .entry-format { display: none; }
.blog-entry.format-standard .entry-format a:before, .blog-entry.ico-format.format-standard:before { content: '\f15c'; }
.blog-entry.format-image .entry-format a:before, .blog-entry.ico-format.format-image:before { content: '\e80d'; }
.blog-entry.format-gallery .entry-format a:before, .blog-entry.ico-format.format-gallery:before { content: '\f1c5'; }
.blog-entry.format-status .entry-format a:before, .blog-entry.ico-format.format-status:before { content: '\e894'; }
.blog-entry.format-link .entry-format a:before, .blog-entry.ico-format.format-link:before { content: '\f0c1'; }
.blog-entry.format-aside .entry-format a:before, .blog-entry.ico-format.format-aside:before { content: '\e812'; }
.blog-entry.format-quote .entry-format a:before, .blog-entry.ico-format.format-quote:before { content: '\f10d'; }
.blog-entry.format-video .entry-format a:before, .blog-entry.ico-format.format-video:before { content: '\f1c8'; }
.blog-entry.format-chat .entry-format a:before, .blog-entry.ico-format.format-chat:before { content: '\f0e6'; }
.blog-entry.format-audio .entry-format a:before, .blog-entry.ico-format.format-audio:before { content: '\f1c7'; } .blog-entry .entry-thumb .bx-wrapper { overflow: hidden; position: relative; }
.blog-entry .entry-thumb .bx-controls a { bottom: 0; filter: alpha(opacity=60); font-size: 0; height: 50px; margin: auto; opacity: .6; position: absolute; top: 0; width: 35px; z-index: 9; }
.blog-entry .entry-thumb .bx-controls a:hover { filter: alpha(opacity=100); opacity: 1; }
.blog-entry .entry-thumb .bx-controls a.bx-prev:before, .entry-thumb .bx-controls a.bx-next:before { content: '\e85b'; font-family: "DT Icons"; font-size: 14px; left: 0; line-height: 50px; position: absolute; text-align: center; top: 0; width: 100%; }
.blog-entry .entry-thumb .bx-controls a.bx-prev:before { content: '\e85a'; }
.blog-entry .entry-thumb .bx-controls a.bx-prev { left: -35px; }
.blog-entry .entry-thumb .bx-controls a.bx-next { right: -35px; }
.blog-entry .entry-thumb:hover .bx-controls a.bx-prev { left: 15px; }
.blog-entry .entry-thumb:hover .bx-controls a.bx-next { right: 15px; }
.blog-entry .entry-gallery-post-slider li { display: inline; }
.blog-entry ul.entry-gallery-post-slider { float: left; margin-bottom: 0; width: 100%; padding-left: 0; }
.blog-entry.format-gallery .entry-thumb .bx-wrapper .bx-viewport, .blog-entry.format-gallery .entry-thumb .bx-wrapper .bx-viewport * { transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; -webkit-transition: none; }
.entry-list-layout .blog-entry .entry-thumb .bx-wrapper,
.entry-list-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport,
.entry-list-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport * { height: 100%; padding: 0; }
.entry-list-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport img { object-fit: cover; } .tpl-blog-holder { clear: both; float: none; margin: 0 -25px; padding: 0; width: auto; }
.tpl-blog-holder:not(.swiper-wrapper) { display: block; }
.tpl-blog-holder .column { margin-left: 0; padding: 25px; }
.tpl-blog-holder .column:empty { height: 0 !important; margin: 0 !important; padding: 0 !important; }
.tpl-blog-holder .dt-sc-one-third, .tpl-blog-holder .column.no-space.dt-sc-one-third { width: 33.31%; }
.tpl-blog-holder .dt-sc-one-half, .tpl-blog-holder .column.no-space.dt-sc-one-half { width: 50%; }
.tpl-blog-holder .dt-sc-one-column, .tpl-blog-holder .column.no-space.dt-sc-one-column { width: 100%; }
.tpl-blog-holder.apply-no-space { margin: 0; }
.tpl-blog-holder.apply-no-space .column { padding: 0; margin: 0; min-height: auto; clear: none; }
.page-with-sidebar .tpl-blog-holder { margin-top: -25px; }
.grid-sizer.column { margin: 0; min-height: 0; padding: 0; }
.tpl-blog-holder .column { margin-left: 0; margin-right: 0; }
.tpl-blog-holder .column .blog-entry, .tpl-blog-holder .wpb_column .blog-entry { margin-bottom: 0; }
.column .blog-entry, .wpb_column .blog-entry, .dt-sc-one-column.column .blog-entry, .dt-sc-one-column.wpb_column .blog-entry, .dt-sc-one-column.dt-sc-post-entry.entry-cover-layout .blog-entry { margin-bottom: 25px; }
.tpl-blog-holder .dt-sc-one-column.column:last-child, .column.no-space .blog-entry, .wpb_column.no-space .blog-entry, .dt-sc-one-column.column:last-child .blog-entry, .dt-sc-one-column.wpb_column:last-child .blog-entry, .dt-sc-one-column.dt-sc-post-entry.entry-cover-layout:last-child .blog-entry { margin-bottom: 0; }
.desc-wrapper { display: inline-block; }  .dt-sc-post-entry .blog-entry h1, .dt-sc-post-entry .blog-entry h2, .dt-sc-post-entry .blog-entry h3, .dt-sc-post-entry .blog-entry h4, .dt-sc-post-entry .blog-entry h5, .dt-sc-post-entry .blog-entry h6 {margin: 0; text-transform:none;}
.dt-sc-post-entry .blog-entry > div, .dt-sc-post-entry .blog-entry .entry-meta-group > div, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div { margin-bottom: 25px; margin-top: 0; }
.dt-sc-post-entry .blog-entry > div:empty, .dt-sc-post-entry .blog-entry .entry-meta-group > div:empty, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:empty { margin: 0; }
.dt-sc-post-entry .blog-entry > div:last-child, .dt-sc-post-entry .blog-entry .entry-meta-group > div:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:last-child { margin-bottom: 0; }
.dt-sc-post-entry .blog-entry > div.entry-date:last-child, .dt-sc-post-entry .blog-entry > div.entry-categories:last-child, .dt-sc-post-entry .blog-entry > div.entry-thumb:last-child, .dt-sc-post-entry .blog-entry > div.entry-likes-views:last-child, .dt-sc-post-entry .blog-entry > div.entry-title:last-child, .dt-sc-post-entry .blog-entry > div.entry-comments:last-child, .dt-sc-post-entry .blog-entry > div.entry-social-share:last-child, .dt-sc-post-entry .blog-entry > div.entry-tags:last-child, .dt-sc-post-entry .blog-entry > div.entry-button:last-child, .dt-sc-post-entry .blog-entry > div.entry-author:last-child, .dt-sc-post-entry .blog-entry > div.entry-body:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-date:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-categories:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-likes-views:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-title:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-comments:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-social-share:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-tags:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-button:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-author:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body:last-child { margin-bottom: 35px; }
.dt-sc-post-entry .blog-entry > div:first-child:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child:not(.entry-thumb) { margin-bottom: 10px; margin-top: 25px; }
.dt-sc-post-entry .blog-entry > div.entry-thumb:not(:first-child), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:not(:first-child) { margin-top: 15px; }
.dt-sc-post-entry .blog-entry > div:not(:first-child), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(:first-child) { margin-bottom: 10px; }
.dt-sc-post-entry .blog-entry > div.entry-thumb, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb { margin-bottom: 25px; }
.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb { margin-bottom: 0; }
.dt-sc-post-entry .blog-entry.format-gallery > div.entry-thumb .bx-viewport, .dt-sc-post-entry.entry-cover-layout .blog-entry.format-gallery .entry-details > div.entry-thumb .bx-viewport { margin-bottom: -11px; }
.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .mejs-container { min-height: 100px; }
.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .mejs-container .mejs-controls { bottom: 0; float: left; margin: 0; position: absolute; top: auto; width: 100%; }
.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) { display: inline-block; float: none; padding: 0 35px; width: 100%; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) { font-size: 12px; text-transform: uppercase; }
.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):empty, 
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb):empty, 
.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details):empty,
.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div.entry-body:empty { display: none; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p, .dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p { font-size: 14px; text-transform: initial; }
@media all and (-ms-high-contrast:none)
{
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p, .dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p { text-transform: none; } *::-ms-backdrop, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p, .dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p { text-transform: none; } }    
.dt-sc-post-entry .blog-entry div.entry-categories a, .dt-sc-post-entry .blog-entry div.entry-tags a { position: relative; white-space: nowrap; }
.dt-sc-post-entry .blog-entry div.entry-categories a:after, .dt-sc-post-entry .blog-entry div.entry-tags a:after { content: '\002C'; display: inline; font-size: 20px; line-height: 1em; margin-left: 0;  }
.dt-sc-post-entry .blog-entry div.entry-categories a:last-child:after, .dt-sc-post-entry .blog-entry div.entry-tags a:last-child:after, .dt-sc-post-entry .blog-entry div.entry-categories a:only-child:after, .dt-sc-post-entry .blog-entry div.entry-tags a:only-child:after { display: none; }
.dt-sc-post-entry .blog-entry .entry-title h4 { font-size: 26px; }
.dt-sc-post-entry .blog-entry.format-link > div.entry-thumb .link-text { display: none; }
.dt-sc-post-entry .blog-entry.format-link > div.entry-thumb .dticon-link { margin-right: 5px; }
.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group { border-top: 1px solid; float: left; margin-top: 24px; padding: 18px 35px 10px; width: 100%; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) { padding-left: 25px; padding-right: 25px; }
.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group > div { word-break: break-all; }
.dt-sc-post-entry .blog-entry > div.entry-meta-group > div, .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div { margin-bottom: 15px; }
.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n+2), .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-last-child(-n+2), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-last-child(-n+2) { margin-bottom: 0; }
.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child), .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) { border-bottom: 1px solid; margin-bottom: 15px; margin-top: 10px; padding-bottom: 18px; }
.dt-sc-post-entry .blog-entry > div.entry-meta-group:first-child { border-top: none; margin-top: 0; }
.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child, .dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:last-child, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child { margin-top: 0; } .dt-sc-post-entry.entry-list-layout .blog-entry { clear: both; margin: 0 0 15px; overflow: hidden; padding: 0 0 0 30%; }
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb { float: left; height: 100%; left: 0; margin: 0; margin-bottom: 0; position: absolute; width: 30%; }
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a, .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider li { background-position: center center !important; background-size: cover !important; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.dt-sc-post-entry.entry-list-layout .blog-entry:not(.has-post-thumbnail), .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry:not(.has-post-thumbnail) { padding: 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) { padding: 0 0 0 30%; }
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-media:not(.has-post-thumbnail) { padding: 0 30% 0 0; }
.dt-sc-post-entry.entry-list-layout *[class*="post_format-post-format-"].blog-entry.has-post-media:not(.has-post-thumbnail) { padding: 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb { z-index: 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb > iframe,
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb .dt-video-wrap,
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb .fluid-width-video-wrapper { height: 100%; }
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb { position: absolute; width: 30%; }
.dt-sc-post-entry.entry-list-layout .blog-entry.format-quote .entry-thumb,
.dt-sc-post-entry.entry-list-layout .blog-entry.format-link .entry-thumb { position: static; width: 100%; float: left; }
.tpl-blog-holder .column.dt-sc-post-entry.entry-list-layout:last-child .blog-entry { margin-bottom: 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image, 
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper, 
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport, 
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider { height: 100% !important; }
.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) { margin-top: 25px; }
.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div.entry-meta-group { border-top: none; }
#primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .format-audio iframe { height: 100%; }
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry { padding: 0 30% 0 0; text-align: right; }
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb { float: right; left: auto; right: 0; } .dt-related-carousel .tpl-blog-holder .dt-sc-post-entry.entry-cover-layout.column { padding-bottom: 20px; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb > a,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb > a > img { background-position: center center; background-size: cover; height: 100%; position: absolute;  left: 0; right: 0; width: 100%; object-fit: cover; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post { display: inline-block; float: none; left: auto; left: 0; margin-bottom: 10px; position: relative; right: 0; top: auto; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 > a { display: inline-block; float: none; width: 100%; }
.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-thumb { position: absolute; top: 0; padding: 0; }
.dt-sc-post-entry.entry-cover-layout .blog-entry { clear: both; float: left; margin: 0; overflow: hidden; padding: 0; position: relative; width: 100%; }
.dt-sc-post-entry.entry-cover-layout:hover .blog-entry { box-shadow: none; -moz-box-shadow: none; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb { float: left; height: 100%; left: 0; margin: 0; margin-bottom: 0; position: absolute; width: 100%; z-index: -1; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .blog-image > a, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider li { background-position: center center !important; background-size: cover !important; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.dt-sc-post-entry.entry-cover-layout .blog-entry.format-link > div.entry-thumb,
.dt-sc-post-entry.entry-cover-layout .blog-entry.format-quote > div.entry-thumb { position: static; padding: 0; }
.dt-sc-post-entry.entry-cover-layout .blog-entry.format-link > div.entry-thumb .link-text { color: inherit; }
.dt-sc-post-entry.entry-cover-layout .blog-entry.format-quote > div.entry-thumb blockquote { border-color: inherit; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb iframe,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .dt-video-wrap,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .dt-video-wrap .fluid-width-video-wrapper,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .dt-video-wrap .fluid-width-video-wrapper iframe,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .bx-wrapper,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport ul,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport ul li,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .bx-wrapper .bx-viewport ul li img { height: 100% !important; padding: 0; object-fit: cover; }
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image iframe, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .mejs-container { height: 100% !important; }
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .mejs-container { bottom: 0; position: absolute; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details { margin-bottom: 0; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child { margin-bottom: 10px; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group { border-top: 1px solid; margin-bottom: 0; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) { border-bottom: 1px solid; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format { left: auto; right: 0; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a { background: none; box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -webkit-box-shadow: none; height: 30px; margin: 3px; width: 30px; }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a:before { font-size: 22px; line-height: normal; }
.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-format { left: 0; right: auto; }
.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format { padding: 0; width: auto; margin: 0; }
.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format a { background: none !important; float: right; margin-top: 7px; } .dt-sc-post-entry .format-audio.blog-entry.has-post-media .entry-thumb:after, .dt-sc-post-entry .format-video.blog-entry.has-post-media .entry-thumb:after { display: none; }
.dt-sc-fixed-overlay .blog-entry .entry-thumb:after { background-color: rgba(0,0,0,.3); content: ''; display: block; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%;  border: none !important; } 
.dt-sc-fixed-overlay:hover .blog-entry .entry-thumb:after { opacity: 1; }
.dt-sc-tb-overlay .blog-entry .entry-thumb:after, .dt-sc-bt-overlay .blog-entry .entry-thumb:after, .dt-sc-lr-overlay .blog-entry .entry-thumb:after, .dt-sc-rl-overlay .blog-entry .entry-thumb:after, .dt-sc-middle-overlay .blog-entry .entry-thumb:after { background-color: rgba(0,0,0,.3); content: ''; display: block; height: 0; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; width: 100%;  border: none !important; } 
.dt-sc-bt-overlay .blog-entry .entry-thumb:after { bottom: 0; top: auto; }
.dt-sc-tb-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-bt-overlay:hover .blog-entry .entry-thumb:after { height: 100%; }
.dt-sc-lr-overlay .blog-entry .entry-thumb:after, .dt-sc-rl-overlay .blog-entry .entry-thumb:after, .dt-sc-middle-overlay .blog-entry .entry-thumb:after { height: 100%; top: 0; width: 0;  border: none !important; } 
.dt-sc-lr-overlay .blog-entry .entry-thumb:after { left: 0; right: auto; }
.dt-sc-rl-overlay .blog-entry .entry-thumb:after { left: auto; right: 0; }
.dt-sc-middle-overlay .blog-entry .entry-thumb:after { left: 0; right: 0; }
.dt-sc-lr-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-rl-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-middle-overlay:hover .blog-entry .entry-thumb:after { width: 100%;  border: none !important; }
.dt-sc-middle-radial-overlay .blog-entry .entry-thumb:after { background-color: rgba(0,0,0,.3); border-radius: 50%; bottom: 0; content: ''; display: block; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transform: scale(.1); -moz-transform: scale(.1); -ms-transform: scale(.1); -webkit-transform: scale(.1); width: 100%;  border: none !important; }
.dt-sc-middle-radial-overlay:hover .blog-entry .entry-thumb:after { opacity: 1; transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -webkit-transform: scale(1.5); }
.dt-sc-flash-overlay .blog-entry .entry-thumb, .dt-sc-circle-overlay .blog-entry .entry-thumb, .dt-sc-middle-radial-overlay .blog-entry .entry-thumb { overflow: hidden; }
.dt-sc-circle-overlay .blog-entry .entry-thumb:after, .dt-sc-flash-overlay .blog-entry .entry-thumb:after { content: ''; display: block; position: absolute;  border: none !important; }
.dt-sc-flash-overlay .blog-entry .entry-thumb:after { background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: -ms-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); height: 100%; left: -100%; top: 0; transform: skewX(-25deg); -webkit-transform: skewX(-25deg); width: 50%; z-index: 2; }
.dt-sc-flash-overlay:hover .blog-entry .entry-thumb:after { animation: shine 1s; -webkit-animation: shine 1s; }
@-webkit-keyframes shine { 100% { left: 125%; } } 
@keyframes shine { 100% { left: 125%; } }
.dt-sc-circle-overlay .blog-entry .entry-thumb:after { background: rgba(255,255,255,.3); border-radius: 100%; height: 0; left: 50%; opacity: 0; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 0; z-index: 2;  border: none !important; }
.dt-sc-circle-overlay:hover .blog-entry .entry-thumb:after { animation: circle .75s; -webkit-animation: circle .75s; }
@-webkit-keyframes circle {
0% { opacity: 1; } 
40% { opacity: 1; } 
100% { height: 200%; opacity: 0; width: 200%; } 
}
@keyframes circle {
0% { opacity: 1; } 
40% { opacity: 1; } 
100% { height: 200%; opacity: 0; width: 200%; } 
}
.dt-sc-tb-gradient-overlay .blog-entry .entry-thumb:after, .dt-sc-bt-gradient-overlay .blog-entry .entry-thumb:after, .dt-sc-rl-gradient-overlay .blog-entry .entry-thumb:after, .dt-sc-lr-gradient-overlay .blog-entry .entry-thumb:after, .dt-sc-radial-gradient-overlay .blog-entry .entry-thumb:after { content: ''; display: block; height: 100%; opacity: 0; position: absolute; top: 0; width: 100%;  border: none !important; }
.dt-sc-tb-gradient-overlay .blog-entry .entry-thumb:after, .dt-sc-bt-gradient-overlay .blog-entry .entry-thumb:after { left: 0; margin: 0 auto; right: 0; }
.dt-sc-rl-gradient-overlay .blog-entry .entry-thumb:after { left: 0; }
.dt-sc-lr-gradient-overlay .blog-entry .entry-thumb:after { right: 0; }
.dt-sc-tb-gradient-overlay .blog-entry .entry-thumb:after { background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7))); background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#b3000000', GradientType=0); top: 0; }
.dt-sc-bt-gradient-overlay .blog-entry .entry-thumb:after { background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); bottom: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#b3000000', GradientType=0); top: auto; }
.dt-sc-rl-gradient-overlay .blog-entry .entry-thumb:after { background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -webkit-gradient(linear, top left, top right, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7))); background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#b3000000', GradientType=0); right: 0; }
.dt-sc-lr-gradient-overlay .blog-entry .entry-thumb:after { background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -webkit-gradient(linear, top right, top left, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7))); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#b3000000', GradientType=0); left: 0; }
.dt-sc-radial-gradient-overlay .blog-entry .entry-thumb:after { background: rgba(0,0,0,.75); background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 10%, rgba(0,0,0,.75) 100%); background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 10%, rgba(0,0,0,.75) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 10%, rgba(0,0,0,.75) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 10%, rgba(0,0,0,.75) 100%); background: radial-gradient(rgba(0,0,0,0) 10%, rgba(0,0,0,.75) 100%); }
.dt-sc-tb-gradient-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-bt-gradient-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-rl-gradient-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-lr-gradient-overlay:hover .blog-entry .entry-thumb:after, .dt-sc-radial-gradient-overlay:hover .blog-entry .entry-thumb:after { opacity: 1; }
.dt-sc-hm-elastic-overlay .blog-entry .entry-thumb:after { backface-visibility: hidden; background: rgba(0,0,0,.75); bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; transform: scaleX(0); -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transition-duration: .3s; -webkit-transition-duration: .3s; transition-property: transform; -webkit-transition-property: transform; transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; border: none !important; }
.dt-sc-hm-elastic-overlay:hover .blog-entry .entry-thumb:after { transform: scaleX(1); -ms-transform: scaleX(1); -webkit-transform: scaleX(1); transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); -ms-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); }
.dt-sc-vm-elastic-overlay .blog-entry .entry-thumb:after { backface-visibility: hidden; background: rgba(0,0,0,.75); bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -webkit-transform-origin: 100% 50%; transition-duration: .3s; -webkit-transition-duration: .3s; transition-property: transform; -webkit-transition-property: transform; transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out;  border: none !important; }
.dt-sc-vm-elastic-overlay:hover .blog-entry .entry-thumb:after { transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); -ms-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); } .dt-sc-blur-hover .blog-entry:hover .entry-thumb > a, .dt-sc-blur-hover .blog-entry:hover .blog-image > a, .dt-sc-blur-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-blur-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: blur(2px); -webkit-filter: blur(2px); }
.dt-sc-blur-hover.entry-cover-layout .blog-entry:hover .blog-image > a, .dt-sc-blur-hover.entry-cover-layout .blog-entry:hover .blog-image > .bx-wrapper img { filter: blur(10px); -webkit-filter: blur(10px); }
.dt-sc-bw-hover .blog-entry:hover .entry-thumb > a, .dt-sc-bw-hover .blog-entry:hover .blog-image > a, .dt-sc-bw-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-bw-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: grayscale(1); -webkit-filter: grayscale(1); }
.dt-sc-brightness-hover .blog-entry:hover .entry-thumb > a, .dt-sc-brightness-hover .blog-entry:hover .blog-image > a, .dt-sc-brightness-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-brightness-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: brightness(1.5); -webkit-filter: brightness(1.5); }
.dt-sc-hue-rotate-hover .blog-entry:hover .entry-thumb > a, .dt-sc-hue-rotate-hover .blog-entry:hover .blog-image > a, .dt-sc-hue-rotate-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-hue-rotate-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: hue-rotate(90deg); -webkit-filter: hue-rotate(90deg); }
.dt-sc-invert-hover .blog-entry:hover .entry-thumb > a, .dt-sc-invert-hover .blog-entry:hover .blog-image > a, .dt-sc-invert-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-invert-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: invert(.8); -webkit-filter: invert(.8); }
.dt-sc-opacity-hover .blog-entry:hover .entry-thumb > a, .dt-sc-opacity-hover .blog-entry:hover .blog-image > a, .dt-sc-opacity-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-opacity-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: opacity(.6); -webkit-filter: opacity(.6); }
.dt-sc-sepia-hover .blog-entry:hover .entry-thumb > a, .dt-sc-sepia-hover .blog-entry:hover .blog-image > a, .dt-sc-sepia-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-sepia-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: sepia(1); -webkit-filter: sepia(1); }
.dt-sc-tint-hover .blog-entry:hover .entry-thumb > a, .dt-sc-tint-hover .blog-entry:hover .blog-image > a, .dt-sc-tint-hover .blog-entry:hover .entry-thumb > .bx-wrapper img, .dt-sc-tint-hover .blog-entry:hover .blog-image > .bx-wrapper img { filter: sepia(1) hue-rotate(200deg); -webkit-filter: sepia(1) hue-rotate(200deg); }
div[class*="dt-sc-fadein"] .blog-entry .entry-thumb, div[class*="dt-sc-scale"] .blog-entry .entry-thumb, div[class*="rotate"] .blog-entry .entry-thumb { overflow: hidden; }
div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format, div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format, div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format, .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format, .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format, .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format { right: -6px; }
div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format, div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format, div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format, .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format, .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format, .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format { left: -6px; right: auto; }
div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format, div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format, div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format, .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format, .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format, .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format { bottom: -5px; }
div[class*="dt-sc-scale"] .blog-entry .entry-thumb > a img { transition: opacity .35s, transform .45s; }
div[class*="dt-sc-fadein"] .blog-entry .entry-thumb > a img, div[class*="dt-sc-fadein"] .blog-entry .entry-thumb .blog-image > a { max-width: none; transition: opacity .35s, transform .45s; }
.dt-sc-fadeinleft-hover .blog-entry .entry-thumb > a img, .dt-sc-fadeinleft-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a { transform: translate3d(-6.66%, 0, 0); -webkit-transform: translate3d(-6.66%, 0, 0); width: calc(100% + 10%); }
.dt-sc-fadeinleft-hover .blog-entry:hover .entry-thumb > a img, .dt-sc-fadeinleft-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a { transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.dt-sc-fadeinright-hover .blog-entry .entry-thumb > a img, .dt-sc-fadeinright-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a { transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); width: calc(100% + 10%); }
.dt-sc-fadeinright-hover .blog-entry:hover .entry-thumb > a img, .dt-sc-fadeinright-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a { transform: translate3d(-6.66%, 0, 0); -webkit-transform: translate3d(-6.66%, 0, 0); }
.dt-sc-scalein-hover .blog-entry .entry-thumb > a img, .dt-sc-scalein-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a, .dt-sc-scalein-hover.dt-sc-post-entry .blog-entry .entry-thumb .blog-image > a, .dt-sc-scaleout-hover.dt-sc-post-entry.entry-list-layout:hover .blog-entry .entry-thumb .blog-image > a, .dt-sc-scaleout-hover .blog-entry:hover .entry-thumb > a img, .dt-sc-scaleout-hover.dt-sc-post-entry:hover .blog-entry .entry-thumb .blog-image > a { transform: scale(1.2); -webkit-transform: scale(1.2); width: 100%; }
.dt-sc-scalein-hover:hover .blog-entry .entry-thumb > a img, .dt-sc-scalein-hover.dt-sc-post-entry.entry-list-layout:hover .blog-entry .entry-thumb .blog-image > a, .dt-sc-scalein-hover.dt-sc-post-entry:hover .blog-entry .entry-thumb .blog-image > a, .dt-sc-scaleout-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a, .dt-sc-scaleout-hover .blog-entry .entry-thumb > a img, .dt-sc-scaleout-hover.dt-sc-post-entry .blog-entry .entry-thumb .blog-image > a { transform: scale(1); -webkit-transform: scale(1); width: 100%; }
.dt-sc-rotate-hover .blog-entry:hover .entry-thumb > a img, .dt-sc-rotate-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a, .dt-sc-rotate-hover.dt-sc-post-entry .blog-entry:hover .entry-thumb .blog-image > a { transform: scale(1.5) rotate(-10deg); -moz-transform: scale(1.5) rotate(-10deg); -ms-transform: scale(1.5) rotate(-10deg); -webkit-transform: scale(1.5) rotate(-10deg); }
.dt-sc-rotate-alt-hover .blog-entry:hover .entry-thumb > a img, .dt-sc-rotate-alt-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a, .dt-sc-rotate-alt-hover.dt-sc-post-entry .blog-entry:hover .entry-thumb .blog-image > a { transform: scale(1.5) rotate(10deg); -moz-transform: scale(1.5) rotate(10deg); -ms-transform: scale(1.5) rotate(10deg); -webkit-transform: scale(1.5) rotate(10deg); }
.dt-sc-fadeinleft-hover.entry-cover-layout .blog-entry .entry-thumb .blog-image > a { transform: translate3d(-6%, 0, 0) scale(1.2); -webkit-transform: translate3d(-6%, 0, 0) scale(1.2); width: calc(100% + 9%); }
.dt-sc-fadeinleft-hover.entry-cover-layout .blog-entry:hover .entry-thumb .blog-image > a { transform: translate3d(0, 0, 0) scale(1.2); -webkit-transform: translate3d(0, 0, 0) scale(1.2); }
.dt-sc-fadeinright-hover.entry-cover-layout .blog-entry .entry-thumb .blog-image > a { transform: translate3d(0, 0, 0) scale(1.2); -webkit-transform: translate3d(0, 0, 0) scale(1.2); width: calc(100% + 9%); }
.dt-sc-fadeinright-hover.entry-cover-layout .blog-entry:hover .entry-thumb .blog-image > a { transform: translate3d(-6%, 0, 0) scale(1.2); -webkit-transform: translate3d(-6%, 0, 0) scale(1.2); } .dt-sc-post-entry .blog-entry .entry-format a.ico-format:hover, .blog-entry .entry-thumb .bx-controls a { background: var(--DTWhiteColor); }
.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group,
.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child), .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) { border-color: var(--DTBorderColor); }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group, 
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) { border-color: rgba(var(--DTWhite_RGB),.25); }
.blog-entry .entry-format a { -webkit-box-shadow: inset 0 0 0 2px var(--DTWhiteColor); box-shadow: inset 0 0 0 2px var(--DTWhiteColor); }
.dt-sc-post-entry.entry-cover-layout .blog-entry { -webkit-box-shadow: 0 28px 16px -25px var(--DTHeadAltColor); box-shadow: 0 28px 16px -25px var(--DTBlackColor); } .dt-sc-post-entry .blog-entry a:not(.dt-sc-button):hover, .dt-sc-post-entry .blog-entry .entry-title h4 a { color: var(--DTHeadAltColor); }
.dt-sc-post-entry .blog-entry div.entry-categories a:after, .dt-sc-post-entry .blog-entry div.entry-tags a:after { color:  var(--DTBodyTxtColor); }
.dt-sc-post-entry.entry-cover-layout .blog-entry,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry { background-color: rgba(var(--DTBlack_RGB),.75); }
.dt-sc-post-entry.entry-cover-layout .blog-entry:hover,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover { background-color: rgba(var(--DTBlack_RGB),.65); } .blog-entry .entry-social-share .share > i, .blog-entry .entry-title h4 span.sticky-post, .blog-entry .entry-title h4 span.sticky-post i[class*="fa"], .blog-entry .entry-title h4 span.sticky-post i.pe, .dt-sc-post-entry .blog-entry .entry-format a, .dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 a, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details, .dt-sc-post-entry.entry-cover-layout .blog-entry > div, .dt-sc-post-entry.entry-cover-layout .blog-entry div i[class*="fa"], .dt-sc-post-entry.entry-cover-layout .blog-entry a:hover { color: var(--DTWhiteColor); }
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-button a.dt-sc-button:hover, .dt-sc-post-entry:not(.entry-cover-layout) .blog-entry .entry-social-share .share { background: var(--DTWhiteColor); }
.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) { border-color: rgba(var(--DTWhite_RGB),.15); }  .dt-sc-post-entry .blog-entry a, .dt-sc-post-entry .blog-entry .entry-title h4 a:hover, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 a:hover, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-button a.dt-sc-button:hover, .dt-sc-post-entry.entry-cover-layout .blog-entry:after, .dt-sc-post-entry .blog-entry .entry-format a.ico-format:hover, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a:after, .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format a:hover, .blog-entry .entry-thumb .bx-controls a.bx-prev:before, .entry-thumb .bx-controls a.bx-next:before { color: var(--DTPrimaryColor); } 
.blog-entry .entry-title h4 span.sticky-post, .blog-entry .entry-social-share .share > i, .dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-social-share .share > i, .dt-sc-post-entry .blog-entry .entry-format a { background-color: var(--DTPrimaryColor); }
.blog-entry .entry-social-share .share, .dt-sc-post-entry.entry-cover-layout .blog-entry.sticky, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-social-share .share { border-color: var(--DTPrimaryColor); }	     
.apply-no-space .dt-sc-post-entry.entry-cover-layout .blog-entry.sticky { box-shadow: inset 0 0 1px 3px var(--DTPrimaryColor); } .dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover { background-color: var(--DTSecondaryColor); }  @media only screen and (min-width:1281px) and (max-width:1440px) {
.page-with-sidebar .tpl-blog-holder .dt-sc-one-half { width: 48.8%; }
#primary.page-with-sidebar .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a:before { font-size: 20px; }
} @media only screen and (min-width:1025px) {
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) { padding-left: 25px; padding-right: 25px; }
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 { font-size: 22px; }
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child { margin-bottom: 0; }        
}  @media only screen and (min-width:1025px) and (max-width:1280px) {
.tpl-blog-holder .dt-sc-one-third { width: 33.33%; }
.tpl-blog-holder .dt-sc-one-half, .page-with-sidebar .tpl-blog-holder .dt-sc-one-third, .page-with-sidebar .tpl-blog-holder .dt-sc-one-half { width: 50%; }
.page-with-sidebar .tpl-blog-holder .dt-sc-one-third.column.first, .page-with-sidebar .tpl-blog-holder .dt-sc-one-third.column { clear: none; }
.dt-sc-one-third .blog-entry .entry-title h4 { line-height: normal; }
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) { padding-left: 25px; padding-right: 25px; }
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 { font-size: 22px; }
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child { margin-bottom: 0; }
.dt-sc-post-entry .blog-entry.format-gallery > div.entry-thumb .bx-viewport, .dt-sc-post-entry.entry-cover-layout .blog-entry.format-gallery .entry-details > div.entry-thumb .bx-viewport { margin-bottom: -9px; }    
} @media only screen and (min-width:768px) and (max-width:1024px) {
.page-with-sidebar .tpl-blog-holder .dt-sc-one-third, .page-with-sidebar .tpl-blog-holder .dt-sc-one-half { width: 100%; }
.tpl-blog-holder .dt-sc-one-third { width: 50%; }
.tpl-blog-holder .dt-sc-one-third.column.first, .tpl-blog-holder .dt-sc-one-third.column { clear: none; }
.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, .dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) { padding-left: 25px; padding-right: 25px; }
.dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4, .dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry.format-link > div.entry-thumb .link-text { font-size: 22px; }
.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child, .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child, .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child { margin-bottom: 0; }
#primary.page-with-sidebar .dt-sc-post-entry .blog-entry > div.entry-meta-group > div, #primary.page-with-sidebar .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div { margin-bottom: 15px; }
#primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group, #primary.page-with-sidebar .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group { padding-bottom: 0; }
#primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video, #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode { height: 300px !important; padding: 0 !important; }    
}  @media only screen and (max-width: 767px) {
.page-with-sidebar .tpl-blog-holder .dt-sc-one-half, .page-with-sidebar .tpl-blog-holder .dt-sc-one-third { width: 100%; }
.tpl-blog-holder .column { margin-bottom: 0; }
.tpl-blog-holder .dt-sc-one-half, .tpl-blog-holder .dt-sc-one-third { width: 100%; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail, .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail, .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail, .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail { padding: 300px 0 0 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry:not(.has-post-thumbnail), .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry:not(.has-post-thumbnail) { padding-top: 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail .entry-thumb, 
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail .entry-thumb, 
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb { height: 300px; min-height: 300px; position: absolute; top: 0; width: 100%; }
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail .entry-format { left: 0; right: auto; }
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb { position: static; height: auto; }
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .bx-wrapper, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .bx-wrapper .bx-viewport, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .dt-video-wrap, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .dt-video-wrap .wp-video, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video, .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry.has-post-thumbnail .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode { height: 300px !important; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail),
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-media:not(.has-post-thumbnail) { padding: 0; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb,
.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb { width: 100%; }
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb > iframe, 
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb .dt-video-wrap, 
.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media:not(.has-post-thumbnail) .entry-thumb .fluid-width-video-wrapper { height: 300px; }
}  @media only screen and (max-width: 479px) {
.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group, .dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb), .dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) { padding-left: 25px; padding-right: 25px; }
.dt-sc-post-entry .blog-entry .entry-title:not(:last-child) { margin-bottom: 20px; }
.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format { padding: 0; }
.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 { font-size: 28px; }
}.dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
background-color: #f4f4f4;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail)>div.entry-thumb:first-child+div {
margin-top: 25px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div:not(.entry-body) {
text-transform: capitalize;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd) {
clear: both;
float: left;
text-align: left;
width: 49%;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even) {
float: right;
text-align: right;
width: 49%;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
left: auto;
overflow: hidden;
position: relative;
right: 0;
top: auto;
width: auto;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd):only-child,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even):only-child {
display: inline-block;
float: none;
text-align: inherit;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author * {
display: inline-block;
float: none;
margin-right: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author *:last-child {
margin-right: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author img {
border-radius: 50%;
position: relative;
top: -1px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body) {
font-size: 13px;
text-transform: uppercase;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-thumb"],
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-thumb"] .entry-quote-inner {
padding-bottom: 0 !important;
padding-top: 10px !important;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-thumb"] .entry-quote-inner {
margin-bottom: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-button"] {
padding-top: 20px !important;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-button"] {
padding-bottom: 35px !important;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote {
display: grid;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-title"],
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-title"] {
padding-top: 35px !important;
margin-bottom: 0 !important;
order: -1;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group:last-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group:last-child {
margin-top: 15px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-meta-group+div.entry-button:last-child {
margin-top: 25px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) {
padding: 35px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper {
margin-bottom: 0;
display: flex;
align-items: center;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .entry-link-url {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author {
text-transform: initial;
font-size: initial;
line-height: normal;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:only-child {
margin-bottom: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group div[class*="entry-"]:only-child {
margin-bottom: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
width: 30px;
height: 30px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post>i:first-child {
font-size: 16px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb:not(:first-child) {
margin-top: 22px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb+.entry-meta-group {
border-top: none;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group+.entry-thumb {
margin-top: -15px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group:first-child+.entry-thumb {
margin-top: -15px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.sticky>div.entry-meta-group {
width: calc(100% - 6px);
margin-left: 3px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group:not(:last-child),
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-details>div.entry-meta-group:not(:last-child) {
margin-top: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb+.entry-meta-group:not(:last-child) {
margin-top: 0;
padding-top: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb+.entry-meta-group:not(:last-child) *:not(.entry-categories *) {
text-transform: none;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb:last-child {
margin-bottom: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry>.entry-thumb+div:nth-child(2) {
margin-bottom: 25px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format+.entry-details .entry-meta-group:first-child {
padding-top: 30px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignleft .blog-entry .entry-title h4 span.sticky-post {
float: left;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
float: none;
top: -5px;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-title h4 span.sticky-post {
float: right;
}
@media all and (-ms-high-contrast:none) {
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
top: -15px;
} *::-ms-backdrop,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
top: -15px;
} }
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-categories a:after,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-tags a:after {
color: var(--DTWhiteColor);
}
.dt-sc-boxed-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry.sticky {
background: var(--DTWhiteColor);
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body)>[class^="dticon-"]::before,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body)>[class*="dticon-"]::before {
text-align: left;
} .dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
border-style: solid;
border-width: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.sticky {
border-width: 0 0 8px;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:hover {
margin-top: -8px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.sticky:hover {
margin-top: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a {
font-size: 0.875rem;
text-transform: none;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author span {
display: none;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 {
border-top: 1px solid rgba(var(--DTBlack_RGB), 0.15);
display: flex;
margin-top: 5px;
padding-top: 15px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div.entry-meta-group + div.entry-title h4,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div.entry-meta-group + div.entry-title h4 { border-top-width: 0; margin-top: 0; padding-top: 0; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 .sticky-post {
background: none;
color: inherit;
display: inline-block;
min-width: 30px;
position: relative;
top: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 .sticky-post i:before {
content: "\e824";
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-meta-group {
border-width: 0;
padding-top: 0;
padding-bottom: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(2n),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(2n),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(2n),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(2n+1),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(2n+1),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(2n+1) {
display: inline-block;
float: none;
text-align: inherit;
width: auto;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group {
margin-bottom: 5px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div {
margin-top: 5px;
margin-bottom: 5px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:not(:first-child) {
margin-left: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group div.entry-categories {
display: table !important;
margin-left: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags {
font-size: 0;
line-height: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories i,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags i {
display: none;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a {
border: 1px solid;
display: inline-block;
line-height: 1em;
margin: 3px 2px;
padding: 5px 15px 3px;
border-radius: 2em;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:after,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:after {
content: none;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group+.entry-body {
margin-top: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-body {
margin-top: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-body p {
margin-bottom: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-body *:last-child {
margin-bottom: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button {
margin-top: 10px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a {
padding: var(--DTPadding_Btn);
font-weight: 500;
font-size: 18px;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a span {
margin-right: 0;
display: none;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a {
background: var(--DTBodyTxtColor);
border-color: transparent;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover {
border-color: transparent;
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group {
border-width: 0;
padding-bottom: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author a:not(:hover),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-comments a:not(:hover) {
color: var(--DTBodyTxtColor);
}
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 {
border-color: rgba(var(--DTWhite_RGB), 0.15);
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-tags a,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-author a:not(:hover),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-comments a:not(:hover) {
color: var(--DTWhiteColor);
}  .dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a:hover {
background-color: var(--DTPrimaryColor);
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group .div:not(.entry-social-share) i,
.dt-sc-boxed-style.dt-sc-post-entry:hover .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author {
color: var(--DTPrimaryColor);
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
border-color: var(--DTPrimaryColor);
} .dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a {
background-color: var(--DTSecondaryColor);
}  @media only screen and (min-width:1025px) {
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
left: auto;
overflow: hidden;
position: relative;
right: 0;
width: auto;
}
}  @media only screen and (min-width:1025px) and (max-width:1280px) {
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group { display: block; float: none; margin-left: -5px; margin-right: -5px; width: auto; }
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
#primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even) {
clear: none;
display: inline-block;
float: none;
text-align: inherit;
width: auto;
margin: 5px;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.entry-list-layout) .entry-meta-group>div.entry-author:nth-child(2n):not(:last-child) {
display: flex;
align-items: center;
justify-content: unset;
flex-wrap: wrap;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry:not(.entry-list-layout) .entry-meta-group>div.entry-author:nth-child(2n):not(:last-child) {
justify-content: center;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry:not(.entry-list-layout) .entry-meta-group>div.entry-author:nth-child(2n):not(:last-child) {
justify-content: flex-end;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
display: flex;
align-items: center;
justify-content: unset;
flex-wrap: wrap;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
justify-content: center;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
justify-content: flex-end;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
position: relative;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
overflow: visible;
position: static;
width: auto;
}
}  @media only screen and (min-width:768px) and (max-width:1024px) {
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group, 
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group, 
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group, 
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group, 
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group, 
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group { display: block; float: none; margin-left: -5px; margin-right: -5px; width: auto; }
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd),
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even),
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
#primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even) {
clear: none;
display: inline-block;
float: none;
text-align: inherit;
width: auto;
margin: 5px;
}    
#primary .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
left: auto;
overflow: hidden;
position: relative;
right: 0;
top: auto;
width: auto;
}
}  @media only screen and (max-width: 767px) {
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) {
display: flex;
align-items: center;
justify-content: flex-end;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
left: auto;
overflow: hidden;
position: relative;
right: 0;
top: auto;
width: auto;
}
}  @media only screen and (max-width: 479px) {
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry>div.entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-details>div.entry-meta-group { display: block; float: none; margin-left: -5px; margin-right: -5px; width: auto; }
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry>div.entry-meta-group>div,
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-details>div.entry-meta-group>div {
clear: both;
display: inline-block;
float: none;
margin: 5px;
text-align: inherit;
width: auto;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:last-child,
.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:last-child,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:last-child {
margin-bottom: 0;
vertical-align: top;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
position: relative;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
overflow: visible;
position: static;
width: auto;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group:last-child>div:last-child {
margin-bottom: 0;
}
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(2n) {
justify-content: unset;
}
.dt-sc-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(2n),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
justify-content: center;
}
.dt-sc-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(2n),
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
justify-content: flex-end;
}
#primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
display: flex;
align-items: center;
justify-content: unset;
flex-wrap: wrap;
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}:root { --DTPrimary_RGB: 232, 30, 40;
--DTSecondary_RGB: 48, 50, 63;
--DTTertiary_RGB: 252, 76, 75;
--DTBodyBG_RGB: 255, 255, 255;
--DTBodyTxt_RGB: 141, 141, 141;
--DTLink_RGB: 74, 74, 74;
--DTLinkHover_RGB: 48, 50, 63;
--DTBorder_RGB: 221, 221, 221;
--DTBlack_RGB: 0, 0, 0;
--DTWhite_RGB: 255, 255, 255;
--DTBorderColor: #ddd;
--DTBlackColor: #000;
--DTWhiteColor: #fff; --DTFontTypo_Base: "Hind", sans-serif; --DTFontTypo_Alt: "Poppins", sans-serif; --DTFontTypo_Ext: "Dancing Script", sans-serif;  --DTFontSize_Base: 18px;
--DTFontSize_H1: 50px;
--DTFontSize_H2: 40px;
--DTFontSize_H3: 36px;
--DTFontSize_H4: 30px;
--DTFontSize_H5: 26px;
--DTFontSize_H6: 22px; --DTLineHeight_Base: 1.5;
--DTLineHeight_Alt: 1.1; --DTRadius_Zero: 0;
--DTRadius_Part: 2em;
--DTRadius_Full: 50%;
--DTRadius_1X: 3px;
--DTRadius_2X: 5px;
--DTRadius_3X: 10px; --DTInputPadding: 10px 30px;
--DTPadding_Btn: 15px 35px;
--DTPadding_MiniBtn: 12px 28px;
--DTPadding_MaxiBtn: 16px 42px;
--DTBaseTransition: all 0.3s linear 0s;
}  body,
button,
input,
textarea,
select,
optgroup {
font-family: var(--DTFontTypo_Base);
font-size: var(--DTFontSize_Base);
font-weight: normal;
letter-spacing: 0;
line-height: var(--DTLineHeight_Base);
text-transform: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="button"],
[role="button"],
button,
.button,
a.button,
.dt-sc-button,
.elementor-button.dt-elementor-button,
.yith-wcwl-add-to-wishlist a,
.yith-wcqv-button,
.dt-wcsg-button {
line-height: 1em;
} h1 {
font-size: var(--DTFontSize_H1);
}
h2 {
font-size: var(--DTFontSize_H2);
}
h3 {
font-size: var(--DTFontSize_H3);
}
h4 {
font-size: var(--DTFontSize_H4);
}
h5 {
font-size: var(--DTFontSize_H5);
}
h6 {
font-size: var(--DTFontSize_H6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--DTFontTypo_Alt);
font-weight: bold;
letter-spacing: 0;
line-height: 1.25em;
text-transform: none;
}
h1 a,
.elementor-page h1 a,
h2 a,
.elementor-page h2 a,
h3 a,
.elementor-page h3 a,
h4 a,
.elementor-page h4 a,
h5 a,
.elementor-page h5 a,
h6 a,
.elementor-page h6 a {
font-family: inherit;
} .dt-header-menu li a {
font-family: var(--DTFontTypo_Base);
font-weight: bold;
}
.dt-header-menu ul li ul li>a {
font-size: calc(var(--DTFontSize_Base)/1.05);
font-weight: normal;
}
.dt-header-menu ul.dt-primary-nav>li.menu-item-has-children>a>span:after {
position: absolute;
content: "\e855";
font-family: 'DT Icons';
margin: auto;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
}
.dt-header-menu ul li>ul li a {
font-size: 16px;
font-weight: 600;
} .main-title-section h1 {
font-family: var(--DTFontTypo_Alt);
}
.breadcrumb {
font-family: var(--DTFontTypo_Base);
}
.main-title-section-wrapper>.main-title-section-bg:after {
background-color: #f4f4f4;
} div.footer-widgets .widgettitle,
#footer .widgettitle {
font-family: var(--DTFontTypo_Alt);
}
#footer,
.footer-copyright,
div.footer-widgets .widget {
font-family: var(--DTFontTypo_Base);
} body,
.layout-boxed .inner-wrapper {
background-color: var(--DTBodyBGColor);
} body {
color: var(--DTBodyTxtColor);
} a {
color: var(--DTLinkColor);
}
a:hover {
color: var(--DTLinkHoverColor);
} h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--DTHeadAltColor);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: var(--DTLinkHoverColor);
} .no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a {
color: var(--DTLinkColor);
} div.footer-widgets .widgettitle,
#footer .widgettitle {
color: var(--DTWhiteColor);
}
#footer,
.footer-copyright,
div.footer-widgets .widget {
color: var(--DTWhiteColor);
}
.footer-widgets a:not(.button):not(.elementor-button),
#footer a:not(.button):not(.elementor-button) {
color: var(--DTWhiteColor);
}
.footer-widgets a:not(.button):not(.elementor-button):hover,
#footer a:not(.button):not(.elementor-button):hover {
color: var(--DTLinkHoverColor);
}
.dt-no-footer-builder-content.footer-copyright,
.footer-copyright {
background-color: #30323F;
}