/*
Theme Name: EPL Global Theme
Author: Vibrant Info
Description: EPL Global is a custom theme with different templates supported by ACF plugin.
Version: 1.0
Text Domain: epl-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] h5,
html[lang="zh-CN"] h6,
html[lang="zh-CN"] p,
html[lang="zh-CN"] span,
html[lang="zh-CN"] li,
html[lang="zh-CN"] div,
html[lang="zh-CN"] a,
html[lang="zh-CN"] strong,
html[lang="zh-CN"] em,
html[lang="zh-CN"] blockquote,
html[lang="zh-CN"] ul,
html[lang="zh-CN"] ol,
html[lang="zh-CN"] dt,
html[lang="zh-CN"] dd {
  line-height: normal !important;
}
.br-30 {
  border-radius: 30px;
}
a.commen_btn {
  color: #fff !important;
}
.custom-office-add ul {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
}
.custom-office-add ul li a {
  color: var(--theme-blue);
  font-weight: 600;
}
.forminator-design--default .forminator-col {
  padding: 0 10px !important;
}
.forminator-design--default .forminator-textarea,
.forminator-design--default
  .forminator-select2
  + .forminator-select
  .selection
  .select2-selection--single,
.forminator-design--default .forminator-input {
  background: #fff !important;
  border-radius: 100px !important;
  height: 50px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-color: #d9d9d9 !important;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background-color: transparent !important;
}
.forminator-design--default .forminator-textarea {
  border-radius: 30px !important;
}
.forminator-design--default .forminator-description {
  display: none !important;
}
.object-fit-cover {
  object-fit: cover;
}
/* Fullscreen Modal */
.full-screen-modal {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
.full-screen-modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}
.full-screen-modal .modal-dialog {
  height: calc(100vh - 20px);
  margin: 10px;
  max-width: 100%;
  width: calc(100vw - 20px);
}
body.logged-in.admin-bar .full-screen-modal .modal-dialog {
  height: calc(100vh - 50px);
  margin-top: 40px;
}
.trp-language-switcher {
  width: auto;
  height: auto;
}
.trp-language-switcher > div {
  border: 0;
  padding: 0 !important;
  width: 80px !important;
}
.trp-language-switcher > div > a {
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #6f7b86;
}
.trp-language-switcher .trp-ls-shortcode-language {
  z-index: 40;
}
.trp-language-switcher > div > a:hover {
  background-color: #fff;
  color: var(--theme-green);
}
footer .trp-language-switcher > div {
  background-color: transparent;
}
footer .trp-language-switcher > div > a {
  color: #fff;
}
footer .trp-language-switcher > div > a:hover {
  background-color: transparent;
}

.epl-audio-player {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding: 20px 15px 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-bottom: 24px;
}
.epl-audio-player.epl-audio-playing .audio-info {
  background-image: url(assets/images/audio-waves.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 47px;
}
.epl-audio-player:not(.epl-audio-playing) img {
  opacity: 0.5;
}
.epl-audio-player .audio-title {
  font-size: 28px;
  line-height: 30px;
  color: var(--theme-blue);
}
.epl-audio-player .audio-info {
  display: flex;
  align-items: center;
}
.epl-audio-player .progress-container {
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  bottom: 0;
}
.epl-audio-player .progress-bar {
  width: 0%;
  height: 100%;
  background-color: var(--theme-green);
}

.epl-video-container {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.epl-video-container .epl-video-thumbnail {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 #00000040;
}
.epl-video-container .epl-video-thumbnail > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1.27);
}
.epl-video-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#epl-videoModal .modal-content {
  background-color: #000;
}
#epl-videoModal .btn-close {
  position: absolute;
  right: -30px;
  top: -15px;
}
.trending_listing .post-img {
  height: 276px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}
.block-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.forminator-row .hide-label .forminator-label {
  display: none !important;
}
.cky-consent-container .cky-consent-bar {
  border-radius: 30px !important;
  background: linear-gradient(180deg, #f4fbf4 0%, #f5f7ff 100%) !important;
  padding: 40px !important;
}
.cky-consent-container .cky-notice .cky-title {
  font-size: 28px;
  line-height: 28px;
  max-width: 300px;
  margin-bottom: 20px;
}
.cky-consent-container .cky-notice-des a,
.cky-consent-container .cky-notice-des p {
  font-size: 18px !important;
  line-height: 26px;
  text-decoration: none;
}
.cky-consent-container
  .cky-consent-bar
  .cky-notice-btn-wrapper
  .cky-btn.cky-btn-accept {
  max-width: fit-content;
  padding-top: 12px;
  padding-bottom: 12px;
}
.cky-consent-container {
  width: 467px;
}
.cky-box-bottom-right {
  bottom: 20px !important;
  right: 20px !important;
}
.cky-custom-brand-logo-wrapper,
.cky-notice .cky-title,
.cky-notice-des,
.cky-notice-btn-wrapper {
  padding: 0 !important;
}
.pagination .page-item.active .page-link {
  background-color: var(--theme-green);
  border-color: var(--theme-green);
}
.pagination .page-link {
  color: var(--theme-green);
}
.trp-ls-shortcode-language a[title="German"] {
  display: none !important;
}
.forminator-label {
  color: #1e3c78 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
span.forminator-radio-label {
  color: #6f7b86 !important;
  font-size: 18px !important;
  line-height: 21px !important;
}
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-radio
  input:checked
  + .forminator-radio-bullet:before {
  background: #5a65f5 !important;
}
.trp-shortcode-switcher{padding:0!important}
.footer_bottom .trp-shortcode-switcher{background-color: #214275!important;}
.trp-language-switcher>div{width:100px!important}