/* Developer style 20-03-2019 */

/* Import Montserrat font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* Example usage */
body {
  font-family: 'Montserrat', sans-serif;
  font-display: swap; /* Add this line */
}

.wp-subscribe-popup .popup-content .coupon_box{width: 100%;padding: 15px 15px 0;margin-top: 10px;margin-bottom: 0;}
.wp-subscribe-popup .popup-content .coupon_box .middle-bar {margin-bottom: 0;}
.wp-subscribe-popup .popup-content .coupon_box .top-bar{display:none;}
.wp-subscribe-popup .popup-content .coupon_box .bottom-bar{display:none;}
.wp-subscribe-popup .popup-content .coupon_box .incopycodearea{max-width:270px;}


.header-top-bar {background: #f18032;color: #fff;padding-top: 8px; font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
.header-top-bar span.top-text {font-size: 15px;vertical-align: top;padding: 11px 0 8px 0;display: inline-block;max-width: 440px;}
.header-top-bar span.top-text br{display: none;}
.header-top-bar .coupon_box{padding: 0;margin: 0;background-color: transparent !important;border:none;width: 50%;}
.header-top-bar .coupon_box .top-bar{display:none;}
.header-top-bar .coupon_box .bottom-bar{display:none;}
.header-top-bar .coupon_box .middle-bar{margin-bottom: 0;}
.header-top-bar .coupon_box .incopycodearea{max-width:270px;margin-bottom: 0;}
.header-top-bar .coupon_box .time-static-caption{color: #fff;}
.header-top-bar span.close-topbar {float: right;cursor: pointer;padding-top: 5px;}
.header-top-bar span.close-topbar:before {content: "\f00d";font: normal normal normal 14px/1 FontAwesome;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px;text-rendering: auto;display: inline-block;}


@media screen and (max-width:1100px){
.header-top-bar span.top-text br{display: block;line-height: 0;}
.header-top-bar span.top-text{padding: 2px 0 8px 0;}
}

@media screen and (max-width:991px){
.header-top-bar span.top-text{text-align: center;width: 100%;max-width: 100%;}
.header-top-bar span.top-text br{display: none;}
.header-top-bar span.close-topbar {position: absolute;top: 10px;right: 10px;padding: 0 !important;}
.header-top-bar .coupon_box{width: 100%;text-align: center;}
.header-top-bar .coupon_box .middle-bar {max-width: 550px;width: 100%;}
.header-top-bar .coupon_box .time-static-caption{max-width: 140px;}
}

@media screen and (max-width:767px){
.header-top-bar{display:none;}
.wp-subscribe-popup .popup-content {padding: 15px;}
.wp-subscribe-popup{background: #FFF !important;}
.wp-subscribe-popup .popup-content .coupon_box{padding: 10px 5px 5px;}
.wp-subscribe-popup .popup-content .coupon_box .incopycodearea{margin-right:5px;}
}

@media screen and (max-width:480px){
.wp-subscribe-popup .popup-content {padding: 10px;}
.wp-subscribe-popup .coupon_box .drp_timer { width: 50%;text-align: center;}
.wp-subscribe-popup .coupon_box .time-static-caption{max-width: 50%;}
.wp-subscribe-popup .coupon_box .drp_timer .hours{width: 100%;}
.wp-subscribe-popup .popup-content .coupon_box .incopycodearea{max-width: 100%;}
}
