/*-- custom blog styles --*/


h2.blog-h2-main {
    font-family: "Train one" !important;
    text-transform: uppercase;
    font-size: 3.8rem !important;
}



.share-this a {
    text-decoration: none;
}

.share-this a:before {
    font-family: 'empire' !important;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-this a:nth-child(1):before {
    content: '\46' !important;
}

.share-this a:nth-child(2):before {
    content: '\54' !important;
}

.share-this a:nth-child(3):before {
    content: '\f0d2' !important;
}















.blog span.rotate {
    font-size: 4.5rem;
    top: -58px;
    position: absolute;
    text-decoration: underline;
}






.blog .buttonizer-group,
.single-post .buttonizer-group {
    position: fixed;
    right: 5%; 
    bottom: 5%; 
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    z-index: 9999;
}

.blog .buttonizer-button,
.single-post .buttonizer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ffe83c; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    color: #000;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.blog .buttonizer-button:hover,
.single-post .buttonizer-button:hover {
    transform: scale(1.1);
}

.blog .buttonizer-button i,
.single-post .buttonizer-button i {
    font-size: 1.5rem;
}

.blog .buttonizer-label,
.single-post .buttonizer-label {
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 5px;
    color: #fff;
}

span.buttonizer-label {
    right: 70px;
    position: absolute;
}


/*

.blog .quick-nav-e5-stickycta,
.single-post .quick-nav-e5-stickycta {
    display: none !important;
}

*/

.blog .buttonizer-group,
.single-post .buttonizer-group {
    position: fixed; 
    right: 5%; 
    bottom: 5%; 
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    z-index: 9999;
}


.single-post .wrap > * {
  width: auto;
}



@media (max-width: 48rem) {

.blog .buttonizer-group,
.single-post .buttonizer-group {

    display: none !important;

}
}

/*----------*/



input.search-field {
  font-family: 'roboto condensed' !important;
  text-transform: uppercase;
  width: 120px;
}

select.cat-field {
  font-family: 'roboto condensed' !important;
  text-transform: uppercase;
}


.single-post p.crumbs {
  display: none;
}

.single-post .wrap-content a {
  color: #94878d;
  font-weight: 400;
  text-decoration: none;
}


.single-title h1 {
  font-size: 3.73333em;
}



.blog .footer-menu-container ul,
.blog .footer-menu-container ol,
.single-post .footer-menu-container ul,
.single-post .footer-menu-container ol {
    margin-left: 0;
    padding: 0px 0 0 0px;
}


.blog .footer-menu-container a,
.single-post .footer-menu-container a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}

.blog .footer-menu-container a,
.single-post .footer-menu-container a,
.blog .footer-blurb a,
.single-post .footer-blurb a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}


.single-post a.navbar-item {
  text-decoration: none;
}


.single-post .lower-social-list a {
  text-decoration: none !important;
}




.blog #secondaryNavigation-dh.nav-menu,
.single-post #secondaryNavigation-dh.nav-menu {
    top: 42px;
    right: -48px;
    width: 100vw;

}

@media (max-width: 48rem) {
    .blog #secondaryNavigation-dh.nav-menu,
    .single-post #secondaryNavigation-dh.nav-menu {
        top: 42px;
        right: -36px;
        width: 100vw;
    }
}




@media (max-width: 48rem) {
    .quick-nav-e5-stickycta {
      display: flex !important;
    }
  }
  
  @media (min-width: 48rem) {
    .quick-nav-e5-stickycta {
      display: none !important;
    }
  }
  
  
  
.quick-nav-e5-stickycta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #1a1919;
    z-index: 109999999999999999999999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  
  
  .quick-nav-list-e5-stickycta {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  
  .quick-nav-item-e5-stickycta {
    width: 33.3333%;
    height: 80px;
    text-align: center;
    position: relative;
  }
  
  
  .quick-nav-item-e5-stickycta:nth-child(1) {
    border-right: 0.5px solid #9c8f95!important; 
  }
  
  .quick-nav-item-e5-stickycta:nth-child(3) {
    border-left: 0.5px solid #9c8f95!important; 
  }
  
  
  .quick-nav-item-e5-stickycta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out !important;
    animation: all 0.3s ease-in-out !important;
  }
  
  
  
  
  li.quick-nav-item-e5-stickycta:hover {
     background-color: #887f81;
     text-decoration: none;
     color: white;
  }
  
  