/*
	Theme Name: Copyblogger 4.0
	Description: Custom designed theme for copyblogger.com
	Author: Copyblogger Media
	Author URI: http://www.copyblogger.com/
 
	Version: 4.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
 
	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
	- Icons
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- After Entry
	- Featured Content
	- Black Callout
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
	- Simple Social Icons
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Signup
	- Grid
	- Landing Page w/ Header
	- Shortcodes
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1250px
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

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

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


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

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

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #f5f5f5;
	color: #111;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.grid-box:focus,
.grid-box:hover,
.button,
.gallery img {
	-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 {
	color: #0274be;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-family: "freight-text-pro", Georgia, serif;
	font-style: italic;
    margin: 40px;
}

hr {
	display: block;
	width: 100%;
	border: 0;
	border-top: 2px solid #111;
}

.center {
	text-align: center;
}

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

@font-face {
	font-family: 'studicons';
	src:url('assets/fonts/studicons.eot?nil2lz');
	src:url('assets/fonts/studicons.eot?nil2lz#iefix') format('embedded-opentype'),
		url('assets/fonts/studicons.ttf?nil2lz') format('truetype'),
		url('assets/fonts/studicons.woff?nil2lz') format('woff'),
		url('assets/fonts/studicons.svg?nil2lz#studicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'studicons' !important;
	font-size: 24px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-sm-"],
[class*=" icon-sm-"] {
	font-size: 12px;
}

[class^="icon-lg-"],
[class*=" icon-lg-"] {
	font-size: 192px;
}

.icon-lg-robot:before {
	content: "\e94b";
}
.icon-lg-newspaper:before {
	content: "\e933";
}
.icon-lg-magnifier:before {
	content: "\e934";
}
.icon-lg-mouse:before {
	content: "\e935";
}
.icon-lg-thumbs-down:before {
	content: "\e936";
}
.icon-lg-thumbs-up:before {
	content: "\e937";
}
.icon-lg-coins:before {
	content: "\e938";
}
.icon-lg-click:before {
	content: "\e939";
}
.icon-lg-lightbulb:before {
	content: "\e93a";
}
.icon-lg-star:before {
	content: "\e93b";
}
.icon-lg-star-medal:before {
	content: "\e93c";
}
.icon-lg-pen:before {
	content: "\e93d";
}
.icon-lg-target:before {
	content: "\e93e";
}
.icon-lg-dollars:before {
	content: "\e93f";
}
.icon-lg-graph:before {
	content: "\e940";
}
.icon-lg-comments:before {
	content: "\e941";
}
.icon-lg-megaphone:before {
	content: "\e942";
}
.icon-lg-inbox:before {
	content: "\e943";
}
.icon-lg-email:before {
	content: "\e944";
}
.icon-lg-column-content:before {
	content: "\e945";
}
.icon-lg-reel:before {
	content: "\e946";
}
.icon-lg-microphone:before {
	content: "\e947";
}
.icon-lg-content:before {
	content: "\e948";
}
.icon-lg-arrows:before {
	content: "\e949";
}
.icon-lg-info:before {
	content: "\e94a";
}
.icon-alert:before {
	content: "\e900";
}
.icon-bolt:before {
	content: "\e901";
}
.icon-book:before {
	content: "\e902";
}
.icon-bookmark:before {
	content: "\e903";
}
.icon-brush:before {
	content: "\e904";
}
.icon-code:before {
	content: "\e905";
}
.icon-comment:before {
	content: "\e906";
}
.icon-download:before {
	content: "\e907";
}
.icon-funnel:before {
	content: "\e908";
}
.icon-images:before {
	content: "\e909";
}
.icon-infinity:before {
	content: "\e90a";
}
.icon-layout-cs:before {
	content: "\e90b";
}
.icon-layout-css:before {
	content: "\e90c";
}
.icon-layout-fwc:before {
	content: "\e90d";
}
.icon-layout-sc:before {
	content: "\e90e";
}
.icon-layout-scs:before {
	content: "\e90f";
}
.icon-layout-ssc:before {
	content: "\e910";
}
.icon-life-preserver:before {
	content: "\e911";
}
.icon-link:before {
	content: "\e912";
}
.icon-lock:before {
	content: "\e913";
}
.icon-logo-genesis:before {
	content: "\e914";
}
.icon-logo-rm:before {
	content: "\e915";
}
.icon-logo-sp-outline:before {
	content: "\e916";
}
.icon-logo-sp:before {
	content: "\e917";
}
.icon-logo-wp:before {
	content: "\e918";
}
.icon-magnifier:before {
	content: "\e919";
}
.icon-menu:before {
	content: "\e91a";
}
.icon-monitor:before {
	content: "\e91b";
}
.icon-people:before {
	content: "\e91c";
}
.icon-person:before {
	content: "\e91d";
}
.icon-phone:before {
	content: "\e91e";
}
.icon-plugin:before {
	content: "\e91f";
}
.icon-question:before {
	content: "\e920";
}
.icon-scissors:before {
	content: "\e921";
}
.icon-settings:before {
	content: "\e922";
}
.icon-sm-arrow-down:before {
	content: "\e923";
}
.icon-sm-arrow-up:before {
	content: "\e924";
}
.icon-sm-check:before {
	content: "\e925";
}
.icon-sm-content:before {
	content: "\e930";
}
.icon-sm-magnifier:before {
	content: "\e92f";
}
.icon-sm-settings:before {
	content: "\e926";
}
.icon-sm-tag:before {
	content: "\e927";
}
.icon-sm-x:before {
	content: "\e928";
}
.icon-speed:before {
	content: "\e929";
}
.icon-star:before {
	content: "\e92a";
}
.icon-tablet:before {
	content: "\e92b";
}
.icon-tool-box:before {
	content: "\e92c";
}
.icon-video:before {
	content: "\e92d";
}
.icon-widgets:before {
	content: "\e92e";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	line-height: 1.2;
	margin: 0 0 10px;

	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

a:focus,
input:focus,
textarea:focus {
	outline: none;
}

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

::-moz-placeholder {
	color: #333;
	font-weight: 100;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 100;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn-primary-medium {
	background-color: #0274be;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	padding: 30px 40px;
	width: auto;
}

.entry .btn-primary-medium {
	font-size: 18px;
	letter-spacing: normal;
	margin: 20px 0;
	padding: 15px 40px 12px;
	text-transform: none;
}

.button.button-cta {
	background-color: #12ad7c;
}

.button.button-small {
	padding: 20px 30px;
	font-size: 14px;
}

.button.button-block {
	display: block;
	text-align: center;
	width: 100%;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #0274be;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.btn-primary-medium:hover {
	background-color: #005c98;
	color: #fff;
}

.button.button-cta:hover {
	background-color: #079e6e;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 300;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	margin-top: 120px;
}

.site-inner,
.footer-widgets {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header-right-widget .widget_nav_menu,
.site-inner,
.footer-widgets,
.menu-item-has-children > a > span.icon {
	-webkit-transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-ms-transition: all .20s ease-in-out;
	-o-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
}

.nav-visible .site-inner,
.nav-visible .footer-widgets,
.account-visible .site-inner,
.account-visible .footer-widgets {
	-moz-transform: translateX(220px);
	-webkit-transform: translateX(220px);
	-o-transform: translateX(220px);
	-ms-transform: translateX(220px);
	transform: translateX(220px);
}

.nav-visible,
.account-visible,
.nav-visible .site-container,
.account-visible .site-container {
	overflow: hidden;
}

/* 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 {
	border-left: 1px solid #eaeaea;
	width: 981px;
}

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

/* #Content */

.content {
	background: #fff;
	float: right;
	margin-bottom: 60px;
	width: 900px;
}

.blog .content {
	margin-bottom: 0;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 750px;
}

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

/* #Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 320px;
}

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

/* #Secondary Sidebar */

.sidebar-secondary {
	background-color: #fff;
	float: left;
	/* Compensate for 1px border on content wrapper */
	width: 189px;
}

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

/* 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%;
}

.grid-one-half .grid-box,
.grid-three-sixths .grid-box,
.grid-two-fourths .grid-box {
	width: 50%;
}

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

.grid-one-third .grid-box,
.grid-two-sixths .grid-box {
	width: 33.333333333333333%;
}

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

.grid-four-sixths .grid-box,
.grid-two-thirds .grid-box {
	width: 66.66666666666667%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.grid-one-fourth .grid-box {
	width: 25%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.grid-three-fourths .grid-box {
	width: 75%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.grid-one-sixth .grid-box {
	width: 16.66666666666667%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.grid-five-sixths .grid-box {
	width: 83.33333333333335%;
}

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


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	padding: 0 100px;
}

.author-box.author-box-entry {
	margin-bottom: 50px;
}

.author .author-box,
.archive-description {
	background-color: #eee;
	padding: 75px 100px 50px;
}

.author-box-title,
.archive-title {
	font-size: 40px;
	margin-bottom: 4px;
}

.author-box-content,
.archive-description p {
	font-size: 20px;
}

.author-box img.avatar {
	border-radius: 50%;
	float: right;
	margin: 0 0 20px 20px;
	width: 125px;
}

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

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

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input {
	padding-left: 40px;
}

.search-form:before {
	color: #999;
	content: "\f4a5";
	font-family: "ionicons";
	left: 16px;
	position: absolute;
	top: 15px;
}

.search-form input::-moz-placeholder {
	color: #999;
}

.search-form input::-webkit-input-placeholder {
	color: #999;
}

.search-form input:focus::-moz-placeholder {
	color: transparent;
}

.search-form input:focus::-webkit-input-placeholder {
	color: transparent;
}

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

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.entry-title {
	font-size: 40px;
	font-weight: 600;
}

.content .entry-title {
	letter-spacing: -0.03em;
	line-height: 48px;
	margin-bottom: 40px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.sidebar .widget-title,
.footer-widgets .widget-title,
.entry-footer p.entry-meta .title {
	color: #aaaaaa;
	font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.16em;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.black-title-bar,
.comment-respond h3 {
	border-top: 2px solid #111;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
}

.black-title-bar span,
.comment-respond h3 span {
	background-color: #111;
	color: #fff;
	display: inline-block;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0;
	padding: 5px 20px;
	text-transform: uppercase;
	text-align: left;
}

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

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

a.alignnone {
	display: inline-block;
}

.alignleft,
.entry-content .left {
	float: left;
	text-align: left;
}

.alignright,
.entry-content .right {
	float: right;
	text-align: right;
}

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

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

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

a.alignleft,
img.alignleft,
.entry-content img.left,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.admin-bar .site-header,
.admin-bar .header-right-widget .widget_nav_menu {
	top: 32px;
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

.site-header .header-right-widget {
	float: right;
	margin-left: 50px;
}

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

.after-entry {
	padding: 0 100px;
	margin-bottom: 80px;
}

.after-entry h2 {
	font-size: 42px;
}

.after-entry p {
	margin-bottom: 10px;
}

.after-entry li {
	display: inline-block;
	line-height: 1;
}

.after-entry li:last-child a {
	border-right: 0;
}

.after-entry li a {
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	margin-right: 15px;
}

.after-entry li:before,
.sidebar-primary .menu li a:before {
	content: "\f10a";
	font-family: "ionicons";
	margin-right: 10px;
	position: relative;
	top: 1px;
}

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

.featured-content .entry {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
	padding: 0 0 30px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 16px;
	font-weight: 300;
}

.sidebar .featured-content .entry-title {
	margin: 0;
}

/* Black Callout
--------------------------------------------- */

.black-callout {
	background: #000;
	color: #fff;
	padding: 40px;
}

.black-callout h2,
.black-callout a,
.black-callout .menu li a {
	color: #fff;
}

.black-callout a {
	font-weight: 600;
}

.black-callout a:hover {
	color: #0274be;
}

.after-entry .black-callout {
	padding: 60px;
	text-align: center;
}


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

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

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

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

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

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

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

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

/* Genesis Simple Share
--------------------------------------------- */

.entry-header .share-genesis_entry_header {
	margin-bottom: 15px;
}

.total-shares {
	border-right: 1px solid #ddd;
	display: inline-block;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	line-height: 1;
	margin-right: 15px;
	top: 3px;
	padding-right: 15px;
	position: relative;
	text-align: center;
}

.total-shares .number {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 11px;
	margin-top: 5px;
}

.total-shares .shares {
	color: #aaa;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.copyblogger .sidebar-primary .simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.copyblogger .sidebar-primary .simple-social-icons ul li:first-child a {
	padding-left: 0 !important;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

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

.title-area {
	float: left;
	height: 60px;
	width: 345px;
}

.site-title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	padding: 14px 0;
}

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

.header-image .site-title > a {
	background: url(assets/img/logo.png) no-repeat left;
	background-size: contain !important;
	float: left;
	min-height: 31px;
	margin-top: 5px;
	width: 345px;
}

.site-description {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget {
	float: left;
}


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

.genesis-nav-menu,
.menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu .menu-item .menu-item,
.menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item.menu-item-has-children > a:after,
.menu .menu-item.menu-item-has-children > a:after {
	content: "\f104";
	font-family: "ionicons";
	font-size: .9em;
	line-height: 0;
	margin-left: 5px;
}

.genesis-nav-menu a,
.menu a {
	border-bottom: 2px solid transparent;
	color: #111;
	display: block;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	padding: 23px 0;
	margin-right: 26px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.menu a:hover,
.menu .current-menu-item > a,
.menu .sub-menu .current-menu-item > a:hover {
	color: #0274be;
}

.site-header .menu > .current-menu-item > a {
	border-bottom: 2px solid #0274be;
	padding-bottom: 20px;
}

.genesis-nav-menu .sub-menu,
.menu .sub-menu {
	left: -9999px;
	margin-top: -2px;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a,
.menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.menu .sub-menu a:hover {
	color: #0274be;
}

.genesis-nav-menu .sub-menu .sub-menu,
.menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover,
.menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin-left: -20px;
}

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

.site-header .header-right-widget .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .header-right-widget .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .header-right-widget .menu a {
	margin: 0 13px;
}

.site-header .header-right-widget .menu .menu-item {
	position: relative;
}

.site-header .header-right-widget .menu > .menu-item:last-child:hover > .sub-menu {
	left: auto;
	right: 0;
}

.site-header .header-right-widget .menu > .menu-item:last-child > .sub-menu li {
	margin-left: 0;
}

/* Mobile Navigation
--------------------------------------------- */

.menu-toggles {
	display: none;
}

.menu-toggles button {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 22px 20px 23px;
	text-transform: none;
}

.menu-toggles button:hover {
	color: #0274be;	
}

.menu-toggles button:focus,
.menu-toggles button:active {
	outline: 0;
}

.menu-toggles button i {
	line-height: 1;
}

.menu-item-has-children > a > span.icon {
	right: 0;
    padding: 23px;
    position: absolute;
    top: 0;
    -moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-item-has-children > a > span.icon:before {
	font-size: 14px;
}

.menu-item-has-children > a > span.icon.icon-active {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

.sidebar .menu {
	color: #111;
	display: block;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.sidebar .menu li {
	border: 0;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 100%;
}

.sidebar .menu li a {
	border: 0;
	padding: 5px 0;
}

.sidebar .menu li:last-child {
	margin-bottom: 0;
}

.sidebar-primary .menu {
	float: left;
	width: 45%;
	clear: none;
}

.sidebar-primary .menu li a {
	font-size: 14px;
	display: inline-block;
}

.sidebar-secondary .menu li a {
	color: #111;
	font-size: 14px;
}

.sidebar .menu li.current-menu-item a,
.sidebar .menu li.highlight a,
.sidebar .menu li a:hover {
	border: 0;
	color: #0274be;
}


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

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

.entry {
	margin-bottom: 40px;
	font-family: "freight-text-pro", Georgia, serif;
	font-weight: 400;
}

.content .entry {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 0;
	padding: 80px 100px;
}

.entry-content {
	font-size: 20px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
}

.entry-content h3 {
	margin: 40px 0 20px;
}

.entry-content blockquote {
	font-size: 22px;
    margin: 30px 40px 40px;
}

.entry-content blockquote p {
	margin-bottom: 15px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #333;
	color: #ddd;
}

.entry-content a.more-link {
    display: inline-block;
    font-weight: bold;
    margin-top: 28px;
}

/* Hide the feed cta */
.feed-page .content .button.icon {
	display: none;
}

.feed-page .entry-content img {
	margin-bottom: 20px;
}

.single .alert {
    background: #eaeaea;
    border: 1px solid #ddd;
    color: #666;
    padding: 40px 40px;
    margin: 40px 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaaaaa;
	font-family: "freight-text-pro", Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
}

p.entry-meta a {
	color: #aaaaaa;
	margin: 0;
}

.entry-header p.entry-meta a {
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.single .entry-footer {
	margin-top: 10px;
}

.entry-footer p.entry-meta a {
	color: #0274be;
	font-family: "freight-text-pro", Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.entry-footer p.entry-meta a:hover {
	color: #111;
}

.content .entry:last-of-type {
	border-bottom: 0;
}

p.entry-meta a:hover {
	color: #0274be;
}

p.entry-meta .entry-author {
	font-size: 12px;
	margin-left: 5px;
	margin-right: 0;
}

p.entry-meta .entry-meta-break {
	margin: 0 5px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-categories,
.entry-tags {
	font-size: 12px;
}

.entry-categories:hover,
.entry-tags:hover {
	color: inherit;
}

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	background: #f5f5f5;
	padding: 40px 50px;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li.pagination-next {
	float: right;
}

.archive-pagination li a {
	color: #777;
	cursor: pointer;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li:first-child a {
	padding-left: 0;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #0274be;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.comment-respond,
.entry-pings,
.entry-comments,
.comment-notice {
	padding: 0 100px 50px;
}

.entry-comments h3 {
	margin-bottom: 50px;
}

.comment-header,
.comment-header a,
.ping-list b.fn {
	color: #111;
	font-size: 20px;
}

.comment-header img.avatar {
	border-radius: 50%;
	margin-top: -10px;
	width: 90px;
}

.comment-header span,
.ping-list b.fn {
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
}

.comment-meta,
.ping-list .comment-metadata {
	font-size: 20px;
	font-style: italic;
}

.comment-meta,
.comment-meta a {
	color: #aaaaaa;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.comment-header span.says {
	color: #aaaaaa;
    font-family: "freight-text-pro", Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

li.comment {
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-reply-title {
	margin-bottom: 50px;
}

.comment-reply a {
	color: #0274be;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
}

.comment-reply a:hover {
	color: #111;
}

.comment-list li {
	margin-top: 60px;
}

.comment-list li li {
	margin-left: 32px;
}

.comment-respond {
	font-size: 18px;
	font-weight: 300;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	font-style: italic;
	margin-right: 12px;
}

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

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

.entry-pings .comment-author a {
	color: #111;
	font-style: normal;
	font-weight: 300;
}

.entry-pings .comment-metadata a {
	color: #111;
}

.entry-pings .ping-list {
	margin-top: 50px;
}

.form-allowed-tags {
	background-color: #eaeaea;
	font-size: 16px;
	padding: 24px;
}

/* Signup
--------------------------------------------- */

.entry .signup .special {
	border-top: 2px solid #111;
    font-weight: 600;
    font-size: 26px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.entry .signup p:last-of-type,
.entry .signup .special {
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
}

.entry .signup form {
	margin-bottom: 16px;
}

.entry .signup .text_input {
    width: 300px;
}

.entry .signup input[type="submit"] {
	padding: 21px 40px 17px;
}

/* Grid
--------------------------------------------- */

.grid {
	-js-display: flex; /* IE Support */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
	width: 100%;
}

.grid-box {
	-js-display: flex; /* IE Support */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: auto;
	padding: 45px; /* Add pixel value for FF bug on rendering percentage as 0 */
	background-color: #fff;
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
	color: #222;
	margin: 0;
	width: 33.333333333333%;
}

.grid-box h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

.grid-box p {
	font-size: 16px;
}

.grid-box-content {
	-js-display: flex; /* IE Support */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.single-theme-pricing .grid-box {
	width: 50%;
}

.grid-box-content.has-button .button,
.single-theme-pricing .grid-box-content .button {
	margin-top: 50px;
}

.black .grid .grid-box {
	border-color: #222;
}

.grid-box a {
	color: #222;
	text-decoration: none;
}

.grid-box a.button {
	color: #fff;
}

.grid-box a.grid-box-content:hover,
.grid-box a.features-link:hover {
	background-color: #222;
	color: #fff;
}

.black .grid-box a.features-link:hover,
.grid-box.title {
	background-color: #0066cc;
}

.grid-box.title,
.grid-box.title a {
	color: #fff;
}

.grid-box-item.bottom p:last-of-type {
	margin-bottom: 0;
}

/* Landing Page w/ Header
--------------------------------------------- */

.landing-page-header .row {
	margin: 80px 0;
	overflow: hidden;
}

.landing-page-header .row:first-of-type {
	margin-top: 0;
}

.landing-page-header .writer-header {
	border-top: 2px solid #222;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 40px;
}

.landing-page-header .writer-header .name {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}

.landing-page-header .writer-header img {
	border-radius: 50%;
	float: left;
    margin-right: 20px;
}

.landing-page-header .writer-header .company {
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}

/* Shortcodes
--------------------------------------------- */

.gray-box {
	background: #f5f5f5;
	padding: 60px;
	margin-bottom: 40px;
}

.now-do-this {
	margin-top: 30px;
}

.now-do-this > br,
.now-do-this .inner > br {
	display: none;
}

.now-do-this h3 {
	display: block;
	margin-top: 0;
	position: relative;
}

.now-do-this p:last-of-type {
	margin-bottom: 0;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 55px;
}

.sidebar .widget:first-of-type {
	background: #0274be;
	color: #fff;
	padding: 40px;
}

.sidebar .widget:first-of-type h2 {
	color: #fff;
	margin-bottom: 20px;
}

.sidebar .widget:first-of-type input::-moz-placeholder {
	color: #999;
}

.sidebar .widget:first-of-type input::-webkit-input-placeholder {
	color: #999;
}

.sidebar .widget:first-of-type input:focus::-moz-placeholder {
	color: transparent;
}

.sidebar .widget:first-of-type input:focus::-webkit-input-placeholder {
	color: transparent;
}

.sidebar .widget:first-of-type input[type="submit"] {
    border: 2px solid #fff;
    font-size: 18px;
}


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

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	clear: both;
	padding: 50px 50px 50px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
    margin: 0 auto 40px;
    max-width: 1280px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .featured-content .entry {
	border-bottom: 0;
	float: left;
	margin-bottom: 0;
	margin-left: 2.564102564102564%;
	padding-bottom: 0;
	width: 23.076923076923077%;
}

.footer-widgets .featured-content .entry:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	padding: 40px 50px;
}

.full-width-content .site-footer {
	margin-left: 0;
}

.site-footer,
.site-footer a {
	color: #999;
}

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

.site-footer p {
	margin-bottom: 0;
}

.site-footer .wrap > p {
	display: inline-block;
	float: left;
}

.site-footer .footer-right-widget {
	float: right;
}

.site-footer .footer-right-widget .menu {
	text-align: right;
	font-size: 14px;
}

.site-footer .footer-right-widget .menu a,
.site-footer .footer-right-widget .menu a:hover {
	border-bottom: 0;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.site-footer .footer-right-widget .menu a:after {
	content: "\00b7";
	margin: 0 5px;
}

.site-footer .footer-right-widget .menu li:last-child a:after {
	display: none;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
	.header-image .site-title > a {
		background: url(assets/img/logo.png) no-repeat left;
		float: left;
		min-height: 31px;
		width: 345px;
	}
}

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

	.site-inner,
	.wrap {
		max-width: 1200px;
	}

	.site-header .search-form {
		margin-left: 0;
	}

	.site-header .search-form:before {
		left: 20px;
	}

	.site-header .search-form input {
		border-left: 1px solid transparent;
		min-width: 100%;
		max-width: 30px;
	}

	.site-header .search-form:hover input,
	.site-header .search-form input:focus {
		padding-left: 41px;
		max-width: 220px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		padding-right: 3%;
		margin-left: 0;
		width: 100%;
	}

	.content-sidebar .content,
	.site-header .widget-area {
		width: 72%;
	}

	.content-sidebar .content {
		margin-right: 3%;
	}

	.sidebar-primary {
		width: 25%;
	}

	.entry {
		padding-right: 3%;
		padding-left: 3%;
	}

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

}

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

	.site-footer .wrap > p {
		margin-bottom: 5px
	}

	.site-footer .wrap > p,
	.site-footer .footer-right-widget {
		display: block;
		float: none;
		text-align: center;
	}

	.site-footer .footer-right-widget .menu {
		text-align: center;
	}
}

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

	.site-inner,
	.footer-widgets .widget,
	.wrap {
		max-width: 1023px;
	}

	.flexbox .grid .grid-box {
		padding: 30px;
	}

	.content .entry {
		padding: 7% 5%;
	}

	.after-entry,
	.author-box {
		padding: 0 5%;
	}

	.comment-respond,
	.entry-pings,
	.entry-comments,
	.comment-notice {
		padding-left: 5%;
		padding-right: 5%;
	}

	.author .author-box {
		padding: 5%;
	}

	.header-right-widget .simple-social-icons {
		display: none;
	}

}

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

	.site-inner,
	.footer-widgets .widget,
	.wrap {
		max-width: 100%;
		padding: 0 3%;
	}

	.site-header > .wrap {
		max-width: 100%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form,
	.sidebar-primary .menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.sidebar-secondary,
	.header-right-widget .widget_nav_menu .menu li:hover > .sub-menu {
		display: none;
	}

	/* Mobile Navigation
	--------------------------------------------- */

	.header-right-widget .widget_nav_menu {
		background-color: #111111;
		height: 100%;
		left: 0;
		overflow-y: scroll;
		margin-top: 60px;
		position: fixed;
	    top: 0;
	    width: 220px;
	    z-index: 9999;

	    -moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.header-right-widget .widget_nav_menu .menu-item-has-children > a {
		position: relative;
	}

	.nav-visible .header-right-widget .widget_nav_menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.header-right-widget .widget_nav_menu .menu li {
		display: block;
	}

	.header-right-widget .widget_nav_menu .menu li a {
		color: #fff;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0;
		width: 100%;
	}

	.header-right-widget .widget_nav_menu .menu li a:hover {
		background-color: #0274be;
	}

	.header-right-widget .widget_nav_menu .menu .sub-menu {
		display: none;
		margin-left: 0 !important;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.header-right-widget .widget_nav_menu .menu .sub-menu li {
		display: block;
	}

	.header-right-widget .widget_nav_menu .menu .sub-menu li a {
		background: transparent;
		border: 0;
		display: block;
		font-weight: 300;
		width: 100%;
	}

	.header-right-widget .menu-toggles,
	.header-right-widget .menu-toggles .menu {
		display: block;
	}

	.site-header .search-form input {
		padding-right: 30px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content,
	.sidebar-primary .menu {
		width: 100%;
	}

	.sidebar .black-callout .menu > li:last-child {
		margin-bottom: 7px;
	}

	.entry,
	.site-header > .wrap {
		padding-right: 0;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.genesis-nav-menu .menu-item.menu-item-has-children > a:after,
	.menu .menu-item.menu-item-has-children > a:after {
		display: none;
		margin: 0;
	}

	.footer-widgets {
		padding: 50px 0;
	}

	.grid-one-fourth .grid-box,
	.grid-one-sixth .grid-box {
		display: block;
		float: left;
		width: 50%;
	}

}

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

	.content,
	.content-sidebar .content,
	.sidebar-primary {
		float: none;
		width: 100%;
	}

	.sidebar-primary .widget_text:first-of-type {
		margin-left: 0;
	}

	.sidebar-primary .widget_text {
		float: left;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.sidebar-primary .widget_search {
		clear: both;
	}

	.sidebar-primary .widget_search input[type="search"] {
		-webkit-appearance: none;
	}

}

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

	body {
		font-size: 16px;
	}

	.site-inner {
		margin-top: 60px;
		padding-top: 3%;
	}

	.entry-title {
		font-size: 32px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 30px;
	}

	.content .entry:first-of-type {
		padding-top: 3%;
	}

	.comment-header,
	.comment-header a,
	.ping-list b.fn,
	.comment-header span.says,
	.comment-meta, 
	.ping-list .comment-metadata {
		font-size: 16px;
	}

	.site-header .simple-social-icons {
		display: none;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.footer-widgets .widget,
	.site-footer {
		padding: 0;
		margin: 0;
	}

	.after-entry,
	.entry-comments,
	.comment-notice {
		padding: 0 3%;
	}

	.after-entry .black-callout {
		text-align: left;
	}

	.single .sidebar .black-callout {
		display: none;
	}

	.entry,
	.footer-widgets,
	.archive-description,
	.author-box,
	.author .author-box,
	.entry-comments,
	.entry-pings,
	.comment-respond {
		padding: 3%;
	}

	.author-box img.avatar {
		float: none;
    	margin: 20px 0;
	}

	.site-footer {
		padding: 2%;
	}

	.title-area {
		width: 170px;
	}

	.header-image .site-title > a,
	.home.header-image .site-title > a {
		width: 100%;
	}

	.header-image .site-title > a {
		background-image: url(assets/img/mobile-logo.png) !important;
	}

	.nav-visible .sidebar-secondary,
	.nav-visible .content {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.header-right-widget .widget_nav_menu {
		width: 100%;
	}

	.landing-page-header .row,
	.landing-page-header .row .one-half.first {
		margin: 0 auto 40px;
	}

	.sidebar-primary .widget_text:first-of-type,
	.sidebar-primary .widget_text {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.grid-box,
	.grid-five-sixths .grid-box,
	.grid-four-sixths .grid-box,
	.grid-one-fourth .grid-box,
	.grid-one-half .grid-box,
	.grid-one-sixth .grid-box,
	.grid-one-third .grid-box,
	.grid-three-fourths .grid-box,
	.grid-three-sixths .grid-box,
	.grid-two-fourths .grid-box,
	.grid-two-sixths .grid-box,
	.grid-two-thirds .grid-box {
		display: block;
		width: 100%;
	}

	.grid-one-fourth .grid-box,
	.grid-one-sixth .grid-box {
		float: none;
		width: 100%;
	}

	.flexbox .grid .grid-box {
		padding: 25px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.admin-bar .site-header,
	.admin-bar .header-right-widget .widget_nav_menu {
		top: 106px;
	}

}

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

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

}