/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 4, 2018, 3:01:20 PM
    Author     : Adjaxon Araujo @ Zynke Design
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 4, 2018, 3:24:40 PM
    Author     : webdev
*/
.top-header {
  background-color: #295283;
  padding: 5px; }
  .top-header a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 17px;
    margin-right: 20px;
    text-decoration: none; }
    .top-header a:visited {
      color: #fff; }
    .top-header a:hover {
      color: #fff; }
  .top-header .book-online {
    background-color: #1899b9;
    padding: 3px 14px; }
  .top-header .fab, .top-header .fas {
    font-size: 22px;
    position: relative;
    top: 2px; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 0; }

button.navbar-toggle {
  border: 1px solid #fff; }
  button.navbar-toggle span.icon-bar {
    background-color: #fff; }
  button.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
    background-color: black; }

@media (min-width: 768px) {
  .row-menu {
    padding-top: 20px; } }
.row-menu .header-logo {
  padding: 10px;
  z-index: 1; }
  .row-menu .header-logo a img {
    max-width: 100%; }
  @media (min-width: 768px) {
    .row-menu .header-logo {
      padding: 0; } }
.row-menu .nav-area {
  background-color: #295283; }
  @media (min-width: 768px) {
    .row-menu .nav-area {
      background-color: transparent; } }
.row-menu .navbar-nav > li > a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 6px;
  font-size: 12px; }
  @media (min-width: 992px) {
    .row-menu .navbar-nav > li > a {
      padding: 10px 15px;
      font-size: 14px; } }
  .row-menu .navbar-nav > li > a:hover {
    background-color: transparent; }
  .row-menu .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background: #1899b9;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 768px) {
      .row-menu .navbar-nav > li > a:before {
        transform-origin: left; } }
  .row-menu .navbar-nav > li > a:hover:before, .row-menu .navbar-nav > li > a:focus:before {
    visibility: visible;
    transform: scaleX(1); }
.row-menu .navbar-collapse {
  border-top: 0;
  box-shadow: none; }
.row-menu .active {
  border-bottom: 3px solid #1899b9; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent; }

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7); }
  .dropdown-menu li a {
    color: #fff;
    text-transform: uppercase; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 4, 2018, 3:31:47 PM
    Author     : webdev
*/
@font-face {
  font-family: 'ralewayregular';
  src: url("fonts/raleway_regular-webfont.woff2") format("woff2"), url("fonts/raleway_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaythin';
  src: url("fonts/raleway_thin-webfont.woff2") format("woff2"), url("fonts/raleway_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaybold';
  src: url("fonts/raleway_bold-webfont.woff2") format("woff2"), url("fonts/raleway_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 4, 2018, 4:18:43 PM
    Author     : webdev
*/
/* --===Carousel area===---*/
@media (min-width: 768px) {
  #slide {
    top: -102px;
    z-index: -1; } }
#slide .controlContainer .carousel-control span {
  position: absolute;
  bottom: 10px; }
  @media (min-width: 768px) {
    #slide .controlContainer .carousel-control span {
      bottom: 50%; } }
#slide .controlContainer .carousel-control .fa {
  border: 1px solid #fff;
  padding: 5px;
  font-size: 13px; }
  @media (min-width: 992px) {
    #slide .controlContainer .carousel-control .fa {
      font-size: 22px; } }
#slide .carousel-inner {
  display: block; }
  #slide .carousel-inner .item {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    #slide .carousel-inner .item:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4); }
    @media (min-width: 768px) {
      #slide .carousel-inner .item {
        height: 600px; } }
    @media (min-width: 992px) {
      #slide .carousel-inner .item {
        height: 735px; } }
#slide .carousel-caption {
  display: block;
  right: 21%;
  left: auto;
  width: 52%;
  top: 8%; }
  @media (min-width: 768px) {
    #slide .carousel-caption {
      right: 16%;
      width: 57%;
      top: 16%; } }
  @media (min-width: 1200px) {
    #slide .carousel-caption {
      right: 16%;
      width: 44%;
      top: 30%; } }
  #slide .carousel-caption h1 {
    font-size: 21px;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    padding-top: 10px;
    text-align: right; }
    @media (min-width: 768px) {
      #slide .carousel-caption h1 {
        font-size: 38px;
        height: 130px; } }
    @media (min-width: 1200px) {
      #slide .carousel-caption h1 {
        font-size: 47px; } }
#slide .fa-chevron-left, #slide .fa-chevron-right {
  font-size: 40px; }
#slide .controlContainer {
  display: none; }
  @media (min-width: 768px) {
    #slide .controlContainer {
      display: block;
      z-index: 99; } }

#home-band-1 .boxes {
  position: relative; }
  @media (min-width: 768px) {
    #home-band-1 .boxes {
      top: -98px; } }
  #home-band-1 .boxes .box {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      #home-band-1 .boxes .box:last-child {
        border-right: 0; } }
    #home-band-1 .boxes .box a {
      display: block;
      height: 380px;
      background-position: center;
      background-size: cover;
      position: relative;
      top: -8px;
      text-decoration: none; }
    #home-band-1 .boxes .box:hover {
      opacity: 1.0;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #home-band-1 .boxes .box .title {
      margin-top: 11px;
      background-color: rgba(255, 255, 255, 0.7);
      color: #295283;
      position: relative;
      padding-left: 20px;
      max-width: 32%;
      padding: 8px 10px; }
      #home-band-1 .boxes .box .title .fa.fa-chevron-right {
        float: right;
        margin-top: 3px;
        color: #1899b9; }

#home-band-2 .home-content {
  position: relative;
  color: #295283;
  line-height: 2; }
  @media (min-width: 768px) {
    #home-band-2 .home-content {
      top: -50px; } }
  #home-band-2 .home-content h2 {
    margin-bottom: 30px; }
  #home-band-2 .home-content .read-button {
    display: block;
    margin-top: 40px; }
    #home-band-2 .home-content .read-button a {
      background-color: #70b9ca;
      padding: 10px 25px;
      text-transform: uppercase;
      color: #fff; }
      #home-band-2 .home-content .read-button a .fa-chevron-right {
        position: relative;
        margin-left: 18px;
        margin-right: -12px;
        color: #295283; }

#home-band-3 {
  padding: 35px 0 8px;
  background-color: #e7f2f7;
  color: #295283; }
  #home-band-3 h2 {
    text-align: center;
    margin-bottom: 20px; }
  #home-band-3 .subscribing {
    line-height: 2; }
    @media (min-width: 768px) {
      #home-band-3 .subscribing {
        padding: 0px 90px; } }
    #home-band-3 .subscribing div#wpcf7-f56-o1 {
      margin-top: 30px; }
    #home-band-3 .subscribing .form-control {
      text-align: center;
      width: 100%;
      height: 34px;
      padding: 25px 12px;
      border: 0;
      box-shadow: none; }
    #home-band-3 .subscribing .custom-btn {
      background-color: #70b9ca;
      padding: 4px 25px;
      text-transform: uppercase;
      color: #fff;
      margin-top: 30px; }
      #home-band-3 .subscribing .custom-btn .fa-chevron-right {
        position: relative;
        margin-left: 18px;
        margin-right: -12px;
        color: #295283; }
    @media (min-width: 768px) {
      #home-band-3 .subscribing .no-padding {
        padding-right: 0; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 5, 2018, 4:18:50 PM
    Author     : webdev
*/
.site-footer {
  background-color: #295283;
  text-align: center;
  margin-top: 40px; }
  .site-footer .footer-logo {
    padding: 40px 0 25px; }
    .site-footer .footer-logo img {
      max-width: 100%; }
  .site-footer .foot-phone {
    font-size: 25px;
    color: #fff; }
    @media (min-width: 768px) {
      .site-footer .foot-phone {
        text-align: right;
        padding-right: 0;
        font-size: 22px; } }
    @media (min-width: 992px) {
      .site-footer .foot-phone {
        font-size: 30px; } }
    .site-footer .foot-phone a {
      color: #fff;
      text-decoration: none; }
      .site-footer .foot-phone a:visited, .site-footer .foot-phone a:hover {
        color: #fff;
        text-decoration: none; }
  .site-footer .foot-book {
    font-size: 25px;
    color: #fff;
    margin: 20px 0; }
    @media (min-width: 768px) {
      .site-footer .foot-book {
        margin: 0;
        font-size: 22px; } }
    @media (min-width: 992px) {
      .site-footer .foot-book {
        font-size: 30px; } }
    .site-footer .foot-book a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      background-color: #1899b9;
      padding: 10px 20px; }
      .site-footer .foot-book a:hover {
        color: #295283;
        text-decoration: none;
        background-color: #1899b9; }
  .site-footer .foot-facebook {
    font-size: 32px;
    color: #fff; }
    @media (min-width: 768px) {
      .site-footer .foot-facebook {
        text-align: left;
        padding-right: 0; } }
    .site-footer .foot-facebook a {
      color: #fff;
      text-decoration: none; }
      .site-footer .foot-facebook a:visited, .site-footer .foot-facebook a:hover {
        color: #fff;
        text-decoration: none; }
  .site-footer .address {
    padding: 40px;
    color: #fff;
    font-size: 20px; }
    .site-footer .address a {
      text-decoration: none;
      color: #fff; }
      .site-footer .address a:visited, .site-footer .address a:hover {
        color: #fff;
        text-decoration: none; }
  .site-footer .foot-bottom {
    padding-bottom: 20px; }
    .site-footer .foot-bottom .copyright {
      color: #fff; }
      @media (min-width: 768px) {
        .site-footer .foot-bottom .copyright {
          text-align: left; } }
    @media (min-width: 768px) {
      .site-footer .foot-bottom .privacy {
        text-align: right; } }
    .site-footer .foot-bottom .privacy a {
      color: #fff;
      text-decoration: none; }

.zynke {
  text-align: center;
  background-color: #1899b9;
  padding: 10px; }
  .zynke a {
    color: #fff;
    text-decoration: none; }
    .zynke a:hover {
      color: #0a2555;
      text-decoration: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 7, 2018, 1:44:45 PM
    Author     : webdev
*/
.featuredImage {
  position: relative;
  top: -101px;
  z-index: -9;
  height: 400px;
  background-size: cover;
  background-position: center; }
  .featuredImage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }
  .featuredImage .entry-header {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center; }

.entry-content {
  color: #0a2555;
  line-height: 2;
  position: relative;
  top: -40px; }
  .entry-content .team-text h2 {
    margin-top: 0; }
  .entry-content h2 {
    margin-top: 0; }
  .entry-content .team-member-image {
    background-position: center;
    background-size: cover;
    height: 350px;
    border-radius: 13px; }
  .entry-content .opening-hours {
    padding-left: 0; }
  .entry-content .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0a2555;
    background-color: #e5f7fb;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .entry-content textarea.form-control {
    height: auto !important; }
  .entry-content .custom-btn {
    background-color: #70b9ca;
    padding: 0px 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px; }
    .entry-content .custom-btn .fa-chevron-right {
      position: relative;
      left: 36px;
      color: #295283;
      font-size: 21px; }
  .entry-content .services-list ul {
    list-style: none; }
    .entry-content .services-list ul li {
      color: #597bb7; }
      @media (min-width: 992px) {
        .entry-content .services-list ul li {
          font-size: 16px; } }
      .entry-content .services-list ul li:before {
        font-family: fontawesome;
        content: "\f0fa";
        margin-right: .5em; }
  .entry-content a {
    color: #0a2555;
    text-decoration: none; }
  .entry-content .chiro-sevices a {
    color: #0a2555;
    font-size: 18px;
    font-weight: bold; }
    .entry-content .chiro-sevices a img {
      margin: 15px 0; }

#map {
  width: 100%;
  height: 200px;
  position: relative; }
  @media (min-width: 768px) {
    #map {
      height: 450px; } }
  #map .overlay {
    width: 50px;
    height: 77px;
    background: url("img/pin.png") no-repeat;
    position: relative;
    top: -77px;
    background-size: contain; }

.team-area {
  text-align: center;
  margin-top: 40px; }
  .team-area a {
    color: #000;
    text-decoration: none; }
    .team-area a .member {
      height: 300px;
      background-position: center;
      background-size: cover;
      border-radius: 13px; }
    .team-area a .member-text {
      padding: 13px 0 25px;
      color: #000; }
      .team-area a .member-text span {
        color: #1899b9;
        margin-bottom: 10px; }

.entry-blog-header {
  position: relative;
  top: -70px; }

.post-thumbnail {
  display: block;
  position: relative;
  top: -61px; }

.each-article {
  padding-bottom: 30px; }

body {
  font-family: 'ralewayregular';
  color: #0a2555;
  overflow-x: hidden; }
  body h2 {
    text-transform: uppercase;
    letter-spacing: 3px; }
  @media (min-width: 992px) {
    body p {
      font-size: 16px; } }

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