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

.contact-knop {
	background-color: #27235e !important;
	border-color: #27235e !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 9px 13px !important;
}

.contact-knop:hover {
background-color: #413E68 !important; 
	}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	display: none !important;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
	z-index: 9999 !important;
}

/* Style the icon bar links */
.icon-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 0px 5px 0px;
    transition: all 0.3s ease;
    color: white;
    line-height: 0;
    border-radius: 0px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #7A9459;
}

.sticky-button {
    background: #5e7f33;
    color: white;
    height: 45px;
    width: 45px;
}

.sticky-button-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.sticky-button-img-fb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

@media only screen and (max-width: 600px) {
    .sticky-button {
        height: 35px;
        width: 35px;
    }
}