/*--------------------------------------------
|
|  Extend Classes
|
--------------------------------------------*/
.page-banner {
  position: relative;
}
.no-edit .page-banner {
  padding-top: 35%;
}
.no-edit .page-banner picture img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}

.contact-title {
  padding: 1.5rem 0;
  border-bottom: 10px solid #C53838;
  margin-bottom: 2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.contact-title .ccm-block-share-this-page {
  padding: 0;
  border-bottom: 0;
}

.wrapper-page-details .list-inline a {
  width: 40px;
  height: 40px;
  background: #EEEEEE;
  color: #000;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
.wrapper-page-details .list-inline a:hover {
  background-color: #C53838;
  color: #fff;
}
.wrapper-page-details .desc .content-wrapper {
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 2rem;
}
.wrapper-page-details .contact-address h1,
.wrapper-page-details .contact-address h2,
.wrapper-page-details .contact-address h3 {
  margin-bottom: 1rem;
}
.wrapper-page-details .contact-address .content-wrapper {
  font-family: "BasierCircle Medium";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wrapper-page-details .contact-address .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.wrapper-page-details form .fields {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.wrapper-page-details form .fields .form-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
.wrapper-page-details form .fields .form-group:first-child, .wrapper-page-details form .fields .form-group:nth-child(2) {
  width: calc(50% - 15px);
}
.wrapper-page-details form .fields .form-group input,
.wrapper-page-details form .fields .form-group textarea {
  padding: 10px 15px;
  border: 1px solid #DDDDDD;
}
.wrapper-page-details form .fields .form-group input::placeholder,
.wrapper-page-details form .fields .form-group textarea::placeholder {
  color: #000;
}
.wrapper-page-details form .fields .form-group textarea {
  height: 240px;
}
.wrapper-page-details form .form-actions {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.wrapper-page-details form .form-actions .btn {
  background: #A82626;
  width: 180px;
  height: 50px;
}

.wrapper-social-links {
  background: #D83232;
  color: #fff;
  margin-bottom: -190px;
  padding: 3rem 0 7rem;
  margin-top: 3rem;
}
.wrapper-social-links .social-links-contact {
  position: relative;
  z-index: 1;
}
.wrapper-social-links .social-links-contact ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 767px) {
  .wrapper-social-links .social-links-contact ul {
    flex-direction: column;
  }
}
.wrapper-social-links .social-links-contact ul li {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .wrapper-social-links .social-links-contact ul li {
    width: 100%;
  }
}
.wrapper-social-links .social-links-contact ul li + li {
  border-left: 1px solid #F35050;
}
@media screen and (max-width: 767px) {
  .wrapper-social-links .social-links-contact ul li + li {
    border-left: 0;
    margin-top: 1.5rem;
  }
}
.wrapper-social-links .social-links-contact ul li a {
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  color: #fff;
  border: 1px solid #F35050;
  display: flex;
  border-radius: 60px;
  padding: 10px 40px;
  width: 240px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.wrapper-social-links .social-links-contact ul li a:hover {
  background-color: #F35050;
}
.wrapper-social-links .social-links-contact ul li a i {
  font-size: 20px;
}

/*# sourceMappingURL=contact.css.map */
