.author-profile {
    display: flex;
    width: 10px;
    align-items: center;
}

.author-profile img {
    border-radius: 100px;
    float: right;
    width: 48px;
    margin-left: 15px;
}

.container {
    margin: auto;
}

.feed-text textarea,
#buddypress form#whats-new-form textarea {
    background-color: #F2F2F2;
    width: 100%;
    padding: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.feed-text textarea:placeholder {
    color: #000;
}

.author-img {
    max-width: 80px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.author-img img {
    border-radius: 100px;
}

.posts-wrapper article {
    position: relative;
}

.posts-wrapper {
    position: relative;
}

.post-img {
    position: relative;
    max-width: 870px;
}

.post-img .recipes {
    position: absolute;
    right: 0;
    display: flex;
    bottom: 15px;
    right: 15px;
}

.post-img .recipes .recipe {
    margin-left: 20px;
    background-color: #D9D9D9;
    padding: 100px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
}

.social-feed {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 15px;
    bottom: 15px;
}

.social-feed li {
    list-style: none;
}

.sidebar {
    padding-left: 20px;
}

.widget {
    margin-bottom: 50px;
}

.buddypress-wrap {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 640px) {
    .buddypress-wrap {
        max-width: 640px;
    }
}

@media only screen and (min-width: 768px) {
    .buddypress-wrap {
        max-width: 768px;
    }
}

@media only scren and (min-width: 1024px) {
    .buddypress-wrap {
        max-width: 1024px;
    }
}

@media only screen and (min-width: 1280px) {
    .buddypress-wrap {
        max-width: 1280px;
    }
}


/* @media only screen and (min-width: 1536px) {
    .buddypress {
        max-width: 1536px;
    }
} */
.media {
	display: block;
  }

.buddypress section#primary {
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.buddypress .entry-content>#buddypress {
    max-width: 100%;
}

 /* .buddypress .entry-content.prose.prose-neutral.max-w-none.prose-a\:text-primary {}  */

/* .buddypress #primary #main {
    width: 72.1%;
} */


.buddypress section#primary>* {
    padding: 0 10px;
}

.page-id-44 .entry-title {
    max-width: 790px;
    margin-top: 20px;
}

div#user-submitted-posts form {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 25px;
}

div#user-submitted-posts fieldset label {
    margin-bottom: 15px;
}

div#usp-submit {
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}

div#user-submitted-posts fieldset input.usp-input {
    padding: 5px;
    border-radius: 5px;
}

div#user-submitted-posts select {
    padding: 5px;
    border-radius: 5px;
}
/*Profile card style start here*/

.mixedology-author-profile-card {
	background-color: rgba(217, 217, 217, 0.35);
}
.mixedology-avatar img {
	border-radius: 50%;
	width: 77px;
 	height: 77px;
}
.mixedology-user-info h2 {
	font-size: 20px;
	font-weight: 700;
}
.mixedology-stats{
	font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.mixedology-profile-info{
	display: flex;
	align-items: center;
}
.mixedology-sidebar{
	border: 1px solid #000000;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}

.card {
    margin: auto;
}

.author-avatar img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.social-icons img {
    width: 50px;
    height: 50px;
}

.mixedology-recipe-card {
    width: 200px;
    height: 200px;
		background-color: #38524f;
		color: #fff;
		margin-right: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 15px;
	}

.reciep-cards {
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
}

/*Profile card style end here*/
#content{
	max-width: 1230px;
	margin: 20px auto;
  }
   /* CSS to style the counter number  */
.counter {
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
}

.mx-recipe-category a {
	color: #000 !important;
}
.mix-author-profile-card {
	display: flex;
	column-gap: 30px;
	flex-direction: row;
	align-items: center;
}
.mix-fields-single {
	display: flex;
	column-gap: 30px;
}
.avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 10px 0;
}
div#item-header-avatar a img {
    width: 150px;
    height: 150px;
	border: 2px solid #2647CA !important;
}

.author-name {
	margin: 10px 0;
}
/*Archive Recipe listing style style here*/
.mx-recipe-category a {
	color: #000 !important;
}
.mix-author-profile-card {
	display: flex;
	column-gap: 30px;
}
.mix-author-profile-card a{
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}
.mix-fields-single {
	display: flex;
	column-gap: 30px;
}
.recipe-card-img-top {
  height: 350px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recipe-card-title a {
  color: #000 !important;
  text-decoration: none;
}
.recipe-card-title {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recipe-card-custom {
  margin-bottom: 30px;
  border: none !important;
}
.recipe-card-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.card-body.recipe-card-body.d-flex.flex-column {
	padding-left: 0px;
	padding-right: 0px;
}
/*Archive Recipe listing style end here */

.mixedology-recipe-fields{
	background-color: #38524f;
	color: #ffffff;
}


#mixedology-post-submission-form {
		max-width: 100%;
		margin: 0 auto;
		padding: 20px;
		border: 1px solid #ddd;
		border-radius: 5px;
		background-color: #f9f9f9;
}
#mixedology-post-submission-form label {
		display: block;
		margin-bottom: 8px;
		font-weight: bold;
}
#mixedology-post-submission-form input[type="text"],
#mixedology-post-submission-form textarea,
#mixedology-post-submission-form select,
#mixedology-post-submission-form input[type="file"] {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
		border-radius: 4px;
}
#mixedology-post-submission-form input[type="submit"] {
		background-color: #38524f;
		color: #fff;
		border: none;
		padding: 10px 20px;
		border-radius: 4px;
		cursor: pointer;
		font-size: 16px;
}
#mixedology-post-submission-form input[type="submit"]:hover {
		background-color: #38524f;
}

#mixedology-recipe-submission-form {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 20px;
		border: 1px solid #ddd;
		border-radius: 8px;
		background-color: #f9f9f9;
}

#mixedology-recipe-submission-form label {
		display: block;
		margin-bottom: 8px;
		font-weight: bold;
}

#mixedology-recipe-submission-form input[type="text"],
#mixedology-recipe-submission-form textarea,
#mixedology-recipe-submission-form input[type="file"],
#mixedology-recipe-submission-form select {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
		border-radius: 4px;
}

#mixedology-recipe-submission-form button,
#mixedology-recipe-submission-form input[type="submit"] {
		display: inline-block;
		padding: 10px 20px;
		font-size: 16px;
		border: none;
		border-radius: 4px;
		background-color: #38524f;
		color: #fff;
		cursor: pointer;
		margin-top: 10px;
}

#mixedology-recipe-submission-form button:hover,
#mixedology-recipe-submission-form input[type="submit"]:hover {
		background-color: #38524f;
}

#recipe-ingredients-container input,
#recipe-directions-container textarea {
		margin-top: 10px;
}


/*Single Recipe style start here*/
/* ::marker {
   display: none !important;
} */

/*Single Recipe style end here*/
/*Listing Product style start here*/


@media (max-width: 1024px) {
.mix-side-bar {
    display: none !important;
}

.col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}
	h2.woocommerce-loop-product__title {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0px;
}
@media (min-width: 768px) {
    .products {
        display: flex;
        flex-wrap: wrap;
    }
    .products .col-md-4 {
        display: flex;
    }
}
/*Listing Product style end here*/
/*Single Product style start here*/
.product-title{
	font-size: 36px;
	font-weight: 700;
}
h3.mix-related-product-title {
font-size: 20px !important;
font-weight: 700;
color: #000000;
}
.img-fluid.mixedology-alcoholo-free {
position: absolute;
width: 50px;
height: 50px;
bottom: 30%;
right: 10px;
z-index: 10;
}
.image-gallery.mt-3.mixedology-product-gallery {
position: absolute;
top: 0;
width: 60px;
flex-direction: column;
left: 25px;
}
.img-fluid.mix-walmart-img {
max-width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 1em 1em;
padding: 0;
}
h3.woocommerce-loop-product__title {
font-size: 20px;
font-weight: 700;
margin: 20px 0px;
}
.gallery-image {
cursor: pointer;
margin-bottom: 10px;
border: 2px solid transparent;
}
.gallery-image:hover {
border: 2px solid #000;
}
img.w-full.best-buy-image {
    max-width: 150px;
}
img.w-full.walmart-image {
    max-width: 250px;
}
.similar-products img {
max-width: 100%;
height: auto;
}
.related-product {
text-align: left;
margin-bottom: 20px;
}
@media (max-width: 767px){
.related-product {
text-align: left;
margin-bottom: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
}
.woocommerce-product-ratings {
	display: flex;
  }
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.button.p-0.read-more-btn-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    color: #38524f;
}
img.img-fluid.read-more-btn-icon {
	width: 20px !important;
    height: 20px !important;
}
.product-details .posted-in,.product-details h2 {
    color: black;
	text-decoration: none;
}
.product-details .posted-in:hover,.product-details h2:hover {
        text-decoration: none;
    }

/*Single Product style end here*/

/*Post listing style start here*/
.mixedology-card-title{
	font-size: 26px;
	font-weight: 700;
}
.mixedology-card-text{
	font-size: 16px;
}
.mixedology-recipe-card.p-3 h4 a {
font-size: 20px;
font-weight: 600;
}
.mixedology-recipe-card.p-3 h4 a:hover {
color: #fff;
}
/*Post listing sytyle end here*/
input#dir-members-search{
	border: 2px solid #2647CA !important;
	padding: 0px 10px 2px !important;
	   border-radius: 20px !important;
}

@media (max-width: 768px) {
	.dir-search.members-search.bp-search {
		display: none;
	}
}
.bp-screen-reader-text {
	position: relative !important;
  }
  #buddypress ul.item-list li div.action {
	  position: relative !important;
	  top: 15px;
	  right: 0;
	  text-align: right;
	  display: flex;
	  justify-content: center;
	  margin-bottom: 50px;
  }

/*message Style start here*/
/* .avatar {
    width: 32px;
    height: 32px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
} */

#user_messages_search {
	border: 2px solid #2647CA;
    padding: 0px 10px 2px;
    border-radius: 20px !important;
	}
	.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: none;
}
select#user-messages-bulk-actions {
    display: inline-block;
    margin-bottom: .5rem;
    border: 2px solid #2647CA;
    border-radius: 20px;
    padding: 2px 10px 2px;
}
/* .dashicons, .dashicons-before:before {
    display: inline-block;
    width: 40px;
    height: 31px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
	line-height: 1.5;
    border: 2px solid #2647CA;
	border-radius: 5px;
} */
.user_messages_select_all{
	border: 2px solid #2647CA;
}
/* .user-messages-bulk-actions select {
    display: none;
} */
/* .dashicons-yes{
	display: inline-block;
    width: 40px;
    height: 31px;
	line-height: 1.5;
    border: 2px solid #2647CA;
	border-radius: 5px;
} */
ul#message-threads {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/*Message Style end here  */
/*User Frontend Dashboard style start here*/

/* .user-dashboard .tabs {
	display: flex;
	cursor: pointer;
	margin-bottom: 20px;
	font-size: clamp(11px,2.5vw,20px);
}
.user-dashboard .tabs li {
	padding: 10px 20px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 5px;
	list-style: none;
}
.user-dashboard .tabs li.current {
	background-color: #fff;
	border-top: 2px solid #0073aa;
	font-weight: bold;
}
.user-dashboard .tab-content {
	display: none;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.user-dashboard .tab-content.current {
	display: block;
} */

/*USer Frontend Dashboard style end here*/


/*Post submission form style start here*/


#post-submission-form label {
	font-weight: bold;
	color: #333;
}

#post-submission-form input[type="text"],
#post-submission-form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

#post-submission-form input[type="file"] {
	margin-bottom: 10px;
}

#post-submission-form select {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

#post-submission-form input[type="submit"] {
	background-color: #0073aa;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

#post-submission-form input[type="submit"]:hover {
	background-color: #005580;
}

@media screen and (max-width: 600px) {
	#post-submission-form input[type="text"],
	#post-submission-form textarea,
	#post-submission-form select {
		width: 100%;
	}
}

/*Post submission form style end here*/
.member-header-actions .is_friend{
	display: none;
}

/****************** View profile button **********************/

.bt-view-profile {
    background-color: #38524f !important;
}
@media (max-width: 587px) {
    .main-author-hero-btn{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .bt-view-profile {
        margin-top: 20px;
        margin-left: 0;

    }
}

/****************** Facetwp Search **********************/

input.facetwp-search {
    border: 2px solid #38524f;
    padding: 10px;
}
i.facetwp-icon {
    background-color: #38524f;
    padding: 10px 20px;
}
span.facetwp-input-wrap {
    width: 100%;
}

/****************** pagination **********************/

.pagination a {
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
}
.pagination .current {
    background-color: #0073e6;
    color: #fff;
    border: 1px solid #0073e6;
	padding: 10px;
    border-radius: 3px;
}
.pagination .prev,
.pagination .next {
    font-weight: bold;
}

/** Wishlist **/
.my-wishlist .items {
    display: flex;
}

.recipe-card-custom .wishlist-button-wrap,
.single-recipe .wishlist-button-wrap {
    margin-top: 0px;
}


.acf-input select {
    border: 1px solid #ccc;
    /* padding-right: 5px !important; */!i;!;
}

.single-post .primary > p {
    margin-bottom: 20px;
}

.acf-input-wrap {
    border: 1px solid #ccc;
}

.acf-form-submit .acf-button {
    background-color: #007bff;
    padding: 15px;
    border-radius: 15px;
    margin-left: 15px;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .glsr-field.glsr-field-choice {
    display: flex;
}

span.glsr-field-radio {
    margin: 0 10px;
}
}

.facetwp-icon {
    background-color: #e2f0ff !important;
    opacity: 1;
    color: #fff !important;
    border-radius: 15px;
    height: 50px;
}

.popup-content {
    position: relative;
    padding: 20px;
    max-width: 600px;
    background: white;
    border-radius: 10px;
    overflow: auto;
}

.details > div {
    padding-left: 5px;
}

.acf-field-textarea .acf-input {
    border: 1px solid #ccc;
}

.acf-taxonomy-field {
    max-width: 300px;
}

.acf-taxonomy-field[data-taxonomy="ingredient"] .-hover {
    display: block;
}

span.select2-dropdown.select2-dropdown--below {
    transform: translate(0, 30px);
}

/** Overwrite styles **/

body {
    background-color: #ebeae4;
}

.btn-primary {
    border-color: #38524f;
    background-color: #38524f;
}

#acf-field-67f3d494d6c33 {
    display: none;
}

.selected-ingredients-wrapper {
    margin-left: 20px;
    padding: 15px;
    background-color: #38524f;
    color: #fff;
}

.selected-ingredients-wrapper > h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

ul.selected-ingredients-list .qty-selector {
    color: black;
    padding: 5px;
    border-radius: 2px;
}

ul.selected-ingredients-list li {
    margin: 10px 0;
}