.ive-bakery-topabr-location p{
  margin-left: 10px;
}
.ive-bakery-site-logo{
  background-color: #ff7c93;
  top: -24px;
  z-index: 3;
  padding: 5px 15px;
}
.ive-bakery-site-logo:before{
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
  top: 100%;
  border-bottom: 20px solid transparent;
  border-left: 75px solid #ff7c93;
}
.ive-bakery-site-logo:after{
  content: '';
  position: absolute;
  width: 50%;
  right: 0;
  top: 100%;
  border-bottom: 20px solid transparent;
  border-right: 75px solid #ff7c93;
}
.ive-bakery-block-topabr-social-icons a {
  color: #000;
  size: 14px;
  width: 35px;
  display: inline-block;
}

.ive-vw-bakery-child-topbar-search{
  flex-basis: 6% !important;
  transition: 0.8s;
}
.ive-vw-bakery-child-topbar-search:hover{
  flex-basis: inherit !important;
}
.ive-vw-bakery-child-topbar-search input[type="search"]{
  width: 0;
  padding: 5px 0;
  margin: 0;
  border: none;
  flex-grow: unset;
  transition: 0.8s;
  border-radius: 20px;
}
.ive-vw-bakery-child-topbar-search form{
  position: relative;
  padding-block: 5px;
}
.ive-vw-bakery-child-topbar-search form:hover input[type="search"]{
  flex-grow: 1;
  padding: 5px 20px;
  box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
.ive-vw-bakery-child-topbar-search form button{
  background: none;
  border: none;
  margin-left: 0;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ive-vw-bakery-child-topbar-search form button:after{
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ff7c93;
}
.ive-vw-bakery-child-topbar-search form button svg{
  display: none;
}
.ive-bakery-topabr-location > div{
  display: flex;
  align-items: center;
}
.ive-bakery-topabr-location p{
  margin-bottom: 0 !important;
}

.ive-bakery-header-menu-container ul>li:not(:last-child){
  margin-inline-end: 20px
}
.ive-bakery-header-menu-container ul li a{
  font-size: 16px;
  color: #404a3d !important;
  font-family: 'ABeeZee', sans-serif;
  font-weight: 600;
}
.ive-bakery-header-menu-container ul ul{
  border: unset !important;
  box-shadow: 0px 5px 40px rgba(0,0,0,.15);
  transition: all 3s ease-out !important;
}
.ive-bakery-header-menu-container ul ul li a {
  color: #000;
}
.ive-bakery-header-menu-container ul ul li:hover > a {
  color: #ff7c93;
}
/* footer */
.ive-bakery-block-footer-main-heading h2{
  font-family: 'Merienda One', cursive;
  letter-spacing: 1px;
  margin-block-start: 25px;
}
.ive-bakery-block-footer-newsletter-form form {
  position: relative;
  width: max-content;
  margin: auto;
}
.ive-bakery-block-footer-newsletter-form form input[type="email"] {
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  max-width: 100%;
}
.ive-bakery-block-footer-newsletter-form form input[type="submit"] {
  display: inline-block;
  max-width: max-content;
  background-color: #ffffff !important;
  color: #000;
  padding: 9px 20px;
  border: solid 1px #ffffff;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
  margin: 0;
}
.ive-bakery-block-footer-section h3{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Merienda One', cursive;
  color: #fff;
}
.ive-bakery-block-footer-column-one a{
  color: #fff;
}
.ive-bakery-block-footer-column-one a span {
  display: flex;
}
.ive-bakery-block-footer-column-one a span div{
  margin-right: 15px;
}
.ive-bakery-block-footer-navigation-menu ul > li:not(:last-child){
  margin-right: 40px;
  position: relative;
}
.ive-bakery-block-footer-navigation-menu ul > li:not(:last-child):after{
  content: '';
  position: absolute;
  height: 2px;
  width: 10px;
  right: -32px;
  background-color: #000;
}
.ive-bakery-block-footer-navigation-menu li a{
  font-family: "Merienda One";
}

@media screen and (max-width: 767px){
  .ive-bakery-block-footer-newsletter-form form{
    width: unset;
  }
  .ive-bakery-block-footer-newsletter-form form input[type="submit"]{
    position: unset;
    display: block;
    margin: 10px auto;
  }
}
