/*
Theme Name: Lumi Template
Theme URI: https://lumi.pl
Description: This is outstanding WP Blog theme developed on Material Design for Bootstrap 4
Version: 2.0
Author: Lumi.pl
Author URI: https://lumi.pl
*/

/* My Custom Styles */

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.alignright {
    float: right;
    padding-left: 10px;
}

.alignleft {
    float: left;
    padding-right: 10px;
}

h1 {
    padding-bottom: 50px !important;
    text-align: center !important;
    color: #222;
}

.card-img {
    border-radius: .25rem;
    margin: auto;
    display: block;
    text-align: center;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    margin-top: -3em !important;
}

div.wpcf7 textarea {
    max-height: 100px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em !important;
}

.btn-primary {
    background-color: #ffdf00;
    border-color: #ffdf00;
    color: #0092d8;
}

/* .navbar-dropdown.navbar-fixed-top {
    position: fixed;
    margin-top: 1.5em;
} */

.topbar {
    width: 100%;
}

.topbar p {
    float: right;
    text-align: right;
    margin-right: 1em;
}

nav p {
    margin-bottom: 0px !important;
    color: #000;
    float: right;
    margin-right: 0em;
    margin-left: 0em;
    background: #FFF;
    width: 100%;
    padding-left: 1em;
    text-align: right;
    padding-right: 1em;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    #rev_slider_1_1_wrapper {
        margin-top: 5em !important;
    }

    #msg-box1-11 H3 {
        color: #ffffff;
        font-size: 28px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}



.mbr-footer-content p,
.mbr-footer .mbr-contacts p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 0;
    word-wrap: break-word !important;
}

.cid-qVpAqO3m5q .full-screen {
    margin-top: 40px;
}

[type="submit"] {
    -webkit-appearance: none;
    background: #333;
    color: #FFF;
    padding: 7px 20px;
    border: 0;
}

#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    width: calc(25% - 2px);
    height: 180px;
}

.menu-footer-bottom ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;

}

.menu-footer-bottom li {
    display: inline-block;
    margin: 0px, ;
    margin-right: 15px;
    text-decoration: underline;
}