/*
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 .header-main .nav > li > a{
    color: #444 !important;
    padding-left: 20px;
    padding-right: 20px;
}
.colborder:before{
    content: "";
    width: 3px;
    height: 128px;
    background:var(--fs-color-primary);
    position: absolute;
        right: -15px;
}
.colborder a{
    text-decoration: underline;
}
.pd0{
    padding-bottom: 0 !important;
}
.contact.row input.wpcf7-form-control,
.contact.row textarea.wpcf7-form-control{
    border:none;
    box-shadow:none;
    border-bottom:1px solid #000;
    margin: 0;
}
.contact.row input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0;
    border-radius: 50px;
    background: #000;
}
.wpcf7-spinner{
    display: none
}
.flex-row.formmail{

}
.formmail input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    margin: 0;
    margin-top: 29px;
    min-width: 300px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    height: 45px;
    text-transform: none;
}
.formmail input.wpcf7-form-control{
    box-shadow: none;
    height: 45px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    text-transform: none;
}
.formmail input.wpcf7-form-control.wpcf7-submit.has-spinner.button:hover{
    background: #000 !important;
    color: #fff !important;
    border-color: #000;
}
.archive.category .page-wrapper{
    padding-top: 0;
}
.archive.category header.archive-page-header:before{
    content: "";
    width: 100%;
    display: inline-block;
    height: 500px;
    background: url(/wp-content/uploads/2025/10/bg1.jpg);
        background-size: cover;
}
.archive.category h1.page-title.is-large.uppercase {
    background: #fff;
    margin-top: -100px;
    padding: 50px 15px;
    font-size: 32px;
}
.archive.category .col.post-item .box-text{
    border: 1px solid #f0f0f0;
}
.single-post .row.align-center>.col{
            flex-basis: 100%;
        max-width: 100%;
}
.single-post article{
    border: 1px solid #f4f4f4;
    padding: 50px 80px;
}
.single-post header.entry-header .is-divider{
    display: none
}
.formsubmit input.wpcf7-form-control{
    box-shadow: none;
    border:1px solid #999898;
}
.formsubmit input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width: 100%;
    text-transform: none
}
@media screen and (max-width: 549px){
    .formmail input.wpcf7-form-control{
        min-width: 100%;
    }
    .flex-row.formmail{
        flex-direction: column;
    }
    .flex-col.ml-half{
        margin:0;
        width: 100%;
    }
    .formmail input.wpcf7-form-control.wpcf7-submit.has-spinner.button{
        width: 100%;
        margin-top: 5px;
    }
    .archive.category header.archive-page-header:before{
        height: 200px;
    }
    .archive.category h1.page-title.is-large.uppercase {
        background: #fff;
        margin-top: -60px;
        padding: 35px 15px;
        font-size: 28px;
    }
    .single-post article{
        padding:30px 20px !important;
    }
}