@charset "UTF-8";

/* CSS Document */
/*
Theme Name: West Cork People
Theme URI: www.westcorkpeople.ie
Description: Custom designed theme for West Cork People
Author: Paul Goode
Author URI: http://paulogoode.com
Version: 1.0
.
Coded by my own fair hands. For your own custom WordPress-themed website, visit http://www.paulogoode.com
.
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display:block;
}

audio,
canvas,
video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

html,
button,
input,
select,
textarea {
	font-family:sans-serif;
	color:#323030;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
	background:#c9252b;
	color:#fff;
	text-shadow:none;
}

::selection {
	background:#c9252b;
	color:#fff;
	text-shadow:none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
	color:#c9252b;
	text-decoration:none;
}

a:visited {
	color:#3e6b79;
}

a:hover {
	color:#518697;
}

a:focus {
	outline:none;
}



/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
	border-bottom:1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background:#ff0;
	color:#000;
	font-style:italic;
	font-weight:700;
}

/* Redeclare monospace font family */
pre,
code,
kbd,
samp {
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
	font-size:1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}

q {
	quotes:none;
}

q:before,
q:after {
	content:"";
	content:none;
}

small {
	font-size:80%;
	font-weight:300;
}

/* Position subscript and superscript content without affecting line-height */
sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
	margin:0;
	padding:0;
	list-style:none;
}

dd {
	margin:0 0 0 40px;
}

nav ul,
nav ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers
 */
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
	overflow:hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin:0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin:0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor:pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
	border:0;
	*margin-left:-7px;
	padding:0;
	white-space:normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
	line-height:normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
	*overflow:visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
	cursor:default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	*width:13px;
	*height:13px;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {
	width: 98.5%;
	margin: 0.5em 0;
}

input:invalid,
textarea:invalid {
	background-color:#f0dddd;
}

input, 
textarea {
  /*-webkit-appearance: none; */
  -webkit-border-radius: 0;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

th {
	text-align:left;
}

tr {
	border-color:#dcd0d0;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
	margin:.2em 0;
	background:#ccc;
	color:#000;
	padding:.2em 0;
}

/* =============================================================================
   Fix Hover Effects for Touch Devices
   ========================================================================== */
element:hover,
element.hover_effect {
	rule:properties;
}

.hover {
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}

/* =============================================================================
   Columns & Grid
   ========================================================================== */

.row {
	width:97%;
	max-width:990px;
	margin:0 0 0 3%;
	float:left;
	overflow:auto;
}

.four-columns {
	width:77%;
	max-width:786px;
	float:left;
	margin:0 0 0 3%;
	padding:0;
}

.three-columns {
	width:57%;
	max-width:852px;
	float:left;
	margin:0 0 0 3%;
	padding:0;
}

.two-columns {
	width:37%;
	max-width:378px;
	float:left;
	margin:0 0 0 3%;
	padding:0;
}

.one-column {
	width:17%;
	max-width:174px;
	float:left;
	margin:0 0 0 3%;
	padding:0;
}

/* ==================================================================================================================
   Primary Styles
   =============================================================================================================== */
/* div {
	outline: 1px dotted #bbb;
} */

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
	font-size:100%;
	font-weight:300;
	line-height:150%;
	color:#323030;
	margin:0;
	padding:0;
	background: url(images/red.png) repeat-x left top;
	background-color:#dededf;
}

#wrapper {
	height: 100%;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.container {
	width:100%;
	margin:0;
	position:relative;
}
#ads {
	width: 12.5em;
	margin: 0 1.875em;
	float: right;
}
#main {
	width:1020px;
	float: left;
}
#header {
	width:100%;
	margin:0;
	padding:0;
}
#advertise  {
	padding: 0.875em 0 0.75em 0;
}
.facebook {
	background: url(images/facebook-icon.png) no-repeat #fff;
	background-size: 38px 37px;
	display:block;
	width: 38px;
	height: 37px;
	float: right;
	margin: 0.375em 0 0 0.375em;	
	text-indent: -99999px;
}
.twitter {
	background: url(images/twitter-icon.png) no-repeat #fff;
	background-size: 38px 37px;
	display:block;
	width: 38px;
	height: 37px;
	float: right;
	margin: 0.375em 0 0 0.375em;	
	text-indent: -99999px;
}
.white {
	background-color: #fbfbfb;
	width:91.5%;
	margin:0 0 0 3%;
	float:left;
}
.post-white {
	background-color: #fbfbfb;
}
#logo {
	max-width: 408px;
	height: 5.625em;
	margin: 1em 0;
	float: left;
}
#contact-details {
	float: left;
	width: 480px;
	padding: 1.25em 0;
	margin: 0 0 0 0.5em;
	color: #514e4e;
}
#social {
	margin: 2.25em 0 0 0;
}
.home-link {
	background: url(images/west-cork-people-logo.png) no-repeat left center;
	background-size: 406px 64px;
	display:block;
	width: 406px;
	height: 64px;
	text-indent: -99999px;
	margin: 0.75em 0 0 0;
}
#friday-ad {
	background: url(images/friday-ad-bg.png) center top no-repeat;
	background-size: 200px 150px;
	margin: 0 0 1.625em 0;
}
#ad_container_2,
#ad_container_3, 
#ad_container_4 {
	margin-bottom: 0.9375em;
}
#banner {
	margin-bottom: 0.9375em;
	overflow: hidden !important;
}
#slider {
	width:97%;
	max-width:990px;
	margin:0 0 0 3%;
	float:left;
	background-color: #fff;
}
.homepage-news,
.features {
	background-color: #fff;	
	margin-top: 1.875em;
}
.homepage-news-item {
	padding: 0.5em 0.9375em 0.9375em 0.9375em;
}
.dont-miss-item {
	padding: 0 0 1em 0;
	background-color: #ccc;
}
.star-signs {
	background: url(images/kate-arbon-image.jpg) no-repeat left top #c9252b;
	height: 11em;
	float: left;
	width: 50%;
}
.property {
	background: url(images/west-cork-property-image.jpg) no-repeat left top #c9252b;
	height: 11em;
	float: left;
	width: 50%;
}
.contributor {
	margin: 0 0 1.4375em 0;
	width: 100%;
	float: left;
	border-bottom: 4px solid #dbdbde;
	padding-bottom: 1.5em;
}
.contributor-last {
	margin: 0 0 1.4375em 0;
	width: 100%;
	float: left;
}
.competitions {
    background-color: #c9252b;
    float: left;
    margin: 0 0 1.5em;
    padding: 0.75em 5% 0.125em;
    width: 90%;
}
.latest-edition {
	width: 92.125%;
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0.5em 4% 1em 4%;
	background-color: #528697;
}
.podcasts {
	height: 12.5em;
	width: 92.125%;
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0.5em 4% 1em 4%;
	background-color: #c9252b;
}
.widget-area {
	width:84%;
	max-width:330px;
	float:left;
	margin:1em 8% 2em 8%;
	padding:0;
}
.widget {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em 0;
}
.widget_search {
	border: none;
}
#content {
	padding: 1.75em;
}

#footer {
	background-color: #3e6b79;
	width: 100%;
	overflow: auto;
}
.spacer {
	display:block;
	clear:both;
	height:1em;
	width:100%;
}

.double-spacer {
	display:block;
	clear:both;
	height:2em;
	width:100%;
}

hr, 
.separator {
	display:block;
	clear:both;
	width:100%;
	margin:1em 0;
	height: 1px;
	border: 4px solid #dbdbde;
	border-left: none;
	border-right: none;
	border-bottom: none;
	outline: none;
}
.homepage-news .separator {
	margin-bottom: 0;
}
.wpsocialite:before {
	content:"";
	height:1em;
	width:100%;
	display:block;
}

.wpsocialite.small {
	text-indent:0!important;
}

.wpsocialite.small .socialite {
	width:auto!important;
}

.wpsocialite.small {
	padding:5px 0 10px!important;
	margin:10px 0!important;
}

.wpsocialite.small > li {
    width: 25% !important;
}
.properties {
	width: 100%;
	float: left;
	font-size: 80%;
	line-height: 125%;
}
.property-row {
	clear: both;
}
.property-image {
	width: 23%;
	margin: 0 7% 1em 0;
	float: left;
}
.property-image img {
	border: 8px solid #fff;
	outline: 1px solid #ececec;
}
.property-text {
	width: 70%;
	float: left;
}
.property-contact {
	color: #999;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 0.25em 0 0.5em 0;
}



/* =============================================================================
   Main Menu
   ========================================================================== */


#access {
	margin: 0 0 0.9375em 3%;
	padding: 0;
	background-color: #514e4e;
	float: left;
	width: 97%;
}

#access .menu-header, 
div.menu {
	font-size:0.875em;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
	font-weight:400;
	text-transform: uppercase;
}

#access .menu-header li, 
div.menu li {
	float:left;
	line-height:2em;
	float:left;
    list-style:none;
    margin:0;
    position: relative;
    border-right: 1px dotted #979595;
}

#access .menu-header li:last-child,
div.menu li:last-child {
	padding-right:none !important;
	border-right: none !important;
}

#access .menu-header li:hover,
div.menu li:hover {
	height: 2em;
} 

#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:left;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor: pointer;
	padding:0 0.8125em;
}
#access a span {
	font-size: 70%;
}

#access ul ul {
	visibility:hidden;
	opacity:0;
	-moz-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	-webkit-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	position:absolute;
	top:2.125em;
	left:0;
	z-index:9999;
	float:left;
	width:100%;
	padding:0;
}

#access .sub-menu li,
#access .sub-menu li:last-child {
	background-color: #514e4e;
	height:auto;
	line-height:1em;
	min-width:9em;
	float:none;
	border-right: none !important;
}

#access .sub-menu li:last-child {
	padding-bottom: 0.25em;
}

#access .sub-menu li:hover,
#access .sub-menu li:last-child:hover {
	background: #323030;
}

#access ul ul ul {
	right:100%;
	top:0;
}

#access ul ul a {
	font-size:0.875em;
	padding:.5em 1em;
	text-transform: uppercase;
	color: #fff;
}

#access li:hover > a,
#access ul ul:hover > a {
	color:#9d9e9f;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
}

#access ul li:hover > ul {
	visibility:visible;
	opacity:1;
	-moz-transition-delay:0s;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #c9252b;
	background-color: #323030;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #dededf;
	background-color: #323030;
}

/* =============================================================================
   Pagination
   ========================================================================== */


.pagination {
	display:block;
	padding:1.5em 0;
	height:2em;
	width: 100%;
	position:relative;
	font-size: 1em;
	font-weight: 400;
	line-height:100%;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin:2px 2px 2px 0;
	padding:6px 9px 5px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background:#517074;
}
.pagination a:hover {
	color:#fff;
	background:#b4d5da;
}
.pagination .current {
	padding:6px 9px 5px;
	background:#9ac5ca;
	color:#fff;
}


/* =============================================================================
   Text
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height:110%;
	font-weight:400;
	padding-bottom: 0.25em;
	color: #c9252b;
	margin: 0 0 0.5em 0;
}
h1 {
	font-size: 2.75em;
	font-family:"arno-pro-display",Georgia,serif;
	margin: 0.125em 0;
}
h2 {
	font-size: 2.25em;
}
h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.75em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.25em;
}
#advertise h4 {
	margin: 0;
	color: #fff;
	font-size: 1.375em;
}
a.link-opacity {
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	opacity: 1;
}
a:hover.link-opacity {
	opacity: 0.5;
}
#contact-details p {
	text-align: right;
	font-weight: 400;
}
#contact-details p span { 
	color: #323030;
}
#friday-ad h6 {
	margin: 0;
	color: #514e4e;
	text-align: center;
	padding: 3.875em 0 0 0;
}
#friday-ad p {
	margin: 0;
	color: #323030;
	text-align: center;
	font-size: 0.75em;
	padding: 0 0 0.5em 0;
}
#slider h4,
#slider h4 a {
	color: #c9252b;
	font-weight: 400;
	margin: 0;
}
a.book-an-ad {
	font-weight: 700;
	color: #fff;
	background: url(images/book-an-ad-icon.png) no-repeat 5px 5px;
	padding: 0.25em 0.5em 0.25em 1.75em;
	margin: 0 0 0 1.5em;
	background-color: #fb3038;
}
a:hover.book-an-ad {
	background-color: #528697;
}
.dont-miss p {
	font-size: 0.75em;
	color: #555;
	font-weight: 700;
	margin: 0.25em 0 0 0;
	line-height: 120%;
}
.dont-miss a {
	color: #555;
}
.dont-miss a:hover {
	color: #c9252b;
}
.homepage-news-item p {
	font-size: 0.6875em;
	font-weight: 400;
	margin: 0 0 1em 0;
	line-height: 130%;
}
.dont-miss h3 {
	font-family:"arno-pro-display",Georgia,serif;
	color: #fff;
	background-color: #333;
	margin: 1em 0 0 0;
	width: 90%;
	padding: 0.25em 5%;
}
.dont-miss-item h6,
.dont-miss-item p {
	margin: 0 5%;
	width: 90%;
}
.star-signs h5,
.property h5 {
	color: #fff;
	font-family:"arno-pro-display",Georgia,serif;
	margin: 4.875em 0 0 1em;
	line-height: 100%;
}
.star-signs h5 span,
.property h5 span {
	font-size: 0.75em;
}
.star-signs a,
.property a {
	color: #fff;
}
.regular-columns h3 {
	font-family:"arno-pro-display",Georgia,serif;
	color: #528697;
	padding: 0;
	margin: 0.5em 0 1em 0.5em;
}
.contributor h5,
.contributor-last h5 {
	margin: 0;
	line-height: 100%;
}
.contributor p,
.contributor-last p {
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 0.25em 0;
	font-size: 0.875em;
}
.contributor a,
.contributor-last a {
	color: #528697
}
.contributor a:hover
.contributor-last a:hover {
	color: #C9252B;
}
.competitions h5 {
	margin-bottom: 0.25em;
}
.competitions a,
.latest-edition h3,
.latest-edition h6 {
	color: #fff;
	font-family:"arno-pro-display",Georgia,serif;
	margin: 1em 0 0 0;
}
.competitions a:hover {
	color: #ffc7c7;
}
.podcasts h3 {
	font-weight: 700;
	color: #fff;
	background: url(images/podcast-icon.png) no-repeat 5px 11px;
	padding: 0.25em 1.25em;
	margin: 0 0 1em 0;
}
.podcasts {
	color: #fff;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 140%;
}
.podcasts a {
	color: #fff;
	font-weight: 700;
}
.widgettitle {
	font-family:"arno-pro-display",Georgia,serif;
	font-size: 1.5em;
}

#content {
	font-size: 1em;
	line-height: 150%;
	font-weight:400;
}
#content a {
	font-weight: 700;
}
#content h3 a {
	font-weight: 300;
}
#content ul,
.widget_recent_entries ul {
	list-style-type:disc;
	margin-left:0;
	padding-left:1.25em;
	font-weight: 400;
}

#content ul ul {
	margin:0 0 0 1.25em;
}

#content ul li,
.widget_recent_entries ul li {
	padding:0 0 0.5em;
}

#content ul li ul {
	list-style-type:circle;
	padding:0.1875em 0 0 1em;
	margin:0;
}

#content ol {
	list-style-type:decimal;
	margin-left:0;
	padding-left:1.25em;
	font-weight:400;
}

#content ol ol {
	margin:0 0 0 1.25em;
}

#content ol li {
	padding:0 0 0.5em;
}

#content ol li ol {
	list-style-type:lower-latin;
	padding:0.1875em 0 0 1em;
	margin:0;
}

#copyright {
	text-align: center;
	font-weight:400;
	font-size:0.75em!important;
	color:#b4d5da;
	margin:1em 0 0;
	padding: 0;
}
#copyright a {
	color:#b4d5da;
}

#copyright a:hover {
	color:#fff;
}

#copyright p span {
	font-family:"arno-pro-display",Georgia,serif;
	font-weight:300;
	font-size: 135%;
}
.meta {
	padding: 0 0 0.125em 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 0.75em !important;
	letter-spacing: 0.75px;
}
.meta span {
	font-weight: 400;
}
.biography {
	clear: both;
	font-family:"arno-pro-display",Georgia,serif;
	font-size: 1.25em !important;
	line-height: 135% !important;
	margin: 2em 0 0 0;
}
.astrology {
	font-weight: 400 !important;
	font-size: 0.875em !important;
	line-height: 135% !important;
}
.wp-caption {
	font-family:"arno-pro-display",Georgia,serif;
	font-size: 1em !important;
	line-height: 135% !important;
	font-style: italic;
	margin: 0.5em 0;
}
/* =============================================================================
   Images
   ========================================================================== */
img {
	max-width:100%;
	height:auto;
	width:auto9;
/* ie8 */
}

.alignleft {
	float:left;
	margin-right:1em !important;
	line-height:inherit;
}
.wp-caption.alignleft {
	margin-right: 2em !important;
}
.alignright {
	float:right;
	margin-left:1em !important;
	line-height:inherit;
}

.aligncenter {
	float:none;
	margin:0 auto 1.5em !important;
	line-height:inherit;
}

.news-thumbnail {
	float: left;
	margin: 0 1em 1em 0;
}
.dont-miss-thumbnail {
	float: left;
	margin: 0 0 0.25em 0;
}
.contributor img,
.contributor-last img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 1em;
}
.latest-cover {
	width: 40%;
	float: left;
	margin: 0.5em 1em 0 0;
	box-shadow: 0 0 8px 4px #205565;
}
.category-thumbnail,
.post-thumbnail,
#content p img,
.size-medium,
.size-smallest,
.size-largest {
	float: left;
	margin: 0 1.5em 1em 0;
	border: 8px solid #fff;
	outline: 1px solid #ececec;
}
.post-thumbnail img,
#content p img {
	max-width: 508px;
}
.default-post-thumbnail {
	float: left;
	margin: 0 1em 0.25em 0;
	border: 8px solid #fff;
	outline: 1px solid #ececec;
}
/* =============================================================================
   Facebook Feed
   ========================================================================== */

#cff .cff-author img {
	float: left !important;
	margin: 0 5% 0 0 !important;
	border: 6px solid #fff;
	outline: 1px solid #ececec;
	width: 17% !important;
}
#cff .cff-author {
	margin: 0 !important;
}
#cff .cff-author p {
    padding-top: 0 !important;
    width: 70% !important;   
}
a.cff-author,
#cff a {
	color: #3B5998 !important;
}
.cff-viewpost-facebook {
	font-weight: 700 !important;
	font-size: 14px !important;
}
#cff .cff-viewpost-link,
#cff .cff-viewpost-facebook {
	padding: 0 !important;
	font-weight: 700;
}
.cff-likebox.bottom.cff-outside {
	margin: 0 0 1em 0 !important;
}
/* =============================================================================
   Searchform
   ========================================================================== */
.searchform-container {
	width: 100%;
	padding: 0 0 2em 0;
}

.searchform-container div {
	float:left;
}

.searchform input {
	width:65%;
	margin:0;
	font-size:.875em;
	padding:12px 60px 12px 16px;
	color:#72afb6;
	border:1px solid #6a9598;
	outline:none;
	display:inline-block;
	float: left;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
}

.searchform button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	text-align:center;
	font-size:1.125em;
	text-decoration:none;
	border:none;
	display:block;
	margin:0;
	float:left;
	padding:10px 16px;
	cursor:pointer;
	background-color:#6a9598;
	font-weight:700;
	color:#fff;
	width:auto;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
}

.searchform button,
input[type="submit"]:hover {
	background-color:#9ac5c9;
}
form.visual-form-builder {
	background-color: rgba(255,255,255,0.075) !important;
	margin: 0 0 1em 0 !important;
}
.visual-form-builder fieldset {
    background-color: transparent !important;
    border: none !important;
    border-radius: none !important;
    margin: 1em 0 !important;
}
.visual-form-builder .vfb-legend {
	border: none !important;
	padding: 0 !important;
}
label.vfb-desc {
    font-weight: 700 !important;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
	color: #517074 !important;
	font-size: 1em !important;
}
p#form_success {
    background-color: #bf3c7a !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
    padding: 1em !important;
}
.visual-form-builder label.vfb-choice, 
select.vfb-select {
	font-size: 140% !important;
}
input.vfb-text, 
input.vfb-text[type="text"], 
input.vfb-text[type="tel"], 
input.vfb-text[type="email"], 
input.vfb-text[type="url"], 
textarea.vfb-textarea, 
select.vfb-select {
    font-size: 140% !important;
    padding: 5px !important;
    background-color: rgba(255,255,255,0.85) !important;
}
.visual-form-builder label .vfb-required-asterisk {
    color: #2f4143 !important;
}
.vfb-submit, 
input.vfb-submit[type="submit"] {
	font-size: 1.5em !important;
}
.visual-form-builder li div label, 
.visual-form-builder li span label {
	font-size: 1em !important;
	font-weight: 700 !important;
}

/* =============================================================================
   Slider PRO Mods
   ========================================================================== */

.text-thumbnail .thumbnail-scroller.vertical .thumbnail,
.text-thumbnail .thumbnail-scroller.vertical .thumbnail.over, 
.text-thumbnail .thumbnail-scroller.vertical .thumbnail.select {
	padding: 10px;
}

.text-thumbnail .thumbnail-scroller.vertical .thumbnail.over, 
.text-thumbnail .thumbnail-scroller.vertical .thumbnail.select {
	background-color: #f9f7f7 !important;
}
.text-thumbnail .thumbnail {
	font-size: 0.75em !important;
	line-height: 120%;
}
.advanced-slider .layer {
	padding: 10px !important;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif !important; 
	font-weight: 100 !important;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* ----------------------------- Smaller Laptops ------------------------------------- */
@media (max-width: 1296px) {

   #ads {
	width: 12.5em;
	margin: 0;
	float: right;
	overflow-x: auto;
	}
	
}
/* ----------------------------- Smaller Still Laptops ------------------------------------- */
@media (max-width: 1235px) {

.hidden {
		display: none;
	}

}

/* ----------------------------- iPad Landscape & Smaller Monitors ------------------------------------- */
@media (max-width: 1024px) {

	.hidden {
		display: none;
	}
	#wrapper {
		max-width: 1024px;
	}
}

/* ----------------------------- iPad Portrait & Tablets ----------------------------------------------- */
@media (max-width: 768px) {
	
	
	
}

/* ----------------------------- iPhone Retina Landscape ----------------------------------------------- */
@media (max-width: 640px) {
	


}

/* ----------------------------- iPhone Landscape ------------------------------------------------------- */
@media (max-width: 480px) {



}

/* ----------------------------- iPhone Portrait ------------------------------------------------------- */
@media (max-width: 320px) {
	
	
}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
/* For image replacement */
.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
	*line-height:0;
}

.ir br {
	display:none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility:hidden;
}


/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}