/*
    Theme Name:         CREATI
    Author:             SM Code
    Description:        Strona internetowa firmy CREATI
    Author: SM Code | Mateusz Szczukowski
    Author URI: https://smcode.pl
    Version:            1.0.0
    Text Domain:        CREATI
*/
.page-text {
	line-height: 1.8;
}

.page-text h2 {
	font-size: 24px;
	font-weight: bold;
}

.page-text img {
	max-width: 100%;
	margin: 30px 0;
}

.floating-eu-flag {
	position: fixed;
    right: 1vw;
    bottom: 6vw;
    z-index: 999;
}

.mailerlite-form-inputs {
    position: relative;
}

#mailerlite-1-field-email {
    border: none;
    border-bottom: 1px solid rgba(255,255,255, 0.4);
    color:  rgba(255,255,255, 0.4);
}

.mailerlite-subscribe-submit {
    position: absolute;
    right: 0;
    top: 20px;
    height: 45px;
    color: #000;
    font-weight: 300;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.mailerlite-subscribe-submit:hover {
    box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.1);
}