/** --------------------------------------------------
    Variables
-----------------------------------------------------*/
.widget li > a:before, .widget-title:before, .woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product input[type="submit"]:before,
.woocommerce ul.products li.product input[type="button"]:before,
.woocommerce ul.products li.product input[type="reset"]:before,
.woocommerce ul.products li.product .btn:before,
.woocommerce ul.products li.product .bp-login-widget-register-link a:before,
.bp-login-widget-register-link .woocommerce ul.products li.product a:before,
.woocommerce ul.products li.product form button:before,
form .woocommerce ul.products li.product button:before,
.woocommerce ul.products li.product .btn-secondary:before, .woocommerce ul.products li.product .rt-media-enabled #whats-new-submit #aw-whats-new-submit:before, .rt-media-enabled #whats-new-submit .woocommerce ul.products li.product #aw-whats-new-submit:before, .woocommerce ul.products li.product .generic-button a:before, .generic-button .woocommerce ul.products li.product a:before {
  color: inherit;
  margin-right: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* class applies to select element itself, not a wrapper element */
select:not([multiple]) {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  padding: 5px 25px 5px 10px;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fdfdfd 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 10px auto, 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

/* Hide arrow icon in IE browsers */
select:not([multiple])::-ms-expand {
  display: none;
}

/* Hover style */
select:not([multiple]):hover {
  border-color: #eee;
}

/* Focus style */
select:not([multiple]):focus {
  border-color: #eee;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 1px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 1px -moz-mac-focusring;
  outline: none;
}

/* Set options to normal weight */
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] select:not([multiple]), :root:lang(ar) select:not([multiple]), :root:lang(iw) select:not([multiple]) {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
select:not([multiple]):disabled, select:not([multiple])[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

select:not([multiple]):disabled:hover,
select:not([multiple])[aria-disabled=true] {
  border-color: #aaa;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #b4b9be;
  background-color: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: .05s border-color ease-in-out;
}

input[type="radio"] {
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: normal 21px/1 FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  margin: 0;
  color: #1e8cbe;
  font-size: 14px;
}

input[type="radio"]:checked:before {
  content: "\2022";
  text-indent: -9999px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background-color: #1e8cbe;
}

input:disabled,
input.disabled {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(222, 222, 222, 0.75);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  color: rgba(51, 51, 51, 0.5);
}

input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled:checked:before,
input[type="checkbox"].disabled:checked:before,
input[type="radio"]:disabled:checked:before,
input[type="radio"].disabled:checked:before {
  opacity: 0.7;
}

.greedy-nav {
  position: relative;
}

.greedy-button-handle .fa {
  font-size: 2em;
}

.greedy-nav .greedy-button-handle {
  border: 0;
  outline: 0;
  background: transparent;
  color: #666;
}

.greedy-nav .greedy-hidden {
  width: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

.greedy-nav ul.greedy-hidden-links {
  position: absolute;
  top: 3em;
  right: 0;
  z-index: 3;
  width: 250px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  background: #fff;
  box-shadow: 0 0 1px #444;
}

.greedy-nav ul.greedy-visible {
  height: auto;
  overflow: initial;
  opacity: 1;
  visibility: visible;
}

.greedy-nav ul.greedy-hidden-links:after,
.greedy-nav ul.greedy-hidden-links:before {
  position: absolute;
  right: 10px;
  bottom: 100%;
  height: 0;
  width: 0;
  content: " ";
  border: solid transparent;
  pointer-events: none;
}

.greedy-nav ul.greedy-hidden-links:after {
  right: 12px;
  border-width: 12px;
  border-color: transparent;
  border-bottom-color: #fff;
}

.greedy-nav ul.greedy-hidden-links:before {
  border-width: 14px;
  border-color: rgba(242, 242, 242, 0);
  border-bottom-color: rgba(145, 145, 145, 0.3);
}

.greedy-nav ul.greedy-hidden-links li {
  border-bottom: 1px solid #f2f2f2;
}

.greedy-nav ul.greedy-hidden-links li a {
  display: block;
  padding: 10px 15px;
}
.greedy-nav ul.greedy-hidden-links li a:before, .greedy-nav ul.greedy-hidden-links li a:after {
  content: " ";
  display: table;
}
.greedy-nav ul.greedy-hidden-links li a:after {
  clear: both;
}

.greedy-nav ul.greedy-hidden-links li a span {
  float: right;
  margin-left: 5px;
  padding: 2px 5px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: .85em;
}

.greedy-hidden-links .count {
  margin-left: 5px;
  padding: 2px 5px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: .85em;
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 32px 0 0;
  position: relative;
  right: -18px;
  overflow: auto;
  box-sizing: border-box;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*--------------------------------------------------------------
 Community Builder Base CSS Module, Generic/global css here
--------------------------------------------------------------*/
/**
* Border Box everything
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-overflow-x: hidden;
  overflow-x: hidden;
}

/**
 * Cursor for clickable elements
 */
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.cursor-pointer {
  cursor: pointer;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
a {
  outline: 0;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  vertical-align: middle;
}

embed,
img,
iframe,
figure,
object {
  max-width: 100%;
}

iframe,
embed,
object {
  margin: 15px auto;
}

h3:empty {
  display: none;
}

/*--------------------------------------------------------------
Text Base
--------------------------------------------------------------*/
b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
  font-style: italic;
  line-height: 1.6667;
}

blockquote p {
  margin-bottom: 1.6667em;
}

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

del {
  opacity: 0.8;
}

address {
  margin: 0 0 1.6em;
  font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  margin-bottom: 15px;
  padding: 10px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

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

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

sup {
  bottom: 1em;
}

sub {
  top: .5em;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

p {
  margin: 0 0 15px;
}

p:last-child {
  margin-bottom: 0;
}

/**
 * List
 */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl,
dd {
  margin-bottom: 15px;
}

dt {
  font-weight: bold;
}

/**
 * Table
 */
table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

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

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

figure {
  margin: 0;
}

/*--------------------------------------------------------------
 Generic Classes
--------------------------------------------------------------*/
/*
 * Clearfix
 */
.clearfix:before, .clearfix:after,
.pagination:before,
.pagination:after,
.item-list-tabs:before,
.item-list-tabs:after {
  content: " ";
  display: table;
}
.clearfix:after,
.pagination:after,
.item-list-tabs:after {
  clear: both;
}

.clear {
  clear: both;
}

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1250px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

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

.block-item {
  display: block;
}

.inline-item {
  display: inline;
}

.inline-block-item {
  display: inline-block;
}

.accessibly-hidden,
.screen-reader-text,
.bp-screen-reader-text,
.hidden-title {
  position: absolute;
  left: -9999em;
}

.hidden-logo {
  display: none !important;
}

.hidden {
  display: none;
}

/* Do not show the outline on the skip link target. */
#site-content[tabindex="-1"]:focus {
  outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  border: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  height: auto;
  width: auto;
  padding: 15px 20px;
  z-index: 100000;
  /* Above WP toolbar. */
  clip: auto !important;
  clip-path: none;
  text-decoration: none;
}

.loading:before {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  background: url(../images/icons/spinner.gif) no-repeat center;
  background-size: 20px 20px;
  transform: translateZ(0);
  content: "";
}

.visible-on-load {
  display: none;
}

.count-pending-alert {
  position: absolute;
  top: -10px;
  right: -5px;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
}

.device-visible-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .device-visible-mobile {
    display: none;
  }
}
.device-visible-tablet {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991.8px) {
  .device-visible-tablet {
    display: block;
  }
}
@media screen and (max-width: 991.8px) {
  .device-visible-desktop {
    display: none;
  }
}
/*--------------------------------------------------------------
 Community Builder Structural CSS
 See media_query.scss for desktop layout
--------------------------------------------------------------*/
.site-page {
  left: 0;
  position: relative;
  transition: left .3s, right .3s;
}

/**
 * When Left/Right panel slider is active,
 * .ps-active for left mobile menu
 * .ps-active-right for right menu
 */
.ps-active .site-page {
  left: 260px;
}

.ps-active-right .site-page {
  left: -260px;
}

.site-container {
  min-height: 75vh;
}

/**
 * On User/Group component page, we don't need that padding'
 */
.site-container .inner {
  position: relative;
}

.site-content {
  position: relative;
}

/**
 * Layout Single Column
 */
.layout-single-col .page-layout-default .site-sidebar {
  display: none;
}

/**
 * These classes help us to override the layout of individual page irrespective of the current site layout
 */
/**
 * Page layout
 * 	1	=> 'page-single-col', single column page
 *	2	=> 'page-two-col-right-sidebar', 2 column page with right sidebar
 *	3	=> 'page-two-col-left-sidebar' 2 column page with left sidebar
 */
/**
 * Page single-col layout, overrides default layout
 */
.page-single-col .site-sidebar {
  display: none;
}

/*--------------------------------------------------------------
 Site Header Structural CSS
--------------------------------------------------------------*/
.site-header {
  /* helps when display:sticky,fixed*/
  width: 100%;
}

#panel-left-toggle,
#panel-right-toggle {
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}

.site-branding {
  min-height: 0;
}
.site-branding img {
  max-height: 80px;
  height: auto;
}

/* if mobile logo is available, hide desktop logo on mobile.*/
.has-mobile-logo .custom-logo-link {
  display: none;
}

.site-title,
.site-description {
  display: block;
}

.has-mobile-logo .site-title,
.has-custom-logo .site-title {
  display: none;
}

.social-links {
  text-align: center;
}

.search-form {
  display: flex;
  flex-grow: 1;
}
.search-form .search-text {
  flex-grow: 1;
}

.h-text-block {
  align-self: center;
}

/**
 * Header Blocks common
 */
.site-header-block-left,
.site-header-block-middle,
.site-header-block-right {
  display: flex;
  flex-wrap: wrap;
}

.site-header-block-right {
  justify-content: flex-end;
  min-width: 120px;
}

.site-header-block-middle {
  display: none;
}

/**
 * header rows
 */
.site-header-row {
  position: relative;
}
.site-header-row .inner {
  display: flex;
  align-items: center;
  min-height: 0;
}

/* organize z-index for header row */
.site-header-row:nth-child(1) {
  z-index: 3;
}

.site-header-row:nth-child(2) {
  z-index: 2;
}

.site-header-row:nth-child(3) {
  z-index: 1;
}

/* Some header row preset specific css.*/
.site-header-row-preset-12 .site-header-block-right,
.site-header-row-preset-13 .site-header-block-left {
  text-align: center;
}

.site-header-row-preset-5 .nav-menu {
  flex-grow: 1;
}

.site-header-row-preset-6 .site-header-block-left,
.site-header-row-preset-10 .site-header-block-left {
  flex-grow: 1;
}

.site-header-row-preset-3 .site-header-block-right,
.site-header-row-preset-4 .site-header-block-right,
.site-header-row-preset-11 .site-header-block-right,
.site-header-row-preset-12 .site-header-block-right,
.site-header-row-preset-13 .site-header-block-right {
  flex-grow: 1;
}

/**
 * Top Header row(can be disabled/enabled from theme settings)
 */
.site-header-row-bottom {
  max-height: 55px;
}

.site-header-block-left #quick-menu-1 {
  padding-left: 0;
}

.site-header-block-right #quick-menu-1 {
  padding-right: 0;
}

.site-header-row-main {
  width: 100%;
  background: #fff;
  transition: all 2s ease 0s;
}

.sticky-header {
  position: fixed;
  top: 0;
}

.site-header-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.site-header-links > li:last-child {
  margin-right: 0;
}
.site-header-links .header-nav-dropdown-links {
  display: none;
}
.site-header-links .count-pending-alert {
  background: #d9534f;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.site-header-not-logged-in-link .button, .site-header-not-logged-in-link input[type="submit"],
.site-header-not-logged-in-link input[type="button"],
.site-header-not-logged-in-link input[type="reset"],
.site-header-not-logged-in-link .btn,
.site-header-not-logged-in-link .bp-login-widget-register-link a,
.bp-login-widget-register-link .site-header-not-logged-in-link a,
.site-header-not-logged-in-link form button,
form .site-header-not-logged-in-link button,
.site-header-not-logged-in-link .btn-secondary, .site-header-not-logged-in-link .rt-media-enabled #whats-new-submit #aw-whats-new-submit, .rt-media-enabled #whats-new-submit .site-header-not-logged-in-link #aw-whats-new-submit, .site-header-not-logged-in-link .generic-button a, .generic-button .site-header-not-logged-in-link a {
  display: none;
}

.webui-popover {
  max-width: 100%;
}

.webui-popover-quick-dropdown .nav-links-wrapper {
  display: none;
}
.webui-popover-quick-dropdown li {
  padding: 5px 0;
}
.webui-popover-quick-dropdown .count {
  display: inline-block;
  float: right;
  margin-left: 5px;
  margin-top: .5em;
  padding: 1px 6px;
  background: #eaeaea;
  border-radius: 5px;
  color: #333;
  font-size: 11px;
}

#nav-account-buddypress .wp-admin-bar-arrow {
  display: none;
}

/**
 * Navigation
 */
/**
 * Menu Alignment
 */
.nav-menu-center {
  text-align: center;
}

.nav-menu-left {
  text-align: left;
}

.nav-menu-right {
  text-align: right;
}

.nav-menu .fa {
  padding-left: 5px;
}

.nav-list > li {
  display: inline-block;
}

.nav-list li {
  position: relative;
}

.dd-menu {
  z-index: 1;
}

/* dropdown */
.dd-menu li a {
  display: block;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.dd-menu li ul {
  position: absolute;
  left: 0;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.dd-menu li:hover ul,
.dd-menu li:focus ul {
  visibility: visible;
  opacity: 1;
}

.dd-menu .greedy-hidden-links li:hover ul {
  position: relative;
}

.dd-menu .menu-item-has-children > a::after {
  margin-left: 5px;
  padding: 5px 0;
  font-family: "FontAwesome";
  font-size: .9em;
  content: "\f107";
}

ul.nav-list {
  flex: 1;
}

#main-menu,
#header-bottom-menu {
  flex-grow: 1;
}

#quick-menu-1,
#main-menu {
  display: flex;
  padding: 0 15px;
}

#header-bottom-menu {
  display: flex;
}

#header-bottom-menu .nav-list li:first-child a {
  padding-left: 0;
}

.nav-menu .nav-list {
  max-height: 2em;
  overflow: hidden;
}

.page-ready .nav-menu .nav-list {
  overflow: unset;
}

/*--------------------------------------------------------------
 Page header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 180px;
  background: fixed center center/cover no-repeat;
}

.bp-item-header,
.directory .page-header {
  background-attachment: unset;
}

.page-header-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-header .inner {
  flex-grow: 1;
}

.page-header .item-header-inner {
  flex-grow: 1;
  height: 100%;
}

/*--------------------------------------------------------------
 Site Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Site Footer
--------------------------------------------------------------*/
/**
 * Footer Widget Container Columns
 */
/**
 * Off canvas panels layout
 */
/**
 * Account for adminbar space
 */
body.admin-bar {
  padding-top: 46px !important;
}

.admin-bar .panel-sidebar {
  padding-top: 46px !important;
}

@media screen and (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px !important;
  }
  body.admin-bar .panel-sidebar {
    padding-top: 32px !important;
  }
}
#panel-left-toggle {
  left: 15px;
}

#panel-right-toggle {
  right: 15px;
}

#panel-left {
  left: -260px;
}

#panel-right {
  right: -260px;
}

.ps-active #panel-left {
  left: 0;
}

.ps-active-right #panel-right {
  right: 0;
}

.panel-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  overflow-y: auto;
  transition: left .3s, right .3s;
}

.panel-sidebar .ss-content {
  left: 0;
  padding-right: 0;
  width: 278px;
}

.panel-sidebar-inner {
  height: 100%;
  width: 260px;
}

.panel-menu,
.panel-user-panel {
  overflow: hidden;
  white-space: nowrap !important;
}

.panel-menu li {
  position: relative;
}

.panel-menu a {
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 20px;
}

.panel-menu a span {
  flex-grow: 1;
}

.panel-menu .fa {
  margin-right: 10px;
}

.panel-menu ul {
  display: none;
  padding: 10px 0 10px 15px;
}

.treeview-sub-menu ul {
  padding-left: 20px;
}

.menu-item-active > ul {
  display: block;
}

.treeview-sub-menu a {
  padding: 5px 5px 5px 15px;
}

.panel-menu .menu-item-has-children > a::after {
  font-family: "FontAwesome";
  content: "\f104";
  margin: 0 10px;
  font-weight: bold;
}

.panel-menu .menu-item-has-children.menu-item-active > a::after {
  content: "\f107";
}

/**
 * Panel Sidebar
 * Content[menu, widgets, forms] formatting
 */
.panel-form {
  overflow: hidden;
}

/*--------------------------------------------------------------
 Form structural css
--------------------------------------------------------------*/
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}

label {
  display: inline-block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
}

textarea {
  height: auto;
  resize: vertical;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
input[type="color"] {
  padding: 0.2em 0.5em;
}

input[type="radio"] {
  margin: 0.5em;
  vertical-align: middle;
}

input[type="checkbox"] {
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

select[multiple],
select[size] {
  height: auto;
}

.form-stacked input[type="text"],
.form-stacked input[type="password"],
.form-stacked input[type="email"],
.form-stacked input[type="url"],
.form-stacked input[type="date"],
.form-stacked input[type="month"],
.form-stacked input[type="time"],
.form-stacked input[type="datetime"],
.form-stacked input[type="datetime-local"],
.form-stacked input[type="week"],
.form-stacked input[type="number"],
.form-stacked input[type="search"],
.form-stacked input[type="tel"],
.form-stacked input[type="color"],
.form-stacked input[type="file"],
.form-stacked select,
.form-stacked label,
.form-stacked textarea {
  display: block;
  width: 100%;
}

.form-stacked .datebox select {
  display: inline-block;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.standard-form input[type='text'],
.standard-form input[type='email'],
.standard-form input[type='password'],
.standard-form input[type='url'],
.standard-form textarea {
  width: 100%;
}
.standard-form input[type='checkbox'],
.standard-form input[type='radio'] {
  margin: 0 0.5em 0 0;
}
.standard-form .no-input-margin input[type='checkbox'],
.standard-form .no-input-margin input[type='radio'] {
  margin: 0;
}
.standard-form label {
  display: block;
}
.standard-form .field-visibility-settings-notoggle,
.standard-form .field-visibility-settings-toggle {
  margin-top: 5px;
}

div.submit,
p.submit {
  margin-top: 15px;
}

.bpucf-field-type {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
 Buttons Structure module
--------------------------------------------------------------*/
.button, input[type="submit"],
input[type="button"],
input[type="reset"],
.btn,
.bp-login-widget-register-link a,
form button,
.btn-secondary, .rt-media-enabled #whats-new-submit #aw-whats-new-submit, .generic-button a {
  /* Structure */
  display: inline-block;
  padding: 0.5em 1em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
.btn::-moz-focus-inner,
.bp-login-widget-register-link a::-moz-focus-inner,
form button::-moz-focus-inner,
.btn-secondary::-moz-focus-inner, .rt-media-enabled #whats-new-submit #aw-whats-new-submit::-moz-focus-inner, .generic-button a::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:focus,
.bp-login-widget-register-link a:focus,
form button:focus,
.btn-secondary:focus, .rt-media-enabled #whats-new-submit #aw-whats-new-submit:focus, .generic-button a:focus {
  outline: 0;
}

.button[disabled], input[disabled][type="submit"],
input[disabled][type="button"],
input[disabled][type="reset"],
[disabled].btn,
.bp-login-widget-register-link a[disabled],
form button[disabled],
[disabled].btn-secondary, .rt-media-enabled #whats-new-submit [disabled]#aw-whats-new-submit, .generic-button a[disabled],
.button[disabled]:hover,
input[disabled][type="submit"]:hover,
input[disabled][type="button"]:hover,
input[disabled][type="reset"]:hover,
[disabled].btn:hover,
.bp-login-widget-register-link a[disabled]:hover,
form button[disabled]:hover,
[disabled].btn-secondary:hover,
.rt-media-enabled #whats-new-submit [disabled]#aw-whats-new-submit:hover,
.generic-button a[disabled]:hover,
.button[disabled]:focus,
input[disabled][type="submit"]:focus,
input[disabled][type="button"]:focus,
input[disabled][type="reset"]:focus,
[disabled].btn:focus,
.bp-login-widget-register-link a[disabled]:focus,
form button[disabled]:focus,
[disabled].btn-secondary:focus,
.rt-media-enabled #whats-new-submit [disabled]#aw-whats-new-submit:focus,
.generic-button a[disabled]:focus,
.button[disabled]:active,
input[disabled][type="submit"]:active,
input[disabled][type="button"]:active,
input[disabled][type="reset"]:active,
[disabled].btn:active,
.bp-login-widget-register-link a[disabled]:active,
form button[disabled]:active,
[disabled].btn-secondary:active,
.rt-media-enabled #whats-new-submit [disabled]#aw-whats-new-submit:active,
.generic-button a[disabled]:active {
  background-image: none;
  box-shadow: none;
  opacity: 0.40;
  cursor: not-allowed;
}

.button-hidden {
  display: none;
}

.rt-media-enabled #whats-new-submit #aw-whats-new-submit {
  font-size: 16px;
}

/*--------------------------------------------------------------
 Community Builder Grid
 The Grid is based on/taken from Twitter Bootstrap 3.5
 With Community builder, you can use the bootstrap grid
--------------------------------------------------------------*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.pagination {
  padding: 10px 0;
  text-align: left;
}

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

.pagination li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}
.pagination a,
.pagination span.page-numbers {
  display: inline-block;
  text-align: center;
}

/**
 * Pagination for BuddyPress Elements
 */
.pagination .pag-count {
  display: inline-block;
  margin-right: 10px;
  font-size: .9em;
}
.pagination .pagination-links {
  float: right;
}
.pagination .pagination-links span.current {
  font-weight: bold;
}

.search-results .pagination .pagination-links {
  float: none;
  text-align: center;
}

/* common content structure*/
.page-header-title,
.page-header-entry {
  word-break: break-word;
}

.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol,
.wp-editor ul,
.wp-editor ol {
  margin: 0 0 15px 15px;
}
.entry-content ul,
.comment-content ul,
.wp-editor ul {
  list-style-type: disc;
}
.entry-content ol,
.comment-content ol,
.wp-editor ol {
  list-style-type: decimal;
}
.entry-content li,
.comment-content li,
.wp-editor li {
  margin-bottom: 10px;
}
.entry-content a,
.comment-content a,
.wp-editor a {
  text-decoration: underline;
}
.entry-content .alignleft,
.comment-content .alignleft,
.wp-editor .alignleft {
  margin-right: 15px;
}
.entry-content .alignright,
.comment-content .alignright,
.wp-editor .alignright {
  margin-left: 15px;
}
.entry-content .aligncenter,
.comment-content .aligncenter,
.wp-editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .wp-block-button__link,
.comment-content .wp-block-button__link,
.wp-editor .wp-block-button__link {
  text-decoration: none;
}

.wp-block-archives,
.wp-block-media-text {
  margin-bottom: 15px;
}

ul.wp-block-gallery,
ol.wp-block-gallery {
  margin-left: 0;
}

/**
 * Single Blog Article
 */
.hentry {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.hentry:last-of-type {
  margin-bottom: 0;
}

/* page builder*/
body .canvas-container .site-content {
  float: none;
  padding: 0;
  width: 100%;
}

.post-thumbnail a {
  display: block;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.post-title-hidden {
  display: none;
}

.entry-title {
  word-wrap: break-word;
}

.entry-content,
.wp-editor {
  /**
  * Override for widgets
  */
}
.entry-content .widget ol,
.entry-content .widget ul,
.wp-editor .widget ol,
.wp-editor .widget ul {
  margin-left: 0;
  list-style-type: none;
}

.entry-header {
  position: relative;
}

/**
 * 404 Page
 */
.entry-header-404 {
  text-align: center;
}

.entry-header-404 .fa,
.page-title-404 .fa {
  font-size: 150px;
}

.page-title-404 .fa {
  margin-right: 15px;
}

/**
 * Media
 */
/*--------------------------------------------------------------
 Images/Generic Media specific css
--------------------------------------------------------------*/
audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  margin-bottom: 15px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 10px;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  padding: 10px 0;
  border-bottom: 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/**
 * Image Captions
 */
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

/**
 * WordPress builtin Galleries
 */
.gallery {
  margin-bottom: 10px;
}

.gallery-icon {
  flex: 1 1;
}

.gallery-icon img {
  width: 100%;
  height: 100%;
}

.gallery-icon,
.gallery-caption {
  padding: 5px;
}

.gallery-item {
  display: flex;
  flex-flow: column;
  flex: 1 1;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .gallery {
    display: flex;
    flex-flow: row wrap;
  }

  .gallery-item {
    min-width: 0;
  }

  .gallery-columns-1 .gallery-item {
    flex-basis: 100%;
  }

  .gallery-columns-2 .gallery-item {
    flex-basis: 50%;
  }

  .gallery-columns-3 .gallery-item {
    flex-basis: 33%;
  }

  .gallery-columns-4 .gallery-item {
    flex-basis: 25%;
  }

  .gallery-columns-5 .gallery-item {
    flex-basis: 20%;
  }

  .gallery-columns-6 .gallery-item {
    flex-basis: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    flex-basis: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    flex-basis: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    flex-basis: 11.11%;
  }
}
/**
 * WordPress Comments
 */
.article-comments {
  word-wrap: break-word;
}

.comment-list .children {
  margin-left: 10px;
}

.comment-list .depth-1 {
  margin-bottom: 30px;
}

.comment-body {
  margin-bottom: 20px;
  position: relative;
}

.comment-content.standard-form {
  margin-bottom: 20px;
  padding: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-meta .edit-link {
  float: right;
}

h3#reply-title {
  margin-bottom: 10px;
}

.standard-form p.comment-notes,
.comment-awaiting-moderation {
  margin: 10px 0;
  padding: 5px;
}

.form-allowed-tags code {
  font-size: .9em;
}

.comment-form .comment-avatar-box {
  display: none;
}

/**
 * Trackback
 */
.article-trackbacks {
  margin-top: 20px;
}

.article-trackbacks li {
  margin-bottom: 10px;
  list-style-position: inside;
  list-style-type: disc;
}

.comment-form-cookies-consent label {
  display: inline;
}

/**
 * Widget css
 */
.widget {
  word-wrap: break-word;
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget li > a:before {
  font-size: .8em;
  content: "\f105";
}

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

/**
 Widget specific CSS
 */
.widget_archive li > a:before {
  content: "\f017";
}

.widget_pages li > a:before {
  content: "\f0f6";
}

.widget_categories li > a:before {
  content: "\f114";
}

.widget_nav_menu li > a:before {
  content: "\f105";
}

.widget_recent_comments ul {
  padding-left: 20px;
}

.widget li.recentcomments {
  list-style-type: square;
}

#wp-calendar caption {
  text-align: center;
}

body p.demo_store {
  top: auto !important;
  bottom: 0;
  position: fixed;
}

.hentry .woocommerce #respond input#submit,
.hentry .woocommerce a.button,
.hentry .woocommerce a.btn,
.hentry .woocommerce .bp-login-widget-register-link a,
.bp-login-widget-register-link .hentry .woocommerce a,
.hentry .woocommerce a.btn-secondary,
.hentry .woocommerce .rt-media-enabled #whats-new-submit a#aw-whats-new-submit,
.rt-media-enabled #whats-new-submit .hentry .woocommerce a#aw-whats-new-submit,
.hentry .woocommerce .generic-button a,
.generic-button .hentry .woocommerce a,
.hentry .woocommerce button.button,
.hentry .woocommerce button.btn,
.hentry .woocommerce form button,
form .hentry .woocommerce button,
.hentry .woocommerce button.btn-secondary,
.hentry .woocommerce .rt-media-enabled #whats-new-submit button#aw-whats-new-submit,
.rt-media-enabled #whats-new-submit .hentry .woocommerce button#aw-whats-new-submit,
.hentry .woocommerce input.button,
.hentry .woocommerce input[type="submit"],
.hentry .woocommerce input[type="button"],
.hentry .woocommerce input[type="reset"],
.hentry .woocommerce input.btn,
.hentry .woocommerce input.btn-secondary,
.hentry .woocommerce .rt-media-enabled #whats-new-submit input#aw-whats-new-submit,
.rt-media-enabled #whats-new-submit .hentry .woocommerce input#aw-whats-new-submit {
  background: #fff;
  border: 1px solid #eee;
}

.woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product input[type="submit"]:before,
.woocommerce ul.products li.product input[type="button"]:before,
.woocommerce ul.products li.product input[type="reset"]:before,
.woocommerce ul.products li.product .btn:before,
.woocommerce ul.products li.product .bp-login-widget-register-link a:before,
.bp-login-widget-register-link .woocommerce ul.products li.product a:before,
.woocommerce ul.products li.product form button:before,
form .woocommerce ul.products li.product button:before,
.woocommerce ul.products li.product .btn-secondary:before, .woocommerce ul.products li.product .rt-media-enabled #whats-new-submit #aw-whats-new-submit:before, .rt-media-enabled #whats-new-submit .woocommerce ul.products li.product #aw-whats-new-submit:before, .woocommerce ul.products li.product .generic-button a:before, .generic-button .woocommerce ul.products li.product a:before {
  content: "\f217";
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border-right: 0;
}

.woocommerce div.product form.cart,
.woocommerce-variation-add-to-cart {
  display: flex;
}

.woocommerce div.product form.variations_form {
  display: block;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item__value {
  padding-left: 5px;
}

.coupon #coupon_code {
  min-width: 10em;
}

@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-nav-wrapper {
    float: left;
    width: 30%;
  }
}
.woocommerce-account .woocommerce-MyAccount-nav-wrapper .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}

.entry-content .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li:nth-child(odd) {
  background: #eee;
}

.woocommerce-MyAccount-navigation a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

.wc-account-avatar {
  margin-bottom: 15px;
}

.widget_shopping_cart li > a:before {
  display: none;
}

.wpcf7 label {
  display: block;
}
.wpcf7 label input {
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}

body.points .bp-item-sub-nav {
  display: none;
}

.gamipress-buddypress-points {
  display: flex;
  flex-flow: row wrap;
}

.gamipress-buddypress-points-type {
  margin-right: 10px;
}

.gamipress-buddypress-point-thumbnail {
  margin-right: 5px;
}

.gamipress-user-points-description {
  margin-left: 10px;
}

.mpp-u-1-1,
.mpp-u-1-2 {
  margin-bottom: 15px;
}

div#mpp-notice-message.updated p {
  border: 0;
  background: transparent;
}

#mpp-edit-media-submit,
#mpp-reorder-media-submit {
  float: right;
}

#change-gallery-cover a {
  padding: 5px 10px;
  color: #fff;
  background: #666;
  border-radius: 5px;
  font-size: 12px;
  transition: all .5s;
}
#change-gallery-cover a:hover {
  background: #333;
}

/*--------------------------------------------------------------
 Community Builder Media Query
--------------------------------------------------------------*/
@media screen and (min-width: 783px) {
  body.admin-bar .sticky-header {
    top: 32px;
  }
}
/**
 * Screen above (768px)
 * Tablets
*/
@media screen and (min-width: 768px) {
  .has-mobile-logo .custom-logo-link {
    display: block;
  }

  .mobile-logo-link {
    display: none;
  }

  /**
   * Logo
   */
  .footer-widget-area {
    display: flex;
  }

  .footer-widgets {
    flex: 1 1 auto;
    min-width: 0;
  }

  .widget-cols-2 .footer-widgets,
  .widget-cols-4 .footer-widgets {
    max-width: 50%;
  }

  .widget-cols-3 .footer-widgets {
    max-width: 33.333%;
  }
}
/**
 * Desktop/High res screens( > 992px )
 */
@media screen and (min-width: 992px) {
  .site-header-block-middle,
  .site-header-block-right {
    display: flex;
  }

  .site-header-block-middle {
    flex-grow: 1;
  }

  .site-header-row-main .inner {
    padding: 20px;
  }

  .site-header-not-logged-in-link .button, .site-header-not-logged-in-link input[type="submit"],
  .site-header-not-logged-in-link input[type="button"],
  .site-header-not-logged-in-link input[type="reset"],
  .site-header-not-logged-in-link .btn,
  .site-header-not-logged-in-link .bp-login-widget-register-link a,
  .bp-login-widget-register-link .site-header-not-logged-in-link a,
  .site-header-not-logged-in-link form button,
  form .site-header-not-logged-in-link button,
  .site-header-not-logged-in-link .btn-secondary, .site-header-not-logged-in-link .rt-media-enabled #whats-new-submit #aw-whats-new-submit, .rt-media-enabled #whats-new-submit .site-header-not-logged-in-link #aw-whats-new-submit, .site-header-not-logged-in-link .generic-button a, .generic-button .site-header-not-logged-in-link a {
    display: block;
  }
  .site-header-not-logged-in-link .icon-nav-item {
    display: none;
  }

  .inner {
    width: 90%;
  }

  .page-header {
    min-height: 450px;
  }

  .site-container .inner {
    display: flex;
  }

  .site-content,
  .site-sidebar {
    flex: auto auto 0;
  }

  .site-content {
    width: 65%;
  }

  .site-sidebar {
    width: 35%;
  }

  /**
  * Site layout
  *	1	=> 'layout-two-col-right-sidebar', 2 column page with right sidebar
  *	2	=> 'layout-two-col-left-sidebar' 2 column page with left sidebar
  * 3	=> 'layout-single-col', single column page
  */
  /**
  * Applied when default theme layout is 2col, right sidebar
  */
  /**
   * Applied when default theme layout is 2col, left sidebar
   */
  .layout-two-col-left-sidebar .site-content {
    order: 2;
  }
  .layout-two-col-left-sidebar .site-sidebar {
    order: 1;
  }

  /**
   * Layout Single Column(For default page layout, we make sure only content is visible).
   */
  .layout-single-col .page-layout-default .site-content {
    float: none;
    width: 100%;
    order: 0;
  }
  .layout-single-col .page-layout-default .site-sidebar {
    display: none;
  }

  /**
   * These classes help us to override the layout of individual page irrespective of the current site layout
   */
  /**
   * Page layout
   *
   *	1	=> 'page-two-col-right-sidebar', 2 column page with right sidebar
   *	2	=> 'page-two-col-left-sidebar' 2 column page with left sidebar
   *    3	=> 'page-single-col', single column page
   */
  /**
   * Page single-col layout, overrides default layout
   */
  /**
   * Page 2 col right sidebar, overrides any default layout
   */
  .page-two-col-right-sidebar .site-content {
    order: 1;
  }
  .page-two-col-right-sidebar .site-sidebar {
    order: 2;
  }

  /**
   * Page 2 col left sidebar, overrides any default layout
   */
  .page-two-col-left-sidebar .site-content {
    order: 2;
  }
  .page-two-col-left-sidebar .site-sidebar {
    order: 1;
  }

  .page-single-col .site-content {
    order: 0;
    float: none;
    width: 100%;
  }
  .page-single-col .site-sidebar {
    display: none;
  }

  .widget-cols-4 .footer-widgets {
    max-width: 25%;
  }

  .comment-list .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.8px) {
  .screen-small {
    display: block;
  }

  .screen-mid,
  .screen-large {
    display: none;
  }

  .site-branding {
    flex: 1 1 auto;
  }

  .site-header-block-left,
  .site-header-block-middle,
  .site-header-block-right {
    flex-grow: 1;
  }

  .site-header-block-right {
    min-width: 65px;
  }

  .header-username {
    display: none;
  }
}
@media screen and (max-width: 991.8px) {
  .site-header-block-right {
    flex-grow: 1;
  }
}
