@charset "UTF-8";
.sf-sub-indicator .icon-angle-down {
  margin-left: 8px; }

.sf-sub-indicator .icon-angle-down:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all .2s ease-in-out; }

.menu-item:hover .sf-sub-indicator .icon-angle-down:before {
  border-top: 0;
  border-bottom: 5px solid #FFF;
  transition: all .2s ease-in-out; }

.social-icons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  display: flex;
  flex-direction: column;
  max-height: 200px;
  background: #2e2c72;
  padding: 10px 0;
  box-sizing: border-box;
  width: 50px;
  height: 250px;
  z-index: 11;
  align-items: center; }

.social-icons li {
  flex: 1;
  transition: opacity .5s ease-in-out;
  list-style: none !important;
  display: flex;
  align-items: center;
  font-size: 21px;
  width: 100%; }

.social-icons li.fa.fa-rss:after {
  display: none; }

.social-icons li:before {
  color: #FFF;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.social-icons li:hover {
  opacity: 1; }

.social-icons li:hover:before {
  opacity: 0.7; }

.social-icons li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative; }

#at4-follow {
  display: none; }

.social-icons .wechat-link {
  position: relative; }

.social-icons .wechat-link .wechat-qr {
  transform: scale3d(0, 1, 0);
  transform-origin: right;
  right: 50px;
  max-width: 150px;
  position: absolute;
  transition: all .2s ease-in-out;
  top: -15px; }

.social-icons .wechat-link:hover .wechat-qr {
  transform: scale3d(1, 1, 1);
  transition: all .2s ease-in-out;
  opacity: 1; }

/* dynamic styles will be written here*/
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
    max-width: 600px; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0; }

  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }

  .featherlight iframe {
    /* styling */
    border: none; }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
#breadcrumbs a {
  color: #697D84; }

#breadcrumbs .breadcrumb_last {
  color: #DF156C; }

#page-title h2 {
  font-family: 'VisbyCF-Medium';
  color: #252a60; }

div.row .col.section-title {
  border-bottom: none; }

@media (max-width: 690px) {
  .row .col img {
    width: 100%; } }
body, * {
  font-family: 'VisbyCF-Medium' !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'VisbyCF-DemiBold' !important; }

#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p {
  font-family: 'VisbyCF-Bold' !important; }

.bold, strong, b {
  font-family: 'VisbyCF-Bold' !important; }

[class*="fa-"], [class*="fa-"]:before, [class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome !important; }

/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 991px) {
  header .navbar-fixed-bottom .navbar-collapse, header .navbar-fixed-top .navbar-collapse {
      max-height: calc(100vh - 70px)!important;
  }
}
.btn {
  max-width: 100%;
  white-space: normal!important;
}
