/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
	color: #D49D0C
}

.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
	color: #D49D0C
}

.fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {
	color: #D49D0C
}
.overland figure {
    width: 70%;
    margin: 0 auto;
}

.overland img {
    width: 100%;
    height: auto;
}

.overland figcaption {
    display: none;
}

.language-selector {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    padding: 10px 15px;
}

.language-selector a {
    color: #444;
}

.dark .language-selector a {
    color: #F7F7F7;
}

.dark .language-selector a:hover {
    color: #D49D0C;
}

.gallery .gallery-item {
    height: 242px;
}

.gallery .gallery-item img {
    height: 100%;
    object-fit: cover;
}

.full-header .primary-menu .menu-container {
    border: none;
}

.stretched .full-header #header-wrap > .container {
    padding-right: 0;
}