/*
Theme Name: myscience
Theme URI: http://my.science.ua/
Author: Some Dude
Author URI: http://my.science.ua/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myscience
Tags: 
*/

/* * * Mobile + General * * */
html, body{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
::-moz-selection{ /* The most important style :D */
	background-color: #a171da;
	color: #fff;
}
::selection{
	background-color: #a171da;
	color: #fff;
}
.ib-list{
	font-size: 0;
}
.ib-list > li{
	vertical-align: middle;
	display: inline-block;
	font-size: 1rem;
}
a{
	-webkit-transition: color .3s;
	transition: color .3s;
}
a.button{
	color: #fff;
	background-color: #a171da;
	text-decoration: none;
	display: block;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
a.button:hover, a.button:active{
	background-color: #633899;
}
.trans-opacity{
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.trans-opacity:hover{
	opacity: .8;
}
.form-control:focus {
	border-color: #a171da;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(161, 113, 218, 0.6);
}
._fa-space{
	margin-right: 4px;
}
.btn{
	color: #fff !important;
	background-color: #a171da;
	border-radius: 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.btn:hover, .btn:active{
	background-color: #633899;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child{
	/* margin-top: 0; */
}
h1{
}
h2{
	font-size: 18px;
	font-weight: bold;
}
h3{
	font-size: 18px;
	font-weight: bold;
}
.bgr-dot{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM5NkNGMzU1RDgxMTFFNTgxNTJFMTU5NjQ4QUI1M0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM5NkNGMzY1RDgxMTFFNTgxNTJFMTU5NjQ4QUI1M0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Mzk2Q0YzMzVEODExMUU1ODE1MkUxNTk2NDhBQjUzRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Mzk2Q0YzNDVEODExMUU1ODE1MkUxNTk2NDhBQjUzRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqK2Z6EAAAAPSURBVHjaYj5z5gxAgAEABNgCaL67bjUAAAAASUVORK5CYII=");
	background-repeat: repeat-x;
	background-position: 50% 50%;
	text-align: center;
}
.bgr-dot > span{
	background-color: #fff;
	padding: 0 15px;
	display: inline-block;
}
.img-fullwidth{
	width: 100%;
	display: block;
}
img{
	max-width: 100%;
}
.widget-image-border{
	background-color: #fff;
	padding: 9px;
	border: 1px solid #eee;
}
ol {
    counter-reset: item;
}
ol > li {
    counter-increment: item;
}
ol ol > li {
    display: block;
    position: relative;
}
ol ol > li:before {
    content: counters(item, ".") ". ";
    position: absolute;
    right: 100%;
    margin-right: 5px;
}

/* * Header + Main nav * */
#header{
	position: relative;
}
#header .container{
	padding-top: 75px;
	padding-bottom: 15px;
}
.logo{
	display: block;
	margin: 0 auto 15px;
	width: 180px;
	height: 123px;
	background-image: url(/wp-content/uploads/2020/04/logo-header.png);
}
#header-social{
	margin-bottom: 15px;
	text-align: center;
}
#header-social ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
#header-social li+li{
	margin-left: 2px;
}
.social-vk, .social-tg, .social-facebook, .social-twitter, .social-rss, .social-youtube{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}
.social-vk{
	background-color: #6a96c7;
	background-image: url(images/icon-social-vk.png);
}
.social-tg{
	background-color: #0088cc;
	background-image: url(/wp-content/uploads/2019/08/icon-social-tg.png);
}
.social-facebook{
	background-color: #4a6195;
	background-image: url(images/icon-social-fb.png);
}
.social-twitter{
	background-color: #29c3ff;
	background-image: url(images/icon-social-tw.png);
}
.social-rss{
	background-color: #ff9c44;
	background-image: url(images/icon-social-rss.png);
}
.social-youtube{
	background-color: #d4271d;
	background-image: url(images/icon-social-yt.png);
}
#header-social .social-vk, #header-social .social-tg, #header-social .social-facebook, #header-social .social-twitter, #header-social .social-rss, #header-social .social-youtube{
	width: 32px;
	height: 32px;
}
#header-social .button{
	line-height: 32px;
	height: 32px;
	padding: 0 10px;
}
.search-inputs{
	position: relative;
}
.search-inputs .form-control{
	border-radius: 0;
	height: 32px;
	padding: 5px 32px 5px 9px;
}
.search-inputs .search-submit{
	position: absolute;
	background-color: transparent;
	border: none;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	color: #ccc;
}
.search-inputs .search-submit:hover, .search-inputs .search-submit:active{
	color: #333;
}
#main-nav{
	background-color: #fff;
	position: fixed;
	z-index: 900;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.navbar-toggle{
	background-color: #a171da;
	margin: 0;
	padding: 7px 0 0;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	position: relative;
	top: 10px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.navbar-toggle:hover, .navbar-toggle:active{
	background-color: #633899;
}
.navbar-toggle .icon-bar{
	margin: 0 auto;
	width: 26px;
	background-color: #fff;
	height: 5px;
}
.main-nav-ttl{
	line-height: 60px;
	height: 60px;
	float: left;
	font-size: 24px;
}
#main-nav-more{
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	background-color: #fff;
	font-size: 18px;
	padding: 0;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,.25);
	box-shadow:0 3px 3px rgba(0,0,0,.25);
}
#main-nav-left ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-nav-left li{
	margin: 0 -10px;
	border-bottom: 1px solid #ccc;
}
#main-nav-right{
	margin: 0 -10px;
}
#main-nav-more a{
	padding: 8px 15px;
	display: block;
	color: #333;
	text-decoration: none;
}
#main-nav-more a:hover, #main-nav-more a:active, #main-nav-more .current-menu-item a{
	color: #a171da;
}
#mnr-list{
	font-size: 0;
}
.mnr-list-item{
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}
.mnr-username{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	max-width: 140px;
	vertical-align: middle;
	text-overflow: ellipsis;
	position: relative;
	top: -1px;
}
#main-nav-right .fa-user{
	vertical-align: middle;
}

/* * Footer * */
#footer{
	padding: 20px 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDlDNzczODE1REFBMTFFNUFFNTRGNkQxNkMzQzlDQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDlDNzczODI1REFBMTFFNUFFNTRGNkQxNkMzQzlDQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOUM3NzM3RjVEQUExMUU1QUU1NEY2RDE2QzNDOUNBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOUM3NzM4MDVEQUExMUU1QUU1NEY2RDE2QzNDOUNBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq5sAzgAAAAgSURBVHjaYmBgYJBhAhI/mYEEK4hgBhGMIIIBTAAEGAAekgEw58Dx/QAAAABJRU5ErkJggg==");
	background-repeat: repeat-x;
	background-position: 50% 0;
}
.footer-column+.footer-column{
	margin-top: 20px;
}
.footer-column h3{
	margin: 0 0 12px;
}
.footer-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-nav ul a{
	color: #333;
	text-decoration: none !important;
}
.footer-nav ul a:hover, .footer-nav ul a:active{
	color: #a171da;
}
.footer-social{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-social li+li{
	margin-left: 15px;
}
.footer-social .social-vk, .footer-social .social-tg, .footer-social .social-facebook, .footer-social .social-twitter, .footer-social .social-rss, .footer-social .social-youtube{
	width: 34px;
	height: 34px;
}
#subscribe-form{
}
#subscribe-form-in{
	position: relative;
}
.subform-input .form-control{
	border-radius: 0;
	height: 34px;
	padding-right: 114px;
}
.subform-submit{
	position: absolute;
	top: 0;
	right: 0;
}
.subform-submit .btn{
	height: 34px;
}

/* * Slider * */
.slider-wrap{
	margin: -30px -10px 0;
}
.slider-wrap img{
	width: 100%;
	display: block;
}
.myscience-slide-label{
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0 0 6px rgba(0, 0, 0, 1);
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.flex-control-nav{
	display: none;
}
.flexslider{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.slider-caption{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 15px 15px;
	font-size: 15px;
}
.slider-caption a{
	color: #fff !important;
	text-decoration: none !important;
	text-decoration: none;
	text-shadow: 0 0 3px #000;
}
.flex-direction-nav a{
	opacity: .5 !important;
	background-image: url(images/slider-nav-1.png) !important;
	width: 23px !important;
	height: 38px !important;
	background-repeat: no-repeat !important;
	transition: opacity .3s;
}
.flex-direction-nav .flex-prev{
	left: 10px !important;
}
.flex-direction-nav .flex-next{
	right: 10px !important;
}
.flex-direction-nav a:hover{
	opacity: 1 !important;
}

/* * Content styles * */
#content-wrap{
	padding: 30px 0;
}
.content-row+.content-row{
	margin-top: 30px;
}
#content-wrap a, .modal-content a{
	color: #a171d9;
	text-decoration: underline;
}
#content-wrap a.btn{
	text-decoration: none;
}
#content-wrap a:hover, #content-wrap a:active, .modal-content a:hover, .modal-content a:active{
	color: #633899;
}
.content-box-xs+.content-box-xs, .content-box-sm+.content-box-sm{
	margin-top: 30px;
}
.category-nav ul{
	margin: 18px 0 23px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.category-nav ul li{
	padding: 2px 12px;
}
.posts-list{
	margin-bottom: -20px;
}
.post-preview{
	margin-bottom: 20px;
}
.post-picture{
	position: relative;
	overflow: hidden;
}
.post-picture-link{
	display: block;
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.post-picture img{
	width: 100%;
	display: block;
}
.post-preview-info{
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px 35px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.post-picture-link:hover .post-preview-info, .post-picture-link:active .post-preview-info{
	background-color: rgba(0,0,0,.9);
}
.post-preview-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.222;
}
.post-preveiw-meta-data{
	font-size: 13px;
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 9px;
}
.post-preview-meta-author{
	max-width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	right: 15px;
	bottom: 9px;
}
.post-preview-meta-author:hover, .post-preview-meta-author:active{
	color: #fff !important;
}
.navigation{
	margin-top: 30px;
}
.wp-paginate{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.wp-paginate li{
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}
.wp-paginate a, .wp-paginate span{
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: block;
}
.wp-paginate a{
	color: #333 !important;
	text-decoration: none !important;
}
.wp-paginate a:hover, .wp-paginate a:active{
	color: #a171da !important;
}
.wp-paginate span{
	color: #fff;
	background-color: #a171da;
}
.page-title, .widget-title{
	margin-top: 0;
}
.widget+.widget{
	margin-top: 20px;
}
.category-widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.category-widget ul ul{
	margin-left: 20px;
}
.category-widget .current-cat{font-weight: bold;}
.directory-external{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.directory-link, .post-meta-image{
	border: 1px solid #ccc;
	display: block;
	position: relative;
	height: 250px;
	text-align: center;
	line-height: 245px;
	color: #fff !important;
	text-decoration: none !important;
	margin-bottom: 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.directory-link img, .post-meta-image img{
	max-width: 100%;
}
.directory-title{
	padding: 10px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.222;
	background-color: rgba(0,0,0,.7);
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
a:hover .directory-title{
	background-color: rgba(0,0,0,.9);
}
.directory-header{
	margin-bottom: 20px;
}
.directory-map{
	height: 300px;
}
.content{
	margin-bottom: 30px;
}
.text-block img{
	max-width: 100%;
}

/* Authors page */
.author-letter-ttl{
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}
.author-item{
	margin-bottom: 25px;
}
.author-item-link{
	text-decoration: none;
	display: block;
	font-size: 0;
}
.author-item-avatar{
	display: block;
}
.author-item-avatar img{
	display: block;
	margin: 0 auto 5px;
	border-radius: 50%;
}
.author-item-name{
	display: block;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.filter-form-input{
	padding-right: 80px;
	width: 100%;
	float: left;
}
.filter-form-input .form-control{
	border-radius: 0;
}
.filter-form-submit{
	margin-left: -80px;
	width: 80px;
	float: left;
}
.filter-form-submit .btn{
	width: 100%;
}
.filtered-out{
	display: none;
}
.author-name-ttl{
	text-align: center;
}
.author-meta-social{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
.author-meta-social li{
	margin: 10px 0;
}
.author-meta-social a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;
}

/* Events page */
.event-date-wrap{
	padding: 10px 15px;
	border: 1px solid #a171da;
	display: inline-block;
	color: #a171da;
}
.event-date-group{
	vertical-align: top;
	display: inline-block;
}
.event-date-group+.event-date-group{
	margin-left: 5px;
}
.event-date-l{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.event-time-l{
	display: block;
	font-size: 14px;
}
.day-of-week{
	text-transform: capitalize;
}

.hide-if-no-customize{
	display: none;
}
img.aligncenter{
	margin: 0 auto;
	display: block;
}
.purple{
	color: #a171da;
}
.embed-responsive{
	margin-bottom: 10px;
}
#hp-posts{
	position: relative;
	top: -60px;
}
.single-category-title{
	margin-top: 0;
}

/* * * Popup login form * * */
.modal-content{
	padding: 15px;
	border-radius: 0;
}
#popup-login-form .modal-content{
	max-width: 320px !important;
	margin-left: auto;
	margin-right: auto;
}
#popup-login-form form{
	overflow: hidden;
}
#popup-login-form .login-remember{
	float: left;
	margin-bottom: 0;
	padding-top: 6px;
}
#popup-login-form .login-submit{
	float: right;
}
#popup-login-form .form-control{
	border-radius: 0;
}
.popup-lf-links{
	font-size: 13px;
	text-align: center;
}

/* * Comments * */
.comments-area{
	margin-top: 40px;
}
#reply-title, .comment-notes{
	display: none;
}
.form-row{
	margin-bottom: 12px;
}
#commentform{
	max-width: 500px;
}
.comment-meta{
	margin-bottom: 10px;
}
.comment-avatar{
	width: 100px;
	float: left;
}
.comment-avatar img{
	border-radius: 50%;
	display: block;
}
.comment-meta-data{
	padding-left: 110px;
	width: 100%;
	float: left;
	margin-left: -100px;
	line-height: 100px;
	height: 100px;
	font-size: 13px;
}
.cmd-in{
	vertical-align: middle;
	line-height: 1.42857;
	display: inline-block;
}
.reply{
	margin-bottom: 30px;
}
.comment-wrap .comment-wrap{
	margin-left: 30px;
}

/* * Search * */
.search-results .post-preview{
}
#copyright{
	font-size: 13px;
	margin-top: 15px;
}
.blank-post{
	padding-top: 80%;
}

/* * * Tablet * * */
@media (min-width: 768px) {
	/* * Header + Main nav * */
	#header .container{
		padding-bottom: 0;
	}
	#header-social{
		float: left;
		margin-bottom: 0;
	}
	#header-social li+li{
		margin-left: 10px;
	}
	#header-search{
		float: right;
		width: 316px;
	}
	#main-nav-left li{
		margin: 0;
	}
	#main-nav-right{
		margin: 0;
	}
	#main-nav-more a{
		padding-left: 0;
		padding-right: 0;
	}
	.mnr-username{
		max-width: 1000px;
	}
	.mnr-li-mid{
		margin: 0 10px;
	}

	/* * Footer * */
	.footer-column+.footer-column{
		margin-top: 0;
	}
	.footer-social li+li{
		margin-left: 13px;
	}


	/* * Slider * */
	.slider-wrap{
		margin-left: 0;
		margin-right: 0;
	}
	.myscience-slide-label{
		font-size: 24px;
	}
	.slider-caption{
		font-size: 21px;
		padding: 0 30px 30px;
		line-height: 1.1;
	}
	.flex-direction-nav .flex-prev{
		left: 30px !important;
	}
	.flex-direction-nav .flex-next{
		right: 30px !important;
	}


	/* * Content styles * */
	.content-box-xs+.content-box-xs{
		margin-top: 0;
	}
	.content{
		margin-bottom: 0;
	}
	.directory-map{
		height: 500px;
	}
	img.alignright, .wp-caption.alignright{
		margin-left: 15px;
		float: right;
	}
	img.alignleft, .wp-caption.alignleft{
		margin-right: 15px;
		float: left;
	}

	/* * * Popup login form * * */
	.modal-content{
		padding: 25px;
	}
	.popup-lf-links{
		font-size: 15px;
	}

	/* * Comments * */
	.comment-wrap .comment-wrap{
		margin-left: 50px;
	}
	.comment-meta-data{
		font-size: 15px;
	}

	/* * Search * */
	.search-results .post-preview:nth-child(2n+1){
		clear: both;
	}
}

/* * * Desktop narrow * * */
@media (min-width: 992px) {

	/* * Header + Main nav * */
	#header .container{
		padding-top: 0;
		padding-bottom: 0;
		height: 143px;
	}
	.logo{
		position: absolute;
		left: 50%;
		top: 10px;
		margin-left: -90px;
	}
	#header-social, #header-search{
		padding-top: 55px;
	}
	#main-nav{
		position: relative;
	}
	#main-nav-more{
		position: static;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 16px;
	}
	#main-nav-left{
		float: left;
		margin-left: -10px;
	}
	#main-nav-left li{
		border-bottom: none;
		float: left;
	}
	#main-nav-right{
		float: right;
		margin-right: -10px;
	}
	#main-nav-more a{
		padding: 0 15px;
		line-height: 60px;
		height: 60px;
	}
	.nav-fixed #main-nav-instead{
		height: 60px;
	}
	.nav-fixed #main-nav{
		position: fixed;
	}
	.mnr-username{
		max-width: 100px;
		top: -2px;
	}
	.mnr-li-mid{
		margin: 0;
	}

	/* * Footer * */
	.footer-social li+li{
		margin-left: 15px;
	}

	/* * Slider * */
	.slider-caption{
		font-size: 40px;
		padding: 0 40px 40px;
		text-shadow: 0 0 6px #000;
	}
	.flex-direction-nav .flex-prev{
		left: 40px !important;
	}
	.flex-direction-nav .flex-next{
		right: 40px !important;
	}


	/* * Content styles * */
	.content-box-sm+.content-box-sm{
		margin-top: 0;
	}

	/* * Authors page * */
	.author-bio-ttl{
		margin-top: 0;
	}
	.author-name-ttl{
	}

	/* * Comments * */
	.comment-wrap .comment-wrap{
		margin-left: 80px;
	}
}

/* * * Desktop wide * * */
@media (min-width: 1200px) {

	/* * Header + Main nav * */
	#header-social .social-vk, #header-social .social-tg, #header-social .social-facebook, #header-social .social-twitter, #header-social .social-rss, #header-social .social-youtube{
		width: 44px;
		height: 44px;
	}
	#header-social li+li{
		margin-left: 10px;
	}
	#header-social .button{
		font-size: 18px;
		line-height: 44px;
		padding: 0 12px;
		height: 44px;
	}
	#header-search{
		width: 423px;
		padding-top: 61px;
	}
	#main-nav-more{
		font-size: 18px;
	}
	.mnr-username{
		max-width: 200px;
	}

	/* * Footer * */

	/* * Slider * */
	.slider-caption{
		font-size: 50px;
	}

	/* * Search * */
	.search-results .post-preview:nth-child(2n+1){
		clear: none;
	}
	.search-results .post-preview:nth-child(3n+1){
		clear: both;
	}
}