/*
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-button .button {
    font-size: 16px;
}
.section > .section-content > .row > .col {
    padding-bottom: 0;
}
p {
    margin-bottom: 5px;
}
p:last-child {
    margin-bottom: 0;
}
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
input.wpcf7-form-control {
    height: 48px;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit, .btn-custom {
    width: 100%;
    margin-right: 0;
    background-image: url(images/3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 48px;
    line-height: 48px;
    min-height: 48px;
}
.wpcf7-spinner {
    position: absolute;
}

.icon-box.box-ck.icon-box-left {
    display: flex;
    align-items: center;
}
.icon-box.box-ck.icon-box-left p {
    margin-bottom: 0;
}
.icon-box.box-ck.icon-box-left .icon-box-text {
    background-image: url(images/Input.png);
    background-size: 100% 100%;
    border-radius: 99px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2px 20px;
    margin-left: 20px;
}

.block-gradient {
    background-image: linear-gradient(#FFE4D9, #fff);
}

.absolute-footer {
    display: none;
}

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


}