/*
Theme Name: Nido Kinderopvang Child
Description: Child theme for Nido Kinderopvang
Author: As you were
Author URI: https://www.asyouwere.nl
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Fonts */
@font-face {
  font-family: 'PPAgrandir';
  src: url('fonts/agrandir/PPAgrandir-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPAgrandir';
  src: url('fonts/agrandir/PPAgrandir-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PPAgrandir';
  src: url('fonts/agrandir/PPAgrandir-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPObjectSans';
  src: url('fonts/agrandir/PPObjectSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Desktop menu */
.top-menu { 
  position: fixed!important;
  top:0px;
  left: 0px;
  width: 100vw;
  background-color: #F7E5D5 !important;
}
.menu-primary .menu-container{
  position: fixed !important;
  top: 50px !important;
  left: 0 !important;
  width: 100% !important;
  height: 134px!important;
  background-color: #F7E5D5 !important;
  border-bottom-left-radius: 200% 300px;
  border-bottom-right-radius: 150% 400px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
}

/* main header */
.row-background .background-inner {
  -webkit-mask-image: linear-gradient(#000 0 0), url('img/img-bottom-shape.svg');
  mask-image: linear-gradient(#000 0 0), url('img/img-bottom-shape.svg');
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-size: 100% 100%, 100vw auto;
  mask-size: 100% 100%, 100vw auto;
  -webkit-mask-position: center, bottom center;
  mask-position: center, bottom center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
}