/*
Theme Name: AzaleaWP Child
Theme URI: https://azalea.qodeinteractive.com
Description: A child theme of AzaleaWP Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.2
Text Domain: azaleawp
Template: azaleawp
*/
body {

    font-size: 19px;

}

.eltdf-pgs-gallery-image-info {
    display: none;
}
.eltdf-pgs-gallery-filter-holder {
    display: none;
}
.eltdf-header-centered .eltdf-page-header .eltdf-logo-area .eltdf-logo-wrapper a img {
    margin: 0 auto;
    max-width: 300px;
    height: auto;
}
.eltdf-position-left-inner .eltdf-logo-wrapper a img {
    height: 70%!important;
	margin-top: 10px;
}
.eltdf-top-bar
 {
    font-size: 17px!important;
}
.eltdf-header-centered .eltdf-page-header .eltdf-logo-area .eltdf-logo-wrapper a

 {
     max-height: 0!important;
}
.eltdf-page-footer {
    margin-top: 100px;
}
.eltdf-page-footer p, .eltdf-page-footer a{
	color:#ffffff;
}
/* Next-Pfeil */
.pp_next::after {
    content: ">";
    font-size: 40px;
    color: white;
}

/* Previous-Pfeil */
.pp_previous::after {
    content: "<";
    font-size: 40px;
    color: white;
  
}
.pp_overlay {
    background-color: #212121f5!important;
}

@media (max-width: 1024px) {
.eltdf-mobile-header .eltdf-mobile-logo-wrapper a {
    display: flex!important;
	justify-content:center;
	align-items:center;
	height:auto!important;
}
.eltdf-mobile-header .eltdf-mobile-logo-wrapper img {
    height: auto!important;
    width: 250px!important;
}
}