/* 
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
*/

/*
    Add your custom styles here
*/



/* Portfolio styling */
.elementor-default .elementor-element .sport-offers .elementor-post__card {
    border-width: 5px 0 0 0;
}



/* Navigation header */
@media only screen and (max-width: 1024px) {
	.elementor-page .navigation-menu-header {
		order: 2;
	}
}

.elementor-page .navigation-menu-header .sub-menu {
	background-color: var( --e-global-color-edfc770 );
}

.elementor-page .navigation-menu-header .sub-menu a{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-page .navigation-menu-header .sub-menu a:hover {
	background-color: var( --e-global-color-3dec8d9 );
}

.elementor-page .elementor-element.navigation-menu-header .elementor-nav-menu--dropdown .elementor-sub-item {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
	text-transform: unset;
}



/* "Idrætstilbud" - Dropdown hover */
.elementor-page .elementor-element .sport-info-dropdown .elementor-tab-title:hover {
    transition: all 0.2s ease; 
}

.elementor-page .elementor-element .sport-info-dropdown .elementor-tab-title:hover {
    background: var( --e-global-color-secondary );
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	background-color: unset;
}