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;
}


.ai-banner-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.ai-banner-subtitle {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
}

/* MAIN SLIDER */
.main-slider{
  height: 98vh;
	width: 100VW;
}

.slider-banner {
    height: 100vh;
    background-size: cover;
    padding-top: 4rem;
    background-position: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.ai-slider-image {
		width: 45%;
		margin: auto;
		margin-top: 2rem;
}

.ai-slider-content {
		max-width: 520px;
		margin: auto;
}


.main-slider .owl-dots {
	bottom: 1.5rem;
	display: block;
	width: 100%;
}
.main-slider .owl-dot{
	border: 1px solid #ffffff !important;
	border-radius: 50%;
	margin:6px !important;
}

.main-slider .owl-dot span{
	background-color: transparent !important;
	width: 10px;
	height: 10px;
	margin: 3px !important;
}

.main-slider .owl-dot.active span{
	background-color: #ffffff !important;
}

.main-slider .owl-nav button,
.main-slider .owl-dots{
		position: absolute;
}


.main-slider button.owl-prev {
	left: 6vw;
}

.main-slider button.owl-next {
	right: 6vw;
}

.main-slider .owl-nav {
	position: absolute;
	top: 49%;
	width: 100%;
}


/* POSTS SLIDER */
.ai-post-card{
    background-color: #f1ecec !important;
}
.content-image {
    height: 25vh;
    background-size: cover !important;
    background-position: center !important;
}

.content-holder {
    padding: 1rem;
}
