@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);
@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);

/* CUSTOM STYLESHEET
---------------------------------------------------------------------------------
Instructions: Add your custom styles in this file instead of style.css,
so it's easier to update the theme. Simply copy an existing style from 
style.css to this file, and modify it as you like.
--------------------------------------------------------------------------------- */



/* GLOBAL STYLES
---------------------------------------------------------------------------------
Add styles beneath this line that you want to be applied across your entire site */


.header2 #catnav {
	margin: 0 auto;
	float: none;
	clear: both;
	display: block;
	border-top: 1px dotted #ddd;
	background-color: #47799a;
        font-size: 16px;
	}
.centercatnav #catnav ul ul a, .centercatnav #catnav li li:last-child a {
border: 1px solid #eeeeee;
border-top: 0;
background: #47799a;
display: block;
line-height: 20px;
}

#footer-widgets {
	clear: both;
	margin: 0 auto;
	padding:50px 0 20px;
	width:100%;
	border-top:12px solid #425b2a;
	border-bottom:1px solid #425b2a;
	background:#83ac5c;
	color:#fff;
	}

h1,h2,h3,h4,h5,h6,h7,
#sitetitle .title  {

	letter-spacing:0;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.1em;
	color:#789db9;
	}

h1 {
	font-size:34px;
	letter-spacing:-0.03em;
	}

h2 {
	font-size: 28px;
	letter-spacing:-0.03em;
color:#73a245;
	}

h3 {
	font-size: 22px;
	letter-spacing:-0.03em;
	line-height: 1.2em;
        color:#73a245;
	}

h4 {
	font-size: 18px;
	letter-spacing:-0.03em;
	line-height: 1.3em;
color:#ad051c;
	}

h5,h6,h7 {
	font-size: 16px;
	letter-spacing:-0.02em;
	line-height: 1.3em;
color:#4d7592;
	}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	padding: 10px;
	margin: 0;
	line-height:1.4em;
	}



/* DESKTOP ONLY STYLES
---------------------------------------------------------------------------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 801px) {


	/* Desktop styles go here */

.featured.wide .myflexslider .slide-container {
	padding:0;
	background:#fff;
	margin:0 auto;
	border:0;
	display:block;
	width:100%;
        height:350px;
	position:relative;
	z-index:2;
	}
}



/* START Barnstable County information technology edits */

#footer-widgets .footer-widget1 {
	width: 29%;
	margin: 0 4% 0 0;
}


#footer-widgets .footer-widget2{
	width: 29%;
	margin: 0 1% 0 3%;
}

#footer-widgets .footer-widget3 {
	float: right;
	width: 29%;
	margin: 0 0 0 4%;
}

#footer {
	padding: 20px 0 10px 0;
	text-align: center;
	/* background-color: #eec96d !important; */
}

#footer-copyright {
	padding-top: 25px;
	clear: both;
}

#footer-widget-area .footer-widget {
	height: 75px;
	float: left;
	padding: 0 0 0 2%;
	border-left: 2px solid #cccccc;
	text-align: left;
}

#footer-widget-area .footer-widget:first-child {	
	border: none;	
}

#footer-widget-area .footer-cols-2 {
	width: 48%	
}

#footer-widget-area .footer-cols-3 {
	width: 31%%	
}

#footer-widget-area .footer-cols-4 {
	width: 22%	
}

#footer-widget-area H3 {
	margin: 2px 0;	
}

#footer-widget-area .textwidget {
	line-height: 1.2em;	
}

form#searchform {
	float: right;
}

form#searchform input[type="text"] {
	padding: 4px;
}

form#searchform input[type="submit"] {
	padding: 5px 10px;
}

@media only screen 
and (max-width: 800px) {
	#footer-widget-area .footer-widget {
		width: 100% !important;
		clear: both !important;
		float: none !important;
		margin: 10px auto;
		border: none;
		height: auto;	
		padding: 0;
	}

#footer-widgets .footer-widget1,
#footer-widgets .footer-widget2,
#footer-widgets .footer-widget3 {
	margin: 0;
}


}



/* END Barnstable County information technology edits */