/* -------------------------------------------------------------------------- */
/*                                 Font Start                                 */
/* -------------------------------------------------------------------------- */
/* body {
    font-family: 'FONTSPRING DEMO - The Seasons';
} */
/* -------------------------------------------------------------------------- */
/*                                  Font End                                  */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                           Header and Footer Start                          */
/* -------------------------------------------------------------------------- */

.site-header,
.site-footer{
	display: none;
}

/* -------------------------------------------------------------------------- */
/*                            Header and Footer End                           */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                             Contact Form Start                             */
/* -------------------------------------------------------------------------- */
.contact-form .form-group{
    margin-bottom: 25px;
    text-align: center;
}
.contact-form .form-group.required .form-label::after {
     content: '*';
     color: #7C2F38;
     margin-left: 3px;
	 font-family: initial;
}
.contact-form .form-group .form-label{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
	color:#373737;
}
.contact-form .form-group .form-control,
.contact-form .form-group .form-select{
    border: 2px solid #373737;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
}
.contact-form .form-group .form-control:hover,
.contact-form .form-group .form-select:hover{
    border: 2px solid #7C2F38;
}
.contact-form .wpcf7-submit{
    border: 2px solid #7C2F38;
    background-color: transparent;
    padding: 10px 20px;
    color: #7C2F38;
    border-radius: 0px;
    width:100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.contact-form .wpcf7-submit:hover{
    border: 2px solid #7C2F38;
    background-color: #7C2F38;
    color: #FFF;
}
/* -------------------------------------------------------------------------- */
/*                              Contact Form End                              */
/* -------------------------------------------------------------------------- */