/* ================== Header ================== */
#sp-header {
  border: none;
  box-shadow: none;
}

#sp-header.header-sticky {
  box-shadow: none;
}

#sp-header li.social-icon-facebook a {
  font-size: 36px;
  color: #fff !important;
}

/* ================== Menu ================== */
#sp-menu li.sp-menu-item a.sppb-btn {
  padding: 0 1em;
  font-weight: bold !important;
  color: #fff !important;
  text-align: center;
}

#sp-menu li.sp-menu-item a.sppb-btn:hover {
  color: #fff !important;
}

/* ================== Bottom Section ================== */
#sp-bottom h3.sp-module-title {
  font-size: 22px !important;
}

/* ================== Error Page ================== */
.error-page .container {
  float: left;
  text-align: left !important;
}

/* ================== Typography ================== */
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: calc(1.325rem + 1.5vw);
  font-weight: 900;
}

h2 {
  font-size: calc(1.3rem + 0.9vw);
  font-weight: 800;
}

h3 {
  font-size: calc(1.275rem + 0.6vw);
  font-weight: 700;
}

h4 {
  font-size: calc(1.25rem + 0.3vw);
  font-weight: 600;
}

h4.session-title {
  font-size: 14px;
}

h5 {
  font-size: 1.1rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ================== Responsive iFrame ================== */
.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================== Responsive Image Section ================== */
.responsive-image-section {
  aspect-ratio: 716 / 373;
}

/* ================== Offcanvas Menu ================== */
/*.burger-icon {
  width: 35px;
}

.burger-icon > span {
  height: 4px;
}

#offcanvas-toggler::after {
  content: "MENU";
  padding-left: 5px;
  margin-top: -3px;
  font-weight: 600;
}*/

.offcanvas-menu div.logo {
  margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu ul li {
  padding: 8px 0;
  border-bottom: 1px dotted #efefef;
}

.offcanvas-menu .offcanvas-inner ul.menu ul li:last-child {
  border-bottom: 0;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
  right: auto;
  width: 99%;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler::after,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {
  float: right;
}

/* ================== Menu ================== */
.sp-menu-item a,
ul.menu-child li a {
  display: block;
  width: 100%;
  height: 100%;
}

