html, body {
	max-width: 100vw !important;
	overflow-x: hidden !important;
}


/* Header */
.site-header .header-wrap {
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Footer */
.site-footer .site-info {
	display: none;
}


/* Home */
.home #content {
	margin-top: 0 !important;
}
.home .inner-wrap {
	padding-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	max-width: 100vw;
}
.home #featured_pages {
	display: none;
}
.home #primary {
	width: 100%;
	max-width: 100vw;
}
.home .content-wrapper {
	padding: 0;
}
.home .entry-content, .home .page {
	margin: 0;
}
.home #primary .container {
	width: 100%;
	max-width: 1218px;
	margin: 0 auto;
}
.home .featured-image {
	display: none;
}
@media screen and (max-width: 640px) {
	.elementor-element-3eb5e14 h1 {
		font-size: 48px !important;
	}
}

/* Front Page Service */
.main-service-block > div {
	background: radial-gradient(800px circle at 32% 32%, rgb(255 255 255 / 98%), #e5e5e5e8 40%);
}


/* Full Screen Video */
.elementor-element-784de68 .elementor-widget-wrap, .elementor-element-3420ccd .elementor-widget-wrap {
	padding: 0 !important;
	/*position: relative;
	max-height: 600px;
	overflow: hidden;*/
}
.main-video-section {
	max-height: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-video-section .elementor-container {
	width: 100%;
}
/*.elementor-element-784de68 .elementor-widget-wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 0.5;
}*/


/* Pages */
.page .entry-title {
	display: none;
}
#primary {
	width: 90%;
	max-width: 1200px;
}


.page-id-3228 .inner-wrap, .page-id-3228 .content-wrapper {
	padding-top: 0px !important;
}
.page-id-3228 .entry-content {
	margin-top: 0px !important;
}
@media screen and (max-width: 480px) {
	#primary {
		width: 100%;
	}
	.content-wrapper {
    padding: 0%;
	}
}



/* Forms */
.wpcf7 span {
	display: block;
	max-width: 100%;
}
.wpcf7 span input {
	max-width: 100%;
}



/* Featured Slider */
.featured-slider-container, .featured-slider-container .bx-wrapper, .featured-slider-container .bx-viewport {
	min-height: 75vh !important;
}
.featured-slider-container img {
	min-height: 75vh !important;
	width: 100% !important;
	-webkit-object-fit: cover !important;
	object-fit: cover !important;
}

/* Remove post titles */
.post .entry-title {
	display: none;
}

/*Remove Meta Data*/
.meta-post {
	display: none;
}

.entry-meta {
	display: none;
}

.posted-on {
	display: none;
}

/*Remove featured image*/
.single .wp-post-image {
	display: none;
}

/* Blog */
.blog .featured-image img {
	margin: 0 auto;
}



.single .tiled-gallery .gallery-row  {
	margin: 0 auto;
}
.single .video-player iframe {
	display:block;
	margin: 0 auto;
}


/* resize logo  
@media screen and (min-width: 630px) {
	.site-logo {
  max-height: none;
  width: 200px;
}
}*/
/* remove slider text */
.single-slide .slider-meta h3 {
	display: none;
}

.single-slide .slider-meta p, .single-slide .slider-meta a {
	color: rgba(0,0,0,0);
	text-shadow: none;
}

.slider-meta {
	top: 42%;
}

/* Changer Horizontal Line features */
hr {
	background-color: #f2f2f2;
}


/* Edits */
a:hover {
	text-decoration: none !important;
}


/* Edit Posts */
.post-title {
	text-align: center;
	font-weight: bold;
	color: #1d578e;
}



/* Our Team */
.team-member-box {
	cursor: pointer;
}
.team-member-box.active img {
	opacity: 0;
}


/* Edit Blog Page */
.blog article .entry-title {
	display: block;
	text-align: center;
	font-weight: bold;
}
.blog article .entry-title a {
	color: #1d578e;
}
.blog article .entry-title a:hover {
	color: #47608c !important;
}
.blog article .content-wrapper {
	border-bottom: 1px solid #f1f1f1;
}
.blog article .entry-content {
	display: none;
}