/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.mobileHide {
	display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.mobileHide {
		display: none;
	}
	
	img {
    width: 100%;
    height: auto;
}
}
.content-desktop {display: block;}
.content-mobile {display: none;}

@media screen and (max-width: 768px) {

.content-desktop {display: none;}
.content-mobile {display: block;}

}
#header .widget-area {
	background-color: #fff;
	float: left;
}

.header-image #title-area {
	float: left;
}

.taxonomy-description {
	border: none;
}

#inner {
	border-bottom: none;
}

.content-sidebar #inner {
	background: none;
	background-color: #fff;
}

#home-top {
	border: none;
}

#home-top .border {
	border: none;
}

#home-top .ui-tabs ul.ui-tabs-nav {
	border: none;
}

#home-middle {
	border: none;
}

#home-middle .border {
	border: none;
}

#home-lower-middle {
	border: none;
}

#home-lower-middle .border {
	border: none;
}

#sidebar .widget, #sidebar-alt .widget {
	border: none;
}

.sidebar {
	border: none;
}

.sidebar .widget-area ul li {
	border: none;
}

.sidebar .widget-wrap {
	border: none;
}

.content-sidebar-wrap {
	border: none;
}

.featuredpost .post {
	border-bottom: none;
}

#footer-widgets .wrap {
	border: none;
}

#footer-widgets .widget-area ul li {
	border-bottom: none;
}

.widget h4 {
	color: #fff;
	text-align: center;
	background-color: #31416b;
	padding: 5px;
	border: 2px solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.clear-line {
	border-bottom: none;
}

.sidebar .widget ul li, .sidebar .widget-area ul li {
	background: none;
	border-bottom: none;
}

.display-posts-listing .listing-item {
	clear: both;
	padding: 10px;
	list-style-type: none;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 50px 0;
	width: 125px;
	height: 100px;
}

.display-posts-listing a.title {
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
}

.display-posts-listing .date {
	font-style: italic;
}

#nav {
	background: #31416b;
	background-color: #31416b;
}

#nav li li a:link, #nav li li a:visited {
	background: #31416b;
	background-color: #31416b;
}

#sub-menu nav li a {
	color: #31416b;
}

#sub-menu nav li li a:visited {
	color: #31416b;
}

#subnav li.sub-wqrc {
	background: url(https://www.capecod.com/wp-content/uploads/99-the-Q_85x44.png);
	height: 44px;
	width: 85px;
	text-indent: -9999px;
	padding: 0;
}

#subnav li.sub-wkpe {
	background: url(https://www.capecod.com/wp-content/uploads/sub-wkpe_hat_97x44.png);
	height: 36px;
	width: 95px;
	text-indent: -9999px;
	padding: 0;
}

#subnav li.sub-wfcc {
	background: url(https://www.capecod.com/wp-content/uploads/sub-wfcc-97x44sm.png);
	height: 38px;
	width: 72px;
	text-indent: -9999px;
	padding: 0;
}

#subnav li.sub-wocn {
	background: url(https://www.capecod.com/wp-content/uploads/sub-wocn-73x44sm.png);
	height: 38px;
	width: 63px;
	text-indent: -9999px;
	padding: 0;
}

div.ptms_marquee a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	background-color: #f5f5f5;
	padding: 20px;
}

div.ptms_marquee a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#googleAd {
	text-align: center;
}