/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-wrapper {
    background-color: rgba(76, 42, 42, 0.6);
}

header#header {
    border-bottom: 1px solid #adadad;
}

.header-block-block-1 {
    color: white !important;
    display: inline-block;
}

#header .nav .menu-item {
    padding: 13px 20px;
}

.post-home .is-divider {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #06a7e1;
    font-weight: bold;
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
    width: 200px;
}

input.wpcf7-form-control.wpcf7-text {
    border-radius: 50px 50px 50px 50px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px 10px 10px 10px;
}

.badge.absolute.top.post-date.badge-square {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
