/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* Maps widget on homepage */
.myMaps,
.myMaps .elementor-widget-container,
.myMaps .elementor-widget-container .elementor-custom-embed {
    height: 100% !important;
}
.myMaps .elementor-custom-embed iframe {
    width: 100% !important;
    height: 100% !important;
}

/* Tabs on "värvipood" page */
.tabDiv {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.tabDiv.last {
    padding-bottom: 0;
}

.tabDiv .leftPart {
    width: 50%;
}
.tabDiv .rightPart {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.myTable td {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #d5d8dc;
}
.myTable td a strong,
.tabLink {
    color: #121013 !important;
    transition: color 0.3s ease;
}
.myTable td a strong:hover,
.tabLink:hover {
    color: #FFE227 !important;
}


@media (max-width:1024px) {
	.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul li::after {
  		content: none;
	}
}


