/*
 * Main Theme Style
 */
body {
  font-family: "Alef", Arial, sans-serif;
  font-size: 14px; }
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333 !important;
}
blockquote {
  border-left: 5px solid rgba(234, 237, 239, 0.5); }

a:hover, a:focus {
  text-decoration: underline; }

.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease; }
  .btn:hover, .btn:focus {
    color: white;
    background-color: #3D4A53; }
  .btn.btn-default:hover, .btn.btn-default:focus {
    background-color: rgba(234, 237, 239, 0.5); }
  .btn.btn-danger {
    background-color: #D33E43; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background-color: #D33E43; }
  .btn.btn-warning {
    background-color: #e85510; }
    .btn.btn-warning:hover, .btn.btn-warning:focus {
      background-color: #e85510; }
  .btn.btn-info {
    background-color: #5d717f; }
    .btn.btn-info:hover, .btn.btn-info:focus {
      background-color: #5d717f; }
  .btn.btn-success {
    background-color: #558B6E; }
    .btn.btn-success:hover, .btn.btn-success:focus {
      background-color: #558B6E; }
  .btn.btn-link {
    color: #3D4A53;
    background-color: transparent; }
    .btn.btn-link:hover, .btn.btn-link:focus {
      background-color: #3D4A53; }

ul.menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.panel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.jumbotron {
  background-color: rgba(234, 237, 239, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

ul.pagination li a, ul.pagination li span {
  color: #3D4A53;
  border: 1px solid #eaedef; }
  ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus {
    background-color: rgba(234, 237, 239, 0.2);
    border-color: #eaedef;
    color: #3D4A53; }

ul.pagination li.active a, ul.pagination li.active span {
  background-color: #3D4A53;
  border-color: #3D4A53; }

.breadcrumb li.item-home {
  padding-right: 5px; }

#header {
  height: 80px; }
  #header .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 0; }

#the-logo {
  float: left;
  overflow: hidden; }
  #the-logo a.logo-text {
    font-size: 24px;
    line-height: 80px;
    text-transform: uppercase; }
    #the-logo a.logo-text:hover, #the-logo a.logo-text:focus {
      text-decoration: none; }
  #the-logo a.logo-image {
    display: block;
    text-indent: -9999px;
    height: 80px;
    min-width: 120px;
    background-size: contain; }

#nav-container {
  float: right; }
  #nav-container .navbar-nav li a {
    padding: 0 30px;
    display: block;
    color: white;
    line-height: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease; }
  #nav-container .navbar-nav li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    min-width: 160px;
    max-height: 0;
    font-size: 90%;
    overflow: hidden;
    background: white;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease; }
    #nav-container .navbar-nav li .sub-menu li a {
      color: #3D4A53;
      line-height: 1.61803;
      padding: 5px 15px; }
      #nav-container .navbar-nav li .sub-menu li a:hover, #nav-container .navbar-nav li .sub-menu li a:focus {
        text-decoration: none;
        background-color: #cdd4d9;
        color: white; }
  #nav-container .navbar-nav li:hover .sub-menu {
    max-height: 600px; }
  #nav-container .navbar-nav li.active a, #nav-container .navbar-nav li.active a:hover, #nav-container .navbar-nav li.active a:focus, #nav-container .navbar-nav li a:hover {
    color: #cdd4d9;
    background-color: rgba(255, 255, 255, 0.8); }

#footer {
  border-top: 1px solid #eee;
  padding: 15px 0; }
  #footer nav.nav {
    text-align: center;
    margin-top: 5px; }
  #footer ul.footer-menu {
    display: inline-block; }
  #footer ul.footer-menu li {
    float: left; }
  #footer ul.footer-menu li a {
    padding: 5px 30px; }

.marg {
  margin: 30px; }

.marg-top {
  margin-top: 30px; }

.marg-bottom {
  margin-bottom: 30px; }

.marg-left {
  margin-left: 30px; }

.marg-right {
  margin-right: 30px; }

.pad {
  padding: 30px; }

.pad-top {
  padding-top: 15px; }

.pad-bottom {
  padding-bottom: 15px; }

.pad-left {
  padding-left: 15px; }

.pad-right {
  padding-right: 15px; }

.main-container {
  border: 10px solid #e85510; }

.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_recent_entries ul li {
    border-bottom: 1px solid rgba(234, 237, 239, 0.2);
    line-height: 3;
    padding: 0 0 0 15px; }
    .widget_recent_entries ul li a {
      padding: 0 0 0 15px; }
    .widget_recent_entries ul li:last-child {
      border-bottom: 0; }

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_recent_comments ul li {
    border-bottom: 1px solid rgba(234, 237, 239, 0.2);
    line-height: 3;
    padding: 0 0 0 15px; }
    .widget_recent_comments ul li a {
      padding: 0 0 0 15px; }
    .widget_recent_comments ul li:last-child {
      border-bottom: 0; }

.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_meta ul li {
    border-bottom: 1px solid rgba(234, 237, 239, 0.2);
    line-height: 3;
    padding: 0 0 0 15px; }
    .widget_meta ul li a {
      padding: 0 0 0 15px; }
    .widget_meta ul li:last-child {
      border-bottom: 0; }

.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_archive ul li {
    border-bottom: 1px solid rgba(234, 237, 239, 0.2);
    line-height: 3;
    padding: 0 0 0 15px; }
    .widget_archive ul li a {
      padding: 0 0 0 15px; }
    .widget_archive ul li:last-child {
      border-bottom: 0; }

.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_pages ul li {
    border-bottom: 1px solid rgba(234, 237, 239, 0.2);
    line-height: 3;
    padding: 0 0 0 15px; }
    .widget_pages ul li a {
      padding: 0 0 0 15px; }
    .widget_pages ul li:last-child {
      border-bottom: 0; }

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_categories ul li {
    border-bottom: 1px solid rgba(234, 237, 239, 0.2);
    line-height: 3;
    padding: 0 0 0 15px; }
    .widget_categories ul li a {
      padding: 0 0 0 15px; }
    .widget_categories ul li:last-child {
      border-bottom: 0; }

h3.widget-title {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget h3.widget-title {
  padding: 0 0 0 15px;
  font-size: 18px;
  background: rgba(234, 237, 239, 0.2);
  line-height: 3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.widget_calendar #calendar_wrap {
  padding: 10px 15px; }

#wp-calendar {
  width: 100%; }

body {
  font-size: 16px; }

.btn, input.form-control {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }

.btn-orange {
  background-color: #e85510;
  border-color: #e85510;
  padding: 4px 22px 3px; }

.header-wrap {
  display: inline-block;
  margin-top: 30px; }
  .header-wrap .header-inner {
    display: flex; }
    .header-wrap .header-inner a {
      display: block;
      padding: 0 15px; }

h1.page-title {
  margin: 15px 0 0;
  position: relative;
  color: #e85510;
  font-size: 68px;
  font-weight: 700; }
  h1.page-title span {
    position: relative;
    z-index: 10;
    background-color: white; }
  h1.page-title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: -30px;
    width: 110px;
    height: 128px;
    background-image: url("http://localhost/a2z/lp1/wp-content/uploads/2016/02/a2z-wheelchair.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
body.page-template-page--thankyou p.lead,
body.page-template-page--thankyou h1.page-title {
	line-height: 5;
}
body.page-template-page--thankyou h1.page-title:before {
	display: none;
}
h2.sub-title {
  margin: 0 0 30px;
  color: #333;
  font-weight: 700;
  font-size: 28px;
  font-family: sans-serif;
  position: relative;
  z-index: 10; }
  h2.sub-title span {
    background-color: white; }

p.lead {
  font-size: 28px;
  font-weight: 400;
  padding: 15px 30px; }

#lp-services {
  background-color: #eaedef;
  margin: 0 -15px 15px;
  padding: 15px 0; }
  #lp-services h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700; }

.inner-container {
  max-width: 768px;
  margin: 0 auto; }

.hide-label {
  position: absolute;
  top: -10000px; }

#services-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  #services-list li {
    line-height: 25px;
    font-size: 19px;
    padding-right: 25px;
    position: relative;
    margin-bottom: 6px; }
    #services-list li:before {
      content: "";
      width: 30px;
      height: 28px;
      display: block;
      position: absolute;
      right: -5px; top: -5px;
      transform: scale(0.8, 0.8);
      -o-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
      -moz-transform: scale(0.8, 0.8);
      -webkit-transform: scale(0.8, 0.8);
      background-image: url("http://localhost/a2z/lp1/wp-content/uploads/2016/02/a2z-mark.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }

#lp-form {
  margin-bottom: 15px; }
  #lp-form h2 {
    color: #e85510;
    font-weight: 700;
    position: relative;
    padding-right: 46px;
    line-height: 41px;
    margin: 0 0 15px; }
    #lp-form h2:before {
      content: "";
      display: block;
      position: absolute;
      width: 36px;
      height: 41px;
      right: 0;
      background-image: url("http://localhost/a2z/lp1/wp-content/uploads/2016/02/a2z-arrow.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  #lp-form input {
    font-size: 18px;
    margin-bottom: 5px;
 }
  #lp-form input[type=text],
  #lp-form input[type=email],
  #lp-form input[type=tel] {
    border-color: #454542; }
  #lp-form input[type=submit] {
    font-weight: 700; }

.wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}