.tm-product-category-default .cat-image {
display: flex;
justify-content: center;
}
.tm-product-category-default .cat-image a {
display: inline-block;
position: relative;
text-align: center;
}
.tm-product-category-default .cat-image a:before {
content: "";
position: absolute;
width: 210px;
height: 210px;
left: 50%;
top: -40px;
border-radius: 5%;
transform: translateX(-50%);
z-index: -1;
background-color: var(--theme-color1);
transition: all 0.3s ease;
}
.tm-product-category-default .cat-image img {
transition: all 0.3s ease;
}
.tm-product-category-default .cat-details {
text-align: center;
}
.tm-product-category-default .cat-details .cat-title {
margin-top: 0;
margin-bottom: 10px;
}
.tm-product-category-default .cat-details .count {
display: block;
font-size: 15px;
}
.tm-product-category-default:hover .cat-image img {
transform: scale(1.04);
}
.tm-product-category-current-theme1 {
position: relative;
text-align: center;
background: #ffffff;
padding: 40px 30px 30px;
border-radius: 10px;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.tm-product-category-current-theme1:before {
content: "";
background-repeat: no-repeat;
background-position: center bottom;
position: absolute;
width: 100%;
height: 190px;
top: 0;
left: 50%;
border-radius: 5%;
transform: translateX(-50%);
transition: all 0.3s ease;
}
.tm-product-category-current-theme1 .cat-image {
display: flex;
justify-content: center;
position: relative;
display: inline-block;
height: 180px;
width: 180px;
overflow: hidden;
border-radius: 50%;
margin-bottom: 15px;
}
.tm-product-category-current-theme1 .cat-image a {
display: inline-block;
position: relative;
text-align: center;
}
.tm-product-category-current-theme1 .cat-image img {
transition: all 0.3s ease;
}
.tm-product-category-current-theme1 .cat-details {
text-align: center;
}
.tm-product-category-current-theme1 .cat-details .cat-title {
margin-top: 0;
margin-bottom: 10px;
}
.tm-product-category-current-theme1 .cat-details .count {
display: block;
font-size: 15px;
}
.tm-product-category-current-theme1:hover {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.tm-product-category-current-theme1:hover .cat-image img {
-webkit-transform: rotate(10deg) scale(1.2);
transform: rotate(10deg) scale(1.2);
}
.tm-product-category-current-theme2 {
position: relative;
padding-top: 70px;
margin-bottom: 30px;
}
.tm-product-category-current-theme2 .content-wrapper {
position: relative;
text-align: center;
background: #ffffff;
border-radius: 10px;
margin: 0 auto;
padding: 18px;
}
.tm-product-category-current-theme2 .content-wrapper:before {
position: absolute;
left: 0;
top: 0;
bottom: 60px;
width: 100%;
border-radius: 10px;
background: #e3eee5;
content: "";
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper:before {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner {
position: relative;
background: #ffffff;
border-radius: 10px;
padding: 0 40px 40px;
z-index: 1;
-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.tm-product-category-current-theme2 .content-wrapper .content-inner:before {
position: absolute;
top: -88px;
left: 0;
width: 180px;
height: 180px;
right: 0;
margin: 0 auto;
border-radius: 50%;
background: #e3eee5;
content: "";
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper .content-inner:before {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner:after {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
font-size: 30px;
line-height: 1em;
color: #e8f3ea;
height: 15px;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 0.1em;
content: attr(data-text);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper .content-inner:after {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image {
position: relative;
display: inline-block;
margin-bottom: 25px;
margin-top: -70px;
overflow: hidden;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image img {
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image img {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image:before {
position: absolute;
left: 0;
top: 0;
height: 120%;
width: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
content: "";
opacity: 0.3;
left: -100%;
pointer-events: none;
z-index: 1;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image:before {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details {
text-align: center;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .cat-title {
margin-bottom: 15px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .cat-title a {
color: var(--headings-color);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .cat-title a {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .cat-title a:hover {
color: var(--theme-color3);
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .paragraph {
font-size: 15px;
color: #797f7d;
margin-bottom: 0px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .count {
display: block;
font-size: 15px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .link {
position: relative;
display: inline-block;
height: 50px;
width: 50px;
background: #e8f3ea;
border-radius: 50%;
line-height: 50px;
margin-top: 25px;
color: #608174;
background: #f0e2e3;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .link {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .link:hover {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.tm-product-category-current-theme2 .content-wrapper:hover .content-inner .cat-image:before {
left: 100%;
transition: all 1000ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme2 .content-wrapper:hover .content-inner .cat-image:before {
transition: none;
}
}
.tm-product-category-current-theme2 .content-wrapper:hover .content-inner .cat-image img {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.tm-product-category-current-theme3 .content-wrapper .content-inner {
position: relative;
text-align: center;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-image {
position: relative;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
transition: all 300ms ease;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-image:before {
position: absolute;
left: 0;
right: 0;
bottom: -8px;
margin: 0 auto;
width: 30px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 10px solid #ffffff;
content: "";
z-index: 9;
transition: all 100ms ease;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-image:after {
position: absolute;
top: 20px;
right: 15px;
bottom: 20px;
left: 15px;
border: 1px solid #e1e6dc;
content: "";
z-index: 1;
transition: all 300ms ease;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-image img {
display: block;
width: 100%;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-image a .flat-icon {
font-size: 75px;
color: var(--theme-color1);
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-details {
text-align: center;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-details .cat-title {
font-size: 18px;
font-weight: 600;
font-family: var(--sans-serif);
margin-top: 25px;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-details .cat-title a {
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-details .cat-title a:hover {
color: var(--headings-color);
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-details .paragraph {
font-size: 15px;
color: #797f7d;
margin-bottom: 0px;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner .cat-details .count {
display: block;
font-size: 15px;
}
.tm-product-category-current-theme3 .content-wrapper .content-inner:hover .cat-image img {
transform: rotateY(180deg);
-o-transition: rotateY(180deg);
-webkit-transition: rotateY(180deg);
}
.tm-product-category-current-theme3 .content-wrapper .content-inner:hover .cat-image:after {
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 2px solid var(--theme-color3);
}
.tm-product-category-current-theme3 .content-wrapper .content-inner:hover .cat-image:before {
transition-delay: 300ms;
filter: drop-shadow(0 2px 0 var(--theme-color3));
}
.tm-product-category-current-theme4 {
position: relative;
}
.tm-product-category-current-theme4 .content-wrapper .content-inner {
position: relative;
text-align: center;
max-width: 160px;
margin: 0 auto;
}
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image img {
border-radius: 50%;
}
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image .icon {
position: relative;
height: 160px;
width: 160px;
display: flex;
align-items: center;
justify-content: center;
font-size: 64px;
line-height: 1em;
color: #d7a955;
border: 2px solid #d7a955;
background-color: #faf4e6;
border-radius: 50%;
margin-bottom: 15px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image .icon {
transition: none;
}
}
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image .icon i {
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image .icon i {
transition: none;
}
}
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image .count {
position: absolute;
right: 0;
top: 110px;
height: 50px;
width: 50px;
font-size: 14px;
color: #ffffff;
display: flex;
align-items: center;
background-color: #d7a955;
border: 1px solid #d7a955;
border-radius: 50%;
font-weight: 700;
justify-content: center;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-image .count {
transition: none;
}
}
.tm-product-category-current-theme4 .content-wrapper .content-inner .cat-details .cat-title {
font-family: var(--body-font-family);
font-size: 18px;
font-weight: 700;
}
.tm-product-category-current-theme4 .content-wrapper .content-inner:hover .cat-image .icon {
background-color: #d7a955;
color: #faf4e6;
}
.tm-product-category-current-theme4 .content-wrapper .content-inner:hover .cat-image .icon i {
transform: scale(-1) rotate(180deg);
}
.tm-product-category-current-theme4 .content-wrapper .content-inner:hover .cat-image .count {
background-color: #faf4e6;
color: #d7a955;
}
.tm-product-category-current-theme5 {
position: relative;
}
.tm-product-category-current-theme5 .content-wrapper .content-inner {
position: relative;
text-align: center;
max-width: 160px;
margin: 0 auto;
}
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image img {
position: absolute;
left: 8px;
top: 16px;
height: 32px;
width: 69px;
z-index: 9;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image img {
transition: none;
}
}
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .icon {
position: relative;
height: 160px;
width: 160px;
display: flex;
align-items: center;
justify-content: center;
font-size: 64px;
line-height: 1em;
color: #D7A955;
border: 2px solid #D7A955;
background-color: #faf4e6;
border-radius: 50%;
margin-bottom: 15px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .icon {
transition: none;
}
}
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .icon:after {
position: absolute;
right: 2px;
top: 2px;
bottom: 2px;
left: 2px;
border: 10px solid #ffffff;
border-radius: 50%;
content: "";
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .icon:after {
transition: none;
}
}
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .icon i {
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .icon i {
transition: none;
}
}
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .count {
position: absolute;
right: 10px;
top: 120px;
height: 40px;
width: 40px;
font-size: 14px;
color: #444;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ffffff;
border: 2px solid #D7A955;
border-radius: 50%;
font-weight: 700;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-image .count {
transition: none;
}
}
.tm-product-category-current-theme5 .content-wrapper .content-inner .cat-details .cat-title {
font-family: var(--body-font-family);
font-size: 18px;
font-weight: 700;
}
.tm-product-category-current-theme5 .content-wrapper .content-inner:hover .cat-image img {
left: 4px;
top: 26px;
}
.tm-product-category-current-theme5 .content-wrapper .content-inner:hover .cat-image .icon i {
transform: scale(-1) rotate(180deg);
}
.tm-product-category-current-theme5 .content-wrapper .content-inner:hover .cat-image .count {
background-color: #D7A955;
color: #ffffff;
}.tm-sc-animated-layer-advanced {
position: relative;
max-width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper {
position: relative;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper:not(:first-child) {
position: absolute;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text img {
margin: 0;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-blank > * {
width: 100%;
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image {
transition: all 1s ease;
transition-delay: 700ms;
display: inline-block;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper {
overflow: hidden;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
position: absolute;
top: 0;
left: -100%;
display: block;
content: "";
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:hover:before {
-webkit-animation: image-hover-circle 0.75s;
animation: image-hover-circle 0.75s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia img {
-webkit-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.box-shadow-around-img {
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.15);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth .layer-image {
display: block;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth img {
width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon {
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
background: var(--theme-color1);
text-align: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
position: absolute;
content: "";
width: 140px;
height: 140px;
background: url(//snowfresh-eg.com/wp-content/plugins/mascot-core/assets/images/icon-box/dotted-border.png) no-repeat center;
left: -30px;
top: -30px;
-webkit-animation: spin 10s linear infinite;
-moz-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
width: 48px;
opacity: 1;
visibility: visible;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
width: 48px;
opacity: 0;
visibility: hidden;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon {
opacity: 0;
visibility: hidden;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon-hover {
opacity: 1;
visibility: visible;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .icon {
display: flex;
justify-content: center;
align-items: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper {
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper .icon {
height: 100%;
}
@-webkit-keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}.icon-box {
position: relative;
z-index: 0;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box {
transition: none;
}
}
.icon-box .icon-wrapper {
position: relative;
z-index: 0;
}
.icon-box .icon-wrapper .icon-bg-img {
position: absolute;
width: 100px;
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .icon-wrapper .icon-bg-img {
transition: none;
}
}
.icon-box .icon-wrapper .icon-bg-img img {
width: 100%;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .icon-wrapper .icon-bg-img img {
transition: none;
}
}
.icon-box .icon {
color: #111;
display: inline-block;
margin-bottom: 0;
transition: all 0.3s ease;
text-align: center;
font-weight: normal;
line-height: 70px;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .icon {
transition: none;
}
}
.icon-box .icon i,
.icon-box .icon svg {
display: inline-block;
font-size: 30px;
line-height: 70px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .icon i,
.icon-box .icon svg {
transition: none;
}
}
.icon-box .icon svg {
width: 1em;
height: 1em;
line-height: 70px;
}
.icon-box .icon svg:before {
line-height: 1;
}
.icon-box .icon i[class*=pe-7s-] {
vertical-align: text-bottom;
}
.icon-box .icon.icon-default {
margin-bottom: 5px;
}
.icon-box .icon.icon-gray {
background-color: #f3f3f3;
color: #333;
}
.icon-box .icon.icon-gray.icon-bordered {
background-color: transparent;
border: 3px solid #eee;
}
.icon-box:hover .icon.icon-gray {
background-color: #e9e9e9;
color: #111;
}
.icon-box:hover .icon.icon-gray.icon-bordered {
background-color: #eee;
color: #555;
}
.icon-box .icon.icon-dark {
background-color: #111;
color: #fff;
}
.icon-box .icon.icon-dark.icon-bordered {
background-color: transparent;
border: 3px solid #111;
color: #111;
}
.icon-box:hover .icon.icon-dark {
background-color: #eee;
color: #111;
}
.icon-box:hover .icon.icon-dark.icon-bordered {
background-color: #111;
border-color: #111;
color: #fff;
}
.icon-box .icon.icon-white {
background-color: #fff;
color: #333;
}
.icon-box .icon.icon-white.icon-bordered {
background-color: transparent;
border: 3px solid #fff;
}
.icon-box:hover .icon.icon-white {
background-color: #cccccc;
color: black;
}
.icon-box:hover .icon.icon-white.icon-bordered {
background-color: #fff;
border-color: #fff;
color: #111;
}
.icon-box .icon.icon-white.icon-border-effect {
position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
border: 3px solid #eee;
}
.icon-box:hover .icon.icon-bordered {
background-color: #eee;
color: #111;
}
.icon-box .icon.icon-rounded {
border-radius: 3px;
}
.icon-box .icon.icon-circled {
border-radius: 50%;
}
.icon-box .icon.icon-type-image.icon-bordered {
padding: 5px;
}
.icon-box .icon.icon-type-icon-text .icon-text {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .icon.icon-type-icon-text .icon-text {
transition: none;
}
}
.icon-box .icon.icon-xs {
height: 30px;
width: 30px;
line-height: 30px;
}
.icon-box .icon.icon-xs i,
.icon-box .icon.icon-xs svg {
font-size: 18px;
line-height: 30px;
}
.icon-box .icon.icon-sm {
height: 50px;
width: 50px;
line-height: 50px;
}
.icon-box .icon.icon-sm i,
.icon-box .icon.icon-sm svg {
font-size: 22px;
line-height: 50px;
}
.icon-box .icon.icon-md {
height: 75px;
width: 75px;
line-height: 75px;
}
.icon-box .icon.icon-md i,
.icon-box .icon.icon-md svg {
font-size: 36px;
line-height: 75px;
}
.icon-box .icon.icon-lg {
height: 90px;
width: 90px;
line-height: 90px;
}
.icon-box .icon.icon-lg i,
.icon-box .icon.icon-lg svg {
font-size: 48px;
line-height: 90px;
}
.icon-box .icon.icon-xl {
height: 120px;
width: 120px;
line-height: 120px;
}
.icon-box .icon.icon-xl i,
.icon-box .icon.icon-xl svg {
font-size: 60px;
line-height: 120px;
}
.icon-box .icon.icon-border-effect {
position: relative;
}
.icon-box .icon.icon-border-effect::after {
border-radius: 50%;
box-shadow: 0 0 0 3px;
box-sizing: content-box;
content: "";
height: 100%;
left: -4px;
opacity: 0;
padding: 4px;
top: -4px;
transform: scale(0.8);
transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
pointer-events: none;
position: absolute;
width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
box-shadow: 0 0 0 3px #eee;
}
.icon-box .icon.icon-top {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: -32px;
}
.icon-box.text-center .icon.icon-type-image {
text-align: center;
display: inline-block;
}
.icon-box.text-right .icon.icon-type-image {
text-align: right;
display: inline-block;
}
.icon-box.iconbox-border {
border: 3px solid #dcdcdc;
}
.icon-box.iconbox-bg {
background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
background-color: #333;
}
.icon-box .content {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .content {
transition: none;
}
}
.icon-box .content p {
transition: all 0.3s ease;
margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .content p {
transition: none;
}
}
.icon-box .content a {
color: var(--text-color);
font-weight: var(--body-font-weight);
}
.icon-box.icon-left .icon-box-wrapper {
display: flex;
}
.icon-box.icon-left .icon {
margin-right: 20px;
}
.icon-box.icon-left .icon.no-bg {
width: auto;
height: auto;
}
.icon-box.icon-left .icon-text {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
}
.icon-box.icon-right .icon-box-wrapper {
display: flex;
flex-direction: row-reverse;
}
@media (min-width: 768px) {
.icon-box.icon-right .icon {
margin-left: 20px;
}
}
.icon-box.icon-right .icon.no-bg {
width: auto;
height: auto;
}
.icon-box.icon-right .icon.icon-default {
margin-left: 10px;
}
.icon-box.icon-right .icon-text {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
flex: 1 0 0;
}
.icon-box .icon-box-title,
.icon-box .icon-box-title a {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .icon-box-title,
.icon-box .icon-box-title a {
transition: none;
}
}
.icon-box .btn-view-details {
transition: all 0.3s ease;
margin-top: 15px;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .btn-view-details {
transition: none;
}
}
.icon-box:hover .icon-border-effect::after {
opacity: 1;
transform: scale(1);
}
.icon-box .icon-border-effect:hover::after {
opacity: 1;
transform: scale(1);
}
.icon-box.iconbox-box-shadow {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.icon-box.iconbox-box-shadow:hover {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
}
.icon-box.iconbox-box-shadow-on-hover:hover {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
}
.icon-box.iconbox-default-padding {
padding: 50px 35px 50px 35px;
}
@media (max-width: 1024px) {
.icon-box.iconbox-centered-in-responsive-tablet {
text-align: center !important;
}
.icon-box.iconbox-centered-in-responsive-tablet .icon {
margin-left: auto;
margin-right: auto;
}
.icon-box.iconbox-centered-in-responsive-tablet .icon.icon-type-image {
text-align: center !important;
}
.icon-box.iconbox-centered-in-responsive-tablet.icon-left .icon-box-wrapper {
display: block;
}
.icon-box.iconbox-centered-in-responsive-tablet.icon-left .icon.icon-default {
margin-right: auto;
margin-left: auto;
}
.icon-box.iconbox-centered-in-responsive-tablet.icon-right .icon-box-wrapper {
display: block;
}
.icon-box.iconbox-centered-in-responsive-tablet.icon-right .icon.icon-default {
margin-right: auto;
margin-left: auto;
}
}
@media (max-width: 767.98px) {
.icon-box.iconbox-centered-in-responsive-mobile {
text-align: center !important;
}
.icon-box.iconbox-centered-in-responsive-mobile .icon {
margin-left: auto;
margin-right: auto;
}
.icon-box.iconbox-centered-in-responsive-mobile .icon.icon-type-image {
text-align: center !important;
}
.icon-box.iconbox-centered-in-responsive-mobile.icon-left .icon-box-wrapper {
display: block;
}
.icon-box.iconbox-centered-in-responsive-mobile.icon-left .icon.icon-default {
margin-right: auto;
margin-left: auto;
}
.icon-box.iconbox-centered-in-responsive-mobile.icon-right .icon-box-wrapper {
display: block;
}
.icon-box.iconbox-centered-in-responsive-mobile.icon-right .icon.icon-default {
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1200px) {
.icon-box.iconbox-title-mt-0-desktop .icon-box-title {
margin-top: 0;
}
}
.icon-box.iconbox-hover-move-up-animation:hover {
margin-top: -15px;
}
.icon-box.iconbox-border-radius {
border-radius: 10px;
}
.icon-box.icon-position-icon-top.hanging-icon-top .icon-wrapper .icon {
margin-top: -70px;
}
.icon-box.animate-icon-on-hover:hover.animate-icon-rotate .icon-wrapper .icon {
transform: rotate(360deg);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-rotate-x .icon-wrapper .icon {
transform: rotateX(360deg);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-rotate-y .icon-wrapper .icon {
transform: rotateY(180deg);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-translate .icon-wrapper .icon {
transform: translate(-10px, 10px);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-translate-x .icon-wrapper .icon {
transform: translateX(-10px);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-translate-y .icon-wrapper .icon {
transform: translateY(-10px);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-scale .icon-wrapper .icon {
transform: scale(1.1);
}
.icon-box.icon-area-box-shadow .icon-wrapper .icon {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.icon-box.iconbox-style2-border-bottom:after {
background-color: #aaa;
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: 4px;
content: "";
opacity: 0;
transition: 0.3s ease-in;
}
.icon-box.iconbox-style2-border-bottom:hover:after {
bottom: 0;
opacity: 1;
}
.icon-box.iconbox-style3-moving-border-bottom {
overflow: hidden;
}
.icon-box.iconbox-style3-moving-border-bottom:after {
position: absolute;
left: -2px;
bottom: 0px;
width: 100%;
height: 4px;
content: "";
background-image: -moz-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
background-image: -webkit-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
background-image: -ms-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: hidden;
opacity: 0;
transition: all 0.5s ease-in;
}
@media (prefers-reduced-motion: reduce) {
.icon-box.iconbox-style3-moving-border-bottom:after {
transition: none;
}
}
.icon-box.iconbox-style3-moving-border-bottom:hover:after {
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
visibility: visible;
opacity: 1;
}
.icon-box.iconbox-style4-bgcolor {
overflow: hidden;
}
.icon-box.iconbox-style4-bgcolor:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
background-color: #161d29;
transition: all 500ms ease;
z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
.icon-box.iconbox-style4-bgcolor:before {
transition: none;
}
}
.icon-box.iconbox-style4-bgcolor:hover:before {
opacity: 1;
visibility: visible;
}
.icon-box.iconbox-style4-bgcolor:hover .icon-box-title,
.icon-box.iconbox-style4-bgcolor:hover .icon-box-title a {
color: #fff;
}
.icon-box.iconbox-style4-bgcolor:hover .content {
color: #fff;
}
.icon-box.iconbox-style4-bgcolor:hover .content p {
color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor {
overflow: hidden;
}
.icon-box.iconbox-style5-moving-bgcolor:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
visibility: visible;
background-color: #161d29;
transition: all 500ms ease;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
-moz-transform-origin: top;
transform-origin: top;
z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
.icon-box.iconbox-style5-moving-bgcolor:before {
transition: none;
}
}
.icon-box.iconbox-style5-moving-bgcolor:hover:before {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-moz-transform: scaleY(1);
transform: scaleY(1);
}
.icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title,
.icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title a {
color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor:hover .content {
color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor:hover .content p {
color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor .icon:hover {
color: #fff;
}
.icon-box.iconbox-style6-moving-double-bgcolor {
overflow: hidden;
}
.icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
visibility: visible;
background-color: #475469;
transition: all 400ms ease;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
-moz-transform-origin: top;
transform-origin: top;
z-index: -2;
}
@media (prefers-reduced-motion: reduce) {
.icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
transition: none;
}
}
.icon-box.iconbox-style6-moving-double-bgcolor:after {
background-color: #141d2b;
z-index: -1;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover:before, .icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-moz-transform: scaleY(1);
transform: scaleY(1);
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title,
.icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title a {
color: #fff;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover .content {
color: #fff;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover .content p {
color: #fff;
}
.icon-box.iconbox-style7-hover-moving-border {
overflow: hidden;
}
.icon-box.iconbox-style7-hover-moving-border:after, .icon-box.iconbox-style7-hover-moving-border:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
opacity: 0;
-webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
transition: opacity 0.55s, transform 0.55s;
z-index: -1;
}
.icon-box.iconbox-style7-hover-moving-border:after {
border-right: 2px solid #444;
border-left: 2px solid #444;
}
.icon-box.iconbox-style7-hover-moving-border:after {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
.icon-box.iconbox-style7-hover-moving-border:before {
border-top: 2px solid #444;
border-bottom: 2px solid #444;
}
.icon-box.iconbox-style7-hover-moving-border:before {
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.icon-box.iconbox-style7-hover-moving-border:hover:before, .icon-box.iconbox-style7-hover-moving-border:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.icon-box .bg-shadow-icon {
position: absolute;
right: -30px;
bottom: 0px;
font-size: 8rem;
line-height: 1;
color: #687f9b;
opacity: 0.25;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box .bg-shadow-icon {
transition: none;
}
}
.icon-box.iconbox-bg-img-on-hover {
overflow: hidden;
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
transition: none;
}
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before, .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before, .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
transition: none;
}
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before {
background-image: url(//snowfresh-eg.com/wp-content/plugins/mascot-core/assets/css/images/shadow-overlay2.png);
background-position: center bottom;
z-index: 1;
background-repeat: no-repeat;
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
background-color: rgba(0, 0, 0, 0.45);
z-index: 2;
}
.icon-box.iconbox-bg-img-on-hover:hover .bg-img-wrapper {
opacity: 1;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.icon-box.iconbox-bg-img-on-hover:hover .icon {
color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .icon i {
color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .icon-box-title,
.icon-box.iconbox-bg-img-on-hover:hover .icon-box-title a {
color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .content {
color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .content p {
color: #fff;
}
.icon-box.iconbox-bg-img-on-hover .icon-box-wrapper {
position: relative;
z-index: 99;
}
.icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .bg-img-wrapper {
opacity: 1;
}
.icon-box.tm-iconbox-icontype-svg-image .icon-type-svg-image {
display: flex;
align-items: center;
justify-content: center;
}
.icon-box.tm-iconbox-icontype-svg-image .tm-vivus-svg-animation {
width: 128px;
height: auto;
}
.icon-box.icon-position-icon-left-style2 .icon-box-wrapper {
display: block;
}
@media (min-width: 768px) {
.icon-box.icon-position-icon-left-style2 .icon-left-block {
align-items: center;
display: flex;
}
}
.icon-box.icon-position-icon-left-style2 .icon.icon-default {
height: auto;
width: auto;
margin-bottom: 5px;
margin-right: 20px;
}
.icon-box.icon-position-icon-left-style2 .icon.icon-default i {
line-height: 1;
}
.icon-box.icon-position-icon-right-style2 .icon-box-wrapper {
display: block;
}
.icon-box.icon-position-icon-right-style2 .icon-right-block {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.icon-box.icon-position-icon-right-style2 .icon-right-block {
display: flex;
flex-direction: inherit;
justify-content: space-between;
align-items: center;
}
}
.icon-box.icon-position-icon-right-style2 .icon.icon-default {
height: auto;
width: auto;
margin-bottom: 5px;
margin-right: 20px;
}
.icon-box.icon-position-icon-right-style2 .icon.icon-default i {
line-height: 1;
}.tm-sc-info-banner-advanced {
position: relative;
overflow: hidden;
}
.tm-sc-info-banner-advanced .info-banner-inner {
position: relative;
padding: 40px 50px 50px;
margin: 0 auto;
border-radius: 10px;
overflow: hidden;
z-index: 0;
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-background {
background: var(--theme-color2);
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-info-banner-advanced .info-banner-inner .banner-background {
transition: none;
}
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-background-overlay {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
z-index: -1;
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-floating-image-wrapper {
position: absolute;
right: 0;
top: 0;
z-index: -1;
display: flex;
justify-content: center;
align-items: end;
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-floating-image-wrapper img {
width: 290px;
transition: all 0.3s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-info-banner-advanced .info-banner-inner .banner-floating-image-wrapper img {
transition: none;
}
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-floating-image-wrapper .floating-img.first-child {
opacity: 1;
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-floating-image-wrapper .floating-img.last-child {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
}
.tm-sc-info-banner-advanced .info-banner-inner .banner-floating-image-wrapper .banner-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text span.btn-text {
position: relative;
}
.tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text span.btn-text:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: currentColor;
transition: background-color 0.25s ease-in-out, width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text i, .tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text svg {
transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.2s ease-in-out;
transform: translateX(0);
will-change: transform;
}
.tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text:hover span.btn-text:after {
width: 0;
}
.tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text:hover i, .tm-sc-info-banner-advanced .info-banner-inner .btn-plain-text:hover svg {
transform: translateX(4px);
}
.tm-sc-info-banner-advanced:hover .info-banner-inner .banner-floating-image-wrapper img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-inner-border-around-wrapper-yes .tm-sc-info-banner-advanced:before {
position: absolute;
left: 20px;
top: 20px;
bottom: 20px;
right: 20px;
content: "";
border: 1px solid #ffffff;
pointer-events: none;
z-index: 2;
}
.tm-circle-animation-yes .tm-sc-info-banner-advanced {
position: relative;
}
.tm-circle-animation-yes .tm-sc-info-banner-advanced:after {
position: absolute;
left: -40px;
top: -60px;
height: 180px;
width: 180px;
background: #111;
border-radius: 50%;
opacity: 0.03;
content: "";
transition: all 500ms ease;
z-index: 0;
}
.tm-circle-animation-yes .tm-sc-info-banner-advanced:hover:after {
transform: scale(1.3);
}
.tm-bg-img-zoom-animation-yes .tm-sc-info-banner-advanced:hover .info-banner-inner .banner-background {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.tm-sc-info-banner-advanced.tm-hover-cross-crystal-animation .info-banner-inner:before {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
z-index: 9;
pointer-events: none;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
.tm-sc-info-banner-advanced.tm-hover-cross-crystal-animation .info-banner-inner:after {
background: rgba(255, 255, 255, 0.3);
bottom: 50%;
content: "";
left: 0;
position: absolute;
right: 0;
top: 50%;
opacity: 1;
pointer-events: none;
-webkit-transition: all 600ms linear;
transition: all 600ms linear;
}
.tm-sc-info-banner-advanced.tm-hover-cross-crystal-animation:hover .info-banner-inner:before {
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
.tm-sc-info-banner-advanced.tm-hover-cross-crystal-animation:hover .info-banner-inner:after {
top: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all 600ms linear;
transition: all 600ms linear;
}
.tm-sc-info-banner-advanced.tm-hover-linear-crystal-animation .info-banner-inner:after {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
content: "";
opacity: 0.2;
left: -100%;
pointer-events: none;
z-index: 1;
}
.tm-sc-info-banner-advanced.tm-hover-linear-crystal-animation:hover .info-banner-inner:after {
left: 100%;
-webkit-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.tm-sc-info-banner-advanced.tm-layout-top-reveal {
position: relative;
overflow: hidden;
}
.tm-sc-info-banner-advanced.tm-layout-top-reveal .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .text-paragraph {
opacity: 0;
transform: translateY(-10px);
transition: opacity 0.25s, transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tm-sc-info-banner-advanced.tm-layout-top-reveal .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
transition-delay: 0.05s;
}
.tm-sc-info-banner-advanced.tm-layout-top-reveal:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .text-paragraph {
opacity: 1;
transform: translateY(0px);
transition-duration: 0.25s, 0.35s;
transition-delay: 0.1s, 0.1s;
}
.tm-sc-info-banner-advanced.tm-layout-top-reveal:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
transform: translateY(0) translateZ(0) !important;
transition-delay: 0s;
}
.tm-sc-info-banner-advanced.tm-layout-center {
position: relative;
overflow: hidden;
}
.tm-sc-info-banner-advanced.tm-layout-center .info-banner-inner .info-banner-text-holder-wrapper {
align-items: center;
justify-content: center;
text-align: center;
padding: 30px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
}
.tm-sc-info-banner-advanced.tm-layout-center .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .subtitle,
.tm-sc-info-banner-advanced.tm-layout-center .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
opacity: 0;
transition: opacity 0.23s ease-out, transform 0.28s ease-out;
}
.tm-sc-info-banner-advanced.tm-layout-center .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .subtitle {
transform: translateY(-10px);
}
.tm-sc-info-banner-advanced.tm-layout-center .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
transform: translateY(10px);
}
.tm-sc-info-banner-advanced.tm-layout-center:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .subtitle,
.tm-sc-info-banner-advanced.tm-layout-center:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
opacity: 1;
transform: translateY(0px);
}
.tm-sc-info-banner-advanced.tm-layout-bottom {
position: relative;
overflow: hidden;
}
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper {
padding: 30px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
transition: opacity 0.2s;
}
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder {
position: relative;
overflow: hidden;
}
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner {
transform: translateZ(0);
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .subtitle,
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
opacity: 0;
transition: opacity 0.23s ease-out, transform 0.28s ease-out;
}
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .subtitle {
transform: translateY(-10px);
}
.tm-sc-info-banner-advanced.tm-layout-bottom .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
transform: translateY(10px);
}
.tm-sc-info-banner-advanced.tm-layout-bottom:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner {
transform: translateY(0) translateZ(0) !important;
}
.tm-sc-info-banner-advanced.tm-layout-bottom:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .subtitle,
.tm-sc-info-banner-advanced.tm-layout-bottom:hover .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner .btn-view-details {
opacity: 1;
transform: translateY(0px);
}
.tm-sc-info-banner-advanced.tm-layout-image-switch .info-banner-inner:after {
display: none;
}
.tm-sc-info-banner-advanced.tm-layout-image-switch:hover .info-banner-inner .banner-floating-image-wrapper img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tm-sc-info-banner-advanced.tm-layout-image-switch:hover .info-banner-inner .banner-floating-image-wrapper .floating-img.first-child {
opacity: 0;
}
.tm-sc-info-banner-advanced.tm-layout-image-switch:hover .info-banner-inner .banner-floating-image-wrapper .floating-img.last-child {
opacity: 1;
}.tm-sc-list {
list-style: none;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-list {
transition: none;
}
}
.tm-sc-list li {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-list li {
transition: none;
}
}
.tm-sc-list li i,
.tm-sc-list li svg {
margin-right: 5px;
}
.tm-sc-list li svg {
width: 16px;
}
.tm-sc-list li i {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-list li i {
transition: none;
}
}
.tm-sc-list.tm-animate-hover.icon-rotate li:hover i {
transform: rotate(360deg);
}
.tm-sc-list.tm-animate-hover.icon-rotate-x li:hover i {
transform: rotateX(360deg);
}
.tm-sc-list.tm-animate-hover.icon-rotate-y li:hover i {
transform: rotateY(180deg);
}
.tm-sc-list.tm-animate-hover.icon-translate li:hover i {
transform: translate(-10px, 10px);
}
.tm-sc-list.tm-animate-hover.icon-translate-x li:hover i {
transform: translateX(-10px);
}
.tm-sc-list.tm-animate-hover.icon-translate-y li:hover i {
transform: translateY(-10px);
}
.tm-sc-list.tm-animate-hover.icon-scale li:hover i {
transform: scale(1.1);
}.tm-sc-image-with-rotated-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-image-with-rotated-text {
transition: none;
}
}
.tm-sc-image-with-rotated-text .image-text-wrapper {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
}
.tm-sc-image-with-rotated-text .image-text-wrapper .image-inner {
overflow: hidden;
}
.tm-sc-image-with-rotated-text .image-text-wrapper .image-inner img {
transform: scale(1);
transition: 1s;
}
.tm-sc-image-with-rotated-text .image-text-wrapper .text-holder {
font-size: 12rem;
font-weight: 700;
font-family: var(--heading-font-family);
line-height: 1;
margin: 0;
color: transparent;
-webkit-text-stroke: 2px #c2c0bd;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-image-with-rotated-text .image-text-wrapper .text-holder {
transition: none;
}
}
.tm-sc-image-with-rotated-text .image-text-wrapper .text-holder .text {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-image-with-rotated-text .image-text-wrapper .text-holder .text {
transition: none;
}
}
.tm-sc-image-with-rotated-text.text-position-top-left .text-holder, .tm-sc-image-with-rotated-text.text-position-bottom-left .text-holder {
left: 18px;
position: absolute;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
transform-origin: bottom left;
white-space: nowrap;
}
.tm-sc-image-with-rotated-text.text-position-top-left .text-holder {
bottom: 74px;
}
.tm-sc-image-with-rotated-text.text-position-bottom-left .text-holder {
bottom: -29px;
}
.tm-sc-image-with-rotated-text.text-position-top-right .text-holder, .tm-sc-image-with-rotated-text.text-position-bottom-right .text-holder {
position: relative;
left: auto;
float: right;
right: -152px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
white-space: nowrap;
}
.tm-sc-image-with-rotated-text.text-position-bottom-right .text-holder {
bottom: 42px;
}
.tm-sc-image-with-rotated-text.text-position-top-right .text-holder {
bottom: 18.2%;
position: absolute;
}.tm-sc-blog article .box-hover-effect {
display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
display: flex;
overflow: hidden;
position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
transition: none;
}
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
transition: all 0.3s linear;
overflow: hidden;
-webkit-transform: scaleY(0);
-khtml-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
transition: none;
}
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
background: #2d1212;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.45s;
transition: all 0.45s;
-moz-transition: all 0.45s;
-ms-transition: all 0.45s;
width: 32px;
height: 32px;
line-height: 33px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
text-align: center;
margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
margin-bottom: 0;
}
.blog-item-current-style1 {
position: relative;
transition: all 0.3s ease;
text-align: center;
border-radius: 8px 8px 0 0;
}
@media (prefers-reduced-motion: reduce) {
.blog-item-current-style1 {
transition: none;
}
}
.blog-item-current-style1 .entry-header {
position: relative;
}
.blog-item-current-style1 .entry-header .post-thumb {
margin-bottom: 0;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb {
position: relative;
overflow: hidden;
border-radius: 8px 8px 0 0;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-item-current-style1 .entry-header .post-thumb .thumb img {
transition: none;
}
}
.blog-item-current-style1 .entry-header .post-thumb .thumb::before {
content: "";
position: absolute;
top: -110%;
left: -210%;
width: 200%;
height: 200%;
opacity: 0;
background: rgba(255, 255, 255, 0.1);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(77%, rgba(255, 255, 255, 0.1)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.blog-item-current-style1 .entry-header .post-thumb .thumb::after {
display: none;
}
.blog-item-current-style1 .entry-header .post-single-meta {
text-align: center;
top: -10px;
border-radius: 0 0 30px 30px;
font-size: 16px;
font-weight: 900;
height: 60px;
left: 30px;
line-height: 22px;
display: flex;
padding-top: 0;
position: absolute;
width: 50px;
background: var(--theme-color1);
align-items: center;
justify-content: center;
z-index: 2;
}
.blog-item-current-style1 .entry-header .post-single-meta:after {
content: "";
position: absolute;
left: -10px;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 10px 10px;
border-color: transparent transparent #164333 transparent;
}
.blog-item-current-style1 .entry-header .post-single-meta span {
display: block;
color: #fff;
font-size: 14px;
}
.blog-item-current-style1 .entry-header .post-single-meta span.day {
line-height: 10px;
font-weight: 500;
}
.blog-item-current-style1 .entry-header .post-single-meta span.month {
font-size: 12px;
text-transform: uppercase;
}
.blog-item-current-style1 .entry-header .post-single-meta span.year {
display: none;
}
.blog-item-current-style1 .entry-content {
background-color: #fff;
padding: 30px;
border: 1px solid #e4e1d5;
border-radius: 0 0 8px 8px;
box-shadow: 0px 5px 30px 0px rgba(7, 17, 31, 0.08);
}
.blog-item-current-style1 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize;
}
.blog-item-current-style1 .entry-content .entry-meta li {
font-family: var(--body-font-family);
}
.blog-item-current-style1 .entry-content .entry-meta li i {
color: var(--theme-color2);
}
.blog-item-current-style1 .entry-content .entry-meta li a:hover {
color: var(--theme-color2);
}
.blog-item-current-style1 .entry-content .entry-meta li:after {
content: "/";
padding-left: 10px;
}
.blog-item-current-style1 .entry-content .entry-meta li:last-child:after {
display: none;
}
.blog-item-current-style1 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px;
}
.blog-item-current-style1 .entry-content .entry-title a:hover {
color: var(--theme-color1);
}
.blog-item-current-style1:hover .entry-header .post-thumb .thumb img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-item-current-style1:hover .entry-header .post-thumb .thumb::before {
opacity: 1;
top: -20%;
left: -30%;
-webkit-transition-property: left, top, opacity;
transition-property: left, top, opacity;
-webkit-transition-duration: 0.7s, 0.7s, 0.15s;
transition-duration: 0.7s, 0.7s, 0.15s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.tm-sc-blog article .blog-item-current-style2 {
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style2 {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style2 .entry-header {
position: relative;
margin-bottom: 0;
}
.tm-sc-blog article .blog-item-current-style2 .entry-header .thumb {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.tm-sc-blog article .blog-item-current-style2 .entry-header .thumb:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(140, 111, 17, 0) 100%);
opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style2 .entry-header .thumb:after {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style2 .entry-header .link {
background: #333;
position: absolute;
left: 0;
top: 45%;
right: 0;
height: 50px;
width: 50px;
color: #fff;
padding: 10px;
text-align: center;
margin: 0 auto;
z-index: 1;
opacity: 0;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style2 .entry-header .link {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style2 .entry-content {
bottom: 38px;
left: 50px;
position: absolute;
right: 0;
padding-right: 50px;
}
@media (max-width: 1199.98px) {
.tm-sc-blog article .blog-item-current-style2 .entry-content {
left: 20px;
padding-right: 60px;
}
}
@media (max-width: 575.98px) {
.tm-sc-blog article .blog-item-current-style2 .entry-content {
bottom: 30px;
left: 30px;
padding-right: 58px;
}
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta {
color: #fff;
font-size: 14px;
}
@media (max-width: 575.98px) {
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta {
font-size: 12px;
}
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta a {
color: #fff;
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-meta i {
margin-right: 7px;
color: var(--theme-color2);
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-title {
line-height: 1.3;
margin-top: 5px;
position: relative;
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .entry-title a {
color: #fff;
}
.tm-sc-blog article .blog-item-current-style2 .entry-content .text-details {
line-height: 34px;
}
.tm-sc-blog article .blog-item-current-style2 .btn-more {
background-color: var(--theme-color2);
border: none;
border-radius: 35px 35px 0 0;
bottom: 0;
color: #fff;
display: inline-block;
font-size: 20px;
height: 54px;
line-height: 1;
padding-top: 18px;
position: absolute;
right: 20px;
text-align: center;
width: 68px;
}
@media (max-width: 575.98px) {
.tm-sc-blog article .blog-item-current-style2 .btn-more {
right: 12px;
}
}
.tm-sc-blog article .blog-item-current-style2 .btn-more:hover {
border-bottom: 10px solid var(--theme-color1);
height: 64px;
}
.tm-sc-blog article .blog-item-current-style2:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-blog article .blog-item-current-style2:hover .entry-content:before {
background-color: var(--theme-color2);
height: 6px;
}
.tm-sc-blog article .blog-item-current-style2:hover .entry-content:after {
background-color: var(--theme-color2);
height: 6px;
} .blog-skin-style1 {
overflow: hidden;
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style1 {
transition: none;
}
}
.blog-skin-style1 .entry-header {
position: relative;
}
.blog-skin-style1 .entry-header .post-thumb {
margin-bottom: 15px;
}
.blog-skin-style1 .entry-header .thumb {
position: relative;
border-radius: 8px;
overflow: hidden;
}
.blog-skin-style1 .entry-header .thumb::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.blog-skin-style1 .entry-header .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style1 .entry-header .thumb img {
transition: none;
}
}
.blog-skin-style1 .entry-header .post-single-meta {
text-align: center;
bottom: 10px;
border-radius: 10px;
font-size: 16px;
font-weight: 900;
height: 69px;
left: 10px;
line-height: 22px;
display: flex;
padding-top: 0;
position: absolute;
width: 69px;
background: var(--theme-color1);
align-items: center;
justify-content: center;
}
.blog-skin-style1 .entry-header .post-single-meta span {
display: block;
color: #fff;
}
.blog-skin-style1 .entry-header .post-single-meta span.year {
display: none;
}
.blog-skin-style1 .entry-content {
box-shadow: none;
background-color: transparent;
}
.blog-skin-style1 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px;
margin-top: 0;
}
.blog-skin-style1 .entry-content .entry-meta li {
font-family: var(--body-font-family);
}
.blog-skin-style1 .entry-content .entry-meta li i {
color: var(--theme-color1);
}
.blog-skin-style1 .entry-content .entry-meta li a:hover {
color: var(--theme-color1);
}
.blog-skin-style1 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px;
}
.blog-skin-style1 .entry-content .entry-title a:hover {
color: var(--theme-color1);
}
.blog-skin-style1:hover .entry-header .thumb::before {
-webkit-animation: circle 0.75s;
animation: circle 0.75s;
}
.blog-skin-style1:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style1:hover .entry-header .thumb img {
transition: none;
}
}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
.blog-skin-style2 {
overflow: hidden;
position: relative;
border-radius: 0;
box-shadow: 0px 0 15px rgba(45, 45, 45, 0.08);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2 {
transition: none;
}
}
.blog-skin-style2 .post-thumb .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2 .post-thumb .thumb img {
transition: none;
}
}
.blog-skin-style2 .entry-header {
position: relative;
}
.blog-skin-style2 .entry-header .post-single-meta {
text-align: center;
top: 30px;
border-radius: 0;
font-size: 16px;
font-weight: 900;
height: 70px;
left: 30px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 70px;
background: var(--theme-color2);
}
.blog-skin-style2 .entry-header .post-single-meta span {
display: block;
color: #fff;
}
.blog-skin-style2 .entry-header .post-single-meta span.year {
display: none;
}
.blog-skin-style2 .entry-content {
box-shadow: none;
padding: 30px;
background-color: #fff;
}
.blog-skin-style2 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px;
}
.blog-skin-style2 .entry-content .entry-meta li i {
color: var(--theme-color1);
}
.blog-skin-style2 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px;
}
.blog-skin-style2 .entry-content .entry-title a:hover {
color: var(--hover-theme-color);
}
.blog-skin-style2 .entry-content > :last-child {
margin-bottom: 0;
}
.blog-skin-style2 .bottom-boder-line {
background-color: #fff;
border-radius: 3px;
height: 4px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2 .bottom-boder-line {
transition: none;
}
}
.blog-skin-style2:hover .post-thumb .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style2:hover .bottom-boder-line {
background-color: var(--theme-color1);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2:hover .bottom-boder-line {
transition: none;
}
}
.blog-skin-style3 {
transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 {
transition: none;
}
}
.blog-skin-style3 .entry-header .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 .entry-header .thumb img {
transition: none;
}
}
.blog-skin-style3 .entry-header .link {
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 .entry-header .link {
transition: none;
}
}
.blog-skin-style3 .entry-content {
background-color: #fff;
margin-right: 30px;
margin-top: -30px;
padding: 30px 30px 20px 30px;
position: relative;
z-index: 1;
box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 .entry-content {
transition: none;
}
}
@media (max-width: 1199.98px) {
.blog-skin-style3 .entry-content {
padding: 22px 25px 15px 30px;
}
}
@media (max-width: 767.98px) {
.blog-skin-style3 .entry-content {
margin-right: 0;
margin-top: 0;
}
}
.blog-skin-style3 .entry-content .entry-title {
margin-bottom: 10px;
}
.blog-skin-style3 .entry-content .entry-date time {
display: block;
background: var(--theme-color1);
color: #fff;
font-size: 16px;
font-weight: 700;
height: 69px;
line-height: 1.2;
padding: 15px 15px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: -69px;
width: 69px;
}
.blog-skin-style3 .entry-content .entry-date time .year {
display: none;
}
.blog-skin-style3 .entry-content .entry-meta {
font-size: 13px;
}
.blog-skin-style3 .entry-content .entry-meta li i {
color: var(--theme-color1);
}
.blog-skin-style3 .entry-content .entry-meta span {
text-transform: uppercase;
}
.blog-skin-style3 .entry-content .entry-meta span i {
color: var(--theme-color1);
}
.blog-skin-style3:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style3:hover .entry-content {
box-shadow: 5px 8.66px 60px 0px rgba(0, 0, 0, 0.07);
}
.blog-skin-style4 {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
border-radius: 7px 7px 0 0;
}
.blog-skin-style4 .entry-header {
position: relative;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.blog-skin-style4 .entry-header .thumb {
border-radius: 7px 7px 0 0;
}
.blog-skin-style4 .entry-header .link {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
position: absolute;
left: 0;
top: 45%;
right: 0;
height: 50px;
width: 50px;
padding: 10px;
text-align: center;
margin: 0 auto;
z-index: 2;
opacity: 0;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style4 .entry-header .link {
transition: none;
}
}
.blog-skin-style4 .entry-content {
padding: 30px;
background-color: #fff;
position: relative;
}
.blog-skin-style4 .entry-content .entry-title {
margin-top: 0;
text-transform: capitalize;
}
.blog-skin-style4 .entry-content .post-excerpt {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.blog-skin-style4 .entry-content .post-single-meta {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
display: inline-block;
padding: 8px 20px;
margin-bottom: 20px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style4 .entry-content .post-single-meta {
transition: none;
}
}
.blog-skin-style4 .entry-content .post-single-meta i {
display: none;
}
.blog-skin-style4 .entry-content .post-single-meta a {
color: #fff;
}
.blog-skin-style4 .entry-content .post-single-meta:hover {
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.blog-skin-style4 .entry-content .entry-meta {
font-size: 13px;
margin-bottom: 1.2rem;
color: #9a9a9a;
}
.blog-skin-style4 .entry-content .entry-meta i {
color: var(--theme-color2);
}
.blog-skin-style4 .entry-content .post-btn-readmore {
float: left;
}
.blog-skin-style4 .entry-content .post-btn-readmore .btn-plain-text {
color: #F89D35;
font-size: 12px;
}
.blog-skin-style4 .entry-content .post-btn-readmore .btn-plain-text:hover, .blog-skin-style4 .entry-content .post-btn-readmore .btn-plain-text:focus {
color: #000;
}
.blog-skin-style4:hover .entry-header {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.blog-skin-style4:hover .entry-header .link {
opacity: 1;
transform: rotateY(180deg);
}
.blog-skin-style5 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.blog-skin-style5 .entry-header .thumb {
overflow: hidden;
}
.blog-skin-style5 .entry-header .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style5 .entry-header .thumb img {
transition: none;
}
}
.blog-skin-style5 .entry-header .thumb .entry-date {
bottom: 0;
font-size: 12px;
font-weight: bold;
padding: 10px 30px;
position: absolute;
left: 0;
background: var(--theme-color2);
color: var(--text-color-bg-theme-color1);
}
.blog-skin-style5 .entry-content {
padding: 35px 40px 30px;
position: relative;
background: #fff;
}
@media (max-width: 767.98px) {
.blog-skin-style5 .entry-content {
padding: 30px;
}
}
.blog-skin-style5 .entry-content .entry-title {
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize;
}
.blog-skin-style5 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0;
}
.blog-skin-style5 .entry-content .entry-meta {
border-top: none !important;
}
.blog-skin-style5 .entry-content .entry-meta i {
color: var(--theme-color1);
}
.blog-skin-style5 .entry-content .mascot-post-excerpt {
color: #7c8186;
}
.blog-skin-style5:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style5:hover .entry-header .thumb .date {
background-color: #192a3a !important;
}
.blog-skin-style6 {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style6 {
transition: none;
}
}
.blog-skin-style6 .entry-header {
position: relative;
}
.blog-skin-style6 .entry-header .thumb {
position: relative;
}
.blog-skin-style6 .entry-header .thumb img {
transition: all 0.3s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style6 .entry-header .thumb img {
transition: none;
}
}
.blog-skin-style6 .entry-header .post-single-meta {
text-align: center;
border-radius: 0;
font-size: 16px;
font-weight: 900;
right: 0;
bottom: 0;
line-height: 22px;
padding: 15px 20px;
position: absolute;
background: var(--theme-color1);
}
.blog-skin-style6 .entry-header .post-single-meta span {
display: block;
color: #fff;
}
.blog-skin-style6 .entry-header .post-single-meta span.day {
font-size: 1.5rem;
}
.blog-skin-style6 .entry-header .post-single-meta span.year {
display: none;
}
.blog-skin-style6 .entry-header .post-single-meta:after {
position: absolute;
content: "";
top: 0;
width: 0;
height: 0;
border-style: solid;
left: -20px;
border-width: 0px 20px 75px 0;
border-color: transparent var(--theme-color1) transparent transparent;
}
.blog-skin-style6 .entry-content {
padding: 35px;
margin-bottom: 25px;
border: 1px solid #EDEDED;
position: relative;
}
.blog-skin-style6 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px;
}
.blog-skin-style6 .entry-content .entry-meta li {
color: var(--theme-color1);
}
.blog-skin-style6 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 15px;
}
.blog-skin-style6 .entry-content .post-excerpt {
margin-bottom: 0;
}
.blog-skin-style6 .entry-content .post-btn-readmore {
position: absolute;
bottom: -28px;
right: 30px;
}
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
border: 0;
border-radius: 50%;
font-size: 1.2rem;
height: 55px;
line-height: 55px;
text-align: center;
width: 55px;
align-items: center;
display: flex;
justify-content: center;
background-color: #f1f1f1;
color: var(--theme-color2);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
transition: none;
}
}
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style:hover {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.blog-skin-style6:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style7 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.blog-skin-style7 .entry-header .thumb {
overflow: hidden;
}
.blog-skin-style7 .entry-header .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style7 .entry-header .thumb img {
transition: none;
}
}
.blog-skin-style7 .entry-content {
padding: 50px 40px 30px;
position: relative;
background: #fff;
}
@media (max-width: 767.98px) {
.blog-skin-style7 .entry-content {
padding: 30px;
}
}
.blog-skin-style7 .entry-content .entry-date {
top: -23px;
font-size: 12px;
font-weight: bold;
padding: 12px 30px;
position: absolute;
left: 0;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.blog-skin-style7 .entry-content .entry-title {
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize;
}
.blog-skin-style7 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0;
}
.blog-skin-style7 .entry-content .entry-meta {
border-top: none !important;
}
.blog-skin-style7 .entry-content .entry-meta i {
color: var(--theme-color1);
}
.blog-skin-style7 .entry-content .mascot-post-excerpt {
color: #7c8186;
}
.blog-skin-style7:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style7:hover .entry-header .thumb .date {
background-color: #192a3a !important;
}
.blog-skin-style8 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
padding: 40px;
}
.blog-skin-style8 .entry-header .entry-title {
margin-bottom: 30px;
margin-top: 0;
text-transform: capitalize;
}
.blog-skin-style8 .entry-header .entry-meta {
margin-bottom: 5px;
}
.blog-skin-style8 .entry-header .entry-meta i {
color: var(--theme-color1);
}
.blog-skin-style8 .entry-content {
position: relative;
background: #fff;
}
@media (max-width: 767.98px) {
.blog-skin-style8 .entry-content {
padding: 30px;
}
}
.blog-skin-style8 .entry-content .thumb {
overflow: hidden;
margin-bottom: 25px;
}
.blog-skin-style8 .entry-content .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style8 .entry-content .thumb img {
transition: none;
}
}
.blog-skin-style8 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0;
}
.blog-skin-style8 .entry-content .mascot-post-excerpt {
color: #7c8186;
}
.blog-skin-style8:hover .entry-content .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style8:hover .entry-content .thumb .date {
background-color: #192a3a !important;
}
.blog-skin-style9 {
position: relative;
}
.blog-skin-style9 .entry-header .entry-title {
margin-bottom: 30px;
margin-top: 0;
text-transform: capitalize;
}
.blog-skin-style9 .entry-header .entry-meta {
margin-bottom: 5px;
}
.blog-skin-style9 .entry-header .entry-meta i {
color: var(--theme-color1);
}
.blog-skin-style9 .entry-content {
background: #f7f7f7;
padding: 30px;
width: 94%;
position: absolute;
bottom: -200px;
}
.blog-skin-style9 .entry-content .thumb {
overflow: hidden;
margin-bottom: 25px;
}
.blog-skin-style9 .entry-content .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style9 .entry-content .thumb img {
transition: none;
}
}
.blog-skin-style9 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0;
}
.blog-skin-style9 .entry-content .mascot-post-excerpt {
color: #7c8186;
}
.blog-skin-style9:hover .entry-content .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style9:hover .entry-content .thumb .date {
background-color: #192a3a !important;
}
.blog-skin-style10 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.blog-skin-style10 .entry-header .thumb {
overflow: hidden;
}
.blog-skin-style10 .entry-header .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.blog-skin-style10 .entry-header .thumb img {
transition: none;
}
}
.blog-skin-style10 .entry-header .thumb .entry-date {
bottom: -2px;
font-size: 12px;
font-weight: bold;
padding: 12px 42px 12px 25px;
position: absolute;
clip-path: polygon(calc(10% + 100px) 0%, 100% 100%, 0% 100%, 0% 0);
left: 0;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.blog-skin-style10 .entry-content {
padding: 35px 40px 30px;
position: relative;
background: #fff;
}
@media (max-width: 767.98px) {
.blog-skin-style10 .entry-content {
padding: 30px;
}
}
.blog-skin-style10 .entry-content .entry-title {
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize;
}
.blog-skin-style10 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0;
}
.blog-skin-style10 .entry-content .entry-meta {
border-top: none !important;
}
.blog-skin-style10 .entry-content .entry-meta i {
color: var(--theme-color1);
}
.blog-skin-style10 .entry-content .mascot-post-excerpt {
color: #7c8186;
}
.blog-skin-style10:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-skin-style10:hover .entry-header .thumb .date {
background-color: #192a3a !important;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder {
text-align: center;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder article {
padding: 30px;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-meta i {
display: none;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-header {
clip-path: inset(0% 0% 0% 0%);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .post-thumb .post-thumb-inner .thumb {
border-radius: 7px;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder:hover .entry-header {
clip-path: inset(3% 3% 3% 3%);
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post {
height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header {
height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb {
height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner {
height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner .thumb {
height: 100%;
}
.tm-sc-blog.blog-vertical-list .isotope-layout {
margin-left: 0;
}
.tm-sc-blog.blog-vertical-list article {
padding: 35px 0;
background-color: #fff;
border-bottom: 1px solid #eee;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog.blog-vertical-list article {
transition: none;
}
}
@media (min-width: 768px) {
.tm-sc-blog.blog-vertical-list article {
display: flex;
align-items: center;
}
}
@media (min-width: 768px) {
.tm-sc-blog.blog-vertical-list article .entry-header {
margin-right: 20px;
}
}
@media (max-width: 767.98px) {
.tm-sc-blog.blog-vertical-list article .entry-header {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.tm-sc-blog.blog-vertical-list article .entry-header img {
max-width: 175px;
}
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-title {
margin-top: 0;
margin-bottom: 1rem;
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta {
margin-bottom: 10px;
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li i {
color: var(--theme-color2);
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li a:hover {
color: var(--theme-color2);
}
.tm-sc-blog.blog-vertical-list article:first-child {
padding-top: 0;
}
.tm-sc-blog.blog-vertical-list article:last-child {
border-bottom: none;
}.tm-sc-clients-logo {
padding: 0 2px;
column-gap: 2%;
}
.tm-sc-clients-logo .each-logo {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-clients-logo .each-logo {
transition: none;
}
}
.tm-sc-clients-logo .each-logo img {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-clients-logo .each-logo img {
transition: none;
}
}
.tm-sc-clients-logo.clients-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tm-sc-clients-logo.clients-grid .each-logo {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 10px;
width: 16.666%;
word-wrap: break-word;
box-sizing: border-box;
flex: auto;
text-align: center;
overflow: hidden;
cursor: pointer;
}
.tm-sc-clients-logo.clients-grid.grid-1col .each-logo {
width: 100%;
max-width: 100%;
}
.tm-sc-clients-logo.clients-grid.grid-2col .each-logo {
width: 47.5%;
max-width: 47.5%;
}
.tm-sc-clients-logo.clients-grid.grid-3col .each-logo {
width: 31.333%;
max-width: 31.333%;
}
@media (max-width: 1024px) {
.tm-sc-clients-logo.clients-grid.grid-3col .each-logo {
width: 47.5%;
max-width: 47.5%;
}
}
.tm-sc-clients-logo.clients-grid.grid-4col .each-logo {
width: 22.5%;
max-width: 22.5%;
}
@media (max-width: 1024px) {
.tm-sc-clients-logo.clients-grid.grid-4col .each-logo {
width: 31.333%;
max-width: 31.333%;
}
}
@media (max-width: 767px) {
.tm-sc-clients-logo.clients-grid.grid-4col .each-logo {
width: 47.5%;
max-width: 47.5%;
}
}
.tm-sc-clients-logo.clients-grid.grid-5col .each-logo {
width: 17.5%;
max-width: 17.5%;
}
@media (max-width: 1024px) {
.tm-sc-clients-logo.clients-grid.grid-5col .each-logo {
width: 31.333%;
max-width: 31.333%;
}
}
@media (max-width: 767px) {
.tm-sc-clients-logo.clients-grid.grid-5col .each-logo {
width: 47.5%;
max-width: 47.5%;
}
}
.tm-sc-clients-logo.clients-grid.grid-5col .each-logo img {
max-width: 150px;
}
.tm-sc-clients-logo.clients-grid.grid-6col .each-logo {
width: 14.666%;
max-width: 14.666%;
}
@media (max-width: 1024px) {
.tm-sc-clients-logo.clients-grid.grid-6col .each-logo {
width: 22.5%;
max-width: 22.5%;
}
}
@media (max-width: 767px) {
.tm-sc-clients-logo.clients-grid.grid-6col .each-logo {
width: 47.5%;
max-width: 47.5%;
}
}
.tm-sc-clients-logo.clients-grid.grid-6col .each-logo img {
max-width: 130px;
}
.tm-sc-clients-logo.clients-animation-grayscale .each-logo img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
}
.tm-sc-clients-logo.clients-animation-grayscale .each-logo:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
opacity: 1;
}
.tm-sc-clients-logo.clients-animation-opacity .each-logo img {
opacity: 0.5;
}
.tm-sc-clients-logo.clients-animation-opacity .each-logo:hover img {
opacity: 1;
}
.tm-sc-clients-logo.clients-animation-blur .each-logo:hover img {
-webkit-filter: blur(1px);
filter: blur(1px);
}
.tm-sc-clients-logo.clients-animation-zoom .each-logo img {
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.tm-sc-clients-logo.clients-animation-zoom .each-logo:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tm-sc-clients-logo.clients-animation-contrast .each-logo:hover img {
-webkit-filter: contrast(300%);
filter: contrast(300%);
}
.tm-sc-clients-logo.clients-animation-invert .each-logo:hover img {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.tm-sc-clients-logo.clients-animation-rollover .each-logo {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
border: none;
}
.tm-sc-clients-logo.clients-animation-rollover .each-logo:hover .thumb {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%);
}
.tm-sc-clients-logo.clients-animation-rollover .each-logo:hover .thumb-hover {
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.tm-sc-clients-logo.clients-animation-rollover .each-logo .thumb {
position: relative;
display: block;
width: auto;
margin: 0 auto;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0.15, 0.19, 0.93);
-moz-transition: -moz-transform 0.4s cubic-bezier(0.86, 0.15, 0.19, 0.93);
transition: transform 0.4s cubic-bezier(0.86, 0.15, 0.19, 0.93);
}
.tm-sc-clients-logo.clients-animation-rollover .each-logo .thumb-hover {
position: absolute;
top: 0;
left: 50%;
width: auto;
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0.15, 0.19, 0.93);
-moz-transition: -moz-transform 0.4s cubic-bezier(0.86, 0.15, 0.19, 0.93);
transition: transform 0.4s cubic-bezier(0.86, 0.15, 0.19, 0.93);
}
.tm-sc-clients-logo.clients-carousel .owl-item {
margin-right: 30px;
}
.tm-sc-clients-logo.clients-carousel .each-logo {
padding: 20px 10px;
word-wrap: break-word;
box-sizing: border-box;
text-align: center;
}