/*
* Theme Name: alphac
* Author: Alpha Centauri
* Text Domain: alphac
* Domain Path: /languages
*/
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, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; margin-left: 10% !important; margin-right: 10% !important;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

figcaption{margin: auto;text-align: center;max-width: 50rem;}
.wp-block-image img{text-align: center;height: auto;}
.wp-block-code{    display: block;
    max-width: 50rem;
    margin: 0px auto!important;}
.has-text-align-left{text-align:left!important;}
.has-text-align-right{text-align:right!important;}

/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body { font-size: 16px; line-height: 1.5em; -webkit-font-smoothing: subpixel-antialiased;color:black; font-weight: 300;background-size: 100%;-webkit-text-size-adjust: none; }
body, html {
 width: 100vw;
 min-width: 100vw;
 max-width: 100vw;

 overflow-x: hidden;
 overflow-y: auto;
}
::selection { background: #3b8dbd; color: #fff; }
::-moz-selection { background: #3b8dbd; color: #fff; }
a { color: #B8390E; text-decoration: none; outline: 0; }
.sidebar-sections{overflow-y:scroll;max-height:500px;scrollbar-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.sidebar-sections::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.sidebar-sections::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sidebar-sections::-webkit-scrollbar-thumb {
  background: #2e2e2e;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar-sections::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.sidebar-sections::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.sidebar-sections::-webkit-scrollbar-track {
  background: #9e9e9e;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar-sections::-webkit-scrollbar-track:hover {
  background: #dedede;
}
.sidebar-sections::-webkit-scrollbar-track:active {
  background: #333333;
}
.sidebar-sections::-webkit-scrollbar-corner {
  background: transparent;
}
#best-selector,#discussed-selector{
	-webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.author-verified{font-size:.6em!important;vertical-align: middle;font-style: normal!important;color:#d54f17;padding-left:2px;}
.sidebar-sections>a {color: black;}
a:hover{color:steelblue;}
.menuswitcher{display:none;}
a:hover { color: #f18865; }
img { max-width: 100%;}
a,
a:before,
a:after {
-webkit-transition-property: background color;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease;
transition-property: background color;}
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
address,cite {font-weight:600; }
em{font-style:italic}
.comment-quote{font-style:normal;font-weight:500;}
strong { font-weight: 600; }
.left,.alignleft { float: left; margin-left: 10%;}
.right,.alignright { float: right;margin-right: 10%; }
.aligncenter { margin-left: auto; margin-right: auto; }
article {background:white;background-color: #ffffff;}
#wpcomm .wc-comment .wc-comment-right{}
#wpcomm .wc-comment #comm1{background-color: #fff5f2!important;}
#comm1>.wc-comment-footer{padding:0px 7px!important;min-height: 0px;}
#comm2>.wc-comment-footer{padding:0px 7px!important;min-height: 0px;}
#wpcomm .wc-comment #comm2{background-color: #fff5f2!important;}
#wpcomm input[type="submit"]{background-color: #c74b00!important;border:1px solid #c74b00!important;}
.all-posts,.pad.group{max-width: 67%;width: calc(45% - 10px);margin-left: calc(23% + 5px);;display: inline-block;margin-top: 0px;background-color: #ffffff;}
.author-page{}
.top-nav-content{display:inline-block;right: 8px;position:absolute;width: calc(20% - 12px);}
.editor-field {    width: 60%;
    display: inline-block;
    margin-top: 20px;
    margin-left: 15%;}
.addpost{
	font-size: .8em;
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    padding: 2px 10px;
    background: #c74b00;
    color: white;
    border: 1px solid #c74b00;
	border-radius: 5px;
    margin-right: 7px;
    font-weight: 900;
	}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #b93300!important;
}
.cat-selected{color:#c74b00;background-color: #ffe2da;}
.alm-load-more-btn {border-radius: 5px!important;}
.social-login{margin-top:5px;}
.embed-video{margin: 0 auto;}
.onlymobile{display:none;}
.nomobile{display:inline-block;}
.addpost:hover{opacity:.8;cursor:pointer;}
.custom-sidebar{z-index: 1;display:inline-block;width: calc(15% + 4px);vertical-align:top;position:relative;position:fixed;height:100vh;background-color:#fdfdfd;}
.sidebar-title{height: 44px;}
.sidebar-about{opacity:.8; font-size:.9em;text-align:center;}
.sidebar-element{
	width:240px;
	margin-bottom: 0;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.12), 0 3px 3px rgba(0,0,0,0.24);
    border-radius: 4px;   margin-top: 15px;
	background:white;}
.sidebar-button {display: block;background: #ce4d0d;color: white;max-width: 400px;margin: 5px 10px 5px 10px;border-radius: 5px;padding: 5px 15px 5px 15px;}
.sidebar-button:hover{opacity:.8;}
.sidebar-menu {    padding: 0px 10px 5px 10px;}
.sidebar-launch {padding-left: 10px;}
/*.sidebar-sections{padding-left: 20px;}*/
.added--false{color: #808080;}
/*.pad.group {max-width: 61%;width: calc(61% - 5px);display: inline-block;margin-top: 0px;margin-left: calc(15% + 5px);background-color: #ffffff;}*/
.center-content{}
.page-title-logo {display: inline-block;
    float: left;
    height: 32px;    padding-top: 4px;}
.wpdiscuz-front-actions{background:none;}
.wpdiscuz-subscribe-bar{display:none;}
.title-nothome{position:relative !important; width:100% !important;margin-left:0px !important;padding-top:0px !important;}
.rating-system-list .vortex-container-vote{padding:0px !important;float:left !important;text-align:left!important;}
..vortex-align-right{}
.vortex-container-vote {max-width: 100% !important;}
.featured .post {padding-bottom: 5px;}
.notifyjs-corner {margin-top: 90px !important;font-size: .8em;}
.notifyjs-bootstrap-base{word-break:break-word;white-space: initial!important;max-width: 280px;background-image:none!important;}
.commentstream-comment{display:block;max-width:100%;}
.commentstream-right{display:inline-block;float:right;}
.avatar-36{border-radius:20px!important;height: 36px;}
.avatar-48{border-radius:28px!important;height: 48px;}
.avatar-64{border-radius:36px!important;height: 64px;}
.avatar {object-fit: cover;}
.avatar-32{height: 32px;}
.avatar-24{height: 24px;}
.avatar-12{height: 12px;}
.title-website{display: inline-block;line-height: 44px;padding-left: 2px;vertical-align: top;}
.CardChapter-body>div {max-width: 40rem;}
.commentstream-left{display:inline-block;float:left;margin-bottom: 10px;padding-bottom: 8px;width: 100%;}
div.nsl-container[data-align="left"] {text-align: center!important;}
div.nsl-container-block .nsl-container-buttons{align-items:center!important;}
#latest-comments{max-width: calc(23% - 17px);top: 52px;display:inline-block;position:fixed;right:0px;padding:0px 10px 10px 10px;background:#fdfdfd;height:calc(100vh);overflow-y:scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;scrollbar-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
	#latest-comments::-webkit-scrollbar {
    display: none;
}
#the-comment-list{margin-top:25px;}
.wc-comment-text>p{  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;}
.wc-comment-text>p{color:black;}
.commentstream-post{padding-top: 10px;font-size: .8em;}
.commentstream-post:hover{color:steelblue;}
.wc-comment-link time {    font-size: .8em;
    color: grey;}
	.commentstream-header{line-height: 1.1em;display: inline-block;}
.commentstream-left::last-of-type{margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;}
	.vortex-p-like,.vortex-p-dislike{font-size: 1em;}
	.vortex-p-count{font-size: 1em;}

.login-modal{display: none;
text-align: center;
    position: fixed;
    left: calc(50vw - 172px);
    top: calc(50vh - 200px);
    width: 320px;
    height: 340px;background: white;
    padding: 10px 20px 20px 20px;
    border: 2px solid grey;}
.login-modal-close{position: absolute;top:5px;right:5px;}
.login-modal-close:hover{cursor:pointer;}
.top-menu-item {display:inline-block;}
.top-menu-blogs{font-size: 1.1em;
    color: #dc511f !important;
    padding: 3px;
    /*border-radius: 6px;*/}
	.top-menu-blogs:hover{cursor:pointer;opacity:.8;}
.topright-login:hover{cursor:pointer}
.post-author-name>a>img {border-radius: 6px;}
.sidebar-profile{padding: 0px 0px 10px 0px;}
.sidebar-sections{font-size: 18px;line-height: 28px;padding-top: 10px;}
.sidebar-sections>a{display:block;color:black;padding-top:4px;padding-left:20px;}
.expandable-sidebar>a{display:block;color:black;padding-top:4px;padding-left:20px;}
.sidebar-title{padding-left: 15px;display: inline-block;width: calc(15% + 4px);float: left;}
.embed-url{text-align: center;}
.commentsub{max-width: 50%;
    margin: 15px auto 0px;}
@keyframes pulse {
	0% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.profile-achievement{background-image: url(/wp-content/themes/alphac/img/achievements/achievement-orange.png);
    background-color: white;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    border: 2px solid #c74b00;
    border-style: dashed;
	display:inline-block;
	margin: 0px 5px;
    margin-left: 0px;}
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 5px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -5px;
        margin-left: -5px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 5px solid #111;
            top: -10px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 5px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 5px;
            left: auto;
            margin: 0;
        }
.fa-exclamation{animation: pulse 2s infinite;}
.top-post-post{    display: inline-block;width: 62%;vertical-align:top;}
.shorts {display: inline-block;
    width: 35%;margin-top:75px;margin-left:10px;}
.twitter-tweet{margin:0px auto !important}
.post-bottom-line{font-weight: bold;position:relative;padding-top: 10px;}
#burger-menu{display: none;}
.nav-up {top: -40px!important;}
.rubric-selector{display:inline-block;float:left;}
.publishing-tools{display:inline-block;float:right;}
.thumb-video{width:60%;overflow-x: hidden;height:356px;}
.comments-hide{display:none!important;}
.all-posts.fullwidth{max-width:80%!important;}
.add-bookmark:hover{cursor:pointer;}
.add-bookmark.added--true{color:#c74b00;}
.commentsub:hover{cursor:pointer;}
.commentsub.added--true{color:#c74b00;}
.add-bookmark{display: inline;
    padding-left: 7px;}
	sup {vertical-align: text-top;
    font-size: smaller;}
.bkn{color:black}
.avatar-12 {
    width: 12px !important;
    margin-right: 5px !important;
}
.avote-1{color:red!important;font-size: 14px!important;}
.avote1{color:green!important;font-size: 14px!important;}
.vote-pos {
    margin: 0 2px;
    padding: 0px 7.5px !important;
    border: 1px solid green;
    color: green!important;
    background: #ebffeb;
}
.vote-neg {
    margin: 0 5px;
    padding: 0px 7.5px !important;
    border: 1px solid #ffaaaa;
    color: #ff4343!important;
    background: #fde6e6;
}
.vote-neu {
    margin: 0 5px;
    padding: 0px 7.5px !important;
    border: 1px solid grey;
    color: grey!important;
    background: none;
}
.wc-comment-voters{position:absolute;height:150px;overflow-y: scroll;background:#ffffff;z-index:1;display:none;padding: 10px;margin-top: 65px;}
body::-webkit-scrollbar-track,.wc-comment-voters::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: white;
}

body::-webkit-scrollbar,.wc-comment-voters::-webkit-scrollbar
{
	width: 10px;
	background-color: white;
}

body::-webkit-scrollbar-thumb,.wc-comment-voters::-webkit-scrollbar-thumb
{
	background-color: #c74b00;
	border: 2px solid #c74b00;
}
.wpd-vote-result{cursor:pointer;}
.wpd-vote-result-loaded{display: inline-block;
    text-align: center;
    font-size: 15px;
    height: auto;
    padding: 2px 3px;
    line-height: 17px;}
.block-delimiter:before {
    display: block;
    content: '***';
    font-size: 36px;
    line-height: 1em;
    height: .6em;
    letter-spacing: .2em;
    text-align: center;
}
.with-border {
    border: 2px solid #e0cabc;
    border-radius: 5px;
}
.with-background {
    background-color: #fff9ed;
}
.with-background img{
    max-width:75%!important;
}
.stretched img{
	max-width:100%!important;
}
.tag-popup{  display: none;
  position: absolute;
  color: white;
  padding: 10px;
  border: solid 1px #ddd;
  background: white;
  text-align: left;
  width: auto;
  z-index:999;}
.tagger{cursor:pointer;color:#B8390E;}
.sidename{vertical-align: text-bottom;}
.sidepic{font-size: 20px!important;}
.fep-message-content{background-color:#ffe2da!important;}
#swipebox-close{background-color: slategrey;}
#google_translate_element{max-width: 950px;line-height: 12px;display:inline-block;}
#google_translate_element div.goog-te-gadget-simple>span {
    display: none;
}
.goog-te-gadget-simple>img{background-image:url("https://thealphacentauri.net/wp-content/themes/alphac/img/te_ctrl3.png")!important;}
.wp-caption p{max-width:100rem!important;}
.wp-caption i{}
.wp-video{margin: 0px auto;}
.wpusb-svg{width:11px!important;height:11px!important;}
.wpusb{margin: 2px 0px !important;display:inline-block;padding-top:5px;}
.post-author-av>img{border-radius: 6px;}
.top-nav-line{height: 40px;position: fixed;width: 100%;background:#ffe2da;z-index:1;}
b{font-weight:bold;}
i{font-style: italic;}
.top-notify:hover{cursor:pointer;}
.play-icon{font-size:18px!important;line-height:18px!important;vertical-align:middle;margin-bottom: 1px;}
.play-audio{font-size:18px;line-height:18px;float:right;cursor:pointer;padding-right:5px;}
.play-audio:hover{color:#c74b00;}
.playing{color:#c74b00;}
#book-text{font-size: 18px;}
.bk{font-size: 18px!important;}
iframe.wp-embedded-content{position: relative!important;max-width:100%!important;}
.wp-embed-excerpt>p{display:none;}
.wp-block-otfm-box-spoiler-start{max-width: 50rem;margin: 0 auto;}
.commented {
    display: inline;
    font-size: 16px;
    float: left;
    white-space: normal;
    text-align: left;
    padding: 0 0 2px 9px;
    border-radius: 5px;
}
.vortex-container-like,.vortex-container-dislike,.vortex-p-count,.post-comments,.add-bookmark{vertical-align: super;    line-height: 17px;}
.bestcomm>p{margin-bottom:2px!important;min-height:40px!important;}
	#comments-1,#comments-2{max-width: 90%;
    margin: 0px auto;}
.wp-block-video video{max-width: 100%;margin: 0px auto;display: block;}
.yt-processed:after {
    content: "";
    position: absolute;
    top: calc(50% - 80px);
	left:calc(50% - 75px);
    width: 150px;
    height: 150px;
    z-index: 0;
    background: transparent url(/wp-content/themes/alphac/img/play.png) no-repeat center;
	background-size: 150px 150px;
    pointer-events: none;
	opacity: .7;
}
.top-video:after{left: 215px;}
.yt-processed:hover:after {
    content: "";
    position: absolute;
    top: 0;
    top: calc(50% - 80px);
	left:calc(50% - 75px);
    width: 150px;
    height: 150px;
    z-index: 0;
    background: transparent url(/wp-content/themes/alphac/img/play.png) no-repeat center;
	background-size: 150px 150px;
    pointer-events: none;
	opacity: 1;
}
.top-video:hover:after{left: 215px;}
.yt-processed{cursor:pointer;}
.bottom-links{background: #fff7f5;}
.yt-processed>img:hover{opacity:.7}
#wcThreadWrapper-1{background: #fff5f2;}
#wcThreadWrapper-2{background: #fff5f2;}
.blocks-gallery-grid{max-width:100%!important;}
.blocks-gallery-item figcaption{padding: 80px 0px 20px 0px!important;max-width:100%!important;}
.fa-envelope:hover,.top-notify:hover{color: grey;}
.wc-best-comment{padding: 0px 10px;margin-bottom: 5px;}
.bestcomm{min-height: auto;padding: 0px 10px;margin-bottom: -15px;}
.latest-selector{padding:12px 0 0 0;font-size:1.1em;color:grey;text-align:center}
.unreg-bell{display:inline-block;padding-right:15px;cursor:pointer;}
.best-selector{text-decoration:underline;cursor:pointer;}
.best-selector.active{color:#c74b00}
.latest-selector>span ~span{padding-left:10px;}
.ignore-user,.ignore-cat {
    text-decoration: underline;
    color: black;
    font-weight: 400!important;
	cursor:pointer;
}
.desktop-schedule {
    display: inline-block;
    margin-top: 130px;
    width: 34%;
	float: right;
}
.pr-modal-option{height:2em;}
.pr-modal-option>a{color:black;font-family:Arial;}
.profile-modal{
    position: absolute;
    width: 200px;
    height: 240px;
    background: #fff7f5;
    right: 0px;
	display:none;
	text-align:center;
	top:40px;
	text-decoration: underline;
}
.post-author-name{padding-left: 1px;font-size: .8em;}
.post-date,.post-meta{vertical-align: middle;}
.new-notif::after{
	content:"●";
	color:red;
	position: absolute;
    right: 0px;
	bottom: 24px;
}
.new-notifl-bell::after{
	content: "●";
    color: red;
    position: relative;
    right: 7px;
    bottom: 15px;
	}
.author-av{display:table-cell}
.author-av>img,.author-av>span{vertical-align:middle;}
.top-nav-profile{
display: inline-block;line-height: 46px;vertical-align: middle;margin-right: 4px;
}
.open-profile-modal{cursor:pointer;}
.open-profile-modal::before {
    content: "▾";
    font-size: 1.2em;
}
.open-profile-modal.opened::before {
    content: "▴";
    font-size: 1.2em;
}
.top-comments{background: #fff7f5;padding-bottom: 1px;}
.user-info,.user-background{width: calc(62% - 18px)!important;
    margin-left: calc(15% + 5px);}

.blocks-gallery-grid{padding-left:0px!important;}
.category-header{width:100%;padding-top: 10px;}
.tags-line{padding-left:10px;max-width:50rem;margin: 0px auto;}
a.tag{text-decoration: underline;}
a.tag::after {
    content: ",";
}
a.tag:last-child::after {
    content: "";
}
/*  base : clear
/* ------------------------------------ */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after {/* content: ""; display: table; */}
.group:after { clear: both; }
.group { zoom: 1; }
.leftsvg{}
.user-info{height:auto;padding-left:15px;}
.user-photo{position:absolute;right:15px;top:-45px;}
.user-bio{max-width: calc(100% - 150px);color:black;}
/*  base : font awesome square size
/* ------------------------------------ */
.fa { width: 1em; text-align: center; }

/*  base : fonts
/* ------------------------------------ */
body { font-family: 'PTRootUIWebRegular', sans-serif; font-weight: 400;letter-spacing: -0.02em; font-display: swap;}

@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-light-webfont.eot');
	src: url('fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'),
		 url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-light-webfont.woff') format('woff'),
		 url('fonts/titillium-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-lightitalic-webfont.eot');
	src: url('fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'),
		 url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-lightitalic-webfont.woff') format('woff'),
		 url('fonts/titillium-lightitalic-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-regular-webfont.eot');
	src: url('fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'),
		 url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-regular-webfont.woff') format('woff'),
		 url('fonts/titillium-regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-regularitalic-webfont.eot');
	src: url('fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'),
		 url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-regularitalic-webfont.woff') format('woff'),
		 url('fonts/titillium-regularitalic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-semibold-webfont.eot');
    src: url('fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'),
         url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-semibold-webfont.woff') format('woff'),
         url('fonts/titillium-semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*@font-face {
    font-family: 'FreeSet Cyrillic';
    font-style: normal;
    font-weight: 400;
    src: local('FreeSet Cyrillic'), local('FreeSet-Cyrillic'),
        url(/fonts/freeset-cyrillic.woff) format('woff'),
        url(/fonts/freeset-cyrillic.ttf) format('truetype');
}*/

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.entry.themeform {/*padding-left:40px;*/}
.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner,
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="submit"],
.themeform button,
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input,
.themeform textarea,
.themeform button {}
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform textarea { background: #fff; border: 1.5px solid #c74b00; color: #c74b00; display: block; max-width: 100%; outline: none; padding: 6px 8px; }
.themeform input[type="text"]:focus,
.themeform input[type="password"]:focus,
.themeform input[type="email"]:focus,
.themeform textarea:focus { border-color: #c74b00; color: #c74b00; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform input.search:focus{width: 100%;}
.themeform label .required { color: #3b8dbd; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }
.themeform.searchform {display:inline-block;}
.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 26px; line-height: 10px;margin: 0px auto;margin-top:3px; width:200px;background: #ffe2da;border-radius: 5px;}
.themeform.searchform div:after { color: #c74b00; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 6px; top: 6px; font-family: FontAwesome;pointer-events: none }

/*  base : entry
/* ------------------------------------ */
.entry,.post-descr>p { font-size: 16px; line-height: 1.4em;}
.entry{ font-family:'Roboto',Tahoma;color: #323232; line-height: 1.5em;font-size:18px;}
.entry p {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: auto;
	max-width:50rem;
}
.entry iframe { max-width: 50rem; margin:0px auto; }
.entry dd { margin-bottom: 1em; }
.entry dt { color: #444; }
.entry ol,
.entry ul { max-width: 50rem; margin:0px auto;padding-left: 20px; }
.intense ul {margin: 0 15px 0 15px !important;}
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; color: #777;border-left: 4px solid #fa7e2a; padding-left: 10px;}
.entry blockquote p { margin-bottom: 0.75em; }
/*.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }*/
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { padding: 0 3px; }
.entry ins { background: white; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; height:auto;}
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption {max-width: 50rem; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; max-width:100% !important; margin: auto;}
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { font-style: italic; color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; max-width:100%; margin: auto;}

/* table */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: auto!important; text-align: center;margin: 0px auto; }
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: center;padding: 5px 15px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

paypal
#paypal table { font-size: 14px; margin-bottom: 0px; width: auto; text-align: center; }
#paypal table tr.alt { background: none; }
#paypal table td { border-bottom: 0px; text-align: center; padding: 0px; vertical-align: top; }
#paypal table th { font-weight: 600; text-align: center; border-top: 0px; border-bottom: 0px; padding: 0px; }

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom:7px; margin-top:7px; font-weight: 400; line-height: 1.3em;text-align: center; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 18px; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper { min-width: 1024px; height: 100%; }
.container { padding: 0px;background-color:#ffffff;}
.wptelegram-login-output-wrap{background-color:#ffffff;}
.container-inner { /*max-width: 1280;*/max-width:100% !important;; min-width: 960px; margin: 0 auto; }
.main { background-color: #f7f7f7!important; position: relative;}
.main-inner { position: relative; min-height: 600px;background-color:#f7f7f7; /* instead of sticky footer */ }
.content { width: 100%; position: relative;padding-bottom:20px; }
.pad {  }

/* boxed */
.boxed #wrapper { max-width: 100%; margin: 0 auto;
-webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
.boxed .container { padding: 0; }
.boxed #page {padding-bottom: 1px; }

/*  base : layout columns
/* ------------------------------------ */
.nav-wrap.container {padding: 0px !important;}
/* 2 column, content left */
.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 340px; }
.col-2cl .s1 { float: right; margin-right: -340px; }
.col-2cl .content { float: left; }

/* 2 column, content right */
/* background: url(img/sidebar/s-left.png) repeat-y left 0; */
.col-2cr .main-inner { /*background: #242424 !important; padding-left: 280px;*/ }
.col-2cr .s1 { float: left; margin-left: -280px; }
.col-2cr .content { float: right;background-color: #ffffff;}

/* 3 column, content middle */
.col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y right 0; }
.col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; padding-right: 260px; }
.col-3cm .s1 { float: left; margin-left: -340px; }
.col-3cm .s2 { float: right; margin-right: -260px; /* ingenuity! */ position: relative; right: -100%; }
.col-3cm .content { float: right; }

/* 3 column, content left */
.col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; padding-right: 600px; }
.col-3cl .s1 { float: right; margin-right: -600px; }
.col-3cl .s2 { float: right; margin-right: -260px; }
.col-3cl .content { float: left; }

/* 3 column, content right */
.col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; padding-left: 600px; }
.col-3cr .s1 { float: left; margin-left: -600px; }
.col-3cr .s2 { float: left; margin-left: -260px; }
.col-3cr .content { float: right; }

/*  base : sidebar
/* ------------------------------------ */
.sidebar { padding-bottom: 20px; position: relative; z-index: 999;padding-top: 40px; }
.sidebar .pad { padding-left: 20px; padding-right: 20px; }
.sidebar-top { padding: 15px 30px; }
.sidebar-top a{color:white;}
.sidebar-top p { float: left; color: #fff; color: rgba(255,255,255,0.8); font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; padding: 3px 0; }
.sidebar-toggle { display: none; text-align: center; cursor: pointer; width: 100%; height: 60px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1); }
.sidebar-toggle i { font-size: 38px; color: #fff; padding: 10px 0; }
.s1-expand .s1,
.s2-expand .s2 {-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }

/* toggle icon */
.icon-sidebar-toggle:before { font-family: FontAwesome; }
.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before { content: "\f100"; }
.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before { content: "\f101"; }

/* sidebar primary */
.s1 { width: 280px; z-index: 2; position: fixed;}
.s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
.s1 .sidebar-top,
.s1 .sidebar-toggle { background: #3b8dbd; }

@media only screen and (min-width: 961px) and (max-width: 1025px) {
	.all-posts,.pad.group{margin-left: calc(15% + 30px);width: calc(85% - 60px);max-width:calc(85% - 60px);}
	.user-info,.user-background{margin-left: calc(15% + 30px);width: calc(85% - 60px);max-width:calc(85% - 60px);}
	.top-post-post{width: 62%!important;}
	#latest-comments{display:none;}
	.featured .post-title {font-size: 18px !important;}
	.page-title{margin-left: -10px !important;}
}
@media only screen and (min-width: 479px) and (max-width: 960px) {
	.s1 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
	.s1 .sidebar-top p { color: #666; }
	.s1 .sidebar-top .social-links .social-tooltip { color: #666; }
	.top-post-post{width:62%;}
	.sidebar-sections + div{margin-bottom:40px!important;}
	#wpadminbar{display: none;}
/*TRANSLATION ADJUSTMENTS*/
tr.tr-row.tr-head {
    display: none;
}

.r, .a {
    max-width: 100%;
}

.tr-row>td{
display: flex;
align-items: center;
justify-content: center;
}

.arrow{
display: inline-block;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}

td.r {
    background-color: #848484;
	color: #ff6f4e;
}

.a>div:first-child:after {
    content: attr(label);
}
/*TRANSLATION ADJUSTMENTS*/
}
.s1 .widget {font-size:120%;line-height:120%;}

/* sidebar secondary */
.s2 { width: 260px; z-index: 1; }
.s2 .sidebar-top,
.s2 .sidebar-toggle { background: #82b965; }
@media only screen and (min-width: 479px) and (max-width: 1199px) {
	.s2 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
	.s2 .sidebar-top p { color: #666; }
	.top-post-post{width: 62%;}
}

/*  base : grid
/* ------------------------------------ */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }


/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : responsive videos
/* ------------------------------------ */
.video-container { position: relative;padding-bottom: 56% !important;height: 0; overflow: hidden;text-align:center;}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.entry-inner iframe {max-width: 80vw;}
iframe[src^="https://www.youtube.com/"]{max-height: calc(100vw*9/16);}
/*  common : responsive image + caption
/* ------------------------------------ */
.image-container { position: relative; }
.image-container img { display: block; width: 100%; height: auto; }
.image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
-webkit-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }

/*  common : social links
/* ------------------------------------ */
.social-links { position: relative;height: 28px;display: block;font-size: 20px;}
.social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links .social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 24px; display: inline; position: relative; z-index: 98; }
.social-links .social-tooltip:hover { color: #fff; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #666; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap;
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }

/*  common : page title
/* ------------------------------------ */
.page-title { background: #fff; position: fixed;padding-bottom: 6px; color: #666; font-size: 16px; font-weight: 600; text-transform: uppercase;
	max-width: calc(100vw);
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
    margin-left: -20px;
z-index:2;}
.page-title a { color: #aaa; }
.page-title a:hover { color: #0c1833; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #666; }
.page-title .meta-single li { float: left; margin-right: 14px;font-size: 20px;padding-top: 10px;padding-left: 10px; }
.page-title .meta-single li.comments { float: right; margin-right: 0; }

/*  common : notebox
/* ------------------------------------ */
.notebox { position: relative;padding: 10px 0px 8px 0px; color: #888;display: block;max-width: 100%;margin-bottom:10px;}
.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }
.notebox a {color: black;font-size: 1.05em;margin:0px 5px 0px 5px;text-decoration:underline;}
.notebox a:hover {}

/*  common : page image
/* ------------------------------------ */
.page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
.page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
.page-image-text .caption { color: #fff; font-size: 44px; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
.page-image-text .description { display: block; color: #fff; font-size: 15px; line-height: 36px; font-weight: 300; }
.page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }

/*  common : pagination
/* ------------------------------------ */
.pagination { margin-bottom: 15px; }
.pagination a { font-size: 18px; font-weight: 600; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 20px; left: 20px;
-webkit-border-radius: 6px; border-radius: 6px;
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }
.thumb-icon i { font-size: 18px; padding: 7px 0;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.thumb-icon .fa-play { margin: -1px 0 0 2px; }
.thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
-webkit-border-radius: 4px; border-radius: 4px; }
.thumb-icon.small .fa { font-size: 14px; line-height: 16px; padding: 5px 0; }
.thumb-icon.small .f-play { margin: -1px 0 0 2px; }

/*  common : nav
/* ------------------------------------ */
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
.nav-toggle i { font-size: 29px; padding: 10px 0; }
.nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }
.nav li > a:after,
.nav > li > a:after { font-family: FontAwesome; display: inline-block; }

@media only screen and (min-width: 720px) {

	.nav-wrap { height: auto!important; }
	/* common */
	.nav { font-size: 0; position: relative; }
	.nav li a { color: #ccc; display: block; line-height: 20px; }
	/* dropdown arrows */
	.nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
	.nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; line-height: 1.2em; }
	.nav li > a:only-child:after {content: ""; margin: 0; }
	#footer .nav li > a:after { content: "\f0da"; }
	#footer .nav > li > a:after { content: "\f0d8"; }
	#footer .nav li > a:only-child:after { content: ""; }
	/* level 1 */
	.nav > li { font-size: 16px; border-right: 1px solid #999; display: inline-block; position: relative; }
	.nav > li > a { padding: 15px 14px; }
	.nav > li > a:hover,
	.nav > li:hover > a { background: #777; }
	.nav li > a:hover,
	.nav li:hover > a,
	.nav li.current_page_item > a,
	.nav li.current-menu-item > a,
	.nav li.current-menu-ancestor > a,
	.nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	.nav li:hover > ul { display: block; }
	.nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
	.nav ul li { font-size: 14px; position: relative; display: block; padding: 0; }
	.nav ul li a { padding: 10px 20px; }
	.nav ul li:last-child { border-bottom: 0!important; }
	/* level 3 */
	.nav ul ul { position: absolute; top: -10px; left: 180px; }

}

@media only screen and (max-width:1367px){
	.sidebar-sections{font-size:15px;line-height: 24px;}
	.all-posts,.pad.group{width: calc(45% - 10px);margin-left: calc(23% + 5px);}
/*	.user-info,.user-background{width: 100%!important;margin-left: 0%!important;}
	.user-info{margin-top:40px;}*/
	.thumb-video>iframe {width: 100%;
	max-width:480px;
    height: 280px;}
	.sitename{font-size:1em!important;}
}

@media only screen and (max-width: 1025px) and (min-width: 1023px){
	.top-post-post {
    width: 60%!important;
	    margin-left: 5%;
}
.all-posts.pad.group{max-width:75%;width: calc(75% - 10px);margin-left: calc(15% + 5px);}
.user-info,.user-background{max-width:75%;width: calc(75% - 10px);margin-left: calc(15% + 5px);}
#burger-menu {
    display: inline-block;
}
.top-nav-content {
    display: inline-block;
    right: calc(12.5% + 5px);
}
}

@media only screen and (max-width: 1102px) and (min-width: 719px){
	.all-posts,.pad.group {
    width: 67%;
	max-width:67%;
	margin-left:calc(23% + 4px)!important;
	}
	#latest-comments{display: none;}
	.CardMaterial-html{max-width:100%!important;}
	.title-website{font-size:12px!important;}
}
@media only screen and (max-width: 1281px) and (min-width: 1023px){
	#wpcomm .wc-comment .wc-reply{padding-left:0px!important;}
}



@media only screen and (max-width: 719px) {
.blocks-gallery-grid{padding: 0px 5px!important;}
.user-photo{top: -115px;}
.desktop-schedule{display:none!important;}
.themeform.searchform {display:inline-block;position: absolute;left: 25%;transform: translate(-25%,0);margin-left: 0px;padding-left: 0px;}
.themeform.searchform div input{width:20px;}
.themeform.searchform div:after{left: 12px;top: 7px;}
.themeform input.search:focus{width: 120px;}
	#google_translate_element{margin-left:10px;}
	.vortex-container-vote{padding-right:10px!important;}
	/*#wpcomm .wc-comment #comm1,#wpcomm .wc-comment #comm2{background:#191919!important;}*/
	.bestcomm>p{margin-bottom:2px!important;min-height:40px!important;}
	#comm1>.wc-comment-footer,#comm2>.wc-comment-footer {
    padding: 8px 0px 0px 4px!important;
    min-height: 24px!important;
    vertical-align: bottom;
}
	#comments{width:100%!important;}
	#comments-1,#comments-2{max-width: 100%;
    margin: 0px auto;}
.entry ol, .entry ul {
    padding: 0px 30px;
}
	.top-thumb{padding-left:0px!important;}
	.yt-processed:after {
    top: calc(50% - 37px);
	left:calc(50% - 37px);
    width: 74px;
    height: 74px;
	background-size: 74px 74px;
    pointer-events: visible;
	opacity: .7;}
	.sidebar-sections{padding-top:5px;height:358px;}
	.sidebar-bottom{bottom:90px!important}
	.mob{display:block;}
	.wp-block-otfm-box-spoiler-start{max-width: 100%;}
	.wp-block-image img{height: auto;}
	.your-subscriptions{max-width:100%!important;text-align:center;}
	#the-comment-list{padding-left:0px;max-width:80%;}
	figcaption{max-width: 100%;}
	.wp-block-code{    display: block;
    max-width: 90%;
    margin: 0px auto;}
	.wp-caption {width:100%!important;}
	.themeform.searchform{padding-right:22px;}
	.top-nav-content{width: auto;padding-left: 0px;max-width: 100%;float:right;right:0px;position:relative;}
	.post_title{margin-left: 0px!important;}
	.embed-video{width:auto;margin: 0 auto;}
	#codex-editor{margin-left: 0px!important;}
	#burger-menu{display: inline-block;}
	.sitename{display:none;}
	.onlymobile{display:block;}
	.nomobile{display:none;}
	.entry .wp-caption img{max-width:100%!important;}
	.entry ul { max-width: 90%; margin:0px auto; }
	.entry iframe { max-width: 100%; margin:0px auto; }
	.content{padding-top: 39px;}
	.editorial{height:15px !important;width:15px !important;}
	.top-post-post{width:100%;}
	.shorts {width: 90%;margin-top:0px!important;margin-left:0px!important;}
	..post-bottom-line{position:relative!important;bottom:0px;}
	.post-descr{width:auto !important;display:block!important;float:none!important;}
	.post-descr>p{max-width: 100%;}
	.post-thumbnail{width:auto !important;margin-bottom: 8px;display:block!important;float:none!important;}
	.pad.group{width:100%!important;max-width:100%!important;margin-left:0px;display:block;}
	#latest-comments{display:none !important;}
	p>video {height: calc(98vw * 9 / 16)!important;}
	.featured .post{margin:0px !important;}
	.notebox {overflow-x: scroll;}
	.bio-info{display:none;}
	.all-posts{max-width: 100% !important;width:100%!important;margin-left:0px !important;display: block!important;}
	.user-profile{max-width: 100% !important;width:100%!important;margin-left:0px !important;display: block!important;}
	.page-title{margin-left: 0px;position:relative;max-width: 99vw!important;}
	.post-thumbnail {min-height: calc(44vw - 14px) !important;}
	.post-bottom-line{position:relative!important;}
	.center-content{width:100%;margin-left:0px !important;}
	.all-posts{padding-top:0px;}
	.entry-inner{}
	.left, .alignleft{margin-left:0px!important;}
	.right, .alignright{margin-right:0px!important;}
	.addpost{max-width: 140px;margin: 0px auto;margin-top: 5px;}
	.editor-field{width: 85%;display: block;margin:0px auto;}
	.rubric-selector {display: block;float:right}
	.thumb-video{width:95%!important;height:190px;margin-left:2.5%!important;}
.featured,
.featured.flexslider {border-bottom: none;max-width: 100% !important;margin: 0px auto !important; }
	.custom-sidebar {display:none;max-width:100%;width:100%;margin:0px;z-index:999999;background:white;position:fixed;overflow-y: scroll;height: 100vh;}
	.burger-menu{display:inline-block;height: 45px;top: 0;z-index:999999;width:100%;background:white;}
	.login-modal{padding: 10px 10px 10px 10px;border-radius: 15px;}
	.nav { font-weight: 600; }
	.nav-container { text-transform: none; }
	.nav-toggle,
	.nav-text { display: block; }
	.nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
	.nav-wrap.transition {
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease; }
	.expand .nav-wrap { height: auto; }
	/* iphone fix */
	.safari .nav-wrap.transition { -webkit-transition: none; transition: none; }
	/* common */
	.nav { float: left; width: 100%; }
	.nav li a { line-height: 20px; display: block; padding: 8px 20px; }
	.nav li li a { padding-left: 15px; padding-right: 15px; }
	/* dropdown arrows */
	.nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
	.nav > li > a:after { content: '\f0d7'; font-size: 14px; }
	.nav li > a:only-child:after { content: ''; }
	/* level 1 */
	.nav > li { font-size: 15px; }
	.nav li > a:hover,
	.nav li.current_page_item > a,
	.nav li.current-menu-item > a,
	.nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	.nav ul { display: block!important; margin-left: 40px; }
	.nav ul li { font-size: 13px; font-weight: 300; }
	.nav ul li a { padding-top: 6px; padding-bottom: 6px; }
}


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header {  position: relative; padding-bottom: 60px; }
#header .pad {}
#header .container-inner { position: relative; }

.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; width:100%; margin: 0 auto;}
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 16px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }

#header-ads { float: right; }
#header-ads h3 { display: none; }
#header-ads img { display: block; }

/*  header : search
/* ------------------------------------ */
.toggle-search { color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 13px 20px; display: block; position: absolute; right: 0; top: -50px;
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
.toggle-search:hover,
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
.search-expand { display: none; background: #26272b; position: absolute; top: 0; right: 0; width: 340px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
.search-expand-inner { background: rgba(0,0,0,0.15); padding: 15px; }
.search-expand .themeform input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
.search-expand .themeform input:focus {  }

/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container { background: #26272b;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15);
box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
#nav-topbar .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
#nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 1025px) {
	/* fixed nav */
	.full-width.topbar-enabled #header { padding-top: 50px; }
	.full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
	.full-width.admin-bar #nav-topbar.nav-container { top: 32px; }
}

@media only screen and (min-width: 720px) {

	/* common */
	#nav-topbar .container { padding-left: 15px; }
	#nav-topbar .nav {  }
	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
	/* level 1 */
	#nav-topbar .nav > li { border-right: none; }
	#nav-topbar .nav > li > a:hover,
	#nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
	#nav-topbar .nav li > a:hover,
	#nav-topbar .nav li:hover > a,
	#nav-topbar .nav li.current_page_item > a,
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-menu-ancestor > a,
	#nav-topbar .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-topbar .nav ul { background: #26272b url(img/opacity-10.png) repeat; }
	#nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }

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

	/* common */
	#nav-topbar .container { padding-left: 0; }
	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }
	/* level 1 */
	#nav-topbar .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
	#nav-topbar .nav li.current_page_item > a,
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }

}

/*  header : nav header
/* ------------------------------------ */
#nav-header.nav-container { background: transparent; z-index: 97;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .container { padding: 0 340px; }
#nav-header .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 720px) {

	/* common */
	#nav-header .nav {  }
	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
	/* level 1 */
	#nav-header .nav > li { border-right: none; }
	#nav-header .nav > li > a:hover,
	#nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
	#nav-header .nav li > a:hover,
	#nav-header .nav li:hover > a,
	#nav-header .nav li.current_page_item > a,
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-menu-ancestor > a,
	#nav-header .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-header .nav ul { background: #33363b url(img/opacity-10.png) repeat; }
	#nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }

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

	/* common */
	#nav-header.nav-container  { border-left: 0; border-right: 0; }
	#nav-header .container { padding: 0; }
	#nav-header .nav { padding-bottom: 20px; }
	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }
	/* level 1 */
	#nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
	#nav-header .nav li.current_page_item > a,
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
}

/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */
#page { padding-bottom: 0px; margin-top: -20px;min-height: 100vh;background-color:#f7f7f7; }
#page .container-inner { background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1); }


/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { background: #fff; color: #777; width: 100%; }
#footer a { color: #777; }
#footer a:hover { color: #ccc; }
#footer .pad { padding-bottom: 30px; }

#footer-ads { text-align: center; padding: 10px 0; border-bottom: 1px solid #eee; }
#footer #footer-ads .widget { padding-bottom: 0; font-size: 0; line-height: 0; }
#footer-ads h3 { display: none; }

#footer-widgets{ padding-top: 20px; }

#footer-bottom { background: #33363b; }
#footer-bottom .pad { padding-top: 30px; }
#footer-bottom a { color: #fff; color: rgba(255,255,255,0.7); }
#footer-bottom a:hover { color: #fff; }
#footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 50px; -webkit-border-radius: 0; border-radius: 0; }
#footer-bottom #copyright,
#footer-bottom #credit { color: #fff; color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.5em; }
#footer-bottom #back-to-top { background: #bbb; color: #777; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: 0 auto -30px;
-webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
#footer-bottom #back-to-top i { font-size: 38px; position: relative; top: -7px; }
#footer-bottom #back-to-top:hover { color: #444; }
#footer-bottom .social-links { padding-top: 10px; }
#footer-bottom .social-links a { color: rgba(255,255,255,0.6); }
#footer-bottom .social-links a:hover { color: #fff; }
#footer-bottom .social-links .social-tooltip { font-size: 28px; }

/*  footer : nav
/* ------------------------------------ */
#nav-footer.nav-container { background: #fff; border-top: 1px solid #eee; }
#nav-footer .nav-toggle { background: transparent; color: #444; border-left: 1px solid #eee; }

@media only screen and (min-width: 720px) {

	/* common */
	#nav-footer .nav { text-align: center; }
	#nav-footer .nav li a { color: #999; }
	/* level 1 */
	#nav-footer .nav > li > a { padding: 12px 18px; }
	#nav-footer .nav > li { border-right: 0; }
	#nav-footer .nav > li:first-child { border-left: 0; }
	#nav-footer .nav > li > a:hover,
	#nav-footer .nav > li:hover > a { background: #f0f0f0; }
	#nav-footer .nav li > a:hover,
	#nav-footer .nav li:hover > a,
	#nav-footer .nav li.current_page_item > a,
	#nav-footer .nav li.current-menu-item > a,
	#nav-footer .nav li.current-menu-ancestor > a,
	#nav-footer .nav li.current-post-parent > a { color: #666; }
	/* level 2 & 3 */
	#nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
	#nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
	#nav-footer .nav ul ul { top: -10px; }
	/* level 3 */
	#nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }

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

	/* common */
	#nav-footer .nav li a { color: #999; color: rgba(0,0,0,0.8); border-top: 1px solid #fdfdfd; }
	/* level 1 */
	#nav-footer .nav li > a:hover { background: #fdfdfd; color: #444; }
	#nav-footer .nav li.current_page_item > a,
	#nav-footer .nav li.current-menu-item > a,
	#nav-footer .nav li.current-post-parent > a { background: #fdfdfd; color: #444; }

}


/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.content .post,
.content .page { position: relative; overflow: hidden; }

.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page { margin-bottom: 10px; }

.sticky {}

/*  post : search
/* ------------------------------------ */
.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta { display: none; }

/*  post : featured
/* ------------------------------------ */
#flexslider-featured .flex-direction-nav { position: absolute; top: -50px; left: auto; right: 0; }
#flexslider-featured .flex-direction-nav li { float: left; margin-left: 3px; }
#flexslider-featured .flex-direction-nav li:first-child { float: left; }
#flexslider-featured .flex-direction-nav li:last-child { float: right; }
#flexslider-featured .flex-direction-nav a { background: #fff; color: #bbb; font-size: 24px; line-height: 24px; position: relative; width: 34px; height: 36px; margin: 0 0 0; display: block; text-align: center; cursor: pointer; text-indent: -999px; overflow: hidden; opacity: 1;
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none;
-webkit-transition: all .3s ease; transition: all .3s ease; }
#flexslider-featured .flex-direction-nav a:before { font-family: FontAwesome; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 8px; text-indent: 0; }
#flexslider-featured .flex-direction-nav .flex-next:before { content:"\f054"; }
#flexslider-featured .flex-direction-nav .flex-prev:before { content: "\f053"; }
#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover { opacity: 1; color: #3b8dbd; }

#flexslider-featured .flex-control-nav { position: absolute; top: -15px; bottom: auto; }
#flexslider-featured .flex-control-nav li { margin: 0; padding: 0; margin-right: 2px; float: left; }
#flexslider-featured .flex-control-nav li a { background: #ddd; width: 20px; height: 2px; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none; }
#flexslider-featured .flex-control-nav li a:hover { background: #ccc; }
#flexslider-featured .flex-control-nav li a.flex-active { background: #3b8dbd; }

.featured,.featured.flexslider {}
.top-post .post,.featured .post {margin-bottom: 0;
    border-radius: 2px;
    margin: 10px 0px;
    box-shadow: 0 0 1px grey;}
.featured .post-title { font-size: 23px; letter-spacing: -0.7px; line-height: 1.2em;font-family: 'PTRootUIWebBold';}

/*  post : custom loop
/* ------------------------------------ */
.post-list {}
.post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; margin-bottom: 30px; position: relative; }
.post-list .post-row:last-child { border: none; margin-bottom: 0; }
.post-list .post,
.post-list .page { width: 40%; float: left; margin-left:8%}
.post-list .post-inner { margin-left:15px; margin-right: 15px; padding-right:30px;}
.post-hover:hover .post-thumbnail { cursor:pointer; }
/*.post-hover:hover .post-title a { color: #e45227e8; }*/
.post-hover:hover .thumb-icon { background: #fff; color: #111; }

.post-thumbnail { width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;min-height:180px; }
.post-thumbnail.no-og {
    min-height: auto;
	text-align:left!important;
	background: #fff7f5;
}
.fa-external-link{vertical-align: middle;}
.no-og p,.no-og a {
    padding: 5px 10px!important;max-width: 100%;
}
.post-thumbnail { position: relative; text-align: center; }
.post-thumbnail img { display: block; width: 100%;object-fit: cover;object-position:50% 50%;max-height:360px;}

.post-comments { font-size: 1.05em;padding-left: 2px; line-height: 1.05em;; color: black; display: inline-block; position: relative;}
.post-views { font-size: 1.05em;padding-left: 10px;padding-right: 5px; line-height: 1.05em;; color: black; display: inline-block; position: relative;vertical-align:super;}
.post-views-single{font-size: 1.05em;padding-left: 10px;padding-right: 5px; line-height: 1.05em;; color: #cfcfcf; display: inline-block; position: relative;}
.post-views i,.post-comments i {color:grey}
.post-comments > span {}
.post-comments > span:before {}
.post-comments i { margin-right: 3px; }
.post-comments:hover { color: #c74b00!important; }

.post-meta {font-size: 14px; font-weight: 400; margin-bottom: 0px; padding: 0px;}
.post-meta .post-category > a { color: #b8390e;}
.post-meta .post-date {}

.commentstream-post{color:#b8390e;}

.post-title { color: #444; line-height: 1.2em; -ms-word-wrap: break-word; word-wrap: break-word;}
.post-title strong { font-weight: 500; }
.post-title i { font-style: italic; }
.post-title a { color: #444; }
.post-title a:hover { color: #e45227e8; }

span.editorial:after,a.editorial:after {
	cursor:pointer;
	padding-left: 3px;
    content: "\f00c";
    display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .6em;
    vertical-align: middle;
    font-style: normal;
    color: #d54f17;
}
span.editorial:after{padding-left:0px;}

.entry.excerpt { font-size: 16px; color: #aaa; }
.entry.excerpt p { margin-bottom: 0;max-width:100% !important; }

/*  post : standard loop
/* ------------------------------------ */
.blog .post-standard,
.single .post-standard,
.archive .post-standard,
.search .post-standard { margin-bottom: 20px; }
.page.post-standard .post-inner { padding-left: 0; }
.page.post-standard .post-thumbnail { display: none; }

.post-standard .post-inner { padding-left: 230px; padding-bottom: 20px; float: left; border-bottom: 1px solid #eee; }
.post-standard .post-thumbnail { margin-left: -230px; max-width: 200px; margin-bottom: 0; float: left; }
.post-standard .post-content { float: left; }


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.single .post-title { font-size: 34px; letter-spacing: -1px;}
.single .post-inner .post-thumbnail { margin-bottom: 2em; }
.post-byline { font-size: 1em; font-weight: 400; margin-top: 5px; }

.entry.share { padding-right: 100px; min-height: 354px; /* share buttons height */ position: relative; }
.entry-inner { margin:0px auto;max-width: 100%;}

/*  single : sharrre
/* ------------------------------------ */
.sharrre-container { float: right; width: 50px; padding: 0 10px; margin-right: -100px;
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre-container span { color: #aaa; display: block; text-align: center; text-transform: uppercase; font-size: 11px; }
.sharrre { padding: 10px 0 0; }
.sharrre .box { width: 50px; display: block; }
.sharrre .count { background: #eee; color: #333; display: block; font-size: 15px; font-weight: 600; line-height: 30px; position: relative; text-align: center;
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre .count:after { content:''; display: block; position: absolute; left: 49%; width: 0; height: 0; border: solid 6px transparent; border-top-color: #eee; margin-left: -6px; bottom: -12px; }
.sharrre .share { display: block; font-size: 28px; font-weight: 600; line-height: 32px; margin-top: 12px; padding: 0; text-align: center; text-decoration: none; }
.sharrre .box .share,
.sharrre .box .count { -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharrre .box:hover .share,
.sharrre .box:hover .count { color: #444!important; }
.sharrre#twitter .share,
.sharrre#twitter .box .count { color: #00acee; }
.sharrre#facebook .share,
.sharrre#facebook .box .count { color: #3b5999; }
.sharrre#googleplus .share,
.sharrre#googleplus .box .count { color: #cd483c; }
.sharrre#pinterest .share,
.sharrre#pinterest .box .count { color: #ca2128; }

/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; margin-bottom: 20px; }

/*  single : tags
/* ------------------------------------ */
.post-tags { margin-bottom: 40px; }
.post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #fdfdfd; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #999; padding: 3px 7px; margin: 0 5px 2px 0;
-webkit-border-radius: 2px; border-radius: 2px; }
.post-tags a:hover { background-color: #3b8dbd; color: #fff; }

/*  single : author bio
/* ------------------------------------ */
.author-bio { border: 2px solid #eee; position: relative; padding: 15px 15px 10px 95px; color: #888; margin-bottom: 40px; }
.author-bio:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; position: absolute; top: -8px; left: 13px; }
.author-bio:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -5px; left: 15px; }
.author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
.author-bio .bio-avatar:after { background: #3b8dbd; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f040"; color: #fff; font-size: 12px; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #444; font-weight: 600; margin-bottom: 4px; }
.author-bio .bio-desc { color: #888; font-size: 15px; line-height: 1.5em; }

/*  single : related posts
/* ------------------------------------ */
.related-posts { border-bottom: 2px solid #eee; margin-bottom: 40px; }
.related-posts li { width: 33.3%; float: left; display: inline; }
.related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
.related-posts li:nth-child(4) article { display: none; }
.related-posts li:nth-child(3) article { border-right-color: transparent; }
.related-posts .related-inner { padding: 0 20px 0 0; }
.single .related-posts .post-title {font-size: 17px; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }

/*  single : post-nav
/* ------------------------------------ */
.post-nav li { width: 100%; display: inline; float: left; text-align: center; }
.post-nav li a { position: relative; min-height: 73px; display: block; padding: 16px 40px 24px; }
.post-nav li i { color: #ccc; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }
.post-nav li a strong { display: block; font-size: 12px; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 15px; color: #666; }
.post-nav li a:hover span { color: #0c1833; }
.post-nav li.previous i { left: 10px; }
.post-nav li.next i { right: 10px; }
.post-nav li a span,
.post-nav li a i {
-webkit-transition-property: background color;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out;
transition-property: background color;}

/* sidebar-specific */
.sidebar .post-nav li a { border-top: 1px solid #eee; border-bottom: 1px solid #ddd; }
.sidebar .post-nav li a:hover { background: #ebebeb; background: rgba(0,0,0,0.02); }
.sidebar .post-nav li.previous a,
.sidebar .post-nav li.next a { border-bottom: 1px solid #ddd; }
.s1 .post-nav li a:hover i { color: #3b8dbd; }
.s2 .post-nav li a:hover i { color: #82b965; }

/* content-specific */
.content .post-nav { border-top: 2px solid #eee; border-bottom: 2px solid #eee; margin-bottom: 40px;  }
.content .post-nav li { width: 50%; }
.content .post-nav li.next { float: right; -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; }
.content .post-nav li.next a { padding-left: 24px; }
.content .post-nav li.previous { float: left; -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; }
.content .post-nav li.previous a { padding-right: 24px; }
.content .post-nav li a:hover i { color: #3b8dbd; }


/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */

/*  post format : common
/* ------------------------------------ */
.post-format { position: relative; margin-bottom: 2em; }
.post-format p { margin-bottom: 1em; }
.post-format .format-container { background: #f1f1f1; padding-bottom: 10px; border-left: 3px solid #3b8dbd; }
.post-format .format-container .fa,
.post-format .format-container .fa { color: #ccc; font-size: 36px; float: right; margin: 0 0 20px 20px; }

/*  post format : image
/* ------------------------------------ */
.format-image { }

/*  post format : video
/* ------------------------------------ */
.format-video { }

/*  post format : quote
/* ------------------------------------ */
.format-quote .post-format {  }
.format-quote .post-format blockquote { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
.format-quote .post-format .quote-author { font-style: italic; }

/*  post format : link
/* ------------------------------------ */
.format-link .post-format p { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }

/*  post format : chat
/* ------------------------------------ */
.format-chat .post-format p { font-style: italic; }

/*  post format : status
/* ------------------------------------ */
.format-status .post-title { display: none; }
.single .format-status .entry { font-size: 24px; line-height: 1.4em; }

/*  post format : aside
/* ------------------------------------ */
.format-aside .post-title { display: none; }

/*  post format : gallery
/* ------------------------------------ */
.format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
.format-gallery .post-format .flexslider .slides { background: #262626; overflow: hidden; position: relative; }
.format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); box-shadow: 0 0 30px rgba(0,0,0,0.6); }
.format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }
.format-gallery .post-format .flex-direction-nav a:before { color: #fff; }

/*  post format : audio
/* ------------------------------------ */
.format-audio .post-format a,
.format-audio .post-format i { font-size: 16px; line-height: 22px; }
#page .format-audio .post-format img {
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

/* jplayer */
.jp-interface { background-color: #444; }
.jp-play-bar,
.jp-volume-bar-value { background-color: #82b965; }
.jp-progress { background-color: #262626; }
.jp-volume-bar { border: 1px solid #262626; }
.jp-seek-bar,
.jp-volume-bar { background-color: #383838; }
.jp-interface a { color: #bbb; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
.jp-interface a:hover { color: #eee; }
.jp-progress-container,
.jp-volume-bar-container { border-left: 1px solid #333; }
.jp-audio,
.jp-interface,
.jp-progress,
.jp-seek-bar { width: 100%; min-width: 100%; }
.jp-interface { position: relative; overflow: hidden;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);  }
.jp-interface .jp-controls { list-style-type: none; padding: 0; margin: 0; }
.jp-interface .jp-controls li { display: inline; }
.jp-interface .jp-controls a { position: absolute; }
.jp-interface .jp-controls a i { display: block; }
.jp-play, .jp-pause { width: 25px; height: 30px; z-index: 1; outline: none; margin: 12px 0 0 9px;}
.jp-play, .jp-pause { top: 0; left: 0; }
.jp-progress-container { margin-left: 34px; margin-right: 84px; height: 6px; padding: 20px 10px; }
.jp-progress { overflow: hidden; }
.jp-progress { height: 5px; padding: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-seek-bar { width: 0px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; }
.jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-volume-bar-container { width: 40px; height: 6px; padding: 20px 10px 20px 33px; position: absolute; top: 0; right: 0; }
.jp-volume-bar { position: relative; overflow: hidden; width: 38px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-volume-bar { top: 0; left: 0; }
.jp-volume-bar-value { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-mute, .jp-unmute { width: 17px; z-index: 1; outline: none; margin-top: 10px; }
.jp-mute, .jp-unmute { top: 2px; right: 58px; }
.jp-unmute { display: none; }
.jp-jplayer { width:0px; height:0px; }


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.menu li.menu-item:hover{background-color:white}
.widget { color: #777; font-size: 15px; overflow: hidden; }
.widget a { color: #c3c3c3; }
.widget a:hover { color: black; }
.widget > h3 { font-size: 15px; font-weight: 400; text-transform: uppercase; margin-bottom: 6px; }
.widget > h3 a,
.widget > h3 a:hover { color: #0c1833; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
#footer .widget select { border-color: #eee; }

.sidebar .widget { padding: 0.5px 0.5px 20px;max-width:280px; }
#footer .widget { padding-bottom: 30px; }
#footer .widget a:hover { color: #666; }

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { font-family: FontAwesome; font-size: 12px; margin-right: 6px; color: #ccc; display: inline-block!important; width: 1em; text-align: center; }
.widget > ul li a:hover:before { color: #999; }

.widget_archive > ul > li a:before { content: "\f073"; }
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before { content: "\f068"; }
/* .widget_nav_menu ul li a:before */
/*  widgets : common
/* ------------------------------------ */
.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; }
/*border-bottom: 1px solid #e4e4e4;*/
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.alx-tab li,
.alx-posts li { padding: 10px 0; }

#footer .widget_archive ul li,
#footer .widget_categories ul li,
#footer .widget_links ul li,
#footer .widget_meta ul li,
#footer .widget_recent_comments ul li,
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_pages ul li a,
#footer .widget_nav_menu ul li a,
#footer .alx-tab li,
#footer .alx-posts li,
#footer .widget_calendar th,
#footer .widget_calendar td { border-color: #fdfdfd; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: #bbb; }

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: #999; }
.widget_recent_entries .post-date { display: block; }

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a,
.widget_nav_menu ul li a { display: block; }
.widget_pages li li a,
.widget_nav_menu li li a { padding-left: 15px; }
.widget_pages li li li a,
.widget_nav_menu li li li a { padding-left: 30px; }
.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu  ul ul ul { border: 0; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { display: block; }
.widget_rss ul li span.rss-date { color: #444; font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
.widget_rss ul li cite { color: #999; }

.s1 .widget_rss ul li a,
#footer .widget_rss ul li a { color: #3b8dbd; }
.s2 .widget_rss ul li a { color: #82b965; }

/*  widget : search
/* ------------------------------------ */
.widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { font-weight: 600; }
.widget_calendar a:hover { color: #0c1833!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { color: #fff; padding: 5px 10px; }
.widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
.widget_calendar thead { background: #e2e2e2; -webkit-box-shadow: 0 1px 0 #ddd; box-shadow: inset 0 -1px 0 #ddd; }
#footer .widget_calendar thead { background: #fdfdfd; }
.widget_calendar th { font-weight: 600; }
.widget_calendar th,
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }
.widget_calendar .pad { padding: 0!important; }

.s1 .widget_calendar a,
#footer .widget_calendar a { color: #3b8dbd; }
.s1 .widget_calendar caption,
#footer .widget_calendar caption{ background: #3b8dbd; }
.s2 .widget_calendar a { color: #82b965; }
.s2 .widget_calendar caption { background: #82b965; }

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav { border-bottom: 3px solid #ddd; margin-bottom: 10px; text-align: center; }
.alx-tabs-nav.tab-count-1 li { width: 100%; }
.alx-tabs-nav.tab-count-2 li { width: 50%; }
.alx-tabs-nav.tab-count-3 li { width: 33.333%; }
.alx-tabs-nav.tab-count-4 li { width: 25%; }
.alx-tabs-nav li { display: block; float: left; }
.alx-tabs-nav li a { font-size: 18px; display: block; padding: 8px 0; margin-bottom: -3px; border-bottom: 3px solid transparent; }
.alx-tabs-nav li a:hover { border-bottom-color: #ccc; }
.alx-tabs-nav li.active a,
#footer .alx-tabs-nav li.active a { color: #444; /* background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, #fff 100%) 0 0 rgba(0,0,0, 0); */ }
.alx-tabs-nav li a span { display: none; }
#footer .alx-tabs-nav { border-bottom-color: #eee; }
#footer .alx-tabs-nav li a:hover { border-bottom-color: #ddd; }

.s1 .alx-tabs-nav li.active a,
#footer .alx-tabs-nav li.active a { border-bottom-color: #3b8dbd; }
.s2 .alx-tabs-nav li.active a { border-bottom-color: #82b965; }

.alx-tab li,
.alx-posts li { font-weight: 400; line-height: 1.4em; overflow: hidden; }
.alx-tab a,
.alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.alx-tab img,
.alx-posts img { display: block; width: 100%; height: auto; }
.alx-tab.thumbs-enabled li{ padding-left: 94px; }
.alx-tab .tab-item-thumbnail { width: 80px; margin-left: -94px; float: left; }
.alx-tab .tab-item-thumbnail,
.alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab.avatars-enabled li{ padding-left: 62px; }
.alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab .tab-item-category,
.alx-posts .post-item-category { color: #aaa; text-transform: uppercase; font-size: 13px; }
.alx-tab .tab-item-title a,
.alx-tab .tab-item-comment a,
.alx-posts .post-item-title a { color: #444; }
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover { color: #0c1833!important; }
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title { margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date  { text-transform: uppercase; color: #aaa; font-size: 13px; }
.alx-tab .thumb-icon.small { bottom: 8px; left: 8px; }
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail { opacity: 0.75; }
.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon { background: #fff; color: #111; }

.s1 .alx-tab .tab-item-category a,
.s1 .alx-posts .post-item-category a,
.s1 .alx-tab li:hover .tab-item-title a,
.s1 .alx-tab li:hover .tab-item-comment a,
.s1 .alx-posts li:hover .post-item-title a,
#footer .alx-tab .tab-item-category a,
#footer .alx-posts .post-item-category a,
#footer .alx-tab li:hover .tab-item-title a,
#footer .alx-tab li:hover .tab-item-comment a,
#footer .alx-posts li:hover .post-item-title a { color: #3b8dbd; }
.s2 .alx-tab .tab-item-category a,
.s2 .alx-posts .post-item-category a,
.s2 .alx-tab li:hover .tab-item-title a,
.s2 .alx-tab li:hover .tab-item-comment a,
.s2 .alx-posts li:hover .post-item-title a { color: #82b965; }

.alx-posts .post-item-thumbnail { margin-bottom: 10px; }
.alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }

.s1 .alx-posts .post-item-title,
#footer .alx-posts .post-item-title { font-size: 18px; line-height: 1.4em; font-weight: 300; }
.s1 .alx-posts .post-item-category,
.s1 .alx-posts .post-item-date,
#footer .alx-posts .post-item-category,
#footer .alx-posts .post-item-date { font-size: 14px; }

/*  custom widget : alxvideo
/* ------------------------------------ */
.widget_alx_video h3 { margin-bottom: 14px; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments {width: 90%;
    margin: 0px auto;}
#pinglist-container { display: none; }

.comment-tabs { border-bottom: 2px solid #eee; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: -2px; }
.comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
.comment-tabs li a:hover { color: #0c1833; border-color: #ccc; }
.comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #3b8dbd; border-bottom-color: #3b8dbd; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; }
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #0c1833; }
.comment-awaiting-moderation { color: #3b8dbd; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #f1f1f1; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"],
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }


/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu { zoom: 1; position: relative; padding: 0 0 20px; }
.child-menu a { color: #777; font-weight: 600; display: block; padding: 0 44px; }
.child-menu a:hover { color: #3b8dbd; }
.child-menu .current_page_item > a { background: #fff; color: #3b8dbd; }

/* show only current page items */
.child-menu > li { display: none; }
.child-menu > li.current_page_item,
.child-menu > li.current_page_parent,
.child-menu > li.current_page_ancestor { display: block; }
.child-menu > li.current_page_item > ul ul,
.child-menu > li.current_page_parent > ul ul,
.child-menu > li.current_page_ancestor > ul ul { display: none; }
.child-menu > li ul li.current_page_item ul,
.child-menu > li ul li.current_page_parent ul,
.child-menu > li ul li.current_page_ancestor ul { display: block; }

/* level 1 */
.child-menu > li > a { font-size: 20px; display: block; padding: 20px 30px; }

/* level 2 */
.child-menu > li > ul { background: #e9e9e9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0 10px 10px; }
.child-menu > li > ul > li > a { font-size: 15px; background: #f0f0f0; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 11px 20px;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9; }
.child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f055"; font-weight: normal; font-size: 18px; margin-right: 8px; }

/* level 3 */
.child-menu > li ul ul { background: #f0f0f0; border-bottom: 1px solid #ddd; border-top: 3px solid #ebebeb; border-left: 1px solid #ddd; padding: 6px 0; }
.child-menu > li ul ul a { font-size: 15px; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
.child-menu > li ul ul a:hover { background: #e9e9e9;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); }
.child-menu > li ul ul li.current_page_item > a { background: #fff;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.04);
box-shadow: 0 1px 0 rgba(0,0,0,0.04); }

/* child menu for dual/right fix */
.col-2cl .child-menu > li > ul,
.col-3cr .child-menu > li > ul { padding-left: 0; padding-right: 10px; }
.col-2cl .child-menu > li > ul > li > a,
.col-3cr .child-menu > li > ul > li > a { border-left: 0; border-right: 1px solid #ddd; }
.col-2cl .child-menu > li ul ul,
.col-3cr .child-menu > li ul ul { border-left: 0; border-right: 1px solid #ddd; }


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

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #aaa; font-size: 16px; padding: 7px 8px; display: inline; margin: 0 2px; }
.wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent; border-top: 1px solid transparent; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #444; }

.wp-pagenavi a { color: #3b8dbd; border: none; border-bottom: 3px solid #ddd; border-top: 1px solid #f1f1f1; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: none; border: none; border-bottom: 3px solid #3b8dbd; border-top: 1px solid #f1f1f1; }

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {  }
.wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
.wpcf7 p span { font-weight: 400; color: #999; }
.wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }
.wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
.wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 18px; }
.wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }


/* ------------------------------------------------------------------------- *
 *  Flexslider
/* ------------------------------------------------------------------------- */

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }

/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; height: auto; display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block; }

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider { margin: 0 0 60px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.carousel li { margin-right: 5px; }

/* direction nav */
.flex-direction-nav { *height: 0; position: absolute; top: 10px; right: 10px; z-index: 2; }
.flex-direction-nav li { float: left; margin-left: 4px; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li:last-child { float: right; }
.flex-direction-nav a { background: rgba(0,0,0,0.7); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
-webkit-transition: all .3s ease; transition: all .3s ease;
-webkit-border-radius: 3px; border-radius: 3px; }
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

/* direction nav arrows */
.flex-direction-nav a:before { font-family: FontAwesome; font-size: 20px; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
.flex-direction-nav .flex-next:before { content:"\f054"; }
.flex-direction-nav .flex-prev:before { content: "\f053"; }

/* control nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li a { background: rgba(0,0,0,0.15); width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 100%; border-radius: 100%; }
.flex-control-nav li a:hover { background: rgba(0,0,0,0.15); }
.flex-control-nav li a.flex-active { background: rgba(0,0,0,0.25); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
  .thumb-video{width: auto;}
	.all-posts,.pad.group{max-width: calc(85% - 60px);}
	#latest-comments{display:none;}
.top-nav-content{width: calc(52% - 12px);}
}

/* ------------------------------------------------------------------------- *
 *  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap { color: #444; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left	{ color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr { border: 0; background: #474747!important; border-bottom: 2px solid #eee; height: 1px; max-width: 15rem; margin: 20px auto; }


/* ------------------------------------------------------------------------- *
 *  IE Fixes
/* ------------------------------------------------------------------------- */
body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .alx-posts .post-item-title,
.ie8 #footer .alx-posts .post-item-title { font-weight: 400; }

.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }

.ie8 .nav li > a:after { content: ""!important; }
.ie8 .nav > li > a:after { content: ""!important; }
.ie8 #nav-topbar .nav > li > a:hover,
.ie8 #nav-topbar .nav > li:hover > a,
.ie8 #nav-header .nav > li > a:hover,
.ie8 #nav-header .nav > li:hover > a,
.ie8 .toggle-search:hover,
.ie8 .toggle-search.active,
.ie8 .search-expand-inner { background: url(img/opacity-10.png); }
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i,
.ie8 .flex-direction-nav a { background: url(img/ie/opacity-70.png); }
.ie8 .entry .gallery .gallery-caption { background: url(img/ie/opacity-80-light.png); }

/*Tweet embedding style */
li.feed-item {border-bottom:1px solid #D2D2D2;}
li.feed-item a {color: #6670ba; }
li.feed-item :visited {color:#8D66BA; }
span.feed-source a {color: black;font-style: italic;font-weight:bold;opacity:0.8}
.vk_feed_item {border: 1px solid grey; margin-bottom:10px;position: relative;}
.vk_feed_item p {margin-bottom: none;}
.vk_feed_item img {min-width:40px; max-width:200px}
.vk_feed {overflow-y: scroll;}
.entry-inner a {text-decoration:underline; overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;}
.page-nav-close {float:right;max-width: 48px;max-height: 48px;background-color: #0C1833;color: #3b8dbd;}
.page-nav-close:hover {background-color:rgba(12, 24, 51, 0.52);}
.grid-sizer,
.grid-items{max-width:100%;}
.grid-item{
max-width:31.2%;
clear:both;
  float: left;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
margin-bottom:5px;}
.grid-item:hover {background-color: rgba(0, 93, 255, 0.16);}

.title-longread {text-align: center; font-size: 400%;width:60%;}
.right-longread-column {display: inline-block; width: 47%; background-image: url('https://i.imgur.com/E3myolj.jpg'); background-size: 100%; background-repeat: repeat-y; vertical-align: top; color: white; margin-left: 0%; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #010058;}
.left-longread-column { display: inline-block; width: 47%; background-image: url('https://i.imgur.com/KbPcjmD.png'); background-size: 100%; background-repeat: repeat-y; color: white; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #480202;}
.justified-text {width: 60%; text-align: justify;padding-left:10%;}
.longread-anchor {display: inline-block;}
.CardMaterial-html{max-width:60%;}
p>video {    width: 100%;
    height: calc(40vw * 9 / 16);}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
.right-longread-column {display: inline-block; width: 100%; background-image: url('https://i.imgur.com/E3myolj.jpg'); background-size: 100%; background-repeat: repeat-y; vertical-align: top; color: white; margin-left: 0%; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #010058;}
.left-longread-column { display: inline-block; width: 100%; background-image: url('https://i.imgur.com/KbPcjmD.png'); background-size: 100%; background-repeat: repeat-y; color: white; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #480202;}
.justified-text {width: 100%; text-align: justify;}
.lrshare_button {display:none;}
.longread-anchor {display: none;}
.tweets-first-column{float: none !important;display:block;width:80% !important;margin-bottom:20px;}
.tweets-second-column{display:block;width:80% !important;margin-bottom:20px;}
.tweets-third-column{float: none !important;display:block;width:80% !important;margin-bottom:20px;}
.grid-item{width:90%;max-width:90% !important;}
.channel-button{display:block !important; width:80% !important; margin:0px auto !important; padding-top:8px !important;}
.entry-inner{padding-left: 0px;padding-right: 0px;}
.CardMaterial-html{max-width: calc(100vw - 2rem)!important;}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	.notebox {overflow-x: scroll;}
.right-longread-column {display: inline-block; width: 100%; background-image: url('https://i.imgur.com/E3myolj.jpg'); background-size: 100%; background-repeat: repeat-y; vertical-align: top; color: white; margin-left: 0%; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #010058;}
.left-longread-column { display: inline-block; width: 100%; background-image: url('https://i.imgur.com/KbPcjmD.png'); background-size: 100%; background-repeat: repeat-y; color: white; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #480202;}
.justified-text {width: 100%; text-align: justify;}
.lrshare_button {display:none;}
.longread-anchor {display: none;}
.tweets-first-column{float: none !important;display:block;width:80% !important;margin-bottom:20px;}
.tweets-second-column{display:block;width:80% !important;margin-bottom:20px;}
.tweets-third-column{float: none !important;display:block;width:80% !important;margin-bottom:20px;}
.grid-item{width:90%;max-width:90% !important;}
.channel-button{display:block !important; width:80% !important; margin:0px auto !important; padding-top:8px !important;}
.entry-inner{padding-left: 0px;padding-right: 0px;}
.CardMaterial-html{max-width: calc(100vw - 2rem)!important;}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {.right-longread-column {display: inline-block; width: 100%; background-image: url('https://i.imgur.com/E3myolj.jpg'); background-size: 100%; background-repeat: repeat-y; vertical-align: top; color: white; margin-left: 0%; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #010058;}
.left-longread-column { display: inline-block; width: 100%; background-image: url('https://i.imgur.com/KbPcjmD.png'); background-size: 100%; background-repeat: repeat-y; color: white; font-size: 80%; padding: 10px; text-shadow: 1px 1px 0px #480202;}
.justified-text {width: 100%; text-align: justify;}
.lrshare_button {display:none;}
.longread-anchor {display: none;}
.tweets-first-column{float: none !important;display:block;width:80% !important;margin-bottom:20px;}
.tweets-second-column{display:block;width:80% !important;margin-bottom:20px;}
.tweets-third-column{float: none !important;display:block;width:80% !important;margin-bottom:20px;}
.grid-item{width:90%;max-width:90% !important;}
.channel-button{display:block !important; width:80% !important; margin:0px auto !important; padding-top:8px !important;}
.entry-inner{padding-left: 0px;padding-right: 0px;}
.CardMaterial-html{max-width: calc(100vw - 2rem)!important;}
}

/***** PROGRESS BAR */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/***** PROGRESS BAR */
.wmwidget p {display: none !important;}
.tweets-first-column {float: left; width: 33%; display: inline-block;}
.tweets-second-column {float: none;margin-left:0.5%; width: 33%; display: inline-block;}
.tweets-third-column {float: right; width: 33%; display: inline-block;}
.s2 .sidebar-top {background-color: #242424 !important;
color: rgba(255,255,255,0.8) !important;
}
.channel-button { width:20%;display:inline-block;border:1px solid red;cursor:pointer;}
	iframe[sandbox="allow-forms allow-popups allow-same-origin allow-scripts"] {display:none}
	.ytp-watermark yt-uix-sessionlink {margin-bottom:-38px;}
	@media only screen and (max-width: 960px) and (min-width: 480px) {
			.col-2cr .main-inner { }
	.col-2cr .s1 { margin-left: 0px !important; }
			.sidebar {display: none;}
	}
	.entry h2 {
   /* margin: 0px auto;*/
}
	.tblcell:hover {
    opacity: 0.8;
}
	.tblcell {max-width: 210px;display: table-cell;width: 25%;padding:4px;}
	.menuswitcher{display:none !important;}
@media only screen and (max-width: 719px) {
	.CardMaterial-content {margin-left:0px !important;}
	.widget_nav_menu ul li a {
    border: none!important;
    font-size: 20px !important;
    color: black !important;
}
	.post-byline,.post-title,.wpusb-buttons{padding-left:5px;}
	.add-bookmark{padding-right:15px!important;}
	.menuswitcher{display:block !important;}
	.entry p{max-width: 100% !important;padding:5px 10px;}
	.protected-view{padding:5px 10px;}
	.featured .post-title, .single .post-title {
    text-align: left !important;
    padding-right: 0px !important;
}
	.post-byline {
    text-align: left !important;
    padding-right: 0px !important;}

	.entry.themeform {
    padding-left: 0px !important;
}
	.tbl-padding {
    padding-right: 0px !important;
}
	.tble-launch-operator {display:none}
	.tble-rocket {text-shadow: none !important;
    color: transparent !important;}
		.tble-action-fst a {
    font-size: 21px !important;
}
		.tble-date {
		line-height: 15px !important;font-size: 13px !important;}
	}
	@media only screen and (max-width: 479px) {
	.pad {padding: 0px 0px 10px !important;}
		.os-mobile-top-wrap {
			padding: 2px !important; }
			.os-mobile-top-wrap span[class*="osshare_"] {
    width: 32px !important;
    height: 32px !important;
    line-height: 30px !important;
	}
		.os-mobile-top-wrap span[class*="osshare_"]:before {
    width: 21px;
    height: 21px;
}
	}
	img[data-lazy-src], img[data-lazy-srcset] {
    min-height: 1px;
}
	#disqus_thread {max-width: 80% !important;
    margin-left: 10% !important;}
	#nprogress .bar {
  background: #fc7f2b;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}
	#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fc7f2b, 0 0 5px #fc7f2b;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
		.video-container {margin-left: 0px !important;
    margin-right: 0px !important;}
	@media only screen and (max-width: 960px) and (min-width: 480px) {
			.col-2cr .main-inner { background-position: 20% 0 !important; padding-left: 0px !important; }
	.col-2cr .s1 { margin-left: 0px !important; }
		.sidebar .s1 {display:none !important;}
		.menuswitcher{display:block !important;}
	.entry p{max-width: 100% !important;}
	.featured .post-title, .single .post-title {
    text-align: left !important;
    padding-right: 0px !important;
}
	.post-byline {
    text-align: left !important;
    padding-right: 0px !important;}

	.entry.themeform {
    padding-left: 0px !important;
}
		.widget_nav_menu ul li a {
    border: none!important;
    font-size: 20px !important;
    color: black !important;
}
		#nav_menu-mobile {
	width: 100%;
    display: inline;}
	}
	.collapsed{    left: 10%!important;}
	.mobile-menu{font-size:15px !important;}
	.avatar-108{border-radius:54px;}
	@media only screen and (max-width: 1280px)
.container {
    padding: 0px !important;
}
	.os-responsive{padding:0px !important; display:inline-block;max-width:80%;margin-left:10%;}
	.vortex-container-vote{display:inline-block;max-width:10%;}
	.mistape_caption{margin-left:10%;}
	.front-vote > .vortex-container-vote{max-width:100% !important;display:block !important;}
	.fa-telegram:before{content:"\f3fe"; font-family:"faws";}
	@font-face{font-family:"faws";font-style:normal;font-weight:normal;src:url(https://use.fontawesome.com/releases/v5.4.1/webfonts/fa-brands-400.eot);src:url(https://use.fontawesome.com/releases/v5.4.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.4.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.4.1/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.4.1/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.4.1/webfonts/fa-brands-400.svg#fontawesome) format("svg");font-display: swap;}
	.vortex-container-vote{display: block;
    max-width: 10%;
    float: right;
    padding: 10px;
    padding-right: 40px;}
	.wc-comment-right{background:#fefefe!important;}
	img[data-lazy-src],img[data-lazy-srcset] {
  min-height: 1px;
}
.bottom-links{height:48px;line-height:24px;}
.bottom-links>a{color: #828282;padding: 5px;}
i.soclink:hover {
    color: #c74b00!important;
}
.goog-te-gadget-simple{border-radius:5px;padding:2px!important;padding-top:3px!important;}
.unseen,.unseen-cat,.unseen-vid{color: white;padding: 2px 4px;background-color: #B8390E;line-height: 1.2em;border-radius: 5px;margin-top: 4px;font-size: .8em;vertical-align: text-top;margin-left: .5em;}
.sp-field{padding:4px!important;}
.sp-form{padding:5px!important;}
.sp-link-wrapper{padding:1px!important;}
#wpcomm .wpdiscuz-textarea-wrap{border:none!important;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{z-index:0!important;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{z-index:0!important;}
.wpd-new-loaded-comment .wpd-reply-to {
    background-color: #fffad6!important;
}
.alignleft,.alignright,.wp-block-image{float:none!important;margin:0px auto!important;}
.wp-block-image img{max-height:800px;object-fit:contain;display:block;margin:0px auto;}
.post-thumbnail{overflow-y:hidden;display:block;width:100%;margin-top: 5px;}
.post-descr{display:block;width:100%;padding: 0px;}

@media only screen
and (min-device-width : 719px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.sidebar-sections{padding-top:5px;}
.mob{display:block;}
	.custom-sidebar {display:none;max-width:100%;width:100%;margin:0px;margin-top: 40px;padding:10px 10px;z-index:999999;background:white;position:fixed;overflow-y: scroll;height: 100vh;}
	.burger-menu{display:inline-block;height: 45px;top: 0;z-index:999999;width:100%;background:white;}
	.login-modal{padding: 10px 10px 10px 10px;border-radius: 15px;}
	.pad.group {
    width: 100%!important;
	margin-left:0px;
}
}
@media only screen and (max-width: 719px) {
.user-info{width: 100%!important;
    padding-top: 50px;
    margin-left: 0px!important;}
.user-background{width: 100%!important;
    margin-left: 0px!important;}
}