/*
Theme Name: Astra Recipes
Theme URI: https://www.lesrecettedemounia.com/
Template: astra
Author: FBS
Author URI: https://www.fbs-webagency.fr
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.1.1586627088
Updated: 2020-04-11 17:44:48

*/
/**Slide-sticky-header*/
#sticky-header-part{
    position: fixed; /* Make it stick/fixed */
    top: -350px; /* Hide the navbar 350 px outside of the top view */
    width: 100%; /* Full width this is necessary*/
    transition: top 1s ease; /* Transition effect when sliding down (and up) */
}
/**End silde-sticky-header*/

/**Comments area*/
/**media query*/

.comments-area{
	background:#F8F8F8;
	margin-bottom:20px;
}
.recipe-review {
    padding-top: 0px;
	padding-left:40px!important;
	padding-bottom:40px;
	padding-right:40px!important;
    background-color: #f2f2f2;
    overflow: auto;
}
@media (max-width:768px){
	.recipe-review {
		padding-top: 0px;
		padding-left:10px!important;
		padding-bottom:40px;
		padding-right:10px!important;
		background-color: #f2f2f2;
		overflow: auto;
	}
}
.section-heading {
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.section-heading::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    background-color: #ff4a52;
    height: 3px;
    width: 50px;
}
h3.comments-title{
	font-size:20px;
}
.avarage-rating-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
	padding: 0 15px 0 15px;
}
.total-reviews {
    margin-bottom: 10px;
}
.comments-area ul {
    list-style-type: none;
    padding: 0;
}
.comment {
    margin-bottom: 15px;
}
.ast-comment {
    padding: 0;
}
.reviews-single-item{
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 9px 18px 0px rgba(113, 113, 113, 0.07);
}
@media (max-width:768px){
	.reviews-single-item{
		padding:15px;
	}
}
.ast-comment-list .ast-edit-link {
    flex: 0;
    margin-right: 5px;
}
.ast-reply-link{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #31b0d5;
	border-color: #269abc;
	border-radius: 4px;
}
.ast-edit-link{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #ec971f;
	border-color: #d58512;
	border-radius: 4px;
}
.ast-reply-link a, .ast-edit-link a{
	color:#fff;
}
.ast-comment-list li .children li {
    padding-top: 30px;
}
.ast-comment-avatar-wrap img {
    border-radius: 50% !important;
    width: 100%;
}
.media-recipe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 375px){
	.reviews-single-item .media {
		display: inherit;
	}
}
.media-body {
    position: relative;
    margin-left: 25px;
	flex: 1;
}
@media(max-width:768px){
	.media-body{
		margin-left:5px;
	}
}
.ast-comment-avatar-wrap {
    float: left;
    clear: right;
    margin-right: 0;
}
@media (max-width: 768px) {
	.ast-comment-avatar-wrap {
		float: inherit;
		clear: right;
		margin-right: 0;
	}
	.pull-left {
		margin-right: 0;
		float: inherit;
	}
	.ast-comment-avatar-wrap img {
		width: 50px;
	}
}

.timendate{
	margin-bottom: 6px;
	display: block;
	color: #a1a1a1;
	font-size: 15px;
	font-weight: 400px;
}

