/*==========================================================================
 Template Elements Stylesheet
 ____________________________________________________________
 Client:		ClientName
 Date:		Date
 Author:		Edge Marketing Solutions
 /*===========================================================================*/
/*                        [Colour Settings]                                  */
/*===========================================================================*/
/*===========================================================================*/
/*                    [Navigation Settings]                                  */
/*===========================================================================*/
/*===========================================================================*/
/*                  [Book Button Settings]                                   */
/*===========================================================================*/
/*===========================================================================*/
/*                  [Feature Navigation Settings]                            */
/*===========================================================================*/
/*===========================================================================*/
/*                      [Download Settings]                                  */
/*===========================================================================*/
/*===========================================================================*/
/*                        [Footer Settings]                                  */
/*===========================================================================*/
/*=========================================================================*/
/*=========================================================================*/
/* [Global Template Styles] */
body {
  color: #6d6e71;
  font-family: Arial, Verdana, sans-serif;
  font-size: 17px; }

h1 {
  color: #231f20;
  font-size: 38px; }

h2 {
  color: #ea1d25;
  font-size: 28px;
  font-weight: bold; }

h3 {
  color: #ea1d25;
  font-size: 17px; }

h4 {
  color: #231f20; }

h4.block-heading-red {
  display: block;
  margin: 30px 0 0 0;
  padding: 20px;
  background-color: #ea1d25;
  font-weight: bold;
  color: #fff;
  text-align: center; }

h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px; }

.img-responsive {
  display: inline-block; }

a {
  transition: all 150ms ease-in-out;
  color: #ea1d25; }

a:hover, a:active, a:focus {
  color: #231f20;
  text-decoration: none; }

p {
  margin-bottom: 15px;
  line-height: 1.6em; }

p.lead {
  color: #ea1d25;
  font-size: 24px;
  font-weight: bold; }

.row-spaced {
  margin-bottom: 30px; }

img {
  max-width: 100%; }

img.svg-responsive {
  width: 100% \9; }
/*OPTIONAL FULL WIDTH NAVIGATION - Add nav-justified to <ul class="nav navbar-nav">*/
.navbar-nav.nav-justified > li {
  float: none !important; }
/* Generated by Glyphter (http://www.glyphter.com) on  Tue Sep 06 2016*/
@font-face {
  font-family: 'social icons';
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.woff") format("woff"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="social-icon-"]::before, [class*=" social-icon-"]::before {
  display: inline-block;
  font-family: 'social icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-icon-square-facebook::before {
  content: '\0041'; }

.social-icon-square-google-plus::before {
  content: '\0042'; }

.social-icon-square-linkedin::before {
  content: '\0043'; }

.social-icon-square-pinterest::before {
  content: '\0044'; }

.social-icon-square-twitter::before {
  content: '\0045'; }

.social-icon-square-youtube::before {
  content: '\0046'; }

.social-icon-circle-facebook::before {
  content: '\0047'; }

.social-icon-circle-google-plus::before {
  content: '\0048'; }

.social-icon-circle-linkedin::before {
  content: '\0049'; }

.social-icon-circle-pinterest::before {
  content: '\004a'; }

.social-icon-circle-twitter::before {
  content: '\004b'; }

.social-icon-circle-youtube::before {
  content: '\004c'; }

.social-icon-rounded-facebook::before {
  content: '\004d'; }

.social-icon-rounded-google-plus::before {
  content: '\004e'; }

.social-icon-rounded-linkedin::before {
  content: '\004f'; }

.social-icon-rounded-pinterest::before {
  content: '\0050'; }

.social-icon-rounded-twitter::before {
  content: '\0051'; }

.social-icon-rounded-youtube::before {
  content: '\0052'; }

[class^="social-icon-circle-"]::before, [class*=" social-icon-circle-"]::before {
  border-radius: 100%; }

[class^="social-icon-rounded-"]::before, [class*=" social-icon-rounded-"]::before {
  border-radius: 15%; }
/*=========================================================================*/
/* [Header Template Styles] */
.header {
  width: 100%;
  padding: 15px 0;
  background: #231f20; }

.header .h-logo {
  text-align: center !important;
  margin-top: 30px; }

.header .h-logo img {
  width: 75%; }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .header .h-logo {
    text-align: center !important; }

  .header .h-logo img {
    width: 40%; } }
/*=========================================================================*/
/* [Navigation Template Styles] */
ul.nav-desktop {
  margin: 50px 0;
  padding: 0;
  float: right;
  list-style-type: none;
  text-align: center; }

ul.nav-desktop li {
  float: left;
  margin: 0 9px;
  position: relative;
  line-height: 1.2em; }

.nav-desktop li:first-child {
  margin-left: 0; }

.nav-desktop li:last-child {
  margin-right: 0; }

ul.nav-desktop li.dual-line {
  margin-top: -8px; }

ul.nav-desktop li a {
  transition: all 100ms ease-in-out;
  color: white;
  text-transform: uppercase;
  text-align: center !important;
  font-size: 12px; }

ul.nav-desktop li a:hover, ul.nav-desktop li.active a, ul.nav-desktop li a.active {
  color: #ea1d25;
  text-decoration: none; }

ul.nav-desktop li.dropdown-btn:hover ul.nav-desktop-dropdown-menu {
  display: block; }

ul.nav-desktop li.dropdown-btn:hover a {
  color: white;
  text-decoration: none; }

ul.nav-desktop-dropdown-menu {
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 180px;
  left: 0;
  display: none;
  z-index: 1000;
  list-style-type: none;
  background-color: #d0d2d3;
  border-radius: 0 6px 6px 6px; }

ul.nav-desktop-dropdown-menu li {
  margin: 15px 0 !important;
  padding: 0;
  float: none;
  text-align: left; }

ul.nav-desktop-dropdown-menu li a {
  color: white !important; }

ul.nav-desktop-dropdown-menu li a:hover {
  color: rgba(0, 0, 0, 0.5) !important; }

.navbar-default {
  margin: 20px 0 0 0;
  min-height: 10px;
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.navbar-nav {
  text-align: center; }

.navbar-default .navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar-default .navbar-nav > li > a {
  padding: 5px 18px;
  font-size: 13px;
  color: white; }

.navbar-default .navbar-nav > li > a:hover {
  color: white; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  color: white;
  text-align: center; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #ea1d25; }

.navbar-default .navbar-toggle {
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #ea1d25;
  border: none;
  font-size: 16px;
  color: white; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #930e13; }
/* Large desktop */
@media (min-width: 1200px) {
  ul.nav-desktop {
    margin: 50px 0;
    float: left; }

  ul.nav-desktop li {
    margin: 0 18px; }

  ul.nav-desktop li a {
    font-size: 13px; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin: 0; }

  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid rgba(131, 204, 219, 0.2);
    text-align: center; }

  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 18px;
    font-size: 16px;
    color: white;
    text-align: center; }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: rgba(131, 204, 219, 0.2);
    color: white; }

  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #e7e7e7; } }

@media (max-width: 480px) {
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #930e13; } }
/* Hover Click Fix */
/*=========================================================================*/
/* [Page Template Styles] */
.page {
  padding: 20px 0 0 0; }

.feature-navigation {
  width: 100%;
  background-color: #ea1d25; }

.feature-navigation-subpage {
  height: 12px; }

.feature-navigation-arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 26px 135px 0 135px;
  border-color: #ea1d25 transparent transparent transparent; }

.feature-navigation .item {
  width: 33.3333%;
  float: left;
  padding: 28px 20px;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: white;
  font-size: 18px; }

.feature-navigation .item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

.feature-navigation .item h2 {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1em;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold; }

.feature-navigation .item h2 a {
  color: #231f20;
  line-height: 3rem; }

.feature-navigation .item h2 a:hover {
  color: white;
  text-decoration: none; }

.feature-navigation .item a.btn {
  margin: 20px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #231f20;
  background-color: #d0d2d3; }

.feature-navigation .item a.btn:hover {
  background-color: #231f20;
  color: white; }

.download {
  width: 100%;
  margin: 0 0 20px 0;
  float: left; }

.download .icon {
  width: 100%;
  float: left;
  height: 120px;
  background-image: url(../images/template-1/ebook-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.download .details {
  width: 100%;
  padding: 15px;
  height: 100%;
  float: left;
  background-color: #ea1d25;
  color: white;
  text-align: center; }

.download .details h3 {
  margin: 0 0 5px;
  padding: 0;
  color: white;
  line-height: 1em;
  font-size: 16px;
  font-weight: bold; }

.download .details a.btn {
  margin: 8px 0 0 0;
  background-color: #231f20;
  color: white; }

.download .details a.btn:hover {
  background-color: white;
  color: #231f20; }

.infosheets {
  padding: 15px;
  width: 100%;
  float: left;
  background-color: rgba(175, 175, 175, 0.2); }

.infosheets h3 {
  margin: 0;
  padding: 0;
  color: #6d6e71;
  text-align: center;
  font-weight: bold; }

.infosheets ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none; }

.infosheets ul > li {
  margin: 2px 0;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.infosheets ul > li > a {
  display: block;
  padding: 9px 15px 9px 55px;
  background-image: url(../images/template-1/Adobe_PDF_file_icon_24x24.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #6d6e71; }

.infosheets ul > li > a:hover {
  text-decoration: none;
  background-color: white; }

.profile-item h2 {
  color: #231f20; }

.profile-item p.lead {
  color: #ea1d25;
  font-size: 18px;
  font-weight: bold; }
/* Large desktop */
@media (min-width: 1200px) {
  .feature-navigation .item h2 {
    font-size: 26px; }

  .download .details h3 {
    font-size: 20px; } }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .feature-navigation .item {
    font-size: 15px; }

  .feature-navigation .item h2 {
    font-size: 20px; }

  .download {
    height: auto; }

  .download .icon {
    width: 100%;
    height: 100px; }

  .download .details {
    width: 100%;
    height: auto;
    text-align: center; }

  .download .details h3 {
    font-size: 17px;
    font-weight: bold; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .feature-navigation .item {
    width: 100%;
    float: left;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    text-align: center;
    color: white;
    font-size: 16px; }

  .feature-navigation .item h2 {
    font-size: 22px; }

  .feature-navigation .item:last-child {
    border-right: none; } }
/*=========================================================================*/
/* [Footer Template Styles] */
.footer {
  width: 100%;
  padding: 0 0 30px 0;
  margin: 40px 0 0 0;
  background-color: #231f20;
  color: white;
  font-size: 12px; }

.footer .arrow {
  width: 0;
  height: 0;
  margin: 0 auto 30px auto;
  border-style: solid;
  border-width: 26px 135px 0 135px;
  border-color: white transparent transparent transparent; }

.footer h5 {
  margin-top: 0;
  color: #ea1d25; }

.footer a {
  color: white; }

.footer a:hover {
  color: #ea1d25;
  text-decoration: none; }

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

.footer ul > li {
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.footer a.btn {
  margin: 0 0 30px 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white; }

.footer a.btn:hover {
  background-color: white;
  color: rgba(0, 0, 0, 0.8); }

.footer .row-social {
  margin-bottom: 40px;
  font-size: 30px;
  text-align: right; }

.footer .row-social a {
  color: white; }

.footer .row-social a:hover {
  color: #ea1d25; }

.logo-chiropractic-iq {
  transition: all 150ms ease-in-out;
  width: 100%;
  opacity: 0.82; }

.logo-chiropractic-iq:hover {
  opacity: 1; }

.logo-caa {
  width: 100%;
  margin-bottom: 10px; }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer {
    text-align: center; }

  .footer h5 {
    margin: 30px 0 10px 0; }

  .logo-chiropractic-iq {
    margin-top: 30px;
    width: 50%; }

  .logo-caa {
    width: 20%; } }
/*=========================================================================*/
/* [Bootstrap Row Clear Fix Styles] */
#media-query-detector {
  display: none;
  width: 0; }

@media (min-width: 768px) {
  #media-query-detector {
    width: 768px; } }

@media (min-width: 992px) {
  #media-query-detector {
    width: 992px; } }

@media (min-width: 1200px) {
  #media-query-detector {
    width: 1200px; } }

.row-fix-clear-both {
  clear: both; }
/*=========================================================================*/
/* [Table as row override Styles] */
table.table-as-row > tbody > tr:before, table.table-as-row > tbody > tr:after {
  content: " ";
  display: table;
  clear: both; }

table.table-as-row > tbody > tr {
  height: auto !important; }

table.table-as-row, table.table-as-row > tbody, table.table-as-row > tbody > tr {
  display: block;
  width: auto; }

table.table-as-row > tbody > tr {
  display: block;
  width: auto;
  margin-right: -15px;
  margin-left: -15px; }

table.table-as-row > tbody > tr > td[class*=col-] {
  display: block;
  height: auto !important;
  margin-bottom: 20px; }
/* col-lg */
@media (min-width: 1200px) {
  table.table-as-row > tbody > tr > td[class*=col-lg-] {
    float: left; } }
/* col-md */
@media (min-width: 992px) {
  table.table-as-row > tbody > tr > td[class*=col-md-] {
    float: left; } }
/* col-sm */
@media (min-width: 768px) {
  table.table-as-row > tbody > tr > td[class*=col-sm-] {
    float: left; } }
/* col-xs */
table.table-as-row > tbody > tr > td[class*=col-xs-] {
  float: left; }
/*=========================================================================*/
/* [Slick Slider Styles] */
.slider-overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 95%;
  transform: translateY(-100%);
  color: white;
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

.slick-slider {
  margin-bottom: 0; }

.slider-wrapper {
  width: 100%;
  position: relative; }

.overlay-bar {
  width: 100%;
  height: 12px;
  position: absolute;
  z-index: 200;
  background-color: rgba(35, 31, 32, 0.7);
  display: none; }

.top-bar {
  top: 0; }

.bottom-bar {
  bottom: 0; }

.slickSlider img {
  display: none; }

.slickSlider.slick-initialized img {
  display: block; }

.slickSlider .slick-prev {
  left: 10px;
  z-index: 100;
  opacity: 0; }

.slickSlider .slick-next {
  right: 10px;
  z-index: 100;
  opacity: 0; }

.slickSlider:hover .slick-prev, .slickSlider:hover .slick-next {
  opacity: 0.75; }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .slick-dots {
    display: none !important; } }

.img-circle {
  transition: all 150ms ease-in-out; }

.img-circle:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }

.container-book {
  position: relative; }

.book-btn-header {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 0; }

@media (max-width: 460px) {
  .book-btn-header {
    position: relative;
    width: 100%;
    margin-top: 12px;
    top: 0; }

  .book-btn-header a {
    display: block; } }

.container-book a.btn-book-header {
  border: solid 1px #ea1d25;
  color: white;
  background: #ea1d25;
  border-radius: 0;
  padding: 8px 30px;
  font-size: 14px; }

.container-book a.btn-book-header:hover, .container-book a.btn-book-header:active, .container-book a.btn-book-header:focus {
  border: solid 1px #ea1d25;
  background: #231f20;
  color: #ea1d25; }

.book-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0; }

.book-btn a.btn-book {
  border: solid 1px #ea1d25;
  color: white;
  background: #ea1d25;
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 14px; }

.book-btn a.btn-book:hover, .book-btn a.btn-book:active, .book-btn a.btn-book:focus {
  border: solid 1px #ea1d25;
  background: #231f20;
  color: #ea1d25; }

.btn-success {
  background-color: #231f20;
  border-color: #000; }

.btn-success:hover {
  color: #fff;
  background-color: #4c4345;
  border-color: #231f20; }
