/******************************************************************
Theme Name: Child Theme - V0.1 
Theme URI: 
Description: Wordpress theme syles built with Bootstrap 3.
Author: Fusebox Creative
Author URI: http://fuseboxcreative.ca
Version: 0.0.1
Tags: translation-ready

Stylesheet: Main Stylesheet

Here's where the magic happens. First we are calling the bootstrap
LESS files.  Then we'll load Font Awesome.  Any customizations 
should be placed in either custom-variables.less, custom.less 
or any additional LESS files.
******************************************************************/
/*Red*/
/*Blue*/
/*@import "bootstrap/mixins.less";*/
/* @import "bootstrap/scaffolding.less"; */
/* #### Compless - Less version of compass #### */
/* ========= Set Compless imports and use the reset that comes with it. ============== */
/*@import "compless-master/css3all.less";*/
/* ### IMPORT FONTS #### */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
/* =========================================================================================== */
/* Default font size in pixels if not overridden. */
/* ======================Favorite Mixins & Vars ========================================= */
.noStyle,
img.noStyle {
  /*.box-shadow(none) !important;*/
  border: none !important;
}
/*@import "buttons_etc.less";*/
/*  -- Helper classes to create our own buttons classes */
/****************************************************************
Basic Styling for Wordpress posts/pages etc
Author: Fusebox Creative
URL: http://www.fuseboxcreative.ca

Stylesheet: Content Styles
Target: Global - All Media Queries
******************************************************************/
/* ------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES (also other/content.less)
09. PAGE NAVI STYLES
10. COMMENT STYLES (also other/comments.less)
11. FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. TABLES (in separate file - other/tables.less)
15. WOOCOMMERCE
16. COLOR OVERRIDES
17. Trend Cards
18. LearnDash

******************************************************************/
/* ############### Shared Styles for Desktop & Mobile ########################## */
/*********************
01. GENERAL STYLES
*********************/
img {
  max-width: 100%;
  height: auto;
}
.clear {
  display: block;
  clear: both;
}
.contentBG {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-holder {
  overflow: visible;
}
.posts .post-holder {
  overflow: hidden;
}
/* start commented backslash hack \*/
/** html .clearfix { height: 1%; }
.clearfix { display: block; }*/
/* close commented backslash hack */
.fuse-show-overflow,
.fuse-overflow-show,
.fuseOverflowShow {
  overflow: visible !important;
}
.vc_row .vc_row:not(.vc_inner):not(.vc_gitem_row) {
  background-color: transparent;
}
.video-lightbox .video-link i {
  height: 140px;
  width: 140px;
  display: block;
  margin: 0 auto;
  color: #7ebf61;
  border-radius: 100%;
  border: 10px solid #7ebf61;
  line-height: 125px;
  font-size: 69px;
  text-align: center;
  -webkit-transition: all 0.3s;
}
.video-lightbox .video-link:focus,
.video-lightbox .video-link:hover {
  background-color: transparent !important;
}
.video-lightbox .video-link:hover i {
  color: #fff;
  border-color: #fff;
  background-color: transparent !important;
}
.staffPic,
.fusePicRound,
.roundPic {
  border-radius: 100%;
  border: solid 9px #fff;
  -webkit-box-shadow: 0px 0px 0px 5px #c2c3bc;
  box-shadow: 0px 0px 0px 2px #c2c3bc;
}
.wpb_wrapper blockquote {
  position: relative;
  padding: 0 0rem;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Spectral';
  color: #004077;
  padding-right: 6.8em;
}
.wpb_wrapper blockquote:before {
  display: none !important;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/*********************
03. LAYOUT & GRID STYLES
*********************/
/*********************
04. LINK STYLES
*********************/
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* @mixin heading-base(@size: 20, @color: @baseHeadColor , @base: @baseFontSize){ */
.titleAlt,
.alttitle {
  font-family: 'Spectral';
  text-transform: none;
  font-style: italic;
  font-size: 120%;
}
.textAlt,
.alttext {
  font-family: 'Spectral';
  text-transform: none;
  font-size: 120%;
}
/*********************
06. HEADER STYLES
*********************/
#page-header::after {
  content: "";
  display: block;
  height: 33px;
  width: 1280px;
  background: url(../imgs/ADC-cheveron-fff.png) left no-repeat;
  margin: 0 auto;
  /*background-color: orange;*/
}
/*********************
07. NAVIGATION STYLES
*********************/
.breadcrumbs {
  line-height: 50px;
}
.wpb_wrapper .w-tabs-sections {
  /* CLOSED */
  /* OPEN */
}
.wpb_wrapper .w-tabs-sections .w-tabs-sections-h {
  border: 2px solid #c8c9c6;
}
.wpb_wrapper .w-tabs-sections .w-tabs-section {
  border-top: 1px solid #c8c9c6;
  background-color: #f4f4f4;
}
.wpb_wrapper .w-tabs-sections .w-tabs-section button.w-tabs-section-header {
  font-size: 22.4px !important;
  color: #004077 !important;
  text-transform: uppercase !important;
}
.wpb_wrapper .w-tabs-sections .w-tabs-section.active {
  background-color: transparent;
}
.wpb_wrapper .w-tabs-sections .w-tabs-section.active button.w-tabs-section-header {
  color: #a41424 !important;
}
/* ### Jump and similar style navigation */
.embedMenWrap {
  margin-left: 0px;
}
.embedMenWrap ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.embedMenWrap ul .item-divider {
  margin: 0px 2px;
}
.embedMenWrap ul li:last-child .item-divider {
  display: none;
}
.embedMenWrap ul.embedNav {
  margin-left: 0px;
  display: inline-block;
}
.embedMenWrap ul.embedNav li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
.embedMenWrap ul.embedNav li a {
  color: #727272;
}
.embedMenWrap ul.embedNav li a:hover {
  text-decoration: underline;
}
.embedMenWrap ul.embedNav li.preText {
  color: #a41424;
  font-weight: 600;
  margin-right: 5px;
  text-transform: initial;
}
.embedMenWrap ul.embedNav ul.embedNavInner {
  margin-left: 10px;
  float: right;
  display: block;
}
.embedMenWrap ul.embedNav ul.embedNavInner li {
  display: block;
  float: left;
  padding: 0 0.2rem 0 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
.embedMenWrap ul.embedNav ul.embedNavInner li:hover,
.embedMenWrap ul.embedNav ul.embedNavInner li:focus-within {
  cursor: pointer;
}
.embedMenWrap ul.embedNav ul.embedNavInner li:hover a,
.embedMenWrap ul.embedNav ul.embedNavInner li:focus-within a {
  outline: none;
}
.embedMenWrap ul.embedNav ul.embedNavInner li:hover > ul,
.embedMenWrap ul.embedNav ul.embedNavInner li:focus-within > ul,
.embedMenWrap ul.embedNav ul.embedNavInner li ul:hover,
.embedMenWrap ul.embedNav ul.embedNavInner li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.embedMenWrap ul.embedNav ul.embedNavInner li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0rem;
  left: 0;
  display: none;
}
.embedMenWrap ul.embedNav ul.embedNavInner li ul li {
  clear: both;
  width: 100%;
}
.embedMenWrap ul.embedNav ul.embedNavInner li:last-child .item-divider {
  display: none;
}
/*## Button nav using show menu shortcodes*/
.fuseButtonNav {
  list-style: none;
  margin-left: 0px;
  max-width: fit-content;
}
.fuseButtonNav > li {
  line-height: 1.5;
}
.fuseButtonNav > li:hover a::after {
  transform: rotate(180deg);
  top: 11px;
}
.fuseButtonNav > li ul {
  background-color: #e6e6e6;
  min-width: 100% !important;
  z-index: 1;
  padding: 0px;
  padding-top: 10px;
  margin-top: 10px !important;
}
.fuseButtonNav > li ul li {
  padding: 5px 15px;
  border-top: 2px solid #fff;
  text-align: left;
  margin: 0px;
}
.fuseButtonNav > li ul li:first-child {
  border-top: 0px;
}
.fuseButtonNav > li ul li .item-divider {
  display: none;
}
.fuseButtonNav > li ul li a {
  font-size: 12px;
  color: #727273;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.fuseButtonNav > li > a {
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  border: solid 2px;
  border-radius: 0.1em;
  padding: 0.8em 1.8em;
  background: transparent;
  box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
  z-index: 9 !important;
  position: relative;
}
.fuseButtonNav > li > a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.fuseButtonNav > li > a::after {
  font-family: "FontAwesome";
  content: "\2304";
  margin-left: 5px;
  display: inline-block;
  font-size: 25px;
  top: -5px;
  position: relative;
}
.fuseButtonNav li {
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
.fuseButtonNav li:hover,
.fuseButtonNav li:focus-within {
  cursor: pointer;
}
.fuseButtonNav li:hover a,
.fuseButtonNav li:focus-within a {
  outline: none;
}
.fuseButtonNav li:hover > ul,
.fuseButtonNav li:focus-within > ul,
.fuseButtonNav li ul:hover,
.fuseButtonNav li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.fuseButtonNav li ul {
  list-style: none;
  margin-left: 0px;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0rem;
  left: 0;
  display: none;
}
.fuseButtonNav li ul li {
  clear: both;
  width: 100%;
}
/*************************
08. POSTS & CONTENT STYLES
*************************/
/* Remove the date from posts */
.posts ul.post-meta li:nth-child(n+2),
.page-title-txt ul.blog-meta li:nth-child(n+2):nth-child(-n+2) {
  display: none !important;
}
/* == Testimonials == */
.testimonial-inner .testimonial-content {
  /*p:before{ color:#70b03b; font-family: 'oxygen'; }
    p:after{ color:#70b03b; font-family: 'oxygen'; }*/
}
.testimonial-caption .testimonial-author {
  /*color: #fff;*/
  /*font-size: 30px;
    line-height: 27px;
    font-weight: 700;*/
}
.testimonial-caption .testimonial-position {
  font-size: 18px;
}
.fuse-dark-bg {
  /* Dark Background version */
}
.fuse-dark-bg .testimonial-inner .testimonial-content {
  color: #c3c3c3;
}
.fuse-dark-bg .testimonial-inner .testimonial-content p {
  margin-bottom: 20px;
}
.fuse-dark-bg .testimonial-caption .testimonial-author {
  color: #fff;
}
.fuse-dark-bg .testimonial-caption .testimonial-position {
  color: #c3c3c3;
}
.color-scheme-white p b,
.color-scheme-white ul b,
.color-scheme-white ol b,
.color-scheme-white p strong,
.color-scheme-white ul strong,
.color-scheme-white ol strong {
  color: #fff;
}
/* == CTA Standard == */
.ctaBlock .l-section.height_medium {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* == CTA THIN == */
.fuseThinCTA .vc_column_container .vc_column-inner {
  padding-top: 0px;
}
.fuseThinCTA .vc_column_container .vc_column-inner .vc_btn3-container {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.fuseThinCTA .vc_column_container .vc_column-inner h1,
.fuseThinCTA .vc_column_container .vc_column-inner h2,
.fuseThinCTA .vc_column_container .vc_column-inner h3,
.fuseThinCTA .vc_column_container .vc_column-inner h4,
.fuseThinCTA .vc_column_container .vc_column-inner h5,
.fuseThinCTA .vc_column_container .vc_column-inner h6,
.fuseThinCTA .vc_column_container .vc_column-inner b,
.fuseThinCTA .vc_column_container .vc_column-inner strong,
.fuseThinCTA .vc_column_container .vc_column-inner i,
.fuseThinCTA .vc_column_container .vc_column-inner em {
  color: #fff;
}
.fuseThinCTA .vc_column_container .vc_column-inner .fuseFree {
  font-size: 38px;
  font-weight: 500;
}
/* == CTA iframes == */
.iframCTATopWrap {
  position: relative;
  margin-top: -100px;
  margin-bottom: 40px;
}
.bannerCTAWrap {
  width: 100%;
  text-align: center;
}
.bannerCTAWrap img {
  max-width: 100%;
  height: auto;
}
.bannerCTAWrap a img.alignnone {
  margin: 0;
}
/*== CTA fuseCTAstyleDark1 ==*/
.fuseCTAstyleDark1 h5 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  line-height: 30px;
}
.fuseCTAstyleDark1 h2 {
  font-weight: 800;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 10px;
}
.fuseCTAstyleDark1 p {
  font-size: 23px;
  color: #fff;
  font-weight: 200;
  line-height: 27px;
}
/* ======== SHORTCODE WRAPPER AND ELEMENTS ========== */
/* contains elelements shown in fuse_shortcodes.php like Calls to action etc.*/
/* ############# Widgets ############# */
/*======== Accordions =========== */
/********************************
 08 Content (pages and blog posts)
********************************/
/* content main */
/* content footer */
/* ==============================================================
   ========== Fuse - VC Embed Posts Element Styles ==============
   ==============================================================
 */
.staffInfoWrap .imgWrap .staffPic {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: solid 9px #fff;
  -webkit-box-shadow: 0px 0px 0px 5px #c2c3bc;
  box-shadow: 0px 0px 0px 2px #c2c3bc;
}
.fuseShowContent.staffPostWrap.staffSimple .staffPost {
  min-height: 420px;
  max-height: 420px;
  margin-bottom: 20px;
}
.fuseShowContent.staffPostWrap.staffSimple .staffPost .postInner {
  text-align: center;
}
.fuseShowContent.staffPostWrap.staffSimple .staffPost .postInner .staffName {
  margin-top: 30px;
  margin-bottom: 5px !important;
}
.fuseShowContent.staffPostWrap.staffSimple .staffPost .postInner .staffTitle {
  font-size: 14px;
  font-style: italic;
  display: block;
}
.fuseShowContent.staffPostWrap.staffSimple .staffPost .postInner .btn.readMore {
  margin: 0px;
  font-size: 15px !important;
}
.fuseShowContent.staffPostWrap.staffSimple .staffPost .imgWrap {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 249px;
  width: 178px;
  margin: 0 auto;
}
.fuseShowContent.staffPostWrap.staffFeatured .staffPost {
  margin-bottom: 40px;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner {
  display: inline-block;
  text-align: left;
  /*float: right;*/
  /* width: 69%;*/
  padding: 0px 40px;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner a {
  color: #004077;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .fa {
  margin-right: 5px;
  width: 14px;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner h5.staffSectionTitle {
  color: #a41424;
  text-transform: uppercase;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner h5.staffSectionTitle::after {
  content: "";
  display: block;
  height: 6px;
  width: 18px;
  background: url(../imgs/adc-text-deco-a41424.png) left no-repeat;
  margin: 10px 6px;
  background-position: left;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .staffName {
  margin-bottom: 4px !important;
  font-size: 16px;
  font-weight: bold;
  color: #a41424;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .staffName a {
  color: #a41424;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .staffTitleWrap {
  margin-bottom: 20px;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .staffTitle {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .staffPhone {
  display: block;
  font-size: 16px;
}
.fuseShowContent.staffPostWrap.staffFeatured .postInner .staffEmail {
  display: block;
  font-size: 16px;
}
.fuseShowContent.staffPostWrap.staffFeatured .imgWrap {
  display: inline-block;
  /*float: left;*/
  /*background-size: contain;*/
  background-repeat: no-repeat;
  /*width: 30%;*/
  width: 100%;
  max-width: 200px;
  min-height: 200px;
  padding: 0px;
  margin: 0px;
  background-position: top center;
}
/*********************
11. FORM STYLES
*********************/
.gform_wrapper {
  /* Form Footer */
}
body .section-page .gform_wrapper.fuse-light-form_wrapper {
  /* Form Footer */
}
body .section-page .gform_wrapper.fuse-light-form_wrapper ul li.gfield .ginput_container_checkbox,
body .section-page .gform_wrapper.fuse-light-form_wrapper ul li.gfield .gfield_checkbox {
  margin-top: 0px;
}
/*********************
13. FOOTER STYLES
*********************/
/* ======== Custom Content Items ======== */
/*********************
13. Tables
*********************/
.fuseFancyTable table {
  border: none;
  border-bottom: 1px solid;
}
.fuseFancyTable table thead tr {
  border: none;
}
.fuseFancyTable table thead th {
  border: none;
  padding: 0px 10px;
  padding-bottom: 20px;
}
.fuseFancyTable table thead th:first-child {
  padding-left: 0px;
}
.fuseFancyTable table thead th:last-child {
  padding-right: 0px;
}
.fuseFancyTable table tr {
  border-top: 1px solid;
}
.fuseFancyTable table tr td {
  border: none;
  padding: 30px 10px;
}
.fuseFancyTable table tr td:first-child {
  padding-left: 0px;
}
.fuseFancyTable table tr td:last-child {
  padding-right: 0px;
}
/*********************
15. WOOCOMMERCE
*********************/
/* --- SINGLE PRODUCTS PAGES --- */
/* --- Sidebar --- */
/*********************
16. COLOR OVERRIDES
*********************/
.titleAltWhite {
  color: #fff !important;
}
.titleAltBlue,
.altTitleBlue,
.textAltBlue,
.alttextBlue,
.altBlue {
  color: #407ec9 !important;
}
.titleAltRed,
.altTitleRed,
.textAltRed,
.alttextRed,
.altRed {
  color: #c41425 !important;
}
.embedMenWrap.white a {
  color: #fff !important;
}
.fuseButtonNav.navBlue {
  /*color:@brand-secondary;*/
}
.fuseButtonNav.navBlue > li > a {
  border-color: #004077 !important;
  color: #004077 !important;
}
.fuseButtonNav.navBlue > li:hover > a {
  background-color: #004077 !important;
  border-color: #004077 !important;
  color: #fff !important;
}
/*********************
17. Trend Cards
*********************/
.fuseFlexWrap {
  display: flex;
  flex-wrap: wrap;
}
.fuseFlexWrap .fuseFlexItem {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin-bottom: 50px;
}
.fuseFlexWrap .fuseFlexSize3 {
  max-width: 33%;
  min-width: 33%;
}
/****************
18. LearnDash
****************/
.learndash_post_sfwd-lessons .fuse_learndash_footer {
  max-width: 1080px;
  margin: 0 auto;
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*@import "other/_2x.less";*/
}
@media (max-width: 767px) {
  /* XS  - @screen-xs-max */
  /******************************************************************
Mobile Stylesheets
Author: Jeremy Moss - Fusebox Creative

Stylesheet: Custom Stylesheet

If you really want to customize bootstrap, you should start with 
custom-variables.less.  



------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES (also other/content.less)
09. PAGE NAVI STYLES
10. COMMENT STYLES (also other/comments.less)
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. TABLES (in separate file - other/tables.less)

******************************************************************/
  /*********************
01. GENERAL STYLES
*********************/
  .mobile-align-center {
    text-align: center !important;
  }
  .mobile-align-left {
    text-align: left !important;
  }
  .mobile-align-right {
    text-align: right !important;
  }
  .mobile-align-justify {
    text-align: justify !important;
  }
  html {
    height: 100%;
    font-size: 100% !important;
    /* We need this to stop boostrap from reseting our work */
  }
  .fullWidth {
    width: 100% !important;
  }
  /*--- Spacing variables and Helper Classes for use on floated items such as images inside content blocks ---- */
  .mobile-pos-absolute {
    position: absolute !important;
  }
  .mobile-pos-relative {
    position: relative;
  }
  .mobile-pos-top {
    top: 0px;
  }
  .mobile-pos-right {
    right: 0px;
  }
  .mobile-pos-left {
    left: 0px;
  }
  .mobile-pos-bottom {
    bottom: 0px;
  }
  .mobile-hidden,
  .hidden-mobile {
    display: none !important;
  }
  .mobile-align-left {
    text-align: left;
  }
  .mobile-align-right {
    text-align: right;
  }
  .mobile-align-center {
    text-align: center;
  }
  /*-------------------------------------------------------------------------------------------*/
  /********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
  /*Visual Composer - last p child margin fix*/
  #content .wpb_alert p:last-child,
  #content .wpb_text_column p:last-child,
  .vc_message_box > p:last-child,
  .wpb_alert p:last-child,
  .wpb_text_column p:last-child {
    margin-bottom: 15px !important;
  }
  /*********************
03. LAYOUT & GRID STYLES
*********************/
  /*********************
04. LINK STYLES
*********************/
  /******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
  /*********************
06. HEADER STYLES
*********************/
  #page-header::after {
    position: absolute;
  }
  /*********************
07. NAVIGATION STYLES
*********************/
  /*********************
08. POSTS & CONTENT STYLES
(also check other/content.less)
*********************/
  /******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
  /******************************************************************
10. COMMENT STYLES
******************************************************************/
  /******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
  /*********************
12. SIDEBARS & ASIDES
*********************/
  /*********************
13. FOOTER STYLES
*********************/
  /*@import 'loops_mobile.less';*/
}
@media (min-width: 768px) {
  /* sm - @screen-sm*/
  /******************************************************************
Site Name: Fuse Child
Author: Fusebox Creative

Stylesheet: Custom Stylesheet

If you really want to customize bootstrap, you should start with 
custom-variables.less.  
 
------------ MAP ------------

01. GENERAL STYLES & HELPERS
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES (also other/content.less)
09. PAGE NAVI STYLES
10. COMMENT STYLES (also other/comments.less)
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. TABLES (in separate file - other/tables.less)
******************************************************************/
  /*****************************
01. GENERAL STYLES & HELPERS
******************************/
  .container {
    /*This makes Boostrap 3 play nice with our fixed size*/
    /*  max-width: none !important;
  width: @FullColWidth !important;
  padding: 0;*/
  }
  html {
    font-size: 100% !important;
    /* We need this to stop boostrap from reseting our work */
  }
  .fullWidth {
    width: 100% !important;
    height: auto;
  }
  /*--- Spacing variables and Helper Classes for use on floated items such as images inside content blocks ---- */
  /* ## Other sizings can be found in loops.less*/
  .desk-pos-absolute {
    position: absolute !important;
  }
  .desk-pos-relative {
    position: relative;
  }
  .desk-pos-top {
    top: 0px;
  }
  .desk-pos-right {
    right: 0px;
  }
  .desk-pos-left {
    left: 0px;
  }
  .desk-pos-bottom {
    bottom: 0px;
  }
  .desk-hidden,
  .hidden-desk {
    display: none !important;
  }
  .desk-z-10 {
    z-index: 10;
  }
  .desk-z-19 {
    z-index: 19;
  }
  .desk-z-20 {
    z-index: 20;
  }
  .desk-z-30 {
    z-index: 30;
  }
  #desk-z-30 {
    z-index: 30;
  }
  .desk-z-40 {
    z-index: 40;
  }
  .desk-z-50 {
    z-index: 50;
  }
  .desk-z-60 {
    z-index: 60;
  }
  .desk-z-70 {
    z-index: 70;
  }
  .desk-z-80 {
    z-index: 80;
  }
  .desk-z-90 {
    z-index: 90;
  }
  .desk-z-100 {
    z-index: 100;
  }
  .desk-z-999 {
    z-index: 999;
  }
  .desk-remove-spacing-bot {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .desk-negate-p-spacing {
    margin-bottom: -15px;
  }
  /* -- Align any content vertically -- */
  .autoVertCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .fuse-arrow-col {
    width: 4%;
  }
  /*-------------------------------------------------------------------------------------------*/
  /********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
  /*********************
03. LAYOUT & GRID STYLES
*********************/
  /*********************
04. LINK STYLES
*********************/
  /******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
  /*********************
06. HEADER STYLES
*********************/
  #page-content {
    margin-top: -35px;
  }
  /*********************
07. NAVIGATION STYLES
*********************/
  /* === The Main Menu's */
  /* ===== Footer Navigation ===== */
  /*********************
08. POSTS & CONTENT STYLES
(also check other/content.less)
*********************/
  /* ##===== Single Page template =======## */
  /******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
  /******************************************************************
10. COMMENT STYLES
******************************************************************/
  /******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
  /*********************
12. SIDEBARS & ASIDES
*********************/
  /*********************
13. FOOTER STYLES
*********************/
  /*********************
14. CUSTOM STYLES
*********************/
  /* ======== Landing Page ======== */
  /* ======== Custom Content Items ======== */
  .vc_grid .vc_pageable-slide-wrapper > p {
    margin: 0px ;
    padding: 0px;
    display: inline;
    display: none;
  }
  /* -- Other styles for overall handling can be found in content.less*/
  /* @import 'loops.less';*/
}
@media screen and (max-width: 600px) {
  table {
    width: 100%;
  }
  thead {
    display: none;
  }
  /*tr:nth-of-type(2n) {background-color: inherit;}*/
  /*tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}*/
  tbody td {
    display: block;
    text-align: center;
  }
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* md */
}
@media (min-width: 1200px) {
  /* lg */
}
/* Smart Phones - Portrait and Landscape */
/* Tablets, Desktops & Laptops */
/*@media only screen and (min-device-width: 700px) and (min-width: 481px){*/
@media only screen and (min-device-width: 700px) and (min-width: 701px) {
  /*including this breaks the media query and I'm not sure why!?*/
}
/* iPHONE 5 MEDIA QUERY Want to get fancy for no good reason? Knock yourself out. */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}
/* PRINT-ONLY MEDIA QUERY */
@media print {
  /******************************************************************
Basic Styling for Wordpress posts/pages etc
Author: Jeremy Moss - Fusebox Creative

Stylesheet: Print Styles

******************************************************************/
  /* ------------ MAP ------------

01. Overall Declarations
02. Header


******************************************************************/
  /******************************************
	01. Overall Declarations
	******************************************/
  a[href]:after {
    display: none !important;
  }
  .btn {
    display: none;
  }
  /* Open up boostrap accordian on print */
  .collapse {
    display: block !important;
    height: auto !important;
  }
  .accordion-body {
    height: auto !important;
    display: block !important;
  }
  .vc_tta.vc_general .vc_tta-panel-body {
    display: block !important;
  }
  /*********************
	02. Header
	*********************/
}
