/*
    Theme Name: Quattro Child Theme
	Theme URI: http://www.studiopress.com/themes/quattro
	Description: Quattro is a two or three column child theme created for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
 
    Version: 1.1.1
 
    Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8.2
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*

Noun project icons thanks to:
Arrows - Jan-Kanty Pawelski
Zoom - Tom Walsh

*/

/*
Colors used: 
#89B300 - green from logo
#6E5D4B - deep brown
*/

/*
Colors to consider
Corals (with white icons and text):

Dark - #E45A53
Mid - #E86F69
Lighter - #ea7c76

Normal display:
 background: none repeat scroll 0 0 #ea7c76;
    border: 2px solid #f2afab;
Hover display:
 background: none repeat scroll 0 0 #e6635c;
    border-color: #f5c4c1;
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Post Icons
* Column Classes
* Featured Post Grid
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Quattro Blue
* Quattro Brown
* Responsive Design

*/


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

@import url(https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #695D4D;
	font-family: Helvetica;
	font-size: 20px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

input,
label,
select,
textarea {
	border-radius: 3px;
    color: #695d4d;
    font-family: Helvetica;
    line-height: 2;
    margin-right: 5px;
}

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

ol li {
	list-style-type: decimal;
}





/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #6e5d4b;
    text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-style:italic;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.png);
	min-width: 320px;
}



/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-box-shadow: 0 5px 15px #888; 
	-webkit-box-shadow: 0 5px 15px #888;
/*	background: url(images/wrap.png); */
	background-color: #fff;
/*	border: 3px solid #ccc;  */	
	box-shadow: 0 5px 15px #888;
	margin: 44px auto 0;
	padding: 0;
	width: 1200px;
}

.quattro-landing #wrap {
	margin: 25px auto;
	width: 800px;
}

#wrap .inner {
	border: double #ccc;
	overflow: hidden;
	padding: 0 0 40px;
}


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

#header {
	border-bottom: 1px solid #695d4d;
	margin: 0 auto;
/*	min-height: 120px; */
	overflow: hidden;
/*	width: 100%;  */
	padding: 20px 40px 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 400px;
	margin-bottom: 20px;
}

#title {
	font-family:  'Quattrocento', serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	text-shadow: 1px 2px 1px #fff;
}

#title a,
#title a:hover {
	color: #695D4D;
	text-decoration: none;
}

#description {
	color: #695D4D;
	font-size: 16px;
}

#header .widget-area {
	float: right;
	padding: 20px 0 0;
	width: 470px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
/*	height: 170px;
	overflow: hidden; */
	padding: 0;
/*	text-indent: -9999px; */
	width: 320px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	text-align: center;
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav {
	text-align: right;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #695D4D;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.menu-primary {
	background-color: #695d4d;
	margin-bottom: 0;
	text-transform:uppercase;
	padding-top: 5px;
	box-shadow: 0 0 20px #999999;
    color: #fff;
    padding: 2px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#header .menu {
	border: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li {
	background: none;
	display: inline-block;
	list-style-type: none;
	padding: 0 2px 5px;
}
#nav > .wrap > ul > li:last-child a {
	padding-right: 60px;	
}
.menu-primary li:first-child {
	float: left;
	text-align: left;
	margin: 2px 2px 2px 40px;
	padding: 0 3px 5px 3px;
}

.menu-primary .sub-menu li:first-child {
	margin: 2px 2px 2px 2px;
}
.menu-primary .sub-menu {
	text-align: left;	
}
.menu-secondary li,
#header .menu li {
	background: url(images/nav-line.png) no-repeat center right;
	float: right;
	list-style-type: none;
}

#menu-secondary-menu li:first-child  {
	background:none;
	padding-right: 0;
}

#menu-secondary-menu li {
	padding: 0 16px 0 15px;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #695D4D;
	display: block;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.menu-primary a {
 	background: none;
    line-height: 1.3;
    padding: 15px 20px 8px;
	color:	#fff;
	}

.menu-primary li.no-line a,
.menu-secondary li.no-line a,
#header .menu li.no-line a {
	
}

.menu-primary li a:active, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a {
	background:none;
}

.menu-primary li a:hover, #header .menu li a:hover {
	font-style:italic;
}

.menu-secondary li, 
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {

	
}


.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: url(images/dots.png) bottom repeat-x;
	color: #695D4D;
	font-size: 12px;
	padding: 9px 5px 8px;
	position: relative;
	text-transform: none;
	width: 140px;
}

.menu-primary li li:last-child a,
.menu-secondary li li:last-child a,
#header .menu li li:last-child a { 
	background: none; 
}

.menu-primary a li:last-child, .menu-secondary a li:last-child { 
	background: none; 
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #b63838;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	background-color: #695D4D;
	color: #fff;
	border-top: 0;
	height: auto;
	left: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 9999;
}
.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited {
	color: #fff;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.sub-menu li li a{
	width: 100px;	
	text-align: left;	
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 160px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	/*    text-indent: -9999px; */
}

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	float: right;
	padding: 0 15px;
}

.menu li.right a {
	border: none;
	color: #695D4D;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #b63838;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 25px auto 0;
	overflow: hidden;
}

.quattro-landing #inner {
	margin: 15px auto 10px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	-moz-box-shadow: 0 0 10px #bbb inset;
	-webkit-box-shadow: 0 0 10px #bbb inset;
	background: url(images/bg-light.png);
	box-shadow: 0 0 10px #bbb inset;
	font-size: 14px;
	margin: -5px 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}

/*  Post Info
------------------------------------------------------------ */

.authorInfo {
	font-size: 16px;
	
}

.entryMetaBelow {
	font-style: italic;
	font-size: 90%;
	float: right;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 834px;
}

.sidebar-content-sidebar #content-sidebar-wrap {
	float: left;
	width: 844px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	padding: 5px 0 0 60px;
	width: 464px;
}

.sidebar-content-sidebar #content {
	width: 474px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 740px;
}

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

.full-width-content #content {
	width: 1014px;
}

.full-width-content.quattro-landing #content {
	width: 714px;
}

.post {
	border-bottom: 1px solid #695c4d;
    clear: both;
    font-size: 16px;
    padding: 0 0 20px;	
}



.single-post .post {
	margin-top: 0;	
}

.home .post {
	padding: 25px 0 25px 0;
	border-top: 1px solid #695c4d;
	border-bottom: none;
}

.hfeed .post {
	margin-bottom: 30px;	
}

.entry-content {
	overflow: visible ;
/*	border-bottom: 1px solid #ccc; */
	margin-bottom: 15px;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: double #ccc;
	clear: both;
	margin: 0 0 25px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family:  'Quattrocento', serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 24px;
}


.taxonomy-description h1 {
	margin: 0;
}

h2 a,
h2 a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #695D4D;
	font-family:  'Quattrocento', serif;
	transition: all 0.2s ease-in-out;
}

h2 a:hover {
	text-decoration: none;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	font-size: 24px;
	line-height: 1.4;
	transition: all 0.2s ease-in-out;
}

.widget-title {
	background: #6e5d4b;
	color:#fff;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 7px 7px 7px 15px;
	border-radius: 3px;
}


.widget-area h2,
.widget-area h2 a {
    font-size: 18px;
    margin: 0 0 10px;
	padding: 0;
}

.widget-area #featuredpost h2,
.widget-area #featuredpost h2 a {
    font-size: 18px;
    margin: 0 0 10px;
	padding-left: 10px;
}



h3 {
	font-size: 20px;
}

/* h3.entry-title  {
    background: #6e5d4b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 15px;
    padding: 7px 7px 7px 15px;
} */	

h4 {
	font-size: 18px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 20px;
	margin: 0 0 5px;
}

.widget-area h4 a {
	color: #695D4D;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding-bottom: 15px;
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
 {
	list-style-type: none;
	padding: 0 0 15px 15px;
}

.entry-content ul li {
/*	list-style-type: none; */
	margin: 0 0 0 25px;
	padding-bottom: 15px;
}

.archive-page ul li, .archive-page ul li a { 
    padding-left: 1em; 
    text-indent: -.7em;
	line-height: 1.2;
	margin:0;
	text-decoration:none;
	font-weight:700;
}

.archive-page ul li:after {
    content: "\00BB\00a0";
/*     color: #89B300; green from logo */
	font-size: 130%; /* or whatever */  	
}

.entry-content ol li {
	margin: 0 0 15px 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
	margin-left: 40px;
}

.liTax a, .liTax li a:visited {
	color: #695d4d;
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
	text-decoration: none;
}


.archive-page ul li {
	border-top: 1px solid #ccc;
    padding-top: 1.25rem;
}

.topicList  {
	padding-left: 1em; 
    text-indent: -.7em;
	line-height: 1.2;
	margin:0;
	text-decoration:none;
	font-weight:700;
		
}

.topicList ul li {
	border-top: 1px solid #ccc;
    padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.topicList ul li:after {
    content: "\00BB\00a0";
/*     color: #89B300; green from logo */
	font-size: 130%; /* or whatever */  	
}

/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.single .post-meta {
	border-top: 1px solid #695c4d;
    clear: both;
    font-size: 16px;
    padding: 20px 0;
	margin-top: 40px;
}
.post-meta {
	clear: both;
}

.home .post-meta {
	display: none;
}

.post-meta .categories a, .post-meta .categories a:visited {
 	background-color: #695d4d;
    border: 1px solid #695d4d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Quattrocento Sans",sans-serif;
    font-size: 12px;
    margin: 3px;
    padding: 2px 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	display: inline-block;	
}
.single .post-meta .categories a, .single .post-meta .categories a:visited {
	border: none;
}

.post-meta .locations a, .post-meta .locations a:visited {
 	margin: 5px 0 5px;
    text-decoration: none;
}

.resource-post-meta .categories a, .resource-post-meta .categories a:visited {
 	background-color: #695d4d;
    border: 1px solid #695d4d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Quattrocento Sans",sans-serif;
    font-size: 14px;
    margin: 3px;
    padding: 2px 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	vertical-align:text-bottom;	
	display: inline-block;
}

.resource-post-meta p {
	margin-top: 15px;	
}

.resource-post-meta {
	border-top: none;
	clear: both;
    font-size: 16px;
    padding: 0;	
}

.resource .post-info {
	display: none;
}

/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
/*	background: url(images/nav-line.png) no-repeat center left; */
	margin-top: 10px;
	padding: 0;
	clear:both;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	-moz-box-shadow: 0 0 10px #bbb inset;
	-webkit-box-shadow: 0 0 10px #bbb inset;
	background: url(images/bg-light.png);
	box-shadow: 0 0 10px #bbb inset;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 20px;
}

.author-box p {
	font-size: 14px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	width: 48%;
}

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

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


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	-moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #cccccc;
}
#cafepress .custom-home{
	max-width:98%;
	}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px;
}

.resource img {
	border: solid thin #ccc;
	padding: 10px;	
}

.author-box .avatar {
	float: left;
	margin: 0 15px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	float: left;
	margin: 0 25px 15px 0;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}


img.alignleft, img.alignright, img.aligncenter,
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	display: inline;
	margin-top: 5px;
}

.wp-caption {
    padding: 0;
    text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px !important;
}

p.wp-caption-text {
	font-size: 95%;
    font-style: italic;
    line-height: 1.2rem;
    margin: 8px 0 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

.about img {
	border-radius: 50%;
	padding: 3px;
	border:  1px solid #ccc;
	margin: 15px 0; 
}

.newsletterMailing img {
	padding: 0 !important;
	margin: 5px 10px 5px 0;	
}


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

.navigation {
	font-size: 16px;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	font-weight: bold;
    text-transform: uppercase;
}


.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: #695D4D;
	border: 1px solid #695D4D;
	color: #fff;
	padding: 8px 10px;
	transition: all 0.2s ease-in-out;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 280px;
	margin: 5px 40px 0 0;
/*  	border-left: 1px solid #ccc;
-moz-box-shadow: 0 0 10px #bbb inset;
	-webkit-box-shadow: 0 0 10px #bbb inset;
	background: url(images/bg-light.png);
	box-shadow: 0 0 10px #bbb inset;
*/
}

#sidebar-alt {
	float: left;
	width: 200px;
}

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 2px;
	padding: 0 0 0 15px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

#sidebar .simple-social-icons ul li {
	border: 1px solid #555 !important;
	margin: 0 10px 0 0 !important;
	padding: 1px !important;
}

#sidebar .simple-social-icons ul li:hover {
	border: 1px solid #333 !important;
}


.sidebar .widget-wrap {
	margin: 0 0 5px;
    overflow: hidden;
    padding: 0;	
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
  	margin: 0 0 5px;
    overflow: hidden;
    padding: 15px 0;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: #695d4d;
    border: 1px solid #695d4d;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 25px;
    padding: 10px;
    text-decoration: none;
	text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	-moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-family: Helvetica;
	font-size: 16px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #89B300;
	border: 1px solid #89B300;
	text-decoration: none;
}

.btn, .btn a {
    background-color: #695d4d;
    border: 1px solid #695d4d;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica;
    font-size: 16px;
    margin: 3px;
    padding: 8px 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;

}

.btnPattern {
	background: rgba(0, 0, 0, 0) url("https://www.collectingcousins.com/wp-content/uploads/tree-bg.jpg") repeat;
    border: 1px solid #8a745f;
    border-radius: 3px;
    float: left;
    margin: 0 25px 25px 0 ;
    padding: 0;
    width: auto;
	}
	
.btnPattern a{
	text-decoration: none;
	background: url(https://www.collectingcousins.com/wp-content/uploads/white-bg.png) repeat;
	padding: 16px 20px 16px 20px;
	display: block;
	margin-bottom: 0;
	position: relative;
	line-height: 1;
	text-transform: uppercase;
	font-size: 18px;
	-moz-transition: all 0.05s ease-in-out;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

.btnPattern a:hover {
	background: #716156;
	color: #fff;
	font-style: normal;
}
.btnPattern a::after {
    content: " ▶";
    font-size: 16px;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 5px 0 0;
}

.s {
	border: 1px solid #bbb;
	color: #777;
	margin: 0 -7px 0 0;
	padding: 7px 6px;
	width: 180px;
}

#header .s {
	width: 220px;
}

#nav .s {
	margin: 2px -7px 0 0;
}

.searchform input{
	-moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;	
	margin-right: 3px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	border: 1px solid #bbb;
	color: #777;
	margin: 10px -7px 0 0;
	padding: 7px 6px;
	width: 200px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	border-top: double #ccc;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 20px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 10px;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
/*	margin: 0 30px 0 0; */
	width: 32%;
}

.footer-widgets-2 {
float: left; 
	width: 32%;
}

.footer-widgets-3 {
	float: right;
	width: 32%;
}


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

#footer {
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
 	}

#footer .wrap {
 	border-top: 1px solid #695d4d;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 10px 20px 0 20px;
}

#footer p {
	color: inherit;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #695d4d;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

#footer a:hover {
	color: #695d4d;
	text-decoration: underline;
	font-style: italic;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 25px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 10px 0;
	text-align: right;	
}


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

#comments,
#respond {
	margin: 0 0 20px;
	overflow: hidden;
}

#respond {
	margin: 0;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 7px;
	width: 250px;
	border-radius: 3px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 97%;
}

#comment textarea {
	border: 1px solid #ccc;
    border-radius: 3px;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 15px 20px;
}

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

.comment-content p {
	font-size: 18px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}
.commentmetadata a, .commentmetadata a:visited {
	font-style: italic;
	text-decoration:none;
}

.reply a {
    background-color: #695d4d;
    border: 1px solid #695d4d;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 25px;
    padding: 6px 7px 5px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
	-moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.reply:hover a {
	background-color: #89B300;
    border: 1px solid #89B300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
    border-radius: 3px;
}

.alt,
.depth-1,
.even {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
    border-radius: 3px;
}


#comments li .bypostauthor {
	background: #fff;
	border-top: 10px solid #695d4d;
}
#comments li ul.children li.bypostauthor {
	background: #fff;
	border-top: 10px solid #695d4d;
}

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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 7px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Quattro Brown
------------------------------------------------------------ */

body.quattro-brown {
	background: url(images/brown/bg.png);
	color: #463e38;
}

.quattro-brown h1,
.quattro-brown h2,
.quattro-brown h2 a,
.quattro-brown h2 a:visited,
.quattro-brown h3,
.quattro-brown h4,
.quattro-brown h5,
.quattro-brown h6,
.quattro-brown p,
.quattro-brown select,
.quattro-brown textarea,
.quattro-brown .menu li.right a,
.quattro-brown .menu-primary,
.quattro-brown .menu-primary a,
.quattro-brown .menu-primary a:visited,
.quattro-brown .menu-primary li li a,
.quattro-brown .menu-primary li li a:link,
.quattro-brown .menu-primary li li a:visited,
.quattro-brown .menu-secondary,
.quattro-brown .menu-secondary a,
.quattro-brown .menu-secondary li li a,
.quattro-brown .menu-secondary li li a:link,
.quattro-brown .menu-secondary li li a:visited,
.quattro-brown #description,
.quattro-brown #header .menu,
.quattro-brown #header .menu a,
.quattro-brown #header .menu li li a,
.quattro-brown #header .menu li li a:link,
.quattro-brown #header .menu li li a:visited,
.quattro-brown #title a,
.quattro-brown #title a:hover {
	color: #463e38;
}

.quattro-brown a,
.quattro-brown a:visited,
.quattro-brown h2 a:hover,
.quattro-brown .menu li.right a:hover,
.quattro-brown .menu-primary li a:active,
.quattro-brown .menu-primary li a:hover,
.quattro-brown .menu-primary .current_page_item a,
.quattro-brown .menu-primary .current-cat a,
.quattro-brown .menu-primary .current-menu-item a,
.quattro-brown .menu-primary li li a:active,
.quattro-brown .menu-primary li li a:hover,
.quattro-brown .menu-secondary li a:active,
.quattro-brown .menu-secondary li a:hover,
.quattro-brown .menu-secondary .current_page_item a,
.quattro-brown .menu-secondary .current-cat a,
.quattro-brown .menu-secondary .current-menu-item a,
.quattro-brown .menu-secondary li li a:active,
.quattro-brown .menu-secondary li li a:hover,
.quattro-brown #header .menu li a:active,
.quattro-brown #header .menu li a:hover,
.quattro-brown #header .menu .current_page_item a,
.quattro-brown #header .menu .current-cat a,
.quattro-brown #header .menu .current-menu-item a,
.quattro-brown #header .menu li li a:active,
.quattro-brown #header .menu li li a:hover {
	color: #d05c1c;
}

.quattro-brown input[type="button"],
.quattro-brown input[type="submit"],
.quattro-brown .navigation li a,
.quattro-brown .navigation li.disabled,
.quattro-brown .navigation li a:hover,
.quattro-brown .navigation li.active a {
	background-color: #524942;
	border: 1px solid #524942;
}

.quattro-brown input:hover[type="button"],
.quattro-brown input:hover[type="submit"],
.quattro-brown .navigation li a:hover,
.quattro-brown .navigation li.active a {
	background-color: #3c3530;
	border: 1px solid #3c3530;
}

/*** CUSTOM HOME PAGE ***/
#homeBottom img {
	border: 1px solid #ddd;
	padding: 5px;
}

.layout-seven .post h2 {
	font-size: 30px;
	margin-bottom: 7px;
}

.navigation a {
	text-decoration: none;
}

.widgetColumn {
	display: inline-block;
	width: 336px;
	vertical-align: top;
}

#homeTop:after,
#homeBottom artice:after {
	content: '';
	display: table;
	clear: both;
}

#homeBottom {
	margin-top: 30px;
}

#homeLeft,
#homeCenter {
	margin-right: 10px;
}

.custom-home #inner .widget {
	margin-bottom: 10px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	overflow: hidden;
}

.custom-home #content {
/*	padding-right: 12px;
	padding-left: 12px;  */
	width: 1060px;
}

#censustools {
	border: 1px solid #6E5D4B;
	display: block;
	-moz-transition: all 0.05s ease-in-out;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sidebar #cafepress {	width: 258px;
}

#cafepress:hover {
	background: #f4f4f4;
}

#genealogyResources {
	background: url(https://www.collectingcousins.com/wp-content/uploads/tree-bg.jpg) bottom center no-repeat;
	padding: 26px 20px 12px 20px;
	border: 1px solid #8A745F;
  	-moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#genealogyResources h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-shadow: 1px 1px 5px #3f301b;
}

#genealogyResources a {
	text-decoration: none;
	background: url(https://www.collectingcousins.com/wp-content/uploads/white-bg.png) repeat;
	padding: 16px 20px 16px 80px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	line-height: 1;
	text-transform: uppercase;
	font-size: 29px;
	-moz-transition: all 0.05s ease-in-out;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	box-shadow: 0px 0px 15px #3f301b;
}

#genealogyResources a:hover {
	background: #716156;
	color: #fff;
}

#genealogyResources a:after {
	content: ' \25b6';
	font-size: 24px;
}

#genealogyResources a span.smaller {
	font-size: 18px;
}

#genealogyResources a span.number {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -28px;
	background: #716156;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 36px;
}

#genealogyResources a:hover span.number {
	background: #fff;
	color: #716156;
}


#genealogyResources a:hover {
	font-style: normal;
}

.postarea #genealogyResources {
	background: url(https://www.collectingcousins.com/wp-content/uploads/cc-bg.jpg) bottom center repeat;
}


.disclosure {
	background: none repeat scroll 0 0 #f5f5f5;
    border: none;
	background-color: #fff;
    font-style: italic;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    font-style: italic;
    margin: 0 0 15px;
    padding: 15px;
    text-align: center;
}

#content-disclaimer {
	width: 100%;
	
}

#homePostListing {
	clear: both;
	padding: 0 0 15px;
	margin-bottom: 10px;
	text-align: left;
}

#homePostListing .post {
	clear: none;
	display: inline-block;
	margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #695d4d;
}

#homePostListing .navigation {
	display: none;
}

#homePostListing h2 a {
	font-size: 26px;
}


#homePostListing img {
	display: inline-block;
	width: 150px;
	margin: 10px 20px 15px 0;
}

#homePostListing .singleAuthor {
	display: none;
}

.page .singleAuthor {
	display: none;
}

.page-template-page_blog-php .singleAuthor {
	display: block;
}

#postListingTitle {
	background: #695d4d;
	padding: 12px 15px 10px 15px;
	margin-bottom: 15px;
	color: #fff;
    font-family: Helvetica;
	text-decoration: none;
	font-size: 18px;
}

#postListingTitle a {
	float: right;
	color: #fff;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
  float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}

/*** Customization ***/

.signature { 
	font-family: 'Dawning of a New Day', cursive;
	font-size:42px;
}

ul.blogroll,
ul.blogroll li { margin-bottom: 15px; }

.list-paragraphs {
	
}

.clear {
	clear:both
}

.simple-social-icons {
    overflow: hidden;
    float: right;
}
.simple-social-icons li:last-child {
	margin-right: 0 !important;
}

#wrap .inner {
    border: none;
}

#resource-entry {
	border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.linkOptions {
	margin: 10px 0 10px 0;	
}

/* Links between person and story pages */

#genealogyPerson {
	background: url(https://www.collectingcousins.com/wp-content/uploads/tree-bg.jpg) top center no-repeat;
	padding: 0;
	margin:0 0 25px 25px;
	border: 1px solid #8A745F;
  	-moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width: auto;
	float:right;
}
.custom-person #genealogyPerson {
	margin:0 40px 25px 25px;
}
#genealogyPerson h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-shadow: 1px 1px 5px #3f301b;
}

#genealogyPerson a {
	text-decoration: none;
	background: url(https://www.collectingcousins.com/wp-content/uploads/white-bg.png) repeat;
	padding: 16px 20px 16px 20px;
	display: block;
	margin-bottom: 0;
	position: relative;
	line-height: 1;
	text-transform: uppercase;
	font-size: 24px;
	-moz-transition: all 0.05s ease-in-out;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

#genealogyPerson a:hover {
	background: #716156;
	color: #fff;
}

#genealogyPerson a:after {
	content: ' \25b6';
	font-size: 24px;
}

#genealogyPerson a span.smaller {
	font-size: 16px;
}

#genealogyPerson a span.number {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -28px;
	background: #716156;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 36px;
}

#genealogyPerson a:hover span.number {
	background: #fff;
	color: #716156;
}


#genealogyPerson a:hover {
	font-style: normal;
}


/* Person Entry Styles  */

.custom-person h1{
	margin: 0 0 10px 25px;
	font-size: 32px;	
}
.custom-person h2{
	margin: 0 0 25px 25px;	
	text-transform: uppercase;
	font-size: 24px;
}
.custom-person p{
	margin: 0 0 25px;
}

.personLink {
	margin: 0 25px 25px 0;	
}

/* Story Entry Styles */

.custom-story h2{
	margin: 0 0 25px 0;	
	text-transform: uppercase;
	font-size: 24px;	
}
.custom-story h1{
	margin: 0 0 10px 0;
	font-size: 32px;	
}

.storyNote {
	font-style: italic;
	font-size: 90%;	
}


/* Newsletter Entry Styles */

.custom-newsletter h1{
	font-size: 16px;
	font-family: Helvetica;
}
.custom-newsletter h1:before{
	content:"Newsletter Archive: ";
	text-transform: uppercase;
	font-family: "Quattrocento Sans",sans-serif;	
}
.entry-content .custom-newsletter h2{
	border-bottom: 3px solid #DDDDDD; margin-bottom: 15px; padding-bottom: 4px; font-family: 'Quattrocento',serif; color:#6E5D4B; font-weight:normal;
}
.topNL #email {
	margin-top: 0;
}

.feedRSS2HTML img{
	float: left;
	margin: 0 15px 15px 0;
}

/*The section below styles the whole post page numbers area*/
.pages
{
font-size:16px;
display:block;
clear:both;
padding: 3px 0 5px 5px;
}

/*The section below styles the post page number links and visited links*/
.pages a,
.pages a:link,
.pages a:visited,
.pages a:active {
    margin: 4px !important;
    padding: 6px 10px !important;
    text-decoration: none !important;
    background-color: #6e5d4b;
    border: 1px solid #6e5d4b !important;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
}

/*The section below styles the post pagination link while hovering mouse over over it*/
.pages a:hover {
    border: 1px solid #a7a7a3 !important;
    color: #fff !important;
    background: #89B300 !important;
	font-style:normal;
}

/* Drop the content below the admin bar */

body.admin-bar .menu-primary {
    top: 28px !important;
}

/* Keep the Sidebar H2 Style */

#sidebar h2{
	margin: 5px;	
	text-transform: none;
	font-size: 18px;
    padding-left: 10px;
}


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

a.inline-twitter-link {
  background: none repeat scroll 0 0 #f2efea !important;
  color: #6e5d4b !important;
  text-decoration:none;
}

.inline-twitter-link .dashicons {
  color:#00ACED !important;
  font-size:inherit;
  line-height:inherit;
  text-decoration:none;
}

/* Share This */

.fb_iframe_widget {
	height: 30px;
}
.st_fblike_large {
	vertical-align: top !important;
}

/* google maps  */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: none !important;
}

.acf-map h4 {	
	font-size: 16px;
    margin: 10px 0;
}

.acf-map  p {
	margin: 0 0	10px;
}

/* Person Map  */

.person-map{
		
}

/*  ShareThis */

.sharethis {
	margin: 25px 0 0;
	width:auto;	
}

/* footNotes plugin */

.footnote_plugin_tooltip_text {
    cursor: pointer;
    font-size: 60%;
}

/* Timeline Plugin */

.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2, .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4, .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
	font-family: "Quattrocento",serif !important;
	color: #695d4d;
}

.vco-storyjs h2.start {
    font-size: 28px;
	font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}

.vco-slider .slider-item .content .content-container .text .container p {
	font-family: "Quattrocento",serif !important;
	color: #695d4d;	
	font-size: 16px;
}

.entry-content .vco-storyjs .twitter, .entry-content  .vco-storyjs .vcard, .entry-content  .vco-storyjs .messege, .entry-content  .vco-storyjs .credit, .entry-content  .vco-storyjs .caption, .entry-content  .vco-storyjs .zoom-in, .entry-content  .vco-storyjs .zoom-out, .entry-content  .vco-storyjs .back-home, .entry-content  .vco-storyjs .time-interval div, .entry-content  .vco-storyjs .time-interval-major div, .entry-content  .vco-storyjs .nav-container {
	font-family: "Quattrocento",serif !important;	
	color: #695d4d !important;	
}

.vco-storyjs .vco-feature h1.date, .vco-storyjs .vco-feature h2.date, .vco-storyjs .vco-feature h3.date, .vco-storyjs .vco-feature h4.date, .vco-storyjs .vco-feature h5.date, .vco-storyjs .vco-feature h6.date {
    font-family: "Quattrocento",serif !important;	
}

.vco-timeline .vco-navigation .timenav-background .timenav-line {
    background-color: #89B300;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    height: 150px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 1;
}

.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
    color: #89B300;
    margin-top: 5px;
}

.vco-timeline .vco-navigation .timenav .content .marker.active .line {
    background: #89B300 none repeat scroll 0 0;
    width: 1px;
    z-index: 199;
}

/*WPSSO responsive social sharing
------------------------------------------------------------ */
#wpsso-rrssb-sidebar {
	top: 75% !important;
}

/* Contact-7 Plugin
------------------------------------------------------------ */
div.wpcf7-mail-sent-ok {
	border: 2px solid #89B300 !important;
}
span.wpcf7-list-item { 
	display: block !important; 
}


/*  Dashicons  
------------------------------------------------------------ */
.dashicons, .dashicons-before::before {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: dashicons;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    margin-right: 15px;
    text-align: left;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}

/* responsiveVideos
------------------------------------------------------------ */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
margin-bottom: 35px;	
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Cookie Consent
--------------------------*/

#catapult-cookie-bar {
	background-color: #695d4d !important;
	color: #fff;
	font-family: 'Quattrocento', serif;
}

button#catapultCookie{
	font-family: 'Quattrocento', serif;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
	background-color: #fff !important;
	color: #695d4d !important;
}

/* Responsive Design
------------------------------------------------------------ */

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

	#wrap {
		width: 920px;
	}
	
	#title-area {
		width: auto;
	}
	
	#header .widget-area {
		width: 300px;
	}
	#header .s {
	width: 180px;
	}

	#content-sidebar-wrap {
		width: 654px;
	}
	
	.sidebar-content-sidebar #content-sidebar-wrap {
		width: 664px;
	}
	
	#content {
		width: 284px;
	}
	
	.sidebar-content-sidebar #content {
		width: 294px;
	}
	
	.content-sidebar #content,
	.sidebar-content #content {
		width: 494px;
	}
	
	.full-width-content #content {
		width: 834px;
	}

	.footer-widgets-1 {
		width: 32%;
	}
	
	.footer-widgets-2 {
		width: 32%;
	}
	
	.footer-widgets-3 {
		width: 32%;
	}

	.custom-home #content {
		padding-right: 0px;
		padding-left: 40px;
	}

	.widgetColumn {
		width: 30.65%;
	}

	#genealogyResources a {
		font-size: 23px;
		margin-bottom: 10px;
		padding-left: 70px;
	}

	#genealogyResources a span.smaller {
		font-size: 17px;
	}

	#genealogyResources a span.number {
		height: 46px;
		width: 46px;
		line-height: 46px;
		margin-top: -23px;
	}

	#genealogyResources {
		padding-top: 15px;
	}

	#genealogyResources h2 {
		font-size: 23px;
		margin-bottom: 10px;
	}	

	#genealogyResources a:after {
		font-size: 18px;
	}
	.custom-person .sharethis {
		margin: 25px 0;
		width:auto;	
	}
	.custom-person #respond {
		margin: 0;
	}
}

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

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.full-width-content.quattro-landing #content,

	.quattro-landing #wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-content-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .gototop,
	#footer-widgets .wrap,
	#sidebar-alt,
	#wrap {
		width: 100%;
		}
	#wrap {
		margin: 44px auto 0 !important;
		}
	#inner {
    	padding: 0 40px;
	}
	.custom-person #inner {
		padding: 0;	
	}
	.custom-person #sidebar {
		padding: 0 40px 0 40px;
		width: auto;	
	}
	.person-entry-content {
		padding: 40px 40px 0;
		margin-bottom: 15px;	
	}
	.custom-person .sharethis {
		margin: 25px 40px;
		width:auto;	
	}
	.custom-person #respond {
		margin: 40px;
	}
	#comment {
    width: 95%;
	}
	.sidebar {
    border-top: 1px solid #695d4d;
    display: inline;
    float: right;
    margin: 20px 0 10px 40px;
    padding: 5px 0;
	}
	.sidebar .widget {
		padding: 0;
	}
	.sidebar .widget_text {
    display: inline-block;
    margin: 10px;
    padding: 0;
    vertical-align: bottom;
    width: 40%;
	}
	.sidebar .widget_text img.alignleft, .sidebar .widget_text img.alignright, .sidebar .widget_text img.aligncenter, .sidebar .widget_text .wp-caption.alignleft, .sidebar .widget_text .wp-caption.alignright, .sidebar .widget_text .wp-caption.aligncenter {
		margin: 5px 0 0;
	}
.sidebar #cafepress {
	width: 298px;
}


	#footer .creds {
    	float: left;
		text-align:left;
		padding:10px 40px 0
	}
/* 	.header-image #title-area, .header-image #title, .header-image #title a {
    display: block;
    float: none;
    height: 170px;
    overflow: hidden;
    padding: 0;
   text-indent: -9999px; 
    width: 320px;
	}*/

/*		.menu-primary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#title,
	#title-area {
		float: none;
	text-align: center; 
	}*/
	
	
	.quattro-landing #wrap,
	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		box-shadow: none;
		box-sizing: border-box;
		margin: 44px auto 0 !important;
		padding: 0;
	}
	
	#wrap .inner {
		border: none;
		padding: 0;
	}


	 #content {
		 padding: 0;
	 }

	 .navigation {
		 margin: 0 0 20px;
	 }

	 #respond {
		 margin: 0 0 15px;
	 }
	 
	

	#footer .wrap {
	padding: 10px 0;
	}

	.widgetColumn {
		width: 32.25%;
	}
	
	.custom-home #content {
		padding-left: 0;
	}
	
	#homeLeft,
	#homeCenter {
		margin-right: 1%;
	}
	

}

@media only screen and (min-width: 801px) and (max-width: 900px) {
	
         .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  #content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
    
	.widgetColumn {
    	width: 32.25%;
	}

	#genealogyResources a {
		font-size: 20px;
		padding-left: 58px;
	}

	#genealogyResources a span.smaller {
		font-size: 14px;
	}

	#genealogyResources a span.number {
		height: 36px;
		width: 36px;
		line-height: 36px;
		margin-top: -18px;
		font-size: 20px;
	}
	#nav > .wrap > ul > li:last-child a {
    padding-right: 20px;
	}
/*	#header {
		padding: 0 10px;	
	}
	#header .widget-area {
    	width: 330px;
	}
	.widgetColumn {
		width: 336px;
	}

	#homeLeft,
	#homeCenter {
		width: 45%;
		margin: 0 2%;
	}

	#homeRight {
		width: 100%;
		border-top: double #ccc;
		padding-top: 25px;
		margin-top: 25px;
		clear: both;
		text-align: center;
	}

	#homeRight .widget {
		display: inline-block;
		margin: 0 1.5% 15px;
		max-width: 46%;
	}
	
	#title {
		font-size: 42px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		background: none;
		border: none;
		padding: 5px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
	
	.genesis-grid-even,
	.genesis-grid-odd {
		float: left;
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	} */
}

 @media only screen and (min-width: 320px) and (max-width: 750px) {
	body.admin-bar .menu-primary {
    top: 44px !important;
	}
	
	.menu-primary,
	.menu-secondary,
	#header ul.menu,
	#header .widget-area {
		width: 100%;	
	}
	
	#header .widget-area {
    	float: left;
    	padding: 20px 0 0;
		width: 350px;
	}
	.simple-social-icons, .menu-secondary-menu-container, #header .searchform {
    	float: left;
	}
	.simple-social-icons ul li {
	margin: 0 6px 12px 0 !important;
	}
	#title-area {
		padding: 0;
	}
	
	#header .widget-area {
		padding: 10px 0 20px;
		float:left;
	}

	#header .searchform {
		float: left;
		margin: 0;
		padding: 5px 0;
		text-align: center;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
	}
	#nav > .wrap > ul > li:last-child a {
    padding-right: 20px;
	}
	#menu-secondary-menu li {
 	   padding: 0 16px 0 15px;
	}
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }
	#menu-secondary-menu li:last-child {
    	padding: 0 16px 0 0;
	}
	
	.menu-primary li:first-child {
	margin: 2px;
	}
	
	#homeLeft,
	#homeCenter,
	#homeRight {
		width: 336px;
		max-width: 100%;
		margin: 0 auto 10px;
		display: block;
	}

	#homeRight {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

	#homeRight .widget {
		display: block;
		margin: 0 0 10px;
		max-width: 100%;
	}
	
	.sidebar .widget_text {
    display: inline;
    margin: 5px;
    padding: 0;≠
    vertical-align: bottom;
    width: auto;
	}
	
}
  @media only screen and (min-width: 520px) and (max-width: 780px) {
 	body.admin-bar .menu-primary {
    top: 46px !important;
	}
}
  
@media only screen and (min-width: 423px) and (max-width: 690px) { 
 	/* .quattro-landing #wrap, #wrap {
    margin: 86px auto 0 !important;
	}*/
	.wp-caption {
	max-width: 365px;
	max-height: auto;	
	}
	img {
	max-width: 365px;
	max-height: auto;
	}
 } 

 @media only screen and (min-width: 301px) and (max-width: 422px) { 
 	.quattro-landing #wrap, #wrap {
    margin: 86px auto 0 !important;
	}
	.wp-caption {
	max-width: 250px;
	max-height: auto;	
	}
	img {
	max-width: 250px;
	max-height: auto;
	}
 }

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

	#header {
		padding: 0;	
	}
	#title {
		font-size: 30px;
	}
	
	#description {
		font-size: 14px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}
	
	.simple-social-icons {
    overflow: hidden;
    float: left !important;
	}
	
	.wp-caption {
	max-width: 200px;
	max-height: auto;	
	}
	
	img {
	max-width: 200px;
	max-height: auto;
	}
	
}   