/*
Theme Name: Elegant Front
Theme URI: http://pureinfotech.com/
Author: Mauro Huculak
Author URI: http://pureinfotech.com/
Description: Windows 10 News, Windows 10 Help, Windows 10 Tips.
Version: 4.5.6350
License: Limited only to website pureinfotech.com
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elegantfront
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ElegantFront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Responsive
--------------------
-----------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	position: relative;
}

blockquote p {}

q {
	text-transform: uppercase;
	font-family: oswald;
	font-size: 2.1rem;
	line-height: 1.3;
	font-style: italic;
	color: rgb(106, 118, 127);
	margin: 2.5rem .5rem;
	display: block;
}

q p {
	margin-bottom: 0;
}

q a.tweet-quote {
	color: rgba(123, 134, 142, 0.4)!important;
	margin: 0 1rem;
	position: relative;
	text-transform: capitalize;
	font-size: .8rem;
}

q a.tweet-quote,
q a.tweet-quote:hover {
	text-decoration: none!important;
	text-shadow: none!important;
	box-shadow: none!important;
}

q a.tweet-quote:hover {
	color: #00ACED!important;
}

.tweet-quote span:before {
	content: "\f099";
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: .2em;
	font-size: 16px;
}

a,
a:focus,
a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/*Removing dotted lines links*/


/*Flash*/

object,
embed {
	outline: 0;
}


/*Firefox Inputs*/

input::-moz-focus-inner {
	border: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input:focus {
	/*Removes blue glow around text fields*/
	outline: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

html,
body,
button,
input,
select,
textarea {
	/* color: #000;
 	color: #333;
	font-family: Helvetica,Arial,sans-serif;  
	font-family: 'Raleway', sans-serif; */
	color: #313131;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -.05rem;
	/* Makes Work Sans beautiful */
	font-family: 'Work Sans', sans-serif;
}

@media (min-width: 600px) {
	html,
	body {
		font-size: 17px;
	}
}

@media(min-width:800px) {
	html,
	body {
		font-size: 16px
	}
}

@media (min-width: 1025px) {
	html,
	body {
		font-size: 15px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2[id],
h3[id],
h4[id],
h5[id],
h6[id] {
	margin-top: -50px;
	border-top: 50px solid transparent;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box; 
}

p {
	margin-bottom: 1.5rem;
	word-wrap: break-word;
}

b,
strong {
	/* 	font-weight: bold; */
	font-weight: 600;
}

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

blockquote {}

address {
	margin: 0 0 1.5rem;
}

code,
pre,
.cmd,
kbd,
tt,
var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {}

code {
	padding: .2rem .4rem;
	margin: 0;
	background-color: rgba(118, 134, 150, 0.05);
	word-break: break-word;
	overflow: auto;
	font-size: 15px;
	letter-spacing: 0px;
}

.cmd,
pre {
	padding: 2% 3%;
	line-height: 1.6;
	color: #333!important;
	margin-bottom: 1.6em;
	white-space: pre-wrap;
	overflow: auto;
	position: relative;
	max-width: 100%;
	background: rgba(118, 134, 150, 0.05);
	word-break: break-word;
	letter-spacing: 0px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: transparent;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
	word-wrap: break-word;
}

ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal;
}

li> ul,
li> ol {
	margin-bottom: 0;
	margin-left: 2em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}


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

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #3F51B5;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: .6rem 1rem .6rem;
	border: 0;
	font-weight: 400;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
  letter-spacing: .001rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
	background: rgba(63,81,181,.9);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: rgba(102, 102, 102, 0.5);
	;
	border: 1px solid rgba(204, 204, 204, 0.3);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
	color: #4169E1;
	text-decoration: none;
}

a:visited,
a:focus,
a:active {
	color: #039be5;
	text-decoration: none;
}

a:hover {
	color: #039be5;
	text-decoration: underline;
}

.single .entry-content a,
.single .st-container a {
	color: #039be5;
	text-decoration: none;
}

.single .entry-content p,
.single .entry-content span {
    border: 0;
}

.single .entry-content a:hover,
.single .entry-content a:focus,
.single .entry-content a:active {
	color: #039be5;
}

.single .entry-content a:hover,
.single .st-container a:hover {
	color: #3F51B5;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

header .hamburger {
	font-size: 20px;
	line-height: 51px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

header a.hamburger {
	color: #ccc;
}

header a,
header a:hover {
	text-decoration: none;
}

.main-navigation {
	clear: both;
	display: block;
	font-weight: 700;
	height: 50px;
	z-index: 9999;
	margin: 0 auto;
	display: table;
}

.site-header,
.active-nav {
	height: 50px;
	width: 100%;
	z-index: 888888;
	background: #fff;
}

.site-header {
	width: 100%;
	top: 0;
	position: relative;
	display: table;
	/* 	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); */
	border-bottom: 1px solid #eaeaea;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 15px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: .85rem;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

.main-navigation a:hover {
	color: #3F51B5;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover> a {}

.main-navigation ul ul:hover> a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover> ul {
	left: auto;
}

.main-navigation ul ul li:hover> ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {}

.logo img {
	/*   padding: 5.5px 0; */
}

.logo-title {
	margin-left: 5px;
	vertical-align: top;
}

.logo img {
	width: 40px;
	padding: 5px;
	vertical-align: middle;
	/* 	background: #fff;
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1);
	filter: invert(1); */
}

.logo {
	position: absolute;
	width: 250px;
	margin-left: 50px;
}

.article-type-gallery-css .site-content,
.article-type-contentvideo-css .site-content,
.article-type-background-css .site-content {
	margin-top: -50px;
}

.article-type-gallery-css .site-header a.logo,
.article-type-gallery-css .site-header a:hover.logo,
.article-type-contentvideo-css .site-header a.logo,
.article-type-contentvideo-css .site-header a:hover.logo,
.article-type-background-css .site-header a.logo,
.article-type-background-css .site-header a:hover.logo,
.custom-longform-css .site-header a.logo,
.custom-longform-css .site-header a:hover.logo,
.custom-reviews-css .site-header a.logo,
.custom-reviews-css .site-header a:hover.logo {
	text-decoration: none;
}

a.logo,
a:hover.logo {
	color: #000;
	text-decoration: none;
}

.font-logo {
	font-size: 1.5rem;
	font-weight: 500;
}

.logo-first-part {
	font-weight: 400;
}

.logo-second-part {
	text-transform: uppercase;
	font-weight: 600;
}

.logo,
.main-navigation a,
.main-navigation .post-id-nav {
	height: 50px;
	line-height: 50px;
}

.main-navigation .post-id-nav {
	font-size: .65rem;
	margin: 0 5px;
	display: block;
}

.secondary-hearder {
	position: absolute;
	height: 51px;
	width: 100%;
	top: -50px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	display: none;
}

.active-nav {
	position: fixed;
	top: 0px;
	overflow: hidden;
	-webkit-transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-o-transition: background-color 500ms;
	transition: background-color 500ms;
	display: block;
}

#share-nav .main-navigation {
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	-webkit-justify-content: flex-start;
	-moz-justify-content: initial;
	justify-content: flex-start;
	width: calc(100% - 1255px);
	width: -webkit-calc(100% - 125px);
}

.h1-preview-title .entry-title {
	display: inline-block!important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 95%;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: 'Rubik', sans-serif;
}

#share-nav #kicker {
	font-weight: 900;
	line-height: 40px;
	height: 40px;
	font-size: .9rem;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.9);
	margin-left: 20px;
	font-family: 'Lato', sans-serif;
}
#share-nav .back-to-top {
	  background: #f5f5f5;
    line-height: 30px;
    font-size: .75rem;
    padding: 0px 12px;
    height: 28px;
    margin: 11px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#share-nav .icon-twitter,
#share-nav .icon-facebook,
.share-this {
	font-weight: normal;
	line-height: 34px;
	font-size: .75rem;
	float: right;
	padding: 0px 12px;
	color: #fff;
	height: 28px;
	margin: 11px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	margin-left: 0!important;
}

#share-nav .icon-twitter {
	background: #00ACED;
}

#share-nav .icon-facebook {
	background: #325A97;
}

.logged-in #share-nav ul {
	list-style-type: none;
	padding: 0;
	position: relative;
	vertical-align: top;
}

.logged-in #share-nav .top-nav-pre-next {
	float: right;
}

#share-nav ul {}

#share-nav .top-nav-pre-next {
	width: 100px;
}

#share-nav li {
	position: relative;
	padding: 0;
	margin-right: 0;
}

.secondary-main-navigation .top-nav-next a {
	font-size: 10px;
	line-height: 40px;
	padding: 0 1rem;
	color: rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.secondary-main-navigation .top-nav-next a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.top-share-buttons {
	clear: both;
	width: -webkit-calc(100% - 375px);
	width: calc(100% - 375px);
	padding-left: 5px!important;
	margin: 0 auto!important;
}

.social-text {
	padding-left: 4px;
	vertical-align: top;
	line-height: 28px;
	text-transform: capitalize;
	font-size: .9rem;
}


/* Small menu */

.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5rem;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
5.4 mmenu
--------------------------------------------------------------*/

.mm-menu {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.mm-list> li:hover {
	color: #3F51B5;
}


/* Prevents unstyled menu will be visible for a brief moment */

#site-navigation-slider:not( .mm-menu) {
	display: none;
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-googleplus:before {
	content: "\f0d5";
}

.icon-youtube:before {
	content: "\f16a";
}

.icon-rss:before {
	content: "\f09e";
}

.footer-inner [class^="icon-"]:before,
.footer-inner [class*=" icon-"]:before {
	font-size: 1.4rem;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: .2em;
	font-size: 15px;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.entry-content:before {
	margin-top: -6px;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


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

.widget {
	margin: 0 0 3rem;
	position: relative;
}


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

.widget-header {
	margin-bottom: 1.5rem;
	position: relative;
}


/* Search widget */

.widget_search .search-submit {
	display: none;
}

.widget-area li.recent-tiles a {
	display: block;
	text-decoration: none;
}

ul.sidebar-recent-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sidebar-latest-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent-tiles .wrap-recent {
	padding: 0 0 0 1rem;
	color: #313131;
}

.sidebar-recent-wrapper li {
	position: relative;
}

#secondary .widget-title {
	font-size: 1.2rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 300;
	padding: .5rem 0;
	display: block;
	color: #000;
	margin-top: 0px;
	letter-spacing: 1px;
	border-top: 2px solid #3F51B5;
	letter-spacing: 0;
	display: inline-block;
	margin-top: -1px;
}

#secondary .widget-header {
	margin-bottom: 1.5rem;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget-title {
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0px;
	padding-right: 20px;
	font-family: 'Rubik', sans-serif;
}

.widget-header {
	position: relative;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}

.widget-header-overlay {
	position: absolute!important;
	z-index: 3;
	width: 100%;
	padding: 1% 1.5%;
}

.widget-header-overlay .line {
	background-color: rgba(255, 255, 255, 0.6);
}

.widget-header-overlay .widget-title,
.widget-header-overlay .allcontent {
	color: #fff!important;
}

.widget-header .allcontent {
	pointer-events: all;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}

.allcontent-button {
	color: #039be5;
	padding-right: 10px;
}

.widget-header .allcontent:hover {
	color: #3F51B5;
	text-decoration: none;
}

.line {
	position: relative;
	height: 6px;
	background-color: #E4E7EA;
	flex: 2;
}

.first-word {
	font-weight: 300;
}

.recent-tiles:hover .entry-title {
	color: #3F51B5;
}

.sidebar-blog-view-all {
	display: inline-block;
	width: 3.125em;
	height: 3.125em;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: 'Rubik', serif;
	font-style: italic;
	text-align: center;
	line-height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.sidebar-blog-view-all a {
	color: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.sidebar-blog-view-all:hover {
	color: #3F51B5;
	border: 1px solid #3F51B5;
}

.sidebar-blog-view-all a:hover {
	color: #3F51B5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sidebar-button-wraper {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #fff;
}

.cat-tile-count {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: .8rem;
	position: relative;
	display: block;
	margin: 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	min-width: 0;
	padding: 0;
	border: 1px solid white;
	line-height: 18px;
	text-align: center;
	font-weight: 100;
	letter-spacing: 0;
}

.cat-tile-count span {
	display: block;
	margin-top: 10px;
}

.coverage-header .entry-title {
	font-size: 1.5rem;
	line-height: 1.2;
	padding-bottom: .4rem;
	margin-bottom: .2rem;
	display: inline-block;
}

.sidebar-widget-coverage .recent-tiles:hover .entry-title {
	color: rgb(224, 23, 3);
}

.coverage-header {
	position: relative;
	z-index: 444;
}

.coverage-header header {
	padding: 4%;
	margin-bottom: 5%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 5555;
	text-align: center;
}

.coverage-header img {
	width: 100%;
	display: block;
}

.sidebar-widget-coverage li h2 {
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 5%;
	margin-bottom: 2px;
	margin-left: 2.5rem;
}

.sidebar-widget-coverage .sidebar-recent-wrapper li.recent-tiles {
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}

.sidebar-widget-coverage ul.sidebar-recent-wrapper {
	margin-top: 2px;
}

.sidebar-widget-coverage a {
	color: #000;
}

.sidebar-widget-coverage ol {
	counter-reset: li;
	/* Initiate a counter */
	margin-left: 0;
	/* Remove the default left margin */
	padding-left: 0;
	/* Remove the default left padding */
}

.sidebar-widget-coverage ol> li {
	position: relative;
	/* Create a positioning context */
	margin: 0 0 6px 2em;
	/* Give each list item a left margin to make room for the numbers */
	padding: 4px 8px;
	/* Add some spacing around the content */
	list-style: none;
	/* Disable the normal item numbering */
}

.sidebar-widget-coverage ol> li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: #3F51B5;
	font-size: 1.3rem;
	padding: .5rem;
	float: left;
	width: 3rem;
	height: 3rem;
	margin-right: 0.625rem;
	line-height: 1.2;
	text-align: center;
	margin-top: 20px;
	border-bottom-left-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 999em;
	-moz-border-radius: 999em;
	-ms-border-radius: 999em;
	-o-border-radius: 999em;
	border-radius: 999em;
}

li .sidebar-widget-coverage ol,
li ul {
	margin-top: 6px;
}

.sidebar-widget-coverage ol ol li:last-child {
	margin-bottom: 0;
}

.sidebar-latest-wrapper .latest-tiles a {
	color: #000;
	display: block;
}

.newsletter-text {
	font-size: .95rem!important;
	color: rgba(0, 0, 0, 0.8);
	padding: 2% 0;
	margin-bottom: 0;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
}

#newswrapper input[type="text"] {
	border: 0;
}

#newswrapper .subscribe-button {
	height: 33px;
	font-size: 13px;
	float: right;
	position: absolute;
	right: 6px;
}

.wpsite_follow_us_div {
	display: inline-block!important;
}

.wpsite_follow_us_badges_shortcode {
	font-family: oswald;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	height: 50px;
}

.stb-content input[type="submit"]:hover {
	color: #fff;
}

.stb-content input[type="submit"] {
	color: #fff;
	border: 1px solid #fff;
}

.modal-pop-1 {
	background-image: url("/gan/modal-bg-1.jpg");
	width: 850px;
	height: 500px;
	position: relative;
}

.modal-inner-wrapper {
	position: absolute;
	left: 0;
	bottom: 8rem;
	right: 0;
	text-align: center;
	margin-top: 8rem;
}

#sidebar-grid-latest-wrapper {
	display: block;
	position: relative;
	clear: both;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.article-type-background-css .meta-badge,
.article-type-contentvideo-css .meta-badge { 
	color: #fff;
}  
.article-type-gallery-css .meta-badge {   
	color: rgba(255, 255, 255, 0.44); 
}
.meta-badge {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .02em;
	font-family: 'Rubik', sans-serif;
	margin: 0 0 .5rem 0;
	color: #3F51B5;
	font-size: .85rem;
}

.entry-content {
	position: relative;
}

.search-result-area,
.article-content,
.archive-wrap {
	width: 100%;
}

.search-result-area h1 {
	font-style: italic;
}

.search-result-area:after,
.article-content:after,
.archive-wrap:after,
.widget-area:after {
	content: "";
	display: block;
	clear: both;
}

.author .site-main {
	max-width: 1200px!important;
}

.site-main,
.site-footer {
	max-width: 1200px;
	margin: 0 auto;
}

.article-type-gallery-css .header-wrapper {
	background: #2B2D32;
	padding-top: 50px;
}

.article-type-gallery-css .site-main,
.article-type-gallery-css .site-footer,
.article-type-contentvideo-css .site-main,
.article-type-contentvideo-css .site-footer,
.article-type-background-css .site-main,
.article-type-background-css .site-footer,
.article-type-standard-css .site-main,
.article-type-standard-css .site-footer {
	max-width: 100%;
}

.article-type-gallery-css .footer-inner,
.article-type-contentvideo-css .footer-inner,
.article-type-standard-css .footer-inner,
.article-type-background-css .footer-inner {
	max-width: 1600px;
	margin: 0px auto;
}

#sidebar-grid-latest-wrapper,
.article-type-gallery-css .article-header,
.article-type-gallery-css .article-content-wrapper,
.article-type-contentvideo-css .article-header,
.article-type-contentvideo-css .article-content-wrapper,
.article-type-standard-css .article-header,
.article-type-standard-css .article-content-wrapper,
.article-type-background-css .article-header,
.article-type-background-css .article-content-wrapper {
	max-width: 1600px;
	margin: 0px auto;
	overflow: hidden;
}

.article-type-gallery-css .article-content-wrapper,
.article-type-contentvideo-css .article-content-wrapper,
.article-type-standard-css .article-content-wrapper,
.article-type-background-css .article-content-wrapper {
	margin-bottom: 3%;
}

#sidebar-grid-latest-wrapper {
	margin-bottom: 6%;
	overflow: hidden;
	margin-top: 2%;
}

.article-type-gallery-css .article-container,
.article-type-contentvideo-css .article-container,
.article-type-background-css .article-container,
.article-type-standard-css .article-container {
	display: block;
	/* makes center possbile */
}

.header-wrapper {
	position: relative;
	margin-bottom: .5%;
}

.article-type-background-css .header-wrapper {
	min-height: 430px;
}
.article-type-background-css .header-wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
}

.article-type-background-css .entry-header {
	position: absolute;
	bottom: 0;
	/* 	color: #fff; */
	padding: 0 1rem;
}

.article-type-contentvideo-css .entry-header .post-description-content p,
.article-type-background-css .entry-header .post-description-content p {
	color: #fff;
	background-color: hsla(0, 0%, 0%, 0.7);
	box-decoration-break: clone;
	box-shadow: 10px 0 0 hsla(0, 0%, 0%, 0.7), -10px 0 0 hsla(0, 0%, 0%, 0.7);
	display: inline;
	line-height: 1.25;
	margin: 0;
	padding: 1px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-smoothing: antialiased;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}


/* .article-type-contentvideo-css .post-description:after,
.article-type-contentvideo-css .headline-foreground:after,
.article-type-standard-css .headline-foreground:after,
.article-type-background-css .entry-header .entry-title:after {
    content: '';
    display: inline-flex;
    margin-bottom: 1rem;
    position: relative;
} */

.article-type-standard-css .headline-foreground {
	background-color: hsla(0, 0%, 93%, 1);
	box-shadow: 10px 0 0 hsla(0, 0%, 93%, 1), -10px 0 0 hsla(0, 0%, 93%, 1);
	/* 	background: -webkit-linear-gradient(top,transparent 0,#E2E8EC 0);
  background: linear-gradient(to bottom,transparent 0,#E2E8EC 0); */
}

.article-type-contentvideo-css .entry-header .entry-title,
.article-type-background-css .entry-header .entry-title {
	background-color: hsla(0, 0%, 100%, 1);
	box-shadow: 10px 0 0 hsla(0, 0%, 100%, 1), -10px 0 0 hsla(0, 0%, 100%, 1);
	/* 	color: #fff!important;
	background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,0.6) 0);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.6) 0); */
}

.article-type-contentvideo-css .entry-header .entry-title,
.article-type-standard-css .headline-foreground,
.article-type-background-css .entry-header .entry-title {
	text-rendering: optimizeLegibility;
	display: inline;
	line-height: 1.3;
	margin: 0;
	padding: 1px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-smoothing: antialiased;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	/*     background-position: 0 center;
    display: inline;
    background-repeat: no-repeat;
	  box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; */
	/*  color: #fff!important;
	  white-space: pre-wrap;
    box-decoration-break: clone;
    line-height: 1.5;
    background-color: rgba(0,138,181,0.9);
    box-decoration-break: clone;
    box-shadow: 10px 0 0 rgba(0,138,181,0.9),-10px 0 0 rgba(0,138,181,0.9);
	  -webkit-box-shadow: 10px 0 0 rgba(0,138,181,0.9),-10px 0 0 rgba(0,138,181,0.9);
    -moz-box-shadow: 10px 0 0 rgba(0,138,181,0.9),-10px 0 0 rgba(0,138,181,0.9);
    display: inline;
    margin: 0;
    padding: 0;
	  padding-right: 3px; */
}

.article-type-standard-css .headline-foreground {
	/* 	background-image: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,0.9) 0);
  background-image: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.9) 0); */
}

.article-type-background-css .entry-header h1.entry-title {}

.site-main:before,
.site-main:after {
	display: table;
	content: "";
}

.article-container {
	padding: 0 0 35px 0;
	position: relative;
	display: inline-block;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/* 	margin: 1.5em 0 0; */
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.hero-image {
	display: inline-block;
	vertical-align: top;
}

.entry-video {
	padding: 0 2rem;
}

.entry-title {
	line-height: 1.1;
}

.single .entry-header .entry-title,
.page .entry-header .entry-title,
.tag .entry-header .entry-title,
.category .entry-header .entry-title {
	font-weight: 400;
	letter-spacing: 0px;
	font-family: 'Rubik', sans-serif;
}

.article-type-background-css .entry-header .entry-title {}

#sidebar-grid-latest-wrapper .wrap-latest h2 {
	font-weight: 300;
	letter-spacing: 0px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.35;
}

.post-description {
	line-height: 1.35;
	font-size: .97rem;
	margin: 0.5rem 0 .3rem 0;
	font-weight: 300;
	letter-spacing: -.01rem;
	font-family: 'Rubik', sans-serif
}

.home .post-description {
	color: #000;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0px;
}

.article-type-background-css .post-description {
	margin-bottom: 1.5%;
}

.single .post-description p {
	color: rgba(0, 0, 0, .44);
}

.article-type-gallery-css .post-description p {
	color: rgba(255, 255, 255, 0.44);
}

.article-type-gallery-css .entry-header h1.entry-title {
	font-weight: 100;
	color: rgba(255, 255, 255, 0.6);
}

.post-description p {
	margin-bottom: 0;
	font-size: 1rem;
}

.single .entry-header .entry-title {
	color: #000;
}

.entry-header {
	position: relative;
}

.entry-meta {
	padding-bottom: .5rem;
	font-size: .79rem;
}

.home .entry-meta {
	padding-top: .5rem;
}

.author-mvp a,
.entry-meta,
.author-email a,
.author-twitter a {
	color: #888;
}

.single .author-name a {
	color: #888;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
}

.article-type-background-css .entry-header .author-name a {
	color: #fff;
}

.author-time {
	/*     font-family: Helvetica,Arial,sans-serif; */
}

.author-mvp,
.author-email,
.author-twitter {
	padding: 0 5px;
}

.author-time {
	padding: 0 5px 0 10px;
	text-transform: uppercase;
}

.author-mvp,
.author-email,
.author-twitter {}

.author-mvp a:before,
.author-email a:before,
.author-twitter a:before {
	display: inline-block;
	font-family: fontawesome;
	font-style: normal;
	margin-right: 3px;
	font-size: .9rem;
}

.author-email a:before {
	content: "\f0e0";
}

.author-twitter a:before {
	content: "\f099";
}

.author-mvp a:before {
	content: "\f17a";
}

.the-by {
	text-transform: capitalize;
	margin-right: 1px;
}

.author_and_date a:hover {
	text-decoration: underline;
}

.author_and_date a {}

.article-type-gallery-css .entry-header {
	padding-left: 1rem;
	padding-right: 1rem;
}

.single-post .entry-header {
	padding-top: 1.5rem;
}

body.custom-videos-css .entry-header {
	border: none;
}

.single .nav-posts-below {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 2rem;
	color: #000;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}

.single .nav-posts-below:hover {
	color: #3F51B5;
}

.single .nav-next,
.single .nav-previous {
	padding: 1rem 1.5rem;
	position: relative;
}

.nav-previous .navi-visibility:after {
	content: 'Previous Story';
	position: absolute;
	top: -6px;
	font-family: 'Rubik', sans-serif;
	left: 0;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	margin-left: 15px;
}

.nav-next .navi-visibility:after {
	content: 'Next Story';
	position: absolute;
	top: -6px;
	font-family: 'Rubik', sans-serif;
	right: 0;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	margin-right: 15px;
}

.nav-previous .navi-visibility::before {
    content: '\f104';
    position: absolute;
    top: -10px;
    left: 0;
    font-family: fontawesome;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}
.nav-next .navi-visibility::before {
    content: '\f105';
    position: absolute;
    top: -10px;
    right: 0;
    font-family: fontawesome;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}
.nav-previous .navi-visibility:hover::before,
.nav-next .navi-visibility:hover::before,
.nav-previous .navi-visibility:hover:after,
.nav-next .navi-visibility:hover:after {
	color: #3F51B5;
}

.single .nav-posts-below h5 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 0px;
}

.single .nav-next {
	text-align: right;
}

.single .nav-previous {
	text-align: left;
}

.single .nav-previous:before {
	text-align: left;
}

.single .nav-previous {
	margin-left: 0px;
	padding-left: 0px;
}

.single .nav-next {
	margin-right: 0;
	padding-right: 0px;
}

.single .nav-previous h5:after {
	content: "\f104";
	left: 0px;
}

.single .nav-next h5:after {
	content: "\f105";
	right: 0px;
}

.single .nav-next h5:after,
.single .nav-previous h5:after {
	position: absolute;
	top: 22px;
	font-family: fontawesome;
	font-size: 22px;
	margin-top: -13px;
}

.single .nav-posts-below a {
	text-decoration: none;
	color: #777;
	font-size: 1.1rem;
	display: block;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 0px;
}

.single .entry-tags {
	color: #777;
	font-weight: 300;
	letter-spacing: 0px;
}

.single .entry-tags a {
	display: inline-block;
	line-height: 1.2;
	color: #777;
	list-style: none;
	list-style-type: none;
	margin: 0 0 5px 1px;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-size: .95rem;
	border-bottom: 0;
}

.single .entry-tags a:before {}

.nav-posts-below a:hover,
.single .entry-tags a:hover {
	text-decoration: none;
	color: #3F51B5;
	border-bottom: 0;
}

.entry-tags-wrap {
	position: relative;
	display: table;
	width: 100%;
	margin: 2% 0 5% 0;
	font-family: 'Rubik', sans-serif;
}

.entry-footer {
	position: relative;
}

.single .entry-content .see-more-container:hover {
	border-bottom: 0;
	background: transparent;
}

.see-more-container .see-more-image,
.see-more-container .see-more-wrapping {
	display: inline-block;
	vertical-align: top;
	margin-right: -0.25em;
	position: relative;
}

.single .entry-content .see-more-image,
.single .entry-content .see-more-image img {
	margin: -0.25em;
	/* this fixes margin conflict with other images (fiture, img)	 */
}

.see-more-container .see-more-image {
	width: 15%;
	height: 65px;
	overflow: hidden;
}

.see-more-container .see-more-wrapping {
	width: 83%;
	margin-left: 1%;
	margin-top: 10px;
}

.see-more-container .see-more-wrapping .see-more-title {
	line-height: 1.2;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
}

.single .entry-content .see-more-container {
	color: #000;
	border-bottom: 0!important;
	box-shadow: none;
}

.single .entry-content .see-more-container:hover {
	border-bottom: 0!important;
	box-shadow: none;
}

.see-more-container .see-more-wrapping .see-more-preview {
	line-height: 1.2;
	margin: 0;
}

.entry-content .see-more-wrapping:before {
	content: "SEE ALSO";
	margin-top: -15px;
	position: absolute;
	font-size: 11px;
	font-family: oswald;
	color: #3F51B5;
	font-weight: 400;
}

#tip-box span,
#tip-box-red span {
	text-shadow: none;
}

#tip-box,
#tip-box-red {
	margin-bottom: 2rem;
	margin-top: 2rem;
	font-size: 1rem;
	padding: 1.2rem 2.5rem;
	padding-left: 4rem;
	position: relative;
	background: rgba(118, 134, 150, 0.05);
}

#tip-box:after,
#tip-box-red:after {
	position: absolute;
	top: -3px;
	left: 0;
	font-family: fontawesome;
	font-size: 25px;
	padding: .4rem .5rem;
	margin-left: 1rem;
}

#tip-box:after {
	content: "\f0eb";
}

#tip-box-red:after {
	content: "\f071";
}

.single .entry-content section#tip-box ul {
	font-size: 1rem!important;
	line-height: 1.8;
}

.single .entry-content section#tip-box-red ul {
	font-size: 1rem!important;
	line-height: 1.8;
}

.tip-box-right,
.tip-box-red-right {
	float: right;
	width: 30%;
	margin-top: 0!important;
	margin-left: 1.5em!important;
	margin-bottom: 1.5em!important;
}

.tip-box-left,
.tip-box-red-left {
	float: left;
	width: 30%;
	margin-top: 0!important;
	margin-right: 1.5em!important;
	margin-bottom: 1.5em!important;
}

.big-icon {
	position: absolute;
	z-index: 8888;
	margin: 50px 0% 0% 1%;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

.big-icon:hover {
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
}

.big-icon a {
	display: block;
}

.post-category a {
	color: rgba(0, 0, 0, 0.35);
	font-weight: 900;
	font-size: .65rem;
	margin-right: 15px;
	text-transform: uppercase;
}

.post-category a:hover {
	color: #3F51B5;
}

.post-category {
	margin: .7rem 0;
}

.single .entry-content img,
.single .entry-content figure {}

.single .entry-content img.wp-image-25297 {
	margin: 0;
}

iframe.twitter-tweet-rendered {
	margin: 0 auto!important;
}

#authorarea {
	padding: 2rem 10px 20px 10px;
	overflow: hidden;
	margin-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#authorarea h3 {
	margin: 0;
	padding: 0px 10px 6px 4px;
	clear: none;
}

#authorarea h3 a {
	text-decoration: none;
	font-weight: 500;
	color: #000;
	font-size: 1.1rem;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
}

#authorarea h3 a:hover {
	color: #3F51B5;
}

#authorarea img {
	margin: 0;
	padding: 10px;
	width: 70px;
	height: 70px;
	margin-top: -5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#authorarea p {
	margin: 0;
	padding: 0px 10px 10px 4px;
	font-size: .95rem;
}

#authorarea span {
	font-size: .9rem;
}

#authorarea p a {
	color: rgba(0, 0, 0, 0.6);
}

.entry-content ul {
	list-style: none;
}

.entry-content ul li:after {
	content: "\f0da";
	position: absolute;
	display: block;
	left: -1.5rem;
	top: 0;
	font-family: fontawesome;
}

.entry-content ul li {
	position: relative;
	margin-bottom: .5rem;
}

.games .tag-games .entry-content ul li:after {}

.single .tag-how-to .entry-content ul li:after {}

.sd-content ul li:after {
	content: "";
	display: none;
	height: 0;
	width: 0;
	left: 0;
	top: 0;
	/* Hides after properties on sharing button, because it uses li listing*/
}


/*--------------------------------------------------------------
10.1.1 Video Post Type
--------------------------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 50px;
	overflow: hidden;
	margin-top: 0;
}

.custom-videos-css .video-container {
	padding-bottom: 52.1%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.custom-videos-css {}

body.custom-videos-css .site-main {
	max-width: 100%;
}

body.custom-videos-css .article-container {
	width: 100%;
}

body.custom-videos-css .top-ad,
body.custom-videos-css .post-outer,
body.custom-videos-css .entry-header {
	max-width: 1200px;
	margin: 0 auto;
}

body.custom-videos-css .site-content {
	width: 100%;
}

body.custom-videos-css .video-canvas {
	/*Fixing main margin around site*/
	margin-left: -2em;
	margin-right: -2em;
	height: auto;
	position: relative;
	margin-bottom: 1.2rem;
}

body.custom-videos-css .video-canvas-off {
	/*Fixing main margin around site*/
	margin-left: -2em;
	margin-right: -2em;
	background: #f5f5f5;
}

body.custom-videos-css .video-canvas:before {
	/*     content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100.1%;
    display: block;
    bottom: 0px;
    right: 0px;
    background: #252525;
    overflow: hidden;
    z-index: 0;
    opacity: .95; */
}

body.custom-videos-css .entry-meta {
	border-top: 0;
}

body.custom-videos-css .video-canvas-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-filter: blur(5px) grayscale(1);
	-moz-filter: blur(5px) grayscale(1);
	-o-filter: blur(5px) grayscale(1);
	-ms-filter: blur(5px) grayscale(1);
	filter: blur(5px) grayscale(1);
	overflow: hidden;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/*--------------------------------------------------------------
10.1.2 Search page
--------------------------------------------------------------*/

.search-inner {
	margin: 0 auto;
	padding: 3.125rem 0;
}

.search-wrap {
	min-height: 900px;
}

.search-inner .submit {
	border: none;
	border-color: none;
	background: #fff;
	box-shadow: none;
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 2rem;
	line-height: 1;
	padding: .35rem 1rem;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.search-inner .submit:hover {
	border-color: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.1);
}

.search-results .search-result-area .entry-title {
	font-size: 1.2rem;
	line-height: 1.2;
}

.search-results .entry-title a {
	color: #000;
	text-decoration: none;
}

.search-results .entry-title a:hover {
	color: #3F51B5;
	text-decoration: underline;
}

.search-results .entry-summary {
	margin: 0;
}

.search-results .page-title {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 2%;
}

.search-results article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-menu #searchform {
	padding: 10px 10px 10px 20px;
}

.search-menu input[type="search"] {
	border: 1px solid rgba(204, 204, 204, 0);
	background: rgba(213, 213, 213, 0.2);
}

.search-menu input {
	color: #fff!important;
}


/*--------------------------------------------------------------
10.1.3 Review page
--------------------------------------------------------------*/

.header-hero {
	position: relative;
}

.custom-reviews-css .entry-header .entry-title {
	text-transform: uppercase;
	font-weight: 500!important;
	letter-spacing: 0px!important;
}

.custom-reviews-css .hero-img {
	background-position: center center;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 55%;
}


/*--------------------------------------------------------------
10.1.3.1 Review alternative page with bigest hero
--------------------------------------------------------------*/

.custom-reviews-css .site-main {
	max-width: 100%;
}

.custom-reviews-css .post-wrap {
	position: relative;
}


/*--------------------------------------------------------------
10.1.4 Games page
--------------------------------------------------------------*/

.games .tag-games .entry-header .entry-title {}

.games .tag-games .entry-content h2,
.games .tag-games .entry-content h3,
.games .tag-games .entry-content h4,
.games .tag-games .entry-content h5 {}


/*--------------------------------------------------------------
10.1.5 How-To page
--------------------------------------------------------------*/

.single .tag-how-to .entry-header .entry-title {}

.single .tag-how-to .entry-content h2 {}

.single .tag-how-to .entry-content h3,
.single .tag-how-to .entry-content h4,
.single .tag-how-to .entry-content h5 {}


/*How-To and global step styling */

.entry-content ol {
	counter-reset: li;
	/* Initiate a counter */
	margin-left: 0;
	/* Remove the default left margin */
	padding-left: 0;
	/* Remove the default left padding */
}

.entry-content ol> li> ol {
	font-size: 1rem;
}

.entry-content ol> li> ol> li {
	counter-increment: step-counter;
	padding: 4px 1rem .3rem 1rem;
	border-left: 0;
}

.single .tag-how-to .entry-content ol> li> ol> li:before {
	content: counter(step-counter) ".";
	border: 0;
	background: transparent;
	line-height: 1.1;
}

.entry-content ol> li> ol> li {
	border-left: 0;
}

.entry-content ol> li {
	position: relative;
	/* Create a positioning context */
	margin: 0 0 .5rem 1.5rem;
	/* Give each list item a left margin to make room for the numbers */
	padding: 4px 1.1rem .3rem 2rem;
	/* Add some spacing around the content */
	list-style: none;
	/* Disable the normal item numbering */
	border-left: 1px solid rgba(170, 170, 170, 0.3);
}

.entry-content ol> li:before {
	content: counter(li);
	/* Use the counter as content */
	counter-increment: li;
	/* Increment the counter by 1 */
	position: absolute;
	top: 0px;
	left: -1.2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 8px;
	display: block;
	font-size: 1.1rem;
	padding: 7px;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 1.3;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	border: 1px solid rgba(170, 170, 170, 0.3);
	background: #fff;
	-webkit-border-radius: 999em;
	-moz-border-radius: 999em;
	-ms-border-radius: 999em;
	-o-border-radius: 999em;
	border-radius: 999em;
}

.single .tag-how-to .entry-content ol> li:before {
	color: #4E9901;
	color: #039be5;
	color: #3F51B5;
}

.entry-content li ol,
.entry-content li ul {
	margin-top: 6px;
}

.entry-content ol ol li:last-child {
	margin-bottom: 0;
}

.single .tag-how-to .entry-content ul img,
.single .tag-how-to .entry-content ol img,
.single .tag-how-to .entry-content ul figure,
.single .tag-how-to .entry-content ol figure {
	margin: 2rem 0 .5rem 0;
	display: block;
}

.entry-content ul p,
.entry-content ol p {
	margin-bottom: .9rem;
}

.entry-content ol> li> ol p {
	margin-bottom: 0;
}


/* END How-To and global step styling */


/*--------------------------------------------------------------
10.1.6 Longform posts 
--------------------------------------------------------------*/

.custom-longform-css .site-main {
	max-width: 100%;
}

.custom-longform-css .header-canvas {
	/* 	max-height: 1080px; */
	overflow: hidden;
}

.custom-longform-css .hero-img {
	background-position: center center;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 55%;
}


/*--------------------------------------------------------------
10.1.7 Categories and tags
--------------------------------------------------------------*/

#archive-main-header {
	color: #000;
	font-weight: 300;
	letter-spacing: 0px;
	font-family: 'Rubik', sans-serif;
}

#archive-main-header,
.taxonomy-description {
	padding: 3% 1%;
}

.page-template-all-php figure.archive-images,
.archive figure.archive-images {
	max-height: 165px;
	overflow: hidden;
	padding-right: 2%;
}

.page-template-all-php figure.archive-images,
.page-template-all-php .entry-body,
.archive figure.archive-images,
.archive .entry-body {
	vertical-align: top;
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 10px;
}

.page-template-all-php .entry-header,
.archive .entry-header {
	padding-bottom: 5px;
}

.page-template-all-php h1.entry-title a,
.archive h1.entry-title a {
	color: #000;
}

.page-template-all-php h1.entry-title a:hover,
.archive h1.entry-title a:hover {
	color: #3F51B5;
	text-decoration: underline;
}

.page-template-all-php .entry-meta,
.archive .entry-meta {
	margin-top: .75rem;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
	font-weight: 300;
}

.page-template-all-php .entry-meta .published-time,
.archive .entry-meta .published-time {
	text-transform: uppercase;
}

.page-template-all-php .entry-content,
.archive .entry-content {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
}

.page-template-all-php .archive-custom-video-css .archive-images,
.archive .archive-custom-video-css .archive-images {
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-right: 0;
	max-height: 100%;
}

.page-template-all-php .archive-images img,
.archive .archive-images img {
	width: 100%;
	display: block
}

.page-template-all-php .hentry,
.archive .hentry {
	position: relative;
}

.archive-extra-inner {
	max-height: 439px;
	overflow: hidden;
	position: relative;
}

.page-template-all-php .archive-custom-video-css .entry-meta,
.archive .archive-custom-video-css .entry-meta {
	color: #fff;
}

.page-template-all-php .archive-custom-video-css .entry-body,
.archive .archive-custom-video-css .entry-body {
	width: 100%;
	padding: 10px 15px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
}

.page-template-all-php .archive-custom-video-css figure.archive-images::before,
.archive .archive-custom-video-css figure.archive-images::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.topic-page-background {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center!important;
	zoom: 100%;
	background-repeat: no-repeat;
}

.topic-page-main {
	position: relative;
	overflow: hidden;
	height: 300px;
}

.topic-page-main:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(1, 2, 4, 0.5);
}

.topic-page-main h1,
.topic-page-main,
.topic-page-main a {
	color: #fff;
}

.topic-page-main a,
.topic-page-main a:hover {
	text-decoration: underline;
}

.archive .site-main {
	max-width: 100%;
}

.topic-page-content,
.taxonomy-description {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.taxonomy-description {
	color: #384048;
	font-family: 'Rubik', sans-serif;
}

.taxonomy-description p {
	letter-spacing: 0px;
}

.taxonomy-description a,
.taxonomy-description a:hover {
	color: #384048;
	text-decoration: underline;
}

.taxonomy-description h2 {
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: .5rem;
}

.taxonomy-wrapper {
	background: rgba(118, 134, 150, 0.05);
}

.topic-buttons {
	text-align: center;
	margin-top: 2.5rem!important;
	margin-left: 0;
	margin-bottom: 0;
}

.topic-buttons a,
.topic-buttons {
	color: #222;
	font-weight: 300;
}

.topic-buttons li {
	font-size: 1.1rem;
	line-height: 1.2;
	list-style: none;
	list-style-type: none;
}


/*--------------------------------------------------------------
10.1.8 Gallery Post Type
--------------------------------------------------------------*/

.fotorama__nav--thumbs .fotorama__nav__frame {
	padding: 0!important;
}

.fotorama__thumb-border {
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}

.fotorama__arr,
.fotorama__fullscreen-icon {
	background: none!important;
}

.fotorama__fullscreen-icon:before {
	content: '\f065';
	top: 0px;
	display: block;
	font-size: 1.5rem;
	font-family: FontAwesome;
	color: #fff;
	right: 10px;
	position: absolute;
}

.fotorama__arr.fotorama__arr--next:before,
.fotorama__arr.fotorama__arr--prev:before {
	font-size: 2.5rem;
	font-family: FontAwesome;
	top: 0;
	display: block;
	font-size: 2.5rem;
	font-family: FontAwesome;
	color: rgba(136, 136, 136, 0.55);
	position: absolute;
	width: 44px;
	height: 100px;
	background: rgba(29, 31, 39, 0.7);
	cursor: pointer;
	line-height: 95px;
	vertical-align: middle;
}

.fotorama__arr--prev {
	left: 0!important;
}

.fotorama__arr--next {
	right: 0!important;
	background-position: 0!important;
}

.fotorama__arr {
	width: 0!important;
	height: 0!important;
	margin-top: 0!important;
	top: 40%!important;
}

.fotorama__arr.fotorama__arr--next:before {
	content: '\f105';
	padding: 0px 17px;
	right: 0px;
}

.fotorama__arr.fotorama__arr--prev:before {
	content: '\f104';
	padding: 0px 14px;
	left: 0px;
}

.fotorama__thumb-border {
	border-color: #e8e8e8!important;
}

.fotorama__nav__frame {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
}

.fotorama__active {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.fotorama__nav-wrap {
	background: rgb(54, 56, 62);
}


/*--------------------------------------------------------------
10.1.9 Story Updates Post Type
--------------------------------------------------------------*/

.st-container {
	position: relative;
}

.st-counter {
	color: #292929;
	text-shadow: none;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 55px;
	font-weight: 900;
	padding: 0 5px 5px;
	display: block;
	text-transform: lowercase;
	text-align: center;
	margin-top: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.st-counter span {
	display: block;
}

.st-counter em {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: -26px;
}

.st-container .entry-header {
	border-top: none;
}

.st-container .entry-header .entry-title:hover {
	text-decoration: underline;
	color: #3F51B5;
}

.st-container ol.simple-list {
	list-style-type: none;
	list-style-type: decimal!ie;
	/*IE 7- hack*/
	padding: 0;
	counter-reset: li-counter;
}

.st-container ol.simple-list> li:last-child:after {
	content: "Original Story";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: #fff;
	background: #3F51B5;
	padding: 5px;
	font-family: 'Rubik', serif;
	font-weight: 900;
	font-style: italic;
}

.st-container p {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.tag-storyflow .header-canvas .entry-header {
	bottom: 0;
	right: 0;
	z-index: 7777;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.tag-storyflow .header-canvas {
	position: relative;
	margin-bottom: 2%;
}

.single .tag-storyflow .entry-header h1.entry-title {
	padding: 0;
}


/*--------------------------------------------------------------
10.1.9.1 Editorials
--------------------------------------------------------------*/

.single .tag-editorial .entry-header .entry-title {}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

ul.follow-buttons {
	list-style: none;
	margin: 0;
}

.follow-buttons a {
	text-decoration: none;
	font-weight: normal;
	height: 32px;
	font-size: .8rem;
	line-height: 36px;
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	margin-right: -1px;
}

.follow-buttons li {
	display: inline-block;
	margin-top: .2rem;
}

.follow-buttons .icon-twitter {
	background: #00ACED;
}

.follow-buttons .icon-facebook {
	background: #325A97;
}

.follow-buttons .icon-rss {
	background: #3F51B5;
}

.follow-buttons .social-text {
	text-transform: capitalize;
	padding-left: 3px;
	vertical-align: top;
	height: 34px;
	line-height: 32px;
	font-weight: 400;
}

.nav-follow-buttons {
	position: absolute;
	right: 0;
	top: 5px
}

ul.nav-follow-buttons {
	list-style: none;
	margin: 5px;
}

.nav-follow-buttons a {
	padding: 4px 7px;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.nav-follow-buttons li {
	display: inline-block;
}

.nav-follow-buttons a.icon-twitter {
	background: #00ACED;
}

.nav-follow-buttons a.icon-facebook {
	background: #325A97;
}

.nav-follow-buttons a.icon-youtube {
	background: #E62117;
}

.nav-follow-buttons a.icon-rss {
	background: #3F51B5;
}

.social-menu li {
	display: inline-block!important;
	width: 35px;
	height: 35px;
	position: relative!important;
	padding: 0!important;
	margin-right: 10px;
	line-height: 22px;
	margin-top: 10px;
}

.social-menu.mm-list li:after {
	border-color: rgba(0, 0, 0, 0)!important;
}

.social-menu li a,
.social-menu li a:hover {
	text-decoration: none;
}

.top-social-menu {
	width: 45px;
}

.top-social-menu a,
.top-social-menu a:hover {
	line-height: 50px;
	color: #000;
	text-decoration: none;
}

.social-menu-ul {
	margin: 0;
}

.follow-social {
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.mm-list> li> a.twitter,
.mm-list> li> a.facebook,
.mm-list> li> a.googleplus,
.mm-list> li> a.youtube,
.mm-list> li> a.rss {
	padding: 0;
}

.social-menu.mm-list {
	margin-left: 20px;
}


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

.show-comments {
	width: 100%;
	font-size: 1rem;
	font-weight: 300;
	padding: 13px;
	margin-left: 0;
	margin-bottom: 2rem;
	font-family: 'Rubik', sans-serif;
}

.show-comments:after {
	content: "\f0e5";
	font-family: fontawesome;
	margin-left: 10px;
	font-size: 1.2rem;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-count a {
	color: #333!important;
	background: #F5F5F5;
	padding: 0px 16px;
	display: block;
	height: 28px;
	text-shadow: none!important;
	text-transform: capitalize;
	font-weight: normal;
	margin: 6px 2px;
	vertical-align: top;
	line-height: 29px;
}

.comment-count a {
	text-decoration: none!important;
	box-shadow: none!important;
}

.comment-count a:before {
	content: "\f0e6";
	position: relative;
	left: -10px;
	top: 0px;
	display: inline-block;
	font-family: FontAwesome;
	line-height: 29px;
	font-size: 1rem;
}

#disqus_thread {
	text-align: center;
}

a.disqus-click {
	width: 100%;
	display: block;
	background: #3F51B5;
	padding: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 1.1rem;
}

.amzn-native-header-text {
	display: none!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
	border: 1px solid #fff!important;
}

div#amzn-native-ad-0 {
	max-width: 100%!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-title-container a {
	color: #000!important;
	font-weight: 300!important;
	letter-spacing: 0px!important;
	font-family: 'Rubik', sans-serif!important;
	line-height: 1.35!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-title-container a:hover {
	color: #f90!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-title-container a.amzn-native-product-title {
	font-size: 1.1rem!important;
	line-height: 1.3!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-offer-price {
	font-family: 'Rubik', sans-serif!important;
	font-size: 1rem!important;
	color: #fff!important;
	font-weight: 500!important;
	letter-spacing: .005rem!important;
/* 	background: #4caf50; */
	background: #00c853;
	padding: 2px 5px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
	background-color: #f9f9f9!important;
	padding: 2% 0;
	height: 300px!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product:hover {
	background-color: #f1f1f1!important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-attr-container {
	margin-bottom: 2%;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-list-price {
	font-size: .81rem!important;
	color: #4caf50!important;
	font-family: 'Rubik', sans-serif!important;
}

div#amzn-native-ad-0 div.amzn-native-product div.amzn-native-product-buy-now-link-box .amzn-native-product-buy-now-link {
    background: #00c853!important;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: .01rem;
    border-radius: 3px!important;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

.hero-img {
	height: auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {}

.wp-caption-text {
    color: #959595;
    font-size: .9rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
}

.wp-caption .wp-caption-text {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5rem;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.12%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
13.0 Advertisements
--------------------------------------------------------------*/

.rvzone-gallery {
	text-align: center;
}

.top-rvzone {
	padding: 8px 0px 8px 0px;
	text-align: center;
	max-width: 100%;
	margin: 0;
	clear: both;
	display: block;
	width: 100%;
}

.top-rvzone-outer {
	position: relative;
}

.top-rvzone-block {
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	max-width: 1200px;
}

.rvzone-tag-cat-bottom {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
	max-width: 100%;
	clear: both;
	display: block;
	width: 100%;
}

.am-rvzone {}

.rvzone-buttons {
	text-align: right;
	font-family: 'Rubik', sans-serif;
}

.rvzone-buttons .rv-zone-button-pitch {
	font-size: .98rem;
	color: #747579;
	margin-bottom: .5rem;
	font-weight: 100;
}

.rvzone-buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rvzone-buttons li {
	list-style: none;
	position: relative;
	display: inline-block;
	padding: 4px 10px;
	width: 150px;
	text-align: center;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.rvzone-buttons li a {
	color: #fff;
	text-decoration: none;
}

.rvzone-buttons li span {
	margin-left: 5px;
}

.rvzone-buttons .rv-zone-amzn {
	background: #FF9201;
}

.rvzone-buttons .rv-zone-dnte {
	background: #0070BA;
}


/*--------------------------------------------------------------
14.0 Footer Global
--------------------------------------------------------------*/

#colophon {
	color: #747579;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
	clear: both;
}

#colophon a {
	color: #747579;
}

.footer-top {
	position: relative;
}

.footer-brand,
.footer-info {
	vertical-align: top;
	display: inline-block;
	margin-right: -0.25rem;
	margin-top: 2%;
	margin-bottom: 2%;
}

.footer-links ul {
	margin: 0;
	list-style: none;
	padding: 0% 2%;
	text-align: center;
}

.footer-links li {
	list-style: none;
	list-style-type: none;
	padding-right: 20px;
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: 500;
}

.footer-section-header {
	text-transform: uppercase;
	font-size: 1rem;
	margin: .5rem 0;
	font-weight: 300;
	font-weight: 500;
	letter-spacing: 0px;
}

.footer-top .footer-info p {
	font-weight: 300;
}

.footer-top ul {
	margin: 0;
	list-style: none;
}

.footer-top li {
	padding: .5rem 0;
}

.footer-top .footer-search {
	padding: 2%;
}

.footer-top #searchform input[type="text"] {
	width: 300px;
	padding: 10px;
}


/* #footer-logo {
	-webkit-filter: invert(.65);
    -moz-filter: invert(.65);
    -o-filter: invert(.65);
    -ms-filter: invert(.65);
    filter: invert(.65);
} */

.site-info {
	font-size: .8rem;
	padding: 1% 2%;
	text-align: center;
}


/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/

.homepage section {
	margin-bottom: 12%;
}

.home h2 {
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
}

.news-wallpaper-items,
.news-wallpaper .news-wallpaper-list-col-1,
.news-list-col-1 .news-item-1,
.news-grid-4-list-col-1 .news-grid-4-item-1,
.news-grid-4-list-col-1 .news-grid-4-items {
	overflow: hidden;
	position: relative;
}

.news-list-col-1 .news-item-1 {
	margin-left: 0;
}

.news-list-col-1 .news-item-1 img,
.news-list-col-1 .news-item-2 img {
	position: absolute;
	min-width: 100%;
	min-height: 600px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-list-col-1 .news-item-2 img {
	min-width: 330%;
}

.news-list-col-1 .news-item-1 img {
	min-width: 150%;
}

.news-list-col-1 .news-item-1 figure,
.news-list-col-1 .news-item-2 figure {
	display: block;
	height: 37.5rem;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.news-list-col-1 .news-item-1 header,
.news-list-col-1 .news-item-2 header {
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
	padding: 5%;
}

.cover-link {
	display: block;
}

.coverage-header figure:before,
.news-item-1 a.cover-link:before,
.news-item-2 a.cover-link:before,
.news-row-huge-1-item-1 a.cover-link:before,
.news-devices-items a.cover-link:before,
.news-devices-items a.cover-link:before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.03);
  background: rgba(0,0,0,0.03) -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)),color-stop(30%, rgba(0,0,0,0)),color-stop(100%, rgba(0,0,0,0.8)));
  background: rgba(0,0,0,0.03) -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
  background: rgba(0,0,0,0.03) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
}

/* .coverage-header figure:hover:before,
.news-item-1 a.cover-link:hover:before,
.news-item-2 a.cover-link:hover:before,
.news-devices-items a.cover-link:hover:before {
	background: #282828;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	  background-image: -webkit-linear-gradient(135deg, #002f4b,#a83279);
    background-image: -moz-linear-gradient(135deg, #002f4b,#a83279);
    background-image: -o-linear-gradient(135deg, #002f4b,#a83279);
    background-image: linear-gradient(135deg, #002f4b,#a83279);
} */

.article-type-background-css .entry-header .entry-meta,
.news-front .news-list-col-1 .entry-meta,
.news-row-huge-1 .entry-meta,
.news-devices .entry-meta,
.news-wallpaper .entry-meta,
.news-grid-4 .entry-meta {
	color: #fff;
	padding: 0;
}

.news-front .news-list-col-1 .author-name,
.news-row-huge-1 .author-name,
.news-devices .author-name,
.news-wallpaper .author-name,
.news-grid-4 .author-name {
	color: #fff;
}

.news-front .news-list-col-1 .post-description,
.news-row-huge-1 .post-description,
.news-grid-4 .post-description {
	color: #fff;
	font-size: 1.1rem;
}

.news-list-col-1 .news-item-2 {
	width: 31.623931623931625%;
	height: 37.5rem;
	background: #ccc;
	position: relative;
}

.news-list-col-2 figure.home-article-images,
.news-grid-5-plus-items figure.home-article-images {
	max-height: 16.375rem;
	min-height: 13.75rem;
	overflow: hidden;
}

.news-list-col-2 .post-description {
	color: #000;
	font-style: normal;
	font-size: 1rem;
}

.row-header {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-bottom: 0.8125rem;
	position: absolute;
	z-index: 555;
	text-transform: uppercase;
	background: rgba(63, 81, 181, .8);
	padding: .5% 1%;
	letter-spacing: 0px;
}

.row-header .row-title {}

.row-header-alt {
	margin-bottom: 1.5rem;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row-title-alt {
	font-size: 2rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 300;
	padding: .5rem 0;
	display: block;
	color: #000;
	margin-top: 0px;
	letter-spacing: 1px;
	border-top: 2px solid #3F51B5;
	letter-spacing: 0;
	display: inline-block;
	margin-top: -1px;
}

.news-list-col-2 .news-items-list a:hover,
.news-grid-5-plus-list-col-1 .news-grid-5-plus-items a:hover {
	text-decoration: none;
}

.news-list-col-2 .news-items-list .cover-link .entry-title,
.news-grid-5-plus-list-col-1 .news-grid-5-plus-items .cover-link .entry-title,
.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .cover-link .entry-title {
	color: #000;
	margin-top: 0.625rem;
	font-weight: 300;
}

.news-list-col-2 .news-items-list .cover-link:hover .entry-title,
.news-grid-5-plus-list-col-1 .news-grid-5-plus-items .cover-link:hover .entry-title,
.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .cover-link:hover .entry-title {
	color: #3F51B5;
	text-decoration: none;
}

.sidebar-button {
	text-align: center;
	position: relative;
	height: 3.125rem;
	margin: 1.25rem 0 0 0;
}

.view-all-alt:before,
.sidebar-button:before {
	content: "";
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 1.5625rem;
	left: 0;
	right: 0;
	z-index: -1;
}

.view-all-alt {
	text-align: right;
	position: relative;
}

.view-all-alt a {
	text-decoration: none;
	color: #838383;
}

.view-all-alt a:hover {
	text-decoration: underline;
	color: #838383;
}

.view-all-button-alt span {
	line-height: 2.9;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	padding: 0.125rem 0.375rem;
}

.goto-all {
	width: 100%;
}

.all-articles a,
.all-articles a:hover {
	text-decoration: none;
	color: #fff;
}

.all-articles {
	text-align: center;
	background: #3F51B5;
	cursor: pointer;
	padding: 1rem;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.2;
	position: relative;
	display: block;
	margin: 0px auto;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 1rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.all-articles:hover {
	border-color: rgba(63,81,181,.9);
}

.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 {
	margin-left: 0;
	position: relative;
	overflow: hidden;
}

.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 img {
	position: absolute;
	min-width: 100%;
	min-height: 37.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-row-huge-1-item-1 a.cover-link:before {
	background: rgba(0, 0, 0, 0.6);
}

.news-row-huge-1-item-1 a.cover-link:hover:before {
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.news-wallpaper-items .news-item-1-data {
	bottom: 0;
	right: 0;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 3%;
	text-align: right;
}

.news-wallpaper-items .news-item-1-data h2 {
}

.news-wallpaper-items .cover-link:after {
	background: rgba(0, 0, 0, 0.35);
	content: "";
	position: absolute;
	top: 0;
	display: block;
	right: 0;
	left: 0;
	bottom: 0;
}

.news-wallpaper-items .cover-link:after:hover {
	background: rgba(0, 0, 0, 0.45);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 header {
	bottom: 4%;
	right: 4%;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
}

.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .entry-title {
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	text-align: right;
}

.news-devices-items {
	width: 49%;
	display: inline-block;
	margin-right: -0.25rem;
	position: relative;
	overflow: hidden;
}

.news-devices-items:nth-child(3) {
	margin-left: 2%;
}

.news-devices-items figure.home-article-images {
	max-height: 18.75rem;
	overflow: hidden;
}

.news-devices-list-col-1 .news-devices-items header {
	bottom: 1.1rem;
	left: 1.2rem;
	right: 1.5rem;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
}

.news-devices-list-col-1 .news-devices-items .entry-title {
	font-size: 1.5rem;
}

#video-lay {
	font-size: 2.45em;
	color: rgb(255, 255, 255);
	z-index: 8888;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 3%;
	right: 3%;
}

#video-overlay {
	padding: 10px 20px 10px 25px;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.9);
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	z-index: 9999;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.page-template-homepage-php #post-hero-image2,
.page-template-homepage-php #post-hero-image {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}

.wpp-list li:hover> a img,
.news-row-huge-1 .news-row-huge-1-list-col-1 .cover-link:hover> #post-hero-image,
.news-videos .news-videos-item-1 .cover-link:hover> #post-hero-image,
.news-videos .news-videos-items .cover-link:hover> #post-hero-image,
.news-grid-4 .news-grid-4-item-1 .cover-link:hover> #post-hero-image,
.news-grid-4 .news-grid-4-items .cover-link:hover> #post-hero-image,
.news-wallpaper .news-wallpaper-items .cover-link:hover> #post-hero-image,
.news-front .news-item-1 .cover-link:hover> #post-hero-image {
	-webkit-transform: scale(1.051, 1.051);
	-moz-transform: scale(1.051, 1.051);
	-o-transform: scale(1.051, 1.051);
	-ms-transform: scale(1.051, 1.051);
	transform: scale(1.051, 1.051);
}

.wpp-list li a img,
.news-row-huge-1 .news-row-huge-1-list-col-1 #post-hero-image,
.news-videos .news-videos-item-1 #post-hero-image,
.news-videos .news-videos-items #post-hero-image,
.news-grid-4 .news-grid-4-item-1 #post-hero-image,
.news-grid-4 .news-grid-4-items #post-hero-image,
.news-wallpaper .news-wallpaper-items #post-hero-image,
.news-front .news-item-1 .cover-link #post-hero-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}


/*video section hompeage*/

.news-videos .news-videos-item-1,
.news-videos .news-videos-items {
	vertical-align: top;
	display: inline-block;
	margin-right: -0.25rem;
	position: relative;
	overflow: hidden;
}

.news-videos .news-videos-item-1 header,
.news-videos .news-videos-items header {
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
	padding: 5% 15% 5% 5%;
	font-family: 'Quattrocento Sans', sans-serif;
}

.news-videos .news-videos-items .entry-title {
	font-size: 1.2rem;
	font-weight: 300;
}

.news-videos-list-col-1:after {
	content: "";
	display: block;
	clear: both;
}

.news-videos-list-col-1 .cover-link:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.35);
	background: rgba(0, 0, 0, 0.03) -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: rgba(0, 0, 0, 0.03) -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
	background: rgba(0, 0, 0, 0.03) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
}

.news-videos-list-col-1 .cover-link:after:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.news-grid-4-list-col-1 .news-grid-4-item-1 {
	margin-left: 0;
}

.news-grid-4-list-col-1 .news-item-1-data {
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
	padding: 5%;
	font-weight: 300;
}

.news-grid-4-items #post-hero-image {
	padding-top: 70%!important;
}

.news-grid-4-items .news-item-1-data {
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
	padding: 5%;
	letter-spacing: 0px;
}

.news-grid-4 .cover-link::after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	background: rgba(0, 0, 0, 0.03) -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: rgba(0, 0, 0, 0.03) -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
	background: rgba(0, 0, 0, 0.03) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
}

.news-grid-4-wrap,
.news-grid-4-items {
	position: relative;
}

.news-grid-5-plus-item-1 #post-hero-image,
.news-grid-5-plus-item-1 .news-item-1-data {
	vertical-align: top;
	display: inline-block;
	margin-right: -0.25rem;
}


/* Homepage Coverage */

.news-grid-listing-list-col-1 {
	position: relative;
}

.news-grid-listing-list-col-1 .post-description-content,
.news-grid-list-list-col-1 .author-name {
	color: #fff;
}

.news-grid-listing-list-col-1 .news-grid-listing-item-1 .news-item-1-data {
	top: 17%;
	left: 0;
	right: 0;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 3;
	padding: 2% 5% 5% 5%;
	font-weight: 300;
}

.news-grid-listing-list-col-1 .news-grid-listing-items .entry-title {
	font-size: 1rem;
	line-height: 1.2;
	padding: .5rem 1rem;
	border-left: 2px solid rgba(232, 232, 232, 0.8);
}

.news-grid-listing-list-col-1 .news-grid-listing-items a {}

.news-grid-listing-list-col-1 li {
	list-style: none;
}

.news-grid-listing-item-1 .cover-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
}

.news-grid-listing-item-1 .author-name,
.news-grid-listing-item-1 .author-time {
	color: #fff;
}

.section-listing li.news-grid-listing-items:before {
	content: "\f017";
	position: relative;
	left: -10px;
	top: 0px;
	display: block;
	font-size: 24px;
	font-family: FontAwesome;
	color: rgba(232, 232, 232, 0.80);
	line-height: 1.2;
}

.section-listing li:nth-child(5):after {
	content: "";
	position: relative;
	left: -6px;
	display: block;
	font-size: 1.5rem;
	font-family: FontAwesome;
	color: rgba(232, 232, 232, 0.80);
	line-height: 1.2;
	width: 30%;
	height: 1px;
	background: rgba(232, 232, 232, 0.80);
}

.section-listing a.news-grid-listing-items {
	font-style: italic;
	font-size: 1rem;
}

.news-grid-listing-item-1 {
	position: relative;
}


/* END latest post front 
 */

.article_image img {
	width: 100%;
}

.news-videos .news-videos-items:nth-child(4),
.news-videos .news-videos-items:nth-child(5) {
	margin-top: 2%;
}


/*Social share button from WordPress
-------------------------------------*/

.sd-content ul li a.sd-button:before {}

.single-format-quote div.sharedaddy div.sd-block {
	display: none;
}

#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
	display: block;
}

.sd-social-icon-text .sd-content ul li a.sd-button {
	margin: 0 2px 5px 0!important;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important;
	text-transform: uppercase!important;
}

.sharing-tools {
	margin: 10px 0;
}

div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 .5rem 0!important;
	line-height: 0!important;
	font-size: .9rem!important;
	font-weight: 300!important;
	letter-spacing: 0;
	font-family: 'Work Sans', sans-serif!important;
	display: inline-block!important;
	margin-right: 10px!important;
}

div.sharedaddy h3.sd-title:before {
	content: "\f064"!important;
	font-family: fontawesome;
	display: inline!important;
	margin-right: 5px;
	font-size: 1.2rem;
	vertical-align: middle;
	color: #aaa;
}

div.sharedaddy .sd-content {
	display: inline-block;
}

.sd-social-icon-text a.sd-button a.sd-button {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding: 4px 10px;
	padding: .4rem 1rem;
}

li.share-facebook a.sd-button,
li.share-google-plus-1 a.sd-button,
li.share-tumblr a.sd-button,
li.share-pinterest a.sd-button,
li.share-twitter a.sd-button,
li.share-pocket a.sd-button,
li.share-reddit a.sd-button,
li.share-linkedin a.sd-button {
	border: 1px solid #E5E5E5;
}

li.share-facebook a.sd-button span,
li.share-google-plus-1 a.sd-button span,
li.share-tumblr a.sd-button span,
li.share-pinterest a.sd-button span,
li.share-twitter a.sd-button span,
li.share-pocket a.sd-button span,
li.share-reddit a.sd-button span,
li.share-linkedin a.sd-button span {}

li.share-twitter a.sd-button:hover,
li.share-google-plus-1 a.sd-button:hover,
li.share-tumblr a.sd-button:hover,
li.share-pocket a.sd-button:hover,
li.share-pinterest a.sd-button:hover,
li.share-reddit a.sd-button:hover,
li.share-linkedin a.sd-button:hover {
	-webkit-transition: background-color 150ms;
	-moz-transition: background-color 150ms;
	-o-transition: background-color 150ms;
	transition: background-color 150ms;
}

li.share-facebook a.sd-button:hover,
li.share-facebook a.sd-button,
li.share-twitter a.sd-button:hover,
li.share-twitter a.sd-button,
li.share-google-plus-1 a.sd-button:hover,
li.share-google-plus-1 a.sd-button,
li.share-pinterest a.sd-button:hover,
li.share-pinterest a.sd-button,
li.share-reddit a.sd-button:hover,
li.share-reddit a.sd-button,
li.share-linkedin a.sd-button:hover,
li.share-linkedin a.sd-button {}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {}

h3.sd-title::before {
	border-top: none !important;
}

a.sd-button.share-more {
	padding: 5px 15px !important;
	font-size: 14px !important;
	box-shadow: none;
}

.share-count {
	background: none!important;
	color: #fff!important;
	display: inline-block!important;
	text-align: center!important;
	font-size: 14px!important;
	padding: 1px 3px!important;
	line-height: 1;
	font-weight: bold;
	-webkit-border-radius: 0!important;
	-moz-border-radius:  0!important;
	-ms-border-radius: 0!important;
	-o-border-radius:  0!important;
	border-radius: 0!important;
}

.sd-social .sd-button .share-count {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	padding-left: 4px!important;
	margin-left: 6px!important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
	background: #5F99CF!important;
}

a.share-reddit.sd-button.share-icon.no-text:before {
	color: #fff!important;
}

.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before {
	content: '\f281'!important;
	font-family: fontawesome!important;
}


/* Author page */

.author .hentry {
	border-left: 0;
}

.author .author-title {
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.author .author-title {
	margin: 4% 0;
}

.author .author-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.author-label {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
}

.author-stats {
	font-size: 1rem;
}

.author-meta li {
	margin-bottom: 4%;
}

.author .author-count {
	font-style: italic;
	color: #3F51B5;
	font-size: 1rem;
	font-family: 'Oswald', sans-serif;
}

.special-message-wrapper {
	padding: 5px;
}

.special-message-content {
	max-width: 1200px;
	margin: 0 auto;
}

.special-message-left {
	float: left;
}

.special-message-right {
	float: right;
}


/*--------------------------------------------------------------
Compatibility: Layout: Old CSS from Pureinfotech v3
--------------------------------------------------------------*/


/* Post Steps or Instructions */

.post-step {
	display: block;
	color: #00AFF0;
	font-size: 1.3rem;
	padding: .5rem;
	float: left;
	width: 3rem;
	height: 3rem;
	margin-right: 0.625rem;
	line-height: 1.2;
	text-align: center;
	margin-top: -8px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 999em;
	-moz-border-radius: 999em;
	-ms-border-radius: 999em;
	-o-border-radius: 999em;
	border-radius: 999em;
}

.p-step {
	clear: both;
}


/*--------------------------------------------------------------
WORDPRESS JETPACK
--------------------------------------------------------------*/

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	border-top: 1px solid rgba(0, 0, 0, 0.1)!important;
	margin-bottom: .35rem!important;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 300!important;
	padding-top: .5rem!important;
	letter-spacing: 0px!important;
	padding-right: .5rem!important;
	color: #000;
	border-top: 2px solid #3F51B5;
	padding-bottom: .5rem;
}

div#jp-relatedposts h3.jp-relatedposts-headline {
	display: inherit!important;
	float: none!important;
	position: relative;
	margin-bottom: 3rem!important;
}

div#jp-relatedposts h3.jp-relatedposts-headline:before {
	position: absolute!important;
	margin-top: 5px!important;
	z-index: -1!important;
}

.jp-related-css {
	margin-bottom: 1rem;
	margin-top: 3rem;
}

div#jp-relatedposts {
	display: none;
	padding-top: 0;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1!important;
	position: relative;
	overflow: hidden;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:hover a {
	text-decoration: none!important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 15px!important;
}

.jp-relatedposts-post.jp-relatedposts-post2.jp-relatedposts-post-thumbs:nth-last-child(1) {
	padding-right: 0!important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-top: 5%!important;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 0px;
	font-family: 'Rubik', sans-serif;
	font-weight: 200;
	line-height: 1.35;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #690065;
}

.author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.win10-au-promo-wrapper {
	margin: 0 auto;
	text-align: center;
	margin-top: .5rem;
}

a.win10-au-promo,
a.win10-au-promo:hover {
	background: #3F51B5;
	color: #fff;
	padding: .2rem 1rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: 'Rubik', sans-serif;
}

.gallery-outer {
	/*Fotorama*/
	background: url(images/bg-g-hash.svg) 0 0;
}

.tag-cat-rvzone-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}

.news-wallpaper-items .entry-title {
	font-weight: 300;
}

.background-content {
    position:relative;
	  display: flex; 
    justify-content:center;
    align-items:center;
    overflow:hidden;
	  z-index: -2;
	  margin-top: -7%;
}
.background-content img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%;
	  max-width: none!important;
}

.article-type-background-css .header-wrapper {
  height: 430px!important;
	overflow: hidden;
}

#sidebar-grid-latest-wrapper .latest-tiles .background-content-latest {
    position:relative;
	  display: flex; 
    justify-content:center;
    align-items:center;
    overflow:hidden;
	  z-index: -2;
	  float: left;
}
.latest-tiles  .background-content-latest img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%;
	  max-width: none!important;
	  object-fit: cover;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.15);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	  z-index: 999999999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.3);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* _____________________________
IE10+ CSS styles go here 
______________________________________________*/


/* Detects IE10+ fixes inline-block too wide on IE*/


/*   @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.article-container {
    display: inline!important;
    zoom: 1;
	}
} */


/*
* 	Reponsive design
*	min-width 1025
*	min-width 800
*	min-width 600
*/


/* =Responsive for IE10 Metro [fix]
----------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/*--------------------------------------------------------------
WORDPRESS DEFAULT MEDIA QUERY
--------------------------------------------------------------*/

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


/*--------------------------------------------------------------
@media 320 MIN WIDTH
--------------------------------------------------------------*/

@media (min-width:320px) {
  .article-type-contentvideo-css .background-content {
	 	display: none;
	}
	.article-type-gallery-css .gallery-wrapper {
		padding-bottom: 2rem;
	}
	.article-type-contentvideo-css .entry-header {
		margin: 1%;
	}
	#sidebar-grid-latest-wrapper ul.sidebar-topics-wrapper {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#sidebar-grid-latest-wrapper .sidebar-topics-wrapper li {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-left: 0;
		margin-bottom: 1%;
		background: #f5f5f5;
		margin-right: -0.3rem;
	}
	#sidebar-grid-latest-wrapper .sidebar-topics-wrapper li a {
		color: #000;
		font-family: 'Rubik', sans-serif;
		font-weight: 300;
		letter-spacing: 0px;
		font-size: .85rem;
		padding: 3%;
		display: block;
	}
	#sidebar-grid-latest-wrapper .sidebar-topics-wrapper li a:hover {
		text-decoration: none;
		color: #3F51B5;
	}
	#sidebar-grid-latest-wrapper .latest-tiles a:hover> .wrap-latest h2 {
		color: #3F51B5;
		text-decoration: none;
	}
	#sidebar-grid-latest-wrapper .latest-tiles a:hover {
		text-decoration: none;
	}
	.article-type-contentvideo-css .entry-meta,
	.article-type-background-css .entry-meta {
		margin-top: 2px;
	}
	.author_and_date {
		font-size: .7rem;
	}
	.widget-header .allcontent {
		font-size: .8rem;
	}
	.widget-title {
		font-size: .75rem;
	}
	.latest-article-images {
		position: relative;
		overflow: hidden;
		height: 75px;
		width: 75px;
		z-index: 1;
		margin-bottom: 1%;
		display: inline-block;
	}
	.header-wrapper {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.rvzone-middle {
		text-align: center;
	}
	.nav-follow-buttons {
		display: none;
	}
	.hero-image {
		width: 111%;
		margin-left: -5.5%;
	}
	#authorarea {
		text-align: center;
	}
	.authorinfo {
		text-align: center;
	}
	.preview-title {
		display: none;
	}
	.article-type-gallery-css .gallery-outer {
		max-width: 100%;
	}
	.gallery-outer {
		/*Fotorama*/
		width: 100%;
		position: relative;
		max-width: 320px;
		margin: 0 auto;
	}
	.main-navigation ul {
		display: none;
	}
	.sd-content span {
		display: none;
	}
	blockquote {
		margin-top: 2rem!important;
		margin-bottom: 2rem!important;
		clear: both;
		display: block;
		background: rgba(118, 134, 150, 0.05);
		font-size: 16px;
		padding: 2.5% 6%;
		padding-left: 12%;
		padding-top: 8%;
	}
	blockquote:before {
		position: absolute;
		top: 0;
		left: 2%;
		content: '"';
		z-index: 7777;
		font-size: 3rem;
		color: #000;
		font-style: italic;
	}
	.site-content,
	.site-footer {
		padding: 0 1rem;
		overflow: hidden;
	}
	.custom-longform-css .post-wrap,
	.custom-reviews-css .post-wrap {
		padding: 0;
	}
	.single .entry-header .entry-title {
		font-size: 1.3rem;
	}
	.games .tag-games .entry-header .entry-title {}
	.news-list-col-1 .news-item-1 {
		height: 600px;
	}
	.news-list-col-1 .news-item-3-ad {
		position: relative;
		margin-bottom: 2%;
		margin-top: 2%;
		height: 600px;
	}
	.news-item-3-rvzone-wrapper {
		width: 300px;
		margin: 0 auto;
	}
	.news-wallpapers-list-col-1 .news-wallpapers-items {
		position: relative;
	}
	.news-groups .groups {
		width: 100%;
	}
	.page-template-homepage-php .news-item-1 #post-hero-image {
		padding-top: 210%;
	}
	.news-list-col-2 article:first-child,
	.news-list-col-2 article:nth-child(4),
	.news-grid-5-plus-list-col-1 article:nth-child(3),
	.news-groups .groups:first-child {
		margin-left: 0;
	}
	.news-videos .news-videos-item-1,
	.news-videos .news-videos-items {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 2%;
	}
	/* wallpaer */
	.news-wallpaper-items .news-item-1-data {
		width: 100%;
	}
	/* how to and other	 */
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .entry-title {
		font-size: 1.2rem;
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .post-description-content p {
		font-size: .9rem;
		line-height: 1.4;
	}
	.page-template-homepage-php #post-hero-image,
	.news-videos-list-col-1 #post-hero-image {
		padding-top: 70%;
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items .entry-title {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	/* fonts */
	.news-grid-4-items .entry-title {
		font-size: 1.4rem;
	}
	/* overlay label */
	.row-header {
		margin: 0;
	}
	/* videos posts */
	body.custom-videos-css .video-outer {
		max-width: 100%;
		margin: 0 auto;
	}
	/* Google adsense */
	.single .rvzone_article_right {
		margin: 0 auto;
		float: none;
		clear: right;
		position: relative;
		visibility: visible;
		display: table;
	}
	.rvzone_article_inner {
		margin: 2rem 0;
	}
	.biggest-rvzone-sidebar {
		margin: 0 auto;
		width: 300px;
		padding: 27px 0px 20px 0px;
	}
	.biggest-rvzone-sidebar-wrapper {
		/* 		background: #f7f7f7; */
	}
	.comment-count {
		top: 0;
		right: 0;
		position: relative;
		display: inline-block;
	}
	.comment-count a {
		font-size: .8rem;
	}
	/* Widgets	 */
	.recent-tiles .wrap-recent {
		width: 77%;
	}
	.recent-tiles .wrap-recent,
	.recent-tiles figure {
		display: inline-block;
		vertical-align: top;
		margin-right: -0.25rem;
	}
	.widget-area li.recent-tiles {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-bottom: 2rem;
	}
	.widget-area li.recent-tiles:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1; 
		opacity: 1;
	}
	.recent-tiles figure {
		height: 75px;
		width: 75px;
		overflow: hidden;
	}
	.sidebar-recent-wrapper .entry-title {
		font-size: .85rem;
		line-height: 1.4;
		margin-bottom: 2px;
		font-weight: 500;
	}
	.top-social-menu {
		display: block;
	}
	#sidebar-grid-latest-wrapper li.latest-tiles {
		list-style: none;
		padding: 0;
		clear: both;
		position: relative;
		display: inline-block;
		margin-bottom: 1rem;
	}
	#sidebar-grid-latest-wrapper .latest-tiles .wrap-latest {
    margin-left: 2%;
    width: 78%;
    float: left;
	}
	#sidebar-grid-latest-wrapper .wrap-latest h2 {
		font-size: 1rem;
		margin-top: 2%;
	}
/* 	#sidebar-grid-latest-wrapper .latest-tiles figure {
		max-width: 35%;
	} */
	/* Single global	 */
	.single .entry-header .entry-title,
	.page .entry-header,
	.tag .entry-header,
	.category .entry-header {
		/* 		padding-bottom: .1rem;
		padding-top: .3rem; */
	}
	/* Single longform posts */
	.custom-longform-css .post-outer {
		max-width: 1200px;
		margin: 0 auto;
		background-color: #fff;
		z-index: 5555;
		position: relative;
	}
	/* reviews post  */
	.custom-reviews-css .post-outer {
		max-width: 1274px;
		margin: 0 auto;
		background-color: #FFF;
		z-index: 8888;
		position: relative;
	}
	/* Homepage coverage	 */
	.section-listing {
		position: relative;
		width: 94%;
		right: 0;
		margin: 3%;
	}
	.news-grid-listing-list-col-1 .news-grid-listing-items a,
	.section-listing a.news-grid-listing-items {
		color: #000;
	}
	.news-grid-listing-list-col-1 .news-grid-listing-item-1 .news-item-1-data {
		width: 90%;
	}
	/* Homepage games  */
	.news-grid-4-items {
		margin-top: 2%;
	}
	/* Homepage fonts */
	.news-item-1 .entry-title,
	.news-grid-listing-item-1 .entry-title {
		font-size: .9rem;
		font-weight: 300;
	}
	.news-item-2 .entry-title {
		font-size: 1rem;
	}
	.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .entry-title,
	.news-wallpaper-items .entry-title {
		font-size: 1rem;
	}
	.news-videos .news-videos-item-1 .entry-title {
		font-size: 1.2rem;
		font-weight: 300;
	}
	/* footer	 */
	.footer-brand,
	.footer-info,
	.footer-links {
		width: 100%;
	}
	.footer-inner {
		text-align: center;
	}
	.footer-links li {
		display: block;
		margin: 4% 0;
	}
	/* search page */
	.search-inner .field {
		font-size: 1.2rem;
		font-weight: 300;
		width: 320px;
		text-align: center;
	}
	/* post next previous  */
	.nav-previous,
	.nav-next {
		width: 100%;
		display: block;
	}
	.nav-posts-below {
		display: block;
	}
	/* category achieve	 */
	.page-template-all-php figure.archive-images,
	.archive figure.archive-images,
	.page-template-all-php .entry-body,
	.archive .entry-body {
		width: 100%;
	}
	/* author page	 */
	.author .author-info {
		width: 100%;
		padding: 0 20px;
		position: relative;
		text-align: center;
	}
	.author .archive-wrap {
		margin-right: 0;
		padding-right: 0;
	}
	/* StoryFlow */
	.st-container ol.simple-list> li:before {
		position: absolute;
		top: -3rem;
		width: 0.8rem;
		font-size: 3rem;
		line-height: 1;
		text-align: center;
		content: counter(li-counter);
		counter-increment: li-counter;
		font-family: 'Oswald', sans-serif;
		width: 100%;
	}
	.st-container .main-listing {
		margin: 30% 0;
	}
	.st-container ol.simple-list> li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 0;
		margin-top: 5rem;
		min-height: 3rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		padding-bottom: 2rem;
	}
	.st-container ol.simple-list {
		margin-left: 0;
	}
	.st-counter {
		background: rgba(247, 247, 247, 0.75);
	}
	.single .st-container .entry-header .entry-title {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.tag-storyflow .header-canvas .entry-header {
		margin: 5% 0;
	}
	/* See more */
	.single .entry-content .see-more-container {
		border-bottom: 0;
		display: block;
		margin-bottom: 5px;
		margin: 5% 0 5% 0;
		position: relative;
		display: block;
		width: 100%;
		margin-top: 1px;
	}
	.see-more-container .see-more-wrapping .see-more-title {
		font-size: 1rem;
	}
	.see-more-container .see-more-wrapping .see-more-preview {
		font-size: .65rem;
	}
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5 {
		font-size: 1.3rem;
		line-height: 1.2;
		margin-bottom: 1rem;
		display: block;
		color: #000;
		letter-spacing: 0px;
	}
	.entry-content h2 {
		padding-top: 2rem;
	}
	.entry-content h3,
	.entry-content h4,
	.entry-content h5 {
		padding-top: 2rem;
		font-weight: 500;
	}
	/* 	.single .entry-content h2:before {
		content: '';
    display: inline-flex;
    margin-top: 4rem;
		position: relative;
	}
	.single .entry-content h2:after { 
		content: '';
    display: inline-flex;
    margin-bottom: 2rem;
		position: relative;
	} */
	.single .entry-content h2 {
		font-weight: 400;
		/* 		background-image: -webkit-linear-gradient(top,transparent 0,rgba(204, 204, 204, 0.3) 0);
    background-image: linear-gradient(to bottom,transparent 0,rgba(204, 204, 204, 0.3) 0);
    background-position: 0 center;
    display: inline;
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
    padding-right: 11px;
    line-height: 1.3;
    background-size: 100% 7px;
    background-position: 0px 29px; */
	}
	.single .entry-content h2,
	.single .entry-content h3,
	.single .entry-content h4,
	.single .entry-content h5 {
		font-family: 'Rubik', sans-serif;
	}
	.sd-social-icon-text .sd-content ul li a.sd-button {
		padding: 12px 18px!important;
	}
	/*section header*/
	#archive-main-header {
		font-size: 1.5rem;
	}
	body.custom-videos-css .header-outer {
		padding: 0 2rem 0 2rem;
	}
	.archive .topic-wrapper {
		max-width: 1200px;
		margin: 0 auto;
	}
	.topic-buttons li {
		display: block;
		padding-top: 1rem;
	}
}


/*--------------------------------------------------------------
320 MIN WIDTH + MAX WIDTH 599
--------------------------------------------------------------*/

@media (min-width:320px) and (max-width:599px) {
	/* Fonts */
	.news-items-list .entry-title {
		font-weight: normal;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.news-list-col-2 article,
	.news-grid-5-plus-list-col-1 article {
		margin-bottom: 8%;
	}
	.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .entry-title,
	.news-wallpaper-items .entry-title,
	.news-grid-4-list-col-1 .news-grid-4-item-1 .entry-title {
		font-size: 1.3rem;
	}
	/* Tags and categories */
	.page-template-all-php .entry-header h1.entry-title,
	.archive h1.entry-title {
		font-size: .9rem;
	}
	.page-template-all-php p,
	.archive p {
		font-size: .8rem;
	}
	/* 	popular post */
	#top-popular {
		display: none;
	}
}


/*--------------------------------------------------------------
@media 600 MIN WIDTH
--------------------------------------------------------------*/

@media (min-width:600px) {
#sidebar-grid-latest-wrapper .latest-tiles .wrap-latest {
    width: 70%;
}
	#sidebar-grid-latest-wrapper .sidebar-topics-wrapper li a {
		font-size: 1.2rem;
	}
	.author_and_date {
		font-size: .8rem;
	}
	.widget-title {
		font-size: 1rem;
	}
	.widget-header .allcontent {
		font-size: .9rem;
	}
	.latest-article-images {
		height: 150px;
		width: 150px;
	}
	#sidebar-grid-latest-wrapper .wrap-latest h2 {
		font-size: 1.3rem;
		margin-top: 2%;
	}
	.article-type-contentvideo-css .entry-header .entry-title,
	.article-type-standard-css .headline-foreground,
	.article-type-background-css .entry-header .entry-title {
		/*     background-size: 100% 26px;
    background-position: 0 1px; */
	}
	.nav-follow-buttons {
		display: block;
	}
	.article-type-gallery-css .gallery-outer {
		max-width: 100%;
	}
	.gallery-outer {
		/*Fotorama*/
		max-width: 700px;
	}
	.sd-content span {
		display: inline-block;
	}
	.site-content,
	.site-footer {
		overflow: hidden;
	}
	/* Longform */
	.custom-longform-css .post-wrap,
	.custom-reviews-css .post-wrap {
		border-left: 2rem solid transparent;
		border-right: 2rem solid transparent;
	}
	.news-list-col-1 .news-item-2,
	.news-list-col-1 .news-item-3-ad,
	.news-list-col-2 .news-items-list,
	.news-list-col-2 .news-items-list,
	.news-list-col-1 .news-item-1,
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items {
		display: block;
	}
	.news-list-col-1 .news-item-2,
	.news-list-col-1 .news-item-3-ad,
	.news-list-col-2 .news-items-list,
	.news-list-col-2 .news-items-list,
	.news-list-col-1 .news-item-1,
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items {
		vertical-align: top;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	.news-list-col-2 .news-items-list,
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items {
		width: 49%;
		margin-top: 2%;
		display: inline-block;
		margin-right: -0.25rem;
	}
	.news-list-col-2 article:nth-child(2),
	.news-list-col-2 article:nth-child(4),
	.news-list-col-2 article:nth-child(6) {
		margin-left: 2%
	}
	.page-template-homepage-php .news-item-1 #post-hero-image {
		padding-top: 130%;
	}
	/* Homepage video section */
	.news-videos .news-videos-items {
		width: 49%;
		margin-left: 2%;
		float: none;
		vertical-align: top;
		display: inline-block;
		margin-right: -0.25rem;
	}
	.news-videos .news-videos-items:nth-child(2),
	.news-videos .news-videos-items:nth-child(4) {
		margin-left: 0;
	}
	/* Grid of five	 */
	.news-grid-5-plus-list-col-1 article:nth-child(4),
	.news-grid-5-plus-list-col-1 article:nth-child(6) {
		margin-left: 2%;
	}
	.news-grid-5-plus-list-col-1 article:nth-child(5) {
		margin-left: 0;
	}
	.news-grid-4-list-col-1 .news-grid-4-item-1 .entry-title {
		font-size: 2.5rem;
	}
	/* Fonts */
	.news-items-list .entry-title {
		font-weight: normal;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	/* wallpaper  */
	.news-wallpaper-items .news-item-1-data {
		width: 70%;
	}
	.news-wallpaper-items .entry-title {
		font-size: 2.5rem;
	}
	/* how to and others */
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 #post-hero-image {
		width: 45%;
		padding-top: 27%
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .news-item-1-data {
		width: 55%;
		padding-left: 2%;
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items .entry-title {
		font-size: 1.1rem;
		line-height: 1.3;
	}
	/* image aspect ratio */
	.page-template-homepage-php #post-hero-image {
		padding-top: 50%;
	}
	/* overlay label */
	.row-header {
		margin: 1.5rem 0 0 1.5rem;
	}
	/* Google adsense	 */
	.single .rvzone_article_right {
		float: left;
		margin: 0.5625rem 2rem 0.625rem 0;
	}
	.rvzone_article_inner {
		margin: 0;
	}
	.single .entry-header .entry-title {
		/* 		padding-right: 0; */
	}
	.comment-count {
		top: 0;
		right: 0;
	}
	/* Widgets	 */
	.recent-tiles figure {
		height: 130px;
		width: 130px;
	}
	.sidebar-recent-wrapper .entry-title {
		font-size: 1.45rem;
	}
	.recent-tiles .wrap-recent {
		width: 76%;
	}
	/* Revivew posts alternative	 */
	.custom-reviews-css .header-canvas .entry-header {
		position: absolute;
		top: 1rem;
		right: 10%;
		left: 10%;
		padding-top: 11%;
		color: #fff;
		z-index: 9999;
		text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
		font-size: 1.3rem;
		margin: 0 auto;
		max-width: 913px;
		z-index: 8888;
		text-align: center;
		border: none;
		width: 80%;
	}
	.custom-reviews-css article .entry-header .entry-title,
	.custom-reviews-css .post-description {
		color: rgba(255, 255, 255, 0.99);
	}
	.custom-reviews-css .header-canvas {
		margin-left: -2rem;
		margin-right: -2rem;
		position: relative;
	}
	.custom-reviews-css .author-name a,
	.custom-reviews-css .author-twitter a,
	.custom-reviews-css .author-email a,
	.custom-reviews-css .entry-meta,
	.custom-longform-css .author-name a,
	.custom-longform-css .author-twitter a,
	.custom-longform-css .author-email a,
	.custom-longform-css .entry-meta {
		color: #fff;
	}
	/* Single global	 */
	.single .entry-header .entry-title {
		/* 		padding-bottom: 16px; */
		padding-top: 0;
	}
	/* Single longform posts */
	.custom-longform-css .post-outer {
		max-width: 1200px;
		margin: 0 auto;
		margin-top: -5%;
		background-color: #fff;
		z-index: 8888;
		position: relative;
	}
	.custom-longform-css .post-wrap,
	.custom-reviews-css .post-wrap {
		padding-top: 2rem;
	}
	.custom-longform-css .site-content,
	.custom-reviews-css .site-content {
		padding: 0;
	}
	.custom-longform-css .entry-header {
		position: absolute;
		top: 1rem;
		right: 0;
		left: 0;
		padding-top: 5%;
		color: #FFF;
		z-index: 9999;
		text-shadow: 2px 1px rgba(0, 0, 0, 0.1);
		font-size: 1.3rem;
		margin: 0 auto;
		max-width: 1125px;
		z-index: 8888;
		border: none;
		width: 90%;
	}
	.custom-longform-css article .entry-header .entry-title,
	.custom-longform-css .post-description {
		color: #fff!important;
	}
	.custom-longform-css .hero-img::after {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.3) 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.45)), color-stop(29%, rgba(0, 0, 0, 0.45)), color-stop(70%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.3)));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.3) 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 0, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.3) 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.45) 0, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.3) 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.3) 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#4d000000', GradientType=0);
		/* IE6-9 */
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		content: '';
	}
	/* Homepage games  */
	.news-grid-4-items {
		width: 49%;
		vertical-align: top;
		display: inline-block;
		margin-right: -0.25rem;
		margin-left: 2%;
	}
	.news-grid-4-items:first-child {
		margin-left: 0;
	}
	/* Homepage fonts  */
	.news-grid-listing-item-1 .entry-title {
		font-size: 1.8rem;
	}
	.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .entry-title,
	.news-wallpaper-items .entry-title {
		font-size: 2rem;
	}
	/* search page */
	.search-inner .field {
		font-size: 2rem;
		font-weight: 300;
		width: 31.25rem;
	}
	.page-template-all-php .hentry,
	.archive .hentry {
		padding: 0 1rem 2rem 1rem;
		position: relative;
		overflow: visible;
		margin: 0;
	}
	.page-template-all-php figure.archive-images,
	.archive figure.archive-images {
		width: 35%;
	}
	.page-template-all-php .entry-body,
	.archive .entry-body {
		width: 60%;
	}
	/* StoryFlow  */
	.st-container ol.simple-list> li:before {
		top: 1rem;
		;
		left: -2.5rem;
		width: 0.8rem;
		text-align: right;
	}
	.st-container .main-listing {
		margin: 10% 0;
	}
	.st-container ol.simple-list> li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 1.5rem;
		margin-top: 0;
		min-height: 3rem;
		border-bottom: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.st-container ol.simple-list {
		margin-left: 3rem;
	}
	.single .st-container .entry-header .entry-title {
		font-size: 1.6rem;
	}
	.custom-reviews-css .article_image:after,
	.tag-storyflow .header-canvas figure:before {
		background: #000;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 777;
		width: 100%;
		height: auto;
		left: 0;
		bottom: 0;
		opacity: .5;
		filter: alpha(opacity=50);
		-moz-opacity: .5;
	}
	.tag-storyflow .header-canvas .entry-header {
		position: absolute;
	}
	.tag-storyflow .header-canvas .entry-meta,
	.tag-storyflow .header-canvas .entry-header .author-email a,
	.tag-storyflow .header-canvas .entry-header .author-twitter a,
	.tag-storyflow .header-canvas .entry-header .author_and_date {
		color: #fff;
		text-transform: none;
	}
	.single .tag-storyflow .entry-header h1.entry-title {
		color: #fff;
		text-shadow: rgba(0, 0, 0, 0.4) 3px 2px 2px;
	}
	.st-counter {
		background-color: rgba(255, 255, 255, 0.75);
	}
	.tag-storyflow .header-canvas .entry-header {
		margin: 10%;
	}
	/* see more  */
	.see-more-container .see-more-wrapping .see-more-title {
		font-size: 1.2rem;
	}
	.see-more-container .see-more-wrapping .see-more-preview {
		font-size: 1rem;
	}
	/* Posts */
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5 {
		font-size: 1.4rem;
	}
	/* Tags and categories */
	.page-template-all-php .entry-header h1.entry-title,
	.archive h1.entry-title {
		/* 		font-size: 1.4rem; */
		font-size: 1.6rem;
	}
	.page-template-all-php p,
	.archive p {
		font-size: 1.1rem;
		font-weight: 300;
		letter-spacing: -.02rem;
	}
	.entry-content {
		font-size: 1.2rem;
		line-height: 1.7;
	}
	/* 	popular post */
	#top-popular {
		display: block;
	}
	#archive-main-header {
		font-size: 2rem;
	}
	.top-social-menu {
		display: inline-block;
	}
	.sd-social-icon-text .sd-content ul li a.sd-button {
		padding: 2px 12px!important;
	}
	.archive .site-content,
	.archive .site-footer {
		padding: 0;
		overflow: hidden;
	}
	.topic-buttons li:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	.topic-buttons li {
		padding-left: 2rem;
		margin-left: 2rem;
		display: inline!important;
	}
	ul.nav-follow-buttons:before {
		content: "Follow:";
		position: absolute;
		left: -73px;
		line-height: 2.2;
		font-family: 'Rubik', sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		color: #ccc;
		;
		letter-spacing: 0px;
	}
}


/*--------------------------------------------------------------
@media 800 MIN WIDTH
--------------------------------------------------------------*/

@media (min-width:800px) {
	#sidebar-grid-latest-wrapper .latest-tiles .wrap-latest {
    width: 100%;
	}
   #sidebar-grid-latest-wrapper .latest-tiles .wrap-latest,
		#sidebar-grid-latest-wrapper .latest-tiles .background-content-latest {
	  float: none;
		}
		.background-content {
       display: block;
		}
	.article-type-contentvideo-css .article-header,
	.article-type-standard-css .article-header {
		padding: 0 .5rem;
	}
	.share-jetpack-whatsapp,
	.share-skype {
		Display: none!important;
	}
	#sidebar-grid-latest-wrapper .sidebar-topics-wrapper li {
		width: 49%;
		margin-left: 1%;
	}
	.sidebar-latest-wrapper .latest-tiles a:hover> .latest-article-images:before {
		background-image: -webkit-gradient(linear, to bottom right, to top left, color-stop(0%, rgba(18,30,72,0.6)), color-stop(100%, rgba(72,16,62,0.6)));
    background-image: -webkit-linear-gradient(to bottom right, rgba(18,30,72,0.6),rgba(72,16,62,0.6));
    background-image: -moz-linear-gradient(to bottom right, rgba(18,30,72,0.6),rgba(72,16,62,0.6));
    background-image: -o-linear-gradient(to bottom right, rgba(18,30,72,0.6),rgba(72,16,62,0.6));
    background-image: linear-gradient(to bottom right, rgba(18,30,72,0.6),rgba(72,16,62,0.6));
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
	}
	.sidebar-latest-wrapper .latest-tiles .latest-article-images {
		padding-left: 0;
		display: block;
	}
	#sidebar-grid-latest-wrapper .latest-tiles .wrap-latest,
	#sidebar-grid-latest-wrapper .latest-tiles figure {
		display: inline-block;
		vertical-align: top;
		margin-right: -0.25rem;
		padding-left: 0;
	}
	.widget-header .allcontent {
		font-size: 1.3rem;
	}
	.widget-title {
		font-size: 1.7rem;
	}
	.latest-article-images:before {
		content: "";
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.03) -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)),color-stop(30%, rgba(0,0,0,0)),color-stop(100%, rgba(0,0,0,0.75)));
    background: rgba(0,0,0,0.03) -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%);
    background: rgba(0,0,0,0.03) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	}
	#sidebar-grid-latest-wrapper .latest-tiles .wrap-latest {
		margin-left: 0;
	}
	#sidebar-grid-latest-wrapper .wrap-latest {
		max-width: 100%;
	}
	#sidebar-grid-latest-wrapper li.latest-tiles {
		width: 48.95%;
		margin-left: 2%;
		margin-right: -0.25rem;
		overflow: hidden;
		vertical-align: top;
	}
	#sidebar-grid-latest-wrapper li.latest-tiles:nth-child(1),
	#sidebar-grid-latest-wrapper li.latest-tiles:nth-child(3) {
		margin-left: 0;
	}
	.latest-article-images {
		position: relative;
		overflow: hidden;
		height: 250px;
		z-index: 1;
		margin-bottom: 1%;
		width: 100%;
	}
	#sidebar-grid-latest-wrapper .wrap-latest h2 {
		margin-top: 2%;
	}
	.article-type-contentvideo-css .entry-header .entry-title,
	.article-type-standard-css .headline-foreground,
	.article-type-background-css .entry-header .entry-title {
		/* 		background-size: 100% 50px;
    background-position: 0 3px; */
	}
	.article-type-standard-css .article-hero-video {
		width: 100%;
		margin-right: -20%;
		padding-right: 20%;
		vertical-align: top;
		margin-left: 0%;
		position: relative;
		z-index: 2;
		margin-bottom: 2%;
		margin-top: 2%;
	}
	.article-type-standard-css .article-main-content {
		width: 100%;
		margin-right: -32%;
		padding-right: 32%;
		vertical-align: top;
		float: left;
		margin-left: 0%;
		position: relative;
		z-index: 1;
	}
	.article-type-standard-css .article-hero-image {
		max-width: 30%;
		margin-left: 2%;
		vertical-align: top;
		float: right;
		position: relative;
		z-index: 2;
		padding-right: .5rem;
	}
	.article-type-standard-css .entry-header {
		margin: 0%;
	}
	blockquote {
		padding: 2.5% 5%;
		padding-left: 8%;
		padding-top: 5%;
	}
	blockquote:before {
		left: 2%;
		font-size: 4rem;
	}
	.biggest-rvzone-sidebar {
		margin: 0;
		width: 0px;
		padding: 0px;
	}
	.hero-image {
		width: 100%;
		margin-right: -4px;
		vertical-align: top;
		margin-left: 0px;
	}
	#authorarea {
		text-align: initial;
	}
	.authorinfo {
		text-align: initial;
	}
	.authorinfo {
		padding-left: 80px;
	}
	#authorarea img {
		float: left;
	}
	.preview-title {
		display: block;
		line-height: 1.2;
		max-width: 75%;
		padding: 16px 0!important;
	}
	.gallery-outer {
		/*Fotorama*/
		max-width: 813px;
	}
	.article-type-gallery-css .gallery-outer {
		/*Fotorama*/
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.news-list-col-2 article:nth-child(3),
	.news-list-col-2 article:nth-child(5) {
		margin-left: 0;
	}
	.news-list-col-1 .news-item-3-ad {
		width: 18.75rem;
		height: 600px;
		position: relative;
		margin-left: 2%;
		vertical-align: top;
		display: inline-block;
		margin-right: -0.25rem;
		margin-top: 0;
	}
	.news-list-col-1 .news-item-1 {
		width: 63.7%;
		vertical-align: top;
		display: inline-block;
	}
	.news-wallpapers-list-col-1 .news-wallpapers-items {
		width: 31.62393162393162%;
		margin-left: 2%;
		height: 37.5rem;
		vertical-align: top;
		display: inline-block;
		margin-right: -0.25rem;
	}
	.news-wallpapers-list-col-1 .news-wallpapers-items:first-child {
		margin-left: 0;
	}
	/* 	huge items */
	.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .news-item-1-data {
		width: 75%;
		margin: 0 auto;
	}
	.news-grid-4-items .entry-title {
		font-size: 1.3rem;
	}
	/* regular posts */
	.single .post-description p {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
	.search-result-area,
	.article-content,
	.archive-wrap {
		float: left;
		margin-right: -23.125rem;
		padding-right: 23.125rem;
	}
	.widget-area {
		width: 21.625rem;
		margin-left: 1.5rem;
		float: left;
	}
	.entry-content h2 {
		font-size: 2.2rem;
	}
	.entry-content h3 {
		font-size: 1.7rem;
	}
	.entry-content h4 {
		font-size: 1.4rem;
	}
	.entry-content h5 {
		font-size: 1.3rem;
	}
	/* Longform posts */
	.custom-longform-css .post-wrap {
		border-left: 2.5rem solid transparent;
		border-right: 2.5rem solid transparent;
		padding-top: 2.5rem;
		position: relative;
		margin-left: -999999px;
		padding-left: 999925px;
		float: left;
		z-index: 20;
		background: #fff;
	}
	.custom-reviews-css .post-wrap {
		border-left: 2.5rem solid rgba(0, 0, 0, 0);
		border-right: 2.5rem solid rgba(0, 0, 0, 0);
		padding-top: 2.5rem;
	}
	.custom-longform-css .site-content {
		margin-top: -50px;
	}
	/* videos posts */
	body.custom-videos-css .video-outer {
		max-width: 80rem;
		margin: 0 auto;
		margin-top: 10px;
	}
	body.custom-videos-css .tag-how-to .entry-header .entry-title,
	body.custom-videos-css .entry-header .entry-title,
	body.custom-videos-css .post-description,
	body.custom-videos-css .entry-meta,
	body.custom-videos-css .author-email a,
	body.custom-videos-css .author-twitter a,
	body.custom-videos-css .author-name a {
		/*     color: #B9B9B9; */
	}
	/* Global fonts */
	.single .entry-header .entry-title,
	.page .entry-header .entry-title,
	body.custom-videos-css .entry-header .entry-title {
		font-size: 2.75rem;
	}
	.single .entry-header .entry-title {
		letter-spacing: -2px;
		word-spacing: 2px;
	}
	/* review posts  */
	.custom-reviews-css .entry-header .entry-title {
		padding-right: 0;
	}
	/* Widgets */
	.widget-area li.recent-tiles {
		margin-bottom: .6rem;
		padding-bottom: .6rem;
	}
	.sidebar-widget-coverage li.recent-tiles {
		margin: 0;
		padding: 0;
	}
	.recent-tiles figure {
		height: 70px;
		width: 87px;
	}
	.sidebar-recent-wrapper .entry-title {
		font-size: 1rem;
	}
	.recent-tiles .wrap-recent {
		width: 75%;
	}
	/* Homepage fonts */
	.news-item-1 .entry-title {
		font-size: 2.09rem;
	}
	.news-item-2 .entry-title {
		font-size: 1.1rem;
	}
	.news-grid-listing-item-1 .entry-title {
		font-size: 2.49rem;
	}
	.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .entry-title,
	.news-wallpaper-items .entry-title {
		font-size: 3rem;
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .entry-title {
		font-size: 1.5rem;
		margin-top: 1.5rem!important;
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .post-description {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	/* footer	 */
	.footer-top .footer-brand {
		width: 35%;
		text-align: center;
	}
	.footer-top .footer-info {
		width: 65%;
	}
	.footer-links li {
		display: inline;
		margin: 0;
	}
	.footer-inner {
		text-align: left;
	}
	/* review post */
	.custom-reviews-css .hero-img {
		background-position: center 90%;
	}
	/* author page	 */
	.author .author-info {
		width: 378px;
		float: left;
		padding: 0 20px;
		position: relative;
		text-align: left;
	}
	.author .archive-wrap {
		margin-left: -25.8125rem;
		padding-left: 25.8125rem;
		float: right;
	}
	/* See more */
	.single .entry-content .see-more-container {
		margin: 5% 10% 5% 2%;
		width: 88%;
	}
	#archive-main-header {
		font-size: 2.5rem;
	}
}


/*--------------------------------------------------------------
@medi 900 MAX WIDTH
--------------------------------------------------------------*/

@media (max-width:900px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
}


/*--------------------------------------------------------------
@media 1025 MIN WIDTH
--------------------------------------------------------------*/

@media (min-width:1025px) {
	.article-type-contentvideo-css .background-content {
		display: block;
	}
	.rvzone-gallery {
		width: 300px;
		float: right;
		margin: 1%;
	}
	.single .post-description p {
		font-size: 1.6rem;
	}
	.article-type-contentvideo-css .entry-header .entry-meta,
	.article-type-contentvideo-css .entry-header .author-name a,
	.article-type-contentvideo-css .entry-header {
		color: #fff;
		padding: 0;
	}
	.article-type-contentvideo-css .header-wrapper {
		padding-bottom: 1.5%;
	}
	.article-type-contentvideo-css .background-content {
		-webkit-filter: blur(4px);
		filter: blur(4px);
		position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	}
	.article-type-contentvideo-css .header-wrapper:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(62, 62, 62, 0.6);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
	}
	.rvzone-middle {
		right: -360px;
		position: absolute;
		float: right;
		padding: 1rem;
/* 		border-top: 1px solid #F1F1F1;
		border-bottom: 1px solid #F1F1F1; */
		padding-top: 2rem;
		box-sizing: border-box;
	}
/* 	.rvzone-middle:before {
		content: "SPONSORED LINKS";
		position: absolute;
		color: #aaa;
		z-index: 3;
		top: 0;
		width: 91%;
		font-size: .8rem;
		font-weight: 300;
		letter-spacing: 0px;
	} */
	.article-type-gallery-css .site-header .logo img,
	.article-type-contentvideo-css .site-header .logo img,
	.article-type-background-css .site-header .logo img,
	.custom-longform-css .site-header .logo img,
	.custom-reviews-css .site-header .logo img {
		-webkit-filter: invert(1);
		-moz-filter: invert(1);
		-o-filter: invert(1);
		-ms-filter: invert(1);
		filter: invert(1);
	}
	.article-type-gallery-css .site-header a.logo,
	.article-type-gallery-css .site-header a:hover.logo,
	.article-type-contentvideo-css .site-header a.logo,
	.article-type-contentvideo-css .site-header a:hover.logo,
	.article-type-background-css .site-header a.logo,
	.article-type-background-css .site-header a:hover.logo,
	.custom-longform-css .site-header a.logo,
	.custom-longform-css .site-header a:hover.logo,
	.custom-reviews-css .site-header a.logo,
	.custom-reviews-css .site-header a:hover.logo {
		color: #fff;
	}
	#sidebar-grid-latest-wrapper .sidebar-topics-wrapper li {
		width: 32%;
	}
	#sidebar-grid-latest-wrapper {
		padding: 0 .5rem;
	}
	#sidebar-grid-latest-wrapper .latest-tiles .wrap-latest {
		margin-left: 0;
	}
	#sidebar-grid-latest-wrapper .wrap-latest {
		max-width: 100%;
	}
	#sidebar-grid-latest-wrapper li.latest-tiles {
		width: 23.5%;
		margin-left: 2%;
		margin-right: -0.25rem;
		overflow: hidden;
		vertical-align: top;
	}
	#sidebar-grid-latest-wrapper li.latest-tiles:nth-child(3) {
		margin-left: 2%;
	}
	#sidebar-grid-latest-wrapper li.latest-tiles:nth-child(1) {
		margin-left: 0;
	}
	.latest-article-images {
		position: relative;
		overflow: hidden;
		height: 250px;
		z-index: 1;
		margin-bottom: 1%;
	}
	.article-type-contentvideo-css .entry-header .entry-title,
	.article-type-standard-css .headline-foreground,
	.article-type-background-css .entry-header .entry-title {
		/* 		background-size: 100% 32px;
    background-position: 0px 14px; */
	}
	.header-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.site-content,
	.site-footer {
		padding: 0;
	}
	.article-type-contentvideo-css .standard-header-video,
	.article-type-standard-css .standard-header-video {
		width: 47%;
		float: right;
		margin-left: 2%!important;
		margin-top: 5%!important;
		margin-right: 0!important;
		margin-bottom: 0!important;
	}
	.article-type-contentvideo-css .standard-hero-video,
	.article-type-standard-css .standard-hero-video {
		width: 51%;
		float: left;
		right: 0;
		vertical-align: top;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.sidebar-latest-inner {
		vertical-align: top;
	}
	.article-type-gallery-css .article-main-content,
	.article-type-contentvideo-css .article-main-content,
	.article-type-background-css .article-main-content,
	.article-type-standard-css .article-main-content {
		width: 90%;
		margin-right: -38%;
		padding-right: 38%;
		vertical-align: top;
		float: left;
		margin-left: 10%;
	}
	.article-type-standard-css .article-hero-image {
		max-width: 37%;
		margin-left: 1%;
		vertical-align: top;
		float: right;
		margin-top: 2%;
	}
	.article-type-contentvideo-css .article-header-inner {
		position: relative;
		z-index: 5;
		top: 34px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.article-type-gallery-css .gallery-wrapper {
		padding-left: 1rem;
	}
	.article-type-gallery-css .entry-header,
	.article-type-gallery-css .gallery-wrapper {
		max-width: 1300px;
		margin: 0px auto;
		overflow: hidden;
		width: 100%;
	}
	.article-type-gallery-css .entry-gallery {
		margin-right: -22rem;
		padding-right: 22rem;
		width: 100%;
		float: left;
	}
	.article-type-contentvideo-css .article-header-inner,
	.article-type-background-css .entry-header {
		max-width: 1600px;
		margin: 0px auto;
		overflow: hidden;
		width: 100%;
	}
	.article-type-background-css .article-presentation {
		margin: 0% 22% 1% 9%;
	}
	.article-type-standard-css .entry-header {
		margin: 0% 15% 0% 10%;
	}
	.main-navigation ul {
		display: block;
	}
	.news-list-col-1 .news-item-3-ad {
		margin-top: 0;
		margin-bottom: 0;
	}
	.news-list-col-1 .news-item-2,
	.news-list-col-1 .news-item-3-ad,
	.news-list-col-2 .news-items-list,
	.news-list-col-2 .news-items-list,
	.news-list-col-1 .news-item-1,
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items {
		display: inline-block;
	}
	.news-list-col-1 .news-item-1 {
		width: 73%;
	}
	.news-list-col-2 .news-items-list {
		width: 32%;
		margin-top: 2%;
	}
	.news-list-col-2 article:nth-child(3),
	.news-list-col-2 article:nth-child(5) {
		margin-left: 2%;
	}
	.news-list-col-2 article:nth-child(4) {
		margin-left: 0;
	}
	.news-list-col-1 .news-item-3-ad {
		width: 25%;
		height: 600px;
		position: relative;
	}
	.news-list-col-1 .news-item-2,
	.news-list-col-1 .news-item-3-ad,
	.news-list-col-2 .news-items-list,
	.news-list-col-2 .news-items-list,
	.news-list-col-1 .news-item-1,
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items {
		vertical-align: top;
		margin-right: -0.25rem;
		margin-left: 2%;
		overflow: hidden;
	}
	.news-list-col-1 .news-item-1 {
		margin-left: 0;
	}
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-items {
		width: 23.5%;
	}
	.news-groups .groups {
		width: 25.3125rem;
		vertical-align: top;
		display: inline-block;
		margin-right: -0.25rem;
		margin-left: 0.8125rem;
	}
	.news-wallpapers-list-col-1 .news-wallpapers-items {
		width: 100%;
		margin-bottom: 0.8125rem;
		height: 11.9375rem;
		overflow: hidden;
		margin-right: 0;
		margin-left: 0;
	}
	.page-template-homepage-php .news-item-1 #post-hero-image {
		padding-top: 98%;
	}
	/* Homepage video section */
	.news-videos .news-videos-item-1 {
		width: 50%;
	}
	.news-videos .news-videos-items {
		width: 23.3%;
		margin-left: 2%;
	}
	.news-videos .news-videos-item-1,
	.news-videos .news-videos-items {
		float: left;
	}
	.news-videos .news-videos-items:nth-child(2),
	.news-videos .news-videos-items:nth-child(4) {
		margin-left: 2%;
	}
	.page-template-homepage-php .news-videos-list-col-1 #post-hero-image {
		padding-top: 70%;
	}
	.page-template-homepage-php .news-videos-items #post-hero-image {
		padding-top: 70.9%;
	}
	/* Grid of five */
	.news-grid-5-plus-list-col-1 article:nth-child(5) {
		margin-left: 2%;
	}
	/* font */
	.news-row-huge-1-list-col-1 .news-row-huge-1-item-1 .entry-title,
	.news-wallpaper-items .entry-title {
		font-size: 3.5rem;
	}
	/* how to and other	 */
	.news-grid-5-plus-list-col-1 .news-grid-5-plus-item-1 .entry-title {
		font-size: 2.29rem;
	}
	/* games */
	.news-grid-4-list-col-1 .news-grid-4-item-1 {
		width: 66%;
	}
	.news-grid-4-list-col-1 .news-grid-4-wrap {
		width: 34%;
	}
	.news-grid-4-list-col-1 .news-grid-4-item-1,
	.news-grid-4-list-col-1 .news-grid-4-wrap {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin-right: -0.25rem;
	}
	.news-grid-4-list-col-1 .news-grid-4-items {
		margin-left: 6%;
		width: 94%;
		margin-top: 0;
	}
	.news-grid-4-list-col-1 #post-hero-image {
		padding-top: 71%;
	}
	.news-grid-4-list-col-1 article:nth-child(2) {
		margin-top: 6%;
	}
	.news-grid-4-list-col-1 .news-grid-4-item-1 .entry-title {
		letter-spacing: 0px;
	}
	/* regular posts */
	.search-result-area,
	.article-content,
	.archive-wrap {
		margin-right: -25.8125rem;
		padding-right: 25.8125rem;
	}
	.widget-area {
		width: 23.62rem;
		margin-left: 2.1872rem;
	}
	/* Global fonts */
	.games .tag-games .entry-header .entry-title {}
	.single .entry-header .entry-title,
	.page .entry-header .entry-title,
	.article-type-background-css .entry-header .entry-title,
	body.custom-videos-css .entry-header .entry-title {
		font-size: 3.3rem;
	}
	.article-type-gallery-css .entry-header .entry-title,
	.article-type-standard-css .standard-header-video .entry-title,
	.article-type-contentvideo-css .entry-header .entry-title {
		font-size: 2.6rem;
	}
	.custom-longform-css .entry-header .entry-title {
		font-size: 3.95rem;
	}
	/* Homepage Coverage */
	.section-listing {
		position: absolute;
		z-index: 8888;
		top: 2%;
		right: 3%;
		width: 40%;
	}
	.news-grid-listing-list-col-1 .news-grid-listing-items a,
	.section-listing a.news-grid-listing-items {
		color: #fff;
	}
	.news-grid-listing-list-col-1 ul {
		margin: 0;
		top: 20%;
	}
	.news-grid-listing-list-col-1 .news-grid-listing-item-1 .news-item-1-data {
		width: 55%;
	}
	/* Homepage fonts */
	.news-item-1 .entry-title {
		font-size: 2.49rem;
	}
	.news-item-2 .entry-title {
		font-size: 1.5rem;
	}
	.news-videos .news-videos-item-1 .entry-title {
		font-size: 2rem;
	}
	/* post next previous  */
	.nav-previous,
	.nav-next {
		width: 50%;
		display: table-cell;
	}
	.nav-posts-below {
		display: table;
	}
	/* posts reviews	 */
	.custom-reviews-css .hero-img {
		padding-top: 35%;
	}
	.article-type-gallery-css .entry-content:before,
	.article-type-contentvideo-css .entry-content:before,
	.article-type-standard-css .entry-content:before,
	.article-type-background-css .entry-content:before,
	.custom-longform-css .entry-content:before,
	.custom-reviews-css .entry-content:before {
		color: #f5f5f5;
		content: attr(data-first_letter);
		display: block;
		font-size: 10rem;
		font-weight: 900;
		left: -.9rem;
		line-height: 1;
		position: absolute;
		top: -1.2rem;
		z-index: -1;
		font-family: 'Rubik', sans-serif;
	}
	.custom-longform-css .hero-img {
		padding-top: 40%;
	}
	/* top ad for reviews	 */
	body.custom-videos-css .top-ad {
		padding: 14px 0px 8px 0px;
	}
	.custom-reviews-css .top-ad {
		position: absolute;
		padding: 53px 0px 8px 0px;
		z-index: 8888;
		width: 100%;
	}
	.custom-reviews-css .site-content {
		margin-top: -50px;
	}
	/* Longform and reviews  */
	.article-type-gallery-css .site-header,
	.article-type-contentvideo-css .site-header,
	.article-type-background-css .site-header,
	.custom-longform-css .site-header,
	.custom-reviews-css .site-header {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000', GradientType=0);
		/* IE6-9 */
		border: none;
	}
	.custom-videos-css .site-content,
	.custom-longform-css .site-content,
	.custom-reviews-css .site-content {
		position: relative;
		z-index: 8888;
	}
	.article-type-gallery-css .menu-secondary-menu-container a,
	.article-type-contentvideo-css .menu-secondary-menu-container a,
	.article-type-background-css .menu-secondary-menu-container a,
	.custom-longform-css .menu-secondary-menu-container a,
	.custom-reviews-css .menu-secondary-menu-container a {
		color: #eee;
	}
	.article-type-contentvideo-css .menu-secondary-menu-container a:hover,
	.article-type-background-css .menu-secondary-menu-container a:hover,
	.custom-longform-css .menu-secondary-menu-container a:hover,
	.custom-reviews-css .menu-secondary-menu-container a:hover {
		color: #fff;
	}
	.custom-longform-css .main-navigation .top-nav-next a,
	.custom-reviews-css .main-navigation .top-nav-next a {
		color: rgba(0, 0, 0, 0.5);
	}
	.custom-longform-css header a.hamburger,
	.custom-reviews-css header a.hamburger {
		color: #ccc;
	}
	.custom-videos-css .active-nav a.hamburger,
	.custom-longform-css .active-nav a.hamburger,
	.custom-reviews-css .active-nav a.hamburger {
		color: rgba(118, 134, 150, 0.6);
	}
	#archive-main-header {
		font-size: 3rem;
	}
}


/*end of 1025*/


/*--------------------------------------------------------------
@media 1026 MIN WIDTH + 1300 MAX WIDTH
--------------------------------------------------------------*/

@media (min-width: 1026px) and (max-width:1300px) {}


/*--------------------------------------------------------------
@media 1300 MIN WIDTH
--------------------------------------------------------------*/

@media (min-width:1300px) {
	/* videos posts  */
	.custom-longform-css .hero-img {
		padding-top: 30%;
	}
}