/*
	Theme Name: Abby The IA Theme
	
	Description: Based on Minimum Pro, a mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Carrie Bishop
	Author URI: 
	Version: 3.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	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
		- Forms
		- Tables
	- 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
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- 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
}
[hidden] {
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: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */

*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.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, .wrap:before {
	content: " ";
	display: table;
}
.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, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	/*background-color: #fff;*/
	
	background-image: url('http://abbytheia.com/wordpress/wp-content/uploads/2014/07/DoodleBackground_Flat.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100%;
	
	
	color: #333;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	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: #BD1D2A;
	font-weight: 400;
	text-decoration: none;
}
a img {
	margin-bottom: -6px;
}
a:hover {
	color: #BD1D2A;
	
}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding: 0;
}
blockquote, blockquote::before {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	border-left: 1px dashed #666;
	padding-left: 20px;
	font-size: 24px;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	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;
}
/*abby's custom font */


@font-face {
	font-family: 'abby_covert_newsharpie';
	src: url('fonts/abbycovertnew-regular-new-webfont.eot');
	src: url('fonts/abbycovertnew-regular-new-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/abbycovertnew-regular-new-webfont.woff') format('woff'), url('fonts/abbycovertnew-regular-new-webfont.ttf') format('truetype'), url('fonts/abbycovertnew-regular-new-webfont.svg#abby_covert_newsharpie') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* grid style for home and category pages*/



.home .entry {
	float: left;
	margin-bottom: 15px;
	width: 50%
}
.home .entry:nth-of-type(2n) {
	float: right;
	padding-left: 15px;
}
.home .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 15px;
}
.category .entry {
	float: left;
	margin-bottom: 15px;
	width: 50%
}
.category .entry:nth-of-type(2n) {
	float: right;
	padding-left: 0px;
	padding-right: 15px;
}
.category .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 15px;
	padding-left: 15px;
}
/*grid style for talks page */

/*.category-talks .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
width: 50%
}

.category-talks .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.category-talks .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}*/



.category-talks .entry {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.category-talks .entry:nth-of-type(2n) {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.category-talks .entry:nth-of-type(2n+1) {
	width: 100%;
	padding-left: 15px;
}
/*grid style for lessons page */

.lessons {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 50%
}
.lessons:nth-of-type(2n) {
	float: right;
	padding-left: 15px;
}
.lessons:nth-of-type(2n+1) {
	clear: left;
	padding-right: 15px;
}
.clear-lesson {
	clear: both;
}
.lesson-title {
	color: #333;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.lesson-title a {
	text-decoration: underline;
	font-weight: bold;
}
.lesson-title a:hover {
	color: #BD1D2A;
}
/* byline styles */

.byline-post-date {
	float: left;
	margin: 0 2em 1.5em 0;
}
.byline-post-day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: -0.2em;
}
.byline-post-year {
	font-size: 1.3em;
	margin-bottom: -0.2em;
}

.byline-author-info {margin-left: 90px; margin-bottom: 30px;}


/*event styles */

.event-title h3 {
	clear: none;
	margin: 0 !important;
	padding: 0;
	color: #BD1D2A;
}
.event-day {
	font-size: 1.6em !important;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: -0.2em;
}
.event-weekday {
	font-size: 1em !important;
}
.event-year {
	font-size: 1em !important;
	line-height: 1em !important;
	letter-spacing: normal !important;
	padding-bottom: 0.3em;
}
.event-time {
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	font-weight: lighter !important;
	line-height: .5em;
}
.event-list .start-date, .event-list .end-date {
	text-align: center;
	width: 3.2em;
	border-radius: 5px;
	background-color: #fff !important;
}
.event-details {
	font-size: 1em !important;
}
.event-location {
	display: block;
	font-weight: 400;
	line-height: 1em;
}

li.event {
clear: both;
margin: 0 0.5em 15px 0.5em;
zoom: 1;
}


/*infinite scroll styles*/

.infinite-wrap .entry-content p {
	display: none;
}
.infinite-wrap .entry-footer {
	display: none;
}
/*post featured image */

.entry-header .post-image {
	margin: auto;
	display: block;
	padding-bottom: 30px;
.
}
/*header image collages*/

.below-post-title img {
	padding-bottom: 15px;
}
.jetpack-image-container img {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*article width */

/*.entry-content { width: 500px; display:block; margin: auto;}*/


/* abby the ia font-size */

.genesis-nav-menu .menu-item-3116 a {
	font-size: 24px;
}
/*mail chimp*/

#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"], #mc_embed_signup input[type="password"] {
	margin: 0 5px;
	width: 20%;
	display: inline-block;
}
#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	padding-top: 15px;
}
#mc_embed_signup label {
	display: inline-block;
	font-weight: bold;
}
#mc_embed_signup form {
	position: relative;
	text-align: left;
	padding: 10px 0px 0px 3%;
}
#mc_embed_signup input.button {
	display: inline-block;
	width: 20%;
	margin: 0 0 10px 0;
	min-width: 90px;
}
#mc_embed_signup .button {
	background-color: #000;
	text-transform: none;
}


.posts-pagination-previous, .posts-pagination-next {width: 40%; }


.fa-angle-double-left {float: left; margin-right: 5px; margin-top: 3px; color:#BD1D2A; }


.fa-angle-double-right {float: right; margin-left: 5px; margin-top: 3px; color:#BD1D2A;}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
h1 {
	font-size: 24px;
}


h1.entry-title, h1.entry-title a  {font-weight: bold; }
h2 {
	font-size: 22x;
	margin-top: 15px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img, .gallery img {
	width: auto; /* IE8 */
}
/* Forms
--------------------------------------------- */

input, select, textarea {
	background-color: #fff;
	border: 1px solid #000;
	/*border-radius: 5px;*/
	box-shadow: none;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 300;
	min-width: 38%;
	padding:5px;
}
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: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #BD1D2A;
}
.entry-content .button:hover {
	color: #fff;
}
.button {
	/*border-radius: 3px;*/
	display: inline-block;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* 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;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	/*	max-width: 1140px;*/
	max-width: 890px;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}
.site-inner {
	background: transparent;
}
.site-inner .wrap {
	/*background: #FFFFFF;*/
	padding: 0px;
	
}
#home-featured {
	padding: 1.5rem;
}
#home-middle {
	padding-left: 1.5rem;
}
.footer-widgets {
	background: transparent;
}
.footer-widgets .wrap {
}
.site-footer {
	background: transparent;
}
/* Site Containers
--------------------------------------------- */

.home-featured {
}
.home-featured li {
	list-style-type: none;
}
.home-featured .widget {
	padding: 0px 0px 0px 0px;
}
.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;
	max-width: 100%
}
.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}
.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}
.site-tagline {
	/*background-image:url(images/header-image.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: none;
	margin-top: 10px;
	padding: 40px 0;
	height: 270px;
}
.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-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: #BD1D2A;
}
#post-nav {
	border-top: 1px solid #000;
	padding-top: 15px;
}
.post .entry-title {
	text-align: center;
}
.portfolio-odd .entry-title, .portfolio-even .entry-title {
	text-align: left;
	margin-top: 0em;
}
.page .entry-title {
	font-family: 'abby_covert_newsharpie', Arial, Helvetica, sans-serif;
	text-align: center;
}
.talks-title {
	font-family:  'abby_covert_newsharpie', Arial, Helvetica, sans-serif;
	text-align: center;
}
.archive-title {
	font-family: Helvetica,  Arial, sans-serif;
	text-align: center;
}
#infinite-handle {
	text-align: center;
}
#infinite-handle span {
	background: scroll 0% 0%;
	/*background-image: url('fonts/downarrow.gif');
	background-repeat: no-repeat;
	
	background-position: left;*/
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	border-radius: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	padding: 6px 16px;
}
.down-arrow {
	background-image: url('fonts/downarrow.gif') !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	padding-left: 25px !important;
	
}


#six-more {
	background: scroll 0% 0%;
	/*background-image: url('fonts/downarrow.gif');
	background-repeat: no-repeat;
	
	background-position: left;*/
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	border-radius: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	padding: 6px 16px;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	/*width: 720px;*/
	/*width: 640px;*/
	width: 460px;
}
.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: 48px;
	width: 48px;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}
.sticky {
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 0px;
}
a.alignnone, img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
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;
}
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;
	padding-top: 10px;
}
.gallery-caption {
}
/*
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;
}
.author-box {
	background-color: #f5f5f5;
}
.archive-description {
}
.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: 24px;
	line-height: 1;
}
.category .entry-title {
	font-size: 20px;
	padding-top: 15px
}
.home .entry-title {
	font-size: 20px;
	padding-top: 15px;
	color: #BD1D2A;
}
.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}
.single-portfolio .entry-title {
	margin-bottom: 20px;
}
.entry-title a, .sidebar .widget-title a {
	color: #333;
	text-decoration: underline;
}
.entry-title a:hover {
	color: #BD1D2A;
}
.widget-title {
	font-size: 20px;
	margin-bottom: 24px;
	font-family: Helvetica, Arial, sans-serif;
}
#home-featured .widget-title {
	margin-bottom: 10px;
}
.sidebar .widget-title a {
	border: none;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
	text-align: left;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}
.featured-content .entry:last-child {
	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;
}
/*
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: #BD1D2A;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
}
.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}
.sidebar .enews-widget .widget-title {
	color: #fff;
}
/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 16px 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
si
}
/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*background-color: #fff;*/
 tag- left: 0;
	letter-spacing: 1px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .site-header {
	top: 32px;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
	display: none;
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.site-title a, .site-title a:hover {
	border: none;
	color: #333;
	display: none;
}
.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 {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	/*	float: right;*/
	text-align: center;
	/*width: 1140px;*/
	width: 890px;
}
.site-header .search-form {
	float: right;
	margin-top: 10px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 20px;
	font-family: 'abby_covert_newsharpie', Helvetica, 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: 19px;
	padding: 15px;
	position: relative;
	font-family: 'abby_covert_newsharpie', Helvetica, sans-serif;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #BD1D2A;
}
.genesis-nav-menu .current-menu-item > a {
}
.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: 160px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}
.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: #333;
}
.nav-primary a, .nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}
.nav-primary .sub-menu a:hover {
	color: #BD1D2A;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}
.site-footer .nav-secondary a {
}
.site-footer .nav-secondary a:hover {
}
.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}
.site-footer .nav-secondary .sub-menu a:hover {
	color: #BD1D2A;
}
/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}
/*#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;

}*/


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
/*margin-bottom: 40px;*/
}
.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}
.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}
.post-type-archive-portfolio .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: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.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-meta {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.entry-meta a {
	border: none;
	font-weight: bold;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories, .entry-tags {
	display: block;
}

.portfolio-image 



/* 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: 0px 0px;
	height: 30px;
	/*visibility: hidden;*/
}
.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: #BD1D2A;
}
/* Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 60px;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 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 {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 370px;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar img {
	margin-bottom: 15px;
}
.sidebar .featured-content img {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.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: #BD1D2A;
	color: #fff;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
 000;
	clear: both;
}
.footer-widgets .wrap {
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
}
.footer-widgets-1 {
	width: 100%;
	display: block;
	margin: auto;
	border-top: 1px solid #000;
}
.footer-widgets-1, .footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets a {
	color: #BD1D2A;
	text-decoration: underline;
}
.footer-widgets a:hover {
}
.footer-widgets .widget {
}
.footer-widgets .widget-title {
}
.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;*/
	padding: 15px 0;
	text-align: center;
}
.site-footer p {
	color: #000;
}
.site-footer a:hover {
	color: #000;
}
.site-footer a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	border: none;
}
.site-footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0;
}
.site-footer a {
	font-weight: bold;
}
.creds {
	border-top: 1px solid #000;
	padding-top: 15px;
	margin-bottom: 15px;
}
.talks-footer {
	margin: auto;
	margin: 15px auto 0px auto;
	display: block;
	text-align: center;
}
#footer-box {
	padding: 15px;
	border: 1px dashed #000;
	display: inline-block;
	width: 25%;
	margin: auto;
	text-align: center
}
.email-list {
	padding-top: 30px;
	padding-bottom: 15px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/*@media only screen and (min-width: 1375px) {
.site-container {
	background-image: url(../../../../DoodleBackground_Flat.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100%;
	
	
}
}*/


@media only screen and (max-width: 1500px) {
body {
	background-image: none!important;
	
}
}





 @media only screen and (max-width: 1179px) {
.wrap {
	max-width: 890px;
}
.site-header .widget-area {
	width: auto;
	margin: auto;
}
.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;
/*	padding-left: 5%;
padding-right: 5%;*/
}
.content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .minimum-landing .site-inner, . .site-header .widget-area, .site-tagline-left, .site-tagline-right, .title-area {
 width: 100%;
}
.sidebar {
	width: 280px;
}
.site-header {
	position: static;
}
.site-inner {
	padding: 0px 5% 0px 5%;
}
.post-type-archive-portfolio .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;
	padding: 20px 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%!important;
 padding-right: 5%!important;
}

.footer-widgets-1 {margin-bottom: 15px; }




.site-footer {
	padding-left: 5%!important;
 padding-right: 5%!important;

}
#footer-box {
	width: 40%;
}
}
 @media only screen and (max-width: 830px) {
.sidebar {
	width: 100%;
}


.content {float: none; width: 100%; }

}
 @media only screen and (max-width: 768px) {
.site-header {
	padding-bottom: 10px;
}
.title-area {
	padding-bottom: 6px;
}
.minimum .site-tagline {
	margin-top: 200px;
}
.genesis-nav-menu a {
	padding: 20px 10px;
}
.site-footer .nav-secondary a {
	margin: 0 10px;
}
.responsive-menu {
site-f display: none;
}
#responsive-menu-icon {
	display: block;
}
.home-featured .simple-social-icons ul li a {
	font-size: 36px !important;
	padding: 20px !important;
}
.genesis-grid-even, .genesis-grid-odd, .post-type-archive-portfolio .entry {
	width: 100%;
}
.portfolio-image {
	margin: auto;
	display: block;
}
.home .entry {
	width: 100%;
	display: block;
	margin: 0 auto 0px;
	text-align: center;
}
.home .entry:nth-of-type(2n) {
	float: none;
	padding: 0;
}
.home .entry:nth-of-type(2n+1) {
	float: none;
	padding: 0;
}
.category .entry {
	width: 100%;
	display: block;
	margin: 0 auto 0px;
	text-align: center;
}
.category .entry:nth-of-type(2n) {
	float: none;
	padding: 0;
}
.category .entry:nth-of-type(2n+1) {
	float: none;
	padding: 0;
}
/*grid style for talks page */

.category-talks .entry {
	width: 100%!important;
	display: block;
	margin: 0 auto 0px;
	text-align: center;
}




.category-talks .entry:nth-of-type(2n) {
	float: none;
	padding: 0;
}
.category-talks .entry:nth-of-type(2n+1) {
	float: none;
	padding: 0;
}
.lessons {
	width: 100%;
	display: block;
	margin: 0 auto 0px;
	text-align: center;
	
}
.lessons:nth-of-type(2n) {
	float: none;
	padding: 0;
}
.lessons:nth-of-type(2n+1) {
	float: none;
	padding: 0;
}
.post-type-archive-portfolio .entry:nth-of-type(2n), .post-type-archive-portfolio .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%;
}


.portfolio-odd .entry-title, .portfolio-even .entry-title {
	text-align: center;
	margin-top: 0em;
}

.footer-widgets {padding-left: 5%; padding-right: 5%; }

}

@media only screen and (max-width: 690px) {
.site-inner .wrap {
padding: 0px 0px 0px 0px!important; 
}

#six-more {font-size: 19px;}

.pagination-previous, .pagination-next {
    width: 50%;
}

}

 @media only screen and (max-width: 600px) {
.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4 {
	width: 100%;
}
.home-featured .widget-area:nth-of-type(2n+1) {
	clear: left;
}

blockquote {font-size: 20px;}

#mc_embed_signup label {
    display: block;
	margin: 0px auto 10px auto;
	
    font-weight: bold;
	text-align: center;
}
	
#mc_embed_signup input.button {
    display: block;
    width: 65%;
    margin: 15px auto 10px auto;
    min-width: 90px;	
	
}

#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"], #mc_embed_signup input[type="password"] {
	margin: auto;
	width: 75%;
	display: block;
	
}


}
 @media only screen and (max-width: 320px) {
.header-image .site-header .title-area .site-title a {
	background-size: contain !important;
}
}