@charset "UTF-8";
/*
Theme Name: AirPro
Theme URI: http://airpro.creatopusthemes.com/
Description: AirPro - Heating and Air conditioning WordPress Theme for Maintenance Services is specially designed for Heating &amp; Air Conditioning professionals. Fully responsive, SEO ready, One Click demo installation and manageable built-in plugins: Layer Slider, Smart Grid Gallery, Visual Composer – all these awesome features will let you have powerful and easy operated maintenance service website.
Author: Creatopus
Author URI: https://themeforest.net/user/creatopus
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images,  sticky-post, translation-ready
Version: 1.2.0
License: GNU General Public License
License URI: license.txt
Text Domain: airpro
*/
/*------------------------------------------------------------------

Table of Contents

* Reset
* Main Menu ( Superfish + Main Menu + Sticky Header + Responsive Menu )
* Scroll Up
* Layer Slider
* WP Widgets
* Visual Composer ( Global + Accordion + Tabs )
* Ultimate VC Addons
* The Events Calendar ( Main + Calendar + Single Event + Event List + Widgets )
* Testimonials Rotator
* Body (Main)
* Media Queries

-------------------------------------------------------------------*/
/* ----------------------------- Reset ----------------------------- */
button,
input[type="submit"],
input[type="button"],
input[type="reset"], .wh-button, .wh-alt-button {
  background-color: #353535;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
  box-shadow: none;
  text-align: center; }

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus, .wh-button:hover, .wh-alt-button:hover {
  /*background-color: lighten($mainButtonBgColor, 20%);*/
  outline: none; }

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active, .wh-button:active, .wh-alt-button:active {
  background-color: #353535; }

.wh-borderless {
  border: 0 !important;
  border-radius: 2px !important; }

.wh-rounded, .wh-rounded img {
  border-radius: 50%; }

.wh-rotate-aio-icon-bg-45 .aio-icon-top {
  margin-bottom: 50px; }
  .wh-rotate-aio-icon-bg-45 .aio-icon-top .aio-icon {
    -ms-transform: rotate(-45deg) !important;
    /* IE 9 */
    -webkit-transform: rotate(-45deg) !important;
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg) !important; }
    .wh-rotate-aio-icon-bg-45 .aio-icon-top .aio-icon i {
      position: absolute;
      top: 0;
      left: 26%;
      -ms-transform: rotate(45deg) !important;
      /* IE 9 */
      -webkit-transform: rotate(45deg) !important;
      /* Chrome, Safari, Opera */
      transform: rotate(45deg) !important; }

.thumbnail {
  max-width: 100%; }

/*button-effects*/
.hoverable {
  position: relative;
  overflow: hidden; }

.hoverable:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s; }

.hoverable:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s; }

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%; }

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%; }

@-webkit-keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@-webkit-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

a.hoverable {
  color: #fff !important;
  font-size: 13px;
  padding: 21px 27px 21px 27px; }

a.hoverable:visited {
  color: #fff !important; }

.overlayed > .vc_column-inner {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4); }

.fa-home {
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #686868;
  line-height: 1.5;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

a {
  color: #424242;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  color: #1c1c1c; }

a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  color: #1c1c1c; }

h1 {
  font-size: 48px;
  margin: 33px 0; }

h2 {
  font-size: 30px;
  margin: 25px 0; }

h3 {
  font-size: 22px;
  margin: 22px 0; }

h4 {
  font-size: 20px;
  margin: 25px 0; }

h5 {
  font-size: 18px;
  margin: 30px 0; }

h6 {
  font-size: 16px;
  margin: 36px 0; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0 0 10px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
  padding: 0 25px 23px 60px;
  border-top: 3px solid #EEE;
  border-bottom: 3px solid #EEE;
  color: #343E47; }
  blockquote:before {
    content: "\e979";
    font-family: icomoon;
    left: -48px;
    top: 40px;
    position: relative;
    font-size: 29px;
    color: #DDD; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 20px; }

ul {
  list-style-type: circle; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */ }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border: 1px solid #dadada;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }
  table.no-border {
    border: none; }
    table.no-border td {
      border: none; }
  table.striped tr:nth-child(odd) {
    background-color: #F4F4F4; }
  table.small {
    font-size: inherit; }
    table.small th, table.small td {
      padding: 6px 14px; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th, td {
  padding: 15px; }

th {
  font-weight: bold;
  border: 1px solid #dadada; }

td {
  border: 1px solid #dadada; }

del {
  color: #333; }

ins {
  text-decoration: none;
  background: #fff9c0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dadada;
  margin: 1em 0;
  padding: 0; }

/* ----------------------------- Repeatable Patterns ----------------------------- */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom; }

.entry-meta p, .entry-content p {
  margin: 0 0 24px; }

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both; }

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Form fields, general styles first. */
input,
textarea {
  font-family: inherit;
  padding: 15px;
  margin-bottom: 10px; }

input,
textarea {
  color: #141412; }

input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0; }

/* Buttons */
.post-password-required input[type="submit"] {
  padding: 17px 27px;
  vertical-align: bottom; }

input[name="post_password"] {
  height: 50px !important;
  width: 50% !important; }

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7B8085;
  padding-left: 0 !important;
  font-weight: 300; }

:-moz-placeholder {
  color: #7B8085;
  padding-left: 0 !important;
  font-weight: 300; }

::-moz-placeholder {
  color: #7B8085;
  padding-left: 0 !important;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #7B8085;
  /* padding-left: 0 !important; */
  font-weight: 300; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
*/
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 24px;
  line-height: 32px; }

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

.sticky {
  float: left;
  border: 1px solid #dddddd;
  padding: 20px; }

#comments {
  margin-top: 40px; }

.comment-list, .comment-list ul {
  list-style-type: none;
  padding: 0;
  margin-top: 25px; }
  .comment-list .comment, .comment-list ul .comment {
    margin-bottom: 20px; }
    .comment-list .comment .avatar, .comment-list ul .comment .avatar {
      position: absolute;
      width: 66px; }
      .comment-list .comment .avatar img, .comment-list ul .comment .avatar img {
        border-radius: 50%; }
    .comment-list .comment .body, .comment-list ul .comment .body {
      margin-left: 85px;
      margin-bottom: 20px; }
      .comment-list .comment .body .author-link, .comment-list ul .comment .body .author-link {
        display: block;
        margin-top: 20px;
        margin-bottom: 5px; }
      .comment-list .comment .body p, .comment-list ul .comment .body p {
        margin-top: 10px; }
    .comment-list .comment .children, .comment-list ul .comment .children {
      padding-left: 20%;
      list-style-type: none; }
    .comment-list .comment .reply, .comment-list ul .comment .reply {
      float: right; }
    .comment-list .comment hr, .comment-list ul .comment hr {
      margin-top: 33px; }

#respond {
  margin-top: 50px;
  margin-bottom: 40px;
  border: 6px solid #F0F0F0;
  overflow: hidden;
  padding: 43px 48px; }

#comments h3, #respond h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }

#comments h3 {
  text-align: center; }

#commentform {
  margin-top: 43px;
  margin-bottom: 40px; }
  #commentform .col-1 {
    padding-right: 27px; }
  #commentform label {
    display: block; }
  #commentform .form-group {
    margin-bottom: 10px;
    overflow: hidden; }
  #commentform p {
    margin: 0 0 5px 0;
    font-size: 16px; }
  #commentform .comment-notes,
  #commentform .form-allowed-tags,
  #commentform .logged-in-as {
    padding: 0 0 0 10px; }
  #commentform .form-submit {
    padding: 20px 10px; }
  #commentform #author,
  #commentform #email,
  #commentform #url,
  #commentform #comment {
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 6px; }
    #commentform #author input,
    #commentform #email input,
    #commentform #url input,
    #commentform #comment input {
      width: 100%; }
  #commentform #comment {
    height: 217px; }
  #commentform #submit {
    float: right;
    height: 58px; }
  #commentform #submit input[type="submit"] {
    height: 58px; }

.comment-reply-link {
  float: right;
  width: -webkit-calc(100%);
  width: calc(100%);
  word-wrap: break-word;
  line-height: 2em; }

.comment-reply-link::before {
  content: "\2192";
  margin-right: 8px; }

/* ----------------------------- Main Menu ----------------------------- */
/* ----------------------------- Superfish ----------------------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0 !important;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.sf-menu.wh-menu-main {
  margin-left: -25px; }
  .sf-menu.wh-menu-main .sub-menu {
    box-shadow: 0px 0px 3px #eaeaea; }
    .sf-menu.wh-menu-main .sub-menu:before {
      content: "";
      display: block;
      height: 20px;
      position: absolute;
      top: -20px;
      width: 100%; }
    .sf-menu.wh-menu-main .sub-menu li {
      padding: 4px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .sf-menu.wh-menu-main .sub-menu li:last-child {
        border-bottom: none; }
      .sf-menu.wh-menu-main .sub-menu li:after {
        content: ""; }
  .sf-menu.wh-menu-main a {
    padding: 10px 22px;
    font-size: 18px; }
  .sf-menu.wh-menu-main li:last-child:after {
    content: ""; }
  .sf-menu.wh-menu-main .current-menu-item a {
    /*color: darken($mainMenuTextColor, 30%);*/ }

.current-menu-item > ul > li a {
  color: initial !important; }

/* ----------------------------- Sticky Header ----------------------------- */
@keyframes sticky-header-animation {
  from {
    margin-top: -50px; }
  to {
    margin-top: 0; } }

.logo-sticky {
  display: none;
  float: left; }

.wh-sticky-header-enabled:after {
  clear: both;
  content: "";
  display: block; }

.wh-sticky-header .wh-main-menu-bar-wrapper {
  z-index: 99999;
  background-color: #35B2B2;
  left: 0; }

.wh-sticky-header .wh-logo-wrap {
  width: auto;
  padding: 0 !important; }

.wh-sticky-header .logo-sticky {
  display: block; }

.wh-sticky-header .wh-logo {
  display: none; }

.wh-sticky-header .wh-main-menu {
  width: 80%;
  float: right; }

.wh-sticky-header .wh-sticky-header-enabled {
  animation-name: sticky-header-animation;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  /* Chrome, Safari, Opera */
  animation-timing-function: ease-out; }

.wh-sticky-header .wh-padding {
  padding: 10px; }

.wh-sticky-header .sf-menu.wh-menu-main .senseiloginlogout {
  position: relative;
  right: 0; }

/* ----------------------------- Responsive Menu ----------------------------- */
.respmenu-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 100; }

.respmenu-header {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid;
  padding: 5px; }

.respmenu, .respmenu-submenu {
  list-style: none;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0; }

.respmenu {
  border-top: 1px dotted;
  border-left: 1px dotted;
  border-right: 1px dotted; }

.respmenu li {
  border: 0;
  margin: 0;
  cursor: pointer;
  padding-left: 25px;
  font-size: 100%;
  font: inherit; }

.respmenu li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px dotted;
  color: #000;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -o-transition: width color .2s;
  transition: color .2s, padding-left 0.2s; }

.respmenu li a:hover {
  color: blue;
  padding-left: 20px; }

.respmenu > li {
  padding: 0; }

.respmenu-open, .respmenu-submenu-toggle {
  float: right;
  cursor: pointer; }

.respmenu-submenu-toggle {
  padding: 7px;
  color: #000;
  font-size: 25px; }

.respmenu-open hr {
  width: 40px;
  border: 2px solid;
  margin: 6px 0; }

.respmenu-open:hover hr {
  border: 2px solid #3C3C3C; }

.respmenu_current > a {
  background-color: #EBEBEB; }

.respmenu {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.respmenu-submenu-toggle {
  color: #000; }

.respmenu-wrap {
  padding: 20px; }

.respmenu-header {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative; }
  .respmenu-header .respmenu-header-logo-link {
    width: 50%; }
    .respmenu-header .respmenu-header-logo-link img {
      max-width: 100%;
      height: auto; }

.respmenu-open {
  border: 0;
  color: #686868;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px; }
  .respmenu-open:hover {
    color: #353535; }

.respmenu-open hr {
  width: 26px;
  border: 2px solid #686868;
  margin: 5px 0; }

.respmenu-open:hover {
  border: 0; }

.respmenu-open:hover hr {
  border: 2px #353535 #fff; }

.respmenu li a {
  font-size: 18px;
  padding: 15px 0;
  color: #686868;
  -moz-transition: all .2s !important;
  -webkit-transition: all .2s !important;
  -o-transition: all .2s !important;
  transition: all 0.2s !important; }
  .respmenu li a:hover {
    color: #353535; }

li.respmenu_current > a {
  background: inherit;
  color: #686868; }
  li.respmenu_current > a:hover {
    color: #353535; }

li.respmenu_current .cbp-respmenu-more {
  color: #686868; }

li.respmenu_current:hover .cbp-respmenu-more {
  color: #353535; }

.cbp-respmenu-more {
  font-size: 18px;
  margin-right: 0;
  color: #686868;
  margin-top: 11px; }

/* ----------------------------- Scroll Up ----------------------------- */
/* Tab style */
#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
  background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
  background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
  opacity: 0.5; }
  #scrollUp:hover {
    opacity: 1;
    margin-bottom: 0px; }

/* ----------------------------- Layer Slider ----------------------------- */
.ls-bottom-nav-wrapper {
  z-index: 300;
  top: -15px; }

.cta-ghost-btn .fa {
  margin-left: 5px; }

/* ----------------------------- WP Widgets ----------------------------- */
.wh-sidebar ul {
  list-style-type: circle; }

.wh-sidebar .widget-title {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

.tagcloud {
  float: left;
  margin-bottom: 27px; }
  .tagcloud a {
    background-color: #F4F4F4;
    color: #6A6A6A;
    float: left;
    margin: 0 4px 4px 0;
    font-size: 12px !important;
    padding: 4px 11px; }

.widget .widget_title {
  font-weight: normal; }

.widget ul {
  margin: 0;
  list-style-type: none;
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .widget ul li:before {
    content: "\e971";
    font-family: icomoon;
    position: relative;
    top: 6px;
    left: -10px;
    font-size: 19px; }

/*
Fix for hierarchies with more than 6 nested subitems:
 .widget li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    padding: 0;
}*/
.widget li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
  padding: 0; }

.wh-footer h3 {
  margin-top: 0; }

.wh-footer .widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .wh-footer .widget ul li {
    font-size: 15px;
    padding: 4px 0;
    line-height: 22px; }

.wh-sidebar .widget {
  margin-bottom: 34px;
  clear: both;
  word-wrap: break-word; }

.widget_search form {
  padding: 5px 0; }

#today {
  /*background-color: $turquoiseBlue;*/
  color: #f7f6f4; }

#wp-calendar th,
#wp-calendar td {
  padding: 6px 10px;
  text-align: center; }

#wp-calendar tfoot td {
  text-align: left; }

#wp-calendar caption {
  margin-top: 0; }

.widget_wysija input[type="text"] {
  width: 100%; }

.widget_text .widget-button {
  background: transparent;
  margin: 8px 0;
  float: left;
  padding: 12px 20px;
  font-size: 13px;
  color: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  font-weight: 600; }
  .widget_text .widget-button:hover {
    background: transparent;
    color: inherit;
    border-color: inherit;
    border-width: 2px;
    font-weight: 600; }

.wh-footer-widgets .widget-latest-posts .widget-post-list-item {
  min-height: auto; }
  .wh-footer-widgets .widget-latest-posts .widget-post-list-item.show-image .title,
  .wh-footer-widgets .widget-latest-posts .widget-post-list-item.show-image .meta-data {
    margin-left: 86px; }
  .wh-footer-widgets .widget-latest-posts .widget-post-list-item .thumbnail {
    margin-bottom: 8px; }
    .wh-footer-widgets .widget-latest-posts .widget-post-list-item .thumbnail a {
      float: left;
      width: 70px;
      height: auto;
      position: relative; }
    .wh-footer-widgets .widget-latest-posts .widget-post-list-item .thumbnail img {
      padding-top: 3px; }
  .wh-footer-widgets .widget-latest-posts .widget-post-list-item .meta-data {
    font-size: 12px;
    margin-bottom: 17px; }
    .wh-footer-widgets .widget-latest-posts .widget-post-list-item .meta-data span {
      margin-right: 6px; }
  .wh-footer-widgets .widget-latest-posts .widget-post-list-item .title {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin-bottom: 6px; }
    .wh-footer-widgets .widget-latest-posts .widget-post-list-item .title a {
      color: inherit; }

.widget-latest-posts .widget-post-list-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee; }
  .widget-latest-posts .widget-post-list-item.show-image .title,
  .widget-latest-posts .widget-post-list-item.show-image .meta-data {
    margin-left: 86px;
    color: #6b6b6b; }
    .widget-latest-posts .widget-post-list-item.show-image .title a,
    .widget-latest-posts .widget-post-list-item.show-image .meta-data a {
      color: #6b6b6b; }
  .widget-latest-posts .widget-post-list-item .thumbnail {
    margin-bottom: 8px; }
    .widget-latest-posts .widget-post-list-item .thumbnail a {
      float: left;
      width: 70px;
      height: auto;
      position: relative; }
    .widget-latest-posts .widget-post-list-item .thumbnail img {
      padding-top: 3px; }
  .widget-latest-posts .widget-post-list-item .meta-data {
    font-size: 11px;
    margin-bottom: 17px; }
    .widget-latest-posts .widget-post-list-item .meta-data span {
      margin-right: 6px; }
  .widget-latest-posts .widget-post-list-item .title {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 22px; }
    .widget-latest-posts .widget-post-list-item .title a {
      color: #6b6b6b; }

.widget.widget-contact-info ul {
  margin-top: 15px; }
  .widget.widget-contact-info ul li {
    padding: 10px 10px 10px 45px;
    overflow: visible;
    margin-bottom: 8px; }
    .widget.widget-contact-info ul li.empty {
      padding: 0;
      padding-left: 46px;
      line-height: 1em; }
    .widget.widget-contact-info ul li:before {
      content: "";
      border: none; }
    .widget.widget-contact-info ul li:after {
      content: "";
      margin: 0; }
    .widget.widget-contact-info ul li a {
      text-transform: inherit; }
    .widget.widget-contact-info ul li i {
      width: 37px;
      height: 37px;
      font-size: 18px;
      border: 1px solid #696969;
      padding: 9px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 3px; }
      .widget.widget-contact-info ul li i.fa-envelope {
        font-size: 16px; }
      .widget.widget-contact-info ul li i.fa-map-marker {
        padding-left: 2px; }
      .widget.widget-contact-info ul li i.placeholder {
        margin-right: 30px;
        border: none; }
      .widget.widget-contact-info ul li i:before {
        position: relative; }

.widget.widget-working-hours ul {
  margin-top: 15px; }
  .widget.widget-working-hours ul li {
    border-top: 1px solid #d9d9d9;
    padding: 5px 0;
    font-size: 13px; }
    .widget.widget-working-hours ul li:after {
      content: "";
      margin: 0; }
    .widget.widget-working-hours ul li:before {
      content: "";
      border: none; }
    .widget.widget-working-hours ul li a {
      text-transform: inherit; }
    .widget.widget-working-hours ul li:first-child {
      border-top: none; }
    .widget.widget-working-hours ul li .title {
      width: 50%;
      text-align: left;
      float: left; }
    .widget.widget-working-hours ul li .hours {
      width: 50%;
      text-align: right;
      float: left; }
    .widget.widget-working-hours ul li em {
      background-color: #10AAC2;
      color: #fff;
      padding: 4px 7px;
      font-style: normal;
      font-size: 13px; }

.wh-footer .widget.widget-working-hours ul li {
  border-top: 1px solid #586164; }
  .wh-footer .widget.widget-working-hours ul li:first-child {
    border-top: none; }

.tl-recent-tweets ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.twitter-time {
  text-transform: uppercase; }

.tweet-meta {
  font-size: 12px; }
  .tweet-meta i {
    font-size: 18px; }

.tweet-text {
  font-size: 13px; }

.widget_categories .widget-title {
  margin-bottom: 10px; }

.widget_categories ul {
  list-style-type: none; }
  .widget_categories ul li:before {
    content: "\e971";
    font-family: icomoon;
    position: relative;
    top: 6px;
    left: -10px;
    font-size: 19px; }

.contact-form #recaptcha_response_field {
  height: 16px; }

/* ----------------------------- Woocommerce ----------------------------- */
.woocommerce .woocommerce-breadcrumb {
  display: none; }

.woocommerce .panel.entry-content.wc-tab h2 {
  margin-top: 0; }

.woocommerce ul.products li.product img, .woocommerce .woocommerce-page ul.products li.product img {
  border: 1px solid #DED8D8; }

.woocommerce ul.products li.product h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #6b6b6b;
  padding-top: 0; }

.woocommerce ul.products li.product .price {
  font-size: 18px;
  color: #171717; }

.woocommerce ul.products li.product .star-rating {
  margin-bottom: 10px; }

.woocommerce div.product {
  margin-top: 35px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      box-shadow: 0; }
  .woocommerce div.product .product_title, .woocommerce div.product .comment-reply-title {
    margin-bottom: 0; }
    .woocommerce div.product .product_title:after, .woocommerce div.product .comment-reply-title:after {
      content: "";
      width: 30px;
      height: 5px;
      background-color: #FFC000;
      display: block;
      margin-top: 15px;
      margin-bottom: 10px; }
  .woocommerce div.product .woocommerce-noreviews {
    margin-bottom: 25px; }
  .woocommerce div.product p.price {
    color: #414b4f;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 20px; }
  .woocommerce div.product .quantity .qty {
    height: 46px;
    width: 60px; }

.woocommerce #review_form #respond p {
  overflow: hidden;
  padding-left: 0; }
  .woocommerce #review_form #respond p.form-submit {
    padding-top: 5px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0; }

.woocommerce .shipping-calculator-button {
  color: #414b4f;
  font-weight: 500; }

.woocommerce .woocommerce-ordering select {
  background-color: #fff;
  border-color: #E0DEDE; }

.woocommerce table.shop_table {
  border: 1px solid #c8c8c8;
  border-collapse: collapse; }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 9px 20px; }
  .woocommerce table.shop_table .product-name a {
    color: #414b4f;
    font-weight: 500; }

.woocommerce table.cart td.actions {
  padding: 20px; }
  .woocommerce table.cart td.actions .input-text {
    width: 170px;
    height: 47px;
    margin-right: 7px !important; }

.woocommerce a.remove {
  color: #2cc8de !important;
  margin: 0 auto; }
  .woocommerce a.remove:hover {
    color: #fff !important;
    background: #2cc8de; }

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 22px; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 1px solid #c8c8c8; }
  .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 9px 20px; }

.woocommerce-cart table.cart .input-text {
  background-color: #fff; }

.woocommerce-cart table.cart .quantity .input-text {
  width: 80px; }

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  font-size: 22px; }

.woocommerce form .form-row ::-webkit-input-placeholder {
  padding-left: 5px; }

.woocommerce form .form-row :-moz-placeholder {
  padding-left: 5px; }

.woocommerce form .form-row :-ms-input-placeholder {
  padding-left: 5px; }

.woocommerce form .form-row textarea::-webkit-input-placeholder {
  padding-top: 10px; }

.woocommerce form .form-row textarea:-moz-placeholder {
  padding-top: 10px; }

.woocommerce form .form-row textarea:-ms-input-placeholder {
  padding-top: 10px; }

/* ----------------------------- Timetable ----------------------------- */
.single-events h2.event-title {
  margin-top: 0; }

.tt_tabs_navigation li a {
  font-family: inherit; }

.tt_event_theme_page p {
  font-family: inherit; }

.tt_items_list .value,
.tt_timetable th, .tt_timetable td,
.tt_responsive .tt_timetable.small .box_header,
.tt_responsive .tt_timetable.small .tt_items_list a, .tt_responsive .tt_timetable.small .tt_items_list span {
  font-family: inherit !important;
  color: #666 !important; }

/* ----------------------------- Visual Composer ----------------------------- */
.vc_row {
  margin-left: 0;
  margin-right: 0; }

.cbp-container .vc_row {
  margin-left: -15px;
  margin-right: -15px; }

.vc_grid-container .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .vc_grid-container .vc_row .vc_gitem-post-data-source-post_date {
    text-transform: uppercase; }

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%; }

.vc_separator-has-text h4 {
  margin: 0 auto\9; }

.wh-vc-separator {
  position: relative; }
  .wh-vc-separator::before {
    content: "";
    left: 50%;
    top: -3px;
    position: absolute;
    margin-left: -15px;
    width: 44px;
    height: 4px;
    background-color: #ff7264; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
  padding: 15px 20px;
  font-size: 14px; }

.vc_grid-filter {
  margin-bottom: 40px; }

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  padding: 15px 30px; }

.vc_grid .vc_gitem-link {
  border-bottom: 2px solid; }

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
  font-size: 18px !important; }

.wh-footer-icons .vc_icon_element {
  float: left;
  font-size: 11px; }

.wh-teacher-icons .vc_icon_element {
  float: left;
  font-size: 8px; }
  .wh-teacher-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
    width: 3em !important;
    height: 3em !important; }

.wh-separator-slanted.white:before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 99 L99 0 L100 1 L1 100' fill='#fff'/></svg>"); }

.wh-separator-slanted:before {
  content: " ";
  position: absolute;
  left: -24px;
  top: -14px;
  width: 43px;
  height: 73px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 99 L99 0 L100 1 L1 100' fill='#d2d1d1'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto; }

.wpb_accordion {
  border: 1px solid #dfdfdf;
  border-bottom: 0px; }

.wpb_accordion .wpb_accordion_wrapper .ui-icon {
  margin-right: 17px; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: transparent;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0; }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 16px;
  margin: 0;
  font-weight: 600; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  background-color: transparent;
  padding: 24px;
  padding-top: 10px;
  border-bottom: 1px solid #dfdfdf; }

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  top: 50%;
  margin-top: -8px;
  background-image: none; }

/* New Accordion */
.vc_tta.vc_general .vc_tta-panel-title > a {
  font-size: 15px !important;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding-left: 39px !important; }

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a:before {
  content: "";
  border: 2px solid #bcbcbc;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  left: 7px;
  top: 13px; }

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-color: #bcbcbc !important; }

.vc_tta .vc_tta-controls-icon {
  width: 8px !important;
  height: 8px !important; }

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 14px !important;
  top: 24px !important; }

.vc_tta.vc_general .vc_tta-panel.vc_active, .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-left: 0;
  border-right: 0; }

.vc_tta.vc_general .vc_tta-panel-body {
  padding-bottom: 17px; }

.wpb_content_element .wpb_tabs_nav li:first-child {
  border-left: none; }

.wpb_content_element .wpb_tabs_nav li:first-child a {
  padding-left: 0; }

.wpb_content_element .wpb_tabs_nav li {
  border-left: 1px solid #dfdfdf;
  background-color: transparent; }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 20px 20px 20px 0; }

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
  background-color: transparent; }

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent;
  border: 0; }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 10px 20px;
  font-family: Playfair Display;
  font-weight: bold;
  font-size: 20px; }

.vc_progress_bar .vc_single_bar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.wh-theme-button i {
  margin-right: 10px; }

.wh-theme-icon:hover i {
  filter: brightness(70%);
  -moz-filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -ms-filter: brightness(70%);
  -o-filter: brightness(70%); }

/* ----------------------------- The Events Calendar ----------------------------- */
#tribe-events-bar {
  margin-top: 7px; }

#tribe-events-content a {
  line-height: 20px; }

#tribe-events-content.tribe-events-list {
  padding: 2px 0; }

#tribe-events-content table.tribe-events-calendar {
  margin: 12px 0 39px; }

.tribe-events-event-meta.vcard {
  font-weight: normal;
  font-style: normal; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  text-transform: uppercase; }

input[name*=tribe-bar-]::-webkit-input-placeholder {
  font-style: normal;
  color: #999; }

input[name*=tribe-bar-]:-moz-placeholder {
  font-style: normal;
  color: #999; }

.placeholder {
  font-style: normal;
  color: #999; }

#tribe-bar-form label {
  color: #444; }

.tribe-events-list .tribe-events-event-cost span {
  font-weight: normal; }

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #717171; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  padding: 16px 8px; }

.tribe-events-list .time-details {
  margin: 10px 0 4px; }

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0; }

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-style: normal; }

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
  line-height: 25px; }

.tribe-events-list .tribe-events-event-image {
  margin-top: 4px; }

.tribe-events-list .tribe-events-ical {
  margin-bottom: 30px; }

h2.tribe-events-page-title,
.tribe-events-list .type-tribe_events h2 a,
.tribe-events-list h2.tribe-events-page-title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 35px; }

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-bottom: 21px; }

.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 40px; }

/*air-pro-special-offers*/
.tribe-bar-submit {
  padding: 20px 15px; }

.tribe-bar-views-inner {
  padding: 27px 0 54px; }

.tribe-events-list .tribe-events-event-image {
  display: inline-block;
  width: 50%; }

.tribe-events-list .tribe-events-event-image + div.tribe-events-content, .tribe-events-list-event-description {
  float: none;
  left: 25px;
  display: inline; }

:not(.tribe-event-featured).tribe-events-tooltip .tribe-events-event-thumb {
  padding: 15px 15px 15px 0; }

.tribe-event-description {
  margin-top: 15px; }

#tribe-events a.tribe-events-button {
  color: white !important; }

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px; }

.tribe-events-calendar thead th {
  font-size: 13px; }

#tribe-events-content a {
  font-weight: 600; }

.single-tribe_events .tribe-events-event-meta {
  background-color: transparent;
  border: 0; }

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group,
.single-tribe_events .tribe-events-event-meta .column,
.single-tribe_events .wh-events-single-meta .tribe-events-meta-group,
.single-tribe_events .wh-events-single-meta .column {
  padding: 0 4% 0 0;
  width: 33%;
  float: left; }

.single-tribe_events .tribe-events-event-meta dl,
.single-tribe_events .wh-events-single-meta dl {
  margin: 0; }

.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map,
.single-tribe_events .wh-events-single-meta .tribe-events-venue-map {
  clear: both;
  float: left;
  width: 100%; }

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 20px; }

.tribe-events-schedule {
  margin-bottom: 15px; }

.tribe-events-address {
  font-style: normal; }

.tribe-events-read-more {
  text-transform: uppercase; }

.tribe-events-list .type-tribe_events h2 a {
  line-height: 35px !important; }

.tribe-event-schedule-details {
  margin-bottom: 2px; }

.tribe-events-sub-nav li a {
  background: #eee; }

.tribe-events-list-widget ol, .tribe-events-list-widget ul {
  padding: 0; }

.tribe-events-list-widget .entry-title {
  margin: 0 0 10px 0; }

.tribe-events-list-widget .duration {
  font-weight: normal; }

/* ----------------------------- Testimonials Rotator ----------------------------- */
.testimonial_rotator.template-default .has-image .img, .testimonial_rotator_single.has-image.template-default .img {
  float: none;
  text-align: center;
  width: 100%; }

.testimonial_rotator.template-default .has-image .img img, .testimonial_rotator_single.has-image.template-default .img img {
  max-width: 100% !important;
  width: auto !important; }

.testimonial_rotator.template-default .testimonial_rotator_author_info {
  border-left: none;
  padding: 0;
  font-size: 15px;
  font-style: normal; }

.testimonial_rotator.template-default .testimonial_rotator_author_info p {
  margin-bottom: 2px; }

.testimonial_rotator.template-default .has-image .text, .testimonial_rotator_single.has-image.template-default .text {
  width: 100%; }

.testimonial_rotator_wrap {
  border: 1px solid #DCDFE8;
  padding: 40px 60px 20px 60px;
  box-shadow: 0px 0px 1px #DCDFE8;
  border-bottom: 2px solid #B9BABC;
  text-align: center;
  margin: 20px 0; }
  .testimonial_rotator_wrap .testimonial_rotator .quote-icon {
    font-size: 22px;
    color: #ff7264; }
  .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_slide_title {
    margin: 13px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700; }
  .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_stars {
    padding: 7px 0 8px; }
  .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_star {
    font-size: 17px;
    width: 14px;
    color: #ffc000; }
    .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_star:hover {
      color: #ffcf3f; }
  .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_quote {
    color: #343E47;
    margin-bottom: 7px; }
    .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_quote cite {
      font-style: normal;
      color: #414b4f; }
      .testimonial_rotator_wrap .testimonial_rotator .testimonial_rotator_quote cite:before {
        content: "- "; }

/* ----------------------------- Main ----------------------------- */
body {
  scroll-behavior: smooth; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.wh-main-wrap {
  margin: 0 auto; }

.wh-ul-center {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto; }

.wh-font-weight-normal {
  font-weight: normal; }
  .wh-font-weight-normal a {
    font-weight: normal; }

.wh-text-align-center {
  text-align: center; }

.wh-logo img, .logo-sticky img {
  max-width: 100%;
  height: auto; }

.header-mesage-row {
  overflow: hidden;
  text-align: center;
  padding: 70px 20px; }
  .header-mesage-row p {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 35px; }

.form-button input[type=submit] {
  width: 100%; }

.logo-sticky {
  width: 20%; }

a:focus {
  outline: 0; }

.vc_custom_heading a:hover {
  filter: brightness(70%);
  -moz-filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -ms-filter: brightness(70%);
  -o-filter: brightness(70%);
  opacity: unset; }

input:focus,
textarea:focus {
  border: none; }

.entry-meta {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
  margin: 7px 0 20px 0;
  float: left; }
  .entry-meta span {
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    /*&.categories-links {
      white-space: initial;
    }*/ }
    .entry-meta span a {
      font-size: 11px;
      color: inherit; }
    .entry-meta span:first-child {
      margin: 0 10px 0 3px; }
    .entry-meta span i {
      position: relative;
      top: 2px;
      font-size: 15px;
      margin-right: 7px; }
    .entry-meta span.author {
      white-space: nowrap; }
      .entry-meta span.author i {
        top: 6px;
        font-size: 19px;
        margin-right: 2px; }
  .entry-meta .comments-count {
    float: right;
    margin-top: -1px;
    margin-right: 0; }
    .entry-meta .comments-count i {
      font-size: 21px;
      top: 7px; }

.single .entry-meta {
  margin-bottom: 30px;
  font-size: 15px; }

.single .thumbnail {
  margin-bottom: 6px; }

.single .prev-next-item {
  display: table;
  padding: 50px 35px;
  width: 100%; }
  .single .prev-next-item a {
    font-size: 18px;
    color: #4C525B; }
  .single .prev-next-item i {
    font-size: 16px; }
  .single .prev-next-item .label {
    text-transform: uppercase;
    font-size: 13px; }
  .single .prev-next-item .left-cell {
    position: relative;
    width: 50%;
    display: table-cell;
    padding-right: 20px; }
    .single .prev-next-item .left-cell i {
      position: absolute;
      top: 62%;
      left: -32px; }
  .single .prev-next-item .right-cell {
    position: relative;
    width: 50%;
    border-left: 1px solid #ECEDF0;
    display: table-cell;
    text-align: right;
    padding-left: 20px; }
    .single .prev-next-item .right-cell i {
      position: absolute;
      top: 62%;
      right: -32px; }

.entry-content a.hoverable {
  color: #ffffff !important; }

.post h1 > strong {
  font-weight: 800; }

.gallery {
  margin-bottom: 20px; }

.wh-absolute {
  position: absolute; }

.our-process img,
.wh-widget-post-image img,
.wh-portfolio-image {
  height: auto;
  max-width: 100%; }

.wh-button:hover, .wh-alt-button:hover {
  color: #fff; }

.wh-button:active, .wh-alt-button:active {
  color: #fff; }

.wh-button-float-right {
  float: right; }

.wh-icon-title .cbp_widget_text {
  position: absolute;
  top: 0;
  left: 140px; }
  .wh-icon-title .cbp_widget_text h2 {
    margin: 30px 0 10px; }
  .wh-icon-title .cbp_widget_text p {
    font-size: 16px; }

.wh-icon-title .cbp_widget_icon {
  background-color: #e47823;
  color: #f4f4f4;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px; }

.wh-content {
  position: relative; }

.wh-icon-box {
  min-height: 145px; }
  .wh-icon-box h5 {
    margin-top: 15px; }

.wh-close-paragraphs p {
  margin: 0 0 5px 0; }

.wh-plugins-not-loaded {
  background-color: white;
  width: 500px;
  margin: 0 auto;
  padding: 50px;
  box-shadow: 1px 1px 7px grey; }

.site-title {
  margin: 10px 0;
  line-height: 20px; }
  .site-title a {
    margin: 10px 0;
    line-height: 32px;
    font-size: 30px;
    text-shadow: none; }

.site-description {
  font-size: 15px;
  text-shadow: none;
  margin: 5px 0;
  line-height: 17px; }

#menu-searchform-wrapper {
  position: absolute;
  top: 31px;
  right: 0; }

.wh-menu-top a {
  padding: 0 13px; }

.wh-has-embellishment {
  position: relative; }

.wh-embellishment-content-top,
.wh-embellishment-header-top,
.wh-embellishment-page-title-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.wh-embellishment-content-bottom,
.wh-embellishment-header-bottom,
.wh-embellishment-page-title-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

.wh-embellishment-line {
  height: 24px; }

.sc-contact-form-bottom-centered {
  max-width: 400px;
  text-align: center;
  margin: 0 auto; }
  .sc-contact-form-bottom-centered input, .sc-contact-form-bottom-centered textarea {
    width: 100%;
    margin-top: 10px; }

::-webkit-input-placeholder {
  padding-left: 10px; }

:-moz-placeholder {
  /* Firefox 18- */
  padding-left: 10px; }

::-moz-placeholder {
  /* Firefox 19+ */
  padding-left: 10px; }

:-ms-input-placeholder {
  padding-left: 10px; }

.wh-page-title-bar hr {
  width: 80px;
  margin: 0 auto;
  margin-top: 13px; }

ul.wh-icon-list {
  list-style-type: none;
  padding: 0; }
  ul.wh-icon-list li {
    position: relative;
    padding: 22px 0 22px 44px;
    border-bottom: 1px solid #EBEBEB;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 600; }
    ul.wh-icon-list li i {
      position: absolute;
      top: 15px;
      left: 0;
      font-size: 32px;
      color: #b3b3b3; }

.wh-home-gallery {
  width: 120%;
  margin-left: -10% !important; }

/*slider-buttons*/
.slider-button, .wh-slider-button, .white-wh-alt-button {
  border-radius: 2px;
  font-weight: bold;
  line-height: 15px;
  font-size: 13px;
  text-transform: uppercase; }

.wh-slider-button {
  border: 1px solid #3b3b3b;
  padding: 21px 27px 21px 27px;
  white-space: normal; }
  .wh-slider-button a {
    color: #fff; }

.wh-slider-button a:hover {
  color: #fff; }

.white-wh-alt-button {
  background: transparent;
  border: 3px solid #fff;
  padding: 18px 20px 18px 20px;
  border-radius: 2px;
  color: #fff; }
  .white-wh-alt-button a {
    color: #fff; }
  .white-wh-alt-button .fa {
    padding-left: 5px; }

.white-wh-alt-button:hover {
  border: 3px solid #3b3b3b; }
  .white-wh-alt-button:hover a {
    color: #3b3b3b; }

a.text-btn {
  opacity: 1; }

a.text-btn:hover {
  opacity: 0.85; }

.wh-header-link a {
  color: #fff !important; }

.wh-pricing-plan .feature-box {
  min-height: 320px; }

.wh-embellishment-line {
  height: 24px;
  position: relative;
  top: -1px; }

.side-btn {
  padding: 8px 20px 25px; }

/*logo-carousel*/
img:focus, .wpsisac-slick-carousal.design-6 .slick-image-slide:focus {
  outline: none; }

.wh-slider-button {
  overflow: hidden; }

.form-button {
  height: 58px;
  margin-bottom: 35px; }

.hd-btn-i {
  top: 30px;
  left: 40px; }

.banner-btn-i {
  position: absolute;
  top: 25px;
  left: 36px;
  font-size: 32px; }

.hd-btn-i.wh-theme-icon:hover i, .banner-btn-i.wh-theme-icon:hover i {
  filter: brightness(100%) !important; }

.banner-btn-i {
  position: absolute;
  top: 25px;
  left: 36px;
  font-size: 32px; }

.sec-btn .wh-theme-button:hover, .wh-alt-button:hover, .wh-alt-button:focus, .wh-theme-icon > i:hover {
  filter: brightness(70%); }

.hd-btn-i.wh-theme-icon:hover i, .banner-btn-i.wh-theme-icon:hover i {
  filter: brightness(100%) !important; }

a.cta-ghost-btn {
  color: #fff !important; }

/*header-button*/
.wh-header-btn {
  font-size: 15px !important;
  padding: 30px 66px !important;
  text-align: left;
  text-transform: uppercase; }

.wh-sidebar-btn {
  font-size: 14px !important;
  padding: 25px 45px 25px 65px !important;
  text-align: left;
  text-transform: none !important; }

.trail-items li::after {
  content: "\e9c0" !important;
  padding: 0 9px !important;
  font-family: icomoon;
  font-size: 9px;
  font-weight: normal;
  position: relative;
  top: -1px;
  color: #CDCDD1; }

.wh-breadcrumbs-bar, .no-title-row {
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden; }

.pagination, .page-nav {
  margin: 20px 0;
  clear: both; }
  .pagination span, .pagination a, .page-nav span, .page-nav a {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: bold; }
  .pagination .current, .page-nav .current {
    color: #fff; }

span.wpcf7-not-valid-tip {
  line-height: 18px; }

div.wpcf7-response-output {
  margin-top: 5px;
  margin-bottom: 40px; }

div.wpcf7-validation-errors {
  border: 2px solid #ff5f4f; }

.cbp-container .wpcf7-form .vc_row {
  margin-left: 0;
  margin-right: 0; }

.lin-contact-form-bottom-centered {
  max-width: 400px;
  text-align: center;
  margin: 0 auto; }
  .lin-contact-form-bottom-centered .wpcf7-form-control-wrap {
    display: inline; }
  .lin-contact-form-bottom-centered input, .lin-contact-form-bottom-centered textarea {
    width: 100%;
    margin-top: 10px; }

/*airpro-select-form-styling*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url("assets/img/arrow-down-1.png") no-repeat right;
  background-size: 10px 5px;
  background-position-x: 95%; }

select, input[type="date"] {
  padding: 15px;
  margin-bottom: 10px;
  font-family: inherit;
  border: 1px solid #f2f2f2;
  background-color: #f5f5f5;
  color: #888888;
  font-size: 100%;
  width: 100%; }

select, input[type="date"], input[type="text"], input[type="email"], input[type="tel"] {
  height: 50px !important; }

select:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

input[type="submit"] {
  border: none; }

.form-button-invert input[type="submit"] {
  height: 50px;
  width: 50px;
  border: none;
  position: absolute;
  left: -15px;
  text-indent: -9999px;
  border-radius: 0 2px 2px 0; }

.form-button-invert .fa {
  color: #fff;
  font-size: 20px;
  z-index: 1;
  position: absolute;
  top: 14px;
  left: 0; }

.form-button-invert input[type="submit"]:hover {
  border: none; }

input#send-email:hover {
  filter: brightness(70%); }

.sign-up input[type="email"] {
  border-radius: 2px 0 0 2px;
  color: #888888; }

input[type="search"] {
  height: 50px !important; }

.wh-sidebar .search-field {
  margin-bottom: 0; }

.wh-sidebar .search-form button {
  padding: 17px; }

.form-inline {
  display: inline-flex; }

@-moz-document url-prefix() {
  .wh-sidebar .search-field {
    width: calc(100% - 49px); } }

@media screen\0 {
  .wh-sidebar .search-field {
    width: calc(100% - 34px); } }

body.page-template-template-home .wh-content {
  padding-top: 0;
  padding-bottom: 0; }
  body.page-template-template-home .wh-content > .cbp-container {
    padding-top: 0;
    padding-bottom: 0; }

body.page-template-template-home-boxed .wh-content {
  padding-top: 0; }
  body.page-template-template-home-boxed .wh-content > .cbp-container {
    padding-top: 0; }

body.page-template-template-home-transparent-header .wh-header {
  position: absolute;
  z-index: 9999;
  background-color: transparent; }

body.page-template-template-home-transparent-header .wh-content {
  padding-top: 0; }
  body.page-template-template-home-transparent-header .wh-content > .cbp-container {
    padding-top: 0; }

body.page-template-template-home-no-footer .wh-content {
  padding-top: 0; }
  body.page-template-template-home-no-footer .wh-content > .cbp-container {
    padding-top: 0; }

.blog h2 {
  margin-top: 0; }

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  margin-top: 25px;
  font-weight: 300; }

.scp-block-quote-alt {
  padding: 25px;
  margin-top: 10px;
  margin-bottom: 29px !important;
  background-color: #FAFAFA;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #82878B; }
  .scp-block-quote-alt.left {
    margin-right: 19px; }
  .scp-block-quote-alt.right {
    margin-left: 19px; }

.wh-post-item {
  margin-bottom: 58px; }
  .wh-post-item.odd {
    padding-right: 20px;
    clear: both; }
  .wh-post-item.even {
    padding-left: 20px; }
  .wh-post-item .thumbnail {
    float: left;
    margin-bottom: 6px; }
  .wh-post-item .entry-title {
    margin-top: 0;
    margin-bottom: 10px; }
  .wh-post-item .item {
    float: left; }
    .wh-post-item .item .entry-summary {
      margin-bottom: 27px; }

.share-this {
  margin-top: 28px;
  overflow: hidden;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }
  .share-this .share-title {
    float: left;
    margin-right: 20px;
    margin-top: 17px;
    text-transform: uppercase;
    font-size: 12px; }
  .share-this .share-buttons {
    float: left;
    list-style: none;
    padding: 0; }
    .share-this .share-buttons .fa {
      border-radius: 50%;
      background-color: #504e54;
      width: 23px;
      height: 23px;
      line-height: 23px;
      font-size: 12px;
      text-align: center;
      color: #FFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .share-this .share-buttons .fa:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .share-this .share-buttons li {
      display: inline; }
    .share-this .share-buttons a {
      margin-right: 14px; }

body.error404 .search-form {
  margin-bottom: 150px; }

body.search .search-submit {
  padding: 17px; }

body.search input {
  margin-bottom: 0 !important; }

body.error404 .search-form {
  margin-bottom: 150px;
  margin-top: 20px; }

body.error404 .search-submit {
  padding: 17px; }

body.error404 input {
  margin-bottom: 0 !important; }

.wh-top-bar {
  padding-left: 15px;
  padding-right: 15px; }

.wh-footer {
  padding-left: 15px;
  padding-right: 15px; }

.wh-sidebar.wh-padding {
  padding-left: 35px; }

.wh-sidebar a {
  color: inherit; }

.wh-sidebar .children-links ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0; }
  .wh-sidebar .children-links ul li a {
    position: relative;
    display: block;
    background-color: #F5F5F5;
    padding: 16px 38px 16px 26px;
    margin-bottom: 3px;
    color: #152130;
    font-size: 16px;
    font-weight: 400; }
    .wh-sidebar .children-links ul li a:hover {
      background-color: #333;
      color: #fff; }
      .wh-sidebar .children-links ul li a:hover:after {
        content: "\e9c0";
        position: absolute;
        right: 22px;
        font-family: icomoon;
        font-size: 10px; }
  .wh-sidebar .children-links ul li.current_page_item a {
    background-color: #333;
    color: #fff; }
    .wh-sidebar .children-links ul li.current_page_item a:after {
      content: "\e9c0";
      position: absolute;
      right: 22px;
      font-family: icomoon;
      font-size: 10px; }

.page-template-template-sidebar-left-childpages .wh-sidebar.wh-padding {
  padding-left: 15px; }

.page-template-template-sidebar-left-childpages .wh-content-inner {
  padding-left: 35px; }

.slick-image-slide, .slide-wrap {
  height: inherit !important; }

/* ----------------------------- Teacher ----------------------------- */
.post-type-archive-teacher .widget-teachers {
  display: none; }

.post-type-archive-teacher .teacher {
  padding-top: 8px; }

.lin-teacher-icons {
  overflow: hidden; }

.single-teacher .social {
  overflow: hidden;
  border-top: 1px solid #E6E7EB;
  border-bottom: 1px solid #E6E7EB;
  padding: 16px 0;
  margin-top: 26px;
  font-size: 11px;
  text-transform: uppercase; }
  .single-teacher .social i {
    color: #8D8D8D; }

.single-teacher .teacher h1 {
  margin-top: 28px;
  margin-bottom: 16px; }

.single-teacher .teacher .teacher-meta-data {
  border-bottom: 1px solid #E6E7EB;
  overflow: hidden;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 12px; }
  .single-teacher .teacher .teacher-meta-data i {
    margin-right: 5px; }
  .single-teacher .teacher .teacher-meta-data .location {
    float: left;
    font-size: 11px;
    margin-right: 12px; }
  .single-teacher .teacher .teacher-meta-data .job-title {
    float: left;
    margin: 0;
    font-weight: inherit;
    font-size: 11px; }
  .single-teacher .teacher .teacher-meta-data p {
    line-height: 24px; }

.single-teacher .teacher .text {
  float: left;
  margin-right: 7px; }

.post-type-archive-teacher .teachers > *:nth-child(3n+1),
.scp-teachers .teachers > *:nth-child(3n+1),
.widget-teachers .teachers > *:nth-child(3n+1) {
  clear: both; }

.post-type-archive-teacher .social,
.scp-teachers .social,
.widget-teachers .social {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 5px; }

.post-type-archive-teacher .teacher,
.scp-teachers .teacher,
.widget-teachers .teacher {
  border: 1px solid #DCDFE8;
  box-shadow: 0px 0px 1px #DCDFE8; }
  .post-type-archive-teacher .teacher .item,
  .scp-teachers .teacher .item,
  .widget-teachers .teacher .item {
    padding: 18px; }
  .post-type-archive-teacher .teacher .entry-title,
  .post-type-archive-teacher .teacher .entry-title a,
  .scp-teachers .teacher .entry-title,
  .scp-teachers .teacher .entry-title a,
  .widget-teachers .teacher .entry-title,
  .widget-teachers .teacher .entry-title a {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px; }
  .post-type-archive-teacher .teacher .job-title,
  .scp-teachers .teacher .job-title,
  .widget-teachers .teacher .job-title {
    margin: 4px 0 6px;
    font-size: 14px;
    line-height: 17px; }
  .post-type-archive-teacher .teacher .text,
  .scp-teachers .teacher .text,
  .widget-teachers .teacher .text {
    float: left;
    margin-right: 7px;
    font-size: 14px; }
  .post-type-archive-teacher .teacher .summary,
  .scp-teachers .teacher .summary,
  .widget-teachers .teacher .summary {
    line-height: 21px;
    font-size: 14px; }

/* ----------------------------- Responsive ----------------------------- */
@media (max-width: 1000px) {
  .sf-menu.wh-menu-main a {
    padding: 3px 13px;
    font-size: 14px; } }

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important; }
  /* ----------------------------- Testimonials ----------------------------- */
  .testimonial_rotator_wrap {
    padding: 20px; } }

@media (max-width: 767px) {
  /**/
  /* ----------------------------- Blog ----------------------------- */
  .entry-meta span {
    display: block;
    margin: 0; }
    .entry-meta span:first-child {
      margin: 0;
      margin-bottom: 4px; }
  .entry-meta .author {
    margin-left: -3px; }
  .entry-meta .comments-count {
    float: left;
    margin-left: -3px; }
    .entry-meta .comments-count i {
      margin-right: 3px; }
  .scp-block-quote-alt {
    width: 100% !important; }
    .scp-block-quote-alt.right {
      float: right !important; }
  /* ----------------------------- Comments ----------------------------- */
  #commentform .col-1 {
    padding-right: 0; }
  /* ----------------------------- Visual Composer ----------------------------- */
  .vc_column-inner {
    margin-bottom: 30px; }
  .vc_pageable-slide-wrapper {
    margin: 0 !important; }
  /* ----------------------------- Layer Slider ----------------------------- */
  .ls-bottom-nav-wrapper {
    top: 0; }
  .wpb_layerslider_element {
    margin-bottom: 0; }
  /* ----------------------------- Responsive Menu ----------------------------- */
  .respmenu-wrap {
    display: block; }
  /* ----------------------------- Templates ----------------------------- */
  .page-template-template-sidebar-left-childpages .wh-sidebar .wh-padding {
    padding-right: 15px; }
  .page-template-template-sidebar-left-childpages .wh-sidebar .testimonial_rotator_wrap {
    display: none; }
  .page-template-template-sidebar-left-childpages .wh-content-inner {
    padding-left: 15px; }
  /* ----------------------------- The Events Calendar ----------------------------- */
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group,
  .single-tribe_events .tribe-events-event-meta .column,
  .single-tribe_events .wh-events-single-meta .tribe-events-meta-group,
  .single-tribe_events .wh-events-single-meta .column {
    width: 100%; }
  #tribe-mobile-container .type-tribe_events h4 a {
    line-height: 30px !important; }
  #tribe-mobile-container .tribe-events-event-schedule-details {
    clear: both;
    float: left;
    margin-bottom: 5px; }
  .tribe-event-schedule-details {
    padding: 13px; }
  .tribe-events-venue-details span {
    display: inline-block;
    margin-bottom: 5px; }
  .tribe-events-address {
    display: block !important;
    margin-bottom: 0; }
  .tribe-events-list .tribe-events-venue-details {
    padding-top: 18px; }
  .tribe-events-list .time-details {
    margin: 10px 0 18px; }
  /* ----------------------------- Sidebar ----------------------------- */
  .wh-sidebar.wh-padding {
    padding-left: 15px; }
  /* ----------------------------- Widgets ----------------------------- */
  .wh-footer .widget {
    min-height: auto !important; }
  /* ----------------------------- Helpers ----------------------------- */
  .hide-on-small-tablet {
    display: none !important; } }

@media (max-width: 480px) {
  /**/
  /* ----------------------------- Woocommerce ----------------------------- */
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%; }
  /* ----------------------------- Helpers ----------------------------- */
  .hide-on-mobile {
    display: none !important; } }

@media (max-width: 900px) {
  .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    font-size: 16px; } }

/* ----------------------------- Responsive Air Pro ----------------------------- */
@media (max-width: 1140px) {
  .sf-menu.wh-menu-main a {
    padding: 3px 15px; } }

@media (min-width: 1024px) and (max-width: 1067px) {
  .cred-logos img {
    width: 54px;
    height: 54px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .phone-numb a {
    font-size: 28px; } }

@media (min-width: 992px) {
  #promo-section {
    margin-top: 20px; } }

@media (min-width: 1024px) {
  #promo-section {
    margin-top: 60px; }
  .wh-content-box h4 {
    font-size: 17px; } }

@media (max-width: 970px) {
  .sf-menu.wh-menu-main a {
    padding: 3px 8px;
    font-size: 14px !important; }
  .vc_custom_1461751275875 {
    margin-top: 0; }
  .top-bar-info p {
    font-size: 12px !important; }
  .wh-header-button {
    padding-left: 60px !important; }
  .wpb_image_grid_ul li {
    position: relative;
    top: 0;
    left: 0; }
  .entry-meta .comments-count {
    float: none; }
  .phone-numb a {
    font-size: 24px; } }

@media (max-width: 900px) {
  .chp_widget_feature_box .wh-feature-box-icon {
    width: 80px;
    height: 80px; } }

@media (min-width: 947px) and (max-width: 1110px) {
  .tribe-bar-submit {
    padding: 19px 15px; } }

@media (min-width: 831px) and (max-width: 946px) {
  #tribe-events .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"] {
    padding: 12px 10px; }
  .tribe-bar-submit {
    padding: 20px 15px; } }

@media (max-width: 800px) {
  .hd-block-text {
    padding-left: 40px; }
  .top-bar-info i {
    font-size: 34px; }
  #team .wpb_content_element {
    margin-bottom: 15px; } }

@media (min-width: 801px) {
  .hd-block-text {
    padding-left: 51px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .wh-header-btn {
    font-size: 13px !important;
    padding: 30px 23px 30px 64px !important; } }

@media (min-width: 768px) and (max-width: 793px) {
  .wh-pricing-plan .price-box .price small {
    left: 0; }
  .wh-pricing-plan .price-box .price span {
    left: 5px; } }

@media (min-width: 768px) and (max-width: 831px) {
  #tribe-bar-form {
    padding-top: 10px; }
  #tribe-events .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"] {
    padding: 20px 5px !important; } }

@media (max-width: 768px) {
  .sec-btn a {
    width: 100%; }
  .side-btn {
    font-size: 12px !important;
    padding: 10px 15px 20px !important; }
  .wh-button-float-right {
    width: 100%;
    margin-bottom: 20px;
    padding: 21px 27px !important;
    font-size: 12px !important; }
  .wh-header-btn {
    font-size: 13px !important;
    padding: 30px 25px 30px 61px !important; }
  .wh-slider-button {
    font-size: 12px !important;
    padding: 15px !important; }
  .hd-btn-i {
    left: 36px !important; }
  .tribe-events-list .tribe-events-event-image + div.tribe-events-content, .tribe-events-list-event-description {
    float: left;
    left: 0;
    top: 15px; }
  .wpb_content_element {
    margin-bottom: 0; }
  .vc_column-inner {
    margin-bottom: 0; }
  #about {
    margin-top: 30px; }
  .breadcrumbs .trail-items {
    line-height: 22px; }
  h4 {
    margin-top: 20px !important; }
  .vc_tta-accordion, .wpb_gallery {
    margin-top: 20px; }
  #numb {
    margin-top: 20px; }
  #numb h2 {
    line-height: 94px !important;
    margin-top: 15px; }
  #numb h4 {
    line-height: 10px !important;
    margin-bottom: 40px; }
  .tribe-events-calendar thead th {
    font-size: 10px; } }

@media (min-width: 991px) {
  .page-template-template-sidebar-left-childpages .wh-content {
    margin-top: 35px; } }

@media (min-width: 768px) {
  .top-row {
    margin-top: 35px; }
  #numb {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media (max-width: 768px) {
  .white-wh-alt-button {
    border: 2px solid #fff;
    margin-left: -40%; }
  #tribe-events .tribe-events-button, .tribe-events-button {
    height: initial !important;
    padding: 5px 10px !important; } }

@media (max-width: 480px) {
  .wh-pricing-plan .price-box {
    padding: 40px 0;
    width: 100%;
    position: relative; }
  .wh-pricing-plan .feature-box {
    padding: 0;
    padding-left: 15px; }
  .wh-footer-icons .vc_icon_element {
    font-size: 10px; }
  #tribe-bar-collapse-toggle {
    padding: 15px; }
  .wh-breadcrumbs {
    font-size: 12px; }
  .tribe-events-nav-previous, .tribe-events-nav-next {
    margin-top: 25px !important; }
  .ft-info-block {
    margin-top: 40px; }
  .white-wh-alt-button {
    margin-left: -85%;
    padding: 8px;
    font-size: 8px; }
  .wh-pricing-plan .feature-box {
    min-height: 240px; }
  .form-button {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1150px) {
  .wh-pricing-plan .feature-box {
    min-height: 370px; } }

@media (min-width: 816px) and (max-width: 991px) {
  .wh-pricing-plan .feature-box {
    min-height: 490px; } }

@media (min-width: 768px) and (max-width: 815px) {
  .wh-pricing-plan .feature-box {
    min-height: 560px; } }

@media (min-width: 614px) and (max-width: 991px) {
  .side-btn {
    width: 50%; } }

@media (min-width: 460px) and (max-width: 480px) {
  .wpsisac-slick-carousal.design-6 {
    left: -60px; } }

@media (max-width: 387px) {
  input[name="post_password"] {
    width: 35% !important; } }

@media (max-width: 360px) {
  .wh-pricing-plan .feature-box {
    min-height: 270px; } }

@media screen\0 {
  .wh-map-embellishment {
    top: -29px; }
  .wh-embellishment-line {
    position: relative;
    top: -1px; }
  p {
    padding-right: 15px; }
  .current-menu-item > ul > li a {
    color: inherit !important; } }

/* ----------------------------- Pages Air Pro ----------------------------- */
/*home styles*/
.wh-column-offset {
  margin-left: 13%; }

.wh-box-big {
  padding-left: 15px;
  padding-right: 23px; }

.wh-box-big-left {
  padding-left: 10px; }

.wh-icon-box .vc_column-inner:hover {
  box-shadow: 0px 14px 41px #DCDFE8; }

.wh-box-shadow .vc_column-inner {
  box-shadow: 0px 1px 1px #DCDFE8; }

#contact .wpcf7-textarea {
  height: 100px; }

.wh-testimonial-stars i {
  color: gold;
  margin-right: 10px;
  font-size: 13px; }

.wh-map-embellishment {
  position: absolute;
  left: 50%;
  margin-left: -48px !important;
  z-index: 999; }

.wh-home-quote {
  max-width: 300px; }

.wh-footer-icons {
  width: 310px;
  margin: 0 auto; }

.wh-banner-btn {
  font-size: 11px !important;
  padding: 10px 16px !important; }

.wh-banner-btn-row {
  position: absolute;
  bottom: 40px; }

.figures-strong {
  font-weight: bold; }

.res-phone-bold {
  font-weight: bold;
  color: inherit; }

.price-line p {
  font-size: 48px;
  color: #ffffff;
  font-weight: 900; }

.price-line span {
  color: #ffb81c; }

input[type="email"] {
  height: 50px; }

@media (max-width: 1400px) {
  .wh-home-gallery {
    width: auto;
    margin-left: -15px !important; } }

@media (max-width: 1200px) {
  .wh-box-big {
    padding-right: 15px;
    margin-bottom: 35px; }
  .wh-box-big-left {
    padding-left: 0; } }

@media (max-width: 1140px) {
  .slider-btn {
    display: none; } }

@media (max-width: 990px) {
  .wh-banner-btn {
    font-size: 10px;
    padding: 9px 14px; }
  .wh-banner-btn-row {
    bottom: 40px; }
  .special-offers-box {
    padding-bottom: 45px; } }

#wpcf7-f1332-p13-o1 {
  width: 100%; }

@media (max-width: 970px) {
  .wpb_image_grid_ul li {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }
  .sf-menu.wh-menu-main a {
    padding: 3px 8px;
    font-size: 14px; } }

@media (min-width: 768px) {
  .vc_custom_1476864506748 {
    margin-top: 70px !important; } }

@media (max-width: 767px) {
  .wh-column-offset {
    margin-left: 0; } }

@media (max-width: 500px) {
  #wpcf7-f1332-p13-o1 {
    width: 100%; } }

/*about page styles*/
.wh-box-big-left {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-right: 25px !important;
  padding-left: 25px !important; }

@media (max-width: 991px) {
  .wh-box-big-left {
    padding-left: 0px !important;
    padding-top: 40px !important;
    padding-right: 15px !important; } }

/*team page styles*/
#team .vc_single_image-wrapper {
  max-width: 100%;
  overflow: hidden; }

#team img.vc_single_image-img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

#team img.vc_single_image-img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: brightness(70%);
  /* IE8 */
  filter: brightness(70%);
  /* IE6 and 7 */ }

/*contact page styles*/
@media (max-width: 970px) {
  .contact-page-info > .vc_column-inner {
    padding: 0 55px; } }

@media (max-width: 480px) {
  .contact-page-info > .vc_column-inner {
    padding-top: 0px !important;
    margin-bottom: 0px !important; } }

.wh-content.wh-padding {
  padding-bottom: 0; }

/*fees page styles*/
.wh-button-float-right {
  float: right; }

/*services page styles*/
.airpro-service .wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
  width: 410px;
  overflow: hidden; }

.airpro-service a img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.airpro-service a img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: brightness(70%);
  /* IE8 */
  filter: brightness(70%);
  /* IE6 and 7 */ }

.info-text p {
  font-size: 17px;
  line-height: 1.5em; }

.vc_custom_1463058084704 {
  margin-right: 37px; }

/*testimonials page styles*/
.fa-star {
  color: gold;
  margin-right: 10px;
  font-size: 13px; }







@media screen and (max-width: 767px) {
			#cbp-menu-main { width: 100%; }

			.wh-main-menu { display: none; }
			.wh-header { display: none; }
		}
		
		
		
		
		
	.hd-block-text-strong {
    font-weight: bold;
}

/*.wh-header-button {
    text-align: left;
    padding-left: 67px;
    padding-top: 27px;
    padding-bottom: 25px;
    border-radius: 0;
    padding-right: 25px;
    position: relative;
    float: right;
}
.wh-header-button a {
    color: #fff;
}
.wh-header-button i {
    position: absolute;
    left: 28px;
    font-size: 27px;
}
.wh-header-button span {
    font-size: 12px;
    display: block;
    text-transform: none;
    margin-top: 4px;
}*/
.wh-header-link {
    float: right;
}
.wh-header-link a {
    color: #fff !important;
}

/*@media (width:768px) {
    .wh-header-button a {
        margin-left: 30px;
        display: block;
        padding: 15px 0;
    }
}*/

.vc_custom_1475046923160{background-color: #565656 !important;}.vc_custom_1459169239492{padding-top: 7px !important;padding-bottom: 7px !important;}.vc_custom_1459169247628{padding-top: 7px !important;padding-bottom: 7px !important;}.vc_custom_1469902374269{margin-bottom: 0px !important;}.vc_custom_1484990138406{margin-right: 12px !important;margin-bottom: 0px !important;}.vc_custom_1484990159080{margin-right: 12px !important;margin-bottom: 0px !important;}.vc_custom_1479215010913{padding-top: 26px !important;padding-right: 0px !important;}.vc_custom_1479215018834{padding-top: 26px !important;padding-right: 0px !important;}.vc_custom_1479215030066{padding-top: 26px !important;padding-right: 0px !important;}.vc_custom_1479215038018{padding-top: 0px !important;}.vc_custom_1480197633895{margin-top: 4px !important;padding-left: 0px !important;}.vc_custom_1489349974574{margin-bottom: 0px !important;}.vc_custom_1485557468955{margin-top: 4px !important;}.vc_custom_1489349981525{margin-bottom: 0px !important;}.vc_custom_1480197658887{margin-top: 4px !important;}.vc_custom_1489349990607{margin-bottom: 0px !important;}.vc_custom_1484729206343{margin-top: -8px !important;margin-bottom: 0px !important;}

.wh-footer-icons {
    width: 310px;
    margin: 0 auto;
}
.fa-facebook:hover {
    color:red !important;
}
@media (max-width:970px) {
    #contact {
        padding-top: 0px !important;
    }
    .ft-info-block {
        margin-bottom: 40px;
    }
}


.vc_custom_1479592863513{padding-top: 80px !important;padding-bottom: 80px !important;background-color: #f8f8f8 !important;}.vc_custom_1480375575726{padding-top: 50px !important;padding-bottom: 26px !important;}.vc_custom_1480375584912{padding-bottom: 48px !important;}.vc_custom_1484433254768{padding-right: 25px !important;}.vc_custom_1475848776910{background-color: #ffffff !important;}.vc_custom_1475050887406{margin-bottom: 3px !important;}.vc_custom_1475663141241{margin-bottom: 21px !important;}.vc_custom_1475484289331{margin-bottom: 55px !important;}.vc_custom_1462274693600{padding-left: 40px !important;}.vc_custom_1475483735525{margin-bottom: 25px !important;}.vc_custom_1484432676468{margin-bottom: 0px !important;}.vc_custom_1484433164219{margin-bottom: 0px !important;}.vc_custom_1462276786843{padding-left: 40px !important;}.vc_custom_1475483743286{margin-bottom: 25px !important;}.vc_custom_1484432667396{margin-bottom: 0px !important;}.vc_custom_1484432635523{margin-bottom: 0px !important;}.vc_custom_1462276797250{padding-left: 40px !important;}.vc_custom_1475483752323{margin-bottom: 25px !important;}.vc_custom_1484432685779{margin-bottom: 0px !important;}.vc_custom_1484432695637{margin-bottom: 0px !important;}.vc_custom_1461234082659{margin-bottom: 0px !important;padding-top: 0px !important;}.vc_custom_1475049316277{margin-bottom: 0px !important;}.vc_custom_1483016452596{margin-right: 37px !important;margin-bottom: 0px !important;}.vc_custom_1463058075537{margin-right: 37px !important;margin-bottom: 0px !important;}.vc_custom_1463058061513{margin-right: 37px !important;margin-bottom: 0px !important;}.vc_custom_1463058050816{margin-right: 37px !important;margin-bottom: 0px !important;}.vc_custom_1463058040759{margin-bottom: 0px !important;}.vc_custom_1463147045348{margin-bottom: 0px !important;}


.breadcrumbs .trail-browse,.breadcrumbs .trail-items,.breadcrumbs .trail-items li {display: inline-block;margin:0;padding: 0;border:none;background:transparent;text-indent: 0;}.breadcrumbs .trail-browse {font-size: inherit;font-style:inherit;font-weight: inherit;color: inherit;}.breadcrumbs .trail-items {list-style: none;}.trail-items li::after {content: "\002F";padding: 0 0.5em;}.trail-items li:last-of-type::after {display: none;}

.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}

#justified_gallery_smart_grid_child_theme_generated_id .sgg-caption {

               background: rgb(0,0,0);

				background: rgba(0,0,0,0.7);

				color: #ffffff;

				font-size: 1em;

				font-weight: 400;

				font-family: Raleway;



            }

            #load_more_smart_grid_child_theme_generated_id {

                background: #444444;

                color: #ffffff;

            }
            
            
       .wh-column-offset {
    margin-left: 13%;
}
.wh-box-big {
    padding-left: 15px;
    padding-right: 23px;
}

.wh-box-big-left {
    padding-left: 10px;
}
.wh-icon-box .vc_column-inner:hover {
    box-shadow: 0px 14px 41px #DCDFE8;
}

.wh-box-shadow .vc_column-inner {
    box-shadow: 0px 1px 1px #DCDFE8;
}
#contact .wpcf7-textarea {
    height: 100px;
}

.wh-testimonial-stars i {
    color: gold;
    margin-right: 10px;
    font-size: 13px;
}
.wh-map-embellishment {
    position: absolute;
    left: 50%;
    margin-left: -48px !important;
    z-index: 999;
}
.wh-home-quote {
    max-width: 300px;
}
.wh-footer-icons {
    width: 310px;
    margin: 0 auto;
}
.wh-banner-btn {
    font-size: 11px !important;
    padding: 10px 16px !important;
}
.wh-banner-btn-row {
    position:absolute;
    bottom:40px;
}
.figures-strong {
    font-weight: bold;
}
.res-phone-bold {
    font-weight: bold;
    color: inherit;
}
.price-line p{
    font-size:48px;
    color:#ffffff;
    font-weight: 900;
}
.price-line span {
    color:#ffb81c;
}
input[type="email"] {
    height:50px;
}
@media (max-width: 1400px)  { 
.wh-home-gallery {
    width: auto;
    margin-left: -15px !important;
}
}
@media (max-width: 1200px)  { 
.wh-box-big {
    padding-right: 15px;
    margin-bottom: 35px;
}
.wh-box-big-left {
    padding-left: 0;
}
}
@media (max-width:1140px) {
    .slider-btn {
        display:none;
    }
} 
@media (max-width:990px) {
    .wh-banner-btn {
    font-size: 10px;
    padding: 9px 14px;
}
.wh-banner-btn-row {
    bottom:40px;
}
.special-offers-box {
    padding-bottom: 45px;
}
}
#wpcf7-f1332-p13-o1 {
    width: 100%;
}
@media (max-width:970px) {
.wpb_image_grid_ul li {
    position:relative !important;
    top:0 !important;
    left:0 !important;
}
.sf-menu.wh-menu-main a {
        padding: 3px 8px;
        font-size:14px;
    }
}
@media (min-width:768px) {
    .vc_custom_1476864506748 {
    margin-top: 70px !important;
}
}
@media (max-width: 767px)  { 
.wh-column-offset {
    margin-left: 0;
}
}
@media (max-width: 500px) {
#wpcf7-f1332-p13-o1 {
    width: 100%;
}
}




.vc_custom_1481183797898{margin-top: 30px !important;margin-bottom: 0px !important;}.vc_custom_1480596562106{margin-bottom: 30px !important;padding-bottom: 0px !important;}.vc_custom_1476995310984{margin-top: 30px !important;}.vc_custom_1476995317852{padding-bottom: 30px !important;}.vc_custom_1476866523072{margin-top: 30px !important;}.vc_custom_1489351185295{background: #f5f5f5 url(wp-content/uploads/2016/04/testimonial-pricing-4-min0f65.jpg?id=2052);background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1481317126402{padding-top: 0px !important;}.vc_custom_1480375374096{padding-top: 50px !important;padding-bottom: 45px !important;}.vc_custom_1460993108546{padding-bottom: 50px !important;}.vc_custom_1481185823467{margin-bottom: 0px !important;}.vc_custom_1481183498775{margin-left: 15px !important;padding-top: 5px !important;}.vc_custom_1489352412227{margin-bottom: 0px !important;margin-left: 70px !important;}.vc_custom_1477061148578{border-top-width: 6px !important;border-right-width: 6px !important;border-bottom-width: 6px !important;border-left-width: 6px !important;padding-top: 36px !important;padding-right: 36px !important;padding-bottom: 36px !important;padding-left: 36px !important;background-color: #f2f2f2 !important;border-left-color: #f2f2f2 !important;border-left-style: solid !important;border-right-color: #f2f2f2 !important;border-right-style: solid !important;border-top-color: #f2f2f2 !important;border-top-style: solid !important;border-bottom-color: #f2f2f2 !important;border-bottom-style: solid !important;}.vc_custom_1477061159496{margin-bottom: 0px !important;}.vc_custom_1489340961596{margin-bottom: 0px !important;}.vc_custom_1489340972125{margin-bottom: 20px !important;}.vc_custom_1474882771280{margin-bottom: 25px !important;}.vc_custom_1469911388596{margin-bottom: 15px !important;}.vc_custom_1461593412969{margin-bottom: 0px !important;}.vc_custom_1463390140563{margin-bottom: 0px !important;}.vc_custom_1463390059705{margin-bottom: 0px !important;}.vc_custom_1469904629894{margin-bottom: 23px !important;}.vc_custom_1469904641319{margin-bottom: 23px !important;}.vc_custom_1469904653746{margin-bottom: 23px !important;}.vc_custom_1461592262718{margin-bottom: 0px !important;}.vc_custom_1484430907239{margin-bottom: 15px !important;}.vc_custom_1489341031342{margin-bottom: 25px !important;}.vc_custom_1484430962928{margin-bottom: 15px !important;}.vc_custom_1489341040854{margin-bottom: 25px !important;}.vc_custom_1488655287458{padding-top: 25px !important;padding-right: 30px !important;padding-bottom: 25px !important;padding-left: 30px !important;background-image: url(http://airpro.creatopusthemes.com/wp-content/uploads/2016/04/special-offer-gray-1-1.jpg?id=1435) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1488655334787{padding-top: 25px !important;padding-right: 30px !important;padding-bottom: 25px !important;padding-left: 30px !important;background-image: url(http://airpro.creatopusthemes.com/wp-content/uploads/2016/04/special-offer-gray-2-1.jpg?id=1436) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1480597154817{padding-top: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1484429109829{margin-bottom: 0px !important;padding-bottom: 20px !important;}.vc_custom_1476442055656{margin-bottom: 0px !important;padding-bottom: 20px !important;}.vc_custom_1480597146707{padding-top: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1480597217017{padding-top: 25px !important;padding-bottom: 25px !important;}.vc_custom_1489341116825{margin-bottom: 20px !important;padding-top: 10px !important;padding-right: 16px !important;padding-left: 15px !important;}.vc_custom_1489341128381{margin-top: 0px !important;margin-bottom: 30px !important;padding-left: 15px !important;}.vc_custom_1461592716078{margin-bottom: 0px !important;}.vc_custom_1475651405892{margin-top: 38px !important;margin-bottom: 11px !important;}.vc_custom_1476690397558{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 23px !important;padding-bottom: 28px !important;border-left-color: #dcdcdc !important;border-left-style: solid !important;border-right-color: #dcdcdc !important;border-right-style: solid !important;border-top-color: #dcdcdc !important;border-top-style: solid !important;border-bottom-color: #dcdcdc !important;border-bottom-style: solid !important;}.vc_custom_1476690406894{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 23px !important;padding-bottom: 28px !important;border-left-color: #dcdcdc !important;border-left-style: solid !important;border-right-color: #dcdcdc !important;border-right-style: solid !important;border-top-color: #dcdcdc !important;border-top-style: solid !important;border-bottom-color: #dcdcdc !important;border-bottom-style: solid !important;}.vc_custom_1476690414519{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 23px !important;padding-bottom: 28px !important;border-left-color: #dcdcdc !important;border-left-style: solid !important;border-right-color: #dcdcdc !important;border-right-style: solid !important;border-top-color: #dcdcdc !important;border-top-style: solid !important;border-bottom-color: #dcdcdc !important;border-bottom-style: solid !important;}.vc_custom_1476690421960{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 23px !important;padding-bottom: 28px !important;border-left-color: #dcdcdc !important;border-left-style: solid !important;border-right-color: #dcdcdc !important;border-right-style: solid !important;border-top-color: #dcdcdc !important;border-top-style: solid !important;border-bottom-color: #dcdcdc !important;border-bottom-style: solid !important;}.vc_custom_1476690429944{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 23px !important;padding-bottom: 28px !important;border-left-color: #dcdcdc !important;border-left-style: solid !important;border-right-color: #dcdcdc !important;border-right-style: solid !important;border-top-color: #dcdcdc !important;border-top-style: solid !important;border-bottom-color: #dcdcdc !important;border-bottom-style: solid !important;}.vc_custom_1476690436467{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 23px !important;padding-bottom: 28px !important;border-left-color: #dcdcdc !important;border-left-style: solid !important;border-right-color: #dcdcdc !important;border-right-style: solid !important;border-top-color: #dcdcdc !important;border-top-style: solid !important;border-bottom-color: #dcdcdc !important;border-bottom-style: solid !important;}.vc_custom_1470078792269{margin-left: 5px !important;}.vc_custom_1484648327729{margin-bottom: 5px !important;padding-left: 88px !important;}.vc_custom_1484440129832{margin-bottom: 0px !important;padding-top: 7px !important;padding-right: 20px !important;padding-left: 88px !important;}.vc_custom_1470079236320{margin-left: 5px !important;}.vc_custom_1484648348064{margin-bottom: 5px !important;padding-left: 88px !important;}.vc_custom_1484440139712{margin-bottom: 0px !important;padding-top: 7px !important;padding-right: 20px !important;padding-left: 88px !important;}.vc_custom_1470078847915{margin-left: 5px !important;}.vc_custom_1484648364937{margin-bottom: 5px !important;padding-left: 88px !important;}.vc_custom_1484440145232{margin-bottom: 0px !important;padding-top: 7px !important;padding-right: 20px !important;padding-left: 88px !important;}.vc_custom_1477648084168{margin-left: 5px !important;}.vc_custom_1484648399337{margin-bottom: 5px !important;padding-left: 88px !important;}.vc_custom_1484440154690{margin-bottom: 0px !important;padding-top: 7px !important;padding-right: 20px !important;padding-left: 88px !important;}.vc_custom_1470079046090{margin-left: 5px !important;}.vc_custom_1484648421353{margin-bottom: 5px !important;padding-left: 88px !important;}.vc_custom_1484440159560{margin-bottom: 0px !important;padding-top: 7px !important;padding-right: 20px !important;padding-left: 88px !important;}.vc_custom_1485557853984{margin-left: 5px !important;}.vc_custom_1484648437737{margin-bottom: 5px !important;padding-left: 88px !important;}.vc_custom_1484440165588{margin-bottom: 0px !important;padding-top: 7px !important;padding-right: 20px !important;padding-left: 88px !important;}.vc_custom_1475767661161{margin-bottom: 0px !important;}.vc_custom_1475768150436{margin-bottom: 0px !important;}.vc_custom_1475843677312{margin-bottom: 0px !important;}.vc_custom_1489353012072{margin-bottom: 0px !important;}.vc_custom_1489353073297{margin-bottom: 0px !important;}.vc_custom_1489353063286{margin-bottom: 0px !important;}.vc_custom_1461669288135{margin-bottom: 0px !important;}.vc_custom_1476866536021{padding-top: 38px !important;}.vc_custom_1476865806510{margin-top: 40px !important;}.vc_custom_1475227599703{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;}.vc_custom_1479285448982{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;}.vc_custom_1481317093189{padding-top: 20px !important;}.vc_custom_1481533251129{margin-top: 40px !important;margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1481533242932{margin-top: 40px !important;margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1481533256524{margin-top: 40px !important;margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1481533263382{margin-top: 40px !important;margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1476873616694{margin-bottom: 0px !important;padding-top: 0px !important;}.vc_custom_1459850666073{margin-bottom: 0px !important;}.vc_custom_1461666504301{margin-bottom: 0px !important;}.vc_custom_1461062733888{margin-bottom: 0px !important;}.vc_custom_1461063493055{margin-bottom: 8px !important;}.vc_custom_1470084987437{margin-bottom: 40px !important;}.vc_custom_1470085140064{margin-bottom: 0px !important;}.vc_custom_1461063499534{margin-bottom: 8px !important;}.vc_custom_1461666389681{margin-bottom: 0px !important;padding-top: 0px !important;}.vc_custom_1469903034410{margin-top: 74px !important;margin-bottom: 15px !important;}.vc_custom_1461669367425{margin-bottom: 0px !important;padding-top: 0px !important;}.vc_custom_1479285657069{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}




.wpb_animate_when_almost_visible { opacity: 1; }


.specialize h2{
	margin-top:0px!important;}
.specialize h5, .specialize h5 a{    font-size: 15px!important;}
.specialize h5 a .fa {
	margin-right:3px;}
	
	
	
	.vc_custom_1474878334111 {
    padding-left: 22px !important;
}

.vc_custom_1474878398053 {
    padding-left: 22px !important;
}

.vc_custom_1474878380199 {
    padding-left: 22px !important;
}
.vc_custom_1489343616685 {
    margin-bottom: 35px !important;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    padding-left: 55px !important;
}
.vc_custom_1474871945442 {
    margin-bottom: 0px !important;
}


.inset-lg-left-40 .offset-top-60 {
    margin-top: 20px;
}
.inset-lg-left-40 h6{
	text-transform: uppercase;
	    letter-spacing: 0.06em;
		font-size: 20px;}
.inset-lg-left-40 .text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    margin-bottom: 22px;
    border: none;
}
.inset-lg-left-40 h6 + hr {
    margin-top: 9px;
}
.inset-lg-left-40 .text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background: #00aedd;
}

.inset-lg-left-40 .offset-top-20 {
    margin-top: 20px;
}
.inset-lg-left-40 .fa {
    font-size: 24px;
    line-height: 24px;
}
.inset-lg-left-40 .fa {
    vertical-align: middle;
}

.inset-lg-left-40 .fa{
	color:#00aedd;}
	
	
.inset-lg-left-40 .fa {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
}

.inset-lg-left-40 .unit-body {
    padding-top: 0;
    padding-left: 7px;
	float:right;
	color: #000;
    font-weight: 800;
}
.inset-lg-left-40 .unit-left{
	float:left;}
	
	
.inset-lg-left-40 .unit{
	display: flex;}	
	
	
	
	
	
	
	
	
	
.product .vc_custom_heading{
	    line-height: 28px;
    height: 60px;
    overflow: hidden;}	
	
.product .vc_custom_heading a{
	    font-size: 20px;
    line-height: 0px;}
	
	
@media screen and (max-width: 479px) and (min-width: 310px){
	
.project .vc_column_container{
	height:auto!important;}	
	
.project .wpb_single_image img {
   width: 100%!important;
    
}	
.project{
	width: 100%!important;
    margin: 0px!important;
    left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;}	
	}




.single-item {
    margin-bottom: 40px;
	padding-top: 50px;
}

.single-item .img-holder {
        position: absolute;
    display: block;
    width: 100%;
}

.single-item .img-holder .iocn-holder {
    background: #fff;
    right: 40%;
	border: 1px solid #f6f6f6;
    height: 70px;
    width: 70px;
    position: relative;
    border-radius: 50%;
    float: right;
    top: -35px;
    text-align: center;
    transition: all 500ms ease;
}

.single-item .text-holder {
    border: 1px solid #f4f4f4;
        margin-top: 0px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
    text-align: center
}

.single-item .text-holder h3 {
    color: #1c1c1c;
    font-size: 18px;
    margin: 0 0 15px;
	font-weight: bold;
}
.single-item .text-holder a {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.single-item .text-holder a i{
	margin-left:5px;}
	
.single-item .img-holder .iocn-holder span:before {
    color:#00a5ea;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding: 20px 0;
    transition: all 500ms ease;
}



.cbp-row.wh-content.appoint{
	position:absolute;
	top:0px;}

.cbp-row.wh-content.appoint .cbp-container{
	position:relative;}





.main {
	    position: absolute;
    right: 7%;
    z-index: 999;
    top: 10px;
}

.w3layouts_main_grid {
    padding: 2em;
    display: block;
	width: 100%;
    margin: 0 auto;
    background: rgba(8, 8, 8, 0.32);
}
.booking-form-head-agile h3 {
    color: #f5f5f5;
    text-align: center;
	font-weight: 600;
}

.agileits_grid {
    margin-bottom: 14px;
}

.w3layouts_main_grid input[type="text"] {
    outline: none;
    width: 100%;
    background: #fff;
    color: #4B4B4B;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #E7E7E7;
	height: auto!important;
	margin-bottom: 0px;
	border-radius: 5px;
}
.w3layouts_main_grid input.btn-primary{
	width: 100%;
    font-size: 15px;
    padding: 14px 0px;
    border-radius: 50px;}
.w3layouts_main_grid input.btn-primary:hover{
	background: #0297bf;}
.main .input_error {
    background: #fde6e6!important;
    border: 1px solid #ff8a8a!important;
}


/*.main .process {
    display: none;
   background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
    padding: 41px 25px 41px 25px;
    width: 100%;
    height: 275px;
    z-index: 99;
    position: absolute;
    top: 25%;
    left: 0;
}
#msgquot {
    position: absolute;
    display: none;
   background: #ffffff;
    z-index: 10;
    color: #000000;
    line-height: 30px;
    font-size: 18px;
    margin: 0;
    padding: 130px 50px;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    left: 0;
    height: 100%;
    font-weight: 700;
}
#msgquot span{
	display: block;
    color: #249001;
    font-weight: bold;
    font-size: 30px;
	margin-bottom: 15px;}*/
	
	
	
	
	
	




#appointment input[type="text"]{
	    background: #f2f2f2;
    border: 1px solid #d0cece;
    height: auto!important;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 10px;}
#appointment textarea{
	    background: #f2f2f2;
    border: 1px solid #d0cece;
   height: 170px!important;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 10px;}

#appointment .input-group-append {
    display: none;
}

#appointment .input-group {
    width: 100%;
}
#appointment .input-group-addon:last-child {
    border-left: 0;
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
}


#appointment .input_error {
    background: #fde6e6!important;
    border: 1px solid #ff8a8a!important;
}

#appointment .process {
    display: none;
   background: url(../images/loader.gif) 50% 50% no-repeat;
    padding: 41px 25px 41px 25px;
    width: 100%;
    height: 95px;
    z-index: 99;
    position: absolute;
    top: 25%;
    left: 0;
}
#appointment #msgquot {
    position: absolute;
    display: none;
   background: #ffffff;
    z-index: 10;
    color: #000000;
    line-height: 30px;
    font-size: 18px;
    margin: 0;
    padding: 130px 50px;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    left: 0;
    height: 100%;
    font-weight: 700;
}
#appointment #msgquot span{
	display: block;
    color: #249001;
    font-weight: bold;
    font-size: 30px;
	margin-bottom: 15px;}