/*
Theme Name: BKHSE
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.widget {border: 2px solid #ac0000}
form{margin-bottom: 0 !important}
.widget .is-divider{display: none}
.widget .widget-title{background-color: #ac0000; color: #fff; padding: 10px; display: block}
.widget ul li{padding: 5px 10px; line-height: 1.2}
.widget ul li:nth-child(even){background-color: #ececec}
footer#footer .wpcf7-form .wpcf7-text {
    background: transparent;
    color: #fff;
    height: 40px;
    padding: 5px 10px;    
    margin-bottom: 0;
    border-radius: 5px
}

footer#footer .wpcf7-form ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

footer#footer .wpcf7-form ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

footer#footer .wpcf7-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

footer#footer .wpcf7-form textarea.wpcf7-textarea {
    background: transparent;
    color: #fff;
    height: 65px;
    padding: 5px 10px;
    min-height: auto;
    margin-bottom: 0;
    border-radius: 5px
}

input.wpcf7-submit {
    color: #235a78 !important;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 30px;    margin-bottom: 0;
}
.nav-dropdown li{min-width: 200px}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}