/*
Theme Name: EPSON Press
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: avada
Version: 1.0.0
Text Domain: avada
*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body li,
body a,
body span:not(.ab-icon),
body label,
body textarea,
body button,
body blockquote,
body figcaption,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content li,
.post-content a,
.post-content span,
.post-content label,
.post-content textarea,
.post-content button,
.post-content blockquote,
.post-content figcaption,
.fusion-tb-page-title-bar h1,
.fusion-tb-page-title-bar h2,
.fusion-tb-page-title-bar h3,
.fusion-tb-page-title-bar h4,
.fusion-tb-page-title-bar h5,
.fusion-tb-page-title-bar h6,
input:not(.fusion-search-submit), 
select {
    font-family: Helvetica, Arial, sans-serif !important;
}

.widget_category_widget {

}

.widget_category_widget select {
    width: 100%;
    border-radius: 0px;
}

#menu-language-switcher .menu-text > span {
    margin-top: 6px;
}

#menu-language-switcher .menu-item > .sub-menu {
    display: flex;
    flex-flow: column wrap;
    max-height: 360px;
    background: #FFFFFF;
}

#menu-language-switcher .menu-item > .sub-menu > li {
    width: 200px;
}

#menu-language-switcher .menu-item > .sub-menu > li  a > span {
    margin-bottom: -4px;
}

.widget-language-selector {

}

.lang-select {
    position: relative;
}

.lang-select__button {
    display: flex;
    align-items: center;
    padding: 0px;
    color: #10218B;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.lang-select__button:active {
    transform: scale(0.98);
}

.lang-select__icon {
    flex: 0 1 auto;
    margin-right: 0.5rem;
}

.lang-select__display {
    display: none;
    position: absolute;
    top: 35px;
    width: 300px;
    padding: 1rem;
    background-color: #f2f6f6;
    border: 1px solid #CCCCCC;
}

.lang-select__title {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    color: #353535 !important;
    font-size: 1.125rem !important;
    font-weight: normal !important;
}

.lang-select__selector {
    margin-top: 1rem;
}

.lang-select__selector label {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.lang-select__selector select {
    width: 100%;
    padding: 0.5rem;
    color: #353535 !important;
    border: 1px solid #90949c;
    border-radius: 0px;
}

.lang-select__confirm {
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    padding: .5rem 2.5rem .5rem 1rem;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1;
    background-color: #10218b;
    border: none;
    transition: .3s ease-in-out all;
}

.lang-select__confirm::before,
.lang-select__confirm::after {
    content: "";
    position: absolute;
    top: .625rem;
    right: 1rem;
    width: .75rem;
    height: .75rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: .3s ease-in-out all;
}

.lang-select__confirm::before {
    opacity: 1;
    background-image: url(theme/images/arrow-right-white.svg);
}

.lang-select__confirm::after {
    opacity: 0;
    background-image: url(theme/images/arrow-right-blue.svg);
}

.lang-select__confirm:hover {
    color: #10218b;
    background-color: #9ddfff;
}

.lang-select__confirm:hover::before {
    opacity: 0;
}

.lang-select__confirm:hover::after {
    opacity: 1;
}

.lang-select__confirm:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: scale(0.98);
    transition: all 0.2s ease;
}

.lang-select__confirm.loading {
    position: relative;
    overflow: hidden;
}

.lang-select__confirm.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.downloads_widget {
    width: 100%;
}

.post-download-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 29px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    background-color: #d9e3ec;
    border: none;
    transition: all .2s;
}

.post-download-button i,
.post-download-button span {
    color: inherit;
}

.post-download-button span {
    display: block;
    margin-top: 3px;
}

.post-download-button:hover {
    color: #10218b;
}

.authors-widget {

}

.author-widget__heading {

}

.author-widget__heading h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
}

.author-widget__content {

}

.author-widget__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9ea0a4;
}

.author-widget__avatar {
    flex: 0 0 54px;
    max-width: 54px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.author-widget__name {
    flex: 0 0 calc(100% - 69px);
    max-width: calc(100% - 69px);
    margin-bottom: 15px;
    color: #000000;
}

.author-widget__desc {
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    color: #000000;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.author-widget__socials {
    display: flex;
    gap: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
}

.author-widget__socials a {
    color: #9ea0a4;
}

.author-widget__mail {

}

.author-widget__lnkd {

}

.author-widget__fcbk {

}

.author-widget__date {
    margin-top: 15px;
}

.author-widget__date-label {
    color: #9ea0a4;
    font-size: 14px;
}

.author-widget__date-time {

}

.related-posts .fusion-image-wrapper img {
    object-fit: cover;
    aspect-ratio: 2 / 1;
}

#sliders-container {
    display: block !important;
}
#fallback-slide {
    display: none !important;
}


.fusion-image-wrapper img {
    width: 600px !important;
    object-fit: scale-down !important ;
      background-color: #ffffff !important;
  }
  
  .post-content video {
    width:100% !important;
    max-width:100% !important;
    height: auto !important;
  }
  .author-widget__heading {
      padding-top:15px !important;
  }
  .fusion-load-more-button  {
          max-width: 250px !important;
      margin: 15px auto 0 auto !important;
      background-color: #0f218b !important;
      color: #fff !important;
  }
  .fusion-load-more-button:hover {
      background-color: #9ddfff !important;
      color: #0f218b !important;
  }

  .fusion-loading-container fusion-clearfix {
    text-align: center !important;
  }

/* Hide featured image in header, title bar, and footer areas */
.fusion-tb-header .epson-featured-image,
.fusion-page-title-bar .epson-featured-image,
.fusion-footer-widget-area .epson-featured-image {
    display: none !important;
}

.single-post .post-slideshow {
    display: none !important;
}