@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
-------------------------------------------------------------------*/
/* ----------------------------- Reset ----------------------------- */
button,
input[type="submit"],
input[type="button"],
input[type="reset"], .wh-button, .wh-alt-button {
  background-color: #353535;
  border: none;
  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: #686868;
  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;
}

.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%;
}

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


/* ----------------------------- 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;
}

/* 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,
select,
textarea {
  font-family: inherit;
  padding: 14px;
  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: 10px 25px;
  vertical-align: bottom;
}

/* 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%;
}

.thumbnail img,
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 {
  text-align: right;
  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-style: italic;
  font-weight: 300;
  margin: 5px 0 10px;
}

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;
}

.alert {
  width: 100%;
  display: block;
  overflow: hidden;
}

.sticky {
  border: 1px solid #dddddd;
  padding: 30px !important;
}

#respond {
  margin-top: 50px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  padding: 50px;
  clear: both;
  float: left;
  width: 100%;
}

/* ----------------------------- 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;
  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;
}

.wh-menu-vertical {
  width: 100%;
}
.wh-menu-vertical li {
  float: none;
}
.wh-menu-vertical li .label {
  float: none;
}

.sf-menu .label, .respmenu .label {
  display: inline-block;
  background: #304ffe;
  padding: 0 3px;
  margin-right: 8px;
  color: #fff;
  font-size: 11px;
  position: relative;
  letter-spacing: 1px;
  line-height: 13px;
  margin-top: 6px;
}

.sf-menu li.msm-menu-item a.wh-button,
.sf-menu li.msm-menu-item a.wh-alt-button {
  position: relative;
}

.sf-menu .wpcf7 p, .sf-menu .wpcf7 textarea {
  margin-bottom: 15px;
}
.sf-menu .wpcf7 input:not([type=submit]), .sf-menu .wpcf7 textarea {
  padding: 10px;
}
.sf-menu .wpcf7 .vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.sf-menu .wpcf7 [class^="vc_col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sf-menu.wh-menu-main li.menu-item-has-children > a,
.sf-menu.wh-menu-main li.msm-menu-item > a {
  position: relative;
  padding-right: 15px;
}
.sf-menu.wh-menu-main li.menu-item-has-children > a:after,
.sf-menu.wh-menu-main li.msm-menu-item > a:after {
  content: "\f0dd";
  font-family: FontAwesome;
  text-align: right;
  left: 50%;
  position: absolute;
  margin-left: -5px;
  font-size: 12px;
  top: 21px;
  right: 0;
}
.sf-menu.wh-menu-main .sub-menu {
  margin-top: 15px;
  box-shadow: none;
  margin-left: 12px;
}
.sf-menu.wh-menu-main .sub-menu li {
  padding: 14px 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.sf-menu.wh-menu-main .sub-menu li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sf-menu.wh-menu-main .sub-menu li a {
  text-align: left;
  padding: 0;
  border: none;
}
.sf-menu.wh-menu-main .sub-menu li a:after {
  content: "";
  width: 0;
  left: auto;
  right: 0;
  border: none;
}
.sf-menu.wh-menu-main .sub-menu li.menu-item-has-children {
  padding: 14px 27px 14px 0;
}
.sf-menu.wh-menu-main .sub-menu li.menu-item-has-children:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  color: #ddd;
  left: auto;
  right: 10px;
  top: 15px;
  font-size: 16px;
}
.sf-menu.wh-menu-main .sub-menu li .sub-menu {
  top: -1px;
  margin-left: 0;
}
.sf-menu.wh-menu-main .sub-menu:before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: -15px;
  width: 100%;
}
.sf-menu.wh-menu-main li > a {
  margin: 0 13px;
  padding: 23px 0 0;
  border-top: 4px solid transparent;
}
.sf-menu.wh-menu-main > li:hover > a, .sf-menu.wh-menu-main > li.sfHover > a {
  border-top: 4px solid #e6be1e;
}
.sf-menu.wh-menu-main .current-menu-item a {
  /*color: darken($mainMenuTextColor, 30%);*/
}

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

.is-sticky .sticky-bar {
  z-index: 9999;
  animation-name: sticky-header-animation;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  /* Chrome, Safari, Opera */
  animation-timing-function: ease-out;
}
.is-sticky .sticky-bar .sticky-bg {
  display: block;
}

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

.wh-sticky-header .site-title a {
  color: #343e47;
}
.wh-sticky-header .site-description {
  color: #343e47;
}
.wh-sticky-header .wh-main-menu-bar-wrapper {
  z-index: 99999;
  background-color: #35B2B2;
  left: 0;
}
.wh-sticky-header .wh-logo-wrap {
  width: auto;
  display: none;
}
.wh-sticky-header .logo-sticky {
  display: block;
}
.wh-sticky-header .wh-logo {
  display: none;
}
.wh-sticky-header .wh-main-menu {
  float: left;
}
.wh-sticky-header .wh-padding {
  padding: 10px 20px;
}
.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;
  margin: 0;
  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;
  opacity: 1;
}

.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 {
  display: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.respmenu .sub-menu {
  display: none;
  list-style: none;
}
.respmenu .label {
  padding-top: 1px;
  margin-top: 6px;
  float: left;
}

.respmenu li {
  position: relative;
  padding-left: 0;
}

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

.respmenu-wrap {
  padding: 0;
  display: block;
}

.respmenu-header {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  min-height: 50px;
}
.respmenu-header .respmenu-header-logo-link {
  display: inline-block;
  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: -11px;
}
.respmenu-open:hover {
  color: #353535;
}

.elementor .respmenu-open hr,
.respmenu-open hr {
  width: 23px;
  border: 1px solid #686868;
  margin: 4px 0;
}

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

.respmenu-open:hover hr {
  border: 1px solid #353535;
}

.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;
  border-bottom: 1px solid #e6e6e6;
}
.respmenu li a:hover {
  color: #353535;
  border-bottom: 1px solid #e6e6e6;
}

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 {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 18px;
  margin-right: 0;
  color: #686868;
  margin-top: 5px;
}
.cbp-respmenu-more i:before {
  display: inline-block;
  transform: rotate(90deg);
}

/* ----------------------------- 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;
}

/* ----------------------------- Visual Composer ----------------------------- */
.vc_custom_heading {
  margin-top: 0;
}

.vc_row,
.header-mobile .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.wh-header > .vc_section {
  margin: 0;
  padding: 0;
}

.vc_row p {
  margin: 0 0 10px;
}

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;
}

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

.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%;
  }
}
@-ms-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;
  }
}
@-ms-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%;
  }
}
@-ms-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;
  }
}
@-ms-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;
  }
}
.pull-left {
  float: left;
}

a:focus {
  outline: 0;
}

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

::-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;
}

.pagination {
  margin: 30px 0;
  clear: both;
  float: left;
  width: 100%;
}
.pagination span, .pagination a {
  padding: 13px 17px;
  font-size: 15px;
  color: #939393;
  font-weight: bold;
  border: 1px solid #c1c1c1;
  margin-right: 5px;
}
.pagination span:hover, .pagination a:hover {
  border-color: inherit;
}
.pagination .current {
  border: 1px solid #666666;
  color: #666666;
}

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;
}

.header-left {
  padding-left: 300px;
}
.header-left .wh-header {
  width: 300px;
  background: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 60px;
  border-right: 1px solid #f5eeee;
}
.header-left .wh-header #cbp-menu-main {
  width: 100%;
}
.header-left .sf-menu.wh-menu-main {
  width: 100%;
}
.header-left .sf-menu.wh-menu-main .sub-menu {
  top: 0;
  margin-left: 150px;
}
.header-left .sf-menu.wh-menu-main li a:after {
  content: "";
  display: none;
}
.header-left .sf-menu.wh-menu-main li:last-child:after {
  content: "";
}
.header-left .sf-menu > li {
  float: none;
  margin-bottom: 27px;
}

.wh-header .vc_section[data-vc-full-width],
.wh-header .vc_row[data-vc-full-width] {
  overflow: visible;
  float: left;
}

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

.header-mobile {
  border-bottom: 1px solid #f5f5f5;
}

.sf-menu a.wcmenucart-contents {
  display: none;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}

.spinner7 > div {
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}





















@media (max-width: 767px) {

  /* ----------------------------- Visual Composer ----------------------------- */
  .reset-padding-on-mobile.vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .vc_column-inner {
    margin-bottom: 30px;
  }

  .vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

@media (max-width: 480px) {
  /* ----------------------------- Helpers ----------------------------- */
  .hide-on-mobile {
    display: none !important;
  }

  .wh-offset-one-eight {
    margin-left: 0;
  }

  body.boxed {
    padding: 0;
  }

  .wh-page-title-bar {
    min-height: 100px !important;
  }

  .wh-content-inner.wh-padding {
    padding-top: 0;
  }
}

@media (max-width: 979px) {
  .sf-menu.wh-menu-main .senseiloginlogout {
    position: relative;
    right: 0;
  }
}
