/*
	Theme Name: TheLaw.com 160113
	Theme URI: http://www.thelaw.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.thelaw.com/
	Version: 3.1
	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	Template: genesis
	Template Version: 2.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/

/* Imports */
@import url(https://fonts.googleapis.com/css?family=Lato);
@font-face {
	font-family: 'Icon';
	src: url('fonts/Icon.eot');
	src: url('fonts/Icon.eot?#iefix') format('embedded-opentype'), url('fonts/Icon.woff') format('woff'), url('fonts/Icon.ttf') format('truetype'), url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* 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: #222
}
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-content:before, .entry:before, .featured-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-content:after, .entry:after, .featured-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, body {
	background-color: #fff;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.625;
}
body.magazine-landing {
	background-color: #222;
}
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: #222;
 color: #fff;
}
::selection {
	background-color: #222;
	color: #fff;
}
a {
	background-color: inherit;
	color: #1e74a4;
	/*	font-weight: 400; */
	text-decoration: none;
}
a:hover {
	color: #1e74a4;
	text-decoration: underline;
}
p {
	margin: 0 0 19px;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 0;
	padding: 0;
}
blockquote, blockquote::before {
	color: #5b330c;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
cite {
	font-style: normal;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}
h1 {
	font-size: 32px;
}
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;
}
/* 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 #ddd;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px;
/*	width: 100%; */
	width: 70%;
}
input:focus, textarea:focus {
	border: 1px solid #888;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}



::-moz-placeholder {
 color: #222;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 opacity: 1;
}



::-webkit-input-placeholder {
 color: #222;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #1e74a4;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 8px 12px;
	text-transform: uppercase;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	color: #fff;
	background-color: #green;
}
.entry-content .button:hover {
	color: #fff;
}
.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;
}
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-inner, .wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner {
	clear: both;
	padding-top: 15px;
}
.magazine-home .site-inner {
	padding-bottom: 10px;
}
.magazine-landing .site-inner, .magazine-landing .wrap {
	max-width: 800px;
}
.magazine-landing .site-inner {
	padding-bottom: 40px;
}
/* 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: 930px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* Content */
.content {
	float: right;
	width: 750px;
}
.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}
.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: 540px;
}
.full-width-content .content {
	width: 100%;
}
/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
	border-left-style: dotted;
	border-color: #dfdfdf;
	background-color: #fafafa;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.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%;
}
.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: 70px;
	margin-right: 30px;
	width: 70px;
}
.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}
.sticky {
}
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;
}
a.alignleft, a.alignright {
	max-width: 100%;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 5px 15px 5px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 5px 0 5px 15px;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.gallery-caption, .entry-content .gallery-caption {
	margin: 0 0 10px;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
/* Genesis */
.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.archive-description, .author-box {
	margin-bottom: 50px;
	padding: 40px;
}
.archive-description, .author-box {
	background-color: #f5f5f5;
}
.archive-description p:last-child, .author-box p:last-child, .search-results .archive-description h1 {
	margin-bottom: 0;
}
.author-box-title {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}
.author-box p {
	margin-bottom: 0;
}
/* Search Form */
.search-form {
	overflow: hidden;
}
.entry-content .search-form {
/*	width: 50%; */
	width: 80%;
}
.site-header .search-form {
	float: right;
	margin-top: 20px;
	width: 280px;
}
.footer-widgets .search-form input {
	border: none;
}
.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}
 .genesis-nav-menu .search-form ::-moz-placeholder {
 color: #fff;
}
 .genesis-nav-menu .search-form ::-webkit-input-placeholder {
 color: #fff;
}
.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}
.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: 28px;
	line-height: 1;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-title a, .sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}
.entry-title a:hover {
	color: #1e74a4;
}
.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.magazine-home .content .widget-title, .sidebar .widget-title {
	background-color: #1e74a4;
	color: #fff;
	padding: 10px;
}
.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}
.footer-widgets .widget-title {
	color: #fff;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/* Widgets */
.widget, .widget li {
	word-wrap: break-word;
	padding: 0 8px 0 8px;
}
.widget li {
	list-style-type: none;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0px;
	padding: 0 0 0 20px;
}
.widget ul > li:last-child {
	margin-bottom: 0;
}
.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}
/* Featured Content */
.featured-content {
	clear: both;
	overflow: hidden;
}
.home-middle .featured-content a, .home-top .featured-content a {
	position: relative;
}
.featured-content .entry {
	margin-bottom: 5px;
}
.content .home-middle .featured-content .entry, .content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}
.home-middle .featured-content .entry {
	width: 360px;
}
.content .home-bottom .featured-content .entry, .sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}
.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}
.home-middle .featured-content .entry-content p:last-child, .home-top .featured-content .entry-content p:last-child, .sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}
.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 14px;
}
.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}
.sidebar .featured-content .entry-title {
	font-size: 20px;
}
.featured-content .entry-title a {
	border: none;
}
.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}
.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}
.js .content .home-middle a .entry-time, .js .content .home-top a .entry-time {
	background-color: #1e74a4;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}
.js .home-middle a.alignleft, .js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}
.js .home-middle a.alignright, .js .home-top a.alignright {
	margin: 0 0 24px 24px;
}
.js .home-middle a.alignleft img, .js .home-middle a.alignright img, .js .home-top a.alignleft img, .js .home-top a.alignright img {
	margin: 0;
}
.home-middle a.more-link, .home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}
.home-middle a.more-link:hover, .home-top a.more-link:hover {
	background-color: #1e74a4;
	color: #fff;
}
.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}
.featured-content li {
	list-style-type: none;
}
/* Plugins */
/* Genesis eNews Extended */
.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}
.enews form + p {
	margin-top: 24px;
}
.enews-widget .widget-title {
	color: #fff;
}
.enews-widget input {
	margin-bottom: 16px;
}
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
	background-color: #1e74a4;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}
/* Genesis Latest Tweets */
.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Genesis Responsive Slider */
.magazine-home .content #genesis-responsive-slider, .magazine-home .content .genesis_responsive_slider li {
	border: none;
}
.magazine-home .genesis_responsive_slider {
	margin-bottom: 40px;
}
.magazine-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}
.magazine-home .content .genesis_responsive_slider .slide-excerpt, .magazine-home .content .genesis_responsive_slider .slide-excerpt-border {
	background: transparent;
	border: none;
	margin: 0;
}
.magazine-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}
.magazine-home .content #genesis-responsive-slider, .magazine-home .content .genesis_responsive_slider .slides li, .magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}
.magazine-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}
.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border {
	background: #fff;
	width: 100%;
}
.magazine-home .content .genesis_responsive_slider h2, .magazine-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}
.magazine-home .content .genesis_responsive_slider p {
	font-size: 14px;
	margin: 10px 0 0;
}
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 50px;
}
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}
.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}
.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}
/* Jetpack */
img#wpstats {
	display: none;
}
/* Simple Social Icons */
.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}
/* Site Header */
.primary-nav .site-header {
	padding-top: 0px;
}
.site-header .wrap {
	border: none;
	padding: 30px 0;
}
header .header-widget-area .widget_black_studio_tinymce {
	padding: 0;
}
header .header-widget-area .widget_black_studio_tinymce img {
	margin: 10px 0 0;
}
select {
	-webkit-appearance: none;
}
/* Title Area */
.title-area {
	float: left;
	padding-top: 30px;
	width: 380px;
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}
.site-title a, .site-title a:hover {
	color: #222;
	font-weight: 900;
}
.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
/* Full width header, no widgets */
.header-full-width .title-area, .header-full-width .site-title {
	width: 100%;
}
.header-image .site-description, .header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
/* Logo, hide text */
.header-image .site-header .wrap {
	padding: 0;
}
.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 90px;
	text-indent: -9999px;
	width: 100%;
}
/* Widget Area */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 728px;
}
.header-image .site-header .title-area, .header-image .site-header .widget-area {
	padding: 5px 0;
}
.site-header .widget-area p {
	margin-bottom: 0;
}
/* Site Navigation */
.genesis-nav-menu {
	clear: none;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	width: 85%;
	float: left;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	color: #fff;
	font-family: FontAwesome;
}
.genesis-nav-menu a {
	border: none;
	color: #fff;
	padding: 15px 10px;
	position: relative;
	text-shadow: 0 1px 1px #2e2e2e;
}
.nav-primary section {
	background: #222222;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	float: right;
	line-height: 28px;
	padding: 0 12px;
}
.nav-primary section a {
	color: #fff;
	text-decoration: none;
	font: normal 14px "Lato";
	line-height: 28px;
}
.nav-primary section a:hover {
	color: #fffcbb !important;
}
.nav-secondary .genesis-nav-menu a {
	display: block;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1e74a4;
}
.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 {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}
.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 {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 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: 7px 0 0;
}
/* Site Header Navigation */
.site-header .sub-menu {
	border-top: 1px solid #222;
}
.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}
/* Primary Navigation */
.nav-primary {
	background-color: #ad4d00;
	color: #fff;
	width: 100%;
	z-index: 999;
	height: auto;
}
.admin-bar .nav-primary {
	top: 32px;
}
.nav-primary .genesis-nav-menu li {
	line-height: 40px;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 5px 10px;
	font-family: "Lato";
	text-shadow: none;
}
.nav-primary .genesis-nav-menu a:hover {
	color: #fffcbb !important;
	text-decoration: none;
}
.nav-primary a:hover, .nav-primary .sub-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #face07 !important;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #1e74a4;
	border: 1px solid #fff;
	border-top: none;
}
/* Secondary Navigation */
.nav-secondary .wrap {
	background: #1e74a4;
	height: auto;
	border-radius: 2px;
}
.nav-secondary .wrap li a {
	font: bold 14px 'Open Sans', Arial;
	padding: 0 15px;
	line-height: 55px;
}
.nav-secondary .wrap li a:hover {
	background: #0a5282 !important;
	color: #fff;
	text-decoration: none;
}
/* Responsive Menu */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: left;
}
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	color: #ffffff;
}
.site-header .responsive-menu-icon::before {
	padding: 0;
}
/* Content Area */
/* Entries */
.entry {
	margin-bottom: 30px;
}
.archive .content .entry, .home .content .entry, .page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}
.entry-content a {
	color: #1e74a4;
}
.entry-content a:hover {
	color: #222;
}
.entry-content .attachment a, .entry-content .gallery a {
	border: none;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
	margin-bottom: 21px;
}
.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-meta {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ad4200;
}
.entry-meta a {
	color: #ad4200;
}
.entry-header .entry-meta {
	margin-bottom: 20px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories, .entry-tags {
	display: block;
}
/* After Entry */
.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}
.after-entry p:last-child {
	margin-bottom: 0;
}
.after-entry .widget {
	margin-bottom: 30px;
}
.after-entry .widget:last-child {
	margin-bottom: 0;
}
/* Pagination */
.archive-pagination, .entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #1e74a4;
}
.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
/* Comments */
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}
.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;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}
/* Sidebars */
.sidebar p:last-child, .sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}
.sidebar li {
	border-bottom: 0px dotted #888;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.sidebar .widget {
	margin-bottom: 15px;
}
.sidebar .tagcloud a, .sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}
.sidebar .tagcloud a:hover {
	background-color: #1e74a4;
	color: #fff;
}
/* Footer Widgets */
.footer-widgets {
	background-color: #222;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0 20px;
	color: #fff;
	font-size: 15px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 100% !important;
	text-align: justify;
}
.footer-widgets .footer-widgets-1 .widget-wrap .menu {
	display: block !important;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets a {
	color: rgb(255, 215, 0);
	font-size: 15px;
	font-weight: 300;
}
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets .widget {
	margin: 0;
	padding: 0;
}
.footer-widgets li {
	display: inline-block;
}
.footer-widgets .menu li::after {
	content: ".";
	font-family: Arial;
	font-size: 20px;
	position: absolute;
	right: -4px;
	top: -10px;
}
.footer-widgets .menu li:last-child:after {
	display: none;
}
.footer-widgets .menu li {
	position: relative;
	padding: 0 4px;
}
.footer-widgets .enews-widget {
	padding: 0;
}
.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button {
	background-color: #eee;
	color: #222;
}
.footer-widgets button:hover, .footer-widgets input[type="button"]:hover, .footer-widgets input[type="reset"]:hover, .footer-widgets input[type="submit"]:hover, .footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}
/* FOOTER STYLING */
.footer-widgets .widget_black_studio_tinymce .textwidget p {
	color: #fff;
	font-size: 15px;
}
.footer-widgets .widget.widget_black_studio_tinymce {
	margin: 0;
}
.wrap .timming {
	display: inline-block;
}
.custom-links-footer {
	color: #ffffff;
	float: right;
	margin: 5px 0 0;
}
.wrap .footer-social {
	float: left;
}
.footer-social a:hover {
	text-decoration: none;
}
.footer-social .fa-twitter {
	background: #048ec2;
	color: #fff;
	font-size: 25px;
	padding: 4px 5px;
	width: auto;
	border-radius: 3px;
}
.footer-social .fa-facebook-square {
	background: #3B5998;
	color: #fff;
	font-size: 25px;
	padding: 4px 5px;
	width: auto;
	border-radius: 3px;
}
.footer-social .fa-google-plus-square {
	background: #CE4736;
	color: #fff;
	font-size: 25px;
	padding: 4px 5px;
	width: auto;
	border-radius: 3px;
}
.footer-social .fa-linkedin-square {
	background: #007BB5;
	color: #fff;
	font-size: 25px;
	padding: 4px 5px;
	width: auto;
	border-radius: 3px;
}
.footer-social .fa-youtube-square {
	background: #c33028;
	color: #fff;
	font-size: 25px;
	padding: 4px 5px;
	width: auto;
	border-radius: 3px;
}
/* Site Footer */
footer.site-footer {
	background: #151515 none repeat scroll 0 0;
}
.site-footer {
	background-color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}
.site-footer .wrap {
	border-top: none;
	padding: 10px;
}
.site-footer {
	color: #aaa;
}
.site-footer a:hover {
	color: gold;
}
.site-footer p {
	margin-bottom: 0;
}
.footer-widgets .footer-widgets-1 .widget.widget_nav_menu {
	border-bottom: 1px solid #333333;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
/* Color Styles */
.magazine-pro-blue a.more-link:hover, .magazine-pro-blue .home-middle a.more-link, .magazine-pro-blue .home-top a.more-link, .magazine-pro-blue .site-title a:hover, .magazine-pro-green a.more-link:hover, .magazine-pro-green .home-middle a.more-link, .magazine-pro-green .home-top a.more-link, .magazine-pro-green .site-title a:hover, .magazine-pro-orange a.more-link:hover, .magazine-pro-orange .home-middle a.more-link, .magazine-pro-orange .home-top a.more-link, .magazine-pro-orange .site-title a:hover {
	color: #222;
}
.magazine-pro-blue .archive-pagination li a:hover, .magazine-pro-blue .footer-widgets a:hover, .magazine-pro-blue .home-middle a.more-link:hover, .magazine-pro-blue .home-top a.more-link:hover, .magazine-pro-blue .site-footer a:hover, .magazine-pro-green .archive-pagination li a:hover, .magazine-pro-green .footer-widgets a:hover, .magazine-pro-green .home-middle a.more-link:hover, .magazine-pro-green .home-top a.more-link:hover, .magazine-pro-green .site-footer a:hover, .magazine-pro-orange .archive-pagination li a:hover, .magazine-pro-orange .footer-widgets a:hover, .magazine-pro-orange .home-middle a.more-link:hover, .magazine-pro-orange .home-top a.more-link:hover, .magazine-pro-orange .site-footer a:hover {
	color: #fff;
}
.magazine-pro-blue .enews-widget input:hover[type="submit"], .magazine-pro-green .enews-widget input:hover[type="submit"], .magazine-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}
.magazine-pro-blue .footer-widgets a:hover, .magazine-pro-green .footer-widgets a:hover, .magazine-pro-orange .footer-widgets a:hover {
	color: #ccc;
}
/* Magazine Pro Blue */
.magazine-pro-blue a:hover, .magazine-pro-blue .entry-content a, .magazine-pro-blue .entry-title a:hover, .magazine-pro-blue .genesis-nav-menu a:hover, .magazine-pro-blue .genesis-nav-menu .current-menu-item > a, .magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .magazine-pro-blue .nav-primary a:hover, .magazine-pro-blue .nav-primary .sub-menu a:hover, .magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #1e74a4;
}
.js.magazine-pro-blue .content .home-middle a .entry-time, .js.magazine-pro-blue .content .home-top a .entry-time, .magazine-pro-blue button:hover, .magazine-pro-blue input:hover[type="button"], .magazine-pro-blue input:hover[type="reset"], .magazine-pro-blue input:hover[type="submit"], .magazine-pro-blue .archive-pagination li a:hover, .magazine-pro-blue .archive-pagination li.active a, .magazine-pro-blue .button:hover, .magazine-pro-blue .enews-widget input[type="submit"], .magazine-pro-blue .entry-content .button:hover, .magazine-pro-blue .home-middle a.more-link:hover, .magazine-pro-blue .home-top a.more-link:hover, .magazine-pro-blue .sidebar .tagcloud a:hover {
	background-color: #1e74a4;
}
.magazine-pro-blue .button:hover {
	color: #fff;
}
/* Magazine Pro Green */
.magazine-pro-green a:hover, .magazine-pro-green .entry-content a, .magazine-pro-green .entry-title a:hover, .magazine-pro-green .genesis-nav-menu a:hover, .magazine-pro-green .genesis-nav-menu .current-menu-item > a, .magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .magazine-pro-green .nav-primary a:hover, .magazine-pro-green .nav-primary .sub-menu a:hover, .magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #3fbd85;
}
.js.magazine-pro-green .content .home-middle a .entry-time, .js.magazine-pro-green .content .home-top a .entry-time, .magazine-pro-green button:hover, .magazine-pro-green input:hover[type="button"], .magazine-pro-green input:hover[type="reset"], .magazine-pro-green input:hover[type="submit"], .magazine-pro-green .archive-pagination li a:hover, .magazine-pro-green .archive-pagination li.active a, .magazine-pro-green .button:hover, .magazine-pro-green .enews-widget input[type="submit"], .magazine-pro-green .entry-content .button:hover, .magazine-pro-green .home-middle a.more-link:hover, .magazine-pro-green .home-top a.more-link:hover, .magazine-pro-green .sidebar .tagcloud a:hover {
	background-color: #3fbd85;
}
.magazine-pro-green .button:hover {
	color: #fff;
}
/* Magazine Pro Orange */
.magazine-pro-orange a:hover, .magazine-pro-orange .entry-content a, .magazine-pro-orange .entry-title a:hover, .magazine-pro-orange .genesis-nav-menu a:hover, .magazine-pro-orange .genesis-nav-menu .current-menu-item > a, .magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .magazine-pro-orange .nav-primary a:hover, .magazine-pro-orange .nav-primary .sub-menu a:hover, .magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #f2a561;
}
.js.magazine-pro-orange .content .home-middle a .entry-time, .js.magazine-pro-orange .content .home-top a .entry-time, .magazine-pro-orange button:hover, .magazine-pro-orange input:hover[type="button"], .magazine-pro-orange input:hover[type="reset"], .magazine-pro-orange input:hover[type="submit"], .magazine-pro-orange .archive-pagination li a:hover, .magazine-pro-orange .archive-pagination li.active a, .magazine-pro-orange .button:hover, .magazine-pro-orange .enews-widget input[type="submit"], .magazine-pro-orange .entry-content .button:hover, .magazine-pro-orange .home-middle a.more-link:hover, .magazine-pro-orange .home-top a.more-link:hover, .magazine-pro-orange .sidebar .tagcloud a:hover {
	background-color: #f2a561;
}
.magazine-pro-orange .button:hover {
	color: #fff;
}

/* Media Queries */
@media only screen and (max-width: 1139px) {
.site-inner, .wrap {
	max-width: 960px;
}
.title-area {
	width: 380px;
}
.site-header .widget-area {
	width: 570px;
}
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 780px;
}
.content {
	width: 630px;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
	width: 450px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .home-middle .featured-content .entry, .sidebar-primary {
	width: 300px;
}
.sidebar-secondary {
	width: 150px;
}
.genesis-nav-menu{width:auto;}
.nav-primary .genesis-nav-menu a{padding:5px 6px;}
.nav-primary .wrap{position:relative;}
}

@media only screen and (max-width: 979px) {
.site-inner, .wrap {
	max-width: 750px;
}
.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .home-middle .featured-content .entry, .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%;
}
.genesis-nav-menu, .site-header .title-area, .site-header .widget-area, .site-title {
	text-align: center;
}
.nav-primary {
	position: static;
}
.featured-content .entry, .site-header .search-form, .site-title {
	float: none;
}
.primary-nav .site-header, .title-area {
	padding-top: 0;
}
.title-area {
	padding-bottom: 20px;
}
.header-image .site-header .title-area {
	padding-bottom: 0;
}
.genesis-nav-menu > .right {
	display: none;
}
.nav-secondary .wrap li a {
	font: bold 14px/55px "Open Sans", Arial;
	padding: 0 8px;
	text-transform: uppercase;
}
.nav-primary .genesis-nav-menu a {
	font-size: 13px;
	padding: 5px 3px;
}
.nav-primary section.widget{
	position: absolute;
    right: 0;
    top: 41px;
}
}

@media only screen and (max-width: 768px) {
.nav-secondary .wrap li a{
	line-height:40px;
}
.footer-widgets, .nav-secondary, .site-footer, .site-header, .site-inner {
	padding-left: 5%;
	padding-right: 5%;
}
.genesis-nav-menu > .first > a {
	padding-left: 20px;
}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu, .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 {
	margin: 0;
}
.genesis-nav-menu.responsive-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu a {
	line-height: 1;
	padding: 18px 20px;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children {
	cursor: pointer;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	margin-right: 60px;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	content: "\f347";
	float: right;
	font: normal 16px/1 'dashicons';
	height: 16px;
	padding: 16px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}
.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	color: #fff;
}
.genesis-nav-menu.responsive-menu .sub-menu {
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
	left: auto;
	opacity: 1;
	position: relative;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 100%;
	z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
	background-color: transparent;
	margin: 0;
	padding-left: 25px;
}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	background: none;
	border: none;
	padding: 14px 20px;
	position: relative;
	width: 100%;
}
.home-bottom .featured-content .entry, .home-middle .featured-content .entry {
	padding-bottom: 20px;
}
.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 {
	margin: 0;
	width: 100%;
}
.magazine-home .content .genesis_responsive_slider h2, .magazine-home .content .genesis_responsive_slider h2 a {
	font-size: 20px;
	line-height: 1.2;
}
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
	display: none;
}

.genesis-nav-menu.responsive-menu .menu-item::before {
    left: 5px;
    position: absolute;
    z-index: 9;
}
.genesis-nav-menu{width:100%;}
.nav-primary .genesis-nav-menu.responsive-menu .menu-item {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    position: relative !important;
	width: 100% !important;
	float:left;
}
.nav-primary .genesis-nav-menu a {
	background:#833a00;
	color: #ffffff;
	display: inline-block;
	font-family: "Lato";
	padding: 12px 10px 14px 25px;
	text-shadow: none;
	width: 100% !important;
	float:left;
	border-bottom:1px solid #582700;
}
.nav-primary .genesis-nav-menu a:hover {
	background: #582700 none repeat scroll 0 0;
}
.nav-primary section.widget{
	position: absolute;
    right: 0;
    top: 0;}
.nav-primary .wrap{max-width: inherit;}
}

@media only screen and (max-width: 480px) {
.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
	display: none;
}
.magazine-home .content .genesis_responsive_slider .slide-excerpt {
	width: 100%;
}
}
/* ADDITIONAL CSS */
/* Added for custom category pages */
.category-content p {
	margin: 0 0 45px 0;
	font-size: 13px;
}
/* Color Buttons */
.button-blue, .button-gray, .button-green, .button-purple, .button-red, .button-yellow {
	color: #fff;
	padding: 5px 10px;
}
.button-blue:hover, .button-gray:hover, .button-green:hover, .button-purple:hover, .button-red:hover, .button-yellow:hover {
	text-decoration: none;
}
.button-blue {
	background-color: #1e7fa4;
	border: 1px solid #afcde3;
}
.button-blue:hover {
	background-color: #afcde3;
	border: 1px solid #83a2be;
}
.button-gray {
	background-color: #000000;
	border: 1px solid #bdbdbd;
}
.button-gray:hover {
	background-color: #c1c1c1;
	border: 1px solid #919191;
}
.button-green {
	background-color: #097a33;
	border: 1px solid #b2ce96;
}
.button-green:hover {
	background-color: #50DD85;
	border: 1px solid #50DD85;
}
.button-purple {
	background-color: #2d42b2;
	border: 1px solid #bebde9;
}
.button-purple:hover {
	background-color: #bebde9;
	border: 1px solid #9291c7;
}
.button-red {
	background-color: #a6270c;
	border: 1px solid #e9b3b3;
}
.button-red:hover {
	background-color: #ff785c;
	border: 1px solid #c78787;
}
.button-yellow {
	background-color: #ff9726;
	border: 1px solid #fadf98;
}
.button-yellow:hover {
	background-color: #ffb15c;
	border: 1px solid #ffc026;
}
/* Content Boxes */
.content-box-blue, .content-box-gray, .content-box-green, .content-box-purple, .content-box-red, .content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}
/* OTHER PLUGIN OVERRIDE */
.snw-li-inner-level {
	margin: 0 0 0 15px !important;
}
/*  xb_offcanvas_menu.css  */
.xbContentWrapper {
	overflow: hidden;
	position: relative;
}
.xbOffCanvasList {
	padding-bottom: 50px;
}
.xbOffCanvas, .XenBase #xbOffCanvasToggle, .XenBase .xbOffCanvasNew, .xbOffCanvasSubMenu {
	display: none;
}

@media (max-width:800px) {
.Responsive .xbOffCanvas {
	background-color: rgb(33, 33, 33);
	padding-bottom: 50px;
	transition: 300ms ease all;
	position: fixed;
	top: 0;
	z-index: 7600;
	overflow-y: auto;
	display: block;
	width: 250px;
	height: 100%;
	left: -250px;
}
.Responsive .xbOffCanvas.xbOffCanvasOpen {
	transition: 300ms ease all;
	left: 0px;
}
.xbOffCanvasSubMenu .secondaryContent {
	background-color: transparent;
	border-width: 0;
	padding: 0;
}
.Responsive .selected .xbOffCanvasSubMenu {
	display: block;
}
.XenBase .navTab .xbOffCanvasArrow {
	color: rgb(255, 255, 255);
	float: right;
	font-size: 16px;
	padding: 0px 10px;
	position: relative;
	z-index: 1;
	display: block;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}
.Responsive .xbOffCanvas .navLink {
	color: rgb(250, 250, 250);
	background-color: rgb(33, 33, 33);
	padding: 0px 15px;
	border-top: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.18);
	_border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	_border-bottom: 1px solid rgb(255, 255, 255);
	line-height: 45px;
	height: 45px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.xbOffCanvas .xbOffCanvasSubMenu a {
	font-size: 14px;
	color: rgb(244, 244, 244);
	background-color: rgb(27, 27, 27);
	padding: 10px;
	border-bottom: 1px solid rgb(37, 36, 36);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	display: block;
}
.navTab.selected .xbOffCanvasArrow .fa:before {
	content: "\f077";
}
#xbOffCanvasToggle .fa {
	font-size: 16px;
	position: relative;
	top: 1px;
}
.XenBase .xbOffCanvasNew .fa {
	font-size: 16px;
	margin-right: 5px;
}
.marginLeft #xbOffCanvasToggle .fa:before {
	content: "\f00d";
}
.xbOffCanvasMask {
	background-color: rgba(45, 45, 45, 0.6);
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 7500;
	overflow: hidden;
}
.XenBase .navTabs .publicTabs .navLink, .XenBase .navTabs .navTab .SplitCtrl {
	display: none;
}
.xbOffCanvasContainer {
	overflow: hidden;
	transition: 300ms ease all;
	width: 100%;
	background-color: rgb(173, 77, 0);
}
.xbOffCanvasContainer.marginLeft {
	overflow-y: auto;
	position: relative;
	transition: 300ms ease all;
	margin-left: 250px;
}
.marginLeft {
}
.xbOffCanvasControls {
	float: left;
}
.XenBase #xbOffCanvasToggle, .XenBase .xbOffCanvasNew {
	cursor: pointer;
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
	color: rgb(255, 255, 255);
	display: inline-block;
}
.xbOffCanvasMask.xbOffCanvasOpen {
	display: block;
}
.xbOffCanvas .navLink .itemCount {
	font-weight: bold;
	color: white;
	background-color: rgb(224, 48, 48);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	line-height: 20px;
	padding: 0px 5px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	word-wrap: normal;
	height: 20px;
	margin-left: 5px;
	font-size: 11px;
}
.xbOffCanvas .navLink .itemCount .arrow {
	display: none;
}
}

@media (max-width:480px) {
.xbOffCanvasNew span {
	display: none;
}
}
/*  xb_top_bar.css  */
.xbTopBar {
	font-size: 14px;
	color: rgb(255, 255, 255);
	background-color: rgb(173, 77, 0);
	display: block;
	line-height: 40px;
	position: relative;
	z-index: 102;
	width: 100%;
	height: 40px;
}
.xbLeftside {
	float: left;
}
.xbRightside {
	float: right;
}
.xbLeftside li, .xbRightside li.mainTopLink {
	display: inline;
	float: left;
}
.xbRightside li.searchTab {
	float: right;
}
.xbTopBar li:not(.searchTab) a {
	color: rgb(255, 255, 255);
	padding: 5px 10px;
}
#nav-trigger > span .fa {
	margin-left: 4px;
}
#nav-trigger > span {
	display: block;
}
#nav-trigger > span:hover {
	cursor: pointer;
}
nav#nav-mobile {
	position: relative;
	display: none;
	margin-bottom: 10px;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: rgb(173, 77, 0);
	z-index: 100;
	position: relative;
}
nav#nav-mobile li {
	display: block;
	padding: 10px 0;
	margin: 0 5px;
	line-height: 16px;
}
.xbLeftside .highlightLink a {
	color: rgb(255, 252, 187) !important;
}

/* override post content shortcode plugin */

.with-excerpt .pcs-post-title {
	color: #1e74a4 !important;
}

/* CSS buttons */

.button{
	display: inline-block;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
.circle.button{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding:15px;
	font-size: 1.5em;
}


.button.slick2{
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
}

/*************** Red Button Styling **************/
.slick2.red{
	background-color: #F21F18;
}
.slick2.red:hover{
	background-color: #FF2419;
}

/*************** Blue Button Styling **************/
.slick2.blue{
	background-color: #258dc8;
}
.slick2.blue:hover{
	background-color: #299BD8;
}

/*************** Yellow Button Styling **************/
.slick2.yellow{
	background-color: #FFB805;
}
.slick2.yellow:hover{
	background-color: #FCBD02;
}

/*************** Orange Button Styling **************/
.slick2.orange{
	background-color: #F28909;
}
.slick2.orange:hover{
	background-color: #FC8B0A;
}

/*************** Green Button Styling **************/
.slick2.green{
	background-color: #A5C956;
}
.slick2.green:hover{
	background-color: #AFD35B;
}

/*************** Pink Button Styling **************/
.slick2.pink{
	background-color: #ef017c;
}
.slick2.pink:hover{
	background-color: #F90282;
}

/*************** Purple Button Styling **************/
.slick2.purple{
	background-color: #8989ba;
}
.slick2.purple:hover{
	background-color: #9191C4;
}

/*************** Brown Button Styling **************/
.slick2.brown{
	background-color: #b7ad70;
}
.slick2.brown:hover{
	background-color: #C1B678;
}

/*************** Brown-red Button Styling **************/
.slick2.brown-red{
	background-color: #6d0019;
}
.slick2.brown-red:hover{
	background-color: #7A0018;
}

/*************** Olive Button Styling **************/
.slick2.olive{
	background-color: #75890c;
}
.slick2.olive:hover{
	background-color: #7F930D;
}

/*************** Pink2 Button Styling **************/
.slick2.pink2{
	background-color: #e93cec;
}
.slick2.pink2:hover{
	background-color: #F340F9;
}

/*************** Lavender Button Styling **************/
.slick2.lavender{
	background-color: #98b0d9;
}
.slick2.lavender:hover{
	background-color: #A2BCE5;
}

/*************** Gold Button Styling **************/
.slick2.gold{
	background-color: #f1da36;
}
.slick2.gold:hover{
	background-color: #FFE43A;
}

/*************** Wax Button Styling **************/
.slick2.wax{
	background-color: #d1d360;
}
.slick2.wax:hover{
	background-color: #DBDD66;
}

/*************** Yellow2 Button Styling **************/
.slick2.yellow2{
	background-color: #c79810;
}
.slick2.yellow2:hover{
	background-color: #D3A013;
}

/*************** Green-neon Button Styling **************/
.slick2.green-neon{
	background-color: #91e842;
}
.slick2.green-neon:hover{
	background-color: #99F246;
}

/*************** Blue-neon Button Styling **************/
.slick2.blue-neon{
	background-color: #06ABDD;
}
.slick2.blue-neon:hover{
	background-color: #07B9EA;
}

/*************** Grey Button Styling **************/
.slick2.grey{
	background-color: #cccccc;
}
.slick2.grey:hover{
	background-color: #D8D8D8;
}

/*************** Grey2 Button Styling **************/
.slick2.grey2{
	background-color: #596a72;
}
.slick2.grey2:hover{
	background-color: #64777F;
}

/*************** Black Button Styling **************/
.slick2.black{
	background-color: #0e0e0e;
}
.slick2.black:hover{
	background-color: #191919;
}

