/*
Theme Name: Hello Hattingen Theme
Theme URI: https://wordpress.org/themes/hello-elementor/
Description: Hello Elementor WordPress child theme for SMA.
Author: Thomas Boley
Author URI: https://wordpress.org/themes/hello-elementor/
Template: hello-elementor
Version: 1.0
*/


/* Farbe Post Badges */

.gd_placecategory-gastronomie .elementor-post__badge {
	background-color: #d17002 !important;
}


.gd_placecategory-lebensmittel .elementor-post__badge {
	background-color: #eeee22 !important;
}


.gd_placecategory-shopping .elementor-post__badge {
	background-color: #1e73be !important;
}


.gd_placecategory-dienstleistungen .elementor-post__badge {
	background-color: #dd9933 !important;
}

.gd_placecategory-handwerk .elementor-post__badge {
	background-color: #81d742 !important;
}

.gd_placecategory-weitere .elementor-post__badge {
	background-color: #8224e3 !important;
}

.gd_placecategory-hotels-unterkuenfte .elementor-post__badge {
	background-color: #dd3333 !important;
}


.gd_placecategory-lieferservice-essen-to-go .elementor-post__badge {
	background-color: #f91b92 !important;
}




/* Entfernung der Bewertungen */

.geodir_Star {display: none;}
.geodir-bubble-meta-bottom .geodir-bubble-reviews {display: none;}

#reviewsList {
	display: none;
}

a[href="#reviews"] {
	display: none !important;
	}
	
/* Farbe Navigation Single Eintrag */

dd.geodir-tab-active a {
border-bottom: 2px #f00172 solid !important;
}


/* Default Karte Einzelansicht ausblenden */ 

#post_mapList {
	display: none;
}

/* Seitennummern */
.elementor-pagination {
	
	margin-top: 50px;
}

.page-numbers {
background:#f00172;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff !important;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 

}

.page-numbers.current {
	background: #454955;
}

/* Eintrag hinzufügen */

.page-id-6 .entry-title {
	display: none;
}
.page-id-6 form {
	margin-bottom: 100px;
}

.geodir-required {
	color: #f00172;
}


/* Frontend Beitrags-Vorschau deaktivieren */

.geodir_preview_button {
	display: none;
}

#geodir-add-listing-submit {
	margin-top: 20px;
}


/* Breite Seiten */

@media (max-width: 575px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 576px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 500px; } }

@media (min-width: 768px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 600px; } }

@media (min-width: 992px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 1120px !important; } }
