/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.single-clock .jcgmt-lbl h2 {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    margin: 0 0 10px;
    display: none;
}

.single-clock .jcgmt-lbl h3 {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    margin: 0;
    display: none;
}

.jcgmt-digital {
	
	color: white;
}


.wtn-main-wrapper.grid .wtn-item h2.wtn-news-title a, .wtn-main-wrapper.featured .wtn-item h2.wtn-news-title a {
    color: WHITE;
}

.wtn-main-wrapper.grid .wtn-item div.wtn-news-description {
    border: 0px solid #000;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    color: WHITE;
    line-height: 20px;
    letter-spacing: initial;
    font-size: 14px;
    line-height: 1.533;
}

.wtn-main-wrapper.grid .wtn-item div.wtn-news-description a {
    display: block;
    font-size: 11px;
    margin: 15px 0;
    COLOR: WHITE;
}

.animatedImg {
    animation: slide-left 2s linear infinite alternate both;
}

.animatedImg1 {
    animation: slide-top 2s linear infinite alternate both;
}


.slide-left {
	animation: slide-left 0.5s linear infinite alternate both;
}


@keyframes slide-left {
  0% {
    transform: translateX(20px);
  }
    50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-20px);
  }
}


.slide-top {
	animation: slide-top 1s linear infinite alternate both;
}

@keyframes slide-top {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }  
  100% {
    transform: translateY(-10px);
  }
}

.animatedImg2 {animation: scale-up-center 2s linear infinite alternate both;}

.scale-up-center {
	        animation: scale-up-center 0.5s linear infinite alternate both;
}

@keyframes scale-up-center {
  0% {
            transform: scale(0.5);
  }
  100% {
            transform: scale(1);
  }
}

.animatedImg3 {
    animation: bounce-in-top 1.1s infinite alternate both;
}

.bounce-in-top {
	animation: bounce-in-top 1.1s infinite alternate both;
}


@keyframes bounce-in-top {
  0% {
            transform: translateY(-200px);
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
            transform: translateY(0);
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
            transform: translateY(-65px);
            animation-timing-function: ease-in;
  }
  72% {
            transform: translateY(0);
            animation-timing-function: ease-out;
  }
  81% {
            transform: translateY(-28px);
            animation-timing-function: ease-in;
  }
  90% {
            transform: translateY(0);
            animation-timing-function: ease-out;
  }
  95% {
            transform: translateY(-8px);
            animation-timing-function: ease-in;
  }
  100% {
            transform: translateY(0);
            animation-timing-function: ease-out;
  }
}

.animatedImg4 {
    animation: rotate-center 2s linear infinite alternate both;
}

.rotate-center {
	        animation: rotate-center 8s linear infinite alternate both;
}
.time-shift > .elementor-widget-wrap.elementor-element-populated.day {
    background-image: url("/wp-content/uploads/2023/09/Background-2.png") !important;
}
.time-shift > .elementor-widget-wrap.elementor-element-populated.night {
    background-image: url('/wp-content/uploads/2023/09/Background-3.png') !important;
}
.time-shift > .elementor-widget-wrap.elementor-element-populated.evening {
    background-image: url('/wp-content/uploads/2023/09/evening-back.jpg') !important;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

