/*
Plugin Name: Themex Countdown For Elementor
Author: Md Azijul Islam
*/
/* plugin css here */



/*===========================
    countdown css 
===========================*/
.all_countdown_color{}
.all_countdown_color ul,
.all_countdown_color ol,
.all_countdown_color li{
margin:0px;
}
.all_countdown_color h2,
.all_countdown_color h3,
.all_countdown_color h5,
.all_countdown_color h4{
	margin:0px;
}
.all_countdown_color ul li{}

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}

/* COUNTDOWN CSS */

span.cdowns {
    width: 175px;
    height: 165px;
    background: #ff5e14;
    display: inline-block;
    margin: 0 29px;
    position: relative;
}
span.cdowns:before {
    position: absolute;
    content: "";
    background: #ff5e14;
    top: 60px;
    right: -37px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:after{
    position: absolute;
    content: "";
    background: #ff5e14;
    top: 93px;
    right: -37px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:last-child:before,
span.cdowns:last-child:after
{
display:none;
}
.counterdowns {
    text-align: center;
}

span.time-counts {
    line-height: 119px;
    font-size: 55px;
    color: #fff;
    font-weight: 700;	
}
.counterdowns p {
    color: #fff;
    font-size: 20px;
    line-height: 0px;
    margin-top: -4px;
    font-weight: 700;
}
.dotnone span.cdowns:before,
.dotnone span.cdowns:after
{
	display:none;
}



/* -------------------------------------------------
Small Mobile : 320
---------------------------------------------------*/

@media (max-width: 767px) {
	/* countdown css */
span.cdowns {
	margin-bottom: 30px;
}
span.cdowns:before {
	display: none;
}
span.cdowns:after {
	display: none;
}



}

/* -------------------------------------------------
Tablet Screen : 768
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
	span.cdowns {
	margin: 0 70px;
	margin-bottom: 60px;
	}
	span.cdowns:before {
	display: none;
	}
	span.cdowns:after {
	display: none;
	}
	.witr_btn {
	margin-top: 11px !important;
	}	
}
/* -------------------------------------------------
Old Desktop :992
---------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
/* countdown css */
span.cdowns {
margin: 0 28px;
}
	
}