/*
	Theme Name: Centric Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,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{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary: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,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2e2f33;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	word-wrap: normal;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a,
a:visited {
	color: #0076be;
	text-decoration: none;
}

.content a,
.sidebar a,
.home-widgets a,
.after-entry.widget-area a {
	font-weight: 400;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

.page-template-page_blog .post h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img/* ,
.featuredpost img */ {
	width: auto;
}

.featured-content img,
.featuredpost img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.featured-content img:hover,
.featuredpost img:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited,
a.button,
a.button:visited,
.button-primary,
.button-primary:visited {
	background-color: #0076be;
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 14px 18px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.button:hover,
.button-primary:hover {
	background-color: #fff;
	color: #000;
}

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link {
	background-color: #484a4e;
	color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover/* ,
.sidebar .button:hover */ {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-featured .more-link,
.home-widgets .more-link,
.vc-page-widgets .more-link {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
}

.home-featured .more-link:hover {
	background-color: #0076be;
	color: #fff;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

.centric-pro-landing .site-inner {
	/* margin: 80px auto; */
	margin: 40px auto;
	max-width: 800px;
	/* padding: 0 80px; */
	padding: 0 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 40px 0 80px;
	width: 880px;
}

.centric-pro-home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content.narrow-content .content {
	float: none;
	margin: 0 auto;
	max-width: 880px;
}

.full-width-content.narrow-content-tml .content {
	float: none;
	margin: 0 auto;
	max-width: 600px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* 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-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
	font-size: 36px;
	margin-bottom: 35px;
}

main.content > h1 {
	margin-bottom: 30px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #0076be;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.home-widgets .widget-title,
.vc-page-widgets .widget-title {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 60px;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.featuredpost img.alignleft {
	margin: 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.featuredpost .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.widget-area .featured-content .entry-title a:hover,
.widget-area .featuredpost h2 a:hover {
	color: #000;
}

.featured-content .entry-title,
.featuredpost h2 {
	font-size: 24px;
	margin-bottom: 35px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended, MailPoet
--------------------------------------------- */

.enews-widget form,
form.widget_wysija {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"],
.footer-widgets input[type="submit"].wysija-submit {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 3px solid #0076be;
	bottom: 0;
	color: #fff;
	height: 100%;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"],
.footer-widgets input:hover[type="submit"].wysija-submit {
	background-color: #f5f5f5;
	color: #000;
}

.enews form + p {
	margin-top: 24px;
}

.widget_wysija .wysija-paragraph {
	margin: 25px 0;
}

.footer-widgets input[type="submit"].wysija-submit {
	height: auto;
	padding: 17px 24px;
}

.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
	background-color: #fff; 
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 25px;
	padding: 14px 24px;
}

.widget_wysija_cont .updated li,
.widget_wysija_cont .login .message li {
	margin: 0;
	padding: 0;
}

.widget_wysija div.form-validation-field-0formError.formError {
	margin: 20px 0;
	position: static !important;
}

.widget_wysija .formError div.formErrorContent {
	background-color: #fff;
	border: 3px solid #c92724;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 12px;
	width: auto;
}

.mpoet_profile_edit form tbody,
.mpoet_profile_edit form td {
	border: none;
}

.mpoet_profile_edit form td > label {
	margin-right: 15px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

div.gform_confirmation_wrapper {
	background-color: #fff; 
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #000;
	font-weight: 400;
	margin: 0 auto 25px;
	max-width: 800px;
	padding: 14px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

p.comment-subscription-form input#subscribe_blog,
p.comment-subscription-form label#subscribe-blog-label {
	display: none !important;
}

/* Popup Maker
--------------------------------------------- */

.pum-container .pum-title {
	font-weight: 700;
	margin: 0 0 20px;
}

.pum-container .pum-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0 0 10px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-top: 3px solid #6eb43f;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
	min-height: 61px;
	width: 100%;
	z-index: 9999;
}

.site-header.fixed-header {
	left: 0;
	position: fixed;
	top: 0;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header > .wrap {
	padding: 0 5%;
	max-width: 100%;
}

.site-header,
.site-header .wrap,
.site-header.fixed-header {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.bumper {
	min-height: 61px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 160px;
}

.site-header .site-title {
	padding-top: 7px;
}

.site-title {
	line-height: 1;
	margin-bottom: 0;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
	text-align: left;
}

.genesis-nav-menu .mobile-show.menu-item  {
	display: none;
}

.genesis-nav-menu li a,
.genesis-nav-menu li a:visited {
	border-bottom: 3px solid transparent;
	color: #000;
	display: block;
	margin: 8px;
	padding: 10px 14px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	border-bottom: 3px solid #0076be;
}

.genesis-nav-menu .sub-menu {
	display: inline-block;
	width: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	padding: 20px;
	position: relative;
	width: 250px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0 0 0 20px;
}

.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;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 30px 0 10px;
	width: 100%;
}

.genesis-nav-menu > .search .search-form {
	margin: 0 auto;
	max-width: 600px;
}

.genesis-nav-menu > .search input[type="search"] {
	border: 1px solid #0076be;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .nav-header ul.genesis-nav-menu {
	float: left;
	margin-right: 16px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .header-widget-area .widget_nav_menu {
	float: left;
}

.site-header .header-widget-area .widget_search {
	overflow: hidden;
}

.site-header .search-form {
	width: auto;
}

.site-header .search-form input[type="search"] {
	padding: 10px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 4px solid #0076be;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
	display: none;
	overflow: hidden;
	padding: 15px 0 30px;
	position: relative;
	width: 100%;
	z-index: 999;
}

.nav-primary .genesis-nav-menu .menu-item {
	position: relative;
	vertical-align: top;
}

.nav-primary .genesis-nav-menu li a {
	border: none;
	margin: 0;
	padding: 5px 22px 10px;
}

.nav-primary .genesis-nav-menu li a,
.nav-primary .genesis-nav-menu li a:visited {
	color: #000;
}

.nav-primary .genesis-nav-menu li a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	border-bottom: none;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu > li > a {
	font-size: 18px;
	font-weight: 400;
	padding-top: 18px;
}

.nav-primary .genesis-nav-menu .sub-menu li a {
	font-weight: 300;
}

.nav-primary .genesis-nav-menu li.menu-item-1586 a {
	background-color: #0076be;
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #fff;
	font-weight: 400;
	margin: 10px 0;
	padding: 6px 20px;
	width: auto;
}

.nav-primary .genesis-nav-menu li.menu-item-1586 a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

/* Menu FontAwesome icons */
.nav-primary .genesis-nav-menu li.menu-item > a:before,
.nav-primary .genesis-nav-menu li.menu-item > a:after,
.genesis-nav-menu li.menu-item-856 a:after {
	color: #0076be;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 1;
	position: absolute;
}

.nav-primary .genesis-nav-menu li.menu-item > a:before {
	left: -5px;
	margin-right: 5px;
}

.nav-primary .genesis-nav-menu li.menu-item-232 > a:before {
	content: '\f015'/* Home */;
}

.nav-primary .genesis-nav-menu li.menu-item-178 > a:before {
	content: '\f19d'/* Graduation cap */;
	left: -13px;
}

.nav-primary .genesis-nav-menu li.menu-item-1264 > a:before {
	content: '\f059'/* Question mark - circle */;
}

.nav-primary .genesis-nav-menu li.menu-item-183 > a:before {
	content: '\f058'/* Check - circle */;
}

.nav-primary .genesis-nav-menu li.menu-item-1768 > a:before {
	content: '\f082'/* Facebook */;
}

.nav-primary .genesis-nav-menu li.menu-item-1769 > a:before {
	content: '\f167'/* YouTube */;
}

.nav-primary .genesis-nav-menu li.menu-item > a:hover:before {
	text-decoration: none !important;
}

.nav-primary .genesis-nav-menu li.menu-item-878 a:after,
.nav-primary .genesis-nav-menu li.menu-item-1319 a:after {
	color: #000;
	content: '\f08e'/* External Link */;
	font-size: 16px;
	left: 88%;
	line-height: 1.2;
}

.nav-primary .genesis-nav-menu li.menu-item-878 a:after {
	color: #fff; /* #000 */
}

.nav-primary .genesis-nav-menu li.menu-item-1319 a:after {
	left: 35%;
}


.genesis-nav-menu li.menu-item-878,
.genesis-nav-menu li.menu-item-9087 {
	text-align: center;
}

.genesis-nav-menu li.menu-item-878 a,
.genesis-nav-menu li.menu-item-9087 a {
	padding: 10px;
}

/* Search/Register for Classes */
.genesis-nav-menu li.menu-item-856 a,
.genesis-nav-menu li.menu-item-856 a:visited,
.genesis-nav-menu li.menu-item-878 a,
.genesis-nav-menu li.menu-item-878 a:visited {
	background-color: #0076be;
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #fff;
}

.genesis-nav-menu li.menu-item-878 a,
.genesis-nav-menu li.menu-item-878 a:visited {
	margin: 15px;
}

/* Search/Register for Classes */
.genesis-nav-menu li.menu-item-856 a:hover,
.genesis-nav-menu li.menu-item-856.current-menu-item > a,
.genesis-nav-menu li.menu-item-856.current-menu-item > a:visited,
.genesis-nav-menu li.menu-item-878 a:hover,
.genesis-nav-menu li.menu-item-878.current-menu-item > a,
.genesis-nav-menu li.menu-item-878.current-menu-item > a:visited {
	background-color: #fff;
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #000;
	text-decoration: none;
}

/* Donate */
.genesis-nav-menu li.menu-item-794 a,
.genesis-nav-menu li.menu-item-794 a:visited,
.genesis-nav-menu li.menu-item-9087 a,
.genesis-nav-menu li.menu-item-9087 a:visited {
	background-color: #6eb43f;
	border: 3px solid #6eb43f;
	border-radius: 3px;
	color: #fff;
}

.genesis-nav-menu li.menu-item-9087 a,
.genesis-nav-menu li.menu-item-9087 a:visited {
	margin: 15px;
}

/* Donate */
.genesis-nav-menu li.menu-item-794 a:hover,
.genesis-nav-menu li.menu-item-794.current-menu-item > a,
.genesis-nav-menu li.menu-item-794.current-menu-item > a:visited,
.genesis-nav-menu li.menu-item-9087 a:hover,
.genesis-nav-menu li.menu-item-9087.current-menu-item > a,
.genesis-nav-menu li.menu-item-9087.current-menu-item > a:visited {
	background-color: #fff;
	border: 3px solid #6eb43f;
	border-radius: 3px;
	color: #000;
	text-decoration: none;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin: 19px 0 0;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-featured {
	background-color: #5e7595;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.home-featured .backstretch {
	background-color: #d6ccb2;
}

.home-featured .widget {
	margin-bottom: 20px;
}

.home-widgets {
	background-color: #fff;
}

.home-widgets .widget,
.vc-page-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets-4 .widget h2,
.vc-page-widgets .widget h2 {
	text-align: left;
}

.home-widgets .widget:first-child {
	padding-top: 140px;
}

.home-widgets .widget:last-child {
	padding-bottom: 140px;
}

.home-widgets .home-widgets-3 .widget:first-child {
	padding-top: 69px;
}

.home-widgets .home-widgets-3 .widget h2 {
	font-size: 48px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.home-widgets .home-widgets-3 .widget p {
	margin-bottom: 0;
}

.home-widgets .home-widgets-4 .widget:first-child {
	padding-top: 74px;
}

.home-widgets .home-widgets-4 .widget:last-child {
	padding-bottom: 99px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

.home-widgets-4 .featured-content .entry-content p,
.home-widgets-4 .featuredpost p,
.vc-page-widgets .featuredpost p {
	clear: both;
	text-align: left;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
	color: #fff;
}

.centric-pro-home .color-section a:hover {
	color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
	color: #959595;
}

.home-featured .wrap {
	display: table;
	height: 85%;
	margin-top: -50px;
	max-width: 960px;
	text-align: center;
}

.home-featured .home-widgets-1 {
	display: inline-block; /* uncomment AFTER Humanae Vitae day */
	display: table-cell; /* uncomment AFTER Humanae Vitae day */
	/* display: none; */ /* uncomment FOR Humanae Vitae day */
	vertical-align: bottom;
	width: 100%;
	padding: 50px 0 30px;
	font-size: 20px;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.home-featured .home-widgets-1 h2 {
	font-size: 48px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}

.arrow a {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	border-top: 100px solid transparent;
	margin: 0 auto;
	max-width: 1280px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden; /* BHWW */
	position: relative;
}

.home-widgets .home-widgets-2 .widget,
.home-widgets .home-widgets-2 .widget:first-child,
.home-widgets .home-widgets-2 .widget:last-child,
.inner-page-option-link,
.icon-container {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	clear: none;
	float: left;
	margin: 0 0 100px 2.5555%;
	padding: 0 0 15px;
	text-align: center;
	width: 30%;
}

.home-widgets .home-widgets-2 #custom_post_widget-15.widget {
	border: 3px solid #d9531e;
	/* border-radius: 0; */
	box-shadow: none;
	clear: none;
	float: none;
	margin: 0 auto 100px;
	padding: 30px 30px 0;
	text-align: left;
	width: 90%;
}

.inner-page-option-link,
.icon-container {
	margin: 0 0 60px 2.5555%;
	overflow: hidden;
	padding: 40px 40px 15px;
}

.icon-container.donate-online,
.icon-container.single {
	float: none;
	margin: 0 auto 60px;
	max-width: 380px;
	width: 100%;
}

.icon-container.single.left {
	float: right;
}

.icon-container.single.right {
	float: left;
}

.home-widgets .home-widgets-2 .widget:hover,
.inner-page-option-link:hover,
.icon-container:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.home-widgets-2 .widget img,
.inner-page-option-link img,
.icon-container img {
	width: 100%;
}

.entry-content .icon-container img {
	box-shadow: none;
}

.home-widgets-2 .widget h2,
.inner-page-option-link h2,
.icon-container h2 {
	font-size: 34px;
	font-weight: 300;
	margin: 0 auto 15px;
	max-width: 90%;
}

.home-widgets-2 .widget a.button,
.inner-page-option-link a.button,
.icon-container a.button {
	background-color: #6eb43f;
	border: 3px solid #6eb43f;
	margin: 40px 0;
}

.home-widgets-2 .widget a.button:hover,
.inner-page-option-link a.button:hover,
.icon-container a.button:hover {
	background-color: #fff;
	border: 3px solid #6eb43f;
	color: #000;
}

.home-widgets .dark-section {
	background-color: #2e2f33;
	color: #fff;
}

.home-widgets-5 {
	background: #f5f5f5;
}

.home-widgets-6 {
	background: #0076be;
}

.home-widgets .widget.featuredpage {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry,
.vc-page-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3),
.vc-page-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1),
.vc-page-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-widgets #custom_post_widget-6 p {
	font-size: 48px;
	line-height: 1.4;
}

.home-widgets #custom_post_widget-6 ul {
	text-align: left;
}

.home-widgets #custom_post_widget-6 li {
	font-size: 24px;
	list-style-type: inherit;
	margin-left: 34px;
}

.home-widgets #custom_post_widget-7 p {
	font-size: 30px;
	line-height: 1.4;
	text-align: left;
}

.home-widgets #custom_post_widget-7 a.button,
.home-widgets #custom_post_widget-7 a.button:visited {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	margin: 60px 0 0;
}

.home-widgets #custom_post_widget-7 a.button:hover {
	background: #fff;
	color: #2e2f33;
}

.home-widgets .home-widgets-5 p {
	font-size: 30px;
	line-height: 1.4;
}

.home .site-inner main.content {
	max-width: 1280px;
}

.home h4.partners-sponsors {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 40px;
	text-align: center;
}

.home p.partners-sponsors {
	font-size: 30px;
	line-height: 1.4;
	margin: 0 0 45px;
	text-align: center;
}

.home .home-page-partner-logos {
	margin: 20px auto 0;
	overflow: hidden;
	padding: 140px 0 100px;
}

.home .home-page-partner-logos .partner-logo-container {
	float: left;
	margin-bottom: 40px;
	padding: 0 15px;
	text-align: center;
}

.home .home-page-partner-logos .partner-logo-container.odd {
	width: 33%;
}

.home .home-page-partner-logos .partner-logo-container.even {
	width: 50%;
}

.home .home-page-partner-logos .partner-logo-container img {
	display: inline-block;
	max-height: 115px;
	width: auto;
}

/* Class Comparison Chart (Pricing Table)
--------------------------------------------- */

.pricing-table {
	color: #2e2f33;
	text-align: center;
}

.pricing-table .one-third {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	clear: none;
	float: left;
	margin: 0 0 100px 2.5555%;
	padding: 40px;
	text-align: center;
	width: 30%;
}

.pricing-table .one-third:hover {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.pricing-table .price-heading {
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: -40px -40px 30px;
	padding: 40px;
}

.pricing-table .one-third.blue .price-heading,
.pricing-table .one-third.blue a.button,
.pricing-table .one-third.blue a.button:visited {
	background-color: #0076be;
	color: #fff;
}

.pricing-table .one-third.blue a.button,
.pricing-table .one-third.blue a.button:visited {
	border: 3px solid #0076be;
}

.pricing-table .one-third.blue a.button:hover {
	background-color: #fff;
	border: 3px solid #0076be;
	color: #000;
}

.pricing-table .one-third.green .price-heading,
.pricing-table .one-third.green a.button,
.pricing-table .one-third.green a.button:visited {
	background-color: #6eb43f;
	color: #fff;
}

.pricing-table .one-third.green a.button,
.pricing-table .one-third.green a.button:visited {
	border: 3px solid #6eb43f;
}

.pricing-table .one-third.green a.button:hover {
	background-color: #fff;
	border: 3px solid #6eb43f;
	color: #000;
}

.pricing-table .one-third.gray .price-heading,
.pricing-table .one-third.gray a.button,
.pricing-table .one-third.gray a.button:visited {
	background-color: #ccc;
	color: #000;
}

.pricing-table .one-third.gray a.button,
.pricing-table .one-third.gray a.button:visited {
	border: 3px solid #ccc;
}

.pricing-table .one-third.gray a.button:hover {
	background-color: #fff;
	border: 3px solid #ccc;
	color: #000;
}

.pricing-table .price-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	min-height: 84px; /* Possibly remove this after the self-paced class is available */
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 60px;
	font-weight: 300;
	line-height: 0.8;
}

.pricing-table .sup {
	font-size: 24px;
	font-weight: 400;
	vertical-align: top;
}

.pricing-table .sub {
	font-weight: 400;
	letter-spacing: 2px;
	vertical-align: bottom;
}

.pricing-table h3 {
	font-weight: 400;
	margin: 0 -40px 25px;
}

.pricing-table h3.color {
	margin-bottom: 30px;
	padding: 20px;
}

.pricing-table .blue h3.color {
	background-color: #0076be;
	color: #fff;
}

.pricing-table .green h3.color {
	background-color: #6eb43f;
	color: #fff;
}

.pricing-table .gray h3.color {
	background-color: #ccc;
}

.entry-content .pricing-table ul {
	text-align: left;
	margin-bottom: 20px;
	margin-left: 0;
}

.entry-content .pricing-table ul > li > ul {
	margin-bottom: 0;
	margin-left: 30px;
}

.entry-content .pricing-table ul > li {
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.entry-content .pricing-table ul > li:last-child {
	border-bottom: none;
}

.entry-content .pricing-table ul > li > ul > li {
	border-bottom: none;
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pricing-table .what-is-it-container,
.pricing-table .what-is-included-container,
.pricing-table .who-is-it-for-container,
.pricing-table .how-questions-answered-container {
	overflow: hidden;
}

.pricing-table .what-is-included-container {  /* BHWW - added for chart changes */
	min-height: 520px;
}

.pricing-table .who-is-it-for-container {
	min-height: 437px;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.single .entry {
	margin-bottom: 0;
}

.post,
.ccl_vc_post {
	border-bottom: 1px solid #e5e5e5;
}

.single .post,
.single .ccl_vc_post {
	border-bottom: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ol > li > ol  li {
	list-style-type: lower-alpha;
}

.entry-content ol > li > ol > li > ol li {
	list-style-type: lower-roman;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

.entry-content img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.entry-content a img:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.entry-content img.no-shadow {
	box-shadow: none;
}

.entry-content .video-container-800 {
	margin: 20px auto;	
	max-width: 800px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
	line-height: 1.25;
}

.entry-tags,
.entry-terms:last-of-type {
	margin-top: 5px;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
	/* padding: 0 0 80px; */
	border: 1px solid #ddd;
	margin: 50px 0 80px;
	padding: 30px 40px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Volunteer Connections after entry menu */
.page-id-1545 .after-entry,
.parent-pageid-1545 .after-entry,
.single-ccl_video .after-entry,
.single-ccl_vc_post .after-entry {
	border-bottom: none;
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0 30px;
	text-align: center;
	width: 1280px;
}

.after-entry ul.menu {
	display: inline-block;
}

.after-entry ul.menu > li {
	float: left;
	margin: 0 30px;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ccc;
	border: 3px solid #ccc;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover {
	background-color: #fff;
	color: #000;
}

.archive-pagination .active a {
	background-color: #0076be;
	border: 3px solid #0076be;
	color: #fff;
}


/* Previous and Next post links on single posts
------------------------------------------------------------ */

#prev-next {
	float: left;
	margin: 30px 0 40px;
	width: 100%;
}

#prev-next .prev-link {
	float: left;
	width: 50%;
	text-align: left;
}

#prev-next .prev-link a {
	float: left;
	text-align: left;
}

#prev-next .next-link {
	float: right;
	width: 50%;
	text-align: right;
}

#prev-next .next-link a {
	float: right;
	text-align: right;
}

#prev-next a:hover { 
	text-decoration: underline; 
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #0076be;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.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;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-left: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding: 47px 0 80px;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar li.menu-item {
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 0 0 40px/* 0 40px */;
}

.sidebar h4.widget-title {
	background-color: #0076be;
	color: #fff;
	font-weight: 400;
	padding: 10px 18px;
}

.sidebar .screen-reader-text {
	display: none;
}

.sidebar img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.sidebar a img:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.sidebar img.no-shadow {
	box-shadow: none;
}

.sidebar .widget.widget_nav_menu li {
	line-height: 1.4;
	margin: 0 0 5px 30px;
}

.sidebar .widget.widget_nav_menu li.menu-item-1275 {
	margin-left: 0;
}

.sidebar .widget.widget_nav_menu li > ul {
	margin-top: 15px;
}

.sidebar .widget.widget_nav_menu li.current-menu-item > a {
	color: #2e2f33;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f5f5f5;
	clear: both;
	padding: 100px 0 40px;
}

.footer-widgets {
	color: #333;
}

.footer-widgets a,
.footer-widgets a:visited {
	color: #0076be;
	font-weight: 400;
}

.footer-widgets a:hover {
	color: #333;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 260px;
}

.footer-widgets-2 {
	width: 260px;
}

.footer-widgets-3 {
	width: 540px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-2 #custom_post_widget-9 p {
	margin-top: 41px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 40px 0;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer a:visited {
	color: #959595;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a span.font-awesome:before {
	color: #0076be;
	font-family: FontAwesome;
	margin: 0 5px 0 15px;
}

.site-footer a span.font-awesome.fb:before {
	content: '\f082'; /* Facebook */
	margin-left: 0;
}

.site-footer a span.font-awesome.pt:before {
	content: '\f0d2'; /* Pinterest */
}

.site-footer a span.font-awesome.rss:before {
	content: '\f09e'; /* RSS Feed */
}

.site-footer a span.font-awesome.tw:before {
	content: '\f099'; /* Twitter */
}

.site-footer a span.font-awesome.yt:before {
	content: '\f167'; /* YouTube */
}

.site-footer a span.font-awesome:hover:before {
	color: #333;
}


/* Specific Pages
--------------------------------------------- */

/* Become a teaching couple */
.page-id-127 .soliloquy-outer-container {
	margin-top: 10px;
}

.page-id-127 .soliloquy-container .soliloquy-caption {
	position: static;
}

.page-id-127 #soliloquy-container-1179.soliloquy-container.soliloquy-transition-fade.soliloquy-fade.soliloquy-controls-active.soliloquy-theme-metro.soliloquy-fc-slider {
	max-height: none !important;
}

.page-id-127 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
.page-id-127 .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
	background: none;
	color: #2e2f33;
	font-size: 18px;
	text-align: left;
}

.page-id-127 .soliloquy-container.soliloquy-theme-metro .soliloquy-caption-inside .soliloquy-fc-content {
	color: #2e2f33;
	font-size: 24px;
	text-align: left;
}

.page-id-127 .soliloquy-container,
.page-id-127 .soliloquy-container * {
	line-height: 1.625;
}

.page-id-127 .soliloquy-controls.soliloquy-has-pager {
	display: inline-block;
}

.page-id-127 .soliloquy-container.soliloquy-theme-metro .soliloquy-pager {
	height: 24px;
}

.page-id-127 .soliloquy-container.soliloquy-theme-metro .soliloquy-pager-link {
	height: 15px;
	width: 15px;
}

.page-id-127 blockquote:before {
	content: "";
}

.page-id-127 ul.checkmarks li {
	list-style-type: none;
}

.page-id-127 ul.checkmarks li:before {
	color: #0076be;
	content: '\f046'; /* check-square-o */
	font-family: FontAwesome;
	font-size: 18px;
	margin-left: -30px;
	padding: 10px;
}

/* Become a promoter */
.page-id-128 ul.checkmarks li {
	list-style-type: none;
}

.page-id-128 ul.checkmarks li:before {
	color: #0076be;
	content: '\f046'; /* check-square-o */
	font-family: FontAwesome;
	font-size: 18px;
	margin-left: -30px;
	padding: 10px;
}

/* Benefits pages */
.benefits-five-images .first {
	margin-left: 8.6%;
}

.benefits-four-images .first {
	margin-left: 17.1%;
}

.benefits-three-images .first {
	margin-left: 25.7%;
}

.benefits img.aligncenter {
	margin: 20px auto 40px;
}

.benefits figure.aligncenter img { /* with caption */
	margin-top: 20px;
}

.single-ccl_nfp_benefit img {
	box-shadow: none;
}

.single-ccl_nfp_benefit blockquote {
	font-size: 24px;
	margin: 20px 30px 40px;
}

.single-ccl_nfp_benefit blockquote:before {
	content: "";
}

.single-ccl_nfp_benefit .left-side-border {
	padding-left: 15px;
}

.single-ccl_nfp_benefit p.benefit-main-link {
	text-align: center;
}

.postid-1386 .left-side-border { /* Natural */
	border-left: 5px solid #ffd700;
}

.postid-1388 .left-side-border { /* Pure */
	border-left: 5px solid #b3d1eb;
}

.postid-1390 .left-side-border { /* Cycles */
	border-left: 5px solid #f47526;
}

.postid-1390 .text-box {
	background-color: #f47526; 
	border: none;
	border-radius: 5px;
	color: #fff;
}

.postid-1392 .left-side-border { /* Chemicals */
	border-left: 5px solid #336193;
}

.postid-1394 .left-side-border { /* Risky */
	border-left: 5px solid #fc6c6a;
}

.postid-1396 .left-side-border { /* Endorsed */
	border-left: 5px solid #fd8229;
}

.postid-1399 .left-side-border { /* Reliable */
	border-left: 5px solid #68a2d6;
}

.postid-1401 .left-side-border { /* Baby */
	border-left: 5px solid #d9f2f8;
}

.postid-1403 .left-side-border { /* Sexy */
	border-left: 5px solid #da4785;
}

.postid-1405 .left-side-border { /* One */
	border-left: 5px solid #a43d7c;
}

.postid-1407 .left-side-border { /* Prayer */
	border-left: 5px solid #c25049;
}

.postid-1409 .left-side-border { /* Apart */
	border-left: 5px solid #ee681f;
}

/* Search results */
.search .entry-title {
	font-size: 30px;
}

.search .entry-content img {
	box-shadow: none;
}

/* Site Map, 404 */
.error404 .menu ul > li,
.site-map .menu ul > li {
	list-style-type: none;
}

.error404 .menu ul > li a,
.site-map .menu ul > li a {
	font-weight: 300;
}

.error404 .menu > ul,
.site-map .menu > ul {
	margin-left: 0;
}

.error404 .menu > ul > li > a,
.site-map .menu > ul > li > a {
	color: #2e2f33;
	font-weight: 400;
	line-height: 2;
}

.error404 .menu > ul > li > a:hover,
.site-map .menu > ul > li > a:hover {
	color: #0076be;
}
.error404 .menu > ul > li > ul.children > li > a,
.site-map .menu > ul > li > ul.children > li > a {
	font-weight: 400;
}

/* Blog, blog posts */
.page-id-725 .content > h1.entry-title,
.page-id-7926 .content > h1.entry-title {
	display: none;
}

.blog .content {
	float: none;
	margin: 0 auto;
	max-width: 880px;
}

/* Donate pages */
.page-id-1525 .entry-content {
	margin: -40px 0 0 -7px; /* need this for the BlueFire iframe */
}

.check-money-order-container {
	margin: 0 auto;
	max-width: 800px;
}

.charitable-rating-links {
	text-align: center;
}

.charitable-rating-links img {
	margin: 0 20px 24px;
}

/* Real Stories */
.page.real-story .one-third {
	width: 28%;
	margin-left: 8%;
}

.page.real-story .one-third.first {
	margin-left: 0;
}

.single.real-story h2 {
	margin-bottom: 35px;
}

.single.real-story .content {
	float: none;
	margin: 0 auto;
	max-width: 880px;
}

.single.real-story .entry-content p img {
	margin-bottom: 50px;
}

.real-story blockquote {
	font-size: 24px;
	margin: 20px 40px 40px;
}

.real-story .real-story-pull-quote.larger-font blockquote {
	font-size: 30px;
	margin: 40px;
}

.real-story blockquote:before {
	content: "";
}

.real-story .him,
.real-story .her {
	margin-bottom: 50px;
	overflow: hidden;
	padding-left: 15px;
}

.real-story .him {
	border-left: 5px solid #0072c7;
}

.real-story .her {
	border-left: 5px solid #6eb43f;
}

.real-story .him p:last-child,
.real-story .her p:last-child {
	margin-bottom: 0;
}

/* Sign-ups / Connect with us - FontAwesome */
.page-id-3351 a span.signups-link:before {
	color: #0076be;
	font-family: FontAwesome;
	font-size: 22px;
	margin-right: 10px;
}

.page-id-3351 a span.signups-link:hover:before {
	color: #333;
}

.page-id-3351 a span.fb-signups-link.signups-link:before {
	content: '\f082'; /* Facebook */
}

.page-id-3351 a span.pt-signups-link.signups-link:before {
	content: '\f0d2'; /* Pinterest */
}

.page-id-3351 a span.tw-signups-link.signups-link:before {
	content: '\f099'; /* Twitter */
}

.page-id-3351 a span.yt-signups-link.signups-link:before {
	content: '\f167'; /* YouTube */
}

.page-id-3351 a span.rss-signups-link.signups-link:before {
	content: '\f09e'; /* RSS Feed */
}

.page-id-3351 .widget_wysija_cont.shortcode_wysija {
	margin-bottom: 30px;
}

/* Timeline Events - Our Story */
.page-id-138 .content {
	padding: 40px 0 0;
}

.entry.timeline-event {
	border: none;
	clear: both;
	margin: 0;
	padding: 0 40px;
}

.timeline-event .entry-header {
	text-align: center;
}

.timeline-event h2.entry-title {
	color: #fff;
	margin: 0;
}

.timeline-event ul li {
	font-size: 24px;
}

.timeline-event-title {
	background-color: #0076be;
	border: 3px solid #0076be;
	border-radius: 120px;
	display: inline-block;
	height: 120px;
	padding-top: 38px;
	width: 120px;
}

.timeline-event .entry-content {
	border-left: 3px solid #6eb43f;
	float: right;
	padding-top: 30px;
	width: 50%;
}

.timeline-event.left .entry-content {
	border-left: none;
	border-right: 3px solid #6eb43f;
	float: left;
	width: 50%;
}

.timeline-event-inner {
	border-top: 3px solid #6eb43f;
	padding: 20px;
}

/* Staff */
.page.staff .one-third {
	width: 28%;
	margin-left: 8%;
}

.page.staff .one-third.first {
	margin-left: 0;
}

.page.staff h3 {
	font-weight: 300;
}

/* Your Love Story book pages */
.page-id-6439 h1 {
	color: #0081ba;
	font-size: 50px;
}

.page-id-6439 blockquote {
	border-bottom: 2px solid #0081ba;
	border-top: 2px solid #0081ba;
	font-size: 24px;
	font-weight: 400;
	margin: 100px 0;
	padding: 40px 20px 20px;
}

.page-id-6439 h2 {
	border-bottom: 2px solid #6eb43f;
	margin: 35px 0 20px;
}


/* Video pages - list and single */
.video-description {
	margin-top: -10px;
}
.single-ccl_video .video-description {
	margin: -25px 0 35px;
}

.single-ccl_video .video-description p {
	font-size: 24px;
}


/* Icons
--------------------------------------------- */

.icon-font-container {
	margin: 38px 0 60px;
	text-align: center;
}

.icon-font-container h2 {
	font-size: 36px;
}

.icon-fa:before {
	background-color: #0076be;
	border-radius: 50%;
	color: #fff;
	font-family: FontAwesome;
	font-size: 80px;
	padding: 30px;
}

/* Volunteer */
.volunteer-teach-icon:before {
	content: '\f19c'/* Institution */;
	padding: 40px 30px 40px 40px;
}

.volunteer-promote-icon:before {
	content: '\f0a1'/* Bullhorn */;
}

/* Learn more about CCL */
.learn-more-mission-vision-icon:before {
	content: '\f21e'/* Heartbeat */;
}

.learn-more-our-story-icon:before {
	content: '\f086'/* Comments */;
}

.learn-more-board-directors-icon:before {
	content: '\f201'/* Line Chart */;
	padding: 30px 25px;
}

.learn-more-our-staff-icon:before {
	content: '\f0c0'/* Users */;
}

.pricing-table .price-reduced:before {
	background: none;
	border: none;
	box-shadow: none;
	color: red;
	content: '\f00d'/* times */;
	font-size: 72px;
	line-height: .5;
	margin-right: -83px;
	padding: 0 0 0 24px;
}

/* Landing pages */

.centric-pro-landing .landing-page-logo-container {
	margin-bottom: 30px;
	text-align: center;
}

.centric-pro-landing .entry-title {
	text-align: center;
}

.centric-pro-landing .content {
	padding: 0;
}

.centric-pro-landing .icon-container {
	margin: 0 0 60px 5%;
}

.centric-pro-landing .icon-container.first-container {
	margin-left: 0;
}

.centric-pro-landing .icon-container .one-fourth img {
	margin: 0;
	width: auto;
}

.centric-pro-landing .icon-container a.button {
	font-size: 14px;
	margin: 0;
}

.centric-pro-landing a.button {
	background-color: #6eb43f;
	border: 3px solid #6eb43f;
}

.centric-pro-landing a.button:hover {
	background-color: #fff;
	border: 3px solid #6eb43f;
}


/* BHWW Boilerplate CSS
------------------------------------------------------------ */

.clear {
	clear: both;
	overflow: hidden;
}

.clear-line-extra {
	border-bottom: 1px dotted #ddd;
	clear: both;
	overflow: hidden;
	padding: 25px 0 0;
}

.clear-extra {
	clear: both;
	margin: 0 0 35px;
	overflow: hidden;
}

.clear-extra-anchor {
	clear: both;
	margin: 0 0 35px;
	overflow: hidden;
}

h2.anchor:before {
	content: "";
	display: block;
	height: 75px;
	margin: -75px 0 0;
	visibility: hidden;
}

.box-notice {
	background-color: #efefef; 
	border: 1px solid #ddd; 
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 20px 0;
}

.box-notice-button {
	background-color: #fff; 
	border: 3px solid #0076be;
	border-radius: 3px;
	color: #000;
	cursor: inherit;
	letter-spacing: normal;
	margin: 0 0 25px;
	padding: 14px 24px;
}

.text-box { /* used in several posts */
	background-color: #efefef; 
	border: 1px solid #ddd; 
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 20px 0;
}


/* TablePress
------------------------------------------------------------ */

/* Enables horizontal scrolling on small devices */
.table-container  {
	overflow-x: auto;
}

table.tablepress {
	margin: 20px 0 40px;
	border: 1px solid #ddd;
}

.tablepress th {
	font-weight: 400;
}

.tablepress th,
.tablepress td {
	padding: 10px 20px;
}

.tablepress th,
.tablepress td {
	border: 1px solid #ddd;
}

/* Volunteer Connections page staff contact table */
.page-id-1545 .table-container  {
	margin: 0 auto;
	max-width: 960px;
}

.page-id-1545 .tablepress .column-1  {
	font-weight: 400;
	min-width: 180px;
}

.page-id-1545 .tablepress .column-3  {
	min-width: 130px;
}


/* Theme My Login
------------------------------------------------------------ */

#your-profile .form-table tbody {
	border-bottom: none;
}

#your-profile .form-table td {
	border-top: none;
	font-size: 16px;
}

#your-profile .form-table input {
	line-height: 1.5;
	margin: inherit;
	padding: 10px;
}

#theme-my-login.login {
	margin: 0 auto;
	max-width: 600px;
}


/* WooCommerce
---------------------------------------------------------------------------------------------------- */

/* WooCommerce buttons
--------------------------------------------- */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
div.gform_wrapper #gform_4 .gform_button {
	background: none;
	background-color: #6fb441;
    border: 3px solid #6fb441;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
    left: auto;
    line-height: 1;
    margin: 0 0 10px;
    overflow: visible;
    padding: 14px 18px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.woocommerce input.submit.buy.button {
	margin: 40px 0 20px 4px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover {
	background: none;
	background-color: #fff;
	color: #000;
}

.woocommerce .woocommerce-product-search input[type="submit"] {
	display: none;
}

.woocommerce .woocommerce-message a.button {
	margin: 0 0 0 20px;
}

/* Don't show the "Add to cart" button on archive pages or for related products */
.archive.woocommerce ul.products li.product .button,
.single.woocommerce .related.products ul.products li.product .button {
	display: none;
}


/* WooCommerce images
--------------------------------------------- */

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images .woocommerce-main-image img {
	box-shadow: none;
}

.woocommerce ul.products li.product a img:hover,
.woocommerce div.product div.images .woocommerce-main-image img:hover {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce table.cart img {
	box-shadow: none;
	width: 96px;
}

/* WooCommerce messages
--------------------------------------------- */

.woocommerce div.woocommerce-message,
.woocommerce div.woocommerce-info {
	border-top: 3px solid #0076be;
}

.woocommerce div.woocommerce-message:before,
.woocommerce div.woocommerce-info:before {
	color: #0076be;
}

/* WooCommerce layout
--------------------------------------------- */

.woocommerce ul.products li.product {
	width: 30.35%;
	text-align: center;
}

.woocommerce .sidebar {
	padding: 39px 0 80px;
}

/* WooCommmerce product tabs
--------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}

.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product {
	width: 30.35%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	background: #f2f4f4;
	border-radius: 0;
	box-shadow: none;
	height: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	margin: 1px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	min-height: 300px;
}


/* WooCommerce Products
--------------------------------------------- */

.woocommerce ul.products li.product h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
}

.woocommerce ul.products li.product a h3 {
	color: #2e2f33;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: inherit;
	font-size: 24px;
}

.woocommerce ul.products li.product .price {
	color: inherit;
}

.woocommerce .product-category mark {
	display: none;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
	font-weight: 600;
}

.woocommerce table.variations td,
.woocommerce table.variations tbody {
	border: none;
}

.woocommerce div.product .quantity .qty {
	padding: 11px;
}

.woocommerce div.product div.woocommerce-tabs {
	display: inline-block;
	margin-top: 30px;
}

/* Product Add-Ons */
.woocommerce div.product div.product-addon h3 {
	display: none;
}

.woocommerce div.product div.product-addon {
	margin: 10px 0 0;
}

.woocommerce div.product div.product-addon-gift-recipients-information,
.postid-2791.woocommerce div.product div.product-addon {
	margin-bottom: 45px;
}

.woocommerce div.product form div.product-addon label {
	line-height: 1.2;
}

.woocommerce div.product form div.product-addon p.form-row {
	margin: 0;
	padding: 0;
}

.postid-2791.woocommerce div.product form div.product-addon p.form-row input {
	margin-top: 10px;
	min-width: 100px;
	width: 100px;
}


/* WooCommerce Cart
--------------------------------------------- */

.woocommerce .sidebar ul.cart_list li {
	border-bottom: none;
	padding-bottom: 10px;
}

.woocommerce table.cart td.actions .input-text {
	width: 150px;
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce input[name="coupon_code"] {
	box-shadow: none;
	padding: 15px 15px;
}

.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce input:focus[name="coupon_code"] {
	border: 1px solid #999;
}

.woocommerce .cart-collaterals .cart_totals {
	text-align: left;
}

.woocommerce .cart-collaterals h2, 
.woocommerce .cart-collaterals h2 a {
	font-family: 'Lato', Arial, sans-serif;
}

.woocommerce .cart-collaterals h2 a,
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-size: 16px;
}

.woocommerce .order-total .amount {
	font-size: 20px;
}

.woocommerce .cart .coupon input.button,
.woocommerce .cart input.button[name="update_cart"] {
	background-color: #999;
	border: 3px solid #999;
}

.woocommerce .cart .coupon input.button:hover,
.woocommerce .cart input.button[name="update_cart"]:hover {
	background-color: #fff;
	border: 3px solid #999;
	color: #000;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce table.cart td.actions .coupon .input-text {
	margin: 10px; 
}


/* WooCommerce Checkout
--------------------------------------------- */

.woocommerce .checkout h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
}

.woocommerce #payment {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #payment ul.payment_methods {
	padding: 20px 20px 20px 35px;
}

.woocommerce #payment ul.payment_methods li {
	list-style-type: none;
}

.woocommerce .checkout .button.alt {
	margin: 0; 
}

.woocommerce-checkout .woocommerce form .form-row ,
.woocommerce-checkout .woocommerce form .form-row input.button {
	margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields div.woocommerce-info.create-new-account {
	margin: 40px 0 !important;
}

.woocommerce-checkout .woocommerce form #customer_details {
	margin-bottom: 60px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	line-height: 1.5;
	padding: 10px;
}

.woocommerce form .form-row.terms label.checkbox {
	display: inline-block;
	margin-top: 5px;
}

.woocommerce form .form-row.terms .input-checkbox {
	margin: -2px 20px 0 5px;
}


/* WooCommerce Order Confirmation page
--------------------------------------------- */

.woocommerce .order_details li {
	list-style-type: none;
}

.woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce h3 {
	font-family: 'Lato', Arial, sans-serif;
}

.woocommerce-checkout .woocommerce .order_details {
	margin-bottom: 40px;
}


/* WooCommerce My Account pages
--------------------------------------------- */

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
	font-family: 'Lato', Arial, sans-serif;
}

.woocommerce-account .chosen-container {
	font-size: 16px;
}

.woocommerce-account .chosen-container-single .chosen-single {
	height: auto;
	padding: 12px;
}

.woocommerce-account .chosen-container-single .chosen-single div {
	top: 30%;
}

.woocommerce-account div.woocommerce {
	margin-bottom: 40px;
}

.woocommerce-account div.addresses div.address {
	margin-bottom: 30px;
}

.woocommerce-account fieldset {
	margin: 0 2px 30px;
}


/* WooCommerce Menu Cart button
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li a.wpmenucart-contents {
	background: none;
}

.genesis-nav-menu li a:hover.wpmenucart-contents {
	background-color: rgba(255, 255, 255, 0.2);
}


/* WooCommerce - Hide the HTML5 number input stuff in forms
@link http://stackoverflow.com/a/22559163
--------------------------------------------- */

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* WooCommerce Demo Store notice bar
--------------------------------------------- */

.woocommerce-demo-store .site-header {
	top: 27px;
}

.woocommerce-demo-store .site-header.shrink {
	top: 0;
}

p.demo_store {
	background-color: #d9531e;
	box-shadow: none;
	font-size: 16px;
	padding: 0.1em 0 0.2em;
	position: absolute;
}

p.demo_store a.button{
	background-color: #fff;
	border: 1px solid #fff;
	color: #d9531e;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 16px;
	margin: 0 0 0 10px;
	padding: 1px 8px 0;
	text-transform: none;
}

p.demo_store a.button:focus,
p.demo_store a.button:hover {
	background-color: #d9531e;
	color: #fff;
}

/* added the following for Humanae Vitae giving day */
.home.woocommerce-demo-store .site-header,
.page-id-5362.woocommerce-demo-store .site-header {
	top: 0;
}

.home p.demo_store,
.page-id-1609 p.demo_store,
.page-id-5362 p.demo_store {
	display: none;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.content {
		width: 740px;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}
	
	.pricing-table .what-is-included-container {  /* BHWW - added for chart changes */
		min-height: 560px;
	}
	
	.pricing-table .who-is-it-for-container {
		min-height: 495px;
	}

}

@media only screen and (max-width: 1220px) {

	.bumper {
		min-height: 60px;
	}
	
	.site-header .widget-area {
		padding-top: 0;
	}
	
	.genesis-nav-menu li.right.search {
		width: 100%;
	}
	
	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 80px;
	}
	
	.home-widgets .home-widgets-3 .widget:first-child,
	.home-widgets .home-widgets-4 .widget:first-child {
		padding-top: 60px;
	}
	
	.home-widgets .widget:last-child,
	.home-widgets .home-widgets-4 .widget:last-child	{
		padding-bottom: 80px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}
	
	.home-widgets .widget-title,
	.home-widgets .home-widgets-3 .widget h2,
	.vc-page-widgets .widget-title {
		font-size: 36px;
	}
	
	.home-widgets-4 .widget h2,
	.vc-page-widgets .widget h2 {
		clear: both;
	}
	
	.home .home-page-partner-logos {
		padding: 60px 5% 20px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 50px;
		width: 260px;
	}
	
	.footer-widgets-3 {
		width: auto;
	}
	
	.pricing-table .what-is-it-container {
		min-height: 139px;
	}
	
	.pricing-table .what-is-included-container {
		min-height: 596px;
	}
	
	.pricing-table .who-is-it-for-container {
		min-height: 553px;
	}

}

@media only screen and (max-width: 1024px) {
	
	.site-header > .wrap,
	.site-header.shrink > .wrap {
		min-height: 58px;
		padding: 0 5%;
	}
	
	.site-header .title-area {
		width: 160px;
	}
	
	.site-header .widget-area {
		margin: 0;
	}
	
	.genesis-nav-menu li a,
	.genesis-nav-menu li a:visited {
		margin: 8px 5px;
		padding: 10px;
	}
	
	.nav-primary .one-fourth,
	.nav-primary .one-half {
		margin-left: 0;
		width: 48%;
	}
	
	.home-featured .home-widgets-1 h2 {
		font-size: 36px;
	}
	
	.home-widgets .home-widgets-3 .widget h2 {
		font-size: 32px;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}
	
	.home-widgets-2 .widget h2,
	.inner-page-option-link h2,
	.icon-container h2 {
		font-size: 24px;
	}
	
	.home-widgets-2 .widget a.button,
	.inner-page-option-link a.button,
	.icon-container a.button {
		font-size: 14px;
		margin: 20px 0;
	}
	
	.page-id-123 .icon-container a.button {
		font-size: 12px;
		padding: 10px 12px;
	}
	
	.home-widgets .widget-title,
	.home h4.partners-sponsors {
		font-size: 32px;
	}
	
	.home-widgets #custom_post_widget-6 p {
		font-size: 30px;
	}
	
	.home-widgets #custom_post_widget-6 li {
		font-size: 20px;
	}
	
	.home-widgets .home-widgets-5 p,
	.home p.partners-sponsors {
		font-size: 20px;
	}
	
	.home-widgets #custom_post_widget-7 a.button {
		margin: 80px 0 60px;
	}
	
	.footer-widgets {
		padding: 100px 0 0;
	}
	
	.icon-fa:before,
	.learn-more-board-directors-icon:before	{
		font-size: 40px;
		padding: 20px;
	}
	
	.icon-container h3 {
		font-size: 20px;
	}

}

@media only screen and (max-width: 1023px) {

	.content,
	.sidebar-primary {
		width: 100%;
	}
	
	.home-widgets .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

	.header-image .site-title > a {
		background-position: top !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	
	.page-title {
		padding: 0 40px 40px;
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.home-widgets #custom_post_widget-7 a.button {
		margin: 80px 0 60px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.footer-widgets {
		padding-top: 80px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 50px;
		width: 300px;
	}
	
	.footer-widgets-3 {
		width: 100%;
	}
	
	.real-story-container h2.real-story-title,
	.staff-container h2.staff-name {
		font-size: 24px;
	}
	
	.staff-container h3.staff-title {
		font-size: 20px;
	}
	
	.pricing-table .one-third {
		padding: 20px;
	}
	
	.pricing-table .price-heading {
		margin: -20px -20px 40px;
		padding: 20px;
	}
	
	.pricing-table .price-title {
		font-size: 18px;
	}
	
	.pricing-table .sub {
		font-size: 16px;
	}
	
	.pricing-table h3 {
		font-size: 20px;
		margin: 0 -20px 25px;
	}
	
	.pricing-table .how-questions-answered-container {
		min-height: 210px;
	}
	
	.inner-page-option-link,
	.icon-container {
		padding: 20px 20px 15px;
	}

}

@media only screen and (max-width: 915px) {
	
	.pricing-table .what-is-included-container {
		min-height: 713px;
	}
	
	.pricing-table .who-is-it-for-container {
		min-height: 675px;
	}
	.pricing-table .how-questions-answered-container {
		min-height: 265px;
	}
	
	.pricing-table a.button,
	.pricing-table .button {
		font-size: 14px;
		padding: 15px;
	}

}

@media only screen and (max-width: 801px) {

	.pricing-table .what-is-included-container {
		min-height: 770px;
	}
	
	.pricing-table .who-is-it-for-container {
		min-height: 679px;
	}
	
	.pricing-table .how-questions-answered-container {
		min-height: 266px;
	}

}

@media only screen and (max-width: 782px) {
	
	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}
	
	.site-header .widget-area {
		width: 100%;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
		left: 89%;
		margin: 0;
		position: absolute;
		top: 19px;
	}
	
	.genesis-nav-menu .mobile-show.menu-item  {
		display: inline-block;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.footer-widgets-1 {
		margin-bottom: 20px;
	}
	
	.footer-widgets-2 #custom_post_widget-9 p {
		margin-top: 0;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets-4 .featured-content .entry-content p,
	.home-widgets-4 .featuredpost p,
	.vc-page-widgets .featuredpost p {
		margin: 0;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.content {
		padding-top: 30px;
	}
	
	.woocommerce-demo-store .content {
		padding-top: 80px;
	}
	
	.centric-pro-home.woocommerce-demo-store .content {
		padding-top: 0;
	}
	
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 60px;
	}
	
	.home-widgets .home-widgets-3 .widget:first-child {
		padding-top: 44px;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	
	.home-widgets .home-widgets-4 .widget:first-child {
		padding-top: 54px;
	}
	
	.home-widgets .home-widgets-4 .widget:last-child {
		padding-bottom: 60px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 120px 0 60px;
	}
	
	.home-widgets .home-widgets-3 .widget h2 {
		font-size: 26px;
	}
	
	.home-widgets #custom_post_widget-7 a.button {
		margin: 20px 0 60px;
	}
	
	.real-story blockquote {
		font-size: 20px;
		margin: 20px 20px 40px;
	}
	
	.real-story .real-story-pull-quote.larger-font blockquote {
		font-size: 24px;
	}
	
	.pricing-table .what-is-included-container {
		min-height: 772px;
	}
	
	/* WooCommerce
	--------------------------------------------- */
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 48%;
	}
	
	.woocommerce table.cart .product-thumbnail {
		display: inline-block;
	}
	
	.woocommerce table.cart td.actions .button, 
	.woocommerce table.cart td.actions .input-text, 
	.woocommerce table.cart td.actions input {
		width: 46%;
	}

}

@media only screen and (max-width: 760px) {
	
	.pricing-table .price-title {
		font-size: 16px;
	}
	
	.pricing-table .sub {
		font-size: 12px;
	}
	
	.pricing-table .what-is-it-container {
		min-height: 170px;
	}
	
	.pricing-table .what-is-included-container {
		min-height: 830px;
	}
	
	.pricing-table .who-is-it-for-container {
		min-height: 850px;
	}
	
	.pricing-table .how-questions-answered-container {
		min-height: 320px;
	}
	
	.pricing-table a.button,
	.pricing-table .button {
		font-size: 12px;
		padding: 15px;
	}

}

@media only screen and (max-width: 640px) {
	
	.page.real-story .one-third,
	.page.staff .one-third,
	.nav-primary .one-fourth,
	.nav-primary .one-half,
	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.vc-page-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.pricing-table .one-third	{
		margin: 0;
		width: 100%;
	}
	
	.benefits-five-images .first,
	.benefits-four-images .first,
	.benefits-three-images .first {
		margin-left: 0;
	}
	
	.page.real-story .one-third,
	.page.staff .one-third,
	.pricing-table .one-third,
	.page.vimeo-videos .one-half {
		margin-bottom: 60px;
	}
	
	.real-story-container h2.real-story-title,
	.staff-container h2.staff-name,
	.video-container h2.video-title {
		font-size: 30px;
	}
	
	.staff-container h3.staff-title {
		font-size: 24px;
	}
	
	.real-story blockquote {
		font-size: 24px;
		margin: 20px 40px 40px;
	}
	
	.real-story .real-story-pull-quote.larger-font blockquote {
		font-size: 30px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 120px 0 0;
	}
	
	.home-featured .home-widgets-1 h2,
	.home-widgets .home-widgets-3 .widget h2 {
		font-size: 28px;
	}
	
	.home-widgets-4 .widget h2,
	.vc-page-widgets .widget h2 {
		clear: none;
	}
	
	.arrow {
		display: none;
	}
	
	.home-widgets-4 .featured-content .entry-content p,
	.home-widgets-4 .featuredpost p,
	.vc-page-widgets .featuredpost p {
		margin: 0 0 60px;
	}
	
	.home-widgets-4 .featured-content .post:last-child .entry-content p,
	.home-widgets-4 .featuredpost .post:last-child p,
	.vc-page-widgets .featuredpost .post:last-child p {
		margin: 0;
	}
	
	.home-widgets-2 {
		border-top: 80px solid transparent;
		padding: 0 40px 40px;
	}
	
	.home-widgets .home-widgets-2 .widget,
	.home-widgets .home-widgets-2 .widget:first-child,
	.home-widgets .home-widgets-2 .widget:last-child,
	.inner-page-option-link,
	.icon-container,
	.centric-pro-landing .icon-container	{
		float: none;
		margin: 0 auto 40px;
		width: 100%;
	}
	
	/* temporary widget for 2016 Christmas campaign - Exec letter */
	.home-widgets .home-widgets-2 #custom_post_widget-15.widget {
		/* padding: 0 0 75px; */
		width: 100%;
	}
	
	.home-widgets .home-page-partner-logos p,
	.home .home-page-partner-logos .partner-logo-container.even,
	.home .home-page-partner-logos .partner-logo-container.odd {
		float: none;
		width: 100%;
	}
	
	.centric-pro-landing .icon-container .one-fourth	{
		margin-left: 2.5641%;
		width: 23.0769%;
	}
	
	.centric-pro-landing .icon-container .one-fourth.first	{
		margin-left: 0;
	}
	
	.icon-container.donate-online {
		max-width: 100%;
	}
	
	.icon-container.single.left,
	.icon-container.single.right {
		float: none;
	}
	
	.inner-page-option-link,
	.icon-container {
		padding: 40px 40px 15px;
	}
	
	.home-widgets-2 .widget a.button,
	.inner-page-option-link a.button,
	.icon-container a.button {
		font-size: 16px;
		margin: 40px 0;
	}
	
	.icon-font-container {
		margin: 60px 0 75px;
	}
	
	.page-id-123 .icon-container a.button {
		font-size: 14px;
		padding: 14px 18px;
	}
	
	.icon-fa:before,
	.learn-more-board-directors-icon:before	{
		font-size: 130px;
		padding: 50px;
	}
	
	.learn-more-board-directors-icon:before	{
		font-size: 120px;
		padding: 50px 45px;
	}
	
	.icon-container h3 {
		font-size: 24px;
	}
	
	.content .gform_wrapper .top_label input.medium,
	.content .gform_wrapper .top_label select.medium,
	.content .gform_wrapper .top_label input.large,
	.content .gform_wrapper .top_label select.large, 
	.content .gform_wrapper .top_label textarea.textarea {
		width: 100%;
	}
	
	div.gform_wrapper .ginput_complex input[type="text"],
	div.gform_wrapper .ginput_complex input[type="url"],
	div.gform_wrapper .ginput_complex input[type="email"],
	div.gform_wrapper .ginput_complex input[type="tel"],
	div.gform_wrapper .ginput_complex input[type="number"],
	div.gform_wrapper .ginput_complex input[type="password"],
	div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
	div.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"],
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .top_label textarea.textarea.medium,
	div.gform_wrapper .hidden_label textarea.textarea.medium {
		width: 100% !important;
	}
	
	/* Timeline Events */
	.timeline-event h2.entry-title {
		font-size: 30px;
	}
	
	.timeline-event-title {
		border-radius: 100px;
		height: 100px;
		padding-top: 30px;
		width: 100px;
	}
	
	.timeline-event .entry-content,
	.timeline-event.left .entry-content {
		border-left: none;
		border-right: none;
		width: 100%;
	}
	
	.timeline-event-inner {
		border-top: none;
		padding: 0;
	}
	
	.timeline-event-inner ul {
		margin-left: 0;
	}
	
	.timeline-event-inner ul li {
		font-size: 20px;
	}
	
	/* Pricing Table */
	.pricing-table .one-third {
		padding: 40px;
	}
	
	.pricing-table .price-heading {
		margin: -40px -40px 40px;
		padding: 40px;
	}
	
	.pricing-table .price-title {
		font-size: 24px;
	}
	
	.pricing-table .sub {
		font-size: inherit;
	}
	
	.pricing-table h3 {
		font-size: 24px;
		margin: 0 -40px 25px;
	}
	
	.pricing-table .what-is-it-container,
	.pricing-table .what-is-included-container,
	.pricing-table .who-is-it-for-container,
	.pricing-table .how-questions-answered-container {	
		min-height: 0;
	}
	
	.pricing-table a.button,
	.pricing-table .button {
		font-size: inherit;
		padding: 16px 24px;
	}
	
	/* WooCommerce
	--------------------------------------------- */
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		width: 100%;
	}
	
	/* Your Love Story book pages */
	.page-id-6439 h1 {
		font-size: 36px;
	}

	.page-id-6439 blockquote {
		font-size: 18px;
	}

}

@media only screen and (max-width: 600px) {

	.page-id-127 .soliloquy-container .soliloquy-caption,
	.page-id-127 .soliloquy-container .soliloquy-controls-auto,
	.page-id-127 .soliloquy-container .soliloquy-pager {
		display: inherit;
	}

}

@media only screen and (max-width: 580px) {

	.woocommerce-demo-store .site-header {
		top: 54px;
	}

}

@media only screen and (max-width: 480px) {
	
	.site-header ul.genesis-nav-menu {
		padding: 20px;
	}
	
	.genesis-nav-menu li a,
	.genesis-nav-menu > .first > li a,
	.genesis-nav-menu > .last > li a {
		padding: 14px 16px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 120px 0 20px;
	}
	
	.home-featured .home-widgets-1 h2 {
		font-size: 28px;
	}
	
	.home-widgets-4 .widget h2,
	.vc-page-widgets .widget h2 {
		clear: both;
	}
	
	.enews-widget input[type="submit"],
	.footer-widgets input.wysija-submit[type="submit"] {
		position: static;
	}
	
	.icon-fa:before,
	.learn-more-board-directors-icon:before	{
		font-size: 80px;
		padding: 50px;
	}
	
	.learn-more-board-directors-icon:before	{
		font-size: 78px;
		padding: 50px 45px;
	}
	
	/* WooCommerce
	--------------------------------------------- */
	
	.woocommerce ul.products li.product {
		width: 100%;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0 10px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 14px;
	}
	
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product {
		width: 100%;
	}
	
	.woocommerce .woocommerce-message a.button {
		display: block;
		float: none;
		margin: 0 0 20px;
		max-width: 70%;
	}

}


/**
 * Print styles
 * Inlined to avoid required HTTP connection: h5bp.com/r
 *
 * @llink https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
   
@media print {
	
	* {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
	
	/* I commented out the link settings to keep the EO calendar clean */

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

	
	/* Genesis specific print CSS */
	
	.site-header,
	.nav-primary,
	.sidebar,
	.footer-widgets,
	.site-footer,
	.site-footer-nav-menu {
		display: none !important;
	}
	
	.site-inner {
		background: none !important;
		padding: 0;
	}
	
	.post-edit-link {
		display: none;
	}
	
	.backstretch {
		display: none;
	}
	
	.site-container {
		margin: 0;
		padding: 0;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		border: none;
		width: 100%;
	}
	
	h2.entry-title,
	h2.entry-title a {
		font-size: 20px;
	}
	
	.entry {
		border: none;
	}
	
	.entry-content p {
		font-size: 14px;
	}
	
	.entry-content img.post-image {
		width: 125px;
	}
	
	.page article.entry {
		margin-bottom: 5px;
		padding-bottom: 0;
		page-break-after:auto;
	}
	
	table {
		page-break-inside:auto;
	}
	
    tr {
		page-break-after:auto;
	}

}