/*
	Theme Name: Special Operations 2018
	Theme URI: https://specialoperations.com/
	Description: Created for Special Operations.
	Author: Hurricane Media
	Author URI: http://www.hurricane.media/
	Version: 3.2.2

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

	Template: genesis
	Template Version: 2.1

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

	Text Domain: news-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing 
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Genesis Tabs
		- Jetpack
		- Simple Social Icons
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Blue
		- News Pro Green
		- News Pro Pink
		- News Pro Orange
	- Media Queries
		- max-width: 1188px
		- max-width: 1023px
		- max-width: 600px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;border: 1px solid #c5d100;background-color: transparent;box-shadow: none;padding: 1px 6px;font-weight: normal;line-height: 32px;padding-right: 30px;width: 30px;color: #fff;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #231f20;
	font-family: 'Arial', georgia, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

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: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #c5d100;
	text-decoration: none;
}

a img {
}

a:focus,
a:hover {
	color: #000;
}

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

p:last-child{
	margin-bottom: 0!important;
}

strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #e3e3e3;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #231f20;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	font-family: 'Arial Black', 'Source Sans Pro', Arial;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: 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 #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #c5d100;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #565656;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

.error404 .entry-content input[type="search"]{
	width: 100%;
	border: 1px solid #242021;
    color: #242021;
}

.error404 .entry-content .search-form input[type="submit"]{
	visibility: visible;
    background-color: #d0d65a!important;
    border-radius: 0;
}

.error404 .entry-content .search-form:after{
	color: #242021;
}

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

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 20px 23px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
	background-color: #fff;
}


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

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

.site-container-wrap {
	background-color: #fff;
	border: 0;
	margin: 0 auto;
	max-width: 100%;
}

.news-pro-landing .site-container-wrap {
	max-width: 960px;
}

.site-inner {
	clear: both;
	padding: 10px;
	background-color: #fff;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* 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: 71.5%;
	box-sizing: border-box;
}

.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: 64%;
}

.content-sidebar .content{
	width: 71%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	border-right: 1px solid #231f20;
	float: left;
	padding-right: 10px;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #231f20;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 64%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 36%;
	padding-left: 10px;
	box-sizing: border-box;
}

.content-sidebar .sidebar-primary{
	width: 29%;
	will-change: min-height;
	position: relative;
}

.content-sidebar .sidebar-primary.sticky {
    width: 313px;
    position: fixed;
    top: 10px!important;
    left: 946px;
}

.admin-bar.content-sidebar .sidebar-primary.sticky{
	top: 42px!important;
}

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

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	width: 28.5%;
	box-sizing: border-box;
	padding-right: 10px;
}

.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 {
	border-radius: 50%;
	float: left;
}

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

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

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

.search-form input[type="submit"]{
	visibility: hidden;
}

.search-form input[type="search"]{
	/* -webkit-transition: width 1s ease-in-out; */
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

body.search-active .search-form input[type="search"]{
	width: 100%;
}

.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;
	right: 0;
	top: 0;
	width: 1px;
}

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

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

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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

a.alignnone {
	display: inline-block;
}

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 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;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

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

.breadcrumb {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.archive-description-wrap{
	overflow: auto;	
}

.archive-description-wrap .one-half{
    width: 100%;
    float: none;
    margin-left:0;
    padding-left:0;
 
}

.featured-article-wrap {
    margin-bottom: 10px;
    border-bottom: 1px solid #242021;
}

.featured-article-wrap .inner-wrap{
    padding: 0;
}

.featured-article-wrap .widget-title{
	background-color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
}

.featured-article-wrap .entry-header {
    padding: 0!important;
}

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

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

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

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	margin: 0.5rem 0;
}

.sidebar .entry-title{
	font-size: 18px;
	font-size: 1.8rem;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #c5d100;
}

.widget-title {
	border-top: 0;
	color: #c5d259;
	font-size: 28px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Arial Black', 'Source Sans Pro', Arial;
}

.home-news .widget:nth-of-type(2){
	margin: 10px 0;
	border-bottom: 1px solid #787878;
	border-top: 1px solid #787878;
	padding: 10px 0;
}

.home-news .widget:nth-of-type(2) .widget-wrap{
	background: #fff;
	padding: 10px 20px;
}

.home-news .widget:nth-of-type(2) .widget-title{
	color: #c5d100;
	text-align: left;
	font-size: 24px;
	text-transform: initial;
	padding: 0;
	margin: 0.5rem 0;
}

.home-news .entry.one-half {
    width: 100%;
    float: none;
    margin-left: 0;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}


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

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

.ad {
	margin: 0 4px;
}

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.featured-content p {
	margin-bottom: 20px;
}


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

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

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

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

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

.enews-widget input:focus[type="submit"],
.enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
	color: #000;
}

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

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

img#wpstats {
	display: none;
}

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

.simple-social-icons ul li:before {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: none;
}


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

.site-header {
	background-color: #000000;
	border-bottom: 0;
}

.site-header .wrap {
	padding: 10px;
	max-width: 1100px;
	margin: 0 auto;
}

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

.title-area {
	float: left;
	padding-left: 0;
	width: 60%;
	text-align: center;
}

.site-title {
	font-weight: 700;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a{
	background: url(images/logo.png) no-repeat center center;
	text-indent: -999em;
	display: inline-block;
	width: 572px;
	height: 75px;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area {
	padding: 0 40px;
	text-align: center;
}

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-title a {
	background-position: top left !important;
	background-size: contain !important;
	float: left;
	min-height: 90px;
	width: 100%;
}


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

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

.site-header .widget-area {
	float: left;
	padding-right: 0;
	text-align: right;
	width: 20%;
}

.site-header .site-navigation{
	text-align: left;
	margin-top: 17px;
}

.site-header .widget-area a[href*="#nav_menu"]{
	text-transform: uppercase;
	font-family: 'Arial Narrow', 'Oswald', Arial;
	letter-spacing: 1px;
	border: 1px solid #c5d100;
	display: inline-block;
	padding: 2px 5px;
	line-height: 32px;
	color: #fff;
}

.site-header .widget-area a[href*="#nav_menu"] .dashicons{
    font-size: 32px;
    width: 32px;
    height: 32px;
}

body.menu-active .site-header .widget-area a[href*="#nav_menu"] .dashicons:before{
	content: "\f335";
}

.site-header .widget-area a[href*="#nav_menu"]:hover{
	color: #c5d100;
}

.site-header .widget-area a[href*="#nav_menu"] em{
	font-style: normal;
}

.site-header .widget_nav_menu{
	 position: absolute;
	 background: #fff;
	 visibility: hidden;
	 opacity: 0;
	 transition: visibility 0s linear 0.33s, opacity 0.33s linear;
	 border: 1px solid #e6e1e0;
	 z-index: 22;
}

body.menu-active .site-header .widget_nav_menu{
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.site-header .widget_nav_menu ul{
	padding: 5px 10px;
}

.site-header .widget_nav_menu ul li{
	text-align: left;
}

.site-header .widget_nav_menu ul li a{
	text-transform: uppercase;
	color: #242021;
	font-family: 'Arial Narrow', 'Oswald', Arial;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px
}

.site-header .widget_nav_menu ul li a:hover, 
.site-header .widget_nav_menu li.current-menu-item {
    color: #c5d100;
}

.site-header .widget_nav_menu ul ul{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.site-header .widget_nav_menu ul ul li{
	
}

.site-header .widget_nav_menu ul ul li a{
	font-weight: normal;
	font-size: 18px;
}


.site-header .widget-area li {
	list-style-type: none;
}

.site-header .search-form {
	float: right;
	margin-top: 17px;
}


.search-form:after{
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	top: 3px;
	right: 10px;
	color: #e6e2e7;
	display: inline-block;
	font-size: 18px;
}

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

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right: -4px;
}

.genesis-nav-menu a {
	border-right: 1px solid #e3e3e3;
	color: #000;
	display: block;
	padding: 20px 24px;
	position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 10px;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 16px;
}

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

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

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

.nav-primary {
	border-bottom: 1px solid #e3e3e3;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #e3e3e3;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Site Tagline
--------------------------------------------- */
.site-tagline{
	background-color: #c5d100;
	text-align: center;
	padding: 8px 0;
}

.site-tagline p{
	margin-bottom: 0;
	font-family: 'Arial Black', 'Source Sans Pro', Arial;
	color: #000;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.site-tagline p em{
	font-style: italic;
}

.after-header,
.footer-ad{
	background-color: #e6e6e6;
	text-align: center;
}

.after-header .widget-wrap,
.footer-ad .widget-wrap{
	padding: 20px 0;
}

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

/* Home Page
--------------------------------------------- */

.home-top {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.home-middle-left {
	border-right: 1px solid #e3e3e3;
	float: left;
	padding: 20px 20px 0;
	width: 50%;
}

.home-middle-right {
	float: right;
	padding: 20px 20px 0;
	width: 50%;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}

div#editors-pick {
    background: #fff;
    padding: 0;
}

#editors-pick .entry .inner-wrap {
    padding: 0;
}

#editors-pick .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Arial Narrow', 'Oswald', Arial;
    font-weight: normal;
}

#editors-pick .entry {
    border-bottom: 0;
    padding-left: 25px;
    background: url(images/bg-caret.png) no-repeat left 8px;
    margin-left: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.entry {
	border-bottom: 1px solid #787878;
	padding: 0;
	margin-bottom:10px;
	padding-bottom: 10px;
}

.entry:last-of-type, .sidebar .entry:last-of-type{
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.entry .article-visual{

}

.entry .article-visual img{
	width: 100%;
}

.entry .inner-wrap{
	padding: 0;
	background-color: #fff;
}

body:not(.home) .sidebar .entry .inner-wrap{
	padding: 0;
}


.sidebar .entry{
	padding-bottom: 10px;
	float: none;
	width: 100%;
	margin-left: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.entry-meta {
	color: #231f20;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Arial Narrow', 'Oswald', Arial;
}

.entry-header .entry-meta {
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e3e3e3;
    padding: 10px 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.after-entry {
	padding: 20px;
}

.single .content p.entry-meta .entry-categories {
    display: none;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #c5d100;
	color: #fff;
}

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

.entry-comments,
.comment-respond {
	padding: 40px;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

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

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-right: none;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
}

li.depth-2 {
	background-color: #fff;
}


.recentcomments a{
	color: #242021;
}

.recentcomments a:hover{
	color: #c5d100;
}

p#load-more {
    text-align: center;
    margin: 1em 0;
    margin-bottom: 0.25em!important;
}

p#load-more a{
    border: 1px solid #c5d258;
    display: inline-block;
    line-height: 1;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'Arial Black', 'Source Sans Pro', Arial;
    letter-spacing: 1px;
    font-weight: bold;
}

p#load-more a:hover{
    background-color: #c5d258;
    color: #242021;
}

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

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

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

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
	content: "\203a";
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 10px;
}

.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	padding-top: 12px;
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
}

.sidebar .widget {
	border-bottom: 1px solid #787878;
	padding: 10px 0;
}

/*
.sidebar-secondary .widget:last-of-type .widget-wrap{
	background-color: #fff;
	padding: 10px;
}*/

.sidebar-secondary .widget:last-of-type .inner-wrap{
	padding: 0;
}

.sidebar .widget img{
	width: 100%;
	max-width: 100%;
}

.sidebar > .widget:first-of-type{
	padding-top: 0;
}

.sidebar-primary > .widget:first-of-type{
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.sidebar-primary > .widget:first-of-type .widget-wrap{
	padding: 0;
	background-color: #fff;
}

.sidebar-primary .widget:last-of-type{
	background-color: transparent;
}

.sidebar-primary .widget{
	margin-bottom: 0;
	overflow: hidden;
}

.sidebar-primary .widget-wrap{
	padding: 0;
	background-color: #fff;
}

.sidebar-primary .widget:last-of-type .widget-wrap{
	
}

.sidebar .widget_ads .widget-wrap{
	padding: 0;
	overflow: hidden;
}

.widget_ads {
    overflow: hidden;
}

.sidebar  .widget_tag_cloud{
	background-color: #fff;
}

.sidebar .tagcloud a, .sidebar .tagcloud a:visited {
    background-color: #eee;
    color: #242021;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    font-family: 'Arial Narrow', 'Oswald', Arial;
    line-height: 1;
}

.sidebar .tagcloud a:hover{
	background-color: #c6d258;
}

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

.footer-widgets {
	background-color: #191919;
	color: #545454;
	clear: both;
	padding: 20px 40px 20px 40px;
}

.footer-widgets .wrap{
	max-width: 1100px;
	margin: 0 auto;
}

.footer-widgets-1,
.footer-widgets-2{
	width: 50%;
	float: left;
}

.footer-widgets-3{
	width: 100%;
	clear: both;
	text-align: left;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3{
	margin-right: 0;
}


.footer-widgets a {
	color: #545454;
}

.footer-widgets .current-menu-item a{
	color: #c5d100;
}

.footer-widgets p{
	text-align: center;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #c5d100;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	border: none;
	font-weight: 700;
	padding: 0;
	margin-bottom: 16px;
	text-align: left;
}

.footer-widgets-2{
	text-align: right;
}

.footer-widgets-2 .widget-title {
	text-align: right;
}

.footer-widgets-2 ul{

}

.footer-widgets-2 ul li{
	display: inline-block;
	line-height: 1;
	margin-right: 1em;
}

.footer-widgets-2 ul li:last-child{
	margin-right: 0;
}

.footer-widgets-2 ul li a{
	color: #c4ce20;
	font-size: 24px;
}

.footer-widgets-2 ul li a:hover{
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #000;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #aaa;
	line-height: 1;
    display: block;
}

.site-footer a img {
    display: block;
    width: 200px;
    margin: 5px auto;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #c5d100;
}

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


/* Custom Additions
---------------------------------------------------------------------------------------------------- */
/** Spinner */
.loader,
.loader:before,
.loader:after {
  	border-radius: 50%;
  	width: 2.5em;
  	height: 2.5em;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
  	-webkit-animation: load7 1.8s infinite ease-in-out;
  	animation: load7 1.8s infinite ease-in-out;
}
.loader {
  	color: #c5d100;
  	font-size: 10px;
  	margin: 0 auto 40px auto;
  	position: relative;
  	text-indent: -9999em;
  	-webkit-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-animation-delay: -0.16s;
  	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  	content: '';
  	position: absolute;
  	top: 0;
}
.loader:before {
  	left: -3.5em;
  	-webkit-animation-delay: -0.32s;
  	animation-delay: -0.32s;
}
.loader:after {
  	left: 3.5em;
}
@-webkit-keyframes load7 {
  	0%,
  	80%,
  	100% {
    	box-shadow: 0 2.5em 0 -1.3em;
  	}
  	40% {
   		box-shadow: 0 2.5em 0 0;
  	}
}
@keyframes load7 {
  	0%,
  	80%,
  	100% {
    	box-shadow: 0 2.5em 0 -1.3em;
  	}
  	40% {
    	box-shadow: 0 2.5em 0 0;
  	}
}

/** Single Blog Pages */
.single .content .entry {
    background-color: #fff;
    padding: 10px;
}

.single .content header.entry-header {
    border-bottom: 1px solid #787878;
    padding-bottom: 10px;
    margin-bottom: 3rem;
}

.single .content h1.entry-title {
    margin-top: 0;
}

.single .content span.entry-author a {
    color: #231f20;
}

div#disqus_thread {
    background-color: #fff;
    padding: 10px;
}

#jp-relatedposts {

}

#jp-relatedposts h3{
    font-size: 18px!important;
    font-size: 1.8rem!important;
    color: #c5d259;
    text-transform: uppercase;
    font-family: 'Arial Black', 'Source Sans Pro', Arial!important;
    letter-spacing: 1px!important;
    font-weight: bold;
}

#jp-relatedposts h3 em{
    
}

#jp-relatedposts .jp-relatedposts-post-title {
    font-size: 18px!important;
    font-size: 1.8rem!important;
    font-family: 'Arial Black', 'Source Sans Pro', Arial!important;
    margin: 1rem 0!important;
    font-weight: bold;
}

#jp-relatedposts .jp-relatedposts-post-title a{
    color: #231f20;
}


#jp-relatedposts p{
    color: #231f20!important;
    font-family: 'Arial Narrow', 'Oswald', Arial;
    opacity: 1!important;
}

body:not(.home) .content .entry {
    background-color: #fff;
    padding: 0;
}

body.archive .content .entry,
body.search-results .content .entry{
	background-color: transparent;
	padding: 0;
	padding-bottom: 10px;
}

body.archive .content .entry-header,
body.search-results .content .entry-header{
	background-color: #fff;
	padding: 0;
}

body.archive .content .entry-header img,
body.search-results .content .entry-header img{
	margin-bottom:0;
}

body.archive .content .entry-title,
body.search-results .content .entry-title{
	font-size: 24px;
	clear: both;
}

.content img.attachment-post-image{
	width: 100%;
}

/* 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) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}

}

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

	.site-container-wrap {
		/*max-width: 96%;*/
	}

	.site-title {
		margin-top: 0;
	}

	/** Custom additions */
	.home-news .widget.socials {
	    border-top: 1px solid #242120;
	    border-bottom: 1px solid #242120;
	    margin: 10px 0;
	    padding: 10px 0;
	}

	.home-news .widget.socials .widget-title {
	    text-align: center;
	    color: #9f9f9f;
	    font-weight: 600;
	    font-family: 'Arial Narrow', 'Oswald', Arial;
	    font-size: 14px;
	}

	.home-news .widget.socials ul {
	    list-style-type: none;
	    text-align: center;
	    line-height: 1;
	}

	.home-news .widget.socials ul li {
	    display: inline-block;
	}

	.home-news .widget.socials li a {
	    color: #a0a0a0;
	    font-size: 40px;
	    padding: 0 10px;
	}

	.home-news .widget.socials li a:hover {
	    color: #c5d100;
	}

}

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

	/*.site-container-wrap {
		width: 96%;
	}*/

	.site-header .title-area,
	.site-header .widget-area {
		padding: 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-header .site-navigation,
	.site-header .search-form{
		margin-top: 7px;
	}


	.site-footer {
		padding: 24px;
	}

	.home-top .widget.ui-tabs .entry {
		background-color: #000;
		padding-bottom: 20px;
	}

	.home-top .widget.ui-tabs img {
		display: block;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.home-top .ui-tabs ul.ui-tabs-nav {
		background-color: #000;
		bottom: auto;
		margin: 0;
		position: relative;
		right: auto;
	}

	.home-top .ui-tabs ul.ui-tabs-nav li,
	.home-top .widget.ui-tabs .entry p {
		margin: 0;
	}

	.home-top .widget.ui-tabs .entry h2 {
		padding: 0;
	}


	/** Custom additions */
	.site-title a{
		width: 340px;
		height: 50px;
		background-size: 100%;
	}

	.site-header .widget-area a[href*="#nav_menu"] em{
		display: none;
	}

	body.search-active .search-form input[type="search"]{
		font-size: 12px;
		font-size: 1.2rem;
	}

	body.archive .content .entry-title, 
	body.search-results .content .entry-title{
		font-size: 20px;
		font-size: 2.4rem;
	}

}
@media only screen and (min-width: 970px) {
	.mobile-leaderboard{
		display: none;
	}
}
@media only screen and (max-width: 970px) {
	.after-header .leaderboard,
	.footer-ad .leaderboard,
	.after-header .widget-wrap,
	.footer-ad .widget-wrap{
	    display: none;
	}
}
@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry.one-half{
		margin-bottom: 10px;
	}

	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}

	.home-middle-left {
		border: none;
	}

	.header-image .site-header .site-title a {
		background-size: contain !important;
	}

	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	/** Custom additions */
	.home .sidebar,
	.after-header .leaderboard,
	.footer-ad .leaderboard,
	.site-header .widget-area{
	    display: none;
	}

	.site-header .site-navigation{
		float: right;
		display: block;
		text-align: right;
		position: relative;
	}

	.site-tagline p span{
		display: block;
		margin-top: 4px;
	}

	.site-header .widget_nav_menu{
		right: 0;
	}

	body.menu-active .site-header .widget-area a[href*="#nav_menu"]{
		background-color: #c5cf21;
		color: #242120;
	}
	.site-header .widget_nav_menu ul li{
		text-align: right;
	}

	.site-header .title-area{
		width: 80%;
	}

	.site-title a{
		width: 100%;
		background-image: url(images/logo-white.png);
	}

	.site-inner{
		padding: 10px;
		background-color: #fff;
	}

	.entry .inner-wrap{
		padding: 0;
	}

	.site-container-wrap{
		border: 0;
		max-width: 100%;
		width: 100%;
		margin: 0;
	}

	.content-sidebar-wrap,
	.sidebar, 
	.content{
	    width: 100% !important;
	    float: none !important;
	}

	.content-sidebar-sidebar .content, 
	.sidebar-content-sidebar .content, 
	.sidebar-sidebar-content .content{
		padding: 0;
		border: 0;
	}

	.content-sidebar .content, 
	.content-sidebar-sidebar .content{
		border-right: 0;
		padding-right: 0;
	}

	.content-sidebar .sidebar-primary{
		margin-top: 10px;
		padding-left: 0;
	}

	.sidebar-primary .widget-wrap{
		padding: 0;
	}

	.home-news .widget:nth-of-type(2) .widget-wrap{
		padding: 0;
	}

	#editors-pick .entry{
		margin-left: 1em;
	}

	#editors-pick .entry-title{
		font-size: 18px;
		font-size: 1.8rem;
	}

	

	div[id*="div-gpt-ad"] img {
	    width: 100%;
	}

	.widget_ads .widget-wrap {
	    margin-bottom: 10px;
	}

	p#load-more a{
		min-width: 90%;
	}

	.archive-description, 
	.author-box{
		padding: 0 0 10px 0;
	}

	body.archive .content .entry-header, 
	body.search-results .content .entry-header{
		padding: 0;
	}

	body:not(.home) .content .entry{
		padding: 0;
	}

	.archive-pagination{
		margin: 40px 0 30px 0;
	}

	.archive-description-content img {
	    max-width: 40%;
	}

	.footer-widgets{
		padding: 20px 20px 5px 20px;
	}

	.footer-widgets ul {
	    line-height: 1;
	}

	.footer-widgets li a{
		font-size: 12px;
	}

	.footer-widgets .widget-title{
		font-size: 12px;
	}

	.footer-widgets-2 ul li{
		margin-right: 5px;
	}

	.footer-widgets p{
		font-size: 10px;
	}

	.site-footer {
	    padding: 10px 5px 5px;
	}

	.site-footer img {
	    max-width: 150px;
	}

}




