.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
/***********basic************/
/*Form width*/
.wpcf7 {
  text-align: left;
  width: 90%;
}
/*Input Field widths*/
.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.wpcf7-text {
  height: 50px;
  padding-left: 10px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #129FEA;
}
/*Label Font*/
.wpcf7-form p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
/*Submit button Font*/
.wpcf7-submit {
  width: 85%;
  font-size: 15px !important;
  background: #4a97c2 !important;
  color: #fff !important;
  padding: 20px;
}
/*Submit button Hover*/
.wpcf7-submit:hover {
  background: #3b86b0 !important;
}
/*Response messages - Error & Success*/
.wpcf7-response-output {
  margin-bottom: 30px !important;
}
/***********borders************/
/*Form border*/
.wpcf7 {
  padding-bottom: 0px !important;
}
/*Input Field borders*/
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #8F8F8F !important;
}
/*Submit button Background*/
.wpcf7-submit {
  background: #7E7E7E !important;
  color: #fff !important;
}
/*Submit button Hover*/
.wpcf7-submit:hover {
  background: #5F5F5F !important;
}
/***********colors************/
/*Submit button background & border*/
.wpcf7-submit {
  background-color: #1d2731 !important;
  border: 2px solid #5A5050 !important;
  color: #5A5050 !important;
  font-weight: bold !important;
}
/*Submit button Hover styles*/
.wpcf7-submit:hover {
  background-color: rgba(29, 39, 49, 0.66) !important;
  border-color: #4CAF50 !important;
  color: #4CAF50 !important;
}
/*Label Text color*/
.wpcf7-form p {
  color: #444444;
}
.wpcf7-form label {
  /*display: none;*/
}
/*Input Field Text color*/
.wpcf7-text,
.wpcf7-textarea {
  color: #777;
}
/****background-images********/
/*Form background*/
.wpcf7 {
  /*background-image: url(http://i.imgur.com/iAFPf0G.jpg);*/
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-size: cover;
}
/*Label Text color*/
.wpcf7-form p {
  /*display: none;*/
  color: #444444;
}
/*Submit button background & border*/
.wpcf7-submit {
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
/*Submit button Hover styles*/
.wpcf7-submit:hover {
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #FFFFFF !important;
}
/*Input Field border*/
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #5A3D3D !important;
}
@media (min-width: 768px) {
  .alsp-field-input-block.alsp-field-input-block-9,
  .alsp-field-input-block.alsp-field-input-block-13,
  .alsp-field-input-block.alsp-field-input-block-14,
  .alsp-field-input-block.alsp-field-input-block-15,
  .alsp-field-input-block.alsp-field-input-block-16,
  .alsp-field-input-block.alsp-field-input-block-17,
  .alsp-field-input-block.alsp-field-input-block-18,
  .alsp-field-input-block.alsp-field-input-block-19,
  .alsp-field-input-block.alsp-field-input-block-20,
  .alsp-field-input-block.alsp-field-input-block-21,
  .alsp-field-input-block.alsp-field-input-block-22,
  .alsp-field-input-block.alsp-field-input-block-23 {
    width: 50%;
    clear: none;
  }
}
@media (max-width: 767px) {
  .alsp-field-input-block .website-input-wrap .alsp-field-input-url {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cz-creat-listing,
  .cz-creat-listing-inner {
    padding: 20px;
  }
}
ul.alsp-categorychecklist {
  margin-bottom: 0;
}
ul.alsp-categorychecklist li > .alsp-category-empty {
  width: 0;
  height: auto;
}
.alsp-listing.listing-post-style-14 .listing-bottom-metas {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.alsp-listings-block-content .alsp-listing .listing-wrapper .alsp-listing-logo {
  padding: 5px !important;
}
.single-listing .alsp-field-output-block-price,
.single-listing .alsp-field-output-block-select,
.single-listing .alsp-field-output-block-string {
  margin-left: 0 !important;
}
#pacz-footer .pacz-footer-copyright > a {
  color: #ff8300 !important;
}
@media (min-width: 768px) {
  .alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content article.alsp-listing:nth-child(3n+1) {
    clear: both !important;
  }
}
@media (max-width: 767px) {
  .alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content article.alsp-listing:nth-child(2n+1) {
    clear: both !important;
  }
}
.alsp-content .alsp-pagination-wrapper ul.pagination > li {
  margin-left: 0;
}
.alsp-content .alsp-pagination-wrapper ul.pagination > li > a {
  color: #15A949;
}
.alsp-content .alsp-pagination-wrapper ul.pagination > li.active > a {
  background-color: #15A949;
  border-color: #15A949;
  color: white;
}
@media (min-width: 992px) {
  #pacz-header #pacz-main-navigation .main-navigation-ul .menu-item > a {
    padding: 0 20px 0 0 !important;
  }
}
@media (min-width: 1200px) {
  #pacz-header #pacz-main-navigation .main-navigation-ul .menu-item > a {
    padding: 0 40px 0 0 !important;
  }
}
/**
 * PLASTIC DIGITAL utilities LESS
 */
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-line-through {
  text-decoration: line-through;
}
.letter-spacing-zero {
  letter-spacing: 0 !important;
}
.text-bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
.table-row {
  display: table;
  table-layout: fixed;
}
.table-row.full-width {
  width: 100%;
}
.table-row.full-height {
  height: 100%;
}
.table-cell {
  display: table-cell;
  min-height: 1px;
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-middle {
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  [class*='table-cell'].only-from-sm,
  .table-row.only-from-sm {
    display: block !important;
    width: auto;
  }
}
.appearance-reset {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
a.no-decoration:hover {
  text-decoration: none !important;
}
.absolute-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .absolute-wrapper-sm {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
.relative-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .full-height-xs {
    position: relative;
    height: 100%;
  }
}
.tab-pane {
  display: none;
  visibility: hidden;
}
.tab-pane.active {
  display: block;
  visibility: visible;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
body {
  font-family: Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
  font-weight: 800 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
#pacz-header .pacz-header-mainnavbar {
  position: relative;
}
#pacz-header .pacz-header-mainnavbar .pacz-grid {
  position: initial;
}
#pacz-header #pacz-main-navigation .main-navigation-ul {
  position: initial;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .menu-item,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header .author-displayname,
#pacz-header #pacz-main-navigation .main-navigation-ul .listing-btn,
#pacz-header #pacz-main-navigation .main-navigation-ul .menu-item > a,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header > a,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header > a,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header .author-displayname > a,
#pacz-header #pacz-main-navigation .main-navigation-ul .listing-btn > a {
  height: 50px !important;
  line-height: 50px !important;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .menu-item .listing-header-btn,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .listing-header-btn,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header .listing-header-btn,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header .author-displayname .listing-header-btn,
#pacz-header #pacz-main-navigation .main-navigation-ul .listing-btn .listing-header-btn {
  font-size: 13px;
  font-weight: bold;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .menu-item {
  float: left !important;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .menu-item > a {
  padding: 0 40px 0 0;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header img {
  display: none;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header {
  padding-top: 0;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header .author-displayname {
  color: white !important;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .author-name-header .author-nicename {
  display: none;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .dropdown {
  height: 50px !important;
  line-height: 50px !important;
  padding: 10px 0;
}
.IE11 #pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .dropdown {
  padding: 0 !important;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .dropdown .dropbtn {
  vertical-align: initial !important;
  padding: 0 20px;
  background-color: #15A949;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .dropdown .dropbtn .author-name-header,
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .dropdown .dropbtn .author-name-header > span {
  padding: 0 !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .logreg-header .dropdown .dropdown-content {
  top: 45px !important;
}
#pacz-header #pacz-main-navigation .main-navigation-ul .pacz-header-logo {
  display: none !important;
}
.pacz-logout,
.pacz-login,
.pacz-register,
.pacz-logout-2,
.pacz-login-2,
.pacz-register-2 {
  text-transform: none;
}
.mobile-active-menu-user-wrap {
  min-height: auto;
}
.mobile-active-menu-user-thumb {
  display: none;
}
.pacz-header-mobile1 .pacz-mobile-header-top {
  display: none;
}
.pacz-header-mobile1 .pacz-mobile-header-bottom {
  margin-top: 0 !important;
}
.pacz-header-mobile1 .pacz-mobile-header-bottom .responsive-nav-search-link {
  display: none;
}
#theme-page .theme-page-wrapper .inner-page-wrapper #pacz-sidebar {
  padding-top: 0;
}
#pacz-footer {
  padding-top: 70px !important;
}
#pacz-footer .footer-logo {
  max-width: 180px !important;
}
#pacz-footer .footer-social {
  width: 50px;
}
#pacz-footer #sub-footer .pacz-footer-copyright {
  padding-top: 2px !important;
}
.module-hero-container {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  border-bottom: 8px solid #15A949;
}
.module-hero-container.bg-main {
  background-image: url('/wp-content/uploads/hojuro-hero-home.jpg') !important;
}
.module-hero-container.bg-jobs {
  background-image: url('/wp-content/uploads/hero-photo-job.jpg') !important;
}
.module-hero-container.bg-realestates {
  background-image: url('/wp-content/uploads/hojuro-hero-realestate.jpg') !important;
}
.module-hero-container.bg-cars {
  background-image: url('/wp-content/uploads/hojuro-hero-car.jpg') !important;
}
.module-hero-container.bg-goods {
  background-image: url('/wp-content/uploads/hero-photo-item.jpg') !important;
}
.module-hero-container.yellow-page-style {
  background-color: #ffc840 !important;
}
@media (min-width: 768px) {
}
.module-hero-container.without-category .alsp-search-overlay {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .module-hero-container.without-category .alsp-search-overlay {
    width: 75%;
  }
}
.module-hero-container.without-category .search-element-col {
  display: none;
}
.module-hero-container.without-category .search-element-col.keyword-search,
.module-hero-container.without-category .search-element-col.search-button {
  display: block;
}
.module-hero-container.without-category .search-element-col.keyword-search {
  width: 70% !important;
}
.module-hero-container.without-category .search-element-col.search-button {
  width: 30% !important;
}
@media (min-width: 768px) {
  .module-hero-container > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.module-hero-container .hero-logo {
  position: relative;
  margin-top: 20px;
  width: 160px;
  z-index: 1;
}
@media (max-width: 767px) {
  .module-hero-container .hero-logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .module-hero-container .hero-logo.home-hero-style {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .module-hero-container .hero-logo.home-hero-style {
    position: relative;
    margin-top: 20px;
    width: 160px;
    z-index: 1;
    float: left !important;
  }
}
@media (max-width: 767px) {
  .module-hero-container .hero-title {
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1;
    width: 140px;
  }
}
@media (min-width: 768px) {
  .module-hero-container .hero-title {
    position: relative;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1;
    width: 140px;
  }
}
.module-hero-container .hero-title > h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0 !important;
  text-align: center;
  color: white;
}
/*
.module-hero {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	@media @only-xs {
		padding-top: 40px !important;
	}
	@media @from-sm {
		padding-top: 250px !important;
		padding-bottom: 50px !important;
	}
	@media @from-md {
		padding-top: 270px !important;
		padding-bottom: 70px !important;
	}
	@media @from-lg {
		padding-top: 290px !important;
		padding-bottom: 90px !important;
	}

	.search-wrap {
		background-color: rgba(0, 0, 0, 0.5) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 1170px;
	}

	.alsp-search-overlay {
		@media @only-xs {
			margin-top: 20px;
			margin-bottom: 20px;
		}
	}

	&.without-category {
		.alsp-search-overlay {
			@media @from-sm {
				width: 75%;
			}
			margin-left: auto;
			margin-right: auto;
		}
		.search-element-col {
			display: none;
			&.keyword-search,
			&.search-button {
				display: block;
			}
			&.keyword-search {
				width: 70% !important;
			}
			&.search-button {
				width: 30% !important;
			}
		}
	}

	&.bg-main { background-image: url('/wp-content/uploads/hero-photo-4.jpg') !important; };
	&.bg-jobs { background-image: url('/wp-content/uploads/Jobs.jpg') !important; };
	&.bg-realestates { background-image: url('/wp-content/uploads/Realestates.jpg') !important; };
	&.bg-cars { background-image: url('/wp-content/uploads/Cars.jpg') !important; };
	&.bg-goods { background-image: url('/wp-content/uploads/Goods.jpg') !important; };
	&.yellow-page-style {
		background-color: #ffc840 !important;
		@media @from-sm {
			padding-top: 100px !important;
		}
		h2 {
			@media @only-xs {
				margin-top: 20px;
				margin-bottom: 20px;
				font-size: 20px;
			}
		}
		.hero-image {
			img {
				width: 100%;
				max-width: 910px !important;
			}
		}
	}

	// Business Category Search Style Addon
	.businessdirectory-search {
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
		@media @only-xs {
			margin-top: 20px;
			margin-bottom: 20px;
		}
		#wpbdp-search-form-wrapper {
			padding: 20px 10px;
			overflow: hidden;
			background-color: rgba(0, 0, 0, 0.5);
			h3 {
				display: none;
			}
			#wpbdp-search-form {
				padding-left: 0;
				margin-left: -10px;
				margin-right: -10px;

				.wpbdp-form-field-association-title,
				.wpbdp-form-field-association-category,
				p {
					margin-top: 0;
					margin-bottom: 0;
					padding-left: 10px;
					padding-right: 10px;
					.wpbdp-search-field-label {
						display: none;
					}
					.field.inner {
						width: 100%;
						margin-left: 0;
						padding-left: 0;

						.select2-container {
							width: 100% !important;
							.select2-selection,
							.select2-selection__rendered {
								height: 54px;
								line-height: 54px;
							}
							.select2-selection__arrow {
								height: 54px;
							}
						}
					}
					input {
						width: 100%;
						height: 54px;
						&.wpbdp-submit {
							background-color: @brand-green;
							border-color: @brand-green;
						}
					}
				}
				.wpbdp-form-field-association-title {
					@media @from-sm {
						.pull-left;
						width: 50%;
					}
				}
				.wpbdp-form-field-association-category,
				p {
					@media @from-sm {
						.pull-left;
						width: 25%;
						clear: none;
					}
				}
			}
		}
	}
}
*/
.module-hero-new {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .module-hero-new {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .module-hero-new.landing-style {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .module-hero-new {
    padding-top: 1%;
    padding-bottom: 5%;
  }
  .module-hero-new.landing-style {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) {
  .module-hero-new > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.module-hero-new h1 {
  font-size: 50px;
  text-shadow: 0 0 6px #000000;
  color: white;
  word-break: keep-all;
  margin: 10% 0 0 30px !important;
}
@media (max-width: 767px) {
  .module-hero-new h1 {
    margin: 0 !important;
    font-size: 30px;
    text-align: center;
  }
}
.module-hero-new h2 {
  text-shadow: 0 0 6px #000000;
  color: white;
  word-break: keep-all;
  margin: 0 !important;
  line-height: 1.7;
  font-size: 36px;
  margin: 10% 0 0 30px !important;
}
@media (max-width: 767px) {
  .module-hero-new h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px !important;
    text-align: center;
  }
}
.module-hero-new img.yellowpage-bg-symbol {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .module-hero-new img.yellowpage-bg-symbol {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .module-hero-new img.yellowpage-bg-symbol {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.module-hero-new .search-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1170px;
}
@media (max-width: 767px) {
  .module-hero-new .alsp-search-overlay {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.module-search-container {
  background-color: rgba(0, 0, 0, 0.3);
}
.module-search-container .search-wrap {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .module-search-container .search-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.module-search-container .businessdirectory-search {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper {
  padding: 20px 10px;
  overflow: hidden;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper h3 {
  display: none;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form {
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title .wpbdp-search-field-label,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category .wpbdp-search-field-label,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p .wpbdp-search-field-label {
  display: none;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title .field.inner,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category .field.inner,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p .field.inner {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title .field.inner .select2-container,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category .field.inner .select2-container,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p .field.inner .select2-container {
  width: 100% !important;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title .field.inner .select2-container .select2-selection,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category .field.inner .select2-container .select2-selection,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p .field.inner .select2-container .select2-selection,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title .field.inner .select2-container .select2-selection__rendered,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category .field.inner .select2-container .select2-selection__rendered,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p .field.inner .select2-container .select2-selection__rendered {
  height: 54px;
  line-height: 54px;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title .field.inner .select2-container .select2-selection__arrow,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category .field.inner .select2-container .select2-selection__arrow,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p .field.inner .select2-container .select2-selection__arrow {
  height: 54px;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title input,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category input,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p input {
  width: 100%;
  height: 54px;
}
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title input.wpbdp-submit,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category input.wpbdp-submit,
.module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p input.wpbdp-submit {
  background-color: #15A949;
  border-color: #15A949;
}
@media (min-width: 768px) {
  .module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-title {
    float: left !important;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form .wpbdp-form-field-association-category,
  .module-search-container .businessdirectory-search #wpbdp-search-form-wrapper #wpbdp-search-form p {
    float: left !important;
    width: 25%;
    clear: none;
  }
}
.module-current-magazine-container .widget.widget_text {
  display: none !important;
}
@media (max-width: 767px) {
  .module-current-magazine {
    max-width: 200px;
    margin: 20px auto 0 auto;
  }
}
.module-current-magazine:hover .image-container:before {
  background-color: transparent;
}
.module-current-magazine:hover .image-container:after {
  opacity: 0;
}
.module-current-magazine:hover .image-container img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.module-current-magazine .image-container {
  overflow: hidden;
  position: relative;
  background-image: url('/wp-content/uploads/bookshelf.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-current-magazine .image-container img {
  border: 20px solid transparent !important;
  border-top-width: 35px !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.module-current-magazine h5 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.module-icon-menus {
  background-color: #efefef;
  padding: 20px;
}
@media (max-width: 767px) {
  .module-icon-menus {
    display: none !important;
  }
}
.module-icon-menus .icon-menu-container:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.module-icon-menus .icon-menu-container img {
  height: 60px !important;
  margin-bottom: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.module-icon-menus .icon-menu-container h6 {
  margin-bottom: 0 !important;
}
.module-separator {
  margin-bottom: 20px !important;
}
.module-separator h4 {
  font-size: 20px;
}
.module-content-list {
  margin-bottom: 20px;
}
.module-content-list ul {
  list-style-type: none;
  border-top: 1px solid #eeeeee;
}
.module-content-list ul li {
  margin-left: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.module-content-vertical-list {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .module-content-vertical-list > ul {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
    list-style-type: none;
  }
  .module-content-vertical-list > ul > li {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media (max-width: 767px) {
  .module-content-vertical-list {
    margin-bottom: 20px;
  }
  .module-content-vertical-list ul {
    list-style-type: none;
    border-top: 1px solid #eeeeee;
  }
  .module-content-vertical-list ul li {
    margin-left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
.module-content-vertical-list img {
  width: 100%;
  border: 1px solid #eeeeee !important;
  padding: 6px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.module-tag-cloud a {
  display: inline-block;
  padding: 6px;
  margin: 0 0 5px 0;
  border: 1px solid #15A949;
  border-radius: 4px;
  background-color: #15A949;
  line-height: 1;
  color: white;
  transition: all 0.3s;
}
.module-tag-cloud a:hover {
  color: white;
  background-color: #0f7c35;
}
.module-main-banner {
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module-ad-enquiry-box .wpb_single_image {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .module-ad-enquiry-box .wpb_single_image img {
    max-height: 250px;
    width: auto;
  }
}
.module-ad-enquiry-box .pacz-button-align {
  margin-left: 0 !important;
}
.module-ad-enquiry-box .pacz-button.large {
  padding-left: 40px;
  padding-right: 40px;
}
.module-about-us-tabs.ult_tabs {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/uploads/business-bg.jpg');
}
.module-about-us-tabs.ult_tabs .ult_tabcontent .ult_tabitemname {
  padding: 30px;
  border: 1px solid #eeeeee;
  background-color: rgba(255, 255, 255, 0.7);
}
.module-opinion-box img {
  padding: 6px;
  border: 1px solid #eeeeee !important;
}
.alsp-listings-block-header {
  padding: 0 15px;
}
.alsp-listings-block-header .alsp-found-listings,
.alsp-listings-block-header .alsp-options-links {
  box-shadow: none;
  border: 1px solid #eeeeee;
  margin: 0;
  margin-top: 0 !important;
  padding: 10px 15px;
}
.alsp-listings-block-header .alsp-found-listings {
  margin-bottom: 10px;
}
.alsp-listings-block-header .alsp-options-links {
  margin-top: 5px;
}
.alsp-listings-block-header .alsp-options-links .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.alsp-listings-block-content .alsp-listing {
  height: auto !important;
}
.alsp-listings-block-content .alsp-listing .listing-wrapper {
  border: 1px solid #eeeeee;
}
.alsp-listings-block-content .alsp-listing .listing-wrapper .alsp-listing-logo {
  padding: 0;
}
.wpbdp-main-box {
  display: none !important;
}
.wpbdp-listings-sort-options {
  text-align: left;
}
.dhvc-form-inner + .dhvc-form-action {
  margin-top: 5px;
}
.widget.widget_author {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .single-listing.alsp-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.alsp-category.alsp-tax-dropdowns-search-wrap {
  background-color: white;
  height: 54px;
}
.alsp-category.alsp-tax-dropdowns-search-wrap > select {
  visibility: hidden;
}
.advertisement-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}
.advertisement-thumbnail .ult-content-box {
  border-color: #2C2134 !important;
}
.advertisement-thumbnail img {
  max-height: 200px !important;
  width: auto !important;
}
.advertisement-thumbnail .pacz-button-align {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .advertisement-thumbnail .pacz-button-align {
    margin-top: 20px !important;
  }
}
.advertisement-thumbnail a.pacz-button {
  background-color: #15A949;
  border-color: #15A949;
  color: white;
  font-size: 16px;
}
.advertisement-thumbnail a.pacz-button:hover {
  background-color: #0083c9;
  border-color: #0083c9;
}
.contact-form-style input,
.contact-form-style textarea {
  width: 100%;
}
.widget,
.widget-no-padding {
  margin-bottom: 20px !important;
}
.widget-no-padding .textwidget + .textwidget {
  margin-top: 20px;
}
.alsp-orderby-links.btn-group a.btn.btn-default,
.alsp-orderby-links.btn-group a.btn.btn-default.btn-primary {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px !important;
}
.dhvc-form-group .dhvc-form-control {
  padding-left: 20px !important;
  padding-right: 50px !important;
}
#pacz-main-navigation > ul > li.current-menu-item > a,
#pacz-main-navigation > ul > li.current-menu-ancestor > a,
#pacz-main-navigation > ul > li.menu-item:hover > a,
.menu-item-link,
.pacz-login-2,
.pacz-register-2 {
  background-color: transparent !important;
}
/*
#pacz-header:not(.header-structure-vertical) #pacz-main-navigation > ul > li.menu-item, #pacz-header:not(.header-structure-vertical) #pacz-main-navigation > ul > li.menu-item > a, #pacz-header:not(.header-structure-vertical) .pacz-header-search, #pacz-header:not(.header-structure-vertical) .pacz-header-search a, #pacz-header:not(.header-structure-vertical) .pacz-header-wpml-ls, #pacz-header:not(.header-structure-vertical) .pacz-header-wpml-ls a, #pacz-header:not(.header-structure-vertical) .pacz-shopping-cart, #pacz-header:not(.header-structure-vertical) .pacz-responsive-cart-link, #pacz-header:not(.header-structure-vertical) .dashboard-trigger, #pacz-header:not(.header-structure-vertical) .pacz-header-social, #pacz-header:not(.header-structure-vertical) .pacz-margin-header-burger, #pacz-header:not(.header-structure-vertical) .listing-btn, #pacz-header:not(.header-structure-vertical) .logreg-header {
	height: 60px !important;
	line-height: 60px !important;
}
*/
/*
.pacz-header-logo {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	&, a {
		height: 40px !important;
		line-height: 40px !important;
	}

	img {
		height: 40px !important;
		line-height: 40px !important;
	}
}
*/
#pacz-sidebar .sidebar-wrapper .log_forms {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
#pacz-sidebar .sidebar-wrapper .log_forms .log-form-group {
  padding: 0;
  margin-bottom: 10px;
}
#pacz-sidebar .sidebar-wrapper .log_forms .log-form-group input[name="login"] {
  height: 31px;
  color: white;
  background-color: #0083c9;
  border-color: #0083c9;
  line-height: 31px;
  transition: all .1s linear 0s;
}
#pacz-sidebar .sidebar-wrapper .log_forms .log-form-group input[name="login"]:hover {
  background-color: #3e467b;
  border-color: #3e467b;
}
#pacz-sidebar .sidebar-wrapper .log_forms .log-form-group.extra-links {
  margin-bottom: 0;
}
.sidebar-wrapper > .log_forms {
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 20px;
  width: 100% !important;
  margin-bottom: 20px;
}
.display-posts-listing {
  margin-left: 0;
  margin-bottom: 0;
}
.show-only-main {
  display: none;
}
.wpbdp-view-main .show-only-main {
  display: block;
}
.wpbdp-main-box {
  border-radius: 0;
}
.wpbdp-main-box .advanced-search-link,
.wpbdp-main-box p {
  display: none;
}
.wpbdp-main-box .box-col {
  margin-bottom: 0;
}
.wpbdp-field-long_business_description {
  display: none;
}
#wpbdp-main-box-keyword-field {
  height: 48px;
}
.wpbdp-page-main_page .wpbdp-categories {
  display: none;
}
.wpbdp-categories li.cat-item {
  margin-bottom: 0;
  font-size: 12px;
}
.wpbdp-categories li.cat-item > a {
  margin-bottom: 5px;
}
.wpbdp-categories ul.children {
  position: relative !important;
  left: 0 !important;
  padding-left: 20px !important;
}
.wpbdp-listing.wpbdp-excerpt {
  overflow: hidden;
  float: left;
  width: 50%;
  border-bottom: 1px solid #eeeeee;
  background-color: white !important;
}
.wpbdp-listing.wpbdp-excerpt .listing-actions {
  display: none;
}
.wpbdp-listing.wpbdp-excerpt .excerpt-content .listing-details {
  margin-left: 0;
}
.wpbdp-listing.wpbdp-excerpt .listing-details .wpbdp-field {
  margin-bottom: 0;
}
.wpbdp-listing.wpbdp-single .listing-details {
  margin-left: 0;
}
.tax-wpbdp_category .inner-page-wrapper {
  padding-top: 0 !important;
}
.business-directory-category-widget #pacz-sidebar .widget {
  padding: 0;
  margin: 0 !important;
  border: none;
  box-shadow: none;
}
.tax-wpbdp_category .theme-page-wrapper .inner-page-wrapper #pacz-sidebar,
.tax-wpbdp_category .theme-page-wrapper .inner-page-wrapper .theme-content {
  padding-top: 20px !important;
  padding-bottom: 70px !important;
}
.tax-wpbdp_category .theme-page-wrapper .inner-page-wrapper #wpbdp-main-box {
  margin-top: 0 !important;
}
/*
.single-wpbdp_listing,
.wpbdp-view-search,
.wpbdp-view-main {
	.inner-page-wrapper {
		#pacz-sidebar,
		.theme-content {
			padding-top: 20px !important;
			padding-bottom: 70px !important;

			.landing-title h2 {
				margin-top: 0 !important;
				margin-bottom: 10px !important;
			}
		}
	}
}
*/
.wpbdp-pagination .wp-pagenavi {
  padding-top: 20px;
  text-align: center;
}
.wpbdp-pagination .wp-pagenavi .pages {
  margin-right: 20px;
  border: none;
}
.wpbdp-search-page h2.title {
  display: none;
}
.wpbdp-search-page h3 {
  margin-top: 20px;
}
.wpbdp-form-field-label-business_description,
.wpbdp-form-field-association-meta,
.wpbdp-form-field-label-business_tags {
  display: none;
}
.wpbdp-submit.wpbdp-button {
  height: 31px;
  color: white;
  line-height: 31px;
  transition: all .1s linear 0s;
  padding: 7px;
  min-width: 200px;
  background-color: #0083c9;
  border-color: #0083c9;
}
.wpbdp-button.reset {
  display: none;
}
.alsp-search-overlay .search-element-col {
  margin-bottom: 0;
}
.home-panel-image img {
  height: 50px !important;
  width: auto !important;
  margin-bottom: 20px;
}
.module-home-block-row > .wpb_column > .vc_column-inner > .wpb_wrapper,
.module-home-block-row > .wpb_column > .vc_column-inner > .wpb_wrapper > div,
.module-home-block-row > .wpb_column > .vc_column-inner > .wpb_wrapper > div > .module-home-block {
  height: 100%;
}
.module-home-block,
.module-home-block-magazine {
  box-shadow: 1px 1px 2px 0px rgba(170, 170, 170, 0.5);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.module-home-block:hover,
.module-home-block-magazine:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.module-home-block-magazine .pacz-image {
  border: 3px solid #0083c9;
  padding: 2px;
}
.alsp-dashboard-tabs-content .alsp-submit-listing-wrap .edit-listing.cz-creat-listing {
  width: 100% !important;
}
#addresses-tab > .alsp-content > .row.form-group {
  display: none !important;
}
.author-phone.style2 {
  overflow: hidden;
  height: 60px;
}
.alsp-share-buttons .alsp-share-button {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alsp-share-buttons .alsp-share-button > a {
  margin-right: 0;
}
.alsp-share-buttons .alsp-share-button > a > img {
  height: 42px !important;
  width: 42px !important;
}
.alsp-fields-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.classiadspro-author .author-img {
  display: none !important;
}
.author-phone {
  margin-bottom: 0 !important;
}
.landing-title h2 {
  margin-top: 20px;
  margin-bottom: 0;
  width: auto;
  padding: 20px;
  background: #dddddd;
}
.cz-creat-listing input[type="submit"].button.btn {
  background-color: #0083c9;
  border-color: #0083c9;
  color: white;
  min-width: 200px;
}
.alsp-get-location {
  top: 8px !important;
}
.post-type-archive-hojuinfo .blog-classic-entry,
.tax-hojuinfo_category .blog-classic-entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.post-type-archive-hojuinfo .featured-image,
.tax-hojuinfo_category .featured-image {
  float: left;
  width: 20%;
}
.post-type-archive-hojuinfo .blog-entry-wrapper,
.tax-hojuinfo_category .blog-entry-wrapper {
  float: left;
  width: 80%;
}
.post-type-archive-hojuinfo .blog-entry-wrapper .blog-entry-heading,
.tax-hojuinfo_category .blog-entry-wrapper .blog-entry-heading,
.post-type-archive-hojuinfo .blog-entry-wrapper .blog-meta,
.tax-hojuinfo_category .blog-entry-wrapper .blog-meta,
.post-type-archive-hojuinfo .blog-entry-wrapper .blog-excerpt,
.tax-hojuinfo_category .blog-entry-wrapper .blog-excerpt,
.post-type-archive-hojuinfo .blog-entry-wrapper .blog-readmore-btn,
.tax-hojuinfo_category .blog-entry-wrapper .blog-readmore-btn {
  padding-left: 20px;
  padding-right: 0;
}
.post-type-archive-hojuinfo .blog-entry-wrapper .blog-entry-heading,
.tax-hojuinfo_category .blog-entry-wrapper .blog-entry-heading {
  padding-top: 0;
}
.hojuinfo-category-list li.cat-item {
  font-size: 100%;
}
.hojuinfo-category-list li.cat-item ul.children {
  position: relative;
  left: 0;
  list-style-type: none;
}
.hojuinfo-category-list li.cat-item ul.children > li:before {
  content: '- ';
}
.hojuinfo-category-list > li.cat-item {
  margin-bottom: 30px;
}
.single-hojuinfo .blog-entry-heading {
  margin-top: 40px;
}
.post-type-archive-hojuinfo .theme-page-wrapper .inner-page-wrapper #pacz-sidebar,
.post-type-archive-hojuinfo .theme-page-wrapper .inner-page-wrapper .theme-content {
  padding-top: 20px !important;
  padding-bottom: 70px !important;
}
.post-type-archive-hojuinfo .theme-page-wrapper .inner-page-wrapper #wpbdp-main-box {
  margin-top: 0 !important;
}
.post-type-archive-hojuinfo .inner-page-wrapper,
.tax-hojuinfo_category .inner-page-wrapper {
  padding-top: 0;
}
.post-type-archive-hojuinfo .inner-page-wrapper #pacz-sidebar,
.tax-hojuinfo_category .inner-page-wrapper #pacz-sidebar,
.post-type-archive-hojuinfo .inner-page-wrapper .theme-content,
.tax-hojuinfo_category .inner-page-wrapper .theme-content {
  padding-top: 20px !important;
  padding-bottom: 70px !important;
}
.post-type-archive-hojuinfo .inner-page-wrapper #pacz-sidebar .landing-title h2,
.tax-hojuinfo_category .inner-page-wrapper #pacz-sidebar .landing-title h2,
.post-type-archive-hojuinfo .inner-page-wrapper .theme-content .landing-title h2,
.tax-hojuinfo_category .inner-page-wrapper .theme-content .landing-title h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.single-hojuinfo .theme-inner-wrapper .theme-content,
.single-hojuinfo .theme-inner-wrapper #pacz-sidebar {
  margin-top: 20px;
}
header.main-header {
  display: none !important;
}
.alsp-table > ul {
  padding: 20px 30px !important;
}
.alsp-table .td_listings_level {
  display: none !important;
}
.sidebar {
  padding-right: 20px;
}
.sidebar a > i {
  width: 20px !important;
  display: inline-block;
}
.user-panel-main.main-sidebar .author-name-info > span {
  color: #dddddd;
}
.logged-in.skin-blue #theme-page .logo img {
  width: 50px;
}
.logged-in.skin-blue .author-verified {
  background-color: #333;
}
.logged-in.skin-blue .inner-page-wrapper {
  margin-bottom: 0;
}
.logged-in.skin-blue .content-wrapper {
  margin-left: 230px;
}
.logged-in.skin-blue #sub-footer {
  display: none;
}
.author-verified,
#authorcodeform .btn,
.verified-author-form .btn {
  color: #444444;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-bottom-widget .widget {
  margin-bottom: 0 !important;
}
.login-margin-bottom {
  margin-bottom: 20px;
}
.login-margin-bottom > #pacz-sidebar {
  padding-top: 0 !important;
}
/*
.custom-login-form {
	padding: 10px 0;
	width: 100%;

	.table-row {
		display: table;
	}
	.field-side-cell {
		display: table-cell;
		vertical-align: top;
		input {
			display: block;
			width: 100%;
			height: 35px;
		}
		.password {
			margin-top: 4px;
		}
	}
	.submit-side-cell {
		display: table-cell;
		width: 70px;
		vertical-align: top;
		padding-left: 4px;
		.user-submit {
			width: 70px;
			height: 74px;
		}
	}
}

.custom-listing-small {
	text-align: right;
	width: 100%;
	a {
		font-size: 11px;
		border-bottom: 1px solid @default-border-color;
	}
	a + a {
		margin-left: 20px;
	}
}

.custom-logined-detail {
	margin-top: 5px;
	text-align: right;
	.link-style {
		margin-left: 20px;
		font-size: 11px;
		border-bottom: 1px solid @default-border-color;
	}
}
*/
.custom-user-info .user-info {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
}
.custom-user-info .user-info img {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-user-info .user-info p {
  display: block;
  width: 100%;
  text-align: right;
  padding-left: 45px;
  padding-top: 0px;
}
.search-wrap {
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding: 20px 0;
  border-radius: 0 !important;
  border-width: 0 !important;
}
.search-wrap .alsp-location {
  display: none !important;
}
.alsp-search-form input:focus,
.alsp-search-form select:focus,
.alsp-search-form textarea:focus {
  text-transform: none;
  font-size: inherit;
}
.search-form-style1.alsp-content.alsp-search-form .search-wrap .form-control,
.search-form-style1.alsp-content.alsp-search-form .cz-submit-btn.btn.btn-primary,
.search-form-style1.alsp-content.alsp-search-form .search-wrap .bootstrap-select > .dropdown-toggle {
  height: 54px;
}
#pacz-sidebar .widget {
  padding: 20px;
  margin-bottom: 10px;
}
#pacz-sidebar .collapsing {
  height: auto;
}
#pacz-sidebar .collapse {
  display: inline;
}
#home-hero-ads .widget,
#real-estate-hero-ads .widget {
  margin-bottom: 0;
}
#pacz-sidebar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-box .sidebar-wrapper {
  border: 1px solid #eeeeee;
  padding: 20px !important;
  margin-top: 20px;
}
.pacz-main-wrapper-holder .inner-page-wrapper {
  margin-bottom: 40px;
}
.single-listing .listing-main-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
.alsp-single-listing-text-content-wrap .alsp-field-output-block {
  padding: 30px 0;
}
.alsp-single-listing-text-content-wrap .alsp-fields-group {
  padding: 30px 0;
}
#adv-custom-pager {
  padding-left: 0;
  padding-right: 0;
}
.alsp-listing-tabs > li {
  border: 1px solid #eeeeee;
}
.tab-content {
  padding: 20px;
  border: 1px solid #eeeeee;
}
#pacz-sidebar.pacz-builtin {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#pacz-sidebar.pacz-builtin .widget {
  box-shadow: none;
}
#pacz-sidebar.pacz-builtin .widget:first-child .widgettitle {
  display: none;
}
.alsp-listing.listing-post-style-listview_default {
  margin-bottom: 5px;
}
.alsp-listing.listing-post-style-listview_default .listing-wrapper {
  box-shadow: none;
  border: 1px solid #eeeeee;
}
.alsp-listing.listing-post-style-listview_default .listing-wrapper .alsp-listing-logo,
.alsp-listing.listing-post-style-listview_default .listing-wrapper .alsp-listing-logo img {
  width: 130px !important;
  height: auto !important;
}
.alsp-listing.listing-post-style-listview_default .listing-wrapper .alsp-listing-text-content-wrap {
  padding: 0 !important;
  padding-left: 30px !important;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel {
  position: relative;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .owl-controls {
  width: 100%;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .owl-nav {
  position: absolute;
  top: -20px;
  right: 15px;
  margin: auto;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .owl-nav .owl-prev,
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .owl-nav .owl-next {
  box-shadow: none;
  display: block !important;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .alsp-listing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .alsp-listing figure.alsp-listing-logo {
  padding: 0 !important;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .listing-wrapper {
  border: 1px solid #eeeeee;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .listing-wrapper .price {
  min-height: 25px;
}
.alsp-listings-block.alsp-listings-grid-3 .alsp-listings-block-content .owl-carousel .listng-author-img {
  display: none;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.color-white,
.color-white a {
  color: white !important;
}
/*
.btn-primary {
	min-width: 200px;
	min-height: 46px !important;
	line-height: 46px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
*/
.title-underline {
  border-bottom: 3px solid #15A949;
}
