/*
Theme Name: Multiplex
Theme URI: https://www.solespire.com/multiplex/
Author: Solespire
Author URI: https://www.solespire.com
Description: The Trinity version of Multiplex, a framework theme for Solespire Sites.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: multiplex

Multiplex is based on Underscores http://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html,
body,
button,
input,
select,
optgroup,
textarea {
	background: #fff;
	color: #000;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input::placeholder {
	color: #aaa;
}
strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	line-height: 1.0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
	background-color: #eee;
	border: 0;
	padding: 10px 45px;
	font-style: italic;
}
.rating blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
	max-width: 1200px;
	margin: 0 auto 28px auto;
	padding: 8px 45px 25px 45px;
}
blockquote.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border-left: 10px solid #000;
	padding-left: 1em;
	margin: auto;
}
blockquote.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
big {
	font-size: 125%;
}
a {
	color: #00a651;
	cursor: pointer;
	text-decoration: none;
}
a.black {
	color: #000;
	text-decoration: none;
}
a.black:hover {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #00a651;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
main {
	margin: 49px 0 0 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
hr.spacer {
	margin: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0 17px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 3px 5px 10px;
	background-color: #f1f1f1;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#logoplex {
	display: block;
	float: left;
	padding: 8px 10px 6px 15px;
	width: 135px;
}
#navplex {
	position: fixed;
	width: 100%;
	background-color: #fff;
	height: 49px;
	z-index: 9996;
	top: 0;
}
body.admin-bar #navplex {
	top: 32px;
}
#nav-centre {
	width: 100%;
	max-width: 1770px;
	margin: 0 auto;
	z-index: 9998;
}
#home-link {
	padding: 0;
}
/* START 1st tier */
body.admin-bar .navbar {
	position:fixed;
	top: 32px;
}
.navbar, .searchplex-form > form.searchbar > input[type="search"], .cloudplex {
	width: 100%;
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  .navbar, .cloudplex {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	-moz-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
  }
}
.navbar {
	background-color: rgba(255,255,255,0.9);
}
.navbar {
	position: fixed;
	border-bottom: 2px solid #00a651;
	margin: 0;
	padding: 0;
	font-size: 15px;
	height: 49px;
	z-index: 9999;
	top: 0;
}
.navbar a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	line-height: 49px;
}
.navbar a.dropdown-shuffle {
	color: #fff;
	line-height: normal;
	padding: 15px;
}
.navbar ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navbar ul a:hover {
	color: #00a651;
}
.navbar ul li {
	float: left;
	position: relative;
}
.navbar ul li:hover > ul,
.navbar ul li.focus > ul {
	background-color: #111;
	left: auto;
}
/* START 2nd tier */
.navbar ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 14px;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.navbar ul ul a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	line-height: 42px !important;
	width: 220px;
}
.navbar ul ul a:hover {
	background-color: #008943;
	color: #fff;
}
.navbar ul ul li {
	background-color: #00a651;
}
.navbar ul ul li:hover {
	background-color: #008943;
}
.navbar ul ul li:hover > ul,
.navbar ul ul li.focus > ul {
	left: 100%;
}
.navbar ul ul li.tier-1-dark {
	background-color: #008943;
}
.navbar ul ul li.tier-1-dark a:hover {
	background-color: #006f9e;
}
.navbar ul ul li.tier-1-dark-first {
	background-color: #008943;
}
.navbar ul ul li.tier-1-dark-first a:hover {
	background-color: #006f9e;
}
/* START 3rd tier */
.navbar ul ul ul {
	left: -999em;
	top: 0;
}
.navbar ul ul ul a:hover {
	background-color: #006f9e;
}
.navbar ul ul ul li {
	background-color: #008943;
}
.navbar ul ul ul li:hover {
	background-color: #006f9e;
}
.menu-item > a > i {
	margin-right: 6px;
	margin-left: -3px;
}

/* START 4th tier */
.navbar ul ul ul ul li {
	background-color: #006f9e;
}
.navbar ul ul ul ul li a:hover {
	background-color: #00567a;
}
/* END tiers */
#navplex-socials {
	display: block;
	margin-right: 15px;
}
#navplex-controls {
	display: block;
}
.navplex-right {
	float: right;
}
.navplex-socials {
	display: inline-block;
	background-color: #111;
	border-bottom: 1px solid #222;
	width: 100%;
}
.navplex-facebook, .navplex-google, .navplex-instagram, .navplex-linkedin, .navplex-messenger, .navplex-pinterest, .navplex-telegram, .navplex-twitter, .navplex-vk, .navplex-whatsapp, .navplex-youtube {
	display: inline-block;
	font-size: 18px;
}
.navplex-facebook a, .navplex-google a, .navplex-instagram a, .navplex-linkedin a, .navplex-messenger a, .navplex-pinterest a, .navplex-telegram a, .navplex-twitter a, .navplex-vk a, .navplex-whatsapp a, .navplex-youtube a {
	color: #999;
	padding: 0 8px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#n-fb, #n-go, #n-ig, #n-li, #n-me, #n-pi, #n-te, #n-tw, #n-vk, #n-wa, #n-yt {
	padding: 0 6px;
}
.navplex-facebook a > .fa-facebook:hover {
	background: linear-gradient(#4dabf7,#2465d9);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.navplex-google a > .fa-google:hover {
	background: linear-gradient(to bottom left, transparent 49%,#fbbc05 50%) 0 25%/48% 40%, linear-gradient(to top left, transparent 49%,#fbbc05 50%) 0 75%/48% 40%, linear-gradient(-40deg, transparent 53%,#ea4335 54%), linear-gradient(45deg, transparent 46%,#4285f4 48%), #34a853;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.navplex-instagram a > .fa-instagram:hover {
	background: linear-gradient(189deg, #4c68d7, #8a3ab9, #bc2a8d, #cd486b, #e95950, #fbad50);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.navplex-linkedin a:hover {
	color: #1183c5;
}
.navplex-messenger a > .fa-facebook-messenger:hover {
	background: linear-gradient(45deg, rgb(10, 124, 255) 0%, rgb(161, 14, 235) 60%, rgb(255, 82, 151) 93%, rgb(255, 108, 92) 100%);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.navplex-pinterest a:hover {
	color: #e60023;
}
.navplex-telegram a:hover {
	color: #2097d4;
}
.navplex-twitter a:hover {
	color: #1d9bf0;
}
.navplex-vk a:hover {
	color: #0077ff;
}
.navplex-whatsapp a:hover {
	color: #25d366;
}
.navplex-youtube a:hover {
	color: #FF0000;
}
#shuffleplex a {
	padding: 0 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#shuffleplex a:hover {
	color: #00a651;
}
#langplex {
	border-left: solid 1px #444;
	margin: 10px 0;
	height: 29px;
}
#langplex a {
	padding: 0 10px 10px 20px;
	line-height: 29px;
}
#langplex ul ul a {
	width: 127px;
	padding: 0 10px;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.searchplex-row {
	clear: both;
	display: block;
	padding: 0;
	width: 100%;
}
.searchplex-form {
	color: #000;
}
#searchplex {
	display: block;
	z-index: 100;
	height: 49px;
}
#searchplex-icon {
	text-align: center;
	cursor: pointer;
	width: 42px;
	line-height: 49px;
}
#searchplex-icon > i.fas.fa-search {
	text-align: center;
	display: block;
	height: 49px;
	line-height: 49px;
	width: 42px;
	padding: 0 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#searchplex-icon > i.fas.fa-search:hover { 
	color: #00a651;
}
#searchplex-icon > i.fas.fa-times {
	color: #00a651;
	text-align: center;
	display: block;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
}
#searchplex-area {
	display: none;
}
#searchplex-area:hover {
	display: block;
}
#searchplex-area .searchplex {
	position: absolute;
	top: 49px;
	height: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
#navplex-toggle-area .searchplex {
	position: absolute;
	top: 49px;
	height: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
#searchplex > i.fas.fa-search {
	color: #000;
	height: 117px;
	padding: 35px 25px 25px 25px;
	border: none;
	font-size: 32px;
}
#searchplex > i.fas.fa-search:hover {
	background-color: #eee;
	color: #000;
}
.searchplex-form {
	background: #fff;
}
.searchplex-form > form.searchbar > button.fas.fa-search {
	background: none;
	border-radius: 0;
	border-style: none;
	top: 0;
	height: 65px;
	font-size: 1.1em;
	position: absolute;
	color: black;
	right: 0;
	cursor: pointer;
}
.searchplex-form > form.searchbar > input[type="search"] {
	background: rgba(255,255,255,0.9);
	border: 0px;
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	border-style: none;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
	font-size: 24px;
	padding: 15px 17px;
	outline: none;
	transition: background 0.3s ease-in-out;
}
.cloudplex {
	background-color: rgba(0,0,0,0.9);
	display: inline-block;
}
.cloudplex > .cloud-items {
	display: block;
}
.cloudplex > .cloud-items > a.tag-cloud-link {
	color: #fff;
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 45px;
}
.cloudplex > .cloud-items > a.tag-cloud-link:hover {
	background: #00a651;
}
.menu-cloud-100 {
	background-color: #00a651;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display:inline-block;
	width: 100%;
}
.menu-cloud-100:hover {
	background-color: #00a651;
}
#dropdown-navigation {
	display: none;
}
#navplex-toggle {
	display: block;
	float: right;
	z-index: 100;
	height: 49px;
}
#navplex-toggle-icon {
	text-align: center;
	cursor: pointer;
	width: 45px;
	line-height: 49px;
}
#navplex-toggle-icon > i.fas.fa-bars {
	text-align: center;
	display: block;
	height: 49px;
	line-height: 49px;
	padding: 0 17px 0 10px;
}
#navplex-toggle-icon > i.fas.fa-bars:hover { 
	color: #00a651;
}
#navplex-toggle-icon > i.fas.fa-times {
	color: #00a651;
	text-align: center;
	display: block;
	height: 49px;
	line-height: 49px;
	padding: 0 17px 0 10px;
}
#navplex-toggle-area > .navplex-controller-menu {
	display: block;
	position: absolute;
	top: 115px;
	height: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li {
	display: block;
	float: left;
	background: rgba(01,01,01,0.95);
	border-bottom: 1px solid #333;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li.menu-100 {
	width: 100%;
	background-color: #222;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li.menu-33 {
	width: 33.33%;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li.menu-25 {
	width: 25%;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li a:hover {
	color: #fff;
	background: #00a651;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li a:active {
	background: #00a651;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li:nth-child(2n) {
	border-right: none;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller > li > ul {
	display: block;
	list-style: none;
	padding-left: 0;
	position: initial !important;
}
#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller > li.menu-item > a {
	line-height: 45px;
}
#pull-nav {
	width: 50px; height: 50px; line-height: 50px; display: block; float: left
}
#pull-nav:hover {
	display: block;
}
#menu-bars {
	height: 53px;
	width: 50px;
	line-height: 53px;
	text-align: center;
	cursor: pointer;
}
#navplex-toggle-area {
	display: none;
}
#navplex-toggle-area:hover {
	display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#sliderplex {
	margin-bottom: 30px;
}
#page {
	margin: 0 auto;
	max-width: 100%;
}
.adplex {
	display: block;
	text-align: center;
	clear: both;
}
.adplex-content {
	display: block;
	margin-top: 30px;
	text-align: center;
	clear: both;
}
.filterplex {
	display: block;
	margin: 0 auto;
	padding-top: 23px;
}
.sans-filterplex {
	padding-top: 1px;
}
.filterplex > .filterplex-sliders {
	display: block;
	margin: 20px 0 30px 0;
}
.filterplex > .searchandfilter ul li.sf-field-post-meta-listing_price, .searchandfilter ul li.sf-field-post-meta-property_bedrooms, .searchandfilter ul li.sf-field-post-meta-property_bathrooms, .searchandfilter ul li.sf-field-post-meta-property_floor_space, .searchandfilter ul li.sf-field-post-meta-property_land_size {
	margin: 0 17px;
}
.sf-input-text {
	height: 43px;
}

.filterplex > .searchandfilter ul li.sf-field-reset {
	display: block;
	margin: -10px 0 0 0;
	line-height: 0;
}
.filterplex > .searchandfilter ul li.sf-field-reset > .search-filter-reset {
	border: 0;
	padding: 0;
	font-size: 0;
}
.filterplex > .searchandfilter ul li input[type="text"], input[type="number"] {
	color: #000;
	border: 0;
	border-radius: 0;
	padding: 5px 3px 6px 10px;
	background-color: #f1f1f1;
	height: 35px;
}
.filterplex > .searchandfilter ul li.sf-field-search input.sf-input-text {
	height: 41px;
	width: 190px !important;
}
.filterplex > .searchandfilter ul li.sf-field-post-meta-property_bedrooms input {
	max-width: 60px;
}
.filterplex > .searchandfilter ul li.sf-field-post-meta-property_bathrooms input {
	max-width: 60px;
}
.filterplex > .searchandfilter ul li.sf-field-post-meta-property_floor_space input[type="text"], input[type="number"] {
	max-width: 80px;
}
.filterplex > .searchandfilter ul li.sf-field-post-meta-property_land_size input[type="text"], input[type="number"] {
	min-width: inherit;
	max-width: 50px;
}
.sans-shuffler {
	padding-top: 30px;
}
.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
	min-width: 60px;
	max-width: 110px;
}
.searchandfilter ul {
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.searchandfilter h4 {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}
.searchandfilter ul li {
	border: 1px solid #fff;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.searchandfilter .noUi-connect {
	background-color: #00a651;
}
li.select2-search.select2-search--inline {
	margin: 0;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 198px !important;
}
.select2-container--default .select2-selection--multiple {
	background-color: #f1f1f1;
	border: 2px solid #fff;
	border-radius: 0px;
	cursor: text;
	line-height: 0;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
	font-size: 14px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 1.5;
	margin: 5px 5px 0 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #00a651;
	color: #fff;
	font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	border: none;
	font-size: 14px;
	list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa !important;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
input.select2-search__field::placeholder {
	color: #000;
	font-size: 16px;
}
input.sf-input-text::placeholder {
	color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
input.select2-search__field {
	margin-left: 10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #777;
	outline: 0;
}
.sf-input-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 234px !important;
	height: 51px;
}
.sf-input-select {
	margin-top: 20px;
}
.sf-input-text::placeholder {
	color: #777;
}
.searchandfilter ul li li {
	padding: 9px 0 11px 0;
}
input.sf-input-text {
	background: #f1f1f1;
	border: 1px solid #fff;
	padding: 3px 0 3px 10px;
	-webkit-appearance: none;
	height: 44px;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 14px;
	z-index: 1000;
	display: block;
}
.searchandfilter .meta-slider {
	height: 12px;
	margin: 10px auto 8px auto;
}
.searchandfilter .noUi-horizontal .noUi-handle {
	width: 21px;
	height: 21px;
}
.searchandfilter .noUi-horizontal .noUi-handle::after, .searchandfilter .noUi-horizontal .noUi-handle::before {
	top: 5px;
}
.searchandfilter .noUi-horizontal .noUi-handle::before {
	left: 7px;
}
.searchandfilter .noUi-horizontal .noUi-handle::after {
	left: 11px;
}
.noUi-handle::after, .noUi-handle::before {
	background: #ccc;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -11px;
}
.sf-range-postfix {
	padding: 0 0 0 5px;
}
.heading-bar {
	font-size: 20px;
	background: url('./images/heading-bg.png') center center repeat-x;
	margin: 30px 20px;
	text-align: center;
}
main.single > .heading-bar {
	max-width: 1024px;
	margin: 30px auto;
}
@media (max-width: 1064px) {
	main.single > .heading-bar {
		margin: 30px 20px;
	}
}
.heading-bar span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border-radius: 30px;
}
.heading-bar span .far {
	color: #8e8e8e;
	margin-right: 10px;
}
.heading-bar span .fas {
	color: #8e8e8e;
	margin-right: 10px;
}
.gridplex-content {
	margin: 0 10px;
	line-height: 0;
}
ul.gridplex-metro-4x {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
li.gridplex-metro-4x-item {
	text-align: center;
	width: 25%;
	display: block;
	float: left;
	padding: 4px;
}
li.gridplex-metro-4x-item:nth-child(4n+5) {
	clear: both;
}
li.gridplex-metro-4x-item:nth-child(3n+9) {
	display: none;
}
.gridplex-metro-4x-item-thumb {
	overflow: hidden;
}
.gridplex-metro-4x-item-thumb img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	width: 100%;
}
.gridplex-metro-4x-item-thumb img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gridplex-metro-4x-item-thumb {
	margin: 0;
	padding: 0;
	line-height: 0;
}
.gridplex-metro-4x-item-content {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
h2.gridplex-metro-4x-item-title {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin: 0 0 3px 0;
}
h2.gridplex-metro-4x-item-title > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 4px;
}
h2.gridplex-metro-4x-item-title > span.white-title {
	color: #fff;
}
h2.gridplex-metro-4x-item-title > span:hover {
	color: #00a651;
}
h3.gridplex-metro-4x-item-title {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin: 0 0 3px 0;
}
h3.gridplex-metro-4x-item-title > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 4px;
}
h3.gridplex-metro-4x-item-title > span.white-title {
	color: #fff;
}
h3.gridplex-metro-4x-item-title > span:hover {
	color: #00a651;
}
ul.gridplex-metro-4x12 {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
li.gridplex-metro-4x12-item {
	text-align: center;
	width: 25%;
	display: block;
	float: left;
	padding: 4px;
}
li.gridplex-metro-4x12-item:nth-child(4n+5) {
	clear: both;
}
.gridplex-metro-4x12-item-thumb {
	overflow: hidden;
}
.gridplex-metro-4x12-item-thumb img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
}
.gridplex-metro-4x12-item-thumb img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gridplex-metro-4x12-item-thumb {
	margin: 0;
	padding: 0;
	line-height: 0;
}
.gridplex-metro-4x12-item-content {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
h3.gridplex-metro-4x12-item-title {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin: 0 0 3px 0;
}
h3.gridplex-metro-4x12-item-title > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 4px;
}
h3.gridplex-metro-4x12-item-title > span:hover {
	color: #00a651;
}
.loop > section > .heading-bar {
	margin: 25px 15px 22px 15px;
}
.loop > section > a > .heading-bar {
	margin: 25px 15px 22px 15px;
}
a > .heading-bar > span:hover {
	color: #fff;
	background: #00a651;
}
a > .heading-bar > span:hover > .fas {
	color: #fff;
}
a > .heading-bar > span:hover > .far {
	color: #fff;
}
ul.gridplex-metro-48 {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
li.gridplex-metro-48-item {
	text-align: center;
	width: 16.66%;
	display: block;
	float: left;
	padding: 4px;
}
li.gridplex-metro-48-item:nth-child(-n+24) {
	width: 25%;
}
li.gridplex-metro-48-item:nth-child(-n+8) {
	width: 33.3333333333%;
}
li.gridplex-metro-48-item:nth-child(-n+2) {
	width: 50%;
}
li.gridplex-metro-48-item:nth-child(48n+3) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+6) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+9) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+13) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+17) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+21) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+25) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+31) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+37) {
	clear: both;
}
li.gridplex-metro-48-item:nth-child(48n+43) {
	clear: both;
}
.gridplex-metro-48-item-thumb {
	overflow: hidden;
}
.gridplex-metro-48-item-thumb img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	width: 100%;
}
.gridplex-metro-48-item-thumb img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gridplex-metro-48-item-thumb {
	margin: 0;
	padding: 0;
}
.gridplex-metro-48-item-content {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.gridplex-metro-48-item-title {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin: 0 0 3px 0;
}
.gridplex-metro-48-item-title > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 4px;
}
.gridplex-metro-48-item-title > span:hover {
	color: #00a651;
}
.multiplex-profile-badge .mpb-name a {
	color: #fff;
}
ul.gridplex-registry-48 {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
li.gridplex-registry-48-item {
	text-align: center;
	width: 16.66%;
	display: block;
	float: left;
	padding: 6px;
}
li.gridplex-registry-48-item:nth-child(60n+7) {
	clear: both;
}
.gridplex-registry-48-item-thumb {
	overflow: hidden;
}
.gridplex-registry-48-item-thumb img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	width: 100%;
}
.gridplex-registry-48-item-thumb img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gridplex-registry-48-item-thumb {
	margin: 0;
	padding: 0;
}
.gridplex-registry-48-item-content {
	
}
.gridplex-registry-48-item-content > .multiplex-profile-badge {
	background-color: #eee;
	color: #000;
	max-height: 250px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 6px 7px -5px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 6px 7px -5px rgba(0,0,0,0.39);
	-o-box-shadow: 0px 6px 7px -5px rgba(0,0,0,0.39);
	-ms-box-shadow: 0px 6px 7px -5px rgba(0,0,0,0.39);
	box-shadow: 0px 6px 7px -5px rgba(0,0,0,0.39);
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-name a {
	color: #000;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-name a:hover {
	color: #000;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-avatar {
	display: block;
	float: left;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
	width: 30%;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-avatar img {
	border: 2px solid #00a651;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 6px 7px -5px rgba(0,0,0,0.75);
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-name {
	font-size: 20px;
	font-style: italic;
	text-align: left;
	line-height: 120%;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-details {
	font-size: 14px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns {
	background: #002a3b;
	display: block;
	clear: both;
	padding: 10px;
	max-width: 100%;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .whatsapp-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .whatsapp-icon {
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .whatsapp-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .messenger-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .messenger-icon {
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .messenger-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .viber-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .viber-icon {
	line-height: 24px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .viber-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .telegram-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .telegram-icon {
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .telegram-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .facetime-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .facetime-icon {
	font-size: 15px;
	line-height: 25px;
	padding: 0 8px 0 5px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .facetime-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .imessage-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .imessage-icon {
	line-height: 23px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .imessage-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .sms-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .sms-icon {
	padding: 0 7px 0 5px;
	font-size: 16px;
	line-height: 24px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .sms-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .phone-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .phone-icon {
	padding: 0 3px 0 5px;
	font-size: 15px;
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .phone-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .email-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .email-icon {
	padding: 0 5px 0 5px;
	font-size: 15px;
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-btns .email-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-type {
	clear: both;
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	float: left;
	margin-top: 10px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-info {
	display: block;
	float: left;
	width: 70%;
	padding: 10px 10px 10px 0;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-info .registry-rating {
	display: block;
	float: right;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0 0 0;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-info .registry-rating a .registry-rating-diamond {
	color: #00a651;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-info .registry-rating a {
	color: #000;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-info .registry-rating a:hover {
	text-decoration: none;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-details {
	clear: both;
	display: block;
	font-size: 13px;
	float: left;
	margin-top: 15px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-location {
	clear: both;
	display: block;
	font-size: 13px;
	float: left;
	margin-top: 5px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-location p {
	margin: 0 0 5px 0;
	line-height: 120%;
	text-align: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-company {
	clear: both;
	display: block;
	font-size: 13px;
	float: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-company p {
	margin: 0 0 5px 0;
	line-height: 120%;
	text-align: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-phone {
	clear: both;
	display: block;
	font-size: 13px;
	float: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-phone p {
	margin: 0 0 5px 0;
	line-height: 120%;
	text-align: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-email {
	clear: both;
	display: block;
	font-size: 13px;
	float: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-registry-email p {
	margin: 0 0 5px 0;
	line-height: 120%;
	text-align: left;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .fa-yvr {
	color: #26424d;
	margin-left: 0;
	margin-right: 5px;
}
.gridplex-registry-48-item-title {
	color: #fff;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	margin: 0;
}
.gridplex-registry-48-item-title > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.users-content {
	margin: 0 10px;
	line-height: 0;
	text-align: center;
}
.users-content ul {
	margin: 0;
	padding: 0;
}
.users-content ul li {
	display: inline-block;
	list-style: none;
	padding: 8px;
	vertical-align: top;
	width: 20%;
}
.users-content ul > li > .multiplex-profile-badge {
	border-radius: 5%;
}
.users-content ul > li > .multiplex-profile-badge > .mpb-avatar {
	display: block;
	float: none;
	margin: -50px auto 10px auto;
	padding: 0;
	text-align: center;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.term-description > p {
	line-height: 1.5;
	margin: 20px auto;
	max-width: 1460px;
	padding: 0 30px;
	text-align: center;
}
.entry-header {
	display: block;
	padding: 28px 35px 28px 35px;
	overflow: auto;
}
.entry-header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	line-height: 1.12;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 100%;
}
.page-header h1 {
	margin: 0 auto 0 auto;
}
header.entry-header.page-header.sans-title {
	padding: 15px 35px;
}
.page-404-header {
	padding: 30px 35px 10px 35px;
}
.entry-header .wp-post-image {
	margin-bottom: 1.5em;
}
.entry-meta { 
	clear: both;
	margin: 0 auto;
}
.entry-meta ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.entry-meta li {
	border: 1px solid #222;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 4px;
	background: #222;
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
.entry-meta li:hover {
	background: #111;
}
.entry-meta li a {
	color: #fff;
	text-decoration: none;
}
.entry-meta li a:hover {
	text-decoration: underline;
}
.entry-meta ul li .fa {
	margin-right: 6px;
	opacity: 0.8;
}
.entry-meta ul li .far {
	margin-right: 6px;
	opacity: 0.8;
}
.entry-meta ul li .fas {
	margin-right: 6px;
	opacity: 0.8;
}
.entry-meta ul li .fab {
	margin-right: 6px;
	opacity: 0.8;
}
.post-views.entry-meta > span.post-views-icon.dashicons { 
	width: 18px;
	height: auto;
	padding-bottom: 2px;
	opacity: 0.8;
}
.dashicons-chart-bar {
	padding-right: 6px;
}
.post-credits {
	background-color: #fff;
	color: #fff;
	font-size: 15px;
	padding: 20px 35px 0 35px;
	text-align: center;
}
.post-credits > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-credits > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.post-credits a {
	background: #333;
	color: #fff;
	display: inline-block;
	line-height: 125%;
	margin: 2px auto;
	padding: 8px 12px;
}
.post-credits a:hover {
	background: #111;
}
.post-credits a.parent-credit {
	background: #555;
	margin-left: 6px;
}
.post-credits > ul > li > .fa-tag {
	float: left;
	color: #2f3133;
	background-color: rgba(255,255,255,0.5);
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	font-size: 12px;
	margin-left: -10px;
}
.triangle-right {
	float: right;
	width: 0;
	border-top: 14px solid transparent;
	border-left: 10px solid rgba(255,255,255,0.5);
	border-bottom: 14px solid transparent;
	margin-right: 8px;
}
.pages-btns {
	font-size: 18px;
	margin: 30px 35px;
	text-align: center;
}
.pages-btns a {
	background: #00a651;
	color: #fff;
	display: inline-block;
	line-height: 0;
	margin: 2px auto;
	padding: 20px 14px;
}
.pages-btns a:hover {
	background: #008943;
	text-decoration: none;
}
.pages-btns ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pages-btns ul li {
	display: inline-block;
	padding: 0;
}
.pages-btns ul li a i.fas {
	margin-right: 6px;
	opacity: 0.8;
}

.pagination {
	margin: 30px 35px;
	text-align: center;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #00a651;
	text-decoration:none;
	margin: 0;
	padding: 0;
	border: 1px solid #00a651;
	border-radius: 5px;
}
.pagination ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.pagination li {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #fff;
	padding: 5px 12px;
	cursor: pointer;
	border-radius: 5px;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #00a651;
	color: #fff;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.mosaic-content {
	width: 100%;
}
.category-listings > .mosaic-content > p {
	margin: 20px auto;
	padding: 0 30px;
	max-width: 1460px;
	text-align: center;
}
embed,
iframe,
object {
	display: block;
	width: 100%;
}
.custom-logo-link {
	display: inline-block;
}
.tiled-gallery {
	display: block;
	margin: 0 auto !important;
	max-width: 2560px;
	width: 100%;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.1111111111%;
}
.gallery-caption {
	display: block;
}
.acf-input-prepend, .acf-input-append {
	height: 100% !important;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.multiplex-profile-badge { 
	background-color: #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	color: #fff;
	display: block;
	margin: 0 auto; 
	max-width: 700px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	word-wrap: break-word;
}
.mpb-page > .multiplex-profile-badge {
	max-width: 840px;
}
.multiplex-profile-badge .mpb-avatar {
	display: block;
	float: none;
	margin: -72px auto 10px auto;
	padding: 0;
	text-align: center;
}
.multiplex-profile-badge .mpb-avatar img {
	float: none;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 175px;
}
.mpb-cover {
	line-height: 0;
	z-index: -1;
}
.multiplex-profile-badge .fa-yvr {
	margin-right: 4px;
	margin-left: 10px;
	color: #777;
}
.multiplex-profile-badge .mpb-name{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.multiplex-profile-badge .mpb-name a {
	color: #fff;
}
.multiplex-profile-badge .mpb-name a {
	text-decoration: none
}
.multiplex-profile-badge .mpb-name a:hover {
	color: #fff;
	text-decoration: underline;
}
.multiplex-profile-badge .mpb-name a:focus {
	outline:0;
}
.multiplex-profile-badge .mpb-status {
	color: #999;
	display: block;
	font-size: 15px;
	line-height: 125%;
	margin: 0 auto 15px auto;
	width: 90%;
}
.multiplex-profile-badge .mpb-rating {
	display: block;
	font-weight: bold;
}
.multiplex-profile-badge .mpb-rating a {
	color: #fff;
}
.multiplex-profile-badge .mpb-rating a:hover {
	text-decoration: none;
}
.multiplex-profile-badge .mpb-rating-diamond {
	color: #00a651;
}
.multiplex-profile-badge .mpb-details {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 90%;
	margin: 7px auto 8px auto;
	line-height: 150%;
}
.multiplex-profile-badge .mpb-details a {
	color: #fff;
}
.multiplex-profile-badge .mpb-details a:hover {
	text-decoration: underline;
}
.multiplex-profile-badge .mpb-emblem {
	display: block;
	margin: 15px auto 10px auto;
	width: 150px;
}
.mpb-d-item-1, .mpb-d-item-2, .mpb-d-item-3, .mpb-d-item-4 {
	display: inline-block;
}
.multiplex-profile-badge .mpb-contact {
	display: block;
	margin: 7px auto 8px auto;
	width: 90%;
	text-align: center;
	line-height: 150%;
	font-size: 15px;
}
.multiplex-profile-badge .mpb-contact a {
	color: #fff;
}
.multiplex-profile-badge .mpb-contact a:hover {
	text-decoration: underline;
}
.mpb-c-item-1, .mpb-c-item-2, .mpb-c-item-3 {
	display: block;
	margin: 0 auto;
}
.multiplex-profile-badge .mpb-btns {
	padding: 7px 15px 0 15px;
	max-width: 500px;
	margin: 0 auto;
}
.multiplex-profile-badge .mpb-btns a {
	text-decoration: none;
} 
.multiplex-profile-badge .mpb-btns a:hover {
	text-decoration: none;
} 
.multiplex-profile-badge .mpb-bio-toggle {
	margin: 5px 0 10px 0;
}
.multiplex-profile-badge > .mpb-bio-toggle > i.fas.fa-angle-double-down {
	cursor: pointer;
}
.multiplex-profile-badge > .mpb-bio-toggle > i.fas.fa-angle-double-up {
	cursor: pointer;
}
.multiplex-profile-badge > .mpb-bio-toggle > .fa-angle-double-down {
	color: #999;
}
.multiplex-profile-badge > .mpb-bio-toggle > .fa-angle-double-down:hover {
	color: #fff;
}
.multiplex-profile-badge > .mpb-bio-toggle > .fa-angle-double-up {
	color: #fff;
}
.multiplex-profile-badge > .mpb-bio-toggle > .fa-angle-double-up:hover {
	color: #999;
}
.user-description-wrap {
   display: none;
}
.multiplex-profile-badge .mpb-bio {
	color: #ccc;
	display: block;
	font-size: 14px;
	margin: 15px auto 18px auto;
	text-align: center;
	width: 85%;
}
.multiplex-profile-badge .mpb-bio a {
	text-decoration: none;
}
.multiplex-profile-badge .mpb-bio p {
	color: #ccc;
	margin: 15px auto;
}
.multiplex-profile-badge > .mpb-menu {
	background-color: #222;
	margin: 0;
}
.multiplex-profile-badge > .mpb-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-decoration: none;
	margin: 12px 10px 0 10px;
}
.multiplex-profile-badge > .mpb-menu a:hover {
	color: #00a651;
}
.multiplex-profile-badge > ul.mpb-menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 12px 0;
}
.multiplex-profile-badge > ul.mpb-menu li {
	display: inline-block;
	position: relative;
}
.mpb-content {
	margin: 0;
}
.author-filter li.sf-field-author {
	display: none;
}
.btn-breaker { clear: both; }
.os-browser { display: none; }
.email-btn {
	background: linear-gradient(#fafafa, #dbdbdb);
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.email-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.email-icon {
	float: left;
	margin-left: 10px;
	line-height: 29px;
	font-size: 18px;
}
.email-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.etsy-btn {
	background: #e06d35;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.etsy-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.etsy-icon {
	float: left;
	margin-left: 11px;
	line-height: 29px;
	font-size: 18px;
}
.etsy-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.facetime-btn {
	background: linear-gradient(#25d366, #28b53e);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.facetime-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.facetime-icon {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	font-size: 20px;
}
.facetime-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.imessage-btn {
	background: linear-gradient(#0084ff, #006fff);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.imessage-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.imessage-icon {
	float: left;
	margin-left: 10px;
	line-height: 29px;
	font-size: 20px;
}
.imessage-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.instagram-btn {
	background: linear-gradient(120deg, #4c68d7, #8a3ab9, #bc2a8d, #cd486b, #e95950, #fbad50);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.instagram-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.instagram-icon {
	float: left;
	margin-left: 10px;
	line-height: 31px;
	font-size: 19px;
}
.instagram-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.messenger-btn {
	background: linear-gradient(45deg, rgb(10, 124, 255) 0%, rgb(161, 14, 235) 60%, rgb(255, 82, 151) 93%, rgb(255, 108, 92) 100%);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.messenger-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.messenger-icon {
	float: left;
	margin-left: 9px;
	line-height: 30px;
	font-size: 18px;
}
.messenger-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.paypal-btn {
	background: linear-gradient(120deg, #0d2e6c,#4096d2);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.paypal-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.paypal-icon {
	float: left;
	margin-left: 10px;
	line-height: 31px;
	font-size: 19px;
}
.paypal-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.phone-btn {
	background: linear-gradient(#fafafa, #dbdbdb);
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.phone-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.phone-icon {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	font-size: 17px;
}
.phone-icon > .fas.fa-phone {
	transform: rotate(90deg);
}
.phone-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.telegram-btn {
	background: linear-gradient(84deg, #38b0e3, #2097d4);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.telegram-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.telegram-icon {
	float: left;
	margin-left: 10px;
	line-height: 31px;
	font-size: 19px;
}
.telegram-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.sms-btn {
	background: linear-gradient(#fafafa, #dbdbdb);
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.sms-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.sms-icon {
	float: left;
	margin-left: 9px;
	line-height: 29px;
	font-size: 19px;
}
.sms-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.tiktok-btn {
	background: #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.tiktok-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.tiktok-icon {
	color: #000;
	filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
	float: left;
	margin-left: 9px;
	line-height: 31px;
	font-size: 18px;
}
.tiktok-title {
	color: #000;
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.twitter-btn {
	background: #1d9bf0;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.twitter-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.twitter-icon {
	float: left;
	margin-left: 10px;
	line-height: 31px;
	font-size: 18px;
}
.twitter-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.viber-btn {
	background: linear-gradient(#7552fd, #6849e5);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.viber-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.viber-icon {
	float: left;
	margin-left: 8px;
	line-height: 30px;
	font-size: 19px;
}
.viber-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.website-btn {
	background: linear-gradient(#fafafa, #dbdbdb);
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.website-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.website-icon {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	font-size: 17px;
}
.website-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.whatsapp-btn {
	background: linear-gradient(#25d366, #28b53e);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.whatsapp-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
	text-decoration: none;
}
.whatsapp-icon {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	font-size: 20px;
}
.whatsapp-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.youtube-btn {
	background: #FF0000;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.youtube-btn:hover {
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.youtube-icon {
	float: left;
	margin-left: 10px;
	line-height: 31px;
	font-size: 18px;
}
.youtube-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: center;
}
.multiplex-yt {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: none !important;
}
.multiplex-yt iframe, .multiplex-yt object, .multiplex-yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footerplex {
	clear: both;
	margin: 50px 0 100px 0;
}
.footerplex-services {
	color: #000;
	font-size: 16px;
	margin: 30px 35px 20px 35px;
	text-align: center;
}
.footerplex-services a {
	background: #333;
	color: #fff;
	display: inline-block;
	line-height: 0;
	margin: 2px auto;
	padding: 8px 15px;
	border-radius: 20px;
}
.footerplex-services a:hover {
	background: #131313;
	text-decoration: none;
}
.footerplex-services ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerplex-services ul li {
	display: inline-block;
	padding: 0;
}
.footerplex-services ul li a i.fas {
	margin-right: 6px;
	opacity: 0.8;
}
.footerplex-site {
	background-color: #00a651;
	color: #fff;
	font-size: 24px;
	line-height: 1px;
	height: 115px;
	padding: 0 35px;
	text-align: center;
	position: relative;
}
.footerplex-site table {
	margin: auto;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}
.footerplex-site a {
	color: #fff;
}
.footerplex-site td {
  border: 0;
  padding: 10px;
}
.footerplex-site i.fa-location-dot {
  padding-right: 12px;
}

.footerplex-site a > img.square-flag {
	width: 40px;
	border-radius: 50%;
}
.footerplex-site-logo {
	background-color: #fff;
	color: #fff;
	font-size: 14px;
	margin: 50px 35px 15px 35px;
	text-align: center;
}
.footerplex-brand-slogan {
	display: block;
	padding-top: 3px;
}
.footerplex-logo {
	clear: both;
	display: block;
	margin: 8px auto;
	width: 225px;
}
.footerplex-social {
	background-color: #131313;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	color: #fff;
	font-size: 24px;
	padding: 15px 10px;
	text-align: center;
	line-height: 0;
}
.footerplex-social a {
	color: #999;
}
.footerplex-social a:hover {
	color: #fff;
}
.footerplex-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerplex-social ul li {
	display: inline-block;
	padding: 0 10px;
}
.footerplex-navplex {
	background-color: #fff;
	color: #fff;
	font-size: 16px;
	padding: 0 35px 20px 35px;
	text-align: center;
}
.footerplex-navplex a {
	background: #131313;
	border: 1px solid #333;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 0;
	margin: 2px auto;
	padding: 15px 10px;
	border-radius: 5px;
}
.footerplex-navplex a:hover {
	background: #222;
	text-decoration: none;
}
.footerplex-navplex ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerplex-navplex ul li {
	display: inline-block;
	padding: 0;
}
.footerplex-solespire-brands {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 0 35px 15px 35px;
	text-align: center;
}
.footerplex-solespire-brands a {
	border: 1px solid #333;
	display: inline-block;
	font-size: 15px;
	line-height: 0;
	margin: 2px auto;
	padding: 15px 10px;
}
.footerplex-solespire-brands a:hover {
	background: #222;
	text-decoration: none;
}
.footerplex-solespire-brands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerplex-solespire-brands ul li {
	display: inline-block;
	padding: 0;
}
.footerplex-gridplex {
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding: 15px 10px;
	text-align: center;
}
.footerplex-solespire {
	background-color: #fff;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 0 35px 10px 35px;
	text-align: center;
}
.footerplex-solespire > .footerplex-solespire-info {
	font-size: 12px;
	display: block;
	padding: 0 0 10px 0;
}
.footerplex-solespire a {
	color: #555;
}
.footerplex-solespire a:hover {
	color: #000;
	text-decoration: none;
}
.footerplex-solespire-copyright-logo {
	width: 88px;
	margin: 0 3px;
}
a.footerplex-copyright {
	color: #999;
}
#footerplex-anchor {
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	font-size: 16px;
	z-index: 9999;
	bottom: 0;
	width: 100%;
}
.footerplex-anchor {
	background: rgba(0,102,204,0.9);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	-moz-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	display: block;
	margin: 0 auto;
	line-height: normal;
	text-align: center;
	width: 100%;
}
.footerplex-anchor a {
	color: #fff;
	display: block;
	line-height: normal;
	padding: 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
@media (max-width: 2000px) {
	li.gridplex-registry-48-item:nth-child(60n+6) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+7) {
		clear: none;
	}
	li.gridplex-registry-48-item {
		width: 20%;
	}
}
@media (max-width: 1920px) {
	li.gridplex-metro-48-item:nth-child(n+25) {
		width: 25%
	}
	li.gridplex-metro-48-item:nth-child(n+29) {
		width: 20%
	}
	li.gridplex-metro-48-item:nth-child(48n+25) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+29) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+31) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+34) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+37) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+39) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+43) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+44) {
		clear: both;
	}
}
@media (max-width: 1700px) {
	li.gridplex-registry-48-item:nth-child(60n+5) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+6) {
		clear: none;
	}
	li.gridplex-registry-48-item {
		width: 25%;
	}
}
@media (max-width: 1600px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	.searchandfilter ul {
		margin: -5px 30px;
	}
	.entry-header {
		padding: 30px 30px 20px 30px;
	}
	.page-404-header {
		padding: 30px 30px 10px 30px;
	}
	.mpb-content {
		margin: 0;
	}
	.pagination {
		margin: 30px 30px;
	}
	.gridplex-content {
		margin: 0 6px;
	}
	h3.gridplex-metro-4x-item-title {
		font-size: 15px;
	}
	.loop > section > .heading-bar {
		margin: 30px 11px 24px 11px;
	}
	.loop > section > a > .heading-bar {
		margin: 30px 11px 24px 11px;
	}
	.gridplex-metro-48-item-title {
		font-size: 15px;
	}
	.users-content {
		margin: 0 6px;
	}
	.footerplex-services {
		margin: 30px 30px 20px 30px;
	}
	.footerplex-navplex {
		padding: 0 30px 20px 30px;
	}
}
@media (max-width: 1530px) {
	h1 {
		font-size: 2.44em;
		margin: 0.67em 0;
		line-height: 1.4;
	}
	h2 {
		font-size: 1.90em;
	}
	h3 {
		font-size: 1.51em;
	}
	h4 {
		font-size: 1.20em;
	}
	h5 {
		font-size: 0.5em;
	}
	h6 {
		font-size: 0.3em;
	}
}
@media (max-width: 1500px) {
	li.gridplex-metro-48-item:nth-child(n+29) {
		width: 25%
	}
	li.gridplex-metro-48-item:nth-child(48n+29) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+31) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+33) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+34) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+37) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+39) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+41) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+43) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+44) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+45) {
		clear: both;
	}
}
@media (max-width: 1375px) {
	.navplex-icon-social a {
		padding: 0 9px;
	}
}
@media (max-width: 1355px) {
	li.gridplex-registry-48-item:nth-child(60n+4) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+5) {
		clear: none;
	}
	li.gridplex-registry-48-item:nth-child(60n+7) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+10) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+13) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+16) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+19) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+22) {
		clear: both;
	}
	li.gridplex-registry-48-item {
		width: 33.33%;
	}
}
@media (max-width: 1350px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	.searchandfilter ul {
		margin: -5px 25px;
	}
	.adplex-content {
		margin-top: 20px;
	}
	.heading-bar {
		font-size: 18px;
	}
	.heading-bar span {
		font-size: 18px;
		height: 47px;
		line-height: 47px;
		padding: 0 19px;
	}
	.entry-header {
		padding: 25px;
	}
	.page-404-header {
		padding: 30px 25px 10px 25px;
	}
	.mpb-content {
		margin: 0;
	}
	.pagination {
		margin: 30px 25px;
	}
	.heading-bar {
		margin: 20px 20px;
	}
	.footerplex-services {
		margin: 30px 25px 20px 25px;
	}
	.footerplex-navplex {
		padding: 0 25px 20px 25px;
	}
}
@media (max-width: 1325px) {
	.navplex-icon-social a {
		padding: 0 8px;
	}
}
@media (max-width: 1259px) {
	.navplex-icon-social a {
		padding: 0 8px;
	}
	.gridplex-content {
		margin: 0 5px;
	}
	.loop > section > .heading-bar {
		margin: 30px 10px 25px 10px;
	}
	.loop > section > a > .heading-bar {
		margin: 30px 10px 25px 10px;
	}
	.users-content {
		margin: 0 5px;
	}
}
@media (max-width: 1242px) {
	.navplex-icon-social a {
		padding: 0 8px;
	}
	.entry-header h1 {
		font-size: 33px;
	}
}
@media (max-width: 1222px) {
	.navplex-icon-social a {
		padding: 0 8px;
	}
}
@media (max-width: 880px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 17px;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.41em;
	}
	h4 {
		font-size: 1.10em;
	}
	h5 {
		font-size: 0.5em;
	}
	h6 {
		font-size: 0.3em;
	}
	.entry-header {
		padding: 20px;
	}
	.entry-header h1 {
		font-size: 32px;
		margin: 0 auto 15px auto;
	}
	.page-header h1 {
		margin: 0 auto 0 auto;
	}
	.page-404-header {
		padding: 30px 20px 10px 20px;
	}
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	.post-credits {
		font-size: 14px;
	}
	.post-credits a {
		padding: 6px 10px;
	}
	.searchandfilter ul {
		margin: -5px 20px;
	}
	.mpb-content {
		margin: 0;
	}
	.pagination {
		margin: 30px 20px;
	}
	.footerplex-services {
		margin: 30px 20px 20px 20px;
	}
	.footerplex-navplex {
		padding: 0 20px 20px 20px;
	}
}
@media (max-width: 1100px) {
	li.gridplex-metro-4x-item {
		width: 33.3333333333%;
	}
	li.gridplex-metro-4x-item:nth-child(4n+5) {
		clear: none;
	}
	li.gridplex-metro-4x-item:nth-child(3n+4) {
		clear: both;
	}
	li.gridplex-metro-4x-item:nth-child(3n+9) {
		display: block;
	}
	.entry-header h1 {
		font-size: 31px;
	}
	li.gridplex-metro-4x12-item {
		width: 33.3333333333%;
	}
	li.gridplex-metro-4x12-item:nth-child(4n+5) {
		clear: none;
	}
	li.gridplex-metro-4x12-item:nth-child(3n+4) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(-n+6) {
		width: 50%;
	}
	li.gridplex-metro-48-item:nth-child(n+7) {
		width: 33.3333333333%;
	}
	li.gridplex-metro-48-item:nth-child(48n+3) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+5) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+6) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+7) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+9) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+10) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+15) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+16) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+17) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+19) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+21) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+22) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+28) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+29) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+31) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+33) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+34) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+40) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+41) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+43) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(48n+45) {
		clear: none;
	}
	li.gridplex-metro-48-item:nth-child(48n+46) {
		clear: both;
	}
}
@media (max-width: 1024px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	.select2-container {
		width: 196px !important;
	}
	.sf-input-select {
		margin-top: 15px;
	}
	.entry-header h1 {
		font-size: 30px;
	}
	.searchandfilter ul {
		margin: -5px 15px;
	}
	.filterplex {
		padding-top: 18px;
	}
	.filterplex > .filterplex-sliders {
		margin: 10px 0 25px 0;
	}
	.sans-shuffler {
		padding-top: 25px;
	}
	.mpb-content {
		margin: 0;
	}
	.pagination {
		margin: 30px 15px;
	}
	.heading-title {
		margin: 20px 0;
	}
	.heading-bar span {
		height: 45px;
		line-height: 45px;
		padding: 0 18px;
	}
	h3.gridplex-metro-4x-item-title {
		font-size: 14px;
	}
	h3.gridplex-metro-4x-item-title > span {
		margin: 9px 4px;
	}
	.loop > section > .heading-bar {
		margin: 25px 10px 20px 10px;
	}
	.loop > section > a > .heading-bar {
		margin: 25px 10px 20px 10px;
	}
	.gridplex-metro-48-item-title {
		font-size: 14px;
	}
	.gridplex-metro-48-item-title > span {
		margin: 9px 4px;
	}
	.term-description > p {
		padding: 0 20px;
	}
	.footerplex-services {
		margin: 30px 15px 20px 15px;
	}
	.footerplex-navplex {
		padding: 0 15px 20px 15px;
	}
}
@media (max-width: 1009px) {
	.searchplex-form > form.searchbar > input[type="search"] {
		font-size: 24px;
	}
	.searchplex-form > form.searchbar > button.fas.fa-search {
		height: 66px;
		font-size: 1.1em;
	}
	#navplex-toggle-icon > i.fas.fa-bars {
		height: 50px;
		line-height: 50px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	#searchplex {
		height: 50px;
	}
}
@media (max-width: 960px) {
	#navplex-socials {
		display: none;
	}
	#langplex {
		border-left: none;
	}
	#langplex a {
		padding: 0 10px 10px 10px;
	}
}
@media (max-width: 940px) {
	.entry-header h1 {
		font-size: 29px;
	}
	.entry-meta li {
		font-size: 14px;
	}
	h2 {
		font-size: 1.65em;
	}
	h3 {
		font-size: 1.36em;
	}
	h4 {
		font-size: 1.05em;
	}
	h5 {
		font-size: 0.5em;
	}
	h6 {
		font-size: 0.3em;
	}
	.footerplex-services {
		font-size: 15px;
	}
}
@media (max-width: 900px) {
	li.gridplex-registry-48-item:nth-child(60n+3) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+4) {
		clear: none;
	}
	li.gridplex-registry-48-item:nth-child(60n+5) {
		clear: none;
	}
	li.gridplex-registry-48-item:nth-child(60n+10) {
		clear: none;
	}
	li.gridplex-registry-48-item {
		width: 50%;
	}
}
@media (max-width: 812px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	.entry-header {
		padding: 15px;
	}
	.entry-header h1 {
		font-size: 28px;
		margin: 0 auto 10px auto;
	}
	.page-header h1 {
		margin: 0 auto 0 auto;
	}
	.page-404-header {
		padding: 30px 15px 10px 15px;
	}
	.searchandfilter ul {
		margin: -5px 10px;
	}
	.pagination {
		margin: 30px 10px;
	}
	.mpb-content {
		margin: 0;
	}
	.heading-bar {
		font-size: 17px;
	}
	.heading-bar span {
		font-size: 17px;
		height: 43px;
		line-height: 43px;
		padding: 0 16px;
	}
	li.gridplex-metro-4x-item {
		width: 50%;
	}
	li.gridplex-metro-4x-item:nth-child(3n+3) {
		width: 100%;
	}
	li.gridplex-metro-4x-item:nth-child(4n+5) {
		clear: none;
	}
	li.gridplex-metro-4x-item:nth-child(3n+4) {
		clear: none;
	}
	li.gridplex-metro-4x12-item {
		width: 50%;
	}
	li.gridplex-metro-4x12-item:nth-child(3n+4) {
		clear: none;
	}
	li.gridplex-metro-4x12-item:nth-child(2n+3) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(n+6) {
		width: 50%;
	}
	li.gridplex-metro-48-item:nth-child(odd) {
		clear: both;
	}
	li.gridplex-metro-48-item:nth-child(even) {
		clear: none;
	}
	.footerplex-services {
		margin: 30px 10px 20px 10px;
	}
	.footerplex-navplex {
		padding: 0 10px 20px 10px;
	}
}
@media screen and (max-width: 782px) {
	body.admin-bar #navplex {
		top: 46px;
	}
	body.admin-bar .navbar {
		top: 46px;
	}
}
@media (max-width: 830px) {
	.navplex-main-menu {
		display: none;
	}
	.langplex {
		font-size: 15px;
	}
	#searchplex-icon > i.fas.fa-search {
		padding: 0 10px;
	}
	#searchplex-icon > i.fas.fa-times {
		padding: 0 10px;
	}
	#navplex-toggle {
		display: block;
		float: right;
		z-index: 100;
		height: 50px;
	}
	#navplex-toggle-icon {
		text-align: center;
		cursor: pointer;
		width: 45px;
		line-height: 69px;
	}
	#navplex-toggle-icon > i.fas.fa-bars {
		text-align: center;
		display: block;
		height: 49px;
		line-height: 49px;
		padding: 0 17px 0 10px;
	}
	#navplex-toggle-icon > i.fas.fa-bars:hover { 
		color: #00a651;
	}
	#navplex-toggle-icon > i.fas.fa-times {
		color: #00a651;
		text-align: center;
		display: block;
		height: 49px;
		line-height: 49px;
		padding: 0 17px 0 10px;
	}
	#navplex-toggle-area > .navplex-controller-menu {
		display: block;
		position: absolute;
		top: 106px;
		height: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li {
		display: block;
		float: left;
		background: rgba(01,01,01,0.95);
		border-bottom: 1px solid #333;
		width: 50%;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li.menu-100 {
		width: 100%;
		background-color: #222;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li.menu-33 {
		width: 33.33%;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li.menu-25 {
		width: 25%;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li a:hover {
		color: #fff;
		background: #00a651;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li a:active {
		background: #00a651;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller.menu > li:nth-child(2n) {
		border-right: none;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller > li > ul {
		display: block;
		list-style: none;
		padding-left: 0;
		position: initial !important;
	}
	#navplex-toggle-area > .navplex-controller-menu > ul#navplex-controller > li.menu-item > a {
		line-height: 45px;
	}
	#pull-nav {
		width: 50px; height: 50px; line-height: 50px; display: block; float: left
	}
	#pull-nav:hover {
		display: block;
	}
	#menu-bars {
		height: 53px;
		width: 50px;
		line-height: 53px;
		text-align: center;
		cursor: pointer;
	}
	#navplex-toggle-area {
		display: none;
	}
	#navplex-toggle-area:hover {
		display: block;
	}
	.searchplex-form > form.searchbar > input[type="search"] {
		font-size: 18px;
	}
	.searchplex-form > form.searchbar > button.fas.fa-search {
		height: 57px;
	}
	.post-credits {
		font-size: 13px;
	}
	.post-credits a {
		padding: 6px 10px;
	}
}
@media (max-width: 768px) {
	.entry-header h1 {
		font-size: 27px;
	}
	.entry-meta li {
		padding: 3px 8px 4px 8px;
		font-size: 13px;
	}
	.post-views.entry-meta > span.post-views-icon.dashicons {
		width: 18px;
		height: 0;
		margin-top: -17px;
	}
	h2 {
		font-size: 1.50em;
	}
}
@media (max-width: 744px) {
	.entry-header h1 {
		font-size: 26px;
	}
	.navplex-icon-social {
		font-size: 1.0em;
	}
}
@media (max-width: 719px) {
	.multiplex-profile-badge > .mpb-menu a {
		margin: 11px 9px 0 9px;
	}
	.multiplex-profile-badge > ul.mpb-menu {
		padding: 0 0 11px 0;
	}
}

@media (max-width: 708px) {
	.multiplex-profile-badge > .mpb-menu a {
		margin: 10px 8px 0 8px;
	}
	.multiplex-profile-badge > ul.mpb-menu {
		padding: 0 0 10px 0;
	}
}
@media (max-width: 700px) {
	.footerplex-services {
		margin: 30px 10px 30px 10px;
	}
}
@media (max-width: 691px) {
	.multiplex-profile-badge > .mpb-menu a {
		margin: 9px 7px 0 7px;
	}
	.multiplex-profile-badge > ul.mpb-menu {
		padding: 0 0 9px 0;
	}
}
@media (max-width: 650px) {
	li.gridplex-registry-48-item:nth-child(60n+2) {
		clear: both;
	}
	li.gridplex-registry-48-item:nth-child(60n+3) {
		clear: none;
	}
	li.gridplex-registry-48-item {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.entry-header h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 1.45em;
	}
}
@media (max-width: 600px) {
	.filterplex {
		padding-top: 13px;
	}
	.sans-shuffler {
		padding-top: 22px;
	}
	.searchandfilter ul {
		margin: -5px 5px;
	}
	.gridplex-content {
		margin: 0 3px;
	}
	.loop > section > .heading-bar {
		margin: 20px 8px 16px 8px;
	}
	.loop > section > a > .heading-bar {
		margin: 20px 8px 16px 8px;
	}
	.users-content {
		margin: 0 5px;
	}
}
@media (max-width: 575px) {
	.entry-header h1 {
		font-size: 24px;
	}
	#navplex-toggle-icon {
		width: 43px;
	}
	.navplex-icon-social {
		font-size: 0.9em;
	}
}
@media (max-width: 556px) {
	#langplex {
		font-size: 1.0em;
	}
}
@media (max-width: 540px) {
	li.gridplex-metro-4x-item {
		padding: 3px;
	}
	li.gridplex-metro-4x12-item {
		padding: 3px;
	}
	li.gridplex-metro-48-item {
		padding: 3px;
	}
	.loop > section > .heading-bar {
		margin: 20px 7px 17px 7px;
	}
	.loop > section > a > .heading-bar {
		margin: 20px 7px 17px 7px;
	}
}
@media (max-width: 440px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	.pagination {
		margin: 30px 10px;
	}
	li.gridplex-metro-4x-item {
		padding: 2px;
	}
	h3.gridplex-metro-4x-item-title > span {
		margin: 8px 4px;
	}
	.gridplex-content {
		margin: 0 1px;
	}
	.loop > section > .heading-bar {
		margin: 20px 10px 18px 10px;
	}
	.loop > section > a > .heading-bar {
		margin: 20px 10px 18px 10px;
	}
	li.gridplex-metro-48-item {
		padding: 2px;
	}
	.gridplex-metro-48-item-title > span {
		margin: 8px 4px;
	}
	.users-content {
		margin: 0 1px;
	}
	#footerplex-ma {
		font-size: 16px;
	}
}
@media (max-width: 431px) {
	.shuffleplex-icon {
		margin-right: 0;
	}
	.shuffleplex-label {
		display: none;
	}
}
/* iPhone 13 / 12 Pro Max */
@media (max-width: 428px) {
	.sans-shuffler {
		padding-top: 20px;
	}
	.select2-container {
		width: 190px !important;
	}
}
@media (max-width: 415px) {
	.footerplex-social ul li {
		padding: 0 9px;
	}
}
@media (max-width: 413px) {
	#navplex-toggle-icon {
		width: 40px;
	}
	.heading-bar {
		font-size: 16px;
	}
	.heading-bar span {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		padding: 0 14px;
	}
	li.gridplex-metro-4x12-item {
		width: 100%;
	}
	li.gridplex-metro-48-item:nth-child(n+0) {
		width: 100%;
	}
	li.gridplex-metro-48-item:nth-child(n+0) {
		clear: both;
	}
}
@media (max-width: 415px) {
	.footerplex-social ul li {
		padding: 0 8px;
	}
}
@media (max-width: 393px) {
	.select2-container {
		width: 185px !important;
	}
}
@media (max-width: 383px) {
	.select2-container {
		width: 180px !important;
	}
	.footerplex-social ul li {
		padding: 0 7px;
	}
}
@media (max-width: 375px) {
	.sans-shuffler {
		padding-top: 15px;
	}
}
@media (max-width: 374px) {
	#navplex-toggle-icon {
		width: 36px;
	}
	.searchplex-form > form.searchbar > button.fas.fa-search {
		display: none;
	}
	.cloudplex > .cloud-items {
		display: none;
	}
}
@media (max-width: 373px) {
	.select2-container {
		width: 175px !important;
	}
}
@media (max-width: 367px) {
	.footerplex-social ul li {
		padding: 0 6px;
	}
}
@media (max-width: 363px) {
	.select2-container {
		width: 170px !important;
	}
}
@media (max-width: 351px) {
	.footerplex-social {
		font-size: 23px;
	}
}
@media (max-width: 345px) {
	.navplex-facebook a, .navplex-google a, .navplex-instagram a, .navplex-linkedin a, .navplex-messenger a, .navplex-pinterest a, .navplex-telegram a, .navplex-twitter a, .navplex-vk a, .navplex-whatsapp a, .navplex-youtube a {
		padding: 0 5px;
	}
}
@media (max-width: 341px) {
	.footerplex-social ul li {
		padding: 0 5px;
	}
}
@media (max-width: 332px) {
	.navplex-facebook a, .navplex-google a, .navplex-instagram a, .navplex-linkedin a, .navplex-messenger a, .navplex-pinterest a, .navplex-telegram a, .navplex-twitter a, .navplex-vk a, .navplex-whatsapp a, .navplex-youtube a {
		padding: 0 4px;
	}
}
@media (max-width: 325px) {
	.footerplex-social ul li {
		padding: 0 4px;
	}
}
@media (max-width: 320px) {
	.heading-bar {
		font-size: 15px;
	}
	.heading-bar span {
		font-size: 15px;
		height: 35px;
		line-height: 35px;
		padding: 0 13px;
	}
	.select2-container {
		width: 158px !important;
	}
}
.shuffler > a > img {
	width: 100%;
}
.multiplex-profile-badge .mpb-web { margin:0 20px 15px;text-align:center}.multiplex-profile-badge .mpb-web-position{text-align:right}.multiplex-profile-badge .mpb-web a{color:#ccc;text-decoration:none}.multiplex-profile-badge .mpb-socials{position:relative;z-index:50;display:block;background:#000;padding:8px 15px;-webkit-box-shadow:0 1px 0 0 #000 inset;-moz-box-shadow:0 1px 0 0 #000 inset;box-shadow:0 1px 0 0 #000 inset}.multiplex-profile-badge .mpb-socials a{text-decoration:none;padding:0;margin:0;border:0;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.multiplex-profile-badge .mpb-socials a:hover{opacity:100;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.multiplex-profile-badge .mpb-socials .mpb-icon-color:before{display:block;width:36px;height:36px;line-height:37px;text-align:center;}.multiplex-profile-badge .mpb-socials .mpb-icon-color{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;text-decoration:inherit;font-size:24px;position:relative;display:inline-block;vertical-align:middle;margin:4px;overflow:hidden;}.multiplex-profile-badge .mpb-socials .mpb-icon-grey:before{display:block;text-align:center;line-height:1}.clearfix:after,.clearfix:before{content:' ';display:table;line-height:0;clear:both}.ie7 .clearfix{zoom:1}.multiplex-profile-badge .mpb-socials.mpb-colored .mpb-icon-color{color:#fff;border-radius: 30%;}.mpb-socials .mpb-icon-color.mpb-icon-apple-music:before,.mpb-socials .mpb-icon-grey.mpb-icon-apple-music:before{content:'\f3b5';}.mpb-socials .mpb-icon-color.mpb-icon-facebook:before,.mpb-socials .mpb-icon-grey.mpb-icon-facebook:before{content:'\f39e';}.mpb-socials .mpb-icon-color.mpb-icon-flickr:before,.mpb-socials .mpb-icon-grey.mpb-icon-flickr:before{content:'\f16e'}.mpb-socials .mpb-icon-color.mpb-icon-github:before,.mpb-socials .mpb-icon-grey.mpb-icon-github:before{content:'\f09b'}.mpb-socials .mpb-icon-color.mpb-icon-google:before,.mpb-socials .mpb-icon-grey.mpb-icon-google:before{content:'\f1a0'}.mpb-socials .mpb-icon-color.mpb-icon-discord:before,.mpb-socials .mpb-icon-grey.mpb-icon-discord:before{content:'\f392'}.mpb-socials .mpb-icon-color.mpb-icon-instagram:before,.mpb-socials .mpb-icon-grey.mpb-icon-instagram:before{content:'\f16d'}.mpb-socials .mpb-icon-color.mpb-icon-linkedin:before,.mpb-socials .mpb-icon-grey.mpb-icon-linkedin:before{content:'\f0e1'}.mpb-socials .mpb-icon-color.mpb-icon-pinterest:before,.mpb-socials .mpb-icon-grey.mpb-icon-pinterest:before{content:'\f0d2'}.mpb-socials .mpb-icon-color.mpb-icon-wordpress:before,.mpb-socials .mpb-icon-grey.mpb-icon-wordpress:before{content:'\f411'}.mpb-socials .mpb-icon-color.mpb-icon-twitch:before,.mpb-socials .mpb-icon-grey.mpb-icon-twitch:before{content:'\f1e8';}.mpb-socials .mpb-icon-color.mpb-icon-reddit:before,.mpb-socials .mpb-icon-grey.mpb-icon-reddit:before{content:'\f281'}.mpb-socials .mpb-icon-color.mpb-icon-rss:before,.mpb-socials .mpb-icon-grey.mpb-icon-rss:before{content:'\f09e'}.mpb-socials .mpb-icon-color.mpb-icon-telegram:before,.mpb-socials .mpb-icon-grey.mpb-icon-telegram:before{content:'\f3fe'}.mpb-socials .mpb-icon-color.mpb-icon-soundcloud:before,.mpb-socials .mpb-icon-grey.fa-soundcloud:before{content:'\f1be'}.mpb-socials .mpb-icon-color.mpb-icon-spotify:before,.mpb-socials .mpb-icon-grey.mpb-icon-spotify:before{content:'\f1bc'}.mpb-socials .mpb-icon-color.mpb-icon-stackoverflow:before,.mpb-socials .mpb-icon-grey.mpb-icon-stackoverflow:before{content:'\f16c'}.mpb-socials .mpb-icon-color.mpb-icon-steam:before,.mpb-socials .mpb-icon-grey.mpb-icon-steam:before{content:'\f1b6'}.mpb-socials .mpb-icon-color.mpb-icon-tiktok:before,.mpb-socials .mpb-icon-grey.mpb-icon-tiktok:before{content:'\e07b';filter:drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);}.mpb-socials .mpb-icon-color.mpb-icon-tumblr:before,.mpb-socials .mpb-icon-grey.mpb-icon-tumblr:before{content:'\f173';color:#000;filter:drop-shadow(1px 1px 0px #d954ec) drop-shadow(-1px -1px 0px #8be5f6);}.mpb-socials .mpb-icon-color.mpb-icon-twitter:before,.mpb-socials .mpb-icon-grey.mpb-icon-twitter:before{content:'\f099'}.mpb-socials .mpb-icon-color.mpb-icon-vimeo:before,.mpb-socials .mpb-icon-grey.mpb-icon-vimeo:before{content:'\f194'}.mpb-socials .mpb-icon-color.mpb-icon-windows:before,.mpb-socials .mpb-icon-grey.mpb-icon-windows:before{content:'\f17a'}.mpb-socials .mpb-icon-color.mpb-icon-paypal:before,.mpb-socials .mpb-icon-grey.mpb-icon-paypal:before{content:'\f1ed'}.mpb-socials .mpb-icon-color.mpb-icon-yahoo:before,.mpb-socials .mpb-icon-grey.mpb-icon-yahoo:before{content:'\f19e'}.mpb-socials .mpb-icon-color.mpb-icon-youtube:before,.mpb-socials .mpb-icon-grey.mpb-icon-youtube:before{content:'\f167'}.mpb-socials .mpb-icon-color.mpb-icon-snapchat:before,.mpb-socials .mpb-icon-grey.mpb-icon-snapchat:before{content:'\f2ac';}.mpb-socials .mpb-icon-color.mpb-icon-vk:before,.mpb-socials .mpb-icon-grey.mpb-icon-vk:before{content:'\f189'}.mpb-socials .mpb-icon-color.mpb-icon-pocket:before,.mpb-socials .mpb-icon-grey.mpb-icon-pocket:before{content:'\f265'}.mpb-icon-color.mpb-icon-flipboard:before,.mpb-socials .mpb-icon-grey.mpb-icon-pocket:before{content:'\f44d'}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-apple-music{background:linear-gradient(#e96777, #e73e45);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-discord{background:#5865F2;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-facebook{background:linear-gradient(#4dabf7,#2465d9);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-instagram{background:linear-gradient(189deg, #4c68d7, #8a3ab9, #bc2a8d, #cd486b, #e95950, #fbad50);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-linkedin{background:#2867b2;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-paypal{background:linear-gradient(#0d2e6c,#4096d2)}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-pinterest{background:#e60023;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-snapchat{background:linear-gradient(#fffb54,#d1cc00);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-soundcloud{background:#FE5000;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-spotify{background:#1DB954;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-telegram{background:linear-gradient(#38b0e3, #2097d4);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-tiktok{background:#fff;color:#000;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-tumblr{background:#fff;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-twitter{background:#1d9bf0;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-youtube{background:#FF0000;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-flipboard{background:linear-gradient(#e23f36,#b50e06);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-reddit{background:#ff4500;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-pocket{background:#ef4056;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-vk{background:#2e79f6;}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-wordpress{background:linear-gradient(#439ee3,#3077c4);}.mpb-socials.mpb-colored .mpb-icon-color.mpb-icon-twitch{background:#8751f6;}
.multiplex-profile-badge .mpb-socials .mpb-icon-color, .multiplex-profile-badge .mpb-socials .mpb-icon-grey { transition: all 0.5s ease-in-out; }
.multiplex-profile-badge .mpb-socials .mpb-icon-color:hover, .multiplex-profile-badge .mpb-socials .mpb-icon-grey:hover { transform: rotate(360deg); }
.acf-field-repeater .acf-table tr.acf-row .acf-row-handle {
   pointer-events: none;
}
@media (max-width: 407px) {
	.email-btn {margin: 4px;}
	.imessage-btn {margin: 4px;}
	.instagram-btn {margin: 4px;}
	.messenger-btn {margin: 4px;}
	.paypal-btn {margin: 4px;}
	.telegram-btn {margin: 4px;}
	.twitter-btn {margin: 4px;}
	.whatsapp-btn {margin: 4px;}
	.youtube-btn {margin: 4px;}
}
@media (max-width: 381px) {
	.multiplex-profile-badge .mpb-socials .mpb-icon-color{margin:3px;}.
}
@media (max-width: 365px) {
	.multiplex-profile-badge .mpb-socials .mpb-icon-color{margin:2px;}.
}
ul.post-tag-terms, ul.video-playlist-terms {
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	max-width: 1024px;
}
ul.post-tag-terms > a:hover, ul.video-playlist-terms > a:hover {
	text-decoration: none;
}
ul.post-tag-terms > a > li, ul.video-playlist-terms > a > li {
	background: #ebebeb;
	border-radius: 16px;
	color: #202020;
	display: inline-block;
	font-size: 15px;
	margin: 4px;
	padding: 4px 12px;
}
ul.post-tag-terms > a > li:hover, ul.video-playlist-terms > a > li:hover {
	background: #d2d2d2;
}
@media (max-width:1024px){ul.post-tag-terms, ul.video-playlist-terms {padding: 0 10px;}
@media (max-width: 940px){.entry-content ul.post-tag-terms > a > li, .entry-content ul.video-playlist-terms > a > li {font-size: 14px;}}