/*
Theme Name: Journalx Child
Theme URI: http://docs.wpshop.ru/themes/journalx
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: journalx
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

@media (min-width:1400px) {
	.post-boxes {
    grid-template-columns: repeat(4,1fr);
    max-width: 1140px;
	}
}
.post-boxes {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.entry-tag {
	background: #fff;
	font-size: 13px;
    color: #999;
	box-shadow: 0 8px 24px rgba(38,38,38,.15);
    transition: all .1s ease;
	height: 30px;
	line-height: 28px;
	border: none;
	padding: 0 20px;
	font-size: .8em;
	margin-right: 10px;
}
.entry-tag::before {
    content: "";
}
.entry-tag:hover {
    color: #999;
	box-shadow: 0 8px 24px rgba(38,38,38,.225);
}

.scrolltop {
    right: 40px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
}
body {
	background: #faf8f6;
}
.site-header {
    padding: 0 25px;
    background: #ffffff;
/*	box-shadow: 0 3px 3px rgba(0,0,0,.1);
	transition: height .2s; */
	border-bottom: 1px solid #eaeaea;
	position: relative;
	max-width: 1400px;
	height: 70px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.site-header .main-navigation {
	margin-top: auto;
}
.footer-navigation ul li a, .main-navigation ul li a {
}
.main-navigation ul li.current-menu-item span {
    background: transparent;
}
.main-navigation ul li a:hover {
    background-image: none;
	color: #198cff;
}
.search-screen .search-form .search-field:focus {
    border-bottom: 1px solid #55b2dd;
}
@media (min-width: 991px) {
	.site-branding {
    padding-right: 0;
	}
	.main-navigation ul li {
    margin: 0 1em 0;
	border-bottom: 3px solid transparent;
	transition: border-bottom-width .1s cubic-bezier(.4,0,.2,1);
	}
	.main-navigation ul li:hover {
	border-color: #dfe1e5;
	}
	.main-navigation ul li.current-menu-item {
	border-color: #55b2dd;
	}
	.main-navigation ul li a {
    background-image: none;
    height: 64px;
    padding-bottom: 0;
    line-height: 64px;
	}
	.main-navigation ul li.current-category-ancestor, .main-navigation ul li.current-menu-ancestor, .main-navigation ul li.current-post-ancestor {
    border-color: #55b2dd;
	}
	.main-navigation ul li.current-menu-item span {
	line-height: 64px;
	}
	.main-navigation ul li .sub-menu {
    left: -20px;
	margin-top: -14px;
	}
	.main-navigation ul li .sub-menu a {
    height: 44px;
    line-height: 44px;
	}
}
@media (max-width: 991px) {
	.humburger {
	top: 25px;
	}
	.header-search {
    top: 18px;
	}
}


.site-content {
    margin-bottom: 0;
}
.article-wrap {
    margin-bottom: 0;
}
.site-main {
    background: #ffffff;
    max-width: 1400px;
    margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 5px;
}
.site-footer {
    background: transparent;
}
.entry-content .wp-caption-text {
	text-align: center;
}

.widget-area {
    top: 10px;
	padding: 0;
}
/*
     */
/*
*/