/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* History */
#history-search {}

.term-nav .elementor-heading-title a:nth-child(2) {
	color: var(--e-global-color-accent ) !important;
}

/* Walks */
.route-map div div div {
	padding-top: 0 !important;
}

.route-map iframe {
	height: 420px !important;
	position: relative !important;
}

@media (max-width: 425px) {
	.route-map iframe {
		height: 300px !important;
	}
}


/* Page heros */
.hero-section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Tabs */
.elementor-tabs .elementor-tabs-wrapper {
	display: flex;
}

.elementor-tabs .elementor-tab-title {
		margin-right: 15px;
    border-radius: 4px;
}

@media (max-width: 767px) {
	.elementor-tabs .elementor-tab-title {
		margin-right: 0;
		margin-bottom: 10px;
}
}

.elementor-tabs .elementor-tab-title:not(.elementor-active) {
    background-color: #eeeeee;
}

.elementor-tabs .elementor-tab-title.elementor-active {
    background-color: var( --e-global-color-accent );
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 35px 0 0 0 !important;
}

@media (max-width: 425px) {
	.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0 0 0 !important;
	}
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 15px 22px !important;
}


/* iframes */
iframe {
    width: 798px;
    height: 211px;
}

@media (min-width: 768px) {
    iframe {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    iframe {
        height: 400px;
    }
}

@media (min-width: 1368px) {
    iframe {
        height: 436px;
    }
}


/* Maps */
.gm-style-iw.gm-style-iw-c {
    max-width: 330px !important;
}

.ee-google-map__pin__title {
    font-size: 19px !important;
    font-weight: 400 !important;
    text-align: center;
    color: var(--e-global-color-accent ) !important;
}

p.ee-google-map__pin__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
		margin-bottom: 5px;
}

.bullets ul {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 425px) {
	.bullets-align-right ul {
    direction: rtl;
}
}


/* Post filters */
.history-visual-filter .jet-color-image-list__row.jet-filter-row {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}

a.map-icon {
    display: flex;
}


/* Remove unwanted spaces in posts 
body.single-history #mttContainer {
    display: none;
} */


/* Cookie plugin CSS */
.cky-btn {
	padding: 10px 25px 10px 26px !important;
}

.cky-btn-revisit:hover {
	background-color: transparent !important;
}