@charset "UTF-8";
.alm-btn-wrap {
	
text-align: center;
}

.main__rait-text {
	float: left;
	margin-right: 14px;
}

.post-ratings {
padding: 15px 0px;
}

.cancel-comment-reply{
	padding-left: 24px;
}

.comment .comments__item--answer{
	margin-bottom: 30px;
}

.padding18{
	padding: 18px;
}

.pagination{
	text-align: center;
	margin: 25px 0px 40px;
}

.page-numbers {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    -webkit-transition: .1s;
    transition: .1s;
    line-height: 20px;
    color: #b9b9b9;
    cursor: pointer;
	margin-left: 5px;
	margin-right: 2px;
	background: #fff;
	border: 1px solid #efefef;
}


.pagination .current{
	background: #fff;
	border: 1px solid #333;
	cursor:default;
	color: #333; 
}

.pagination a:hover{
	background:  #242632; 
	text-decoration:none;
	color: #fff;
}

.pagination .prev{
	margin-right: 25px;
}
.pagination .next{
	margin-left: 25px;
}


@media only screen and (max-width: 768px) {
	.recipes__img-container {
		min-height: 190px !important;
	} 
	
	.tax-catrecipe .down-text{
		padding-top: 60px;
	}
}

.down-text p{
	font-size: 14px;
	line-height: 16px;
	margin: 8px 0;
}

.socials__link img{
	vertical-align: middle;
}

.wpcf7-form-control-wrap.your-message {
	display: flex;
	flex-direction: column;
}

/* min - будет выводится если больше чем 768px */
/* max - будет выводиться если меньше чем 768px */

@media (min-width: 1023px ) {
	.wp-caption {
		max-width: 665px !important;
		
	}
}
@media (min-width: 1240px){
	.wp-caption {
		max-width: 865px !important;
	}
}

@media (max-width: 1023px ) {
	.wp-caption {
		
		width: auto !important;
	}
}
 @media (min-width:768px) {
/* .home_post_list .recipes__item:last-child{
	
		border-bottom: 0px ; 
} */
.home_post_list .recipes__item{
	
		border-bottom: 1px solid #dedede ; 
}
.home_post_list .box:last-child .recipes__item{
	border: 0;
	margin-bottom: 15px;
}



} 



/* @media (min-width: 992px ) and (max-width: 1200px) { 
	 #app_topnavbar-wrapper .navbar-nav li a{
		padding-left: 20px !important;
		background: none !important;
	}
} */



.info-author-article .post-ratings{
	padding: 0px;
}

.static ul.static__subject-list li a{
	margin-left: 4px;
}

@media (min-width: 768px) {
	.recipes__img-container {
		min-width: 300px !important;
		max-width: 300px !important;
	}
}

.category-recipes-box:hover .category-recipes-box__body h3{
	text-decoration: underline;
}

.category-recipes-box__body:hover span{
	color: #555;
}

