/**
 * Theme Name:     Boucherie Child
 * Author:         Mindshare Consulting
 * Template:       boucherie
 * Text Domain:	   boucherie-child
 * Description:    Restaurant &amp; the epitome of Michelin Star
 */
.for-bottom-line{
    position: relative;
 padding-bottom:20px;
}

.for-bottom-line::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background:#FD1E1E;
}

.for-top-line{
    position: relative;
 padding-top:40px;
}

.for-top-line::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 4px;
    background:#FD1E1E;
	transform:translatex(-50%);
}

.red{
	color:#FD1E1E;
}
.designed-by {
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 15px;
	flex-wrap: wrap
} 
.space-between {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap
} 
.space-between:first-child {
	padding-right: 5px
} 
.space-between a {
	display: flex;
	align-items: center
}
.video-button{
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.header-menu .menu-item .elementor-item{
   font-size: 16px !important;
}
.header-menu .menu-item .sub-menu .menu-item a{
   font-size: 14px !important;
}
.custom-field-error {
    display: none;
    color: #A42024;
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px;
    font-weight: 500;
  }



@media (max-width: 767px){
	.designed-by{
		justify-content: center;
	}
}