/* general styles */
html, body{
  overflow-x: hidden;
}
body{
  font-size: 12px;
}
div.centerContent{
  width: 100%;
}

/*      HEADER      */
header{
 padding-top: 40px;
}
div.slideShowHolder{
  height: 0px;
  padding-top: 50%;
  margin-top: 0px;
}
div.slideShow div{
  background-size: auto 100%;
}
div.pageTitle{
  position: relative;
  height: 0px;
  padding-top: 35%;
  background-size: auto 100%;
}
div.pageTitle div.centerContent{
  position: absolute;
  top: 70px;
  height: auto;
  bottom: 0px;
}
div.pageTitle div.vertText div.textHolder h2{
  font-size: 2em;
  padding-right: 20px;
}

div.headerContent{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
div.headerInfo{
  position: absolute;
  right: 135px;
  top: 0px;
  z-index: 11;
  height: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 340px) {
  div.headerInfo{
    display: none;
  }
}

div.headerInfo a.appointment{
  float: none;
  margin-right: 0px;
  margin-left: 0px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  white-space: nowrap;
}
div.headerInfo div.socialHolder{
  color: #b7c65d;
  font-size: 1.5em;
}
div.headerInfo div.socialHolder a{
  padding-left: 28px;
}
div.headerInfo a.headerPhone{
  color: #b7c65d;
}
div.headerInfo a.headerPhone span.call-arrow{
  display: none;
}
div.headerInfo a.headerPhone span{
  display: none;
}
div.headerInfo a.headerPhone span.fa{
  font-size: 1.5em;
  display: block;
}
div.headerInfo input.inputText.search,
div.headerInfo button.inputSubmit{
  display: none;
}

div.menuSearch{
  background-color: #FFF;
  padding: 20px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
div.menuSearch input.inputText.search{
  display: inline-block;
  background-color: #bec44e;
  width: 80%;
  border: none;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  vertical-align: top;
}
div.menuSearch button.inputSubmit{
  display: inline-block;
  background-color: #bec44e;
  width: 30px;
  border: none;
  height: 25px;
  border-radius: 3px;
  background-image: url("../images/zoom.svg");
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
header div.logoHolder{
  position: absolute;
  right: 20px;
  top: 10px;
  width: 100px;
  padding-left: px;
  margin-top: 0px;
  float: none;
  z-index: 11;
}
div.menuHolder nav{
  float: none;
  z-index: 10;
}
div.menuHolder nav>ul{
  text-align: left;
  padding-top: 20px; 
  padding-right: 0px;
}
div.menuHolder nav ul li{
  display: none;
  height: auto;
  line-height: 34px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1.3em;
  background-color: #FFF;
}
div.menuHolder nav ul li:hover,
div.menuHolder nav ul li.active{
  color: #5d1559;
}
div.menuHolder nav ul li ul{
  position: relative;
  left: auto;
  display: block;
  background-color: #FFF;
  padding-top: 0px;
}
div.menuHolder nav ul li ul li{
  height: auto;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 0px;
  font-weight: 700;
}
div.menuHolder nav ul li ul li:hover{
  background-color: #FFF;
  color: #5d1559;
}
div.menuHolder nav ul li.menuButton{
  display: block;
  background: none;
}


/*      CONTENT      */
div.content{
  background-color: #FFF;
}
div.mainText{
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
div.textCol{
  width: 100%;
  float: none;
}
div.textCol:first-child{
  margin-right: 0px;
  margin-bottom: 20px;
}
a.appointment{
  padding: 4px;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
}
article h1{
  font-size: 1.8em;
}

/*      HOME        */
div.content.home div.mainText{
  padding-top: 30px;
  padding-bottom: 30px;
}
div.content.home div.mainText h2{
  font-size: 1.4em;
}
div.homeRecipes{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
div.homeRecipes h2{
  font-size: 2.2em;
  line-height: 1.2em;
  color: #5d1559;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div.homeNews{
  background-size: 1000px auto;
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
div.homeNews h2{
  font-size: 2.2em;
  line-height: 1.2em;
  color: #b7c65d;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}


/*      DIET INFO    */
div.dietRow{
  padding-top: 1px;
  padding-bottom: 40px;
}
div.dietHolder{
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  margin-top: 50px;
}
div.content.home div.dietHolder{
  margin-bottom: 10px;
}
div.content div.dietHolder img{
  top: -15px;
  width: 180px;
}
div.dietHolder div.dietSelector p.label{
  float: none;
  text-align: center;
  padding-right: 0px;
  line-height: 1.5em;
}
div.select-style {
  width: 100%;
}
div.select-style select {
  font-size: 14px;
}
div.dietHolder div.dietSelector a,
div.dietHolder div.dietSelector p.info{
  display: none;
}


/*      RECIPES     */
div.recipeHolder a{
  float: none;
  margin-left: auto;
  width: 220px;
  margin-right: auto;
}
div.homeRecipes div.recipeHolder a{
  margin-bottom: 14px;
}
div.recipeHolder a:nth-child(4n){
  margin-right: auto;
}

div.recipeHolder a span.imageHolder{
  height: 175px;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
}
div.content.recipe div.imageCol{
  width: 100%;
  float: none;
}
div.content.recipe div.textCol{
  float: none;
  padding-left: 0px;
} 
a.print{
  margin-top: 20px;
}



/*      NEWS      */
div.content.news div.mainText.overview{
  background-size: 1000px auto;
}
div.content.news div.newsHolder{
  margin-top: 20px;
}
div.newsHolder a{
  width: 100%;
  padding: 10px;
}
div.newsHolder a span.imageHolder{
  width: 100px;
}
div.newsHolder a span.textHolder.withImage{
  padding-left: 110px;  
}
div.content.news div.imageCol{
  width: 100%;
  float: none;
}
div.content.news div.textCol{
  padding-left: 0px;
  width: 100%;
} 


/*      PRICES      */
div.priceHolder div{
  height: 28px;
}
div.priceHolder div p{
  line-height: 28px;
  font-size: 1em;
}
div.priceHolder div p:nth-child(3){
  font-size: 0.9em;
}


/*      TEAM        */
div.teamHolder{
  margin-top: 50px;
}
div.teamHolder a{
  width: 220px;
  margin-bottom: 20px;
}
div.teamHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 140px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  background-size: 170% auto;
  background-repeat: no-repeat;
  background-position: center 15%;
}

div.extraText p{
  width: 100%;
  float: none;
}
div.extraText p:first-child{
  margin-right: 0px;
}

div.content.team div.imageCol{
  width: 100%;
  float: none;
}
div.content.team div.textCol{
  padding-left: 0px;
  text-align: left;
} 


/*      SEARCH      */
div.content.search a.search{
  width: 100%;
  padding: 10px;
}
div.content.search a.search span.imageHolder{
  width: 100px;
}
div.content.search a.search span.textHolder.withImage{
  padding-left: 110px;  
}


/*      LOCATIONS   */
div.content.locations div.textCol{
  margin-right: 0px
}
div.mapHolder{
  float: none;
  width: 390px;
  height: 455px;
}
@media screen and (max-width: 430px) {
  div.mapHolder{
    display: none;
  }
}


div.locationHolder{
  padding-top: 30px;
  padding-bottom: 30px;
}
div.locationHolder div.locationCol{
  width: 100%;
  margin-right: 0px;
  float: none; 
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}


/*      CONTACT     */
div.contactForm{
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
div.formCol{
  width: 100%;
  margin-right: 0px;
  float: none;
  padding-top: 20px;
}
div.formCol.last{
  margin-right: 0px;
  padding-top: 0px;
}
div.formCol p{
  position: absolute;
  top: 0px;
  padding-top: 0px;
}
button.submitButton,
input.submitButton{
  float: none;
  width: 100%;
}
button.submitButton span{
  float: right;
}


/*      FOOTER      */
div.footerInfo div.infoBlock{
  float: none;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}
div.footerInfo div.infoBlock:first-child{
  margin-left: auto;
  margin-right: auto;
}

div.footerInfo div.infoBlock:nth-child(3){
  display: none;
}



div.copyright{
  padding-bottom: 20px;
}
div.copyright div.socialHolder{
  position: relative;
  left: auto;
  padding-bottom: 10px;
}
div.copyright div.legal br{
  display: inline;
}
