/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.ourWeb{
	margin-top: 6rem;
}

@media (max-width: 991px) {
	.ourWeb{
		margin-top: 0.5rem;
	}
}


.color-web {
	background-color: #dc3545;
	color: white;
}

.card-recipe {
  /* margin: 1rem; */
}

.img-rounded {
	height: 150px;
  	border-radius: 0.5rem;
  	border-image: round;
}

#logo-footer {
	width: 	130px !important;
	height:	130px !important;
}

#logo-navbar {
	padding: 10px 0px;
	height:	80px !important;
	width: auto;
}

#home-banner {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

}

/* ------------------------------------------------------------------- */
/* Recipe Page
---------------------------------------------------------------------- */
.background-banner {
	max-height: 250px;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 0;
}

.background-banner:before {
	content: "";
	background: #333;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	display: block;
	opacity: 0;
}


.background-banner img {
	width: 100%;
	height: auto;
}

.background-banner { max-height: 525px; }



.navi {
	display: flex;
	justify-content: center;
}


.recipe-box-content h3{
	margin-bottom: 0px !important;
}

.thumbnail-holder{
	    border-radius: 5px 5px 0px 0px;
}

.recipe-box-content{
	background-color: #efefef;
	border-radius: 0px 0px 5px 5px ;
}

ul.share-buttons li{
	width: 30% !important;
}

.recipe-title {
	padding: 10px;
  }

.ingred {
	margin-top: 20px;
}

.com-soon-container {
	margin-top: 200px;
}

@media (max-width: 991px) {
	.com-soon-container {
		margin-top: 150px;
	}
}

@media (max-width: 768px) {
	.com-soon-container {
		margin-top: 80px;
	}
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .printComplete{
    	width: 100% !important;
    }
}

.overflow_fix {
	overflow-x: hidden;
    max-width: 100%;
}
@media (max-width: 991px) {
	img.rsImg{
		height: 100% !important;
		object-fit: cover;
	}
}

.mgn-t {
	margin-top: 4rem !important;
}

#myVideo {
	position: fixed;
	right: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
  }