
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

.tec-countdown-timer>.tecc-section {
  display: inline-block;
  text-align: center;
}

.tec-countdown-timer>.tecc-section .tecc-amount,
.tec-countdown-timer>.tecc-section .tecc-word {
  display: block;
  text-align: center;
  text-transform: uppercase;
}



.tecc-wrapper .event-name a,
.tecc-wrapper .event-name h3 {

  text-decoration: none;
  color: white;
  margin-bottom: 20px;

}

.tecc-no-event-msz {

  color: black;

}

.tecc-wrapper .tecc-section {
  line-height: 20px;
  border-radius: 10px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  background-color: transparent !important;
  text-align: center;
  color: #fff !important;
  /*
  background-color: #ddd !important;
  background-image: -webkit-linear-gradient(top, #bbb, #eee);
  background-image: -moz-linear-gradient(top, #bbb, #eee);
  background-image: -ms-linear-gradient(top, #bbb, #eee);
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  */
  margin: 0 15px;
  padding: 15px 0;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  height: 30px;
}
/*
.tecc-wrapper .tecc-section:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}
.tecc-wrapper .tecc-section:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}
*/
.tec-large-box>.tecc-section {
  height: auto;
  width: auto;
  margin-bottom: 5px;
}

.tec-large-box>.tecc-section>span.tecc-amount {
  font-size: 70px;
  padding: 28px 0 0 0 ;
}

.tec-large-box>.tecc-section>span.tecc-word {
  font-size: 30px;
  padding: 10px;
}




.tec-medium-box>.tecc-section {
  height: auto;
  width: auto;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.tec-medium-box>.tecc-section>span.tecc-amount {
  font-size: 68px;
  padding: 20px 0 0 0;
  font-family: 'Archivo Black', sans-serif;
}

.tec-medium-box>.tecc-section>span.tecc-word {
  font-size: 14px;
  padding: 10px;
  font-weight: 400;
}





.tec-small-box>.tecc-section {
  height: auto;
  width: auto;
  margin-bottom: 5px;
  background-color: transparent !important;
}

.tec-small-box>.tecc-section>span.tecc-amount {
  font-size: 30px;
  padding: 18px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
  background-color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.tec-small-box>.tecc-section>span.tecc-word {
  font-size: 14px;
  padding: 10px;
}



.tecc-wrapper {

  width: 100%;

  display: inline-block;

  color: white;

  margin-bottom: 10px;

}



.tecc-wrapper .tecc-event-info {
  width: 100%;
  padding: 28px;
}



.tecc-days-section,
.tecc-minutes-section,
.tecc-hours-section {
  margin-right: 3px;
}



.eventstart_msz,
.eventend_msz,
.tecc-no-event-msz,
.tecc-countdown-complete {
  font-size: 17px;
  padding: 20px;
  text-align: center;
}





.tecc-wrapper .tecc-event-detail a.tecc-event-button:hover {

  background-color: black;

}



.tecc-wrapper .tecc-event-detail {

  width: 100%;

  text-align: center;

  float: left;

  padding: 12px 22px 22px 22px;

}

.tecc-wrapper .tecc-event-detail a.tecc-event-button {

  display: inline-block;

  padding: 9px 14px;

  vertical-align: middle;

  font-size: 12px;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #fff;

  transition: all .24s ease;

  text-decoration: none;

  background: transparent !important;

  border: 2px solid #fff;

}



.tecc-wrapper .tecc-timer-wrapper {
  text-align: center;
  width: auto;
  max-width: 50%;
  padding: 0px 10px 15px 10px;
  /*
  background: #222;
  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  */
  margin: auto;
  padding: 24px 0;
  position: relative;
}

.tecc-wrapper .tecc-timer-wrapper:before {
  content: "";
  width: 8px;
  height: 65px;
  /*
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  */
  display: block;
  position: absolute;
  top: 48px;
  left: -10px;
}

.tecc-wrapper .tecc-timer-wrapper:after {
  content: "";
  width: 8px;
  height: 65px;
  /*
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  */
  display: block;
  position: absolute;
  top: 48px;
  right: -10px;
}

.event-date-location {
  text-align: center;
  background: #fff;
  color: #000 !important;
  font-weight: bold;
  width: auto;
  max-width: 600px;
  margin: 10px auto;
  font-size: 12px;
  border-radius: 15px;
  padding: 5px 20px;
}

.tecc-wrapper .tecc-event-info h2.tecc-up-event {

  color: white !important;
  text-align: center;
  margin: 0;
  padding: 0;

}

.tecc-wrapper .tecc-event-info h3.tecc-title {

  color: white !important;
  text-align: center;
  padding: 0;
  margin-top: 0.85em;
  padding: 0;
}

.tecc-wrapper .tecc-event-info a {
  text-decoration: none;
}

.tecc-wrapper .event-date-location span {
  display: inline-flex;
  margin-right: 5px;
}

.tecc-image-wrapper .tribe-events-event-image {

  text-align: center;

  padding: 0;

  margin-top: 0.85em;

}



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

  .tecc-wrapper .event-date-location span {

    display: inline-block;

  }

}



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

  .tec-small-box>.tecc-section>span.tecc-amount {

    font-size: 20px;

    padding: 7px 7px 1px 7px;

  }

  .tec-small-box>.tecc-section>span.tecc-word {

    font-size: 15px;

    padding: 5px 7px;

  }

}



@media only screen and (min-device-width: 334px) and (max-width: 374px) {

  .tec-small-box>.tecc-section>span.tecc-amount {

    font-size: 20px;

    padding: 14px 14px 1px 14px;

  }

  .tec-small-box>.tecc-section>span.tecc-word {

    font-size: 15px;

    padding: 11px 14px;

  }

}



@media only screen and (min-device-width:336px) and (max-width: 375px) {

  .tec-medium-box>.tecc-section>span.tecc-amount {
    font-size: 30px;
    padding: 14px;
  }

  .tec-medium-box>.tecc-section>span.tecc-word {
    font-size: 16px;
    padding: 8px;
  }



}

@media only screen and (min-device-width:376px) and (max-width: 435px) {

  .tec-medium-box>.tecc-section>span.tecc-amount {
    font-size: 31px;
    padding: 14px;
  }

  .tec-medium-box>.tecc-section>span.tecc-word {
    font-size: 16px;
    padding: 11px;
  }



}



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

  .tec-large-box>.tecc-section>span.tecc-amount {
    font-size: 70px;
    padding: 35px;
  }

  .tec-large-box>.tecc-section>span.tecc-word {
    font-size: 30px;
    padding: 20px;
  }

}



@media only screen and (min-device-width:551px) and (max-width:619px) {

  .tec-large-box>.tecc-section>span.tecc-amount {
    font-size: 55px;
    padding: 18px;
  }

  .tec-large-box>.tecc-section>span.tecc-word {
    font-size: 30px;
    padding: 11px;
  }

}

@media only screen and (min-device-width:620px) and (max-width:666px) {

  .tec-large-box>.tecc-section>span.tecc-amount {
    font-size: 62px;
    padding: 25px;
  }

  .tec-large-box>.tecc-section>span.tecc-word {
    font-size: 30px;
    padding: 13px;
  }

}

@media only screen and (min-device-width:768px) and (max-width:819px) {

  .tec-large-box>.tecc-section>span.tecc-amount {
    font-size: 70px;
    padding: 35px;
  }

  .tec-large-box>.tecc-section>span.tecc-word {
    font-size: 30px;
    padding: 20px;
  }

}



@media only screen and (min-device-width:820px) and (max-width:943px) {

  .tec-large-box>.tecc-section>span.tecc-amount {
    font-size: 58px;
    padding: 22px;
  }

  .tec-large-box>.tecc-section>span.tecc-word {
    font-size: 25px;
    padding: 13px;
  }

}



/*

Admin styles

*/



.tecc-shortcode-wrapper {

  width: 48%;

  float: left;

}

.tecc-from-wrapper form.tecc-form {

  width: 48%;

  float: left;

}