/*
Theme Name: Stylo Custom
Theme URI: http://underscores.me/
Author: StyloThemes
Author URI: https://stylothemes.com
Description: Custom WordPress Theme For Blog
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stcustom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Stylo Custom is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Clearings
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab|Anton|Saira+Condensed');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Anton', cursive;
}
.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
h1.entry-title {
	font-size: 48px;
	font-size: 5rem;
	margin-top: 0;
}
p {
	margin-bottom: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.4rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Margins and Paddings
--------------------------------------------------------------*/
.pl-0 {padding-left: 0 !important}
.pr-0 {padding-right: 0 !important}
.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}


.pl-5 {padding-left: 5px !important}
.pr-5 {padding-right: 5px !important}
.pt-5 {padding-top: 5px !important}
.pb-5 {padding-bottom: 5px !important}

.pl-10 {padding-left: 10px !important}
.pr-10 {padding-right: 10px !important}
.pt-10 {padding-top: 10px !important}
.pb-10 {padding-bottom: 10px !important}

.ml-0 {margin-left: 0 !important}
.mr-0 {margin-right: 0 !important}
.mt-0 {margin-top: 0 !important}
.mb-0 {margin-bottom: 0 !important}

.ml-10 {margin-left: 10px !important}
.mr-10 {margin-right: 10px !important}
.mt-10 {margin-top: 10px !important}
.mb-10 {margin-bottom: 10px !important}

.ml-20 {margin-left: 20px !important}
.mr-20 {margin-right: 20px !important}
.mt-20 {margin-top: 20px !important}
.mb-20 {margin-bottom: 20px !important}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 250px;
	padding: 20px;
	height: 100%;
	background: #f0f0f0;
	z-index: 99;
}
.site-branding {
	margin-bottom: 30px;
}
.site-branding a, .site-branding a img {
	width: 100%;
}
.header-banner {
	text-align: center;
	background: #fff;
	padding-top: 10px;
}
.search-box-lg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	z-index: 99999;
}
.search-box-lg .closeBox {
	position: absolute;
	top: 20px;
	right: 30px;
	
}
.search-box-lg .closeBox i {
	font-size: 70px;
	color: #999999;
}
.search-field-container {
	position: fixed;
	width: 800px;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	height: 100px;
	margin-top: -50px;
}
.search-field-container .search-field {
	width: 600px;
	height: 100px;
	padding: 10px 50px;
	border: none;
	border-bottom: 3px solid #ccc;
	font-size: 24px;
	color: #666666;
	border-radius: 0;
	outline: none;
	font-family: 'Saira Condensed', sans-serif;
	background: #fff;
	position: relative;
	top: -6px;
}
.search-field-container .search-submit {
	width: 100px;
	height: 100px;
	text-align: center;
	background: #21759b;
	color: #fff;
	display: inline-block;
	border: none;
	font-size: 30px;
	border-radius: 0;
}
@media screen and (max-width: 992px){
	.site-header {
		width: 100%;
		height: 60px;
		padding: 5px;
		z-index: 9999999;
	}
	.site-branding {
		margin-bottom: 0;
	}
	.site-branding a {
		width: auto;
	}
	.site-branding img {
		max-height: 50px;
		width: auto;
	}
	.header-banner {
		position: relative;
	}
	.nav-more {
		display: none;
	}
}
@media screen and (max-width: 768px){
	.site-header {
		width: 100%;
		height: 50px;
		padding: 5px;
		z-index: 9999999;
	}
	.site-branding {
		margin-bottom: 0;
	}
	.site-branding img {
		max-height: 40px;
		width: auto;
	}
	.header-banner {
		position: relative;
	}
	.nav-more {
		display: none;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333333;
}

a:visited {
	color: #444444;
}

a:hover,
a:focus,
a:active {
	color: #222222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
}
.mobile-navigation {
	display: none;
	position: fixed;
	top: 50px;
	background: #fff;
	width: 100%;
	z-index: 99999;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-more {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 2px solid #cccccc;
}
.nav-search {
	padding-top: 0px;
	border-top: none;
}
.nav-social {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #cccccc;
}
.main-navigation li, .nav-more a, .nav-search a {
	float: none;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
	font-weight: 200;
	padding: .1em 0;
	font-family: 'Roboto Slab', serif;
}
.mobile-navigation ul li {
	float: none;
	display: inline-block;
	width: 100%;
}
.mobile-navigation ul li a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	font-size: 18px;
}
.main-navigation li a, .nav-more a, .nav-search a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff !important;
	font-size: 24px;
	padding: 10px;
	background: #cccccc;
	width: 100%;
	transition: 0.5s all;
}
.main-navigation li a:hover {
	transform: scale(1.1,1.1);
	z-index: 99;
	color: #fff;
}
.main-navigation li:first-child a {background-color: #4469b0}
.main-navigation li:nth-child(2) a {background-color: #b34238}
.main-navigation li:nth-child(3) a {background-color: #99227f}
.main-navigation li:nth-child(4) a {background-color: #f3750e}
.nav-search a {background-color: rgb(104, 184, 0)}
.nav-more a {background-color: #333333}
.nav-more a, .nav-search a {
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: .1em;
}
.main-navigation li a i {
	position: relative;
	top: 3px;
}
.main-navigation li a:hover, .nav-more a:hover, .nav-search a:hover {
	color: #333333;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	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 li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.stcustom-social-icons, .stcustom-social-sharing {
	margin: 0;
	padding: 0;
	list-style: none;
	direction: ltr;
	display: flex;
	flex-wrap: wrap;
}
.stcustom-social-icons li, .stcustom-social-sharing li {
	flex: 1;
	min-width: 190px;
	text-align: center;
	margin-bottom: 10px;
}
.stcustom-social-icons li a, .stcustom-social-sharing li a {
	display: inline-block;
	width: 97%;
	height: 50px;
	line-height: 50px;
	position: relative;
	background-color: #dddddd;
	color: #fff;
	transition: 0.5s all;
}
.stcustom-social-icons li a {
	color: #333333;
}
.stcustom-social-icons li a:hover, .stcustom-social-sharing li a:hover {
	transform: scale(1.1,1.1);
	z-index: 99;
}
.stcustom-social-icons li a:hover {
	color: #ffffff;
}
.stcustom-social-icons li a .btn-icon, .stcustom-social-icons li a .btn-txt, .stcustom-social-sharing li a .btn-icon, .stcustom-social-sharing li a .btn-txt {
	height: 100%;
	display: inline-block;
}
.stcustom-social-icons li a .btn-icon, .stcustom-social-sharing li a .btn-icon {
	width: 55px;
	font-size: 22px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.stcustom-social-icons li a .btn-icon {
	background-color: #ccc;
}
.stcustom-social-icons li a .btn-icon i, .stcustom-social-sharing li a .btn-icon i {
	position: relative;
	top: 1px;
}
.stcustom-social-icons li a .btn-txt, .stcustom-social-sharing li a .btn-txt {
	width: 100%;
	font-size: 18px;
	text-align: left;
	padding-left: 70px;
	font-family: 'Saira Condensed', sans-serif;
}
.sharing-box li {
	margin-bottom: 5px;
}
.stcustom-social-icons li a.fb:hover, .stcustom-social-sharing li a.fb { background-color: #4469b0; }
.stcustom-social-icons li a.fb:hover .btn-icon, .stcustom-social-sharing li a.fb .btn-icon { background-color: #365896; }
.stcustom-social-icons li a.tw:hover, .stcustom-social-sharing li a.tw { background-color: #55acee; }
.stcustom-social-icons li a.tw:hover .btn-icon, .stcustom-social-sharing li a.tw .btn-icon { background-color: #438ec7; }
.stcustom-social-icons li a.gp:hover, .stcustom-social-sharing li a.gp { background-color: #dc4e41; }
.stcustom-social-icons li a.gp:hover .btn-icon, .stcustom-social-sharing li a.gp .btn-icon { background-color: #b34238; }
.stcustom-social-icons li a.yt:hover { background-color: #ff0000; }
.stcustom-social-icons li a.yt:hover .btn-icon { background-color: #d10707; }
.stcustom-social-icons li a.insta:hover, .stcustom-social-sharing li a.insta { background-color: #c32aa3; }
.stcustom-social-icons li a.insta:hover .btn-icon { background-color: #99227f; }
.stcustom-social-sharing li a.wa { background-color: #25d366; }
.stcustom-social-sharing li a.wa .btn-icon { background-color: #1fa851; }
/* Small menu. */
.menu-toggle {
	display: inline-block;
	margin: 0;
}
.nav-search-mobile, .nav-toggle-btn {
	height: 40px;
	text-align: center;
}
.nav-search-mobile a, .menu-toggle {
	font-size: 30px;
	padding: 0;
	border: none;
	background: transparent;
	position: relative;
	line-height: 1;
	top: 5px;
}
@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10px;
}
.widget {
	margin: 0 0 1.5em;
}
.widget-title {
	font-family: 'Saira Condensed', sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget ul, .widget ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	margin-left: 250px;
	padding: 20px;
	background: #fff;
}
.site-footer {
	margin-top: 120px;
	width: 100%;
	margin-left: 250px;
}
@media screen and (max-width: 992px){
	.site-content {
		margin-left: 0;
		margin-top: 60px;
		padding: 10px;
		background: #fff;
	}
}
@media screen and (max-width: 768px) {
	.post-sharing {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
		z-index: 999;
		width: 100%;
		margin-bottom: 0 !important;
	}
	.stcustom-social-sharing {
		display: block;	
		text-align: center;
		width: 100%;
	}
	.stcustom-social-sharing li {
		width: 23%;
		min-width: 50px;
		display: inline-block;
	}
	.stcustom-social-sharing li a {
		display: inline-block;
		width: 100%;
	}
	.stcustom-social-sharing li a .btn-txt {
		display: none;
	}
	.stcustom-social-sharing li a .btn-icon {
		width: 100%;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.post-block {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1.425em;
    padding-top: 1.425em;
    border-top: 2px solid #f1f1f1;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s ease .1s;
    transition: all .2s ease .1s;
    opacity: 1;
}
.post-block .entry-header {
    -webkit-flex-basis: 69%;
    -ms-flex-preferred-size: 69%;
    flex-basis: 69%;
}
.post-block .entry-header h2 {
	font-size: 40px;
	font-size: 4rem;
}
.video-post-thumb {
	position: relative;
}
.video-title-meta {
	position: absolute;
	top: 10px;
	left: 10px;
}
.home-video-post h1 {
	font-size: 40px;
	font-size: 4rem;
	margin: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .8);
}
.home-video-post h1 a {
	color: #f0f0f0;
}
.post-block .entry-meta {
	padding: 5px;
	font-size: 14px;
}
.video-title-meta .entry-meta {
	padding: 10px;
	background-color: rgba(250, 150, 0, .8);
	color: #fff;
	width: auto;
	display: inline-block;
}
.video-post-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 100px;
	margin-top: -50px;
	margin-left: -50px;
	display: inline-block;
	color: #fff !important;
	text-shadow: 0px 0px 20px #999999;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.featured-post-inner {
	padding: 10px;
	border: 1px solid #dddddd;
	height: 100%;
	background-color: #fff;
	transition: 0.5s all;
	position: relative;
}
.featured-post-inner:hover {
	box-shadow: 0px 0px 10px #dddddd;
	transform: scale(1.1,1.1);
	z-index: 999;
}
.post-thumbnail {
	position: relative;
}
.post-thumbnail img {
	width: 100%;
}
.featured-post h3 {
	font-family: 'Saira Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
}
.hot-story-col.first .hot-story-post {
	background: #333333;
	padding: 15px;
	height: 100%;
}
.hot-story-post {
	position: relative;
	transition: 0.5s all;
	padding: 10px;
}
.hot-story-post.hssmall {
	padding-bottom: 10px;
	box-shadow: 0px 0px 10px #dddddd;
}
.hot-story-col.first .hot-story-post:hover {
	box-shadow: 0px 0px 20px #000000;
	z-index: 999;
}
.hot-story-post h1 {
	font-size: 42px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Open Sans", serif !important;
	font-weight: bold;
}
.hot-story-thumbnail {
	position: relative;
}
.hot-stories-label, .featured-post-label {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255, 0, 0, 0.8);
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Saira Condensed', sans-serif;
}
.featured-post-label {
	background: rgba(134, 6, 207, 0.8);
}
.hot-story-thumbnail img {
	width: 100%;
}
.hot-story-post h1 a, .hot-story-post p {
	color: #f0f0f0;
}
.hot-story-title h3 {
	font-size: 34px;
	font-family: 'Saira Condensed', sans-serif;
	font-weight: bold;
}
.hot-story-title .entry-meta {
	font-size: 14px;
	color: #666666;
}
.single-post-content p {
	font-size: 16px;
}
.single-post-content ul, .single-post-content ol {
	margin-left: 15px;
	padding-left: 10px;
	font-size: 14px;
}
.latest-posts-header {
	border-bottom: 3px solid #1fa851;
	margin: 20px 0;
}
.latest-posts-header span {
	font-family: 'Saira Condensed', sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #1fa851;
	font-size: 28px;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
}
.pagination {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}
.pagination ul {
	margin:0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin:0 5px;
}
.pagination ul li a, .pagination ul li .current {
	display: inline-block;
	padding: 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	line-height: 33px;
	color: #666666;
	background: transparent;
	border: 2px solid #666666;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
}
.pagination ul li .current, .pagination ul li a:hover {
	background: #666666;
	color: #fff;
}
.pagination ul li a.next, .pagination ul li a.prev {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 1200px) {
	.hot-story-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (min-width: 850px) {
	.post-block .entry-header {
		-webkit-flex-basis: 64%;
		-ms-flex-preferred-size: 64%;
		flex-basis: 64%;
		min-width: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.post-block .entry-footer {
		-webkit-flex-basis: 36%;
		-ms-flex-preferred-size: 36%;
		flex-basis: 36%;
	}
}
@media screen and (max-width: 768px) {
	.featured-post  {
		margin-bottom: 10px;
	}
	.post-block .entry-header {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.entry-desc p {
		margin-bottom: 0;
	}
	.post-block .entry-meta {
		margin: 10px 0;
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	.hot-story-title h3 {
		font-size: 24px;
		margin-top: 5px;
	}
	.hot-story-title .entry-meta {
		font-size: 10px;
	}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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