/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.social-paper-plane {display: none !important;}
.plan-colored.plan .plan-title > h3 {color: #ffffff;font-size: 26px !important;}
.plan .item-list > li { font-size: 16px !important;}
.text-lead, .text-lead > * {color: #fff !important;}
.input-underline input[type="text"], .input-underline input[type="email"], .input-underline input[type="number"], .input-underline input[type="url"], .input-underline input[type="tel"], .input-underline input[type="search"], .input-underline textarea, .input-underline select {
    border: 2px solid #1284d1;
    border-radius: 20px!important;
    background: white !important;
    padding-left:20px!important;
}

.style-light input[type="button"] {
    background-color: #007366;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 10px;
}

body[class*=hmenu-] .navbar-nav-last {
    text-align: center!important;
}
.top-menu {
    position: relative;
    z-index: 2003;
    background-color: #4b1322;
}

@media (max-width: 959px){
body[data-border="18"] .footer-scroll-top {margin-bottom: 66px;}
}

.fa {
    font-size: 25px;
}
.text-lead > * {
    font-family: "Dancing script";
	font-size: 30px;
}

/*----- coupons --------*/
.offer {font-size: 20px;padding-top: 10px;padding-bottom: 11px;line-height: 33px;}
.disclaimer {font-size: 16px;font-style: italic;line-height: 24px;}
.cctor-coupon-content, .cctor_coupon_content {background: #fff;border: none !important;min-height: 475px;}
.cctor-deal, .cctor_deal {background: transparent !important;}
h3.cctor-deal {font-size: 32px !important; color:#007366 !important;}
.sawtooth-border .cctor-coupon-image, .coupon-border .cctor-coupon-image, .coupon-border .cctor-coupon, .sawtooth-border .cctor_coupon_image, .coupon-border .cctor_coupon_image, .coupon-border .cctor_coupon {
    border: 5px dashed #dff783 !important;}
a .cctor_expiration {color: #007366 !important;font-size: 15px;padding-bottom: 20px;}

/*-------- fixed mobile footer ---------*/

#mobile-phone-ctas {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0,0,0,.25);
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,.25);
    border-top: 1px solid rgba(0,0,0,.1);
    display: none;
}


#mobile-phone-ctas a:first-child {
    border-right-color: #FFF;
    
}
a.btn-mobile-phone{background: #4b1322 !important;
    color: #004497 !important;}

#mobile-phone-ctas a {
    width: 100%;
    height: 60px;
    padding: 10px 4%;
    color: #FFF !important;
    background-color: #03668d;
    font-size: calc(95% + .5vw);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#mobile-phone-ctas a i {padding-right: 5%;}

@media only screen and (max-width: 569px){
div#mobile-phone-ctas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    -webkit-animation: slideInUp .4s ease-in-out;
    animation: slideInUp .4s ease-in-out;
}
}