/*
 Theme Name:   Listimia Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Listimia Child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     listimia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listimiachild
*/

.nav-primary-wrapper {
	background: #264440 !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.0rem;
}

.navbar-light .navbar-nav a:hover.nav-link {
	color: #fcfcfc;
}

.navbar-expand-md .navbar-nav .btn-custom .nav-link {
	background: #fff;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 1.4rem;
	padding-left: 1.4rem;
	border-radius: 100px !important;
	margin-left: 20px;
	border: 2px solid #fff;
}
.navbar-expand-md .navbar-nav .btn-custom.active > .nav-link,
.navbar-expand-md .navbar-nav .btn-custom .nav-link:hover {
	background: #ff9797;
	border: 2px solid #264440;
	color: #fff;
}

.navbar-light .navbar-toggler {
	color: #fff !important;
}

.navbar-light .navbar-toggler svg {
	fill: #fff !important;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("https://www.hotelgutscheine.jetzt/wp-content/uploads/2023/11/menu.svg");
}

.navbar-light .navbar-nav .show > .nav-link {
	color: #fff !important;
}

.navbar-brand img {
	height: 2.8rem;
	width: auto;
}

.footer a:hover {
	opacity: 0.4;
}

.footer-link:hover {
	color: #323232;
}

.geodir-more-filters button {
	max-width: 300px !important;
}

.geodir-more-filters .badge {
	border: none;
	padding: 9px 20px;
	margin-top: 8px;
}

.geodir-page-single .inline {
	display: inline-block !important;
}

.adress-wrapper a.route-button {
	font-size: 14px;
	background-color: #efefef;
	border-color: #efefef;
	color: #323232;
	padding: 10px 25px;
	margin: 10px 0px;
	width: 100%;
	border-radius: 100px;
}



.profilepart {
	background: transparent;
	border-radius: 100px !important;
	margin-left: 25px;
}

.profilepart .nav-link {
	color: #fff;
}

.profilepart.profilepartstart {
	border-radius: 100px 0 0 100px !important;
	margin-left: 25px;
	border: 1px solid #fff;
}

.profilepart.profilepartend {
	border-radius: 0px 100px 100px 0 !important;
	margin-left: 0;
	border: 1px solid #fff;
    border-left: none;
}

.navbar-expand-md .navbar-nav .btn-custom.profilepart.active > .nav-link,
.navbar-expand-md .navbar-nav .btn-custom.profilepart .nav-link:hover {
	color: #fff !important;
}


/* search */
.bsui .gd_search_text.pl-4 {
	padding-left: 2rem !important;
}

.geodir-search {
	max-width: 600px !important;
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-left: 53px !important;
}
.geodir-search .gd-search-field-search .geodir_submit_search {
	background: #264440;
	/* box-shadow: #ff4e6f80 0px 4px 24px; */
	border: #CE3136;
}

.home .geodir-search .gd-search-field-search .search_text.form-control,
.home .geodir-search .gd-search-field-near .form-control {
	border-radius: 500px !important;
}

.geodir-search .gd-search-field-search .fa-search {
	position:  relative !important;
	top: 2px !important;
}

.geodir-advance-search .gd-search-field-search .geodir_submit_search,
.geodir-search .gd-search-field-search .geodir_submit_search,
.geodir-show-filters.btn.btn-primary {
	background: #264440 !important;
	/* box-shadow: #ff4e6f80 0px 4px 24px; */
	border: #264440 !important;
}

/* hide the word "overall" in ratings */
.gd-rating-label {
	display: none !important;
	visibility: hidden !important;
}

/* css fixes */
.uwp_hide_from_listing input {
	margin: 0 10px 20px 0 !important;
}

html body.single-post .hero-section .jumbotron .custom-header-media img {
	height: auto !important;
	width: 80vw !important;
	max-width: 1200px;
	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	position: relative;
	aspect-ratio: 16 / 9;
}

html body.single-post .hero-section .jumbotron {
	background-color: lightgray;
	height: auto;
	min-height: fit-content;
	background: linear-gradient(
		to bottom,
		#fff 0,
		#fff 70%,
		#fafafa 70%,
		#fafafa 100%
	);

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 150px;
	padding-bottom: 30px;
}

html body.single-post .hero-section .jumbotron::before {
	display: none;
}

html body.single-post .hersection .jumbotron::before {
	display: none;
}

.single-post .hero-section {
	color: #fff;
	background-size: cover !important;
}

.single-post .hero-section .page-header {
	color: #264440;
	font-size: 50px;
	padding-bottom: 20px;
}

.single-post .wrapper .site-main {
	background: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 750px !important;
	margin: 0 auto;
}

.single-post .wrapper .site-main ul {
	list-style: none !important;
	position: relative;
}

.single-post .wrapper .card-description ul li {
	font-size: 17px;
	line-height: 180%;
}

.single-post .wrapper .card-description ul li::before {
	content: '\2022';
	color: #76bd6b;
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	width: 3px;
	margin-top: -0px;
	margin-left: -1em;
	position: absolute;
}

.single-post .wrapper .site-main p em {
	text-transform: uppercase !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

html body.single-post .hero-section .jumbotron .post-meta-container {
	display: flex;
	text-transform: uppercase;
	padding-bottom: 20px;
}

html body.single-post .hero-section .jumbotron .date {
	color: #000;
	font-size: 15px;
}

html body.single-post .hero-section .jumbotron .author {
	color: #000;
	padding-right: 10px;
}

html body.single-post .hero-section .jumbotron .author::after {
	content: '|';
	padding-left: 10px;
}

html body.single-post .hero-section .jumbotron ul {
	display: flex;
	color: #030303;
	list-style-type: none;
	margin-bottom: 70px;
	padding: 0;
}

html body.single-post .hero-section .jumbotron ul li {
	margin: 0 5px;
	padding: 3px 20px;
	background: #f2f2f2;
	border-radius: 100px;
}

html body.single-post .uwp_widget_author_box {
	display: none !important;
}

html body.single-post h2 {
	line-height: 145% !important;
}

html body.single-post p {
	line-height: 180% !important;
	font-size: 17px;
}

html body.single-post .footer p {
	line-height: 2 !important;
	font-size: 13px;
}

html body.single-post .footer .footer-bottom p {
	font-size: 12px !important;
}

html body.single-post .breadcrumb {
	display: none !important;
}

/* DETAILS TEMPLATE */

#detail-page-wrapper {
	margin-top: 0;
}

#detail-page-wrapper .container {
	width: 100vw !important;
	max-width: 100vw !important;
	padding-right: 0;
	padding-left: 0;
}

#detail-page-wrapper .site-main {
	background-color: transparent;
}

#detail-page-wrapper .slider-preheader {
	margin-bottom: 30px;
}

#detail-page-wrapper .slider-preheader .carousel-indicators {
	margin-top: -30px !important;
}

#detail-page-wrapper .slider-preheader .carousel-indicators li {
	background-color: #fff !important;
	mix-blend-mode: difference !important;
}

#detail-page-wrapper .slider-preheader::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 950px;
	width: 100vw;
	background-color: #fff;
	z-index: -1;
}

#detail-page-wrapper .slider-preheader .bsui .embed-responsive {
	width: 100vw !important;
	height: 600px !important;
}

#detail-page-wrapper .site-main .geodir-addtofav i {
	color: #264440;
	background-color: #fff !important;
	padding: 12px;
	border-radius: 100px;
	box-shadow: 0px 3px 6px #0000000d;
}

#detail-page-wrapper .breadcrumbs span,
#detail-page-wrapper .breadcrumbs a {
	color: #75777c !important;
	font-weight: 300;
	font-size: 16px;
}

#detail-page-wrapper .site-main .geodir-addtofav a {
	background: transparent !important;
}

#detail-page-wrapper .post-info-group {
	display: none !important;
}

#detail-page-wrapper .row {
	position: relative;
	margin-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
}

#detail-page-wrapper .meta-container-details {
	padding-bottom: 70px;
}

#detail-page-wrapper .ladestationen-ccs-wrapper,
#detail-page-wrapper .ladestationen-typ2-wrapper,
#detail-page-wrapper .green-current-wrapper {
	padding-bottom: 5px;
}

#detail-page-wrapper p,
#detail-page-wrapper .ladestationen-ccs-wrapper *,
#detail-page-wrapper .ladestationen-typ2-wrapper *,
#detail-page-wrapper .green-current-wrapper * {
	color: #264440;
}

#detail-page-wrapper .meta-container-details a,
#detail-page-wrapper .meta-container-details a:hover {
	color: #3e4555;
	font-weight: 300;
	font-size: 16px;
}

#detail-page-wrapper .meta-container-details i.fas.fa-phone,
#detail-page-wrapper .meta-container-details i.far.fa-envelope,
#detail-page-wrapper .meta-container-details i.fas.fa-link {
	color: #264440;
}

#detail-page-wrapper .site-main .reviewbutton {
	position: relative;
}

#detail-page-wrapper .site-main .reviewbutton a,
#detail-page-wrapper .site-main .sharepost-button a {
	color: #3e4555 !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	padding: 10px 2px;
}

#detail-page-wrapper .site-main .geodir-fav-text.gv-secondary {
	color: #3e4555 !important;
	font-weight: 300 !important;
	font-size: 16px !important;
}

#detail-page-wrapper
	.site-main
	.share-button-container
	.reviewbutton
	a::before {
	content: '\f164' !important;
	font-family: 'Font Awesome 6 Free';
	display: inline;
	position: relative;
	left: -7px !important;
	top: 0 !important;
	background-color: #fff !important;
	padding: 11px;
	color: #264440 !important;
	border-radius: 100px !important;
	font-size: 19px;
	box-shadow: 0px 3px 6px #0000000d;
}

#detail-page-wrapper .site-main .share-button-container .claim-entry a {
	color: #3e4555 !important;
	font-weight: 300 !important;
	font-size: 16px !important;
}
#detail-page-wrapper .site-main .share-button-container .claim-entry,
#detail-page-wrapper .site-main .share-button-container .claim-entry a,
#detail-page-wrapper .site-main .share-button-container .claim-entry a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

#detail-page-wrapper .site-main .share-button-container .claim-entry a::before {
	content: '→' !important;
	font-family: 'Font Awesome 6 Free';
	display: inline;
	position: relative;
	left: -7px !important;
	top: 0 !important;
	background-color: #fff !important;
	padding: 11px;
	color: #264440 !important;
	border-radius: 100px !important;
	font-size: 19px;
	box-shadow: 0px 3px 6px #0000000d;
}

#detail-page-wrapper .site-main .share-button-container {
	justify-content: flex-start;
	padding-bottom: 20px;
	gap: 0 40px;
}

#detail-page-wrapper
	.site-main
	.share-button-container
	.sharepost-button::before {
	content: '→' !important;
	display: inline;
	position: relative;
	left: -7px !important;
	top: 0 !important;
	background-color: #fff !important;
	padding: 11px;
	color: #264440 !important;
	border-radius: 100px !important;
	font-size: 19px;
	box-shadow: 0px 3px 6px #0000000d;
}

#detail-page-wrapper #right-sidebar .card .card-body {
	box-shadow: 0px 3px 6px #0000000d !important;
	border: 1px solid #f0f0f0 !important;
	border-radius: 5px !important;
}

#detail-page-wrapper .topsection-details::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100vw;
	height: 100%;
	display: none;
}

#detail-page-wrapper
	.listing-detail-adresse
	.geodir-post-address-container
	span {
	color: #3e4555;
}

#detail-page-wrapper .site-main .white-box {
	background-color: #fff;
	padding: 30px;
}

#detail-page-wrapper .site-main .comments-area {
	background-color: #fff !important;
	padding: 30px !important;
}
#detail-page-wrapper .site-main .comments-area .avatar {
	display: none;
}

#detail-page-wrapper .site-main .comments-area .comment {
	background-color: #fff !important;
	padding: 0 0 10px 0 !important;
}

#detail-page-wrapper .geodir-post-content-container p {
	font-weight: 200;
	font-size: 18px;
	line-height: 38px;
	color: #75777c;
}

#detail-page-wrapper .white-box h3 {
	font-weight: 300 !important;
	font-size: 26px !important;
	line-height: 36px !important;
	color: #3e4555 !important;
}

#right-sidebar ._brlbs-cb-openstreetmap * {
	color: #fff !important;
}

#gd_map_canvas_archive .leaflet-popup-content-wrapper a.geodir-link-image {
	height: 100% !important;
}

.ui-tooltip.ui-corner-all {
	display: none !important;
}
div[role='log'] div {
	display: none !important;
}

.home .button-wrapper-home {
	width: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
    /* flex-direction: column; */
    margin: 0 auto;
}

.card .geodir-author-actions .dropdown-menu {
	transform: translate3d(0, 0, 0) !important;
	top: auto !important;
	bottom: 30px !important;
	left:0px !important;
}

.card .geodir-author-actions .dropdown-menu::before {
	display: none !important;
}

.card .card-footer {
	background: #F8F3ED !important;
	border-top: 1px solid #F8F3ED !important;
	padding-left: 30px !important;
	display: none;
}

.card .card-footer .gd-rating .gd-rating-wrap .gd-rating-background {
	color: #c8c8c8 !important;
}

.card .gd-author-actions a {
	background-color: #b3ac42 !important;
	border-color: #b3ac42 !important;
}
.page-template-search .geodir-search .gd-search-field-search .geodir_submit_search {
	left: -49px !important;
}

.page-template-serach .select2-container.select2-container--default.select2-container--open {
	top: -43px !important;
	border: none !important;
}
.geodir-search .gd-search-field-search .geodir_submit_search {
	background-color: #b3ac42 !important;
	border-color: #b3ac42 !important;
	height: 0;
	left: -53px;
	position: relative;
	width: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	
	box-shadow: none !important;
}

.home .geodir-search .gd-search-field-search .geodir_submit_search {
	border-radius: 100px;
}

.post-type-archive .geodir-search .gd-search-field-search .geodir_submit_search,
.archive.search-results .geodir-search .gd-search-field-search .geodir_submit_search {
	left: -48px !important;
}

.archive.search-results .geodir-search {
	margin: 0 !important;
	padding: 0 !important;
}

.post-type-archive .geodir-search.row.gap-2 {
	padding: 0 !important;
	margin: 0 !important;
}

.gd-search-field-search-filters {
	left: -50px !important;
}

.page-id-112 .geodir-search {
	margin: 0 !important;
	padding: 0 !important;
}

.page-id-112 h1.wp-block-heading {
	font-family: 'Outfit';
		color: #212a2e;
		font-size: 31px;
		font-weight: 300;
		line-height: 1.2;
}

.custom-listing .geodir-listings .geodir-all-link {
	background-color: #b3ac42 !important;
		padding: 10px 20px !important;
		color: #fff !important;
}

.geodir-gridview .card {
	border: 1px solid #F8F3ED !important;
}

.geodir-gridview .card .card-body {
	padding: 30px 30px 10px 30px !important;
	display: flex;
	flex-direction: column;
}

.geodir-gridview .geodir-post-title .geodir-entry-title {
    text-decoration: none;
    color: #131920;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}

.intro-cta-wrapper .wp-block-cover {
	padding: 50px !important;
	
}

.intro-cta-wrapper .wp-block-cover__inner-container {
	max-width: 1200px !important;
	margin: 0 auto !important;
	line-height: 1.1 !important;
}

.card .gd-read-more::after {
	content: 'DETAILS';
    height: 20px;
    width: 105px;
    position: absolute;
    border-radius: 100px;
    font-size: 13px;
    right: -115px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    background: #264440;
    color: #fff;
}

.card .geodir-field-post_content {
	width: calc(100% - 110px) !important;
	padding: 5px 0 5px;
}

.sidebar-content .card .geodir-field-post_content{
	width: 100% !important;
	padding: 15px 0 70px;
}

.sidebar-content .card .gd-read-more::after {
    right: auto;
	left: 0;
    bottom: 15px;
}

.card .geodir-field-post_content {
	width: 100% !important;
	padding: 15px 0 70px;
}

.card .gd-read-more::after {
	right: auto;
	left: 0;
    bottom: 15px;
}


.hide-this {
	display: none !important;
}

.wp-block-geodirectory-geodir-widget-add-listing .main_list.gd-parent-cats-list>div.sub_list.gd-sub-cats-list > span > input[type=checkbox] {
	display: none !important;
}


@media screen and (max-width: 620px) {
	#detail-page-wrapper .meta-container-details {
		flex-direction: column;
		align-items: flex-start;
	}

	#detail-page-wrapper .slider-preheader::before {
		height: 865px;
	}

	#detail-page-wrapper .slider-preheader .bsui .embed-responsive {
		height: 450px !important;
	}

	#detail-page-wrapper .site-main .share-button-container {
		justify-content: flex-start;
		padding-bottom: 20px;
		align-items: flex-start;
		gap: 10px 0;
		flex-direction: column;
	}

	#detail-page-wrapper .site-main .geodir-addtofav a {
		margin-left: -15px;
	}
}


.sticky-search-wrapper,
.sticky-search-wrapper custom-search-container-text,
.sticky-search-wrapper custom-search-container {
    transition: all 1s ease-in-out !important;
    opacity: 1 !important;
}



.sticky-search-wrapper.elementor-sticky--active.elementor-sticky--effects .custom-search-container-text {
    opacity: 0 !important;
    width: 0px !important;
     transition: all 0.1s ease-in-out !important;
	 
}

.sticky-search-wrapper.elementor-sticky--active.elementor-sticky--effects {
    min-height: 1px !important;
    height: 72px !important;
    transition: all 0.3s ease-in-out !important;
}

.sticky-search-wrapper.elementor-sticky--active.elementor-sticky--effects .custom-search-container {
    padding: 15px !important;
    width: 600px !important;
    margin: 0 auto !important;
    transition: all 19G ease-in-out !important;
	height: 0px !important;
	min-height: 0px !important;
}




.gd_place-template-default .comment-form {
	font-family: 'Outfit' !important;
}


#select2-gd_placecategory-result-82ct-5 {
	display: none !important;
}

div.form-group[data-argument="default_category"]{
	display:none;
}

div.form-group[data-argument="default_category"]{
	display:none;
}

div.form-group[data-argument="address_mapview"]{
	display:none;
}

div.form-group[data-argument="post_tags"] {
	display: none;
}

div.form-group[data-argument="package_id"] {
	display: none;
}

.elementor-nav-menu .btn-custom.show-later {
	display: none;
}

.btn-custom.not-logged-in a {
	color:#264440 !important;
	background-color: #fff !important;
	border-radius: 100px !important;
	padding: 0px !important;
}

.btn-custom.not-logged-in.add-new-csc a {
		padding: 10px 20px !important; 
	}

.btn-custom.not-logged-in.log-in-btn a,
.btn-custom.not-logged-in.log-in-btn:hover a {
	background: transparent !important;
	color: #fff !important;
}

.btn-custom.not-logged-in a:hover {
	background-color: #fff !important;
	color: #264440 !important;
}

.logged-in .not-logged-in.menu-item {
	display: none !important;
}

.elementor-nav-menu .logged-in .btn-custom.show-later{
	display: none;
}


.logged-in.user-has-gd-place-post .elementor-nav-menu .btn-custom.show-later {
	display: block;
}

.elementor-nav-menu li.btn-custom.logged-in
{
	display: none !important;
}

body.logged-in .elementor-nav-menu li.btn-custom.logged-in
 {
	display: block !important;
}

body.logged-in .elementor-nav-menu .btn-custom.not-logged-in {
	display: none !important;
}

body.logged-in .footer-more-links li:nth-child(1){
	display: none;
}

body:not(.logged-in) .footer-more-links li:nth-child(2){
	display: none;
}

.elementor-nav-menu .profilepart a{
	padding: 7px 10px !important;
}
.elementor-nav-menu li.log-in-btn a {
	color: #fff !important;
}

.profilepart a.elementor-sub-item {
		padding: 10px 5px !important;
	}

body.post-type-archive *:not(i){
	font-family: 'Outfit' !important;
}

.page #geodir_fieldset_details {
	display: none;
}

.navbar-light .navbar-nav .active > .nav-link {
	color: #fff !important;
}

.page #geodir-add-listing-submit div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px !important;
	padding-top: 30px !important;
	flex-wrap: wrap;
}

.page #geodir-add-listing-submit button,
.page #geodir-add-listing-submit a {
	height: 50px;
	width: 200px;
	border-radius: 100px !important;
}

.page #geodir-add-listing-submit a {
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

.page #geodir-add-listing-submit a i {
	color: var(--e-global-color-8cb0830) !important;
	margin-left: 10px !important;
}

.page #geodir-add-listing-submit .geodir_button.geodir_preview_button {
	background: transparent !important;
	border: 1px solid var(--e-global-color-8cb0830) !important;
	color: var(--e-global-color-8cb0830) !important;
	left: 10px !important;
	
}


/* Customizing Voucher Registration Template*/


.page .add-voucher-form div.form-group label,
.page .add-hotel-form div.form-group label {
    font-family: 'Outfit' !important;
    font-weight: bold;
    color: #264440 !important;
    text-transform: uppercase !important;
	font-size: 17px !important;
}

.page .add-voucher-form div.form-group *:not(.select2-selection__clear),
.page .add-hotel-form div.form-group *:not(.select2-selection__clear) {
    color: #3c3c3c;
    border-radius: 0 !important;
	font-size: 16px;
}

.page .add-voucher-form div.form-group *:not(i),
.page .add-hotel-form div.form-group *:not(i) {
	font-family: 'Outfit' !important;

}

.page .add-voucher-form div.form-group input[type="button"],
.page .add-hotel-form div.form-group input[type="button"] {
    color: #fff !important;
	font-family: 'Outfit' !important;
}

.archive .geodir-loop-container *:not(i) {
	font-family: 'Outfit' !important;
}

.geodir-field-post_category {
	position: absolute;
	bottom: 10px;
	left: 5px;
	z-index: 3;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}

.geodir-field-post_category a,
.geodir-field-post_category a:hover,
.geodir-field-post_category a:visited,
.geodir-field-post_category a:focus {
	background-color: var(--e-global-color-8cb0830);
	color: #fff !important;
	font-family: 'Outfit' !important;
	font-size: 14px !important;
	margin-right: 5px !important;
	border-radius: 100px !important;
	padding: 2px 10px !important;
	text-decoration: none !important;
}

.geodir-field-post_category a:hover,
.geodir-field-post_category a:visited {
	text-decoration: none;
	color: #fff;
}

/* change height of archive-page-listing-grid images*/
body.archive .geodir-link-image {
	min-height: 250px !important;
	height: 100% !important;
	max-height: 290px !important;
}

body.archive .geodir-page-title {
	font-weight: 300;
  	font-size: 31px;
}

.geodir-listings *:not(i) {
	font-family: 'Outfit' !important;
}

.geodir-all-link {
	border-radius: 100px !important;
}

#comments.geodir-comments-area *:not(i) {
	font-family: 'Outfit' !important;
	font-weight: 300 !important;
}

/* remove ratings in card-footer on entry dashboard page-id-20  */

body.page-id-20 .card-footer {
	display: none !important;
}

/* make listing borders rounded on entry dashboard page-id-20 // This i needed due to rendering of Shortcodes */

body.page-id-20 .card,
body.single-gd_voucher .card,
body.home .card,
body.archive.search-results .card,
body.archive.post-type-archive .card {
		border-radius: 25px;
	overflow: hidden;
	box-shadow: 1px 21px 100px -50px rgba(1,1,1,0.2);
}



body .card .geodir-field-post_category a {
	line-height: 2.3em !important;
  font-size: 12px;
}

body .card .geodir-field-post_content {
	line-height: 1.5em !important;
}

body.single-gd_voucher .geodir-post {
	margin-bottom: 0 !important;
}

#full-width-page-wrapper {
	max-width: 1200px !important;
	margin: 50px auto;
}


body.uwp_account_page .uwp-account-notifications  {
	display: none !important;
}
body.uwp_account_page #full-width-page-wrapper {
	max-width: 100vw !important;
	padding: 50px !important;
	background-image: url('https://www.hotelgutscheine.jetzt/wp-content/uploads/2022/11/bg.png');
		margin: 0 !important;
}

body.uwp_account_page .site-main {
	background: transparent !important;

}

body.uwp_account_page .navbar-light > div {
	background: #fff !important;
	padding-bottom: 40px;
}


.uwp_widget_account .navbar-light > div {
	border-radius: 25px !important;
}

.uwp_widget_account input[value="Konto aktualisieren"],
.uwp_widget_account input[name="uwp_delete_account_submit"],
.uwp_widget_account input[name="uwp_privacy_submit"],
.uwp_widget_account input[name="uwp_change_submit"]  {
	max-width: 225px;
  	padding: 12px 0px;
}

.uwp-password-wrap .input-group .input-group-append span {
	border-radius: 100px !important;
  	right: 3px;
  	position: absolute;
  	top: 5px;
}

.uwp_widget_account input {
	border-radius: 100px !important;
}

.uwp_widget_account textarea {
	border-radius: 25px !important;
}

#breadcrumbs span span:first-child,
#breadcrumbs span span:last-child,
#breadcrumbs span span:nth-child(3) {
	display: none !important;
}
#breadcrumbs {
	font-size: 0px;
}
#breadcrumbs span span:after {
	/*content:'⤍';*/
	content:'»';
	color:#264440;
	font-size: 22px;
  	padding: 0 8px;
}

#breadcrumbs span span:nth-last-child(2):after {
	display: none;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
	margin: 0 !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .geodir_post_meta.gd-fav-info-wrap {
	display: none;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .geodir_post_meta * {
	color: #fff !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .card-footer {
	display: none !important;
}

.leaflet-popup a.leaflet-popup-close-button {
	font-size: 0px !important;
	width: 30px !important;
	height: 30px !important;
	border-radius: 100px !important;
	opacity: 1 !important;
	left: auto;
	right: 10px;
}

.geodir_map_container .leaflet-popup-content-wrapper {
	overflow:hidden;
	border-radius: 25px;
}

.leaflet-container .leaflet-pane .leaflet-marker-icon {
	width: auto !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: transparent !important;
	box-shadow: none !important;
}

.leaflet-popup a.leaflet-popup-close-button::after {
	content: '✕';
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
}

.geodir-filter-container input.form-check-input {
	position: absolute;
    margin-top: 11px;
    margin-left: -20px;
}


body .geodir-loop-actions-container .btn-group .btn-outline-primary {
	color: #264440 !important;
}

body .geodir-loop-actions-container .btn-group .btn-outline-primary:hover {
	color: #fff !important;
}

body .geodir-all-link.btn {
	color: #264440 !important;
}

body.single-gd_place .plan-route {
	font-size: 13px !important;
		font-family: 'Outfit' !important;
		font-weight: 400 !important;
}

body.single-gd_place .plan-route:hover {
	background-color: #264440 !important;
	color: #fff !important;
	text-decoration: none !important;
}

body.single-gd_place .plan-route i {
	margin-right: 8px !important;
}

.card .card-footer .gd-rating-background {
	cursor: pointer !important;
}

.home .geodir-search {
	row-gap: 0 !important;
	margin: 0 !important;
	position: relative !important;
	left: 53% !important;
	transform: translateX(-50%) !important;
}

.geodir-more-filters .customize_filter_inner .geodir-filter-cat label {
	display: block !important;
}

.geodir-more-filters .customize_filter_inner > div > span {
	width: 100% !important;
}

.geodir-filter-cat .form-check-input:checked[type="checkbox"] {
	background-blend-mode: color-dodge !important;
}

.geodir-filter-cat .form-check-input:checked {
		background-color: #b3ac42 !important;
		border-color: #b3ac42 !important;
}

@media screen and (max-width: 1024px) {

	nav.elementor-nav-menu--main ul#menu-1-69f46a4e {
		display: flex !important;
		flex-direction: column !important;
	}

	.btn-custom.not-logged-in.add-new-csc {
		order: 2;
		left: -20px;
	}

	.btn-custom.not-logged-in.add-new-csc a {
		padding: 10px 20px !important; 
	
	}

	.btn-custom.not-logged-in.add-new-csc:hover a {
		color: var(--e-global-color-8cb0830) !important;
	}

	.btn-custom.not-logged-in:hover a{
		color: #fff !important;
	}

	.profilepart {
		border: none !important;
		border-radius: 0 !important;
		margin-left: 0 !important;
		border: none !important;
	}

	.profilepart ul li {
		padding: 5px 0 !important;
	}

	.elementor-nav-menu .profilepart a{
	padding: 0px !important;
}
}
@media screen and (max-width: 767px) {

	.footer {
		padding:50px 20px !important;
	}

	.custom-search-container .geodir-filter-container {
		max-width: calc(100vw - 50px) !important;
	}

	#nav-primary .navbar-nav .nav-item, 
	#nav-topbar .navbar-nav .nav-item {
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
	}
	

	#nav-primary .dropdown-menu, #nav-topbar .dropdown-menu {
		box-shadow: none;
		background: transparent;

	}

	#nav-primary .dropdown-menu a, #nav-topbar .dropdown-menu a {
		color: #fff !important;
	}

	.home .geodir-search {
		row-gap: 0 !important;
		margin: 0 !important;
		width: calc(100vw - 50px) !important;
		transform: translateX(-50%) !important;
		left: 55% !important;
		position: relative !important;
	}
}


