.elementor-widget-atwts-timer .at-timer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.at-timer-hide:not(.elementor-element-edit-mode) .at-timer-wrapper{
    display: none !important;
}
.elementor-widget-atwts-timer .at-timer-item {
    padding: 20px 0;
    text-align: center;
}

.elementor-widget-atwts-timer .at-timer-digit,
.elementor-widget-atwts-timer .at-timer-label {
    line-height: 1; }

.elementor-widget-atwts-timer .at-timer-digit {
    font-size: 69px; }

.elementor-widget-atwts-timer .at-timer-label {
    font-size: 19px; }

.elementor-widget-atwts-timer.at-timer--label-block .at-timer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto; }

.elementor-widget-atwts-timer.at-timer--label-block .at-timer-digit,
.elementor-widget-atwts-timer.at-timer--label-block .at-timer-label {
    display: block; }

.elementor-widget-atwts-timer.at-timer--label-block .at-timer-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.elementor-widget-atwts-timer.at-timer--label-inline {
    text-align: center; }
.elementor-widget-atwts-timer.at-timer--label-inline .at-timer-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

/* Post Grid  */
.at-post-wrapper{
    display:grid;
}
.at-post-wrapper .at-post-list-item{
    display: flex;
}
.at-post-wrapper .at-post-list-item img{
    height: auto;
    object-fit: cover;
}

/* Flip Box */
.at-flip-box{
    width: 100%;
    text-align: center;
}
.at-flip-box-wrapper{
    display: block;
    width: 100%;
}
.at-flip-box-inner{
    width:100%;
    height:200px;
    margin: auto;
    position:relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.at-flip-box-wrapper .at-ribbon-wrapper{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    width: 150px;
    overflow: hidden;
    height: 150px;
    z-index: 999;
    padding: 8px 12px;
}
.at-flip-box-wrapper .flipbox-content .at-ribbon-wrapper img{
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    transform: none;
    width : 100%;
}

.at-flip-box-wrapper .flipbox-content {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 100%;
    width: 100%;
    overflow : hidden;
}
.at-flip-box-wrapper .flipbox-content img{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    width : 100%;
}
.at-flip-box-wrapper .flipbox-content p{
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 20px;
}

.at-flip-box-inner .at-flip-box-front, .at-flip-box-inner .at-flip-box-back{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.at-flip-box-front {
    z-index: 2;
}
.at-flip-box-back {
    z-index: 1;
}

.at-fb-animate-fade .at-flip-box-inner .at-flip-box-front{opacity:1;}
.at-fb-animate-fade .at-flip-box-inner .at-flip-box-back{opacity:0;}
.at-fb-animate-fade .at-flip-box-inner:hover .at-flip-box-front{opacity:0;}
.at-fb-animate-fade .at-flip-box-inner:hover .at-flip-box-back{opacity:1;}


.at-flip-box-wrapper:hover .at-flip-box-back,
.at-flip-box-wrapper:focus .at-flip-box-back {
    z-index: 2;
}
.at-flip-box-wrapper:hover .at-flip-box-front,
.at-flip-box-wrapper:focus .at-flip-box-front {
    z-index: 1;
}
.fade .at-flip-box-wrapper .at-flip-box-front {
    opacity: 1;
    transition: 1s;
}
.fade .at-flip-box-wrapper .at-flip-box-back {
    opacity: 0;
    transition: 1s;
}
.fade .at-flip-box-wrapper:hover .at-flip-box-front,
.fade .at-flip-box-wrapper:focus .at-flip-box-front {
    opacity: 0;
}
.fade .at-flip-box-wrapper:hover .at-flip-box-back,
.fade .at-flip-box-wrapper:focus .at-flip-box-back {
    opacity: 1;
}