.handlee-regular {
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
}

    @media only screen and (max-width: 992px) {
        .ple-column-padding{
            padding-top: 15px !important;
            padding-bottom: 15px !important;
        }
    }
.logo .logo__title, .logo .logo__caption {

	font-family: Handlee !important;
}

.logo .logo__title {
	font-size: 27px !important;
    text-wrap: nowrap;
}

.logo .logo__caption {
	font-size: 18px !important;
}

.no-p-margin-bottom p {
	margin-bottom: 0px !important;
}

.logo-horizontal .logo__image {
	width: 50px;
}

@media (max-width: 525px){
html,body,
.animated{
overflow-x: hidden !important;
}
body *{
box-sizing: border-box !important;
min-width: unset !important;
}
.featuredblock__item, .hours__day, .map-a {
overflow-x: hidden !important;
}
#ple_fixed{
display: none !important;
}
}
/* Unsticky header */ 
.stickyyyyyy{
position: fixed;
width: 100%;
top: 0;
z-index: 9999;
}