#menu-primary-menu > li {
	display: inline-block;
}
.site-title span {
	text-transform: capitalize;
	font-style: italic;
	font-size: 50px !important;
	font-weight: 300;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
}
.homepage-banner-img {
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
}
.fg-item:not(:last-child) .homepage-banner-img {
	width: 300px;
}
.fg-item:last-child .homepage-banner-img {
	width: 675px;
}
.homepage-banner-img > a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.homepage-banner-img > a:before {
	z-index: 100;
	content: '\f00e';
	font-family: 'Font Awesome 6 Pro';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: 600;
}
.homepage-banner-img > a:hover:before {
	opacity: 1;
}
#our-services-text {
	width: 100%; !important;
}
.service-callout {
	width: 50% !important;
}
.site-inner, .wrap {
	float: none;
	margin: 0 auto !important;
	max-width: 1120px !important;
}
.fl-node-5feacb7fd9a69 > .fl-row-content-wrap {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #f8f8f7;
}
.page-testimonial p,
.page-testimonial span {
	text-align: center !important;
}
.fancy-header {
	font-family: anter-script, Verdana, Arial, sans-serif !important;
	font-size: 70px !important;
}
.service-image {
	width: 50%;
	float: left;
	min-height: 1px;
}
.service-text {
	width: 50%;
	float: left;
	min-height: 1px;
}
.service-item-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 350px;
}
.service-item-row:nth-child(even) {
	background-color: rgba(17, 11, 0, 0.02) !important;
}
.page-head {
	text-transform: uppercase;
}
.pricing-flex-item {
	width: 45% !important;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #e87878;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	min-height: 530px !important;
}
.contact-btn {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	text-align: center;
	border: 1px solid #ec9c8c !important;
	background-color: #ec9c8c !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important; 
	text-transform: uppercase;
}
.contact-btn span {
	color: #ffffff !important;
}
.center-callout {
	display: flex;
	justify-content: center;
}
.callout-center-text p{
	text-align: center !important;
}
.contact-header {
	font-family: anter-script !important;
	color: #f8a898 !important;
	font-size: 46px !important;
	text-align: center;
	font-weight: 800;
	margin-top: 25px;
}
.contact-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.contact-section > div:first-child {
	width: 35%;
	min-width: 370px;
	margin-right: 15px;
}
.contact-section > div:last-child {
	width: 63%;
}
.contact-image {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.contact-section > div:last-child > p{
	width: 100%;
	text-align: center;
} 
.contact-section > div:last-child > p:first-child {
	font-size: 16px;
	font-family: Montserrat;
	text-transform: uppercase;
}
.form-holder {
	padding: 25px;
	box-sizing: border-box;
	background-color: #f8f8f7;
}
.gallery-item {
  width: calc(33.333% - 8px);   /* 3 columns with 12px gutter */
  margin-bottom: 12px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
li.has-child:hover > .sub-menu {
	opacity: 1;
}
li.has-child {
	position: relative;
}
.sub-menu {
	left: 0px !Important;
}



.masonry-gallery {
	width: 100%;
	margin-bottom: 100px;
}

.grid-sizer,
.gallery-item {
	width: calc(33.333% - 8px);
}

@media (max-width: 950px) {
	.contact-section {
		flex-wrap: wrap;
	}
	.contact-section > div {
		width: 100% !important;
	}
}

@media (max-width: 900px) {
	.grid-sizer,
	.gallery-item { width: calc(50% - 6px); }
}

@media (max-width: 540px) {
	.grid-sizer,
	.gallery-item { width: 100%; }
}

.gallery-item {
	margin-bottom: 12px;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-item img {
	width: 100%;
	height: auto;
	display: block;
}

.masonry-gallery { opacity: 0; transition: opacity 0.3s ease; }
.masonry-gallery.is-ready { opacity: 1; }
.contact-section{
	padding: 0px 25px !important;
}
.fl-col {
	float: left;
	min-height: 1px;
}
.siteEmail {
	font-size: 12px !important;
	color: #fff !important;
	font-style: italic !important;
	text-transform: none;
	letter-spacing: 2px !important;
}
.testimonial-box  p {
	text-transform: none !important;
}
.side-by-side {
	width: 50%;
}
#custom_html-3 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}