/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 10px;
  margin: 0 0 0 0.5rem;
}

ul {
  list-style: disc;
}

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;
  max-width: 100%;
  	/*-webkit-filter: grayscale(1);
    	filter: grayscale(1);*/
}

figure {
  margin: 0 0 1em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 14px 20px;
  background: #0db995;
  border: 2px solid #0db995;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.button:active, .button:focus,
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,
a.button:active,
a.button:focus {
  text-decoration: none;
  box-shadow: none;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.button:active, .button:focus,
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,
a.button:active,
a.button:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

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,
select {
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  outline: 0;
  padding: 0 15px;
}
input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border: 1px solid #000000;
}

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 {
  border-color: #0db995;
  box-shadow: 0 0 15px rgba(13, 185, 149, 0.2);
}

textarea {
  width: 100%;
  min-height: 220px;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
}
textarea:active, textarea:focus {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  border-color: #0db995;
}

.select-wrap span.select {
  max-width: 100%;
  height: 52px;
  min-height: auto;
  max-height: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 50px;
  padding: 0 15px;
}
.select-wrap span.select:after {
  top: 0;
  right: 15px;
}

::placeholder {
  color: #333333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333333;
}

::-ms-input-placeholder {
  color: #333333;
}

/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f111";
    font-family: $fontawesome_pro;
    font-size: 22px;
    color: rgba(#000, .2);
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
 	position: absolute;
    left: 0;
    top: 0;
    content: "\f192";
    font-family: $fontawesome_pro;
    font-size: 22px;
    color: #0075dd;
    color: $primary_color;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
}*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.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.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
}
body p {
  line-height: 32px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 38px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

p {
  margin-bottom: 35px;
}

a,
button,
input {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #0db995;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

li > ul,
li > ol {
  margin-left: 0.5rem;
}

ul li a, ol li a {
  color: #333333;
}
ul li a:hover, ul li a:active, ul li a:focus, ol li a:hover, ol li a:active, ol li a:focus {
  color: #0db995;
}

blockquote {
  position: relative;
  background: rgba(0, 0, 0, 0.02);
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  color: #000000;
  line-height: 46px;
  padding: 20px 15px 20px 50px;
  margin: 35px 0 40px;
}
blockquote:before {
  position: absolute;
  top: 5%;
  left: 0;
  content: '';
  width: 5px;
  height: 90%;
  background: #0db995;
  font-family: "Nunito", sans-serif;
  font-size: 72px;
  line-height: 0;
}
blockquote em,
blockquote cite {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #0db995;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  text-align: left;
  margin-top: 10px;
}
blockquote p {
  font-size: 22px;
  color: #000000;
  line-height: 36px;
}
blockquote p:last-child, blockquote p:last-of-type {
  margin-bottom: 10px !important;
}

body h1,
.singular-classified h1 {
  font-size: 48px;
  line-height: 52px;
}
body h2,
.singular-classified h2 {
  font-size: 38px;
  line-height: 42px;
}
body h3,
.singular-classified h3 {
  font-size: 28px;
  line-height: 32px;
}
body h4,
.singular-classified h4 {
  font-size: 24px;
  line-height: 28px;
}
body h5,
.singular-classified h5 {
  font-size: 20px;
  line-height: 24px;
}
body h6,
.singular-classified h6 {
  font-size: 18px;
  line-height: 22px;
}

p:empty,
div:empty {
  display: none;
}

.fade:not(.show) {
  opacity: 1;
}

/*--------------------------------------------------------------
# Layouts and Frames
--------------------------------------------------------------*/
.container, .container-lg, .container-md, .container-sm, .container-xl,
.row,
.conatainer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.container:after {
  display: table;
  content: "";
  clear: both;
}

.wrap {
  background: none !important;
  padding: 0;
}

#content {
  max-width: 70% !important;
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}
#content .sidebar {
  max-width: 100%;
  padding-left: 0;
}

.sidebar {
  max-width: 30%;
  width: 100%;
  padding: 0 0 0 50px;
  margin: 0 !important;
  	/*.tmpl-theme-sidebar {
  		position: -webkit-sticky;
      	position: sticky;
  		top: 50px;
  		bottom: auto;
  		&:after {
  			display: table;
  			clear: both;
  			content: "";
  		}
  	}*/
}

.layout-1c #content {
  max-width: 100% !important;
}
.layout-1c .sidebar {
  max-width: 100%;
}

.layout-2c-l #content {
  float: right;
}
.layout-2c-l .sidebar {
  float: left;
  padding: 0 50px 0 0;
}

.tmpl-page .columns .columns {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 18px 15px;
}
.header #header {
  background: none;
}
.header #header .logreg-wrapper {
  margin-bottom: 10px;
}
.header #header .logreg-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header #header .logreg-wrapper ul li a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 16px;
}
.header #header .logreg-wrapper ul li:last-child a:before {
  position: absolute;
  top: 0;
  left: 5px;
  content: "/";
  font-size: 12px;
  font-weight: 800;
}
.header #header .logreg-wrapper ul li:first-child a {
  padding-left: 18px;
}
.header #header .logreg-wrapper ul li:first-child a:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "\f264";
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 700;
}
.header #header .header-wrap {
  display: flex;
  align-items: center;
}
.header #header .header-wrap #branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
  float: none;
  padding: 0;
  margin-right: 40px;
}
.header #header .header-wrap #branding hgroup {
  display: inline-block;
  vertical-align: middle;
}
.header #header .header-wrap #branding #site-title {
  min-width: 192px;
  font-size: 22px;
}
.header #header .header-wrap #branding #site-title a {
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.header #header .header-wrap #branding #site-description {
  opacity: .7;
  font-size: 14px;
  padding-top: 5px;
}
.header #header .header-wrap #branding .location_fld_wrapper {
  margin-left: 40px;
}
.header #header .header-wrap #branding .location_fld_wrapper #loc_city_link #directorytab {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 200px;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  padding: 8px 15px 7px;
}
.header #header .header-wrap #branding .location_fld_wrapper #loc_city_link #directorytab img {
  top: -1px;
  flex: 0 0 100%;
  max-width: 18px;
  margin: 0 5px 0 0;
}
.header #header .header-wrap #branding .location_fld_wrapper #loc_city_link #directorytab i {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.header #header .header-wrap #branding .location_fld_wrapper #loc_city_link #directorytab.directorytab_open {
  background: #0db995;
  color: #fff;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap {
  margin: 0;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left {
  line-height: normal;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left .my_nearest_city {
  display: block;
  padding-bottom: 10px;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left .horizontal_location_nav {
  padding: 0;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left .horizontal_location_nav ul {
  padding: 0;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left .horizontal_location_nav ul li h3 {
  position: relative;
  font-size: 16px;
  margin: 0;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left .horizontal_location_nav ul li a {
  position: relative;
  padding: 2px 0 2px 22px;
}
.header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation #location_navigation_wrap .d_location_navigation_left .horizontal_location_nav ul li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f037";
  font-family: "remixicon";
  color: #0db995;
}
.header #header .header-wrap .main-navigation {
  flex-grow: 1;
  text-align: right;
}
.header #header .header-wrap .main-navigation #nav-secondary {
  padding: 0;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container {
  padding: 0;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav {
  background: none;
  padding: 0;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu {
  text-align: left;
  vertical-align: middle;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul .logreg-wrapper {
  float: left;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li {
  margin-right: 40px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li:last-child {
  margin-right: 40px !important;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li a {
  transition: all 0.2s ease-in-out;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li a:hover, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li a:active, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li a:focus {
  color: #0db995;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login {
  margin-right: 0;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.user-link, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.redg-link {
  margin-right: 40px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.user-link a, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.redg-link a {
  padding-left: 15px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.user-link a:before, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.redg-link a:before {
  display: none;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.user-link a:after, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login.redg-link a:after {
  position: absolute;
  top: 15px;
  left: 5px;
  content: "/";
  font-size: 14px;
  color: #333333;
  font-weight: 800;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login a {
  padding-left: 22px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li.tmpl-login a:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "\f264";
  font-family: "remixicon";
  font-size: 16px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul {
  top: 100%;
  width: auto !important;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 9;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul li:last-child {
  border: none;
  margin-right: 0 !important;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul li.menu-item-has-children > a:after {
  top: 14px;
  right: 18px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul li a {
  transition: all 0.2s ease-in-out;
  padding: 14px 20px;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul li a:hover {
  transform: none;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li ul li ul {
  top: 0;
  left: 100%;
}
.header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li:hover > a, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li:active > a, .header #header .header-wrap .main-navigation #nav-secondary .menu-container nav .menu ul li:focus > a {
  color: #0db995;
}
.header #header .header-wrap .header-sidebar {
  float: none;
  padding: 0;
}
.header #header .header-wrap .header-sidebar .header-widget-wrap {
  width: inherit;
  float: none;
  padding: 0;
}
.header #header .header-wrap .header-sidebar .header-widget-wrap .sidebar {
  max-width: none;
  padding: 0;
}
.header #header .header-wrap .header-sidebar .header-widget-wrap .sidebar .widget .button {
  display: flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 12px 20px;
  margin: 0;
}
.header #header .header-wrap .header-sidebar .header-widget-wrap .sidebar .widget .button i {
  position: relative;
  top: -1px;
  font-size: 16px;
}

.sticky_main {
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 10px 15px !important;
}
.sticky_main #branding1 {
  float: none;
  position: static;
  background: none;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
}
.sticky_main #branding1 h1 {
  margin: 0;
}
.sticky_main #branding1 h1 a {
  font-size: 22px;
  font-weight: 700;
}
.sticky_main #branding1 h1 img {
  display: block;
}
.sticky_main #menu-secondary {
  position: static !important;
  width: auto !important;
}
.sticky_main #menu-secondary ul > li:last-child {
  margin-right: 0 !important;
}

.admin-bar .sticky_main {
  top: 32px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer_bottom {
  background: none;
  color: inherit;
  padding: 0;
}
#footer .footer_bottom a {
  font-size: inherit;
  color: inherit;
}
#footer .footer_bottom a:hover, #footer .footer_bottom a:active, #footer .footer_bottom a:focus {
  color: #0db995;
}
#footer .footer_bottom .credit-section {
  padding: 30px 0;
}
#footer .footer_bottom .credit-section .copyright {
  font-size: 16px;
  text-align: center;
  padding: 0;
}

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 90px;
}
.site-footer .widget {
  margin-bottom: 80px;
}
.site-footer .widget .widget-title {
  border: none;
  font-size: 22px;
  padding: 0;
  margin-bottom: 20px;
}
.site-footer .widget .widget-title:before {
  display: none;
}
.site-footer .footer-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-footer .footer-wrap .footer-widget-area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4%;
}
.site-footer .footer-wrap .footer-widget-area .footer-widget-cols {
  flex: 0 0 100%;
  max-width: 13%;
  margin: 0 0 0 4%;
}
.site-footer .footer-wrap .footer-widget-area .footer-widget-cols.fwa-col-1 {
  max-width: 32%;
}
.site-footer .footer-wrap .footer-widget-area .footer-widget-cols.fwa-col-4 {
  max-width: 26%;
}

.ft-contact-info p {
  position: relative;
  line-height: 26px;
  padding-left: 35px;
  margin-bottom: 15px !important;
}
.ft-contact-info i {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  font-size: 22px;
  color: #0db995;
  text-align: center;
}

/*--------------------------------------------------------------
# Inner Header
--------------------------------------------------------------*/
.inner-header {
  position: relative;
  background-color: #0db995;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 50px;
  background-image: url();
}
.inner-header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: .7;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}
.inner-header .post-title,
.inner-header .entry-title,
.inner-header .loop-title {
  position: relative;
  font-size: 36px;
  color: #fff;
  line-height: 42px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.inner-header .widget .widget-title {
  border: none;
  color: #fff;
  padding: 0;
}
.inner-header .widget .widget-title:before {
  display: none;
}
.inner-header.ih-search-head {
  margin-bottom: 76px;
}
.inner-header.ih-search-head .twp_search_cont,
.inner-header.ih-search-head .search {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  margin: 0;
}
.inner-header.ih-search-head .templatic-advanced-search {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 43px 0 40px;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1170px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px 140px 0 10px;
  margin: 0 auto;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .form_row {
  flex: 0 0 100%;
  max-width: calc(50% - 10px);
  text-align: left;
  margin: 0 10px 10px 0;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .form_row .form_cat_left ul {
  flex-wrap: nowrap;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .form_row .form_cat_left ul li {
  flex: 0 0 auto;
  max-width: none;
  margin: 0 25px 0 0;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .form_row .form_cat_left ul li:last-child {
  margin-right: 0;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .form_row .selectbox {
  max-width: 100%;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .adv_submit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 130px;
  margin: 0;
}
.inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .adv_submit:active {
  top: auto;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.hfeed.list .post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.hfeed.list .post:last-child {
  border: none;
  padding-bottom: 0;
}
.hfeed.list .post .post-blog-image {
  flex: 0 0 100%;
  max-width: 320px;
  margin-right: 40px;
}
.hfeed.list .post .post-blog-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.hfeed.list .post .entry-header {
  width: 100%;
}
.hfeed.list .post .entry-header .entry-title {
  max-width: 100%;
  font-size: 22px;
  line-height: 28px;
}
.hfeed.list .post .entry-header .byline {
  font-size: 16px;
  color: #888888;
}
.hfeed.list .post .entry-header .entry-summary p {
  line-height: 26px;
  padding-bottom: 0;
}
.hfeed.list .post .entry-header .entry-summary .moretag {
  display: block;
  width: 140px;
  background: #0db995;
  border-radius: 100px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: normal;
  padding: 11px 10px 9px;
  margin-top: 20px;
}
.hfeed.list .post .entry-header .entry-summary .moretag:hover, .hfeed.list .post .entry-header .entry-summary .moretag:active, .hfeed.list .post .entry-header .entry-summary .moretag:focus {
  background-color: #000000;
}
.hfeed.list .post .entry-header .post_info_meta {
  display: none;
  font-size: 16px;
  color: #888888;
}
.hfeed.list .post .entry-header .post_info_meta a {
  color: #888888;
}
.hfeed.list .post .entry-header .post_info_meta a:hover, .hfeed.list .post .entry-header .post_info_meta a:active, .hfeed.list .post .entry-header .post_info_meta a:focus {
  color: #0db995;
}

.tmpl-archive-list #content .hfeed p {
  margin-bottom: 0 !important;
}

.pagination {
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center;
}
.pagination.loop-pagination a, .pagination.loop-pagination span, .pagination.pagination-position a, .pagination.pagination-position span {
  min-width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #000000;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 10px;
  margin: 5px;
}
.pagination.loop-pagination a strong, .pagination.loop-pagination span strong, .pagination.pagination-position a strong, .pagination.pagination-position span strong {
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
.pagination.loop-pagination a.current, .pagination.loop-pagination span.current, .pagination.pagination-position a.current, .pagination.pagination-position span.current {
  background: #0db995;
  color: #fff;
}
.pagination.loop-pagination a.next, .pagination.loop-pagination a.prev, .pagination.loop-pagination span.next, .pagination.loop-pagination span.prev, .pagination.pagination-position a.next, .pagination.pagination-position a.prev, .pagination.pagination-position span.next, .pagination.pagination-position span.prev {
  padding: 0 20px;
}
.pagination.loop-pagination a:hover, .pagination.loop-pagination a:active, .pagination.loop-pagination a:focus, .pagination.loop-pagination span:hover, .pagination.loop-pagination span:active, .pagination.loop-pagination span:focus, .pagination.pagination-position a:hover, .pagination.pagination-position a:active, .pagination.pagination-position a:focus, .pagination.pagination-position span:hover, .pagination.pagination-position span:active, .pagination.pagination-position span:focus {
  background: #0db995;
  color: #fff;
}
.pagination.loop-pagination a:hover strong, .pagination.loop-pagination a:active strong, .pagination.loop-pagination a:focus strong, .pagination.loop-pagination span:hover strong, .pagination.loop-pagination span:active strong, .pagination.loop-pagination span:focus strong, .pagination.pagination-position a:hover strong, .pagination.pagination-position a:active strong, .pagination.pagination-position a:focus strong, .pagination.pagination-position span:hover strong, .pagination.pagination-position span:active strong, .pagination.pagination-position span:focus strong {
  background: none;
}

#listpagi {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 3%;
}

/*--------------------------------------------------------------
# Blog Detail Page
--------------------------------------------------------------*/
.breadcrumb {
  float: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 20px 0 0;
}
.breadcrumb .breadcrumb-trail {
  float: none;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  text-transform: none;
  padding: 0;
}
.breadcrumb .breadcrumb-trail a {
  color: #fff;
}
.breadcrumb .breadcrumb-trail a:hover, .breadcrumb .breadcrumb-trail a:active, .breadcrumb .breadcrumb-trail a:focus {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-trail .trail-end {
  color: #fff;
}

#content p {
  margin-bottom: 30px !important;
}
#content blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

.post.category-blog {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post .post-meta-wrap {
  margin-bottom: 25px;
}
.post .post-meta-wrap .byline {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #888888;
  margin-bottom: 0;
}
.post .post-meta-wrap .byline a {
  color: #888888;
}
.post .post-meta-wrap .byline a:hover, .post .post-meta-wrap .byline a:active, .post .post-meta-wrap .byline a:focus {
  color: #0db995;
}
.post .post-meta-wrap .byline .author {
  margin: 0 4px;
}
.post .post-meta-wrap .byline .published,
.post .post-meta-wrap .byline .edit {
  margin-left: 4px;
}
.post .entry-content .entry-thumbnail {
  margin-bottom: 25px;
}
.post .entry-content .entry-thumbnail img {
  display: block;
  border-radius: 8px;
  margin-bottom: 0;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #888888;
  padding-bottom: 18px !important;
}
.entry-meta .category,
.entry-meta .post_tag {
  font-size: 16px;
  color: #888888;
  line-height: normal;
  margin: 5px 0;
}
.entry-meta .category a,
.entry-meta .post_tag a {
  color: #888888;
}
.entry-meta .category a:hover, .entry-meta .category a:active, .entry-meta .category a:focus,
.entry-meta .post_tag a:hover,
.entry-meta .post_tag a:active,
.entry-meta .post_tag a:focus {
  color: #0db995;
}

body .social-media-share {
  display: flex;
  justify-content: center;
  float: none !important;
  background: rgba(0, 0, 0, 0.04);
  padding: 15px 0;
  margin: 45px 0 0 !important;
}
body .social-media-share li a {
  border: none;
  border-radius: 3px;
  line-height: normal;
  padding: 6px 15px;
  margin: 0 10px 0 0;
}
body .social-media-share li a .share {
  color: #fff !important;
}
body .social-media-share li a .count {
  background: none;
  border: none;
  color: #fff !important;
  padding: 0;
}
body .social-media-share li a .count:before, body .social-media-share li a .count:after {
  display: none;
}
body .social-media-share li .twitter_share a {
  background: #1da1f2 !important;
}
body .social-media-share li .facebook_share a {
  background: #3b5998 !important;
}
body .social-media-share li .googleplus_share a {
  background: #db4437 !important;
}
body .social-media-share li .pinit_share a {
  background: #bd081c !important;
}

.singular .loop-nav {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: none;
  padding: 60px 0 50px;
}
.singular .loop-nav a {
  min-width: 200px;
  background: #0db995;
  border: none;
  border-radius: 100px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
}
.singular .loop-nav a:hover, .singular .loop-nav a:active, .singular .loop-nav a:focus {
  background: #000;
}
.singular .loop-nav a span {
  background: none;
  border: none;
  line-height: inherit;
  color: inherit;
  padding: 0;
}
.singular .loop-nav a span:hover {
  background: none;
}

#comments-number,
#reply-title {
  font-size: 28px;
  font-weight: 700;
}

#reply-title {
  margin-top: 0;
}

#comments-template li .avatar-img img {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 200px;
  margin: 0;
}
#comments-template li .comment-wrap .comment-header {
  margin-bottom: 8px !important;
}
#comments-template li .comment-wrap .comment-header .comment-author {
  margin-right: 5px;
}
#comments-template li .comment-wrap .comment-header .comment {
  width: auto;
}
#comments-template li .comment-wrap .comment-author {
  margin-bottom: 0;
}
#comments-template li .comment-wrap .comment-author cite {
  font-size: 17px;
  color: #000000;
}
#comments-template li .comment-wrap .comment-content p {
  line-height: 26px;
  padding-bottom: 0;
  margin-bottom: 15px !important;
}
#comments-template li .comment-wrap .comment-meta .published {
  display: none;
}
#comments-template li .comment-wrap .comment-meta .comment-reply {
  padding: 0;
  margin: 0;
}
#comments-template li .comment-wrap .comment-meta .comment-reply:after {
  display: none;
}
#comments-template li .comment-wrap .comment-meta .comment-reply a {
  height: auto;
  border: 1px solid #0db995;
  border-radius: 100px;
  font-size: 12px;
  color: #0db995;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 17px;
  padding: 6px 16px 5px;
}
#comments-template li .comment-wrap .comment-meta .comment-reply a:hover, #comments-template li .comment-wrap .comment-meta .comment-reply a:active, #comments-template li .comment-wrap .comment-meta .comment-reply a:focus {
  background: #0db995;
  color: #fff;
}

#comments .comment-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}
#comments .comment-list li:last-child {
  border-bottom: 0;
}
#comments .comment-list li ol.children {
  padding-top: 40px;
}
#comments .comment-list li li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
}

.comment-respond {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
}
.comment-respond h3 {
  padding-top: 0 !important;
}
.comment-respond h3 #cancel-comment-reply-link {
  color: #0db995 !important;
}
.comment-respond h3 #cancel-comment-reply-link:hover, .comment-respond h3 #cancel-comment-reply-link:active, .comment-respond h3 #cancel-comment-reply-link:focus {
  text-decoration: underline;
}
.comment-respond form#commentform {
  padding: 0;
  margin-top: 20px;
}
.comment-respond form#commentform p {
  padding: 0;
  margin-bottom: 15px !important;
}
.comment-respond form#commentform p.log-in-out {
  padding-bottom: 0;
  margin-bottom: 10px !important;
}
.comment-respond form#commentform textarea {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.comment-respond form#commentform input[type="text"] {
  max-width: 100%;
}
.comment-respond form#commentform .comment_column2 {
  display: flex;
  flex-wrap: wrap;
}
.comment-respond form#commentform .comment_column2 .form-author {
  flex: 0 0 100%;
  max-width: 48%;
  margin-right: 4%;
}
.comment-respond form#commentform .comment_column2 .form-email {
  flex: 0 0 100%;
  max-width: 48%;
}
.comment-respond form#commentform .comment_column2 .form-url {
  flex: 0 0 100%;
  max-width: 100%;
}

#sidebar-after-singular {
  margin-top: 50px !important;
}
#sidebar-after-singular .widget {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  position: relative;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  padding: 0 0 8px 20px;
  margin-bottom: 15px;
}
.widget-title:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 5px;
  height: 17px;
  background: #0db995;
}

.widget h3 {
  color: #000000;
  padding: 0;
}
.widget .widget-title {
  position: relative;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  padding: 0 0 8px 20px;
  margin-bottom: 15px;
}
.widget .widget-title:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 5px;
  height: 17px;
  background: #0db995;
}
.widget ul li {
  border: none;
  padding: 0 0 0 20px;
  margin-bottom: 3px;
}

.sidebar .widget-title {
  position: relative;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 8px 20px;
  margin-bottom: 15px;
}
.sidebar .widget-title:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 5px;
  height: 17px;
  background: #0db995;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget ul li {
  position: relative;
}
.sidebar .widget ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 900;
}
.sidebar .widget ul li ul {
  border: none;
  padding: 0;
}
.sidebar .widget ul li ul li {
  padding: 0 0 0 20px;
}
.sidebar .archives ul li {
  padding: 0 0 0 20px !important;
}
.sidebar .categories .xoxo.categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.sidebar .categories .xoxo.categories li {
  flex: 0 0 100%;
  max-width: 48%;
  margin-left: 2%;
}

.search-form {
  position: relative;
}
.search-form:before {
  position: absolute;
  top: 10px;
  right: 14px;
  content: "\f0d1";
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
}
.search-form input[type="text"] {
  width: 100%;
  max-width: 100% !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  padding-right: 40px;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  border-radius: 0 3px 3px 0;
  border: none;
  font-size: 0;
  opacity: 0;
}

.templatic-advanced-search .searchform_wdgt .form_row {
  margin-bottom: 15px;
}
.templatic-advanced-search .searchform_wdgt .form_row.address_search .select-wrap {
  margin-top: 15px;
}
.templatic-advanced-search .searchform_wdgt .form_row .form_cat_left {
  padding: 0;
}
.templatic-advanced-search .searchform_wdgt .form_row .form_cat_left .hr_input_radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.templatic-advanced-search .searchform_wdgt .form_row .form_cat_left .hr_input_radio li {
  flex: 0 0 100%;
  max-width: 50%;
  padding: 0;
  margin: 5px 0 0;
}
.templatic-advanced-search .searchform_wdgt .form_row .form_cat_left .hr_input_radio li:before {
  display: none;
}
.templatic-advanced-search .searchform_wdgt .form_row .form_cat_left .hr_input_radio li label {
  margin: 0;
}
.templatic-advanced-search .searchform_wdgt .form_row .form_cat_left .hr_input_radio li input[type="radio"] {
  margin: 3px 3px 0 0;
}
.templatic-advanced-search .searchform_wdgt input[type="submit"] {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 14px 20px;
  background: #0db995;
  border: 2px solid #0db995;
  width: 100%;
}
.templatic-advanced-search .searchform_wdgt input[type="submit"]:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.templatic-advanced-search .searchform_wdgt input[type="submit"]:active, .templatic-advanced-search .searchform_wdgt input[type="submit"]:focus {
  text-decoration: none;
  box-shadow: none;
}
.templatic-advanced-search .searchform_wdgt input[type="submit"]:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.templatic-advanced-search .searchform_wdgt input[type="submit"]:active, .templatic-advanced-search .searchform_wdgt input[type="submit"]:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

.home_page_banner .templatic-advanced-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home_page_banner .templatic-advanced-search .widget-wrap {
  max-width: 1200px;
  width: 100%;
  padding: 0 25px;
}
.home_page_banner .templatic-advanced-search .widget-wrap .widget-title {
  border: none;
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
}
.home_page_banner .templatic-advanced-search .widget-wrap .widget-title:before {
  display: none;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 25px 155px 15px 25px;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt:before {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  z-index: -1;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .form_row {
  flex: 0 0 100%;
  max-width: calc(50% - 10px);
  text-align: left;
  margin: 0 10px 10px 0;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .form_row .form_cat_left ul {
  flex-wrap: nowrap;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .form_row .form_cat_left ul li {
  flex: 0 0 auto;
  max-width: none;
  margin: 0 25px 0 0;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .form_row .form_cat_left ul li:last-child {
  margin-right: 0;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .form_row .selectbox {
  max-width: 100%;
}
.home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .adv_submit {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 130px;
  margin: 0;
}

.widget-nav-menu ul li .sub-menu li {
  padding: 8px 0 8px 20px !important;
  margin: 0;
}
.widget-nav-menu ul li .sub-menu li:before {
  top: 10px;
}

.site-footer .widget-nav-menu ul li {
  display: inherit;
  border: none;
  padding: 0;
}

#wp-calendar {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  border-collapse: separate;
  border-spacing: 2px;
  margin-left: -2px;
}
#wp-calendar caption {
  display: none;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid #0db995;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 6px 0;
}
#wp-calendar tbody td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 500;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 10px;
}
#wp-calendar tbody td.pad {
  background: none;
  border: 0px none;
}
#wp-calendar tbody td#today {
  background: #0db995;
  color: #fff;
}
#wp-calendar tbody td a {
  color: #0db995;
}
#wp-calendar tfoot td {
  font-weight: 500;
  padding: 6px 0;
}
#wp-calendar tfoot td#prev {
  text-align: left;
}
#wp-calendar tfoot td#next {
  text-align: right;
}

.widget_recent_comments ul li {
  line-height: 26px;
  margin-bottom: 10px;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments ul li a {
  color: #333333 !important;
}
.widget_recent_comments ul li a:hover {
  color: #0db995 !important;
}

.gallery-item {
  margin-bottom: 10px;
}
.gallery-item img {
  border: none !important;
  border-radius: 5px;
  box-shadow: none;
  padding: 0;
}
.gallery-item img:hover {
  opacity: .7;
  border: none !important;
}

.social_media ul {
  display: flex;
  flex-wrap: wrap;
}
.social_media ul li {
  width: auto;
  padding: 0;
  margin: 0 8px 15px 0;
}
.social_media ul li:before {
  display: none;
}
.social_media ul li a {
  display: flex;
  align-items: center;
}
.social_media ul li a i {
  width: 42px;
  height: 42px;
  background: #0db995;
  border: none;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  vertical-align: center;
  margin-right: 0;
}
.social_media ul li a:hover i, .social_media ul li a:active i, .social_media ul li a:focus i {
  background: #000000;
}

.sidebar .social_media .social_media_list,
.cont_wid_area .social_media .social_media_list {
  margin-left: 0;
}
.sidebar .social_media .social_media_list li,
.cont_wid_area .social_media .social_media_list li {
  flex: 0 0 auto;
  max-width: none;
  margin: 0 0 5px 0;
}
.sidebar .social_media .social_media_list li a i,
.cont_wid_area .social_media .social_media_list li a i {
  font-size: 20px;
  line-height: 42px;
}

.site-footer .social_media {
  margin-top: -55px;
}
.site-footer .social_media .social_media {
  margin: 0;
}
.site-footer .social_media ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0 18px 10px 0;
}
.site-footer .social_media ul li a {
  min-height: auto;
}
.site-footer .social_media ul li a i {
  width: auto;
  height: auto;
  background: none;
  border: none;
  font-size: 21px;
  color: #0db995;
  line-height: normal;
  margin: 0;
}
.site-footer .social_media ul li a:hover i, .site-footer .social_media ul li a:active i, .site-footer .social_media ul li a:focus i {
  color: #000000;
}

.login_widget h3 {
  border: none;
  font-size: 22px;
  padding: 0;
  margin: 0;
}
.login_widget #tmpl_sign_up p {
  text-align: center;
  font-size: 14px;
}
.login_widget #tmpl_sign_up p a {
  color: #0db995;
  text-decoration: underline;
}
.login_widget #tmpl_sign_up p a:hover {
  color: #000000;
}
.login_widget #tmpl_sign_up #sign_up {
  margin: 0;
}

.all_category_list_widget .category_list_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  width: auto;
  margin-left: -2%;
}
.all_category_list_widget .category_list_wrap .category_list {
  position: relative;
  flex: 0 0 100%;
  max-width: 31.33%;
  min-height: 136px;
  background: rgba(0, 0, 0, 0.015);
  border-radius: 5px;
  padding: 10px 10px 10px 142px;
  margin: 0 0 2% 2%;
  /*&.no-cat-img {
  	padding: 10px;
  }*/
}
.all_category_list_widget .category_list_wrap .category_list .catimg {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 116px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.all_category_list_widget .category_list_wrap .category_list h3 {
  max-width: calc(100% - 50px);
  font-size: 18px;
  margin-bottom: 8px;
}
.all_category_list_widget .category_list_wrap .category_list h3 a {
  display: flex;
  align-items: center;
  color: #000000;
}
.all_category_list_widget .category_list_wrap .category_list h3 a:hover {
  color: #0db995;
}
.all_category_list_widget .category_list_wrap .category_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3%;
}
.all_category_list_widget .category_list_wrap .category_list ul li {
  display: flex;
  min-width: 47%;
  font-size: 0;
  color: #888888;
  line-height: 14px;
  margin: 6px 0 6px 3%;
}
.all_category_list_widget .category_list_wrap .category_list ul li a {
  flex-grow: 1;
  font-size: 14px;
  color: #333333;
}
.all_category_list_widget .category_list_wrap .category_list ul li a:hover {
  color: #0db995;
}
.all_category_list_widget .category_list_wrap .category_list ul li.view {
  position: absolute;
  top: 14px;
  right: 10px;
  min-width: auto;
  color: #0db995;
  line-height: normal;
  margin: 0;
}
.all_category_list_widget .category_list_wrap .category_list ul li.view a {
  font-size: 0;
}
.all_category_list_widget .category_list_wrap .category_list ul li.view a:after {
  content: "View All";
  font-size: 12px;
  color: #0db995;
  text-decoration: underline;
}
.all_category_list_widget .category_list_wrap .category_list ul li.view a:hover:after {
  color: #000000;
}

.layout-2c-l .off-canvas-wrap #content .home_page_content .widget.all_category_list_widget,
.layout-2c-r .off-canvas-wrap #content .home_page_content .widget.all_category_list_widget {
  margin-bottom: 70px !important;
}
.layout-2c-l .off-canvas-wrap #content .home_page_content .widget.all_category_list_widget:before,
.layout-2c-r .off-canvas-wrap #content .home_page_content .widget.all_category_list_widget:before {
  width: 100%;
  margin-left: 0;
}
.layout-2c-l .off-canvas-wrap #content .all_category_list_widget .category_list_wrap .category_list,
.layout-2c-r .off-canvas-wrap #content .all_category_list_widget .category_list_wrap .category_list {
  max-width: 47%;
}
.layout-2c-l .off-canvas-wrap #content .all_category_list_widget .category_list_wrap .category_list ul li.view,
.layout-2c-r .off-canvas-wrap #content .all_category_list_widget .category_list_wrap .category_list ul li.view {
  position: static;
  width: 100%;
  margin: 6px 0 6px 3%;
}

.Multi.City #widget_location .widget_location_nav {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px;
}
.Multi.City #widget_location .widget_location_nav li {
  padding: 0;
  margin: 0 0 15px;
}
.Multi.City #widget_location .widget_location_nav li:before {
  display: none;
}
.Multi.City #widget_location .widget_location_nav li:last-child {
  margin-bottom: 0;
}

.tmpl_search_classified .tmpl_filter_results {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 25px 5px;
}
.tmpl_search_classified .tmpl_filter_results h4 {
  font-size: 18px;
  margin: 0 0 10px;
}
.tmpl_search_classified .tmpl_filter_results ul li {
  padding: 0;
  margin-bottom: 8px;
}
.tmpl_search_classified .tmpl_filter_results ul li:before {
  display: none;
}
.tmpl_search_classified .tmpl_filter_results ul .search_range h4 {
  margin: 0;
}
.tmpl_search_classified .tmpl_filter_results ul .search_range #classified_price_range {
  background: none;
  height: 20px;
  padding: 0;
}
.tmpl_search_classified .tmpl_filter_results ul #classified-price-range.ui-widget-content {
  width: calc(100% - 15px);
  background: rgba(0, 0, 0, 0.08);
  margin: 12px 0 0;
}
.tmpl_search_classified .tmpl_filter_results ul #classified-price-range .ui-slider-range {
  display: block;
  background: #0db995;
}
.tmpl_search_classified .tmpl_filter_results ul #classified-price-range .ui-slider-handle {
  top: -7px;
  width: 16px;
  height: 16px;
  border: 2px solid #0db995;
}
.tmpl_search_classified .tmpl_filter_results ul.horizontal_location_nav {
  margin-bottom: 23px;
}
.tmpl_search_classified .tmpl_filter_results ul.flt-pstatus {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px !important;
}
.tmpl_search_classified .tmpl_filter_results ul.flt-pstatus li {
  display: flex !important;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 50%;
  margin: 0 0 10px !important;
}
.tmpl_search_classified .tmpl_filter_results ul.flt-pstatus li label {
  line-height: 20px;
  margin: 0;
}
.tmpl_search_classified .tmpl_filter_results ul.flt-pstatus li input[type="checkbox"] {
  position: relative;
  top: 6px;
  margin-right: 8px !important;
}
.tmpl_search_classified .tmpl_filter_results ul.flt-pstatus .select-wrap {
  width: 100%;
  margin: -5px 0 10px;
}

.tmpl_classified_seller .tmpl-seller-details {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px;
  margin-top: 100px;
}
.tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-photo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: -100px auto 10px;
}
.tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-photo img {
  width: 100%;
  background: #fff;
  border: 1px solid #0db995;
  border-radius: 300px;
  padding: 3px;
}
.tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-detail-rt {
  display: block;
  width: 100%;
  text-align: center;
}
.tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-detail-rt .title {
  font-size: 24px;
  padding: 0;
  margin-bottom: 8px !important;
}
.tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-detail-rt .button {
  background: #0db995;
  color: #fff;
  padding: 11px 15px 9px;
}
.tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-detail-rt .button:hover, .tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-detail-rt .button:active, .tmpl_classified_seller .tmpl-seller-details .seller-top_wrapper .tmpl-seller-detail-rt .button:focus {
  background: #000000;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks {
  text-align: center;
  margin: 10px 0 15px;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a {
  width: 42px;
  height: 42px;
  background: #0db995;
  border: none;
  border-radius: 200px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a:hover {
  opacity: .8;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a span {
  display: none;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a i {
  width: auto;
  font-style: normal;
  padding: 0;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a i:before {
  font-family: "remixicon";
  font-size: 22px;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a i:after {
  display: none;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#facebook {
  background: #3b5998;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#facebook i:before {
  content: "\ecbc";
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#twitter {
  background: #1da1f2;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#twitter i:before {
  content: "\f23a";
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#google {
  background: #db4437;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#google i:before {
  content: "\edd4";
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#linkedin {
  background: #007bb5;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#linkedin i:before {
  content: "\eeb5";
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#instagram {
  background: #c32aa3;
}
.tmpl_classified_seller .tmpl-seller-details .agent-social-networks a#instagram i:before {
  content: "\ee65";
}
.tmpl_classified_seller .tmpl-seller-details .website,
.tmpl_classified_seller .tmpl-seller-details .phone {
  text-align: center;
  margin-bottom: 10px !important;
}
.tmpl_classified_seller .tmpl-seller-details .website a,
.tmpl_classified_seller .tmpl-seller-details .phone a {
  line-height: normal;
}
.tmpl_classified_seller .tmpl-seller-details .website a i,
.tmpl_classified_seller .tmpl-seller-details .phone a i {
  position: relative;
  top: 4px;
  margin-right: 0;
}
.tmpl_classified_seller .tmpl-seller-details .website a i:before,
.tmpl_classified_seller .tmpl-seller-details .phone a i:before {
  content: "\edcf";
  font-family: "remixicon";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
.tmpl_classified_seller .tmpl-seller-details .phone i {
  position: relative;
  top: 0;
  margin-right: 0;
}
.tmpl_classified_seller .tmpl-seller-details .phone i:before {
  content: "\efec" !important;
  font-family: "remixicon";
  font-size: 22px !important;
  font-weight: 400;
  font-style: normal;
}

.contact_widget .success_msg {
  line-height: normal;
  margin-bottom: 15px !important;
}
.contact_widget #contact_widget_frm {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px;
}
.contact_widget #contact_widget_frm .form_row {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.contact_widget #contact_widget_frm .form_row span.error, .contact_widget #contact_widget_frm .form_row span.message_error {
  display: block !important;
  line-height: normal;
  margin-top: 2px;
}
.contact_widget #contact_widget_frm input[type="submit"] {
  width: 100%;
  margin: 0;
}

.googlemap.direction #tevolution_location_map .tevolution_google_map {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.googlemap.direction #tevolution_location_map .tevolution_google_map #map-container {
  border-radius: 5px;
  margin-bottom: 0;
}
.googlemap.direction #tevolution_location_map .tevolution_google_map .get_direction {
  padding: 25px;
}
.googlemap.direction #tevolution_location_map .tevolution_google_map .get_direction .google-map-directory .button {
  width: 100%;
  margin-top: 10px;
}

.tevolution_author_listing .featured_agent_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.tevolution_author_listing .featured_agent_list li:last-child {
  margin-bottom: 0;
}
.tevolution_author_listing .featured_agent_list li:before {
  display: none;
}
.tevolution_author_listing .featured_agent_list li a {
  float: none;
  flex: 0 0 100%;
  max-width: 70px;
  width: 100%;
  margin: 0 20px 0 0;
}
.tevolution_author_listing .featured_agent_list li a img {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 200px;
}
.tevolution_author_listing .featured_agent_list li .author_info {
  float: none;
}
.tevolution_author_listing .featured_agent_list li .author_info .title {
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2px !important;
}
.tevolution_author_listing .featured_agent_list li .author_info .post-count {
  line-height: normal;
}

.googlemap .wid_gmap #map-canvas {
  border-radius: 5px;
}

.search_key .search_nearby_widget .searchform_wdgt {
  position: relative;
  display: flex;
}
.search_key .search_nearby_widget .searchform_wdgt input[type="text"] {
  max-width: calc(100% - 118px);
  width: 100%;
  margin-right: 10px;
}
.search_key .search_nearby_widget .searchform_wdgt input[type="submit"] {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 14px 20px;
  background: #0db995;
  border: 2px solid #0db995;
  margin: 0;
}
.search_key .search_nearby_widget .searchform_wdgt input[type="submit"]:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.search_key .search_nearby_widget .searchform_wdgt input[type="submit"]:active, .search_key .search_nearby_widget .searchform_wdgt input[type="submit"]:focus {
  text-decoration: none;
  box-shadow: none;
}
.search_key .search_nearby_widget .searchform_wdgt input[type="submit"]:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.search_key .search_nearby_widget .searchform_wdgt input[type="submit"]:active, .search_key .search_nearby_widget .searchform_wdgt input[type="submit"]:focus {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

.neighborhood.widget .neighborhood_widget .nearby_distance li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li:before {
  display: none;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li .nearby_image {
  flex: 0 0 100%;
  max-width: 70px;
  margin: 2px 20px 0 0;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li .nearby_image img {
  border-radius: 5px;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li .nearby_content h4 {
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li .nearby_content h4 a {
  line-height: 20px;
}
.neighborhood.widget .neighborhood_widget .nearby_distance li .nearby_content p {
  line-height: 20px;
  padding-bottom: 0;
}

.tmpl-classified-related h3 {
  position: relative;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  padding: 0 0 8px 20px;
  margin-bottom: 15px;
}
.tmpl-classified-related h3:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 5px;
  height: 17px;
  background: #0db995;
}
.tmpl-classified-related #loop_classified_taxonomy {
  margin: 0;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li:before {
  display: none;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-left {
  flex: 0 0 100%;
  max-width: 70px;
  margin: 4px 20px 0 0;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-left img {
  border-radius: 5px;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-right {
  width: auto;
  margin: 0;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-right h4 {
  line-height: 20px;
  margin: 0 0 5px;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-right h4 a {
  font-size: 18px;
  line-height: inherit;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-right p {
  font-size: 15px;
  line-height: 20px;
}
.tmpl-classified-related #loop_classified_taxonomy .loop_related_list li .post-right span {
  font-size: 15px;
  margin-bottom: 0;
}

.popular_posts ul li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.popular_posts ul li:last-child {
  margin-bottom: 0;
}
.popular_posts ul li:before {
  display: none;
}
.popular_posts ul li a {
  float: none;
  flex: 0 0 100%;
  max-width: 70px;
  width: 100%;
  margin: 0 20px 0 0;
}
.popular_posts ul li a img {
  width: 100%;
  border-radius: 5px;
}
.popular_posts ul li .post_data h3 a {
  font-size: 18px;
  line-height: 20px;
}
.popular_posts ul li .post_data p {
  line-height: 20px;
}
.popular_posts ul li .post_data p span {
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.popular_posts ul li .post_data p .views {
  border: none !important;
  margin-right: 15px !important;
}
.popular_posts ul li .post_data p .views a {
  margin: 0;
}
.popular_posts .postpagination {
  margin-top: 10px;
}
.popular_posts .postpagination a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  color: #333333;
  font-weight: 600;
  line-height: 23px;
}
.popular_posts .postpagination a:hover, .popular_posts .postpagination a:active, .popular_posts .postpagination a:focus {
  background: #0db995;
  color: #fff;
}
.popular_posts .postpagination a.active {
  background: #0db995;
  color: #fff;
}

.recent_reviews .recent_comments li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.recent_reviews .recent_comments li:last-child {
  margin-bottom: 0;
}
.recent_reviews .recent_comments li:before {
  display: none;
}
.recent_reviews .recent_comments li span {
  float: none;
  flex: 0 0 100%;
  max-width: 70px;
  width: 100%;
  margin: 0 20px 0 0;
}
.recent_reviews .recent_comments li span a img {
  width: 100%;
  border-radius: 5px;
}
.recent_reviews .recent_comments li .review_info {
  line-height: 22px;
}
.recent_reviews .recent_comments li .review_info .title {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.recent_reviews .recent_comments li .review_info .rating {
  margin-bottom: 5px;
}
.recent_reviews .recent_comments li .review_info .comment_excerpt {
  width: 110px;
  border: 1px solid #0db995;
  border-radius: 100px;
  font-size: 0;
  color: #0db995;
  line-height: normal;
  text-align: center;
  padding: 4px 15px;
  margin-top: 10px;
}
.recent_reviews .recent_comments li .review_info .comment_excerpt:after {
  font-size: 16px;
  content: "Read More";
}
.recent_reviews .recent_comments li .review_info .comment_excerpt:hover, .recent_reviews .recent_comments li .review_info .comment_excerpt:active, .recent_reviews .recent_comments li .review_info .comment_excerpt:focus {
  background: #0db995;
  color: #fff;
}

.subscribe p {
  line-height: 22px;
}
.subscribe .subscriber_container {
  margin-top: 15px;
}
.subscribe .subscriber_container form {
  display: flex;
}
.subscribe .subscriber_container form input[type="text"] {
  flex: 0 0 100%;
  max-width: calc(50% - 76px);
  margin: 0 10px 0 0;
}
.subscribe .subscriber_container form input[type="submit"] {
  margin: 0;
  z-index: 1;
}

.sidebar .subscribe .subscriber_container form,
.site-footer .subscribe .subscriber_container form {
  flex-wrap: wrap;
}
.sidebar .subscribe .subscriber_container form input[type="text"],
.site-footer .subscribe .subscriber_container form input[type="text"] {
  max-width: 100%;
  margin: 0 0 10px;
}
.sidebar .subscribe .subscriber_container form input[type="submit"],
.site-footer .subscribe .subscriber_container form input[type="submit"] {
  width: 100%;
}
.sidebar .subscribe .subscriber_container input[type="submit"],
.site-footer .subscribe .subscriber_container input[type="submit"] {
  width: 100%;
}

.search_miles_range .searchform_wdgt .search_range {
  display: flex;
  flex-wrap: wrap;
}
.search_miles_range .searchform_wdgt .search_range #range_address {
  flex: 0 0 100%;
}
.search_miles_range .searchform_wdgt .search_range label {
  flex: 0 0 auto;
  text-align: center;
  line-height: normal;
  margin: 12px 0 0;
}
.search_miles_range .searchform_wdgt .search_range #radius_range {
  flex: 0 0 auto;
  flex-grow: 1;
  width: auto;
  height: 20px;
  text-align: right;
  padding-right: 0;
  margin-top: 14px;
}
.search_miles_range .searchform_wdgt #radius-range.ui-widget-content {
  width: calc(100% - 15px);
  background: rgba(0, 0, 0, 0.08);
  margin: 12px 0 0;
}
.search_miles_range .searchform_wdgt #radius-range .ui-slider-range {
  display: block;
  background: #0db995;
}
.search_miles_range .searchform_wdgt #radius-range .ui-slider-handle {
  top: -7px;
  width: 16px;
  height: 16px;
  border: 2px solid #0db995;
}

body .ui-widget-content.ui-autocomplete.ui-front {
  max-width: 310px;
}

.twitter.widget .templatic_twitter_widget li {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  line-height: normal;
  padding: 15px 15px 15px 50px;
  margin-bottom: 10px;
}
.twitter.widget .templatic_twitter_widget li:before {
  position: absolute;
  top: 12px;
  left: 18px;
  content: "\f23b";
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
  font-weight: 400;
}
.twitter.widget .templatic_twitter_widget li .twit_time {
  font-size: 14px;
  color: #888888;
}
.twitter.widget .follow_us_twitter {
  display: block;
  font-family: "Nunito", sans-serif;
  color: #0db995;
  text-align: center;
  line-height: normal;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.tags.widget .term-cloud {
  display: flex;
  flex-wrap: wrap;
}
.tags.widget .term-cloud a {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  line-height: normal;
  font-size: 15px !important;
  color: inherit;
  padding: 6px 10px;
  margin: 0 8px 8px 0;
}
.tags.widget .term-cloud a:hover, .tags.widget .term-cloud a:active, .tags.widget .term-cloud a:focus {
  border-color: #0db995;
  color: #0db995;
}

.hiw-widget .widget-head {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 55px;
}
.hiw-widget .widget-head .widget-title {
  margin-bottom: 10px;
}
.hiw-widget .hiw-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -3%;
}
.hiw-widget .hiw-info-wrap .hiw-items {
  flex: 0 0 100%;
  max-width: 30.33%;
  text-align: center;
  margin: 0 0 3% 3%;
}
.hiw-widget .hiw-info-wrap .hiw-items .hiw-icon {
  width: 80px;
  height: 80px;
  border: 3px solid #0db995;
  border-radius: 200px;
  font-size: 34px;
  color: #0db995;
  line-height: 74px;
  margin: 0 auto 25px;
}
.hiw-widget .hiw-info-wrap .hiw-items .hiw-title {
  font-size: 26px;
}
.hiw-widget .hiw-info-wrap .hiw-items .hiw-info {
  line-height: 30px;
}

.tmpl-recent-locations-widget {
  background: rgba(0, 0, 0, 0.015);
  padding: 90px 0 100px;
}
.tmpl-recent-locations-widget .trlw-widget .widget-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}
.tmpl-recent-locations-widget .trlw-widget .widget-head .left-col {
  flex: 0 0 100%;
  max-width: calc(100% - 90px);
}
.tmpl-recent-locations-widget .trlw-widget .widget-head .left-col .widget-title {
  margin-bottom: 5px;
}
.tmpl-recent-locations-widget .trlw-widget .widget-head .left-col p {
  line-height: 28px;
}
.tmpl-recent-locations-widget .trlw-widget .widget-head .right-col {
  flex-grow: 1;
  text-align: right;
}
.tmpl-recent-locations-widget .trlw-widget .widget-head .right-col .view-all {
  display: inline-block;
  border: 2px solid #0db995;
  border-radius: 100px;
  font-size: 13px;
  color: #0db995;
  font-weight: 700;
  line-height: normal;
  padding: 8px 15px 6px;
  margin-bottom: 10px;
}
.tmpl-recent-locations-widget .trlw-widget .widget-head .right-col .view-all:hover {
  background: #0db995;
  color: #fff;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel {
  margin-bottom: 0;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  margin: 0 25px 0 0;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a {
  display: block;
  position: relative;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a img {
  display: block;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a .rlw-city-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  color: #fff;
  line-height: normal;
  padding: 40px 20px 20px;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a .rlw-city-wrap .left-col {
  flex-grow: 1;
  text-align: left;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a .rlw-city-wrap .left-col h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 0;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a .rlw-city-wrap .left-col strong {
  font-size: 14px;
  line-height: normal;
}
.tmpl-recent-locations-widget .trlw-widget .rlw-carousel ul li a .rlw-city-wrap .right-col .rlw-contry-name {
  display: inline-block;
  background: #0db995;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 13px;
  padding: 10px 12px 9px;
}
.tmpl-recent-locations-widget .flex-direction-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  margin-top: -24px;
}
.tmpl-recent-locations-widget .flex-direction-nav li {
  overflow: visible !important;
  margin: 0 !important;
}
.tmpl-recent-locations-widget .flex-direction-nav li a {
  position: static !important;
  margin: 0;
}
.tmpl-recent-locations-widget .flex-direction-nav li a.flex-prev, .tmpl-recent-locations-widget .flex-direction-nav li a.flex-next {
  width: 48px;
  height: 48px;
  border: 2px solid #0db995;
  border-radius: 100px;
  font-size: 18px;
  color: #0db995;
  line-height: 42px;
  z-index: 99;
  margin: 0 20px;
}
.tmpl-recent-locations-widget .flex-direction-nav li a.flex-prev:hover, .tmpl-recent-locations-widget .flex-direction-nav li a.flex-next:hover {
  background: #0db995;
  color: #fff;
}
.tmpl-recent-locations-widget .flex-direction-nav li a:before {
  display: none;
}

.widget_supreme_banner_slider {
  position: relative;
}
.widget_supreme_banner_slider:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.widget_supreme_banner_slider .widget-inside .flexslider {
  position: relative;
}
.widget_supreme_banner_slider .widget-inside .flexslider .widget-title {
  padding-top: 25px;
  margin: 0 0 10px !important;
}
.widget_supreme_banner_slider .widget-inside .flexslider p {
  max-width: 800px;
  line-height: 26px;
  margin: 0 auto 25px !important;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li {
  background: #000;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li img {
  opacity: .5;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li a h2 {
  left: 50%;
  bottom: 30px;
  width: 100%;
  max-width: 1170px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: normal;
  padding: 15px;
  margin-left: -585px;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li {
  margin: 0;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list .link_img img {
  border-radius: 5px;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list .slider-post {
  left: 50%;
  bottom: 30px;
  width: 100%;
  max-width: 1170px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 25px;
  margin-left: -585px;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list .slider-post h2 {
  padding: 0;
  margin-bottom: 0;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list .slider-post h2 a {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list .slider-post .slider_post_excerpt {
  line-height: 26px;
  margin-top: 10px;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list h2 {
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  border-radius: 5px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 10px;
}
.widget_supreme_banner_slider .widget-inside .flexslider ul.slides li .post_list h2 a {
  color: #000000;
  font-weight: 700;
  line-height: 22px;
}
.widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a {
  top: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #0db995;
  border-radius: 100px;
  font-size: 18px;
  color: #0db995;
  line-height: 42px;
  margin-top: 20px;
  z-index: 99;
}
.widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a.flex-prev {
  left: 20px;
}
.widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a.flex-prev i {
  margin-left: -3px;
}
.widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a.flex-next {
  right: 20px;
}
.widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a.flex-next i {
  margin-right: -3px;
}
.widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a:hover {
  background: #0db995;
  color: #fff;
}
.widget_supreme_banner_slider .widget-inside .flexslider.slider_carousel ul.slides {
  padding: 20px 0 20px 20px;
}
.widget_supreme_banner_slider .widget-inside .flexslider.slider_carousel ul.slides li {
  margin: 0;
}
.widget_supreme_banner_slider .widget-inside .flexslider.slider_carousel ul.slides li img {
  width: auto;
  max-width: 100%;
}
.widget_supreme_banner_slider .widget-inside .flexslider.slider_carousel .flex-direction-nav li a i {
  position: static;
}
.widget_supreme_banner_slider .widget-inside .flexslider.slider_carousel .flex-direction-nav li a.flex-prev {
  left: 40px;
}

.inner-header .search {
  float: none;
  margin: 0 auto;
}
.inner-header .search h3 {
  color: #fff;
}
.inner-header .search form {
  max-width: 1170px;
  margin: 0 auto;
}

#widget_loop_classified .title-subtitle .widget-title {
  position: relative;
}
#widget_loop_classified .title-subtitle .widget-title .more {
  position: absolute;
  top: 15px;
  right: 2px;
  font-size: 16px;
  color: #0db995;
  font-weight: 700;
  text-decoration: underline;
}
#widget_loop_classified .title-subtitle .widget-title .more:hover {
  color: #000000;
}
#widget_loop_classified #loop_listing_taxonomy.grid {
  margin-left: -2% !important;
  margin-bottom: -2%;
}
#widget_loop_classified #loop_listing_taxonomy.grid .post {
  max-width: 31.33%;
  margin: 0 0 2% 2%;
}
#widget_loop_classified #loop_listing_taxonomy .post .classified-title .entry-title {
  font-size: 20px !important;
  margin: 0 10px 0 0 !important;
}
#widget_loop_classified #loop_listing_taxonomy .post .classified-title .show-mobile {
  display: none;
}
#widget_loop_classified #loop_listing_taxonomy .post .classified-info .other_custom_fields li {
  padding-left: 0;
}

#map_canvas .google-map-info .map-inner-wrapper .map-item-info {
  position: relative;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
  font-family: "Nunito", sans-serif;
  line-height: normal;
  text-align: left;
  padding: 0 15px 15px;
  margin-bottom: 12px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  margin-left: -12px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info .map-item-img {
  position: static !important;
  width: calc(100% + 30px) !important;
  height: auto !important;
  margin: 0 -15px 15px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info .map-item-img:after {
  display: table;
  clear: both;
  content: "";
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info .map-item-img a {
  padding: 0;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info .map-item-img img {
  width: 100%;
  box-shadow: none;
  border-radius: 8px 8px 0 0;
  padding: 0;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info h6 {
  margin-bottom: 10px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info h6 a span {
  font-size: 18px;
  font-weight: 700;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p {
  display: flex;
  font-size: 13px;
  color: #777;
  line-height: 18px;
  padding: 0;
  margin-bottom: 10px !important;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p a {
  color: #0db995;
  text-decoration: underline;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p:before {
  position: relative;
  font-family: "remixicon";
  font-size: 16px;
  color: #0db995;
  margin-right: 5px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p.address:before {
  top: -1px;
  content: "\ef14";
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p.contact:before {
  content: "\efec";
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p.website:before {
  content: "\edcf";
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info p.website a {
  text-transform: capitalize;
  margin-left: 2px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info .map_rating {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 8px 0 0 !important;
  margin-top: 15px;
}
#map_canvas .google-map-info .map-inner-wrapper .map-item-info .map_rating a {
  font-size: 13px;
  color: #777;
  text-transform: capitalize;
}

.pe_advsearch_form {
  background: #fff;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
  border-radius: 8px;
  left: 15px;
  bottom: 15px;
}
.pe_advsearch_form .paf_search input[type="text"] {
  height: 42px;
}
.pe_advsearch_form #toggle_postID {
  margin-bottom: 0;
}
.pe_advsearch_form #toggle_postID .mw_cat_title #classified_toggle {
  margin-top: -2px;
}
.pe_advsearch_form #toggle_postID .custom_categories label input[type="checkbox"] {
  position: relative;
  top: -2px;
}

.testimonials {
  text-align: center;
}
.testimonials .testimonials_wrap {
  width: 100%;
  max-width: 820px;
  color: #000000;
  font-style: italic;
  margin: 0 auto;
}
.testimonials .testimonials_wrap > div {
  background: none !important;
  padding: 0;
}
.testimonials .testimonials_wrap > div:before {
  display: block;
  position: static;
  width: 80px;
  content: "\ec51";
  font-family: "remixicon";
  font-size: 72px;
  color: #0db995;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  margin: 0 auto 20px;
}
.testimonials .testimonials_wrap > div .wpb_gravatar {
  display: block;
  width: 94px;
  height: 94px;
  border: 2px solid #0db995;
  border-radius: 300px;
  margin: 25px auto 15px;
}
.testimonials .testimonials_wrap > div cite {
  clear: both;
  font-size: 22px;
  font-style: normal;
  margin: 0;
}
.testimonials .testimonial_external_link {
  display: inline-block;
  float: none;
  clear: both;
  font-size: 14px;
  text-decoration: underline;
}

.flexslider .flex-direction-nav {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.flexslider:hover .flex-direction-nav {
  opacity: 1;
}

.flicker_photos .Flicker .flickr_pics_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.flicker_photos .Flicker .flickr_pics_wrap ul li {
  padding: 0;
  margin: 0 0 10px 10px;
}
.flicker_photos .Flicker .flickr_pics_wrap ul li:before {
  display: none;
}
.flicker_photos .Flicker .flickr_pics_wrap ul li img {
  display: block;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.tmpl-404-page #content {
  max-width: 100%;
}
.tmpl-404-page #content .wrap404 {
  max-width: 900px;
  border-radius: 5px;
  border: none;
  padding: 80px 0;
  margin: 0 auto;
}
.tmpl-404-page #content .wrap404 h4 {
  font-size: 62px;
  color: #0db995;
  line-height: 72px;
  margin-bottom: 30px;
}
.tmpl-404-page #content .wrap404 p {
  font-size: 18px;
  margin-bottom: 0 !important;
}
.tmpl-404-page #content .wrap404 p a {
  color: #0db995;
  text-transform: capitalize;
  text-decoration: underline;
}
.tmpl-404-page #content .wrap404 .desc404 {
  margin-bottom: 50px;
}
.tmpl-404-page #content .wrap404 .search404 {
  max-width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Author Page
--------------------------------------------------------------*/
.author_cont {
  display: flex;
  flex-wrap: wrap;
}
.author_cont .author_photo {
  flex: 0 0 100%;
  max-width: 200px;
  border: none;
  margin: 0 0 50px;
}
.author_cont .author_photo img {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 500px;
}
.author_cont .author_photo .editProfile {
  padding: 0;
  margin-top: 20px;
}
.author_cont .author_photo .editProfile a {
  display: inline-block;
  background: #0db995;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
}
.author_cont .author_photo .editProfile a:hover, .author_cont .author_photo .editProfile a:active, .author_cont .author_photo .editProfile a:focus {
  background: #000000;
}
.author_cont .right_box {
  flex: 0 0 100%;
  max-width: calc(100% - 200px);
  padding-left: 40px;
  margin-bottom: 50px;
}
.author_cont .right_box .user_dsb_cf div {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.author_cont .right_box .user_dsb_cf div p {
  line-height: 26px;
  padding-bottom: 0;
}
.author_cont .right_box .user_dsb_cf div p:last-child {
  margin-bottom: 0 !important;
}
.author_cont .right_box .user_dsb_cf div label {
  flex: 0 0 100%;
  max-width: 180px;
  width: 100%;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.author_cont .tabs {
  flex: 0 0 100%;
  max-width: 100%;
}
.author_cont .hfeed {
  flex: 0 0 100%;
  max-width: 100%;
}
.author_cont .pagination {
  padding: 0;
}

#content .author_cont p:last-child {
  margin-bottom: 0 !important;
}

.author_social_networks.social_media .social_media_list {
  padding: 0;
  margin: 0;
}
.author_social_networks.social_media .social_media_list li {
  flex: 0;
  max-width: none;
}
.author_social_networks.social_media .social_media_list li a:hover i {
  color: #fff;
}

.wordpress .tabs {
  border-bottom: 2px solid #0db995;
  margin: 0 0 30px;
}
.wordpress .tabs li {
  margin-right: 8px !important;
}
.wordpress .tabs li.normal {
  padding: 8px 15px 0 0;
  margin-right: 0 !important;
}
.wordpress .tabs li.tab-title a {
  background: rgba(0, 0, 0, 0.05);
  border-color: transparent !important;
  border-radius: 5px 5px 0 0;
  font-size: inherit;
  padding: 16px 20px 13px;
  margin-bottom: -2px;
}
.wordpress .tabs li.tab-title a:hover {
  background: #0db995;
  color: #fff;
}
.wordpress .tabs li.tab-title.active a {
  top: 0;
  border: 2px solid #0db995 !important;
  border-bottom: none !important;
  color: #0db995;
  font-weight: 400;
  margin-top: 0;
}
.wordpress .tabs li.tab-title.active a:hover {
  background: #fff;
  border-bottom-color: #fff;
}

.tbl-row {
  width: 100%;
}

.trans-pagin {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.trans-pagin a, .trans-pagin span {
  display: inline-block;
  min-width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 10px;
  margin: 0 2px;
}
.trans-pagin a:hover, .trans-pagin a:active, .trans-pagin a:focus, .trans-pagin span:hover, .trans-pagin span:active, .trans-pagin span:focus {
  background: #0db995;
  color: #fff;
}
.trans-pagin a.next, .trans-pagin a.prev {
  font-size: 0;
}
.trans-pagin a.next:before, .trans-pagin a.prev:before {
  font-size: 14px;
}
.trans-pagin a.next {
  padding: 0 14px 0 20px;
}
.trans-pagin a.next:before {
  content: "NEXT";
}
.trans-pagin a.prev {
  padding: 0 9px 0 20px;
}
.trans-pagin a.prev:before {
  content: "PREVIOUS";
}
.trans-pagin span {
  background: #0db995;
  color: #fff;
}

.pagination {
  flex: 0 0 100%;
  justify-content: center;
}
.pagination.loop-pagination a, .pagination.loop-pagination span, .pagination.pagination-position a, .pagination.pagination-position span {
  min-width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #000000;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 10px;
  margin: 5px;
}
.pagination.loop-pagination a strong, .pagination.loop-pagination span strong, .pagination.pagination-position a strong, .pagination.pagination-position span strong {
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
.pagination.loop-pagination a.current, .pagination.loop-pagination span.current, .pagination.pagination-position a.current, .pagination.pagination-position span.current {
  background: #0db995;
  color: #fff;
}
.pagination.loop-pagination a.next, .pagination.loop-pagination a.prev, .pagination.loop-pagination span.next, .pagination.loop-pagination span.prev, .pagination.pagination-position a.next, .pagination.pagination-position a.prev, .pagination.pagination-position span.next, .pagination.pagination-position span.prev {
  padding: 0 20px;
}
.pagination.loop-pagination a:hover, .pagination.loop-pagination a:active, .pagination.loop-pagination a:focus, .pagination.loop-pagination span:hover, .pagination.loop-pagination span:active, .pagination.loop-pagination span:focus, .pagination.pagination-position a:hover, .pagination.pagination-position a:active, .pagination.pagination-position a:focus, .pagination.pagination-position span:hover, .pagination.pagination-position span:active, .pagination.pagination-position span:focus {
  background: #0db995;
  color: #fff;
}
.pagination.loop-pagination a:hover strong, .pagination.loop-pagination a:active strong, .pagination.loop-pagination a:focus strong, .pagination.loop-pagination span:hover strong, .pagination.loop-pagination span:active strong, .pagination.loop-pagination span:focus strong, .pagination.pagination-position a:hover strong, .pagination.pagination-position a:active strong, .pagination.pagination-position a:focus strong, .pagination.pagination-position span:hover strong, .pagination.pagination-position span:active strong, .pagination.pagination-position span:focus strong {
  background: none;
}

.looperror {
  width: 100%;
  padding: 0;
}
.looperror .entry-summary {
  width: 100% !important;
}
.looperror .looperror_msg {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  color: #721c24;
  line-height: normal;
  padding: 15px 20px;
}
.looperror .looperror_msg a {
  color: #721c24;
  text-decoration: underline;
}
.looperror .looperror_msg a:hover {
  color: #000;
}

.nodata_msg {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  color: #721c24;
  line-height: normal;
  padding: 15px 20px;
}

/*--------------------------------------------------------------
# Peoples Page
--------------------------------------------------------------*/
#content .peoplelisting {
  padding: 0;
}
#content .peoplelisting li {
  border: none;
  margin-bottom: 25px;
}
#content .peoplelisting li .peopleinfo-wrap {
  display: flex;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px;
}
#content .peoplelisting li .peopleinfo-wrap:after {
  display: table;
  content: "";
  clear: both;
}
#content .peoplelisting li .peopleinfo-wrap > a {
  flex: 0 0 100%;
  max-width: 200px;
  margin-right: 40px;
}
#content .peoplelisting li .peopleinfo-wrap > a img {
  float: none;
  width: 100%;
  border-radius: 300px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info p {
  line-height: 28px;
  margin-bottom: 18px !important;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 22px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 .fl {
  flex-grow: 1;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 .fl a {
  color: #000000;
  text-transform: capitalize;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 .fl a:hover {
  color: #0db995 !important;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 .total_homes {
  margin: 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 .total_homes a {
  display: inline-block;
  border: 1px solid #0db995;
  border-radius: 100px;
  color: #0db995;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 15px 4px;
}
#content .peoplelisting li .peopleinfo-wrap .people_info h3 .total_homes a:hover, #content .peoplelisting li .peopleinfo-wrap .people_info h3 .total_homes a:active, #content .peoplelisting li .peopleinfo-wrap .people_info h3 .total_homes a:focus {
  background: #0db995;
  color: #fff !important;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span {
  padding: 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span:before {
  display: none;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 25px 5px 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span a:before {
  position: relative;
  font-family: "remixicon";
  font-size: 22px;
  font-weight: 400;
  margin-right: 6px;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span a:hover, #content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span a:active, #content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span a:focus {
  color: #0db995;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span.website a:before {
  top: -1px;
  content: "\edcf";
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span.facebook a:before {
  top: -1px;
  content: "\ecbb";
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span.twitter a:before {
  top: -1px;
  content: "\f23b";
}
#content .peoplelisting li .peopleinfo-wrap .people_info .peoplelink span.linkedin a:before {
  top: -2px;
  content: "\eeb6";
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0 !important;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span {
  color: #000000;
  padding: 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span:before {
  position: relative;
  font-family: "remixicon";
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  vertical-align: sub;
  margin-right: 7px;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.email {
  margin: 10px 20px 10px 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.email:before {
  top: 2px;
  content: "\eefc";
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.phone {
  flex-grow: 1;
  margin: 10px 20px 10px 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.phone:before {
  top: 1px;
  content: "\efec";
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.profile {
  margin-top: 0 !important;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.profile a {
  display: block;
  font-size: 0;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.profile a:before {
  display: block;
  background: #0db995;
  border-radius: 100px;
  content: "View Profile";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px 9px;
}
#content .peoplelisting li .peopleinfo-wrap .people_info .links span.profile a:hover:before, #content .peoplelisting li .peopleinfo-wrap .people_info .links span.profile a:active:before, #content .peoplelisting li .peopleinfo-wrap .people_info .links span.profile a:focus:before {
  background: #000000;
}

/*--------------------------------------------------------------
# Submit Listing Page
--------------------------------------------------------------*/
#content .accordion p {
  margin-bottom: 8px !important;
}
#content .step-payment .payment_method li p {
  margin-bottom: 0 !important;
}

.accordion {
  border: none;
}
.accordion .accordion-navigation {
  padding: 0;
  margin-bottom: 15px !important;
}
.accordion .accordion-navigation .step-heading {
  background: #0db995;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}
.accordion .accordion-navigation .step-heading span {
  font-weight: 700;
  padding-left: 15px !important;
}
.accordion .accordion-navigation .step-heading span:first-child {
  width: 28px;
  height: 28px;
  background: #fff;
  border-right: none;
  border-radius: 100px;
  color: #0db995;
  padding: 0 !important;
}
.accordion .accordion-navigation .step-heading span:last-child {
  margin-right: 15px;
}
.accordion .accordion-navigation .content {
  background: none !important;
  border: none;
  padding: 0;
}
.accordion .accordion-navigation .content .packageblock {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 15px;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .col-md-3 {
  max-width: 100%;
  padding: 0;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel {
  text-align: left !important;
  padding-right: 120px;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-heading {
  margin-bottom: 15px;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .panel-body * {
  font-size: 16px;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .panel-body .panel-title {
  display: inline-block;
  margin-bottom: 8px;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .panel-body label {
  font-weight: 700;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .panel-body .moreinfo {
  margin-top: 15px;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button {
  top: 0;
  right: 0;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 14px 20px;
  background: none;
  border: 2px solid #0db995;
  color: #0db995;
  padding: 12px 20px;
  margin: 0;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary:active, .accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary:focus {
  text-decoration: none;
  box-shadow: none;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary:hover {
  background: #0db995;
  border-color: #0db995;
  color: #fff;
}
.accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary:active, .accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .btn-primary:focus {
  background: #0db995;
  border-color: #0db995;
  color: #fff;
}
.accordion .accordion-navigation .step-post {
  background: rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}
.accordion .accordion-navigation .step-post input[type="button"] {
  margin: 0 7px 0 0;
}
.accordion .accordion-navigation .step-post .secondray-button {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 14px 20px;
  background: none;
  border: 2px solid #0db995;
  color: #0db995;
  margin: 0;
}
.accordion .accordion-navigation .step-post .secondray-button:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.accordion .accordion-navigation .step-post .secondray-button:active, .accordion .accordion-navigation .step-post .secondray-button:focus {
  text-decoration: none;
  box-shadow: none;
}
.accordion .accordion-navigation .step-post .secondray-button:hover {
  background: #0db995;
  border-color: #0db995;
  color: #fff;
}
.accordion .accordion-navigation .step-post .secondray-button:active, .accordion .accordion-navigation .step-post .secondray-button:focus {
  background: #0db995;
  border-color: #0db995;
  color: #fff;
}
.accordion .accordion-navigation .step-auth {
  background: rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px 30px 10px;
  margin-bottom: 40px;
}
.accordion .accordion-navigation .step-auth .form_row {
  margin-bottom: 20px;
}
.accordion .accordion-navigation .step-auth .form_row .available_tick {
  position: static;
  color: #01ae01;
  font-size: 14px;
}
.accordion .accordion-navigation .step-auth .login_submit .user_type {
  margin-bottom: 20px;
}
.accordion .accordion-navigation .step-auth .sublog_login input[type="button"],
.accordion .accordion-navigation .step-auth #login_user_meta input[type="button"] {
  width: 100%;
  margin-bottom: 0;
}
.accordion .accordion-navigation .step-payment {
  background: rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}
.accordion .accordion-navigation .step-payment .payment_head {
  font-size: 28px;
  margin-bottom: 20px;
}
.accordion .accordion-navigation .step-payment .payment_method {
  padding: 0;
  margin: 0;
}
.accordion .accordion-navigation .step-payment .payment_method li label {
  margin: 0;
}
.accordion .accordion-navigation .step-payment .payment_method li label p {
  line-height: normal;
}
.accordion .accordion-navigation .step-payment .payment_method li input[type="radio"] {
  margin-top: 3px;
}
.accordion .accordion-navigation.complete .step-heading {
  background: rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #0db995 !important;
}
.accordion .accordion-navigation.complete .step-heading span:before {
  line-height: 28px;
}

.form_row {
  padding: 0;
  margin: 0 0 40px;
}
.form_row .form_row:last-of-type {
  margin-bottom: 0;
}
.form_row input[type="text"],
.form_row input[type="email"],
.form_row input[type="url"],
.form_row input[type="password"],
.form_row input[type="search"],
.form_row input[type="number"],
.form_row input[type="tel"],
.form_row input[type="range"],
.form_row input[type="date"],
.form_row input[type="month"],
.form_row input[type="week"],
.form_row input[type="time"],
.form_row input[type="datetime"],
.form_row input[type="datetime-local"],
.form_row input[type="color"],
.form_row textarea,
.form_row select {
  max-width: 100%;
}
.form_row label {
  font-size: 16px;
  margin-bottom: 3px;
}
.form_row textarea {
  height: 100px;
}
.form_row .category_label {
  margin: 0 0 5px;
}
.form_row .category_label .cf_checkbox {
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.form_row span.message_note {
  font-size: 14px;
  margin-top: 8px !important;
}
.form_row .google-map-wrapper {
  max-width: 100%;
}
.form_row .google-map-wrapper #map_canvas {
  max-width: 100% !important;
  height: 300px !important;
  margin-bottom: 0;
}
.form_row.map_view label, .form_row.price_type label {
  margin-bottom: 15px;
}
.form_row.map_view .form_cat_left, .form_row.price_type .form_cat_left {
  padding: 0;
}
.form_row.map_view .form_cat_left .hr_input_radio, .form_row.price_type .form_cat_left .hr_input_radio {
  padding: 0;
}
.form_row.map_view .form_cat_left .hr_input_radio li, .form_row.price_type .form_cat_left .hr_input_radio li {
  margin-right: 40px;
}
.form_row.map_view .form_cat_left .hr_input_radio li label, .form_row.price_type .form_cat_left .hr_input_radio li label {
  max-width: none;
  margin: 0;
}
.form_row .wp-editor-wrap {
  max-width: 100%;
}
.form_row .upload_box {
  max-width: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 16px;
}
.form_row .upload_box .ajax-file-upload > span {
  background: #0db995;
  border: none;
  padding: 10px 25px;
}
.form_row .upload_box .ajax-file-upload > form > input[type="file"] {
  width: 176px !important;
  height: 54px !important;
}
.form_row .upload_box .img_table {
  margin-bottom: 0;
}
.form_row .upload_box .img_table #imagelist p > img {
  width: 118px;
  margin: 0;
}
.form_row .upload_box .img_table #imagelist p span i {
  font-size: 22px;
}

.form_row input.hasDatepicker {
  max-width: 100% !important;
}

.form_row input.hasDatepicker + .ui-datepicker-trigger, .dp input.hasDatepicker + .ui-datepicker-trigger {
  height: 51px;
  background: #0db995 !important;
  margin-left: -46px;
}

#submit_form div.price {
  max-width: 100% !important;
}

span.error,
span.message_error,
span.message_error2,
.form_row span.error_message {
  font-size: 14px;
}

.overlay_opacity {
  position: relative;
}
.overlay_opacity:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

body .ajax-file-upload-bar {
  line-height: 20px;
}

/*--------------------------------------------------------------
# Preview Page
--------------------------------------------------------------*/
#preview_submit_from_classified {
  border-radius: 8px;
}
#preview_submit_from_classified .close-reveal-modal {
  line-height: 22px;
}
#preview_submit_from_classified .close-reveal-modal:before {
  font-size: 18px;
}
#preview_submit_from_classified .close-reveal-modal:hover:before {
  color: #ff0000;
}
#preview_submit_from_classified #content {
  max-width: 100% !important;
}
#preview_submit_from_classified #content .entry-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#preview_submit_from_classified #content .entry-header .entry-header-title .entry-header-left .entry-title {
  font-size: 32px;
  line-height: 34px;
}
#preview_submit_from_classified #content .entry-header .entry-header-title .entry-header-right {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
#preview_submit_from_classified #content .entry-header .entry-header-title .entry-header-right .classified-price {
  margin-left: 10px;
}
#preview_submit_from_classified #content .entry-header .entry-header-title .entry-header-right .classified-price span {
  display: inline-block;
  border: 2px solid #0db995;
  border-radius: 100px;
  color: #0db995;
  line-height: normal;
  padding: 7px 15px 5px;
}
#preview_submit_from_classified #content .entry-header .entry-header-title .entry-header-right .price-type {
  font-size: 13px;
  line-height: 40px;
  white-space: nowrap;
}
#preview_submit_from_classified #content .entry-content .above-content-tabs {
  display: flex;
}
#preview_submit_from_classified #content .entry-content .above-content-tabs #classified_detail_img {
  flex: 0 0 100%;
  max-width: 60%;
}
#preview_submit_from_classified #content .entry-content .entry-header-image #slider ul {
  padding: 0;
  margin: 0;
}
#preview_submit_from_classified #content .entry-content .entry-header-image #slider ul li img {
  border-radius: 5px;
  margin: 0;
}
#preview_submit_from_classified #content .entry-content .entry-header-image #silde_gallery ul li {
  margin: 0;
}
#preview_submit_from_classified #content .entry-content .entry-header-image #silde_gallery ul li img {
  border: none;
  border-radius: 3px;
  padding: 0;
  margin: 0;
}
#preview_submit_from_classified #content .entry-content .classified_info-right p {
  margin-bottom: 0 !important;
}
#preview_submit_from_classified #content .entry-content .classified_info-right .classified-info p {
  display: flex;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: normal;
  padding: 12px 0 !important;
}
#preview_submit_from_classified #content .entry-content .classified_info-right .classified-info p label {
  flex: 0 0 100%;
  max-width: 140px;
}
#preview_submit_from_classified #content .entry-content .classified_info-right .contact-no {
  text-align: left;
}
#preview_submit_from_classified #content .entry-content .classified_info-right .contact-no i {
  margin-right: 5px;
}
#preview_submit_from_classified #content .entry-content .classified_info-right .contact-no i:before {
  position: relative;
  top: -1px;
  content: "\efec";
  font-family: "remixicon";
  font-size: 24px;
  font-weight: 400;
}
#preview_submit_from_classified #content .entry-content .tabs {
  margin: 40px 0 30px;
}
#preview_submit_from_classified #content .entry-content .tabs-content {
  margin-bottom: 0;
}
#preview_submit_from_classified #content .entry-content .tabs-content p {
  margin-bottom: 15px !important;
}
#preview_submit_from_classified #content .entry-content .tabs-content ul {
  padding-left: 0;
  margin-left: 0;
}
#preview_submit_from_classified #content .entry-content .tabs-content .content {
  padding-bottom: 0;
}
#preview_submit_from_classified #content .entry-content .tabs-content .content #overview p {
  font-size: inherit;
  text-align: left;
}
#preview_submit_from_classified #content .entry-content .tabs-content .content .listing_custom_field p {
  display: flex;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 10px !important;
}
#preview_submit_from_classified #content .entry-content .tabs-content .content .listing_custom_field p label {
  flex: 0 0 auto;
  font-weight: 700;
}
#preview_submit_from_classified #content .entry-content .tabs-content #locations_map #classified_location_map_id iframe {
  width: 100%;
  margin: 0;
}
#preview_submit_from_classified #content .entry-content .tabs-content #locations_map #classified_location_map_id small {
  display: block;
  text-align: center;
}
#preview_submit_from_classified #content .entry-content .tabs-content #locations_map #classified_location_map_id small a {
  font-size: 18px;
  color: #0db995 !important;
  font-weight: 700;
  text-decoration: none;
}
#preview_submit_from_classified #content .entry-content .tabs-content #locations_map #classified_location_map_id small a:hover, #preview_submit_from_classified #content .entry-content .tabs-content #locations_map #classified_location_map_id small a:active, #preview_submit_from_classified #content .entry-content .tabs-content #locations_map #classified_location_map_id small a:focus {
  color: #fff !important;
}

/*--------------------------------------------------------------
# Profile Page
--------------------------------------------------------------*/
.reg_cont_right {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
}
.reg_cont_right input[type="submit"],
.reg_cont_right input[type="button"] {
  margin: 0 6px 0 0;
}
.reg_cont_right .upload_box {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

#content .reg_cont_right p {
  margin-bottom: 10px !important;
}

/*--------------------------------------------------------------
# Success Page
--------------------------------------------------------------*/
body h1.loop-title,
body h1.page-title {
  line-height: normal;
  padding: 0;
  margin: 0 0 20px;
}

.posted_successful {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
}
.posted_successful ul {
  padding: 0;
}
.posted_successful ul li a {
  margin: 15px 0 0;
}
.posted_successful p {
  line-height: 24px;
  padding: 0;
}
.posted_successful .days {
  border: none;
  padding: 0;
  margin: 20px 0;
}
.posted_successful .days p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 15px;
}
.posted_successful .days p label {
  font-weight: 700;
}

.submited_info {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
}
.submited_info .rc_rightcol {
  padding: 0;
}
.submited_info .rc_rightcol ul {
  padding: 0;
}
.submited_info .rc_rightcol ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  white-space: pre-line;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.submited_info .rc_rightcol ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.submited_info .rc_rightcol ul li p {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.submited_info .rc_rightcol ul li p.submit_info_label {
  min-width: 160px;
}

.title_space .location-address {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
}
.title_space .location-address strong {
  display: inline-block;
  min-width: 160px;
}

#content .posted_successful p {
  margin-bottom: 15px !important;
}
#content .posted_successful p:last-child {
  margin-bottom: 0 !important;
}
#content .submited_info p {
  margin-bottom: 5px !important;
}
#content .submited_info p:last-child {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Login / Register Page
--------------------------------------------------------------*/
.login_form_l,
#sign_up {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px 30px 30px;
  margin: 0;
}
.login_form_l h3,
#sign_up h3 {
  margin: 0 0 15px;
}
.login_form_l .form_row,
#sign_up .form_row {
  margin-bottom: 20px;
}
.login_form_l .form_row.rember,
#sign_up .form_row.rember {
  font-size: 14px;
}
.login_form_l .form_row.rember label,
#sign_up .form_row.rember label {
  text-align: center;
  margin: 0;
}
.login_form_l .form_row.rember label input[type="checkbox"],
#sign_up .form_row.rember label input[type="checkbox"] {
  margin-right: 2px;
}
.login_form_l .form_row.rember .lw_fpw_lnk,
#sign_up .form_row.rember .lw_fpw_lnk {
  display: block;
  color: #0db995;
  text-align: center;
  text-decoration: underline;
}
.login_form_l .form_row.rember .lw_fpw_lnk:hover,
#sign_up .form_row.rember .lw_fpw_lnk:hover {
  color: #000;
}
.login_form_l .form_row:last-child,
#sign_up .form_row:last-child {
  margin-bottom: 0;
}
.login_form_l .form_row .forgot_link,
#sign_up .form_row .forgot_link {
  font-size: 14px;
  text-align: center;
}
.login_form_l .form_row .forgot_link a,
#sign_up .form_row .forgot_link a {
  color: #0db995;
  text-decoration: underline;
}
.login_form_l .form_row .forgot_link a:hover,
#sign_up .form_row .forgot_link a:hover {
  color: #000;
}
.login_form_l .forgotpassword,
#sign_up .forgotpassword {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  margin-top: 35px;
}
.login_form_l input[type="submit"],
#sign_up input[type="submit"] {
  width: 100%;
  margin: 0;
}
.login_form_l .error_msg,
#sign_up .error_msg {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  font-size: 14px;
  color: #721c24;
  line-height: normal;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 15px !important;
}

.reveal-modal {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px 30px;
}
.reveal-modal .modal_close {
  line-height: 22px;
}
.reveal-modal .modal_close:before {
  font-size: 18px;
}
.reveal-modal .modal_close:hover:before {
  color: #ff0000;
}
.reveal-modal .form_row {
  margin-bottom: 20px;
}
.reveal-modal .form_row.rember {
  font-size: 14px;
}
.reveal-modal .form_row.rember label {
  text-align: center;
  margin: 0;
}
.reveal-modal .form_row.rember label input[type="checkbox"] {
  margin-right: 2px;
}
.reveal-modal .form_row.rember .lw_fpw_lnk {
  display: block;
  color: #0db995;
  text-align: center;
  text-decoration: underline;
}
.reveal-modal .form_row.rember .lw_fpw_lnk:hover {
  color: #000;
}
.reveal-modal .form_row:last-child {
  margin-bottom: 0;
}
.reveal-modal .form_row textarea {
  min-height: 120px;
}
.reveal-modal input[type="submit"] {
  width: 100%;
  margin: 0;
}
.reveal-modal p {
  font-size: 14px;
  text-align: center;
}
.reveal-modal p a {
  color: #0db995;
  text-decoration: underline;
}
.reveal-modal p a:hover {
  color: #000;
}
.reveal-modal .login_form_l {
  background: none;
  padding: 0;
  margin: 0;
}
.reveal-modal #sign_up {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
}
.reveal-modal.tmpl_login_frm_data {
  max-width: 420px;
  width: 100%;
  margin-left: -210px;
}
.reveal-modal.tmpl_login_frm_data#tmpl_send_inquiry, .reveal-modal.tmpl_login_frm_data#tmpl_send_to_frd {
  max-width: 540px;
  margin-left: -270px;
}

.login_signup {
  max-width: 840px;
  margin: 50px auto 40px !important;
}
.login_signup .login_form_l {
  margin-right: 4%;
}
.login_signup #sign_up {
  display: inline-block;
  margin: 0;
}
.login_signup .forgotpassword {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  margin-top: 35px;
}

#sign_up {
  display: block;
  max-width: 420px;
  margin: 50px auto 20px;
}

#content .login_form_l .error_msg,
#content #sign_up .error_msg {
  margin-bottom: 15px !important;
}
#content .login_form_l .form_row .forgot_link,
#content #sign_up .form_row .forgot_link {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Listing Page - Classifieds
--------------------------------------------------------------*/
#sub_listing_categories {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 15px 15px 5px;
  margin: 0 0 20px;
}
#sub_listing_categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#sub_listing_categories ul li {
  width: auto;
  margin: 0;
}
#sub_listing_categories ul li a {
  display: block;
  background: #fff;
  border: 1px solid #0db995;
  border-radius: 100px;
  color: #0db995;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
}
#sub_listing_categories ul li a:hover, #sub_listing_categories ul li a:active, #sub_listing_categories ul li a:focus {
  background: #0db995;
  color: #fff;
}

.filter-options {
  background: #0db995;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.filter-options .value a {
  background: #fff;
  border-radius: 100px;
  color: #0db995;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 15px 3px;
  margin: 2px 5px 2px 0 !important;
}
.filter-options .flit-opt-cols {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: normal;
  padding: 5px 0;
  margin: 0;
}
.filter-options .flit-opt-cols .filter-lable {
  flex: 0 0 100%;
  max-width: 150px;
}
.filter-options .flit-opt-cols1 {
  position: static;
  float: none;
  padding: 15px 0 5px;
}
.filter-options .flit-opt-cols1 .clear-filter-link {
  background: none;
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin-left: 155px;
}
.filter-options .flit-opt-cols1 .clear-filter-link:hover {
  background: #000000;
  border-color: #000000;
}

.directory_manager_tab {
  border: none !important;
  padding: 0;
  margin: 0 0 40px !important;
}
.directory_manager_tab .sort_options {
  position: static !important;
  float: none;
  display: flex;
  align-items: center;
}
.directory_manager_tab .sort_options ul {
  flex-grow: 1;
}
.directory_manager_tab .sort_options ul.view_mode {
  padding: 0;
  margin: 0;
}
.directory_manager_tab .sort_options ul.view_mode li {
  padding: 5px 0;
  margin: 0 10px 0 0;
}
.directory_manager_tab .sort_options ul.view_mode li a {
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  border-radius: 0;
  line-height: 26px;
}
.directory_manager_tab .sort_options ul.view_mode li a.active:before {
  color: #0db995;
}
.directory_manager_tab .sort_options ul.view_mode li a#gridview:before {
  content: "\ee90";
  font-family: "remixicon";
  font-size: 24px;
  font-weight: 400;
  padding: 0;
}
.directory_manager_tab .sort_options ul.view_mode li a#listview:before {
  content: "\eeb9";
  font-family: "remixicon";
  font-size: 24px;
  font-weight: 400;
  padding: 0;
}
.directory_manager_tab .sort_options ul.view_mode li a#locations_map {
  width: 20px;
}
.directory_manager_tab .sort_options ul.view_mode li a#locations_map:before {
  position: relative;
  top: -1px;
  content: "\ef14";
  font-family: "remixicon";
  font-size: 22px;
  font-weight: 400;
  padding: 0;
}
.directory_manager_tab .sort_options .tev_sorting_option {
  min-width: 210px;
  margin: 0;
}
.directory_manager_tab .sort_options .tev_sorting_option .tev_options_sel {
  height: 36px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.directory_manager_tab .sort_options .tev_sorting_option .select {
  height: 36px;
  min-height: unset;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 10px;
}
.directory_manager_tab .sort_options .tev_sorting_option .select:after {
  top: 0;
}

.classified-short {
  display: flex;
  align-items: center;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  display: none !important;
}
.classified-short span {
  flex: 0 0 100%;
  width: 100%;
  max-width: 330px;
  padding: 0;
}
.classified-short .short-option {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 0;
}
.classified-short .short-option span {
  flex: 0 0 100%;
  width: 100% !important;
  max-width: 33.33%;
  padding: 0 !important;
}
.classified-short .short-option span a {
  line-height: normal;
  padding: 5px 15px;
}
.classified-short .short-option span a i {
  margin-left: 3px;
}
.classified-short .short-option span a.active {
  background: #0db995;
  border-radius: 100px;
  color: #fff;
}
.classified-short .short-option span a.active:before {
  display: none;
}
.classified-short .short-option span.short-date {
  text-align: center;
}

.sort_order_alphabetical {
  margin-bottom: 40px;
}
.sort_order_alphabetical ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.sort_order_alphabetical ul li {
  margin: 0 2px;
}
.sort_order_alphabetical ul li a {
  display: inline-block;
  border-radius: 100px;
}
.sort_order_alphabetical ul li a:hover {
  background: #0db995;
}
.sort_order_alphabetical ul li.active a {
  background: #0db995;
  padding: 4px 12px;
}

#loop_classified_taxonomy,
.search_result_listing .hfeed #tmpl-search-results,
#tmpl-search-results,
#loop_listing_taxonomy {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -3%;
}
#loop_classified_taxonomy .post,
.search_result_listing .hfeed #tmpl-search-results .post,
#tmpl-search-results .post,
#loop_listing_taxonomy .post {
  flex: 0 0 100%;
  max-width: 47%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  margin: 0 0 3% 3%;
}
#loop_classified_taxonomy .post.featured_c, #loop_classified_taxonomy .post.featured_h,
.search_result_listing .hfeed #tmpl-search-results .post.featured_c,
.search_result_listing .hfeed #tmpl-search-results .post.featured_h,
#tmpl-search-results .post.featured_c,
#tmpl-search-results .post.featured_h,
#loop_listing_taxonomy .post.featured_c,
#loop_listing_taxonomy .post.featured_h {
  background: #fefaf2;
}
#loop_classified_taxonomy .post .classified_img,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img,
#tmpl-search-results .post .classified_img,
#loop_listing_taxonomy .post .classified_img {
  position: relative;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
}
#loop_classified_taxonomy .post .classified_img a,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img a,
#tmpl-search-results .post .classified_img a,
#loop_listing_taxonomy .post .classified_img a {
  display: block;
}
#loop_classified_taxonomy .post .classified_img a img,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img a img,
#tmpl-search-results .post .classified_img a img,
#loop_listing_taxonomy .post .classified_img a img {
  border-radius: 5px;
}
#loop_classified_taxonomy .post .classified_img a .featured_tag,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img a .featured_tag,
#tmpl-search-results .post .classified_img a .featured_tag,
#loop_listing_taxonomy .post .classified_img a .featured_tag {
  left: 10px;
  background: #f2b646;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px 3px;
}
#loop_classified_taxonomy .post .classified_img .listing-unit-meta,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img .listing-unit-meta,
#tmpl-search-results .post .classified_img .listing-unit-meta,
#loop_listing_taxonomy .post .classified_img .listing-unit-meta {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
}
#loop_classified_taxonomy .post .classified_img .listing-unit-meta .listing-unit-rating,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img .listing-unit-meta .listing-unit-rating,
#tmpl-search-results .post .classified_img .listing-unit-meta .listing-unit-rating,
#loop_listing_taxonomy .post .classified_img .listing-unit-meta .listing-unit-rating {
  display: inline-block;
  background: #24c000;
  border-radius: 2px;
  padding: 4px 10px 3px;
  margin-right: 7px;
}
#loop_classified_taxonomy .post .classified_img .listing-unit-meta .single_rating,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img .listing-unit-meta .single_rating,
#tmpl-search-results .post .classified_img .listing-unit-meta .single_rating,
#loop_listing_taxonomy .post .classified_img .listing-unit-meta .single_rating {
  flex-grow: 1;
}
#loop_classified_taxonomy .post .classified_img .listing-unit-meta .single_rating i.rating-on,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img .listing-unit-meta .single_rating i.rating-on,
#tmpl-search-results .post .classified_img .listing-unit-meta .single_rating i.rating-on,
#loop_listing_taxonomy .post .classified_img .listing-unit-meta .single_rating i.rating-on {
  color: #f2b646;
}
#loop_classified_taxonomy .post .classified_img .listing-unit-meta .classified-status,
.search_result_listing .hfeed #tmpl-search-results .post .classified_img .listing-unit-meta .classified-status,
#tmpl-search-results .post .classified_img .listing-unit-meta .classified-status,
#loop_listing_taxonomy .post .classified_img .listing-unit-meta .classified-status {
  position: static;
  display: inline-block;
  background: #ff0000;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 10px 3px;
}
#loop_classified_taxonomy .post .entry,
.search_result_listing .hfeed #tmpl-search-results .post .entry,
#tmpl-search-results .post .entry,
#loop_listing_taxonomy .post .entry {
  clear: both;
  width: 100%;
  padding: 0 15px;
}
#loop_classified_taxonomy .post .entry .classified-title,
#loop_classified_taxonomy .post .entry .property-title,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title,
#tmpl-search-results .post .entry .classified-title,
#tmpl-search-results .post .entry .property-title,
#loop_listing_taxonomy .post .entry .classified-title,
#loop_listing_taxonomy .post .entry .property-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#loop_classified_taxonomy .post .entry .classified-title .entry-title,
#loop_classified_taxonomy .post .entry .property-title .entry-title,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .entry-title,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .entry-title,
#tmpl-search-results .post .entry .classified-title .entry-title,
#tmpl-search-results .post .entry .property-title .entry-title,
#loop_listing_taxonomy .post .entry .classified-title .entry-title,
#loop_listing_taxonomy .post .entry .property-title .entry-title {
  max-width: none;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  margin-right: 15px;
}
#loop_classified_taxonomy .post .entry .classified-title .show-mobile,
#loop_classified_taxonomy .post .entry .property-title .show-mobile,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .show-mobile,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .show-mobile,
#tmpl-search-results .post .entry .classified-title .show-mobile,
#tmpl-search-results .post .entry .property-title .show-mobile,
#loop_listing_taxonomy .post .entry .classified-title .show-mobile,
#loop_listing_taxonomy .post .entry .property-title .show-mobile {
  line-height: normal;
}
#loop_classified_taxonomy .post .entry .classified-title .show-mobile .last-updated,
#loop_classified_taxonomy .post .entry .property-title .show-mobile .last-updated,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .show-mobile .last-updated,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .show-mobile .last-updated,
#tmpl-search-results .post .entry .classified-title .show-mobile .last-updated,
#tmpl-search-results .post .entry .property-title .show-mobile .last-updated,
#loop_listing_taxonomy .post .entry .classified-title .show-mobile .last-updated,
#loop_listing_taxonomy .post .entry .property-title .show-mobile .last-updated {
  display: none;
}
#loop_classified_taxonomy .post .entry .classified-title .classified-price,
#loop_classified_taxonomy .post .entry .property-title .classified-price,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .classified-price,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .classified-price,
#tmpl-search-results .post .entry .classified-title .classified-price,
#tmpl-search-results .post .entry .property-title .classified-price,
#loop_listing_taxonomy .post .entry .classified-title .classified-price,
#loop_listing_taxonomy .post .entry .property-title .classified-price {
  width: auto;
}
#loop_classified_taxonomy .post .entry .classified-title .classified-price .cls-price-wrapper,
#loop_classified_taxonomy .post .entry .property-title .classified-price .cls-price-wrapper,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .classified-price .cls-price-wrapper,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .classified-price .cls-price-wrapper,
#tmpl-search-results .post .entry .classified-title .classified-price .cls-price-wrapper,
#tmpl-search-results .post .entry .property-title .classified-price .cls-price-wrapper,
#loop_listing_taxonomy .post .entry .classified-title .classified-price .cls-price-wrapper,
#loop_listing_taxonomy .post .entry .property-title .classified-price .cls-price-wrapper {
  border: 2px solid #0db995;
  border-radius: 100px;
  font-size: 14px;
  color: #0db995;
  line-height: normal;
  padding: 5px 15px 4px;
}
#loop_classified_taxonomy .post .entry .classified-title .classified-price .price-type,
#loop_classified_taxonomy .post .entry .property-title .classified-price .price-type,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .classified-price .price-type,
.search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .classified-price .price-type,
#tmpl-search-results .post .entry .classified-title .classified-price .price-type,
#tmpl-search-results .post .entry .property-title .classified-price .price-type,
#loop_listing_taxonomy .post .entry .classified-title .classified-price .price-type,
#loop_listing_taxonomy .post .entry .property-title .classified-price .price-type {
  display: none;
}
#loop_classified_taxonomy .post .entry .classified-info,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info,
#tmpl-search-results .post .entry .classified-info,
#loop_listing_taxonomy .post .entry .classified-info {
  font-size: 15px;
  line-height: 24px;
}
#loop_classified_taxonomy .post .entry .classified-info label,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info label,
#tmpl-search-results .post .entry .classified-info label,
#loop_listing_taxonomy .post .entry .classified-info label {
  min-width: 25px;
  line-height: normal;
  font-weight: 700;
  margin: 0 10px 0 0;
}
#loop_classified_taxonomy .post .entry .classified-info .owner_name,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .owner_name,
#tmpl-search-results .post .entry .classified-info .owner_name,
#loop_listing_taxonomy .post .entry .classified-info .owner_name {
  display: none;
}
#loop_classified_taxonomy .post .entry .classified-info .address,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .address,
#tmpl-search-results .post .entry .classified-info .address,
#loop_listing_taxonomy .post .entry .classified-info .address {
  display: flex;
  margin-bottom: 5px;
}
#loop_classified_taxonomy .post .entry .classified-info .address label,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .address label,
#tmpl-search-results .post .entry .classified-info .address label,
#loop_listing_taxonomy .post .entry .classified-info .address label {
  font-size: 0;
}
#loop_classified_taxonomy .post .entry .classified-info .address label:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .address label:before,
#tmpl-search-results .post .entry .classified-info .address label:before,
#loop_listing_taxonomy .post .entry .classified-info .address label:before {
  position: relative;
  top: -2px;
  content: "\ef14";
  font-family: "remixicon";
  font-size: 22px;
  font-weight: 400;
}
#loop_classified_taxonomy .post .entry .classified-info .other_custom_fields,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields,
#tmpl-search-results .post .entry .classified-info .other_custom_fields,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields {
  padding: 0 0 15px;
}
#loop_classified_taxonomy .post .entry .classified-info .other_custom_fields li,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields li,
#tmpl-search-results .post .entry .classified-info .other_custom_fields li,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields li {
  white-space: pre-line;
  margin-bottom: 5px;
}
#loop_classified_taxonomy .post .entry .classified-info .other_custom_fields li label:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields li label:before,
#tmpl-search-results .post .entry .classified-info .other_custom_fields li label:before,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields li label:before {
  position: relative;
  font-family: "remixicon";
  font-weight: 400;
  font-size: 22px;
}
#loop_classified_taxonomy .post .entry .classified-info .other_custom_fields li.phonenum label, #loop_classified_taxonomy .post .entry .classified-info .other_custom_fields li.phone label,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields li.phonenum label,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields li.phone label,
#tmpl-search-results .post .entry .classified-info .other_custom_fields li.phonenum label,
#tmpl-search-results .post .entry .classified-info .other_custom_fields li.phone label,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields li.phonenum label,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields li.phone label {
  font-size: 0;
}
#loop_classified_taxonomy .post .entry .classified-info .other_custom_fields li.phonenum label:before, #loop_classified_taxonomy .post .entry .classified-info .other_custom_fields li.phone label:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields li.phonenum label:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .classified-info .other_custom_fields li.phone label:before,
#tmpl-search-results .post .entry .classified-info .other_custom_fields li.phonenum label:before,
#tmpl-search-results .post .entry .classified-info .other_custom_fields li.phone label:before,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields li.phonenum label:before,
#loop_listing_taxonomy .post .entry .classified-info .other_custom_fields li.phone label:before {
  top: 6px;
  content: "\efec";
}
#loop_classified_taxonomy .post .entry .bottom-wrapper,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper,
#tmpl-search-results .post .entry .bottom-wrapper,
#loop_listing_taxonomy .post .entry .bottom-wrapper {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 25px 0;
  margin: 0 -25px;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper img,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper img,
#tmpl-search-results .post .entry .bottom-wrapper img,
#loop_listing_taxonomy .post .entry .bottom-wrapper img {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  margin-right: 12px;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper p.i_category,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper p.i_category,
#tmpl-search-results .post .entry .bottom-wrapper p.i_category,
#loop_listing_taxonomy .post .entry .bottom-wrapper p.i_category {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper p.i_category a,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper p.i_category a,
#tmpl-search-results .post .entry .bottom-wrapper p.i_category a,
#loop_listing_taxonomy .post .entry .bottom-wrapper p.i_category a {
  display: inline-block;
  background: #0db995;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  padding: 2px 8px 0;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper p.i_category a:hover, #loop_classified_taxonomy .post .entry .bottom-wrapper p.i_category a:active, #loop_classified_taxonomy .post .entry .bottom-wrapper p.i_category a:focus,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper p.i_category a:hover,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper p.i_category a:active,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper p.i_category a:focus,
#tmpl-search-results .post .entry .bottom-wrapper p.i_category a:hover,
#tmpl-search-results .post .entry .bottom-wrapper p.i_category a:active,
#tmpl-search-results .post .entry .bottom-wrapper p.i_category a:focus,
#loop_listing_taxonomy .post .entry .bottom-wrapper p.i_category a:hover,
#loop_listing_taxonomy .post .entry .bottom-wrapper p.i_category a:active,
#loop_listing_taxonomy .post .entry .bottom-wrapper p.i_category a:focus {
  background: #000000;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin {
  flex-grow: 1;
  margin: 0;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  padding: 0;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li {
  line-height: normal;
  padding: 0;
  margin: 0;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li a,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li a,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li a,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li a {
  font-size: 14px;
  line-height: normal;
  vertical-align: super;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite:before,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite:before,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite:before {
  display: none;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a {
  font-size: 0;
  padding: 0;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:before,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:before,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: auto;
  height: auto;
  content: "\ee0f";
  font-family: "remixicon";
  font-size: 22px;
  color: #777;
  font-weight: 400;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:hover:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:hover:before,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:hover:before,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a:hover:before {
  color: #ff0000;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a.removefromfav:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a.removefromfav:before,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.favourite span a.removefromfav:before,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.favourite span a.removefromfav:before {
  content: "\ee0e";
  color: #ff0000;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.review,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.review,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.review,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.review {
  margin-right: 5px;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.review:before,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.review:before,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.review:before,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.review:before {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  content: "\eb4d";
  font-family: "remixicon";
  font-size: 22px;
  color: #777;
  font-weight: 400;
}
#loop_classified_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.review a,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.review a,
#tmpl-search-results .post .entry .bottom-wrapper .rev_pin ul li.review a,
#loop_listing_taxonomy .post .entry .bottom-wrapper .rev_pin ul li.review a {
  position: relative;
  top: -1px;
}
#loop_classified_taxonomy .post .entry .bottom_line,
.search_result_listing .hfeed #tmpl-search-results .post .entry .bottom_line,
#tmpl-search-results .post .entry .bottom_line,
#loop_listing_taxonomy .post .entry .bottom_line {
  display: none;
}

#loop_classified_taxonomy.list,
#tmpl-search-results.list,
#loop_listing_taxonomy.list {
  margin-left: 0;
}
#loop_classified_taxonomy.list .post,
#tmpl-search-results.list .post,
#loop_listing_taxonomy.list .post {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 100%;
  margin: 0 0 40px;
}
#loop_classified_taxonomy.list .post .classified_img,
#tmpl-search-results.list .post .classified_img,
#loop_listing_taxonomy.list .post .classified_img {
  width: 100% !important;
  max-width: 300px;
  margin: 0;
}
#loop_classified_taxonomy.list .post .entry,
#tmpl-search-results.list .post .entry,
#loop_listing_taxonomy.list .post .entry {
  width: 100% !important;
  padding: 0 0 0 30px;
}
#loop_classified_taxonomy.list .post .entry .sort-title,
#tmpl-search-results.list .post .entry .sort-title,
#loop_listing_taxonomy.list .post .entry .sort-title {
  width: 100%;
  padding: 0;
}
#loop_classified_taxonomy.list .post .entry .sort-title .classified-title .entry-title,
#tmpl-search-results.list .post .entry .sort-title .classified-title .entry-title,
#loop_listing_taxonomy.list .post .entry .sort-title .classified-title .entry-title {
  flex-grow: 1;
  padding: 0;
}
#loop_classified_taxonomy.list .post .entry .sort-title .classified-title .show-mobile,
#tmpl-search-results.list .post .entry .sort-title .classified-title .show-mobile,
#loop_listing_taxonomy.list .post .entry .sort-title .classified-title .show-mobile {
  display: inline-block;
}
#loop_classified_taxonomy.list .post .entry .sort-title .classified-info,
#tmpl-search-results.list .post .entry .sort-title .classified-info,
#loop_listing_taxonomy.list .post .entry .sort-title .classified-info {
  padding-bottom: 0;
}
#loop_classified_taxonomy.list .post .entry .sort-title .classified-info .other_custom_fields,
#tmpl-search-results.list .post .entry .sort-title .classified-info .other_custom_fields,
#loop_listing_taxonomy.list .post .entry .sort-title .classified-info .other_custom_fields {
  padding-bottom: 5px;
}
#loop_classified_taxonomy.list .post .entry .sort-title .entry-summary,
#tmpl-search-results.list .post .entry .sort-title .entry-summary,
#loop_listing_taxonomy.list .post .entry .sort-title .entry-summary {
  margin-bottom: 20px;
}
#loop_classified_taxonomy.list .post .entry .sort-title .entry-summary p,
#tmpl-search-results.list .post .entry .sort-title .entry-summary p,
#loop_listing_taxonomy.list .post .entry .sort-title .entry-summary p {
  line-height: 26px;
  padding: 0;
  margin: 0;
}
#loop_classified_taxonomy.list .post .entry .sort-title .entry-summary p a b,
#tmpl-search-results.list .post .entry .sort-title .entry-summary p a b,
#loop_listing_taxonomy.list .post .entry .sort-title .entry-summary p a b {
  font-size: 0;
}
#loop_classified_taxonomy.list .post .entry .sort-title .entry-summary p a b:before,
#tmpl-search-results.list .post .entry .sort-title .entry-summary p a b:before,
#loop_listing_taxonomy.list .post .entry .sort-title .entry-summary p a b:before {
  content: "Read More";
  font-size: 16px;
}
#loop_classified_taxonomy.list .post .entry .sort-title .bottom-wrapper,
#tmpl-search-results.list .post .entry .sort-title .bottom-wrapper,
#loop_listing_taxonomy.list .post .entry .sort-title .bottom-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#loop_classified_taxonomy.list .post .entry .show-desktop,
#tmpl-search-results.list .post .entry .show-desktop,
#loop_listing_taxonomy.list .post .entry .show-desktop {
  display: none;
}

#content #loop_classified_taxonomy p {
  margin: 0 !important;
}
#content #loop_classified_taxonomy p.nodata_msg {
  width: 100%;
}
#content #loop_classified_taxonomy.grid p.nodata_msg {
  margin-left: 3% !important;
}

/*--------------------------------------------------------------
# Single Page - Classifieds
--------------------------------------------------------------*/
.single-inner-head {
  color: #fff;
  line-height: normal;
  text-align: inherit;
  padding: 150px 0 20px;
}
.single-inner-head .container {
  position: relative;
  z-index: 2;
}
.single-inner-head .container .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-inner-head .container .title-wrapper:after {
  display: table;
  content: "";
  clear: both;
}
.single-inner-head .container .title-wrapper .spt-left {
  float: none;
  flex-grow: 1;
}
.single-inner-head .container .title-wrapper .spt-left .entry-title {
  margin-bottom: 10px;
}
.single-inner-head .container .title-wrapper .spt-left .entry-title .fa-stack {
  margin: -10px 0 0 10px;
}
.single-inner-head .container .title-wrapper .spt-left .entry-title .fa-stack .fa-certificate {
  color: #0db995;
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 88%;
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper span {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper span label {
  line-height: normal;
  margin: 0 6px 0 0;
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper span label:before {
  position: relative;
  top: 1px;
  font-family: "remixicon";
  font-size: 18px;
  color: #0db995;
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper .caddress label:before {
  content: "\ef14";
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper .cphone label:before {
  content: "\efec";
}
.single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper .cemail label:before {
  content: "\eefc";
}
.single-inner-head .container .title-wrapper .spt-right {
  float: none;
}
.single-inner-head .container .title-wrapper .spt-right ul {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.single-inner-head .container .title-wrapper .spt-right ul li {
  float: none;
  line-height: normal;
}
.single-inner-head .container .title-wrapper .spt-right ul li.view_counter {
  margin-bottom: 5px;
}
.single-inner-head .container .title-wrapper .spt-right ul li.view_counter p {
  line-height: normal;
}
.single-inner-head .container .title-wrapper .spt-right ul li.view_counter .total-views:before {
  position: relative;
  top: 3px;
  content: "\ecb5";
  font-family: "remixicon";
  font-size: 18px;
  color: #0db995;
  margin-right: 5px;
}
.single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating {
  float: right;
}
.single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating i {
  position: relative;
  top: 4px;
}
.single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating span {
  float: none;
  margin-left: 10px;
}
.single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating span a {
  color: #fff;
}
.single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating span a:hover {
  color: #0db995;
}
.single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating span a:before {
  position: relative;
  top: 3px;
  content: "\eb4d";
  font-family: "remixicon";
  font-size: 18px;
  color: #0db995;
  margin-right: 5px;
}
.single-inner-head .container .title-wrapper .spt-right .price-wrap {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  line-height: normal;
}
.single-inner-head .container .title-wrapper .spt-right .price-wrap .classified-price {
  margin: 6px 0 0 8px;
}
.single-inner-head .container .title-wrapper .spt-right .price-wrap .classified-price span {
  font-size: 13px;
  color: #fff;
  line-height: normal;
  padding: 0;
}
.single-inner-head .container .meta-wrapper {
  display: flex;
  align-items: center;
}
.single-inner-head .container .meta-wrapper .cat-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  list-style: none;
}
.single-inner-head .container .meta-wrapper .cat-wrapper li {
  width: 100%;
}
.single-inner-head .container .meta-wrapper .cat-wrapper li .bottom_line {
  float: none;
  font-size: 0;
  line-height: normal;
}
.single-inner-head .container .meta-wrapper .cat-wrapper li .bottom_line .i_category span {
  display: flex;
  flex-wrap: wrap;
}
.single-inner-head .container .meta-wrapper .cat-wrapper li .bottom_line .i_category span a {
  display: inline-block;
  background: #0db995;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  padding: 4px 10px 3px;
  margin: 3px 5px 3px 0;
}
.single-inner-head .container .meta-wrapper .cat-wrapper li .bottom_line .i_category span a:hover {
  background: none;
  border-color: #0db995;
  color: #0db995;
}
.single-inner-head .container .meta-wrapper .cat-wrapper .classified-status {
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  order: -1;
  white-space: nowrap;
  padding: 5px 12px 4px;
  margin: 3px 10px 0 0;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li a {
  color: #fff;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li a:hover {
  color: #0db995;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.print {
  margin-right: 8px;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.print a {
  font-size: 0;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.print a:before {
  position: relative;
  top: 4px;
  content: "\f029";
  font-family: "remixicon";
  font-size: 24px;
  color: #fff;
  margin-right: 5px;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.favourite {
  padding: 0;
  margin-right: 15px;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.favourite:before {
  display: none;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.favourite span a {
  font-size: 0;
  padding: 0;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.favourite span a:before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: auto;
  height: auto;
  content: "\ee0f";
  font-family: "remixicon";
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.favourite span a:hover:before {
  color: #ff0000;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul li.favourite span a.removefromfav:before {
  content: "\ee0e";
  color: #ff0000;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul #contact_seller_id {
  background: #0db995;
  border-radius: 3px;
  white-space: nowrap;
  padding: 10px 15px;
  margin: 0;
}
.single-inner-head .container .meta-wrapper .cat-wrapper-left ul #contact_seller_id:hover, .single-inner-head .container .meta-wrapper .cat-wrapper-left ul #contact_seller_id:active, .single-inner-head .container .meta-wrapper .cat-wrapper-left ul #contact_seller_id:focus {
  background: none;
  border-color: #0db995;
  color: #0db995;
}

.singular-classified .tmpl-single-classified .breadcrumb {
  margin: 0 0 15px;
}
.singular-classified .tmpl-single-classified .breadcrumb .breadcrumb-trail {
  color: #333333;
}
.singular-classified .tmpl-single-classified .breadcrumb .breadcrumb-trail a {
  color: #333333;
}
.singular-classified .tmpl-single-classified .breadcrumb .breadcrumb-trail .trail-end {
  color: #333333;
}
.singular-classified .tmpl-single-classified #content .post .entry-header {
  margin: 0;
}

.above-content-tabs #classified_detail_img {
  width: 100%;
}
.above-content-tabs #classified_detail_img #slider {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.above-content-tabs #classified_detail_img #slider .flex-viewport {
  border-radius: 8px;
}
.above-content-tabs #classified_detail_img #slider .flex-viewport .slides li {
  overflow: hidden;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav {
  display: block;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a {
  top: 50%;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 2px solid #0db995;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  font-size: 0;
  opacity: 1;
  margin-top: -16px;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a:before {
  top: 19px;
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
  line-height: 0;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a:hover {
  background: #0db995;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a:hover:before {
  color: #fff;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a.flex-next {
  right: 10px;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a.flex-next:before {
  content: "\ea6e";
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a.flex-prev {
  left: 10px;
}
.above-content-tabs #classified_detail_img #slider .flex-direction-nav li a.flex-prev:before {
  content: "\ea64";
}
.above-content-tabs #classified_detail_img #silde_gallery {
  float: none;
  width: 100%;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-viewport {
  width: auto;
  max-height: none;
  margin-left: -10px;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-viewport ul li {
  overflow: hidden;
  float: left !important;
  max-width: 108.3px !important;
  width: 108.3px !important;
  border-radius: 5px;
  margin: 0 0 0 10px;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav {
  display: block;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a {
  top: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #0db995;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  opacity: 1;
  margin-top: -16px;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a:before {
  left: 1px;
  top: 14px;
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
  line-height: 0;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a:hover {
  background: #0db995;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a:hover:before {
  color: #fff;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a.flex-next {
  right: 10px;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a.flex-next:before {
  content: "\ea6e";
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a.flex-prev {
  left: 10px;
}
.above-content-tabs #classified_detail_img #silde_gallery .flex-direction-nav li a.flex-prev:before {
  content: "\ea64";
}

#jquery-lightbox #lightbox-container-image-box {
  border-radius: 8px 8px 0 0;
}
#jquery-lightbox #lightbox-container-image-data-box {
  border-radius: 0 0  8px 8px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 15px;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data {
  color: #000000;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-image-details {
  float: none;
  width: 100%;
  text-align: center;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-image-details #lightbox-image-details-caption {
  font-weight: 400;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-secNav {
  right: 0;
  top: -15px;
  width: 32px;
  height: 32px;
  border: 2px solid #0db995;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-secNav:before {
  top: 3px;
  left: 9px;
  font-size: 16px;
  color: #0db995;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-secNav:hover {
  border-color: #ff0000;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-secNav:hover:before {
  color: #ff0000;
}

#content .claim-post-wraper {
  float: none;
  margin: 50px 0;
}
#content .claim-post-wraper ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -1%;
}
#content .claim-post-wraper ul li {
  flex: 0 0 100%;
  max-width: 24%;
  margin: 0 0 1% 1% !important;
}
#content .claim-post-wraper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 10px 20px !important;
  margin: 0;
}
#content .claim-post-wraper ul li a:before {
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  font-family: "remixicon";
  font-size: 22px;
  color: #000000;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  margin-right: 5px;
}
#content .claim-post-wraper ul li a:hover, #content .claim-post-wraper ul li a:active, #content .claim-post-wraper ul li a:focus {
  background: #0db995;
  color: #fff;
}
#content .claim-post-wraper ul li a:hover:before, #content .claim-post-wraper ul li a:active:before, #content .claim-post-wraper ul li a:focus:before {
  color: #fff;
}
#content .claim-post-wraper ul li a#trigger_id:before {
  display: inline-block;
  content: "\ea88";
}
#content .claim-post-wraper ul li a.claimed:before {
  display: inline-block;
  content: "\ea88";
}
#content .claim-post-wraper ul li a#send_friend_id:before {
  display: inline-block;
  content: "\eefc";
}
#content .claim-post-wraper ul li a#send_inquiry_id:before {
  content: "\eefc";
}
#content .claim-post-wraper ul li a.addtofav:before {
  content: "\ee0f";
}
#content .claim-post-wraper ul li a.removefromfav {
  color: #ff0000;
}
#content .claim-post-wraper ul li a.removefromfav:before {
  content: "\ee0e";
  color: #ff0000;
}
#content .claim-post-wraper ul li a#print_id:before {
  content: "\f029";
}
#content .claim-post-wraper ul li a.calendar_show:before {
  content: "\eb23";
}
#content .claim-post-wraper ul li a.calendar_show span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
#content .claim-post-wraper ul li.claim_ownership .claimed {
  background: rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  font-size: 16px;
  color: #000000;
  line-height: normal;
}
#content .claim-post-wraper ul li.claim_ownership .claimed:hover:before, #content .claim-post-wraper ul li.claim_ownership .claimed:active:before, #content .claim-post-wraper ul li.claim_ownership .claimed:focus:before {
  color: inherit;
}
#content .claim-post-wraper ul li.add_to_my_calendar {
  /*&:hover {
  	.calendar {
  		#addtocalendar {
  			display: block;
  		}
  	}
  }*/
}
#content .claim-post-wraper ul li.add_to_my_calendar .calendar #addtocalendar {
  display: none;
  left: 0;
  top: 100%;
  max-width: 100%;
  border: none;
}
#content .claim-post-wraper ul li.add_to_my_calendar .calendar #addtocalendar ul {
  flex-wrap: wrap;
  margin: 0;
}
#content .claim-post-wraper ul li.add_to_my_calendar .calendar #addtocalendar ul li {
  max-width: 100%;
  padding: 0;
  margin: 5px 0 0 !important;
}
#content .claim-post-wraper ul li.add_to_my_calendar .calendar #addtocalendar ul li a {
  padding: 10px 0 !important;
}
#content .claim-post-wraper ul li.add_to_my_calendar.calendar_opt_open .calendar #addtocalendar {
  display: block;
}

#classified_details h2 {
  font-size: 28px;
}
#classified_details #overview {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 10px 35px 0;
  margin-bottom: 40px;
}
#classified_details .detail-meta {
  padding: 0;
  margin: 0;
}
#classified_details .detail-meta:after {
  display: table;
  content: "";
  clear: both;
}
#classified_details .detail-meta li .bottom_line .i_category {
  display: flex;
  font-size: 0;
}
#classified_details .detail-meta li .bottom_line .i_category:before {
  content: "\ed58";
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
  vertical-align: top;
  margin-right: 10px;
}
#classified_details .detail-meta li .bottom_line .i_category a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 15px;
  line-height: normal;
  padding: 3px 12px;
  margin: 0 5px 5px 0;
}
#classified_details .detail-meta li .bottom_line .i_category a:hover {
  background: #0db995;
  color: #fff;
}
#classified_details .post-meta {
  margin-top: 20px;
}

.tabs-content #locations_map #classified_location_map {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px;
}
.tabs-content #locations_map #classified_location_map #classified_location_map_id iframe {
  width: 100%;
  margin: 0;
}
.tabs-content #locations_map #classified_location_map #classified_location_map_id small {
  display: block;
  text-align: center;
}
.tabs-content #locations_map #classified_location_map #classified_location_map_id small a {
  display: inline-block;
  border: 1px solid #0db995;
  border-radius: 100px;
  color: #0db995 !important;
  font-weight: 700;
  line-height: normal;
  padding: 7px 15px 5px;
  margin-top: 15px;
}
.tabs-content #locations_map #classified_location_map #classified_location_map_id small a:hover, .tabs-content #locations_map #classified_location_map #classified_location_map_id small a:active, .tabs-content #locations_map #classified_location_map #classified_location_map_id small a:focus {
  background: #0db995;
  color: #fff !important;
}
.tabs-content #locations_map #classified_location_map #map-container {
  border-radius: 5px;
}
.tabs-content #locations_map #classified_location_map .get_direction .google-map-directory {
  display: flex;
}
.tabs-content #locations_map #classified_location_map .get_direction .google-map-directory #from-input {
  flex: 0 0 100%;
  max-width: calc(100% - 390px);
  margin-right: 0;
}
.tabs-content #locations_map #classified_location_map .get_direction .google-map-directory a {
  width: 180px;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.tabs-content #locations_map #classified_location_map .get_direction #detail_map {
  display: flex;
}
.tabs-content #locations_map #classified_location_map .get_direction #detail_map select {
  flex: 0 0 100%;
  max-width: 48.5%;
  border-radius: 5px;
}
.tabs-content #locations_map #classified_location_map .get_direction #detail_map select#travel-mode-input {
  margin-right: 3%;
}

.post-meta .bottom_line {
  display: flex;
  font-size: 0;
}
.post-meta .bottom_line:before {
  content: "\f023";
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
  vertical-align: top;
  margin-right: 10px;
}
.post-meta .bottom_line .i_category a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 15px;
  line-height: normal;
  padding: 3px 12px;
  margin: 0 5px 5px 0;
}
.post-meta .bottom_line .i_category a:hover {
  background: #0db995;
  color: #fff;
}

.report-listing-link ul {
  padding: 0;
}

#content .tevolution_custom_field {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px 35px;
  margin-bottom: 40px;
}
#content .tevolution_custom_field .custom_field_headding {
  margin: 20px 0 5px;
}
#content .tevolution_custom_field p {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: normal;
  padding: 15px 0;
  margin-bottom: 0 !important;
}
#content .tevolution_custom_field p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#content .tevolution_custom_field p label {
  flex: 0 0 100%;
  max-width: 160px;
  font-weight: 700;
}
#content .tevolution_custom_field p .txtareaformt {
  white-space: pre-line;
}
#content ul.detail-meta li p.bottom_line {
  float: none;
  width: 100%;
  margin-bottom: 0 !important;
}

.singular .pos_navigation {
  display: flex;
  margin: 0;
}
.singular .pos_navigation .post_left,
.singular .pos_navigation .post_right {
  float: none;
  flex: 0 0 100%;
  max-width: 48%;
  margin: 0;
}
.singular .pos_navigation .post_left a,
.singular .pos_navigation .post_right a {
  background: #0db995;
  border: none;
  border-radius: 200px;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  text-align: center;
  padding: 12px 15px;
  margin: 0;
}
.singular .pos_navigation .post_left a:hover, .singular .pos_navigation .post_left a:active, .singular .pos_navigation .post_left a:focus,
.singular .pos_navigation .post_right a:hover,
.singular .pos_navigation .post_right a:active,
.singular .pos_navigation .post_right a:focus {
  background: #000000;
  border-radius: 200px;
}
.singular .pos_navigation .post_left a i,
.singular .pos_navigation .post_right a i {
  position: relative;
  top: 1px;
}
.singular .pos_navigation .post_left {
  margin-right: 4%;
}

.custom-field-header-main {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  margin: 20px 0 0 -3%;
}
.custom-field-header-main .custom_header_field {
  display: flex;
  flex: 0 0 100%;
  max-width: 22%;
  line-height: normal;
  margin: 0 0 0 3%;
}
.custom-field-header-main .custom_header_field label {
  color: #fff;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home .map_fixed_width .templatic-advanced-search .widget-wrap {
  padding: 0 100px;
}

.home_page_banner .widget {
  padding: 0;
}
.home_page_banner .widget-title {
  border: none;
  font-size: 32px;
  color: #000000;
  padding: 0;
}
.home_page_banner .widget-title:before {
  display: none;
}
.home_page_banner .flexslider .flex-direction-nav {
  opacity: 1;
}
.home_page_banner .flexslider .flex-direction-nav li {
  margin: 0;
}

.home_page_full_content .widget,
.home_page_below_content .widget,
.tmpl-home-page #content .widget {
  float: none;
  margin-bottom: 60px;
}
.home_page_full_content .widget:last-child,
.home_page_below_content .widget:last-child,
.tmpl-home-page #content .widget:last-child {
  margin-bottom: 0;
}
.home_page_full_content .widget-title,
.home_page_below_content .widget-title,
.tmpl-home-page #content .widget-title {
  border: none;
  font-size: 32px;
  color: #000000;
  padding: 0;
}
.home_page_full_content .widget-title:before,
.home_page_below_content .widget-title:before,
.tmpl-home-page #content .widget-title:before {
  display: none;
}
.home_page_full_content .testimonials,
.home_page_below_content .testimonials,
.tmpl-home-page #content .testimonials {
  background: url("images/testimonials-bg.jpg") no-repeat center center/cover;
  padding: 100px 15px;
  margin: 0 -15px;
}
.home_page_full_content .testimonials .widget-title,
.home_page_below_content .testimonials .widget-title,
.tmpl-home-page #content .testimonials .widget-title {
  margin-bottom: 40px;
}
.home_page_full_content .testimonials .testimonials_wrap,
.home_page_below_content .testimonials .testimonials_wrap,
.tmpl-home-page #content .testimonials .testimonials_wrap {
  font-size: 20px;
  line-height: 36px;
}
.home_page_full_content .testimonials .testimonials_wrap:before,
.home_page_below_content .testimonials .testimonials_wrap:before,
.tmpl-home-page #content .testimonials .testimonials_wrap:before {
  margin-bottom: 25px;
}
.home_page_full_content .testimonials .testimonials_wrap > div .wpb_gravatar,
.home_page_below_content .testimonials .testimonials_wrap > div .wpb_gravatar,
.tmpl-home-page #content .testimonials .testimonials_wrap > div .wpb_gravatar {
  margin-top: 35px;
}

.home_page_full_content {
  padding: 90px 0;
}
.home_page_full_content:after {
  display: table;
  clear: both;
  content: "";
}
.home_page_full_content .tmpl-recent-locations-widget {
  width: unset;
  float: none;
  margin: 0 -15px;
}

.tmpl-home-page #content {
  margin-bottom: 0;
}

.home_page_content .widget .widget-title {
  text-align: center;
  margin-bottom: 30px;
}
.home_page_content .widget_media_gallery {
  margin-bottom: 30px !important;
}
.home_page_content .widget.all_category_list_widget {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 90px !important;
}
.home_page_content .widget.all_category_list_widget:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 1000%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: -50%;
}

.home_page_below_content {
  max-width: none;
  padding: 90px 0;
}
.home_page_below_content .gallery {
  max-width: 1200px;
  padding: 0 15px;
  margin: 100px auto 0 !important;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search_result_listing .post .post-blog-image,
.search_result_listing .hentry .post-blog-image {
  float: none;
  width: 100%;
  margin: 0 0 22px;
}
.search_result_listing .post .post-blog-image a img,
.search_result_listing .hentry .post-blog-image a img {
  width: 100%;
  border-radius: 5px;
}
.search_result_listing .post .entry-header,
.search_result_listing .hentry .entry-header {
  padding: 0 15px;
}
.search_result_listing .post .entry-header h2,
.search_result_listing .hentry .entry-header h2 {
  font-size: 20px;
  line-height: 26px;
}
.search_result_listing .post .entry-header .entry-summary p,
.search_result_listing .hentry .entry-header .entry-summary p {
  line-height: 26px;
  padding-bottom: 0;
}

#content.search_result_listing .post .entry-header .entry-summary p {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Archive Page Template
--------------------------------------------------------------*/
.arclist h2 {
  color: #000000;
  margin: 0 0 25px;
}
.arclist ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.arclist ul li {
  position: relative;
  flex: 0 0 100%;
  max-width: 47%;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px;
  padding: 25px 25px 25px 55px;
  margin: 0 0 3% 3%;
}
.arclist ul li:before {
  position: absolute;
  top: 25px;
  left: 24px;
  content: "\eb81";
  font-family: "remixicon";
  font-size: 22px;
  color: #0db995;
}
.arclist ul li a {
  display: inline-block;
  line-height: 26px;
  margin-bottom: 10px;
}
.arclist ul li a:hover {
  color: #0db995;
}
.arclist ul li .arclist_date a {
  font-size: 15px;
  color: #888888;
}
.arclist ul li .arclist_date a:hover {
  color: #0db995;
}

/*--------------------------------------------------------------
# Contact Page Template
--------------------------------------------------------------*/
.tmpl-contact-page #content .cont_wid_area {
  margin-left: -4%;
}
.tmpl-contact-page #content .cont_wid_area .widget {
  margin: 0 0 40px 4%;
}
.tmpl-contact-page #content .cont_wid_area .widget .widget {
  max-width: 100%;
  margin: 0;
}
.tmpl-contact-page #content .cont_wid_area .widget p {
  margin-bottom: 18px !important;
}
.tmpl-contact-page #content .cont_wid_area .widget.contact_us .contact_widget #contact_widget_frm .form_row:nth-child(3), .tmpl-contact-page #content .cont_wid_area .widget.contact_us .contact_widget #contact_widget_frm .form_row:nth-child(4) {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}
.tmpl-contact-page #content .cont_wid_area .widget.contact_us .contact_widget #contact_widget_frm .form_row:nth-child(4) {
  margin: 0 0 0 -5px;
}
.tmpl-contact-page #content .cont_wid_area .widget.contact_us .contact_widget #contact_widget_frm input[type="submit"] {
  width: 140px;
}
.tmpl-contact-page #content .cont_wid_area .widget.googlemap {
  width: 96%;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# All In One Map Page
--------------------------------------------------------------*/
.full-width-map #content {
  margin-bottom: 0;
}
.full-width-map #site-title a {
  padding: 0;
}
.full-width-map .location_fld_wrapper {
  margin: 0;
}
.full-width-map .footer-content {
  float: none !important;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.wp-block-image {
  margin: 5px 0;
}
.wp-block-image img {
  margin: 0;
}

.singular #content .hfeed .hentry .wp-block-image img {
  border-radius: 5px;
}

.ab-info-wrap {
  margin-bottom: 60px;
}

.ab-right-col {
  padding-left: 30px;
}

.ab-team-heading {
  margin-bottom: 30px;
}

.ab-team-gallery .blocks-gallery-item {
  border-radius: 5px;
  overflow: hidden;
}
.ab-team-gallery .blocks-gallery-item img {
  margin: 0;
}
.ab-team-gallery .blocks-gallery-item .blocks-gallery-item__caption {
  font-size: 22px !important;
  font-weight: 700;
}

.tmpl-cust-gallery {
  margin-bottom: 60px;
}
.tmpl-cust-gallery .blocks-gallery-item img {
  border-radius: 5px;
}
.tmpl-cust-gallery.margin-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Plugins - Templatic Plugins Compatibility
--------------------------------------------------------------*/
.ne-v2-classi {
  display: none;
}

.directory-single-page .breadcrumb,
.singular-property .breadcrumb,
.deals-single-page .breadcrumb,
.event-single-page .breadcrumb,
.singular-jobs .breadcrumb {
  margin: 40px 0 15px;
}
.directory-single-page .breadcrumb .breadcrumb-trail,
.singular-property .breadcrumb .breadcrumb-trail,
.deals-single-page .breadcrumb .breadcrumb-trail,
.event-single-page .breadcrumb .breadcrumb-trail,
.singular-jobs .breadcrumb .breadcrumb-trail {
  color: #333333;
}
.directory-single-page .breadcrumb .breadcrumb-trail a,
.singular-property .breadcrumb .breadcrumb-trail a,
.deals-single-page .breadcrumb .breadcrumb-trail a,
.event-single-page .breadcrumb .breadcrumb-trail a,
.singular-jobs .breadcrumb .breadcrumb-trail a {
  color: #333333;
}
.directory-single-page .breadcrumb .breadcrumb-trail .trail-end,
.singular-property .breadcrumb .breadcrumb-trail .trail-end,
.deals-single-page .breadcrumb .breadcrumb-trail .trail-end,
.event-single-page .breadcrumb .breadcrumb-trail .trail-end,
.singular-jobs .breadcrumb .breadcrumb-trail .trail-end {
  color: #333333;
}

.directory-single-page .breadcrumb,
.singular-property .breadcrumb,
.deals-single-page .breadcrumb {
  padding: 0 15px;
}

.tevolution-directory.layout-2c-l .off-canvas-wrap #content {
  float: right;
}

#content #loop_listing_taxonomy.tmpl-dir-listings .post .listing_img img {
  border-radius: 5px;
}
#content #loop_listing_taxonomy.tmpl-dir-listings .entry p {
  line-height: 26px;
  margin-bottom: 0 !important;
}
#content #loop_listing_taxonomy.tmpl-dir-listings .entry p label {
  margin-bottom: 0;
}
#content #loop_listing_taxonomy.tmpl-dir-listings .entry .rev_pin ul {
  padding: 0;
}
#content #loop_listing_taxonomy.tmpl-dir-listings .entry .rev_pin ul li a {
  font-size: 16px;
}
#content #loop_listing_taxonomy.tmpl-dir-listings .entry .entry-summary .moretag {
  border: 2px solid #0db995;
  border-radius: 50px;
  color: #0db995;
  font-weight: 700;
  padding: 5px 15px;
}
#content #loop_listing_taxonomy.tmpl-dir-listings .entry .entry-summary .moretag:hover {
  background: #0db995;
  color: #fff;
}
#content #loop_listing_taxonomy.tmpl-dir-listings.list .post .listing_img img {
  margin: 0;
}
#content #loop_listing_taxonomy.tmpl-dir-listings.list .post .entry {
  padding-left: 0;
}
#content #loop_listing_taxonomy .post .entry p {
  margin-bottom: 5px !important;
}
#content #loop_listing_taxonomy .post .entry p.package_expire {
  width: 100%;
}

.directory-single-page #content .hentry .entry-header-logo img {
  margin-top: 10px;
  border-radius: 5px;
}
.directory-single-page #content .hentry .entry-header-title .entry-title {
  font-size: 36px;
}
.directory-single-page #content .hentry .entry-header-title .entry-header-custom-wrap {
  margin-bottom: 0;
}
.directory-single-page #content .hentry .entry-header-title .entry-header-custom-wrap p {
  line-height: 26px;
  margin-bottom: 0 !important;
}
.directory-single-page #content .hentry .entry-content {
  margin-bottom: 0;
}
.directory-single-page #content .hentry .entry-content .share_link {
  float: none;
  clear: both;
  width: 100%;
  max-width: none;
  text-align: left;
  margin: -15px 0 50px;
}
.directory-single-page #content .hentry .entry-content .share_link a {
  border-radius: 3px;
  padding: 4px 15px;
}
.directory-single-page #content .hentry .entry-content .tabs-content {
  margin-bottom: 0;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content {
  padding-bottom: 0;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content .listing_content {
  width: 100%;
  margin: 0;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content .entry-header-image {
  width: 100%;
  margin: 0 0 30px;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content .entry-header-image #silde_gallery .flex-viewport ul li {
  margin: 0 10px 0 0;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content .entry-header-image #silde_gallery .flex-direction-nav li a {
  height: 100%;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content .entry-header-image #silde_gallery .flex-direction-nav li a:before {
  top: 10px;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map {
  margin-bottom: 40px;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map .google-map-directory {
  display: flex;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map .google-map-directory #from-input {
  flex: 0 0 100%;
  max-width: calc(100% - 384px);
  margin: 0;
}
.directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map .google-map-directory .button {
  flex: 0 0 100%;
  max-width: 182px;
  margin: 0 0 0 10px;
}
.directory-single-page #content .hentry .entry-content .tabs-content #listing_video {
  margin-bottom: 20px;
}
.directory-single-page #content .hentry .entry-content .tabs-content #listing_video iframe {
  width: 100%;
}
.directory-single-page #content .hentry .entry-content .report-listing-link ul {
  padding: 0;
}
.directory-single-page #content .hentry .entry-content .view_counter {
  float: none;
}
.directory-single-page #content .hentry .entry-content .view_counter p {
  margin: 0 !important;
}
.directory-single-page #content .hentry .bottom_line {
  margin-bottom: 50px !important;
}
.directory-single-page #content .realated_post {
  margin-top: 50px;
}
.directory-single-page #content .realated_post #loop_listing_taxonomy .post:nth-child(3) {
  display: none;
}
.directory-single-page #content .realated_post #loop_listing_taxonomy .post .entry p {
  line-height: 26px;
  margin-bottom: 0 !important;
}
.directory-single-page #content .realated_post #loop_listing_taxonomy .post .entry .rev_pin ul {
  padding: 0;
}
.directory-single-page #content .realated_post #loop_listing_taxonomy .post .entry .rev_pin ul li a {
  font-size: 16px;
}

#content #loop_property_taxonomy .post {
  align-items: flex-start;
}
#content #loop_property_taxonomy .post p {
  line-height: 26px;
  margin-bottom: 0 !important;
}
#content #loop_property_taxonomy .post .property_img img {
  border-radius: 5px;
}
#content #loop_property_taxonomy .post .entry .property-title .entry-title {
  font-size: 18px;
}
#content #loop_property_taxonomy .post .entry .property-title .property-price .prop-price {
  background: #0db995;
}
#content #loop_property_taxonomy .post .rev_pin ul {
  padding: 0;
}
#content #loop_property_taxonomy .post .rev_pin ul li a {
  font-size: 16px;
}

.tmpl_search_property #tmpl_find_property .flt-pstatus li {
  line-height: normal;
}
.tmpl_search_property #tmpl_find_property .flt-pstatus li:before {
  display: none;
}

.tmpl_search_property .search_range input#property_price_range {
  height: 30px;
}
.tmpl_search_property .ui-widget-content.ui-slider-horizontal {
  height: 6px;
}

.Finance.Calculator h3 {
  position: relative;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  padding: 0 0 8px 20px;
  margin-bottom: 15px;
}
.Finance.Calculator h3:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 5px;
  height: 17px;
  background: #0db995;
}
.Finance.Calculator .form_row {
  margin: 0 0 15px;
}
.Finance.Calculator .button {
  border-width: 2px;
  margin: 0;
}

.singular-property #content .post .entry-header .entry-header-title .entry-header-left p {
  margin-bottom: 0 !important;
}
.singular-property #content .post .entry-header .entry-header-title .entry-header-left .entry-title {
  font-size: 36px;
  line-height: normal;
}
.singular-property #content .post .entry-header .entry-header-title .entry-header-right {
  margin-top: 12px;
}
.singular-property #content .post .entry-header .entry-header-title .entry-header-right .property-price {
  color: #0db995;
}
.singular-property #content .post .entry-header .entry-header-title .entry-header-right .property-price strong {
  display: inline-block;
  margin-top: 2px;
}
.singular-property #content .post .entry-content h2 {
  border: none;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.singular-property #content .post .entry-content .entry-header-custom-wrap ul li i {
  background: #0db995;
}
.singular-property #content .post .entry-content #property_image_gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.singular-property #content .post .entry-content #property_image_gallery ul li {
  flex: 0 0 100%;
  max-width: 14.66%;
  margin: 0 0 2% 2% !important;
}
.singular-property #content .post .entry-content #property_image_gallery ul li a img {
  border-radius: 5px;
}
.singular-property #content .post .entry-content #property_details .tevolution_custom_field {
  display: flex;
  flex-wrap: wrap;
}
.singular-property #content .post .entry-content #property_details .tevolution_custom_field p {
  flex: 0 0 100%;
  max-width: 50%;
  border: none;
  line-height: 26px;
  padding-right: 20px;
}
.singular-property #content .post .entry-content #property_details .tevolution_custom_field p strong {
  font-weight: 400;
}
.singular-property #content .post .entry-content #property_details .tevolution_custom_field p:nth-child(2n) {
  padding-right: 0;
}
.singular-property #content .post .entry-content #property_location_map .google-map-directory {
  display: flex;
}
.singular-property #content .post .entry-content #property_location_map .google-map-directory #from-input {
  flex: 0 0 100%;
  max-width: calc(100% - 384px);
  margin: 0;
}
.singular-property #content .post .entry-content #property_location_map .google-map-directory .button {
  flex: 0 0 100%;
  max-width: 182px;
  margin: 0 0 0 10px;
}
.singular-property #content .report-listing-link {
  margin-bottom: 25px;
}
.singular-property #content .report-listing-link ul {
  margin-bottom: 0;
}
.singular-property #content .property-page-end {
  border: none;
  padding: 0;
  margin: 0;
}
.singular-property #content .property-page-end .view_counter {
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
}
.singular-property #content .property-page-end .view_counter p {
  margin-bottom: 0;
}
.singular-property #content .pos_navigation {
  margin-bottom: 40px;
}
.singular-property #content #comments-template {
  margin-bottom: 50px;
}
.singular-property #content #loop_property_taxonomy.grid h2 {
  border: none;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.singular-property #content #loop_property_taxonomy.grid .loop_related_list {
  margin-top: 0;
}
.singular-property #content #loop_property_taxonomy.grid .loop_related_list .post {
  padding-top: 0;
}

.tmpl_property_agent .tmpl-agent-details .agent-top_wrapper .tmpl-agent-detail-rt .title {
  margin-bottom: 10px !important;
}
.tmpl_property_agent .tmpl-agent-details .user_biography {
  margin-bottom: 15px !important;
}
.tmpl_property_agent .tmpl-agent-details p {
  margin-bottom: 10px !important;
}
.tmpl_property_agent .tmpl-agent-details #contact_frm .form_row {
  margin-bottom: 15px;
}
.tmpl_property_agent .tmpl-agent-details #contact_frm .form_row label {
  display: block;
}
.tmpl_property_agent .tmpl-agent-details #contact_frm .form_row input[type="text"] {
  width: 100%;
  margin: 0;
}
.tmpl_property_agent .tmpl-agent-details #contact_frm .form_row textarea {
  width: 100%;
  margin: 0;
}
.tmpl_property_agent .tmpl-agent-details #contact_frm .form_row input[type="submit"] {
  width: 100%;
  margin: 0;
}
.tmpl_property_agent .tmpl-agent-details #contact_frm .form_row span.message_error {
  margin-left: 0;
}

.deals-types-tabs li.tab-title {
  margin-left: 0 !important;
}
.deals-types-tabs li.tab-title a {
  padding-bottom: 20px !important;
}

#content #loop_deals_taxonomy .post {
  align-items: flex-start;
}
#content #loop_deals_taxonomy .post .deals_img {
  border-radius: 5px;
  overflow: hidden;
}
#content #loop_deals_taxonomy .post .deals_img img {
  border-radius: 5px;
}
#content #loop_deals_taxonomy .post .classified_img {
  display: none;
}
#content #loop_deals_taxonomy .post .entry .deals-wrapper .entry-title a:hover {
  color: #0db995;
}
#content #loop_deals_taxonomy .post .entry .deals-wrapper .deal_price_link .deal-price .discounted_price span {
  float: left;
}
#content #loop_deals_taxonomy .post .entry .deal-tax-detail {
  display: block;
}
#content #loop_deals_taxonomy .post .deals_taxonomies_bottom p {
  font-size: 16px;
  margin-bottom: 0 !important;
}
#content #loop_deals_taxonomy .post .deals_taxonomies_bottom a {
  color: #0db995;
}
#content #loop_deals_taxonomy .post .deals_taxonomies_bottom a:hover {
  text-decoration: underline;
}
#content #loop_deals_taxonomy .post .rev_pin ul {
  padding: 0;
}
#content #loop_deals_taxonomy .post .rev_pin ul li a {
  font-size: 16px;
}

.deals-single-page.singular-deals .deals_title .entry-title {
  font-size: 36px;
}
.deals-single-page.singular-deals #slidersection .left_side #silde_gallery .flex-viewport ul li {
  margin: 0 10px 0 0;
}
.deals-single-page.singular-deals #slidersection .left_side #silde_gallery .flex-direction-nav li a {
  height: 54px;
}
.deals-single-page.singular-deals #slidersection .left_side #silde_gallery .flex-direction-nav li a:before {
  top: 14px;
}
.deals-single-page.singular-deals #slidersection .rightside .top_right .deal_price_link .deal-tax-detail .fr_index {
  display: none !important;
}
.deals-single-page.singular-deals #slidersection .rightside .deals_details_bottom_wrapper .deals_details_bottom_left_wrapper .rev_pin ul {
  padding: 0;
}
.deals-single-page.singular-deals #content .entry-content .tabs-content {
  margin-bottom: 0;
}
.deals-single-page.singular-deals #content .entry-content .tabs-content .content {
  padding-bottom: 0;
}
.deals-single-page.singular-deals #content .entry-content .tabs-content .google-map-directory {
  display: flex;
}
.deals-single-page.singular-deals #content .entry-content .tabs-content .google-map-directory #from-input {
  flex: 0 0 100%;
  max-width: calc(100% - 384px);
  margin: 0;
}
.deals-single-page.singular-deals #content .entry-content .tabs-content .google-map-directory .button {
  flex: 0 0 100%;
  max-width: 182px;
  margin: 0 0 0 10px;
}
.deals-single-page.singular-deals #content .entry-content .tevolution_custom_field {
  margin-bottom: 0;
}
.deals-single-page.singular-deals #content .entry-content .report-listing-link {
  margin-top: -15px;
}
.deals-single-page.singular-deals #content .entry-content .report-listing-link ul {
  padding: 0;
}
.deals-single-page.singular-deals #content .entry-content .view_counter {
  float: none;
  clear: both;
  width: 100%;
}
.deals-single-page.singular-deals #content .pos_navigation {
  margin-bottom: 40px;
}
.deals-single-page.singular-deals #content .realated_post {
  margin-top: 50px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .deals_img {
  margin-right: 0;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .deals_img a img {
  border-radius: 5px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry p {
  margin-bottom: 0 !important;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry p.website {
  float: none;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .deals-wrapper .entry-title {
  margin: 0 !important;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .deal-tax-detail {
  margin-bottom: 8px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .deal-tax-detail .fr_index {
  font-weight: 700;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .deal-tax-detail .fr_index span {
  font-weight: 400;
  margin-right: 10px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .itemsold {
  display: block;
  margin-bottom: 15px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .deal_price_link {
  margin-bottom: 15px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .deal_price_link .deal-price .forlabel {
  display: inline-block;
  min-width: 120px;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .rev_pin ul {
  padding: 0;
}
.deals-single-page.singular-deals #content .realated_post #loop_listing_taxonomy .post .entry .rev_pin ul li a {
  font-size: 16px;
}

#content #sub_event_categories ul li a {
  color: #0db995;
}
#content #sub_event_categories ul li a:hover {
  text-decoration: underline;
}
#content #loop_event_taxonomy .post {
  align-items: flex-start;
}
#content #loop_event_taxonomy .post .event_img img {
  border-radius: 5px;
}
#content #loop_event_taxonomy .post .entry p {
  margin-bottom: 0 !important;
}
#content #loop_event_taxonomy .post .rev_pin ul {
  padding: 0;
}
#content #loop_event_taxonomy .post .rev_pin ul li a {
  font-size: 16px;
}
#content #loop_event_taxonomy.list .post .entry {
  margin-left: -5px;
}

.event-single-page.singular-event #content .post .entry-header .entry-header-title .entry-title {
  display: block;
  font-size: 36px;
  margin: 0 0 20px;
}
.event-single-page.singular-event #content .post .entry-header .entry-header-title .entry-header-custom-wrap {
  margin: 0;
}
.event-single-page.singular-event #content .post .entry-header .entry-header-title .entry-header-custom-wrap p {
  margin-bottom: 0 !important;
}
.event-single-page.singular-event #content .post .entry-header .entry-header-title .entry-header-custom-wrap p label {
  width: 34%;
}
.event-single-page.singular-event #content .post .entry-header .entry-header-title .entry-header-custom-wrap p span {
  width: 53%;
}
.event-single-page.singular-event #content .post .share_link {
  float: none;
  clear: both;
  width: 100%;
  max-width: none;
  text-align: left;
  margin: -15px 0 50px;
}
.event-single-page.singular-event #content .post .share_link a {
  border-radius: 3px;
  padding: 4px 15px;
}
.event-single-page.singular-event #content .post .entry-content {
  margin-bottom: 50px;
}
.event-single-page.singular-event #content .post .entry-content h2 {
  font-size: 26px;
}
.event-single-page.singular-event #content .post .entry-content .entry-content {
  margin-bottom: 0;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #silde_gallery {
  padding: 0;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #silde_gallery .flex-viewport ul li {
  margin: 0 10px 0 0;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #silde_gallery .flex-direction-nav li a {
  height: 100%;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #silde_gallery .flex-direction-nav li a:before {
  top: 6px;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #event_location_map .google-map-directory {
  display: flex;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #event_location_map .google-map-directory #from-input {
  flex: 0 0 100%;
  max-width: calc(100% - 384px);
  margin: 0;
}
.event-single-page.singular-event #content .post .entry-content .tabs-content #event_location_map .google-map-directory .button {
  flex: 0 0 100%;
  max-width: 182px;
  margin: 0 0 0 10px;
}
.event-single-page.singular-event #content .post .event-organizer .event-organizer-right p {
  display: flex;
  margin-bottom: 15px !important;
}
.event-single-page.singular-event #content .post .event-organizer .event-organizer-right p label {
  width: 180px;
}
.event-single-page.singular-event #content .post .event-organizer .event-organizer-right p span {
  width: auto;
}
.event-single-page.singular-event #content .post .frontend_reg_desc {
  padding: 15px 25px 1px;
}
.event-single-page.singular-event #content .post .event_custom_field {
  margin-bottom: 40px;
}
.event-single-page.singular-event #content .post .event_custom_field .custom_field_headding {
  margin-top: 30px;
}
.event-single-page.singular-event #content .post .event_custom_field p {
  margin-bottom: 5px !important;
}
.event-single-page.singular-event #content .post .report-listing-link ul {
  padding: 0;
}
.event-single-page.singular-event #content .post .view_counter {
  float: none;
}
.event-single-page.singular-event #content .post .view_counter p {
  margin: 0 !important;
}
.event-single-page.singular-event #content #comments-template {
  margin-bottom: 50px;
}
.event-single-page.singular-event #content #loop_listing_taxonomy .post:nth-child(3) {
  display: none;
}
.event-single-page.singular-event #content #loop_listing_taxonomy .post .entry p {
  line-height: 26px;
  margin-bottom: 0 !important;
}
.event-single-page.singular-event #content #loop_listing_taxonomy .post .entry .rev_pin ul {
  padding: 0;
}
.event-single-page.singular-event #content #loop_listing_taxonomy .post .entry .rev_pin ul li a {
  font-size: 16px;
}

#content #loop_jobs_taxonomy .post {
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px !important;
}
#content #loop_jobs_taxonomy .post:last-child {
  margin-bottom: 0 !important;
}
#content #loop_jobs_taxonomy .post p {
  line-height: 26px;
  margin-bottom: 5px !important;
}
#content #loop_jobs_taxonomy .post .classified_img {
  display: none;
}
#content #loop_jobs_taxonomy .post .jobs_img {
  margin-right: 3% !important;
}
#content #loop_jobs_taxonomy .post .jobs_img img {
  border-radius: 5px;
}
#content #loop_jobs_taxonomy .post .entry .entry-details .tag_line {
  font-size: 16px;
}
#content #loop_jobs_taxonomy .post .entry .entry-summary .moretag {
  border: 2px solid #0db995;
  border-radius: 50px;
  color: #0db995;
  font-weight: 700;
  padding: 5px 15px;
}
#content #loop_jobs_taxonomy .post .entry .entry-summary .moretag:hover {
  background: #0db995;
  color: #fff;
}
#content #loop_jobs_taxonomy .post .entry .jobs-right .job-type {
  background: #0db995;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.singular-jobs #content .post .entry-header {
  margin: 0;
}
.singular-jobs #content .post .entry-header p {
  line-height: 26px;
  margin-bottom: 0 !important;
}
.singular-jobs #content .post .entry-header .entry-header-title .entry-header-custom-left .entry-title {
  font-size: 36px;
}
.singular-jobs #content .post .entry-header .entry-header-title .entry-header-custom-right a img {
  border-radius: 5px;
}
.singular-jobs #content .post .entry-header .entry-header-title .claim-post-wraper {
  margin-bottom: 30px;
}
.singular-jobs #content .post .entry-content h2 {
  border: none;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.singular-jobs #content .post .entry-content .tevolution_custom_field {
  margin-bottom: 0;
}
.singular-jobs #content .post .entry-content .tevolution_custom_field p {
  border-bottom: none;
  line-height: 26px;
}
.singular-jobs #content .post .entry-content .tevolution_custom_field p label {
  font-weight: 400;
}
.singular-jobs #content .post .entry-content #job_location_map .google-map-directory {
  display: flex;
}
.singular-jobs #content .post .entry-content #job_location_map .google-map-directory #from-input {
  flex: 0 0 100%;
  max-width: calc(100% - 384px);
  margin: 0;
}
.singular-jobs #content .post .entry-content #job_location_map .google-map-directory .button {
  flex: 0 0 100%;
  max-width: 182px;
  margin: 0 0 0 10px;
}
.singular-jobs #content .post .report-listing-link {
  margin-bottom: 50px;
}
.singular-jobs #content .post .report-listing-link ul {
  padding: 0;
  margin-bottom: 0;
}
.singular-jobs #content .post .realated_post h3 {
  border: none;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.singular-jobs #content .post .realated_post #loop_jobs_taxonomy .post {
  padding: 10px !important;
}
.singular-jobs #content .post #comments-template {
  margin-bottom: 50px;
}

.author_cont .bottom-wrapper {
  display: none;
}

/* Cumulative Plugins */
body .tiny_btn.button,
body a.button.tiny_btn {
  padding: 6px 8px 4px;
  font-size: 11px;
  line-height: normal;
}

.singular.singular-property .breadcrumb,
.singular.singular-listing .breadcrumb,
.singular.singular-event .breadcrumb,
.singular.singular-jobs .breadcrumb,
.singular.singular-deals .breadcrumb {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.singular.singular-deals .breadcrumb {
  max-width: 1170px;
}

.singular.singular-jobs .social-media-share {
  margin-bottom: 50px !important;
}

#loop_listing_taxonomy.author-feeds .post .entry .bottom-wrapper {
  padding: 10px 0 0;
  margin: 0;
}

/* C - T - Home Page Display Post Widget */
.widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid {
  margin: 0 0 0 -2% !important;
}
.widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid .post {
  max-width: 31.33% !important;
  margin: 0 0 30px 2% !important;
}
.widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid .post .entry .other_custom_fields li {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 10px 0 0;
}
.widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid .post .entry .other_custom_fields li label {
  color: #000;
  font-weight: 700;
}
.widget_loop_taxonomy.widget_loop_property .widget_loop_taxonomy_wrap.grid .post .entry .entry-title .classified-price {
  display: none;
}
.widget_loop_taxonomy.widget_loop_jobs .widget_loop_taxonomy_wrap.grid .post .entry .jobs-right {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.widget_loop_taxonomy.widget_loop_jobs .widget_loop_taxonomy_wrap.grid .post .entry .jobs-right .featured-and-freelance .job-type {
  padding: 0 15px;
}
.widget_loop_taxonomy.widget_loop_jobs .widget_loop_taxonomy_wrap.grid .post .entry .jobs-right .posted-job-date .job-posted-date {
  font-size: 15px;
  padding: 5px 0 0 10px;
  margin: 0 !important;
}

/* C - Listing */
.list .entry h2.entry-title,
.grid .entry h2.entry-title,
.entry h2.entry-title,
.list .entry-header.post-blog-content h2 {
  font-size: 20px;
}

#loop_listing_taxonomy.list .entry .property-title {
  margin-bottom: 0;
}

#loop_listing_taxonomy.list .entry h2.entry-title ~ [class*="rating"] {
  right: 10px;
  top: 15px;
}

#tmpl-search-results.list .entry h2.entry-title ~ [class*="rating"] {
  right: 10px;
  top: 15px;
}

#content #tmpl-search-results .post .entry p {
  margin-bottom: 5px !important;
}

#loop_deals_taxonomy .post .entry .deals-wrapper .deal_price_link {
  margin-top: 8px;
}

#loop_deals_taxonomy .post .entry .property-title,
#loop_deals_taxonomy .post .entry .classified-info {
  display: none;
}

#tmpl-search-results.list.author-feeds .entry .property-title {
  margin-bottom: 10;
}

#tmpl-search-results.list.author-feeds .deals_img {
  border-radius: 5px;
  width: 35% !important;
  margin-right: 0;
  overflow: hidden;
}

#tmpl-search-results.list.author-feeds .property-title .listing_rating {
  position: static;
  margin: 0 5px 0 0;
}

#tmpl-search-results.list.author-feeds .bottom-wrapper {
  padding: 10px 0 0;
  margin: 0;
}

/* C - Events */
article.hentry img, article.post img {
  width: 100%;
}

#loop_listing_taxonomy.widget_loop_taxonomy_wrap .post .listing_img {
  width: 100%;
}

#loop_listing_taxonomy.widget_loop_taxonomy_wrap .post .listing_img img {
  width: 380px;
  border-radius: 5px;
}

@media (max-width: 592px) {
  #loop_listing_taxonomy.widget_loop_taxonomy_wrap .post {
    display: block;
  }

  #loop_listing_taxonomy.widget_loop_taxonomy_wrap .post .listing_img {
    margin-bottom: 20px;
  }

  #loop_listing_taxonomy.widget_loop_taxonomy_wrap .post .listing_img img {
    max-width: 100%;
    width: 100%;
  }
}
/* C - Deals */
#tmpl-search-results.list.author-feeds .entry .deal-tax-detail {
  display: none;
}

#tmpl-search-results.list.author-feeds .deals_img {
  display: none;
}

#tmpl-search-results.list.author-feeds .entry .rev_pin {
  display: none;
}

.post .entry .deals-wrapper .deal-price .discounted_price .forlabel,
.post .entry .deals-wrapper .deal-price .discounted_price .prop-price {
  float: left;
}

.widget_loop_taxonomy .widget-title .more {
  position: absolute;
  top: 15px;
  right: 2px;
  font-size: 16px;
  color: #0db995;
  font-weight: 700;
  text-decoration: underline;
}

.widget_loop_taxonomy .deal_price_link .deal-price {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.widget_loop_taxonomy .deal_price_link .deal-price > div {
  flex: 0 0 100%;
  max-width: 33.33%;
  padding-right: 20px;
}

.widget_loop_taxonomy .deal_price_link .deal-price span {
  display: block;
  line-height: normal;
}

.widget_loop_taxonomy .deal_price_link .deal-price .forlabel {
  margin-right: 10px;
}

.widget_loop_taxonomy .deals_taxonomies_bottom {
  display: flex;
  flex-wrap: wrap;
}

.widget_loop_taxonomy .deals_taxonomies_bottom .bottom_line {
  flex-grow: 1;
}

/* C - Jobs */
.taxonomy-jobscategory #content .job-types-tabs {
  border-bottom: 2px solid #0db995;
  margin-bottom: 20px;
}

.taxonomy-jobscategory #sub_listing_categories {
  border: none;
}

.taxonomy-jobscategory .jobscategory span.sub_cat_title {
  display: none;
}

.taxonomy-jobscategory #sub_listing_categories li a:hover {
  color: #fff;
}

#loop_jobs_taxonomy.author-feeds .jobs-right {
  top: 8px;
}

#loop_jobs_taxonomy.author-feeds .post .entry {
  width: calc(100% - 240px);
}

#sub_listing_categories ul li.jobscategory ul li::before {
  display: none;
}

#sub_listing_categories ul li.jobscategory ul li {
  margin: 0;
}

#loop_listing_taxonomy.list .post .entry .jobs-right .posted-job-date {
  margin-top: 12px;
}

/* C - RealEstate */
.widget_loop_property .post .property_img {
  display: none;
}

.widget_loop_property #loop_property_taxonomy .post .property_img {
  display: inline-block;
}

#loop_classified_taxonomy.list .post .entry .classified-price,
#tmpl-search-results.list .post .entry .classified-price,
#loop_listing_taxonomy.list .post .entry .classified-price {
  /* display: none; */
}

#loop_classified_taxonomy.list .post .entry .other_custom_fields,
#tmpl-search-results.list .post .entry .other_custom_fields,
#loop_listing_taxonomy.list .post .entry .other_custom_fields {
  padding: 15px 0 10px;
}

#loop_classified_taxonomy.list .post .entry .other_custom_fields li,
#tmpl-search-results.list .post .entry .other_custom_fields li,
#loop_listing_taxonomy.list .post .entry .other_custom_fields li {
  padding: 0;
  line-height: normal;
}

#loop_classified_taxonomy.list .post .entry .other_custom_fields li label,
#tmpl-search-results.list .post .entry .other_custom_fields li label,
#loop_listing_taxonomy.list .post .entry .other_custom_fields li label {
  font-weight: 700;
}

/* C - Search Result */
.search_result_listing.grid .listing-search-result .post {
  margin-right: -5px !important;
}

.search_result_listing.list .listing-search-result {
  width: 100%;
}

/* C - Directory Statestic */
.tevolution-statistic #statistics_results h3 {
  font-size: 20px;
}
.tevolution-statistic #statistics_results .stats-res-right {
  width: 64% !important;
}
.tevolution-statistic #statistics_tabs #current_year {
  display: flex;
}
.tevolution-statistic #statistics_tabs #current_year .ms-years {
  width: 75px !important;
}
.tevolution-statistic #statistics_tabs #current_year .ms-years select {
  height: 35px;
  appearance: auto;
}
.tevolution-statistic #statistics_tabs #current_year .ms-months a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 8px 0 0 !important;
}

/* C - Directory - Listing Badges */
.list .post .badge-status,
.grid .post .badge-status {
  display: inline-block !important;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  padding: 4px 10px 3px;
}

.list[id*="classified"] .post > .badge-status,
.grid .post > .badge-status {
  display: inline-block !important;
  left: 20px;
  top: 20px;
  right: auto;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  padding: 4px 10px 3px;
}

/* C - List Filter Plugin */
.search_filter ul li::before {
  display: none;
}

.filter_list_wrap {
  border: none;
  padding: 0;
  margin-bottom: 20px !important;
}
.filter_list_wrap #selectedFilters {
  margin: 0 0 10px;
}
.filter_list_wrap #selectedFilters #filter-group-sf_sfrate {
  float: none;
  text-align: inherit;
  padding: 5px 0;
}
.filter_list_wrap .search-widin-result input[type="text"] {
  width: 100%;
  max-width: 100%;
}

/* C - Directory Reviews Manager */
.moderate_comment-checklist li .form-label {
  font-size: 16px !important;
}
.moderate_comment-checklist li .form-control {
  height: auto;
  padding: 10px 15px 4px;
}
.moderate_comment-checklist li .form-control .form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.moderate_comment-checklist li .form-control .form-group input[type="checkbox"] {
  margin-top: 5px;
}
.moderate_comment-checklist li:last-child .form-control {
  border: none;
  padding: 0;
}

/* C - Multirating */
div.star-rating a::before {
  font-size: 14px;
}

.average_rating {
  padding-left: 0 !important;
}

body .average_rating #rate {
  margin: 0 10px;
}

.entry .classified-title h2.entry-title ~ [class*="rating"] {
  display: inline-block;
  /*position: absolute;
  top: 20px;
  right: 20px;*/
}

[class*="rating"] i.fa-star-half-o::before {
  content: "\f5c0";
}

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
@media (max-width: 1400px) {
  .home_page_banner .templatic-advanced-search .widget-wrap {
    padding: 0 100px;
  }
}
@media (max-width: 1200px) {
  .ctynamemob {
    background: none;
    box-shadow: none;
    text-align: center;
    padding: 5px 15px;
  }
  .ctynamemob .mob-city-name {
    display: inline-block;
    background: #0db995;
    border-radius: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    max-width: 160px;
    color: #fff;
    line-height: normal;
    padding: 7px 20px;
  }

  .tab-bar {
    display: flex;
    align-items: center;
    height: auto;
    border: none;
    line-height: normal;
  }
  .tab-bar:after {
    display: table;
    content: " ";
    clear: both;
  }
  .tab-bar .left-small {
    position: static;
    flex: 0 0 100%;
    max-width: 50px;
    width: 100%;
    height: auto;
    border: none;
    z-index: 1;
  }
  .tab-bar .left-small .menu-icon span:before {
    display: none;
    content: "\ef31";
    font-family: "remixicon";
    font-size: 24px;
    color: #000000;
  }
  .tab-bar .tab-bar-section {
    position: static;
    height: auto;
    flex: 0 0 100%;
    max-width: calc(100% - 100px);
    background: none;
    text-align: center;
    padding: 0;
  }
  .tab-bar .tab-bar-section a {
    max-height: none;
    padding: 12px 0;
  }
  .tab-bar .tab-bar-section a img {
    max-height: none;
    text-transform: capitalize;
    padding: 0;
  }

  .move-right .exit-off-canvas {
    display: none;
  }

  .left-off-canvas-menu {
    background: #222;
  }

  body div#menu-mobi-secondary .menu .off-canvas-list li {
    border: none !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li a {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    font-size: 16px !important;
    text-transform: capitalize;
    padding: 18px 20px !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li a:hover, body div#menu-mobi-secondary .menu .off-canvas-list li a:active, body div#menu-mobi-secondary .menu .off-canvas-list li a:focus {
    background: none !important;
    color: #0db995 !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li.current-menu-item a, body div#menu-mobi-secondary .menu .off-canvas-list li.current_page_item a {
    background: #0db995 !important;
    color: #fff !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li.current-menu-item ul.sub-menu li a, body div#menu-mobi-secondary .menu .off-canvas-list li.current_page_item ul.sub-menu li a {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li.current-menu-item ul.sub-menu li a:hover, body div#menu-mobi-secondary .menu .off-canvas-list li.current-menu-item ul.sub-menu li a:active, body div#menu-mobi-secondary .menu .off-canvas-list li.current-menu-item ul.sub-menu li a:focus, body div#menu-mobi-secondary .menu .off-canvas-list li.current_page_item ul.sub-menu li a:hover, body div#menu-mobi-secondary .menu .off-canvas-list li.current_page_item ul.sub-menu li a:active, body div#menu-mobi-secondary .menu .off-canvas-list li.current_page_item ul.sub-menu li a:focus {
    color: #fff !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu {
    padding-bottom: 20px !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu li {
    padding: 0 !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu li a {
    position: relative;
    border: none;
    color: rgba(255, 255, 255, 0.35) !important;
    padding: 8px 20px 8px 40px !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu li a:hover, body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu li a:active, body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu li a:focus {
    color: #0db995 !important;
  }
  body div#menu-mobi-secondary .menu .off-canvas-list li ul.sub-menu li a:before {
    position: absolute;
    top: 7px;
    left: 17px;
    content: "\ea6e";
    font-family: "remixicon";
    font-size: 18px;
  }

  .header {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    float: none;
    clear: both;
  }
  .header #header {
    padding: 0;
  }
  .header #header .header-wrap #branding {
    width: auto;
    margin-right: 0;
  }
  .header #header .header-wrap #branding #site-title {
    display: none;
  }
  .header #header .header-wrap #branding #site-description {
    display: none;
  }
  .header #header .header-wrap #branding .location_fld_wrapper {
    margin: 0;
  }
  .header #header .header-wrap #branding .location_fld_wrapper #loc_city_link #directorytab img {
    display: inline-block;
  }
  .header #header .header-wrap #branding .location_fld_wrapper #loc_city_link #directorytab i:before {
    content: "\f107";
    font-size: 13px;
  }
  .header #header .header-wrap #branding .location_fld_wrapper .d_location_type_navigation {
    left: 0;
  }
  .header #header .header-wrap .header-sidebar .header-widget-wrap .sidebar .widget .button {
    border-radius: 200px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 7px 12px 6px;
  }

  .breadcrumb {
    display: inline-block;
  }

  form#commentform input[type="text"],
  form#commentform textarea {
    width: 100%;
  }

  .all_category_list_widget .category_list_wrap .category_list {
    max-width: 48%;
  }

  #content .claim-post-wraper ul {
    flex-wrap: wrap;
  }
  #content .claim-post-wraper ul li {
    max-width: 49%;
  }

  .home_page_below_content .gallery .gallery-item {
    max-width: 30.33% !important;
  }
  .home_page_below_content .gallery .gallery-item img {
    max-width: 100% !important;
    width: auto !important;
  }
}
@media (max-width: 992px) {
  #content {
    float: none;
    max-width: 100% !important;
  }

  .sidebar {
    float: none;
    max-width: 100%;
    padding-left: 0;
  }

  .layout-2c-l .sidebar {
    padding-right: 0;
  }

  .reveal-modal {
    left: 50% !important;
  }

  .site-footer {
    padding-top: 40px;
  }
  .site-footer .widget {
    margin-bottom: 40px;
  }
  .site-footer .widget.social_media {
    margin-top: -20px;
  }
  .site-footer .footer-wrap .footer-widget-area .footer-widget-cols {
    max-width: 46%;
  }
  .site-footer .footer-wrap .footer-widget-area .footer-widget-cols.fwa-col-1 {
    max-width: 46%;
  }
  .site-footer .footer-wrap .footer-widget-area .footer-widget-cols.fwa-col-4 {
    max-width: 46%;
  }

  #widget_loop_classified #loop_listing_taxonomy.grid .post {
    max-width: 48%;
  }

  #preview_submit_from_classified #content .entry-content .above-content-tabs {
    flex-wrap: wrap;
  }
  #preview_submit_from_classified #content .entry-content .above-content-tabs #classified_detail_img {
    max-width: 100%;
  }
  #preview_submit_from_classified #content .entry-content .above-content-tabs .classified_info-right {
    width: 100%;
    margin-left: 0;
  }
  #preview_submit_from_classified.reveal-modal {
    padding: 25px 30px !important;
  }

  .single-inner-head .container .title-wrapper .spt-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper span {
    margin-bottom: 4px;
  }
  .single-inner-head .container .title-wrapper .spt-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-inner-head .container .title-wrapper .spt-right ul {
    text-align: left;
  }
  .single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating {
    float: none;
  }
  .single-inner-head .container .title-wrapper .spt-right ul li .listing_rating .single_rating span {
    margin-left: 0;
  }
  .single-inner-head .container .title-wrapper .spt-right .price-wrap {
    float: left;
    margin-top: 15px;
  }

  .custom-field-header-main .custom_header_field {
    max-width: 30.33%;
  }

  .widget_supreme_banner_slider:before {
    display: none;
  }
  .widget_supreme_banner_slider .widget-inside .flexslider .flex-direction-nav li a {
    margin-top: -25px;
  }

  .home_page_banner .templatic-advanced-search {
    position: static;
    margin-top: 25px;
  }
  .home_page_banner .templatic-advanced-search .widget-wrap {
    padding: 0 15px;
  }
  .home_page_banner .templatic-advanced-search .widget-wrap .widget-title {
    font-size: 32px;
    color: #000000;
    margin-bottom: 15px;
  }
  .home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt:before {
    display: none;
  }

  .widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid .post {
    max-width: 48% !important;
  }
}
@media (max-width: 980px) {
  .home .map_fixed_width {
    width: 100% !important;
  }
  .home .map_fixed_width .templatic-advanced-search .widget-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #main #content {
    padding: 0;
    margin-bottom: 50px;
  }

  .header #header .logreg-wrapper ul {
    justify-content: center;
  }

  .inner-header {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .inner-header.ih-search-head {
    margin-bottom: 45px;
  }
  .inner-header.ih-search-head .templatic-advanced-search {
    margin-top: 15px;
  }

  .hfeed.list .post {
    flex-wrap: wrap;
  }
  .hfeed.list .post .post-blog-image {
    max-width: 100%;
    margin: 0 0 20px;
  }

  #comments .comment-list li ol.children {
    padding-left: 0;
  }

  .comment-respond {
    padding: 10px 15px;
  }

  .hiw-widget .hiw-info-wrap {
    margin-left: 0;
  }
  .hiw-widget .hiw-info-wrap .hiw-items {
    max-width: 100%;
    margin: 0 0 40px;
  }
  .hiw-widget .hiw-info-wrap .hiw-items:last-child {
    margin-bottom: 0;
  }

  .all_category_list_widget .category_list_wrap {
    margin-left: 0;
  }
  .all_category_list_widget .category_list_wrap .category_list {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .all_category_list_widget .category_list_wrap .category_list:last-of-type {
    margin-bottom: 0;
  }

  .layout-2c-l .off-canvas-wrap #content .all_category_list_widget .category_list_wrap .category_list,
  .layout-2c-r .off-canvas-wrap #content .all_category_list_widget .category_list_wrap .category_list {
    max-width: 100%;
  }

  #widget_loop_classified .title-subtitle .widget-title .more {
    display: block;
    position: static;
    float: none;
  }
  #widget_loop_classified #loop_listing_taxonomy .post .classified-title .entry-title {
    font-size: 16px !important;
    line-height: 18px;
  }

  .author_cont .author_photo {
    margin: 0 auto 20px;
  }
  .author_cont .right_box {
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .author_cont .right_box .user_dsb_cf div {
    flex-wrap: wrap;
  }
  .author_cont .right_box .user_dsb_cf div label {
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .author_cont .right_box .user_dsb_cf div span {
    width: 100%;
  }

  #content .peoplelisting li .peopleinfo-wrap {
    flex-wrap: wrap;
  }
  #content .peoplelisting li .peopleinfo-wrap > a {
    margin: 0 auto 10px;
  }
  #content .peoplelisting li .peopleinfo-wrap > a img {
    margin: 0;
  }
  #content .peoplelisting li .peopleinfo-wrap .people_info {
    float: none;
    width: 100%;
  }
  #content .peoplelisting li .peopleinfo-wrap .people_info h3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #content .peoplelisting li .peopleinfo-wrap .people_info h3 .fl {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .peoplelisting li .peopleinfo-wrap .people_info .links .profile {
    display: block;
    float: none;
  }

  .login_signup {
    margin: 0 !important;
  }
  .login_signup .login_form_l {
    margin-bottom: 30px !important;
  }

  .login_form_l,
  #sign_up {
    display: block !important;
    width: 100%;
    max-width: 440px;
    margin: 0 auto !important;
  }

  #loop_classified_taxonomy .post .entry .classified-title .entry-title,
  #loop_classified_taxonomy .post .entry .property-title .entry-title,
  .search_result_listing .hfeed #tmpl-search-results .post .entry .classified-title .entry-title,
  .search_result_listing .hfeed #tmpl-search-results .post .entry .property-title .entry-title,
  #tmpl-search-results .post .entry .classified-title .entry-title,
  #tmpl-search-results .post .entry .property-title .entry-title,
  #loop_listing_taxonomy .post .entry .classified-title .entry-title,
  #loop_listing_taxonomy .post .entry .property-title .entry-title {
    font-size: 16px;
  }

  .classified-short span {
    max-width: 28%;
  }
  .classified-short .short-option span {
    white-space: nowrap;
  }
  .classified-short .short-option span a {
    padding: 0 5px;
  }

  .single-inner-head {
    padding: 150px 0 20px;
  }
  .single-inner-head .container .title-wrapper .spt-left .titile-meta-wrapper span {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .single-inner-head .container .meta-wrapper {
    flex-wrap: wrap;
  }
  .single-inner-head .container .meta-wrapper .cat-wrapper {
    flex: 0 0 100%;
  }
  .single-inner-head .container .meta-wrapper .cat-wrapper-left {
    margin-top: 10px;
  }

  .singular .pos_navigation {
    flex-wrap: wrap;
  }
  .singular .pos_navigation .post_left,
  .singular .pos_navigation .post_right {
    max-width: 100%;
  }
  .singular .pos_navigation .post_left {
    margin: 0 0 10px;
  }

  .custom-field-header-main .custom_header_field {
    max-width: 47%;
  }

  .directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map {
    margin-bottom: 0;
  }
  .directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map .google-map-directory {
    flex-wrap: wrap;
  }
  .directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map .google-map-directory #from-input {
    max-width: 100%;
  }
  .directory-single-page #content .hentry .entry-content .tabs-content .content #directory_location_map .google-map-directory .button {
    max-width: 100%;
    margin: 10px 0 0;
  }

  .tabs-content #locations_map #classified_location_map {
    padding: 15px;
  }
  .tabs-content #locations_map #classified_location_map .get_direction .google-map-directory {
    flex-wrap: wrap;
  }
  .tabs-content #locations_map #classified_location_map .get_direction .google-map-directory #from-input {
    max-width: 100%;
  }
  .tabs-content #locations_map #classified_location_map .get_direction .google-map-directory a {
    width: 100%;
    margin: 10px 0 0;
  }

  .singular-jobs #content .post .entry-content #job_location_map .google-map-directory {
    flex-wrap: wrap;
  }
  .singular-jobs #content .post .entry-content #job_location_map .google-map-directory #from-input {
    max-width: 100%;
  }
  .singular-jobs #content .post .entry-content #job_location_map .google-map-directory a {
    max-width: 100% !important;
    margin: 10px 0 0 !important;
  }

  .deals-single-page.singular-deals #content .entry-content .tabs-content .google-map-directory {
    flex-wrap: wrap;
  }
  .deals-single-page.singular-deals #content .entry-content .tabs-content .google-map-directory #from-input {
    max-width: 100%;
  }
  .deals-single-page.singular-deals #content .entry-content .tabs-content .google-map-directory a {
    max-width: 100% !important;
    margin: 10px 0 0 !important;
  }

  .home_page_full_content .widget-title,
  .home_page_below_content .widget-title,
  .tmpl-home-page #content .widget-title {
    font-size: 24px;
  }
  .home_page_full_content .testimonials,
  .home_page_below_content .testimonials,
  .tmpl-home-page #content .testimonials {
    padding: 40px 15px;
  }
  .home_page_full_content .testimonials .widget-title,
  .home_page_below_content .testimonials .widget-title,
  .tmpl-home-page #content .testimonials .widget-title {
    margin-bottom: 15px;
  }
  .home_page_full_content .testimonials .testimonials_wrap,
  .home_page_below_content .testimonials .testimonials_wrap,
  .tmpl-home-page #content .testimonials .testimonials_wrap {
    line-height: 32px;
  }
  .home_page_full_content .testimonials .testimonials_wrap > div:before,
  .home_page_below_content .testimonials .testimonials_wrap > div:before,
  .tmpl-home-page #content .testimonials .testimonials_wrap > div:before {
    margin-bottom: 5px;
  }
  .home_page_full_content .testimonials .testimonials_wrap > div .wpb_gravatar,
  .home_page_below_content .testimonials .testimonials_wrap > div .wpb_gravatar,
  .tmpl-home-page #content .testimonials .testimonials_wrap > div .wpb_gravatar {
    margin-top: 20px;
  }

  .home_page_banner .templatic-advanced-search .widget-wrap .widget-title {
    font-size: 24px;
  }
  .home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt {
    padding: 15px;
  }
  .home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .form_row {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .home_page_banner .templatic-advanced-search .widget-wrap .searchform_wdgt .adv_submit {
    position: static;
    width: 100%;
  }

  .home_page_full_content {
    padding: 30px 0;
  }

  .home_page_content .widget .widget-title {
    margin-bottom: 15px;
  }
  .home_page_content .widget.all_category_list_widget {
    padding-bottom: 50px;
    margin-bottom: 35px !important;
  }

  .home_page_below_content {
    padding: 30px 0;
  }
  .home_page_below_content .gallery {
    margin: 30px auto 0 !important;
  }

  .tmpl-recent-locations-widget {
    padding: 40px 0;
  }
  .tmpl-recent-locations-widget .trlw-widget .widget-head .left-col {
    max-width: 100%;
    text-align: center;
  }
  .tmpl-recent-locations-widget .trlw-widget .widget-head .right-col {
    text-align: center;
  }
  .tmpl-recent-locations-widget .trlw-widget .widget-head .right-col .view-all {
    margin-bottom: 0;
  }

  .full-width-map #content {
    margin-bottom: 0 !important;
  }

  /* C - Directory Reviews Manager */
  .moderate_comment-checklist li .form-label {
    width: 100% !important;
  }
  .moderate_comment-checklist li .form-control {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .moderate_comment-checklist li:last-child .form-label {
    display: none;
  }

  /* C - Event Plugin */
  .event-single-page.singular-event #content .post .entry-content .tabs-content #event_location_map .google-map-directory {
    flex-wrap: wrap;
  }
  .event-single-page.singular-event #content .post .entry-content .tabs-content #event_location_map .google-map-directory #from-input {
    max-width: 100%;
  }
  .event-single-page.singular-event #content .post .entry-content .tabs-content #event_location_map .google-map-directory .button {
    max-width: 100%;
    margin: 10px 0 0;
  }

  .singular-property #content .post .entry-content #property_location_map .google-map-directory {
    flex-wrap: wrap;
  }
  .singular-property #content .post .entry-content #property_location_map .google-map-directory #from-input {
    max-width: 100%;
  }
  .singular-property #content .post .entry-content #property_location_map .google-map-directory .button {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
@media (max-width: 640px) {
  #preview_submit_from_classified.reveal-modal {
    left: 3% !important;
    width: 94%;
    margin-left: 0;
  }
}
@media (max-width: 592px) {
  .inner-header.ih-search-head .templatic-advanced-search {
    margin-bottom: 30px;
  }
  .inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt {
    padding: 10px;
  }
  .inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .form_row {
    max-width: 100%;
  }
  .inner-header.ih-search-head .templatic-advanced-search .searchform_wdgt .adv_submit {
    position: static;
    width: 100%;
  }

  .site-footer .footer-wrap .footer-widget-area {
    margin-left: 0;
  }
  .site-footer .footer-wrap .footer-widget-area .footer-widget-cols {
    max-width: 100%;
    margin: 0;
  }
  .site-footer .footer-wrap .footer-widget-area .footer-widget-cols.fwa-col-1 {
    max-width: 100%;
  }
  .site-footer .footer-wrap .footer-widget-area .footer-widget-cols.fwa-col-4 {
    max-width: 100%;
  }

  .singular .loop-nav a {
    width: 100%;
  }
  .singular .loop-nav a:last-child {
    margin-top: 10px;
  }

  .comment-respond form#commentform .comment_column2 .form-author {
    max-width: 100%;
    margin-right: 0;
  }
  .comment-respond form#commentform .comment_column2 .form-email {
    max-width: 100%;
  }
  .comment-respond form#commentform input[type="submit"] {
    width: 100%;
  }

  #widget_loop_classified #loop_listing_taxonomy.grid {
    margin-left: 0 !important;
  }
  #widget_loop_classified #loop_listing_taxonomy.grid .post {
    max-width: 100%;
    padding: 10px;
    margin: 0 0 15px;
  }

  .form_row {
    margin-bottom: 25px;
  }

  .accordion .accordion-navigation .step-post {
    padding: 15px;
  }
  .accordion .accordion-navigation .content .packageblock .packagelistitems .panel {
    padding-right: 0;
  }
  .accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .accordion .accordion-navigation .content .packageblock .packagelistitems .panel .panel-desc .pkg-button .button {
    width: 100%;
  }

  .reg_cont_right {
    padding: 15px;
  }

  .wordpress .tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    padding: 0;
    margin-left: -2%;
  }
  .wordpress .tabs li.tab-title {
    float: none;
    flex: 0 0 100%;
    max-width: 48%;
    margin: 0 0 2% 2% !important;
  }
  .wordpress .tabs li.tab-title a {
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 16px 20px 13px !important;
    margin: 0;
  }
  .wordpress .tabs li.tab-title.active a {
    border: 2px solid #0db995 !important;
  }
  .wordpress .tabs li.normal {
    float: none;
    flex: 0 0 100%;
    max-width: 48%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    line-height: normal;
    text-align: center;
    padding: 16px 20px 13px !important;
    margin: 0 0 2% 2% !important;
  }

  .filter-options .flit-opt-cols {
    flex-wrap: wrap;
  }
  .filter-options .flit-opt-cols .filter-lable {
    max-width: 100%;
    margin-right: 0;
  }
  .filter-options .flit-opt-cols1 .clear-filter-link {
    margin-left: 0;
  }

  .directory_manager_tab {
    margin-bottom: 20px !important;
  }

  .classified-short {
    top: 0;
  }

  #sub_listing_categories {
    max-height: none;
    padding: 10px 10px 5px;
  }
  #sub_listing_categories ul {
    margin-left: -2%;
  }
  #sub_listing_categories ul li {
    flex: 0 0 100%;
    max-width: 48%;
    margin: 0 0 2% 2%;
  }
  #sub_listing_categories ul li a {
    text-align: center;
    margin: 0;
  }

  #loop_classified_taxonomy,
  .search_result_listing .hfeed #tmpl-search-results,
  #tmpl-search-results,
  #loop_listing_taxonomy {
    margin-left: 0;
  }
  #loop_classified_taxonomy .post,
  .search_result_listing .hfeed #tmpl-search-results .post,
  #tmpl-search-results .post,
  #loop_listing_taxonomy .post {
    max-width: 100%;
    margin: 0 0 30px;
  }
  #loop_classified_taxonomy .post .entry,
  .search_result_listing .hfeed #tmpl-search-results .post .entry,
  #tmpl-search-results .post .entry,
  #loop_listing_taxonomy .post .entry {
    margin-bottom: 0;
  }

  #loop_classified_taxonomy.list .post,
  #tmpl-search-results.list .post,
  #loop_listing_taxonomy.list .post {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  #loop_classified_taxonomy.list .post .classified_img,
  #tmpl-search-results.list .post .classified_img,
  #loop_listing_taxonomy.list .post .classified_img {
    max-width: 100%;
    margin-bottom: 17px;
  }
  #loop_classified_taxonomy.list .post .entry,
  #tmpl-search-results.list .post .entry,
  #loop_listing_taxonomy.list .post .entry {
    padding: 0 15px;
  }
  #loop_classified_taxonomy.list .post .entry .sort-title .bottom-wrapper,
  #tmpl-search-results.list .post .entry .sort-title .bottom-wrapper,
  #loop_listing_taxonomy.list .post .entry .sort-title .bottom-wrapper {
    padding: 10px 25px 0;
    margin: 0 -25px;
  }

  .single-inner-head {
    padding: 20px 0;
  }

  #content .claim-post-wraper {
    margin: 25px 0 30px;
  }
  #content .claim-post-wraper ul {
    margin-left: -2%;
  }
  #content .claim-post-wraper ul li {
    max-width: 48%;
    margin: 0 0 2% 2% !important;
  }
  #content .tevolution_custom_field {
    padding: 0 15px 15px;
  }
  #content .tevolution_custom_field p {
    flex-wrap: wrap;
    line-height: 24px;
  }
  #content .tevolution_custom_field p label {
    max-width: 100%;
    margin-right: 0;
  }

  #classified_details #overview {
    padding: 0 15px;
  }

  .reveal-modal.tmpl_login_frm_data {
    left: 5% !important;
    max-width: 90%;
    margin-left: 0;
  }
  .reveal-modal.tmpl_login_frm_data#tmpl_send_inquiry, .reveal-modal.tmpl_login_frm_data#tmpl_send_to_frd {
    left: 5% !important;
    max-width: 90%;
    margin-left: 0;
  }

  .custom-field-header-main {
    margin-left: 0;
  }
  .custom-field-header-main .custom_header_field {
    max-width: 100%;
    margin-left: 0;
  }

  .tmpl-404-page #content .wrap404 {
    padding: 15px 15px 5px;
  }
  .tmpl-404-page #content .wrap404 h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .tmpl-404-page #content .wrap404 .desc404 {
    margin-bottom: 30px;
  }

  .arclist ul {
    margin-left: 0;
  }
  .arclist ul li {
    max-width: 100%;
    margin: 0 0 15px;
  }

  .home_page_below_content .gallery .gallery-item {
    max-width: 47% !important;
  }

  .ab-info-wrap {
    margin-bottom: 0;
  }

  .ab-right-col {
    padding-left: 0;
  }

  .widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid {
    margin-left: 0 !important;
  }
  .widget_loop_taxonomy .widget_loop_taxonomy_wrap.grid .post {
    max-width: 100% !important;
    margin: 0 0 30px !important;
  }

  .widget_loop_taxonomy .deal_price_link .deal-price > div {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .widget_loop_taxonomy .itemsold {
    display: block;
  }

  .widget_loop_taxonomy .deal_price_link .deal-price > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .form_front_style .form_row {
    margin-bottom: 25px;
  }

  .posted_successful .days p label {
    max-width: 100%;
    margin-right: 0;
  }

  .submited_info .rc_rightcol ul li p.submit_info_label {
    width: 100%;
    margin-right: 0;
  }
  .submited_info .rc_rightcol ul li p.submit_info_detail {
    margin: 0;
  }

  #preview_submit_from_classified #content .entry-content .classified_info-right .classified-info p {
    flex-wrap: wrap;
  }
  #preview_submit_from_classified #content .entry-content .classified_info-right .classified-info p label {
    max-width: 100%;
    margin: 0 0 5px;
  }
  #preview_submit_from_classified #content .entry-content .classified_info-right .classified-info p span {
    display: block;
    max-width: 100%;
    margin-left: 0;
  }
  #preview_submit_from_classified #content .entry-content .tabs-content .content .listing_custom_field p {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }
  #preview_submit_from_classified #content .entry-content .tabs-content .content .listing_custom_field p label {
    flex: 0 0 100%;
    margin: 0;
  }

  .login_form_l,
  #sign_up {
    padding: 15px;
  }

  .directory_manager_tab ul.view_mode li a#gridview {
    display: block;
  }

  #content .claim-post-wraper ul {
    margin-left: 0;
  }
  #content .claim-post-wraper ul li {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .home_page_below_content .gallery .gallery-item {
    max-width: 100% !important;
  }

  .form_front_style .form_row .hasDatepicker {
    width: 100% !important;
    margin: 0 11px 5px 0 !important;
  }
}
@media (max-width: 375px) {
  .all_category_list_widget .category_list_wrap .category_list {
    padding-left: 10px;
    /*&.no-cat-img {
    	ul {
    		li {
    			&.view {
    				top: 15px;
    			}
    		}
    	}
    }*/
  }
  .all_category_list_widget .category_list_wrap .category_list .catimg {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  .all_category_list_widget .category_list_wrap .category_list h3 {
    margin-bottom: 5px;
  }
  .all_category_list_widget .category_list_wrap .category_list ul li.view {
    top: 146px;
  }
}
.header.header_container {
  background: none !important;
}
