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

/*************** ADD CUSTOM CSS HERE.   ***************/

.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse),
.row .gallery,
.row .row:not(.row-collapse) {
  margin-left: -10px;
  margin-right: -10px;
}

.col,
.columns,
.gallery-item {
  padding: 0 10px 0px;
}

.arrow-btnarea .content {
  position: relative;
}

img,
svg {
  vertical-align: middle;
}

.event1-section-area .event-section .top-section .toggle-btn {
  padding: 0;
  position: absolute;
  border: none;
  right: -25px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  top: 50%;
  margin: 0;
  margin-top: -25px;
  min-width: unset;
  min-height: unset;
}

.heading1 h5 {
  width: auto;
}

.team1-section-area .speakers-slider-area .owl-dots button {
  margin: 0;
  min-height: unset;
}

.cta1-section-area .cta1-main-boxarea form {
  margin-bottom: 0;
}

.cta1-section-area .cta1-main-boxarea form input {
  height: unset;
  margin: 0;
}

.cta1-section-area .cta1-main-boxarea form button {
  margin: 0;
}

#header {
  display: none !important;
}

.text-end {
  text-align: right !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

.col-inner ol li,
.col-inner ul li,
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
  margin: 0;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.absolute-footer.dark {
  display: none;
}

.vl-footer1-section-area .copyright-area {
  width: 100%;
}

.has-dropdown .icon-angle-down {
  font-size: 20px;
  opacity: 1;
  font-weight: bold !important;
  position: relative;
  top: 2px;
}

.homepage1-menu .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}

.homepage1-menu .vl-main-menu ul > li .sub-menu::after {
  visibility: unset;
}

.vl-header-action-item .nav > li.has-icon > a {
  color: var(--ztc-text-text-2);
  font-size: 10px;
  padding: 3px 6px;
}

.vl-header-action-item .nav > li.has-icon > a > i.icon-menu {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
}

.vl-header-action-item .nav > li.has-icon > a > i.icon-menu::before {
  content: "\f550";
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  background: var(--ztc-bg-bg-2);
  padding: 50px 40px;
}

.off-canvas .sidebar-menu {
  padding: 0;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  padding: 8px 0;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  text-transform: none;
}

.nav-sidebar.nav-vertical > li + li {
  border: 0;
}

.nav-sidebar.nav-vertical > li .toggle {
  margin: 0;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  opacity: 1;
}

.mfp-content .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 40px;
}

.mfp-ready .mfp-close {
  opacity: 1;
  font-weight: bold;
  top: 45px;
  right: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
