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

.formularz-kontaktowy a {
    color: #54595F;
    font-size: 12px;
}

p strong {
    border: 1px solid #ec8b04;
}

h1 .small-heading {
    color: #f2f2f2;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-size: 16px;
}

/* #mobile-menu .menu-item-has-children > .sub-menu {
    display: block !important;
    border-left: 1px solid #f8f8f8;
    padding-left: 20px;
} */

@media only screen and (max-width: 1024px) {
.white-bg {
    background-color: #ffffff;
}
h1 .small-heading {
    font-size: 14px;
}
}

@media only screen and (min-width: 1024px) {
.left-column-background::before {
    background-size: cover;
    content: "";
    position: absolute;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fdfdfd;
    z-index: 0;
    top: 0;
    right: auto;
    left: 0;
    width: 27.5%;
    height: 100%;
    background: url(assets/images/przyczepa-57.jpg) 50% 50%;
}
}