/*
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 {
    --primary: rgb(3, 85, 142);
    --second: #ffe9ba;
    --third: #b89a58;
}

.header-main,
.section-footer {
    background: url("/wp-content/themes/flatsome-child/assets/img/footer.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* #logo::before {
    content: "";
    top: 0px;

    background: url("/wp-content/themes/flatsome-child/assets/img/footer.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;

    width: 140px;
    height: 140px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
} */



#logo {
    position: relative;
}


ul.header-nav.header-nav-main.nav.nav-right a,
ul.header-nav.header-nav-main.nav.nav-left a {
    font-weight: 100 !important;
}

/* ul.header-nav.header-nav-main.nav.nav-right li {
    padding: 10px;
    -webkit-transition: background-color 0.3s linear;
    line-height: 1;
    margin: 0px;
}

ul.header-nav.header-nav-main.nav.nav-right li:hover,
ul.header-nav.header-nav-main.nav.nav-right li.current-menu-item,
ul.header-nav.header-nav-main.nav.nav-right li.current_page_item {
    background: #b89a58;
}
 */

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: #ffe9ba !important;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: #ffe9ba;
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
    top: unset;
}
.header-main a.nav-top-link {
    font-size: 15px;
}

ul.header-nav.header-nav-main.nav.nav-right {
    display: flex
;
    gap: 50px;
}
ul.header-nav.header-nav-main.nav.nav-left {
    display: flex
;
    gap: 52px;
}

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

.btn-view-more span,
h5.post-title.is-large a {
    font-weight: 600;
    font-size: 20px;
    color: rgb(3, 85, 142);
}

.box-blog-post .post-meta,
.box-blog-post p.from_the_blog_excerpt {
    color: rgb(3, 85, 142);
    font-size: 14px;
}

.box-blog-post .box-image {
    border-radius: 8px 8px 0px 0px;
}

.img-radius img {
    border-radius: 6px;
}

.row-3-category .overlay {
    background-color: unset;
}

p.cat-label.tag-label {
    background-color: var(--primary) !important;
    color: #fff !important;
    opacity: 1;
    line-height: 1.6;
    margin-bottom: 10px;
}



.banner-radius {
    border-radius: 6px;
    overflow: hidden;
}


.section-blog-news p.from_the_blog_excerpt {
    border-bottom: 1px solid rgb(3, 85, 142);
    padding-bottom: 18px;
}

.section-blog-news a.button.is-link {
    color: rgb(3, 85, 142);
    float: right;
}

.section-blog-news a.button.is-link::after {
    content: '→';
}

.section-blog-news h5.post-title,
h2.wp-block-heading {
    color: rgb(3, 85, 142) !important;
}


.section-blog-news .box-text.text-left {
    min-height: 232px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.section-blog-news .box-text.text-left:hover {
    background: rgb(3 85 142 / 13%);
    cursor: pointer;
    border-radius: 0px 0px 8px 8px;
}

.widget.widget_block li {
    list-style: disc;
    color: #000;
}


header.entry-header h1 {
    color: #1d3929;

}



.icon-box-contact .icon-inner {
    background-color: rgb(3, 85, 142);
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-box-contact .icon-inner img {
    display: block;
    padding: 3px 3px 4px;
}

.col-form-contact .wpcf7 input[type="text"],
.col-form-contact .wpcf7 input[type="email"],
.col-form-contact .wpcf7 textarea {
    border: none;
    border-bottom: 1px solid rgb(3, 85, 142);
    border-radius: 0;
    width: 100%;
    padding: 8px 0;
    box-shadow: none;
    font-size: 18px;
}

.col-form-contact .select-resize-ghost,
.col-form-contact .select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
.col-form-contact input[type=email],
input[type=number],
input[type=search],
.col-form-contact input[type=text],
input[type=url],
select,
.col-form-contact textarea,
.col-form-contact input[type=text]:focus,
.col-form-contact input[type=email]:focus,
select:focus,
.col-form-contact textarea:focus {

    background-color: transparent;

}

.col-form-contact .wpcf7 input[type="text"]:focus,
.col-form-contact .wpcf7 input[type="email"]:focus,
.col-form-contact .wpcf7 textarea:focus {
    outline: none;
    border-bottom-color: #1d3929;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: var(--primary);
    color: #fff;
}

.col-form-contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(90deg, #b89a58 -33.67%, #ffe9ba 100%);
    border-radius: 38px;
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
}

.woocommerce-MyAccount-content p {
    color: #000 !important;
}



.col-workshop .wpcf7-form {
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
}




.col-workshop .form-field {
    width: 100%;
    padding: 6px 16px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #ffffff;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.col-workshop .form-field:focus {
    outline: none;
    border-color: #e74c3c;
}

.col-workshop .form-field::placeholder {
    color: #999;
    font-size: 14px;
}

.col-workshop .form-field-textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #ffffff;
    font-size: 14px;
    color: #333;
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.col-workshop .form-field-textarea:focus {
    outline: none;
    border-color: #e74c3c;
}

.col-workshop .form-field-textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.col-workshop select.form-field {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    appearance: none;
}

.col-workshop input[type="date"].form-field,
.col-workshop input[type="time"].form-field {
    cursor: pointer;
}



.col-workshop .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.col-workshop .wpcf7-validation-errors {
    background: #ffeaea;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.col-workshop .wpcf7-mail-sent-ok {
    background: #eafaf1;
    border: 1px solid #27ae60;
    color: #27ae60;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}


.col-point .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.col-point .form-col {
    flex: 1;
}

.col-point .form-col label {
    display: block;
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
    font-weight: 500;
}

.col-point .required {
    color: red;
}

.col-point .form-col input {
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.col-point .form-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.col-point .form-check {
    flex: 1;
    font-size: 13px;
    color: white;
    line-height: 1.8;
    max-width: 50%;
}

.col-point .form-check input[type="checkbox"] {
    margin-right: 6px;
    transform: scale(1.1);
    margin-bottom: 0px;
}

.col-point .form-submit input[type="submit"] {
    background: white;
    color: #004aad;
    font-weight: bold;
    border: none;
    padding: 2px 25px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 260px;
    margin-right: -84px;
}

.col-point .form-submit input[type="submit"]:hover {
    opacity: 0.9;
}



.wpcf7-response-output {
    display: none !important;
}


.reward-exchange-form label {
    margin-bottom: -33px;
}

.my-register-form label {
    position: relative;
    display: flex;
}

.my-register-form span.input-icon {
    position: absolute;
    left: 10px;
    top: 42%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.box-blog-post a.button.is-outline {
    background: transparent;
    border: 2px solid rgb(3, 85, 142);
    color: rgb(3, 85, 142);
}

.box-blog-post a.button.is-outline:hover {
    background: rgb(3, 85, 142);
    color: #fff;
}


.page-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    background: rgba(255, 233, 186, 0.291);
}

.entry-content * {
    color: rgb(3, 85, 142);
}

.page-title h1.entry-title {
    font-size: 40px;
}

.show-password-input {
    cursor: pointer;
    line-height: 1.35;
    padding: 7px 10px;
    position: absolute;
    right: -16px;
    top: 0;
    visibility: hidden;
}

.li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout,
.woocommerce-MyAccount-content>p
{
    display: none;
}

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


}
a.plain {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}