.header .header-inner {
	  width: auto;
    max-width: 1280px;
}

.contact-form input {
	font-size: 16px;
	padding: 12px 15px;
}

.widget-left .textwidget {
	display: flex;
}

.slider-main {
	height: 100vh;
	max-height: 100vh;
}

.slider-spanish {
	display: none;
}

.header .header-inner .logo {
	width: auto;
}

.signin_wrap .container {
	max-width: 1280px;
	width: 100%;
}

.signin_wrap a,
.signin_wrap a:hover {
	font-size: 15px;
}

.signin_wrap .phoneadressinfo {
	font-size: 14px;
}

.signin_wrap span.phoneadressinfo {
	margin: 0 10px 0 0;
}

.contact-form input[type="submit"] {
		color: #fff;
    background: #13cbd7;
    font-family: PT Sans;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
}

.contact-form {
    margin: 40px 0;
    background: white;
    padding: 30px;
    border: 1px solid #efefef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

#menu-primary > li a {
	font-weight: 600;
	padding: 10px 18px;
}

.content_sidebar aside.widget {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
}

.content_sidebar .lang-item img {
	  margin-right: 10px;
    margin-top: -2px;
    height: 13px;
}

.innerbanner img {
		position: relative;
    background-size: cover;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.innerbanner {
	position: relative;
}

.innerbanner::before {
	  content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.38);
    top: 0;
    left: 0;
}

.tribe-events-tooltip h3{
	width: 100%;
  display: flex;
}

.home .entry-header {
	display: none;
}

.social-icons {
	  display: inline-flex;
    flex-wrap: wrap;
	  justify-content: space-evenly;
}

.footer .genericon {
	font-size: 40px;
}

.tribe-list-widget {
	list-style-type: none;
}

.tribe-list-widget .tribe-event-title {
	margin-top: 15px;
}

.slide_info h2 {
	color: #fff;
}

.social-icons a {
    font-size: 22px;
    border: 1px solid gainsboro;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

	#slider::before {
		content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    z-index: 6;
    height: 100%;
    top: 0;
    left: 0;
	}

h1.entry-title, h1.page-title {
	line-height: normal;
}

@media screen and (min-width: 1000px) {
	.header .nav .lang-item a {
		border: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
	}
	
	.page-id-474 .innerbanner img,
.page-id-148 .innerbanner img{
   object-position: 100% 22%;
}
	
	.page-id-239 .innerbanner img,
	.page-id-431 .innerbanner img {
		object-position: 100% 19%;
	}
}

@media screen and (min-width: 769px) {
	.header {
		background: none;
	}
	
	.header .header-inner .nav ul li:hover > ul {
		background: rgba(0, 0, 0, 0.6);
	}
	
}

@media screen and (max-width: 767px) {
	.header .header-inner {
		padding: 0;
	}
	.header .header-inner .logo {
		margin: 0px 0 -5px 0;
    padding: 0;
    background-color: #f25e43;
		border-bottom: 1px solid gainsboro;
	}
	
	.signin_wrap {
		display: none;
	}
	
	.innerbanner img {
    height: 280px;
	}
	
	.innerbanner::before {
		background: none;
	}
	
	#slider::before {
		background: none !important;
	}
}



