/*
Theme Name: WP Demo
Description: Child-Theme for Enfold from ECONSOR
Version: 1.0
Author: ECONSOR
Author URI: https://www.econsor.de
Template: enfold
*/



/*Add your own styles here:*/

/* Logo */

.logo svg, .logo.avia-img-svg-logo > a > img, .logo .alternate.avia-img-svg-logo {
	display: inline-block;
	vertical-align: middle;
	max-height: 80px !important; /* Height varies depending on logo format and header height */
}
.header-scrolled .logo svg, .header-scrolled .logo.avia-img-svg-logo > a > img, .header-scrolled .logo .alternate.avia-img-svg-logo {
	max-height: 45px !important; /* Height varies depending on logo format and header height */
}

/* Standard Filter Styling */

.searchandfilter ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.searchandfilter ul li {
    padding: 10px;
}
#top .searchandfilter ul li select {
	margin: 0;
}
.searchandfilter input[type="submit"],
.searchandfilter #submit,
.searchandfilter .button {
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

/* Standard List View */

.list-view {
    margin: 20px 0;
}
.list-view .list-item {
    margin: 0 0 20px 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all .3s ease-in-out;
}
.list-view .list-item:hover {
    box-shadow: 0 10px 30px rgba(0 0 0 / 15%);
}

.list-view .list-item .list-item-inner {
    display: block;
    padding: 10px 20px;
}
@media only screen and (min-width: 1200px) {
    .list-view .list-item .list-item-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
h3.title {
    margin-bottom: 0;
}
#top h3 a:hover {
    color: #79b51f;
}
.main_color .read-more {
    padding: 10px 20px;
    background-color: #79b51f;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}
.main_color .read-more:hover {
    background-color: #313131;
    color: #fff;
    text-decoration: none;
}
.jobs-items {
    color: #8c8c8c;
}


/* Scrolled Logo */

.logo img.alternate, .logo .subtext.avia-svg-logo-sub svg {
    position: relative;
    opacity: 1;
}
.header-scrolled .logo a > svg,
header:not(.header-scrolled) .logo .subtext.avia-svg-logo-sub svg {
    display: none;
}

/* SVG Footer Fix */

#footer img {
    width: 314px;
}