/* @override 
	https://hameedlaw.ca/css/2016/contact_style.css
	https://hameedlaw.ca/css/2016/contacts_style.css */
/**
 * Copntact 1 stylesheet
 * */
.contacts-1 {
  padding-top: 10px;
  padding-bottom: 110px;
}
.contacts-1 h3 {
  /*font-size: 30px;*/
  margin: 0 0 30px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .contacts-1 h3 {
    /*font-size: 26px;*/
    margin: 0 0 30px;
  }
}

.contacts-1 a {
  color: #a21d21; /* hameedlaw red */
}
.contacts-1 a:hover,
.contacts-1 a:focus,
.contacts-1 a.active {
  color: #a21d21; /* hameedlaw red */
  text-decoration: underline;
}
.contacts-1 form {
  margin: 0;
}
.contacts-1 form input,
.contacts-1 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  border-color: #ebedee;
  color: #7f8c8d;
  font-size: 17px;
  line-height: 22px;
}
.contacts-1 form input:focus,
.contacts-1 form textarea:focus {
  border-color: #1abc9c;
}
.contacts-1 form input {
  height: 45px;
}
.contacts-1 form label {
  margin-bottom: 18px;
}
.contacts-1 form .btn {
  margin-top: 7px;
  min-width: 150px;
}
.contacts-1 form .btn [class*="fui-"] {
  font-size: 24px;
}
.contacts-1 form .btn.btn-primary:hover,
.contacts-1 form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.contacts-1 form .btn.btn-primary:active,
.contacts-1 form .btn.btn-primary.active {
  background-color: #c44133;
}
.contacts-1 .additional {
  margin-bottom: 45px;
}
.contacts-1 .phone {
  /*font-size: 13px;*/

  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #95a5a6;
}


.contacts-1 .phone big {
  display: block;
  font-size: 20px;
  letter-spacing: normal;
  white-space: nowrap;
  color: #a21d21; /* hameedlaw red */
}
@media (max-width: 992px) and (min-width: 768px) {
  .contacts-1 .phone big {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contacts-1 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .contacts-1 form {
    margin-bottom: 80px;
  }
  .contacts-1 form label {
    margin-bottom: 0px;
  }
  .contacts-1 .phone big {
    font-size: 24px;
  }
}

/**
 * Copntact 5 stylesheet
 * */
/*.contacts-5 {
  padding-bottom: 100px;
}
.contacts-5 h6 {
  font-size: 18px;
  text-transform: none;
}
.contacts-5 p {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-5 a {
  color: #1abc9c;
}
.contacts-5 a:hover,
.contacts-5 a:focus,
.contacts-5 a.active {
  color: #15967d;
}*/
.contacts-5 .map {
  height: 550px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .contacts-5 .map {
    height: 480px;
    margin-bottom: 80px;
    margin-right: -20px;
    margin-left: -20px;
  }
/*  .contacts-5 .box {
    margin-top: 33px;
  }
  .contacts-5 .box.box-first {
    margin-top: 0;
  }*/
}
body .delimiter-big {
  margin-top: 110px;
}
