@charset "UTF-8";
/******************************************************************

	Main Wrappers

******************************************************************/
html.embedded {
  padding-top: 0 !important;
  margin-top: 0 !important; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%; }

body.search #content,
body.search-results #content {
  padding-top: 25px; }

html.has-transparent-header.has-banner-slider body {
  padding-top: 0; }

#page {
  background: #fff;
  transition: padding-top .3s; }

.loading #page {
  transition: 0ms; }

#page.container.centered-page {
  max-width: 1190px !important; }

.two-x, .two-x-images IMG {
  visibility: hidden; }

.sales-page-format {
  height: 100%; }

.sales-page-format.loading body,
.sales-page-format.loading #page,
.sales-page-format.loading article,
.sales-page-format.loading #content,
.sales-page-format.loading #edit-rows-wrapper,
.sales-page-format.loading .live-edit-area,
.sales-page-format.loading #section-1.row-full-height {
  height: 100%; }

#content.basic-template {
  padding-bottom: 40px; }

.has-banner-slider .page-template-basic #content {
  padding-top: 41px; }

.blog #content,
.single.single-post:not(.post-template-page) #content {
  margin-top: 30px; }

body {
  color: #58585b;
  z-index: 9;
  height: 100%; }

html.live-edit-updated body {
  position: relative; }

body.admin-bar .navbar-fixed-top {
  top: 46px; }

#sb-site {
  overflow: hidden; }

#sb-site, #sb-site-inner {
  background: inherit;
  position: relative;
  min-height: 100%; }

.page-template-basic #content {
  padding-top: 20px; }

#content.page-background {
  padding-left: 0;
  padding-right: 0; }

/*

.basic-template {
	padding-left: 15px;
	padding-right: 15px
}
*/
/* Fixes slidebars fixed header bug.
-------------------------------------------------------------- */
#sb-site {
  min-height: 0 !important; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

#page {
  background: inherit;
  overflow: hidden;
  clear: both; }

#page.container {
  padding-left: 0;
  padding-right: 0; }

.loading.has-full-height-banner #page {
  height: 100%;
  opacity: 0; }

.has-fixed-header.has-transparent-header body:not(.page-template-page-background-image) #page {
  padding-top: 0; }

.container {
  max-width: 1190px;
  width: 100% !important; }

#content {
  background: none;
  position: relative; }

/* Blog Pages
-------------------------------------------------------------- */
@media (max-width: 1190px) {
  body:not(.woocommerce) #main {
    padding-left: 30px;
    padding-right: 30px; } }

/* 404 Page
-------------------------------------------------------------- */
.error404 #content {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center; }

/* Page Background
-------------------------------------------------------------- */
.page-background {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 98% !important; }

.has-fixed-header .page-background {
  margin-top: 90px; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 1025px) {
  .page-background {
    margin: 50px auto 60px; } }

@media (max-width: 1023px) {
  html:not(.sales-page-format):not(.blank-template) {
    padding-top: 50px; }
  .sales-page-format #page {
    padding-top: 0 !important; }
  .sb-navbar, .sb-slidebar {
    display: block; }
  .sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    transform: translate(0px);
    transition: transform 400ms ease; } }

/******************************************************************

	Header Navbar

******************************************************************/
#header ul {
  margin-bottom: 0; }

#header li:hover {
  border-color: inherit; }

#header-primary-nav {
  text-align: right; }

#header-primary-nav.navbar-right {
  clear: right; }

#header-primary-nav ul {
  font-family: inherit;
  line-height: 1;
  margin-bottom: 0; }

.navbar-left {
  clear: left; }

/* Fix for Border jumping left on load when using a WEBFONT.
-------------------------------------------------------------- */
/*
.loading #header-primary-nav li a{
	
	border-bottom-color: transparent !important;

}
*/
#header-primary-nav li, #header-secondary-nav li {
  display: inline-block;
  margin-left: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.3;
  vertical-align: top; }

#header-primary-nav li {
  font-size: 15px;
  position: relative;
  font-family: inherit; }

nav li a, nav li a:hover, nav li a:active, nav li a:focus {
  text-decoration: none !important; }

#header-primary-nav a {
  padding: 0 0 3px 0;
  border-color: inherit;
  display: block;
  transition: all .3s; }

#header nav li:hover, #header .current-menu-item {
  text-decoration: none; }

.menu-item-has-children:after {
  content: ''; }

.no-dropdown .caret {
  display: none; }

.menu li {
  list-style-type: none; }

.transparent-header #header li.current-menu-item a,
.transparent-header #header a:hover,
.transparent-header li.current-menu-parent a {
  border-color: inherit; }

/*-----------------------------------------------------------
*
*	Mobiles
*
*------------------------------------------------------------*/
#mobile-menu li a {
  font-size: 14px; }

#mobile-menu .current_page_item a {
  border-bottom: none;
  border-left: 3px solid !important; }

/* Header Seconary Nav
-------------------------------------------------------------- */
#header-secondary-nav {
  float: right;
  font-size: 13px;
  margin: 8px 0 0;
  position: relative; }

#header-secondary-nav li {
  display: inline-block;
  margin: 0 0 12px 8px;
  font-size: 13px;
  border-bottom: 1px solid transparent; }

/*
#header-secondary-nav li {

	border: none
}
*/
#header-secondary-nav li a {
  transition: color .3s; }

.menu li.border-right {
  padding: 0 1em 0 0;
  border-right: 1px solid; }

.menu li.border-right:hover {
  border-bottom: none !important; }

.menu li.border-right a:hover {
  border-bottom: 1px solid; }

/* Primary Dropdown
-------------------------------------------------------------- */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  min-width: 100px;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 2px !important;
  transition: all .2s;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1; }

.dropdown-menu.visible {
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  height: auto;
  padding: 10px 2px 2px 0;
  z-index: 1000; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li {
  margin: 0 5px 2px 5px !important;
  display: block !important;
  border-bottom: none !important; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 5px !important;
  clear: both;
  font-size: 12px !important;
  line-height: 1.42857143;
  white-space: nowrap;
  text-decoration: none !important;
  border-bottom: none !important;
  font-size: 12px !important; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  border-bottom: none !important; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: #eee;
  outline: 0; }

#header-primary-nav #shop-login {
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: 0;
  text-align: right;
  font-size: 11px; }

.sb-menu .devider, .sb-menu span.logged-out {
  display: none; }

#header-secondary-nav {
  margin-bottom: 12px; }

/******************************************************************

	Centered Navigation

******************************************************************/
.has-branding-nav-center #header-primary-nav {
  width: 100%; }

#header .branding-menu-centered {
  position: absolute;
  top: 20px;
  left: 50%; }

/*
#header .branding-menu-centered .branding-logo {
	opacity: 0
}
*/
#header .left-nav {
  text-align: right;
  padding-left: 0; }

#header .right-nav {
  text-align: left;
  padding-left: 0; }

#header .right-nav .dropdown-menu {
  left: inherit;
  right: 0; }

.left-nav > li:first-child {
  margin-left: 0 !important; }

.right-nav > li:last-child {
  margin-right: 0 !important; }

#header .left-nav > li, #header .right-nav > li {
  display: inline-block;
  float: none;
  margin: 0 7px 10px 7px; }

#header .left-nav {
  float: left !important;
  display: block;
  width: 50% !important; }

#header .right-nav {
  float: right !important;
  display: block;
  width: 50% !important; }

.sb-menu .branding-menu-centered {
  display: none; }

.brand-font a:hover {
  text-decoration: none !important; }

@media (max-width: 1023px) {
  #mobile-branding .brand-font a, #mobile-branding h2 {
    font-size: 18px !important;
    line-height: 1.1 !important; } }

/******************************************************************

	Tiny Navigation

******************************************************************/
#tiny-nav {
  position: absolute;
  top: 10px; }

#tiny-nav-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(14, 19, 33, 0.9);
  opacity: 0;
  transition: all .4s;
  z-index: 9999;
  overflow: auto;
  transform: translateY(-100%); }

.vertical-menu #tiny-nav-content {
  bottom: 0; }

li.no-border a {
  border: none !important; }

#tiny-nav-show {
  z-index: 2;
  position: relative;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 90px; }

#tiny-nav-show.close-nav-popup {
  position: fixed; }

#tiny-nav-show span {
  font-size: 12px;
  text-align: left; }

#tiny-nav-show span.close-nav,
#tiny-nav-show span.hamburger {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block; }

#tiny-nav-show span.close-nav {
  z-index: -9;
  opacity: 0; }

#tiny-nav-show.close-nav-popup .close-nav {
  opacity: 1;
  z-index: 1; }

#tiny-nav-show.close-nav-popup .hamburger {
  opacity: 0;
  z-index: -9; }

#tiny-nav-show.close-nav-popup i {
  background: none;
  margin-right: 0; }

#tiny-nav-show i {
  display: inline-block;
  font-size: 150%;
  position: relative;
  padding: 6px 9px;
  min-width: 40px;
  margin-right: 5px; }

#tiny-nav-content {
  z-index: 1; }

#tiny-nav-content.visible {
  opacity: 1;
  transform: translateY(0); }

#tiny-nav-content .container {
  height: 100%; }

.vertical-menu #tiny-nav-links {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 1; }

#tiny-nav-links {
  font-size: 1.7em; }

#tiny-nav-links li {
  opacity: 0;
  transition: all .5s;
  position: relative;
  opacity: 0; }

#tiny-nav-content.animating li {
  transition-delay: .4s; }

#tiny-nav-content.visible li {
  opacity: 1; }

#tiny-nav-links.no-vertical-center {
  top: 50px !important; }

#tiny-nav-links li {
  margin-bottom: .5em;
  border: none !important; }

.vertical-menu #tiny-nav-links li {
  text-align: center; }

#tiny-nav-links li a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent; }

.animating #tiny-nav-links li a {
  transition: all .5s; }

#tiny-nav-links li a:hover, #tiny-nav-links li.current-menu-item a {
  border-bottom: 1px solid; }

#tiny-nav-hide:hover, #tiny-nav-show:hover {
  text-decoration: none;
  opacity: .8; }

#tiny-nav-hide span.close-x {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
  margin-left: 5px; }

/*-----------------------------------------------------------
*
*	 Horizontal Tiny Nav
*
*------------------------------------------------------------*/
#tiny-nav-list {
  padding-left: 0;
  width: 100%;
  list-style-type: none; }

#tiny-nav-list > li {
  flex: 1 0 200px;
  margin-bottom: 40px; }

#tiny-nav-list > li ul li {
  margin-bottom: 0; }

.horizontal-menu #tiny-nav-list {
  display: flex;
  flex-wrap: wrap; }

.horizontal-menu #tiny-nav-content.animating li {
  transition-delay: .2s; }

.horizontal-menu #tiny-nav-content {
  max-height: 100%; }

.horizontal-menu #tiny-nav-content .container {
  padding: 8% 20px 4%; }

.horizontal-menu #tiny-nav-links {
  padding-bottom: 20px; }

.horizontal-menu #tiny-nav-links > ul > li {
  display: inline-block;
  padding: 0 3%;
  vertical-align: top;
  text-align: left; }

.horizontal-menu span.caret {
  display: none; }

.horizontal-menu .dropdown-menu {
  top: inherit;
  left: inherit;
  float: none;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  min-width: 0;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 0 40px 0 !important; }

.horizontal-menu .dropdown-menu > li {
  text-align: left;
  margin: 7px 0 0 !important;
  display: block; }

.horizontal-menu .dropdown-menu > li > a {
  color: inherit !important;
  font-size: inherit !important;
  padding-left: 0 !important;
  border-bottom: 1px solid transparent  !important; }

.horizontal-menu .dropdown-menu > li > a:hover, .horizontal-menu .dropdown-menu > li.current-menu-item a {
  border-bottom: 1px solid !important; }

.horizontal-menu .dropdown-menu > li > a:hover, .horizontal-menu .dropdown-menu > .active > a {
  background: none !important; }

#mobile-secondary-nav ul, #mobile-secondary-nav li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

@media (max-width: 1190px) {
  .horizontal-menu #tiny-nav-links {
    text-align: left; }
  .horizontal-menu #tiny-nav-links > ul > li {
    width: 32%; } }

.menu-fallback {
  margin: 0 20px;
  font-size: 13px;
  list-style-type: none;
  text-align: center; }

.menu-fallback li,
a.add-menu-hint {
  color: #333 !important;
  line-height: 1;
  display: inline-block;
  background: #fff;
  font-family: Helvetica, Arial, sans-serif !important;
  padding: 8px 10px 8px; }

.has-branding-nav-center .menu-fallback {
  text-align: left; }

/* Font awesome Menu Items
-------------------------------------------------------------- */
.menu .fas:before {
  padding-right: .4em;
  vertical-align: top; }

/*-----------------------------------------------------------
*
*	Flexbox
*
*------------------------------------------------------------*/
.flex-row, .flex-cols {
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-cols {
  flex-direction: column; }

.flex-items-center,
.flex-middle {
  align-items: center; }

.flex-end {
  align-items: flex-end; }

.flex-reverse {
  flex-direction: row-reverse; }

.flex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

.flex--vertical {
  flex-flow: column nowrap; }
  .flex--vertical .flex-child {
    flex: 0 0 50%;
    height: 50%;
    width: 100%; }

@media (max-width: 767px) {
  .flex-cols {
    padding: 10px 0; } }

/* Flex Content
	
-------------------------------------------------------------- */
.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

/******************************************************************
	
Header

******************************************************************/
#header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 100%; }

#header .container {
  position: relative;
  max-width: 1190px !important;
  padding: 10px 15px 15px; }

.transparent-header #header,
.transparent-header #header .container {
  background: none; }

.has-transparent-header.has-banner-slider #header,
.no-banner-slider-transparent-header #header {
  position: absolute; }

@media (min-width: 1024px) {
  body.no-banner-slider-transparent-header:not(.has-transparent-header) #section-1 {
    padding-top: 130px; } }

.not-full-width-site #header {
  background: none !important; }

.transparent-header #header, .transparent-header #header .container {
  border-bottom: none !important; }

#header.jsFixed {
  position: fixed !important;
  top: 0;
  width: 100%; }

.has-full-width-header #header {
  left: 0;
  margin-left: 0;
  width: 100%;
  max-width: none; }

.has-banner-slider #page {
  padding-top: 0; }

#header-banner {
  padding: 10px 10px 10px;
  z-index: 11;
  background: #333;
  color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  transition-duration: 400ms;
  overflow: hidden; }

#header-banner .container * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 13px;
  line-height: 1.3; }

#header-banner .container p {
  margin-bottom: 12px; }

#header-banner a {
  display: inline-block; }

#header-banner i.fa.fa-shopping-basket {
  margin-right: 5px; }

@media (max-width: 767px) {
  #header-banner .container * {
    float: none !important;
    margin-left: 0 !important; }
  #header-banner-cart .woo-cart-li {
    margin-right: 15px; } }

@media (max-width: 1023px) {
  #header-banner .container {
    padding-left: 2px; } }

.branding {
  float: left; }

.branding-logo {
  max-width: 400px; }

.branding a:hover {
  text-decoration: none; }

.branding h2, .basic-footer-branding h2 {
  margin: 0; }

#mobile-branding {
  float: right;
  padding: 10px 15px 10px; }

#mobile-branding h2 {
  margin: 4px 0 0;
  font-size: 16px; }

#mobile-branding a:hover {
  text-decoration: none; }

#mobile-branding IMG {
  max-height: 32px;
  max-width: 190px;
  width: auto; }

.has-header-banner .page-template-page-members-area header .container {
  margin-top: 0 !important; }

@media (max-width: 1190px) {
  #header {
    width: 100% !important;
    margin-left: 0 !important;
    left: inherit !important; }
  .has-fixed-header #header {
    margin-left: 0;
    margin-right: 0;
    width: auto !important; }
  .has-full-width-header #header, .has-fixed-header #header {
    left: 0 !important;
    right: 0 !important; } }

@media (max-width: 1023px) {
  html #header {
    display: none; }
  #header-banner {
    position: relative; }
  .lb-in-customizer #header {
    display: block; } }

@media (max-width: 767px) {
  #header .container {
    /*
		padding-left: 25px;
		padding-right: 25px
*/ }
  .sb-navbar .branding IMG {
    padding-bottom: 10px;
    max-height: 60px; }
  #header-secondary-nav {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  #header .nav > li > a {
    margin-left: 30px; } }

@media (max-width: 1024px) {
  #header .branding:not(.members-area-branding), .branding-menu-centered {
    padding-left: 15px !important; } }

/*-----------------------------------------------------------
*
*	Typography
*
*------------------------------------------------------------*/
body {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px; }

h1, .h1 {
  font-size: 2.2em;
  line-height: 1.5; }

h2, .h2 {
  font-size: 2.1em;
  line-height: 1.5; }

h3, .h3 {
  font-size: 1.8em;
  line-height: 1.4; }

h4, .h4 {
  font-size: 1.4em;
  line-height: 1.4; }

h5, .h5 {
  font-size: 1.3em;
  line-height: 1.4; }

h6, .h6 {
  font-size: 1.1em;
  line-height: inherit; }

p, ol, ul, dd {
  margin-bottom: 25px;
  font-size: 1em; }

ul, dd {
  font-size: inherit;
  color: inherit; }

#page iframe {
  max-width: 100%; }

ul, ol {
  list-style-position: outside;
  padding-left: 1.1em;
  margin-bottom: 1.7em;
  padding-left: 20px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li {
  color: inherit;
  line-height: 1.4;
  margin-bottom: .5em; }

@media (max-width: 991px) {
  ul.sm-inline:after {
    content: " ";
    display: table;
    clear: both; }
  ul.sm-inline li {
    float: left;
    padding-left: 0;
    margin-right: 40px; } }

video, object {
  max-width: 100%;
  height: auto; }

input.text, input.text:focus {
  box-shadow: inset 0 0 1px; }

[type="button"], [type="submit"], [type="reset"] {
  background: none; }

strong {
  font-weight: 900; }

img {
  max-width: 100%;
  height: auto; }

em {
  color: inherit; }

/*********************
LINK STYLES
*********************/
a {
  outline: none;
  color: inherit;
  font-weight: inherit;
  white-space: normal; }

a.close, a.download-all {
  text-decoration: none !important; }

.col-content a, .entry-content a, .editor-content a {
  transition: color .3s, background .3s; }

a:hover, a:focus {
  cursor: pointer; }

a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */ }

a:link, a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/ }

/*
a:visited {
	color:inherit;
}
*/
a.disabled {
  cursor: not-allowed !important; }

.btn, input.text {
  -webkit-font-smoothing: antialiased !important; }

.btn-primary:focus {
  outline: none !important; }

.btn, input.submit, input[type="submit"], input[type="button"], button, .wpcf7-submit {
  border: none;
  padding: .5em 1.4em; }

.form-group input[type="submit"], .widget_search button {
  padding: 8px 20px 8px;
  line-height: 1 !important;
  font-size: 15px !important; }

#page .btn {
  text-decoration: none; }

.btn:active {
  box-shadow: none; }

input[type="submit"],
button,
input.submit,
.btn-primary,
.btn-secondary,
input[type="button"],
[type="reset"] {
  display: inline-block;
  border: 1px solid;
  transition: background .3s, border .3s;
  text-shadow: none !important;
  text-decoration: none !important; }

.btn-primary:active, .btn-primary:focus,
.btn-secondary:active, .secondary:focus {
  transition: background 0s !important;
  text-decoration: none !important; }

.btn-primary,
.btn-secondary,
.wpcf7-submit,
.wlm_regform_container input.submit,
.regform-button {
  padding: .7em 1.6em .7em 1.6em;
  display: inline-block;
  text-decoration: none !important; }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .wpcf7-submit:active, .wpcf7-submit:focus, .wpcf7-submit:hover, .wlm_regform_container input.submit:active, .wlm_regform_container input.submit:focus,
.wlm_regform_container input.submit:hover {
  border-color: transparent !important;
  text-decoration: none; }

.lb-options-error {
  color: red;
  display: block; }

a.no-underline {
  text-decoration: none  !important;
  border-bottom: none; }

strong {
  font-weight: bold; }

.btn-lg {
  padding: 10px 16px;
  font-size: 1.2em;
  line-height: 1.3333333; }

.btn-sm {
  padding: 8px 15px !important;
  font-size: inherit !important;
  line-height: 1.5;
  font-weight: inherit !important; }

/*-----------------------------------------------------------
*
*	Good font sizes for tablets & Down
*
*------------------------------------------------------------*/
@media (max-width: 1023px) {
  body {
    font-size: 16px !important;
    line-height: 1.5 !important; }
  #page h1, #page .h1,
  #page h2:not(.woocommerce-loop-product__title), #page .h2,
  #page h3, #page .h3,
  #page h4, #page .h4,
  #page h5, #page .h5,
  #page h6, #page .h6 {
    line-height: 1.4 !important; }
  #page IMG.aligncenter {
    margin-bottom: 25px; }
  #page h1, #page .h1 {
    font-size: 28px !important; }
  #page h2:not(.woocommerce-loop-product__title), #page .h2 {
    font-size: 26px !important; }
  #page h3, #page .h3 {
    font-size: 23px !important; }
  #page h4, #page .h4 {
    font-size: 20px !important; }
  #page h5, #page .h5 {
    font-size: 18px !important; }
  #page h6, #page .h6 {
    font-size: 17px !important; } }

/******************************************************************

	 Banner Slider

******************************************************************/
.flexslider .slides .banner-slide {
  display: block !important;
  position: relative; }

#banner-slider-outer {
  position: relative;
  padding: 0; }

#banner-slider {
  height: 533px;
  position: relative;
  max-width: none;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  transition: opacity .6s; }

#banner-slider.loaded {
  transition: all .4s; }

.has-transparent-header #banner-slider {
  height: 575px; }

#banner-slider .flex-viewport,
#banner-slider .slides,
#banner-slider .slides li,
#banner-slider .centered,
#banner-slider .slider-content {
  height: 100%; }

/*

#banner-slider .slide .slider-content {
	padding-top: 40px
}
*/
.content-background {
  max-width: 100%;
  position: relative; }

.has-full-height-banner #banner-slider-outer,
.has-full-height-banner #banner-slider {
  height: 100%; }

.loading #banner-slider {
  opacity: 0; }

*.tiny-screen-fix {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 20px !important;
  transform: translateY(0) !important; }

*.tiny-screen-fix .content-background {
  padding-top: 20px; }

/*

.banner-slider-overlay {
	display: none
}
*/
#banner-slider.container {
  max-width: 1190px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: inherit; }

.slider-loader {
  font-size: 50px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  line-height: 1;
  color: #444;
  z-index: 9999;
  transition: opacity .5s;
  opacity: 0; }

#banner-slider-loader {
  font-size: 50px; }

#banner-slider .container {
  margin-top: 0;
  margin-bottom: 0; }

.slide {
  height: 100%;
  padding: 20px; }

.slide .btn {
  background: transparent; }

#banner-slider .encompass {
  z-index: 1; }

#banner-slider .slider-content {
  position: relative;
  z-index: 5;
  overflow: hidden;
  position: relative; }

.slider-content-inner {
  justify-content: center;
  padding: 25px 55px 25px;
  max-width: 1190px;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden; }

@media (min-width: 1025px) {
  #banner-slider .slider-content {
    margin-top: 30px; }
  /*
	.has-header-banner .slider-content-inner {
	
	padding-top: 60px
	
}
*/ }

.has-full-height-banner .slider-content-inner {
  padding-top: 70px;
  padding-bottom: 50px; }

html.has-header-banner.has-full-height-banner.has-transparent-header .slider-content-inner {
  padding-top: 90px; }

.paging-on-right .flex-control-nav {
  text-align: right; }

.loading.has-full-height-banner,
.loading.has-full-height-banner body,
.loading.has-full-height-banner #sb-site,
.loading.has-full-height-banner #sb-site-inner,
.loading.has-full-height-banner #banner-slider-outer,
.loading.has-full-height-banner #banner-slider,
.loading.has-full-height-banner #live-edit-banner-slider-settings,
.loading.has-full-height-banner #live-edit-banner-slider-slides {
  height: 100% !important;
  min-height: 100vh; }

.slider-content-inner *:last-child {
  margin-bottom: 0; }

#banner-slider-footer {
  width: 100%;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  min-height: 70px;
  display: none;
  padding: 25px 15px; }

#live-edit-banner-slider-footer {
  overflow: visible !important; }

#banner-slider-footer input {
  box-shadow: none !important; }

#banner-slider-footer .count-3.number-2 {
  text-align: center; }

#banner-slider-footer .count-2.number-2, #banner-slider-footer .count-3.number-3 {
  text-align: right; }

#banner-slider .scroll-down {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  left: 50%;
  z-index: 999;
  display: block;
  transform: translateX(-50%);
  transition: all 0.3s !important;
  color: #fff; }

.scroll-down span {
  display: block;
  line-height: 1; }

#banner-slider .fa-angle-double-down {
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0; }

#banner-slider .flex-direction-nav {
  margin-top: 0 !important; }

#banner-slider .flex-direction-nav a {
  font-size: 50px;
  line-height: 1; }

.flex-direction-nav a {
  font-size: 40px;
  line-height: 40px; }

#slider-fadeout {
  background: #333;
  z-index: 1;
  opacity: 0; }

.slider-footer-content {
  padding-top: 15px;
  padding-bottom: 10px; }

.slider-footer-content * {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/*-----------------------------------------------------------
*
*	Banner Sidebar
*
*------------------------------------------------------------*/
.loading #banner-slider-sidebar .entry-content {
  opacity: 0;
  transition: opacity .8s; }

#banner-slider-sidebar .entry-content {
  opacity: 1;
  padding: 20px 15px 20px 15px; }

@media (min-width: 768px) {
  #banner-slider-sidebar .entry-content {
    display: flex;
    align-items: center;
    height: 100%; } }

@media (min-width: 1190px) {
  #banner-slider-sidebar:not(.banner-sidebar-right) .entry-content {
    float: right;
    padding: 30px 40px 30px 30px; }
  #banner-slider-sidebar.col-sm-6 .entry-content {
    width: 580px; } }

@media (max-width: 767px) {
  #banner-slider-sidebar .entry-content {
    padding: 30px 15px 15px; }
  #banner-slider {
    width: 100%; }
  #banner-slider-sidebar .entry-content {
    padding: 25px 15px 5px !important; }
  #banner-slider-sidebar {
    clear: both;
    height: auto !important; } }

/* Disable certian element transitions
-------------------------------------------------------------- */
#banner-slider div {
  transition: height 0; }

#banner-slider .slide .centered {
  transition: all 0;
  max-width: 1190px; }

#banner-slider .slide .slider-content,
#banner-slider .slide .centered {
  transition: all 0; }

@media (max-width: 1023px) {
  #banner-slider .scroll-down {
    display: none; } }

@media (max-width: 991px) {
  #slider-fadeout {
    display: none !important; }
  #banner-slider-outer.pull-right {
    float: none !important; } }

@media (max-width: 639px) {
  #banner-slider {
    height: 340px; } }

@media (max-width: 479px) {
  .has-transparent-header #banner-slider {
    height: 400px; }
  #banner-slider .slide .slider-content-inner {
    padding-right: 20px;
    padding-left: 20px;
    margin: 15px !important; }
  #banner-slider .flex-prev, #banner-slider .flex-prev:hover, #banner-slider .flex-next, #banner-slider .flex-next:hover {
    font-size: 43px !important; } }

/*-----------------------------------------------------------
*
*	Banner Slider Videos
*
*------------------------------------------------------------*/
video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  max-width: none !important; }

.no-video #bgvid {
  display: none; }

@media (max-width: 1024px) {
  #bgvid {
    display: none; } }

@media (min-width: 1025px) {
  #banner-slider li.no-background {
    background: none !important; } }

/******************************************************************

	Slider colors flipped for slide

******************************************************************/
.no-trans-for-slide #banner-slider .flex-direction-nav a,
.no-trans-for-slide #banner-slider .scroll-down {
  color: #555 !important; }

/******************************************************************

	Live Edit

******************************************************************/
.no-header-banner #banner-slider-outer,
.no-header-banner #banner-slider-footer {
  display: none; }

/******************************************************************

	Good font sizes for small screens

******************************************************************/
@media (max-width: 991px) {
  div#banner-slider-outer .slider-content-inner h1, div#banner-slider-outer .slider-content-inner h2, div#banner-slider-outer .slider-content-inner h3, div#banner-slider-outer .slider-content-inner h4, div#banner-slider-outer .slider-content-inner h5, div#banner-slider-outer .slider-content-inner h6 {
    line-height: 1.3;
    margin-bottom: 15px; }
  div#banner-slider-outer .slider-content-inner h1 {
    font-size: 38px; }
  div#banner-slider-outer .slider-content-inner h2 {
    font-size: 28px; }
  div#banner-slider-outer .slider-content-inner h3 {
    font-size: 24px; }
  div#banner-slider-outer .slider-content-inner h4 {
    font-size: 21px; }
  div#banner-slider-outer .slider-content-inner h5 {
    font-size: 20px; }
  div#banner-slider-outer .slider-content-inner h6 {
    font-size: 20px; }
  div#banner-slider-outer .slider-content-inner p {
    font-size: 16px; } }

@media (max-width: 767px) {
  div#banner-slider-outer .slider-content-inner h1 {
    font-size: 30px; }
  div#banner-slider-outer .slider-content-inner h2 {
    font-size: 19px; }
  div#banner-slider-outer .slider-content-inner h3 {
    font-size: 18px; }
  div#banner-slider-outer .slider-content-inner h4 {
    font-size: 17px; }
  div#banner-slider-outer .slider-content-inner h5 {
    font-size: 16px; }
  div#banner-slider-outer .slider-content-inner h6 {
    font-size: 15px; }
  div#banner-slider-outer .slider-content-inner p {
    font-size: 15px; } }

@media (max-width: 479px) {
  div#banner-slider-outer .slider-content-inner {
    padding-left: 10px !important; } }

/*-----------------------------------------------------------
*
*	flexible Columns
*
*------------------------------------------------------------*/
.flexible-column {
  display: flex;
  flex-wrap: nowrap; }

.lazyload-block .flexible-column {
  background: none !important; }

.outer-wrap {
  overflow: hidden;
  width: 100%;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  min-height: 60px; }

/*

.outer-wrap.flex-justify-center:after{
	content:'';
	height: 1px;
	bottom:0;
	left:15px;
	right: 15px;
	display: block;
	position: absolute;

	

}
*/
.flex-outer-wrap {
  display: flex;
  height: 100%; }

.block-content-container {
  position: relative;
  transition: padding .5s;
  width: 100%; }

.row-2-column .block-content-container,
.row-1-column .block-content-container {
  height: 100%; }

@media (max-width: 1024px) {
  .outer-wrap {
    background-attachment: inherit !important; } }

.block-content-container.container-full-width-cols {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%; }

.block-content-container.container-full-width-cols:after {
  content: '';
  display: block;
  margin-left: 15px;
  margin-right: 15px; }

.section-has-border .container-full-width-cols:after {
  margin-top: 40px; }

@media (min-width: 1190px) {
  .block-content-container.container-full-width-cols:after {
    margin-left: -580px !important;
    width: 1160px;
    position: absolute;
    left: 50%;
    bottom: 0; } }

.flex-row .container {
  padding-left: 25px;
  padding-right: 25px; }

.row-heading {
  padding: 30px 15px 0;
  float: none;
  max-width: 1190px;
  margin: 0 auto;
  min-height: 0; }

.col-content {
  padding: 30px 15px;
  width: 100%;
  float: left;
  position: relative; }

/* Reverse 2 Columns on small screens
-------------------------------------------------------------- */
@media (max-width: 767px) {
  section:not(.row-slider) .flex-outer-wrap {
    flex-direction: column; }
  section.row-full-height:not(.row-slider) .flex-outer-wrap {
    justify-content: center; }
  section:not(.row-slider).col-reverse-sm div.flex-outer-wrap {
    flex-direction: column-reverse; }
  section.row-2-column {
    height: auto !important; } }

.single-column {
  padding-left: 30px;
  margin-right: 30px; }

.col-image {
  margin-bottom: 25px; }

.row-row-of-images .row-heading,
.row-image-tiles .row-heading {
  padding-bottom: 40px; }

/*
@media(max-width:1210px) {
	
	.outer-wrap.row-full-height:after {
		
			width: auto;

		
		}
	
	}
	
*/
@media (max-width: 991px) {
  .row-3-column .flexible-column {
    float: none; } }

.col-content h1:last-child,
.col-content h2:last-child,
.col-content h3:last-child,
.col-content h4:last-child,
.col-content h5:last-child,
.col-content h6:last-child,
.col-content p:last-child {
  margin-bottom: 0 !important; }

.row-heading *:last-child {
  margin-bottom: 0; }

.outer-wrap-thin {
  padding-top: 8px;
  padding-bottom: 0; }

.outer-wrap-thin .flex-row {
  padding-bottom: 40px; }

.no-bottom-border {
  border-bottom: none !important;
  padding-bottom: 0; }

.flex-row.no-bottom-border {
  margin-bottom: 3px; }

.containers-no-y-padding {
  height: auto !important; }

.containers-no-y-padding .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.row-1-column .flex-outer-wrap {
  flex: 0 0 100%;
  /* Let it fill the entire space horizontally */
  margin-left: 0;
  margin-right: 0; }

/* Force page widh on fluid rows
-------------------------------------------------------------- */
.page-width .container-fluid {
  max-width: 1190px; }

.row-full-height {
  padding-top: 0;
  height: 100vh; }
  .row-full-height .container-full-width-cols,
  .row-full-height .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .row-full-height .flex-outer-wrap {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%; }
  .row-full-height .flexible-column {
    align-items: center; }

.row-utilities .row-heading {
  margin-bottom: 30px; }

.flexible-column.col-md-12 .col-content {
  max-width: 950px; }

.slanted-top .row-heading *:first-child,
.col-content h1:first-child,
.col-content h2:first-child,
.col-content h3:first-child,
.col-content h4:first-child,
.col-content h5:first-child,
.col-content h6:first-child,
.col-content p:first-child {
  margin-top: 0; }

.outer-wrap.no-x-padding .row, .outer-wrap.no-x-padding .container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.outer-wrap.no-x-padding .container,
.outer-wrap.no-x-padding .flexible-column,
.outer-wrap.no-x-padding .col-content {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bg-extend {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.row-2-column .container-full-width-cols.limit-to-container {
  flex: 0 0 100%; }
  .row-2-column .container-full-width-cols.limit-to-container .col-content {
    padding-left: 15px;
    padding-right: 15px; }

.two-col-outer {
  display: block !important;
  width: 100%; }

.limit-to-container .two-col-outer {
  float: left; }

@media (min-width: 1191px) {
  .container-full-width-cols.limit-to-container .number-1 .col-content, .container-full-width-cols.limit-to-container .number-1 .two-col-outer {
    float: right;
    margin-left: auto; }
  .container-full-width-cols.limit-to-container .col-sm-2 .col-content, .container-full-width-cols.limit-to-container .col-sm-2 .two-col-outer {
    width: 162px; }
  .container-full-width-cols.limit-to-container .col-sm-3 .col-content, .container-full-width-cols.limit-to-container .col-sm-3 .two-col-outer {
    width: 262px; }
  .container-full-width-cols.limit-to-container .col-sm-4 .col-content, .container-full-width-cols.limit-to-container .col-sm-4 .two-col-outer {
    width: 360px; }
  .container-full-width-cols.limit-to-container .col-sm-5 .col-content, .container-full-width-cols.limit-to-container .col-sm-5 .two-col-outer {
    width: 460px; }
  .container-full-width-cols.limit-to-container .col-sm-6 .col-content, .container-full-width-cols.limit-to-container .col-sm-6 .two-col-outer {
    width: 520px; }
  .container-full-width-cols.limit-to-container .col-sm-7 .col-content, .container-full-width-cols.limit-to-container .col-sm-7 .two-col-outer {
    width: 658px; }
  .container-full-width-cols.limit-to-container .col-sm-8 .col-content, .container-full-width-cols.limit-to-container .col-sm-8 .two-col-outer {
    width: 758px; }
  .container-full-width-cols.limit-to-container .col-sm-9 .col-content, .container-full-width-cols.limit-to-container .col-sm-9 .two-col-outer {
    width: 587px; } }

.content-no-padding-top .col-content {
  padding-top: 0 !important; }

@media (min-width: 1023px) {
  .row-2-column .graphic-top-content {
    padding-left: 30px;
    padding-right: 30px; } }

/* Correct FLoated Images
-------------------------------------------------------------- */
@media (max-width: 639px) {
  .col-content IMG.alignleft,
  .col-content IMG.alignright {
    float: none; } }

/* Graphics
-------------------------------------------------------------- */
.graphic-left {
  padding-right: 25px; }

.graphic-right {
  padding-left: 25px; }

.graphic-top {
  overflow: hidden;
  margin-bottom: 20px; }

.graphic-top .fa {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: relative;
  /*
	top:50%;
	-webkit-transform:  translateY(-50%);
*/ }

.graphic-top IMG {
  margin: 0 auto 12px; }

/* Force images to the same height
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .equal-height-images .graphic-top IMG {
    height: 100%;
    max-width: none;
    width: auto; } }

IMG.auto-height {
  height: auto !important;
  max-width: 100% !important; }

.graphic-top .fa {
  padding-top: 10px; }

.has-graphic.graphic-left IMG,
.has-graphic.graphic-right IMG {
  max-width: 190px; }

.has-round-image IMG {
  border-radius: 50%; }

/* Slanted Top
-------------------------------------------------------------- */
@media (min-width: 1025px) {
  html:not(.has-banner-slider) .page #section-1.slanted-top {
    margin-top: 98px !important; }
  .col-content.has-background {
    padding: 40px 40px 30px !important; }
  .slanted-top {
    position: relative;
    overflow: visible !important;
    margin-top: 20px !important;
    padding-top: 0 !important; }
  .slanted-top .col-outer,
  .slanted-top .row-heading {
    padding-top: 0; }
  .slanted-top .col-content {
    padding-top: 20px; }
  .slanted-top:before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    background: #e6e6e0;
    height: 200px;
    transform: skewY(-2deg);
    background: inherit; } }

@media (max-width: 1024px) {
  #content .container {
    max-width: none !important; } }

@media (max-width: 1180px) {
  .outer-wrap .col-content {
    padding: 25px 15px 25px; } }

@media (min-width: 768px) {
  .col-md-6 .col-content {
    max-width: 600px;
    margin: 0 auto; } }

@media (max-width: 1090px) and (min-width: 768px) {
  .col-md-4 .graphic-top i {
    font-size: 120px !important;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/******************************************************************

	Column small screen adjustments

******************************************************************/
.show-bg-sm .flex-outer-wrap {
  margin: 0 10px; }

@media (max-width: 767px) {
  .show-bg-sm .flex-outer-wrap {
    margin: 40px 20px; }
  .tight-sm .flex-outer-wrap {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .tight-sm .col-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .no-y-padding-sm .flexible-column {
    padding-left: 0;
    padding-right: 0; }
  .no-y-padding-sm .col-content {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .outer-wrap, .has-no-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .flexible-column {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px; }
  .outer-wrap .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .outer-wrap .col-content {
    padding: 25px 15px 25px; }
  .row-heading {
    padding-left: 15px;
    padding-right: 15px; }
  .post-accordion {
    padding-left: 10px;
    padding-right: 10px; }
  .no-min-height {
    padding-bottom: 0 !important; }
  .row-3-column .number-1 .col-content,
  .row-3-column .number-2 .col-content {
    padding-bottom: 0 !important;
    padding-top: 25px !important; }
  .graphic-top .fa {
    font-size: 140px !important; }
  .flexible-column p IMG {
    margin: 0 auto 10px;
    display: block; }
  .flexible-column .display-cell {
    padding-bottom: 20px; }
  .no-background-sm {
    background: none !important; }
  .no-background-sm IMG.centered {
    display: block;
    margin: 0 auto;
    max-height: 400px;
    width: auto !important; }
  /* .flexible-column  is Padded back in to allow for the zero padding on .container-full-width-cols
		-------------------------------------------------------------- */
  .container-full-width-cols.limit-to-container .flexible-column {
    padding: 0 15px !important; } }

@media (max-width: 991px) {
  .row-3-column .flexible-column.number-1,
  .row-3-column .flexible-column.number-2 {
    padding-bottom: 0; }
  .row-3-column .flexible-column.number-2,
  .row-3-column .flexible-column.number-3 {
    padding-top: 0; } }

/*-----------------------------------------------------------
*
*	Column alternate layouts
*
*------------------------------------------------------------*/
.no-padding-bottom .container,
.no-padding-bottom .container-full-width-cols,
.no-padding-bottom .flexible-column {
  padding-bottom: 0 !important; }

section.overflow-visible {
  overflow: visible !important; }
  section.overflow-visible .container,
  section.overflow-visible .flex-outer-wrap,
  section.overflow-visible .flexible-column {
    overflow: visible !important; }

@media (min-width: 1025px) {
  .block-right .flex-outer-wrap {
    float: right; }
  .block-width-9 .flex-outer-wrap {
    width: 75%; }
  .block-width-8 .flex-outer-wrap {
    width: 66.66666667%; }
  .block-width-8 .flex-outer-wrap .number-1 .col-content {
    padding-left: 5px; }
  .block-width-6 .flex-outer-wrap {
    width: 50%; } }

/*-----------------------------------------------------------
*
*	Block Specific Column Styles
*
*------------------------------------------------------------*/
.media-fill-1 .number-1 .two-col-outer,
.media-fill-1 .number-1 .col-content,
.media-fill-1 .number-1 .col-content p,
.media-fill-1 .number-1 .col-content iframe,
.media-fill-1 .number-1 .col-content video,
.media-fill-2 .number-2 .two-col-outer,
.media-fill-2 .number-2 .col-content,
.media-fill-2 .number-2 .col-content p,
.media-fill-2 .number-2 .col-content iframe,
.media-fill-2 .number-2 .col-content video {
  position: absolute;
  display: block !important;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

@media (min-width: 1190px) {
  .no-content-x-padding .col-content {
    padding-left: 0;
    padding-right: 0; }
  .no-content-padding-x-1 .number-1 .col-content {
    padding-left: 0;
    padding-right: 0; }
  .no-content-padding-x-2 .number-2 .col-content {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1190px) {
  .visible-md-down {
    display: none; } }

@media (max-width: 1189px) {
  .hide-bg-md-down {
    background: none !important;
    height: auto !important; } }

@media (max-width: 768px) {
  .no-block-bg-sm {
    background-image: none !important; } }

/*-----------------------------------------------------------
*
*	Landscape Background Image Fix 
*
*------------------------------------------------------------*/
@media (max-width: 1100px) {
  .ladscape-responsive-fix .flexible-column {
    min-height: 450px !important; } }

@media (max-width: 767px) {
  .ladscape-responsive-fix .flexible-column {
    min-height: 250px !important; } }

@media (max-width: 400px) {
  .ladscape-responsive-fix .flexible-column {
    min-height: 190px !important; } }

/**
 * Box Model, Html & Body
 */
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slidebars-active,
.slidebars-active body {
  width: 100%;
  overflow: hidden; }

/**
 * Canvas
 */
[canvas] {
  z-index: 1; }

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: '';
  display: table; }

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  /* Basic background color, overwrite this in your own css. */
  color: #000;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=shift] {
  z-index: 0; }

/**
 * Animation
 */
[canvas], [off-canvas] {
  /*
	-webkit-transform: translate( 0px, 0px );
	    -ms-transform: translate( 0px, 0px );
	        transform: translate( 0px, 0px );
*/
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */ }

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px); }

.lb-in-customizer .sb-navbar {
  display: none; }

.sb-navbar {
  background: #fff;
  /* Header Nav colour. */ }

.sb-menu ul {
  list-style-type: none; }

.sb-menu li a {
  text-decoration: none !important; }

.sb-menu ul, .sb-menu ul > li {
  padding-left: 0; }

.slidebars-active #header-banner {
  transform: translate(255px, 0px); }

.sb-static {
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser 2.X. */
  position: absolute; }

.sb-left {
  left: 0;
  /* Sets Slidebar to the left. */ }

.sb-right {
  right: 0;
  /* Sets Slidebar to the right. */ }

html.sb-active-left .sb-left, html.sb-active-right .sb-right {
  visibility: visible;
  /* Makes Slidebars visibile when open. */ }

/*  Second and third level */
.sb-menu li ul.children {
  margin-bottom: 0 !important;
  padding-left: 10px !important;
  font-size: 12px; }

.sb-menu li ul.children li:last-child {
  border-bottom: none !important; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

.admin-bar-showing .sb-menu {
  padding-top: 32px; }

.sb-menu .dropdown-menu {
  float: none !important;
  display: block; }

/*-----------------------------------------------------------
*
*	Woocommerce Cart Nav
*
*------------------------------------------------------------*/
.sb-menu li.woo-cart-li {
  padding-left: 1em !important;
  border-left: 3px solid transparent; }

.sb-menu li.woo-cart-li a {
  padding-left: 0; }

#mobile-secondary-nav li.woo-cart-li a:hover {
  border-left: 3px solid transparent !important; }

#mobile-secondary-nav li.woo-cart-li:hover {
  border-left: 3px solid !important; }

@media (min-width: 1024px) {
  .sb-navbar, .sb-slidebar {
    display: none; } }

@media (max-width: 1023px) {
  .sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    transform: translate(0px);
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden;
    /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ } }

/* Slidebars Theme
-------------------------------------------------------------- */
/* ---------------
 * Slidebars Theme
 *
 * ---------
 * CSS Index
 *
 * 001 - Box Model
 * 002 - Site
 * 003 - Slidebars
 * 004 - Slidebar Menus
 * 005 - Slidebar Widgets
 * 006 - Top Navigation Bar
 * 007 - Slidebar Controls
 *
 * ---------------
 * 001 - Box Model
 */
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  background-color: #fff;
  color: #e8e8e8; }

.sb-slidebar a {
  color: #f2f2f2;
  /* Link colour. */
  text-decoration: none; }

/* --------------------
 * 004 - Slidebar Menus
 */
/* Main Menu */
.sb-menu {
  /* Apply to <ul> or <ol>. */
  padding: 55px 0 0;
  margin: 0;
  list-style-type: none; }

.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */
  min-height: 48px; }

.sb-menu .logout {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */ }

.sb-menu > li:first-child {
  border-top: none;
  /* Removes top border from first list item.. */ }

.sb-menu > li:last-child {
  border-bottom: none;
  /* Removed bottom border from last list item. */ }

.sb-menu li a {
  width: 100%;
  /* Makes links full width. */
  display: inline-block;
  padding: 1.2em 1em 1em;
  /* Creates an even padding the same size as your font. */ }

.sb-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  /* Will lighten any background colour you set. */ }

/* Borders */
.sb-left .sb-menu li a {
  border-left: 3px solid transparent;
  line-height: 1.5 !important; }

.sb-left .sb-menu li a:hover {
  border-left: 3px solid !important;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */ }

.sb-right .sb-menu li a {
  border-right: 3px solid transparent; }

.sb-right .sb-menu li a:hover {
  border-right: 3px solid;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */ }

/* Submenus */
.sb-submenu {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* Submenu background colour. */ }

.sb-submenu li {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

/* Caret */
span.sb-caret {
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0 5px;
  border: 5px solid transparent; }

span.sb-caret {
  /* Caret Down */
  border-top: 5px solid;
  border-bottom: 0 solid transparent; }

.sb-submenu-active > span.sb-caret {
  /* Caret Up */
  border-top: 0 solid transparent;
  border-bottom: 5px solid; }

/* ----------------------
 * 005 - Slidebar Widgets
 */
.sb-widget {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  margin: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  /* Slight shadow. */ }

.sb-widget-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */
  padding: 14px;
  background-color: #292929;
  /* Widget title background colour. */ }

.sb-widget-title {
  margin: 0;
  /* Removes browser default margins for heading tags. */ }

.sb-widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  padding: 14px;
  background-color: #262626;
  /* Widget content background colour. */ }

/* ------------------------
 * 006 - Top Navigation Bar
 */
.sb-navbar {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 1000;
  background-repeat: no-repeat; }

html.sb-android .sb-navbar {
  position: absolute;
  /* Fix navbar to top for old versions of Android Browser. */ }

/* Navbar Menu Items */
.sb-navbar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sb-navbar-menu-left {
  float: left; }

.sb-navbar-menu-right {
  float: right; }

.sb-navbar-menu li {
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.sb-navbar-menu li a {
  display: inline-block;
  color: #f2f2f2;
  /* Navbar link colour */
  padding: 14px;
  text-decoration: none; }

.sb-navbar-menu li a:hover {
  color: #f2f2f2;
  /* Navbar link hover colour */
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

/* -----------------------
 * 007 - Slidebar Controls
 */
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
  cursor: pointer;
  /* Help desktop users with Slidebar controls. */ }

/* Navicons */
/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
#toggle-mobile-menu {
  float: left;
  margin: 12px 14px 12px;
  font-size: 23px; }

.navicon-line {
  width: 24px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #bbb; }

.sb-navbar .sb-toggle-right:hover {
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

.sb-menu li .fa {
  font-size: 80%;
  margin-left: 4px; }

/******************************************************************

	general

******************************************************************/
/*

[class*='col-'] *:first-child {
	margin-top: 0;
}
*/
/******************************************************************

	Numbered Content Blocks

******************************************************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.numbered-content .col-content:before {
  font-size: 140px;
  display: block;
  position: absolute;
  left: 15px;
  line-height: 1;
  top: 0;
  color: inherit; }

.num-1 .number-1 .col-content,
.num-2 .number-2 .col-content,
.num-3 .number-1 .col-content,
.num-4 .number-2 .col-content,
.num-5 .number-1 .col-content,
.num-6 .number-2 .col-content,
.num-7 .number-1 .col-content,
.num-8 .number-2 .col-content,
.num-9 .number-1 .col-content,
.num-10 .number-2 .col-content {
  padding-left: 110px !important; }

.numbered-content.num-1 .number-1 .col-content:before {
  content: '1'; }

.numbered-content.num-2 .number-2 .col-content:before {
  content: '2'; }

.numbered-content.num-3 .number-1 .col-content:before {
  content: '3'; }

.numbered-content.num-4 .number-2 .col-content:before {
  content: '4'; }

.circle-link {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
  line-height: 1;
  height: 100px;
  width: 100px;
  padding-top: 40px;
  transition: all .3s;
  text-decoration: none; }

.circle-link:hover {
  text-decoration: none; }

/* Popovers
-------------------------------------------------------------- */
.popover-container {
  position: relative;
  display: inline-block; }

.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: none !important; }

.popover-content {
  padding: 9px 14px; }

.popover-content IMG {
  max-width: 150px;
  display: block;
  margin-bottom: 10px !important;
  padding: 4px;
  border: 1px solid #ccc; }

.no-pseudo:after, .no-pseudo:before {
  display: none !important; }

.lb-google-map,
.contact-links a,
.social-links a {
  text-decoration: none !important;
  border-bottom: none !important; }

.fluid-width-video-wrapper {
  border: 8px solid #aaa; }

.screen-reader {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

.centered {
  margin: 0 auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (max-width: 767px) {
  *.float-left {
    float: none; }
  *.float-right {
    float: none; } }

.display-table {
  display: table;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  border: none; }

.display-cell {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
  border-collapse: collapse; }

.valign-top {
  vertical-align: top; }

.valign-top * {
  margin-top: 0 !important; }

.valign-middle {
  vertical-align: middle; }

.val-middle {
  display: inline-block;
  float: none;
  vertical-align: middle; }

.pushdown {
  margin-top: 1em; }

.inline-block {
  display: inline-block;
  float: none;
  margin: 0 -.125em;
  width: auto; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

IMG {
  -webkit-transform: translate3d(0, 0, 0); }

a i.fa, a img {
  transition: opacity .6s; }

a:hover img {
  opacity: .86; }

.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.full-width {
  width: 100%; }

.table {
  display: table;
  padding: 0;
  margin: 0 0 30px;
  border-collapse: collapse; }

a.no-border-bottom {
  border-bottom: 1px solid transparent !important; }

a.no-border-bottom:hover {
  border-bottom: 1px solid  !important; }

:focus {
  outline: none !important; }

.polaroid {
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.warning-add-content {
  margin: 15px auto 10px; }

.margin-below {
  margin-bottom: 50px;
  display: block; }

.underline {
  text-decoration: underline !important; }

.alert-info {
  margin-top: 20px;
  width: 94% !important;
  max-width: 1100px !important;
  clear: both;
  font-size: 14px !important; }

.stroke-before, .stroke-after {
  border-bottom: none !important;
  position: relative;
  word-break: break-word; }

.stroke-before:before, .stroke-after:after {
  white-space: pre;
  /* or pre-wrap */
  position: relative; }

.stroke-before:before {
  content: "\0020\0020\0020\0020\0020\0020\0020\0020\a";
  border-top: 2px solid;
  top: .4em; }

.stroke-after {
  margin-bottom: 0; }

.stroke-after:after {
  content: "\a\0020\0020\0020\0020\0020\0020\0020\0020";
  top: -.9em;
  border-bottom: 2px solid; }

*.stroke-width-1:before, *.stroke-width-1:after {
  border-width: 1px; }

.stroke-small:before, .stroke-small:after {
  border-width: 1px;
  width: 25px;
  display: block; }

/******************************************************************
	
Tables

******************************************************************/
#content table {
  margin-bottom: 25px; }

th, td {
  padding: 13px; }

/* #page table thead:first-child tr:first-child th,  */
/*
#page table tbody:first-child tr:first-child th,#page table tbody:first-child tr:first-child td {
	border-top:0;
}
*/
.lb-google-map {
  display: inline-block; }

.lb-google-map i {
  margin-right: .2em;
  display: inline-block; }

#footer-widgets .lb-google-map {
  margin-top: 10px; }

html *.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid !important; }

/* Additional Large Font Awsome classes
-------------------------------------------------------------- */
.fa-2x {
  font-size: 2em !important; }

.fa-3x {
  font-size: 3em !important; }

.fa-4x {
  font-size: 4em !important; }

.fa-5x {
  font-size: 5em !important; }

.fa-6x {
  font-size: 6em !important; }

.fa-7x {
  font-size: 7em !important; }

.fa-8x {
  font-size: 8em !important; }

.fa-9x {
  font-size: 9em !important; }

.fa-10x {
  font-size: 10em !important; }

.fa-11x {
  font-size: 11em !important; }

.fa-12x {
  font-size: 12em !important; }

.fa-13x {
  font-size: 13em !important; }

.fa-14x {
  font-size: 14em !important; }

.fa-15x {
  font-size: 15em !important; }

.fa-16x {
  font-size: 16em !important; }

.fa-17x {
  font-size: 17em !important; }

.fa-18x {
  font-size: 18em !important; }

.fa-19x {
  font-size: 19em !important; }

.fa-20x {
  font-size: 20em !important; }

/* Animations
-------------------------------------------------------------- */
.os-animation {
  opacity: 0; }

.os-animation.animated {
  opacity: 1; }

.os-animation {
  animation-duration: 1s; }

@media (min-width: 769px) {
  .pull-md-right {
    float: right; }
  .pull-md-left {
    float: left; } }

@media (max-width: 479px) {
  .col-tiny-12 {
    width: 100%; } }

noscript span {
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  color: red;
  font-size: 17px;
  text-align: center;
  line-height: 1.7; }

/******************************************************************

	Footer

******************************************************************/
#footer {
  margin: 0 auto;
  max-width: 1190px;
  clear: both;
  position: relative;
  font-size: 14px; }

body:not(.page-template-page-background-image) #footer {
  transition: opacity .5s; }

.page-template-page-background-image #footer {
  opacity: 0; }

.loading #footer {
  opacity: 0; }

.has-full-width-footer #footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: none; }

.has-full-height-banner #footer {
  position: relative;
  bottom: inherit;
  height: auto; }

#footer.container {
  padding-left: 0;
  padding-right: 0; }

#footer .row {
  margin-bottom: 0; }

#footer-wrapper {
  margin-bottom: 30px; }

#sub-floor {
  padding: 10px 0;
  background: #292929;
  color: #aaa; }

.copyright {
  text-align: center; }

.attribution {
  text-align: center; }

#footer .widget_search {
  margin: 0 auto !important;
  max-width: 380px; }

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0; }

#footer-nav-wrap {
  padding: 30px 0 20px; }

#footer-nav {
  color: #fff;
  text-align: center;
  position: relative; }

#footer-nav ul {
  width: 100%;
  text-align: center;
  margin-bottom: 0; }

#footer-nav ul > li {
  display: inline-block;
  float: none;
  margin: 0 0 10px;
  padding: 0 20px; }

#footer ul {
  list-style-type: none; }

/******************************************************************

	Footer Navigation

******************************************************************/
#footer-nav a {
  padding: 0 3 2px;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

#footer-nav a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid; }

#footer-nav ul .dropdown li a {
  font-size: 12px; }

#footer-nav ul .dropdown li a:hover {
  color: #000 !important; }

#footer-nav .nav .open > a, #footer-nav .nav .open > a:hover, #footer-nav .nav .open > a:focus, #footer-nav .nav .open > a:active {
  border-bottom-color: transparent !important; }

#footer #wp-calendar tbody td {
  padding: 5px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center; }

.widget_nav_menu a:hover {
  text-decoration: underline !important; }

@media (max-width: 1024px) {
  #footer div.container {
    padding-left: 30px;
    padding-right: 30px; } }

/*-----------------------------------------------------------
*
*	Footer Widgets
*
*------------------------------------------------------------*/
#footer-top {
  position: relative; }

#footer-top .container {
  padding-top: 25px;
  padding-bottom: 15px; }

#footer-widgets {
  padding-top: 30px;
  position: relative; }

#footer-widgets address {
  margin-bottom: 10px; }

@media (min-width: 1025px) {
  #footer-widgets {
    padding-top: 50px; } }

#footer-widgets .widget {
  margin-bottom: 15px; }

#footer-widgets .widgettitle {
  font-size: 16px; }

#footer .widget ul {
  margin-left: 0;
  padding-left: 0; }

#footer-widgets .widget .menu li {
  margin-bottom: 5px; }

#footer-widgets .widget .menu li a {
  font-size: inherit; }

#footer-widgets .textwidget div[class*='col-'] {
  float: none !important;
  width: 100% !important; }

#footer .textwidget li {
  margin-left: 0; }

#footer .widgettitle {
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 2px; }

#footer .textwidget .form-horizontal .col-md-7 {
  padding-left: 0; }

.widgetFooter .signup-form-wrap {
  padding: 0 !important; }

[class*=' col-'] .widget li {
  margin-bottom: 8px; }

[class*=' col-'] .widget input {
  margin-bottom: 0; }

.lb-widget-title h4 {
  margin-bottom: 23px !important; }

.col-md-4 .widget [class*=' col-'], .col-md-3 .widget [class*=' col-'] {
  width: 100%;
  float: none;
  display: block;
  text-align: left;
  padding-left: 0; }

.col-md-4 .widget [class*=' col-'] .form-group.has-btn, .col-md-3 .widget [class*=' col-'] .form-group.has-btn {
  margin-left: 0; }

.col-md-4 .widget div, .col-md-3 .widget div {
  text-align: left !important; }

.col-md-4 .widget [class*=' col-'] .form-group, .col-md-3 .widget [class*=' col-'] .form-group {
  margin: 0 0 10px !important; }

@media (min-width: 992px) {
  .col-md-4 .widget .has-text-input,
  .col-md-3 .widget .has-text-input {
    width: 100%; } }

.col-md-4 .widget .subscribe-text, .col-md-3 .widget .subscribe-text {
  margin-bottom: 10px; }

#footer-copyright-links {
  text-align: center;
  margin-bottom: 0; }

#footer-copyright-links li {
  display: inline-block;
  margin: 0 10px 10px; }

#page-bottom-content {
  padding: 20px 20px;
  position: relative; }

#page-bottom-content .container {
  position: relative; }

#footer-back-to-top {
  float: right;
  margin-top: -20px; }

/*-----------------------------------------------------------
*
*	Footer Copyright
*
*------------------------------------------------------------*/
#footer-copyright {
  font-size: 11px;
  clear: both;
  padding: 0 15px 15px; }

#footer-copyright .container {
  padding-top: 15px; }

#footer-copyright div, #footer-copyright div p {
  margin-bottom: 0; }

#footer-copyright .container {
  margin-bottom: 0; }

#under-copyright {
  padding: 8px 0 0;
  font-size: 11px !important; }

#footer-widgets IMG {
  margin-top: 0; }

/* Footer Basic
-------------------------------------------------------------- */
footer.basic .branding {
  width: auto !important; }

footer.basic .branding, footer.basic .branding IMG {
  height: 50px !important; }

footer.basic {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 991px) {
  #page-bottom-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #footer *.alignright,
  #footer *.alignleft {
    margin: 0 0 10px !important; }
  .has-sticky-footer #footer {
    height: auto; }
  #footer .form-group {
    margin: 10px auto 8px !important;
    vertical-align: top; }
  #footer-copyright div {
    margin-bottom: 14px; }
  #footer .widget {
    overflow: hidden; }
  #footer-nav {
    padding-bottom: 10px;
    text-align: center; }
  #footer-widgets IMG {
    float: none;
    display: inline-block; }
  /*
	#footer-widgets *.text-right {
		
		text-align: left;
	}
	
*/ }

@media (max-width: 768px) {
  footer.basic #branding, footer.basic .branding IMG {
    max-height: 100px !important;
    height: auto !important; }
  #footer [class*='col-'] {
    width: 100% !important;
    float: none; }
  #footer * {
    text-align: center !important; }
  #footer ul, #footer .alignnone {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  footer.basic .branding {
    display: block !important;
    margin-top: 10px; }
  .basic .navbar-brand {
    display: none !important; }
  #under-copyright {
    margin-top: 8px;
    max-width: none;
    font-size: 11px;
    opacity: .8; }
  .widget_nav_menu div {
    width: 100% !important; }
  #footer .menu {
    text-align: center;
    float: none; }
  #footer .menu li {
    margin-left: 15px;
    margin-right: 15px; } }

#menu-footer-menu {
  padding-left: 0; }

#wp-footer {
  height: 0;
  overflow: hidden;
  width: 0; }

#wp-a11y-speak-polite, #wp-a11y-speak-assertive {
  display: none; }

/*-----------------------------------------------------------
*
*	Gallery
*
*------------------------------------------------------------*/
.lbs-image-gallery {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 0; }

.lbs-image-gallery li {
  display: inline-block;
  list-style-type: none;
  list-style-position: outside;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0; }

.lbs-image-gallery li IMG {
  display: block; }

body:not(.can-edit-pages) .visible-role-can-edit-pages {
  display: none; }

.visible-role-can-edit-pages .block-content-container {
  opacity: .4; }

.visible-role-can-edit-pages:before {
  content: "NOTE: This Block is only visible to Editors";
  display: block;
  font-size: 13px;
  text-align: center; }

/******************************************************************

	Flex Slider displayed in flexible content template


******************************************************************/
.row-slider .flex-outer-wrap {
  height: auto !important; }

.flexible-content-slider {
  width: 100%;
  padding: 0 20px !important; }

.content-slider {
  padding-left: 15px 30px 0; }

.flex-direction-nav a {
  border: none !important; }

ul.slides {
  padding-left: 0 !important;
  margin-left: 0 !important; }

.content-slider .img-circle {
  width: 170px; }

.content-slider .slider-content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

.content-slider li {
  height: 100%; }

.content-slider .flex-direction-nav a {
  transition: all .4s !important; }

.content-slider .flex-direction-nav .flex-prev {
  left: -20px !important; }

.content-slider .flex-direction-nav .flex-next {
  right: -15px !important; }

.content-slider .flexslider:hover .flex-direction-nav .flex-prev {
  padding-left: 10px !important; }

.content-slider .flexslider:hover .flex-direction-nav .flex-next {
  padding-right: 10px !important; }

.content-slider .slider-inner {
  overflow: hidden;
  position: relative; }

.content-slider .content-wrap {
  height: 100%;
  display: flex;
  align-items: center; }

.content-slider *:last-child {
  margin-bottom: 0 !important; }

.content-slider .graphic-top {
  margin-bottom: 30px;
  overflow: hidden; }

.content-slider .slider-content * {
  margin-top: 0; }

.content-slider .graphic-wrap {
  text-align: center !important; }

.content-slider .flex-control-nav {
  position: relative;
  margin-top: 10px;
  bottom: inherit;
  text-align: center; }

.content-slider .flex-control-nav a {
  background: none;
  border: 1px solid; }

@media (max-width: 1025px) {
  .content-slider .flex-control-nav li {
    margin: 0 16px 20px; } }

@media (max-width: 991px) {
  .content-slider {
    padding-bottom: 25px; }
  .content-slider .pull-right {
    float: none !important; } }

@media (max-width: 639px) {
  .col-content.content-slider {
    padding: 15px 15px 55px; }
  .content-slider .col-xs-9 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }
  .content-slider .slider-content {
    text-align: center !important; }
  .content-slider .flex-direction-nav .flex-prev {
    left: -10px !important; }
  .content-slider .flex-direction-nav .flex-next {
    right: -8px !important; }
  .content-slider .slider-inner.flex-row {
    flex-direction: column;
    justify-content: center; }
  .content-slider .slider-inner .graphic-wrap {
    margin-bottom: 30px;
    width: 100%;
    float: none !important; } }

@media (min-width: 1100px) {
  .content-slider-right-block .content-slider {
    padding-left: 35%; }
  .content-slider-right-block .row-heading {
    position: absolute;
    padding-top: 50px; } }

/* Firefox Fix for messing up by expanding the slider on hover
-------------------------------------------------------------- */
.flexible-content-slider.fireFoxDisableFlex .content-wrap {
  display: block !important; }

/*-----------------------------------------------------------
*
*	Signup Forms
*
*------------------------------------------------------------*/
.row-signup-forms, .col-sm-12 .widget_lb_singnup_form {
  padding-top: 8px; }
  .row-signup-forms .col-content, .col-sm-12 .widget_lb_singnup_form .col-content {
    padding-top: 15px;
    padding-bottom: 15px; }
  .row-signup-forms .signup-image, .col-sm-12 .widget_lb_singnup_form .signup-image {
    width: 110px; }
  .row-signup-forms .signup-image IMG, .col-sm-12 .widget_lb_singnup_form .signup-image IMG {
    width: 100%;
    max-width: 250px; }

.signup-form-wrap-inner {
  justify-content: center; }

.signup-image {
  text-align: center; }

label.mailpoet_checkbox_label input {
  height: auto !important;
  width: auto !important; }

.signup-form-wrap, .col-sm-12 .widget_lb_singnup_form {
  text-align: center;
  justify-content: center; }
  .signup-form-wrap label, .col-sm-12 .widget_lb_singnup_form label {
    font-size: 14px !important;
    line-height: 1 !important;
    margin-bottom: 3px !important;
    font-family: Helvetica, Arial, sans-serif !important; }
  .signup-form-wrap input[type="email"],
  .signup-form-wrap input[type="text"], .col-sm-12 .widget_lb_singnup_form input[type="email"],
  .col-sm-12 .widget_lb_singnup_form input[type="text"] {
    height: 40px; }
  .signup-form-wrap .signup-form input, .col-sm-12 .widget_lb_singnup_form .signup-form input {
    line-height: normal;
    font-size: 15px !important;
    padding: 0 10px 0; }

.signup-form-wrap:not(.has-round-submit) input[type="submit"] {
  height: 40px; }

.signup-form-wrap input[type="submit"] {
  font-size: 15px !important; }

.signup-form, .col-sm-12 .widget_lb_singnup_form {
  text-align: left; }
  .signup-form .form-group, .col-sm-12 .widget_lb_singnup_form .form-group {
    margin-bottom: 7px;
    margin-top: 7px; }
  .signup-form input:not(.single-input-only), .col-sm-12 .widget_lb_singnup_form input:not(.single-input-only) {
    max-width: 170px; }

.signup-accept-conditions {
  padding: 12px 15px 0;
  font-size: 13px;
  line-height: 1.3; }

.signup-accept-conditions * {
  line-height: 1.4 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important; }

a.privacy-policy-link {
  text-decoration: underline !important; }

/*-----------------------------------------------------------
*
*	Mailpoet Shortcodes ran in Signup Forms Blocks
*
*------------------------------------------------------------*/
.signup-inputs p {
  margin-bottom: 0;
  vertical-align: top;
  line-height: 1 !important; }

.mailpoet_text.parsley-error {
  background: rgba(255, 0, 0, 0.5) !important;
  border-color: rgba(255, 0, 0, 0.5) !important;
  color: #fff !important;
  line-height: normal !important; }

.signup-inputs input {
  line-height: normal; }

.mailpoet_text.parsley-error::-moz-placeholder {
  color: #fff !important; }

.mailpoet_text.parsley-error:-ms-input-placeholder {
  color: #fff !important; }

.mailpoet_text.parsley-error::-webkit-input-placeholder {
  color: #fff !important; }

p.mailpoet_validate_success {
  line-height: 1.3 !important; }

.signup-inputs .mailpoet_text {
  display: inline-block !important; }

.signup-inputs .mailpoet_divider {
  display: none !important; }

.col-md-3 .form-group {
  margin-bottom: 10px; }

.col-md-3 .has-text-input {
  width: 190px;
  text-align: left; }

.col-md-3 .has-text-input input {
  text-align: left; }

/* Subscribe Text
-------------------------------------------------------------- */
.subscribe-text {
  padding: 5px 10px; }

.col-md-4 .subscribe-text {
  margin-bottom: 10px; }

input.signup-submit:not(.signup-submit-btn-image) {
  padding: 7px 20px 8px !important; }

.signup-submit-btn-image {
  background: none !important;
  height: 70px; }

.subscribe-text * {
  margin-bottom: 0 !important;
  margin-top: 0; }

.signup-form-wrap .form-group {
  vertical-align: middle;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px; }

.lb-signup-name, .lb-signup-email {
  box-shadow: none !important;
  border: 1px solid #ccc; }

.col-md-4 .form-group.has-btn {
  display: block !important; }

.form-group input {
  text-align: left; }

.signup-form input.your-email,
.signup-form [type="email"] {
  width: 180px; }

.signup-form input.your-name,
.signup-form [type="text"] {
  width: 170px; }

.col-md-6 .col-md-7 .form-group input {
  max-width: 100px; }

.form-control, form .btn {
  padding: 9px 13px;
  line-height: 1.2;
  border-radius: 0; }

.form-group.has-btn input {
  transition: opacity .3s !important; }

.form-group.has-btn input:hover {
  opacity: .8; }

#footer .signup-form-wrap {
  margin-bottom: 20px; }

.form-control:focus {
  border-color: #999;
  box-shadow: none !important; }

#footer-widgets .subscribe-text {
  display: none; }

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

.signup-align-right {
  text-align: right; }

.row-signup-forms .parsley-errors-list {
  background: #fff;
  padding: 10px 10px 6px !important;
  font-size: 12px;
  line-height: 1.3; }

input.parsley-success {
  background-color: #dff0d8 !important;
  border-color: #dff0d8 !important; }

@media (min-width: 992px) {
  .col-xs-12 .signup-form-wrap-inner,
  .row-signup-forms .signup-form-wrap-inner,
  .col-sm-12 .widget_lb_singnup_form .signup-form-wrap-inner {
    display: flex;
    align-items: center; }
  .row-signup-forms .subscribe-text, .col-sm-12 .widget_lb_singnup_form .subscribe-text {
    padding-right: 25px; }
  .row-signup-forms .signup-image, .col-sm-12 .widget_lb_singnup_form .signup-image {
    padding-right: 15px;
    flex: 0 0 auto; }
  .row-signup-forms .signup-inputs, .col-sm-12 .widget_lb_singnup_form .signup-inputs {
    flex: 0 0 auto; }
  .row-signup-forms .mailpoet_message, .col-sm-12 .widget_lb_singnup_form .mailpoet_message {
    text-align: left;
    position: relative; } }

/*
@media(min-width:768px) and (max-width:992px){
	
	.row-signup-forms .mailpoet_message {
		
			bottom: -40px;
			position: absolute;
			width: 100%;
			left: 0
	}
	
	
	// Needed for error display
	form.mailpoet_form.mailpoet_form_shortcode {
				
		padding-bottom: 30px
	}
	
}
*/
@media (min-width: 768px) {
  .signup-form-wrap .mailpoet_paragraph {
    display: inline-block;
    vertical-align: middle; }
  signup-inputs input {
    vertical-align: middle; }
  .signup-inputs input[type="text"],
  .signup-inputs input[type="email"] {
    margin-bottom: 0; }
  .signup-form-wrap {
    /*
		.signup-inputs .mailpoet_form {
		
			display: flex; 
			align-items: center;
	 
	 }	
*/ }
    .signup-form-wrap label:not(.mailpoet_checkbox_label) {
      margin-top: -17px; }
  .signup-inputs p:not(.mailpoet_validate_success):not(.mailpoet_validate_error) {
    max-width: 180px;
    margin-right: 8px; }
  #footer-widgets .signup-form-wrap div {
    text-align: left !important;
    padding-left: 0;
    margin-left: 0 !important;
    width: 100%; }
  .has-round-submit input[type="submit"] {
    padding: 8px !important;
    width: 78px;
    height: 78px;
    border-radius: 50% !important;
    text-align: center;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 1;
    margin-left: 10px; }
  .row-signup-forms .parsley-errors-list {
    position: absolute;
    padding: 8px 10px 0 !important; } }

@media (max-width: 1100px) {
  .col-sm-6 .signup-form input, .col-sm-6 .signup-form .form-group {
    width: 500px !important;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 991px) {
  .row-signup-forms .signup-image {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px; }
  .signup-image IMG {
    width: auto; }
  .signup-inputs {
    margin-top: 25px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .subscribe-text {
    text-align: center;
    display: block !important;
    width: 100% !important; }
  #footer .signup-inputs {
    margin-top: 0; }
  .has-signup-image .subscribe-text {
    width: auto; }
  .subscribe-text * {
    text-align: center !important; }
  .col-md-4 .form-group {
    width: 100%; }
  .col-md-4 .form-group input {
    display: inline-block; } }

/*-----------------------------------------------------------
*
*	Vertical Stacked Forms from 767px Down 
*
*------------------------------------------------------------*/
@media (max-width: 767px) {
  .signup-form {
    text-align: center;
    margin-bottom: 15px; }
  .form-group, .form-group input:not(.signup-submit-btn-image) {
    width: 100% !important;
    max-width: 400px !important;
    margin-bottom: 0 !important;
    text-align: center; }
  .signup-inputs,
  .signup-inputs .mailpoet_paragraph,
  .signup-inputs label:not(.mailpoet_checkbox_label) {
    width: 100%;
    max-width: none;
    text-align: center;
    text-align: center;
    margin-bottom: 0; }
  .signup-inputs input {
    width: 100% !important;
    max-width: 400px !important;
    margin: 7px 0 10px;
    height: 40px; }
  .parsley-errors-list.filled {
    max-width: 400px;
    margin: 0 auto 4px; } }

.flexible-column[class*=' col-sm-'] .signup-form-wrap .signup-inputs form {
  margin-bottom: 15px;
  margin-top: 15px;
  display: block; }

.flexible-column[class*=' col-sm-'] .signup-form-wrap .form-group, .flexible-column[class*=' col-sm-'] .signup-form-wrap .form-group input {
  width: 100% !important;
  max-width: 400px !important;
  margin-bottom: 0 !important;
  text-align: center; }

.flexible-column[class*=' col-sm-'] .signup-form-wrap .signup-inputs,
.flexible-column[class*=' col-sm-'] .signup-form-wrap .signup-inputs .mailpoet_paragraph,
.flexible-column[class*=' col-sm-'] .signup-form-wrap .signup-inputs label:not(.mailpoet_checkbox_label) {
  width: 100%;
  max-width: none;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px !important; }

.flexible-column[class*=' col-sm-'] .signup-form-wrap .signup-inputs input {
  width: 100% !important;
  max-width: 400px !important;
  margin: 10px 0 0;
  height: 40px;
  border-radius: 0 !important; }

.flexible-column[class*=' col-sm-'] .signup-form-wrap .parsley-errors-list {
  position: relative; }

/*-----------------------------------------------------------
*
*	Post selector
*
*------------------------------------------------------------*/
.post-selector {
  overflow: hidden;
  margin: 20px 0 20px;
  padding: 20px; }

.post-selector .post-edit-link {
  top: 0;
  right: 0; }

.row-post-selector .post-selector {
  width: 100%; }

.post-selector > [class*='col-'] *:first-child {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .post-selector-thumb {
    padding-left: 0; }
  .post-selector-content .downloads.s3-files {
    padding-left: 35px; } }

.post-selector-thumb IMG {
  margin-bottom: 0 !important; }

.post-selector h4 {
  margin-bottom: 10px; }

.post-selector .col-md-3 IMG {
  margin-bottom: 15px; }

.post-selector h4 {
  font-size: 20px;
  line-height: 1.1; }

.post-selector h5 {
  font-size: 18px; }

.contact-links {
  padding-left: 0 !important;
  margin-bottom: 0 !important; }

.contact-links li {
  display: block;
  margin-right: 8px;
  font-size: 25px;
  list-style-type: none !important;
  margin-bottom: 25px; }

.contact-links li.contact-social-link {
  display: inline-block; }

.contact-links li i {
  width: 40px; }

.contact-links li span {
  display: inline-block;
  margin-bottom: 6px; }

.contact-links li small {
  display: block; }

.contact-social-link {
  margin-top: 20px; }

.contact-links li.contact-social-link small {
  display: none; }

.contact-links li:not(.contact-social-link) small {
  margin-left: 40px; }

#sub-headings {
  margin-bottom: 20px;
  padding-left: 0 !important;
  font-size: 14px; }

#sub-headings li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.post-selector .post-accordion div.panel-heading .fa-circle {
  display: none !important; }

@media (max-width: 991px) {
  .post-selector.in-tab .post-selector-content {
    padding: 25px 15px !important; }
  .post-selector.in-tab .post-accordion {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .post-selector .col-md-3 .wp-post-image {
    margin-bottom: 15px !important; } }

@media (max-width: 767px) {
  .post-selector-thumb, .post-selector .col-md-9 {
    padding-left: 0;
    padding-right: 0; }
  .post-selector .col-md-3 .wp-post-image {
    margin-bottom: 15px !important; } }

/*-----------------------------------------------------------
*
*	Nav Tabs
*
*------------------------------------------------------------*/
ul.nav-pills,
ul.nav-pills li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 15px; }

ul.nav-pills li a {
  text-decoration: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  transition: all .2s;
  border-radius: 0 !important; }

ul.nav-pills li.active a,
ul.nav-pills a.active {
  color: #fff; }

ul.nav-pills li,
.post-selector-headings {
  transition: all .2s; }

/*

.post-selector-headings  h4:last-child {
	
		margin-bottom: 20px !important;

	
	}
	
*/
.post-selector.in-tab {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  .post-selector.in-tab .post-selector-content {
    padding: 25px; }
  .post-selector.in-tab .post-selector-headings {
    padding: 20px 25px 20px; }
  .post-selector.in-tab .post-selector-headings h4 {
    font-size: 20px;
    margin-bottom: 0; }
  .post-selector.in-tab .post-selector-headings ul {
    margin-bottom: 0; }

.post-selector.in-tab .post-selector-content .flex-outer-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media (min-width: 768px) {
  .post-selector.in-tab .post-selector-content .flex-outer-wrap {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

.post-selector.in-tab .post-selector-content .container, .post-selector.in-tab .post-selector-content .col-content {
  padding: 0 !important; }

.post-selector.in-tab .post-selector-content .row-heading {
  padding-top: 0 !important;
  padding-bottom: 25px !important; }

.post-selector.in-tab.post-is-flex-template .post-selector-content {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 767px) {
  .post-selector.in-tab .post-selector-headings {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 25px; }
  .post-selector.in-tab .post-selector-headings,
  .post-selector.in-tab .post-selector-headings h4 {
    background: none !important;
    color: inherit !important; } }

.post-selector-content .container {
  padding: 0 !important; }

/******************************************************************

	Social Media Links ( font awesome icons )

******************************************************************/
ul.lb-socials {
  margin: 0;
  margin-right: 15px;
  margin-left: 10px;
  padding: 0;
  list-style: none;
  display: block;
  list-style: none; }

ul.lb-socials.inline-block {
  display: inline-block;
  width: auto; }

.lb-socials li {
  display: inline-block;
  padding: 0 !important;
  border: none !important;
  -webkit-transition: all .4s;
  font-size: inherit;
  transition: all .4s;
  position: relative;
  line-height: 1 !important;
  vertical-align: middle !important; }

.lb-socials li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none !important; }

i.shape.fab.fa-circle.fa-stack-2x {
  font-family: "Font Awesome 5 Pro"; }

.lb-socials i:not(.fa-circle) {
  font-family: "Font Awesome 5 Brands"; }

.lb-socials li i, #footer i {
  transition: color .3s !important; }

.lb-socials.text-left li {
  margin: 0 1em 14px 0 !important; }

.lb-socials.text-center li {
  margin: 0 .5em 14px; }

.lb-socials.text-right li {
  margin: 0 0 .5em 14px; }

.lb-socials li a:hover {
  text-decoration: none; }

.lb-socials li.has-fa-stack a i {
  -webkit-transition: all .4s;
  transition: all .4s; }

/* Brand Colors */
.facebook-icon {
  color: #3b5998; }

.twitter-icon {
  color: #00aced; }

.google-plus-icon {
  color: #dd4b39; }

.pinterest-icon {
  color: #cb2027; }

.linkedin-icon {
  color: #007bb6; }

.youtube-icon {
  color: #bb0000; }

.vimeo-icon {
  color: #aad450; }

.instagram-icon {
  color: #517fa4; }

@media (min-width: 1190px) {
  #banner-slider-footer .signup-form-wrap .lb-socials {
    float: left;
    padding-right: 20px; } }

@media (max-width: 1189px) {
  #banner-slider-footer .signup-form-wrap .lb-socials li a i {
    font-size: 25px !important;
    margin-top: 0; } }

/******************************************************************

	Quotes

******************************************************************/
blockquote {
  overflow: hidden;
  padding: 0;
  font-size: inherit; }

.row-quotes .col-content {
  padding-top: 50px; }

.row-quotes .post-edit-link {
  right: -10px;
  top: 5px; }

.quote {
  margin-bottom: 20px; }

.flexible-column .quote:last-child {
  margin-bottom: 0; }

.quote .image-on-top {
  margin-bottom: 10px; }

.quote IMG.img-circle {
  display: inline-block;
  margin-bottom: 25px; }

.quote .col-sm-2 {
  text-align: center; }

blockquote {
  border-left: none; }

blockquote:not(.quote-left) p, blockquote:not(.quote-left) h1, blockquote:not(.quote-left) h2, blockquote:not(.quote-left) h3, blockquote:not(.quote-left) h4, blockquote:not(.quote-left) h5, blockquote:not(.quote-left) h6 {
  quotes: "“" "”"; }

blockquote:not(.quote-left) p:first-child:before,
blockquote:not(.quote-left) p:last-of-type:after,
blockquote:not(.quote-left) h1:first-child:before,
blockquote:not(.quote-left) h1:last-of-type:after,
blockquote:not(.quote-left) h2:first-child:before,
blockquote:not(.quote-left) h2:last-of-type:after,
blockquote:not(.quote-left) h3:first-child:before,
blockquote:not(.quote-left) h3:last-of-type:after,
blockquote:not(.quote-left) h4:first-child:before,
blockquote:not(.quote-left) h4:last-of-type:after,
blockquote:not(.quote-left) h5:first-child:before,
blockquote:not(.quote-left) h5:last-of-type:after,
blockquote:not(.quote-left) h6:first-child:before,
blockquote:not(.quote-left) h6:last-of-type:after {
  vertical-align: -.4em;
  font-size: 270%;
  line-height: .1em; }

blockquote:not(.quote-left) p:first-child:before,
blockquote:not(.quote-left) h1:first-child:before,
blockquote:not(.quote-left) h2:first-child:before,
blockquote:not(.quote-left) h3:first-child:before,
blockquote:not(.quote-left) h4:first-child:before,
blockquote:not(.quote-left) h5:first-child:before,
blockquote:not(.quote-left) h6:first-child:before {
  margin-right: .25em;
  content: open-quote;
  font-family: Georgia, 'Times New Roman', Times, serif; }

blockquote:not(.quote-left) p:last-of-type:after,
blockquote:not(.quote-left) h1:last-of-type:after,
blockquote:not(.quote-left) h2:last-of-type:after,
blockquote:not(.quote-left) h3:last-of-type:after,
blockquote:not(.quote-left) h4:last-of-type:after,
blockquote:not(.quote-left) h5:last-of-type:after,
blockquote:not(.quote-left) h6:last-of-type:after {
  margin-left: .25em;
  content: close-quote;
  font-family: Georgia, 'Times New Roman', Times, serif; }

cite {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: normal;
  font-size: 94%; }

.quote-image {
  width: 120px;
  margin-bottom: 25px; }

.image-on-top .quote-image:not(.img-circle) {
  width: 340px; }

/******************************************************************

	Large Quote Left

******************************************************************/
.quote-left {
  position: relative;
  padding-left: 80px;
  overflow: visible; }

.quote-left *:first-child:before {
  font-size: 180px;
  display: block;
  position: absolute;
  left: 0;
  line-height: 1;
  top: -20px; }

.quote-left *:first-child:before {
  content: '\201c';
  color: inherit; }

@media (max-width: 480px) {
  .quote-left {
    padding-left: 20px; }
  .quote-left:before {
    font-size: 70px;
    top: -7px;
    left: -10px; } }

/* NOW SCSS ABOVE
	
	/*
blockquote:not(.quote-left) p:last-of-type:after,blockquote:not(.quote-left) h1:last-of-type:after,blockquote:not(.quote-left) h2:last-of-type:after,blockquote:not(.quote-left) h3:last-of-type:after,blockquote:not(.quote-left) h4:last-of-type:after,blockquote:not(.quote-left) h5:last-of-type:after,blockquote:not(.quote-left) h6:last-of-type:after {
	margin-left:.25em;
	content:close-quote;
	font-family: Georgia, 'Times New Roman', Times, serif
}
*/
/*
blockquote:not(.quote-left) p:first-child:before,blockquote:not(.quote-left) h1:first-child:before,blockquote:not(.quote-left) h2:first-child:before,blockquote:not(.quote-left) h3:first-child:before,blockquote:not(.quote-left) h4:first-child:before,blockquote:not(.quote-left) h5:first-child:before,blockquote:not(.quote-left) h6:first-child:before {
	margin-right:.25em;
	content:open-quote;
	font-family: Georgia, 'Times New Roman', Times, serif
}
*/
/*

	
blockquote:not(.quote-left) p,
blockquote:not(.quote-left) h1,
blockquote:not(.quote-left) h2,
blockquote:not(.quote-left) h3,
blockquote:not(.quote-left) h4,
blockquote:not(.quote-left) h5,
blockquote:not(.quote-left) h6 {
	quotes:"\201C""\201D";
	
	
}
*/
/*
blockquote:not(.quote-left)  p:first-child:before,blockquote:not(.quote-left)  p:last-of-type:after,blockquote:not(.quote-left)  h1:first-child:before,blockquote:not(.quote-left)  h1:last-of-type:after,blockquote:not(.quote-left)  h2:first-child:before,blockquote:not(.quote-left)  h2:last-of-type:after,blockquote:not(.quote-left)  h3:first-child:before,blockquote:not(.quote-left)  h3:last-of-type:after,blockquote:not(.quote-left)  h4:first-child:before,blockquote:not(.quote-left)  h4:last-of-type:after,
blockquote:not(.quote-left)  h5:first-child:before,blockquote:not(.quote-left)  h5:last-of-type:after,blockquote:not(.quote-left)  h6:first-child:before,blockquote:not(.quote-left)  h6:last-of-type:after {
	vertical-align:-.4em;
	font-size:270%;
	line-height:.1em;


}
*/
/******************************************************************

	Accordion

******************************************************************/
.panel {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.panel-has-excerpt {
  min-height: 40px !important; }

.panel-group.has-excerpt .panel {
  border: none !important; }

.panel-group {
  clear: both; }

.panel-heading {
  position: relative;
  min-height: 53px;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.2); }

h4.panel-title {
  font-size: 17px !important; }

.panel-heading, .panel-title {
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important; }

.panel-heading a {
  text-decoration: none !important; }

.panel-heading a:not(.toggle-accordion) {
  padding: 15px 10px 15px 25px; }

.has-colored-tabs .panel-heading a {
  color: #fff !important; }

.has-colored-tabs .panel-heading .fa-circle {
  display: none; }

.panel-heading .more-link {
  position: absolute;
  top: 14px;
  right: 33px;
  padding: 0; }

.panel-excerpt {
  overflow: hidden;
  padding: 1.1em 20px 15px;
  width: 100%; }

#content .panel-excerpt h6 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6; }

.panel-excerpt .toggle-accordion {
  display: block; }

.has-excerpt .panel-collapse {
  padding-top: 0; }

div#evp-5PQJKYY7G5 {
  max-width: 97%;
  overflow: hidden; }

.panel-body {
  padding: 30px 32px 15px 32px;
  border: none !important;
  overflow: hidden; }

.panel-title, .panel-title a {
  display: block;
  padding-bottom: 15px; }

.has-colored-tabs .panel-title a {
  padding: 0 15px; }

.panel-collapse {
  padding-left: 2px; }

.panel-collapse footer {
  padding: 15px 33px 30px !important;
  text-align: right; }

h4.panel-title {
  padding-right: 170px !important;
  font-size: 1.3em; }

h4.panel-title a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none !important;
  line-height: 1.4; }

h4.panel-title a:hover, a.toggle-accordion:hover {
  text-decoration: none !important;
  opacity: .7;
  filter: alpha(opacity=70); }

.has-colored-tabs h4.panel-title, .has-colored-tabs h4.panel-title a:hover {
  color: #fff; }

a[data-toggle="tab"] {
  text-decoration: none !important; }

a.toggle {
  text-decoration: none; }

a.toggle-accordion {
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none !important;
  font-size: 14px;
  position: relative;
  top: -2px; }

/*
.row-accordion .fa-stack  {
	font-size: 13px;
}
*/
.panel-collapse footer {
  padding-right: 15px; }

a.toggle-accordion .fa-chevron-up {
  margin-top: -1px; }

a.toggle-both .fa-stack, .toggle-close .fa-stack {
  margin-left: .8em; }

.post-accordion a.toggle-both:before {
  content: 'see more';
  font-size: 14px; }

.post-accordion a.toggle-both[aria-expanded="true"]:before {
  content: 'close';
  font-size: 16px; }

.panel-body .video-wrapper,
.panel-body video,
.panel-body iframe {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .post-accordion .more-link {
    right: 15px !important; }
  .post-accordion .more-link a:before {
    display: none; }
  .post-accordion h4.panel-title {
    padding-right: 40px !important; }
  .post-accordion .panel-collapse footer {
    padding-right: 15px !important; }
  .post-accordion.has-excerpt .panel-collapse footer {
    padding-right: 0 !important; } }

.panel-height-fix {
  display: block !important;
  margin-top: -999999px;
  position: relative;
  height: auto !important;
  position: relative; }

.media-accordion .panel-collapse div, .media-accordion .panel-collapse object {
  width: 100%; }

@media (max-width: 767px) {
  .panel-body, .has-excerpt .panel-body {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .panel-excerpt {
    padding-left: 0; } }

/* Downloads
-------------------------------------------------------------- */
.row-downloads .row-heading {
  padding-top: 40px; }

ul.downloads {
  margin: 0;
  padding-left: 0;
  width: 100%;
  color: #555;
  list-style-type: none;
  text-align: center; }

ul.downloads li {
  position: relative; }

.downloads:not(.s3-files) li {
  vertical-align: top;
  font-size: 1.1em;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 5px 25px;
  min-width: 190px;
  text-align: center;
  overflow: hidden; }

ul.downloads li a {
  width: 100%; }

.downloads:not(.s3-files) span.download-title {
  display: block;
  line-height: 1.3;
  padding-top: 10px;
  position: absolute;
  padding: 8px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0; }

a.download-all {
  text-decoration: none;
  border: none;
  font-size: 18px;
  display: block;
  width: 180px;
  text-align: right;
  z-index: 2; }

@media (min-width: 768px) {
  a.download-all {
    position: absolute;
    top: 0;
    right: 0; } }

a.download-all * {
  vertical-align: bottom;
  display: inline-block;
  line-height: .5; }

a.download-all .icon-right {
  font-size: 35px;
  position: relative; }

.downloads a {
  border: none !important;
  -webkit-transition: background .3s;
  transition: background .3s;
  font-weight: normal;
  display: block;
  position: relative;
  text-decoration: none !important; }

@media (min-width: 778px) {
  ul.downloads a {
    padding-bottom: 25px;
    float: left; } }

.downloads:not(.s3-files) IMG, .downloads:not(.s3-files) i {
  width: auto;
  height: 270px;
  margin: 0 auto;
  display: inline-block; }

.downloads:not(.s3-files) i {
  padding-top: 110px; }

.downloads:not(.s3-files) i, .downloads:not(.s3-files) IMG {
  display: block; }

.download-title {
  font-size: 12px;
  padding: 0 5px 4px; }

@media (max-width: 768px) {
  a.download-all {
    float: none;
    text-align: left;
    font-size: 16px;
    margin: -10px 0 20px; }
  a.download-all .icon-right {
    font-size: 25px; }
  .downloads:not(.s3-files) li {
    min-width: 0;
    width: 31%;
    margin: 0 1% 25px; }
  .downloads:not(.s3-files) IMG {
    height: auto; }
  .downloads:not(.s3-files) i {
    padding: 40px;
    font-size: 40px !important;
    height: auto;
    min-width: 0; }
  .downloads:not(.s3-files) span.download-title {
    position: relative; } }

@media (max-width: 479px) {
  a.download-all {
    margin: 0 0 20px 0px; }
  .downloads:not(.s3-files) li {
    width: 48%; } }

@media (max-width: 374px) {
  .downloads:not(.s3-files) li {
    width: 98%; } }

/* S3 Downloads
-------------------------------------------------------------- */
.downloads.s3-files {
  text-align: left;
  padding: 0 15px;
  margin: 20px 0 0; }

.downloads.s3-files li {
  display: inline-block;
  width: 33%;
  padding: 0 20px 15px 0;
  vertical-align: top;
  position: relative;
  min-height: 80px; }

.downloads.s3-files li i {
  position: absolute;
  left: 0;
  top: -10px; }

.downloads.s3-files li .download-title {
  font-size: 13px;
  margin-left: 55px;
  display: inline-block;
  line-height: 19px;
  vertical-align: top; }

.downloads.s3-files li .download-title span {
  display: block; }

@media (max-width: 991px) {
  .downloads.s3-files li {
    width: 48%; } }

@media (max-width: 639px) {
  .downloads.s3-files li {
    width: auto;
    display: block; } }

@media (max-width: 767px) {
  .row-downloads .row-heading .col-xs-8,
  .row-downloads .row-heading .col-xs-4 {
    float: none !important;
    width: 100% !important; }
  .row-downloads .row-heading .col-xs-4 {
    padding-top: 24px;
    padding-left: 0; } }

@media (max-width: 991px) {
  .downloads {
    text-align: center; }
  .downloads li {
    float: none;
    display: inline-block; } }

/*-----------------------------------------------------------
*
*	Tiles
*
*------------------------------------------------------------*/
.image-tiles .row-heading {
  padding-bottom: 35px; }

.tiles {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  list-style-type: none !important; }

.tiles li {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 0; }

.tile-headings a {
  text-decoration: none !important; }

.tiles li.col-md-3, .tiles li.col-md-4 {
  padding: 0 15px 15px; }

.tiles li .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.tile-title a {
  text-decoration: none !important; }

.tile-titles-stroke-after .tile-title a:after {
  content: '';
  width: 80px;
  margin: 20px auto 20px;
  border: 1px solid;
  border-color: inherit;
  opacity: .7;
  display: block; }

.tile-post-info,
.tiles .tile-post-tags {
  display: block;
  padding: 10px 0; }

.tile-post-info .categories a {
  margin-right: 6px;
  display: inline-block; }

@media (hover: hover) {
  .tiles .flex-items-center {
    transform: translateY(50px);
    opacity: 0;
    transition: all .5s; }
  .tiles li:hover .flex-items-center {
    transform: translateY(0);
    opacity: 1; } }

/* Firefox & old IE fix for hover:hover
-------------------------------------------------------------- */
.is-firefox .tiles .flex-items-center,
.is-ie .tiles .flex-items-center {
  transform: translateY(50px);
  opacity: 0;
  transition: all .5s; }

.is-firefox .tiles li:hover .flex-items-center,
.is-ie .tiles li:hover .flex-items-center {
  transform: translateY(0);
  opacity: 1; }

/* Make Tile hovers work in IE 11
-------------------------------------------------------------- */
.is-ie .tiles .flex-items-center {
  transform: translateY(50px);
  opacity: 0;
  transition: all .5s; }

.is-ie .tiles li:hover .flex-items-center {
  transform: translateY(0);
  opacity: 1; }

.tiles li a.encompass {
  z-index: 5; }

.tiles li .overlay {
  transition: opacity .5s;
  z-index: 4; }

.tiles li:hover .overlay {
  opacity: 1; }

.tile-content {
  z-index: 4;
  width: 100%;
  transition: all .6s;
  padding: 30px 8%;
  text-align: center; }

.overlay a {
  text-decoration: none !important; }

.tile-content * {
  margin-bottom: 10px; }

.tile-content.pos-middle {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 0;
  padding: 22px 25px;
  font-weight: 500;
  transition: all .4s; }

.tile-image {
  width: 100%; }

@media (min-width: 1025px) {
  .tile-content.pos-middle {
    padding: 12px 10%; } }

.tiles li .tile-content.pos-bottom {
  position: relative;
  align-self: flex-items-end; }

.tiles li .tile-content.pos-top {
  top: 0; }

.tiles.show-content-on-hover .tile-content {
  opacity: 0; }

.tiles li:hover .tile-content {
  opacity: 1  !important; }

.tile-content *:first-of-type {
  margin-top: 0 !important; }

.tile-content *:last-child {
  margin-bottom: 0 !important; }

#sidebar .tiles li {
  margin: 0 0 35px;
  padding: 0; }

.tiles li a {
  z-index: 2; }

.tiles a {
  -webkit-transition: opacity 4.4s;
  transition: opacity 4.4s; }

.tiles a:hover {
  opacity: .97; }

.tiles a:hover {
  text-decoration: none; }

.tiles li .inner {
  height: 100%;
  width: 100%;
  /* Fixes high issues with white borders*/
  overflow: hidden; }

.tiles .background {
  z-index: 1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all .7s; }

.tiles .background-color {
  z-index: 1; }

.opacity-hover .inner {
  transition: all .7s; }

.opacity-hover .inner:hover .background {
  opacity: .8; }

li.zoom-hover .background {
  transition: all .8s; }

.zoom-hover .inner:hover .background {
  transition: all 1s;
  transform: translate(0, 0) scale(1.05); }

.tile-lower-content {
  padding: 30px 30px 20px;
  background: #fff; }

.tile-lower-more a {
  text-decoration: none !important;
  padding: .5em 1.3em .4em;
  border: 1px solid;
  display: inline-block;
  margin-top: 24px;
  font-size: 13px; }

.tile-lower-more a:hover {
  background: #444;
  color: #fff; }

/*
@media(min-width:768px) {

	.tile-lower-content {
	padding-left:30px;
	padding-right:30px;
	
}

}
*/
.height-auto {
  height: auto; }

.tiles .col-md-6.tile-1 {
  clear: left; }

.zoom-on-3 .tile:not(.number-3) .inner:hover .background {
  transform: none; }

@media (min-width: 1025px) {
  .tiles-max-width .tiles {
    max-width: 1300px;
    margin: 0 auto; } }

/* Clear float on the start of each row.
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .tiles:not(.stacked-tiles) .col-md-4.three-1,
  .tiles:not(.stacked-tiles) .col-md-3.four-1 {
    clear: left; } }

@media (max-width: 991px) {
  /*
	.tile-3-of-3,
	.tile-3-of-4  {
		
		clear: left;	
	
		
	}
*/ }

@media (max-width: 991px) {
  section:not(.do-not-expand-odd-tile-sm) .odd-tile-count .tile.col-md-4:last-child {
    width: 100%;
    float: none;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .tiles {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .tile-content-below.images-forced-height li > .inner {
    height: 250px !important; } }

@media (max-width: 413px) {
  .tile-content-below.images-forced-height li > .inner {
    height: 190px !important; } }

/* TODO: Correct tile content from straying over top of tile -  caused by ladscape images
-------------------------------------------------------------- */
/*

@media(max-width:413px) {
	
	.tile .flex-row.full-height{
		
		height: auto
		
	}
	
	.tile .flex-row.flex-end {
		
		align-items: center;
		
		
	}

}
*/
/*-----------------------------------------------------------
*
*	Block Styles
*
*------------------------------------------------------------*/
section.pad-background-color .background-color {
  margin: 25px; }

/*-----------------------------------------------------------
*
*	Lists
*
*------------------------------------------------------------*/
/* Dashed
-------------------------------------------------------------- */
.dashed {
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside; }

.dashed li {
  position: relative;
  padding-left: .8em; }

.dashed li:before {
  content: '-';
  display: block;
  color: inherit;
  position: absolute;
  left: 0;
  top: .2em;
  line-height: 1; }

/* No List styles
-------------------------------------------------------------- */
.no-list-style {
  padding: 0;
  list-style-type: none; }

.no-list-style li {
  padding-left: 0; }

.no-list-style li:before {
  display: none; }

/* Padded Left
-------------------------------------------------------------- */
.padded-left li {
  padding-left: 15px; }

/* Centered Inline Lists
-------------------------------------------------------------- */
.centered-inline-list {
  text-align: center;
  list-style: none; }

.centered-inline-list li {
  display: inline-block;
  vertical-align: top; }

/* Floated-left Lists
-------------------------------------------------------------- */
.float-items-left li {
  float: left;
  padding-right: 1em; }

/*-----------------------------------------------------------
*
*	Inline Lists
*
*------------------------------------------------------------*/
.inline-list,
.two-per-row,
.three-per-row,
.four-per-row,
.five-per-row {
  width: 100%;
  padding-left: 0; }

.inline-list > li,
.two-per-row > li,
.three-per-row > li,
.four-per-row > li,
.five-per-row > li {
  display: inline-block;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding-right: 30px;
  vertical-align: top;
  margin-right: 0;
  margin-left: 0; }

.two-per-row > li {
  padding-left: 0;
  width: 49%; }

.three-per-row > li {
  width: 32%; }

.four-per-row > li {
  width: 24%; }

.five-per-row li {
  width: 19%; }

@media (max-width: 1023px) {
  .three-per-row > li,
  .four-per-row > li,
  .five-per-row > li {
    width: 49%; } }

@media (max-width: 639px) {
  .inline-list > li,
  .two-per-row > li,
  .three-per-row > li,
  .four-per-row > li,
  .five-per-row > li {
    display: block;
    width: 100%;
    float: none;
    padding: 0; } }

.icon-list-label a {
  text-decoration: none !important; }

.icon-list-text i {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  font-size: inherit !important; }

.icon-list-show-icons-only .icon-list li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1em; }

.icon-list-show-icons-only .icon-list i {
  display: inline-block;
  left: initial;
  position: relative; }

.icon-list-show-icons-only .icon-list .icon-list-label {
  display: none; }

/* Checklists
-------------------------------------------------------------- */
.icon-list .icon-list-text {
  display: block; }

.icon-list i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3em; }

.icon-list, .checklist, .icon-list-stars, .icon-list-lovehearts, .checklist-circle {
  margin-left: 0;
  padding-left: 0; }
  .icon-list li, .checklist li, .icon-list-stars li, .icon-list-lovehearts li, .checklist-circle li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
    position: relative;
    padding-left: 2.4em;
    line-height: 1.4; }
  .icon-list li:before, .checklist li:before, .icon-list-stars li:before, .icon-list-lovehearts li:before, .checklist-circle li:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: -.1em;
    font-size: 1.3em;
    font-weight: 700; }

.checklist li:before, .checklist-circle li:before {
  content: "\f00c"; }

.icon-list-stars li:before {
  content: "\f005"; }

.icon-list-lovehearts li:before {
  content: "\f004"; }

/* Checklist Circle
-------------------------------------------------------------- */
.checklist-circle {
  margin-top: 2em;
  margin-bottom: 2em;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 0; }
  .checklist-circle li {
    margin-left: 0;
    margin-bottom: 1.5em !important;
    vertical-align: top;
    padding: .6em 0 0 3.5em; }

.checklist-circle li:before, *.checklist-circle-item:before {
  width: 2em;
  height: 2em;
  border: 1px solid;
  text-align: center;
  padding-top: 1em;
  border-radius: 50%;
  line-height: 0; }

.checklist-circle li, *.checklist-circle-item {
  margin-bottom: 1.5em;
  padding-right: 3em; }

.inline-ul *, *.checklist-circle-item * {
  display: inline-block; }

@media (max-width: 479px) {
  .checklist-circle li {
    width: 100%; } }

/******************************************************************

	Payment gateway pages 

******************************************************************/
/* Stripe Waiting button */
.regform-waiting {
  color: inherit !important; }

.userAgreement {
  font-size: 11px; }

#user-submitted-posts {
  padding: 20px;
  border: 1px solid #ccc; }

#user-submitted-posts iframe {
  border: 1px solid #ccc; }

#usp-success-message {
  font-size: 2.3em;
  text-align: center; }

.usp-error {
  color: red;
  font-size: 1.2em; }

#user-submitted-posts .wp-editor-tabs {
  display: none; }

.user-submitted-captcha {
  max-width: 120px; }

/******************************************************************
	
Post

******************************************************************/
/* Prevents margins breaking on phones
-------------------------------------------------------------- */
#content section {
  max-width: 100%; }

.container.centered-blog {
  float: none;
  margin: 0 auto; }

#main {
  max-width: 100%; }

.centered-blog #main {
  width: 100% !important;
  float: none; }

#post-1 {
  padding-top: 25px; }

/*******************************
02. ARTICLE WRAPPER
(background, borders etc for individual posts/pages)
********************************/
.hentry, #comments, .respond-form {
  margin: 0 0 20px;
  border-radius: 0; }

.search h1, .search-results h1, .archive h1 {
  font-size: 1.5em; }

.search h1.page-title, .search-results h1.page-title, .archive h1.page-title {
  margin-bottom: 20px;
  padding-left: 20px; }

.post-body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

/*******************************
03. ENTRY HEADER
********************************/
.article-header {
  margin-bottom: 15px;
  clear: both; }

.article-header h1, .article-header h2, .article-header h3, .article-header h4, .article-header h5, .article-header h6 {
  margin-top: 0; }

h1.entry-title {
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.9em; }

.entry-title a, .entry-title a:visited {
  color: inherit !important;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none !important;
  display: block; }

.entry-title a:hover, .entry-title a:active {
  color: #888;
  text-decoration: none; }

.archive .post-title {
  font-size: 1.6em; }

.archive-title {
  margin: 10px 0 20px 0;
  font-size: 30px !important; }

.byline {
  margin: 0;
  color: #999;
  font-size: 14px; }

.post-info {
  margin-bottom: 25px;
  font-size: 13px; }

.post-info * {
  color: #888; }

.post-info a {
  margin-left: 10px; }

.post-info time:before {
  padding-right: 10px; }

.post-info a, .post-info a:hover :before {
  -webkit-transition: color .4s;
  transition: color .4s; }

.post-info a:hover, .post-info a:hover :before {
  color: #000;
  text-decoration: none; }

.post-info .fa:before {
  margin-right: 10px; }

/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.sticky-ind {
  display: none; }

.sticky .sticky-ind {
  display: inline !important; }

/*******************************
04. FEATURED IMAGE
********************************/
.featured-content {
  margin-bottom: 25px; }

.featured-img img {
  margin: 0 auto; }

/*******************************
05. ENTRY CONTENT
********************************/
.entry-content div[class^="col-"]:first-of-type {
  padding-left: 0; }

.entry-content .col-md-6:nth-of-type(2),
.entry-content .col-md-4:nth-of-type(3),
.entry-content .col-md-3:nth-of-type(4) {
  padding-right: 0; }

#content .btn-primary,
#content .wpcf7-submit,
#content .wlm_regform_container input.submit,
#content .regform-button,
#content .comment-reply-link,
#wlm_submit_button,
#content button.regform-button,
.submit, .comments-logged-in-as a,
.post-info a {
  text-decoration: none !important; }

.sbi_photo {
  border-bottom: none !important; }

.col-content a.add_to_cart_button:hover {
  border-bottom: none !important; }

.read-more {
  padding-left: 0; }

.read-more i {
  margin-right: .3em;
  padding-left: 8px; }

/*
.entry-content {
	padding:0 20px;
}
*/
.entry-content pre {
  padding: 10px;
  border: 1px solid #cecece;
  background: #eee; }

.wp-audio-shortcode {
  margin-bottom: 20px; }

.featured-content.wp-caption {
  float: left; }

.featured-content.wp-caption img {
  margin: 0 0 7px !important;
  float: left !important; }

.featured-content p.wp-caption-text {
  clear: both;
  float: left;
  text-align: left !important; }

/* EVS
-------------------------------------------------------------- */
.evs-flash-prompt {
  background: #000 !important;
  color: #fff;
  z-index: 9999;
  position: absolute; }

div[data-role="evp-video"] {
  margin: 0 auto;
  max-width: 100%;
  background: #000; }

/*

div[data-role="evp-video"] div {
	background: #000;
}
*/
div[data-role="evp-video"] object {
  width: 100%;
  height: 100%; }

center {
  max-width: 100%; }

/* issuu embed
-------------------------------------------------------------- */
.issuuembed {
  max-width: 100%; }

/* end #content */
/*******************************
06. ENTRY FOOTER
********************************/
.article-footer {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  color: #888;
  font-size: 12px; }

.article-footer .commentnum {
  width: 30%;
  text-align: right; }

.article-footer .commentnum a {
  color: #999;
  text-decoration: none !important;
  -webkit-transition: color .4s ease;
  transition: color .4s ease; }

.article-footer .commentnum a:hover {
  color: #333; }

.article-footer .tags {
  width: 50%; }

@media (max-width: 639px) {
  .article-footer .tags {
    float: none !important;
    width: 100%;
    margin-bottom: 10px;
    text-align: left !important;
    display: block;
    margin-bottom: 20px; } }

.article-footer .post-link {
  margin-top: -1px;
  text-decoration: none !important; }

.article-footer .post-link:hover {
  text-decoration: none; }

.back-single {
  color: #934599;
  font-size: 1.2em; }

.input-group-btn {
  font-size: inherit; }

.post iframe, .post video, .outer-wrap video, .outer-wrap iframe {
  display: block;
  margin: 0 auto 30px; }

.video-wrapper, .fluid-width-video-wrapper {
  margin-bottom: 30px;
  z-index: 1;
  overflow: hidden; }

@media (max-width: 767px) {
  .video-wrapper, .fluid-width-video-wrapper {
    margin-bottom: 20px; } }

.fluid-width-video-wrapper:after {
  content: '\f1ce';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: inherit;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.hide-loader:after {
  display: none; }

.fluid-width-video-wrapper iframe {
  background: #000; }

.colored-background:last-child {
  margin-bottom: 0 !important; }

/***********************************
Next/Previous buttons under posts
***********************************/
#single-post-nav .pager span {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  text-align: center; }

.pager .previous-page {
  margin-bottom: 20px; }

.pager a, .previous-page a, .next-page a {
  color: #999; }

.pager a:hover, .previous-page a:hover, .next-page a:hover {
  color: #444;
  text-decoration: none;
  cursor: pointer; }

/*********************
AUTHOR BOX
*********************/
#author-info {
  padding: 20px; }

#author-info h4 {
  margin-top: 0; }

.author-img {
  float: left;
  margin-right: 20px; }

.author-social-links {
  float: left;
  margin: 0;
  padding: 0; }

.author-social-links li {
  float: left;
  list-style: none;
  text-decoration: none; }

.author-social-links a {
  padding-right: 15px;
  color: #999;
  font-size: 1.4em;
  -webkit-transition: color .4s ease;
  transition: color .4s ease; }

/*********************
BREADCRUMBS
*********************/
.breadcrumb {
  padding: 4px 17px;
  background: #f9f9f9; }

/*********************
PAGINATION
*********************/
.pagination {
  width: 100%;
  padding-top: 25px;
  border-radius: 0; }

.pagination li {
  display: inline-block;
  margin-right: 5px;
  padding: 0px;
  vertical-align: top;
  min-height: 1.9em; }

.pagination li:before {
  display: none; }

.pagination li.pagnation-break {
  border: none; }

.pagination li:not(.active-page) a:hover, .pagination li:not(.active-page) a:focus {
  color: #fff; }

.pagination li .active, .pagination li:not(.active-page) span:hover {
  color: #fff; }

.pagination li a, .pagination li span {
  padding: 8px 12px;
  line-height: 1; }

.pagination li a {
  -webkit-transition: background .2s;
  transition: background .2s;
  text-decoration: none !important; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0 !important; }

@media (min-width: 992px) {
  #single-post-nav .pager span {
    padding: 5px 10px;
    width: auto; }
  .pager .previous-page {
    float: left;
    margin-bottom: 0; }
  .pager .next-page {
    float: right; }
  .featured {
    margin-bottom: 0; }
  .copyright {
    text-align: left; }
  .attribution {
    text-align: right; } }

@media (min-width: 480px) {
  .author-desc {
    overflow: visible;
    zoom: 1; } }

/*
.loading .videocontent {
	border-color: transparent
}
*/
@media (max-width: 991px) {
  #page-bottom-content .container {
    padding: 30px 15px !important; }
  #content .fluid-width-video-wrapper, div[data-role="evp-video"], #content iframe, .videocontent {
    border-width: 3px !important; } }

/*-----------------------------------------------------------
	*
	*	Single Post - Flexible Blocks - Blog Template
	*
	*------------------------------------------------------------*/
.post-template-flexible-content-blog .outer-wrap > .container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.post-template-flexible-content-blog #section-1 > .container,
.post-template-flexible-content-blog #section-1 .col-content {
  padding: 0 0 25px !important; }

/******************************************************************
	
Sidebars

******************************************************************/
#sidebar {
  overflow: hidden;
  padding-left: 22px;
  padding-right: 22px; }

#sidebar ol {
  list-style-type: decimal;
  padding-left: 1.4em; }

#sidebar .widget {
  max-width: 100%; }

#sidebar li {
  padding-left: 0;
  font-size: 13px; }

#sidebar .image-tiles li {
  max-width: 100%; }

#sidebar a {
  border-bottom: none !important;
  text-decoration: none; }

#sidebar .widget {
  margin-bottom: 30px; }

#sidebar .widgettitle {
  margin-bottom: 10px;
  padding: 9px 8px 9px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 1; }

#sidebar .widget ul {
  margin: 0;
  padding: 0;
  padding: 0 10px 0; }

#sidebar .widget ul li {
  padding: 5px 0 0;
  margin-bottom: 5px !important;
  list-style: none;
  /* deep nesting */ }

#sidebar #search {
  border: 1px solid #ddd !important;
  box-shadow: none; }

#sidebar .textwidget {
  overflow: hidden; }

#sidebar .image-links {
  padding: 0 !important; }

#sidebar .image-links li {
  position: relative;
  padding-bottom: 0 !important; }

#sidebar .image-links h6 {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  margin: 0;
  text-align: center; }

/******************************************************************

	Horizontal Sidebar

******************************************************************/
.horizontal-sidebar {
  float: none;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  text-align: left;
  width: auto; }

.horizontal-sidebar .widget:first-child {
  padding-left: 0 !important; }

@media (min-width: 1190px) {
  .top-sidebar {
    width: 1190px;
    margin: 0 auto !important; } }

@media (min-width: 992px) {
  #sidebar:not(.horizontal-sidebar) {
    border-top: none !important; }
  .horizontal-sidebar {
    padding-left: 0 !important; }
  #sidebar.horizontal-sidebar .widget:not(.widget_product_categories):not(.widget_nav_menu) {
    padding: 10px 15px 0;
    float: left;
    width: 25% !important; }
  /*
#sidebar.horizontal-sidebar {
	width: auto;
	float:none;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
	text-align: left !important;

	
	}
*/ }

@media (max-width: 991px) {
  #sidebar .widget {
    padding: 10px 15px 0;
    float: left;
    width: 25% !important; }
  _post
#sidebar {
    width: auto;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    text-align: left !important; } }

@media (max-width: 639px) {
  #sidebar .widget {
    width: 50% !important; }
  #sidebar.horizontal-sidebar .widget:nth-child(3n) {
    clear: both; } }

@media (max-width: 479px) {
  #sidebar {
    text-align: center !important;
    float: none !important;
    padding-bottom: 40px; }
  #sidebar .widget {
    width: auto !important;
    float: none;
    display: inline-block !important;
    vertical-align: top;
    margin-bottom: 0; }
  #sidebar .widgettitle {
    display: inline-block !important;
    /*
	padding-left: 3em !important;
	padding-right: 3em !important
*/ } }

/*-----------------------------------------------------------
*
*	Prev/Next Buttons
*
*------------------------------------------------------------*/
#pages-sidebar {
  padding-top: 15px;
  padding-bottom: 25px; }

@media (max-width: 991px) {
  #pages-sidebar {
    padding: 25px 30px; } }

#sidebar-prev-next-btns {
  margin-top: 30px;
  clear: both; }

/*
#sidebar-prev-next-btns * {
	vertical-align: middle
}
*/
#sidebar-prev-next-btns a {
  margin-right: 20px;
  display: inline-block;
  border: none !important;
  text-decoration: none !important;
  font-size: 15px; }

#pages-sidebar #sidebar-prev-next-btns {
  padding-top: 30px; }

#pages-sidebar #sidebar-prev-next-btns .fa {
  display: inline-block;
  position: relative; }

/* Sidebar Widgets
******************************************************************/
#sidebar .fb-page {
  margin-left: -4px; }

@media (max-width: 991px) {
  #sidebar-affixed {
    position: relative; }
  #sidebar li, #footer-nav li {
    display: inline-block;
    float: none;
    vertical-align: top; } }

/******************************************************************

	Forms

******************************************************************/
input {
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="url"],
div.wpcf7 textarea {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  box-shadow: none;
  padding: 8px;
  font-size: 14px; }

#content form:not(.signup-form):not(.widget_wysija):not(.mailpoet_form.mailpoet_form_shortcode) {
  margin-bottom: 20px; }

.mailpoet_paragraph label {
  display: block; }

.signup-form-wrap input[type="submit"] {
  border: none; }

.wpcf7 {
  margin: 0 auto !important; }

.wpcf7 p {
  margin-bottom: 5px; }

input.wpcf7-form-control.wpcf7-submit[disabled="disabled"] {
  opacity: .5; }

.wpcf7 li:before {
  display: none !important; }

.wpcf7 input:not(.wpcf7-submit):not([type="checkbox"]):not([type="file"]), .wpcf7 textarea {
  padding: 8px 10px 6px;
  width: 100%;
  line-height: 1.5; }

div.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border-radius: 4px;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin: 18px 0  20px;
  padding: 15px !important;
  transition: all .5s;
  text-align: center; }

.wpcf7-submit {
  -webkit-transition: background .3s;
  transition: background .3s; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  opacity: .5; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: .5; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: .5; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: .5; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  opacity: .5; }

address p {
  margin-bottom: 2px; }

.wlm_form_group.wlm_required_field .wlm_form_label {
  color: #555 !important; }

input.submit {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

ul.no-list-style {
  padding-left: 0;
  margin-left: 0;
  list-style-position: outside; }

ul.no-list-style li {
  list-style-type: none !important; }

.wpcf7-not-valid-tip {
  border: none;
  color: red;
  font-size: 12px !important;
  width: 200px;
  line-height: 1; }

.wpcf7-not-valid-tip {
  padding-top: 1px;
  padding-bottom: 13px; }

.items-display-block .wpcf7-list-item {
  display: block; }

.input-group .btn-secondary {
  font-size: 14px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

/* Wishlist Stripe buttons
-------------------------------------------------------------- */
#content .regform-button {
  display: inline-block !important;
  transition: background .4s; }

/******************************************************************

	Contact Form 7

******************************************************************/
#form-wrap ul {
  padding-left: 0; }

#form-wrap li {
  list-style-type: none !important; }

#form-wrap input:not(.wpcf7-submit), #form-wrap textarea {
  padding: 12px 10px 10px 15px; }

#form-wrap br {
  display: none; }

#form-wrap label {
  margin-top: 15px;
  padding-left: 10px; }

#form-wrap [type="file"] {
  margin-bottom: 10px;
  padding-top: 0 !important; }

#form-wrap span[role="alert"] {
  padding-bottom: 11px;
  display: block; }

#form-wrap span.wpcf7-form-control-wrap.phone span[role="alert"] {
  padding-top: 9px; }

@media (max-width: 767px) {
  #form-wrap .col-md-12,
  #form-wrap .col-md-6 {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 479px) {
  #form-wrap li {
    width: 100% !important; } }

/*-----------------------------------------------------------
*
*	 Add images to radio buttons
*
*------------------------------------------------------------*/
.eva-radio-images {
  display: none; }

.radio-image {
  padding-left: 20px;
  display: inline-block;
  cursor: pointer; }

.radio-selector input {
  margin-left: 10px; }

.wpcf7-form-control-wrap {
  position: static; }

span#input-btn-li {
  display: block;
  margin-top: 20px; }

div.wpcf7-response-output {
  padding: 12px 10px 8px !important;
  font-size: 16px;
  border-radius: 3px !important;
  clear: both; }

/******************************************************************

	Plain cf7 Form

******************************************************************/
#form-wrap.plain {
  /*
	
	float:left;
*/ }
  #form-wrap.plain span.wpcf7-list-item {
    margin-left: 0; }
  #form-wrap.plain br {
    display: none; }
  #form-wrap.plain span.line-under {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #999;
    vertical-align: top;
    position: relative;
    display: block;
    float: left; }
  #form-wrap.plain .line-under input[type="text"],
  #form-wrap.plain .line-under input[type="email"], #form-wrap.plain textarea {
    float: right;
    width: 66%;
    border: none !important;
    background: none;
    font-size: 13px;
    padding-bottom: 10px !important; }
  #form-wrap.plain label {
    color: inherit;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400 !important;
    float: left; }
  #form-wrap.plain .line-under label {
    margin-bottom: 0 !important;
    margin-left: 0;
    padding-left: 0;
    width: 31%; }
  #form-wrap.plain .line-under input {
    margin-bottom: 0;
    float: right; }
  #form-wrap.plain textarea {
    width: 100%;
    padding: 12px 10px 12px 0;
    height: 119px !important;
    border-bottom: 1px solid #999 !important; }
  #form-wrap.plain input:not(.btn-primary):focus,
  #form-wrap.plain textarea:focus {
    background: rgba(100, 100, 100, 0.1) !important; }
  #form-wrap.plain .textarea-plain label {
    display: block;
    border-bottom: 1px solid #999;
    float: none;
    width: 100%;
    line-height: 28px !important;
    padding-left: 0; }
  #form-wrap.plain #input-btn-li {
    border: none !important;
    width: 100%;
    margin-right: 0 !important; }
  #form-wrap.plain #input-btn-li input {
    display: inline-block !important;
    width: auto !important; }
  #form-wrap.plain .ajax-loader {
    margin-right: -20px !important; }
  #form-wrap.plain .wpcf7-not-valid-tip {
    border: none;
    color: red;
    font-size: 11px !important;
    position: absolute;
    top: -12px;
    width: 200px; }
  #form-wrap.plain select {
    margin-left: 15px;
    margin-bottom: 20px; }
  #form-wrap.plain .cf-7-datepicker label {
    width: auto !important;
    padding-bottom: 10px; }
  #form-wrap.plain .cf-7-datepicker input {
    background: none !important;
    border: none !important; }
  #form-wrap.plain .input-btn-column {
    text-align: right;
    padding-top: 20px; }
  #form-wrap.plain span[role="alert"] {
    padding: 0 !important; }

/*-----------------------------------------------------------
*
*	Forminator
*
*------------------------------------------------------------*/
.forminator-label--validation {
  background: none !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  padding-left: 0 !important; }

.forminator-design--material .label-margin-bottom .forminator-label {
  margin-bottom: 20px !important; }

.forminator-custom-form button.forminator-button {
  border: 1px solid !important; }

.form-field-spacer {
  margin: 30px 0 30px; }

/******************************************************************
	
Comments

******************************************************************/
#comments {
  margin: 0 0 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }

#comments .alert-info {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
  border: none !important; }

#comments > h5 {
  margin: 0;
  line-height: 1; }

#comments .comment-container {
  padding: 20px; }

.comment-content {
  float: left;
  margin-left: 2%;
  width: 88%; }

.comment-nav {
  padding: 10px 20px; }

.comment-nav ul li {
  list-style-type: none; }

.commentlist {
  padding-left: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
  font-size: 98%; }

.commentlist ol {
  margin: 0; }

.commentlist li {
  /* end .commentlist li ul.children */ }

.commentlist li:last-child {
  margin-bottom: 0; }

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */ }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-top: 0;
  margin-left: 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .even,
.commentlist .odd {
  background: rgba(0, 0, 0, 0.03); }

.commentlist .comment {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none; }

.commentlist .comment img, .commentlist .comment iframe {
  max-width: 100%; }

.commentlist .children article {
  border-left: 1px solid #eee; }

/*
.commentlist .bypostauthor {
	background:#eee;
}
*/
.comment-content time {
  padding-right: 10px; }

.commentlist .comment-author {
  float: left;
  width: 10%; }

.commentlist .comment-author img {
  height: auto; }

.commentlist .alert {
  margin: 20px 0 10px 0;
  display: inline-block; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
  border-radius: 50%; }

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 15px;
  line-height: 1.5; }

.commentlist .comment-reply-link {
  float: right;
  margin-bottom: 10px;
  padding: 8px 12px 8px !important;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 13px; }

/* end .commentlist */
.comment-prev {
  float: left; }

.comment-next {
  float: right; }

#respond {
  padding: 20px 11px;
  font-size: 15px; }

#pings {
  padding: 20px; }

#pings h5 {
  margin-top: 0;
  margin-bottom: 20px; }

.havecomments > h5 {
  padding: 20px; }

.closed h5 {
  margin: 0;
  padding: 20px; }

#comments.nocomments {
  margin-bottom: 0;
  padding-bottom: 0; }

.nocomments > p {
  padding: 0 10px 0; }

.nocomments > h5 {
  padding: 20px 10px 20px;
  margin: 0;
  line-height: 1; }

#comment-form-elements {
  margin-bottom: 0; }

#comment-form-elements li:last-child {
  display: none; }

.comment-content cite.fn {
  font-size: 19px; }

.comment-content time a, a.comment-edit-link {
  font-size: 15px; }

/******************************************************************
	
Comment Form Styles

******************************************************************/
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em; }

.respond-form ul {
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0; }

.respond-form form {
  margin: .75em 0; }

.respond-form form li {
  clear: both;
  margin-bottom: .7335em;
  border: none;
  list-style-type: none; }

.respond-form form li label, .respond-form form li small {
  display: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: normal;
  height: 40px; }

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  box-shadow: none;
  -ms-box-shadow: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  min-width: 250px;
  max-width: 400px; }

.respond-form form textarea {
  width: 97.3%;
  height: 150px;
  line-height: 1.4;
  resize: none;
  max-width: 600px; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/******************************************************************

	Page Links

******************************************************************/
.page-links {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.page-links li {
  margin-bottom: 15px;
  max-width: 400px;
  list-style-type: none; }

.page-links li IMG {
  width: 100%; }

.page-links li .content {
  position: relative;
  overflow: hidden; }

.page-links .rollover {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(100%); }

.page-links li:hover .rollover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0) scale(1.05); }

.page-links li IMG {
  -webkit-transition: all .7s;
  transition: all .7s; }

.page-links li:hover IMG {
  -webkit-transition: all 4.7s;
  transition: all 4.7s;
  -webkit-transform: translateY(0) scale(1.1); }

@media (max-width: 767px) {
  .page-links li {
    font-size: 90%; } }

@media (max-width: 479px) {
  .page-links li {
    font-size: 100%; } }

/******************************************************************

 Row of Images

******************************************************************/
.row-of-images {
  overflow: hidden;
  line-height: 0;
  width: 100%; }

.row-of-images .col {
  padding: 0;
  line-height: 0; }

.row-of-images .background-cover {
  background-position: 50% top; }

@media (min-width: 992px) {
  .row-of-images-image {
    width: 100%; } }

@media (max-width: 991px) {
  .row-of-images-image {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media (min-width: 992px) {
  .row-1-double-height-center-image .image-row-1 {
    overflow: visible; }
  .row-1-double-height-center-image .image-row-1 div.background-cover.number-2 {
    height: 900px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background-position: center bottom !important; } }

/******************************************************************

	Utilities

******************************************************************/
*.height-auto {
  height: auto !important; }

.full-height {
  height: 100%; }

.visible-logged-in {
  display: none !important; }

.display-block {
  display: block; }

p:empty {
  display: none; }

.logged-in .visible-logged-in {
  display: inline-block !important; }

.logged-in .hidden-logged-in {
  display: none !important; }

.spacer {
  clear: both;
  float: none;
  display: block;
  width: 100%; }

#back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity .9s;
  z-index: 99999;
  font-size: 14px !important;
  padding-top: 8px;
  height: 34px;
  width: 34px; }

#back-to-top.shown {
  opacity: 1; }

#back-to-top.is-hovered {
  opacity: 1; }

.encompass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none !important;
  text-decoration: none !important; }

.icon-rounded {
  border: 1px solid;
  display: block;
  line-height: 1;
  border-radius: 50%;
  font-size: 17px !important;
  text-align: center;
  padding-top: 9px;
  height: 40px;
  width: 40px; }

.hide-overflow {
  overflow: hidden; }

.pos-fixed {
  position: fixed; }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none; } }

@media (min-width: 769px) {
  .hidden-sm-up {
    display: none; } }

@media (min-width: 769px) {
  .spacer-medium-10 {
    height: 10px; }
  .spacer-medium-20 {
    height: 20px; }
  .spacer-medium-30 {
    height: 30px; }
  .spacer-medium-40 {
    height: 40px; }
  .spacer-medium-50 {
    height: 50px; }
  .spacer-medium-60 {
    height: 60px; }
  .spacer-medium-70 {
    height: 70px; }
  .spacer-medium-80 {
    height: 80px; }
  .spacer-medium-90 {
    height: 90px; }
  .spacer-medium-100 {
    height: 100px; }
  .spacer-medium-200 {
    height: 200px; }
  .spacer-medium-300 {
    height: 300px; }
  .spacer-medium-400 {
    height: 400px; }
  .spacer-medium-500 {
    height: 500px; } }

@media (max-width: 768px) {
  .spacer-small-10 {
    height: 10px; }
  .spacer-small-20 {
    height: 20px; }
  .spacer-small-30 {
    height: 30px; }
  .spacer-small-40 {
    height: 40px; }
  .spacer-small-50 {
    height: 50px; }
  .spacer-small-60 {
    height: 60px; }
  .spacer-small-70 {
    height: 70px; }
  .spacer-small-80 {
    height: 80px; }
  .spacer-small-90 {
    height: 90px; }
  .spacer-small-100 {
    height: 100px; }
  .spacer-small-200 {
    height: 200px; }
  .spacer-small-300 {
    height: 300px; }
  .spacer-small-400 {
    height: 400px; }
  .spacer-small-500 {
    height: 500px; } }

a.post-edit-link {
  color: inherit;
  font-size: 1.3em;
  position: absolute;
  top: 25px;
  right: 60px;
  border: none !important;
  z-index: 9; }

.alert *:last-child {
  margin-bottom: 0; }

.alert-info a {
  text-decoration: underline; }

.alert-info a.post-edit-link {
  position: relative;
  font-size: inherit !important;
  display: inline-block;
  top: inherit;
  right: inherit; }

.alert-info h5 {
  color: #8a6d3b !important;
  margin-bottom: 5px !important; }

.edit-link:before {
  font-size: 1.4em; }

.stopAffix {
  position: relative !important; }

noscript div {
  padding: 30px 12px 10px;
  background: #fff;
  color: red;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }

/* Cookie Disclaimer fix */
#epd {
  position: relative;
  z-index: 99999 !important; }

#impliedsubmit {
  color: #555 !important;
  background: #fff !important;
  border: none !important;
  padding: 3px 10px !important;
  margin-top: 8px;
  margin-bottom: 8px; }

#content .no-link-style *, .arrow-after {
  text-decoration: none;
  border-bottom: none !important; }

/* Fixes firefox footer bug caused by facebook iframe */
#dp_swf_engine {
  display: none; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.disable-encompass-links a.encompass {
  display: none !important; }

.no-pointer-events .block-content-container {
  pointer-events: none; }

@media (min-width: 768px) {
  .block-vert-line-before {
    overflow: visible; }
  .block-vert-line-before:before {
    content: '';
    width: 1px;
    height: 85px;
    border-left: 1px solid;
    display: block;
    position: absolute;
    left: 50%;
    top: -50px;
    z-index: 99; } }

/******************************************************************

	Spacings

******************************************************************/
.line-height-1 {
  line-height: 1 !important; }

.line-height-1-1 {
  line-height: 1.1 !important; }

.line-height-1-2 {
  line-height: 1.2 !important; }

.line-height-1-3 {
  line-height: 1.3 !important; }

.hideOnLoad {
  opacity: 0; }

.vertical-center {
  position: relative !important;
  top: 50% !important;
  transform: perspective(1px) translateY(-50%) !important; }

@media (min-width: 768px) {
  *.line-height-set {
    line-height: 1.3; }
  .font-size-110 {
    font-size: 120%; }
  .font-size-120 {
    font-size: 120%; }
  .font-size-130 {
    font-size: 130%; }
  .font-size-140 {
    font-size: 140%; }
  .font-size-150 {
    font-size: 150%; }
  *.font-size-160 {
    font-size: 160%; }
  *.font-size-170 {
    font-size: 170%; }
  *.font-size-180 {
    font-size: 180%; }
  *.font-size-190 {
    font-size: 190%; }
  *.font-size-200 {
    font-size: 200%; }
  *.font-size-250 {
    font-size: 200%; }
  *.font-size-300 {
    font-size: 300%; }
  *.font-size-350 {
    font-size: 300%; }
  *.font-size-400 {
    font-size: 400%; } }

@media (max-width: 991px) {
  #content .vertical-center,
  .editor .vertical-center {
    top: inherit;
    transform: none; } }

.no-vertical-center {
  transform: translateY(0) !important;
  top: 0 !important; }

.spacer {
  clear: both;
  float: none;
  display: block;
  width: 100%; }

.no-max-width {
  max-width: none !important;
  width: auto !important;
  padding-bottom: 10px; }

.margin-top-0 {
  margin-top: 0; }

.margin-top-20 {
  margin-top: 20px !important;
  display: block; }

.margin-top-30 {
  margin-top: 30px !important;
  display: block; }

.margin-top-40 {
  margin-top: 40px !important;
  display: block; }

@media (min-width: 1025px) {
  .margin-top-50 {
    margin-top: 50px !important; }
  .margin-top-60 {
    margin-top: 60px !important; }
  .margin-top-70 {
    margin-top: 70px !important; }
  .margin-top-80 {
    margin-top: 80px  !important; }
  .margin-top-90 {
    margin-top: 90px !important; }
  .margin-top-100 {
    margin-top: 90px !important; } }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-bottom-110 {
  margin-bottom: 110px !important; }

.margin-bottom-120 {
  margin-bottom: 120px !important; }

.margin-bottom-130 {
  margin-bottom: 130px !important; }

.margin-bottom-140 {
  margin-bottom: 140px !important; }

.margin-bottom-150 {
  margin-bottom: 150px !important; }

@media (max-width: 1025px) {
  .no-br-below-md br, .no-br-small br {
    display: none; } }

/******************************************************************

	Plugins

******************************************************************/
@media (max-width: 767px) {
  .cff-date, .cff-post-links {
    width: 100% !important;
    text-align: center !important; } }

/*-----------------------------------------------------------
*
*	Flexslider
*
*------------------------------------------------------------*/
/*
.flex-direction-nav a {

font-family:"Font Awesome 5 Light";

}
*/
div.vjs-poster {
  background-size: cover; }

/* Media Border Fix for Video Aspect
-------------------------------------------------------------- */
.video-js {
  box-sizing: content-box !important; }

div.videocontent {
  padding-right: 32px; }

/*-----------------------------------------------------------
*
*	Wishlist
*
*------------------------------------------------------------*/
.wlm_regform_improved {
  padding: 40px !important; }

div.WishListMember_LoginMergeCode {
  margin: 20px auto 20px !important; }

.wlm_regform_container input.submit {
  padding: .5em 1.2em .5em 1.2em !important; }

div.regform .regform-header {
  text-align: center; }

div.regform .regform-header img.regform-logo {
  width: auto !important;
  height: auto !important;
  max-height: 80px;
  margin: 0 auto 20px; }

div.regform .regform-header h2 {
  line-height: 1.4; }

/*-----------------------------------------------------------
*
*	Tweets
*
*------------------------------------------------------------*/
.tweet-details {
  border: none; }

.latest-tweets {
  text-align: center; }

.latest-tweets li {
  background: #fff;
  margin: 0 2% 0 20px;
  padding: 40px 30px !important;
  width: 28%;
  display: inline-block !important;
  float: none !important;
  text-align: left;
  color: #000 !important;
  vertical-align: top; }

.tweet-text {
  color: inherit !important;
  word-break: break-all;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6 !important; }

.tweet-text a {
  margin-top: 9px !important;
  font-weight: bold !important; }

.tweet-details time {
  font-size: 12px; }

.addthis_toolbox a {
  text-decoration: none !important;
  border-bottom: none !important; }

@media (max-width: 990px) {
  .latest-tweets li {
    width: 80%; } }

.sbi_header_link {
  border-bottom: none !important; }

/* WPMUDEV Hustle
-------------------------------------------------------------- */
.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap {
  max-height: none !important; }

/******************************************************************

	Share Icons

******************************************************************/
#social-likes {
  padding: 35px 0 0px;
  clear: both;
  border-top: 1px solid #ccc; }

#social-likes h4 {
  margin-bottom: 10px;
  font-size: 28px !important; }

ul.wpfai-list {
  padding-top: 20px;
  padding-left: 0 !important; }

ul.wpfai-list li {
  margin-left: 0 !important; }

ul.wpfai-list li:before {
  display: none !important;
  padding-left: 0 !important; }

.simple-icon {
  margin-right: 24px !important; }

ul.wpfai-list a {
  border-bottom: none !important; }

a.wpfai-link {
  opacity: 1 !important; }

.wpfai-list .fa {
  font-family: "Font Awesome 5 Brands"; }

/******************************************************************
	
Calendar widget

******************************************************************/
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  font-size: 12px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  padding: 8px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px; }

#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 10px; }

/*-----------------------------------------------------------
*
*	Fancybox
*
*------------------------------------------------------------*/
a.fancybox-item.fancybox-close {
  opacity: 0;
  transition: opacity .8s;
  background: none !important;
  color: #fff;
  width: auto;
  overflow: hidden;
  background: none;
  right: 10px !important; }

a.fancybox-item.fancybox-close:after {
  content: 'close X';
  font-family: arial;
  padding-top: 15px;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  display: block; }

.fancybox-skin:hover a.fancybox-item.fancybox-close {
  opacity: .9; }

/*-----------------------------------------------------------
*
*	Mail Poet
*
*------------------------------------------------------------*/
.wysija-msg ul,
ul.parsley-errors-list {
  list-style-type: none !important;
  padding-left: 0 !important; }

ul.parsley-errors-list li {
  padding-left: 0 !important;
  font-family: inherit !important; }

ul.parsley-errors-list li:before {
  display: none !important; }

/* Instagram
-------------------------------------------------------------- */
#sb_instagram .sb_instagram_error {
  padding: 40px 0 30px !important; }

/* Chrome on IE10 scrollbar flash fix
-------------------------------------------------------------- */
/*
.fancybox-type-html .fancybox-inner {
	
// 	overflow: hidden !important;

	
}
*/
/*-----------------------------------------------------------
*
*	Masonry Template
*
*------------------------------------------------------------*/
#masonry-loader {
  font-size: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  top: 120px;
  opacity: .9;
  transition: opacity .4s; }

.masonry-wrap {
  min-height: 300px; }

.masonry-list {
  width: 100%;
  padding: 0;
  margin: 0; }

.masonry-list li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden; }

.masonry-list li .inner {
  position: relative;
  overflow: hidden; }

.masonry-post {
  transition: opacity .9s;
  background-size: cover; }

.masonry-list a, .masonry-list a:hover {
  text-decoration: none !important;
  border: none !important; }

.masonry-list .live-edit-area {
  height: 100%; }

.masonry-list li IMG {
  width: 100%; }

.masonry-post .overlay {
  color: #fff;
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
  padding: 8%;
  line-height: 1.5; }

.overlay:hover {
  opacity: 1; }

.masonry-content {
  line-height: 1.5; }

.masonry-content:not(.content-below-tile) *:last-child {
  margin-bottom: 0; }

.masonry-content:not(.content-below-tile) {
  transition: all .3s;
  position: absolute;
  right: 6%;
  left: 6%;
  max-height: 88%;
  overflow: auto;
  opacity: 0;
  transition-delay: .2s; }

.double-width-tile .masonry-content:not(.content-below-tile) {
  left: 3%; }

.masonry-post .overlay:hover .masonry-content {
  opacity: 1; }

/* Middle Content
	-------------------------------------------------------------- */
.content-pos-middle .masonry-content:not(.content-below-tile) {
  top: 60%;
  transform: translateY(-50%); }

.content-pos-middle .overlay:hover .masonry-content:not(.content-below-tile) {
  top: 50%; }

/* Bottom Content
	-------------------------------------------------------------- */
.content-pos-bottom .masonry-content:not(.content-below-tile) {
  bottom: 0; }

.content-pos-bottom .overlay:hover .masonry-content:not(.content-below-tile) {
  bottom: 2%; }

/* Below Tile Cntent
	-------------------------------------------------------------- */
.content-below-tile {
  padding-top: 25px;
  padding-bottom: 20px; }

.tile-more-link {
  padding-top: 15px; }

.tiles-per-row-1 li {
  width: 100%; }

.tiles-per-row-2 li {
  width: 50%; }

.tiles-per-row-3 li {
  width: 33.333%; }

.tiles-per-row-3 .double-width-tile {
  width: 66.6666%; }

.tiles-per-row-4 li {
  width: 25%; }

.tiles-per-row-4 .double-width-tile {
  width: 50%; }

@media (max-width: 1023px) {
  .tiles-per-row-4 li, .tiles-per-row-4 .grid-sizer, .tiles-per-row-3 li, .tiles-per-row-3 .grid-sizer {
    width: 50%; } }

@media (max-width: 639px) {
  .masonry-list li {
    width: 100% !important; } }

@media (min-width: 640px) and (max-width: 900px) {
  .tiles-per-row-4 li .masonry-content, .tiles-per-row-3 li .masonry-content, .tiles-per-row-2 li .masonry-content {
    font-size: 75% !important; } }

/*-----------------------------------------------------------
*
*	Sticky navigation
*
*------------------------------------------------------------*/
.sticky-block-top .col-content {
  padding: 0 !important; }

.sticky-nav {
  width: 100%;
  list-style-type: none !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0; }

.sticky-nav.stuck-top {
  box-shadow: 0px -8px 12px black; }

.stuck-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.sticky-nav li {
  display: inline-block;
  margin: 0 !important;
  font-size: 15px;
  vertical-align: top;
  margin-bottom: 0;
  border-left: 1px solid;
  border-right: 1px solid; }

@media (max-width: 768px) {
  .sticky-nav li {
    border-bottom: 2px solid; } }

.sticky-nav li a {
  display: block;
  padding: 30px 20px 25px;
  border-bottom: 5px solid transparent !important;
  text-decoration: none !important; }

.sticky-nav.col-6 li {
  width: 16.6666%; }

.sticky-nav.col-5 li {
  width: 20%; }

.sticky-nav.col-4 li {
  width: 25%; }

@media (max-width: 767px) {
  .sticky-nav.col-4 li {
    width: 50%; } }

.sticky-nav.col-3 li {
  width: 33.3333%; }

.sticky-nav.col-2 li {
  width: 50%; }

@media (max-width: 479px) {
  .sticky-nav li {
    width: 100% !important; } }

/*-----------------------------------------------------------
*
*	Members Area
*
*------------------------------------------------------------*/
#members-area-header-nav li * {
  display: inline-block;
  vertical-align: bottom;
  line-height: 0; }

#members-area-header-nav .fa {
  padding-left: 4px;
  position: relative;
  font-size: 75%; }

#members-area-header-nav .fa-sign-out {
  font-size: 90%; }

.single-lb_members_page #header,
.page-template-page-members-area #header {
  border-bottom: none !important; }

#wpadminbar #wp-toolbar .ms-test-memberships > a.ab-item:after,
#wpadminbar #wp-toolbar .ms-exit-memberships > a.ab-item:after,
#wpadminbar #wp-toolbar .ms-unprotected > a.ab-item:after {
  background: none !important; }

.page-template-page-members-area #header-navigation-wrap .branding,
.single-lb_members_page #header-navigation-wrap .branding {
  float: left !important;
  margin-bottom: 0; }

.page-template-page-members-area .brand-font,
.single-lb_members_page .brand-font {
  float: left;
  margin-bottom: 0; }

#header #members-area-header-nav li a {
  margin-left: 15px;
  padding: 0 10px 10px; }

/* Tabs	
-------------------------------------------------------------- */
.nav-tabs.nav-justified {
  max-width: 1170px;
  margin: auto; }

.nav-tabs.nav-justified > li {
  vertical-align: bottom; }

.page-template-page-members-area #content,
.single-lb_members_page #content {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.nav-tabs.nav-justified {
  margin-top: 25px; }

/*

#header-navigation-wrap .fa-sign-out {
	display: none
}
*/
.flexible-tabs {
  margin: 30px 0; }

.nav-tabs {
  margin-top: 0;
  text-align: center; }

.nav-tabs li {
  display: inline-block;
  float: none;
  padding: 0 1px; }

.nav-tabs li.has-bg {
  padding: 0; }

.nav-tabs.colored-tabs li a, .nav-tabs.colored-tabs li a:hover {
  border: none; }

.collapsing #user-area-nav, .in #user-area-nav {
  padding-top: 0 !important; }

#content.user-area {
  padding-top: 40px; }

.nav-tabs li a {
  padding: 5px 15px 0;
  font-size: 15px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: #f4f4f4;
  line-height: 2.5; }

.nav-tabs.colored-tabs li a:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

.nav-tabs.colored-tabs li a.disabled:hover {
  cursor: default;
  opacity: 1 !important; }

#content.narrow-content {
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 950px; }

#user-area-tab-heading {
  padding: 28px 0 28px;
  background: #e9cc60; }

#user-area-tab-heading * {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

#user-area-tab-heading .container * {
  margin-top: 0;
  line-height: 1.3; }

#members-title, #members-description {
  padding: 0 15px; }

@media (min-width: 768px) {
  .has-description #selected-tab-content {
    display: flex;
    align-items: center; }
  .has-description #members-title {
    flex: 0 0 auto;
    max-width: 50%; } }

@media (max-width: 767px) {
  #members-title,
  #members-description {
    padding: 0 15px 15px; } }

#user-area-tab-heading #members-title h1 {
  line-height: 1.1; }

@media (min-width: 1024px) {
  #selected-tab-content {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 1023px) {
  #content .panel-title {
    font-size: 15px !important; }
  .nav-tabs {
    display: none; }
  #user-area-tab-heading .container {
    font-size: inherit; }
  #user-area-tab-heading .container * {
    line-height: 1.3 !important; }
  #user-area-tab-heading .col-md-3 {
    text-align: left; }
  .page-template-page-members-area #content, .single-lb_members_page #content {
    padding-top: 20px; } }

#footer.members h2.brand-font {
  display: inline-block;
  float: none; }

#footer-links p {
  font-size: 12px; }

/*-----------------------------------------------------------
*
*	Memberpress
*
*------------------------------------------------------------*/
.single-memberpressproduct #content .container {
  max-width: 990px !important; }

.single-memberpressproduct #content .mp_wrapper {
  margin: 10px auto 0; }

.single-memberpressproduct #content .mepr_spacer {
  display: none; }

div.mp-form-row.mepr_bold.mepr_price {
  font-size: 20px;
  padding-bottom: 20px; }

div#mepr-account-nav {
  margin-bottom: 25px;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

#mepr-account-welcome-message {
  margin-bottom: 20px; }

#mepr-account-nav a {
  text-decoration: none; }

#mepr-account-nav #mepr-account-logout {
  display: none; }

span.mepr-payment-method-icon {
  padding-left: 10px; }

#mepr_account_form input.mepr-submit {
  clear: both;
  display: block; }

/* Passsword Reset
-------------------------------------------------------------- */
.mp_wrapper h3 {
  font-size: 26px; }

/* Buy Membership Form
-------------------------------------------------------------- */
div.mp-form-row.mepr_bold.mepr_price label {
  width: auto !important;
  display: inline-block !important; }

/* Make the Memebrpress signup form text inputs tighter.
-------------------------------------------------------------- */
.mp_wrapper textarea,
.mp_wrapper select,
.mp_wrapper input[type=text],
mp_wrapper input[type=url],
.mp_wrapper input[type=email],
.mp_wrapper input[type=tel],
.mp_wrapper input[type=number],
.mp_wrapper input[type=password] {
  padding: 5px !important; }

@media (min-width: 769px) {
  .mp_wrapper .mepr_first_name,
  .mp_wrapper .mepr_last_name,
  .mp_wrapper .mepr_custom_field,
  .mp_wrapper .mepr_username,
  .mp_wrapper .mepr_email,
  .mp_wrapper .mepr_password,
  .mp_wrapper .mepr_password_confirm {
    margin-bottom: 10px;
    width: 50% !important;
    float: left;
    padding-right: 15px;
    min-height: 90px; }
  .mepr_payment_method,
  .mp-form-submit {
    clear: both !important; } }

#pp_standard_redirecting_message {
  text-align: center; }

div.mepr_error, .mepr_updated {
  border: none !important;
  color: #444 ul;
    color-padding: 0 !important; }
  div.mepr_error ul li, .mepr_updated ul li {
    margin-bottom: 5px !important;
    color: #444; }

div.mepr_error {
  padding: 15px 15px 7px 15px !important; }

.mepr_updated {
  padding: 10px 15px 10px 15px !important; }

/*-----------------------------------------------------------
*
*	Wishlist Member
*
*------------------------------------------------------------*/
.WishListMember_LoginMergeCode, .wlm_regform_improved, .wlm_show_new_regform {
  max-width: 400px;
  margin-top: 30px; }
  .WishListMember_LoginMergeCode p.forgotpassword, .wlm_regform_improved p.forgotpassword, .wlm_show_new_regform p.forgotpassword {
    margin-bottom: 10px;
    margin-top: -15px !important;
    position: relative; }
  .WishListMember_LoginMergeCode label, .wlm_regform_improved label, .wlm_show_new_regform label {
    padding: 10px; }
  .WishListMember_LoginMergeCode a, .wlm_regform_improved a, .wlm_show_new_regform a {
    text-decoration: none !important;
    border: none !important;
    font-size: 12px; }
  .WishListMember_LoginMergeCode td, .WishListMember_LoginMergeCode th, .wlm_regform_improved td, .wlm_regform_improved th, .wlm_show_new_regform td, .wlm_show_new_regform th {
    padding: 3px 9px 0 0 !important; }
  .WishListMember_LoginMergeCode label, .wlm_regform_improved label, .wlm_show_new_regform label {
    padding-left: 0; }
  .WishListMember_LoginMergeCode input:not([type="submit"]), .wlm_regform_improved input:not([type="submit"]), .wlm_show_new_regform input:not([type="submit"]) {
    padding: 3px; }
  .WishListMember_LoginMergeCode input[name="wp-submit"], .wlm_regform_improved input[name="wp-submit"], .wlm_show_new_regform input[name="wp-submit"] {
    margin-bottom: 10px; }
  @media (max-width: 479px) {
    .WishListMember_LoginMergeCode input[type="submit"], .wlm_regform_improved input[type="submit"], .wlm_show_new_regform input[type="submit"] {
      width: 100%;
      display: block; }
    .WishListMember_LoginMergeCode table, .WishListMember_LoginMergeCode table *, .wlm_regform_improved table, .wlm_regform_improved table *, .wlm_show_new_regform table, .wlm_show_new_regform table * {
      display: block;
      min-width: 0 !important;
      width: 100%; }
    .WishListMember_LoginMergeCode td, .WishListMember_LoginMergeCode th, .wlm_regform_improved td, .wlm_regform_improved th, .wlm_show_new_regform td, .wlm_show_new_regform th {
      display: block;
      width: 100%; } }

.wlm_inpageloginform td label {
  font-size: 11px;
  font-weight: normal; }

.wlm_inpageloginform th {
  vertical-align: top; }

/* ACF Google Map
-------------------------------------------------------------- */
.acf-map {
  width: 100%;
  height: 300px; }

/*
.row-full-height .acf-map {
	
		height: 100% !important;
	
}
*/
*.use-pointer-events {
  pointer-events: all !important; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/* HTML Tables
-------------------------------------------------------------- */
.html-table table {
  margin: 10px 0 20px;
  width: 100%;
  border-collapse: collapse;
  padding: 0; }

@media (min-width: 768px) {
  .html-table th,
  .html-table td {
    text-align: left;
    line-height: 1.4;
    padding: 20px 25px; } }

.html-table tbody {
  width: 100%;
  min-width: 100%; }

.html-table table * {
  line-height: 1.3; }

.html-table td {
  max-width: 1100px; }

.td-bottom-border-only table {
  border: none !important; }

.td-bottom-border-only table td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 40px 20px 40px 0 !important; }

/*
.td-bottom-border-only table tr:first-child td {
	
	padding-top: 0 !important
	
	
}
*/
.td-bottom-border-only table tr:last-child td {
  border-bottom: none !important; }

#content .only-bottom-border td, #content .only-bottom-border th {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent; }

#content .fat-table td,
#content .fat-table th {
  padding: 30px 20px; }

.html-table td select {
  font-size: 13px; }

.only-bottom-border tr:last-child td {
  border-bottom: none !important; }

.col-content.html-table {
  padding: 0 15px 0; }

@media (max-width: 767px) {
  .html-table {
    overflow-x: auto; } }

/* Stops compressed table hitting side of window
-------------------------------------------------------------- */
@media (max-width: 990px) {
  .col-content.html-table {
    padding-left: 15px;
    padding-right: 15px; } }

/*

@media(min-width:900px) {
	
	.html-table td:first-child {
		white-space: nowrap;
		
		
		}
	
	}
*/
#modal-searchform {
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%);
  transition: all .3s;
  z-index: 999999;
  text-align: center; }

#modal-searchform-content {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 90px;
  transition: opacity .9s;
  transition-delay: .2s;
  text-align: left;
  opacity: 0; }

#modal-searchform-content p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0; }

#modal-searchform-content .input-group-btn {
  display: inline-block; }

@media (max-width: 500px) {
  #modal-searchform-content {
    padding: 20px; } }

@media (min-width: 768px) {
  #modal-searchform-content .form-control {
    width: 250px; } }

#modal-searchform-content input,
#modal-searchform-content button {
  height: 40px; }

@media (max-width: 767px) {
  #modal-searchform-content {
    padding: 30px 30px 15px;
    max-width: 90%; }
  #modal-searchform-content .input-group-btn,
  #modal-searchform-content .form-control {
    display: block;
    margin-bottom: 15px;
    float: none;
    width: 350px; }
  #modal-searchform-content .btn-secondary {
    width: 100%;
    display: block;
    margin-left: 0; } }

@media (max-width: 340px) {
  #modal-searchform-content .input-group-btn,
  #modal-searchform-content .form-control {
    width: 220px; } }

div.modal-in {
  transform: translateY(0) !important; }

div.modal-in #modal-searchform-content {
  opacity: 1; }

#close-modal {
  color: #fff;
  opacity: 1;
  transition: opacity .4s;
  font-size: 14px; }

#close-modal:hover {
  opacity: .8; }

/*-----------------------------------------------------------
*
*	Admin Bar
*
*------------------------------------------------------------*/
#wpadminbar {
  position: fixed !important; }

body .customize-partial-edit-shortcut button,
body .widget .customize-partial-edit-shortcut button {
  background: #f48889 !important; }

.admin-bar-showing {
  padding-top: 32px; }

#wp-admin-bar-_options a:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: '\f0d0' !important;
  padding: 8px 2px 0 0 !important;
  font-size: 15px !important;
  display: inline-block; }

#wp-admin-bar-all-in-one-seo-pack,
#wp-admin-bar-delete-cache {
  display: none !important; }

#wp-admin-bar-wp-logo {
  display: none; }

#wp-admin-bar-hosting-account a:before {
  font-family: "dashicons" !important;
  content: "\f110" !important; }

.admin-bar-showing #header.jsFixed {
  top: inherit; }

@media (max-width: 782px) {
  html.admin-bar-showing:not(.has-header-banner) {
    /*
		.page-template-masonry .masonry-wrap{
		
			margin-top: 92px !important;
		}
*/ }
    html.admin-bar-showing:not(.has-header-banner) iframe#live-edit-iframe {
      padding-top: 46px !important; } }

@media (max-width: 1023px) {
  html.admin-bar-showing:not(.sales-page-format) {
    padding-top: 82px; }
  /*
	html.admin-bar-showing.has-header-banner {
	
	padding-top: 82px
	
	
	
	}
*/
  /*
	html.admin-bar-showing.flexible-blocks-template:not(.sales-page-format) {
			padding-top: 80px;
		
	}
*/
  html.admin-bar-showing.has-banner-slider {
    padding-top: 80px; }
  .admin-bar-showing .sb-navbar {
    top: 32px; }
  .admin-bar-showing .sb-menu {
    padding-top: 80px; } }

@media (max-width: 782px) {
  html.admin-bar-showing:not(.sales-page-format) {
    padding-top: 95px; }
  html.admin-bar-showing.has-banner-slider {
    padding-top: 95px !important; }
  .admin-bar-showing {
    padding-top: 45px;
    /*
				body.page-template-page-members-area {
					
					padding-top: 13px
					
					
					
				}
*/ }
    .admin-bar-showing .sb-navbar {
      top: 45px; }
    .admin-bar-showing .sb-menu {
      padding-top: 95px; } }

#sidebar .customize-partial-edit-shortcut button,
#sidebar .widget .customize-partial-edit-shortcut button {
  left: -20px !important; }

/*-----------------------------------------------------------
*
*	Live Edit
*
*------------------------------------------------------------*/
li#wp-admin-bar-edit-live {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 15px !important;
  margin-left: 15px !important; }

#wp-admin-bar-updates,
#wp-admin-bar-new-content,
#wp-admin-bar-comments {
  display: none; }

/*-----------------------------------------------------------
*
*	Support System
*
*------------------------------------------------------------*/
.embedded h5.support-system-items-count.text-right {
  display: none; }

.embedded #support-system .accordion .accordion-navigation > a {
  padding: 8px 1.23077rem 6px !important; }

.embedded .support-system-faq-vote-wrap *,
.embedded #support-system .accordion .accordion-navigation > a {
  font-family: 'ProximaNova-Light' !important; }

.embedded #support-system-filter .large-12 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.embedded #support-system .accordion .accordion-navigation > h3 {
  font-size: 13px !important; }

.embedded #support-system p {
  font-size: 15px; }

.embedded #support-system form {
  margin-bottom: 0; }

.embedded #support-system h3 {
  font-size: 16px; }

.embedded select#faq-cat-id.cat-id, .embedded input[name="support-system-faq-s"] {
  max-width: 200px; }

.support-system-filter .columns {
  max-width: 220px; }

/*-----------------------------------------------------------
*
*	LMS
*
*------------------------------------------------------------*/
.sfwd-lessons,
.sfwd-topic,
.sfwd-assignment,
.learndash_post_sfwd-courses {
  padding-top: 45px;
  padding-bottom: 0;
  margin-bottom: 0; }

.single-sfwd-lessons #header,
.single-sfwd-courses #header,
.single-sfwd-topic #header,
.single-sfwd-quiz #header {
  border-bottom: none; }

@media (min-width: 1025px) {
  .sfwd-assignment-template-default #content,
  #single-lesson-members-content {
    padding-left: 15px;
    padding-right: 15px; }
  #single-course #content {
    padding-left: 50px;
    padding-right: 50px; } }

.learndash_checkout_buttons .learndash_checkout_button {
  margin: 0 auto;
  float: none; }

#learndash_course_content {
  padding-top: 20px;
  margin-bottom: 50px; }

.courses-archive-article-footer {
  margin-top: 30px; }

#learndash_course_content_title {
  margin-bottom: 15px;
  font-size: 25px; }

#learndash_lessons a, #learndash_quizzes a, .learndash_topic_dots a, .learndash_topic_dots a > span, #learndash_lesson_topics_list span a, #learndash_profile a, #learndash_profile a span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px; }

#learndash_lesson_topics_list div > strong {
  font-size: 16px; }

#lessons_list > div h4 > a, #course_list > div h4 > a, #quiz_list > div h4 > a {
  padding-top: 12px;
  padding-bottom: 12px; }

#lesson_heading,
div#learndash_topic_dots-4622.learndash_topic_dots.type-list > strong {
  font-size: 20px; }

.learndash_lessons {
  clear: both;
  margin-top: 10px; }

#learndash_lessons .right, #learndash_quizzes .right, #learndash_profile .learndash_profile_heading .ld_profile_status {
  width: 63px; }

.sfwd-courses:last-child .article-footer {
  border: none; }

.class-status {
  font-size: 14px;
  line-height: 1; }

.lb-class-enrolled {
  color: green; }

.course .entry-title {
  font-size: 20px !important;
  line-height: 1.3;
  margin-bottom: 10px; }

.thumbnail.sfwd-courses {
  padding: 0; }

.ld_course_grid_price {
  padding: 10px; }

.ld_course_grid .caption {
  padding: 10px 10px 20px; }

.course .post-selector-thumb {
  margin-bottom: 10px; }

.learndash .notcompleted, #learndash_profile .notcompleted {
  line-height: 1.4;
  display: block; }

.learndash .notcompleted, .learndash .completed {
  background-size: 40px; }

.learndash_uploaded_assignments {
  margin-top: 30px; }

.learndash_uploaded_assignments h2 {
  font-size: 20px; }

.learndash_uploaded_assignments td {
  border: 1px solid #ccc; }

.tile-course-data {
  padding-left: 0; }

.tile-course-data .fa {
  font-size: 85%;
  margin-left: 2px; }

.lb-class-completed {
  color: green; }

.tile-course-data {
  margin: 20px 0 30px;
  font-size: 15px;
  list-style-type: none; }

ul.tile-course-data li {
  float: none !important;
  padding-left: 0;
  margin-bottom: 8px !important;
  line-height: 1.3 !important; }

ul.tile-course-data dd.course_progress {
  margin: 0;
  width: 100%;
  height: 9px;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  vertical-align: middle; }

.class-progress-li strong {
  margin: 0 5px 5px 0;
  display: inline-block; }

.ld_course_grid_button {
  margin-top: 30px; }

/*-----------------------------------------------------------
*
*	Single Learndash Navigation
*
*------------------------------------------------------------*/
#lb-learndash-links {
  padding: 45px 30px 20px; }

#lb-learndash-links #sfwd-mark-complete {
  margin-bottom: 25px; }

@media (min-width: 478px) {
  #lb-learndash-links #sfwd-mark-complete {
    float: right; }
  #learndash_back_to_lesson {
    float: left; } }

#learndash_back_to_lesson {
  margin-bottom: 0; }

#learndash_next_prev_link {
  font-size: 0; }

#learndash_back_to_lesson, #learndash_next_prev_link > * {
  font-size: 17px; }

#learndash_next_prev_link {
  float: left;
  margin-bottom: 5px; }

#learndash_next_prev_link a {
  margin-right: 20px;
  padding: 15px 30px 15px 0; }

#learndash_lesson_topics_list {
  padding-bottom: 40px; }

/*
#lb-learndash-links .learndash_content,
.single-sfwd-topic .learndash_post_sfwd-topic, 
*/
.learndash_post_sfwd-lessons > br {
  display: none; }

#lb-learndash-links .type-dots {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px; }

#lb-learndash-links .learndash {
  overflow: hidden; }

#learndash_complete_prev_lesson {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  font-weight: bold; }

#learndash_complete_prev_lesson:before {
  content: '\f0e2';
  font-family: 'font awesome 5 pro'; }

#lb-course-home {
  border-top: 1px solid #ddd;
  margin: 35px 0 0 0;
  padding-top: 10px;
  clear: both; }

.learndash_join_button {
  margin-top: 20px; }

.learndash_join_button br {
  display: none; }

section.buttons-align-center .learndash_join_button {
  text-align: center; }

/*
#learndash_lessons, #learndash_quizzes, #learndash_profile, #learndash_lesson_topics_list {
	margin-bottom: 20px
}
*/
#mepr-account-nav > br,
#mepr_account_form br,
.mepr_spacer {
  display: none; }

#mepr-account-nav span {
  display: inline-block; }

.mepr-account-change-password {
  margin-bottom: 20px;
  display: block; }

div.learndash_join_buttons, .learndash_checkout_buttons,
.user_has_no_access form,
.learndash-success {
  text-align: center; }

.learndash .notavailable {
  background-size: 40px auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

small.notavailable_message {
  padding-bottom: 15px;
  padding-top: 5px;
  display: block; }

.notavailable_message {
  font-size: 14px; }

#learndash_back_to_lesson {
  float: none; }

/*-----------------------------------------------------------
*
*	WPMUDEV Appointments
*
*------------------------------------------------------------*/
.app_monthly_schedule_wrapper td {
  text-align: center; }

.appointments-list table th {
  background: #f7f7f7; }

table.my-appointments.tablesorter th {
  background: #e63b5b;
  color: #fff; }

div.app_services_dropdown,
.app_workers_dropdown {
  font-size: 13px; }

input.app_services_button,
input.app_workers_button,
.appointments-pagination a {
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 8px 14px 8px !important;
  border: 1px solid #ccc !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

table.appointments-legend-table {
  margin: 20px 0 30px; }

body table.appointments-legend-table tr td:not(.class-name),
table.my-appointments.tablesorter td {
  border: 1px solid #ddd !important; }

table.appointments-legend-table td {
  padding: 0 15px !important; }

table.appointments-legend-table td:first-child {
  padding-left: 0; }

div.appointments-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 36px; }

.appointments-wrapper h3 {
  font-size: 23px !important;
  margin-bottom: 20px; }

.app_timetable_cell {
  padding: 8px; }

.appointments-legend {
  margin: 0; }

.appointments-legend-table {
  margin-top: 30px !important; }

.appointments-pagination {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px !important; }

.appointments-confirmation-wrapper fieldset {
  border: none;
  padding: 20px 0 0; }

a.appointments-login_link-cancel, .app_submit_btn {
  line-height: 1 !important; }

input.app_submit_btn {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none !important;
  padding: 15px; }

img.wait_img {
  margin-left: 10px; }

.appointments-confirmation-service {
  font-size: 16px; }

.appointments-confirmation-wrapper label {
  font-weight: normal;
  font-size: 16px; }

.appointments-confirmation-wrapper label span {
  font-weight: bold; }

.appointments-confirmation-cancel-button {
  margin-top: 15px;
  opacity: .8; }

.appointments-confirmation-buttons input[type="button"],
.appointments-confirmation-buttons [type="submit"],
.appointments-confirmation-buttons [type="reset"],
.appointments-confirmation-buttons input[type="file"],
.appointments-confirmation-buttons button {
  border: none; }

@media (max-width: 768px) {
  .appointments-list table {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .app_timetable {
    margin-left: 0 !important; }
  input.app_services_button {
    margin-top: 10px; }
  input.appointments-confirmation-button,
  input.appointments-confirmation-cancel-button {
    font-size: 12px !important;
    margin-bottom: 10px !important; } }

.appointments-pagination a {
  text-decoration: none !important; }

/* Fix for bad scroll-to target on Prev/Next Month Links
-------------------------------------------------------------- */
#app_schedule {
  top: 0; }

/*# sourceMappingURL=style-min.css.map */