/* Address in menu */
.address-menu{
	background-color:#272A2F;
	height: 100%;
	padding: 1.5rem;;
}

.address-wrap p {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-family: 'oswald';
}

.address-wrap a {
  display: inline-block;
  margin: 0.25rem 0;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-social-icons{
	padding: 10px;
	border-radius: 70px;
	background-color: #fff;
	margin: 0.4rem !important;
	font-size: 1.1rem !important;
	transition: transform 0.3s ease, color 0.3s ease !important;
}

.menu-social-icons:hover i {
  transform: scale(1.2);
  color: #9e7337; 
}


#gform_submit_button_1{
	background-color: #505050 !important;
	color: #fff !important;
}

#gform_submit_button_1:hover{
	color: #333 !important;
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.hero-heading{
	font-family: Lora !important;
	font-weight: 700 !important;
}
.pswp{
	z-index: 99999 !important;
}

.footer-widget-area {
	float: left;
	margin-bottom: 0;
	width: calc(100% / 4);
}

.widget-wrap .textwidget{
	color: #fff !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{
	top: 50% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	font-family: oswald, "sans-serif";
	font-size: 24px;
	margin-left: 20px;
}

.screed-details{
	border: 10px solid black !important;
}

.mega-menu-item .mega-menu-link{
	color: rgba(255,255,255,0.5) !important;
}

.mega-menu-item .mega-menu-link:hover{
	color: rgba(255,255,255,1) !important;
	text-decoration: underline !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	text-decoration: underline !important;
	color: #fff !important;
	background: #505050 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
	background: #505050 !important;
	
}
/* Fonts */
.footer-widget-area p{
	font-size: 16px !important;
}

.entry-content .abril{
	font-family: 'abril-fatface', san-serif !important;
}

.entry-content .lora{
	font-family: 'lora', san-serif !important;
}

.entry-content .oswald{
	font-family: 'oswald', san-serif !important;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 968px){
	.center-mobile{
		text-align: center !important;
	}

	.wp-custom-logo .title-area{
		max-width: 200px !important;
		width: 50% !important;
		margin-top: 15px;
	}

	.menu-toggle{
		display: none !important;
	}

	.js .nav-primary{
		display: block !important;
		bottom: 55px;
	}
	.wp-custom-logo .custom-logo-link{
		z-index: 9999;
		position: relative;
	}
	.mobile-hero-button.gb-block-layout-column:nth-child(2){
		grid-area: col1 !important;
		width: 50%;
	}
	.footer-widget-area{
		width: 100% !important;
	}
	.space-between-mobile{
		margin-bottom: 10px;
	}
	.hero-heading{
		font-size: 40px !important;
	}
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4{
		margin-top: 30px !important;
	}
	.site-header{
		padding: 20px 30px 0 30px !important;
	}
	.nav-primary{
		padding-bottom: 0 !important;
	}
  .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .font-size-25{
	font-size: 25px !important;
  }

}

@media(max-width: 485px) {
	.mobile-stack {
		flex-direction: column !important;
	}
}