/**
Theme Name: Solopreneurs
Author: Solopreneurs
Author URI: http://wpastra.com/about/
Description: A visibility mentor and professional photographer based in Norway, on a mission to help solopreneurs get seen online and get clients more easily. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solopreneurs
Template: astra
*/
html, body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    zoom: 0.8;
}

/* Mailerlite */
.mailerlite-form-response,
.mailerlite-form-response *,
.mailerlite-form-response > h4 > p > span,
.mailerlite-form .mailerlite-form-loader {
    color: #6c807c !important;
}

.mailerlite-form .mailerlite-form-field label {
    display: none;
}

.mailerlite-form .mailerlite-form-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.mailerlite-form .mailerlite-form-inputs input {
    background: transparent;
    border: 1px solid #6c807c;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 48px;
}

.mailerlite-form .mailerlite-form-inputs button {
    font-size: 22px;
    background: #cbc0c4;
    border: 1px solid #cbc0c4;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 48px;
    letter-spacing: 1px;
}

.lovedby figure {
    display: flex;
}

.download-icon img {
    min-width: 20px;
}

@media (max-width: 1360px) {
    .mailerlite-form .mailerlite-form-inputs {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
    }

    .mailerlite-form .mailerlite-form-inputs input,
    .mailerlite-form .mailerlite-form-inputs button {
        width: 250px;
    }
}