@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600&display=swap');
body
{
    font-family: 'El Messiri', sans-serif;
    
    min-height: 100%;
	color: #000;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'El Messiri', sans-serif;
}

.top-nav-custom
{
	background-color: #342A29; 
	text-align: center;
}

.top-nav-custom a
{
	text-decoration: none;
	transition: all 0.45s ease-in-out;
}

.top-nav-custom a:hover
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}

.social-bar
{
    background-color: #342A29;
    /*padding-left: 14%;*/
}

.social-bar > span, .contact-info > span
{

    font-size: 1em;  
    margin: 0 3px;
    color: #fff;
    min-height: 3em;
    line-height: 3.2em;
}

.contact-info > span > i
{

    margin-left: 0.7em;
    line-height: 1.2em;
}

.lang-sw
{
    font-size: 1em;  
    color: #fff;
    min-height: 3em;
    line-height: 3.2em;
    text-align: right;
}

.lang-active 
{
    background-color:transparent;
}

.btn-secondary
{
    background-color:transparent;
    border-color: transparent;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus
{
    background-color:transparent;
    border-color: transparent;
    color: #fdb822;
}

.logo-st 
{
    background-color:#fff;
    text-align: left;
    /*margin: 0.5em 0;*/
}
.logo-st img
{
    width: 35%;
    text-align: left;
    vertical-align: middle;
}

.navbar
{
    margin-bottom: 0;
	text-transform: uppercase;
}

.navbar .navbar-nav
{
    text-align: left;
    line-height: 3em;
}

.navbar li a 
{
	text-shadow: none;
	color: #555;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.45s ease-in-out;
}



.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    background-color:transparent;
    box-shadow:none;
	
    color:#EBB576;
    text-decoration: none;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}

nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}



nav .nav > li {
	position: relative;
    line-height: 3.5em;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #EBB576;
	
}

.video-style video
{
	height: 100%;
}
.video-style p 
{
	margin: 0;
	padding: 0;
	line-height: 0;
    
}

.posts-style
{
	
	min-height: 50px;
	padding: 3em 0;
	text-align: center;
}

.posts-style h2
{
	display: block;
	margin: 0 0 1.2em 0;
	
}

.posts-style h2::after
  {
	background: none repeat scroll 0 0 #fdb822;
    top: 1.7em;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 0 0 48%;
    position: absolute;
    width: 50px;
  }

.posts-style h6
{
	margin: 0.5em 0;
	text-align: center;
}

.posts-style a
{
	display: block;
	text-decoration: none;
	transition: all 0.45s ease-in-out;
}

.posts-style a:hover
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}


.image-b
{
    background-image: url(/media/templates/site/j4starter/images/bake.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.intro
{
	padding-top: 70px !important;
	padding-right: 70px !important;
	/*padding-bottom: 70px !important;*/
	padding-left: 30px !important;
	background-color: #f7f7f7 !important;
	
}


.intro h4::after
  {
	background: none repeat scroll 0 0 #fdb822;
    top: 2em;
    content: "";
    height: 3px;
    right: 0;
    margin: 0 auto -15px auto;
    position: absolute;
    width: 60px;
  }

  .intro p
  {
	margin-top: 3em;
	text-align: justify;
  }
  
  
  .products-style
  {

	min-height: 50px;
	padding: 3em 0;
	text-align: center;

  }

  .products-style img
  {
	width: 80%;
  }

  
.products-style h2
{
	display: block;
	margin: 0 0 1.2em 0;
	
	
}

.products-style h2::after
  {
	background: none repeat scroll 0 0 #fdb822;
    top: 1.7em;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 0 0 48%;
    position: absolute;
    width: 50px;
  }


  .footer
  {
	background-color: #342A29; 
	text-align: center;
  }

  .footer .footer-icons
  {
	margin: 1.5em 0;
	font-size: 1.5em;
  }

  .footer .footer-icons a
{
	text-decoration: none;
	transition: all 0.45s ease-in-out;
}

.footer .footer-icons a:hover
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}

  .footer .footer-icons span
  {
	margin: 0 5px;

  }

  .footer .footer-img
  {
	margin-bottom: 2em;
  }

  .footer .footer-img img
  {
	width: 20%;
  }

  .footer .footer-info

{
	font-size: 14px;
}

.location-map
{
	margin: 2.5em 15%;
	display: flex;
	width: 70%;
	border: 0;
	align-items: center;

	text-align: center;
}

.contact-us-f
{
	background-color:transparent;
}

.Contact-us-form
{
	padding-left: 5em;
}

.moduletable  #cf_1 {
	--font: font-family: 'El Messiri', sans-serif;
--max-width: 100%; 
--background-color: rgba(255, 255, 255, 1);
--border-radius: 0px;
--control-gap: 10px;
--label-color: #333333;
--label-size: 16px;
--label-weight: 400;
--input-color: #888888;
--input-text-align: left;
--input-background-color: #ffffff;
--input-border-color: #cccccc;
--input-border-radius: 3px;
--input-size: 16px;
--input-padding: 12px 12px;

}
.moduletable  #cf_2 
	{
		--font: font-family: 'El Messiri', sans-serif;
	}

.bred-nav
{
	padding: 0;
}

.bred-bg
{
	position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	/*background-image: url("https://preview.milingona.co/themes/bakery/catalog/wp-content/uploads/2017/12/header-1.jpg");*/
}

.bred-bg::before
{
	content: "";
      background-image: url("https://preview.milingona.co/themes/bakery/catalog/wp-content/uploads/2017/12/header-1.jpg");
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
.mod-breadcrumbs__wrapper
{
	background-color: #342A29;
	height: 5em;
	line-height: 4.2em;
	color: #fff;
}



.icon-location::before {
	content: "";
  }

  .breadcrumb-item + .breadcrumb-item::before {
	color: var(--breadcrumb-divider-color);
	content: "/";
	color: #EBB576;
	float: right;
	padding-right: var(--breadcrumb-item-padding-x);
  }

  .breadcrumb-item.active
  {
	color: #fdb822;
  }

