#page.container {
  width: 100% !important;
  padding: 0 !important;
}

#thankyou-message {
  margin-top: 30px;
  display: none;
}

.mmc-block-content {
  line-height: 1.25em;
}

.mmc-block-content li {
  line-height: 1.2em;
}

form#form {
  /*color: #000000;*/
}

form#form label {
  color: inherit;
}

.form-control {
  /*color: #000000;*/
}

p.coming-soon {
  font-size: 20px;
  margin-top: 25px;
}

.main-title {
  /*color: #000;*/
  font-size: 112px;
  margin: 0;
  line-height: 0.8;
  letter-spacing: 3px;
  text-transform: uppercase;
}

a.site-btn {
  line-height: 30px;
}

a.site-btn:hover,
a.site-btn:active,
a.site-btn:focus {
  text-decoration: none;
}

.site-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  letter-spacing: 1px;
  line-height: 0em;
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
  padding: 20px 20px;
  text-transform: uppercase;
  transition: all 0.15s;
  margin: 10px;
  font-size: 25px;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.25s ease-in-out;
  border-width: 0;
}

.modal-body .site-btn {
  margin: 0;
}

.site-btn.site-btn-large {
  width: 100%;
}

.site-btn:hover,
.site-btn:focus {
  opacity: 0.8;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}

.site-btn-right {
  margin-left: auto;
  margin-right: 0px;
}

form#form label {
}

@media screen and (max-width:1200px) {
  .main-title {
    font-size: 60px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width:767px) {
  .main-title {
    font-size: 40px;
    letter-spacing: 0px;
  }
}

.modal-content.modal-dialog {
  border-radius: 0;
}

input,
textarea {
  border-radius: 0 !important;
}

.modal-body,
.modal-footer {
  padding: 30px;
}

.modal-content.modal-dialog {
  width: 90%;
  max-width: 800px;
  padding: 3%;
}

.modal_close_button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  height: 16px;
  width: 16px;
  transition: all 0.25s;
}

.modal_close_button:hover {
  top: 22px;
  opacity: 0.6
}

.text-left {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.modal_close_button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background: black;
}

.modal_close_button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 2px;
  background: black;
}

.address {
  position: absolute;
  right: 0;
  top: 0;
  /*color: #000;*/
  font-size: 18px;
  padding: 0 20px;
}

a:hover {
  color: #34c3e8;
}

.mmc-svg-icon--wrapper i {
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*color: #34c3e8;*/
  ;
}

.phoneheader {
  position: absolute;
  left: 0;
  /*color: #000;*/
  font-size: 18px;
  top: 0;
  padding: 0 20px;
}

@media(max-width: 767px) {

  .phoneheader,
  .address {
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 20px;
  }

  .headeraddresandsuchwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.socialaccountlinks-v2-block .social-icons-style-border .mmc-svg-icon--wrapper, .social-account-links-v2-block .social-icons-style-border .mmc-svg-icon--wrapper{
  border-color: currentColor !important;
}