@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,700,700i');
/* Normalization *************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
}
.nonlist, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #000;
  line-height: 24px;
  font-size: 18px;
}
figure img {
  width: auto;
}
img {
  max-width: 100%;
}
input[type="text"],input[type="submit"] {
  border-radius: 0;
}
/* Placeholder text disappears on click **************************************************/
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE í¸‰ */
textarea:focus::placeholder { color:transparent; } /* Firefox 19+ */


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE í¸‰ */
input:focus::placeholder { color:transparent; } /* Firefox 19+ */

/* Container **************************************************/
.container {
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
}
.header {
  padding: 15px 48px;
  background-color: #ebebeb;
  border-bottom: 6px solid #145885;
}
.header .logo {
  float: left;
}
.right-header {
  padding-top: 22px;
  text-align: right;
}
.right-header address {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.right-header a {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.right-header address p {
  color: #000;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.4px;
  font-style: italic;
}

/* .................  header end ................... */
.banner-sec {
  position: relative;
  text-align: center;
  margin-bottom: 105px;
}
.voucher-form-banner {
  position: absolute;
  top: 0;
  left: 47.5%;
  -webkit-transform: translateX(49%);
  -moz-transform: translateX(49%);
  -ms-transform: translateX(49%);
  -o-transform: translateX(49%);
  transform: translateX(49%);
}
.inner-voucher-form {
  max-width: 425px;
  width: 100%;
  text-align: center;
  /*padding: 80px 49px 91px 56px;*/
  padding: 80px 49px 91px 56px;
  min-height: 710px;
  background-color: #e0e4e7;
}
.inner-voucher-form h1 {
  font-size: 86px;
  color: #000;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -6px;
  max-width: 320px;
  border-top: 2px solid #000;
  margin: 26px auto 9px;
  padding-top: 10px;
}
.inner-voucher-form .offer{
  
  max-width: 320px;
  margin: 0 auto;
}
.inner-voucher-form .offer p.p2 {
  font-size: 17px;
  color: #000;
  border-bottom: 2px solid #000;
  line-height: 1.2;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.inner-voucher-form form input[type="text"] {
  -webkit-appearance: none;
  font-family: 'Josefin Sans', sans-serif;
  border: none;
  width: 321px;
  height: 44px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 0px 7px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 2px 5px #2f2d31;
}
.inner-voucher-form form input[type="submit"] {
  border: none;
  max-width: 321px;
  width: 100%;
  height: 64px;
  padding: 15px 15px;
  background-color: #1e8ace;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 23px;
  box-shadow: 0px 2px 5px #2f2d31;
  margin: 5px auto 0;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.inner-voucher-form form input[type="submit"]:hover {
  background: #fff;
  color: #1e8ace;
  box-shadow: 2px 5px 7px #2f2d31;
}

/* ..........  banner end ................. */
/* About Opticians **************************************************/
.about-opticians {
  background-color: #f5f5f5;
  padding: 55px 49px 50px 47px;
  margin-bottom: 115px;
}
.about-opticians .opticians-featured-img {
  float: right;
}
.about-opticians .opticians-featured-img img {
  padding-left: 20px;
  width: 100%;
}
.about-opticians h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  padding-top: 0px;
}
.about-opticians p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
/* Silhouette BG **************************************************/
.tomford-bg {
  position: relative;
  background: url('../images/eye-exam-bg.jpg');
  min-height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.tomford-bg .desc-box {
  position: absolute;
  top: 50px;
  right: 45px;
  max-width: 550px;
}
.tomford-bg .desc-box p {
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 15px;
}
/* Eye Exam Sec **************************************************/
.eye-exam-sec {
  margin-bottom: 115px;
}
.eye-exam-sec img {
  border:1px solid #d5d3d4;
}
.eye-exam-sec .desc-box {
  padding:55px 0px 0px 45px;
}
.eye-exam-sec h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 30px;
}
.eye-exam-sec p {
  padding:0;
  margin:0;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
  font-size: 18px;
  text-align: left;
}
/* ...........  footer form .............. */
.footer-form {
  text-align: center;
  background-color: #e0e4e7;
  padding: 40px 0 35px 0;
  position: relative;
  margin-bottom: 110px;
}
.footer-form header {
  overflow: hidden;
  max-width: 95%;
  margin: 0 auto;
}
.footer-form form {
  display: inline-block;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
.footer-form h1 {
  position: relative;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-size: 77.84px;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: -5px;
  display: inline-block;
}
/*.footer-form h1:before {
  content: "";
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
  width: 425px;
  position: absolute;
  top: 65%;
  left: 35px;
}
.footer-form h1:after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
  width: 425px;
  position: absolute;
  top: 65%;
  right: 35px;
}*/
.footer-form h1:before {
  content: '';
    width: 99999em;
    height: 1px;
    background: #000;
    position: absolute;
    left: auto;
    right: 100%;
    margin-right: 30px;
    top: 65%;
}
.footer-form h1::after {
    content: '';
    width: 99999em;
    height: 1px;
    background: #000;
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 65%;
}
.footer-form p {
  font-size: 18.57px;
  color: #000;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-form  form input[type="text"] {
  -webkit-appearance: none;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-bottom: 8px;
  background-color: #fff;
  max-width: 557px;
  width: 100%;
  height: 45px;
  border: none;
  box-shadow: 0px 2px 5px #000;
}
.footer-form form .inner-form-fields input[type="text"] {
  max-width: 273px;
  width: 100%;
  margin: 0 3px;
}
.footer-form  form input[type="submit"] {
  max-width: 392px;
  width: 100%;
  height: 62px;
  background-color: #1e8ace;
  color: #fff;
  font-size: 24.61px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  box-shadow: 0px 2px 5px #000;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
          margin-top: 15px;
}
.footer-form  form input[type="submit"]:hover {
  color:#201d2a;
  background-color: #fff;
}
.footer-form form p span {
  width: 50%;
  display: inline-block;
  padding: 0 4px;
}
.footer-form form p span:first-child {
  width: 100%;
}
/* ...............  Contact Us  ................ */
.footer-widgets-sec {
  background: #f5f5f5;
  border-left: 1px solid #e2e2e2;
  padding-left: 45px;
}
.footer-widgets-sec .contact-us-widget {
  padding-top: 47px;
}
.footer-widgets-sec .opening-hours-widget {
  padding: 40px 0px 0px 0px;
}
.footer-widgets-sec h1 {
  padding: 0;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}
.footer-widgets-sec .opening-hours-widget h1 {
  margin-bottom: 15px;
}
.footer-widgets-sec ul li {
  font-weight: 700;
  color: #000;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-size: 16px;
}
.footer-widgets-sec .contact-us-widget ul li:last-child {
  margin-top: 15px;
}
.footer-widgets-sec ul li a {
  color: #1e8ace;
  font-weight: 700;
  font-size: 24px;
}
.footer-widgets-sec .social-icons {
  padding-top: 30px;
}
.footer-widgets-sec .social-icons ul li {
  display: inline-block;
  padding-right: 10px;
}
.footer-widgets-sec .social-icons ul li img:hover {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.footer-widgets-sec .col-md-8 {
  padding: 0px 15px 0px 0px;
}

/* Footer **************************************************/
.footer {
  text-align: center;
  padding: 35px 0;
}
.footer p {
  font-family: "Arial";
  font-size: 13.12px;
  color: #666;
  padding: 0;
  margin: 0;
  line-height: 1;
}
/* Contact Form 7 **************************************************/
div.wpcf7 .ajax-loader {
    display: block !important;
}
.wpcf7-form br {
    display: none !important;
}
div.wpcf7-response-output {
    background: #ffff none repeat scroll 0 0 !important;
    color: #000 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wpcf7-form-control-wrap {
    display: inline-block !important;
}
.wpcf7-form.bform > p {
  margin: 0 !important;
}
/* Thrive Leads **************************************************/
.thrv-leads-form-box.thrv_wrapper {
    padding: 0 !important;
}
.tve_brdr_solid {
  border-style: none !important;
}
.thrv_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
.thrv-leads-form-box.tve_white[class*="tve_blank_set"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.thrv-leads-form-box.thrv_wrapper {
}
/* Thankyou Page **************************************************/
.success-sec {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 400px;
    padding-bottom: 0;
    padding-top: 0;
}
.succes-sec {
    position: relative;
}
.success-msg {
    text-align: center;
}
.success-msg img {
    margin-top: 65px;
}
.success-msg p {
    color: #003a5a;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 20px;
    text-align: center;
}
.success-msg h6 {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 5px;
    text-align: center;
}
/* Validation Enging **************************************************/
.form-validation-field-0formError.parentFormundefined.formError, 
.form-validation-field-1formError.parentFormundefined.formError,
.form-validation-field-2formError.parentFormundefined.formError {
  position: absolute;
  left: 0px !important;
}
.formError .formErrorContent {
  line-height: 1 !important;
  font-size: 12px !important;
}