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

body {
    line-height: 1.4;
    font-size: 14px;
}
/** HEADER **/
.header-wrapper {
    border-bottom: 1px solid #e6e6e6;
}
.header-wrapper.stuck {
    box-shadow: none;
}
.header-nav-main.nav > li > a {
    padding-block: 0;
}
.header-main .menu-item a {
    font-size: 15px;
    text-transform: uppercase;
}

/** PRODUCTS **/
.product-small .box-text {
    padding-bottom: 0;
}
.product-small .category {
    font-size: 12px;
    opacity: 1;
    line-height: initial;
    margin: 0 0 5px;
}
.product-small .product-title,
ul.product_list_widget li a:not(.remove) {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.product-small span.amount,
.product_list_widget span.amount {
    font-size: 14px;
}

.shop-page-title .medium-flex-wrap .flex-col {
    padding: 0;
}
.shop-page-title {
    margin: 0
}

.partner-logo .ux-logo-link {
    padding: 5px !important;
}
.partner-logo .ux-logo-link img {
    max-height: 50px;
    height: auto !important;
    width: auto
}

.entry-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/** FORM **/
.wpcf7-spinner {
    display: none;
}
.contact-form label {
    font-weight: 400;
    margin-bottom: 10px;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: none;
    border-radius: 4px;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: none;
}
input, select, textarea {
    margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    border-width: 1px;
    font-size: 14px;
    padding: 5px 10px;
}
input.wpcf7-submit {
    min-width: 100px;
    border-radius: 4px;
    font-size: 14px;
}
.dark input.wpcf7-submit {
    background-color: #fff;
    color: var(--fs-color-primary);
}
form.wpcf7-form {
    margin: 0;
}
textarea.wpcf7-form-control {
    padding: .5em .75em;
    min-height: 95px;
}
.searchform-wrapper input[type=search] {
font-size: 14px;
    height: 40px;
    border-radius: 0;
}
.searchform-wrapper button.submit-button {
height: 40px;
    width: 40px;
    background: var(--fs-color-primary);
}
.header-search-dropdown .nav-dropdown {
    padding: 15px;
    border-width: 1px;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 9px;
    margin-left: -9px;
}
.contact-form .wpcf7-form-control {
    height: 40px;
}
.contact-form textarea.wpcf7-form-control {
    min-height: 130px;
}

.off-canvas .sidebar-menu {
    padding: 0;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff;
}
.off-canvas .nav-vertical>li>a {
    color: #111;
}

/** FOOTER **/
.footer-logo {
    max-width: 150px;
    border-radius: 8px;
    overflow: hidden;
}
.section-title-container .section-title {
    margin-bottom: 0;
}

.absolute-footer.dark {
    padding: 8px 0 5px;
}
.absolute-footer .footer-secondary {
    color: #fff;
    padding: 0;
    font-size: 14px;
}
.copyright-footer {
    font-size: 12px;
}
footer .contact-form .wpcf7-form-control {
    height: 32px;
}
footer .contact-form textarea.wpcf7-form-control {
    resize: vertical;
    min-height: 60px;
}

/** SINGLE PRODUCT **/
.product-images {
    margin-bottom: 19.6px;
}