.advent-header {

  padding-right: 172px;
  position: relative;
  margin-bottom: 65px;
  margin-top: 48px;

}

.advent-header .logos img {

  margin-bottom: 16px;
  max-width: 640px;

}

.advent-header .logos h1 {

  font-size: 58px;
  text-transform: uppercase;
  font-style: none;
  font-family: 'MonotypeModernStdExtended', Georgia, serif;

}

.advent-header .logos h1 span {

  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  text-transform: none;

}

.advent-counter {

  position: absolute;
  top: -6px;
  right: 0;
  width: 148px;
  text-align: center;
  border: solid 1px #000;
  padding: 15px 0 27px 0;

}

.advent-counter h2 {

  font-size: 80px;
  font-family: 'MonotypeModernStdExtended', Georgia, serif;
  font-weight: normal;
  margin-bottom: 9px;
  line-height: 82px;

}

.advent-counter span {

  font-family: 'Raleway', Tahoma, Verdana, serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;

}

.advent-counter img {

  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 25px;

}

.advent-hero {

  vertical-align: top;
  text-align: justify;
  font-size: 0;

}

.advent-hero::after {

  content: ''; 
  display: inline-block; 
  width: 100%; 
  height: 0; 
  font-size: 0; 
  line-height: 0; 
  letter-spacing: 0; 

}

.advent-hero .col {

  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;

}

.col h2 {

  font-size: 28px;
  text-transform: uppercase;
  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;

}

.col img {

  width: 100%;

}

.col p {

  font-family: 'cardoregular', sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  margin: 30px 0 40px;

}

.col form {

  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;

}

.col form input {

  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  font-size: 25px;
  color: #a7a6a6;
  padding: 7.5px 216px 7.5px 15px;
  margin-top: 24px;

}

.col form input[type='checkbox'] {

  display: inline;
  width: auto;
  margin-top: 0px;
  margin-right: 12px;

}

.col form label {

  font-size: 14px;
  line-height: 14px;

}

.col form button {

  position: absolute;
  top: 39px;
  right: 20px;

}

.col form .message {

  font-size: 12px;
  line-height: 12px;
  margin-top: 24px;

}

.col form .message.error {

  color: red;

}

.col img {

  border: solid 1px #000;

}

.col:last-child {

  cursor: pointer;

}

#adv-hero-form {

  position: absolute;

}

.present-wrap {

  width: 100%;
  height: 0;
  padding-top: 69.2%;
  position: relative;
  border: solid 1px #000;
  box-sizing: border-box;

}

.present-wrap.open {

  height: auto;
  padding-top: 0;

}

.present-wrap.open img {

  width: 100%;

}

.present-wrap span {

  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding: 5px 35px 35px 0px;
  background-image: url('../images/black-tri.svg');
  color: #fff;
  font-size: 30px;
  font-family: 'MonotypeModernStdExtended', Georgia, serif;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  z-index: 11;
  background-size: cover;
  transition: all .3s;

}

.present-wrap.open:hover span,
.present-wrap.today:hover span {

  filter: invert(1);
  -webkit-filter: invert(1);

}

.present-wrap img.bow {

  width: 100%;
  position: absolute;
  left: 50%; 
  top: 50%;
  height: 100% !important;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.present-wrap img.present-image {

  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;

}

.present-wrap.today {

  cursor: pointer;

}

.present-wrap.today:hover img:last-child{

  opacity: .3;

}

.present-wrap.today img:last-child {

  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .1;
  width: 100%;
  transition: all .3s;

}

.present-wrap h3 {

  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  font-size: 17px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0%;
  width: 100%;
  text-align: center;
  z-index: 12;
  background-color: rgba(250, 250, 250, 0.98);
  border: 0;  
  letter-spacing: 2px;
  transition: all .3s;

}

.present-wrap .gif {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

}

.present-wrap.final span {

  width: 120px;
  height: 120px;
  padding: 20px 55px 35px 0;
  font-size: 50px;

}

.advent-button {

  min-width: 196px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: 'Raleway', Tahoma, Verdana, serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 15px;
  border: 0;
  letter-spacing: 1.5px;
  cursor: pointer;
  border: solid 1px transparent;
  transition: all .3s;

}

.advent-button:hover {

  
  color: #000;
  border: solid 1px #000;
  background-color: #fff;

}

.advent-cta {

  width: 100%;
  border: solid 1px #000;
  display: block;
  text-decoration: none;
  font-family: 'Raleway', Tahoma, Verdana, serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  transition: all .3s;

}

.advent-cta:hover {

  background-color: #000;
  color: #fff;

}

section {

  margin: 60px 0;

}

.section-hero {

  border: solid 1px #000;
  border-top: solid 8px #000;
  padding: 50px 40px;
  margin-bottom: 23px;

}

.section-hero-item {

  width: calc(100% - 270px);
  height: 0;
  padding-top: 42%;
  position: relative;

}

.section-hero-item iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.section-hero-item.image {

  padding-top: 0;
  height: auto;

}

.section-hero-item.image img {

  width: 100%;

}

.section-hero-item span {

  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: 'Raleway', Tahoma, Verdana, serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 13.5px 0;
  text-transform: uppercase;

}

.section-hero-content {

  float: right;
  width: 240px;

}

.section-hero-content h2 {

  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: normal;

}

.section-hero-content p {

  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;

}

.presents {

  vertical-align: top;
  text-align: justify;
  font-size: 0;

}

.presents::after {

  content: ''; 
  display: inline-block; 
  width: 100%; 
  height: 0; 
  font-size: 0; 
  line-height: 0; 
  letter-spacing: 0; 

}

.presents-col {

  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  font-size: 0;

}

.presents-col::after {

  content: ''; 
  display: inline-block; 
  width: 100%; 
  height: 0; 
  font-size: 0; 
  line-height: 0; 
  letter-spacing: 0; 

}

.present {

  width: 48%;
  display: inline-block;

}

.present.final {

  width: 100%;
  display: block;
  margin-top: 2.1%;

}

.presents-col:first-child .present:first-child {

  width: 100%;
  margin-bottom: 4.2%;

}

.presents-col:last-child .present:last-child {

  width: 100%;
  margin-top: 4.2%;

}

.presents-col:last-child .present:last-child .corner-cut {

  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 20;
  width: 51px;

}

.widget.advent {

  text-align: center;

}

.widget .advent-counter {

  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 30px auto 20px;
  width: 64px;
  padding-top: 6px;
  padding-bottom: 12px;

}

.widget .advent-counter h2 {

  font-size: 50px !important;
  line-height: 50px;
  margin-bottom: 0px;
  margin-top: 30px;

}

.widget .advent-counter span {

  font-size: 7px;
  letter-spacing: 1.5px;

}

.widget .advent-counter img {

  width: 10px;

}

.widget.advent h2.title {

  font-size: 24px;
  text-transform: uppercase;
  font-style: none;
  font-family: 'MonotypeModernStdExtended', Georgia, serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;

}

.widget.advent h2.title span {

  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  text-transform: none;

}

.widget.advent h3 {

  font-size: 17px;
  text-transform: uppercase;
  font-family: 'MonotypeModernStdExIt', Georgia, serif;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: 0px;

}

.widget.advent .present-wrap {

  border: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top: 0;
  height: auto;
  position: relative;

}

.widget.advent .present-wrap img {

  opacity: 1 !important;
  width: 100% !important;
  position: static !important;

}

.widget.advent .advent-button {

  display: inline-block;
  margin: 20px auto 20px;
  text-decoration: none;

}


.whole_click {

  cursor: pointer;

}

@media only screen and (max-width: 930px) { 

  .advent-counter {

    position: relative;
    display: block;
    margin: 0 auto 30px;
    top: 0;

  }

  .advent-header {

    padding: 0;

  }

  .advent-header .logos {

    text-align: center;

  }

  .advent-header .logos img {

    margin: 0 auto 16px;

  }

  .advent-hero .col {

    width: 100%;
    margin-bottom: 60px;

  }

  .section-hero-content {

    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 34px;

  }

  .section-hero-item {

    width: 100%;

  }

  .presents-col {

    width: 100%;

  }

  .presents-col:first-child {

    margin-bottom: 3%;

  }

  section {

    margin-top: 0;

  }

  #adv-hero-form {

    position: relative;
    top: 0 !important;

  }

}

@media only screen and (max-width: 700px) {

  .advent-header .logos h1 {

    font-size: 50px;

  }

  .advent-header .logos img {

    max-width: 100%;

  }

  .col:first-child {

    border-bottom: solid 1px #000;
    padding-bottom: 30px;

  }

  .col form {

    padding: 0;

  }

  .col form button {

    right: 0;

  }

  .section-hero {

    padding: 30px 20px;

  }

} 

@media only screen and (max-width: 500px) {

  .advent-header .logos h1 {

    font-size: 36px;

  }

  .col h2 {

    font-size: 23px;

  }

  .col form input {

    position: static;
    width: 100%;
    padding-right: 20px;

  }

  .col form button {

    position: static;
    width: 100%;

  }

} 







