/*
	Theme Name: Minimum Pro
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A stunning execution of "less is more," the Minimum child theme expresses everything you're about, with very little effort. 
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.2.1

	Tags: black, white, blue, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | 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}[]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}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:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:}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,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
/*.widget:before,*/
.wrap:before {
	content: " ";
	display: table;
}

#author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	line-height: 1.5;

}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
/*	border-bottom: 1px dotted #333;*/
	color: #024a78;
	font-weight: 400;
/*	text-decoration: none;*/
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #f991cc;

}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
/*	font-weight: 400;*/
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #024a78;	
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.content ol {
	margin: 2rem;
	}

a.tag-cloud-link {
text-decoration: none;
/* font-family: "Questrial", arial, sans-serif; */
	}



blockquote,
blockquote::before {
	/*color: #999;*/
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Roboto Slab', serif; 
 	font-weight: 400;
/*	line-height: 1.2;
	margin: 0 0 15px;*/
}

h1 {font-size: 2rem;}

h2 {font-size: 1.75rem;}

/*.page h2 {font-size: 2.3rem;}*/

h3 {
	font-size: 1.5rem;
	margin: 0;
	padding: 0 0 .7rem 0;
	line-height: 1.2;
	}

h4 {font-size: 1rem;}

h5 {font-size: .5rem;}

h6 {font-size: .25rem;}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

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

.gallery {
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	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 a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	/* font-family: 'Roboto Slab', serif; */
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border-width: 0;
	border-radius: 5px !important;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fff;
	border-width: 0;
	color: #333;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
	background-color: #f991cc;
	color: #000;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: ;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;

}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	/*border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0 0 0;*/
}

@media only screen and (max-width: 600px) {
	.home-featured {padding: 0;}

}

.home-featured li {
	list-style-type: none;
}

/*.home-featured .widget {
	padding: .75rem 1rem 0 1rem;
}
*/
.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
/*.home-featured-2,*/
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

ol.simple-icons {display: inline !important;}
.site-tagline {
/*	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;*/
	margin: 0;
	padding: 0;
	color: #000;
/*	font-size: 1.4rem;*/
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-bottom-width: 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #f991cc;
	color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
	padding: 40px 0 0 0;
}
.home .content {padding: 0;}


.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

#author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}
/*
.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
	left: 0;
}*/

.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;
}

.search-form {
	overflow: ;
	padding: 3px;
	width: 100%;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}
@media only screen and (max-width: 768px) { 
.alignleft, .alignright{
	
	float: none;
	}
.entry-image-link {
	float: none;
    margin: 0 auto;
    text-align: center;
	width: 100% !important;
	display: block;
	
	}
.home .entry-header {
	text-align: center;
	margin: 0;
	}
}



a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
@media only screen and (max-width: 768px) { 
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0;
}
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


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

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.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 ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}


.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

#author-box {
	margin-bottom: 40px;
	padding: 40px;
}

/*.single #author-box {
	margin-bottom: 60px;
}

#author-box-title {
	color: #333;
	/* font-family: 'Roboto Slab', serif; */
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

#author-box p {
	margin-bottom: 0;
}

#author-box .avatar {
	margin-right: 24px;
}
*/
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
/*	width: 47%;*/
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
/*	font-size: 1.5rem;*/
	line-height: 1.2;
	padding-bottom: .4rem;
	margin: 0;
}


.archive .entry-title {
	font-size: 1.75rem; 
	padding: 0; 
	margin: 0;}
	
.gfpc-widget .entry-title {
	font-size: 1.3rem; 
	padding: 0; 
	line-height: 1.3;
	margin: 0;}

.gfpc-widget h4 {
	font-size: 2.35rem; 
	padding: 0 0 1.5rem 0;
	margin: 0;
}



.genesis-grid .entry-title {
	font-size: 1.85rem;
/*	margin: 0 0 10px;*/
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.post-93753 h2.entry-title {font-size:2.25rem;}

.minimum-pro-portfolio {
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #202020;
	text-decoration:none
}

.entry-title a:hover {
	color: #f991cc;
}

.widget-title {
/*	font-size: 1.35rem;*/
	/*	margin-bottom: 1rem;
	border-bottom: 2px solid #000;
text-transform: uppercase;*/
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
	border: none;
	margin-bottom: .3rem;
	}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/*featured post titles*/
 .book-info   {
	font-size: 1.25rem;
	margin: 0;
	padding: 0;
	display: block;
	
	
}


.single-post .book-info{
	font-size: 1.4rem;
	line-height: 1;
	padding-bottom: .45rem;
}




.entry-meta {
	font-size: .95rem;
}

.gfpc-featured-posts .book-info {
	font-size: .95rem;
	padding: 0;
}

.gfpc-featured-posts .entry-meta {
	font-size: .85rem;
	padding: 0;
}


.entry-meta-after-title {display: none;}

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

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

.featured-content .entry {
/*	border-bottom: 2px solid #f5f5f5;*/
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
	
}


.featured-content .entry-title a {
	border: none;
	text-decoration:none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f991cc;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
/*	border-bottom: 1px solid #eee;*/
	left: 0;
	letter-spacing: 1px;
/*	position: fixed;
	top: 0;
*/	width: 100%;
	z-index: 999;
	height: 125px;
}

.admin-bar .site-header {
  top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	/*width: 320px;*/
	width: 40rem;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	/* font-family: 'Roboto', sans-serif; */
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	
	display: block;
	text-indent: -9999px;
	/*max-width: 320px;
	height: 60px;*/
	max-width: 486px;
	height: 5rem;
}

@media only screen and (max-width: 768px) {
.header-image .site-title a {
	
	display: block;
	text-indent: -9999px;
	/*max-width: 320px;
	height: 60px;*/
	max-width: 300px;
	margin: 0;
	height: 3rem;
	 background: url(http://cbr.bgwdesigns.com/wp-content/uploads/2019/09/cropped-cbr-logo-mobile2.png) no-repeat !important;
}

}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
/*	text-align: right;
	width: 800px;*/
	width: 20rem;
	padding: 10px 0 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

.site-header .login {display: inline; float: right;}


/*social media*/

.searchsocial ol { list-style-type: none; margin: 0; padding: 0; }
.searchsocial p  { font-size: .85rem; display: inline; padding: 0;}
.searchsocial li { font-size: 1.2rem; }
.footer-widgets .social-list li { font-size: 2rem; }

.searchsocial li, .social-list li, .simple-icons li { display: inline; /*line-height: 1.25;*/ margin-right: .5rem; }




/*donation links donate*/

.simple-icons ol { list-style-type: none;}

.simple-icon-paypal:hover, .simple-icon-venmo:hover, .simple-icon-googlepay:hover {
  fill: #f991cc !important;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: .9rem;
	padding: 20px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f991cc;
	font-weight: 900;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
	border-top: 5px solid #4f4f4f;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
/*	border: 1px solid #eee;*/
	border-top: none;
	padding: 10px 20px;
	position: relative;
	width: 180px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.2;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: #e6e6e6;
	border-bottom:  solid 1px #d3d3d3;
	border-top: solid 1px #d3d3d3;
/*	position: fixed;
*/	text-align:center;
/*	top: 125px;
*/	width: 100%;
	z-index: 99;
}

.admin-bar .nav-primary {
/*	top: 154px;	
*/	}
.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #012338;

}

.nav-primary a {font-weight: 500;
font-size: 1rem;

}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #f6f6f6;
	font-weight: 400;	
	/*border: 1px solid #444;*/
	border-top: none;

}

.nav-primary .sub-menu a:hover {
	background-color: #f991cc;
	color: #000;

}

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

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #012338;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #c7d6d5;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #f991cc;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	font-size: 1.75em;
/*	text-align: center;*/
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}
.gfpc-featured-posts .entry {max-width: 200px;
margin: 0 35px;
}
.minimum-pro-portfolio .content .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
/*	margin-bottom: 26px;*/
}

.entry-content ol,
.entry-content ul {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding: 0 0 .6rem 0;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {

	font-size: .9rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

p.entry-meta {
padding: 0;
margin: 0;
	}


.entry-header {
	margin: 1rem 0; 	
	padding-bottom: .5rem;
	border-bottom: solid 1px #CCC;
}
.home .entry-header {
	border: none;
	margin: 0 0 1rem 0; 	
	}

/*.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}*/

.entry-categories,
.entry-tags {
	display: block;
}

/* ## Comments new from https://crunchify.com/wordpress-comment-form-customization/
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
 /*   padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
   overflow: hidden;*/ 
    background: #fff;
    /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;*/
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #444;
    font-size: 1rem;
    margin: 0;
	padding: 0;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
/*    color: #adaeb3;*/
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: visible;
	padding: 0 0 .5rem 0;
}

.comment-content p  {margin: 0 0 .75rem 0;}
.comment-meta  {margin: 0 0 .5rem 0;}


.comment-list li {
    font-size: 1rem;
    padding: 0 0 0 1.5rem;
}
.comment-list .children {
    margin-top: 2rem;
/*    border: 1px solid #ccc;*/
}
.comment-list li li {
/*    background-color: #f5f5f6;*/
}
.comment-list li li li {
    background-color: #fff;
}
.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;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 5px;
/*    border: 5px solid #fff;*/
    left: -80px;
    top: -5px;
    position: absolute;
    width: 70px;
}
.entry-comments article {margin-bottom: 2.5rem;}
.entry-pings .reply {
    display: none;
}



#cancel-comment-reply-link {padding: 0 0 0 1rem !important;}


#cancel-comment-reply-link:before {
    content: "\f410";
	font-family: FontAwesome;
	padding: 0 .25rem 0 0 !important;
}


.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 16px 8px;
    text-transform: uppercase;
    width: auto;
	text-decoration:none;
}
.comment-reply-link:hover{
    color: #000;
	background-color: #f991cc;
}
.comment-notes{
    display:none;   
}
/* Comments
--------------------------------------------- */


/*

.sidebar .avatar, .decent-comments .avatar {
	float: left;
	padding: 0 10px 0 0;
}

.entry-comments .avatar {
	height: 80px;
	width: 80px;
	margin: 0 26px 1rem 0;
/*	float: none !important;
	display: block;
	
}


*/
.decent-comments .avatar {

	width: 50px;
	margin: 0;
	float: left;
	clear: both;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}

.entry-content div.decent-comments ul li {
	padding: 10px 0;
	list-style-type: none !important;
}
div.decent-comments ul {padding: 0; margin: 0;}

.decent-comments .comment-author, .decent-comments .comment-date, .decent-comments .comment-link {font-weight:bold;}

.entry-content .decent-comments .comment {border-bottom: solid 1px #999; padding: 0 0 10px 0;}

.entry-comments, .entry-comments .comment, .ping-list {
	
	line-height: 1.5;
	font-size: 16px;
}


.comment-link a { font-weight: bold;}

.entry-comments .comment-reply {
	margin-bottom: 10px;
	float: right;
}/*
.entry-comments .comment, .ping-list {
	border-bottom: 1px dotted #ddd;
}
.ping-list {
	padding-bottom: 20px;
}
p.form-submit, .entry-comments .children .comment, .entry-comments .comment-author {
	margin: 0;
}
.entry-comments .comment {
	clear: both;
}
p.comment-meta {
	margin: 0;
	padding: 0;
	font-size: .75rem;
}
.entry-comments .children .comment {
	border: none;
	clear: both;
}
.comment-content {
	padding: 0;
	margin-left: 90px;
	
}

.comment-header {

	}
.comment-respond label {
	display: block;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}
.content ol.comment-list ol, .comment-list {
margin: 0 !important;
padding: 0 !important;
}

.comment-list li, .ping-list li {
	list-style-type: none;
	background: none !important; 	
}
.comment-list ul.children {
	margin-left: 40px;
}
.ping-list .reply {
	display: none;
}

#reply-title {clear: both;}

.comment {
	padding: 0 !important;
	margin: 0 !important;
	
	}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #f991cc;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}


.entry-comments .comment-author {
	margin: 0;
	
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
/*	padding: 32px;*/
}

.comment-list li li {
/*	margin-right: -32px;*/
}

li.comment .odd {
/*	border: 1px solid #e6e6e6;
*/	
}

.comment .avatar {
	margin: 0 .5rem .5rem 0;
/*padding: 0 .5rem .5rem 0;*/
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

 .even { 
/*background-color:#f6f6f6; */
} 
 .odd  {
/*background-color:#CCCCCC;*/
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 350px;
	background-color: #f0f0f0;
/*	border-left: solid 1px #d3d3d3;	*/
	padding: 20px;
	margin: 40px 0 0 0;
/*	/* font-family: "Questrial", arial, sans-serif; */
*/
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {

	border-radius: 5px;
   	
	float: left;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 1rem;
}
.sidebar a {text-decoration: none;}
.sidebar h2 {
	font-size: 2rem;
	padding: .5rem 0;
	margin: 0;	
	line-height: 1.2;
	}
.sidebar h3 {
	font-size: 1.25rem;
	padding: 1rem 0 0 0;
	margin: 0 0 1rem ;		
/*	border-bottom: solid 3px #f991cc;*/
	text-transform:uppercase;
	
	}
.sidebar p, .sidebar li {font-size: .85rem;}
.sidebar .comment {	
font-size: .95rem; 

}

.sidebar .comment-link, 
.sidebar .comment-excerpt {
/*	padding: 0;
margin: 0;
*/	
display: inline !important;
	}


.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Roboto', sans-serif; */
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #f991cc;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
/*	border-bottom: 1px solid #444;*/
	padding: 30px 0 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
/*	border-bottom: 1px dotted #fff;*/
	color: #fff;
	text-decoration: none;
}
.footer-widgets p  {
margin: 0;
}


.footer-widgets p a {
	text-decoration: underline;
}


.footer-widgets a:hover {
	color: #f991cc;
	text-decoration: none;
	border: none;
}

/*.footer-widgets .widget {
	margin-bottom: 40px;
}*/

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	letter-spacing: 1px;
	padding: 60px 0;
	text-align: center;
}

.site-footer a,
.site-footer p, .site-footer {
	-webkit-font-smoothing: subpixel-antialiased;
	color: #fff;
}

.site-footer a:hover {
	color: #f991cc;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}


/*bgw*/
/*google search edits*/
#text-19  h3 {display: none;}

#text-19 table {margin-bottom: 0;}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
    width: auto;
}


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

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
/*		width: 620px;*/
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header, .nav-primary  {
		position: static;
	}

	.site-inner {
		padding: 10px 5%;
	}

	.minimum-pro-portfolio .content .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

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

	.site-header {
		padding-bottom: 10px;
	}
  .admin-bar .sticky-header {
    top: 32px;
  }
	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.minimum-pro-portfolio .content .entry {
		width: 100%;
	}

	.minimum-pro-portfolio .content .entry:nth-of-type(2n),
	.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

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

	.home-featured-1,
/*	.home-featured-2,*/
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
	
	.minimum .site-tagline {
		margin-top: 200px;
	}

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

/*bgw edits*/


/*author post ratings*/
div.author-post-rating {

	margin: 0 !important;
	padding:  0  !important;
/*	line-height: none !important;
	float: left; 
	height: 29px;*/
	clear:both;
	}

#cbr-footer-stars .author-post-rating {display: inline;}
span.author-post-rating-label {
	display: none;
}


span.author-post-rating-stars {
/*	display: inline;*/
	padding: 0 !important;
	margin:  0 !important;
	line-height: none !important;

}

span.author-post-rating-stars img {
	border: 0 !important;
	display: inline;
	height: auto;
	margin: 0 !important;
	padding: 3px 1px 1px 1px !important;
	max-width: none;
	width: auto;
}

/*author avatars
.widget_author_avatars .author-list {
/*	text-align: center;
	font-size: .9rem;
}
.widget_author_avatars .author-list .user {
	padding: 0.2em;
	display: inline-block;
	vertical-align: top;
	/* IE 7 

	zoom: 1;
 display: inline;
}
.widget_author_avatars .author-list .with-name {
	display: block;
}
.widget_author_avatars .author-list .user .name {
	display: block;
}
.widget_author_avatars .author-list .with-biography {
	text-align: left;
	margin-bottom: 1em;
	clear: left;
}
.widget_author_avatars .author-list .with-biography .name {
	font-size: 1.1em;
}
.widget_author_avatars .author-list .with-biography .avatar {
	float: left;
	margin: 0.2em 0.3em 0.2em 0;
}
.widget_author_avatars .author-list .avatar img {
	float: none !important; /* is set to left on some themes 
	padding-bottom: 20px;
}

.widget_author_avatars .author-list .with-biography p {
	margin: 0;
	overflow: ;
	font-size: .9rem;

}

.widget_author_avatars .author-list .show_last_post {
	font-size: .9rem;
		overflow: ;
	}
	.widget_author_avatars .author-list .show_last_post::before {
		content: "Most Recent Post: ";	}
	
.widget_author_avatars .author-list .with-name {border-top: 1px solid #c7d6d5 !important;}
.widget_author_avatars .author-list .with-name  p {
	margin-top: 0;
	margin-bottom: 12px;}
	end of old author_avatars*/
	

	/*homevsarchive*/
/*body.home .post-entry-meta,*/ body.home .amazon-link, body.page-template-default .amazon-link, body.home #cbr-header-stars, body.home #header-review-number, body.home .amazon-link, body.archive .amazon-link, body.home .juiz_sps_links, body.archive .juiz_sps_links, .vis-hiding {
	display: none !important;
}
body.single #cbr-simple-info, body.single #header-review-number {
	display: none !important;
}

.home #post-entry-meta {
	display: block;
}

.home-featured-1  {width: 100% !important;}
.featured-content .entry {width: 19%; float: left; display: inline; padding: 5px;}
.display-posts-listing .title {
	font-size: 1.75rem; 
	/* font-family: "Questrial", arial, sans-serif; */
	padding: 0;
	margin: 0;
	line-height: 1;
}

.display-posts-listing .book-info {
	font-size: 1.25rem; 
	/* font-family: "Questrial", arial, sans-serif; */
	padding: 10px 0 15px 0;
	margin: 0;
	line-height: 1;
}

.home .display-posts-listing li {list-style-type: none !important;}
.display-posts-listing img {float: left; padding: 0 40px 10px 0;}




.display-posts-listing .listing-item {clear: both; padding-bottom: 40px;}

.display-posts-listing .title,
.display-posts-listing .category-display,
.display-posts-listing .excerpt {display: block;}

.display-posts-listing a {border: none;}

.display-posts-listing .title {font-size: 1.5rem;}

.featured-content h4 {font-size: 2rem; border: none;}


/* Authorbox styles begin*/
#author-box .avatar {
    border-radius: 5px;

	height: 125px;
	margin-right: 15px;
	width: 125px;
/*	float: left;*/
}

.archive-description, #author-box {
/*	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
*/	margin-bottom: 0px;
	padding: 0;
}
#author-box-title {
	color: #333;
/*font-family: 'Lato', sans-serif;*/
	font-size: 18px;
	margin-bottom: 4px;
}
.author-page-title {
/*font-family: 'Lato', sans-serif;*/
	font-size: 1.85rem	;
	padding: 0 0 1rem 0;
	margin: 0;
/*	margin-bottom: 20px;*/
	}

.archive-description p:last-child, #author-box p:last-child {
	margin-bottom: 0;
}

#author-box {
	border: 0 !important;
/*	background: #eaf3f6;
	padding: 10px;*/
	margin: 20px 0;
}

.home #author-box, .page #author-box, .author .entry-footer #author-box {
		display: none;
}
#author-box h2 {
/*	color: #024a78;*/
	padding: 0 0 .5rem 0;
	margin: 0;
	line-height: .7;
}

.author #author-box h2 {font-size: 2rem;}


.awards-title {
	padding: 10px 0 0 0;
	margin: 0;	
	}
#author-box h4 {
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0 5px 0;
}
#author-box p, .display-posts-listing {
	font-size: 16px;
	color: #000;
/*	font-family: "Muli", arial, sans-serif;*/
}
#author-biographical-info {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}


#author-gravatar-badges {
	float: left;
	padding: 0 10px 10px 0;
	display: block;
	}
#author-text {
float: right;
display: block;
padding: 0;
margin: 0;
}

#author-gravatar-badges {width: 18%;}
#author-text {width: 80%;}

.author #author-gravatar-badges {width: 15% !important;}
.author #author-text {width: 85% !important;}


.widget_author_avatars .author-list .with-name {border-top: 1px solid #c7d6d5 !important;}
.widget_author_avatars .author-list .with-name  p {
	margin-top: 0;
	margin-bottom: 12px;}
	
.display-posts-listing li {
/*	padding: 0 10px 0 20px;
	margin: 0 0 50px 0;
*/	clear: both;
}

ul.display-posts-listing {margin-left: 0;}
.display-posts-listing  a {text-decoration: none !important;}
.display-posts-listing  a:hover {text-decoration: underline !important;}

#cbrbadges {
padding: 	10px 0 0 0;
}

@media (max-width: 600px) {
    .column {
        width: 100%;
	}
	#author-gravatar-badges, #author-text {
	float: none !important;
	width: 100% !important;
	}
}
	
	
/* badges
------------------------------------------- */
h3.title-center {
	text-align: center;
}
ul.list-badges {
	list-style: none;
	margin: 0;
	margin-bottom: 32px;
	padding: 0;
	border-bottom: 1px solid grey;
}
ul.list-badges li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 25%; 
	height: 225px;
	text-align: center;
}
ul.list-badges li img {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.badge.not-yet img[class*="badge_id-"] {
	opacity: 0.2;
}

ul.list-badges li h5 {
	font-size: 13px;
	line-height: 18px;
	margin: 22px 0 12px 0;
}


/*
#mycred-users-badges .mycred-badge-image, .mycred-users-badges .mycred-badge-image {
	padding: 0 5px 0 0 !important;

	width: 35px !important;
	}
*/
#cbrbadges .mycred-users-badges .the-badge.horizontal {
    margin-right: 5px;
}


.baxlala-bio {
	display: block;
	margin: 1rem 0 0 0;
	padding: .5rem;
/*	border: 1px solid #999999;
	border-radius: 5px;
*/	background-color: #e6e6e6;
	font-size: .9rem;

	
	}
/* Authorbox styles end*/	

.amazon-link {
/*	width: 85%;*/
	padding: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	/*border-top: solid 1px #d3d3d3;
	border-bottom:  solid 1px #d3d3d3;*/
	background-color: #f0f0f0;
	color: #000;
	/*font-family: "Muli", arial, sans-serif;*/
}

/*.amazon-link p {font-size: .9rem;}*/
.amazon-link p {font-size: 1.1rem;}
.amazon-link ul {padding: 0 0 1rem 2rem;}
.amazon-link li {padding: 0 0 .75rem 1rem;}
.amazon-link h3 {text-align: center;}

/*homevsarchive*/
/*body.home .post-entry-meta,*/ body.home .amazon-link, body.page-template-default .amazon-link, body.home #cbr-header-stars, body.home #header-review-number, body.home .amazon-link, body.archive .amazon-link, body.home .juiz_sps_links, body.archive .juiz_sps_links {
	display: none !important;
}
body.single #cbr-simple-info, body.single #header-review-number {
	display: none !important;
}

.home #post-entry-meta {
	display: block;
}
#cbr-footer-stars {
	display: inline;
/*	margin: 5px;*/
}
#cbr-simple-info h4 {
padding: .5rem 0 .5rem 0;
}
#cbr-simple-info {
	padding: 0 !important;
	margin: 0 !important;
	line-height: none !important;
	height: 29px;
}
#sharing-stars {
	float: right;
	width: 150px;
}

#cbr-author {
	font-size: 16px;
}
#cbr-review-number {
	width: 75px;
	float: right;
	border: solid 1px #000;
}
#cbr-review-number-label {
	font-size: 16px;
	display: inline;
}
#cbr-review-numeral {
	font-size: 36px;
}

.post-entry-meta {
	border-bottom: 1px solid #ccc;	
	border-top: 1px solid #ccc;
/*font-family: "Merriweather", serif;*/
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	width: 100%;
}

.home .post-entry-meta {
	border-bottom: none;
	border-top: 1px solid #ccc;	
	padding: 0 20px 0 0;
}



/*.home .post-entry-meta,*/ .page .post-entry-meta {display: none;}


.entry-content p {
/* font-family: 'Roboto', sans-serif; 
	font-weight: normal;
	font-size: 1.2rem;*/
	}

.post .entry-footer .entry-meta {
display: none;
}

/*google search style*/

.gsc-control-cse {
border: none !important;
background-color: none !important;

}

.vh{
	position: absolute;
	width: 1px;height:1px;
	margin: -1px;
	padding :0;
	border: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
}
	
	.vh.focusable:active, .vh.focusable:focus {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: auto;
}


a.excerpt-more  {
	font-weight: bold;
	text-decoration: none;
	}

.breadcrumbs {padding: 0 0 1rem 0;}

.home .breadcrumbs, .page .breadcrumbs, .single .breadcrumbs, .author .breadcrumbs {display: none !important;}

.faq-breadcrumbs {display: none;}

.single-hrf_faq .faq-breadcrumbs {display: block !important;}


.uber-ad {
	width: 100%;
	text-align:center;
	}

/*.gfpc-widget img {
	width: 200px;
	height: 300px;	
	}
	
@media only screen and (max-width: 800px) {
	.gfpc-widget img {
	width: 150px !important;
	height: 200px !important;	
	}
}*/
.home-slogan p {font-size: 1.1rem;}
.home-slogan h2 {text-align:center;}
.home-slogan {
	clear:both;
	padding: .5rem 0;
}

.important {font-weight: bold; color: #ba0746;}
.important a {text-decoration: underline; color: #ba0746 !important; font-weight: bold;}
.important a:hover {color: #f991cc; }
/*pink/red 
	border: solid 2px #ba0746;
	background-color: #fef5f9;
*/
#custom_html-22 {margin: 1rem 0 0 0;}
.important-announcement {
	border: solid 2px #ba0746;
	background-color: #ba0746;
	margin: 0 auto;
	text-align:center;
	padding: .3rem;
	color: #FFF;
	width: 90%;
	display: block;
	text-transform:none;
	
}
.important-announcement p {padding: 0 !important;}
.important-announcement.button a {text-decoration: none; color: #fff !important; font-weight: bold;}
.important-announcement.button:hover {background: #860432 !important; text-decoration: underline;  }



.regular-announcement {
	border: solid 2px #508eb6;
	border-radius: 3px;
	background-color: #eaf3f6;
	margin: auto;
	text-align:center;
	padding: .3rem;
		width: 75%;
	display: block;
	text-transform:none;
}
.regular-announcement p {padding: 0 !important; font-size: .75rem;}
.regular-announcement a {font-weight:bold;}

.bookclub-titles {
	width: 12rem !important; 
	float: right; 
	margin-left: .3rem; 
	text-align: left;
	
}
.bookclub-titles ul {margin-left: 3px !important;}
.bookclub-titles li, .bookclub-titles p {	font-size: .75rem !important; list-style-type: none !important; padding-bottom: .25rem; }

.bookclub-titles h2 {font-size: 1rem; border-bottom: solid 2px #508eb6;}

.regular-announcement.button a {text-decoration: none; !important; font-weight: bold;}
.regular-announcement.button:hover {background: #860432 !important; text-decoration: underline;  }



.regular-announcement-2 {
	border: solid 2px #feaa03;
	border-radius: 3px;
	background-color: #fff0d1;
	margin: 2rem 0 0 0;
	text-align:center;
	padding: .3rem;
}

.regular-announcement-2 a {font-weight:bold;}
.regular-announcement-2 p {padding: 0 !important;}


.announcement-image {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	
	
	}

.homepage-headline {font-size: 1.75rem;}

.home-slogan {
/*	background: #0F3;*/
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;	
}

.single-hrf_faq .entry-meta, .single-hrf_faq #author-box, .single-hrf_faq .post-entry-meta, .hrf-faq-list article {display: none !important;}
.hrf-faq-list article.hrf-entry {display: block !important;}
.hrf-faq-list {
	margin-bottom: 30px;
	}
.faq h2 {
	margin: 0;
	}

.search-form {display:none !important;}

.important {font-weight: bold; color: #ba0746;}
.important a {text-decoration: underline; color: #ba0746 !important; font-weight: bold;}
.important a:hover {color: #f991cc; }
.postscript {font-size: .75rem;}

.page-id-24 li {padding-bottom: .5rem;}
.bookclub p {margin-bottom: .5rem;}
.bookclub ul {margin-bottom: 1rem;}
.separator {margin-bottom: 1rem !important;}

/* hide meta in feature on homepage*/
.post-142055 .entry-meta .entry-author::after, .post-142055 .entry-meta {display:none;}
/*.post-140118 div.entry-title ::after {
	content: "A note from MsWas";
}*/

#new-registration-button {
	background: #f991cc !important;
	border-radius: 25px;
	border: 10px solid #444 !important;
	color: #FFF !important;
	display: inline-block;
	height: 170px !important;
	margin: 20px 0 0 0;
	text-align: center !important;
	text-decoration: none !important;
	width: 367px !important;
	
}

#update-registration-button a {color: #FFF;}
#update-registration-button {
	background: #444!important;
	border: 10px solid #f991cc !important;
	border-radius: 25px;
	color: #FFF !important;
	display: inline-block;
	height: 170px !important;
	text-align: center !important;
	text-decoration: none !important;
	width: 367px !important;

}




 #paypal-button {
	background: #000 !important;
	border-radius: 25px;
	border: 3px solid #cc0033 !important;
	display: inline-block;

	width: 10rem !important;
	margin: 0;
	text-align: center !important;
	font-size: 1.25rem;
	
	
}

 #venmo-button a, #paypal-button a {	text-decoration: none !important;
}
#venmo-button {
	background: #000!important;
	border: 2px solid #f991cc !important;
	border-radius: 25px;
	display: inline-block;
	height: 1rem !important;
	width: 2rem !important;
	text-align: center !important;
	text-decoration: none !important;

}

.reg-step2 .button {
		background-color: #e2218e;
	border-width: 0;
	border-radius: 5px;
	box-shadow: none;
		display: inline-block;
	cursor: pointer;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 300;
	padding: 16px 24px;
	text-transform: capitalize;
	white-space: normal;
	width: auto;
	
	}
	.reg-step2 .button a {color: #fff; text-decoration:none;} 
	.first-line {font-size: 2rem;}
        
  /*homepage featured posts widget*/      
.gfpc-featured-posts.layout-eight {
    display: flex;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
}
.gfpc-featured-posts.layout-eight .entry.one-fourth {
    width: unset;
    max-width: unset;
    padding: 0 17px;
    margin: 0 0 1.5rem;
}
/* default and hover for images with popups*/
.fancybox.image img {
border: 4px double  #024a78;
opacity:1;
}


.fancybox.image img:hover {
opacity:0.5;
border: 4px double  #f9bbde;
}

.npr-video{font-size: .7rem;}

/* hide or change meta on featured post*/
.home .post-94861 .entry-header::before {content: 'End of Year Fundraising' !important; font-family: 'Roboto', sans-serif; font-size: .85rem; padding: 0;}

.post-94861 p.entry-meta {display:none;}

#login form p {font-weight: bold !important;}
/* gallery for book club - 1 col, right align*/

@media (min-width: 416px) {
.galleryid-132084 {
	float: right; 
	width: 25%;
	padding: 0 0 0 1rem;
	}
	

}
@media (max-width: 576px) {
	
	.bookclub-titles {
	width: 20rem !important; 
	margin: 2rem auto;
	float: none; 

	
}
.bookclub-titles li, .bookclub-titles p {	font-size: .75rem !important; }
	
	
	}
@media (min-width: 576px) {
    .gfpc-featured-posts.layout-eight .entry.one-fourth {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1024px) {
    .gfpc-featured-posts.layout-eight .entry.one-fourth {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

	


