/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap'); */
/*************** ADD CUSTOM CSS HERE.   ***************/
/* body {
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
} */
.banner h1, .banner h2, .banner h3 {
    font-weight: 600;
}
.banner p {
    margin-bottom: 0;
}

strong, b {
    font-weight: 600;
}
.section > .section-content > .row > .col {
    padding-bottom: 0;
}
p img {
    margin-bottom: 10px !important;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 0;
}
.row-5 > .col {
    flex-basis: 20%;
    max-width: 20%;
}
.button {
    font-weight: 600;
}
.wpcf7-form {
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 100%;
    background-color: #F5932D !important;
    font-weight: 600;
}
.wpcf7-spinner {
    position: absolute;
}
.box-list-view .box .box-text, .box-vertical .box-text {
    padding-top: 0;
    padding-bottom: 0;
}
.absolute-footer {
    display: none;
}
@media only screen and (max-width: 820px) {
    .row-5 > .col {
        max-width: 33.33333333%;
        flex-basis: 33.33333333%;
    }
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .box-list-view .box .box-text, .box-vertical .box-text {
        padding-top: 15px;
    }
    .box-blog-post .post-title {
        font-size: 16px;
    }
    .row-5 > .col {
        max-width: 100%;
        flex-basis: 100%;
    }
}