/* ---------- Custom CSS ---------- */
/* this CSS file is used for custom styles and platform over-rides */
/* custom colors */
.color-closed {
    color: #999 !important;
}
.color-active,
.color-approved,
.color-open {
    color: #33c682 !important;
}

.bg-trans-black-50 {
    background: rgba(0, 0, 0, 0.5) !important;
}


/* ----- alerts ----- */
.site-wrap .alert.alert-success {
  border-left-color: #33c682;
}

/* ----- cards ----- */
.card.card-fixed-height-150 {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.card.card-fixed-height-150 .card-content {
    min-height: 200px;
}
.card.card-fixed-height-150 .card-action {
    padding: 20px;
}
.site-wrap .card .card-image > a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: calc( 0.66 * 100% );
    background: #fff;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.site-wrap .card .card-image > a:after {
    display: block;
    content: "";
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-wrap .card .card-image img {
    position: absolute;
    display: block;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    width: calc(100% + 1px);
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
}

/* ----- items ----- */
.item.item-basic {
  padding-right: 0;
}
.item.item-with-image.item-latest-content,
.item.item-with-image.item-small {
    padding-right: 0;
}
.item.item-with-image.item-latest-content.item-with-action,
.item.item-with-image.item-small.item-with-action {
    padding-right: 100px;
}
.item.item-block,
.item.item-block.item-with-image {
  min-height: 140px !important;
  padding: 20px 20px 20px 115px !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.item.item-block .item-image,
.item.item-block.item-with-image .item-image {
  left: 20px;
}

/* ----- labels ----- */
.label-closed {
    background: #999 !important;
}
.label-active,
.label-approved,
.label-open {
    background: #33c682 !important;
}

/* active app page highlighting */
/*
.app-live-meetings .menu-live-meetings a {
	background: rgba(255, 255, 255, .1);
	color: #fff !important;
}
.app-live-meetings .menu-live-meetings a .menu-icon {
	opacity: 1.0 !important;
}
*/

/* buttons */
/*
.btn.btn-yellow {
	background: #ffc948;
	color: #000;
	border-color: #ffc948;
}
.btn.btn-yellow:hover {
	background: #f07059;
	border-color: #f07059;
}
*/

/* ----- tile ----- */
.tile .tile-image {
    max-height: 250px;
}

/* ----- well ----- */
.well.well-form {
    min-height: 400px;
    box-shadow: none;
    border:  1px solid #ddd;
}
.well .well-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}
.well .well-cover .loading-status {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    z-index: 2001;
}
.well .well-cover .loading-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

/* ----- Search ----- */
/*
.search-results .app-header h1 > i.color-trans-white-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
*/

/* ----- Tables ----- */
.table-utility {
  text-align: right;
}

.table .column-id,
.table.table-list th.column-id {
  max-width: 50px;
}

/* ---------- Custom Footer ---------- */

.footer-image {
    background-color: var(--bb-footer-background); 
    text-align: center;
	padding: 0px;
	width: 100%;
}
.footer-image > img {
    width: 50%;	
    max-width: 600px;
    height: auto;
}

.site-footer {
  padding: 20px 0 40px;
  background: #1a1b21;
  background-size: 5px auto;
}
.site-wrap .site-footer hr {
  border-color: rgba(255, 255, 255, .15);
}
.site-footer .footer-wrap {
  position: relative;
  padding-left: 200px;
}
.site-footer .footer-wrap .icon-brand {
  position: absolute;
  top: 25px;
  left: 0;
  width: 160px;
}
.site-footer .footer-wrap .icon-brand2 {
  position: absolute;
  top: 110px;
  left: 0;
  width: 160px;
}
.site-footer .footer-column {
  padding: 30px 0;
}
.site-footer .footer-column.column-form {
  padding: 30px;
  background: rgba(255, 255, 255, .05);
}
/*
.site-footer .footer-column.column-mission {
  padding-right: 80px;
}
*/
.site-wrap .site-footer .footer-title {
  font-size: 1em;
  color: #fff;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.site-footer hr {
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: none;
}
.site-footer p {
  font-size: .85em;
  color: rgba(255, 255, 255, .5);
}
.site-footer .footer-brand {
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 30px;
  opacity: .35;
}
.footer-nav {
  list-style: none;
  font-size: .85em;
  margin: 0;
}
.site-wrap .footer-nav li {
  display: block;
  margin: 0;
}
.site-wrap .footer-nav li a {
  display: block;
  color: rgba(255, 255, 255, .5);
  padding: 10px 0;
}
.site-wrap .footer-nav li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-nav li i {
  width: 20px;
  margin: 1px 5px 0 0;
  opacity: .5;
  text-align: center;
}
.footer-nav li:first-child a {
  padding-top: 0;
}
/* small nav */
.footer-nav.nav-small {
  font-size: .75em;
}

.site-footer .footer-logo {
  width: 200px;
  opacity: .1;
}

.site-footer label {
  color: #369;
}
.site-footer input[type="text"],
.site-footer input[type="email"] {
  background: rgba(255, 255, 255, .1);
  border: none;
  box-shadow: none;
  color: #fff;
  width: 100%;
}
.site-footer input[type="submit"] {
  display: block;
  width: 100%;
  background: none;
  color: #999;
  border: 2px solid #999;
}
.site-footer input[type="submit"]:hover {
  background: #fff;
  color: #008aad;
  border-color: #fff;
}
/* footer social nav */
.site-footer .social-nav {
  font-size: 1.5em;
}
.site-footer .social-nav li {
  margin: 0 7px 0 0;
}
.site-wrap .site-footer .social-nav li a {
  width: auto;
  padding: 0;
  color: #fff;
  border: none;
}
.site-wrap .site-footer .social-nav li a:hover {
  background: none;
  color: #ee2d30;
}

.site-footer .footer-brand-line {
  position: relative;
  height: 60px;
}
.site-footer .footer-brand-line img {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  padding: 20px;
  margin-left: -40px;
  background: #333;
  z-index: 5;
}

.site-footer p.copyright {
  font-size: .85em;
  margin: 0;
  color: rgba(255, 255, 255, .25);
}
.site-footer p.copyright a {
  color: rgba(255, 255, 255, .25);
}
.site-footer p.copyright a:hover {
  text-decoration: underline;
}
.site-footer p.site-credit {
  font-size: .85em;
  text-align: right;
  color: rgba(255, 255, 255, .25);
}
.site-footer p.site-credit a {
  color: rgba(255, 255, 255, .25);
}
.site-footer p.site-credit a:hover {
  color: #fff;
}

/* auth / account registration footers */
.page-template-page-auth-login .site-footer,
.page-template-page-account-registration .site-footer,
.page-template-template-confirmation .site-footer {
  display: none;
}

/* membership footers */
.page-template-page-checkout .site-footer {
  padding: 0;
  background: none;
}
.page-template-page-membership .site-footer .footer-columns,
.page-template-page-membership .site-footer hr,
.page-template-page-membership-2022 .site-footer .footer-columns,
.page-template-page-membership-2022 .site-footer hr,
.page-template-page-checkout .site-footer .footer-columns,
.page-template-page-checkout .site-footer hr {
  display: none;
}

/* landing page footers */
.page-template-page-sales-lp .site-footer,
.page-template-page-sales-lp .site-base,
.page-template-page-product-lp .site-footer,
.page-template-page-product-lp .site-base {
  display: none;
}

/* ----- ads ----- */
/* ad containers */
.ad-container {
  position: relative;
  max-width: 100% !important;
  margin: 0 0 30px;
}
.ad-container .container-label {
  display: block;
  padding: 20px;
  color: #fff;
}
.ad-container .ad-content {
  padding: 20px;
}
.ad-container img {
  max-width: 100%;
  margin: 0 auto;
}

/* -------------------------------------------------------- */
/* Branding OVER-RIDES
/* -------------------------------------------------------- */
/*
.site-wrap .site-header.header-member {
    background: #de3831;
}
*/


/* -------------------------------------------------------- */
/* UI Layout OVER-RIDES
/* -------------------------------------------------------- */
/* site header */
.site-wrap .site-header .header-brand {
    top: -14px;
    width: 180px;
}
.site-wrap .site-header .header-search {
  margin-left: 220px;
}
.site-wrap .site-header .header-search .search {
  width: 250px;
}
.site-header .header-nav ul > li.nav-cta a {
  	font-weight: 700;
  	color: #d73222;
}
.site-header .header-nav ul > li.nav-cta a:hover {
  	background: #d73222;
  	color: #fff;
}
.site-header .header-nav ul > li.nav-language {
  padding: 5px;
}
.site-header .header-nav ul > li.nav-language .trp-language-switcher .trp-ls-shortcode-language,
.site-header .header-nav ul > li.nav-language .trp-language-switcher .trp-ls-shortcode-current-language {
  width: 200px !important;
}
.site-wrap .site-header.header-member {
    background: #fff;
}
.site-wrap .site-header.header-member .header-search .search {
    background: #eee;
}
.site-wrap .site-header.header-member .header-search .search .search-input {
    color: #333;
}
.site-wrap .site-header.header-member .header-search .search .search-input::placeholder {
    color: #aaa;
}
.site-wrap .site-header.header-member .header-search .search .search-submit {
  color: #999;
}
.site-wrap .site-header.header-member .header-search .search .search-submit:hover {
  color: #000;
}
.site-wrap .site-header.header-member .header-nav ul > li > a {
  color: #0b0b53;
}
.site-wrap .site-header.header-member .header-nav ul > li .dropdown-menu li a {
  color: #fff;
}
.site-wrap .site-header .header-nav li.nav-dropdown.show > a {
  color: #fff;
}

/* site wrap / structure */
.site-wrap .wrap-app {
	 display: block;
}
.site-wrap .wrap-app .app-body {
  display: block;
}
.site-wrap .app-header {
  padding: 30px 50px;
}
.site-wrap .app-content {
  padding: 50px;
}
.site-wrap .auth-brand {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

/* site nav */
.site-nav {
  	display: block;
  	width: auto;
    background: #0b0b53;
}
.site-nav .nav-user {
	 display: none;
}
.site-nav .nav-mobile-toggle {
  display: none;
}
.site-nav .nav-menu {
	 padding: 0;
}
.site-nav .nav-menu ul li {
  	position: relative;
  	display: inline-block;
  	margin-left: -4px;
  	border-top: none;
  	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.site-nav .nav-menu ul li:first-child {
  	margin: 0;
  	border-left: none;
}
.site-nav .nav-menu ul li.menu-toggle {
	display: none;
}
.site-nav .nav-menu ul li a {
  display: inline-block;
	padding: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.site-nav .nav-menu ul li a .menu-icon {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}
/* hover sub nav */
.site-nav .nav-menu ul li:hover,
.site-nav .nav-menu ul li:hover > a {
	background: #e5e5f1;
  color: #0b0b53;
}
.site-nav .nav-menu ul li .menu-sub-nav {
	display: none;
}
.site-nav .nav-menu ul li:hover .menu-sub-nav {
	display: block;
	position: absolute;
	top: 63px;
	left: -1px;
	width: 250px;
	padding: 10px;
	background: #e5e5f1;
	font-size: .9em;
	font-weight: 400;
	margin: 0;
	z-index: 100;
}
.site-nav .nav-menu ul li .menu-sub-nav {
	list-style: none;
}
.site-nav .nav-menu ul li .menu-sub-nav li {
	display: block;
	margin: 0;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-nav .nav-menu ul li .menu-sub-nav li:first-child {
	border-top: none;
}
.site-nav .nav-menu ul li .menu-sub-nav li a {
	display: block;
	height: auto;
	padding: 15px;
  font-weight: 400;
	background: none;
	color: #0b0b53;
}
.site-nav .nav-menu ul li .menu-sub-nav li a:hover {
	background: rgba(0, 0, 0, 0.1);
}
.site-nav .nav-menu ul li .menu-sub-nav hr {
	margin: 0;
}

/* hide site nav on specific pages */
.page-template-template-checkout .site-nav,
.page-template-template-confirmation .site-nav,
.page-template-template-login .site-nav {
  display: none;
}

/* ----- checkout ----- */
.site-wrap .checkout-column.column-product {
  background: #fff;
  border-right: 1px solid #ddd;
}
.site-wrap .checkout-column.column-product .product-title {
  color: #1a1b21;
}
.site-wrap .checkout-column.column-product p {
  color: #666;
}
.site-wrap .checkout-column.column-product .table,
.site-wrap .checkout-column.column-product .table th {
  color: #1a1b21;
}
.site-wrap .checkout-column.column-product .table th,
.site-wrap .checkout-column.column-product .table td {
  border-color: #eee;
}
.site-wrap .checkout-column.column-product .instructions.color-white {
  color: #666 !important;
}
.site-wrap .checkout-column.column-product .btn-trans {
  color: #1a1b21;
  border: 2px solid #ccc;
}
.site-wrap .checkout-column.column-product .btn-trans:hover {
  background: #1a1b21;
  color: #fff;
  border-color: #1a1b21;
}

/* ---------- Chosen JS ---------- */
.checkout-column.column-payment .chosen-container-single {
  width: 100% !important;
}
.checkout-column.column-payment .chosen-container-single .chosen-single {
  height: 50px;
  padding: 14px;
  font-size: 1.1em;
  line-height: 20px;
  background: none;
  box-shadow: none !important;
  border: 1px solid #d5d5d5;
}
.checkout-column.column-payment .chosen-container-single .chosen-single div b {
  background: url("../images/chosen-sprite.png") no-repeat 0px 14px;
}
.checkout-column.column-payment .chosen-container-single.chosen-container-active .chosen-single div b {
  background: url("../images/chosen-sprite.png") no-repeat -18px 14px;
}

.checkout-column.column-payment .chosen-container-multi .chosen-choices {
  padding: 13px;
  background: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    border-radius: 3px;
    outline: none;
    font-family: 'Roboto';
}
.checkout-column.column-payment .chosen-container .chosen-results li {
  padding: 10px;
}
.checkout-column.column-payment .chosen-container .chosen-results li.highlighted {
  background: #4095ef;
}
.checkout-column.column-payment .chosen-container .chosen-results li em {
  font-weight: 700;
}
.checkout-column.column-payment .chosen-container-multi .chosen-choices li.search-choice {
  padding: 7px 25px 7px 7px;
  background: #eee;
    font-family: 'Roboto';
    font-size: .85em;
    box-shadow: none;
    border: none;
}
.checkout-column.column-payment .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 7px;
}

/* ----- page section ----- */
.page-header h1 {
  color: #fff;
}

/* ----- page section ----- */
.page-section.section-network {
  background: url(../images/banner-bg-network.jpg) center center;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  overflow: hidden;
}

/* ----- post content ----- */
.post-content .social-nav {
  margin: 0 0 30px;
}

/* ----- hero ----- */
.hero .hero-form input[type="submit"] {
  background: #ee2d30;
}
.hero .hero-form input[type="submit"]:hover {
  background: #1a1b21;
}
.hero .hero-form.bg-trans-black-50 label {
  color: #fff;
}
.hero .hero-form.bg-trans-black-50 input[type="email"],
.hero .hero-form.bg-trans-black-50 input[type="text"] {
  background: #000;
  color: #fff;
}
.hero .hero-form.bg-trans-black-50 input[type="email"]:focus,
.hero .hero-form.bg-trans-black-50 input[type="text"]:focus {
  border-color: #fc0;
}
.hero .hero-form.bg-trans-black-50 input[type="submit"] {
  background: #fff;
  color: #1a1b21;
}
.hero .hero-form.bg-trans-black-50 input[type="submit"]:hover {
  background: #fc0;
}

/*customization request from client*/
#hero-homepage {
  padding: 0;
}

/* ----- tiles ----- */
.site-wrap .tile .tile-image {
  background: #eee;
}
.site-wrap .tile:hover .tile-title {
  color: #1a1b21;
}
.site-wrap .tile .tile-content .btn.btn-trans {
  background: #1a1b21;
  color: #fff;
  border-color: #1a1b21;
}
.site-wrap .tile .tile-content .btn.btn-trans:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

/* ----- FORMS ----- */
.site-wrap .label-check {
  font-weight: 400;
}
.site-wrap .label-check.check-block {
  display: block;
  margin: 0 0 10px;
}
.site-wrap .label-check input {
  top: 3px;
}

/* -------------------------------------------------------- */
/* Custom styles
/* -------------------------------------------------------- */
.custom-header {
	position: relative;
}
/* profile headers */
.custom-header.header-profile {
	max-height: 600px;
	background: url(../images/banner-bg-network.jpg) center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
}
.custom-header .breadcrumb {
	padding: 0 0 20px;
	margin: 0 0 30px;
	background: none;
	color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 0;
}
.custom-header .breadcrumb a {
	color: #fff;
}
.custom-header .breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.custom-header.header-profile .profile-content {
	padding: 50px;
	background: rgba(0, 0, 0, 0.5);
}
.custom-header.header-profile .profile-content .content-header {
	position: relative;
	min-height: 140px;
	padding-left: 140px;
	margin: 15px 0;
}
.custom-header.header-profile .profile-content .content-header .header-brand {
	position: absolute;
	top: -5px;
	left: 0;
	width: 120px;
}
.custom-header.header-profile .profile-content .content-header .header-brand img {
	background: #fff;
	border-radius: 100px;
}
.custom-header.header-profile .profile-content .content-header h1 {
	line-height: 1.2;
}
.custom-header.header-profile .profile-content .content-header .header-label {
	padding: 15px 0 0;
}
.custom-header.header-profile .profile-content .content-header .header-label .label {
	padding: 10px 15px;
	font-size: .8em;
	font-weight: 400;
}
.custom-header.header-profile .profile-content .content-header .meta {
	font-size: 1em;
}

.hero.hero-brand {
  background: url(../images/banner-bg-network.jpg) center center;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallery {
	margin: 20px 0;
}


/* -------------------------------------------------------- */
/* Plugin styles
/* -------------------------------------------------------- */
/* ---------- Advanced Custom Fields (ACF) ---------- */
.acf-frontend-form .acf-form {
  margin: 0 -10px;
}
.acf-frontend-form .wp-editor-tools {
  display: none; /* hide the WP editor tabs on front-end creation forms */
}
.ui-datepicker select {
  height: auto !important;
  padding: 0 !important;
}

/* select dropdown */
.select2-container .select2-results__options {
  font-size: .85em;
}
.select2-container .select2-results__option {
  margin: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: .85em;
}
.acf-frontend-form .select2-container.-acf .select2-selection {
  height: 45px;
}
.acf-frontend-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.acf-frontend-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

/* media uploader */
.uploader-inline-content .upload-ui,
.media-frame .uploader-inline h2,
.media-frame .uploader-inline p {
  text-align: center;
}

/* front-end media modal */
.media-modal-content .media-frame select.attachment-filters {
  height: auto;
}

/* tinymce editor */
.acf-frontend-form .mce-container #mceu_70 {
  display: none; /* hide ActiveCampaign utility */
}

/* ---------- Gravity Forms ---------- */
.gform_body .gform_fields .gfield_label,
.gform_body.gform_fields .ginput_counter {
	display: block;
}
.gfield .gfield_description {
  font-weight: 300;
}
.gfield legend {
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
  color: #333;
}
.gfield.gform_validation_container {
	display: none;
}
.gform_submission_error {
	font-size: 1em;
	letter-spacing: 0;
	color: #fff;
	margin: 0;
}
.gfield .ginput_complex label {
  font-size: .9em;
  font-weight: 400;
}


/* ---------- jQuery Magnific Popup (image galleries) ---------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -35px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* zoom effect */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}  

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* ---------- TranslatePress (language translation) ---------- */
.trp-language-switcher {
  display: block;
  margin: 0 0 10px;
}
.trp-language-switcher > div {
  padding: 5px;
}
.trp-language-switcher > div > a {
  padding: 7px 5px;
  font-weight: 700;
  color: #1a1b21;
}
.trp-language-switcher .trp-ls-shortcode-language,
.trp-language-switcher .trp-ls-shortcode-current-language {
  display: block;
  width: 100% !important;
}


/* -------------------------------------------------------- */
/* Responsive
/* -------------------------------------------------------- */
@media (max-width: 1399px) {

  

}

@media (max-width: 1199px) {

  .site-nav .nav-mobile-toggle {
    display: block;
  }
  .site-nav .nav-mobile-toggle {
    position: relative;
    display: block;
    padding: 20px 50px 20px 30px;
    background: #0b0b53;
    font-weight: 700;
    color: #fff;
  }
  .site-nav .nav-mobile-toggle.menu-open {
    background: rgba(255, 255, 255, .1);
  }
  .site-nav .nav-mobile-toggle .toggle-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 1.2em;
    opacity: .5;
  }
  .site-nav .nav-mobile-toggle .toggle-icon.icon-close {
    display: none;
  }
  .site-nav .nav-mobile-toggle .toggle-icon.icon-open {
    display: inline-block;
  }
  .site-nav .nav-mobile-toggle.menu-open .toggle-icon.icon-close {
    display: inline-block;
  }
  .site-nav .nav-mobile-toggle.menu-open .toggle-icon.icon-open {
    display: none;
  }
  .site-nav .nav-menu {
    display: none;
  }
  .site-nav .nav-menu ul li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav .nav-menu ul li a {
    display: block;
  }

  .page-section .container {
    padding: 0;
  }

}

@media (max-width: 1024px) {

	.site-wrap .site-header .header-brand {
    top: -9px;
    width: 150px;
  }

  .site-wrap .site-header .header-search {
    margin: 0;
  }

  .site-header .header-nav ul > li.nav-language .trp-language-switcher .trp-ls-shortcode-language,
  .site-header .header-nav ul > li.nav-language .trp-language-switcher .trp-ls-shortcode-current-language {
    width: 100% !important;
  }

  .site-wrap .app-header,
	.site-wrap .app-content {
		padding: 30px;
	}

  .site-wrap .site-header.header-member .header-nav ul > li > a {
    color: rgba(255,255,255,.75);
  }

  .site-wrap .site-header .trp-language-switcher {
    width: auto;
  }

}

@media (max-width: 992px) {

  .table-utility {
    text-align: left;
    margin: 0 0 20px;
  }

}

@media (max-width: 768px) {

  .site-wrap .checkout-column.column-product {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .custom-header.header-profile .profile-content {
    padding: 30px;
  }

  .site-footer > .container {
    padding: 0;
  }
  .site-footer .footer-wrap {
    padding-left: 0;
  }
  .site-footer .footer-wrap .icon-brand {
    position: static;
    top: inherit;
    display: block;
    margin: 0 0 20px;
  }
  .site-footer .footer-wrap .icon-brand2 {
    position: static;
    top: inherit;
    display: block;
    margin: 0 0 90px;
  }

}

@media (max-width: 600px) {

  .card.card-fixed-height-150 .card-content {
    min-height: inherit;
  }

  .item.item-with-image.item-latest-content.item-with-action,
  .item.item-with-image.item-small.item-with-action {
      padding-right: 100px;
  }

}
