/*--------------------------------------------------------------------------------------
Theme Name: ChariTable
Theme URI: http://quomodosoft.com
Author URI: http://quomodosoft.com
Description: 100% Responsive, Highly Customizable, SEO Friendly Apps Landing HTML5 template using Twitter Bootstrap Latest, Search Engine Friendly.
Author: Mehedi Hasan Nahid
Version: 1.0
----------------------------------------------------------------------------------------
    1. FEATURES AREA
    2. CONTACT AREA
    3. FOOTER AREA
    4. SCROLL TO TOP AREA
----------------------------------------------------------------------------------------*/


/*--------------------------------
    1. FEATURES AREA
---------------------------------*/

.features-box-icon {
    background: #eef3f9 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 30px;
    width: 120px;
}

/*---------------------------------
    2. CONTACT AREA
----------------------------------*/

.volunteer-form label,.contact-form label {
    color: #ffffff;
    font-family: merriweather;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}
.volunteer-form input,
.volunteer-form select,
.volunteer-form textarea {
    max-height: 140px;
    min-height: 40px;
    width: 100%;
}
.volunteer-form input,
.volunteer-form select,
.volunteer-form textarea {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #56565c;
    border-radius: 5px;
    color: #b6b9c4;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    font-family: open sans;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.volunteer-form input:focus,
.volunteer-form select:focus,
.volunteer-form textarea:focus {
    color: #ffffff;
}
.volunteer-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/drop-down-arrow.png") no-repeat scroll right 10px center;
}
.volunteer-form select option{
    color: #000;
}
.volunteer-form input[type="file"],
.volunteer-form input[type="submit"] {
    display: inline-block;
    padding: 10px;
    min-width: 150px;
    text-align: center;
}
.upload-field,
.submit-field {
    border-radius: 50px !important;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 150px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.upload-field input {
    background: red none repeat scroll 0 0;
    color: red;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.upload-field {
    border: 2px solid;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.file-upload-text {
    width: 100%;
}
.upload-field:hover {
    background: #fff;
    border-color: #fff;
}
.submit-field button {
    background: #F97206;
    border: 0 none;
    height: 100%;
    width: 100%;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.submit-field button:hover {
    background: #ef296c;
}
span.wpcf7-form-control-wrap.cv-attach {
    position: absolute;
}

/*---------------------------------
    3. FOOTER AREA
----------------------------------*/

.footer-bottom {
    color: #fff;
    position: relative;
}
.footer-bottom-bg {
    background: #f87206 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-bottom-bg::after {
    background: rgba(0, 0, 0, 0) url("../img/footer_bottom_bg.png") no-repeat scroll center center / cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.social-bookmark li a {
    border: 1px solid;
    border-radius: 50%;
    height: 35px;
    margin: 0 3px;
    padding-top: 4px;
    text-align: center;
    width: 35px;
}
.footer-copyright {
    padding: 30px 0;
}

/*---------------------------------
    4. SCROLL TO TOP AREA
----------------------------------*/

.scrolltotop {
    background: #404873 none repeat scroll 0 0;
    bottom: 20px;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9;
}
.scrolltotop:hover,
.scrolltotop:focus {
    background: #ef296c;
    color: #ffffff;
}