/*
Theme Name:     Dr Marina
Template:       edublink
Version:        1.0.0
*/

.lm-container {
    .edublink-section-heading {
        .pre-heading {
            background-color: #b76bdd;
            color: white;
            text-transform: uppercase;
            font-size: 14px;
            border-radius: 13px;
            padding: 5px 15px;
            letter-spacing: normal;
        }
        .heading {
            line-height: 1.2;
            font-size: 30px;
        }
        .sub-heading {
            margin-top: 5px;
            font-size: 16px;
            font-weight: 500;
        }
    }
    .fluentform {
        margin-top: 15px;
        font-weight: 500;

        .ff-el-group {
            margin-bottom: 15px;
        }
        .ff-custom_html {
            margin-bottom: 5px;
        }
        .ff_t_c p {
            line-height: 1.4;
        }
        h4 {
            font-size: 23px;
            margin-bottom: 0;
        }
    }
    .ff-default {
        .ff-el-form-control {
            border-radius: 0;
            font-family: "Poppins", sans-serif;
            padding-top: 16px;
            padding-bottom: 16px;
        }
        .ff_btn_style {
            font-family: "Poppins", sans-serif !important;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 21px;
            padding: 10px 60px;
        }
        .ff_submit_btn_wrapper:after {
            content: "Vaši podaci su zaštićeni. Nećete dobijati spam.";
            display: block;
            text-align: right;
            font-size: 12px;
            font-weight: 600;
            font-style: italic;
        }
    }
}