body{
	width: 100vw;
	overflow-x: hidden !important;
}

a{
	text-decoration: none !important;
}

a:hover{
	text-decoration: none !important;
}

#wpadminbar a{
	color: #eee !important;
}

#wpadminbar a:hover{
	color: #007bff !important;
}

.vc_row-no-padding .wpb_column.vc_column_container.vc_col-sm-12{
	max-width: 100% !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}


/* RESETS */

.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}

/* PAGE BANNER */

header.entry-header {
    height: 500px;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    overflow: hidden;
}
.ai-banner-overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}



/* MAIN SLIDER */
.main-slider{
  height: 70vh;
	width: 102vw;
}

.slider-banner {
    height: 70vh;
		width: 102vw;
    background-size: cover;
    background-position: center;
    align-items: center;
}

.ai-slider-image {
		width: 45%;
		margin: auto;
		margin-top: 2rem;
}

.ai-slider-content {
		max-width: 520px;
		margin: auto;
}
