/*
Theme Name: RISEN Theme
Theme URI: https://risendubai.com
description: RISEN Theme
Author: Aboobacker P
Author URI: https://www.aboobacker.com (TFG)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: risen-theme
Text Domain: risentheme
*/
.ui-datepicker{background-color:#fff; padding:6px; min-width: 220px;}
.ui-datepicker-prev{float:left}
.ui-datepicker-next{float:right}
.ui-datepicker-next, .ui-datepicker-prev{color:#fff !important; cursor:pointer}
.ui-datepicker-header{padding:3px !important; min-height: 30px;}
.ui-datepicker .ui-datepicker-title{float:left; clear:both; width:100%;margin:0 !important; color:#FFF; text-align:center !important;}
.ui-datepicker-today a{color:green !important}
.ui-datepicker-calendar{width:100%}

.home .nav-item.active .nav-link {
    color: #7C9590;
}
.home .nav-item.active .nav-link:hover {
    color: #120B0D;
}

.franchise-newsletter input, .franchise-newsletter textarea {
    border-radius: 10px;
    padding: 20px 25px;
    border: 0;
    box-shadow: none;
    outline: 0;
    width: 100%;
    margin-bottom: 15px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0 !important;
}
.wpcf7-not-valid-tip{
    font-size: 12px !important;
}
#franchiseWidget .modal-content{
    background-color: #F8F5F2;
    background-image: url('img/risen-bg.png');
    background-repeat: repeat;
}
.cf7-form-field {
    border-radius: 10px;
    padding: 20px 25px;
    border: 0;
    box-shadow: none;
    outline: 0;
    width: 100%;
}
.ui-datepicker-header {
    background: #7c9590 !important;
    border-style: none !important;
}
input.qty {
    opacity: 9 !important;
    width: 55px !important;
    height: 25px !important;
    border-radius: 0;
    margin-left: 10px;
    padding: 5px;
    font-size: 13px;
    color: #7c9590;
}
.clearfix {
    clear: both;
}
#orderBtn{
    line-height: normal;
}


@media only screen and (max-width: 425px) {
.footer-newsletter .col-6.newsletter{
	max-width:80% !important;
	flex:80% !important;
}
}