/*
Theme Name: ICCTheme
Theme URI: http://www.boxcreative.ie/
Version: 1.0.2
Description: Designed by <a href="http://www.boxcreative.ie">Box Creative</a>.
Author: BoxCreative
Author URI: http://www.boxcreative.ie

Copyright: (c) 2009-2011 BoxCreative.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Content Widgets
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 12.0 - Multisite
 * 12.0 - Media Queries
 * 13.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* Reset By BoxCreative - a proper box sizing */
*, *:before, *:after {
	/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
	-webkit-box-sizing: border-box; 
	/* Firefox (desktop or Android) 28- */
	-moz-box-sizing: border-box;
	/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #034F59;
	/*font-family: "Futura W01 Book";*/
/*	font-family: "Futura W01 Book", Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	/*line-height: 1.5;*/
}

/*body {
	background: #f5f5f5;
	background-image: url("images/gb-bg-5.jpg");
	background-repeat: repeat;
}*/

a {
	color: #195c4f;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #004E59;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-weight: 700;*/
	margin: 1.3em 0 0.6em;
}

h1 {
	/*font-family: "Brandon Grot W01 Bold";*/
	font-size: 28px;
	line-height: 1.2;
	font-stretch: normal;
	font-weight: bold;
	color: #195c4f;
}

h2 {
	font-size: 24px;
	line-height: 1;
	color: #195c4f;
}

h3 {
	font-size: 18px;
	line-height: 1.0909090909;
	color: #195c4f;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	/*word-wrap: break-word;*/
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

input[type="password"],
input[type="email"],
input[type="text"] {
    background-color: #eaebec;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    color: #666666;
    padding: 7px 10px;
}
input[type="button"] {
    background-color: #eaebec;
    background-image: url("images/sign-up-button.jpg");
    background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: none;
    color: #ffffff;
    text-align: center;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

table {
	border-collapse: separate;
	border-spacing: 0;
	/*border-width: 1px 0 0 1px;*/
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	/*border-width: 0 1px 1px 0;*/
	font-weight: bold;
}

td {
	/*border-width: 0 1px 1px 0;*/
}

.tablelist td { padding-top: 3px; padding-bottom: 5px;}


del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #195c4f;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #195c4f;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	/*outline: 0;*/
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #195c4f;
	border: 0;
	border-radius: 2px;
	color: #fff;
	/*font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;*/
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #004E59;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}
.btn-main {
    padding: 8px 10px 7px;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

.linkbutton {
	font-size: 20px;
	background-color: #195c4f;
	border: 0;
	border-radius: 2px;
	color: #fff;
	padding: 12px 35px;
	vertical-align: bottom;
	display: inline-block;
	margin: 10px auto;
}
.linkbutton:hover {
	background-color: #004E59;
	color: #fff;
	-webkit-box-shadow: 1px 1px 5px #004E59;
	-moz-box-shadow: 1px 1px 5px #004E59;
	box-shadow: 1px 1px 5px #004E59;

}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* font size changing buttons */
.entry-header { position: relative; }
.font-size-changer { position: absolute; top: 0; right: 0; text-align: right; font-size: 14px; }
.font-size-changer .font-sizer-trg {
	display: inline-block;
	background-color: rgba(240,240,240,0.7);
	padding: 3px 8px;
	color: #195c4f;
	margin: 0 5px 0 10px;
	border-radius: 3px;
	height: 26px;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
.font-size-changer .font-sizer-trg.font-sizer-smaller { font-size: 0.8em; }
.font-size-changer .font-sizer-trg.font-sizer-reset { font-size: 1em; }
.font-size-changer .font-sizer-trg.font-sizer-larger { font-size: 1.2em; }


/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 12px 5px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

#page .hide,
.hide {
	display: none;
}

.post-edit-link {
	float: right;
}


/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_icctheme_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	/*font: normal 16px/1 Genericons;*/
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_icctheme_ephemera .widget-title:before {
	font: normal 16px/1 Genericons;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_icctheme_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


.hidden {
	display: none;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

body {
    background-color: #cccccc;
    border-style: none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

#page {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1020px;
}

.site {
	background-color: #fff;
	/*background-image: url("images/site-bg.jpg");
	background-repeat: repeat;*/
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

.main-content {
	width: 100%;
}

.content-area {
	float: left;
	width: 620px;
	margin-left: 30px;
	padding-top: 0px;
}
.content-area-full {
	padding-top: 14px;
	width: 960px;
	margin: 0 auto;
}
.content-area-single,
.content-area-blog {
	float: left;
	width: 620px;
	margin-left: 30px;
	margin-top: 10px;
}

.content-sidebar {
	/*margin-left: -29.04761904%;*/
	margin-right: 30px;
	width: 300px;
}
.content-sidebar {
	border: 0;
	float: right;
	/*padding: 1px;*/
}

.site:before {
/*		background-color: #000;
	content: "";
	display: block;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	z-index: 2;*/
}

#content-more {
	width: 620px;
	margin: 0 -20px;
}


#secondary {
	background-color: transparent;
	border: 0;
	clear: none;
	float: right;
	margin: 0 28px 0 0;
	min-height: 100vh;
	width: 300px;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.site-header {
	background-color: #ffffff;
	/*background-color: #68C8C6;*/
	/*background-image: url('images/header-tile-bg.png');
	background-position: top center;
	background-repeat: repeat-x;*/
	position: relative;
	width: 100%;
	z-index: 4;
}

#newsletter-top {
    background-color: #fff;
    height: 48px;
    margin-bottom: 5px;
    width: 1020px;
	position: relative;
}
#newsletter-top::after {
	content: 'API TEST';
	color: #eeeeee;
	font-weight: bold;
	background-color: #e022aa;
	opacity: 0.8;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#newsletter-left {
    float: left;
    height: 48px;
    width: 374px;
}
#newsletter-top .form {
    float: left;
    height: 40px;
    padding-left: 10px;
    padding-top: 8px;
    width: 416px;
}
#newsletter-top input[type="email"],
#newsletter-top input[type="text"] {
    background-color: #eaebec;
    border-radius: 6px;
    border-style: none;
    color: #666666;
    font-size: 13px;
    height: 28px;
    padding-left: 10px;
    width: 130px;
}
#newsletter-top input[type="submit"],
#newsletter-top input[type="button"] {
    background-color: #eaebec;
    background-image: url("images/sign-up-button.jpg");
    background-repeat: no-repeat;
    border-radius: 6px;
    border-style: none;
    color: #ffffff;
    font-size: 13px;
    height: 29px;
    text-align: center;
    width: 87px;
	vertical-align: middle;
	padding-top: 6px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.header-main {
	max-width: 1020px;
	margin: 0 auto;
	min-height: 122px;
	padding: 0;
	position: relative;
}


#logo-holder {
    background-color: #fff;
    float: left;
    height: 122px;
    margin-top: 5px;
    width: 291px;
}

#primary-navigation {
	background-color: #fff;
	float: right;
	height: 127px;
	width: 729px;
}

.menu-top-menu-container {
	background-image: url("images/nav-bg.jpg");
    float: right;
    height: 72px;
    padding-top: 25px;
    text-align: center;
    width: 729px;
}





/* Search in the header */

.search-toggle {
	/*background-color: #195c4f;*/
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #004E59;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #004E59;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

#cart-bg {
    background-image: url("images/cart-bg2.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 255px;
	height: 59px;
	z-index: 3;
	padding-top: 30px;
	color: #000000;
	font-family: "Futura W01 Book";
}
#cart-bg a {
	color: #000000;
}
#cart-bg .title {
	font-weight: bold;
	font-family: "LeituraW01-DisplaySwash";
}
#cart-bg .amount {
	font-weight: normal;
	font-size: 12px;
	padding-left: 3px;
}
#cart-bg .items {
	font-weight: normal;
	font-size: 12px;
}
#cart-bg .checkout {
	font-weight: bold;
	font-family: "LeituraW01-DisplaySwash";
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */



.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	/*text-transform: uppercase;*/
}

.site-navigation a:hover {
	color: #004F59;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #FFFFFF;
	/*font-weight: 900;*/
}

/* ********************************** */
/* Primary Navigation */
/* ********************************** */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
/*	font-size: 18px;
	padding-top: 24px;*/
}

.primary-navigation.toggled-on {
	padding: 10px 0 10px;
	background-color: #68C8C6;
	margin-bottom: 20px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.primary-navigation a:hover {
    color: #ffcc33;
}
/*.sub-menu:before {
    background: url("images/arrow-menu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 10px;
    width: 176px;
}*/
/* Primary Navigation */

.primary-navigation {
	float: right;
	font-size: 11px;
	/*margin: 0 1px 0 -12px;*/
	padding: 0;
	text-transform: none;
}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	/*line-height: 48px;*/
	position: relative;
}

.primary-navigation a {
	display: inline-block;
	/*padding: 0 10px;*/
	white-space: nowrap;
	font-weight: normal;
}

.primary-navigation ul ul {
	background-color: #195c4f;
	float: left;
	margin: 0;
	position: absolute;
	top: 47px;
	left: -999em;
	z-index: 99999;
	padding-bottom: 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.primary-navigation li li {
	
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	padding: 10px 3px;
	white-space: normal;
	width: 176px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	/*background-color: #195c4f;*/
	/*color: #034F59;*/
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #378470;
	padding: 10px 2px 10px 4px;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	/*padding-right: 26px;*/
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
/*	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 25px;
	top: 22px;
	vertical-align: text-bottom;*/
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}

/* ********************************** */
/* Secondary Navigation */
/* ********************************** */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

/* ********************************** */
/* Navigation Toggle */
/* ********************************** */

.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 50px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 60px;
}

.menu-toggle:before {
	color: #034F59;
	content: "\f419";
	margin-top: 16px;
	font: normal 26px/1 Genericons;	
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */




/**
 * 6.0.1 Slider
 * -----------------------------------------------------------------------------
 */
#home-slides .metaslider {
	margin: 0 auto;
}

#home-slides .flex-control-paging li a {
    background-color: #195c4f;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
#home-slides .flex-control-paging li a.flex-active {
    background-color: #378470;
    cursor: default;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
.home-title {
	display: none;
}
.club-title {
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
}
.entry-header .club-title {
	margin-bottom: 10px;
}
.club-name {
	color: #195c4f;
	font-size: 16px;
	margin: 20px 0 5px 5px;
	text-transform: none;
}
.breadcrumbbox {
	padding: 10px 0;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.phone-number:before { 
	content: '\f437'; 
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
	color: #004E59;
	padding-right: 5px;
}
.fax-number:before { 
	content: '\f469';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
	color: #004E59;
	padding-right: 5px;
}
.email-address:before { 
	content: '\f410';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
	color: #004E59;
	padding-right: 5px;
}
.padded-table {
	border: 0;
}
.padded-table td {
	padding: 5px;
}
table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.entry-content table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
.entry-content table th{font-weight:bold;}
.entry-content table thead th{vertical-align:bottom;}
.entry-content table caption+thead tr:first-child th,.entry-content table caption+thead tr:first-child td,.entry-content table colgroup+thead tr:first-child th,.entry-content table colgroup+thead tr:first-child td,.entry-content table thead:first-child tr:first-child th,.entry-content table thead:first-child tr:first-child td{border-top:0;}
.entry-content table tbody+tbody{border-top:2px solid #dddddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-right-topleft:4px;}
.entry-content table tbody tr:nth-child(odd) td,.entry-content table tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.dataTable tr:hover td,.entry-content table tbody tr:hover td,.entry-content table tbody tr:hover th{background-color:#f5f5f5;}

.dataTable .odd {background-color:#f9f9f9;}
.dataTable td.col-prevname { font-size: 0.7em; max-width: 80px; overflow-wrap: break-word; }


.archive .category-news,
.category .category-news,
.single .category-news {
	border-bottom: 1px dashed #195c4f;
	margin-bottom: 50px;
	padding-bottom: 25px;
}


/* fancy links */

.fancy-link-large {
	color: #66C8C6;
	font-family: "LeituraW01-DisplaySwash";
	font-size: 26px;
	line-height: 18px;
	text-decoration: none;
}
.fancy-link-large:hover {
	color: #004E59;
}
.fancy-link-medium {
    color: #66C8C6;
    font-family: "LeituraW01-DisplaySwash";
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}
.fancy-link-medium:hover {
	color: #004E59;
}
.fancy-link-small {
    color: #024C56;
    font-family: "LeituraW01-DisplaySwash";
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}
.fancy-header {
	color: #6AC8C6;
	font-family: "LeituraW01-DisplaySwash";
	/*font-size-adjust: 0.65;*/
	font-size: 28px;
	line-height: 28px;
}
.darker-header {
	color: #004E59;
	font-size: 30px;
}
.block-730-center {
	max-width: 730px;
	margin: 0 auto 30px;
}
.block-840-center {
	max-width: 840px;
	margin: 0 auto 34px;
}
.half-block {
	max-width: 320px;
	padding: 0 15px;
	margin: 0 0;
	float: left;
	text-align: center;
}
.half-block-padded {
	max-width: 300px;
	padding: 0 15px;
	margin: 0 0 0 20px;
	float: left;
	text-align: center;
}
.half-block-padded p {
	font-size: 20px;
}
.small-capitals {
	color: #004F5A;
	/*font-family: "Brandon Grot W01 Bold";*/
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}
.blue {
	color: #69C8C5;
}
.darkblue,
.darkblue a {
	color: #004F5A;
}
a.darkblue:hover,
.darkblue a:hover {
	color: #69C8C5;
}
.pink {
    color: #F2787E;
}
.green-dots-page {
    background-image: url("images/green-dots.png");
    background-repeat: repeat-x;
    height: 3px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
	clear: both;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */



/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

/* audio */
.site-content .mejs-container,
.site-content .mejs-embed,
.site-content .mejs-embed body,
.site-content .mejs-container .mejs-controls {
    background: none repeat scroll 0 0 #195c4f;
}


/* home page Info Portal entries */
#home-infoportal {
	width: 100%;
	padding: 5px 10px;
	margin: 15px 0;
}
.infoportal-label {
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.infoportal-entries {
	display: inline-block;
	margin: 5px 0;
	font-family: Arial,Helvetica,sans-serif;
}
.infoportal-entries .post {}
.infoportal-entries .infoportal-date {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
.infoportal-entries .infoportal-title {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.infoportal-entries a:hover .infoportal-title {
	text-decoration: underline;
}


#home-infoportal.portal-blue {
	background-color: #016aa3;	
}
.portal-blue .infoportal-label {
	color: #ffffff;
}
.portal-blue .infoportal-entries .infoportal-date {
	color: #f0f0f0;
}
.portal-blue .infoportal-entries .infoportal-title {
	background-image: url("images/read-more-arrow-white.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #ffffff;
}
#home-infoportal.portal-green {
	background-color: #ffffff;
	border-top: 2px solid #195c4f;
	border-bottom: 2px solid #195c4f;
}
.portal-green .infoportal-label {
	color: #000000;
}
.portal-green .infoportal-entries .infoportal-date {
	color: #666666;
}
.portal-green .infoportal-entries .infoportal-title {
	color: #195c4f;
}
.portal-green .infoportal-entries .infoportal-title {
	background-image: url("images/read-more-arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #195c4f;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
    color: #195c4f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 12px;
    text-decoration: none;
}

.navigation a:hover {
	color: #ffcc33;
	/*text-decoration: none;*/
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: 300;
	padding: 20px 0;
}
.post-navigation .meta-nav {
	font-size: 17px;
}
.post-navigation .genericon {
	vertical-align: middle;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

.singular .post-thumbnail {
	margin-bottom: 20px;
}

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 5px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #004E59;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #004E59;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 6.15 Content Widgets
 * -----------------------------------------------------------------------------
 */


.quick-results-wrap {  }
.quick-results-wrap .recent-entry { padding: 5px 0; }
.quick-results-wrap .entry-date { font-size: 11px; }
.quick-results-wrap .entry-title { font-size: 16px; font-weight: bold; }
.quick-results-wrap .entry-subtitle { font-size: 14px; padding: 0 10px; }


.quick-results-wrap .iccqr-dogs { list-style: none; }
.quick-results-wrap .row-title { font-size: 13px; display: inline-block; min-width: 60px; padding: 2px 5px 2px 0; }
.quick-results-wrap .dogname { font-size: 16px; font-weight: bold; display: inline-block; min-width: 240px; padding: 2px 10px 2px 0; }
.quick-results-wrap .dogname a { background-image: url(images/bullet-dog-left.png); background-repeat: no-repeat; background-position: 0 0; padding-left: 25px; }
.quick-results-wrap .dogbetting { font-size: 13px; display: inline-block; min-width: 80px; padding: 2px; }
.quick-results-wrap .dogclock { font-size: 13px; display: inline-block; min-width: 80px; padding: 2px; }

.quick-pagination { padding: 10px 0; }
.quick-pagination a { font-size:16px; padding: 20px; }
.quick-pagination a:hover { color: #ff6633; text-decoration: underline; }
.quick-pagination a.next-res {  }
.quick-pagination a.prev-res {  }


.link-to-all {
	background: #327967 none repeat scroll 0% 0%;
	border-color: #2A6053;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0px;
	padding: 5px 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	/*padding: 48px 10px 0;*/
}
.header-sidebar {
	position: absolute;
	top: 40px;
	left: 45px;
	z-index: 5;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* home page slider */


/* Primary Sidebar, Footer Sidebar */

.widget {
	position: relative;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 10px;
	width: 100%;
	/*word-wrap: break-word;*/
}

.widget a {
	/*color: #fff;*/
}

.widget a:hover {
	/*color: #004E59;*/
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
	/*word-wrap: normal;*/
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
/*	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);*/
/*	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;*/
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #195c4f;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #004E59;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	background-image: url("images/section-header.jpg");
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: 26px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 4px;
    width: 100%;
}

.widget-title a:hover {
	color: #004E59;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #195c4f;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #004E59;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_icctheme_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_icctheme_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_icctheme_ephemera .entry-title,
.widget_icctheme_ephemera .entry-meta,
.widget_icctheme_ephemera .wp-caption-text,
.widget_icctheme_ephemera .post-format-archive-link,
.widget_icctheme_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_icctheme_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_icctheme_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_icctheme_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_icctheme_ephemera .entry-meta a:hover {
	color: #004E59;
}

.widget_icctheme_ephemera .entry-content ul,
.widget_icctheme_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_icctheme_ephemera .entry-content ul {
	list-style: disc;
}

.widget_icctheme_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_icctheme_ephemera .entry-content li > ul,
.widget_icctheme_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_icctheme_ephemera .entry-content th,
.widget_icctheme_ephemera .entry-content td {
	padding: 6px;
}

.widget_icctheme_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}
.widget_recent_entries li {}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


#home-more { }

#widget_sp_image-15 {/*padding-top: 50px;*/}


/**
 * 7.1.x Twitter Widgets
 * -----------------------------------------------------------------------------
 */

.simple_tweet_widget .wigheader {
	display: block;
	height: 40px;
	background-image: url(images/twitter-feed-header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*background-size: contain;*/
	margin: 25px 0 5px;
}
.simple_tweet_widget .wigbox {
	display: block;
	height: 250px;
	overflow-y: auto;
	background-color: #DFECF2;
}
.simple_tweet_widget li {
	padding: 7px 0 0 5px;
}
.simple_tweet_widget .twitter-profileimg {
	clear: both;
	
}
.simple_tweet_widget .twit-name {
	color: #000000;
	font-size:14px;
	font-weight: bold;
}
.simple_tweet_widget .twit-text {
	font-size: 12px;
	color: #666666;
}
.simple_tweet_widget .twit-date {
	font-size: 11px;
	color: #666666;
}

/*
 * Recipe of the week widget
 */



/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	/*color: #004E59;*/
}

.content-sidebar .widget a:hover {
	/*color: #F1797E;*/
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
/*	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;*/
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #195c4f;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #004E59;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	/*font-size: 0px;*/
/*	margin: 0 0 18px;
	padding-top: 7px;*/
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #004E59;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_recent_entries li {}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_icctheme_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_icctheme_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_icctheme_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_icctheme_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_icctheme_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_icctheme_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_icctheme_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_icctheme_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_icctheme_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_icctheme_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_icctheme_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_icctheme_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_icctheme_ephemera .entry-meta a:hover {
	color: #004E59;
}

.content-sidebar.widget_icctheme_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_icctheme_ephemera .post-format-archive-link {
	font-weight: 900;
}


.footer-sidebar .widget,
.primary-sidebar .widget {
	font-size: 12px;
	line-height: 1.5;
}

.content-bottom .widget,
.footer-sidebar .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
	width: 300px;
}
.content-bottom .widget {
	margin: 0 0 10px 10px;
}
.footer-sidebar2 {
	padding: 10px 0 0 0;
}
.footer-sidebar2 .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
	width: 465px;
}

.footer-sidebar .widget h1,
.primary-sidebar .widget h1 {
	font-size: 18px;
	line-height: 1.2;
}

.footer-sidebar .widget h2,
.primary-sidebar .widget h2 {
	font-size: 16px;
	line-height: 1.3333333333;
}

.footer-sidebar .widget h3,
.primary-sidebar .widget h3 {
	font-size: 14px;
	line-height: 1.5;
}

.footer-sidebar .widget h4,
.primary-sidebar .widget h4 {
	font-size: 13px;
	line-height: 1.7142857142;
}

.footer-sidebar .widget h5,
.primary-sidebar .widget h5 {
	font-size: 12px;
	line-height: 2;
}

.footer-sidebar .widget h6,
.primary-sidebar .widget h6 {
	font-size: 11px;
	line-height: 2.1818181818;
}

.footer-sidebar .widget code,
.footer-sidebar .widget kbd,
.footer-sidebar .widget tt,
.footer-sidebar .widget var,
.footer-sidebar .widget samp,
.footer-sidebar .widget pre,
.primary-sidebar .widget code,
.primary-sidebar .widget kbd,
.primary-sidebar .widget tt,
.primary-sidebar .widget var,
.primary-sidebar .widget samp,
.primary-sidebar .widget pre {
	font-size: 11px;
	line-height: 1.6363636363;
}

.footer-sidebar .widget blockquote,
.primary-sidebar .widget blockquote {
	font-size: 14px;
	line-height: 1.2857142857;
}

.footer-sidebar .widget blockquote cite,
.primary-sidebar .widget blockquote cite {
	font-size: 12px;
	line-height: 1.5;
}

.footer-sidebar .widget input,
.footer-sidebar .widget textarea,
.primary-sidebar .widget input,
.primary-sidebar .widget textarea {
	font-size: 12px;
	padding: 3px 2px 4px 4px;
}

.footer-sidebar .widget input[type="button"],
.footer-sidebar .widget input[type="reset"],
.footer-sidebar .widget input[type="submit"],
.primary-sidebar .widget input[type="button"],
.primary-sidebar .widget input[type="reset"],
.primary-sidebar .widget input[type="submit"] {
	padding: 5px 15px 4px;
}

.footer-sidebar .widget .widget-title,
.primary-sidebar .widget .widget-title {
	font-size: 11px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 18px;
}

.footer-sidebar .widget_icctheme_ephemera .entry-title,
.footer-sidebar .widget_icctheme_ephemera .entry-meta,
.footer-sidebar .widget_icctheme_ephemera .wp-caption-text,
.footer-sidebar .widget_icctheme_ephemera .post-format-archive-link,
.footer-sidebar .widget_icctheme_ephemera .entry-content table,
.primary-sidebar .widget_icctheme_ephemera .entry-title,
.primary-sidebar .widget_icctheme_ephemera .entry-meta,
.primary-sidebar .widget_icctheme_ephemera .wp-caption-text,
.primary-sidebar .widget_icctheme_ephemera .post-format-archive-link,
.primary-sidebar .widget_icctheme_ephemera .entry-content table {
	font-size: 11px;
	line-height: 1.6363636363;
}

.footer-sidebar .widget_archive li,
.footer-sidebar .widget_categories li,
.footer-sidebar .widget_links li,
.footer-sidebar .widget_meta li,
.footer-sidebar .widget_nav_menu li,
.footer-sidebar .widget_pages li,
.footer-sidebar .widget_recent_comments li,
.footer-sidebar .widget_recent_entries li,
.primary-sidebar .widget_archive li,
.primary-sidebar .widget_categories li,
.primary-sidebar .widget_links li,
.primary-sidebar .widget_meta li,
.primary-sidebar .widget_nav_menu li,
.primary-sidebar .widget_pages li,
.primary-sidebar .widget_recent_comments li,
.primary-sidebar .widget_recent_entries li {
	border-top: 0;
	padding: 0 0 6px;
}

.footer-sidebar .widget_archive li:last-child,
.footer-sidebar .widget_categories li:last-child,
.footer-sidebar .widget_links li:last-child,
.footer-sidebar .widget_meta li:last-child,
.footer-sidebar .widget_nav_menu li:last-child,
.footer-sidebar .widget_pages li:last-child,
.footer-sidebar .widget_recent_comments li:last-child,
.footer-sidebar .widget_recent_entries li:last-child,
.primary-sidebar .widget_archive li:last-child,
.primary-sidebar .widget_categories li:last-child,
.primary-sidebar .widget_links li:last-child,
.primary-sidebar .widget_meta li:last-child,
.primary-sidebar .widget_nav_menu li:last-child,
.primary-sidebar .widget_pages li:last-child,
.primary-sidebar .widget_recent_comments li:last-child,
.primary-sidebar .widget_recent_entries li:last-child {
	padding: 0;
}

.footer-sidebar .widget_categories li ul,
.footer-sidebar .widget_nav_menu li ul,
.footer-sidebar .widget_pages li ul,
.primary-sidebar .widget_categories li ul,
.primary-sidebar .widget_nav_menu li ul,
.primary-sidebar .widget_pages li ul {
	border-top: 0;
	margin-top: 6px;
}


.footer-sidebar {
	font-size: 12px;
	line-height: 1.5;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#home-supplementary,
#supplementary {
	padding: 10px 0;
}

#footer,
.site-footer  {
    background-color: #fff;
    background-image: url("images/irish-coursing-club.jpg");
    background-position: 31px center;
    background-repeat: no-repeat;
    color: #666;
    font-size: 12px;
    height: 95px;
    margin-top: 17px;
    padding-left: 31px;
    padding-right: 31px;
    text-align: center;
    width: 1020px;
	position: relative;
}

#igb {
    height: 28px;
    left: 847px;
    position: absolute;
    bottom: 15px;
    width: 147px;
}

#footer-bottom .nav-footer {
	
}
ul.nav-footer {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 15px;

}
ul.nav-footer li {
    border: 0 none;
    display: inline-block;
    position: relative;
}

ul.nav-footer a {
	color: #195c4f;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
}
ul.nav-footer a:hover {
	color: #ff6633;
}
a.nav-footer-grey {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
a.nav-footer-grey:hover {
	color: #ff9900;
}

.breaker {
    clear: both;
    width: 100%;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.news-area {
	font-size: 14px;
}
.coursing-info .section-header,
.news-area .section-header {
    background-image: url("images/section-header.jpg");
	background-repeat: no-repeat;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 10px;
    /*width: 612px;*/
}
.news-area p {
	font-size: 14px;
	margin: 0;
}
.main-story {
    float: left;
    margin-right: 6px;
    width: 303px;
}
.second-story {
    float: left;
    margin-left: 4px;
	margin-bottom: 10px;
    width: 303px;
}
.main-story h3 {
	display: block;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-top: 5px;
}
.second-story h3 {
	display: block;
	clear: none;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.attachment-icctheme-norm-news {
	float: left;
    margin-right: 10px;
}
.coursing-info a.read-more,
.news-area a.read-more {
    background-image: url("images/read-more-arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #195c4f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 12px;
    text-decoration: none;
}
.coursing-info a.orange-more,
.news-area a.orange-more {
    background-image: url("images/orange-arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #ff6633;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 12px;
    text-decoration: none;
}

.coursing-info {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
}

.info-box-1 {
    float: left;
    height: 105px;
    margin-bottom: 10px;
    margin-right: 12px;
    width: 303px;
}

.info-box-2 {
    float: left;
    height: 105px;
    margin-bottom: 10px;
    width: 303px;
}
.float-icon-left {
    float: left;
}

.float-info-right {
    float: right;
    width: 230px;
}

.news-text-title {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.news-text {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}


/**
 * 10.1 Main categories
 * -----------------------------------------------------------------------------
 */
.green-dots-002 {
    background-image: url("images/green-dots.png");
    background-repeat: repeat-x;
    height: 3px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}

.main-product-categories {
	list-style: none outside none;
    margin: 0;
	text-align: center;
}
.main-product-categories li {
	border: 0 none;
    display: inline-block;
/*    height: 30px;
    line-height: 30px;*/
    position: relative;
	/*white-space: nowrap;*/
}
.main-product-categories li a {
	text-transform: uppercase;
	color: #67C7C5;
    /*font-family: "Brandon Grot W01 Bold";*/
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.main-product-categories li a h3 {
	text-transform: uppercase;
	color: #67C7C5;
    /*font-family: "Futura W01 Bold";*/
    /*font-family: "Brandon Grot W01 Bold";*/
    font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
.main-product-categories li a:hover,
.main-product-categories li.current a,
.main-product-categories li.current a h3 {
	color: #004E59;
}



.gform_wrapper li.hidden_label ul.gfield_checkbox li label,
.gform_wrapper li.hidden_label input {
	margin-top: 12px;
}

.gform_wrapper li.reversed-label ul.gfield_checkbox > li {
	display: flex;
	flex-direction: row;
}
.gform_wrapper li.reversed-label ul.gfield_checkbox > li input { order: 2; }
.gform_wrapper li.reversed-label ul.gfield_checkbox > li label { order: 1; margin-right: 5px; font-size: 1em; }


/**
 * 13.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	
	/* NAVIGATION */
	.header-main {
		padding: 0;
	}
	.primary-navigation.toggled-on {
		width: 100%;
	}
	.primary-navigation > div {
/*		position: relative;
		margin: 0;
		padding: 0 5px;
		top: 0;*/
	}
	.menu-header-menu-left-container {
		padding: 5px;
		left: 0;
	}
	.menu-header-menu-right-container {
		padding: 5px;
		right: 0;
	}
	
	/* CONTENT */
	
	.content-area {
		/*width: 100%;*/
	}
	.single h1.entry-title,
	.page h1.home-title {
		padding: 0 20px;
	}
	
	.single .entry-content,
	.page .entry-content {
		padding: 0 20px;
	}
	
	.page .entry-content p {
		
	}
	
	/* Widgets */
	.content-bottom .widget_text {
		width: 100%;
		margin-bottom: 15px;
	}
	.content-sidebar .widget {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Footer */
	#footer-bottom-container {
		width: 100%;
	}
	#footer-bottom-container > div {
		float: none;
		margin: 5px auto;
		text-align: center;
	}
	
	/* PAGE */
	img.size-full {
		/*margin-left: auto;
		margin-right: auto;*/
		width: 100%;
	}
	
	/* SLIDER */
	.header-sidebar {
		display: none;
	}
	
	/* RECIPES */
	
	.column-recipe,
	.recipe-entry-listing .last {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.recipe .blog-header {
		padding: 0 20px;
	}
	.recipe-left-holder {
		float: none;
		margin: 0 auto;
	}
	.recipe-right-holder {
		max-width: 100%;
		margin: 0;
		padding: 10px 15px;
	}
	
	/* BLOG */
	.content-area-single,
	.content-area-blog {
		padding-top: 50px;
	}
	.content-area-blog .hentry {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.single .entry-meta {
		padding: 0 20px;
	}
	
	
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .entry-content,
	.list-view .site-content .entry-summary,
	.list-view .site-content footer.entry-meta {
		/*display: none;*/
		padding: 0 15px;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 6px;
		padding: 0 15px;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		padding: 0 15px;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}


@media screen and (min-width: 701px) and (max-width: 702px) {
	img.size-full {
		width: -webkit-calc(100% - 140px);
		width:         calc(100% - 140px);
		margin-left: 70px;
		margin-right: 70px;
	}	
}





@media screen and (min-width: 1030px) {

	.primary-navigation {
		/*font-size: 18px;*/
		text-transform: none;
	}

	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		/*float: left;*/
	}
	
	.single h1.entry-title,
	.page h1.entry-title,
	.page h1.home-title,
	.archive-header .archive-title ,
	.section-header {
		/*background-image: url("images/section-header.jpg");*/
		background-repeat: no-repeat;
		color: #ffffff;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 20px;
		min-height: 40px;
		margin-bottom: 15px;
		margin-top: 0px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #2d6b5c;
		border-radius: 6px 6px 0 0;
		/*width: 612px;*/
	}
	.category-page h1.entry-title a,
	.category-page h1.home-title,
	.section-header a {
		color: #ffffff;
	}
	
	.single .main-content,
	.blog .main-content {
		margin-top: 10px;
	}
	
	.tax-product_cat .content-area-full,
	.tax-our-recipes .content-area-full {
		padding-top: 25px;		
	}

	.site-content {
		/*margin-right: 29.04761904%;*/
		/*margin-left: 182px;*/
	}

	.site-content .entry-header {
		margin-top: 0;
		position: relative;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	
	.home .content-sidebar {
		padding-top: 14px;
	}
	.single .content-sidebar,
	.blog .content-sidebar {
		padding-top: 44px;
	}



	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}
	
	.menu-header-menu-left-container a {
		padding: 0 15px;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #195c4f;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #195c4f;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #004E59;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}
	
	#footer-bottom-container {
		padding: 5px 15px;
		width: 1020px;
	}




	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}

	
	
	
	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}

}







/**
 * 13.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.font-size-changer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/* member registration form */

#swpm-registration-form {}
#swpm-registration-form td {
	padding: 3px;
}

.swpm-post-not-logged-in-msg a,
.swpm-login-link {
	font-size: 1.1em;
	font-weight: bold;
}

#swpm_message.swpm_success {
	font-size: 18px;
	margin: 60px 0;
}




