/* Put your custom styles here */
#header-NewImage .hero1 {
    background: url('../pictures/wheatfield-header-image-compressed.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 300px 0;
    height: auto;
}

.centered {
    text-align: center;
}
p {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 17px;
    line-height: 1.7;
    margin: 17px 0;
    color: #515157;
}

.red {
	color:red;
}
input {
	margin-bottom:5px;
}
.dropshadow {
    box-shadow: 3px 3px 5px 2px #888888;
}
.dropshadowsmall {
    box-shadow: 1px 1px 2px 0px #888888;
}

@media (min-width:992px) {
    .pad-top-medium {
        margin-top: 85px;
    }

    .video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    /*From here down were done by Jhon Paul Toledo from Fiverr for our portuguese order form*/
.pedidos label.required:after
{
    color: red;
    content: " *";
}
.pedidos fieldset, .pedidos legend
{
    border-color:#F2CD73;
}
.pedidos legend
{
    color:#C33021;
}
.pedidos .text-left
{
    text-align: left;
}
.pedidos ul li
{
    color: #000;
}
.pedidos fieldset
{
    padding: 30px 30px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    color: #000;
}
    /*End of code done by Jhon Paul Toledo from Fiverr for our portuguese order form*/

  }

  /* Below is New Style by GolakChandra from Fiverr to show countdown timer */
  .promo-2 .countDown .countDown-wrap span {
  display: block;
  color: #fff;
  font-size: 30px;
  padding-top: 15px;
  }

  .promo-2 .countDown .digits-label {
      font-size: 16px;
  }
  /* End of New Style by GolakChandra from Fiverr to show countdown timer */

/* Below is New Style by GolakChandra from Fiverr to show smaller header image on mobile devices */

#header-3 .hero{
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #e8d8a5;
  padding: 50px 0 150px 0;
  height: auto;
}
@media(max-width:767.98px){
  #header-3 .hero{
    background-image: url('../pictures/wheatfield-header-image-compressed-mobile.jpg');
    max-height: 350px
  }
}

@media(min-width:768px){
  #header-3 .hero{
    background-image: url('../pictures/wheatfield-header-image-compressed.jpg');
    padding-bottom: 300px;
  }
/* End of New Style by GolakChandra from Fiverr to show smaller header image on mobile devices */



}
