/*
Theme Name: Gretna Green Child
Theme URI: https://gretnagreen.qodeinteractive.com
Description: A child theme of GretnaGreen Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.2
Text Domain: gretnagreen
Template: gretnagreen
*/

/* GENERAL SETTINGS */
::-moz-selection { /* Code for Firefox */
  background: #969e91 !important;
}
::selection {
  background: #969e91 !important;
}

.slider-background {
	background-color: #969e91 !important;
}

.eltdf-image-gallery.eltdf-ig-carousel-type .eltdf-ig-slider {
    cursor: url(/wp-content/uploads/2023/06/drag-cursor.png),auto !important;
}
.eltdf-clients-carousel-holder .eltdf-cc-inner {
    cursor: url(/wp-content/uploads/2023/06/drag-cursor.png),auto !important;
}

/* HEADER */
#tpbr_box {
	text-align: right !important;
}
#tpbr_topbar a {
	color: #ffffff !important;
}
#tpbr_topbar a:hover {
	color: #cccccc !important;
}
@media (min-width: 500px) {
	#tpbr_box span br {
		display: none;
	}
}
@media (max-width: 500px) {
	#tpbr_box span {
		float: unset !important;
	}
	#tpbr_box span {
		padding-left: 25px !important;
	}
	#tpbr_box .fa-clock-o {
		padding-left: 25px !important;
	}
	#tpbr_box {
		text-align: left !important;
	}
}

.eltdf-main-menu>ul>li.eltdf-active-item>a>span.item_outer .item_text:after {
    opacity: 0 !important;
}
.eltdf-main-menu>ul>li.eltdf-active-item>a:hover>span.item_outer .item_text:after {
    opacity: 1 !important;
}

/* Hide logo in navigation bar */
.eltdf-position-left-inner > .eltdf-logo-wrapper {
	display: none;
}
/* Hide cart, search, burger menu */
.eltdf-position-right > .eltdf-position-right-inner {
	display: none !important;
}

/* E2 */
@media (min-width: 1484px) {
#leistungen + .eltdf-row-grid-section-wrapper > .eltdf-row-grid-section {
	width: 1440px;
}
#leistungen + .eltdf-row-grid-section-wrapper .eltdf-item-showcase-holder .eltdf-is-item-holder {
    width: 35%;
}
#leistungen + .eltdf-row-grid-section-wrapper .eltdf-item-showcase-holder .eltdf-is-image {
    width: 26%;
    position: relative;
    right: -2%;
}
#leistungen + .eltdf-row-grid-section-wrapper .eltdf-is-item-holder .eltdf-is-item:first-child > div > .eltdf-is-title {
	margin-top: -40px;
}
#leistungen + .eltdf-row-grid-section-wrapper .eltdf-is-item-holder .eltdf-is-item:nth-child(2) > div > .eltdf-is-title {
	margin-top: 37px;
}
}

/* E3 */
.fd-startseite-e3 .row {
    display: flex;
}
.fd-startseite-e3 .column {
    flex: 50%;
	padding-right: 30px;
}
.fd-startseite-e3 .column:last-child {
    flex: 50%;
	padding-left: 30px;
}

/* E4 */
@media only screen and (max-width: 480px) {
	#galerie .eltdf-owl-slider > .owl-stage-outer {
		height: 600px !important;
	}
}
#galerie .eltdf-owl-slider .owl-nav .owl-next>span, #galerie .eltdf-owl-slider .owl-nav .owl-prev>span {
    color: #ffffff;
}

/* E7 */
#ueber-mich .eltdf-st-inner > p.eltdf-st-text {
	text-align: left;
}