.eapps-countdown-timer-has-background {
    padding: 6px;
}


.eapps-countdown-timer-360 .eapps-countdown-timer-item-value {
  font-size: 30px !important; 
    line-height: 42px !important;
    padding: 10px 19px !important;
}

.eapps-countdown-timer-480 .eapps-countdown-timer-item-value {
    font-size: 30px !important; 
   line-height: 42px !important;
    padding: 10px 19px !important;
}

.eapps-countdown-timer-360 .eapps-countdown-timer-item-group {
    margin: 0 11px !important;
}


.eapps-countdown-timer-480 .eapps-countdown-timer-item-group {
    margin: 0 11px !important;
}



.eapps-countdown-timer-header-finish-message {
    height: 100%;
    align-items: center;
    font-size: 22px !important;
    margin: 3px 0px 0px !important;
    color: #c1011f !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    background: #ffe5e9;
    padding: 20px;
    font-family: 'Montserrat' !important;
}





/* ------------- WP POPUP TIMER --------------*/





#eapps-countdown-timer-1 .eapps-countdown-timer-item-group {
    margin: 0 11px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-value {
     font-size: 30px;
    padding: 10px 19px;
}


#eapps-countdown-timer-1.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
    border-radius: 4PX;
}


#eapps-countdown-timer-1 .eapps-countdown-timer-button-container {
    margin-top: 5px;
    padding: 0 4px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-group-label {
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 16px;

}


#eapps-countdown-timer-1 .eapps-countdown-timer-button {
    font-size: 22px ;
    border-bottom: 3px solid #0000003b;
    border-radius: 2px ;
    padding: 11px 44px;
    width: 100%;
    margin-bottom: 22px ;
}


#eapps-countdown-timer-1 .eapps-countdown-timer-button:hover {
   background-color: #5b2062 ;
  
}





/* ------------- POPUP BUILDER TIMER --------------*/




#eapps-countdown-timer-2 .eapps-countdown-timer-item-group {
    margin: 0 11px;
}


#eapps-countdown-timer-2 .eapps-countdown-timer-item-value {
    font-size: 30px;
    padding: 10px 19px;
}


#eapps-countdown-timer-2.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
    border-radius: 4PX;
}


#eapps-countdown-timer-2 .eapps-countdown-timer-button-container {
    margin-top: 5px !important;
    padding: 0 4px;
}



#eapps-countdown-timer-2 .eapps-countdown-timer-item-group-label {
    font-family: 'Montserrat' !important;
    font-weight: 700 ;
    font-size: 16px !important;
}


#eapps-countdown-timer-2 .eapps-countdown-timer-button {
    font-size: 22px ;
    border-bottom: 3px solid #0000003b;
    border-radius: 2px ;
    padding: 11px 44px;
    width: 100% ;
    margin-bottom: 22px ;
}


#eapps-countdown-timer-2 .eapps-countdown-timer-button:hover {
   background-color: #5b2062 ;
  
}


.eapps-countdown-timer-button:hover {
    transform: none ;
}




/* ------------- BAR TIMER --------------*/


.eapps-countdown-timer-position-top-bar-floating {
    position: sticky !important;
    top: 0;
}


.eapps-countdown-timer-position-bar {
    width: 100%;
    height: 74px;
    z-index: 9999999;

}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-bar-close {
    
    display: none !important;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 39px !important;
    line-height: 20px !important;
    font-family: 'Montserrat' !important;
    font-weight:800;
    padding: 3px 5px !important;
}



.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-group-label {
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 12px !important;
}




.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Montserrat' !important;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-button {
    width: 100%;
    margin-bottom: 0px !important;
    margin-left: 14px;
    font-family: 'Montserrat' !important;
    font-size: 22px !important;
    padding: 11px 44px !important;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-button:hover {
   background-color: #fff !important;
   color: #f72585 !important;
  
}


.eapps-countdown-timer-480.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 22px !important;
    line-height: 16px !important;
}

.eapps-countdown-timer-360.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 22px !important;
    line-height: 16px !important;
}


/* IPAD (PORTRAIT ONLY) 
--------------------------------------------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
      
      
.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title {
    font-size: 20px;
    
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 29px !important;
}
      
      
}
  
  
  
/* IPAD (LANDSCAPE ONLY) 
--------------------------------------------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 34px !important;
}
    
    
}  
  
  
  
  

/* IPAD PRO (PORTRAIT ONLY) 
--------------------------------------------- */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2){
      
      
.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title {
    font-size: 20px;
}    
      
.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 29px !important;
}


 }
 
 
/* IPAD PRO (LANDSCPAE ONLY) 
--------------------------------------------- */
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2){
    
.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 35px !important;
}
    
    
} 
 
 
 
 
 /* iPhone PORTRAIT  (max-width: 480px) 
--------------------------------------------- */
@media only screen and (max-width: 480px) {
    
    
.eapps-countdown-timer-640.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}  


.eapps-countdown-timer-480.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 26px !important;
}
    
    
//.eapps-countdown-timer-position-bar .eapps-countdown-timer-bar-close {
    
    display: block !important;
}    
    
}



/* iPhone LANDSCAPE  
--------------------------------------------- */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
      
.eapps-countdown-timer-position-bar .eapps-countdown-timer-item-value {
    font-size: 20px !important;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title {
    font-size: 16px;
}


.eapps-countdown-timer-position-bar .eapps-countdown-timer-button {
    width: 100%;
    
    font-size: 20px !important;
    padding: 11px 18px !important;
}

//.eapps-countdown-timer-position-bar .eapps-countdown-timer-bar-close {
    
    display: none !important;
} 

}
 
 