@charset "UTF-8";

/* CSS Document */
/*
Theme Name: Schull
Theme URI: www.schull.ie
Description: Custom designed theme for Schull Business & Tourism Association
Author: Paul Goode
Author URI: http://paulogoode.com
Version: 2.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:#231f20;
}

/*
 * 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:#ea8c6b;
	color:#fff;
	text-shadow:none;
}

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

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

a:visited {
	color:#ea8c6b;
}

a:hover {
	color:#ea8c6b;
}

a:focus {
	outline:none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,a:active {
	outline:0;
}

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

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

hr {
	clear:both;
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #e0e0e0;
	margin:1em 0;
	padding:0;
}

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-family:"adelle",Georgia,serif;
	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 {
}

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
   ========================================================================== */


.full-width {
	width:98%;
	max-width:1176px;
	margin:0 1%;
	float:left;
	overflow:auto;
}

.three-quarters {
	width:73%;
	max-width:876px;
	float:left;
	margin:0 1%;
	padding:0;
}

.two-thirds {
	width:64.666666%;
	max-width:776px;
	float:left;
	margin:0 1%;
	padding:0;
}

.one-half {
	width:48%;
	max-width:576px;
	float:left;
	margin:0 1%;
	padding:0;
}

.one-third {
	width:31.333333%;
	max-width:376px;
	float:left;
	margin:0 1%;
	padding:0;
}

.one-quarter {
	width:23%;
	max-width:276px;
	float:left;
	margin:0 1%;
	padding:0;
}

.one-sixth {
	width:14.666666%;
	max-width:176px;
	float:left;
	margin:0 1%;
	padding:0;
}

/* ==================================================================================================================
   Primary Styles
   =============================================================================================================== */
/*
div {
	border: 1px dotted #bbb;
}
*/
body {
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-size:100%;
	font-weight:400;
	line-height:140%;
	color:#403d3b;
	margin:0;
	padding:0;
	text-rendering: optimizeLegibility;
	background-color:#fff;
}

#homepage-wrapper {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background:url(images/dot.png) repeat; 
	background-color: rgba(255,255,255,0.25);
	overflow:auto;
}

#wrapper {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:auto;
	position:relative;
}

.container {
	width:100%;
	max-width:1200px;
	float:left;
}

#header {
	width:96%;
	max-width:1154px;
	height:7.5em;
	margin:0;
	background-color:#fff;
	background-color:rgba(255,255,255,0.65);
	padding:1.5em 1% 0.375em 3%;
	float:left;
	position: relative;
}

#wrapper #header {
	position:fixed;
	z-index:1;
	width:96%;
	max-width:1154px;
	height:7.5em;
	margin:0;
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	padding:1.5em 2% 0.375em;
	float:left;
	box-shadow: 0 10px 10px -12px rgba(0, 0, 0, 0.4);
}

body.page-id-1267 #wrapper #header, 
body.single-ajde_events #wrapper #header {
	position: relative !important;
}

#logo {
	float:left;
}

#facebook-link {
	float:right;
	margin:2.375em 0 0 0.375em;
	width:20px;
	height:1.25em;
}

#uber-navigation {
	float:right;
	margin:1.75em 0 0;
}

.spacer-homepage {
	height:16em;
	display:block;
	width:100%;
	float:left;
}
.coming-up {
	background-color: #fff;
	background-color: rgba(255,255,255,0.65);
	width: 38%;
	padding: 1em 5%;
	float: left;
	height: 14em;
	overflow: auto;
	margin: 1.5em 0;
}
#homepage-quotes {
	padding:4em 2% 3em 2%;
	height:10em;
	overflow:hidden;
	background-color: transparent;
	margin: 0;
	width:96%;
}

#meet-the-people {
	padding:0;
	height:11.3125em;
	overflow:hidden;
	background-color: rgba(110,153,206,0.5);
	margin-bottom: 1.5em;
	overflow:hidden;
	position: relative;
}
#people-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 91%;
	padding: 0.75em 5% 0.875em 4%;
	background-color: rgba(0,0,0,0.125);
}
#your-schull-panel {
	height:15.3125em;
	width:100%;
	max-width:576px;
	/*background:url(images/your-schull-bg.jpg) no-repeat top left;*/
	margin:0 0 1.5em;
	position:relative;
}

.panel-header-peach,
.panel-header-green,
.panel-header-fb-blue,
.panel-header-rust,
.panel-header-turquoise,
.panel-header-blue,
.panel-header-sea-green {
	width:93%;
	max-width:256px;
	padding:1.375em 0 0 7.25%;
	height:1.75em;
}

.panel-header-peach {
	background-color:#ea8c6b;
}

.panel-header-green {
	background-color:#acb96d;
}
.panel-header-sea-green {
	background-color:#009c8f;
}
.panel-header-fb-blue {
	background-color:#3b6cab;
}

.panel-header-rust {
	background-color:#c7613e;
}

.panel-header-turquoise {
	background-color:#74c0c9;
}

.panel-header-blue {
	background-color:#6e99ce;
}

#your-schull-panel .panel-header-blue {
	width:96.5%;
	max-width:556px;
	padding:1.375em 0 0 3.75%;
}

#homepage-introduction {
	width:88%;
	max-width:508px;
	height:19.875em;
	padding:1.875em 6%;
	background-color:#fff;
	background-color:rgba(255,255,255,0.93);
	margin:0 0 1.5em;
	overflow-x:hidden;
	overflow-y:auto;
}

#make-contact-panel {
	width:100%;
	height:13.875em;
	background-color:#fff;
	background-color:rgba(255,255,255,0.93);
	margin:0 0 1.5em;
	overflow-x:hidden;
	overflow-y:auto;
}

#make-contact-panel .panel-header-turquoise {
	width:29.5%;
	max-width:168px;
	padding:1.375em 0 0 3.5%;
	height:12.5em;
	background-color:#74c0c9;
	background-image:url(images/email-icon.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	float:left;
}

#make-contact-text,#get-here-text {
	padding:0.5em 6% 0 0;
	margin:0 0 0 36%;
}

#whats-happening-panel,
#discover-schull-panel,
#facebook-panel,
#featured-business-panel,
#where-to-go-panel,
#what-to-do-panel,
#where-to-stay-panel,
#where-to-eat-panel {
	height:28.125em;
	width:100%;
	max-width:276px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.93);
	margin-bottom:1.5em;
}

body.category-interviews #whats-happening-panel {
	height: 25em;
}

#get-here-panel {
	width:100%;
	max-width:576px;
	height:9.375em;
	background-color:#fff;
	background-color:rgba(255,255,255,0.93);
	margin:0 0 1.5em;
	overflow-x:hidden;
	overflow-y:auto;
}

#get-here-panel .panel-header-turquoise {
	width:29.5%;
	max-width:168px;
	padding:1.375em 0 0 3.5%;
	height:8em;
	background-color:#74c0c9;
	background-image:url(images/transport-icon.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	float:left;
}

#facebookfeed {
	height:25em;
	width:100%;
	max-width:276px;
	overflow-x:hidden;
	overflow-y:auto;
}

#cff {
	margin:0.5em 0 0 8% !important;
	width:92%;
	max-width:228px;
}

#sign-off {
	display:block;
	width:94%;
	padding:1.875em 3%;
	color:#fff;
	background-color:#ea8c6b;
	font-size:.8125em;
	margin:0 0 1.5em;
	overflow:auto;
}

#wild-atlantic-way,
#local-news-block {
	display:block;
	width:94%;
	padding:0.5em 3% 1.875em 3%;
	color:#fff;
	background-color:#009c8f;
	font-size:.8125em;
	margin:0 0 1.5em;
	overflow:auto;
}

#advertise-with-us {
	display:block;
	width:94%;
	padding:0.5em 3% 1.875em 3%;
	color:#fff;
	background-color:#6e99ce;
	font-size:.8125em;
	margin:0 0 1.5em;
	overflow:auto;
}

body.category-business-directory #sign-off, 
body.category-where-to-shop #sign-off {
	background-color:#acb96d;
}
body.category-where-to-go #sign-off,
body.category-made-on-the-mizen #sign-off {
	background-color:#6e99ce;
}
body.category-what-to-do #sign-off, 
body.page-id-1281 #sign-off {
	background-color:#74c0c9;
}
body.category-where-to-stay #sign-off, 
body.page-id-1274 #sign-off {
	background-color:#3b6cab;
}
body.category-where-to-eat #sign-off, 
body.page-id-1289 #sign-off {
	background-color:#c7613e;
}

#header-image {
	display:block;
	width:100%;
	max-width:1200px;
	max-height:28.125em;
	height:auto;
	position:relative;
	clear:both;
	margin:9.375em 0 1.5em;
}

#header-whats-happening {
	display:block;
	width:100%;
	max-width:1200px;
	height:7.5em;
	position:relative;
	clear:both;
	margin:9.375em 0 1.5em;
}
#local-news-header {
	display:block;
	width:100%;
	max-width:1200px;
	height:auto;
	position:relative;
	clear:both;
	margin:9.375em 0 1.5em;
	padding: 0.125em 0 2em;
}
.header-overlay {
	position:absolute;
	bottom:0;
	display:block;
	height:7.5em;
	width:100%;
	max-width:1200px;
}
#content {
	margin:0 2.25em 1.5em 1.5em;
}

.category-heading {
	width:80%;
	max-width:276px;
	height:auto;
	min-height:12.5em;
	padding:1.5em 10% 0;
	margin:0;
	overflow-y:auto;
	overflow-x:hidden;

}

.search-results-box {
	width:23%;
	max-width:276px;
	float:left;
	margin:0 1%;
	padding:0;
}
.google-map {
	width: 100%;
	overflow-x: auto;
	overflow-y:hidden;
	max-width: 576px;
	height: auto;
	max-height:22em;
}
.spacer {
	display:block;
	clear:both;
	height:1.5em;
	width:100%;
}

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

.separator {
	display:block;
	clear:both;
	width:100%;
	padding:0.5em 0 0;
	margin:0 0 0.5em;
	border-bottom:1px solid #e0e0e0;
}

.wpsocialite:before {
	content:"";
	height:1em;
	width:100%;
	display:block;
}

.wpsocialite.small {
	text-indent:0!important;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

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

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

.wpsocialite.small > li {
    width: 25% !important;
}

#sign-off .fb-like {
	float:right;
}
#sign-off .pinterest-link {
	float: right;
	margin: -1px 1em 0 0;
}
/* ------- Instagram in footer --------*/
.ig-b- { display: inline-block;margin-right: 12px; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-48 { width: 48px; height: 48px; background: url(//badges.instagram.com/static/images/ig-badge-sprite-48.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-48 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-48@2x.png); background-size: 60px 178px; } }
/* ------- Instagram in footer --------*/
.search-results-list {
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	padding:1.5em 3%;
	width:94%;
}
.tag-cloud {
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	padding:0.5em 6% 2em 6%;
	width:88%;
}
.view-all {
	padding: 0.25em 10%;
	width: 80%;
	margin-top: 1.5em;
}

body.category-whats-happening #category-entries {
	width:48%;
	max-width:576px;
	float:left;
	margin:0 1%;
	padding:0;
}
body.category-whats-happening #category-entries .category-heading {
	height: 14.5em;
}
.breadcrumbs {
	font-size: 0.875em;
	font-weight: 600;
	color: #797675;
	margin: 0.5em 2% 1.5em;
	position: relative;
	float: left;
}

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

.pagination {
	display:block;
	padding:1.5em 3%;
	height:2em;
	width: 94%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	position:relative;
	font-size: 1em;
	font-weight: 600;
	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:#ea8c6b;
}

.pagination a:hover {
	color:#fff;
	background:#c7613e;
}

.pagination .current {
	padding:6px 9px 5px;
	background:#c7613e;
	color:#fff;
}

body.category-where-to-go .pagination span, 
body.category-where-to-go .pagination a,
body.category-made-on-the-mizen .pagination span, 
body.category-made-on-the-mizen .pagination a {
	background:#6e99ce;
}
body.category-where-to-go .pagination .current, 
body.category-where-to-go .pagination a:hover,
body.category-made-on-the-mizen .pagination .current, 
body.category-made-on-the-mizen .pagination a:hover   {
	background: #4b73a5;
}

body.category-what-to-do .pagination span, 
body.category-what-to-do .pagination a {
	background:#74c0c9;
}
body.category-what-to-do .pagination .current, 
body.category-what-to-do .pagination a:hover  {
	background: #498991;
}

body.category-where-to-stay .pagination span, 
body.category-where-to-stay .pagination a {
	background:#3b6cab;
}
body.category-where-to-stay .pagination .current, 
body.category-where-to-stay .pagination a:hover  {
	background: #204473;
}

body.category-where-to-eat .pagination span, 
body.category-where-to-eat .pagination a {
	background:#c7613e;
}
body.category-where-to-eat .pagination .current, 
body.category-where-to-eat .pagination a:hover  {
	background: #934327;
}

body.category-business-directory .pagination span, 
body.category-business-directory .pagination a, 
body.category-where-to-shop .pagination span, body.category-where-to-shop .pagination a {
	background:#acb96d;
}
body.category-business-directory .pagination .current, 
body.category-business-directory .pagination a:hover, 
body.category-where-to-shop .pagination .current, 
body.category-where-to-shop .pagination a:hover  {
	background: #758042;
}

/* =============================================================================
   Add Search (via Functions) to the Main Menu with UBER MENU Overrides
   ========================================================================== */
#header-search {
	position: absolute;
	right: 1em;
    top: -0.5em;
}
#header-search li {
	list-style: none !important;
}

#uber-navigation input,
#header-search input {
	color: #aaa;
}
#uber-navigation .menu-item.menu-item-search,
#header-search .menu-item.menu-item-search { 
	float:right; 
	width:auto;
}
#uber-navigation .menu-search-form,
#header-search .menu-search-form { 
	width:auto; 
}
#uber-navigation form.menu-search-form,
#header-search form.menu-search-form { 
	width:auto;
}
#uber-navigation form.menu-search-form #s,
#header-search form.menu-search-form #s { 
	background-color:#fafafa; 
	background-image:url(images/search-icon.png);
	background-position:right top;
	background-repeat: no-repeat;
	border:1px solid #ececec; 
	font-size:0.8125em;
	font-weight:600;
	margin:1.5em 0 0 2em; 
	padding:0.5em; 
	width:120px; 
}

#uber-navigation ul.ubermenu-nav > li > a span.ubermenu-target-title {
	/*border-left: 1px dotted #bbb;
	padding-left: 0.325em;*/
	color: #797673;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
}
#uber-navigation ul.ubermenu-nav > li.current-menu-item > a, 
#uber-navigation ul.ubermenu-nav > li.current-menu-parent > a, 
#uber-navigation ul.ubermenu-nav > li.current-menu-ancestor > a {
	color: #c7613e !important;
}
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
}
li#menu-item-32,
li#menu-item-1427,
li#menu-item-759,
li#menu-item-31 {
	font-weight: 700;
}

ul.ubermenu-submenu-id-32,
ul.ubermenu-submenu-id-1427,
ul.ubermenu-submenu-id-759,
ul.ubermenu-submenu-id-31 {
	font-weight: 400;
	text-transform: none;
}
.ubermenu .ubermenu-colgroup .ubermenu-column, 
.ubermenu .ubermenu-custom-content-padded, 
.ubermenu .ubermenu-nonlink, 
.ubermenu .ubermenu-retractor, 
.ubermenu .ubermenu-submenu-padded, 
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, 
.ubermenu .ubermenu-target, 
.ubermenu .ubermenu-widget, 
.ubermenu-responsive-toggle {
    padding: 10px 16px !important;
}

/* =============================================================================
   Text
   ========================================================================== */
   
h1,h2,h3 {
	line-height:120%;
	font-weight:100;
	font-family:"adelle",Georgia,serif;
}

h4,h5,h6 {
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	line-height:135%;
	font-weight:600;
}

#logo h1 {
	font-family:"adelle-n1","adelle",Georgia,serif;
	color:#ea8c6b;
	font-size:4em;
	font-weight:100;
	font-style:normal;
	line-height:100%;
	margin:0;
}

#logo h1 a {
	text-decoration:none;
	color:#ea8c6b;
}

#logo h2 {
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-weight:700;
	font-size:1em;
	color:#c7613e;
	line-height:100%;
	margin:0 0 0 0.1875em;
}

#logo h2 a {
	text-decoration:none;
	color:#c7613e;
}
#wild-atlantic-way h1 a,
#local-news-block h1 a {
	color: #fff !important;
	font-size: 1.75em;
	line-height: 100%;
	float: left;
	width: 100%;
	margin: 0 5% 0 0;
}
#advertise-with-us h2 a {
	color: #fff !important;
	font-size: 1.5em;
	line-height: 100%;
	float: left;
	width: 100%;
	margin: 0 5% 0 0;
}
#homepage-quotes p {
	font-family:"adelle",Georgia,serif;
	color:#fff;
	font-size:3em;
	font-weight:100;
	font-style:normal;
	line-height:120%;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#people-title p {
	font-family:"adelle",Georgia,serif;
	color:#fff;
	font-size:1.25em;
	font-weight:100;
	font-style:normal;
	line-height:100%;
	margin:0;
}

#homepage-quotes h6 {
	color:#fff;
	font-size:1em;
	margin:0.5em 0 0 0;
	float: right;
}
#people-title span {
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-weight:600;
	font-size: 0.6875em;
}
#people-title a {
	text-decoration: none;
	color: #fff;
}
.panel-header-blue h4,
.panel-header-turquoise h4,
.panel-header-peach h4,
.panel-header-rust h4,
.panel-header-fb-blue h4,
.panel-header-green h4,
.panel-header-sea-green h4 {
	color:#fff;
	margin:0;
	padding:0;
	font-weight:700;
	font-size:1.125em;
	text-transform:uppercase;
	line-height:100%;
}

#homepage-introduction h2 {
	margin:0 0 0.5em;
	color:#c7613e;
	font-size:2.25em;
}

#homepage-introduction p,
#make-contact-panel p,
#get-here-panel p {
	font-family:"adelle",Georgia,serif;
	font-weight:300;
	font-size:.875em;
	line-height:170%;
	margin:.625em 0 1.5em;
}

#homepage-introduction .link-peach,
#make-contact-panel .link-turquoise,
#get-here-panel .link-turquoise {
	float:right;
}

a.link-peach {
	color:#ea8c6b;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-rust {
	color:#c7613e;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-blue {
	color:#6e99ce;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-green {
	color:#acb96d;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-sea-green {
	color:#009c8f;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-turquoise {
	color:#74c0c9;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-fb-blue {
	color:#3b6cab;
	font-weight:800;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
}

a.link-peach,
a.link-rust,
a.link-blue,
a.link-green,
a.link-sea-green,
a.link-turquoise,
a.link-fb-blue {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

a:hover.link-peach,
a:hover.link-rust,
a:hover.link-blue,
a:hover.link-green,
a:hover.link-sea-green,
a:hover.link-turquoise,
a:hover.link-fb-blue {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	-khtml-opacity:.5;
	opacity:.5;
}

.panel-text {
	clear:both;
	padding:34px 16px 0 66px;
}

.panel-text h5,
.panel-text h5 a {
	margin:0;
	font-size:1.125em;
	font-weight:600!important;
}

.panel-text p {
	font-size:.875em;
	line-height:150%;
	color:#635f5e;
}

#whats-happening-panel h5 {
	color:#ea8c6b;
	line-height:110%;
}

#discover-schull-panel h5 {
	color:#acb96d;
	line-height:110%;
}

#featured-business-panel h5 {
	color:#c7613e;
	line-height:110%;
}

#where-to-go-panel h5 {
	color:#6e99ce;
	line-height:110%;
}

#what-to-do-panel h5 {
	color:#74c0c9;
	line-height:110%;
}

#where-to-stay-panel h5 {
	color:#3b6cab;
	line-height:110%;
}

#where-to-eat-panel h5 {
	color:#c7613e;
	line-height:110%;
}

.panel-header-fb-blue a {
	color:#fff;
}

.cff-item h4 {
	font-family:"adelle",Georgia,serif;
	font-weight:100;
	font-size:1em;
	line-height:135%!important;
	color:#3b6cab;
}

.cff-item p {
	font-size:1em;
	font-weight:600;
}

.cff-viewpost {
	font-size:.875em!important;
	font-weight:600;
}

#cff a {
	color:#3b6cab !important;
	text-decoration:none!important;
}

#cff a:hover {
	color:#acb96d;
}

#cff h4 a {
	text-decoration:underline!important;
	background-color:transparent!important;
	color:#c7613e!important;
	padding:0!important;
}

#cff h4 a:hover {
	background-color:transparent!important;
}

#sign-off p {
	font-family:"adelle",Georgia,serif;
	color:#fff;
	font-weight:100;
	font-style:normal;
	line-height:120%;
	margin:0;
}

#sign-off a {
	color:#fff;
}

#sign-off a:hover {
	text-decoration:underline;
}

.header-overlay h1 {
	text-size:2.125em;
	color:#fff;
	margin:0.875em 0 0 1.125em;
}

.subtitle {
	text-size:.875em;
	font-weight:700;
	color:#fff;
	margin:0 0 0 2.375em;
}

.category-heading h1 {
	text-size:2.125em;
	color:#fff;
	margin:0;
}

.category-heading .subtitle {
	text-size:.875em;
	font-weight:700;
	color:#fff;
	margin:0 0 1.5em;
}

#content p:first-child {
	font-family:"adelle",Georgia,serif;
	font-weight:300;
	line-height:150%;
	font-size:1.25em;
	color:#747675;
}

#content h3 {
	color:#797675;
	font-size:1.5em;
	margin:0 0 0.5em;
	padding:0 0 0.5em;
	border-bottom:1px solid #e0e0e0;
}

#content 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 {
	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;
}

.business-details {
	color:#797675;
	border-top:1px solid #e0e0e0;
	padding:0.625em 0 0;
}

.business-details span {
	font-weight:700;
}

.meta {
	text-transform:uppercase;
	font-weight:700;
	font-size:0.625em!important;
	letter-spacing:1px;
	color:#898785;
	margin:0.75em 0 0;
}

.aside-quote {
	font-family:"adelle",Georgia,serif;
	font-weight:300;
	line-height:150%;
	font-size:1em;
	color:#747675;
	margin:1.5em 0 3em;
}
.view-all a {
	text-decoration: none;
	color: #fff;
}
.wp-caption-text {
	font-family:"adelle",Georgia,serif;
	font-weight: 300;
	font-size: 0.875em;
	color:#797675;
}


.menu-bold a {
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.menu-highlighted a {
	color: #74c0c9 !important;
	font-weight: 700;
	text-transform: uppercase !important;
}
.search-results-list p {
	margin-top: 0 !important;
}

body.single-format-standard #content hr {
	margin: 3em 0 0;
}

/* =============================================================================
   Colours for overlays
   ========================================================================== */
   
.peach {
	background-color:#ea8c6b;
	background-color:rgba(234,140,107,0.9);
}

.green {
	background-color:#acb96d;
	background-color:rgba(172,185,109,0.9);
}

.blue {
	background-color:#6e99ce;
	background-color:rgba(110,153,206,0.9);
}

.turquoise {
	background-color:#74c0c9;
	background-color:rgba(116,192,201,0.9);
}

.rust {
	background-color:#c7613e;
	background-color:rgba(199,97,62,0.9);
}

.fb-blue {
	background-color:#3b6cab;
	background-color:rgba(59,108,171,0.9);
}
.white {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}
body.postid-649 .header-overlay {
	background-color: transparent !important;
}

/* =============================================================================
   Buttons
   ========================================================================== */
   
.explore-button a {
	position:absolute;
	bottom:1.875em;
	right:2.5em;
	padding:1em;
	background-color:#6e99ce;
	background-color:rgba(110,153,206,0.9);
	border-top:1px solid #5b8ec6;
	border-bottom:1px solid #9ab6d4;
	border-radius:4px;
	color:#fff;
	font-weight:700;
}

.explore-button a:hover {
	background-color:rgba(110,153,206,0.75);
}

/* =============================================================================
   Images
   ========================================================================== */
   
img {
	max-width:100%;
	height:auto;
	width:auto9;
/* ie8 */
}

.panel-thumbnail {
	display:block;
	width:100%;
	max-width:276px;
	height:auto;
	max-height:155px;
	float:left;
}
.local-thumbnail {
	display:block;
	width:100%;
	max-width:138px;
	height:auto;
	max-height:78px;
	float:left;
	margin: 0 1em 0 0.5em;
}

.alignleft {
	float:left;
	margin-right:1.5em;
	line-height:inherit;
}

.alignright {
	float:right;
	margin-left:1.5em;
	line-height:inherit;
}

img.alignright,
img.alignleft,
img.aligncenter {
	margin-bottom: 1em;
}

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

.extra_image_1 {
	border-top:1px solid #e0e0e0;
	padding:1.25em 0 0;
	margin:0 0 0.625em;
}

.extra_image_2,
.extra_image_3,
.extra_image_4,
.extra_image_5 {
	margin:0 0 0.625em;
}
.waw {
	float: right;
	margin: 0 0 0 5%;
	width: 30%;
}
img.waw  {
	width: 200px;
	height: 71px;
}

/* =============================================================================
   Searchform
   ========================================================================== */

.searchform-container {
}

.searchform-container div {
	float:left;
}

.searchform input {
	width:100%;
	margin:0;
	font-size:.875em;
	padding:8px 16px;
	color:#403d3b;
	border:1px solid #fff;
	outline:none;
	display:inline-block;
}

.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;
	text-align:center;
	float:left;
	padding:10px 16px;
	cursor:pointer;
	background-color:#acb96d;
	font-weight:700;
	color:#fff;
	width:auto;
}

.searchform button,
input[type="submit"]:hover {
	background-color:#919d56;
}
.gform_wrapper textarea,
.gform_wrapper input[type="text"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"] {
	font-size:1em !important;
	padding:0.25em 1em;
	border:1px solid #d9d6d3;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.gform_confirmation_message_2, 
.gform_confirmation_message {
    background-color: #ACB96D !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
	font-family:"proxima-nova","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
    padding: 2em !important;
    font-size: 1.5em !important;
}

/* =============================================================================
   Tables
   ========================================================================== */
   
table.services-table {
	font-size:.875em;
	font-weight:400;
	line-height:120%;
	border-collapse:collapse;
}

table.services-table th {
	padding:12px 0;
	font-size:1.25em!important;
	color:#c7613e;
	font-weight:600!important;
}


table.services-table td {
	padding:8px 1%;
	width: 23%;
}
table.activity-table, 
table.accommodation-table, 
table.calendar-table, 
table.food-table {
	font-size:1em;
	font-weight:400;
	line-height:120%;
	border-collapse:collapse;
}
table.activity-table strong {
	font-weight: 600;
	color: #74c0c9;
}
table.activity-table tr:nth-child(even), 
table.accommodation-table tr:nth-child(even), 
table.calendar-table tr:nth-child(even), 
table.food-table tr:nth-child(even) {
    background-color: #f4f3f2;
}

table.activity-table td, 
table.accommodation-table td, 
table.accommodation-table th, 
table.food-table td  {
	padding:8px 1.666%;
	width: 30%;
}
body.page-id-270 table.accommodation-table td {
	width: 25%;
}
table.calendar-table td  {
	padding:8px 1.666%;
}
table.accommodation-table strong, 
table.accommodation-table a {
	font-weight: 600;
	color: #3b6cab;
}
table.calendar-table strong {
	font-weight: 600;
	color: #c7613e;
}
table.food-table strong {
	font-weight: 600;
	color: #c7613e;
}

/* =============================================================================
   EventOn Overrides
   ========================================================================== */

#evcal_list .eventon_list_event .event_repeat .evcal_desc span.evcal_event_title {
	color: #9f9f9f !important;
	font-size: 95% !important;
}

.coming-up .ajde_evcal_calendar .evcal_month_line p {
	font-size: 18px !important;
}
.coming-up .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
.evo_pop_body .evcal_desc span.evcal_desc2 {
	font-size: 14px !important;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
    color: #545655 !important;
}
.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p {
    color: #009c8f !important;
}
/* =============================================================================
   Schullture
   ========================================================================== */

#schullture-header {
	width:96%;
	max-width:1154px;
	height:auto;
	max-height:816px;
	margin:0 0 2em;
	padding:0 1% 0 3%;
	float:left;
	display:block;
}
.page-template-page-full-width-map-php #schullture-header {
	margin: 0;
}
#backtohome {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	width: auto;
	padding: 1em;
	position: fixed;
	z-index: 999;
}
#backtohome h1 {
	padding:0;
	margin:0;
	font-size:1em;
}
#backtohome h6 {
	padding:0;
	margin:0;
}
h5.schullture-content {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-weight: 800;
	font-size: 1.5em;
}
h1.schullture-content {
	margin: 0;
	padding: 0;
	font-weight:100;
	line-height: 120%;
	font-size: 3.5em;
}
.aside-schullture {
	border: 5px double rgba(0,0,0,0.15);
	padding: 0.5em 1em;
}
#schullture-sign-off {
	display:block;
	width:96%;
	padding:1.875em 2%;
	background-color:transparent;
	font-size:.625em;
	margin:0 0 1.5em;
	overflow:auto;
}
.page-id-2466 p {
	font-size: 120%;
	line-height: 135%;
}
.page-id-2466 hr {
	clear:both;
	display:block;
	height:1px;
	border:0;
	border-top:5px double rgba(0,0,0,0.15);
	margin:1em 0;
	padding:0;
}   
/* =============================================================================
   Media Queries
   ========================================================================== */

/* ----------------------------- Retina Display Check -------------------------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),only screen and ( min--moz-device-pixel-ratio: 2),only screen and ( -o-min-device-pixel-ratio: 21),only screen and ( min-device-pixel-ratio: 2),only screen and ( min-resolution: 192dpi),only screen and ( min-resolution: 2dppx) {
	
}



/* ----------------------------- iPad Landscape & Smaller Monitors ------------------------------------- */
@media (max-width: 1024px) {
	body {
		font-size: 85%;
	}
	.panel-text {
		padding: 2em 1em 0 2em;
	}
	.searchform input {
		width: 85%;
	}
	.hidden {
		display: none;
	}
	#header, #wrapper #header {
		height: 5em;
	}
	#logo h1 {
		font-size: 3em;
	}
	#logo h2 {
		font-size: 0.875em;
	}
	#uber-navigation {
		margin: 1.75em 0 0 0;
	}
	.ubermenu-responsive-toggle-main {
	float: right;
	}
	
	
}
/* ----------------------------- uber menu Breakpoint  ------------------------------------------------------ */
@media (max-width: 959px) {

	.ubermenu {
	background-color: #fff;
	background-color: rgba(255,255,255,0.95) !important;
	}
	
}

/* ----------------------------- iPad Portrait & Tablets ----------------------------------------------- */
@media (max-width: 768px) {
	#header, #wrapper #header {
		height: 7em;
		position: relative;
	}
	.header-overlay {
		height:6em;
	}
	.header-overlay h1 {
		margin: 0.5em 0 0 1em
	}
	#uber-navigation {
		margin: 0 auto;
		float: none;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	#wrapper #header {
		position: relative;
	}
	#homepage-quotes p {
		font-size: 2.5em;
	}
	#homepage-introduction {
		height: 24.875em;
	}
	#get-here-panel {
		height: 11em;
	}
	#get-here-panel .panel-header-turquoise {
		height: 9.625em;
	}
	#facebook-panel .panel-header-fb-blue {
		height: 3em;
	}
	#facebookfeed {
		height: 23.75em;
	}
}

/* ----------------------------- iPhone Retina Landscape ----------------------------------------------- */
@media (max-width: 640px) {
	body {
		font-size: 75%;
	}
	.three-quarters, .two-thirds, .one-half, body.category-whats-happening #category-entries {
		max-width: auto;
		width:98%;
	}

	.one-third, .one-quarter, .one-sixth  {
		width:48%;
	}
	#category-entries .one-half {
		width: 48%;
	}
	.page-id-2466 .one-quarter {
		width:98%;
		max-width: 576px;
	}
	#header, #wrapper #header {
		width:100% !important;
		padding: 1.5em 0 0.375em 0 !important;
	}
	#logo h1 {
		margin: 0 0 0 0.5em !important;
	}
	#logo h2 {
		margin: 0 0 0 2em !important;
	}
	
	.search-results-box {
		max-width: auto;
		width: 98%;
		margin-bottom: 1.5em;
	}
	.search-results-box .searchform-container div {
	    margin: 0 2em 0 0;
	}
	#header-image {
		height:14.5em;
	}
	.header-overlay h1 {
		font-size: 1.5em;
		margin: 0.5em 0 0 1.25em
	}
	.header-overlay .subtitle {
		margin: 0 0 0 2em;
	}
	.header-overlay {
		height: 4.5em;
	}
	#homepage-quotes {
		height: 9em;
	}
	#homepage-introduction {
		height: 18em;
	}
	#make-contact-panel {
		height: 18em;
	}
	#make-contact-panel .panel-header-turquoise {
		height: 16.75em;
	}
	#get-here-panel {
		height:13em;
	}
	#get-here-panel .panel-header-turquoise {
		height: 11.75em;
	}
	#whats-happening-panel,#discover-schull-panel,#facebook-panel,#featured-business-panel,#where-to-go-panel,#what-to-do-panel,#where-to-stay-panel,#where-to-eat-panel {
	height:28em;
	}
	#facebook-panel .panel-header-fb-blue, #featured-business-panel .panel-header-rust {
		height: 3em;
	}
	#facebook-panel {
		overflow: hidden;
	}
	.main-street-map {
		height: 300px;
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	.breadcrumbs {
		margin: 1.5em 6%;
		font-size: 1em;
	}
	#header-image {
		height: 19.5em;
	}
	body.category-what-to-do .view-all {
		margin-top: 0 !important;
	}
	#meet-the-people {
		height:15em;
	}
	#wild-atlantic-way h1 a,
	#local-news-block h1 a {
		width: 50%;
		margin: 0 5% 0 0;
	}
	#uber-navigation .menu-item.menu-item-search { 
	float:left; 
	margin-bottom:2em;
	}
}
/* ----------------------------- iPhone Landscape ------------------------------------------------------- */
@media (max-width: 480px) {
	#header-image {
		height: 16.5em;
	}
	#meet-the-people {
		height:13em;
	}
	#homepage-introduction {
		height: 20em;
	}
	#make-contact-panel {
		height: 14em;
	}
	#make-contact-panel .panel-header-turquoise {
		height: 12.75em;
	}
	#wild-atlantic-way h1 a,
	#local-news-block h1 a {
		width: 100%;
		margin: 0 0 1em 0;
	}
}

/* ----------------------------- iPhone Portrait ------------------------------------------------------- */
@media (max-width: 320px) {
	#header-image {
		height: 14.5em;
	}
	#meet-the-people {
		height:9.5em;
	}
	#homepage-introduction {
		height: 26em;
	}
	#make-contact-panel {
		height: 18em;
	}
	#make-contact-panel .panel-header-turquoise {
		height: 16.75em;
	}
	
}

/* =============================================================================
   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;
}

/* TINSTAR DESIGN CHANGES */
.ajde_evcal_calendar .calendar_header .evcal_arrows {
color: #333333 !important;
border-color: #333333 !important;
background-color: #ffffff;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
color: #333333 !important;
}