body{
  overflow-x: hidden;
}
@media (min-width: 1400px){


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
}
div#modal_1 {
    min-height: 60%;
    min-width: 60%;
}

.fuelmStyledHeading span {
	font-family: 'Playfair Display', sans-serif;
	color: #8DA74D;
	font-size: 2rem;
	font-weight: bold;
}

.footerBlur .elementor-background-overlay {
	backdrop-filter: blur(10px);
	--webkit-backdrop-filter: blur(10px);
}

.footerSubscribeForm {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerSubscribeForm input[type="email"] {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    font-size: 1.25rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
	outline: none;
}

.footerSubscribeForm input[type="email"]:focus {
	outline: none;
}

.footerSubscribeForm input[type="submit"] {
	margin: 0;
    border: none;
    background: #8DA74D;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    color: white;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
}

.turistInfoToggles .elementor-toggle .elementor-tab-title {
	border-bottom: 1px solid #B9B9B9!important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.aboutTestimonial .elementor-testimonial__content {
	display: flex;
	flex-direction: column-reverse;
}

.aboutTestimonial .elementor-testimonial__cite {
	margin-top: 0!important;
	margin-bottom: 25px;
}

.aboutTestimonial .elementor-testimonial__image img {
	object-fit: contain;
}

.guilfordContactForm .gfield_label {
	font-family: 'proxima-nova', sans-serif!important;
    font-size: 1.125rem!important;
    font-weight: 400!important;
    color: #222222!important;
}

.guilfordContactForm input[type="text"],
.guilfordContactForm input[type="tel"],
.guilfordContactForm input[type="email"],
.guilfordContactForm textarea {
	border-radius: 0!important;
    border-color: #707070!important;
}

.guilfordContactForm input[type="submit"] {
	padding: 10px 70px!important;
    background: #8DA74D!important;
    border-color: #8DA74D!important;
    color: white!important;
    font-family: 'Rubik', sans-serif!important;
    font-size: 1.125rem!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 4px!important;
}

.card {
    min-height: 360px !important;
}

.card .card-body {
    vertical-align: bottom;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}

.weather-forecast {
    display: flex !important;
    color: #fff !important;
    font-weight: 600;
    justify-content: flex-end;
}

.weather-forecast .temp {
    font-size: 35px;
    font-family: 'Rubik';
    text-align: center;
}

.weather-forecast .date {
    font-size: 15px;
    font-family: 'Rubik';
}

.weather-info {
    padding-right: 16px !important;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.weather-icon img {
    max-height: 85px;
    max-width: 85px;
}

.fuelm-grid-custom-posts, .fuelm-grid-custom-posts-with-filters {
    height: 360px !important;
    margin-bottom: 30px;
}
.fuelm-posts-widget img{
  height: 240px;
  object-fit: cover;
}
.fuelm-posts-widget .last-item img{
  height: 100%;
  object-fit: cover;
}
.fuelm-posts-widget .card-img-overlay {
    background: rgb(0 0 0 / 30%);
}
.fuelm-posts-widget .card {
    height: 100%;
}
.fuelm-full-width-post-img-overlay {
    padding-bottom: 80px;
}
.grid-custom-posts{
  height: 100%;
  max-height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.grid-custom-posts:before{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.3;
  transition: all .25s ease;
}
.grid-custom-posts:hover:before{
  opacity: 0.5;
}
.grid-custom-posts img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-custom-posts a{
  width: 100%;
display: block;
height: 100%;
position: absolute;
    top: 0;
    z-index: 2;
}
.grid-custom-posts-wrapper{
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px;
}
.grid-custom-posts-wrapper h3{
font-family: "proxima-nova", Sans-serif;
font-size: 1.75rem;
font-weight: 700;
color: #fff;
}
.grid-custom-posts-wrapper p{

color: #fff;
margin-bottom: 0;
}
.grid-custom-posts-icon-button{
  position: absolute;
  right: 30px;
  top:30px;
  z-index: 2;
}
.grid-custom-posts-icon-button i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: all 0.25s ease;
}
.grid-custom-posts:hover i {
    background: #fff;
    color: #000;
}
.gm-style .gm-style-iw {
    font-weight: 400 !important;
    font-size: 14px !important;
    max-width: 280px !important;
}
.gm-style .gm-style-iw h4{
    font-size: 18px !important;
}
.fuelm-filter-wrapper.mb-3.text-center {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fuelm-filter-button {
    color: #FFFFFF;
    background-color: #A8BBBF;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 0px 0px 0 0px;
    border-width: 0px 0px 0px 0px;
    border-radius: 2px 2px 2px 2px;
}

.fuelm-filter-button:hover {
    color: #FFFFFF;
    background-color: #8DA74D;
}

.fuelm-filter-button.active {
    color: #FFFFFF;
    background-color: #8DA74D;
}
@media (max-width:1199.98px){
  .grid-custom-posts-wrapper h3{
  font-size: 1.5rem;
  }
}
@media (max-width:767px){
  .mdp-huger-elementor-toggle-icon svg {
    width: 60px;
    padding: 10px;
    height: 59px;
}
}
