/*
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.   ***************/

:root {
    --font-family-primary: Montserrat, sans-serif;
    --font-family-heading: "Roboto Condensed", sans-serif;
    --primary-color: #d70303;
    --yellow-color: #f4b842;
    --secondary-color: #000000;
    --fs-experimental-link-color: #1c4cff;
    --fs-experimental-link-color-hover: #0032c8;
}


.section-title-normal span {
    border-bottom: 2px solid var(--primary-color);    
}

.section-title-bold-center {
    align-items: flex-start;
    color: var(--primary-color);
}

.section-title-bold-center b {
    opacity: 1;
    margin-top: 10px;
}

.section-title-bold-center .section-title-main{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0 0 15px 15px;
    color: #ffffff;
    position: relative;
}

.section-title-bold-center .section-title-main:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -12px;
    top: -10px;
    display: block;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 12px solid var(--primary-color);
}

.section-title-bold-center .section-title-main:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -11px;
    top: -10px;
    display: block;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 12px solid var(--primary-color);
}

.filter-white {
    filter: brightness(0) invert(1);
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.rounded {
    border-radius: 4px;
}

.rounded-md {
    border-radius: 8px;
}

.rounded-lg {
    border-radius: 12px;
}

.rounded-xl {
    border-radius: 16px;
}

.rounded-2xl {
    border-radius: 24px;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded img {
    border-radius: 4px;
}

.rounded-md img {
    border-radius: 8px;
}

.rounded-lg img {
    border-radius: 12px;
}

.rounded-2xl img {
    border-radius: 24px;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 8px;
}

.p-3 {
    padding: 12px;
}

.p-4 {
    padding: 16px;
}

.p-5 {
    padding: 20px;
}

.p-6 {
    padding: 24px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: 4px;
    padding-right: 4px;
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-5 {
    padding-left: 20px;
    padding-right: 20px;
}

.bg-primary {
    background-color: var(--fs-color-primary);
}

.bg-secondary {
    background-color: var(--fs-color-secondary);
}

.bg-success {
    background-color: var(--success-color);
}

.text-primary {
    color: var(--fs-color-primary);
}

.text-secondary {
    color: var(--fs-color-secondary);
}

.wpcf7-form {
    margin-bottom: 0 !important;
}

.form-banxe br {
    display: none;
}

.form-banxe .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.form-banxe .col {
    padding: 0 8px !important;
}

.wpcf7-form-control {
    border-radius: 5px !important;
}

.form-banxe .form-flat-submit .wpcf7-submit{
    width: 100% !important;
    margin: 0 !important;
}

.form-banxe .form-flat-submit .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.wpcf7 form .wpcf7-response-output {
    background-color: rgba(233, 250, 225, 1) !important;
    color: rgba(0, 153, 51, 1) !important;
    border-color: rgba(0, 153, 51, 0.8) !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    margin: 24px auto 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    border-width: 1px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{
    background-color: #fde7ea !important;
    color: #dc3232 !important;
    border-color: #dc3232 !important;
}

.product-page-price span.amount bdi{
    font-weight: bold;
    color: #F44336;
}

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


}
