/*
Theme Name: LG Theme Child
Template: lg-theme
Author: RadJan / deligo.pl
Author URI: https://deligo.pl/
Description: Child theme for LG Labs.
Version: 1.0.0.1666931127
Updated: 2022-10-28 04:25:27
*/
html {
    scroll-behavior: smooth;
}

.site-branding a {
    background: transparent url('img/lucky-gunner-labs-logo.png') 0 0 no-repeat;
}

.navbar-quicklinks {
    position: sticky;
    top: 40px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    background: #eee;
}

.navbar-quicklinks h3 {
    margin: 0;
    background: #0f8541;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    padding: 10px 15px;
}

.navbar-quicklinks ul {
    list-style: none;
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-quicklinks a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 5px 15px;
}

.mc4wp-form .input-group {
    display: flex;
}
.mc4wp-form input.email{
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mc4wp-form input[type='submit']{
    background-color: var(--green-light-200);
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
