.elementor-kit-6{--e-global-color-primary:#E4BF67;--e-global-color-secondary:#17181A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#AFAFAF;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:21px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alex Brush";--e-global-typography-accent-font-size:112px;--e-global-typography-accent-font-weight:500;background-color:#0D0D0D;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1088px;}.e-con{--container-max-width:1088px;}.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 */.custom-btn svg{
    font-size: 4px;
    opacity: 0;
        transform: translateX(0);
       -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -transition: all 350ms ease-in-out; 
}

.custom-btn{
    position: relative;
}

.custom-btn:after{
    content:"";
    position: absolute;
    left: 0;
    width: 75px;
    height: 1px;
    background-color: #FAB04A;
    left: 0px;
    bottom: -15px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -transition: all 350ms ease-in-out;
}


.custom-btn:hover:after{
   width: 60px;
   -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -transition: all 350ms ease-in-out;
}

.custom-btn:hover svg{
    transform: translateX(20px);
    opacity: 1;
        -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -transition: all 350ms ease-in-out;
}



.custom-btn .elementor-button-text{
    transform: translateX(0px);
    
            -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -transition: all 350ms ease-in-out;
}
    
    
.custom-btn:hover .elementor-button-text{
    transform: translateX(20px);
            -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -transition: all 350ms ease-in-out;
    
}

.elementor-post-navigation__link {
  padding: 60px 100px 60px 0px ;
}
.elementor-post-navigation__link span {
  overflow: visible;
  text-overflow: inherit;
  white-space: normal
}
.elementor-post-navigation__next.elementor-post-navigation__link {
  padding: 60px 0px 60px 100px;
}
@media(max-width: 768px) {
.elementor-post-navigation {
    flex-direction: column;
  }
.elementor-post-navigation .elementor-post-navigation__link {
    width: 100% !important;
    padding: 25px 0
  }
}/* End custom CSS */