/*
Theme Name: Multiplex
Theme URI: https://www.solespire.com/multiplex/
Author: Solespire
Author URI: https://www.solespire.com
Description: The Genesis version of Multiplex, a framework theme for Solespire Sites.
Version: 2.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-2016 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 {
  font-family: sans-serif;
  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
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}
input::placeholder {
	color: #aaa;
}
strong {
	font-weight: 600;
}
h1 {
	font-size: 2.44em;
	margin: 0.67em 0;
	line-height: 1.0;
}
h2 {
	font-size: 1.95em;
	line-height: 1.0;
}
h3 {
	font-size: 1.56em;
	line-height: 1.0;
}
h4 {
	font-size: 1.25em;
	line-height: 1.0;
}
h5 {
	font-size: 1em;
	line-height: 1.0;
}
h6 {
	font-size: 0.8em;
	line-height: 1.0;
}
.has-small-font-size {
	font-size: 12px;
	font-size: 0.75rem;
}
.has-medium-font-size {
	font-size: 20px;
	font-size: 1.25rem;
}
.has-large-font-size {
	font-size: 24px;
	font-size: 1.5rem;
}
.has-xlarge-font-size {
	font-size: 28px;
	font-size: 1.75rem;
}
.has-xxlarge-font-size {
	font-size: 32px;
	font-size: 2rem;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	clear: both;
}
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: #00a4e8;
	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: #00a0d2;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

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

html {
	box-sizing: border-box;
}
main {
	margin: 60px 0 0 0;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
a {
	cursor: pointer;
}
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: .6em 1em .4em;
}
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: 9px 20px;
	width: 193px;
}
#navplex {
	position: fixed;
	width: 100%;
	background-color: #000;
	height: 60px;
	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 {
	position: fixed;
	border-bottom: 2px solid #00a4e8;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.93);
	font-size: 16px;
	width: 100%;
	height: 60px;
	box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.4);
	z-index: 9999;
	top: 0;
}
.navbar a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 20px;
	line-height: 60px;
}
.navbar ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navbar ul a:hover {
	color: #00b4ff;
}
.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: 15px;
	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: 50px !important;
	width: 220px;
}
.navbar ul ul a:hover {
	background-color: #0088c2;
	color: #fff;
}
.navbar ul ul li {
	background-color: #00a4e8;
}
.navbar ul ul li:hover {
	background-color: #0088c2;
}
.navbar ul ul li:hover > ul,
.navbar ul ul li.focus > ul {
	left: 100%;
}
.navbar ul ul li.tier-1-dark {
	background-color: #0088c2;
}
.navbar ul ul li.tier-1-dark a:hover {
	background-color: #006f9e;
}
.navbar ul ul li.tier-1-dark-first {
	background-color: #0088c2;
}
.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: #0088c2;
}
.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-right {
	float: right;
}
.langplex-icon {
	margin-right: 3px;
}
.siteplex-icon {
	margin-right: 3px;
}
.shuffleplex-icon {
	margin-right: 7px;
}
#shuffleplex {
	float: right;
}
#shuffleplex a {
	color: #fff;
	padding: 0 0 0 10px;
}
#shuffleplex a:hover {
	color: #00b4ff;
}
#siteplex {
	display: block;
}
#siteplex a {
	padding: 0 10px;
}
#siteplex ul ul a {
	width: 150px;
}
#langplex a {
	padding: 0 8px 0 10px;
}
#langplex ul ul a {
	width: 150px;
}
.langplex {
	font-size: 15px;
}
.navbar a:hover > .langplex-icon > .fa-canadian-maple-leaf {
	color: #EA3621;
}
.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 {
	background-color: #fff;
	color: #000;
}
#searchplex {
	display: block;
	z-index: 100;
	height: 70px;
}
#searchplex-icon {
	text-align: center;
	cursor: pointer;
	width: 50px;
	line-height: 70px;
}
#searchplex-icon > i.fas.fa-search {
	color: #fff;
	text-align: center;
	display: block;
	height: 60px;
	line-height: 60px;
}
#searchplex-icon > i.fas.fa-search:hover { 
	color: #00b4ff;
}
#searchplex-icon > i.fas.fa-times {
	color: #00b4ff;
	text-align: center;
	font-size: 1.2em;
	display: block;
	height: 60px;
	line-height: 60px;
}
#searchplex-area {
	display: none;
}
#searchplex-area:hover {
	display: block;
}
#searchplex-area .searchplex-mobile {
	position: absolute;
	top: 60px;
	height: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
#navplex-toggle-area .searchplex-mobile {
	position: absolute;
	top: 60px;
	height: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
#searchplex > i.fas.fa-search {
	background-color: #eee;
	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 > form.searchbar > button.fas.fa-search {
	background-color: #fff;
	border-radius: 0;
	border-style: none;
	top: 0;
	height: 65px;
	font-size: 1.2em;
	position: absolute;
	color: black;
	right: 0;
	cursor: pointer;
}
.searchplex-form > form.searchbar > input[type="search"] {
	background-color: #fff;
	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 25px;
	outline: none;
	transition: background 0.3s ease-in-out; 
	width: 100%;
}
.cloudplex {
	background: rgba(28,28,28,0.97);
	border-bottom: 3px solid #00a4e8;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.49);
	-o-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.49);
	-ms-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.49);
}
.cloudplex a.tag-cloud-link {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 50px;
}
.cloudplex a.tag-cloud-link:hover {
	background: rgba(01,01,01,0.95);
}
#dropdown-navigation {
	display: none;
}
#navplex-toggle {
	display: none;
}

/*--------------------------------------------------------------
# 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;
}
.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;
}
.no-sliderplex {
	padding-top: 25px;
}
.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: #00a4e8;
}
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: 15px;
}
.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: #00a4e8;
	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;
}
.heading-bar span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border-radius: 30px;
}
.heading-bar span .far {
	color: deepskyblue;
	margin-right: 10px;
}
.heading-bar span .fas {
	color: deepskyblue;
	margin-right: 10px;
}
.fas.fa-gem.diamond {
	color: deepskyblue;
	opacity: 1.0;
}
.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;
}
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:hover {
	color: #00a4e8;
}
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: #00a4e8;
}
.loop > section > .heading-bar {
	margin: 30px 15px 22px 15px;
}
.loop > section > a > .heading-bar {
	margin: 30px 15px 22px 15px;
}
a > .heading-bar > span:hover {
	color: #fff;
	background: #00a4e8;
}
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: #00a4e8;
}
.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 #00a4e8;
	-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-im-btns {
	background: #002a3b;
	display: block;
	clear: both;
	padding: 10px;
	max-width: 100%;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .whatsapp-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .whatsapp-icon {
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .whatsapp-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .fb-messenger-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .fb-messenger-icon {
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .fb-messenger-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .viber-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .viber-icon {
	line-height: 24px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .viber-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .telegram-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .telegram-icon {
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .telegram-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .facetime-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .facetime-icon {
	font-size: 15px;
	line-height: 25px;
	padding: 0 8px 0 5px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .facetime-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .imessage-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .imessage-icon {
	line-height: 23px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .imessage-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .sms-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .sms-icon {
	padding: 0 7px 0 5px;
	font-size: 16px;
	line-height: 24px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .sms-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .phone-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .phone-icon {
	padding: 0 3px 0 5px;
	font-size: 15px;
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .phone-title {
	line-height: 22px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .email-btn {
	font-size: 13px;
	height: 25px;
	margin: 3px;
	width: 80px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-btns .email-icon {
	padding: 0 5px 0 5px;
	font-size: 15px;
	line-height: 25px;
}
.gridplex-registry-48-item-content > .multiplex-profile-badge .mpb-im-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: #00a4e8;
}
.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-fade {
	color: #26424d;
	margin-left: 0;
	margin-right: 5px;
}
.gridplex-registry-48-item-title {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	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: 30px 35px;
	overflow: auto;
}
.entry-header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	line-height: 1.12;
	color: #000;
	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: 4px 10px 5px 10px;
	margin-bottom: 4px;
	background: #222;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	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;
	font-weight: 300;
	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: #00a4e8;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	line-height: 0;
	margin: 2px auto;
	padding: 20px 14px;
}
.pages-btns a:hover {
	background: #0088c2;
	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: #00a4e8;
	text-decoration:none;
	margin: 0;
	padding: 0;
	border: 1px solid #00a4e8;
	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: #00a4e8;
	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: 920px;
}
.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;
	zoom: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.mpb-cover {
	line-height: 0;
	z-index: -1;
}
.multiplex-profile-badge .fa-fade {
	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;
	font-weight: 300;
	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: #00a4e8;
}
.multiplex-profile-badge .mpb-details {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 90%;
	margin: 7px auto 15px auto;
	line-height: 150%;
	font-weight: 300;
}
.multiplex-profile-badge .mpb-details a {
	color: #fff;
}
.multiplex-profile-badge .mpb-details a:hover {
	text-decoration: underline;
}
.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: 0 auto 15px auto;
	width: 90%;
	text-align: center;
	line-height: 150%;
	font-size: 15px;
	font-weight: 300;
}
.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-im-btns {
	padding: 0 15px;
	max-width: 500px;
	margin: 0 auto;
}
.multiplex-profile-badge .mpb-im-btns a {
	text-decoration: none;
} 
.multiplex-profile-badge .mpb-im-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;
}
.multiplex-profile-badge .mpb-bio {
	color: #ccc;
	display: none;
	font-size: 13px;
	margin: 15px auto 0 auto;
	text-align: center;
	width: 85%;
}
.multiplex-profile-badge .mpb-bio a {
	color: #fff;
	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: 16px;
	text-decoration: none;
	padding: 0 10px;
	line-height: 60px;
}
.multiplex-profile-badge > .mpb-menu a:hover {
	color: #00b4ff;
}
.multiplex-profile-badge > ul.mpb-menu {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 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; }
.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 {
	background: linear-gradient(#25d366, #28b53e);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
	text-decoration: none;
}
.whatsapp-icon {
	float: left;
	margin: 0 5px;
	padding: 0 7px 0 5px;
	line-height: 30px;
	font-size: 18px;
}
.whatsapp-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.fb-messenger-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;
}
.fb-messenger-btn:hover {
	background: linear-gradient(#0084ff, #006fff);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.fb-messenger-icon {
	float: left;
	margin: 0 4px;
	padding: 0 7px 0 5px;
	line-height: 30px;
	font-size: 18px;
}
.fb-messenger-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.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 {
	background: linear-gradient(#7552fd, #6849e5);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.viber-icon {
	float: left;
	margin: 0 4px;
	padding: 0 18px 0 5px;
	line-height: 30px;
	font-size: 18px;
}
.viber-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.telegram-btn {
	background: linear-gradient(#3191d9, #2e87ca);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin: 5px;
	width: 116px;
	height: 30px;
}
.telegram-btn:hover {
	background: linear-gradient(#3191d9, #2e87ca);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.telegram-icon {
	float: left;
	margin: 0 4px;
	padding: 0 11px 0 5px;
	line-height: 31px;
	font-size: 18px;
}
.telegram-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.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 {
	background: linear-gradient(#25d366, #28b53e);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
	text-decoration: none;
}
.facetime-icon {
	float: left;
	margin: 0 5px;
	padding: 0 6px 0 5px;
	line-height: 30px;
	font-size: 17px;
}
.facetime-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.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 {
	background: linear-gradient(#0084ff, #006fff);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.imessage-icon {
	float: left;
	margin: 0 7px;
	padding: 0 7px 0 5px;
	line-height: 29px;
	font-size: 18px;
}
.imessage-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.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 {
	background: linear-gradient(#fafafa, #dbdbdb);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.sms-icon {
	float: left;
	margin: 0 5px;
	padding: 0 10px 0 5px;
	line-height: 29px;
	font-size: 18px;
}
.sms-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.os-browser {
	display: none;
}
.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 {
	background: linear-gradient(#fafafa, #dbdbdb);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.phone-icon {
	float: left;
	margin: 0 5px;
	padding: 0 6px 0 5px;
	line-height: 30px;
	font-size: 17px;
}
.phone-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.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 {
	background: linear-gradient(#fafafa, #dbdbdb);
	box-shadow: inset 0px 6px 27px -5px rgba(0,0,0,0.39);
}
.email-icon {
	float: left;
	margin: 0 5px;
	padding: 0 9px 0 5px;
	line-height: 30px;
	font-size: 17px;
}
.email-title {
	line-height: 28px;
	padding-top: 1px;
	text-align: left;
}
.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: 0;
}
.footerplex-services {
	color: #000;
	font-size: 16px;
	margin: 30px 35px 20px 35px;
	text-align: center;
}
.footerplex-services a {
	background: #131313;
	border-bottom: 3px solid #00a4e8;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	line-height: 0;
	margin: 2px auto;
	padding: 8px 15px;
	border-radius: 20px;
}
.footerplex-services a:hover {
	background: #00a4e8;
	border-bottom: 3px solid #0088c2;
	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-logo {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 20px 35px 15px 35px;
	text-align: center;
}
.footerplex-solespire-logo {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 1px 35px 15px 35px;
	text-align: center;
}
.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: #000;
	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;
	font-weight: 300;
	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;
	font-weight: 300;
	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: #000;
	display: block;
	font-size: 13px;
	padding: 20px 35px 25px 35px;
	text-align: center;
}
.footerplex-solespire > .footerplex-solespire-info {
	font-size: 12px;
	display: block;
	padding: 0 0 10px 0;
}
.footerplex-solespire a {
	color: #999;
}
.footerplex-solespire a:hover {
	color: #fff;
	text-decoration: none;
}
.footerplex-solespire-copyright-logo {
	width: 88px;
	margin: 0 3px;
}

/*--------------------------------------------------------------
# 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;
	}
	.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-site-logo {
		padding: 20px 30px 15px 30px;
	}
	.footerplex-navplex {
		padding: 0 30px 20px 30px;
	}
	.footerplex-solespire-logo {
		padding: 1px 30px 15px 30px;
	}
	.footerplex-solespire {
		padding: 20px 30px 25px 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-site-logo {
		padding: 20px 25px 15px 25px;
	}
	.footerplex-navplex {
		padding: 0 25px 20px 25px;
	}
	.footerplex-solespire-logo {
		padding: 1px 25px 15px 25px;
	}
	.footerplex-solespire {
		padding: 20px 25px 25px 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: 1200px) {
	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-site-logo {
		padding: 20px 20px 15px 20px;
	}
	.footerplex-navplex {
		padding: 0 20px 20px 20px;
	}
	.footerplex-solespire-logo {
		padding: 1px 20px 15px 20px;
	}
	.footerplex-solespire {
		padding: 20px 20px 25px 20px;
	}
}
@media (max-width: 1172px) {
	.navbar a {
		padding: 0 19px;
	}
	#searchplex-icon {
		width: 45px;
	}
}
@media (max-width: 1149px) {
	.navbar a {
		padding: 0 18px;
	}
}
@media (max-width: 1131px) {
	.navbar a {
		padding: 0 17px;
	}
}
@media (max-width: 1113px) {
	.navbar a {
		padding: 0 16px;
	}
}
@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: 1095px) {
	.navbar a {
		padding: 0 15px;
	}
}
@media (max-width: 1077px) {
	.navbar a {
		padding: 0 14px;
	}
}
@media (max-width: 1059px) {
	.navbar a {
		padding: 0 13px;
	}
}
@media (max-width: 1041px) {
	.navbar a {
		padding: 0 12px;
	}
}
@media (max-width: 1023px) {
	.navbar a {
		padding: 0 11px;
	}
}
@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 > .filterplex-sliders {
		margin: 10px 0 25px 0;
	}
	#sliderplex {
		margin-bottom: 28px;
	}
	.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: 20px 10px 15px 10px;
	}
	.loop > section > a > .heading-bar {
		margin: 20px 10px 15px 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-site-logo {
		padding: 20px 15px 15px 15px;
	}
	.footerplex-navplex {
		padding: 0 15px 20px 15px;
	}
	.footerplex-solespire-logo {
		padding: 1px 15px 15px 15px;
	}
	.footerplex-solespire {
		padding: 20px 15px 25px 15px;
	}
}
@media (max-width: 1009px) {
	main {
		margin: 53px 0 0 0;
	}
	#logoplex {
		display: block;
		float: left;
		padding: 7px 9px 6px 9px;
		width: 158px;
	}
	.navbar {
		font-size: 15px;
		height: 53px;
	}
	.navbar a {
		line-height: 50px;
		padding: 0 16px;
	}
	.navbar ul ul a {
		line-height: 45px !important;
	}
	.navplex-icon-social a {
		padding: 0 8px;
	}
	#navplex {
		height: 53px;
	}
	#langplex a {
		padding: 0 6px 0 10px;
	}
	.langplex {
		font-size: 14px;
	}
	#shuffleplex a {
		padding: 0 2px 0 10px;
	}
	#searchplex-icon {
		width: 36px;
	}
	#searchplex-icon > i.fas.fa-search {
		height: 50px;
		line-height: 50px;
	}
	#searchplex-icon > i.fas.fa-times {
		line-height: 50px;
		height: 50px;
	}
	#searchplex-area .searchplex-mobile {
		top: 53px;
	}
	#navplex-toggle-area .searchplex-mobile {
		top: 53px;
	}
	.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;
	}
	#searchplex {
		height: 50px;
	}
	.shuffleplex-label {
		font-size: 15px;
	}
	.navplex-right {	
	}
	.siteplex-label {
		font-size: 15px;
	}
	.langplex-icon {
		font-size: 15px;
		margin-right: 5px;
	}
}
@media (max-width: 990px) {
	.navbar a {
		padding: 0 15px;
	}
}
@media (max-width: 972px) {
	.navbar a {
		padding: 0 14px;
	}
}
@media (max-width: 954px) {
	.navbar a {
		padding: 0 13px;
	}
}
@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: 936px) {
	.navbar a {
		padding: 0 12px;
	}
}
@media (max-width: 918px) {
	.navbar a {
		padding: 0 11px;
	}
}
@media (max-width: 900px) {
	.navbar a {
		padding: 0 10px;
	}
	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: 882px) {
	.navbar a {
		padding: 0 9px;
	}
}
@media (max-width: 864px) {
	.navbar a {
		padding: 0 8px;
	}
}
@media (max-width: 846px) {
	#shuffleplex a {
		padding: 0 0 0 10px;
	}
	.shuffleplex-label {
		display: none;
	}
}
@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-site-logo {
		padding: 20px 10px 15px 10px;
	}
	.footerplex-navplex {
		padding: 0 10px 20px 10px;
	}
	.footerplex-solespire-logo {
		padding: 1px 10px 15px 10px;
	}
	.footerplex-solespire {
		padding: 20px 10px 25px 10px;
	}
}
@media (max-width: 800px) {
	.navbar {
		font-size: 14px;
	}
	.langplex {
		font-size: 13px;
	}
}
@media screen and (max-width: 782px) {
	body.admin-bar #navplex {
		top: 46px;
	}
	body.admin-bar .navbar {
		top: 46px;
	}
}
@media (max-width: 772px) {
	.menu-desktop-container {
		display: none;
	}
	.navbar {
		font-size: 16px;
	}
	#langplex a {
		padding: 0 10px;
	}
	.langplex {
		font-size: 15px;
	}
	#shuffleplex a {
		color: #fff;
		padding: 0 10px;
	}
	.shuffleplex-label {
		display: inline-block;
	}
	#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 {
		color: #fff;
		text-align: center;
		display: block;
		height: 50px;
		line-height: 50px;
	}
	#navplex-toggle-icon > i.fas.fa-bars:hover { 
		color: #00b4ff;
	}
	#navplex-toggle-icon > i.fas.fa-times {
		color: #00b4ff;
		text-align: center;
		font-size: 1.2em;
		display: block;
		height: 50px;
		line-height: 50px;
	}
	#navplex-toggle-area > .menu-mobile-container {
		display: block;
		position: absolute;
		top: 110px;
		height: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li {
		display: block;
		float: left;
		background: rgba(01,01,01,0.95);
		border-bottom: 1px solid #333;
		width: 50%;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li:nth-last-child(-n+1) {
		border-bottom: 4px solid #00a4e8;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li.menu-100 {
		width: 100%;
		background-color: #222;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li.menu-33 {
		width: 33.33%;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li.menu-25 {
		width: 25%;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li a:hover {
		color: #fff;
		background: #00a4e8;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li a:active {
		background: #00a4e8;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile.menu > li:nth-child(2n) {
		border-right: none;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile > li > ul {
		display: block;
		list-style: none;
		padding-left: 0;
		position: initial !important;
	}
	#navplex-toggle-area > .menu-mobile-container > ul#navplex-mobile > 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-right {
	}
	.navplex-icon-social {
		font-size: 1.0em;
	}
}
@media (max-width: 700px) {
	.footerplex-services {
		margin: 30px 10px 30px 10px;
	}
}
@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) {
	.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) {
	#shuffleplex {
		font-size: 1.0em;
	}
	#langplex {
		border: none;
		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: 489px) {
	.siteplex-label {
		display: none;
	}
	#siteplex a {
		padding: 0 8px;
	}
	.siteplex-icon {
		margin-right: 0;
		font-size: 18px;
	}
	#langplex a {
		padding: 0 8px;
	}
}
@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;
	}
}
@media (max-width: 431px) {
	.shuffleplex-icon {
		margin-right: 0;
	}
	.shuffleplex-label {
		display: none;
	}
}
@media (max-width: 415px) {
	.footerplex-social ul li {
		padding: 0 9px;
	}
}
@media (max-width: 414px) {
	.no-sliderplex {
		padding-top: 20px;
	}
	.select2-container {
		width: 190px !important;
	}
}
@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: 387px) {
	.multiplex-profile-badge > .mpb-menu a {
		padding: 0 8px;
	}
}
@media (max-width: 383px) {
	.select2-container {
		width: 180px !important;
	}
	.footerplex-social ul li {
		padding: 0 7px;
	}
}
@media (max-width: 375px) {
	.no-sliderplex {
		padding-top: 15px;
	}
	.multiplex-profile-badge > .mpb-menu a {
		font-size: 15px;
	}
}
@media (max-width: 374px) {
	#navplex-toggle-icon {
		width: 36px;
	}
	.searchplex-form > form.searchbar > button.fas.fa-search {
		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) {
	.multiplex-profile-badge > .mpb-menu a {
		padding: 0 6px;
	}
}
@media (max-width: 341px) {
	.footerplex-social ul li {
		padding: 0 5px;
	}
}
@media (max-width: 325px) {
	.footerplex-social ul li {
		padding: 0 4px;
	}
}
@media (max-width: 321px) {
	.multiplex-profile-badge > .mpb-menu a {
		font-size: 14px;
	}
}
@media (max-width: 320px) {
	#langplex {
		display: none;
	}
	.heading-bar {
		font-size: 15px;
	}
	.heading-bar span {
		font-size: 15px;
		height: 35px;
		line-height: 35px;
		padding: 0 13px;
	}
	.select2-container {
		width: 158px !important;
	}
}
#multiplex-post-dark {
	background: #000;
	color: #fff;
}
#multiplex-post-dark h2 {
	color: #fff;
}
#multiplex-post-dark h3 {
	color: #fff;
}
#multiplex-post-dark h4 {
	color: #fff;
}
#multiplex-post-dark .heading-bar {
	background: url('./images/heading-bg-dark.png') center center repeat-x;
}
#multiplex-post-dark .heading-bar span {
	color: #fff;
	background: #222;
}
#multiplex-post-dark .entry-header h1 {
	color: #fff;
}
#multiplex-post-dark .entry-meta li {
	background: #131313;
}
#multiplex-post-dark .footerplex-site-logo {
	padding-top: 5px;
}
#multiplex-post-dark .footerplex-services a:hover {
	background: #222;
	border-bottom: 3px solid #0088c2;
}
@media (max-width: 700px) {
	#multiplex-post-dark .footerplex-services {
		margin: 30px 10px 15px 10px;
	}
}