/*
	Theme Name: NEWSREP
	Theme URI: https://thenewsrep.com/
	Description: NEWSREP Theme
	Author: Hurricane Group, Inc.
	Author URI: https://hurricane.media/

	Version: 3.2.9

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.1

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

	Text Domain: magazine-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
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/

 /* Typekit
--------------------------------------------- */

@import url("https://use.typekit.net/npw1xxf.css");
@import url("https://use.typekit.net/qvz8yyf.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i&display=swap');




/* 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}[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: #222;
    font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

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: #222;
	font-weight: 400;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #0099cc;
}

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

strong {
	font-weight: 700;
}

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

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

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

blockquote {
	margin: 40px;
    color: #000;
    border-left: 1px solid #666;
    padding-left: 40px;
}

blockquote p{
	font-size: 17px;
}

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

cite {
	font-style: normal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'industry', serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
}

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 #ddd;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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: 'Raleway', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	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 {
	color: #fff;
	background-color: #0099cc;
}

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

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

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

/* 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 {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 22px;
    overflow: hidden;
    margin-bottom: 22px;
}


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

.site-container{
	padding-top: 57px;
}

.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;
	position: relative;
}
.sidebar-primary:before {
    display: block;
    content: '';
    border-left: 1px solid #000;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}

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

/* Top Header
--------------------------------------------- */
#top-header{
	background: #000;
	color: #fff;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
    font-family: "industry", sans-serif;
    font-weight: 500;
    font-size: 13px;
}
.admin-bar #top-header{
	top: 32px;
}


.mm-opened .admin-bar #top-header{
	top: 0;
}

#top-header a{
	color: #fff;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#top-header ul.menu{
	display: inline-block;
}
#top-header ul.menu li{
	display: inline-block;
	padding: 0 14px;
}
#top-header ul.menu li a{
	letter-spacing: 0.5px;
	font-weight: 600;
}
#top-header ul.menu li a:hover{
    color: #d5d5d5;
}
#top-header a.header-btn{
	background: #333333;
	border: 1px solid #787878;
	display: inline-block;
	padding: 7px 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
    height: 36px;
    text-align: center;
}
#top-header a.header-btn span {
	font-weight: 600;
  letter-spacing: 1px;
}
#top-header a.header-btn:hover{
	border-color: #fff;
}
#top-header a.sections-btn{
    margin-right: 14px;
}
#top-header a.search-btn{
	padding: 7px;
    margin-right: 14px;
    display: inline-block !important;
}

.checkout-page #top-header, .plans-page #top-header{
	position: relative;
}
.checkout-page.admin-bar #top-header, .plans-page.admin-bar #top-header{
	top: 0;
}


.site-logo a {
    font-size: 35px;
    line-height: 1;
}

.site-logo a:focus{
    outline: none;
}

body.search-active #top-header a.search-btn{
	display: none;
}


#top-header a.subscribe-btn{
	background: #0099cc;
	border-color: #99ccff;
    margin-left: 14px;
}
#top-header a.subscribe-btn:hover{
	background: #0385b0;
}

#top-header .search-form{
    display: inline-block;
    float: left;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 0px;
    margin-right: 14px;
}

body.search-active #top-header .search-form{
	width: 240px;
}

#top-header .search-form input[type="search"]{
	padding: 4px 6px;
}

#top-header .search-form input[type="submit"]{
    background: #333333;
    border: 1px solid #787878;
    display: inline-block;
    padding: 7px;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 36px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'industry', sans-serif;
    font-size: 16px;
}

.site-header,
.nav-secondary{
	display: none;
}

.home .site-header,
.home .nav-secondary{
	display: block;
	position: relative;
}

.home .site-header strong {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 12px;
}

.header-left{
	display: inline-block;
	float: left;
}

#whats-hot .wrap {
    border-bottom: 1px solid #222;
}

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

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

.avatar {
	float: left;
}

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

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

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

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

.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: 0 24px 24px 0;
}

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

.entry-content .wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 0 0;
    text-align: center;
    line-height: normal;
}

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

.clear{
	clear: both;
}

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

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 22px;
    border-bottom: 1px solid #666;
    padding-bottom: 22px;
}

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

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

.author-description .author-avatar {
    width: 27%;
    float: left;
    margin-top: 0;
}

.author-description .author-avatar img{
    float: none;
}

.author-description .author-bio {
    width: 70%;
    float: right;
}

.author-box-title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
  font-size: 15px;
}


/* Related Posts
--------------------------------------------- */
#related-posts{
	margin-bottom: 22px;
    border-bottom: 1px solid #666;
}
#jp-relatedposts{
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
	margin-top: 10px !important;
}


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

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

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

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

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

.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	padding: 14px 16px;
	right: 2px;
	top: 2px;
}

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

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

h1.entry-title{
	line-height: normal;
	padding-right: 210px;
    border-bottom: 1px solid #787878;
    padding-bottom: 10px;
    margin-bottom: 20px;
	text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.3px;
    font-size: 40px;
    font-weight: 800;
}

h2.entry-title{
    font-weight: bold;
    font-size: 18px;
}

.widget-title {
	clear: both;
	font-size: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #000;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
    border-right: none;
    line-height: 1;
    font-weight: 600;
}
.widget-title.entry-category{
    margin-bottom: 5px;
}
.widget-title.entry-category a{
	font-weight: 600;
}

/*.widget-title:after, .widget-title:before {
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.widget-title:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}
.widget-title:before {
	border-color: rgba(0, 153, 204, 0);
    border-left-color: #0099cc;
    border-width: 18px;
    margin-top: -18px;
}*/

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
}

.archive-title strong {
    float: right;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    font-family: 'Roboto',sans-serif;
}

.archive .entry-content{
    overflow: hidden;
 	font-family: 'Roboto', sans-serif;
 	font-size: 14px;
}
.archive .entry-content p{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}
 .archive .entry-content p:last-child{
 	margin-bottom: 0;
 }
.archive h2.entry-title{
	font-size: 20px;
	margin-bottom: 8px;
	line-height: normal;
}
.archive h2.entry-title a{
	font-weight: bold;
}

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

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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
}

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

.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: 30px;
}

.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: 30px;
}

.cta-box {
    clear: both;
    text-align: center;
    background: url(images/cta-bg.jpg) no-repeat 0 0;
    padding: 15px 15px 20px 15px;
    position: relative;
}

.cta-box:before{
    background: url(images/bg-cta-gradient.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
}

.cta-box i{
    font-size: 48px;
    position: relative;
    z-index: 2;
}

.cta-box h4{
    font-family: "korolev-compressed", sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 8px;
}

.cta-box p{
	font-family: Times, serif;
	margin-bottom: 15px;
	line-height: 1;
}

.cta-box p:last-child{
    margin-bottom: 0;
}

.cta-box p a{
    position: relative;
    z-index: 2;
    background: #008ace url(images/btn-cta-bg.png) no-repeat top center;
    color: #fff;
    font-family: "korolev-compressed", sans-serif;
    line-height: 1;
    font-size: 24px;
    font-weight: 400;
    padding: 12px 15px;
    min-width: 230px;
    display: inline-block;
    border-radius: 8px;
}

.cta-box p a:hover{
    opacity: 0.7;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

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

.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: #0099cc;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	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;
	font-size: 1.4rem;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:focus,
.home-middle a.more-link:hover,
.home-top a.more-link:focus,
.home-top a.more-link:hover {
	background-color: #0099cc;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}

/* Single
--------------------------------------------- */
.featured-image{
	display: block;
	margin-bottom: 16px;
	width: 100%;
}
.featured-image-wrap img{
	width: 100%;
}

.single-sofrep-radio .featured-image img{
	width: 100%;
	border: 1px solid #787878;
}

.sofre_radio_links a {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 4px 8px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
}

.sofre_radio_links a:hover{
    opacity: 0.65;
}

.single-sofrep-radio h1.entry-title {
    padding-right: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.single-sofrep-radio .radio-meta{
	border-bottom: 1px solid #787878;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.single-sofrep-radio .radio-meta a{
	color: #222;
}

.single-sofrep-radio .radio-meta a:hover{
	color: #389acc;
}

.single-sofrep-radio .radio-meta p{
	margin: 0;
}

.single-sofrep-radio .radio-meta span{
	float: right;
}

.single .has-credits img.featured-image {
    margin-bottom: 0;
}
.single .has-credits .image-credit,
.home .has-credits .image-credit{
    margin-bottom: 16px;
    color: #717171;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Roboto', serif;
}


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

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

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

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

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

.widget-area .enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

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

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

.widget-area .enews-widget input[type="submit"] {
	background-color: #0099cc;
	color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .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;
	font-size: 1.4rem;
	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:focus,
.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:focus.prev,
.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


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

img#wpstats {
	display: none;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{
	text-decoration: none;
}
div.sharedaddy h3.sd-title{
    text-transform: uppercase;
    font-family: 'korolev-condensed';
    font-size: 17px !important;
    letter-spacing: 0.5px;
}

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

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}


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

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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
	border-bottom: 2px solid #222;
	padding: 15px 0 5px 0;
}

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

.title-area {
	text-align: center;
	position: relative;
}

.title-area a{
	display: inline-block;
	font-size: 65px;
    line-height: 1;
    color: #000;
}

.title-area a:hover{
	color: inherit;
}

.title-area a:focus{
	outline: none;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	font-family: industry,serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 6px;

}

.site-description span {
	display: block;
}

.site-logo{
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
}

.checkout-page .site-logo {
    position: relative;
    text-align: center;
    top: 0;
    line-height: 1;
}


body.home #top-header a.sections-btn{
	position: absolute;
	left: 72px;
	top: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}

body.search-active.home.top-logo-active #top-header a.sections-btn{
    position: relative;
    left: initial;
    top: inherit;
}

body.home #top-header ul.menu,
body.home #top-header a.sections-btn,
body.home .site-logo{
	-webkit-transition: opacity 800ms ease-in;
    -moz-transition: opacity 800ms ease-in;
    -o-transition: opacity 800ms ease-in;
    transition: opacity 800ms ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

body.home #top-header ul.menu,
body.home.top-logo-active #top-header a.sections-btn,
body.home.top-logo-active .site-logo{
	opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

body.home.top-logo-active #top-header ul.menu{
 	opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}


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

.header-cta-left img{
	width:184px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.header-cta-right img{
	width:184px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
}

/* 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: 40px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


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

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: 'industry', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

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

.genesis-nav-menu .menu-item-trending{
    font-family: Roboto;
    padding-right: 10px;
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	padding: 15px;
	position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0099cc;
}

.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;
	font-size: 1.2rem;
	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 {
	float: right;
}

#menu-top-menu{
	text-transform: uppercase;
	margin-top: 9px;
}

/* 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: #222;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #0099cc;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

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

.nav-secondary {
	margin-top: -100px;
	padding-top: 100px;
}

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

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

#sections-menu-container{
	display: none;
}
.mm-menu .mm-navbar{
	border: none;
	border-radius: initial;
	width: 100%;
}

.mm-menu a{
    font-family: 'industry';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.entry {
	margin-bottom: 20px;
}

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 1px solid #666;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.archive .content .entry .alignleft{
	margin-bottom: 0;
	max-width: 230px;
}

.entry-content a {
	color: #0099cc;
}

.entry-content a:focus,
.entry-content a:hover {
	color: #222;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

p.entry-meta a {
	font-weight: 600;
    color: #222;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .1px;
    color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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: 14px;
	font-size: 1.4rem;
}

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

.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;
	font-size: 1.4rem;
	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:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0099cc;
}

.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;
	font-size: 1.4rem;
	padding: 24px;
}

#comments-cta{
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.newsrep-comments-preview-list ul li{
	font-size: 13px;
	list-style: none;
}
.newsrep-comment-avatar{
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.newsrep-comments-preview-list .comment-blur{
	background: transparent url(images/newsrep-blur.png) repeat-x;
    height: 136px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
/* Homepage Sections
---------------------------------------------------------------------------------------------------- */
.dispatch-headline-news{
    overflow: hidden;
    border-bottom: 1px solid #282828;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dispatch-headline-news h2,
.dispatch-headline-news h4{
	text-transform: uppercase;
}
.dispatch-headline-news h2{
	margin-bottom: 10px;
	line-height: 1.1;
   display: block;
   letter-spacing: -0.3px;
   font-size: 30px;
   font-weight: 800;
}
.dispatch-headline-news p{
	font-size: 13px;
	line-height: 152.19%;
}
.dispatch-headline-news p.post-excerpt{
	margin-bottom: 10px;
}
.dispatch-headline-news p.post-byline{
	margin: 0;
}

.dispatch-main-headline{
	padding-right: 5px;
}
.dispatch-main-headline h2 a{
	font-weight: 800;
}
.dispatch-main-headline a img{
	display: block;
	margin-bottom: 10px;
}
.dispatch-main-headline .has-credits a img{
	margin-bottom: 5px;
}
.dispatch-headlines{
    overflow: hidden;
    border-bottom: 1px solid #282828;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dispatch-headlines-last{
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dispatch-headlines h4{
	font-size: 18px;
    margin-bottom: 10px;
}
.dispatch-headlines h4 a{
	font-weight: 800;
	font-size: 17px;
    line-height: 1.3;
    display: block;
}

.dispatch-headline-news .one-third{
	position: relative;
}
.dispatch-headline-news .one-third:before{
    display: block;
    content: '';
    border-left: 1px solid #000;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
}

p.post-byline a {
    font-weight: 600;
}

ul.hot-on-sofrep {
    font-family: 'industry', 'Roboto', serif;
}

ul.hot-on-sofrep li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section - Top Stories Middle
--------------------------------------------- */
.dispatch-top-stories-post{
	overflow: hidden;
	margin-bottom: 30px;
}
.dispatch-top-stories-img{
	float: left;
    display: inline-block;
    margin-right: 15px;
    width: 75px;
    height: 75px;
}
.dispatch-top-stories-content{
	overflow: hidden;
}

.dispatch-top-stories-content h4{
	margin-bottom: 5px;
	line-height: 18px;
}

.dispatch-top-stories-content h4 a{
	font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.dispatch-top-stories-content p {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    margin: 0;
}

/* Section - Top Stories Bottom
--------------------------------------------- */
.dispatch-top-stories-bottom{
    margin-top: 40px;
    overflow: hidden;
}
.dispatch-top-stories-bottom-post{
	overflow: hidden;
	margin-bottom: 22px;
	border-bottom: 1px solid #282828;
	padding-bottom: 22px;
}
.dispatch-top-stories-bottom-img{
	float: left;
    display: inline-block;
    margin-right: 15px;
    width: 230px;
}
.dispatch-top-stories-bottom-content{
	overflow: hidden;
}
.dispatch-top-stories-bottom-content h4{
	margin-bottom: 7px;
}
.dispatch-top-stories-bottom-content h4 a{
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.4;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
}
.dispatch-top-stories-bottom-content p {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	margin: 0;
}
.dispatch-top-stories-bottom-content p.post-excerpt{
	margin-bottom: 0;
}
.dispatch-top-stories-bottom-post-last{
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* SOFREP War Room
---------------------------------------------------------------------------------------------------- */
.sofrep-war-room .entry-header{
	text-align: center;
}
#chat-room{
	border-bottom: 1px solid #666;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#chat-room .ifc-chat-window-options-send{
	background: #000;
    color: #fff !important;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer;
}
#chat-room .ifc-chat-window-options-send span{
	cursor: pointer;
}

/*
.sofrep-map {
        position: relative;
        padding-bottom: 75%; /* 4:3 ratio*/
       /* height: 0;
        overflow: hidden;
}

.sofrep-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}*/

/* 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: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
	overflow: hidden;
}

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

.sidebar .widget.sticky {
    width: 313px;
    position: fixed;
    bottom: 20px!important;
    left: 946px;
    z-index: 2;
    margin-bottom: 0;
}

.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:focus,
.sidebar .tagcloud a:hover {
	background-color: #0099cc;
	color: #fff;
}


/* Widget - Hot Posts
--------------------------------------------- */
.theme_hot_widget .hot-num{
    font-family: 'Roboto',sans-serif;
    font-size: 36px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    line-height: normal;
}
.theme_hot_widget p{
	margin-right: 30px;
	overflow: hidden;
	line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.theme_hot_widget p a{
	color: #666666;
}
.theme_hot_widget p a:hover{
	color: #000;
}
.theme_hot_widget .hot-img{
    display: inline-block;
    height: 60px;
    width: 60px;
}

/* Widget - Featured Authors
--------------------------------------------- */
.author-item{
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
	clear: both;
    overflow: hidden;
}
.author-item-details{
 	font-family: "korolev-compressed", sans-serif;
	overflow: hidden;
	padding-left: 10px;
}
.author-item h3{
    margin-bottom: 0;
    font-family: "korolev-compressed", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
 }
 .author-item h3 a{
 	font-weight: bold;
 }
 .featured-author-desc{
	display: block;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: uppercase;
 }
 .author-item ol{
	font-family: "Roboto", sans-serif;
	padding-left: 10px;
	overflow: hidden;
}
 .author-item ol li{
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    margin-bottom: 1px;
    padding-bottom: 0;
    line-height: normal;
    font-size: 13px;
 }
  .author-item ol li:last-child{
  	margin-bottom: 0;
  }
.author-item ol li a{
	text-decoration: none;
	color: #222;
}
.author-item ol li a:hover{
	text-decoration: none;
	color: #0099cc;
}

.tdn-cat-post img{
	margin-bottom: 15px;
	display: block;
}

/* Category & Archive Pages
---------------------------------------------------------------------------------------------------- */
/*.category .archive-description {
    margin-bottom: 0;
}*/

.category ul.genesis-nav-menu.sub-category {
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
    text-align: left;
    margin-top: -30px;
}

.category ul.genesis-nav-menu.sub-category:empty{
    border-bottom: 0;
}

.category ul.genesis-nav-menu.sub-category li:first-child a {
    padding-left: 0;
}

.archive.category .featured-article-wrap .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
}

.archive .entry-meta a {
    font-weight: 600;
}

.archive.category .featured-article-wrap .entry-content {
    margin-bottom: 1.5em;
}

/* pre_get_posts hook not working */
.archive.category .featured-article-wrap+article {
    display: none;
}

/* Author Archive Page
---------------------------------------------------------------------------------------------------- */
body.archive.author .content .type-tribe_events {
    width: 50%;
    float: left;
}

body.archive.author .content .type-tribe_events:first-of-type{
}

body.archive.author .content .type-tribe_events:nth-child(3n+1){
    clear: left;
}

body.archive.author .tribe-events-adv-list-widget {
    clear: both;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 22px 0;
    margin-bottom: 30px;
}

body.archive.author .tribe-events-adv-list-widget .widget-title {
    margin-right: 60%;
}

body.archive.author .content p.tribe-events-widget-link {
    clear: both;
    margin-bottom: 0;
}

body.archive.author .content p.tribe-events-widget-link a{
    color: #0099cc;
    font-family: 'korolev-condensed', sans-serif;
    font-size: 14px;
}

body.archive.author .tribe-mini-calendar-event {
    border-bottom: 0;
}

body.archive.author h1.archive-title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "korolev-compressed", sans-serif;
    letter-spacing: 2px;
}

body.archive.author .author-bio ul{
    list-style-type: none;
    margin-bottom: 1em;
}

body.archive.author .author-bio ul:empty{
    display: none;
}

body.archive.author p.author-expertise{
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
}

body.archive.author .author-bio ul li{
    display: inline-block;
    margin-right: 1em;
}

body.archive.author .author-bio ul li a{
    font-size: 20px;
}

body.archive.author .author-bio ul li a:hover{

}

body.archive.author .archive-description p{
    margin: 0 0 1em 0;
}

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

body.archive.author .entry p{
    font-family: "Roboto", sans-serif;
}

body.archive.author .entry p.entry-meta {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    font-weight: 400;
}

body.archive.author .entry p.entry-meta a{
    font-weight: 600;
}

body.archive.author .entry p.entry-meta span.entry-categories{
    display: inline-block;
}


/* Core Pages
---------------------------------------------------------------------------------------------------- */

/* Login Page
--------------------------------------------- */
.login-page .site-inner{
	max-width: 600px;
    border-bottom: none;
    /* margin-bottom: 200px; */
    margin-top: 20px;
}
.login-page .mm-field{
	margin-bottom: 10px;
}
.login-page #login-bottom{
	margin-top: 20px;
}
.login-page{

}
.mm-error{
	padding: 5px 10px;
}

/* Checkout Page
--------------------------------------------- */
.checkout-page .header-right,
.checkout-page .header-left,
.checkout-page .footer-top,
.checkout-page .footer-mid{
	display: none;
}

.checkout-page .site-container, .plans-page .site-container{
	padding-top: 0;

}
.checkout-page .checkout-page{
	position: relative;
    min-height: 55px;
}

#mm_checkout_form .mm-formField label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#mm_checkout_form .mm-formField input[type="text"],
#mm_checkout_form .mm-formField input[type="email"],
#mm_checkout_form .mm-formField input[type="password"],
.mm_field_coupon_code,
#mm_checkout_form .mm-formField select{
    font-weight: 500;
    font-size: 15px;
    padding: 8px;
}

#mm_checkout_form .mm-formField select{
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/wp-content/themes/dispatch-news/images/caret-down.svg) no-repeat 97% center;
    background-size: 24px;
}

#mm_checkout_form p.mm-formField, #mm_checkout_form p.row{
    margin-bottom: 18px;
    overflow: auto;
}

#mm_checkout_form .mm-formField.large-6{
    width: 48%;
    float: left;
    margin-left: 4%;
}

#mm_checkout_form .mm-formField.large-6:first-child{
    margin-left: 0;
}

#mm_checkout_form .mm-formField.large-6.one-half{
    width: 66.66%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    box-sizing: border-box;
}

#mm_checkout_form .mm-formField.large-6.one-half.first{
    width: 33.33%;
    box-sizing: border-box;
}

#mm_checkout_form .mm-formField.large-6.one-half label{
    display: block;
}

#mm_checkout_form .mm-formField.large-6.one-half select{
    width: 48%;
    margin-left: 2%;
    float: left;
}

#mm_checkout_form ul{
    list-style-type: none;
    margin-left: 0;
    padding: 1em;
    border: 1px solid #000;
}

#mm_checkout_form ul li{
    list-style-type: none;
    font-weight: 400;
}

#mm_checkout_form ul li:last-child{
    font-weight: 700;
    border-top: 1px dashed #000;
    padding-top: 5px;
    margin-top: 5px;
}

#mm_checkout_form #result div {
    color: #0a780a;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: 500;
}

#mm-login-form .mm-button, #mm_checkout_form .mm-button {
    background: #0099cc;
    margin-left: 14px;
    font-family: "korolev-compressed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    margin-left: 0;
    padding: 10px 15px;
}
#mm-login-form .mm-button:hover,
#mm-login-form .mm-button:focus,
#mm_checkout_form .mm-button:hover,
#mm_checkout_form .mm-button:focus {
    background: #008dbc;
}

.select-plan{
    overflow: hidden;
    margin-bottom: 20px;
}
.select-plan h4{
    font-family: 'korolev-compressed';
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
}
.select-plan a.btn-inactive{
    background: #fff;
    color: #333;
}
.select-plan a.btn-inactive:hover{
	background: #0099cc;
	text-shadow: 0 1px 1px #4081af;
	color: #fff;
    border-color: #2a73a6 #165899 #07428f;
    -webkit-box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
    -moz-box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
    box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
}
.select-plan a.mm-button.blue{
	background: #0099cc;
}
.select-plan a.mm-button.blue:hover{
	color: #fff;
}

.mm-checkoutSection{
	margin-top: 20px;
}
.mm-paypalCheckoutBtn{
    display: inline-block;
    width: 153px;
    height: 30px;
    background-image: url(images//paypal-button@2x-d5ec2863.png);
    background-size: 153px 30px;
    background-repeat: no-repeat;
}

.pmpro-checkout .site-footer{
	margin-top: 30px;
}
.pmpro-checkout .site-footer .footer-hurricane{
	margin-top: 0;
	border: none;
	font-size: 12px;
	padding: 10px 0;
}
.plans-page.gray-bg .site-inner{
	margin-bottom: 0;
}

/* SOFREP Radio
---------------------------------------------------------------------------------------------------- */
#hp-sofrep-radio{
    border-bottom: 1px solid #282828;
    border-top: 1px solid #282828;
    margin: 0px 0 20px 0;
    padding: 20px 0 10px 0;
}
#hp-sofrep-radio h4 a{
	font-weight: bold;
    font-size: 18px;
}
#hp-sofrep-radio .hp-sofrep-radio-box h4{
	font-family: 'Roboto';
    font-weight: 500;
    line-height: 17px;
}
#hp-sofrep-radio .hp-sofrep-radio-box h4 a{
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

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

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
}
.footer-widgets .wrap{
    border-top: 1px solid #282828;
    padding-top: 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4{
	width: 265px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 26px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets article h3{
	line-height: normal;
	font-size: 15px;
	margin-bottom: 0;
}
.footer-widgets a {
	color: #231f20;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
	line-height: 1.3;
    display: block;
}

.tdn-cat-post{
	border-bottom: 1px solid #787878;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.tdn-cat-post.last-post{
	margin-bottom: 0;
}

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

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

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.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:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer .wrap {

}

.site-footer,
.site-footer a {

}

.site-footer a:focus,
.site-footer a:hover {

}

.site-footer p {
	margin-bottom: 0;
  font-size: 12px;
}

.footer-top{
	padding: 10px;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-top .social-media-icons{
	text-align: left;
}
.footer-top .social-media-icons li{
	display: inline-block;
	list-style: none;
    font-size: 26px;
    margin-right: 8px;
    line-height: normal;
}
.footer-top .footer-sub-login{
	text-align: right;
    padding-top: 3px;
}
.footer-top .footer-sub-login a{
	border: 1px solid #5b6770;
	padding: 3px 5px;
	float: right;
	border-radius: 0 4px 4px 0;
}
.footer-top .footer-sub-login a.footer-sub{
	border-right: none;
    border-radius: 4px 0 0 4px;
}
.footer-mid{
	padding: 0 10px;
}

.site-footer .download-apps {
    text-align: right;
}

#footer-menu{
	text-align: left;
}
#footer-menu li{
	list-style: none;
}
.download-apps img{
	width: 135px;
	margin-top: 5px;
}
.download-apps span{
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    max-width: 300px;
    margin: 0 auto 5px auto;
    font-weight: bold;
}

.footer-hurricane{
    padding: 20px 0;
    border-top: 1px solid #282828;
    margin-top: 20px;
    clear: both;
}

.footer-hurricane img{
	mix-blend-mode: darken;
}

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


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

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

.icon-newsrep:before {
  	content: "\e900";
}

.icon-newsrep.white{
	color: #fff;
}

/* Responsive Embeds
---------------------------------------------------------------------------------------------------- */
span[class*="embed-"]  {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 ratio */
   padding-top: 30px; /* IE 6 workaround*/
   height: 0;
   overflow: hidden;
}

span[class*="embed-"] iframe,
span[class*="embed-"] object,
span[class*="embed-"] embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}



/* Modal Forms
---------------------------------------------------------------------------------------------------- */
.modal-form{
    max-width: 600px;
    margin: 20px auto;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: auto;
    background: #fff;
    text-align: center;
}

body.prompt-subscribe .content-sidebar-wrap {
    overflow: auto;
    opacity: 0.125;
}

div#prompt-subscribe {
    /* max-width: 600px;
    background-color: #0082cb;
    padding: 7px; */
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    top: 20px;
    left: 0;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -999;
    font-family: "korolev-condensed", sans-serif;
}

#prompt-subscribe .cta-main{
   border: 7px solid #0082cb;
}

#prompt-subscribe .cta-inner {
    background-color: #fff;
    border: 7px solid #0082cb;
    max-width: 580px;
    padding: 2rem;
}

#prompt-subscribe .cta {
    border: 1px solid #c0e0f2;
}

#prompt-subscribe h4 {
    font-family: inherit;
    font-size: 39px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 700;
    position: relative;
    text-align: center;
    width: 80%;
    margin: 10px auto 20px auto;
}

/* #prompt-subscribe h4:before{
    content: "";
    height: 4px;
    display: inline-block;
    background-color: #fea30b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 98%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 320px;
} */

#prompt-subscribe h4 small{
    font-size: 72%;
}
#prompt-subscribe h5{
  text-transform: uppercase;
  font-family: inherit;
  font-size: 27px;
}
#prompt-subscribe h6{
  font-family: inherit;
  font-size: 24px;
}
#prompt-subscribe h6{
  margin-top: 3rem;
  font-family: inherit;
}

#prompt-subscribe h5,
#prompt-subscribe h6{
	font-family: 'industry', sans-serif;
}

#prompt-subscribe img{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

#prompt-subscribe p{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
}

#prompt-subscribe p a[href*="login"]{
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
}

#prompt-subscribe p a[href*="subscribe"],
#prompt-subscribe p a[href*="plans"]{
    background-color: #fea30b;
    padding: 10px 12px;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-block;
    min-width: 220px;
    font-size: 22px;
    width: 100%;
    color: #222;
}

#prompt-subscribe p a[href*="subscribe"]:hover,
#prompt-subscribe p a[href*="plans"]:hover{
    opacity: 0.80;
}

#prompt-subscribe .mfp-close {
    color: #050706!important;
    right:  10px;
    top: 10px;
}
.show-prompt{
  opacity:1!important;
  z-index:99!important;
}


/* NEWSREP Subscription Capture
---------------------------------------------------------------------------------------------------- */
.newsrep-header-sub-cta{
	display: none;
    position: fixed;
    top: 56px;
    width: 100%;
    text-align: center;
    background: #00409c;
    color: #fff;
    padding: 27px 0;
    font-weight: 400;
    font-size: 16px;
}
.newsrep-header-sub-cta a.header-sub-cta-btn{
    background: #fff;
    color: #000;
    padding: 8px 30px;
    font-family: "korolev-condensed", sans-serif;
    letter-spacing: 0.5px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 700;
}

.newsrep-header-cta .site-container{
    padding-top: 137px;
}


div#reset-password {
    text-align: left;
    padding: 20px;
    max-width: 460px;
}

#reset-password fieldset {
    border: 0;
    padding: 0;
}

#reset-password input[type="submit"] {
    background: #0099cc;
    border: 1px solid #99ccff;
    margin-left: 14px;
    font-family: "korolev-compressed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    letter-spacing: 3px;
    font-size: 20px;
    margin-left: 0;
    padding: 10px 15px;
}

#reset-password h3 {
    font-family: "korolev-compressed", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#reset-password p{
    margin-bottom: 1em;
    line-height: 1.3;
}

#reset-password p:last-child {
    margin-bottom: 0;
}

#reset-password .ajaxresults p {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-left: 5px solid #76a533;
    margin-bottom: 1em;
    color: #76a533;
}

#reset-password .ajaxresults p.error {
    border-left-color: #c15c47;
    color: #c15c47;
}

/* NewsRep Radio
---------------------------------------------------------------------------------------------------- */
body[class*="template-page-radio"] .entry.type-page {
    margin-bottom: 0;
}

#episodes-list {

}

#episodes-list .entry{
    border-bottom: 1px solid #cfcece;
    padding: 20px 0;
    margin: 0;
}

#episodes-list .entry:first-child {
    padding-top: 0;
}

#episodes-list .episode-visual {
    width: 20%;
    float: left;
    padding: 0 20px;
}

#episodes-list .episode-visual a{
}


#episodes-list .episode-thumb{
    max-width: 110px;
    height: 110px;
    width: 100%;
    background-image: url(images/newsrep-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

#episodes-list .episode-thumb:before{
    background: rgba(221, 221, 221, 0.80);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    display: inline-block;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#episodes-list .episode-visual a:hover .episode-thumb:before{
	background: rgba(221, 221, 221, 0.5);
}

#episodes-list .episode-thumb:after{
    background: url(images/ico-media-play.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    display: inline-block;
}

#episodes-list .episode-details {
    width: 80%;
    float: right;
}

#episodes-list .episode-details h2{
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "korolev-compressed", serif;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing:  1px;
}

#episodes-list .episode-details h2 a{

}

#episodes-list .episode-details h2 em{
    display: block;
    font-style: normal;
    font-size: 20px;
    color: #0082ca;
    font-weight: 600;
}

#episodes-list .entry-content p{
	margin-bottom: 0;
}


/* SOFREP Radio Episodes - Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar #episodes-list .episode-visual {
    width: 28%;
    padding: 0;
}

.sidebar #episodes-list .episode-details {
    width: 70%;
}

.sidebar #episodes-list .episode-thumb {
    width: 90px;
    height: 90px;
}

.episode-details .entry-content {
    display: none;
}

.sidebar #episodes-list .episode-details h2 em {
    color: #000;
    font-family: "korolev-compressed", serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.sidebar #episodes-list .episode-details h2 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', serif;
    letter-spacing: 0;
}


/* Movie Reviews
---------------------------------------------------------------------------------------------------- */
#movie-reviews-list {

}

#movie-reviews-list .one-third {
    padding: 0 5px;
   	margin-bottom: 2.564102564102564%;
}

#movie-reviews-list img.movie-thumbnail {
    box-shadow: 0px 1px 6px rgba(0,0,0,0.45);
}

#movie-reviews-list .sofrep-movie-box-content {
    text-align: center;
    font-family: "korolev-compressed", sans-serif;
}

#movie-reviews-list h3 {
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "korolev-compressed", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0 0 0;
}

#movie-reviews-list h3 a{
    font-weight: 600;
    letter-spacing: 1px;
}

#movie-reviews-list h3 a:hover{

}

#movie-reviews-list p.excerpt {
	line-height: 1.2;
	font-family: 'Roboto', serif;
	font-size: 14px;
	margin: 0.75em 0;
}

#movie-reviews-list .review-rating {
    position: relative;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    line-height: 1;
}

#movie-reviews-list .review-rating i{
	color: #0a80df;
	font-size: 10px;
}

#movie-reviews-list .review-rating span{
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -100%;
    background: #fff;
    width: 70px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

#movie-reviews-list a.read-review {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #0082ca;
	border: 2px solid #0082ca;
	line-height: 1;
	display: inline-block;
	padding: 5px 15px;
}

#movie-reviews-list a.read-review:hover{
    background-color: #0082ca;
    color: #fff;
}

.single .content .movie-summary {
    width: 27%;
    float: left;
    margin: 0 1.5em 0 0;
}


.single .content img.movie-thumbnail {
    box-shadow: 0px 1px 6px rgba(0,0,0,0.45);
}

.single .content .sofrep-movie-box-content {
    text-align: center;
    font-family: "korolev-compressed", sans-serif;
}

.single .content .sofrep-movie-box-content h3 {
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.single .content .sofrep-movie-box-content h3 a{
    letter-spacing: 1px;
    font-weight: 600;
}

.single .content .review-rating {
    position: relative;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    line-height: 1;
}

.single .content .review-rating i {
    color: #0a80df;
    font-size: 10px;
}

.single article.category-movie-reviews h1.entry-title {
    border-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
    /* margin-bottom: 0; */
}

.single article.category-movie-reviews p:empty{
    display: none;
}

.entry-header .entry-meta a {
    font-weight: 600;
}

.single .category-movie-reviews .entry-header .entry-meta {
    margin-bottom: 1em;
}

.single .category-movie-reviews .review-rating span{
	content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -100%;
    background: #fff;
    width: 60px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

#movie-reviews-list.list a.movie-thumb-link {
    width: 30%;
    float: left;
    display: inline-block;
}

#movie-reviews-list.list .sofrep-movie-box-content {
    float: right;
    text-align: left;
    width: 66%;
}

.sidebar .sofrep-movie-box {
    clear: both;
    overflow: auto;
    margin: 0 0 2em 0;
    border-bottom: 1px solid #cfcece;
    padding-bottom: 2em;
}

#movie-reviews-list.list .review-rating {
    margin-left: 0;
    margin-right: 0;
}

#movie-reviews-list.list p.entry-meta {
    font-family: 'Roboto', serif;
    font-size: 13px;
}

/* Author Box
---------------------------------------------------------------------------------------------------- */
.author-box .author-media {
    width: 14%;
    float: left;
}

.author-box .author-media ul{
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    clear: both;
    border-bottom: 1px solid #787878;
}

.author-box .author-media ul li{
	display: inline-block;
}

.author-box .author-media ul li a{
    color: #656c7a;
}

.author-box .author-media ul li a:hover{
    color: #0099cc;
}

.author-box .author-bio{
    padding-left: 17%;
}

.author-box .author-entries {
    padding-left: 17%;
    margin-top: 1em;
}

.author-box .author-entries h4{
    margin-bottom: 0.8em;
}

.author-box .author-entries ul{
    list-style-type: none;
}

.author-box .author-entries ul li{
    /* border-bottom: 1px dotted #787878; */
    /* padding-bottom: 5px; */
    /* margin-bottom: 5px; */
}

.author-box .author-entries ul li a{
	line-height: 1.2;
	text-decoration: underline;
	color: #000;
	font-size: 14px;
}

.author-box .author-entries ul li a:hover{
    color: #0099cc;
}


/* Advertisments
---------------------------------------------------------------------------------------------------- */
.leaderboard{
	text-align: center;
	margin-top: 0;
	margin-bottom: 22px;
}

/* Entertainment Archive Page
---------------------------------------------------------------------------------------------------- */
.category-entertainment #episodes-list .episode-visual {
    width: 150px;
    max-width: 150px;
    padding: 0;
    margin: 0 24px 0 0;
}

.category-entertainment #episodes-list .episode-thumb {
    max-width: 150px;
    height: 150px;
}

.category-entertainment #episodes-list .episode-details {
    width: auto;
    float: none;
}

.category-entertainment #episodes-list .entry:first-of-type{
    padding-top: 0;
}

.category-entertainment #episodes-list .entry:last-child,
.category-entertainment .content .entry:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.category-entertainment #movie-reviews-list h3 {
    margin-top: 0;
}

.category-entertainment .content section {
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category-entertainment .content section h2.section-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "korolev-compressed", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-entertainment #movie-reviews-list.list a.movie-thumb-link {
    width: 150px;
    margin-right: 24px;
}

.category-entertainment #movie-reviews-list.list .sofrep-movie-box-content {
    float: none;
    width: 100%;
    padding-left: 174px;
}

.category-entertainment .content .entry {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.category-entertainment .content .entry p:empty{
	display: none;
}

.category-entertainment .content .entry p {
    font-family: 'Roboto', serif;
    margin-bottom: 12px;
}

.category-entertainment .content .entry p.entry-meta:last-child{
	margin-bottom: 0;
}

.category-entertainment .content .entry-image-link img {
    margin-right: 24px;
    float: left;
}

/* Disqus
---------------------------------------------------------------------------------------------------- */
li.dsq-widget-item{
	line-height: normal;
	margin: 6px 0 !important;
}
li.dsq-widget-item:first-child{
	margin-top: 0 !important;
}
a.dsq-widget-user{
	font-weight: 600;
    font-family: 'industry';
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 3px;
}
.dsq-widget-comment{
	font-size: 13px;
}
p.dsq-widget-meta{
    margin-top: 5px !important;
}

/* FINREP LP
---------------------------------------------------------------------------------------------------- */
.finrep-landing #top-header,
.finrep-landing .site-footer{
	display: none;
}
.finrep-landing .site-container,
.finrep-landing .site-inner{
	padding: 0;
	margin: 0;
}
#newsrep-finrep-hero{
	width: 100%;
	min-height: 600px;
	background: url(images/newsrep-finrep-hero-bg.jpg) top center no-repeat;
	background-size: cover;
    color: #fff;
    padding: 60px 0;
    position: relative;
}
#newsrep-finrep-hero .wrap{
	position: relative;
}
#newsrep-finrep-hero img{
	margin-bottom: 70px;
}
#newsrep-finrep-hero h2{
	color: #fff;
	font-size: 34px;
	max-width: 410px;
	width: 100%;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 30px;
}
#newsrep-finrep-hero h2 span{
	text-decoration: underline;
}
#newsrep-finrep-hero p{
    font-family: korolev-condensed;
    font-size: 24px;
    max-width: 500px;
    line-height: normal;
    width: 100%;
}
#newsrep-finrep-hero a.newsrep-finrep-hero-cta{
    width: 256px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #000;
    background: rgba(36,116,177,0.7);
    font-family: korolev-condensed;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    margin-left: 57px;
}
#newsrep-finrep-hero a.newsrep-finrep-hero-cta:hover{
    background: rgba(36,116,177,1);
}
#newsrep-finrep-hero ul{
	position: absolute;
    top: -40px;
	right: 0;
}
#newsrep-finrep-hero ul li{
	display: inline-block;
	margin: 0 10px;
}
#newsrep-finrep-hero ul li a{
	font-size: 14px;
	color: #fff;
	font-family: 'Times';
	text-transform: uppercase;
}
#newsrep-finrep-hero ul li a:hover{
	text-decoration: underline;
}
#newsrep-finrep-hero ul li:last-child{
	margin-right: 0;
}

#newsrep-finrep-about{
	min-height: 600px;
	background: url(images/newsrep-finrep-subscribe-bg.jpg) top left no-repeat;
	padding: 34px 0;
	overflow: hidden;
	background-size: contain;
}
#newsrep-finrep-about h4{
	font-size: 24px;
    font-family: 'Times';
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 18px 30px;
    max-width: 500px;
    text-align: center;
    float: right;
    margin-right: 85px;
    margin-bottom: 35px;
}
.newsrep-finrep-about-content{
	font-size: 18px;
	line-height: normal;
	font-family: korolev-condensed;
	border: 4px solid #000;
	max-width: 673px;
	width: 100%;
	padding: 24px;
	background: #fff;
	float: right;
	clear: both;
}
.newsrep-finrep-about-content .finrep-sep{
	max-width: 478px;
	width: 100%;
	height: 2px;
	background: #000;
	margin: 20px auto;
}
.newsrep-finrep-about-content ul{
	margin-left: 40px;
	margin-bottom: 15px;
}
.newsrep-finrep-about-content a{
    width: 209px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgb(36,116,177);
    font-family: korolev-condensed;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
.newsrep-finrep-about-content a:hover{
	background: #000;
}

#newsrep-finrep-plans{
    background: #f0f0f0;
    padding: 24px 0 54px 0;
    text-align: center;
}
#newsrep-finrep-plans h3{
    font-size: 18px;
    font-family: korolev-condensed;
    max-width: 413px;
    width: 100%;
    margin: 20px auto 40px auto;
    font-weight: normal;
}
.newsrep-finrep-plans-box{
	background: #fff;
	padding: 20px 20px 60px 20px;
	position: relative;
}
.newsrep-finrep-plans-box h5{
	font-variant: small-caps;
    font-size: 24px;
    border-bottom: 4px solid #000;
    padding-bottom: 8px;
}
.newsrep-finrep-plans-box p{
	color: #2c89d1;
	font-size: 60px;
	font-family: 'Times';
    font-weight: bold;
}
.newsrep-finrep-plans-box p span{
	font-size: 18px;
	color: #000;
    font-weight: normal;
}
.newsrep-finrep-plans-box a{
    max-width: 209px;
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #000;
    font-family: korolev-condensed;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
.newsrep-finrep-plans-box a:hover{
    background: #2c89d1;
}
.most-popular{
	border: 4px solid #2c89d1;
}
.most-popular-box{
	background: #2c89d1;
    color: #fff;
    font-family: Times;
    letter-spacing: 1px;
    width: 191px;
    top: -35px;
    position: absolute;
    padding: 3px 0;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: auto;
}
.newsrep-finrep-plans-savings{
    background: #2c89d1;
    display: inline-block;
    padding: 3px 10px;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-family: korolev-condensed;
    font-weight: bold;
    letter-spacing: 1px;
}
div.newsrep-finrep-plans-savings:before {
content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #2c89d1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: -1;
}
.newsrep-finrep-plans-box small{
	font-size: 10px;
    position: absolute;
    display: block;
    text-align: center;
    bottom: -22px;
    width: 100%;
}

#newsrep-finrep-footer-bg{
	height: 359px;
	background: url(images/newsrep-finrep-footer-bg.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
}
#newsrep-finrep-footer{
	padding: 30px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	font-family: 'Times';
	font-size: 16px;
}
#newsrep-finrep-footer p{
	margin-bottom: 5px;
    font-family: Times,serif;
    font-style: italic;
}

.mm-listview li:nth-last-child(-n+2),
#menu-top-menu li:nth-last-child(-n+2){
	display: none !important;
}

.search-btn-mobile{
	display: none !important;
}

.logo-small{
	height: 26px;
	vertical-align: middle;
}
.logo-hp{
	vertical-align: middle;
	height: 43px
}

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

@media only screen and (max-width: 1240px) {
	#newsrep-finrep-about{
		background-size: cover;
	}
}

/** Small Laptop and iPad Landscape */
@media only screen and (max-width: 1180px) {

	.site-inner,
	.wrap,
	.home .site-header strong{
		max-width: 94%;
	}

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

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

	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	/** Custom Additions */
	.site-header .wrap{
		padding: 1em 0 5px 0;
	}

	.sidebar-primary{
		width: 31.5%;
	}

	/** NewsRep Radio */
	#episodes-list .episode-thumb{
		background-size: cover;
		height: 80px;
	}

	.sidebar #episodes-list .episode-thumb{
		width: 95%;
		height: 70px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4{
		width: 23.5%;
		margin-right: 2%;
	}

	.footer-widgets-4{
		margin-right: 0;
	}
}

/** Tablet Portrait */
@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 94%;
	}

	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.home-middle .featured-content .entry {
		width: 48.717948717948715%;
	}

	.home-middle .featured-content .entry:nth-of-type(2n+1) {
		margin-right: 2.564102564102564%;
	}

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

	/** Custom Additions */
	#top-header ul.menu,
	.home .site-header,
	#whats-hot{
		display: none;
	}

	body.home #top-header ul.menu,
	body.home .site-logo{
		opacity: 1;
		visibility: visible;
	}

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


	/** home widgets */
	.hot-on-sofrep p {
	    font-size: 14px;
	}

	.dispatch-top-stories-post{
		width: 100%;
		float: left;
		padding-left: 0;
		margin-left: 0;
	}

	.dispatch-top-stories-bottom-img{
		width: 200px;
	}

	.tribe-mini-calendar-event .list-date{
		width: 20%;
	}

	.tribe-mini-calendar-event .list-info{
		width: 75%;
	}

	.cta-box h4{
		font-size: 32px;
	}

	.cta-box i{
		font-size: 42px;
	}

	/** NewsRep Radio */
	#episodes-list .episode-visual{
		padding-left: 0;
	}

	.sidebar #episodes-list .episode-thumb{
		height: 60px;
	}

	.sidebar #episodes-list .episode-thumb:after{
		background-size: 32px;
	}

	.single-sofrep-radio .radio-meta p{
		font-size: 13px;
		font-weight: 500;
	}

	.sidebar #episodes-list .episode-details h2{
		font-size: 14px;
	}

	/** Single Post */
	.single .site-inner{
		padding-top: 3%;
	}

	h1.entry-title{
		padding-right: 0;
	}

	/** Archive / Category */
	.search .content .entry-image-link img,
	.archive .content .entry-image-link img {
	    max-width: 200px;
	}

	.archive-description, .author-box{
		margin-bottom: 3%;
		padding-bottom: 3%;
	}

	/** Author Archive Pages */
	body.archive.author .content .type-tribe_events{
		width: 100%;
		float: none;
	}

	/** Footer widgets */
	.tdn-cat-post{
		padding-bottom: 8px;
		margin-bottom: 8px;
	}

	.category .archive-description {
	    margin-bottom: 30px;
	}

}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	#newsrep-finrep-about h4{
		float: none;
	    margin-left: auto;
	    margin-right: auto;
	}
	.newsrep-finrep-about-content{
		float: none;
		margin: 0 auto;
	}
	.newsrep-finrep-plans-box p{
		font-size: 30px;
	}
}

/** Mobile Phone Portrait and Landscape */
@media only screen and (max-width: 767px) {

	.mm-listview li:nth-last-child(-n+2){
		display: block !important;
	}

	.hide{
		display: none !important;
	}

	.search-btn-mobile{
		display: block !important;
	}

	#top-header .search-form, #top-header a.search-btn{
		position: absolute;
		right: 0;
		float: none;
		z-index: 1;
	}

	#top-header .search-form{
		top: 54px;
		height: 0;
		transition: height .3s ease-in-out;
	}

	#top-header{
		transition: height .3s ease-in-out;
	}

	body.search-active #top-header{
		height: 100px;
	}

	body.search-active #top-header .search-form{
		height: 36px;
		width: 95% ;
	}

	body.search-active #top-header a.search-btn{
		display: block ;
	}

	.site-inner {
		max-width: 100%;
	}

	.site-container,
	.newsrep-header-cta .site-container {
	    padding-top: 0;
	}


	.newsrep-header-sub-cta{
	    position: absolute;
		top: 51px;
		padding: 10px 0;
		font-size: 14px;
	}

	.newsrep-header-sub-cta a.header-sub-cta-btn{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.newsrep-header-cta .site-inner{
		margin-top: 114px;
	}

	#top-header{
		position: relative;
		overflow: hidden;
		height: 51px;
	}
	.admin-bar #top-header {
   		top: 0;
	}

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.js.admin-bar nav.nav-primary {
		top: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.site-header nav .wrap {
		padding: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #222;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	nav.nav-primary .sub-menu-toggle,
	#genesis-mobile-nav-primary {
		background-color: #222;
		color: #fff;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #0099cc;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: #fff;
		color: #0099cc;
		border-width: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
	}

	.sub-menu-toggle:focus {
		outline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 100;
	}

	nav.nav-primary .sub-menu-toggle:focus,
	nav.nav-primary .sub-menu-toggle:hover {
		background-color: transparent;
		color: #0099cc;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
	}

	.sub-menu-toggle.activated:before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		margin-top: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.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;
		font-size: 2rem;
		line-height: 1.2;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}


	.home-middle .featured-content .entry {
		margin-right: 0;
		width: 100%;
	}

	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}

	/** Custom additions */

	h1.entry-title{
		font-size: 26px;
    line-height: 1.2;
	}

	/** Globals */
	blockquote{
		border-left: 0;
		padding-left: 1em;
		margin-left: 0;
	}

	.site-inner{
		max-width: 92%;
	}

	.wrap{
		max-width: 90%;
	}

	.footer-widgets .wrap{
		max-width: 100%;
	}

	.widget-title{
		margin-bottom: 1em;
	}

	.sidebar .widget {
	    margin-bottom: 1em;
	}

	.menu-toggle,
	#top-header a.subscribe-btn,
	#genesis-nav-secondary,
	.archive-title strong{
		display: none;
	}

	.theme_hot_widget .hot-img

	/** Header & Menu */
	#top-header a.sections-btn{
		color: transparent;
	}

	#top-header a.sections-btn span {
	    color: #fff;
	}

	#top-header a.sections-btn{
		color: transparent;
		max-width: 36px;
		padding: 7px 5px;
		overflow: hidden;
	}
	.home #top-header a.sections-btn{
		display: inline-block;
	    position: relative!important;
	    left: initial !important;
	    top: inherit !important;
        opacity: 1 !important;
    	visibility: visible !important;
	}

	#top-header a.header-btn{
		padding: 7px;
		letter-spacing: 1px;
	}

	#top-header a.account-btn span, #top-header a.account-btn{
		display: none;
	}
	#top-header a.account-btn{
	    padding: 7px 11px;
	}

	.site-logo a{
		font-size: 30px;
		font-size: 3.0rem;
	}

	#top-header{
		padding: 8px 10px 0 10px;
	}

	#whats-hot,
	.home .site-header strong{
		display: none;
	}

	/** Home Widgets */
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content{
		width: 100%;
		float: none;
	}

	.content{
		width: 100%;
	}

	.sidebar-primary{
		float: none;
		width: 100%;
		margin-top: 1em;
	    margin-left: auto;
	    margin-right: auto;
	}

	.sidebar-primary:before{
		border-left: 0;
		left: 0;
	}

	.site-inner{
		margin-bottom: 3%;
	}

	.dispatch-top-stories-post{
		margin-bottom: 10px !important;
		padding-bottom: 10px;
		float: none;
	}

	.dispatch-top-stories-content h4 {
	    font-size: 18px;
	    margin-bottom: 0;
	}

	.dispatch-top-stories-content .post-byline {
	}

	.dispatch-main-headline{
		border-bottom: 1px solid #282828;
		padding-bottom: 20px;
		margin-bottom: 20px !important;
		padding-right: 0;
	}

	.dispatch-main-headline h2{
		font-size: 20px;
		font-size: 2.7rem;
		margin-bottom: 0.5em;
		/*padding-left: 5%;
		padding-right: 5%;*/
	}

	/*.dispatch-headlines{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}*/

	.dispatch-headline-news{
		margin-bottom: 1em;
		padding-bottom: 1em;
	}

	.dispatch-headlines-last{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.dispatch-top-stories-bottom{
		margin-top: 3%;
	}

	.dispatch-top-stories-bottom-img{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.dispatch-top-stories-bottom-post h4 {
	    margin-bottom: 0.5em;
	}

	.dispatch-top-stories-bottom-post img{
		vertical-align: middle;
	}

	.dispatch-top-stories-bottom-post-last{
		margin-bottom: 0;
	    border-bottom: 1px solid #282828;
    	padding-bottom: 22px;
	}

	.cta-box{
		margin: 0.5em 0 1em 0;
	}

	.cta-box i{
		font-size: 36px;
	}

	.cta-box p a{
		font-size: 22px;
	}

	.cta-box h4 {
	    font-size: 28px;
	    letter-spacing: 1px;
		margin-bottom: 5px;
	}

	.cta-box p{
		font-size: 14px;
	}

	#prompt-subscribe,
	#reset-password{
		max-width: 92%;
	}

	#prompt-subscribe h4{
	    margin-top: 15px;
	    font-size: 32px;
	}

	#prompt-subscribe img{
		max-width: 80%;
	}

	#prompt-subscribe p{
		font-size: 16px;
	}

	#prompt-subscribe p.cta-content{
		font-size: 18px;
		line-height: normal;
	}
	#prompt-subscribe p a[href*="subscribe"]{
		padding: 6px 12px;
		min-width: 200px;
    	font-size: 18px;
	}

	/** Wrappers */
/*	.has-credits .image-credit,
	.dispatch-headline-news p.post-excerpt,
	.dispatch-headline-news p.post-byline,
	.dispatch-headlines h4,
	.dispatch-top-stories,
	.dispatch-top-stories-bottom-post h4,
	.dispatch-top-stories-bottom-content p.post-excerpt,
	.dispatch-top-stories-bottom-content p.post-byline,
	.single .entry-content,
	.single .entry-footer,
	.single .author-box,
	#disqus_thread{
	    max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}


	.dispatch-top-stories-bottom .widget-title,
	.footer-widgets .widget-title {
	    margin-left: 5%;
	    margin-right: 5%;
	}*/

	.dispatch-top-stories-bottom-post img {
	    width: 100%;
	}

	.author-box .author-media{
		width: 20%;
	}

	.author-box .author-bio,
	.author-box .author-entries{
		padding-left: 24%;
	}

	.author-box .author-entries ul li {
	    border-bottom: 1px dotted #787878;
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	}

	.author-box .author-entries ul li a{
		text-decoration: none;
		color: #000;
	}

	.footer-widgets .tdn-cat-post img {
	    width: 100%;
	}

	/*.footer-widgets .tdn-cat-post {
	    max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}*/

	.footer-widgets article h3 {

	}

	/** Single */
	.top-leaderboard{
		margin-bottom: 1em;
	}
	/*.single h1.entry-title {
	    margin-left: 5%;
	    margin-right: 5%;
	}
	.single .site-inner .widget-title.entry-category {
	    margin-left: 5%;
	    margin-right: 5%;
	}
	*/
	.single .featured-image{
		margin-bottom: 10px !important;
	}
	.single .has-credits img.featured-image{
		margin-bottom: 5px !important;
	}
	.single .entry-header .entry-meta {
	    margin-bottom: 1em;
	    /*margin-left: 5%;
	    margin-right: 5%;*/
	}
	.author-box .avatar {
	    margin-right: 1em;
	}
	.single #related-posts .widget-title,
	.single .widget-title.comments {
	    /*margin-left: 5%;
	    margin-right: 5%;*/
	}

	/*.single .jp-relatedposts-post-title,
	.single .jp-relatedposts-post-excerpt,
	.single .jp-relatedposts-post-date,
	.single .jp-relatedposts-post-context {
	    max-width: 90% !important;
	    margin-left: auto !important;
	    margin-right: auto !important;
	}*/

	/** Archive / Search Pages */
	.category ul.genesis-nav-menu.sub-category{
		margin-bottom: 0;
		border-bottom: 0;
	}

	.genesis-nav-menu.sub-category a {
	    padding: 10px 4px;
	    line-height: 1.2;
	    display: none;
	}

	.category-entertainment #movie-reviews-list.list a.movie-thumb-link {
	    width: 75px;
	    margin-right: 0.8em;
	}

	.category-entertainment #movie-reviews-list.list .sofrep-movie-box-content{
		padding-left: 85px;
	}

	.category-entertainment #episodes-list .episode-visual{
		width: 75px;
		max-width: 75px;
		margin: 0 0.8em 0 0;
	}

	.category-entertainment #episodes-list .episode-thumb{
		max-width: 75px;
		height: 75px;
	}

	.search .content .entry-image-link img,
	.archive .content .entry-image-link img {
		width: 100%;
		max-width: 100% !important;
		margin: 0 0 0.8em 0 !important;
		float: none;
	}

	.archive .content .entry,
	.home .content .entry,
	.page-template-page_blog-php .content .entry{
		padding-bottom: 1em;
		margin-bottom: 1em;
	}

	.archive-pagination,
	.entry-pagination{
		margin: 1em 0;
	}

	/** Author Widget */
	.featured-author-desc{
		padding-left: 0;
	}

	/*.author-item ol li{
		text-overflow: inherit;
	}*/

	/** Related Posts */
	#jp-relatedposts .jp-relatedposts-items-visual{
		margin-right: 0!important;
	}

	#jp-relatedposts .jp-relatedposts-post-img{
		width: 100%!important;
	}

	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{
		padding-right: 0!important;
		float: none!important;
		width: 100%!important;
	}

	/** Author Archive Pages */
	.author-description .author-avatar {
	    width: 100%;
	    float: none;
	    margin-top: 1em;
	}

	.author-description .author-bio {
	    width: 100%;
	    float: none;
	}

	.archive-description .author-bio p {
	    margin-top: 0.5em;
	}

	/*.archive .site-inner,
	.search .site-inner,
	.error404 .site-inner{
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}*/

	.archive .dispatch-top-stories,
	.search .dispatch-top-stories,
	.error404 .dispatch-top-stories,
	.archive .sidebar-primary,
	.search .sidebar-primary,
	.error404 .sidebar-primary{
		max-width: 100%;
	}

	/** Checkout & login page */
	.checkout-page #top-header{
		padding: 8px 10px;
	}

/*	.checkout-page .content-sidebar-wrap {
	    max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}*/

	#mm_checkout_form .mm-formField.large-6 {
	    width: 100%;
	    float: none;
	    margin-left: 0;
	}

	#mm_checkout_form .mm-formField.large-6.one-half,
	#mm_checkout_form .mm-formField.large-6.one-half.first{
		width: 100%;
		float: none;
	}

	#mm_checkout_form .mm-formField.large-6.one-half select {
	    width: 50%;
	    margin-left: 0;
	    float: left;
	    background-size: 20px;
	}

	#mm_checkout_form p.mm-productDesc:last-of-type {
	    margin-bottom: 0;
	}

	.login-page .content-sidebar-wrap {
	    max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.login-page .entry-content label.mm-remember-me,
	.login-page .entry-content a {
	    font-size: 14px;
	}

	.login-page .entry-content .row .large-6 {
	    width: 50%;
	    float: left;
	}

	/** NewsRep Radio */
	body[class*="template-page-radio"] .site-inner {
	    padding-top: 0;
	}

	#episodes-list,
	body[class*="category-movie-reviews"] .archive-pagination,
	body[class*="template-page-radio"] .archive-pagination{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#episodes-list .episode-visual{
		width: 25%;
		padding-right: 5%;
	}

	#episodes-list .episode-details{
		width: 75%;
	}

	#episodes-list .episode-thumb{
		height: 60px;
	}

	#episodes-list .episode-thumb:after{
		background-size: 32px;
	}

	#episodes-list .episode-details h2{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 0;
	}

	#episodes-list .entry-content {
	    display: none;
	}

	#episodes-list .entry{
		padding: 10px 0;
	}

	#episodes-list {
	    max-width: 100%;
	    margin: 0 auto;
	}

	.sofre_radio_links a{
		padding: 3px 2px;
		margin-right: 5px;
	}

	/** Footer */

	.footer-widgets{
		padding: 1em 0;
		max-width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	#footer-menu{
		text-align: center;
	}
	.one-half.download-apps{
		text-align: center;
	}

	.footer-top .one-half {
	    width: 50%;
	    float: left;
	    box-sizing: border-box;
	}

	.footer-top{
		margin-bottom: 1em;
	}

	.footer-widgets .wrap{
		padding-top: 1em;
	}

	.footer-top .footer-sub-login{
		margin-top: 3px;
	}

	.footer-widgets .widget{
		margin-bottom: 1em;
	}

	.one-half.download-apps {
	    margin-top: 1em;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4{
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.footer-hurricane{
		padding: 1em 0;
		margin-top: 1em;
	}

	.archive.category .featured-article-wrap .entry-title{
		font-size: 20px;
	    font-size: 2.0rem;
	    margin-bottom: 0.5em;
	    line-height: normal;
	}

	#newsrep-finrep-hero .wrap {
	    background: rgba(0,0,0,0.4);
	    padding: 10px;
	}
	#newsrep-finrep-hero img{
		margin-bottom: 30px;
	}
	#newsrep-finrep-about h4{
		float: none;
	    margin-right: 0;
	    max-width: 100%;
        background: #fff;
        font-size: 20px;
        padding: 18px;
	}
	#newsrep-finrep-hero a.newsrep-finrep-hero-cta{
		margin-left: 0;
	    width: 100%;
	}

	.newsrep-finrep-about-content{
		float: none;
	}
	.newsrep-finrep-plans-box{
		margin-bottom: 40px !important;
	}
	#newsrep-finrep-hero ul{
		top: -44px;
	}
	#newsrep-finrep-plans h3{
		font-size: 16px;;
		margin-bottom: 20px;
	}
	.most-popular{
		margin-top: 40px;
	}

	.hp-sofrep-radio-box{
		border-top: 1px solid #282828;
    	padding-top: 20px;
	}
	.hp-sofrep-radio-box.first{
		border-top: none;
		padding-top: 0;
	}
}



@media only screen and (max-width: 650px) {
  #prompt-subscribe .cta-main{
    max-width: 75%;;
  }
}
@media only screen and (max-width: 550px) {
  #prompt-subscribe .cta-inner{
    padding: .5em 1rem;
  }
  #prompt-subscribe .cta-main {
      max-width: 90%;
  }
  #prompt-subscribe h4 {
      margin-top: 15px;
      font-size: 26px;
      width: 100%;
  }
  #prompt-subscribe h5, #prompt-subscribe h6 {
      font-size: 15px;
  }
  #prompt-subscribe h6 {
    margin-top: 2rem;
  }
  #prompt-subscribe p {
      font-size: 16px;
      width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  #prompt-subscribe h4 {
      font-size: 19px;
      margin-top: 0;
  }
  #prompt-subscribe .cta-main {
      max-width: 90%;
      overflow-y: auto;
  }
  #prompt-subscribe p a[href*="login"]{
    display: none;
  }
  #prompt-subscribe img {
      max-width: 65%;
  }
  #prompt-subscribe p{
      margin-bottom: 15px;
  }
}

@media only screen and (max-width: 320px) {
  #prompt-subscribe .cta-main {
      height: 70%;
  }
}



.modal-open{
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* Plans Page */
.plans{
	font-family: "korolev-compressed", sans-serif;
}
.plans-page .footer-top,
.plans-page .footer-mid,
.plans-page .header-left,
.plans-page .header-right{
  display: none;
}
.plans-page #top-header{
  min-height: 56px;
}

/* .plans-page .site-container{
    background-image: url(images/plan-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 56px;
    background-color: white;
    background-size: contain;
} */
.plans__header h1{
	font-family: inherit;
	font-size: 70px;
    text-align: center;
    margin: 9rem 0 5rem 0;
}
.plans__header h1 span{
	font-weight: 500;
}
.plans__option{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20rem;
}
.plans__options{
    flex: 1;
    text-align: center;
    background-color: white;
    padding: 8rem 3rem;
    overflow: hidden;
    margin: 0 3rem;
    box-shadow: 0 5px 8px 0 rgba(33, 33, 33, 0.41);
}
.plans__options h2{
	/* font-family: inherit;
	font-size: 3.5rem; */

	font-size: 31px;
	font-family: 'industry', serif;
	letter-spacing: 0px;
}
.plans__options h3{
    font-family: inherit;
    color: #0082ca;
    font-size: 3rem;
    text-transform: uppercase;
    /* letter-spacing: 2px;
    margin-bottom: 0; */
    /* font-weight: 500; */

		font-size: 19px;
		letter-spacing: 1px;
		margin-bottom: 3px;
		font-weight: 800;
		font-family: Industry, serif;
}
.plans__options ul{
    padding: 2rem 0 0 0;
    border-top: 1px solid #ddd;
}
.plans__options ul li{
    list-style: none;
    font-family: inherit;
    text-align: left;
    /* font-weight: 600; */
    /* font-size: 1.7rem; */
    line-height: 1.3;
    letter-spacing: .5px;
    position: relative;
    /* padding-left: 2.2rem; */
    margin-bottom: 1rem;

		font-weight: 400;
		font-size: 13px;
		padding-left: 24px;
		font-family: Roboto, sans-serif;
}
.plans__options ul li:after{
	content: '';
    background-position: center;
    background-image: url(images/plan-check.svg);
    background-size: 66%;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
}
.plans__options-a{
	background-color: #0082ca;
  /* font-family: "korolev-compressed", sans-serif;
	font-size: 2rem; */
	padding: .5rem 1rem;
	display: block;
	margin-top: 2.5rem;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;

	font-family: Roboto, sans-serif;
	font-size: 17px;
}

.plans__options-a.disabled {
	background-color: #a0a0a0;
}

.plans__text{
    max-width: 750px;
    margin: 4em auto;
    text-align: center;
}
.plans__text h4{
	font-family: inherit;
	font-size: 4rem;
	font-weight: 800;
}
.plans__text h4:first-of-type{
	font-weight: 400;
	font-size: 3rem;
	margin-bottom: 0;
}
.plans__textarea{
    border-top: 1px solid #000;
    padding-top: 2rem;
    margin-top: 2rem;
    font-family: Times;
    font-size: 2rem;
    line-height: 1.3;
}
.plans__textarea a{
  width: 250px;
  margin: 40px auto;
  padding: .8rem 0;
}
.plans__options-a:hover,
.plans__options-a:active,
.plans__options-a:focus{
  color: white;
  background-color: black;
}
.plans__options-a.disabled:hover,
.plans__options-a.disabled:active,
.plans__options-a.disabled:focus{
  color: white;
  background-color: #a0a0a0;
}
.plans__textarea h5{
    font-family: "korolev-compressed", sans-serif;
    font-size: 2.7rem;
    letter-spacing: .5px;
}
.plans__subscribe{
    font-family: "korolev-compressed", sans-serif;
    font-weight: 500;
    text-align: right;
    color: white;
    margin: 2rem;
    font-size: 2rem;
    letter-spacing: 1px;
}
.plans__subscribe a{
    font-weight: bold;
    color: white;
}
@media screen and (max-width: 1024px){
	.plans__header h1 {
	    margin: 1rem 0 3rem 0;
	}
	.plans__option {
	    padding: 0px 9rem;
	}
}
@media screen and (max-width: 900px){
	.plans__option {
	    padding: 0;
	}
}
@media screen and (max-width: 865px){
	.plans__header h1 {
	    margin: 4rem 0 3rem 0;
	    font-size: 60px;
	}
	.plans__option {
	    padding: 0 6rem;
	}
	.plans__options{
		padding: 5rem 3rem;
	}
}
@media screen and (max-width: 785px){
	.plans-page .site-container{
		background-position: center 42px;
	}
	.plans__option {
	    padding: 0 3rem;
	}
	.plans__header h1 {
	    margin: 0 0 2rem 0;
	}
	.plans__subscribe{
		margin: 0 2rem;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 750px){
	.plans__header h1 {
	    font-size: 50px;
	}
	.plans__option {
	    padding: 0;
	}
	.plans__options{
		margin: 0 2rem;
	}
	.plans-page .site-container{
		 background-size: 160%;
	}
}
@media screen and (max-width: 530px){
	.plans-page .site-container {
	    background-size: 206%;
	}
	.plans__option {
	    flex-direction: column;
	}
	.plans__options {
	    padding: 3rem;
	    margin-bottom: 3rem!important;
	}
  .plans__options ul li{
      font-size: 1.85rem;
  }
	.plans__header h1 {
	    font-size: 39px;
	}
	.plans__subscribe {
	    margin: 1rem 2rem 0 2rem;
	    font-size: 1.5rem;
	}
	.plans__options {
	    padding: 3rem 2rem;
	}
	.plans__options h2{
		font-size: 3.5rem;
	}
	.plans__options h3{
		font-size: 2.5rem;
	}
	.plans__textarea{
		font-size: 1.7rem;
	}
  .plans__textarea a{
    width: 95%;
    margin: 0 auto;
  }
  .plans-page .site-inner{
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 320px){
	.plans-page .site-container {
	    background-size: 241%;
	}
	.plans__header h1 {
	    font-size: 30px;
	}
	.plans__text h4:first-of-type{
		font-size: 2.5rem;
	}
	.plans__text h4 {
	    font-size: 3.5rem;
	}
}




/* ROY EDIT */
table td{
	border-color: #eee;
	font-size: 17px;
	font-weight: 500;
    font-family: "korolev-condensed", sans-serif;
}
table th{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

#nav-below a{
	font-size: 13px;
}

input[type="checkbox"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="radio"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea{
	box-shadow: none;
}

.choose-plan-inner{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}
.choose-plan-inner a{
	flex: 1;
    text-align: center;
    border: 1px solid #ddd;
    max-width: 80%;
    width: 80%;
    padding: 7px;
    display: block;
    border-radius: 1px;
}

.choose-plan-inner a.active{
	background: #0099cc;
    color: white;
    border-color: #0099cc;
}

.choose-plan-inner a:hover,
.choose-plan-inner a:focus,
.choose-plan-inner a:active{
	background: #0099cc;
    color: white;
    border-color: #0099cc;
}

.choose-plan-inner a:first-child{
	margin-right: 10px;
}

.choose-plan-inner a:last-child{
	margin-left: 10px;
}

#pmpro_levels_table .pmpro_btn{
	display: block;
    background: transparent;
    border-radius: 1px;
    padding: 1px 12px;
    font-weight: 500;
}

.pmpro-checkout hr{
	margin: 0;
	display: none;
}

.pmpro_form{
	padding: 0;
	margin-bottom: 0;
	/* font-family: "korolev-condensed", sans-serif; */
	font-weight: 500;
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4em;
  max-width: 90%;
  margin: 0 auto;

	font-family: Roboto, sans-serif;
}

#pmpro_form .pmpro_checkout h3{
	margin-top: 0;
}

#pmpro_account table td{
	font-size: 17px;
	font-weight: 500;
	font-family: "korolev-condensed", sans-serif;
}

#pmpro_account .pmpro_box{
	margin: 1em 0 0;
}

#pmpro_account .pmpro_box ul {
    font-weight: 500;
    font-family: "korolev-condensed", sans-serif;
    font-size: 17px;
}

#pmpro_account .pmpro_actionlinks a {
    margin-right: .5rem;
    text-decoration: none;
    font-family: "korolev-condensed", sans-serif;
    background-color: #0099cc;
    padding: 4px 11px;
    border-radius: 2px;
    display: inline-block;
    color: white;
    font-style: initial;
    text-decoration: none;
    letter-spacing: 0.56px;
	font-size: 13px;
	line-height: 1;
}

#pmpro_account .pmpro_box{
	border: none;
}

#pmpro_account .pmpro_box h3{
    margin: 0 0 20px;
}

#pmpro_account .pmpro_box p{
	font-size: 17px;
	font-family: "korolev-condensed", sans-serif;
}

#pmpro_account .pmpro_box,
#pmpro_account table td,
#pmpro_account table tbody{
	border-color: #eee;
	vertical-align: text-top;
}

#pmpro_account #pmpro_account-membership,
#pmpro_account-profile,
#pmpro_account-invoices,
#pmpro_account-links {
    background-color: #f7f7f7;
    padding: 20px 25px!important;
    border-radius: 2px;
}

#pmpro_account #pmpro_account-membership table{
	margin-bottom: 10px;
}

#pmpro_pricing_fields{
	background-color: #f1f1f1;
	padding: 16px 23px;
	border-radius: 2px;
}
#other_discount_code_p{
	margin-bottom: 20px;
}
.pmpro_checkout-fields p{
	margin: 0 0 10px;
  /* font-size: 16px; */
  font-weight: 400;
  letter-spacing: 0;
  /* line-height: 1.3; */
  width: 90%;
  /* font-family: "korolev-condensed", sans-serif; */

	font-size: 15px;
	line-height: 1.2;
	font-family: Roboto, sans-serif;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
    font-family: "korolev-condensed", sans-serif;
    font-size: 14px!important;
    letter-spacing: 0.5px;
	color: #969696;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 22px;
}
.pmpro_btn.pmpro_btn-submit-checkout{
	width: 100% !important;
}
.pmpro_btn.pmpro_btn-submit-checkout:hover{
	border: none!important;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-name{
	font-size: 22px;
	padding-top: 15px;
}

.pmpro_checkout .pmpro_checkout-h3-msg a{
	background-color: #0099cc;
	padding: 3px 6px;
	border-radius: 2px;
	display: inline-block;
	color: white;
	font-style: initial;
	text-decoration: none;
	letter-spacing: 0.56px;
	font-size: 13px;
}
.pmpro_alert{
    font-size: 14px;
    font-family: sans-serif;
    border: none;
    padding: 15px 20px;
}

.pmpro_alert a{
	color: #66512c!important;
}

#other_discount_code_tr input[type="button"]#other_discount_code_button,
.pmpro_checkout-field input[type="button"]#discount_code_button{
	font-size: 15px;
	background-color: #0082ca;
	color: white;
	padding: 13px 17px;
	text-decoration: none;
	border-radius: 1px;
	line-height: 1;
	font-weight: 500;
	font-family: sans-serif;
	letter-spacing: 0.5px;
}


#pmpro_payment_information_fields .pmpro_checkout-fields{
	/* max-width: 50%; */
}

#pmpro_payment_information_fields .pmpro_checkout-h3-msg{
	display: block;
	line-height: 1.3;

	font-family: Roboto,sans-serif;
	font-size: 14px !important;
	font-weight: 300;
}
#pmpro_payment_method{
    padding: 0  0 0 10px;
}
#pmpro_payment_method .pmpro_checkout-fields {
    margin-bottom: 1em;
	font-family: "korolev-condensed", sans-serif;
	margin-top: 0.5em;
}
#pmpro_payment_method .pmpro_checkout-fields span {
	display: block;
	margin-bottom: 15px;
}

#pmpro_user_fields{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-top: 20px;
}

#pmpro_paypalexpress_checkout input{
	border: none!important;
}

form.pmpro_form .pmpro_payment-cvv .input{
	max-width: 90%!important;
}

form.pmpro_form .pmpro_checkout-fields div small{
	display: flex;
	align-items: center;
}
form.pmpro_form .pmpro_checkout-fields div small a{
    font-family: sans-serif;
    font-size: 12px;
    color: #a0a0a0;
}

form.pmpro_form .pmpro_payment-discount-code .input{
	max-width: 42%!important;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
	font-weight: 600;
	font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
}

form.pmpro_form .pmpro_payment-expiration select {
	max-width: 150px!important;
	background-position-x: 90%;
}

#pmpro_payment_information_fields{
	padding-top: 5px;
	margin-bottom: 30px;
    border-top: 1px solid #eee;
}

form.pmpro_form .pmpro_asterisk abbr {
	border: none;
	text-decoration: none;
	color: #ec0404;
	position: relative;
	top: -9px;
	left: 4px;
}

form.pmpro_form #other_discount_code.input {
    max-width: 40%;
    padding: 8px 16px;
}
form.pmpro_form .pmpro_payment-discount-code .input {
    max-width: 67%;
    padding: 8px 16px;
}

.pmpro_small {
	font-size: 100%;
}
#ExpirationYear{
	margin-left: 8px;
	position: relative;
}
#ExpirationMonth{
	background-position-x: 90%;
	position: relative;
}
.pmpro_btn.pmpro_btn-submit-checkout {
	width: auto;
	border-radius: 2px;
	font-weight: 500;
	padding: 12px 30px;
	letter-spacing: 0.5px;
	/* font-family: "korolev-condensed", sans-serif; */
	font-size: 19px;
	width: 100%;

	font-family: Roboto, sans-serif;
	font-weight: 600;
}

form.pmpro_form .pmpro_checkout-fields form.pmpro_form label {
  font-weight: 500;
  display: block;
  margin: 0;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

form.pmpro_form label,
#your-profile label+a, label{
	display: block;
	text-align: left;
	font-weight: 500;
	margin: 0 0 3px;
	font-size: 16px;
	font-family: "korolev-condensed", sans-serif;
	letter-spacing: 0.3px;
}

p#nav{
	margin-bottom: 5px;
}

p#nav a{
    font-family: 'Roboto Condensed';
    font-size: 14px;
}

form.pmpro_form .pmpro_submit{
    border-top: 1px solid #eee;
	padding-top: 1em;
	text-align: center;
	margin-top: 0;
}

#loginform > p{
	margin-bottom: 10px!important;
}

#loginform p.submit {
    padding: 0!important;
    margin: 20px 0 10px!important;
}

#loginform p.submit #wp-submit{
    font-family: 'Roboto Condensed';
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 45px!important;
    border-radius: 2px;
}

h3 .pmpro_checkout-h3-msg{
	margin-top: -5px;
	color: gray;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal!important;
	font-size: 13px!important;
}

.pmpro_btn.pmpro_btn-submit-checkout{
	text-transform: uppercase;
	border-radius: 2px;
	background-color: #0082CA;
	padding: 10px 25px;
	margin: 10px auto;
	width: 100%;;
}

.gateway_stripe a, .gateway_paypalexpress a{
	padding-left: 35px;
	position: relative;
	display: inline-block;
	color: black;

	font-family: Roboto, sans-serif;
}
.gateway_stripe a:hover, .gateway_paypalexpress a:hover{
    color: #0099cc;
}
.gateway_stripe a:after, .gateway_paypalexpress a:after{
	content: '';
	background-size: 100%;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.gateway_paypalexpress a:after{
	background-image: url(images/paypal.svg);
}

.gateway_stripe a:after{
	background-image: url(images/credit-card.svg);
    width: 28px;
    height: 24px;
}



.membership-billing .site-container{
	background-color: #eaeaea;
}
.membership-billing .site-inner{
	padding-top: 0;
	background-color: white;
	margin: 40px auto;
}
.membership-confirmation .content,
.membership-cancel .content,
.membership-billing .content,
.membership-account .content,
.membership-invoice .content{
	width: 100%;
	padding: 10px 0;
}

.membership-account #pmpro_account{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

input, select, textarea{
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 500;
}

.membership-billing .site-inner{
	background: transparent;
}

.membership-billing h1.entry-title{
	padding-right: 0;
}

.membership-billing input[type="submit"],
.membership-billing input[type="button"]{
	text-transform: uppercase;
    border-radius: 2px;
    background-color: black;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    font-family: "korolev-condensed", sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.membership-billing input[type="button"]{
	background: transparent;
}

.membership-billing .entry-content ul {
    margin-left: 20px;
}

.membership-billing .entry-content p,
.membership-billing .entry-content ul > li {
	font-size: 17px;
}

.membership-billing .content {
    padding-top: 0;
}

.membership-billing .entry {
    width: 55%;
    margin: 0 auto;
    padding: 20px 25px;
    background-color: white;
}

.membership-billing select{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NS4yICg3ODE4MSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aCAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iRGVza3RvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzNS4wMDAwMDAsIC0xNjYuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMiIgcG9pbnRzPSIyMzYuMTY3NTc4IDE2Ny44NzM0MzcgMjQzIDE3NCAyNDkuODE3MTg3IDE2Ny44NzM0MzciPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat right #fff;
	-webkit-appearance: none;
	background-position-x: 97%;
	background-size: 10px;
}


.membership-confirmation h3{
	font-family: "korolev-condensed", sans-serif;
    font-size: 17px;
	font-weight: 600;
	margin-top: 40px;
}

.membership-confirmation .entry-content p,
.membership-confirmation .entry-content ul{
	font-size: 17px;
    margin-bottom: 10px;
}

body.pmpro-confirmation .entry-content ul{
	margin-top: 30px;
}

.membership-confirmation .entry-content p a{
	background-color: #0099cc;
    padding: 3px 6px;
    border-radius: 2px;
    display: inline-block;
    color: white;
    font-style: initial;
    text-decoration: none;
    letter-spacing: 0.56px;
    font-size: 13px;
}

.membership-cancel form > div{
	margin-top: 20px;
}

.membership-cancel label{
	display: inline-block;
	font-size: 17px;
}

.membership-cancel input[type=submit],
.membership-cancel .pmpro_nolink{
	text-transform: uppercase;
    border-radius: 2px;
    background-color: black;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    font-family: "korolev-condensed", sans-serif;
    font-size: 17px;
	font-weight: 500;
	margin-right: 10px;
}

.membership-cancel .pmpro_nolink{
	padding: 0 10px;
	background: transparent;
	font-family: "korolev-condensed", sans-serif;
    text-transform: uppercase;
}

.membership-cancel input[type=text]{
	width: 160px!important;
    padding: 6px 10px!important;
}

.membership-cancel .entry-content p{
    margin-bottom: 10px;
    font-size: 17px;
}

.membership-cancel{
	border-bottom: 2px solid #eee;
    margin: 0 0 25px;
}

/* .login-action main#genesis-content,
.login-action-login main#genesis-content{
	width: 40%;
    margin: 2em auto 0;
    float: none;
} */
/*
@media screen and (max-width: 1150px){
	.login-action main#genesis-content, .login-action-login main#genesis-content{
		width: 50%;
	}
}

@media screen and (max-width: 991px){
	.login-action main#genesis-content, .login-action-login main#genesis-content{
		width: 100%;
	}
}
  */

@media screen and (max-width: 820px){
	.pmpro_checkout-fields p {
		line-height: 1.5;
		font-size: 15px;
		margin-bottom: 7px;
	}
	#pmpro_payment_information_fields .pmpro_checkout-fields{
		width: 100%;
		max-width: 100%;
	}
	form.pmpro_form input[type=text]#other_discount_code, form.pmpro_form input[type=text]#CVV, form.pmpro_form input[type=text]#discount_code {
		width: 100%;
	}
	form.pmpro_form .pmpro_payment-discount-code .input {
		max-width: 76%;
	}
	form.pmpro_form input[type="text"]#other_discount_code{
		max-width: 60%;
	}
}

@media screen and (max-width: 600px) {
	.content {
		padding: 20px 0;
	}
	.single .content{
		padding: 0;
	}
	table {
		border: 0;
	}
	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table tr {
		display: block;
	}
	table td {
		display: block;
		text-align: left;
		padding: 0;
		font-size: 16px;
		border: none;
	}
	table td::before {
		content: attr(data-label);
		text-align: left;
		color: #9e9e9e;
		font-size: 14px;
		display: block;
		line-height: 1.2;
	}
	table td:last-child {
		border-bottom: 0;
	}

	#pmpro_account .pmpro_box h3 {
		font-size: 21px;
	}

	#pmpro_account table{
		margin-bottom: 10px;
	}

	#pmpro_account table td{
		padding: 0;
	}

	.membership-account #pmpro_account{
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	#pmpro_account #pmpro_account-membership,
	#pmpro_account-profile,
	#pmpro_account-invoices,
	#pmpro_account-links {
		padding: 15px!important;
	}

	.membership-billing .entry {
		width: 100%;
		padding: 20px 15px;
	}

	.checkout-page .content {
		padding: 20px 0;
	}

	form.pmpro_form .pmpro_payment-expiration select {
		max-width: 139px!important;
	}

	.membership-billing .content{
		padding: 0;
	}
	.membership-billing .entry-content p,
	.membership-billing .entry-content ul > li {
		font-size: 14px;
	}

	.membership-cancel input[type=text]{
		margin-top: -41px;
		display: block;
		margin-left: 80px;
	}

	.membership-cancel form > div{
		padding-bottom: 0!important;
	}
}


@media screen and (max-width: 517px){
	#pmpro_user_fields .pmpro_checkout-h3-msg{
		display: block;
	}

	#pmpro_user_fields .pmpro_checkout-fields{
		margin-top: 20px;
	}

	.membership-confirmation .entry-content p{
		font-weight: 400;
		font-size: 17px;
	}

	input[type=checkbox], input[type=radio]{
		height: 25px;
		width: 25px!important;
	}

	#ExpirationYear{
		margin-left: 0;
	}

	.plans-page #ExpirationYear{
		margin-left: 8px;
	}


	.membership-cancel label {
		margin: 6px 0;
	}

	.membership-cancel input[type=submit]{
		width: 100%;
		margin: 10px 0;
	}

	.membership-cancel form > div {
		margin-top: 20px;
	}

	form.pmpro_form .pmpro_asterisk abbr{
		position: absolute;
		top: 23%;
		left: 50%;
	}

	.membership-confirmation .content,
	.membership-cancel .content,
	.membership-billing .content,
	.membership-account .content,
	.membership-invoice .content{
		padding: 20px 0;
	}
}

@media screen and (max-width: 500px){
	form.pmpro_form label{
		font-size: 16px;
	}
	.membership-cancel form > div {
		margin-top: 0;
	}
}

@media screen and (max-width: 375px){
	form.pmpro_form input[type=text]#discount_code{
		width: 73%;
	}
	body.search-active #top-header .search-form {
		width: 93.5%;
	}
}

@media screen and (max-width: 336px){
	form.pmpro_form input[type=text]#discount_code {
		width: 68%;
	}
}

/* HCC-555 */
.plans-page-updated .plans {
	max-width: unset;
	margin: 0 auto;
	background-image: url(images/plan-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.plans-page-updated .plans__header h1 {
	margin-top: 0 !important;
	padding-top: 7rem;
}

.plans-page-updated .plans__option {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 !important;
}

.plans-page-updated .plans__fav {
	box-shadow: 0 5px 8px 0 rgba(33, 33, 33, 0.41), 0 -3px 0 0 #ff9900 inset, -3px 0 0 0 #ff9900 inset, 3px 0 0 0 #ff9900 inset, 0 3px 0 0 #ff9900 inset !important;
	overflow: visible !important;
	position: relative;
}

.plans-page-updated .plans__options {
	transition: box-shadow 0.1s ease-out;
}

.plans-page-updated .plans__fav:after {
	content: 'Readers Favorite';
	position: absolute;
	top: -25px;
	background-color: #ff9900;
	padding: 2px 17px;
	color: white;
	font-weight: normal;
	font-size: 14px;
	left: 0;
	letter-spacing: 0.5px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.plans-page-updated .plans__options:hover, .plans-page-updated .plans__options:active, .plans__options:focus {
	box-shadow: 0 5px 8px 0 rgba(33, 33, 33, 0.41), 0 -3px 0 0 #0082ca inset, -3px 0 0 0 #0082ca inset, 3px 0 0 0 #0082ca inset, 0 3px 0 0 #0082ca inset !important;
}

.plans-page-updated .plans__fav:hover:after, .plans-page-updated .plans__fav:active:after, .plans__fav:focus:after {
	background-color: #0082ca;
}

.plans-page-updated .reviews {
	height: max-content;
	max-width: 70%;
	margin: 0 auto;
	padding: 30px 0;
}

.plans-page-updated .reviews .slick-prev:before{
	background: url(images/bg-arrow-left.png) no-repeat center center;
	width: 24px;
	height: 32px;
}

.plans-page-updated .reviews .slick-next:before{
	background: url(images/bg-arrow-right.png) no-repeat center center;
	width: 24px;
	height: 32px;
}

.plans-page-updated .reviews .slick-next:before, .plans-page-updated .reviews .slick-prev:before {
	color: #000;
	display: inline-block;
	text-indent: -999em;
}

.plans-page-updated .reviews p {
	/* font-size: 18px;
		font-family: "korolev-compressed", sans-serif; */
	font-size: 15px;
	text-align: center;
	margin: 0;
}

.plans-page-updated .reviews small {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}

.plans-page-updated .checkout__section {
	display: flex;
	min-height: 450px;
}

.plans-page-updated .checkout__section__title {
	/* font-family: 'Times', serif;
	font-weight: bold; */
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0 15px 8px;
	border-bottom: 1px solid black;
	width: 100%;

	line-height: 1.2;
	border-bottom: 1px solid black;
	font-weight: 800;
}

.plans-page-updated .checkout__section__subtitle {
	/* font-family: 'Times', serif;
	font-size: 17px; */

	margin: 0 14px 5px;
	font-weight: normal;
	font-size: 15px;
	font-weight: 500;
}

.plans-page-updated .checkout__section__desc {
	/* font-size: 18px;
	font-family: "korolev-compressed", sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.2;
	padding: 0 15px; */

	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.4;
	padding: 0 15px;
	font-size: 14px;
}

.plans-page-updated .checkout__section__desc strong {
	display: block;
	margin-top: 30px;
	font-size: 15px;
}

.plans-page-updated .checkout__section__link {
	/* font-family: "korolev-compressed", sans-serif; */
	color: #fff;
	text-transform: uppercase;
	padding: 7px 25px;
	background-color: #0082ca;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 5px;
  font-weight: 800;
}

.plans-page-updated .checkout__section__link:hover, .checkout__section__link:active, .checkout__section__link:focus {
	background-color: black;
	color: white;
}

.plans-page-updated .checkout__section--left {
	flex: 1;
	height: 100%;
	margin: 0 0 0 auto;
	padding: 30px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.plans-page-updated .checkout__section--reverse .checkout__section--left .checkout__section--inner {
	margin: 0 auto 0 0;
}

.plans-page-updated .checkout__section--right {
	flex: 1;
	height: 100%;
	background-size: cover;
}

.plans-page-updated .clipped {
	-webkit-clip-path: polygon(12% 63%, 0 -1%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(12% 63%, 0 -1%, 100% 0%, 100% 100%, 0 100%);
}

.plans-page-updated .checkout__section--inner {
	max-width: 70%!important;
}

.plans-page-updated .checkout__section--inner > p:last-of-type {
	text-align: left;
	padding-left: 15px;
}

.plans-page-updated .checkout__section--inner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	padding: 0;
	margin: 0 13px;
}

.plans-page-updated .checkout__section--inner ul li {
	/* font-family: "korolev-compressed", sans-serif;
		font-size: 15px; */
	list-style: none;
	font-size: 14px;
	min-height: 60px;
}

.plans-page-updated .checkout__section--inner ul li a {
	position: relative;
	padding-left: 70px;
	display: flex;
}

.plans-page-updated .checkout__section--inner ul li a img {
	max-width: 55px;
	position: absolute;
	left: 0;
	top: 0;
}

.plans-page-updated .checkout__section--inner ul li a p {
	margin: 0;
	line-height: 1.3;
}

.plans-page-updated .checkout__section--inner ul li a span {
	display: block;
	font-size: 75%;
	margin-top: 6px;
}

.plans-page-updated .checkout__section--innerbox {
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 47%;
	margin: 40px auto;
	padding: 25px;
}

.plans-page-updated .checkout__section--innerbox p:last-of-type {
	margin-bottom: 5px;
}

.plans-page-updated .checkout__section:last-of-type .checkout__section--left .checkout__section--inner{
	max-width: 90% !important;
}

.plans-page-updated form.pmpro_form #other_discount_code.input {
	max-width: 65%!important;
	border: 1px solid #0082ca;
	margin-right: -3px;
}

.plans-page-updated #other_discount_code_tr input[type="button"]#other_discount_code_button, .pmpro_checkout-field input[type="button"]#discount_code_button {
	padding: 13px 17px !important;
	border-radius: 0 !important;
	width: 35%;
	margin: 0 !important;
	/* font-family: "korolev-condensed", sans-serif !important; */
	font-size: 18px !important;

	font-family: Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

/* .pmpro_form > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
}  */


@supports (display: -ms-grid) or (display: grid) {
	.plans-page-updated .checkout__section {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);
		min-height: 44vh;
	}
	.plans-page-updated .checkout__section--left {
		flex: none;
	}
	.plans-page-updated .checkout__section--right {
		flex: none;
	}
}

@media screen and (max-width: 1300px){
	.plans-page-updated .checkout__section--inner {
		max-width: 80%!important;
	}
	.plans-page-updated .checkout__section--innerbox {
		max-width: 60%;
	}
}

@media screen and (max-width: 1024px){
	.plans-page-updated .checkout__section--inner {
		max-width: 100%!important;
	}
	.plans-page-updated .checkout__section--innerbox {
		max-width: 75%;
	}
	.plans-page-updated .checkout__pmpro {
		max-width: 95%;
	}
}

@media screen and (max-width: 800px){
	.plans-page-updated .checkout__section {
		grid-template-columns: 1fr;
	}
	.plans-page-updated .checkout__section--left {
		padding: 50px 30px;
	}
	.plans-page-updated .checkout__section--right {
		min-height: 50vh;
		margin-top: -42px;
	}
	.plans-page-updated .checkout__section:last-of-type .checkout__section--right {
		margin-top: 0;
	}
	.plans-page-updated .checkout__section--inner {
		max-width: 85%!important;
		margin: 0 auto;
	}
	.plans-page-updated .clipped {
		-webkit-clip-path: polygon(0 100%, 0% 0%, 31% 16%, 100% 0%, 100% 100%);
		clip-path: polygon(0 100%, 0% 0%, 31% 16%, 100% 0%, 100% 100%);
	}
	.plans-page-updated .reviews {
		height: 25vh;
	}
	.plans-page-updated .checkout-page.entry {
		width: 100% !important;;
	}
	.plans-page-updated .pmpro_form {
		grid-template-columns: 1fr !important;
	}
}

@media screen and (max-width: 620px){
	.plans-page-updated .plans {
		background-size: 250%;
	}
	.plans-page-updated .plans__option {
		display: block !important;;
	}
	.plans-page-updated .plans__fav {
		margin-top: 60px !important;
	}
}

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

	.plans-page-updated .checkout__section--inner {
		max-width: 100% !important;
	}
	.plans-page-updated .checkout__section--left {
		padding: 20px;
	}
	.plans-page-updated .checkout__section--right {
		background-position: center;
		margin-top: -35px;
	}
	.plans-page-updated .checkout__section__link {
		display: block;
		font-size: 22px;
		text-align: center;
	}
	.plans-page-updated .checkout__section--inner ul {
		grid-template-columns: 1fr;
		grid-gap: 30px;
		margin: 0 13px 10px;
	}
	.plans-page-updated .checkout__section--inner ul li {
		min-height: 50px;
	}
	.plans-page-updated .checkout__section--inner ul li a {
		padding-left: 85px;
	}
	.plans-page-updated .checkout__section--inner ul li a p {
		font-size: 18px;
	}
	.plans-page-updated .checkout__section--inner ul li a img {
		max-width: 65px;
	}
	.plans-page-updated .checkout__section--innerbox {
		max-width: 85%;
	}
	.plans-page-updated .checkout__pmpro {
		max-width: 96% !important;
		margin: 0 auto !important;
	}
	.plans-page-updated .content-sidebar-wrap .content {
		padding: 0 !important;
	}
	.plans-page-updated .reviews {
		height: 175px;
	}
}

.checkout-page .site-container {
	background-color: #eaeaea;
}
.checkout-page.entry{
	margin: 0;
	padding: 20px 25px;
	background-color: white;
}

.plans-page.gray-bg .site-inner {
	max-width: 100%;
	background-color: #eaeaea;
	padding: 0;
}

.checkout-page h1.entry-title{
	padding-right: 0;
}
.checkout-page input, select, textarea{
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 500;
}
.checkout-page select{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NS4yICg3ODE4MSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aCAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iRGVza3RvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzNS4wMDAwMDAsIC0xNjYuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMiIgcG9pbnRzPSIyMzYuMTY3NTc4IDE2Ny44NzM0MzcgMjQzIDE3NCAyNDkuODE3MTg3IDE2Ny44NzM0MzciPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat right #fff;
	-webkit-appearance: none;
	background-position-x: 97%;
	background-size: 10px;
}
.pmpro_alert {
	margin-bottom: 20px;
}
#pmpro_payment_method span.gateway_paypalexpress {
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.pmpro_btn.pmpro_btn-submit-checkout {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#pmpro_payment_information_fields {
	margin-bottom: 0;
	border-top: 0;
}

#pmpro_user_fields {
	border-bottom: none;
	padding-bottom: 0;
}

form.pmpro_form .pmpro_payment-discount-code .input {
	max-width: 64%!important;
}

form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input {
	width: 100%;
}

form.pmpro_form .pmpro_submit {
	border-top: none;
	padding: 0;
	margin-top: 0;
	width: 98%;
}

.checkout__pmpro {
	max-width: 680px;
	margin: 50px auto 0;
}

.checkout__pmpro__title,
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
	/* font-size: 24px;
	font-family: "korolev-compressed", sans-serif; */
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 30px;
	/* font-weight: 500; */
	text-transform: uppercase;
	/* letter-spacing: 1px; */

  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-name {
	border-bottom: 0;
	margin-bottom: 10px;
	padding: 0;
}

#pmpro_payment_method .pmpro_checkout-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

#pmpro_payment_method .pmpro_checkout-fields span {
	margin-right: 20px;
}

.pmpro_payment-expiration {
	float: left;
	width: 60%;
}

.pmpro_payment-cvv {
	width: 38%;
	float: left;
}

.pmpro_checkout-field input[type="button"]#discount_code_button {
	width: 33.6%;
}

.pmpro_form {
	max-width: 100% !important;
	grid-template-columns: 1fr !important;
	grid-gap: 10px !important;
}

#pmpro_payment_method {
	margin-top: 10px;
}

form.pmpro_form .pmpro_payment-expiration select {
	width: 35%;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
	max-width: 98%;
}

form.pmpro_form .pmpro_payment-cvv .input {
	max-width: 100% !important;
}

/* .plans-page-default .site-inner, .plans-page-default .wrap {
	max-width: 680px;
} */

.plans-page-default .entry-header {
	display: none;
}

.plans-page-default .checkout__pmpro {
	margin: 0px auto 0;
	max-width: 100%;
}

@media screen and (max-width: 1400px){
	form.pmpro_form .pmpro_payment-expiration select {
		width: 42%;
	}
}

@media screen and (max-width: 1260px){
	.pmpro_form {
		grid-gap: 2em;
	}
	.pmpro_form > div:first-of-type {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 1023px) {
	.plans-page-default .site-inner {
		padding-top: 0;
	}
}

@media screen and (max-width: 820px){
	.checkout-page.entry {
		width: 100%;
	}
	.gateway_stripe a, .gateway_paypalexpress a {
		display: inline;
	}
}

@media screen and (max-width: 785px){
	.checkout__pmpro {
		max-width: 90% !important;
	}
}

@media screen and (max-width: 750px){
	.checkout__pmpro {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 700px) {
	.plans-page-default .site-container {
		background-color: #fff;
	}
}

@media screen and (max-width: 556px){
	form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input,
	form.pmpro_form .pmpro_submit,
	input[type=text]#CVV {
		width: 97% !important;
	}
	.pmpro_checkout-field input[type="button"]#discount_code_button {
		width: 32.4%;
	}
}

@media screen and (max-width: 500px){
	.checkout-page.entry {
		width: 100%;
		padding: 20px;
	}
	.checkout-page input, .checkout-page select, .checkout-page textarea {
		padding: 7px 12px;
	}

	form.pmpro_form .pmpro_asterisk abbr{
		position: relative;
		top: -9px;
		left: 4px;
	}
	.pmpro_form {
		grid-gap: 0 !important;
	}

	#pmpro_pricing_fields {
		margin-bottom: 25px;
	}

	form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input,
	form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
		width: 95%;
	}
}

@media screen and (max-width: 383px){
	form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input,
	input[type=text]#CVV {
		width: 96% !important;
	}
	form.pmpro_form .pmpro_payment-expiration select {
		width: 38%;
	}
	form.pmpro_form .pmpro_submit {
		width: 97.5% !important;
	}
}

@media screen and (max-width: 330px){
	form.pmpro_form input[type=text]#discount_code {
		width: 63%;
	}
}
