.elementor-kit-11162{--e-global-color-primary:#E17125;--e-global-color-secondary:#333333;--e-global-color-text:#4D4D4D;--e-global-color-accent:#2D8A84;--e-global-color-b50adc7:#F2AB2D;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"EB Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"EB Garamond";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:"EB Garamond", Sans-serif;font-size:18px;line-height:23px;letter-spacing:0.25px;}.elementor-kit-11162 button:hover,.elementor-kit-11162 button:focus,.elementor-kit-11162 input[type="button"]:hover,.elementor-kit-11162 input[type="button"]:focus,.elementor-kit-11162 input[type="submit"]:hover,.elementor-kit-11162 input[type="submit"]:focus,.elementor-kit-11162 .elementor-button:hover,.elementor-kit-11162 .elementor-button:focus{background-color:#E48342;}.elementor-kit-11162 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11162 a{color:var( --e-global-color-primary );}.elementor-kit-11162 a:hover{color:#F2AB2D;}.elementor-kit-11162 h1{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:45px;font-weight:600;line-height:56px;letter-spacing:1.25px;}.elementor-kit-11162 h2{color:var( --e-global-color-accent );font-family:"Raleway", Sans-serif;font-size:36px;font-weight:700;line-height:45px;letter-spacing:0.75px;}.elementor-kit-11162 h3{color:#E17125;font-family:"Raleway", Sans-serif;font-size:27px;font-weight:400;line-height:34px;letter-spacing:0.75px;}.elementor-kit-11162 h4{color:#4D4D4D;font-family:"Raleway", Sans-serif;font-size:18px;font-weight:400;line-height:22px;letter-spacing:0.75px;}.elementor-kit-11162 h5{color:#4D4D4D;font-family:"Raleway", Sans-serif;font-size:18px;font-weight:400;line-height:22px;letter-spacing:0.75px;}.elementor-kit-11162 h6{color:#2D8A84;font-family:"EB Garamond", Sans-serif;font-size:20px;font-weight:700;line-height:22px;letter-spacing:0.25px;}.elementor-kit-11162 button,.elementor-kit-11162 input[type="button"],.elementor-kit-11162 input[type="submit"],.elementor-kit-11162 .elementor-button{font-family:"EB Garamond", Sans-serif;font-size:16px;font-weight:400;line-height:18px;letter-spacing:0.25px;color:#FFFFFF;border-radius:2em 2em 2em 2em;padding:18px 25px 18px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#main .container {
    width: 100% !important;
    padding: 0 !important;
  }
  
  .bt-logo-retina .fw-wrap-logo .fw-site-logo img.main-logo {
  width: 100% !important;
}

.single-tribe_events main#tribe-events-pg-template {
  padding-top: 200px !important;
}

.bt-main-row.bt-section-space  {
    padding-top: 200px !important;
}
.page-header {
    display: none;
}

.floating-header {
  position: fixed;
  top: -120px; /* hide it initially */
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white; /* Or your header bg color */
  transition: top 0.4s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional */
}

/* When the class is active, slide it in */
.header-visible .floating-header {
  top: 0;
}

.right-header {
  position: fixed;
  top: 0; /* hide it initially */
  left: auto;
  right: -270px;
  width: 260px;
  height: 100%;
  z-index: 999999;
  background: white; /* Or your header bg color */
  transition: right 0.5s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional */
}

/* When the class is active, slide it in */
.right-header.click {
  right: 0 !important;
}


.fw-side-posts-list{
      list-style:
none;
  padding-left: 0;
  margin:
0;
}

.fw-side-posts-list li:not(:last-child) {
  margin-bottom: 10px; }
  .fw-side-posts-list li .fw-widget-post-image, .fw-side-posts-list li .posts-content {
    display: inline-block;
    vertical-align: top; }
  .fw-side-posts-list li .fw-widget-post-image {
    overflow: hidden;
    background: #e17125;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 1px; }
  .fw-side-posts-list li .fw-widget-post-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .fw-side-posts-list li .fw-widget-post-image:after {
    content: "→";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 24px; }
  .fw-side-posts-list li .fw-widget-post-image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .fw-side-posts-list li .fw-widget-post-image img {
    width: 50px;
    height: 50px; }
  .fw-side-posts-list li:hover .fw-widget-post-image:before, .fw-side-posts-list li:hover .fw-widget-post-image:after {
    opacity: 1;
    z-index: 3; }
  .fw-side-posts-list li:hover .fw-widget-post-image:after {
    left: 50%; }
  .fw-side-posts-list li .posts-content {
    width: calc(100% - 66px); }
  .fw-side-posts-list li .posts-content a.post-title {
    font-family: ;
    font-size: 15px;
    font-style: normal;
    line-height: 21px;
    letter-spacing: -0.6px;
    color: #e17125;
    display: block;
    margin-bottom: 10px; }
  .fw-side-posts-list li .posts-content a.post-title:hover {
    color: #d0651d; }/* End custom CSS */