/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* SHOP */
#cart-menu {
	display: none;
}

/* automatisches Scrollen verhindern bei den Gallerie Übersichtsseiten */
.fusion-posts-container  {
	overflow-anchor: none !important;
    scroll-snap-stop: normal !important;
    overscroll-behavior: unset !important;
    scroll-behavior: unset !important;
}



/* Button - Zurück zur Übersicht */
.category-button-prev a {
	padding: 15px 25px;
}

.product-prev-button {
	margin: auto;
	margin-top: 15px;
	cursor: pointer;
	color: black;
}

/* Product Categories */

/*
.category-product  .fusion-posts-container-infinite {
	display: flex;
    justify-content: center;
    align-items: baseline;
}
*/


/*
.category-product article {
	left: 50% !important;
	transform: translatex(-50%);
	position: relative !important;
	height: auto !important;
}
*/

.post-content .fusion-builder-row {
	margin-bottom: 70px;
}

.fusion-posts-container article {
	margin-top: 50px;
}

.fusion-posts-container article .fusion-post-wrapper {
	overflow: visible !important;
}

article .fusion-post-wrapper {
	margin-bottom: -105px;
}

.fusion-blog-layout-grid-wrapper .fusion-post-content-wrapper {
	display: contents !important;
}

.category-product .fusion-post-content-wrapper {
	opacity: 0;
}

/* PORTFOLIO */
.fusion-gallery-image {
	--awb-caption-overlay-color: transparent !important;
}


/* Overlay und Lightbox */
.awb-imageframe-style-resa img, .awb-imageframe-style-schantel img {
	opacity: 1 !important;
}


.ilightbox-overlay.metro-black {
	background: #9ba2a8 !important;
	background-image: url("https://art.sendesignal.de/wp-content/uploads/2024/06/BG_Wand.jpg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ilightbox-holder.metro-black {
	background: transparent !important;
	box-shadow: unset !important;
}

.ilightbox-toolbar.metro-black {
	background: #000 !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 40px !important;
    text-align: center !important;
}

.ilightbox-toolbar.metro-black a {
	display: inline-block !important;
    float: none !important;
    width: 50px !important;
    height: 40px !important;
    background-size: 50% !important;
    background-position: 50% !important;
}

.ilightbox-toolbar.metro-black a.ilightbox-close {
	background-image: url(https://art.sendesignal.de/wp-content/plugins/fusion-builder/assets/images/iLightbox/metro-black-skin/x-mark-icon-64.png);
}

.ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
	background-image: url(https://art.sendesignal.de/wp-content/plugins/fusion-builder/assets/images/iLightbox/metro-black-skin/fullscreen-icon-64.png);
}

/* Fliegende Unterschrift */
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text {
	color: white !important;
}


/* Hauptüberschrift */
.categorie-gallery .awb-imageframe-caption-title {
	display: none;
}

/* deactivate zoom */
.categorie-gallery .awb-imageframe-style-schantel:hover img {
	transform: none !important;
}

/* Caption */
.categorie-gallery .awb-imageframe-style-schantel .awb-imageframe-caption-container {
	margin-top: 10px
}

/* Kleine Vorschaubilder in Lightbox */
.ilightbox-thumbnails-container {
	display: none !important;
}

/* LOGO HERMANN */
#logo_hermann img {
	width: 150px;
}

/* Bilder für Gallery */
.gallery-image img {
	object-fit: scale-down !important;
	width: 70% !important;
}




