::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
background: #2A9D8F; 
border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
}
body{
  font-weight: 400; 
  font-size: 15px;
  color: #222;
}
h1{
    font-size: 50px !important;
    font-weight: bold !important;
}
h2{
    font-size: 40px !important;
    font-weight: bold !important;
}
h3{
    font-size: 26px !important;
    font-weight: 600;
}
h4{
    font-size: 20px !important;
    font-weight: 600;
}
h5{
    font-size: 16px !important;
    font-weight: 600;
}
small{

    font-size: 80%;
}
big{
    font-size: 130%;
    color: #777;
}
p {
    padding: 0 0 20px 0;
    margin: 0;
}
.fadeUp {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.fadeUp.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
.fadeLeft.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
.fadeRight.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}
.fadePopup.in-view {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.move-x {
    animation: 6s ease-in-out infinite moveX
}

.move-y {
    animation: 6s ease-in-out infinite moveY
}

.move-XREV {
    animation: 6s ease-in-out infinite moveXREV
}

@keyframes moveX {
    0%,to {
        transform: translate(0)
    }

    50% {
        transform: translate(20px)
    }
}

@keyframes moveXREV {
    0%,to {
        transform: translate(20px)
    }

    50% {
        transform: translate(0)
    }
}

@keyframes moveY {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }
}
.liststyle ul {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.liststyle ul li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.liststyle ul li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
ul.listtypecntrl {
    margin: 0;
}
.listtypecntrl li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    list-style-type: none;
    font-size: 13px;
}
.listtypecntrl li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/orange-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}
a{
  text-decoration: none !important;
}
a{
	color: #d0614d;
}
a:hover{
	color: #000;
}
.wpcf7-spinner {
    position: absolute;
    right: 3px;
    top: 12px;
}
.container{
  max-width: 1300px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.si-container{
  padding-left: 15px;
  padding-right: 15px;
}
#sinatra-header-inner{
  padding: 15px 0;
}
#sinatra-header-inner .sinatra-nav>ul>li>a {
  font-weight: 400;
  color: #000;
	font-size:15px;
}
#sinatra-header-inner .sinatra-nav>ul{
	gap:16px;
	display:flex;
}
#sinatra-header-inner .sinatra-nav>ul >li{
	margin:0;
}
button{
  outline: none !important;
  box-shadow: none !important;
}
.widget.si-entry p {
  margin-top: 0;
}
#sinatra-footer .sinatra-footer-column {
  padding-top: 60px;
  padding-bottom: 20px;
}
.si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
}
.si-sidebar-inner .wp-block-latest-posts__list li {
  position: relative;
  padding-left: 60px;
}
.si-sidebar-inner .widget-title:before {
  content: '';
  width: 4px;
  left: -15px;
  height: 30px;
  position: absolute;
  top: -4px;
  background-color: #ee7b66;
}
.si-sidebar-inner .widget-title {
  font-size: 20px !important;
  position: relative;
  color: #000;
  overflow: inherit;
}
.entry-meta-elements{
  font-size: 12px;
}
.type-post .entry-title{
  font-size: 26px;
}
body.si-blog-horizontal .site-main, body.single-post .site-main{
  background-color: #f1f1f1;
}
.content-area .entry-meta{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sinatra-sidebar-style-2 #secondary .widget-title:after, .sinatra-sidebar-style-3 #secondary .widget-title:after {
  right: 0;
}
.si-sidebar-container .wp-block-search .wp-block-search__label {
  display: none;
}
.topbar-hours {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
}
.topbar-hours .dot {
	width: 7px;
	height: 7px;
	background: #4cdfd0;
	border-radius: 50%;
	flex-shrink: 0;
	animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(76,223,208,.5)} 60%{box-shadow:0 0 0 5px rgba(76,223,208,0)} }
.topbar-contacts {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
}
.topbar-contacts .topbar-link {
	display: flex !important;
	align-items: center;
	gap: 7px;
	color: rgba(255,255,255,.7) !important;
	transition: color .15s;
}
.topbar-link svg {
	opacity: .6;
	flex-shrink: 0;
}
#sinatra-topbar>.si-container>.si-flex-row {
    min-height: 40px !important;
}
.homeHero p{
  color:#ffffffb2;
}
.homeHero h1{
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #2A9D8F;
	background: #e8f7f5;
	padding: 5px 14px;
	border-radius: 999px;
}
.primary-content p, .secondary-content p, .innercontent p{
  padding: 0;
}
.primary-content h2, .secondary-content h2{
  margin-bottom: 20px;
}
.es-widget-title-container{
  display: none !important;
}
.wp-block-social-links{
  margin: 0 !important;
}
#block-8{
  margin-bottom: 0 !important;
}
#block-7{
  margin-bottom: 20px !important;
}
.sinatra-footer-column .has-fixed-layout{
  margin:-6px 0 0 0 !important;
}
.sinatra-footer-column .has-fixed-layout, .sinatra-footer-column .has-fixed-layout tr, .sinatra-footer-column .has-fixed-layout td{
  background-color: transparent !important;
  border: none !important;
}
.sinatra-footer-column .has-fixed-layout td{
  padding: 0 0 10px 0 !important;
}
.innerHero h1, .innerHero h2{
  color: #fff;
  margin-bottom: 20px;
}
.hosIntro{
  display: flex;
  flex-direction: column;
  gap:5px;
}
.hosIntro p{
  padding: 0;
  margin: 0;
}
.wpcf7-form p{
  padding: 0;
  margin: 0;
  position: relative;
}
.secondary-content.contPmargin p{
  margin-bottom: 20px;
}
.secondary-content.contPmargin > p:last-child{
  margin: 0;
}
#sinatra-primary-nav .sub-menu{
	border-top:none !important;
}
#sinatra-primary-nav .sub-menu li a{
	white-space:nowrap;
	font-size:13px;
}
.liststylebulate ul{
	list-style:disc inside;
}
.phySinglCont h4{
  font-weight: 600;
  margin-bottom: 10px;
}
.phySinglCont .wp-block-media-text{
  display: flex;
  flex-wrap: nowrap;
  gap:15px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f1f1f1;
}
.phySinglCont .wp-block-media-text p{
  padding: 0;
  margin: 0;
}
.phySinglCont .wp-block-media-text__media{
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.phySinglCont .wp-block-media-text__media img{
  width: 60px;
}
.phySinglCont .wp-block-media-text__content{
  padding: 0;
  width: 100%;
}
.phySinglCont h5{
  margin-bottom: 10px;
}
.wpgmp_map_container .fc-component-6 > div{
	max-width:100% !important;
}
.wpgmp_map_container .fc-component-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wpgmp_map{
	width:100% !important;
	max-width:850px;
}

/* Tablet */
@media (max-width: 991px) {
  .wpgmp_map_container .fc-component-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .wpgmp_map_container .fc-component-6 {
    grid-template-columns: 1fr;
  }
}
#block-7 img{
	aspect-ratio: inherit !important;
}
@media (max-width: 1280px) {
	#sinatra-header-inner .sinatra-nav>ul>li>a {
		font-size:14px;
	}
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
	
}
@media screen and (max-width: 991px) {
  h1{
    font-size: 40px !important;
    font-weight: bold;
}
h2{
    font-size: 30px !important;
    font-weight: 700;
}

  
}
@media screen and (max-width: 767px) {

.topbar-contacts, .topbar-hours{
  justify-content: center;
}
#sinatra-topbar .col-md{
  justify-content: center;
}
.topbar-contacts {
    gap: 10px;
}
.topbar-contacts span{
  display: none;
}

}
