/*
Version: 3.0.1
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* declare primary color */
:root {
    --cus-primary-color: #0056b3;
    --cus-secondary-color: #002956;
    --cus-black-color: #000;
    --cus-white-color: #fff;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Inter', sans-serif;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

/* Header nav */
#header .nav > li.menu-item {
    margin: 0 20px;
}

#header .nav > li > a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--cus-black-color);
}

#header .nav > li > a:hover {
    color: var(--cus-primary-color);
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 1px #ddd;
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding-left: 20px;
}

.accordion-title span {
    font-size: 16px;
    color: rgb(0, 51, 102);
}

.accordion-title button {}

.accordion-title button i {}

.accordion-title button i::before {}

.accordion-inner {
    padding-bottom: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion .toggle {
    left: unset;
    right: 0;
}


/* Custom */
.col-with-center-line {
    position: relative;
}

.col-with-center-line::before {
    content: '';
    height: 100%;
    position: absolute;
    background: #e5e7eb;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
}

.form-col form {
    margin: 0;
}

.form-col form input[type="text"], .form-col form input[type="tel"], .form-col form input[type="email"], .form-col form select, .form-col form textarea {
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    font-weight: normal;
}

.form-col form label {
    font-weight: 500;
    color: #000;
    display: block;
}

.form-col form label span {
    display: block;
    margin-bottom: 5px;
}

.form-col form input[type="submit"] {
    background: #0056b3;
    margin: 0;
    width: 100%;
    border-radius: 5px;
}

span.wpcf7-spinner {
    display: none;
}

.footer-logo img {
    filter: brightness(0) invert(1);
}

.footer-col-1 .spt-icon {
    margin-right: 6px;
}

.cus-footer a.ux-menu-link__link {
    border: 0;
    color: #fff !important;
}

.cus-footer-cp {}

.cus-footer-cp p {
    margin: 0;
}

.cus-footer-cp .col-inner {
    border-top: 1px solid #ffffff59;
    padding-top: 30px;
}

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


}

#footer .absolute-footer {
    display: none;
}