.coming-content-bg {
  text-align: center;
}
.coming-bg h1 { 
  color: #333;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.coming-bg h4 {
  color: #f3f3f3;
  margin-bottom: 0px;
}
.coming-page-body .footer-container.container-fluid {
  padding: 0;
}
.coming-copyright {
  padding: 15px;
}

.countdown {
  color: #fff;
  font-size:40px;
  line-height: 50px;
}
.count-unit {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.countdown-wrap {
  margin: 0px auto 0;
  padding: 23px 25px;
  position: relative;
  width: 135px;
}
.countdown-wrap:before {
  background-color: rgba(177,151,119, 0.8);
  border: 1px solid rgba(177,151,119, 0.8);
  content: "";
  height: 120px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out 0s;
  width: 120px;
  border-radius: 30px;
} 
.countdown-wrap:hover::before {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out 0s;
}
.countdown-wrap > p {
  line-height: 1.4;
}
.countdown-width {
  display: flex;
  display: -webkit-flex;
  margin: 60px auto 60px;
  width: 750px;
}
.eventCounter {
  position: relative;
}

.coming-subs-head .hs_error_rollup {
  display: none;
}
.coming-subs-head form {
  display: flex;
  margin: 0px auto 0;
  width: 40%;
}
.coming-subs-head h3 {
  color: #f3f3f3;
  margin-bottom: 0;
}
.coming-subs-head .hs_cos_wrapper_type_blog_subscribe form {
  padding: 0;
}
.coming-subs-head .hs-form .hs-form-field {
  margin-top: 0px !important;
  margin-right: 15px;
  width: 100%;
}
.coming-subs-head .hs-form .actions {
  margin-top: 9px;
}

.coming-subs-head .hs-button.primary:focus, 
.coming-subs-head input[type="submit"]:focus, 
.coming-subs-head input[type="button"]:focus {
  color: #f22e55;
}

.coming-subs-head form.hs-form .hs-form-field ul.inputs-list {
  margin-bottom: -20px;
}
.coming-subs-head label, .coming-subs-head .hs-form-field > label {
  color: #f3f3f3;
}
.coming-social-icons ul {
  display: table-cell;
  padding-left: 0;
  margin-left: 0;
  padding-top: 30px;
  list-style-type: none;

}
.coming-social-icons ul li {

  display: table-cell;
  font-family: 'Roboto';
  letter-spacing: 1px;
  position: relative;
  margin-right: 0px;
}

.coming-social-icons ul li span a:before {
  background: #13A0B2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #eeeeee;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.coming-social-icons ul li:last-child span a:before {
  margin-right: 0px;
}

.coming-social-icons ul li:first-child span a:before{
  content: "\f09a";
}
.coming-social-icons ul li:nth-child(2) span a:before {
  content: "\f099";
}
.coming-social-icons ul li:nth-child(3) span a:before{
  content: "\f0e1";
}
.coming-social-icons ul li:nth-child(4) span a:before {
  content: "\f0d5";
}

.coming-social-icons ul li span a:hover:before {
  background: #f22e55 none repeat scroll 0 0;
  transition: 500ms ease-in;
}
.countdown_date_time {
  display: none;
}

.coming-bg .hs-input {
  padding: 8px 20px !important;
  width: 100% !important;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #cccccc;
}
.coming-bg .hs-form .hs-error-msgs li {
  list-style: none;
}
.coming-bg label {
  color: #cccccc;
  padding-bottom: 10px;
  display: table;
  margin: 0 auto;
}
.coming-bg form {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
.coming-bg form .hs_submit {
  text-align: center;
  margin: 0 auto;
  display: table;
}
.coming-bg .eventCounter > div {
  color: #ffffff;
}
.coming-bg .countdown-social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-bg .countdown-social-icons ul li {
  list-style: none;
}
.coming-bg .countdown-social-icons ul li svg {
  width: 40px;
  height: 40px;
  background: #272727;
  fill: #b19777;
  padding: 10px;
  border-radius: 50px;
  margin: 5px;
  margin-top: 5px;
  margin-top: 40px;
}
.coming-bg .countdown-social-icons ul li > span {
  line-height: 0;
}
@media (max-width: 991px) {
  .countdown-width {
    display: table !important;
    width: auto;
  }
}