/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


input[type="text"][readonly] {
	color: #417bbc;
	background-color: #e8e8e8;
	cursor: not-allowed;
}
input[type="number"][readonly] {
	color: #417bbc;
	background-color: #e8e8e8;
	cursor: not-allowed;
}

.validate-error { border-color: red; }

input[type="checkbox"][disabled] {
  opacity: 0.5;
	background-color: #808080;
}

.text-nowrap {
  white-space:nowrap;
}

.caption-box{
  position: relative;
  padding: 0em 1em;
  border: 1px solid #009000;
}

.caption-box .caption{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 1em;
  padding: 0 0.5em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.caption .program-icon {
  width: 50px;
  padding: 0;
  margin: 0;
}

.program-group {
  margin-top: 2em;
}

.program-group-noicon {
  margin-top: 2em;
}

.title {
  padding: 0;
  margin-left: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
}

.program-fourth {
  margin-bottom:1.5em;
}

.program-date {
  margin-right:1em;
  font-size: 1.2em;
  color: #0000e0;
}

.program-teacher{
  font-size: 1.5em;
}

.program-recipe {
  font-size: 1.2em;
  margin-right:1em;
}

.program-fee {
  font-size: 1.2em;
}

.program-capacity {
  font-size: 1.2em;
  margin-left:1em;
}

.program-detail {
  font-size: 1.1em;
}


.kitchenplus-logo {
  display: flex;
  justify-content: center;
  z-index:1;
}

.expired-message {
  text-align: center;
  color:#ff0000;
}


.cooking-class {
  text-shadow:0px 0px 12px #303030;

}

.before {
  margin: 3em;
}

.before-title {
  text-align: center;
  color:#333333;
  font-size: 2em;
  margin: 1.5em 0 0.5em 0;
}
.before-message {
  text-align: center;
  color:#333333;
  font-size: 1.2em;
}
.before-message-bold {
  text-align: center;
  color:#333333;
  font-weight:bold;
  font-size: 1.2em;
  margin:1em;
}



@media screen and (min-width: 1200px) {
  .sunnymart-header {
    margin-top: 85px;
  }
  .sunnymart-logo {
    position: absolute;
    left: 30px;
    top: 15px;
    z-index:1;
  }
  
  .img-logo {
    width:70%;
    filter: drop-shadow(0px 0px 12px #c0c0c0);
    }  

  .img-kitchenplus {
    width:25%;
    filter: drop-shadow(0px 0px 20px #c0c0b0);
  }

  .hosting-info {
    margin-top: 2vh;
    margin-left: 4vh;
  }
}

@media screen and (max-width: 1200px) {
  .sunnymart-header {
    margin-top: 6.5vw;
  }

  .sunnymart-logo {
    position: absolute;
    left: 2vw;
    top: 1.5vw;
    z-index:1;
  }

  .img-logo {
    width:30vw;
    filter: drop-shadow(0px 0px 12px #c0c0c0);
  }  

  .img-kitchenplus {
    width:30%;
    filter: drop-shadow(0px 0px 20px #c0c0b0);
  }

  .hosting-info {
    margin-top: 2vh;
    margin-left: 4vh;
  }
}

@media screen and (max-width: 768px) {
  .sunnymart-header {
    margin-top: 9vw;
  }

  .sunnymart-logo {
    position: absolute;
    left: 2.5vw;
    top: 1.5vw;
    z-index:1;
  }

  .img-logo {
    width:30vw;
    filter: drop-shadow(0px 0px 12px #c0c0c0);
  }  

  .img-kitchenplus {
    width:40%;
    filter: drop-shadow(0px 0px 20px #c0c0b0);
  }
  
}