/* 
	Theme Name: City on the Cheap 
	Description: A custom mobile responsive, widgetized Genesis Child Theme designed for the City on the Cheap network
	Author: Five J's Design 
	Author URI: http://fivejsdesign.com  

	Version: 1.0.0  
	
	Template: genesis
	Template Version: 2.2.6
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/************ PLEASE DO NOT EDIT THIS FILE. MAKE ANY CSS CHANGES IN style-custom.css INSTEAD ************/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
		- Wrapping div for .content and .sidebar-primary
		- Content
		- Primary Sidebar
		- Secondary Sidebar
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Titles
	- WordPress
	- Search Form
		- @media only screen and (max-width: 960px) 
- Widgets
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- User Profile
	- GFPC Featured Posts
		- @media only screen and (max-width: 800px)
		- @media only screen and (max-width: 550px)
	- Expired Category
	- Featured Content
	- COTC Custom Image Widget 
	- Events
		- @media only screen and (max-width: 1023px)
	- Filterable Recipe Index
	- Wordpress Related Posts Plugin
- Skip Links
- Site Header
	- Title Area
		- @media only screen and (max-width: 960px)
	- Widget Area
		- @media only screen and (max-width: 960px)
- Site Navigation
	- @media only screen and (max-width: 960px)
	- @media only screen and (max-width: 768px)
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Social Icons
- Footer Widgets
	- @media only screen and (max-width: 768px)
- Site Footer
- Display Child Pages
	- @media only screen and (max-width: 600px)
	- @media only screen and (max-width: 450px)
- EU Cookie Script
- PreVuClient
	- @media only screen and (max-width: 768px)
- Media Queries
	- @media only screen and (max-width: 1160px)  
	- @media only screen and (max-width: 960px)
 	- @media only screen and (max-width: 800px)
- Print Styles
	- @media print
- Responsive Navigation
	- @media only screen and (max-width: 768px)
- Single Post Navigation
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,700italic,300italic);
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: 0 0
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}
/* Chrome fix */

body > div {
    font-size: 1.7rem;
}
body {
    color: #111;
	background: #f7f7f7;
    font-family: "Arimo", Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.15px;
    margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.pagination a {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.button {
    text-decoration: none !important;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: bold;
}
body a {
    color: #49A7C0;
    text-decoration: none;
}
a.button:visited {
	color: #fff;
}

.entry-content a,
.sidebar a {
    font-weight: normal;
    text-decoration: underline;
}
.entry-content .calendar-view a,
.entry-content .lotc-calendar a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
	color: #111;
}
p {
    margin: 0 0 18px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}
b,
strong {
    font-weight: 700;
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 30px;
}
blockquote {
    border: 1px solid #e2f8ff;
    background: #f2fcff;
    padding: 35px;
}
/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-family: "Roboto Condensed", Helvetica, sans-serif !important;
    font-weight: bold !important;
    line-height: 1.1;
    margin: 0 0 10px;
}
.site-inner h1,
.site-inner h2,
.site-inner h3,
.site-inner h4,
.site-inner h5,
.site-inner h6 {
    margin-top: 0;
}
h1 {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -1px;
}
h2 {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -.25px;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -.25px;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
h6 {
    font-size: 16px;
    font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
.featured-content img,
.gallery img {
    width: auto;
}
/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 8px 10px;
    width: 100%;
}
input[type="search"] {
    font-style: italic;
    text-align: center;
}
input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #111;
    font-weight: 400;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #111;
    font-weight: 400;
}
.button.fullwidth {
    clear: both;
    width: 100%;
    margin: 0;
    text-align: center;
}
.floatWrap {

text-align: right;

}
.button.arrow:after {
    content: " \25b8";
    font-family: Helvetica, sans-serif !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.pagination a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ac444+0,7ca54d+100 */
    
    background: #8ac444;
    /* Old browsers */
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #8ac444 0%, #7ca54d 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #8ac444 0%, #7ca54d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#8ac444", endColorstr="#7ca54d", GradientType=0);
    /* IE6-9 */
    
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
	letter-spacing: 0;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
    width: auto;
    border: 1px solid #79AC38;
    border-radius: 3px;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.pagination a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c992f+0,8ac444+100 */
    
    background: #6c992f;
    /* Old browsers */
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #6c992f 0%, #8ac444 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #6c992f 0%, #8ac444 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#6c992f", endColorstr="#8ac444", GradientType=0);
    /* IE6-9 */
    
    color: #fff;
    text-decoration: none;
}
.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}
.button {
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #111;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.more-link {
    position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1160px;
}
.site-inner {
    margin-top: 20px;
    clear: both;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.primary-content-secondary .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 955px;
}
.primary-content-secondary .content-sidebar-wrap,
.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
/* ### Content */

.content {
    float: right;
    width: 816px;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}
.primary-content-secondary .content {
    float: right;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.primary-content-secondary .content,
.sidebar-sidebar-content .content {
    width: 610px;
}
.full-width-content .content {
    width: 100%;
}
/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 332px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	box-shadow: 0 0 5px #ddd;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.primary-content-secondary .sidebar-primary {
    float: left;
}
/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 193px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	box-shadow: 0 0 13px #ddd;
}
.content-sidebar-sidebar .sidebar-secondary,
.primary-content-secondary .sidebar-secondary {
    float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}
.one-half .cotcImageWidget.one-third {
	width: 47%;
}
.one-third,
.two-sixths {
    width: 31.623931623931625%;
}
.cotcImageWidget.one-third {
	width: 31%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}
.one-fourth {
    width: 23.076923076923077%;
}
.full-width-content .cotcImageWidget.one-third {
	width: 22.7%;
}

.three-fourths {
    width: 74.35897435897436%;
}
.one-sixth {
    width: 14.52991452991453%;
}
.five-sixths {
    width: 82.90598290598291%;
}
.first {
    clear: both;
    margin-left: 0;
}

.one-third .cotcImageWidget.one-third,
.one-fourth .cotcImageWidget.one-third {
	width: 100%;
	margin: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}
.author-box {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 40px;
}
.archive-description {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
h1.archive-title {
    padding: 20px;
}
.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* ## Titles
--------------------------------------------- */

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}
h1.entry-title {
    margin-bottom: 20px;
}
.content .entry-title a {
	display: block;
    text-decoration: none !important;
}
.entry-title a,
.sidebar .widget-title a {
    color: #111;
    font-weight: bold;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #49A7C0;
    text-decoration: none;
}
.widget-title,
.archive-title,
.sidebar h3,
.sidebar h4 {
    font-size: 20px;
    font-size: 2rem;
    border: 1px dotted #ddd;
    border-width: 0 0 1px 0;
    padding: 5px 0;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidebar .widget-title {
	border-top: 5px solid #111;
	border-width: 5px 0 0;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}
a.alignnone {
    display: inline-block;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
img.alignnone,
.alignnone {
    margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}
.wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin: 5px 0 0;
}
.wp-caption .wp-caption-text {
    padding: 0 10px 0 0;
}
.wp-caption.alignright .wp-caption-text {
    padding: 0 0 0 10px;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.sticky {} .entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}
/* ## Search Form
--------------------------------------------- */

/* # Search
---------------------------------------------------------------------------------------------------- */
.menu-primary  .menu-item {
	float: left;
}

.search-form-container-mobile {
	display: none;
}

#search-container-mobile .search-form {
	text-align: right;
}

.fa-search {
	color: #fff;
}

/* Header search */
.search-form-container,
.search-form-container-mobile {
	position: relative;
}

.search-box .search-form {
	text-align: right;
}
.search-toggle {
	float: right;
	padding: 16px 20px 15px 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 1;
}

#search-container-mobile .search-box {
    padding: 8px;
    background: #111; 
}
.search-form-container-mobile .fa-search:before {
	color: #111;
}

.search-form-container-mobile .search-toggle-mobile:hover .fa-search:before,
.search-form-container-mobile .search-toggle-mobile.active .fa-search:before {
	color: #fff;
}
.search-form-container-mobile {
	float: right;
	margin-right: 40px;
}

.search-toggle-mobile {
	padding: 8px 10px 7px 10px;
	color: #111;
	text-align: center;
	cursor: pointer;
	line-height: 1;
}

.search-toggle:hover,
.search-toggle.active {
	background: #5E8B3E;
}

.search-toggle-mobile:hover,
.search-toggle-mobile.active {
	background: #111;
}

@media screen and (max-width: 800px) {
	.search-form-container-mobile {
		display: inline-block;
	}

	.search-form-container {
		display: none;
	}

	#search-container-mobile .search-box input[type="search"] {
		font-size: 12px;
	}

}
@media screen and (max-width: 600px) {
    .search-toggle {
	position: absolute;
	top: -50px;
	right: 0;
	margin-right: -5%;
	background: #5E8B3E;
	padding: 15px 24px;
    }

}

.search-box-wrapper {
	z-index: 999;
	width: 100%;
	display: none;
}

.search-box {
	padding: 10px;
	background: #5E8B3E;
}

#search-container .search-box input[type="search"],
#search-container-mobile .search-box input[type="search"] {
	max-width: 320px;
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	background-color: #fff;
	border: 0;
	color: #444;
}

.search-box input[value="Search"]{ 
	display: none;
}


/* Text meant only for screen readers - from UnderScores */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
}

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

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget_rss,
.widget_links {
	font-size: 15px;
	line-height: 1.1;
}

.widget_rss li,
.widget_links li {
	margin-bottom: 8px;
}

.widget_rss a,
.widget_links a {
	color: #111;
	text-decoration: underline;
}

.widget_rss a:hover,
.widget_links a:hover {
	color: #49A7C0;
	text-decoration: none;
}

.widget_rss .widget-title a {
	text-decoration: none;
}

.widget_rss .widget-title img {
	display: none;
}
.widget_text a {
	text-decoration: underline;
}
.widget_text a:hover {
	text-decoration: none;
}
.widget_text {
    margin-bottom: 15px;
}
.widget_text img {
    margin-bottom: 10px;
}
.widget {
    word-wrap: break-word;
	margin-bottom: 10px;
}
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */

.content .enews {
	margin-bottom: 12px;
}
.one-column .widget.enews-widget p {
	width: 50%;
	line-height: 1.2;
	float: left;
}

.one-column .widget.enews-widget form {
	width: 48%;
	float: right;	
}

.one-column .widget.enews-widget #subbox {
	width: 60%;
	float: left;
	border-radius: 3px;
	font-style: italic;
	text-align: center;
}

.one-half .widget.enews-widget #subbox {
	margin-bottom: 3px;
	text-align: center;
}

.one-half .widget.enews-widget #subbutton {
	width: 100%;
}

.one-column .widget.enews-widget #subbutton {
	width: 38%;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 10px;
}

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

	.one-column .widget.enews-widget #subbox {
		width: 100%;
		float: none;
		margin-bottom: 3px;
	}
	
	.one-column .widget.enews-widget #subbutton {
		width: 100%;
		float: none;
	}

}

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

	.one-column .widget.enews-widget form,
	.one-column .widget.enews-widget p {
		width: 100%;
		float: none;
		text-align: center;
	}

	.one-column .widget.enews-widget p {
		margin-bottom: 8px;
	}
}


.sidebar .widget.enews-widget {
    border: 1px solid #347D8D;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#53b3d0+0,347d8d+100 */
    
    background: #53b3d0;
    /* Old browsers */
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #53b3d0 0%, #347d8d 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #53b3d0 0%, #347d8d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#53b3d0", endColorstr="#347d8d", GradientType=0);
    /* IE6-9 */
    
    padding: 15px 20px 20px;
    text-align: center;
    border-radius: 3px;
}
.sidebar .enews-widget .widget-title {
    background: none;
    color: #245963;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #347D8D;	
	border-width: 0 0 1px;
    padding-bottom: 15px;
    margin: 0 0 18px;
}
.enews p {
    margin: 0 0 18px;
}
.enews p,
.enews form {
    line-height: 1.1;
    font-size: 14px;
}

.sidebar .enews-widget input {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}
.sidebar .enews-widget input {
    border: 1px solid #347D8D;
    border-radius: 3px;
}
.sidebar .enews-widget input[type="submit"] {
    color: #fff;
    margin: 0;
    width: 100%;
    border: 1px solid #79AC38
}
.sidebar .enews form + p {
    margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}
/* ## User Profile
--------------------------------------------- */
.user-profile {
	font-size: 14px;
	text-align: left !important;
}

.user-profile img {
	border-radius: 50%;
}

.user-profile .alignleft .avatar {
	margin-right: 10px;
	margin-bottom: 10px;
}

.user-profile .posts_link {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	margin-bottom: 15px;
}

/* ## GFPC Featured Posts
--------------------------------------------- */
.gfpc-overlay .show-on-hover.tint:hover:before, 
.gfpc-overlay .hide-on-hover.tint:before {
	background: rgba( 5,5,5, 0.5 ) !important;
}

.one-column.widget-area {
	clear: both;
}

.one-column:after,
.one-column .widget:after {
	content: "";
	clear: both;
	display: table;
}

.gfpc-widget p.more-from-category {
	padding: 10px 0 0 !important;
}

.textwidget {
	font-size: 15px;
}
.home .content {
	border: 0;
	padding: 0px;
	background: none;
	box-shadow: 0 0 0 #ddd;
}

.home .content .home-2.widget-area,
.home .content .home-4.widget-area,
.home .content .home-6.widget-area,
.home .content .home-8.widget-area {
	clear: both;
}
.home .columnWrap:after {
	content: "";
	display: table;
	clear: both;
}
.home .columnWrap {
	border: 1px solid #ddd;
	margin-bottom: 13px;
	padding: 15px 15px 10px;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}

.home .content .widget-area:after {
	content: "";
	display: table;
	clear: both;
}
.home .content .widget-area {
}

.gfpc-widget .widget-title,
.widget-title {
    margin-bottom: 10px;
	border: 5px solid #111;
	border-width: 5px 0 0 0;
    clear: both;
}
.gfpc-featured-posts:after {
    clear: both;
    content: "";
    display: table;
}
.gfpc-featured-posts p {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 14px;
}
.gfpc-featured-posts .entry {
    padding: 0;
}
.gfpc-featured-posts {
    margin-bottom: 20px;
}
.gfpc-featured-posts.layout-three {
    border-bottom: none !important;
}
.layout-one .right-part .entry,
.layout-three .entry,
.layout-four .entry {
    border-bottom: 1px dotted #ddd !important;
}
.layout-one .right-part .entry-header,
.layout-three .entry-header {
    display: table;
}
.layout-one .right-part .entry-title,
.layout-three .entry-title {
    display: table-cell;
    vertical-align: middle;
}
.layout-three article:first-child .entry-title,
.layout-three article:first-child .entry-header {
    display: block;
}
.layout-three .entry,
.layout-four .entry {
    padding: 15px 0;
    margin-bottom: 0;
}
.layout-one .right-part .entry:last-child {
    border-bottom: none !important;
}
.gfpc-featured-posts .entry-meta .entry-comments-link {
	display: none;
}
.gfpc-featured-posts .entry-meta {
	margin-bottom: 5px;
	color: #666;
}
.gfpc-featured-posts .entry-meta a {
	color: #666;
	margin-top: -3px;
}
.gfpc-widget .gfpc-featured-posts .archive-pagination {
	display: inline-block;
}
.gfpc-featured-posts img.alignleft {
    margin: 0 14px 0 0;
}
.gfpc-featured-posts .first img.alignleft {
	margin: 0 14px 10px 0;
}
.gfpc-featured-posts img.alignright {
    margin: 0 0 0 14px;
}
.gfpc-featured-posts img.aligncenter {
    margin: 0 auto 10px;
}

.columnWrap h4.entry-title {
	line-height: 1;
}
.columnWrap h4 a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

.gfpc-featured-posts h1.entry-title,
.gfpc-featured-posts h2.entry-title,
.gfpc-featured-posts h3.entry-title,
.gfpc-featured-posts h4.entry-title,
.gfpc-featured-posts h5.entry-title,
.gfpc-featured-posts h6.entry-title {
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -.5px;
}
.one-column .gfpc-featured-posts.layout-one .left-part h1.entry-title,
.one-column .gfpc-featured-posts.layout-three article:first-child h1.entry-title,
.one-column .gfpc-featured-posts.layout-four article:first-child h1.entry-title,
.one-column .gfpc-featured-posts.layout-seven h1.entry-title,
.one-column .gfpc-featured-posts.layout-one .left-part h2.entry-title,
.one-column .gfpc-featured-posts.layout-three article:first-child h2.entry-title,
.one-column .gfpc-featured-posts.layout-four article:first-child h2.entry-title,
.one-column .gfpc-featured-posts.layout-seven h2.entry-title,
.one-column .gfpc-featured-posts.layout-one .left-part h3.entry-title,
.one-column .gfpc-featured-posts.layout-three article:first-child h3.entry-title,
.one-column .gfpc-featured-posts.layout-four article:first-child h3.entry-title,
.one-column .gfpc-featured-posts.layout-seven h3.entry-title,
.one-column .gfpc-featured-posts.layout-one .left-part h4.entry-title,
.one-column .gfpc-featured-posts.layout-three article:first-child h4.entry-title,
.one-column .gfpc-featured-posts.layout-four article:first-child h4.entry-title,
.one-column .gfpc-featured-posts.layout-seven h4.entry-title,
.one-column .gfpc-featured-posts.layout-seven h4.entry-title a,
.one-column .gfpc-featured-posts.layout-one .left-part h5.entry-title,
.one-column .gfpc-featured-posts.layout-three article:first-child h5.entry-title,
.one-column .gfpc-featured-posts.layout-four article:first-child h5.entry-title,
.one-column .gfpc-featured-posts.layout-seven h5.entry-title,
.one-column .gfpc-featured-posts.layout-one .left-part h6.entry-title,
.one-column .gfpc-featured-posts.layout-three article:first-child h6.entry-title,
.one-column .gfpc-featured-posts.layout-four article:first-child h6.entry-title,
.one-column .gfpc-featured-posts.layout-seven h6.entry-title,
.columnWrap .layout-one .left-part h4 a,
.columnWrap .layout-four article:first-child h4 a,
.columnWrap .layout-three article:first-child h4 a  {
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0px;
	line-height: 1;
}
.gfpc-featured-posts.layout-five h1.entry-title,
.gfpc-featured-posts.layout-six h1.entry-title,
.gfpc-featured-posts.layout-five h2.entry-title,
.gfpc-featured-posts.layout-six h2.entry-title,
.gfpc-featured-posts.layout-five h3.entry-title,
.gfpc-featured-posts.layout-six h3.entry-title,
.gfpc-featured-posts.layout-five h4.entry-title,
.gfpc-featured-posts.layout-five h4.entry-title a,
.gfpc-featured-posts.layout-six h4.entry-title,
.gfpc-featured-posts.layout-six h4.entry-title a,
.gfpc-featured-posts.layout-five h4.entry-title a,
.gfpc-featured-posts.layout-five h5.entry-title,
.gfpc-featured-posts.layout-six h5.entry-title,
.gfpc-featured-posts.layout-five h6.entry-title,
.gfpc-featured-posts.layout-six h6.entry-title {
    font-size: 22px;
    text-transform: none;
    letter-spacing: -.5px;
}
.gfpc-featured-posts.layout-three article:first-child,
.gfpc-featured-posts.layout-four article:first-child {
    padding-top: 0;
}
.gfpc-widget .more-from-category {
    text-align: right !important;
    background: none !important;
}
.gfpc-widget .more-from-category a {
    font-weight: bold;
    text-transform: uppercase;
}
.gfpc-widget .more-from-category a:after {
    font-family: Helvetica, Verdana, sans-serif;
    content: " \2192";
}
@media only screen and (max-width: 800px) {
    .layout-five,
    .layout-six,
    .layout-eight,
	.one-half.widget-area,
	.one-third.widget-area,
	.one-fourth.widget-area,
	.widget-title {
        text-align: center;
    }
	.one-half.widget-area .layout-seven {
		text-align: left;
	}

}
@media only screen and (max-width: 550px) {
    .gfpc-featured-posts {
        /*		text-align: center; */
    }
    .widget .widget-title,
    .sidebar .widget-title {
        text-align: center;
    }
    .gfpc-featured-posts.layout-seven h1.entry-title,
    .gfpc-featured-posts.layout-seven h2.entry-title,
    .gfpc-featured-posts.layout-seven h3.entry-title,
    .gfpc-featured-posts.layout-seven h4.entry-title,
    .gfpc-featured-posts.layout-seven h5.entry-title,
    .gfpc-featured-posts.layout-seven h6.entry-title {
        clear: both;
    }
    .gfpc-featured-posts.layout-seven {
        text-align: center;
    }
    .gfpc-featured-posts.layout-seven img {
        display: block;
        margin: 0 auto 15px;
        float: none;
    }
    .layout-three.gfpc-featured-posts > article:first-child img.alignright,
    .layout-three.gfpc-featured-posts > article:first-child img.alignleft {
        margin: 0 auto 15px;
        display: block;
        float: none;
    }
}

/* ## Expired Category
--------------------------------------------- */

/* .category-expired h1.entry-title {
    font-size: 30px;
} */
.category-expired h1.entry-title:before {
    content: "EXPIRED";
    background: #111;
    margin-right: 5px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    letter-spacing: 0;
}
.single-post .category-expired h1.entry-title:before {
    background: #999;
}
.category-expired img {
    display: none;
}
/* .category-expired .entry-header .entry-title,
.category-expired .entry-header .entry-title a,
.category-expired .entry-content,
.category-expired .entry-content a,
.category-expired .entry-content ul li:before {
    color: #ccc !important;
} */

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
	padding-bottom: 0;
}
.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}
.featured-content p {
	font-size: 15px;
}
/* ## COTC Custom Image Widget 
--------------------------------------------- */

.cotcImageWidget img {
	max-width: 100%;
}

.one-third.widget-area .cotcImageWidget,
.one-fourth.widget-area .cotcImageWidget {
	margin: 0 auto !important;
}

.one-half.widget-area .cotcImageWidget:nth-of-type(1),
.one-half.widget-area .cotcImageWidget:nth-of-type(3),
.one-half.widget-area .cotcImageWidget:nth-of-type(5),
.one-half.widget-area .cotcImageWidget:nth-of-type(7),
.one-half.widget-area .cotcImageWidget:nth-of-type(9),
.widget-area .cotcImageWidget:nth-of-type(1),
.widget-area .cotcImageWidget:nth-of-type(4),
.widget-area .cotcImageWidget:nth-of-type(7),
.widget-area .cotcImageWidget:nth-of-type(10),
.widget-area .cotcImageWidget:nth-of-type(13),
.widget-area .cotcImageWidget:nth-of-type(16) {
    margin-left: 0;
}
.full-width-content .widget-area .cotcImageWidget:nth-of-type(1),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(5),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(9),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(17) {
    margin-left: 0;
}
.full-width-content .widget-area .cotcImageWidget:nth-of-type(4),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(7),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(10),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(13),
.full-width-content .widget-area .cotcImageWidget:nth-of-type(16) {
    margin-left: 2.564102564102564%;
}
.cotcImageWidget {
    margin-bottom: 10px;
    text-align: center;
	vertical-align: top;
	display: inline-block;
	float: none;
	box-sizing: border-box;
}
.cotcImageWidget img {
    display: block;
}
.cotcImageWidget:hover img,
.columnWrap a img:hover {
    opacity: .8;
}
.cotcImageWidget h2 {
    text-align: left;
    margin: 8px 0 20px;
    line-height: 1;
}

.cotcImageWidget h2 a {
    font-size: 18px;
	font-size: 1.8rem;
	display: block;
    font-weight: bold;
    letter-spacing: -.5px;
	color: #111;
}
.cotcImageWidget:hover h2 a {
    text-decoration: none;
    color: #49A7C0;
}

@media only screen and (max-width: 520px) {
.cotcImageWidget img {
	max-width: 100%;
}

}

/* ## Events
---------------------------------------------------------------------------------------------------- */

.venue-info-box {
	margin-top: 1em !important;
}

.table-events a,
.event a {
	color: #368ba0;
}
.lotc-events-shortcode {
    margin: 20px 0;
}
.lotc-events-shortcode h3 {
    margin: 15px 0 5px;
}
.lotc-events-shortcode .table {
    margin: 0;
}
.lotc-events-shortcode .row.event.featured {
    padding: 10px 0;
    background: #f4f4f4;
}
.event p {
    margin: 0;
}
.row.event {
    padding: 5px 0;
    margin: 0;
}
.row.event h3 {
	font-size: 21px;
	letter-spacing: 0;
}

.single-day-events .row.event {
    border-bottom: 1px solid #ddd;
}
.event h3 {
    margin-bottom: 5px;
}
.event {
    font-size: 15px;
}
.table-events {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.glyphicon-star:before {
    color: #83BA3F;
}
.table-events>thead>tr>th {
    border-width: 0 0 1px 0 !important;
}
.table-events>tbody>tr>td,
.table-events>tbody>tr>th,
.table-events>tfoot>tr>td,
.table-events>tfoot>tr>th,
.table-events>thead>tr>td,
.table-events>thead>tr>th {
    line-height: 1.2 !important;
}
.btn {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}
.lotc-calendar-heading a {
    text-decoration: none;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: bold;
}
.event h3 a {
    font-weight: bold;
    text-decoration: none;
}
.event a:hover {
    color: #000;
}
.btn-primary {
    background-color: #53B5D3 !important;
    border-color: #53B5D3 !important;
    text-decoration: none !important;
}
.btn-primary:hover {
    background-color: #347E8E !important;
    border-color: #347E8E !important;
}
.venue-info-box .btn-primary {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background: #358293;
    border: 1px solid #358293;
}
.venue-info-box .btn-primary:hover {
    border: 1px solid #358293;
    background: #4FADC8;
}
.venue-info-box {
    color: #444;
    background: #e8faff !important;
    border: 1px solid #53B7D5;
}
.lotc-event-box:after {
    content: "";
    display: table;
    clear: both;
}
.lotc-event-box {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    margin-bottom: 15px;
    color: #444;
	font-size: 15px;
    border: 1px solid #53B7D5;
    background: #e8faff;
}
.lotc-recurring-event.lotc-event-box {
	text-align: center;
}
.lotc-event-all-details {
    font-size: 14px;
    padding: 0;
    margin-bottom: 20px;
	clear: both;
}

.lotc-recurring-event .lotc-event-when {
    width: 45% !important;
}
.lotc-recurring-event .lotc-event-where {
    width: 20% !important;
}
.lotc-recurring-event .lotc-event-cost {
    width: 15% !important;
}
.lotc-event-when,
.lotc-event-where {
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
}
.lotc-event-when { float: left; }
	.lotc-event-what, .lotc-event-cal {
        display: inline-block;
        vertical-align: top;
        line-height: 1.1;
	}
.lotc-recurring-event .lotc-event-what { width: 20%; }
.lotc-event-cost {
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
}
.lotc-recurring-event .lotc-event-header {
    display: block;
}
.lotc-event-header {
    padding: 7px 8px 6px;
    color: #fff;
    background: #53B7D5;
	border-bottom: 1px solid #53B7D5;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
		width: 100%;
}
.lotc-event-when .lotc-event-header {
    border-left: 0;
}
.lotc-event-when .lotc-event-details em {
	display: block;
}
.lotc-event-when .lotc-event-header,
.lotc-event-where .lotc-event-header {
	border-right: 1px solid #fff;
}
.lotc-event-cost .lotc-event-details {
	font-weight: bold;
}
.lotc-recurring-event .lotc-event-details {
    display: block;
}
.lotc-event-details {
    padding: 6px 10px;
    display: inline-block;
    margin: 0;
}
.lotc-event-details a {
    color: #444;
}

.lotc-event-details .cal { margin-top: 10px; }
.lotc-event-details .cal strong { display: block; color: #368ba0; }
.cal.standalone {margin-bottom: 40px;}
.lotc-recurring-event .lotc-event-when, .lotc-event-when, .lotc-recurring-event .lotc-event-what, .lotc-event-what, .lotc-recurring-event .lotc-event-where, .lotc-event-where, .lotc-recurring-event .lotc-event-cost, .lotc-event-cost { display: inline-block; width: 25% !important; }
.lotc-recurring-event .lotc-event-when { width: 35% !important; }
.lotc-recurring-event .lotc-event-cost { width: 15%!important; }
.lotc-recurring-event .lotc-event-when


@media only screen and (max-width: 1160px) {
	.lotc-event-when {
	    width: 40% !important;
	}
	.lotc-event-where {
	    width: 40% !important;
	}
	.lotc-event-cost {
	    width: 20% !important;
	}

	.lotc-event-details,
	.lotc-event-header {
	    display: block;
		border-bottom: none;
	}
	.lotc-event-box {
		text-align: center;
	}
	.lotc-recurring-event .lotc-event-when, .lotc-event-when, .lotc-recurring-event .lotc-event-what, .lotc-event-what, .lotc-recurring-event .lotc-event-where, .lotc-event-where, .lotc-recurring-event .lotc-event-cost, .lotc-event-cost { width: 50% !important; }
}

@media only screen and (max-width: 1023px) {
    .lotc-event-box {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
	.row.event {
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}

	.table-events tr td {
		padding: 0 15px !important;
	}

	.table-events tr td:first-child {
		padding-top: 20px !important;
	}

	.table-events tr td:first-child a {
		font-size: 1.2em;
		font-weight: bold;
	}

	.table-events tr td:last-child {
		padding-bottom: 20px !important;
	}

	.table-events tr td:last-child a {
		font-style: italic;
	}

	.lotc-recurring-event .lotc-event-when, .lotc-event-when, .lotc-recurring-event .lotc-event-what, .lotc-event-what, .lotc-recurring-event .lotc-event-where, .lotc-event-where, .lotc-recurring-event .lotc-event-cost, .lotc-event-cost { width: 100% !important; }
    .lotc-recurring-event .lotc-event-what, .lotc-recurring-event .lotc-event-where, .lotc-recurring-event .lotc-event-where, .lotc-event-cost, .lotc-recurring-event .lotc-event-cost {  margin-top: 10px; }

}

/* ## Filterable Recipe Index
---------------------------------------------------------------------------------------------------- */

.grid-item .entry-header h1 a {
    font-weight: normal;
    letter-spacing: -.5px;
}
.grid-item .entry-header h1 a:hover {
    color: #444;
}
.grid-item .overlay h1.entry-title {
    font-size: 16px;
    padding: 0;
}
.grid-item .overlay {
    opacity: 1 !important;
    border-bottom: 8px solid #fff;
}
.grid-item:hover .overlay {
    opacity: 1 !important;
}
.grid-item .overlay .entry-header {
    background: none !important;
    vertical-align: bottom !important;
}
.grid-item .overlay .entry-title {
    vertical-align: bottom !important;
}
.grid-item .entry-header h1 a {
    color: #fff;
    background: #222;
    padding: 15px;
    line-height: 1.2;
    display: block;
}
.grid-item .entry-header h1 a {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.grid-item .entry-header h1 a:hover {
    color: #fff;
    background: #444;
}
.filter-wrap li a {
    color: #111;
}
/* # Wordpress Related Posts Plugin
---------------------------------------------------------------------------------------------------- */

.wp_rp_plain {
    margin: 30px 0 10px;
    padding: 0 0 20px;
    text-align: center;
}
.wp_rp_plain .related_post_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px dotted #ddd;
    border-width: 0 0 1px 0;
    padding: 10px 0;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.wp_rp_plain ul.related_post {
    margin: 0;
    line-height: 1;
}
.wp_rp_plain ul.related_post li {
    display: inline-block;
    width: 18.5%;
    margin: 10px .75%;
    line-height: 1.1;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    text-indent: 0;
}
.entry-content .wp_rp_title {
    display: block;
    margin-top: 7px;
}
.entry-content .wp_rp_plain ul.related_post li:before {
    content: "";
    padding: 0;
    margin: 0;
}
.wp_rp_plain ul.related_post li a {
    color: #111;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
}
.wp_rp_plain ul.related_post li:hover a {
    color: #999;
    text-decoration: none;
}
.wp_rp_plain ul.related_post li img {
    border: 4px solid #e4e4e4;
}
.wp_rp_plain ul.related_post li:hover img {
    opacity: .8;
    border: 4px solid #999;
}
@media only screen and (max-width: 600px) {
    .wp_rp_plain ul.related_post li {
        width: 31.5%;
    }
}
@media only screen and (max-width: 450px) {
    .wp_rp_plain ul.related_post li {
        width: 47%;
    }
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}
.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}
/* Display outline on focus */

:focus {
    color: #111;
    outline: #ccc solid 1px;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}
.site-header .wrap {
    position: relative;
    padding: 0;
    background: url(images/skyline.jpg) right top no-repeat;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0;
    width: 670px;
    display: inline-block;
}
.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #111;
}
.header-image .site-title > a {
    display: block;
    background: url(images/header.png) no-repeat left;
    float: left;
    height: 100px;
    width: 670px;
}
.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}
.site-description,
.site-title {
    margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}
@media only screen and (max-width: 960px) {
    .title-area {
        float: none;
        width: 100%;
    }
    .header-image .site-title > a {
        background: url(images/header.png) no-repeat 50% 50%;
        background-size: contain;
        width: 100%;
    }
    .site-header .wrap {
        background: none;
    }
}
/* ## Widget Area
--------------------------------------------- */

#headerWidgetArea {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 670px;
}
#nav-header,
#headerSocialIcons {
    width: auto;
    display: inline-block;
}
#headerSocialIcons .widget {
    margin: 0;
}
#headerWidgetArea #headerWrap {
    background: url(images/white.png) repeat;
    display: inline-block;
    padding: 0 5px;
    border-radius: 0 0 3px 3px;
}
@media only screen and (max-width: 960px) {
    #headerWidgetArea {
        width: 100%;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #111;
    }
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

#nav-header a {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 10px 7px;
}
#nav-header a.sf-with-ul:after {
    content: " \25be";
}
.genesis-nav-menu {
    clear: both;
    font-family: "Roboto Condensed", Helvetica, Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
}
.genesis-nav-menu ul,
.genesis-nav-menu {
    margin-bottom: 0;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    color: #111;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
    text-decoration: none;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    width: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sf-with-ul:after {
    content: " \2192";
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -34px 0 0 200px;
}
.genesis-nav-menu .flyLeft .sub-menu .sub-menu {
    margin: -34px 0 0 -200px;
}
@media only screen and (max-width: 960px) {
    .genesis-nav-menu .dropLeft .sub-menu {
        margin-left: -100px;
    }
}
@media only screen and (max-width: 768px) {
    .genesis-nav-menu .dropLeft .sub-menu {
        margin-left: 0px;
    }
    .genesis-nav-menu .flyLeft .sub-menu .sub-menu {
        margin: 0;
    }
}
.genesis-nav-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}
.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}
.genesis-nav-menu > .search {
    padding: 10px 0 0;
}
/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}
/* ## Site Header Navigation
--------------------------------------------- */

.site-header h1 {
    margin: 0;
}
.site-header .sub-menu {
    border-top: none;
}
.site-header .genesis-nav-menu a {
    font-weight: bold;
}
.site-header .sub-menu a {
    background: url(images/white.png) repeat;
    font-weight: bold;
}
.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
    background: #111;
    color: #fff;
}
/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c992f+0,8ac444+100 */
    
    background: #6c992f;
    /* Old browsers */
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #6c992f 0%, #8ac444 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #6c992f 0%, #8ac444 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#6c992f", endColorstr="#8ac444", GradientType=0);
    /* IE6-9 */
}
.nav-primary .genesis-nav-menu a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
    color: #fff;
    background: #6F9D31;
    text-decoration: none;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #fff;
    background: #89C243;
    border: none;
    padding: 10px;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus {
    color: #fff;
    background: #6F9D31;
    text-decoration: none;
}
.nav-primary .sub-menu {
    padding-top: 1px;
}
.nav-primary .sub-menu .sub-menu a {
    background: #6F9D31;
}
.nav-primary .sub-menu .sub-menu a:hover {
    background: #89C243;
}
/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #327C8C;
}
.nav-secondary .genesis-nav-menu {
    margin-right: 320px;
}
.nav-secondary a {
	color: #fff;
}
.nav-secondary .genesis-nav-menu .sub-menu a {
    color: #fff;
    background: #327C8C;
    border: none;
    padding: 10px;
}
.nav-secondary a:hover {
    background: #226977;
    color: #fff;
}
.nav-secondary .sub-menu a:hover {
    background: #226977;
    color: #fff;
}
.nav-secondary a.sf-with-ul:after {
    content: " \25be";
}
@media only screen and (max-width: 960px) {
    .nav-secondary .genesis-nav-menu {
        margin-right: 0px;
    }
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
    padding: 0 0 20px 0;
}
.content .entry {
    background-color: #fff;
}
.archive .entry,
.search-results .entry {
    border-bottom: 1px dotted #ddd;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: none;
}
.entry-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.entry-content ul li {
    padding-left: 1.3em;
    text-indent: -.45em;
    margin-bottom: 5px;
}
.sidebar .textwidget ul,
.sidebar .widget_rss ul {
    margin-left: 15px;
}
.sidebar .textwidget ul li,
.sidebar .widget_rss ul li {
    text-indent: -.45em;
}
.entry-content ul li:before,
.sidebar .textwidget ul li:before,
.sidebar .widget_rss ul li:before {
    content: "\25cf ";
    color: #89C243;
    display: inline-block;
    margin-right: 5px;
}
.entry-content ul ul li:before {
    content: "\25cb ";
    color: #89C243;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #111;
    color: #ddd;
}
/* ## Entry Meta
--------------------------------------------- */

.authorAvatarWrap:after,
.authorBylineWrap:after {
	content: "";
	clear: both;
	display: table;
}

.authorAvatarWrap {
	margin: -16px 0 15px;
	font-size: 12px;
	letter-spacing: 0;
	height: 32px;
	line-height: 12px;
	color: #777;
}

.authorBylineWrap {
	margin: -16px 0 15px;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1;
	color: #777;
}

.authorAvatarWrap span,
.authorBylineWrap span {
	font-size: 10px;
}

.authorAvatarWrap .avatar {
	margin-right: 7px;
	border-radius: 50%;
	margin-top: -2px;
}

.disclosureBox {
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    font-style: italic;
    margin: -5px 0 15px;
}
.single .disclosureBox,
.page .disclosureBox {
    display: block;
}
p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.entry-header .entry-meta {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 3px;
}
.entry-footer {
    display: none;
    margin-top: 25px;
}
.entry-footer a:hover {
    text-decoration: none;
}
.single .entry-footer,
.page .entry-footer {
    display: block;
}
.entry-footer .entry-meta {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.2;
    color: #999;
    border-top: 1px dotted #ddd;
    padding: 15px 0 0;
}
.entry-footer .entry-meta {
    font-weight: 700;
    font-weight: bold;
}
.entry-categories,
.entry-tags {
    display: block;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */

.page-template-page-fri .content > .pagination {
    display: none;
}
.pagination {
    clear: both;
    margin: 40px 0;
    width: 100%;
}
.gfpc-featured-posts .pagination {
	margin: 15px 0;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    background-color: #111;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #49A7C0;
    text-decoration: none;
}
/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}
.entry-comments {
    padding: 40px;
}
.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}
li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0;
}
.comment-content {
    clear: both;
    word-wrap: break-word;
}
.comment-list li {
    margin-top: 24px;
    padding: 32px;
}
.comment-list li li {
    margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {} .form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.sidebar li {
    margin-bottom: 5px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 20px;
    padding: 0;
}

/* # Social Icons
---------------------------------------------------------------------------------------------------- */

.center {
    text-align: center;
}
.socialIcon {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin: 0 3px;
    color: #111;
}
.socialIcon:hover {
    color: #000 !important;
}
.site-header .socialIcon:hover {
    color: #777 !important;
}
.socialIcon.black:hover {
    color: #666 !important;
}
.socialIcon.medium {
    font-size: 26px;
}
.socialIcon.large {
    font-size: 36px;
}
.socialIcon.gray {
    color: #999;
}
.socialIcon.black {
    color: #111;
}
.socialIcon.blue {
    color: #49A7C0;
}
.socialIcon.green {
    color: #83B93F;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .widget-area .textwidget ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.footer-widgets {
    clear: both;
    background: #fff;
    border-top: 1px solid #ddd;
    line-height: 1.3;
	box-shadow: 0 0 13px #ddd;
	font-size: 14px;
    overflow: hidden;
    padding: 40px 0 16px;
    padding: 4rem 0;
}
.footer-widgets a img {
    display: block;
}
.footer-widgets p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.footer-widgets .widget {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}
.footer-widgets .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}
.footer-widgets .widget-area {
    width: 23.5% !important;
    display: inline-block;
    vertical-align: top;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    margin-right: 2%;
}
@media only screen and (max-width: 800px) {
    .footer-widgets {
        text-align: center;
    }
    .footer-widgets .widget-area {
        width: 49% !important;
    }
	.footer-widgets-2 {
		margin-right: 0;
	}
}
@media only screen and (max-width: 520px) {
    .footer-widgets .widget-area {
        width: 100% !important;
		float: none;
		display: block;
    }
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-right: 0;
	}
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

#nav-footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,444444+100 */
    
    background: #111111;
    /* Old browsers */
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #111111 0%, #444444 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #111111 0%, #444444 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#111111", endColorstr="#444444", GradientType=0);
    /* IE6-9 */
    
    text-align: center;
    border: 1px solid #000;
    border-width: 1px 0;
}
#nav-footer a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: bold;
}
#nav-footer a:hover {
    background: #000;
}
.site-footer {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    color: #000;
}
.site-footer p {
    margin-bottom: 0;
}
.site-footer a {
    font-weight: bold;
}
.site-footer a:hover {
    color: #fff;
    text-transform: underline;
}
#footerFullWidthAbove {
	padding: 20px 0 7px;
	text-align: center;
	border-top: 1px solid #ddd;
	background: #eee;
}
#footerFullWidthBelow {
	padding: 15px 0 0px;

    text-align: center;
}
#footerFullWidthAbove .widget,
#footerFullWidthBelow .widget {
    margin-bottom: 15px;
}
#footerFullWidthBelow {
    border-top: 1px solid #ddd;
}
/* # Display Child Pages
---------------------------------------------------------------------------------------------------- */

.entryRow {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 0px;
    padding: 25px 20px 5px;
}
.entryRow img {
    float: left;
    margin: 0 20px 20px 0;
}
.display-child-pages .entry-content .entryRow:last-child {
    border-bottom: 1px solid #e4e4e4;
}
.display-child-pages .entryRow img {
    width: 100px;
}
.display-child-pages .entryRow h2 {
    margin: 5px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.5px;
}
.go-to-child {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.go-to-child {
    float: right;
    margin-left: 20px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    display: inline-block;
    background: #49A7C0;
    color: #fff;
    text-decoration: none !important;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    margin-top: 3px;
}
.go-to-child:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}
.go-to-child span {
    font-family: Helvetica, sans-serif;
}
/* # EU Cookie Script
---------------------------------------------------------------------------------------------------- */

.cc_container {
    padding: 10px 30px !important;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    background: #7AB746 !important;
    color: #fff !important;
}
.cc_container .cc_btn:hover {
    background: #fff !important;
    color: #000 !important;
}
.cc_container a {
    color: #49A7C0 !important;
}
.cc_container a:hover,
.cc_container a:active {
    color: #fff !important;
}
/* # PreVuClient
---------------------------------------------------------------------------------------------------- */

#prevuClient img.emoji {
    float: right;
    margin-left: 10px !important;
}
.content #prevuClient,
.content #prevuClient .citynm {
    font-family: "Arimo", Helvetica, sans-serif !important;
}
.content #prevuClient .citynm {
    font-weight: bold !important;
}
.content #prevuClient .tabletdr:after {
    content: "";
    display: table;
    clear: both;
}
.content #prevuClient .tabletdr,
.content #prevuClient .tabletdl {
    border-bottom: 1px dotted #ccc !important;
    line-height: 1.1;
    padding: 8px 0px 6px 0px !important;
}
.content #prevuClient .tabletdl {
    border-bottom: none !important;
}
#prevuClient tbody {
    border-bottom: none !important;
}
.content #prevuClient .tabletdl {
    padding: 8px 0px 6px 0px !important;
}
.content #prevuClient .s-categories {
    padding: 3px 8px !important;
    vertical-align: middle !important;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1.2 !important;
    border-radius: 0 !important;
    float: left;
    width: 20%;
}
.content #prevuClient output {
    padding-top: 0 !important;
}
.content #prevuClient {} .content #prevuClient a.boomlink,
.content #prevuClient a.boomlinkno {
    padding: 0px !important;
    color: #49A7C0 !important;
    font-weight: bold !important;
}
.content #prevuClient a.boomlink:hover,
.content #prevuClient a.boomlinkno:hover {
    color: #000 !important;
    background: none !important;
}
@media only screen and (max-width: 768px) {
    .content #prevuClient .s-categories {
        display: block;
        width: 100% !important;
    }
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .site-inner {
        padding: 0 1% 0;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .primary-content-secondary .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 765px;
    }
    .content {
        width: 597px;
    }
    .sidebar-content-sidebar .content,
    .primary-content-secondary .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 452px;
    }
    .sidebar-primary,
    .title-area {
        width: 330px;
    }

	.content-sidebar-sidebar .content-sidebar-wrap .sidebar-primary,
	.sidebar-content-sidebar .content-sidebar-wrap .sidebar-primary,
	.primary-content-secondary .content-sidebar-wrap .sidebar-primary,
	.sidebar-sidebar-content .content-sidebar-wrap .sidebar-primary {
		padding: 0;	
		width: 300px;
		background: none;
		box-shadow: 0 0 0;
		border: none;
	}
	.sidebar-secondary {
		padding: 0;	
		width: 160px;
		background: none;
		box-shadow: 0 0 0;
		border: none;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .sidebar .widget,
	.sidebar-content-sidebar .content-sidebar-wrap .sidebar .widget,
	.primary-content-secondary .content-sidebar-wrap .sidebar .widget,
	.sidebar-sidebar-content .content-sidebar-wrap .sidebar .widget {
		margin-bottom: 15px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .one-half,
	.sidebar-content-sidebar .content-sidebar-wrap .one-half,
	.primary-content-secondary .content-sidebar-wrap .one-half,
	.sidebar-sidebar-content .content-sidebar-wrap .one-half,
	.content-sidebar-sidebar .content-sidebar-wrap .one-third,
	.sidebar-content-sidebar .content-sidebar-wrap .one-third,
	.primary-content-secondary .content-sidebar-wrap .one-third,
	.sidebar-sidebar-content .content-sidebar-wrap .one-third,
	.content-sidebar-sidebar .content-sidebar-wrap .one-fourth,
	.sidebar-content-sidebar .content-sidebar-wrap .one-fourth,
	.primary-content-secondary .content-sidebar-wrap .one-fourth,
	.sidebar-sidebar-content .content-sidebar-wrap .one-fourth {
		width: 100%;
		margin: 0 0 15px !important;
		float: none;
	}

}
@media only screen and (max-width: 960px) {

	.content-sidebar-sidebar .content-sidebar-wrap .one-half,
	.sidebar-content-sidebar .content-sidebar-wrap .one-half,
	.primary-content-secondary .content-sidebar-wrap .one-half,
	.sidebar-sidebar-content .content-sidebar-wrap .one-half {
  	 	width: 48.717948717948715%;
		clear: none;
    		float: left;
    		margin-left: 2.564102564102564% !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .one-third,
	.sidebar-content-sidebar .content-sidebar-wrap .one-third,
	.primary-content-secondary .content-sidebar-wrap .one-third,
	.sidebar-sidebar-content .content-sidebar-wrap .one-third {
    		width: 31.623931623931625%;
		clear: none;
    		float: left;
    		margin-left: 2.564102564102564% !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .one-fourth,
	.sidebar-content-sidebar .content-sidebar-wrap .one-fourth,
	.primary-content-secondary .content-sidebar-wrap .one-fourth,
	.sidebar-sidebar-content .content-sidebar-wrap .one-fourth {
		clear: none;
    		float: left;
    		margin-left: 2.564102564102564% !important;
    		width: 23.076923076923077%;
	}
	.content-sidebar-sidebar .content-sidebar-wrap .first,
	.sidebar-content-sidebar .content-sidebar-wrap .first,
	.primary-content-secondary .content-sidebar-wrap .first,
	.sidebar-sidebar-content .content-sidebar-wrap .first {
	    margin-left: 0 !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .cotcImageWidget.one-third,
	.sidebar-content-sidebar .content-sidebar-wrap .cotcImageWidget.one-third,
	.primary-content-secondary .content-sidebar-wrap .cotcImageWidget.one-third,
	.sidebar-sidebar-content .content-sidebar-wrap .cotcImageWidget.one-third {
		width: 31.1% !important;
		margin: 0 1% 10px !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .sidebar-primary, 
	.sidebar-content-sidebar .content-sidebar-wrap .sidebar-primary, 
	.primary-content-secondary .content-sidebar-wrap .sidebar-primary, 
	.sidebar-sidebar-content .content-sidebar-wrap .sidebar-primary {
		width: 330px;
	}

	.content-sidebar-sidebar .sidebar-secondary,
	.sidebar-content-sidebar .sidebar-secondary,
	.primary-content-secondary .sidebar-secondary,
	.sidebar-sidebar-content .sidebar-secondary {
		width: 190px;
	}

	.content-sidebar-sidebar .sidebar-secondary,
	.sidebar-content-sidebar .sidebar-secondary,
	.primary-content-secondary .sidebar-secondary,
	.sidebar-sidebar-content .sidebar-secondary,
	.content-sidebar-sidebar .content-sidebar-wrap .sidebar-primary, 
	.sidebar-content-sidebar .content-sidebar-wrap .sidebar-primary, 
	.primary-content-secondary .content-sidebar-wrap .sidebar-primary, 
	.sidebar-sidebar-content .content-sidebar-wrap .sidebar-primary {
		padding: 15px;
		background: #fff;
		border: 1px solid #eee;
		box-shadow: 0 0 5px #ddd;
	}

	.content-sidebar-sidebar .sidebar-secondary,
	.sidebar-content-sidebar .sidebar-secondary,
	.primary-content-secondary .sidebar-secondary,
	.sidebar-sidebar-content .sidebar-secondary {
		float: none;
		margin: 0 auto 15px;
	}

    .site-inner,
    .wrap {
        max-width: 800px;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .primary-content-secondary .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .title-area {
        width: 100%;
    }
    .sidebar-primary,
    .sidebar-secondary,
	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary, 
	.primary-content-secondary .sidebar-primary {
        clear: both;
        float: none;
        margin: 0 auto;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu li.right {
        display: none;
    }
}
@media only screen and (max-width: 800px) {

	.primary-content-secondary .site-inner {
		padding-top: 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.primary-content-secondary .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap .one-half, 
	.sidebar-content-sidebar .content-sidebar-wrap .one-half,
	.primary-content-secondary .content-sidebar-wrap .one-half,
	.sidebar-sidebar-content .content-sidebar-wrap .one-half,
	.content-sidebar-sidebar .content-sidebar-wrap .one-third, 
	.sidebar-content-sidebar .content-sidebar-wrap .one-third,
	.primary-content-secondary .content-sidebar-wrap .one-third,
	.sidebar-sidebar-content .content-sidebar-wrap .one-third,
	.content-sidebar-sidebar .content-sidebar-wrap .one-fourth, 
	.sidebar-content-sidebar .content-sidebar-wrap .one-fourth,
	.primary-content-secondary .content-sidebar-wrap .one-fourth,
	.sidebar-sidebar-content .content-sidebar-wrap .one-fourth {
		margin-left: 0 !important;
	}
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .site-inner {
		padding-top: 25px;
	}
    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .nav-primary .wrap,
    .nav-secondary .wrap {
        padding: 0;
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .full-width-content .widget-area .cotcImageWidget {
        margin: 0 !important;
        width: 100% !important;
    }

	article.one-third {
		margin-bottom: 15px !important;
	}
	.cotcImageWidget h2 {
	    text-align: center;
	}
	.cotcImageWidget {
	    margin: 0 auto !important;
	    width: 320px !important;
	    display: block;
	}
    .sidebar .widget.enews-widget {
        padding: 40px;
    }
}

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

	.primary-content-secondary .site-inner {
		padding-top: 25px;
	}
}

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

	.cotcImageWidget {
	    width: 100% !important;
	}
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    #headerWidgetArea,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}
/* Responsive Navigation
--------------------------------------------- */

#navWrap {
    position: relative;
}
@media only screen and (max-width: 768px) {
    .nav-primary .sub-menu {
        padding-top: 0px;
    }
	.menu-primary  .menu-item {
		float: none;
	}
    #headerWidgetArea:after {
        content: "";
        display: table;
        clear: both;
    }
    #headerWidgetArea #headerWrap {
        display: block;
        padding: 0;
    }
    #headerWidgetArea {
        position: relative;
    }
    #headerWidgetArea .responsive-menu-icon {
        position: relative;
        z-indez: 99;
    }
    #headerWidgetArea #headerSocialIcons {
        width: 80%;
        left: 10px;
        top: 5px;
        text-align: left;
        position: absolute;
    }
    #headerWrap {
        height: 32px;
        position: relative;
    }
    #nav-header a.sf-with-ul:after {
        content: "";
    }
    #nav-header .sub-menu a {
        background: #333;
    }
    #nav-header a:hover {
        background: #666;
    }
    #nav-header {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    #nav-header.genesis-nav-menu .menu-item a {
        padding-right: 15px;
    }
    #nav-header.genesis-nav-menu .menu-item {
        text-align: right;
    }
    .nav-primary {
        border: none;
        background: none;
    }
    .nav-primary .responsive-menu-icon {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #83ba3f;
        z-index: 0;
    }
    .nav-secondary .responsive-menu-icon {
        width: 32px;
		height: 32px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: #9acc59;
    }
    #nav-header a {
        background: #000;
        color: #fff;
    }
    .nav-primary {
        background: #83ba3f;
    }
    .nav-primary ul:not(.sub-menu),
    .nav-secondary ul:not(.sub-menu) {
        margin-top: 32px;
    }
    .nav-primary .wrap,
    .nav-secondary .wrap {
        padding: 0;
    }
    .responsive-menu-icon,
    .responsive-menu .menu-item-has-children {
        cursor: pointer;
    }
    .responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }
    .responsive-menu,
    .responsive-menu > .menu-item > .sub-menu,
    #nav-header.responsive-menu {
        display: none;
    }
    #headerWidgetArea .responsive-menu-icon {
        text-align: center;
        background: #000;
        width: 32px;
        float: right;
    }
    #headerWidgetArea .responsive-menu-icon::before,
    .nav-primary .responsive-menu-icon::before {
        color: #fff;
    }
    .responsive-menu-icon {
        text-align: left;
    }
    .nav-secondary .responsive-menu-icon {
        text-align: right;
    }
    .nav-secondary .menu-item {
        text-align: right;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
    }
    .nav-secondary {
        background: #9acc59;
    }
    .nav-secondary a {
        background: #9acc59;
        color: #fff;
        text-transform: uppercase;
    }
    .nav-secondary a.sf-with-ul:after {
        content: "";
    }
    .nav-secondary a:hover,
    .nav-secondary .genesis-nav-menu .sub-menu a:hover {
        background: #83BA3F;
    }
    .nav-secondary .genesis-nav-menu .sub-menu a {
        background: #a7db64;
    }
    .responsive-menu-icon::before {
        color: #fff;
        content: "\f333";
		content: "MENU \25be";
        display: inline-block;
	    font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		font-family: "Roboto Condensed", sans-serif;
        margin: 0 auto;
        padding: 6px;
    }

    .nav-secondary .responsive-menu-icon::before {
		content: "";
		background: url(images/dots.png);
		width: 32px;
		height: 32px;
		padding: 0;
	}

    #nav-header .responsive-menu-icon::before {
		content: "";
		background: url(images/dots.png);
		width: 32px;
		height: 30px;
		padding: 0;
	}

    .nav-secondary:hover .responsive-menu-icon::before {
        background: #83BA3F url(images/dots.png);		
	}

    .nav-primary .responsive-menu-icon::before,
    .nav-primary .responsive-menu > .menu-item-has-children:before {
        color: #fff;
    }
    .nav-primary br {
        display: none;
    }
    .nav-primary b {
        font-weight: normal;
    }
    .responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 "dashicons";
        height: 16px;
        color: #fff;
        padding: 10px 7px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    .responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }
    .responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }
}

/* Single Post Navigation
--------------------------------------------- */

.prev-next-navigation {
    clear: both;
    margin-bottom: 10px;
    font-size: 15px;
    background: #f9f9f9;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 1.2;
}

.prev-next-navigation:after {
    content: '';
    clear: both;
    display: table;
}

.prev-next-navigation .previous, 
.prev-next-navigation .next {
    width: 48%;
}

.prev-next-navigation .previous {
    float: left;
    text-align: left;
}

.prev-next-navigation .next {
    float: right;
    text-align: right;
}

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

    .prev-next-navigation .previous, 
    .prev-next-navigation .next {
        width: 100%;
        float: none;
    }

}