/* 
Theme Name: Visszaszerzem Az Exem Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Ez a visszaszerzemazexem.hu sablon témája.
Author: ErikTailor
Author URI: https://eriktailor.hu/
Template: hello-elementor
Version: 1.0.1
Text Domain: visszaszerzemazexem
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
*/

b, strong {
    font-weight: bold !important;
}

#footer a {
    text-decoration-color: #fff;
}

#footer a:hover {
    text-decoration: none;
}

.elementor-button {
    text-decoration: none !important;
}

input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    accent-color: #A73A3C;
}

.select-placeholder {  
	color: red;
}

input[type="checkbox"] + label {
    font-size: 13px !important;
}

.elementor-icon-list-item {
    align-items: start !important;
}

.elementor-icon-list-item i {
    margin-top: 5px !important;
}

button[type="submit"]:hover {
    background: #2C0706 !important;
}

#aboutMeMoreText {
    display: none;
}

.cky-consent-container .cky-consent-bar {
    padding: 0 10px 10px !important;
}

/*
    Mobile styling
*/

@media (max-width: 768px) {
    .elementor-button {
        width: 100%;
    }
}