/*

	Theme Name: Audrey

	Theme URI: http://demos.rhondajaidesigns.com/audrey

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: Rhonda Jai Designs

	Author URI: http://www.rhondajaidesigns.com/



	Version: 2.0



	Tags: one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready



	Template: genesis

	Template Version: 2.1



	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php 

*/



 

/* Table of Contents



	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Galleries

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Page Title

		- Column Widths and Positions

		- Genesis Grid Loop

		- Column Cls

	- Common Classes

		- WordPress

		- Genesis

		- Headings

	- Widgets

		- Featured Page and Featured Post

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Jetpack

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Responsive Menu

		- Primary Navigation

		- Secondary Navigation

	- Content Area

		- Entries

		- After Entry

		- Pagination

		- Comments

	- Sidebars

	- About Me Widgets

	- Social Media Icons

	- 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:0 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

--------------------------------------------- */



.author-box:before,

.clearfix:before,

.entry-comments:before,

.entry: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;

}



.author-box:after,

.clearfix:after,

.entry-comments:after,

.entry: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;

	color: #000;

	font-family: 'Open Sans', serif;

	font-size: 16px;

	line-height: 1.625;

	-webkit-font-smoothing: antialiased;

}



body.landing {

	background-color: #000;

}



a,

button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.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: #7f7f7f;

	color: #fff;

}



::selection {

	background-color: #7f7f7f;

	color: #fff;

}



a {

	color: #c0912c;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



p {

	margin: 0 0 24px;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote,

blockquote::before {

	color: #7f7f7f;

}



blockquote {

	margin: 40px 40px 24px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



.entry-content code {

	background-color: #7f7f7f;

	color: #ddd;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #000;

	font-family: 'Josefin Sans', sans-serif;

	font-weight: 400;

	line-height: 1.2;

	margin: 0;

	margin-bottom: 16px;

	padding: 0;

}



h1 {

	font-size: 36px;

}



h2 {

	font-size: 28px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

	width: auto; /* IE8 */

}



/* Gallery

--------------------------------------------- */



.gallery {

	overflow: hidden;

	margin-bottom: 28px;

}



.gallery-item {

	float: left;

	margin: 0;

	padding: 0 4px;

	text-align: center;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery-columns-2 .gallery-item:nth-child(2n+1),

.gallery-columns-3 .gallery-item:nth-child(3n+1),

.gallery-columns-4 .gallery-item:nth-child(4n+1),

.gallery-columns-5 .gallery-item:nth-child(5n+1),

.gallery-columns-6 .gallery-item:nth-child(6n+1),

.gallery-columns-7 .gallery-item:nth-child(7n+1),

.gallery-columns-8 .gallery-item:nth-child(8n+1),

.gallery-columns-9 .gallery-item:nth-child(9n+1) {

	clear: left;

}



.gallery .gallery-item img {

	border: none;

	height: auto;

	margin: 0;

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ccc;

	border-radius: 1px;

	box-shadow: 0px 0px 0px #fff;

	color: #000;

	font-family: 'Open Sans', serif;

	font-size: 16px;

	padding: 16px;

	width: 100%;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

	width: auto;

}



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button {

	background-color: #000;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	font-family: 'Open Sans', sans-serif;

	font-size: 12px;

	font-weight: 400;

	letter-spacing: .5px;

	padding: 5px 12px;

	width: auto;

	-webkit-font-smoothing: antialiased;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover {

	background-color: #ccc;

	color: #fff;

}



.button,

.button:hover {

	border-radius: 3px;

	display: inline-block;

	text-decoration: none;

}



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

--------------------------------------------- */

.site-container {

	padding-top: 35px;

}



.wrap {

	margin: 0 auto;

	max-width: 1140px;

}



.landing .wrap {

	max-width: 800px;

}



.site-inner {

	clear: both;

	margin: 55px 0 40px;

}



.site-inner .wrap {

	border-bottom: 1px solid #ddd;

}



.landing .site-inner {

	margin: 0;

	padding: 0;

}



.landing .site-inner .wrap {

	border: none;

}



/* Column Widths and Positions

--------------------------------------------- */



/* Wrapping div for .content and .sidebar-primary */



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	width: 950px;

}



.content-sidebar-sidebar .content-sidebar-wrap {

	float: left;

}



.sidebar-sidebar-content .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap {

	float: right;

}



/* Content */



.content {

	border-left: 0px solid #ddd;

	border-right: 0px solid #ddd;

	float: right;

	padding: 0px 0 24px;

	width: 800px;

}



.sidebar-content-sidebar .content,

.sidebar-sidebar-content .content,

.content-sidebar-sidebar .content {

	width: 660px;

}



.content-sidebar .content {

	border-left: none;

	float: left;

	padding-left: 0;

}



.content-sidebar-sidebar .content {

	border-left: none;

	float: left;

	padding-left: 0;

}



.sidebar-content-sidebar .content {

	float: left;

}



.sidebar-content .content {

	border-right: none;

	padding-right: 0;

}



.sidebar-sidebar-content .content {

	border-right: none;

	padding-right: 0;

}



.full-width-content .content {

	border: none;

	padding: 0;

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	width: 300px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 150px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}



/* Genesis Grid Loop

--------------------------------------------- */



.genesis-grid-even,

.genesis-grid-odd {

	margin-bottom: 20px;

	width: 48%;

}



.genesis-grid-even {

	float: right;

}



.genesis-grid-odd {

	clear: both;

	float: left;

} 



.genesis-grid .entry-title,

.genesis-grid .entry-title a {

	font-size: 30px;

	line-height: 1.2;

}



.genesis-grid img {

	width: 400px ;

	height: auto !important;

}



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

.author-box .avatar {

	margin-right: 24px;

}



.alignright .avatar {

	margin-left: 24px;

}



.author-box .avatar {

	height: 64px;

	width: 64px;

}



.entry-comments .avatar {

	height: 48px;

	margin: 0 16px 24px 0;

	width: 48px;

}



.sticky {

}



.search-form {

	overflow: hidden;

	width: 50%;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



a.alignleft,

a.alignnone,

a.alignright {

    max-width: 100%;

}



a.alignnone {

    display: inline-block;

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



img.alignnone {

	margin-bottom: 12px;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



img.alignleft,

.featured-content .alignleft img,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;

}



img.alignright,

.featured-content .alignright img,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

}



.wp-caption-text {

	font-size: 16px;

	font-weight: 700;

	margin: 0;

	text-align: center;

}



.gallery-caption {

	margin: 0 0 10px;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td {

	text-align: center;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	background-color: #fff;

	font-size: 16px;

	margin-bottom: 32px;

	padding: 0;

}



.archive-description,

.author-box {

	background-color: #fff;

	border-bottom: 2px solid #B7CE31;

	color: #7f7f7f;

	margin-bottom: 40px;

	padding: 0 0 20px 0;

}



.sidebar-content-sidebar .archive-description,

.sidebar-content-sidebar .author-box {

	margin: 0 -40px 40px;

}



.archive-description h1,

.author-box h1 {

	color: #000;

	font-family: 'Josefin Sans', serif;

	font-size: 36px;

	font-weight: 400;

	margin-bottom: 4px;

}



.archive-description p,

.author-box p {

	font-size: 15px;

	margin-bottom: 0;

}



/* Headings

--------------------------------------------- */



.entry-title {

	color: #c0912c;

	font-size: 34px;

	line-height: 1;

}



.entry-title a {

	color: #c0912c;

}



.sidebar .widgettitle a {

	color: #000;

}



.entry-title a:hover {

	color: #ccc;

	text-decoration: none;

}



.widgettitle {

	border-bottom: 1px solid #000;

	border-top: 2px solid #000;

	color: #000;

	font-size: 24px;

	letter-spacing: 1px;

	margin-bottom: 14px;

	padding: 7px 0 7px 0;

}



.site-header .widget-area .widgettitle {

	color: #fff;

	margin-bottom: 4px;

}



.sidebar .widgettitle a {

	border: none;

}



.archive-title {

	font-size: 36px;

	margin-bottom: 24px;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Featured Page and Featured Post

--------------------------------------------- */



.featured-content .entry {

	margin-bottom: 12px;

	padding: 0;

}



.featured-content .entry-title {

	font-size: 24px;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget input {

	margin-bottom: 16px;

}



.enews-widget input[type="submit"] {

	margin: 0;

	width: 100%;

}



/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {

	margin-bottom: 16px;

}



/* Jetpack

--------------------------------------------- */



img#wpstats {

	display: none;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	background-color: none;

	left: 0;

	top: 0;

	width: 100%;

	z-index: 999;

}



.admin-bar .site-header {

	top: 32px;

}



.header-image .site-header {

	padding: 0;



}



.site-header  {

	background: url(images/header.png) no-repeat top;

	padding: 0;

}



.nav-primary .wrap {

	background-image: none;

}



/* Title Area

--------------------------------------------- */



.title-area {

	display: block;

	margin: 0px auto;

	max-width: 1140px;

	height: 200px;

}



.site-title {

	font-family: 'Open Sans', sans-serif;

	font-size: 24px;

	font-weight: 400;

	letter-spacing: 1px;

	line-height: 1;

	margin: 0;

	padding: 20px 0;

}



.header-image .site-title {

	padding: 0;

}



.site-title a,

.site-title a:hover {

	color: #fff;

	text-decoration: none;

}



.header-image .site-title a {

	display: block;

	float: left;

	text-indent: -9999px;

	width: 100%;

	height: 200px;

}



.site-description {

	display: none;

}



/* Widget Area

--------------------------------------------- */



.site-header .widget-area {

	color: #fff;

	float: right;

	text-align: right;

	width: 800px;

}



.site-header .search-form {

	float: right;

	margin-top: 6px;

}



.site-header .widget_text {

	margin-top: 20px;

}



.site-header .widget_text p {

	margin-bottom: 0;

}





/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	background-color: #fff;

	line-height: 1;

	margin: 0;

	padding: 0;

	text-align: center;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	border-width: 0;

	display: inline-block;

	margin: 0;

	padding-bottom: 0;

	text-align: left;

}



.genesis-nav-menu a {

	background-color: #fff;

	border: none;

	color: #c0912c;

	display: block;

	padding: 26px 18px 25px;

	position: relative;

}



.genesis-nav-menu a:hover {

	color: #ccc;

	text-decoration: none;

}



.genesis-nav-menu .current-menu-item > a {

	color: #c0912c;

	text-decoration: none;

}



.genesis-nav-menu .sub-menu {

	left: -9999px;

	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: 190px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	border: 1px solid #eee;

	border-top: none;

	font-size: 20px !important;

	letter-spacing: 0;

	padding: 16px 20px;

	position: relative;

	width: 190px;

}



.nav-primary .genesis-nav-menu .sub-menu .sub-menu {

	margin: -47px 0 0 189px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary {

	border-top: 2px #000 solid;

	border-bottom: 1px #000 solid;

}



.nav-primary .genesis-nav-menu a {

	font-family: 'Josefin Sans', sans-serif;

	font-size: 24px;

}



.nav-primary .genesis-nav-menu > .menu-item > a {

	letter-spacing: 1px;

}



.nav-primary a:hover,

.nav-primary .sub-menu .current-menu-item > a:hover {

	color: #ccc;

}



.nav-primary .sub-menu {

	background-color: #fff;

}



.nav-primary .sub-menu a {

	padding: 16px 20px;

}



.nav-primary .sub-menu .current-menu-item > a {

	color: #c0912c;

}



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	margin-top: 10px;

}



.nav-secondary .genesis-nav-menu {

	line-height: 1.625

}



.nav-secondary a {

	font-family: 'Josefin Sans', serif;

	margin: 0 10px;

	padding: 0;

}



.nav-secondary a:hover,

.nav-secondary .current-menu-item > a {

	color: #000;

}



.nav-secondary .sub-menu .current-menu-item > a {

	color: #c0912c;

}



/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {

	cursor: pointer;

	display: none;

	margin-bottom: 10px;

	text-align: center;

	padding-bottom:10px;

}



.responsive-menu-icon::before {

	color: #000;

	content: "\f333";

	font: normal 34px/1 'dashicons';

	margin: 0px auto;

}





/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Entries

--------------------------------------------- */



.entry {

	margin-bottom: 40px;

}



.single .entry {

	margin-bottom: 16px;

}



.landing .entry {

	background-color: #fff;

	padding: 40px 40px 16px;

}



.genesis-grid {

	font-size: 16px;

}



.entry-content a {

	text-decoration: underline;

}



.entry-content ol,

.entry-content p,

.entry-content ul {

	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,

.entry-content .wp-caption p {

	margin-bottom: 0;

}



.entry-meta {

	clear: both;

	color: #000;

	font-size: 16px;

}



.entry-meta a {

	border-bottom: 1px dotted #c0912c;

}



.genesis-grid .entry-meta {

	font-size: 14px;

}



.entry-header .entry-meta {

	margin-bottom: 24px;

}



.entry-footer .entry-meta {

	border-top: 1px solid #efefef;

	padding-top: 12px;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



.entry-categories,

.entry-tags {

	display: block;

}



.home #signature {

	display: none;

}



/* After Entry

--------------------------------------------- */



.after-entry {

	background-color: #fff;

	margin-bottom: 40px;

	padding: 0px;

	text-align: center;

}



.after-entry .widget {

	margin-bottom: 40px;

}



.after-entry .widget:last-child,

.after-entry p:last-child {

	margin: 0;

}



.after-entry li {

	list-style-type: none;

}



/* Pagination

--------------------------------------------- */



.archive-pagination,

.entry-pagination {

	clear: both;

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	margin: 40px 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination a {

	background-color: #c0912c;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

}



.archive-pagination li.active a {

	background-color: #7f7f7f;

	text-decoration: none;

}



.archive-pagination a:hover {

	background-color: #ccc;

	text-decoration: none;

}





/* Comments

--------------------------------------------- */



.entry-comments,

.ping-list {

	margin-bottom: 40px;

}



.comment-header {

	font-size: 16px;

}



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

	margin-top: 24px;

	padding: 32px;

}



.comment-list li li {

	margin-right: -32px;

}



.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff; 

	border-right: none; 

}



.bypostauthor {

}





/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	display: inline;

	font-size: 16px;

	padding-top: 0px;

}



.sidebar img {

	margin-bottom: 10px;

}



.sidebar p:last-child,

.sidebar ul {

	margin-bottom: 0;

}



.widget li {

	list-style-type: none;

	margin-bottom: 8px;

	padding-bottom: 8px;

	text-align: left;

	word-wrap: break-word;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget ul ol > li {

	list-style-position: outside;

	text-indent: 0;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget ol > li:last-child,

.widget ul > li:last-child {

	border-width: 0;

	margin-bottom: 0;

	padding-bottom: 0;

}



.sidebar .widget {

	margin-bottom: 40px;

}



.sidebar .search-form {

	width: 100%;

}



/*

About Me Widgets

---------------------------------------------------------------------------------------------------- */



#image-3 img {

      border-radius: 250px;
      margin-bottom: -10px !important;
}



.sidebar .widget:nth-of-type(1) {

	margin-bottom: 0px !important;

}




#text-9 h4.widget-title {

	text-align: center;

}



#text-3 {

	text-align: justify;

}

.featuredImage {
	display:block;
	margin: 0 auto 0 auto;
}


/*

Social Media Icons

---------------------------------------------------------------------------------------------------- */



.widget-area .social {

	float:left;

	margin: 0 5px 0 5px;

	width: 50px; 

	height: 50px;

}



.widget-area .menu-social-container {

	clear:both; 

	margin: -20px 0 -10px 0;

	padding: 0 0 0 0;

	text-align: center;

}



.widget-wrap {

	clear:both !important;

	padding-bottom: 30px;

}	



.menu-social-container ul {

	display:inline-table;

}



.widget-area .menu-social-container li {

	display:inline;

	list-style-type: none;

	border-bottom: 0;

}



.widget-area .facebook {

    	background: url(images/social-facebook.png) no-repeat center center;

    	padding: 0px;

}

.widget-area .tumblr {

    	background: url(images/social-tumblr.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .googleplus {

    	background: url(images/social-googleplus.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .pinterest {

    	background: url(images/social-pinterest.png) no-repeat center center; 

    	padding: 0px;

}



.widget-area .twitter {

    	background: url(images/social-twitter.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .instagram {

    	background: url(images/social-instagram.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .youtube {

    	background: url(images/social-youtube.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .rss {

    	background: url(images/social-rss.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .email {

    	background: url(images/social-email.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .heart {

    	background: url(images/social-heart.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .person {

    	background: url(images/social-person.png) no-repeat center center;

    	padding: 0px;

}



.widget-area .facebook a,

.widget-area .pinterest a,

.widget-area .twitter a,

.widget-area .instagram a,

.widget-area .googleplus a,

.widget-area .heart a,

.widget-area .tumblr a,

.widget-area .rss a,

.widget-area .youtube a {

	border: 0;

	display: block;

	height: 51px;

	text-decoration: none;

	text-indent: -9999px;

	width: 51px;

}



/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background-color: #fff;

	color: #000;

	clear: both;

	font-size: 16px;

	padding-bottom: 40px;

	padding-top: 40px

}



.footer-widgets button,

.footer-widgets input[type="button"],

.footer-widgets input[type="reset"],

.footer-widgets input[type="submit"],

.footer-widgets .button {

	border: 1px solid #000;

}



.footer-widgets-1,

.footer-widgets-3 {

	width: 350px;

}



.footer-widgets-2 {

	width: 360px;

}



.footer-widgets-1 {

	margin-right: 40px;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}



.footer-widgets .widget {

	margin-bottom: 40px;

}



.footer-widgets .widget:last-child {

	margin-bottom: 0;

}



.footer-widgets .entry-title a,

.footer-widgets .widgettitle {

	color: #000;

}



.footer-widgets li {

	border-bottom: 0px solid #333;

	list-style-type: none;

	margin-bottom: 8px;

	padding-bottom: 8px;

	word-wrap: break-word;

}



.footer-widgets .search-form {

	width: 100%;

}



.footer-widgets .latest-tweets li span a {

	color: #c0912c;

}





/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	font-size: 16px;

	padding: 40px 20px;

	text-align: center;

}



.site-footer {

	color: #000;

}



.site-footer a {

	border-bottom: 1px dotted #c0912c;

	color: #c0912c;

}



.site-footer a:hover {

	color: #ccc;

	text-decoration: none;

}



.site-footer p {

	margin-bottom: 0;

}





/*

Media Queries

---------------------------------------------------------------------------------------------------- */



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



	.site-container {

		margin-top: 0;

	}

	

	.site-header  {

		background: url(images/header2x.png) no-repeat top;

		background-size: 100% auto;

	}



	.wrap {

		max-width: 960px;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content,

	.site-header .widget-area {

		width: 620px;

	}



	.content-sidebar-sidebar .content,

	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content {

		width: 400px;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-primary {

		width: 300px;

	}



}

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

	.title-area {
		height: 180px;
	}

	.site-header {
    	  background-size: 95% auto;
	}

	.genesis-nav-menu a {
  		padding: 2px 18px 25px;
    
	}

	.nav-primary .genesis-nav-menu a {
  
           font-size: 22px;
	
	}


}

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

	.site-container {

    		padding-top: 0;

	}

	.nav-primary .genesis-nav-menu a {
  
           font-size: 22px;
	
	}

	.title-area {
		height: 180px;
	}

	.genesis-nav-menu a {
  		padding: 2px 18px 25px;
    
	}
}



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



	.site-header  {

		background-size: 130% auto;

	}



	.header-image .site-title a {

		height: auto;

		padding-bottom: 22%;

	}



	.title-area {

		height: auto;

	}



	.featured-content img {

		max-width: 400px;

		height: auto;

	}



	.genesis-nav-menu.responsive-menu {

		border-bottom: 1px solid #ccc;

	}



	.nav-primary {

    		border-bottom: 0;

		border-top: 0;

		margin-bottom: 35px;

	}

	

	.wrap {

		max-width: 100%;

	}



	.content,

	.content-sidebar-sidebar .content,

	.content-sidebar-sidebar .content-sidebar-wrap,

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-content-sidebar .content,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-primary,

	.sidebar-secondary,

	.sidebar-sidebar-content .content,

	.sidebar-sidebar-content .content-sidebar-wrap,

	.site-header .widget-area,

	.title-area {

		width: 100%;

	}



	.site-header {

		position: static;

	}



	.site-inner {

		margin-top: 0;

		padding-left: 5%;

		padding-right: 5%;

	}



	.comment-respond,

	.entry,

	.entry-comments,

	.entry-footer .entry-meta,

	.sidebar .widget {

		padding: 0;

	}



	.genesis-nav-menu li,

	.nav-primary {

		float: none;

	}



	.genesis-nav-menu,

	.site-header .title-area,

	.site-title {

		text-align: center;

	}



	.genesis-nav-menu.responsive-menu {

		display: none;

	}



	.genesis-nav-menu.responsive-menu .menu-item,

	.responsive-menu-icon {

		display: block;

	}



	.genesis-nav-menu.responsive-menu .menu-item:hover {

		position: static;

	}



	.genesis-nav-menu.responsive-menu li.current-menu-item > a,

	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,

	.genesis-nav-menu.responsive-menu li a,

	.genesis-nav-menu.responsive-menu li a:hover {

		display: block;

		padding: 20px;

		border: none;

	}



	.genesis-nav-menu.responsive-menu .menu-item-has-children {

		cursor: pointer;	

	}



	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {

		margin-right: 60px;

	}



	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

		content: "\f347";

		float: right;

		font: normal 20px/1 'dashicons';

		height: 20px;

		padding: 15px 20px;

		right: 0;

		text-align: right;

		z-index: 9999;

	}



	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {

		content: "\f343";

	}



	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {

		display: none;

	}



	.genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(255, 255, 255, 0.07);

		left: auto;

		opacity: 1;

		position: relative;

		-webkit-transition: opacity 0.4s ease-in-out;

		-moz-transition:    opacity 0.4s ease-in-out;

		-ms-transition:     opacity 0.4s ease-in-out;

		-o-transition:      opacity 0.4s ease-in-out;

		transition:         opacity 0.4s ease-in-out;

		width: 100%;

		z-index: 99;

	}



	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {

		background-color: transparent;

		margin: 0;

		padding-left: 25px;

	}



	.genesis-nav-menu.responsive-menu .sub-menu li a,

	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {

		padding: 12px 20px;

		position: relative;

		width: 100%;

	}



	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,

	.nav-primary .genesis-nav-menu.responsive-menu > li:hover > a,

	.nav-primary .genesis-nav-menu.responsive-menu a:hover {

		color: #ccc;

	}



	.content {

		border: none;

		padding-left: 0;

		padding-right: 0;

	}



	.entry-footer .entry-meta {

		margin: 0;

		padding-top: 12px;

	}



	.author-box {

		padding: 20px;

	}



	.sidebar-content-sidebar .author-box {

		margin-left: 0;

		margin-right: 0;

	}



	.footer-widgets {

		padding-left: 5%;

		padding-right: 5%;

	}



	.footer-widgets .widget:last-child {

		margin-bottom: 40px;

	}



	.footer-widgets-1 {

		margin: 0;

	}



}



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

	

	.site-header  {

		background: url(images/header2x.png) no-repeat top;

		background-size: 150% auto;

	}



	.header-image .site-title a {

    		height: auto;

    		padding-bottom: 24%;

	}

}



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



	.featured-content img {

		max-width: 300px;

		height: auto;

	}



	.site-description {

		display: none;

	}



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

	}



	.genesis-grid-even,

	.genesis-grid-odd {

		width: 100%;

	}



}



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



	

	.site-header  {

		background: url(images/header2x.png) no-repeat top;

		background-size: 150% auto;

	}



	.header-image .site-title a {

    		height: auto;

    		padding-bottom: 20%;

	}



	.featured-content img {

		max-width: 320px;

		height: auto;

	}



	



}