/*------------------------------------------------------------------
[Stylesheet]
Color Palette - Mashpee Chamber Blue and Gold

Custom color scheme for Shop Local Mashpee
Mashpee Chamber of Commerce Brand Colors:
- BLUE 1 (Primary): #194792
- BLUE 2: #396CB4
- BLUE 3: #739CD2
- YELLOW: #FEDF7D
-------------------------------------------------------------------*/

.btn,
.btn-large {
	background-color: #194792;
}

.btn:hover,
.btn-large:hover {
	background-color: #396CB4;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
	border-bottom: 1px solid #FEDF7D;
    -webkit-box-shadow: 0 1px 0 0 #FEDF7D;
    -moz-box-shadow: 0 1px 0 0 #FEDF7D;
    box-shadow: 0 1px 0 0 #FEDF7D;
}

.hero_fullscreen.gradient_overlay {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, rgba(25,71,146,0.8) 0%, rgba(25,71,146,0.8) 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, rgba(25,71,146,0.8) 0%, rgba(25,71,146,0.8) 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, rgba(25,71,146,0.8) 0%, rgba(25,71,146,0.8) 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(25,71,146,0.8)), color-stop(1, rgba(25,71,146,0.8)));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, rgba(25,71,146,0.8) 0%, rgba(25,71,146,0.8) 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, rgba(25,71,146,0.8) 0%, rgba(25,71,146,0.8) 100%);
}

.iconbox_icon {
	color: #194792;
}

.iconbox_icon.icon_rounded {
	background-color: rgba(25, 71, 146, 0.1);
	color: #194792;
}

a {
	color: #194792;
}

a:hover {
	color: #FEDF7D;
}

h1, h2, h3 {
	color: #194792;
}

.intro h3 {
	color: #194792;
}

.feature_content h6 {
	color: #194792;
}

/* Yellow accent for special elements */
.slogan {
	color: #FEDF7D !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Social icons hover effects */
.social_icon:hover {
	background-color: #FEDF7D !important;
	color: #194792 !important;
}
