/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Header */
body.is-small h1 {
    font-size: 70px !important;
}
body.is-small .header-home-icon {
    display: none !important;
}
#main-menu.awb-menu.collapse-enabled #menu-main-menu {
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 100vw;
}
#main-menu.awb-menu.collapse-enabled .awb-menu__main-li,
#main-menu.awb-menu.collapse-enabled .awb-menu__sub-li {
    margin-left: 20px !important;
    padding-left: 20px;
}
.fusion-tb-header.nav-expanded {
    padding-left: 20px;
    position: relative;
    z-index: 100;
    background-color: #FFF;
}
.fusion-tb-header.nav-expanded > div {
    background-color: var(--awb-color4) !important;

}
/* End - Header */

body:not(.is-large) h2 {
    font-size: 45px !important;
}
body:not(.is-large) h3 {
    font-size: 35px !important;
}

/* Title Bar */
.title-bar-footer {
    height: 75px !important;
}
.title-bar-footer.title-bar-footer-center {
    width: 63px !important;
}
.title-bar-footer.title-bar-footer-side {
    width: calc( 50% - 31.5px ) !important;
}
.fusion-empty-dims-img-placeholder {
    height: 1px;
}
/* End - Title Bar */
.edf-links a {
    color: var(--awb-color1) !important;
    text-decoration: none !important;
}
.edf-links a:hover {
    color: var(--awb-color3) !important;
}
.edf-p-no-margin {
    margin-bottom: 0 !important;
}

body.is-small .edf-text-block {
    column-count: 1;
}

/* fix header's centered logo */
nav .header-home-icon a {
    display: block;
    width: 41px; /* Adjust to image size */
    background: url('/wp-content/uploads/2025/03/volcafe-logo-white.png') no-repeat center center;
    background-size: contain;
}
nav .header-home-icon a span.menu-text {
    display: none;
}
body.is-large #menu-main-menu > li {
    width: 180px;
    white-space: nowrap;
}
body.is-medium #menu-main-menu > li {
    width: 140px;
    white-space: nowrap;
}

/* buttons */
.edf-button-xl-padding button {
    padding-right: 45px;
    padding-left: 45px;
}
/* end - buttons */

/* home */
#edf-home-form-container {
    background-position: center 300px !important;
}
#edf-home-form .fusion-form-field label {
        display: none;
}
#edf-home-form .fusion-form-checkbox label {
    display: inline-block !important;
}
.edf-home-learn-more {
    padding-left: 0 !important;
    text-decoration: underline !important;
}
/* end - home */

/* counters */
body:not(.is-small) .edf-home-counter-box .counter-box-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
}
/* end - counters */

/* footer */
body.is-medium #menu-policies {
    justify-content: center;
}
body.is-small #menu-policies a {
    padding-left: 0 !important;
}
body.is-small .awb-menu__main-ul_column .awb-menu__main-a {
    justify-content: flex-start !important;
}

/* end - footer */

/* about us history */
body.is-small .vlc-history-is-large {
    display: none !important;
}
body.is-small .vlc-history-is-small {
    display: block;
}
body:not(.is-small) .vlc-history-is-large {
    display: block;
}
body:not(.is-small) .vlc-history-is-small {
    display: none !important;
}

.vlc-history img {
    border-radius: 5px;
    aspect-ratio: 509 / 467;
    object-fit: cover;
}
.vlc-history .vlc-text-heading {
    color: var(--awb-color1);
}
.vlc-history .swiper-slide {
    display: flex;
}
body.is-small .vlc-history .swiper-slide {
    flex-direction: column;
    justify-content: space-between;
}
.vlc-history .vlc-text {
    color: var(--awb-color1);
}
#vlc-history {
    overflow: hidden; /* makes sure next/prev slides are not visible */
    width: 100%;
    max-width: 100%;
}
#vlc-history .swiper-wrapper {
    display: flex;
}
#vlc-history .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    display: flex;
}
#vlc-history .swiper-slide > div {
    /*border: 1px solid #FFFFFF;*/
    width: 50%;
}
#vlc-history .swiper-slide .vlc-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#vlc-history .swiper-slide .vlc-image {
    padding: 20px 40px 20px 0;
}
#vlc-history .swiper-slide .vlc-text {
    padding: 20px 0 20px 40px;
}
body.is-medium #vlc-history .swiper-slide .vlc-image {
    padding: 10px 20px 10px 0;
}
body.is-medium  #vlc-history .swiper-slide .vlc-text {
    padding: 10px 0 10px 20px;
}


#vlc-history .swiper-slide .vlc-text-heading {
    margin-bottom: 20px;
}
.vlc-history-year-links {
    list-style: none;
    margin: 0;
    padding: 0 40px 0 0;
    width: 50%;
    text-align: center;
}
body.is-small .vlc-history-year-links {
    width: auto;
}

.vlc-history-year-links * {
    transition: all 0.4s !important;
}
.vlc-history-year-links li {
    display: inline-block;
    width: 60px;
    text-align: center;
}
.vlc-history-year-links li a {
    font-size: 1em;
    color: var(--awb-color1);
    text-decoration: none !important;
    line-height: 50px;
}
.vlc-history-year-links li.active a {
    font-size: 1.6em;
}
.vlc-history-is-small > div > * {
    margin-bottom: 20px;
}
.vlc-history-small-contents-ctn {
    position: relative;
}
.vlc-history-small-contents {
    position: relative;
    left: 0;
}
.vlc-history-is-small .vlc-history-year-links {
    padding-right: 0;
}
.vlc-history-small-content {
    display: inline-block;
    width: calc( 100vw - 30px );
    margin-right: 10px;
    vertical-align: top;
}

/* VLC Gallery */
.vlc-gallery {
    display: flex;
}
.vlc-gallery .main-slider {
    width: 80%;
    height: 440px;
    overflow: hidden;
    position: relative;
}
body.is-medium .vlc-gallery .main-slider {
    height: 350px;
}
body.is-small .vlc-gallery .main-slider {
    width: 100%;
    height: 300px;
}
.vlc-gallery .main-slider .swiper-wrapper {
    /*overflow: hidden;*/
}
.vlc-gallery .main-slider .swiper-slide img {
    border-radius: 5px;
    height: 440px;
    width: 100%;
    object-fit: cover;
}
body.is-small .vlc-gallery .main-slider .swiper-slide img {
    height: auto;
    aspect-ratio: 6 / 5;
}

.vlc-gallery .thumbs-slider {
    width: 20%;
    height: 440px;
    margin-left: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
body.is-medium .vlc-gallery .thumbs-slider {
    height: 350px;
}
body.is-small .vlc-gallery .thumbs-slider {
    display: none !important;
}
.vlc-gallery .thumbs-slider * {
    transition: all 0.4s;
}
.vlc-gallery .thumbs-slider .swiper-slide {
    height: 140px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--awb-color6);
}
.vlc-gallery .thumbs-slider .swiper-slide img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0.7;
}

.vlc-gallery .thumbs-slider .swiper-slide-thumb-active img {
    opacity: 1;
}
.vlc-gallery .thumbs-slider .swiper-slide:not(.swiper-slide-thumb-active):hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--awb-color6);
    opacity: 0.7;
    z-index: 1;
    border-radius: 4px;
}
.vlc-gallery .swiper-button-next,
.vlc-gallery .swiper-button-prev {
    color: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    cursor: pointer;

}
.vlc-gallery .swiper-button-next:hover,
.vlc-gallery .swiper-button-prev:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.6);
}
.vlc-gallery .swiper-button-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.vlc-gallery .swiper-button-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.vlc-gallery .thumbs-arrow::after,
.vlc-gallery .swiper-button-next::after,
.vlc-gallery .swiper-button-prev::after {
    content: '\203A';
    color: rgba(255, 255, 255, 0.5);
    font-size: 3em;
    line-height: 56px;
    display: flex;
    justify-content: center;
}
.vlc-gallery .swiper-button-prev::after {
    content: '\2039';
}

.vlc-gallery .swiper-button-next:hover,
.vlc-gallery .swiper-button-prev:hover {
    color: #005177;
}

.vlc-gallery .thumbs-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 4px 8px;
    font-size: 18px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    user-select: none;
    pointer-events: none;
}
.vlc-gallery .thumbs-arrow::after {
    line-height: 25px;
}

.vlc-gallery .thumbs-slider:hover .thumbs-arrow {
    opacity: 1;
    pointer-events: auto;
}

.vlc-gallery .thumbs-arrow.up::after{
    transform: rotate(90deg);
}
.vlc-gallery .thumbs-arrow.down::after{
    transform: rotate(-90deg);
}
.vlc-gallery .thumbs-arrow.up {
    top: 0;
}

.vlc-gallery .thumbs-arrow.down {
    bottom: 0;
}


/* thin track */
.vlc-gallery .thumbs-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

/* bigger, floating scrollbar thumb */
.vlc-gallery .thumbs-scrollbar-thumb {
    position: absolute;
    right: 0px;
    width: 6px;
    background-color: #6F263D;
    border-radius: 4px;
    height: 20%;
    top: 0;
    transition: top 0.1s;
}
/* End - VLC Gallery */



/* Member Post Card */
body.is-large .vlc-team .vlc-team-is-large {
    display: block;
}
body.is-large .vlc-team .vlc-team-is-small {
    display: none;
}
body.is-small .vlc-team .vlc-team-is-large {
    display: none;
}
body.is-small .vlc-team .vlc-team-is-small {
    display: block;
}
.vlc-team {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.vlc-team .swiper-slide {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.vlc-team .vlc-member *,
.vlc-team .vlc-member > div::before {
    transition: all 0.4s;
}
.vlc-team .vlc-member {
    flex: 0 1 calc(25% - 14px);
    background-size: cover;
    border-radius: 4px;
    background-position: center center;
    aspect-ratio: 5 / 6;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.vlc-team .vlc-member > div {
    /*position: relative;
    z-index: 10;*/
}
.vlc-team .vlc-member > div::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--awb-color6);
    opacity: 0;
}
.vlc-team .vlc-member:hover > div::before {
    opacity: 0.8;
}
.vlc-team .vlc-member .vlc-member-name,
.vlc-team .vlc-member .vlc-member-title,
.vlc-team .vlc-member .vlc-member-details {
    z-index: 100;
    position: relative;
    top: 170px;
    color: var(--awb-color1);
    font-size: 13px;
}
.vlc-team .vlc-member .vlc-member-details {
    top: 200px;
}
.vlc-team .vlc-member:hover .vlc-member-name,
.vlc-team .vlc-member:hover .vlc-member-title,
.vlc-team .vlc-member:hover .vlc-member-details {
    top: 5px;
}
.vlc-team .vlc-member .vlc-member-title {
    margin: 0 0 10px 0;
}
.vlc-team .vlc-member .vlc-member-name h5 {
    color: var(--awb-color1);
    font-weight: bold;
    position: relative;
    z-index: 10;
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0;
}

.vlc-team .swiper-pagination {
    position: absolute;
    bottom: 20px !important;  /* Adjust the position */
    z-index: 1000000;
    display: flex;
    justify-content: center !important;
}

.vlc-team .swiper-pagination-bullet {
    background-color: var(--awb-color6); /* Bullet color */
    width: 12px;            /* Bullet size */
    height: 12px;
    margin: 0 10px !important;
}

.vlc-team .swiper-pagination-bullet-active {
    background-color: var(--awb-color3); /* Active bullet color */
}


.vlc-team-is-small {
    /*height: 90vh;*/

}
.vlc-team-is-small * {
    transition: all 0.4s ;
}
.vlc-team-small-ctn {
    height: 100%;
    overflow: hidden;
}

.vlc-team .vlc-team-is-small .vlc-member {
    aspect-ratio: 5 / 2;
    margin-bottom: 20px;
}
.vlc-team .vlc-team-is-small .vlc-member:not(.active) > div::before {
    opacity: 0 !important;
}

.vlc-team .vlc-team-is-small .vlc-member.active {
    aspect-ratio: 5 / 6;
}
.vlc-team .vlc-team-is-small .vlc-member .vlc-member-name,
.vlc-team .vlc-team-is-small .vlc-member .vlc-member-title,
.vlc-team .vlc-team-is-small .vlc-member .vlc-member-details {
    top: 35px;
}

.vlc-team .vlc-team-is-small .vlc-member .vlc-member-details {
    margin-top: 50px;
}
.vlc-team .vlc-team-is-small .vlc-member .vlc-member-name h5 {
    margin-bottom: 5px;
}


/* End - Member Post Card */
.awb-image-hotspots .popover {
    max-width: 400px !important;
}
/*body.is-small .awb-image-hotspots .popover {
    margin-left: 10px;
}*/
.awb-image-hotspots .popover-title {
    font-size: 18px !important;
}
.awb-image-hotspots .popover-content {
    font-size: 13px;
}