/*
Theme Name: Zhinka
Theme URI: 
Author: <panevnyk.roman@gmail.com>
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
*/

footer{display: none;}
.with_map{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-map{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
}
#map{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(.4);
}
span.wpcf7-not-valid-tip{
    display: none !important;
}
div.wpcf7-response-output{
    margin-top:0px !important;
}
.post-navigation .nav-links{
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-links .post-title{
    display: block;
}

.post-navigation .nav-links .nav-previous{
    text-align: left;
}

.post-navigation .nav-links .nav-next{
    text-align: right;
}

.post-navigation .nav-links .nav-next a span:not(.post-title),
.post-navigation .nav-links .nav-previous a span:not(.post-title){
    font-size: 14px;
    color: #ed0029;
    text-transform: uppercase;
    letter-spacing: 1.4;
}

.comments-section {
    padding: 40px 150px !important;
}

.post-navigation .nav-links a span.post-title{
    color: #333333;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 40px;
}
.comments-title{
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid #ecedee;
    margin-bottom: 50px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
#submit{
    background-color: #263e53;
    color: #fff;
}
#email-notes{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.cx-px {
    text-align: center;
}

.comment-list .avatar{
    border-radius: 50%;
}
.comment-list .says{
    display: none;
}
.comment-list .fn{
    margin-left: 15px;
}
.comment-list .comment-body p,
.comment-list .commentmetadata,
.comment-list .comment-body .reply{
    padding-left: 90px;
}

.comment-list .comment-body p{
    font-size: 15px;
    color: #999999;
    margin-top: 19px;
    margin-bottom: 8px;
}
.comment-list .commentmetadata {
    margin-top: -22px;
}
.comment-list .commentmetadata a{
    font-size: 11px;
    color: #333;
    text-decoration: none;
}

.comment-list .comment-body .reply a{
    text-transform: uppercase;
    color: #333;
}
.comment-list .comment-body {
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.comment-list .comment.depth-2,
.comment-list .comment.depth-3,
.comment-list .comment.depth-4,
.comment-list .comment.depth-5,
.comment-list .comment.depth-6,
.comment-list .comment.depth-7,
.comment-list .comment.depth-8,
.comment-list .comment.depth-9,
.comment-list .comment.depth-10{
    padding-left: 85px;
}
.comment-respond{
    margin-top: 50px;
}
.comment-form-cookies-consent{
    display: none;
}
.comment-form{
    display: flex;
    flex-direction: column;
}
.comment-form .comment-notes{
    order: 1;
    margin-bottom: 5px;
}
.comment-form .comment-form-comment{
    order: 3;
}
.comment-form .comment-form-comment textarea{
    margin-top: 0;
    height: 150px;
}
.comment-form .row{
    order: 2;
}
.comment-form .form-submit{
    order: 4;
    text-align: left;
}

.comment-form .form-submit input[type="submit"]{
    margin: 0 !important;
}
#reply-title a, .logged-in-as a{
    color: #ed0029;
    text-decoration: none;
}
.logged-in-as{
    margin-bottom: 25px;
}
.comments-section{
    margin-bottom: 70px;
}
.detail_comment img {
    margin-left: 10px;
    margin-top: -3px;
}
.author_avarat{
    border-radius: 50%;
}
.comments-section{
    padding-top: 0 !important;
}
.comment-reply-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.main_menu ul li img{
    margin-right: 5px;
}
.pagination {
    margin-bottom: 150px;
    margin-top: -25px;
}

.quote{
    border-top: 1px solid #ecedee;
    border-bottom: 1px solid #ecedee;
    margin: 50px 0;
    padding: 50px 0;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner{
	padding: 0 25px;
	order: 3;
}
@media (max-width: 768px) {
	.nav-links{
		display: flex;
		flex-wrap: wrap;
		justify-content: stretch;
	}
	.nav-previous{
		width: 100%;
		display: flex;
		justify-content: left !important;
	}
	.nav-next {
		width: 100%;
		display: flex;
	 	justify-content: left;
	}
	.nav-links div[class^="nav-"] > a > span:last-of-type {
		display: block;
	}
	.post-navigation .nav-links a span.screen-reader-text {
		text-align: left;
	}
	.post-navigation .nav-links a span.post-title {
		text-align: left;
	}
}