@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

.page-template-template-lp-fixly {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #414141;
}

.ml-auto {
    margin-left: auto;
}
.lp-fixly,
.lp-fixly .usp__title{
    color: #002F34;
}

.lp-fixly
{
    background-color: #FFFFFF;
}

.lp-fixly a {
    color: white;
}

.lp-fixly .h3 {
    font-weight: 700;
}
.lp-fixly .usp__title {
    font-weight: 400;
}

.lp-fixly .scroll-js {
    background-color: #002F34;
}

.lp-fixly .header__subtitle{
    color: #FFD700;
    font-weight: 700;
}

.lp-fixly .landing__p {
    font-size: 24px;
}

/* header */
.lp-fixly .header {
    background: none;
}
.lp-fixly .header__content {
    height: auto;
}
.lp-fixly .nav__logo--fixly {
    margin-right: 50px;
}

/* footer */
.lp-fixly .logos {
    background-image: url("../img/lp_olx_bottom.svg");
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 3rem 0;
}
.lp-fixly .logos__content {
    display: flex;
    justify-content: space-between;
}
.lp-fixly .footer__copy p,
.lp-fixly .footer__copy a {
    color: #414141;
}
.lp-fixly.footer {
    background-color: #fff7e7;
}

/* form */
.lp-fixly .lp-form .btn{
    margin-right: auto;
    background-color: #FFD700;
    padding: 23px 40px;
    text-transform: uppercase;
}
.lp-fixly .lp-form {
    margin-bottom: 2rem;
}
.lp-fixly .lp-form .landing__row {
    display: flex;
    flex-wrap: wrap;
}

.lp-fixly .lp-form .wpcf7-exclusive-checkbox {
    margin-bottom: 15px;
}

.lp-fixly .lp-form .wpcf7-form-control-wrap {
    display: block;
}

.lp-fixly .lp-form .landing__row .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.lp-fixly .lp-form .wpcf7-form-control-wrap input {
    width: 100%;
}

.lp-fixly .lp-form .wpcf7-form-control-wrap input[name="your-agree"] {
    width: auto;

}

.lp-fixly .lp-form .wpcf7-form-control-wrap.your-agree {
    display: block;
    margin-bottom: 15px;
}

.lp-fixly .lp-form span.wpcf7-list-item {
    margin: 0;
}

.lp-fixly .lp-form .form-group {
    position: relative;
}

.lp-fixly div.wpcf7-response-output {
    color: #ff0000;
}

@media screen and (min-width: 1025px) {
    .lp-fixly .lp-form > .form-group::before,
    .lp-fixly .landing__text::before{
        content: url("../img/arrow-right.svg");
        position: absolute;
        left: -16px;
        top: 50%;
        transform: translate(-100%,-50%);
    }
    .lp-fixly .landing__text::before {
        top: auto;
        transform: translateX(-100%);
    }
}

.lp-fixly .lp-form .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.lp-fixly .lp-form .form-group.ml  {
    margin-left: 15px;
}

.lp-fixly .lp-form .form-group.sm  {
    width: 50%;
}

.lp-fixly .lp-form .form-group label {
    position: absolute;
    top: 1rem;
    left: .5rem;
    line-height: 20px;
    padding: 0 .25rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    background: transparent;
}

.lp-fixly .lp-form .form-group.focused label {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(-0.8rem);
    -ms-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
    background: #fff;
}

.lp-fixly .lp-form .landing__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
}


.lp-fixly .lp-form .landing__input {
    font-size: 18px;
    line-height: 20px;
    padding: 1rem .75rem;
    border: 1px solid #E6E6E6;
}

.lp-fixly .lp-form .landing__row .landing__input {
    margin-bottom: 0;
}

.lp-fixly .lp-form .landing__text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1rem 0;
    line-height: 20px;
}

.lp-fixly .lp-form .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 18px;
}

.lp-fixly .lp-form  .wpcf7-checkbox, .lp-fixly .lp-form  .wpcf7-acceptance {
    display: block;
    margin-bottom: 10px;
}

.lp-fixly .lp-form .consent {
    font-size: 14px;
}

.lp-fixly .lp-form a {
    color: #0EB615;
}

.lp-fixly .lp-form .wpcf7-checkbox span.wpcf7-list-item, .lp-fixly .lp-form .wpcf7-acceptance span.wpcf7-list-item  {
    margin: 0;
}

.lp-fixly .lp-form .wpcf7-checkbox label, .lp-fixly .lp-form .wpcf7-acceptance label {
    position: relative;
}

.lp-fixly .lp-form .wpcf7-checkbox label input, .lp-fixly .lp-form .wpcf7-acceptance label input {
    position: absolute;
    top: 0;
    left: 0;
}

.lp-fixly .lp-form .wpcf7-checkbox label .wpcf7-list-item-label, .lp-fixly .lp-form .wpcf7-acceptance label .wpcf7-list-item-label {
    margin-left: 30px;
    display: block;
}

.lp-fixly .lp-form .wpcf7-checkbox label input:before, .lp-fixly .lp-form .wpcf7-acceptance label input:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: #fff;
    border: 1px solid rgba(51, 51, 51, .55);
    width: 20px;
    height: 20px;
}

.lp-fixly .lp-form .wpcf7-checkbox label input:checked:before, .lp-fixly .lp-form .wpcf7-acceptance label input:checked:before {
    background: #FFD700;
}