.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-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;
}