@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
/*****************
// SPACING RESETS
*******************/
.no-paddings-b {
  padding-bottom: 0px !important;
}
.no-paddings-t {
  padding-top: 0px !important;
}
.no-paddings {
  padding: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-paddings .vc_column-inner {
  padding: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-margins-b {
  margin-bottom: 0px !important;
}
.no-margins-t {
  margin-top: 0px !important;
}
.no-margins {
  margin: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.no-padding-t-b-m {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*************
// PADDINGS
**************/
.p-all-1 {
  padding: 1rem !important;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-all-2 {
  padding: 2rem !important;
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-all-3 {
  padding: 3rem !important;
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-t-b-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.p-l-r-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
/*************
// MARGINS
**************/
.m-all-1 {
  margin: 1rem !important;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.m-all-2 {
  margin: 2rem !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.m-all-3 {
  margin: 3rem !important;
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.center {
  text-align: center !important;
}
.mb-4-5 {
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .mb-3-m {
    margin-bottom: 3rem !important;
  }
  .mb-3-m.mb-5, .mb-3-m.mb-4 {
    margin-bottom: 3rem !important;
  }
  .mb-2-m {
    margin-bottom: 2rem !important;
  }
  .mb-2-m.mb-5, .mb-2-m.mb-4 {
    margin-bottom: 2rem !important;
  }
  .mb-1-m {
    margin-bottom: 1rem !important;
  }
  .mb-1-m.mb-5, .mb-1-m.mb-4 {
    margin-bottom: 1rem !important;
  }
}
/*************
// BORDERS
***************/
.border-all {
  border: 1px solid;
}
.border-r {
  border-right: 1px solid;
}
.border-l {
  border-left: 1px solid;
}
.border-t {
  border-top: 1px solid;
}
.border-b {
  border-bottom: 1px solid;
}
.border-r-b-5, .border-r-b {
  border-radius: 0rem 0rem 15px 15px;
}
.border-r-t-5, .border-r-t {
  border-radius: 15px 15px 0rem 0rem;
}
.border-r-a-2, .border-r-a {
  border-radius: 15px;
}
/*****************************
        STRUCTURE
*****************************/
.reverse-row-mobile {
  flex-direction: column-reverse;
}
/*****************************
FEATURED PRODUCT CARD SETTINGS
*****************************/
.theme-featured_product_card .subheading.default {
  font-size: 20px;
}
.theme-featured_product_card .subheading.large {
  font-size: 30px;
  line-height: 40px;
}
.theme-featured_product_card .subheading.medium {
  font-size: 22px;
  line-height: 30px;
}
.theme-featured_product_card .subheading.small {
  font-size: 16px;
}
.theme-featured_product_card .subheading.bold {
  font-family: "Conv_Neo Sans Std Medium", sans-serif;
}
.theme-typography h1, .theme-bodytext h1, .theme-headingtext h1, .theme-vc-element h1, div h1 {
  font-size: 42px !important;
  font-weight: 500 !important;
}
.theme-typography h2, .theme-bodytext h2, .theme-headingtext h2, .theme-vc-element h2, div h2 {
  font-size: 33px !important;
  font-weight: 500;
}
.theme-typography h3, .theme-bodytext h3, .theme-headingtext h3, .theme-vc-element h3, div h3 {
  font-size: 26px !important;
  font-weight: 500 !important;
}
.theme-typography h4, .theme-bodytext h4, .theme-headingtext h4, .theme-vc-element h4, div h4 {
  font-size: 20px !important;
  font-weight: initial;
}
.theme-typography h5, .theme-bodytext h5, .theme-headingtext h5, .theme-vc-element h5, div h5 {
  font-size: 20px !important;
  font-weight: initial;
}
.theme-typography h6, .theme-bodytext h6, .theme-headingtext h6, .theme-vc-element h6, div h6 {
  font-size: 18px !important;
}
.theme-typography p, .theme-bodytext p, .theme-headingtext p, .theme-vc-element p, div p {
  font-size: 16px !important;
  font-weight: 300 !important;
}
.theme-typography strong, .theme-bodytext strong, .theme-headingtext strong, .theme-vc-element strong, div strong {
  font-weight: 700;
}
.theme-typography h1, .theme-typography h2, .theme-typography h3, .theme-typography h4, .theme-typography h5, .theme-typography h6, .theme-typography p, .theme-bodytext h1, .theme-bodytext h2, .theme-bodytext h3, .theme-bodytext h4, .theme-bodytext h5, .theme-bodytext h6, .theme-bodytext p, .theme-headingtext h1, .theme-headingtext h2, .theme-headingtext h3, .theme-headingtext h4, .theme-headingtext h5, .theme-headingtext h6, .theme-headingtext p, .theme-vc-element h1, .theme-vc-element h2, .theme-vc-element h3, .theme-vc-element h4, .theme-vc-element h5, .theme-vc-element h6, .theme-vc-element p, div h1, div h2, div h3, div h4, div h5, div h6, div p {
  margin-bottom: 1rem;
  color: #ffffff;
}
.theme-typography.center, .theme-bodytext.center, .theme-headingtext.center, .theme-vc-element.center, div.center {
  text-align: center !important;
}
.theme-typography.center h1, .theme-typography.center h2, .theme-typography.center h3, .theme-typography.center h4, .theme-typography.center h5, .theme-typography.center h6, .theme-typography.center p, .theme-typography.center span, .theme-typography.center a, .theme-typography.center li, .theme-typography.center i, .theme-bodytext.center h1, .theme-bodytext.center h2, .theme-bodytext.center h3, .theme-bodytext.center h4, .theme-bodytext.center h5, .theme-bodytext.center h6, .theme-bodytext.center p, .theme-bodytext.center span, .theme-bodytext.center a, .theme-bodytext.center li, .theme-bodytext.center i, .theme-headingtext.center h1, .theme-headingtext.center h2, .theme-headingtext.center h3, .theme-headingtext.center h4, .theme-headingtext.center h5, .theme-headingtext.center h6, .theme-headingtext.center p, .theme-headingtext.center span, .theme-headingtext.center a, .theme-headingtext.center li, .theme-headingtext.center i, .theme-vc-element.center h1, .theme-vc-element.center h2, .theme-vc-element.center h3, .theme-vc-element.center h4, .theme-vc-element.center h5, .theme-vc-element.center h6, .theme-vc-element.center p, .theme-vc-element.center span, .theme-vc-element.center a, .theme-vc-element.center li, .theme-vc-element.center i, div.center h1, div.center h2, div.center h3, div.center h4, div.center h5, div.center h6, div.center p, div.center span, div.center a, div.center li, div.center i {
  text-align: center !important;
}
.theme-typography.right, .theme-bodytext.right, .theme-headingtext.right, .theme-vc-element.right, div.right {
  text-align: right;
}
.theme-typography.large p, .theme-bodytext.large p, .theme-headingtext.large p, .theme-vc-element.large p, div.large p {
  font-size: 30px;
  line-height: 40px;
}
.theme-typography.medium p, .theme-bodytext.medium p, .theme-headingtext.medium p, .theme-vc-element.medium p, div.medium p {
  font-size: 22px;
  line-height: 30px;
}
.main-btn {
  background-color: #95201e;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.main-btn:hover {
  background-color: #F59B00;
  color: #131212;
}
.theme-button a {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.theme-button a:hover {
  background-color: #F59B00 !important;
  color: #131212 !important;
}
*, html {
  scroll-behavior: smooth !important;
}
html, body {
  width: 100vw;
  overflow-x: hidden;
  scrollbar-gutter: unset;
  background-color: #131212 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
}
::-webkit-scrollbar {
  width: 0.6rem;
}
::-webkit-scrollbar-track {
  border: solid 3px transparent;
}
::-webkit-scrollbar-thumb {
  background: lightgrey !important;
  border-radius: 5px;
  border: solid 3px transparent;
}
a {
  text-decoration: none !important;
}
select, input {
  -webkit-appearance: none;
}
.hidden {
  display: none !important;
}
.top-padded {
  padding-top: 6.5rem !important;
}
div#primary.top-padded {
  padding-top: 6rem !important;
}
img {
  max-width: 100%;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.vc_row .vc_row {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.yellow-bg {
  background-color: #F59B00;
}
.dark-bg-1 {
  background-color: #131212;
}
.dark-bg-2 {
  background-color: #231f20;
}
.dark-bg-3 {
  background-color: #433B38;
}
.dark-bg-4 {
  background-color: #422C25;
}
.orange, .yellow {
  color: #F59B00 !important;
}
.orange p, .orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .orange a, .orange span, .orange i, .yellow p, .yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5, .yellow h6, .yellow a, .yellow span, .yellow i {
  color: #F59B00 !important;
}
.owl-stage-outer {
  width: 100%;
  padding-bottom: 10px;
}
.owl-nav i {
  color: #ffffff;
  font-weight: bold;
}
.single-event .related-posts-slider .owl-nav button.owl-next {
  position: absolute;
  right: -2rem;
}
.single-event .related-posts-slider .item {
  width: 97% !important;
}
.single-event .related-posts-slider .owl-nav {
  left: -3.5%;
}
p.event-location {
  font-weight: 600 !important;
  display: flex;
}
p.event-location i {
  margin-right: 10px;
}
/* Equal Heights for OwlCarousel 2 */
.banner-slider {
  min-width: 100vw;
}
.banner-slider .vc_row {
  min-width: 100vw;
}
.banner-slider .slide-image {
  background-size: cover;
  background-position: center;
}
.banner-slider .slide-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
.banner-slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 98%;
  left: 1%;
  z-index: 999;
}
.banner-slider .owl-dots {
  position: relative;
  z-index: 999;
  width: fit-content;
  text-align: center;
  /* display: inline-block; */
  margin: auto !important;
  margin-bottom: -3rem !important;
  bottom: 4rem;
  background-color: #131212;
  border-radius: 10px;
  padding: 2px 7px;
  padding-bottom: 7px;
}
.banner-slider .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  background-color: #131212 !important;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: #95201e !important;
}
.banner-slider .card-content {
  max-width: 50%;
  padding: 2rem;
}
.banner-slider .card-content .slider-btn {
  margin-top: 1rem;
  display: inline-block;
}
.banner-slider .overlay {
  background: linear-gradient(90deg, #0A0706 0%, rgba(0, 0, 0, 0.594159) 56.05%, rgba(35, 31, 32, 0) 100%);
}
.frm_primary_label, .frm_description {
  display: none !important;
}
button.frm_button_submit {
  background-color: #95201e !important;
  border: 0px !important;
  box-shadow: none !important;
}
input, textarea {
  border: 0px !important;
  padding: 14px !important;
  height: auto !important;
}
select {
  padding: 15px 1rem;
  border-radius: 10px;
  width: 100%;
  /* border: 1px solid; */
  border: 1px solid #A1A1A1;
  color: #545454;
}
header#masthead {
  background-color: #231f20;
}
header#masthead .navbar {
  padding: 1px;
}
header#masthead .navbar .site-logo-container {
  width: 20%;
}
header#masthead .navbar .site-logo-container img {
  max-width: 150px;
  height: auto;
}
header#masthead .navbar .main-menu {
  width: 95%;
  display: flex;
  justify-content: end;
}
header#masthead .navbar .main-menu #primary-menu .nav-item {
  margin-left: 1rem;
}
header#masthead .navbar .main-menu #primary-menu .nav-item a {
  color: #ffffff !important;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
header#masthead .navbar .main-menu #primary-menu .nav-item a:hover {
  color: #F59B00 !important;
  border-bottom: 1px solid #F59B00;
}
header#masthead .navbar .main-menu #primary-menu .nav-item.active a {
  color: #F59B00;
  border-bottom: 1px solid #F59B00;
}
header#masthead .navbar .main-menu #primary-menu .nav-item.menu-btn {
  margin-left: 1rem;
}
header#masthead .navbar .main-menu #primary-menu .nav-item.menu-btn a {
  background-color: #95201e;
  padding: 10px 20px;
  border-radius: 10px;
}
header#masthead .navbar .main-menu #primary-menu .nav-item.menu-item-has-children .dropdown-menu a {
  color: #ffffff;
  border: 0px !important;
  padding: 10px 15px;
}
header#masthead .navbar .main-menu #primary-menu .nav-item.menu-item-has-children .dropdown-menu a:hover {
  background-color: #F59B00;
  color: #131212 !important;
}
header#masthead button.navbar-toggler {
  background-color: #F59B00;
  padding: 7px;
  box-shadow: none !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 28px;
}
header#masthead button.navbar-toggler .menu-close {
  display: none;
}
header#masthead button.navbar-toggler.active .menu-close {
  display: block;
}
header#masthead button.navbar-toggler.active .menu-open {
  display: none;
}
header#masthead .main-menu.active {
  display: block;
  background-color: #2B2523;
  width: 102vw;
  margin-left: -15px;
  margin-right: -18px;
  padding: 1rem;
  margin-bottom: -5px;
}
header#masthead .main-menu.active #navbarNav {
  display: block;
  width: 100%;
}
header#masthead .main-menu.active .nav-link {
  padding: 13px 0px !important;
  margin-bottom: 10px;
}
header#masthead .main-menu.active .menu-btn .nav-link {
  padding: 15px !important;
}
div#archive-posts {
  padding-bottom: 4rem;
  overflow: hidden;
}
.menu-item-has-children .dropdown-menu {
  border-radius: 0px;
  background-color: #231f20;
}
.menu-item-has-children .dropdown-menu .nav-item {
  margin-left: 0 !important;
}
.menu-item-has-children .dropdown-menu .nav-item:hover a {
  background-color: transparent;
  color: yellow !important;
}
.menu-item-has-children .dropdown-menu .dropdown-menu {
  display: none;
}
.menu-item-has-children:hover .dropdown-menu {
  display: block;
}
.wp-polls.wp-polls-archive {
  display: flex;
}
.wp-polls.wp-polls-archive .poll-content {
  width: 48%;
}
.poll-content {
  background-color: #4F4F4F;
  margin: 1%;
  padding: 2rem;
  border-radius: 15px;
  width: 100% !important;
}
.poll-content .poll-question {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  margin-bottom: 1rem;
}
.poll-content .poll-question strong {
  font-weight: 400 !important;
}
.poll-content ul.wp-polls-ul {
  padding: 0px !important;
  margin: 0px;
  margin-bottom: 1rem;
}
.poll-content ul.wp-polls-ul li {
  position: relative;
  color: white;
  margin-bottom: 15px;
}
.poll-content ul.wp-polls-ul li small {
  position: absolute;
  right: 0;
}
.poll-content ul.wp-polls-ul li:after {
  content: "";
  width: 100%;
  background-color: #D9D9D9;
  height: 8px;
  position: absolute;
  bottom: 0;
}
.poll-content ul.wp-polls-ul li .pollbar {
  background-image: none !important;
  border: 0px !important;
  background-color: #F59B00;
  position: relative;
  z-index: 10;
}
.poll-content input.Buttons {
  background-color: #95201e !important;
  padding: 10px 20px !important;
  border-radius: 10px;
  color: #ffffff;
}
.poll-content .wp-polls-loading {
  position: absolute !important;
  top: 46%;
  color: #ffff !important;
  left: 45%;
}
.poll-content a {
  color: #ffffff;
  text-decoration: underline !important;
}
.poll-content input {
  transition: all 0.3s ease-in-out;
}
.poll-content input:checked {
  background-color: white !important;
}
.poll-content label {
  cursor: pointer;
}
.poll-content label:hover {
  color: #F59B00;
}
.poll-content .polls-cta {
  display: flex;
  align-items: center;
}
.poll-content .polls-cta {
  margin-top: 2rem;
}
.poll-content .polls-cta p {
  width: 50%;
}
.poll-content .polls-cta p:nth-child(2) {
  text-align: right;
}
.poll-content.vote ul.wp-polls-ul li:after {
  content: "";
  display: none;
}
.poll-content.vote .wp-polls-ans ul input {
  border: 1px solid white !important;
  padding: 1px 10px !important;
  border-radius: 100%;
  margin-right: 10px;
}
.pattern-heading::before {
  content: "";
  background-image: url("/ukhozifm/wp-content/uploads/2023/08/Group-83-1.png");
  width: 140px;
  height: 40px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -3rem;
  margin-right: 1.5rem;
}
.pattern-heading.no-offset::before {
  margin-left: 0rem;
}
.pattern-heading-both.center {
  justify-content: center;
}
.pattern-heading-both:before, .pattern-heading-both:after {
  content: "";
  background-image: url("/ukhozifm/wp-content/uploads/2023/08/Group-83-1.png");
  width: 140px;
  height: 40px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 1.5rem;
}
.pattern-heading-both:after {
  margin-right: 0rem;
  margin-left: 1.5rem;
}
.pattern-heading, .pattern-heading-both {
  display: flex;
  margin-bottom: 1rem;
}
.site-footer {
  background: linear-gradient(180deg, rgba(152, 25, 21, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.site-footer .ai-footer-links {
  padding: 4.5rem 0px;
}
.site-footer .ai-footer-links .row.row-1 {
  margin-bottom: 3rem;
}
.site-footer .ai-footer-links .footer-logo img {
  max-width: 80%;
}
.site-footer .ai-footer-links .footer-menu .footer-menu-heading {
  font-size: 18px;
  color: #F59B00;
  margin-bottom: 15px;
}
.site-footer .ai-footer-links .footer-menu a {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 200;
  margin-top: 5px;
}
.site-footer ul.footer-social {
  list-style: none;
  padding: 0px;
  display: inline-flex;
  margin-top: 1rem;
}
.site-footer ul.footer-social a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #131212;
  text-decoration: none;
  font-size: 20px;
}
.site-footer .ai-footer-copyright {
  background-color: #000000;
  padding: 15px 0px;
}
.site-footer .ai-footer-copyright .row {
  align-items: center;
}
.site-footer .ai-footer-copyright a {
  font-size: 12px;
  text-decoration: none;
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 8px;
  display: block;
}
.site-footer .ai-footer-copyright .copyright-logo img {
  max-width: 150px;
}
.social-links {
  list-style: none;
  padding: 0px;
  display: inline-flex;
  margin-top: 1rem;
  align-items: center;
}
.social-links li::before {
  display: none;
}
.social-links a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  color: white;
  transition: all 0.3s ease-in-out;
}
.social-links a:hover {
  color: #F59B00;
}
.social-links a:hover i {
  background-color: #F59B00 !important;
}
.social-links i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #131212;
  text-decoration: none;
  font-size: 22px;
}
.wpulike.wpulike-animated-heart {
  display: none;
}
.wpulike-animated-heart button.wp_ulike_btn {
  width: 45px !important;
  height: 45px !important;
}
.wpulike-animated-heart .count-box {
  margin-left: 5px !important;
}
.post-socials {
  margin-top: 2rem;
}
.post-socials h5 {
  margin-bottom: 10px;
}
.post-socials .social-links {
  margin-top: 0px;
}
.post-socials .wpulike.wpulike-animated-heart {
  display: block;
}
.post-socials .wpulike.wpulike-animated-heart, .chart-like .wpulike.wpulike-animated-heart {
  display: block;
}
.gform_footer button {
  background-color: #95201e !important;
  border: 0px !important;
  box-shadow: none !important;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
}
.gform_wrapper.gravity-theme .gfield textarea, .gform_wrapper.gravity-theme .gfield input {
  width: 100%;
  border-radius: 5px;
}
.gform_submission_error.hide_summary {
  font-size: 14px !important;
}
.gform_wrapper .gform_validation_errors {
  background: transparent;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: transparent !important;
  border: 0px !important;
  font-size: 14.992px;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 8px;
}
.page-title {
  font-size: 60px;
  margin-bottom: 1rem;
}
.single .single-content {
  margin-bottom: 4rem;
}
.single .single-content .post-title {
  font-size: 32px;
  margin-bottom: 1rem;
}
.single .single-content .single-post-image {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.single .single-content .single-post-image img {
  width: 100%;
  border-radius: 15px;
}
.single .single-content .post-content {
  padding: 2.5rem;
}
.single .single-content .social-share {
  margin-top: 2rem;
}
.single .single-content .social-share .social-links {
  margin: 0px;
}
.single .single-content .sidebar-content {
  margin-top: 2rem;
}
.single .single-content .related-posts {
  padding: 2.5rem;
  border-radius: 0px 0px 20px 20px;
}
.single .single-content .related-posts h3 {
  margin-bottom: 2rem;
}
.single .single-content .times {
  display: flex;
}
.single .single-content .times p {
  margin-right: 2rem;
}
.single .single-content .times p b {
  font-weight: 600;
}
.single .single-content.podcast .podcast-times {
  font-size: 20px;
}
.single .single-content.lineup .post-socials {
  margin-top: 2rem;
}
.single .single-content.lineup .lineup-times {
  font-size: 20px;
}
.single .single-content.competition .how-to-enter {
  align-items: center;
  margin-bottom: 2rem;
  background-color: #F59B00;
  padding: 1rem !important;
  margin: 0px !important;
  margin-bottom: 2rem !important;
  border-radius: 1rem;
}
.single .single-content.competition .how-to-enter p, .single .single-content.competition .how-to-enter h3 {
  color: #131212;
}
.single .single-content.competition .how-to-enter img {
  width: 100%;
  border-radius: 15px;
}
.single .single-content.competition .related-posts {
  padding: 0.5rem;
  margin-top: 2.5rem;
  border-radius: 0px 0px 20px 20px;
}
.single .single-content.event .post-content {
  border-radius: 20px !important;
}
.single .single-content.drama .post-content {
  border-radius: 0px !important;
}
.single .single-content.drama .single-post-image {
  margin-bottom: 0px !important;
}
.single .single-content.drama .single-post-image img {
  border-radius: 0px !important;
}
.single .single-content.merchandise img {
  border-radius: 10px;
}
.single .single-content.merchandise .merchandise-gallery-container .thumbnail-carousel .owl-item {
  width: 100% !important;
  margin-bottom: 10px;
  cursor: pointer;
}
.single .single-content.merchandise .merchandise-gallery-container .thumbnail-carousel .owl-stage {
  width: 100% !important;
  transform: none !important;
}
.single .single-content.merchandise .merchandise-details {
  padding: 2rem;
  border: 1px solid;
  border-radius: 15px;
}
.single .single-content.presenter-profile .presnter-details .detail-block {
  margin-bottom: 1.5rem;
}
.single .single-content.presenter-profile .presnter-details .detail-block h3 {
  margin-bottom: 10px;
}
.single .single-content.presenter-profile .presnter-details .detail-block h6, .single .single-content.presenter-profile .presnter-details .detail-block p {
  margin-bottom: 0px;
}
.single .single-content.presenter-profile .presnter-details .detail-block .presenter-show-item {
  margin-bottom: 1rem;
}
.single .single-content.presenter-profile .presnter-details .show-icon img {
  width: 150px;
  border-radius: 10px;
  margin: 0px !important;
  margin-right: 3rem !important;
  max-width: 100%;
}
.single .single-content.ukhozi-tv iframe {
  width: 100%;
  /* height: 100%; */
  min-height: 400px;
}
.social-share-links .sfsi_shortcode_container {
  float: none;
}
.social-share-links .sfsi_shortcode_container .sfsi_wicons {
  margin-right: 5px;
}
.social-share-links .sfsi_shortcode_container .norm_row.sfsi_wDiv {
  width: auto !important;
}
.post-container {
  display: block;
  color: #ffffff;
}
.post-container:hover {
  color: #ffffff;
}
.post-link {
  margin-bottom: 2rem;
}
.post-link .post-image {
  margin-bottom: 1rem;
}
.post-link .post-title {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 2px;
}
.post-link .post-date {
  font-size: 18px !important;
  margin-bottom: 2px;
}
.tv-post .post-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tv-post .post-image span.play-icon {
  background-color: #F59B00;
  border-radius: 100%;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.tv-post .post-image span.play-icon i {
  font-size: 35px;
}
.latest-tv-post .tv-post-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  overflow: hidden;
}
.latest-tv-post .tv-post-content .tv-video {
  width: 50%;
}
.latest-tv-post .tv-post-content .tv-video iframe {
  min-height: 400px;
  margin: 0px !important;
  margin-bottom: -6px !important;
}
.latest-tv-post .tv-post-content .tv-post-desc {
  width: 50%;
  padding: 1.5rem;
}
.ukhoziTVSlider .slide-content.container {
  min-height: 65vh !important;
}
.top-news-container a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.top-news-container a:hover {
  color: #F59B00;
}
.top-news-container a:hover p, .top-news-container a:hover h4, .top-news-container a:hover h5 {
  transition: all 0.3s ease-in-out;
  color: #F59B00;
}
.top-news-container a::nth-child(2) {
  border-top: 1px solid white;
  padding-top: 10px;
}
.top-news-container .post-date {
  margin-bottom: 10px;
}
.top-news-container .post-title {
  margin-bottom: 5px !important;
  font-weight: 700;
}
.top-news-container .post-item-image {
  width: 150px;
  height: 90px;
  margin-bottom: 2px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  margin-right: 1.5rem;
}
.top-news-container .post-item-details {
  width: calc(100% - 200px);
}
.top-news-container .highlighted-post {
  display: flex;
  width: 50%;
  align-items: flex-end;
  height: 450px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 1rem;
  float: left;
  border-radius: 15px;
  padding: 2rem;
}
.top-news-container .listed-item {
  display: flex;
  width: 48%;
  float: right;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.top-news-container .listed-item i {
  font-size: 27px;
}
.news-post .news-title {
  font-weight: 700;
}
.news-post .post-date {
  margin-top: 10px;
  margin-bottom: 5px;
}
#wpdcom .ql-toolbar {
  border: 0px !important;
}
#wpdcom .ql-container {
  border: 0px !important;
}
#wpdcom .wc-field-submit input[type="submit"] {
  background-color: #95201e !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out !important;
}
.ql-editor.ql-blank::before {
  font-style: normal;
}
.frequency-finder .row {
  align-items: center;
}
.frequency-finder .frequency-image-container {
  z-index: 9;
}
.frequency-finder .frequency-form-container {
  padding: 4rem;
  padding-left: 5rem;
  margin-left: -2rem;
  z-index: 8;
  border-radius: 0px 15px 15px 0px;
}
.frequency-finder .frequency-form-container form {
  margin-top: 3rem;
}
.frequency-finder .frequency-form-container form h1 {
  font-size: 51px;
  color: #F59B00;
}
.frequency-finder .frequency-form-container .frequency-details {
  margin-top: 2rem;
  margin-left: 7rem;
}
.frequency-finder .frequency-form-container .frequency-details h2 {
  margin-bottom: 0px;
}
.frequency-finder .frequency-form-container .frequency-details p {
  font-size: 40px !important;
  font-weight: 200 !important;
}
.frequency-finder .frequency-form-container .frequency-image-pattern {
  margin-top: -5rem;
}
.search-field {
  color: #ffffff;
}
.chart-like {
  position: absolute;
  right: 4.5rem;
  z-index: 9999;
}
#chartsAccordion iframe {
  width: 100%;
  /* height: 100%; */
  min-height: auto;
}
.podcast-list .social-share-links {
  position: absolute;
  background-color: black;
  right: 3.2rem;
  border-radius: 14px;
}
div#lightbox .lb-outerContainer {
  position: relative;
  background-color: #1F1F1E !important;
  width: 60% !important;
  padding: 1rem !important;
  height: 90vh !important;
  display: flex;
  align-items: center;
}
div#lightbox .lb-outerContainer .lb-container {
  background-color: #1F1F1E !important;
  width: fit-content !important;
  margin: auto;
}
div#lightbox .lb-outerContainer .lb-image {
  max-width: 100%;
}
div#lightbox .lb-nav a {
  opacity: 1;
}
div#lightbox .lb-dataContainer {
  position: absolute;
  top: 0;
  width: 55% !important;
  left: 22%;
  z-index: 999;
}
.vc_toggle .vc_toggle_title {
  background-color: #2B2523;
  padding: 16px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.vc_toggle .vc_toggle_title h4 {
  color: #F59B00;
}
.vc_toggle i.vc_toggle_icon {
  right: 20px !important;
  left: initial !important;
  border-radius: 50px;
  border: 0px;
  background-color: #F59B00 !important;
  padding: 18px;
  transition: all 0.3s ease-in-out;
}
.vc_toggle i.vc_toggle_icon:before {
  background-color: #2B2523;
  transition: all 0.3s ease-in-out;
  height: 16px !important;
}
.vc_toggle i.vc_toggle_icon:after {
  background-color: #2B2523;
  transition: all 0.3s ease-in-out;
  width: 16px !important;
  visibility: visible !important;
}
.vc_toggle.vc_toggle_active .vc_toggle_title, .vc_toggle:hover .vc_toggle_title {
  background-color: #F59B00;
}
.vc_toggle.vc_toggle_active h4, .vc_toggle:hover h4 {
  color: #2B2523;
}
.vc_toggle.vc_toggle_active i.vc_toggle_icon, .vc_toggle:hover i.vc_toggle_icon {
  background-color: #2B2523 !important;
}
.vc_toggle.vc_toggle_active i.vc_toggle_icon::before, .vc_toggle:hover i.vc_toggle_icon::before {
  background-color: #F59B00 !important;
}
.vc_toggle.vc_toggle_active i.vc_toggle_icon::after, .vc_toggle:hover i.vc_toggle_icon::after {
  background-color: #F59B00 !important;
}
#subscribeModal {
  align-items: center;
  justify-content: center;
}
#subscribeModal.show {
  display: flex !important;
}
#subscribeModal .modal-dialog {
  min-width: 55%;
}
#subscribeModal .modal-dialog .modal-body {
  padding: 2.5rem;
  background-color: #EFEFEF;
}
#subscribeModal .modal-dialog p {
  color: #000000;
}
#subscribeModal .modal-dialog h2 {
  color: #000000;
}
#subscribeModal .btn-close {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  z-index: 99;
}
#subscribeModal input {
  background-color: #E1E1E1 !important;
  border: 0px !important;
  box-shadow: none !important;
}
div#animated-thumbnails-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
div#animated-thumbnails-gallery a {
  width: 32%;
  margin: 0.2%;
}
.gallery-videos {
  display: flex;
  flex-wrap: wrap;
}
.gallery-videos iframe {
  width: 49%;
  margin: 0.2%;
}
.gallery-content iframe {
  width: 49% !important;
  /* height: 100%; */
  min-height: 290px;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
#wpdcom .ql-container {
  background: transparent !important;
  border: 1px solid #333 !important;
}
#wpdcom .ql-editor::before {
  font-style: normal !important;
}
#wpdcom .wpd-auth .wpd-login a {
  color: #F59B00 !important;
}
#wpdcom .wpd_label__check i.wpdicon-off {
  display: inline-block;
  color: #F59B00;
  border: 1px solid #F59B00;
  border-radius: 100%;
}
#wpd-bubble-wrapper > div {
  background-color: #F59B00 !important;
  border: 0px !important;
}
#wpd-bubble-wrapper > #wpd-bubble-count {
  display: flex !important;
}
#wpd-bubble {
  display: none !important;
}
/* END */
@media (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
  a#btn-listen-live-nav {
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 900px) {
  .desktop {
    display: none !important;
  }
  .col-xs-6 {
    max-width: 50% !important;
    margin-top: 2rem !important;
  }
  .banner-slider button.owl-next {
    right: 8px !important;
  }
  .banner-slider .card-content {
    max-width: 100%;
    padding: 2rem;
  }
  .p-all-2, .p-all {
    padding: 15px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .frequency-finder .frequency-form-container {
    padding: 2rem;
    padding-left: 2rem;
    margin-left: auto;
    z-index: 8;
    border-radius: 0px;
  }
  .frequency-finder .frequency-image-container {
    padding: 0px;
  }
  .wpb_video_widget .wpb_wrapper {
    padding-top: 15px !important;
  }
  .wpb_video_widget .wpb_wrapper iframe {
    position: relative !important;
  }
  .single .single-content .post-content {
    padding: 1rem;
  }
  .view-lineup {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .lineup-name {
    margin-top: 1.5rem;
  }
  .top-news-container .highlighted-post {
    width: 100%;
    height: 250px;
    float: none;
  }
  .top-news-container .listed-item {
    width: 100%;
    float: none;
  }
  #show-lineup .theme-vc-element.right, div.right {
    text-align: center;
  }
  .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 0 !important;
  }
  .podcast-list {
    display: block !important;
  }
  .podcast-list .details {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .podcast-list .details h6 {
    text-wrap: wrap !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
  }
  .podcast-list a.play-icon {
    display: inline-block !important;
    margin-bottom: 13px !important;
  }
  .lineup-filters li {
    margin-bottom: 13px !important;
  }
  .latest-tv-post .tv-post-content {
    display: block;
  }
  .latest-tv-post .tv-post-content .tv-video {
    width: 100%;
  }
  .latest-tv-post .tv-post-content .tv-video iframe {
    min-height: 300px;
  }
  .latest-tv-post .tv-post-content .tv-post-desc {
    width: 100%;
  }
  #chartsAccordion .accordion-item {
    margin-left: 0rem !important;
  }
  #chartsAccordion .accordion-header {
    display: block !important;
  }
  #chartsAccordion .chart_number {
    font-size: 46px !important;
    position: relative !important;
    left: 1rem !important;
    line-height: 56px !important;
  }
  div button.accordion-button {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
