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

/*************** GENERAL  ***************/
.bb, .bt {border:inherit;}
.gradient-color-bg {
	background: rgb(255,159,184);
	background: linear-gradient(180deg, rgba(255,159,184,1) 0%, rgba(255,75,51,1) 50%, rgba(0,28,168,1) 100%);
}

.bg-rings .section-content {
    background: url(https://3t.eco/wp-content/uploads/2024/10/Brand-Element-2.svg) repeat-x;
    background-position: center center;
    background-size: 6%;
}
.eneko-radius img {border-radius: 30px;}
.eneko-radius-2 img {border-radius: 180px;}
.eneko-radius-200 .col-inner {border-radius: 200px!important;}

.eneko-text-padding .text {padding: 0 25px;}

.eneko-bg-footer {
	
}
.button span {font-weight:lighter;line-height: 2.4em;}

.absolute-footer {
    display: none;
}

.header-social-icons .social-icons.follow-icons, .single .social-icons.share-icons.share-row {
    color: #091e1c;
    font-size: 150%;
}

.category-team a.button.is-underline.is-small.mb-0 {
    display: none;
}

.category-team .box-text.text-left, .category-team .text-left .is-divider {text-align:center;}
.archive.category-team .text-left .is-divider {text-align:center;margin: 5px auto;}

input#s {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: inherit;
    border: 0;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.job-position {
    font-weight: 500;
}

.off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
}

/*** FONTS ***/

.chivo {font-family: Chivo, sans-serif; line-height:1.2em;}

.single-post h2 { font-size: 35px; }
.single-post h3, .single-post h4 { font-size: 24px; }
.single-post h1 { line-height: 1em;}

@media only screen and (min-width: 48em) {
.h1, .h2, h1, h2 {font-size: 52px;line-height:1.2em;}
.h3, .h4, h3, h4 {font-size: 35px;line-height:1.2em;}
.h5, .h6, h5, h6 {font-size: 28px;line-height:1.2em;}
}
@media only screen and (max-width: 48em) {
.h1, .h2, h1, h2 {font-size: 38px;line-height:1.2em;}
.h3, .h4, h3, h4 {font-size: 24px;line-height:1.2em;}
.h5, .h6, h5, h6 {font-size: 24px!important;line-height:1.2em;}

.header-main .mobile-nav .nav-icon a {
	width: 73px;
	height: 50px;
	border-radius: 99px;
	margin: 0 auto;
	align-items: center;
}
}

/*** HEADER ***/
.header-main .nav > li > a {
    background-color: #dce6ee;
    color: #193533;
    opacity: 1;
    padding: 0px 25px;
}
.header-main .nav > li > a:hover {
    background-color: #f8ba67;
    color: #193533;
}
.nav-box>li.active>a, .nav-pills>li.active>a {
    background-color: #f8ba67;
    color: #193533;
    opacity: 1;
    padding: 0px 25px;
}

/*************** BUTTONS  ***************/


.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid;
}

/*************** BLOG  ***************/

.eneko-posts-home .box-image, .eneko-posts-home .is-divider {
    display: none;
}

.single-post .wp-post-image, .archive .wp-post-image, .blog .wp-post-image {
    border-radius: 30px;
}

.blog div#content, .archive div#content, .single div#content   {
    margin-top: 30px;
}

@media only screen and (min-width: 48em) {
.archive .image-cover, .blog .image-cover {
    min-height: 250px;
}
}
@media only screen and (max-width: 48em) {
.archive .image-cover, .blog .image-cover {
    min-height: 380px;
}
}

@media only screen and (min-width: 48em) {
.eneko-posts-home .box-text {
    border-radius: 99px;
    padding: 20px 130px 20px 60px;
}
}
@media only screen and (max-width: 48em) {
.eneko-posts-home .box-text {
    border-radius: 39px;
    padding: 25px 25px 25px 25px;
}
.dark-mobile {color:#091e1c!important;}
}

@media only screen and (min-width: 48em) {
.eneko-posts-home a.button.secondary.is-underline {
    position: absolute;
    right: 5%;
    top: 25%;
    border-bottom: 1px solid;
    border-top: inherit;
    border-right: inherit;
    border-left: inherit;
    padding: 0;
}
.eneko-posts-home a.button.secondary.is-underline:hover {
    border-bottom: 1px solid;
    border-top: inherit;
    border-right: inherit;
    border-left: inherit;
    padding: 0;
	color:#fff;
	border-color:#fff;
}
}

.eneko-posts-home p.cat-label, .eneko-posts-home .post-meta {
    text-transform: capitalize;
    font-size: 90%;
    opacity: 1;
    color: #dce6ee;
}

@media only screen and (min-width: 48em) {
    header.entry-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
.entry-image {
    max-width: 35%;
}
.category-team .entry-image {
    max-width: 20%;
}
.entry-header-text {
    width: 65%;
    padding-left: 5%;
}
.category-team .entry-header-text {
    width: 85%;
    padding-left: 5%;
}

}
@media only screen and (max-width: 48em) {
.flex-row.next-prev-nav.bt.bb {
	flex-flow: row nowrap;
    flex-direction: column;
	align-items: inherit;
}
}

/*** GRAVITY FORM ***/
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, .sib-email-area input {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    background: #dce6ee;
    border-radius: 30px;
    padding: 20px;
    min-height: 45px;
}
input#gform_submit_button_1, input.sib-default-btn {
    background: #f8ba67;
    color: #193533;
    text-transform: capitalize;
    border-radius: 30px;
}
.altcha.svelte-ddsc3z {
    border-radius: 30px !important;
    padding: 5px 20px;
}

/*** TEAM PART ***/
.team-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.team-posts-wrapper {
    margin: 50px auto;
}

@media only screen and (min-width: 48em) { 
.team-post { width: calc(33.333% - 20px); }
}
@media only screen and (max-width: 48em) and (min-width: 500px) { 
.team-post { width: calc(50% - 20px); }
}
@media only screen and (max-width: 500px) { 
.team-post { width: 100%; }
}

.team-post {
    background-color: #f9f9f9;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 20px;
}

.team-post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.team-post-title {
    font-size: 1.25em;
    margin: 25px 0 10px;
}

.team-post-position {
    font-size: 1em;
    margin-bottom: 0px;
}

.team-read-more {
    color: #091e1c;
    padding: 8px 16px;
    text-decoration:underline;
    border: none;
    cursor: pointer;
    margin:0;
}

.team-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

@media only screen and (min-width: 48em) { 
.team-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
}
}

@media only screen and (max-width: 48em) { 
.team-modal-content {
    position: absolute;
    top: 15%;
    left: 10px;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    max-width: 95%;
    max-height: 80%;
    overflow-y: auto;
}
}

.team-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5em;
    cursor: pointer;
}

