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

#siteWidth{width:1180px;}

.kontaktperson-single img{height:320px; object-fit:contain;}

.siteLogo img{max-width:180px;}

.butikProduct elementor-widget-image{
	height: 110px;
	overflow: hidden;
}

.butikProduct .elementor-image img{
	max-height: 210px;
	object-fit: cover;
	margin-bottom:10px;
}

/* Floating CTA */

.floating-cta {
	z-index: 400;
	top: 45%;
	position: fixed;
    right: 0;
}
.floating-cta .buttons {
    float: left;
}
.floating-cta .buttons a {
    text-align: right;
	text-decoration: none;
    text-transform: uppercase;
	font-size: 18px;
    font-weight: 900;
	color: white;

	min-width: 120px;
	padding: 5px 8px;
	margin: 3px 0;
    float: left;
}
.floating-cta .buttons a.one {
    background: #02223E;
}
.floating-cta .buttons a.two {
    background: #F3920D;
}
.floating-cta .buttons a.three {
    background: #02223E;
}
.floating-cta a.one:hover, .floating-cta a.two:hover, .floating-cta a.three:hover {
    background: #000;
}

@media (max-width: 980px) {
	.floating-cta {
		display: none;
	}
}

