/* Header Styles */

header.menu-3.hovered.scrol .logo img {
	max-height: 85px;
}

header.menu-3 .logo img {
	transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    max-height: 100px;
}
header.scrol .header-bar {
	padding: 5px 0px;
}

header.scrol .header-style-2 .input-style-1.color-3 input {
	height: 20px
}

header.scrol .input-style-1.b-50 input {
	font-size: 12px;
}

header.scrol .header-style-2 .drop {
	padding-top: 5px;
}

header.scrol .drop {
	font-size: 12px;
}
.header-bar .social-icons {
	margin-bottom: 5px;
}
.header-bar .social-icons a {
	color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    margin-right: 10px;
}

.inner-banner .vertical-align {
    background: rgba(0,0,0,0.25);
    overflow: hidden;
    height: 100%; 
    z-index: 2;
}
.inner-banner .vertical-align .container {
	    top: 40%;
    position: absolute;
    width: 100%;
    left: 0px;
}

/* Footer Styles */
.footer-logos img {
	margin: auto;
	max-height: 150px;
}
.tags-b:hover {
	color: #fff;
}
#va-logo {
	max-height: 50px;
	margin-right: 20px;
}
#ta-logo {
	max-height: 50px;
}

/* Callout Styles */
.hover-it h3 {
	font-size: 20px;
	letter-spacing: 2px;
}

/* Contact Page Styles */
.contact-info i {
	position: relative;
    float: left;
    font-size: 22px;
    color: #428FDC;
    margin: 0px 10px 0px 0px;
}

/* Directory Styles */

.directory-title {
	margin-top: 150px;
}
.membership-logos {
	position: absolute; 
	max-height: 85px;
}

.membership-logos:last-child {
	left: 125px;
}
body[data-color="theme-1"] .sidebar-category.color-1 a:hover, 
body[data-color="theme-1"] .sidebar-category.color-1 a.active {
	color: #428FDC;
}

.details-desc i {
	position: relative;
    font-size: 20px;
    color: #fff;
    margin: 0px 5px 0px 0px;
}

.tourism-member {
	max-width: 50px;
    position: relative;
    top: 25px;
    left: 5px;
}

.chamber-member {
    max-width: 50px;
    position: relative;
    top: 25px;
    left: 5px;
}

.list-content .list-item-entry .tourism-member{
	left: 20px;
}

/* Event Manager Styles */
.event-date {
	background-color: #48aa43;
	color: #fff;
	border: .5px solid #fff;
}
.event-date:hover {
	color:#fff;
}
.popular-img h4 a {
	color: #fff !important;
}
/* Pages Styles */
.icon-block:hover {
	background-color: #428FDC;
}
.main-wraper ul {
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.main-wraper ol {
	display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
ul.sidebar-category.color-5 {
	list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Newsletter Styles */
.newsletter {
	border-right: 2px solid #fff;
}
.brochure {
	max-width: 80%;
	margin-left: 20px;
}
 .brochure-img {
	max-height: 200px;
	float: left;
}
.icon-block h5.icon-title a {
	color: #fff !important;
}


/* 404 Styles */

.404-search {
	max-width: 80%;
    margin: 30px auto;
}


/* Video on Homepage */
#video {
	text-align: center;
}

#video iframe {
	max-width: 100%;
	border: none;
}

/*Overall Styles*/
.no-image {
    margin-left: 0 !important;
}
.color-white a {
	color: #fff !important;
}
.color-white a:hover {
	color: rgba(255,255,255, 0.75) !important;
}
.detail-block p a {
	word-wrap: break-word;
}

.interior-banner {
	text-align: center;
}
.interior-banner img {
	margin: auto; 
	margin-top: 150px; 
	width: 100%;
}
.interior-header {
	position: absolute;
    top: 0;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 150px;
}

/* Media Queries */
@media (min-width: 1050px) and (max-width: 1199px) {
	.container {
		width: 1020px;
	}
	.menu-3 nav > ul > li {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	header.menu-3.hovered .logo, header.menu-3.hovered.scrol .logo {
		top: 66%;
	}
	header.menu-3 .logo img, header.menu-3.hovered.scrol .logo img {
		max-height: 70px;
	}
	.newsletter {
		border: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.top-baner {
		margin-top: 75px;
	}

	.interior-banner img {
		margin-top: 50px; 
	}
	.interior-header {
		display: flex;
	    justify-content: center;
	    height: 250px;
	    margin-top: 150px;
	    position: absolute;
	    top: 0;
	    padding: 0;
	}
}

@media (max-width: 767px) {
	h1 {
		line-height: 45px;
		letter-spacing: 1.5px;
	}
	.brochure {
		max-width: 100%;
		margin-left: 0;
	}
	.brochure-img {
		margin: auto;
    	display: block;
    	margin-bottom: 10px;
    	float: none;
	}
	.membership-logos {
		position: static;
	    max-height: 65px;
	    float: right;
	}
	
	.interior-header {
		display: flex;
	    justify-content: center;
	    height: 150px;
	    margin-top: 75px;
	    position: absolute;
	    top: 0;
	    padding: 0;
	}
	.interior-header h1 {
		font-size: 20px;
	}

.directory-title {
	margin-top: 50px;
}
}






