/*
Theme Name: cemeritabucurestenii
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: eJump team
Author URI: https://ejump.com/
Description:
Version: 2023
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/Axiforma-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Axiforma-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: bold;
    src: url('./assets/fonts/Axiforma-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Axiforma-Light.woff2') format('woff2');
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

*:focus {
    outline: none;
}

a {
    color: #515769;
    text-decoration: none !important;
    position: relative;
}

a:hover {
    color: #515769;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Axiforma", Arial, sans-serif;
    color: #515769;
    font-size: 16px;
}

p {
    font-size: 16px;
}

header {
    border-bottom: 1px solid #e6e6e6;
}

body.menu-active header {
    border: 0;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.container {
    max-width: 1230px;
    width: 100%;
}

.home {
    background: #213be7;
    color: #fff;
    min-height: 100vh;
}

.home main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

.home h1 {
    margin: 0 0 50px;
    font-weight: 500;
    font-size: 90px;
}

.home p {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.home main h2,
.home .secondary-main h1 {
    font-size: 53px;
}

.home main h2 {
    margin: 0 0 40px;
}

.second-page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.secondary-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh
}

.nf-pass.field-wrap .nf-field-element:after,
.nf-previous,
.nf-mp-header,
.nf-before-form-content,
.nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}

.nf-error .ninja-forms-field {
    border-color: #ff7070 !important;
}

.nf-error-msg,
.ninja-forms-req-symbol,
.nf-error .nf-error-msg {
    color: #ff7070 !important;
}

.form-raspuns {
    padding: 50px 0 0;
}

.form-raspuns input[type="email"] {
    border: 0 !important;
    padding: 20px 30px;
    border-radius: 50px !important;
    font-size: 23px;
    color: #9d9d9d !important;
    height: auto !important;
    line-height: 35px;
    min-width: 700px;
}

.form-raspuns input[type="text"] {
    border: 0 !important;
    padding: 20px 30px;
    border-radius: 50px !important;
    font-size: 23px;
    color: #9d9d9d !important;
    height: auto !important;
    line-height: 35px;
    min-width: 700px;
}

.form-raspuns input::placeholder {
    font-size: 23px;
    color: #9d9d9d !important;
    font-style: italic !important;
}

.form-raspuns nf-fields-wrap {
    display: inline-block
}

@media screen and (min-width: 1200px) {
    .form-raspuns {
        padding-left: 150px;
    }
    .form-raspuns.page-2 {
        padding-left: 200px;
    }
}

@media screen and (min-width:992px) {
    .form-raspuns.page-2 nf-fields-wrap nf-field:nth-child(1) {
        width: 80%;
        float: left;
    }
    .form-raspuns.page-2 nf-fields-wrap nf-field:nth-child(2) {
        width: 20%;
        float: left;
    }
}

.form-raspuns .nf-next,
.form-raspuns input[type="submit"] {
    background-color: transparent !important;
    color: transparent !important;
    background: url(./assets/images/send.svg) center center no-repeat !important;
    background-size: cover;
    width: 75px !important;
    height: 75px !important;
}

.form-raspuns .nf-next,
.form-raspuns .submit-wrap {
    margin-left: 30px;
}

#ninja_forms_required_items,
.nf-field-container {
    margin: 0 !important;
}

.nf-form-content>div {
    display: flex;
}

.form-raspuns .nf-next-previous {
    margin: 0 !important;
}

.form-raspuns .checkbox-wrap label a {
    color: #fff !important;
    text-decoration: underline !important;
}

.form-raspuns .checkbox-wrap label {
    font-weight: normal !important;
    font-size: 14px !important;
}

.form-raspuns input[type="email"] {
    margin-bottom: 20px !important
}

.cky-consent-bar .cky-notice-des p {
    font-size: 14px !important
}
.form-raspuns .nf-next{
	pointer-events: none;
	cursor: not-allowed;
}
.form-raspuns .nf-next.button-enabled{
	pointer-events: inherit;
	cursor: inherit;
}
@media screen and (max-width:991px) {
    .home main {
        padding: 0 10px;
    }
    .form-raspuns nf-fields-wrap {
        display: flex
    }
    .form-raspuns nf-fields-wrap nf-field:nth-child(1) {
        order: 1
    }
    .form-raspuns nf-fields-wrap nf-field:nth-child(3) {
        order: 2
    }
    .form-raspuns nf-fields-wrap nf-field:nth-child(4) {
        order: 3
    }
    .form-raspuns nf-fields-wrap nf-field:nth-child(2) {
        order: 4
    }
    .form-raspuns input[type="email"],
    .form-raspuns input[type="text"] {
        max-width: calc(100vw - 10px);
        width: 100%;
        min-width: 0;
    }
    .form-raspuns input[type="email"] {
        margin-bottom: 20px !important
    }
    .form-raspuns {
        padding-bottom: 0;
        padding-top: 15px;
    }
    .form-raspuns .nf-form-content>div,
    .form-raspuns nf-fields-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .form-raspuns .nf-next {
        margin: 20px 0 0;
    }
    .form-raspuns .submit-wrap {
        margin: 0
    }
    .home main h1 {
        font-size: 55px;
        line-height: 1.3;
    }
    .home p {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .home .second-page-content p br {
        display: none
    }
    .home .second-page-content h1,
    .home .secondary-main h1 {
        font-size: 40px;
    }
    .home main h2 {
        font-size: 40px;
    }
}
.cky-modal p{
	font-size: 16px !important;
}
@media screen and (max-width:375px) {
    .home main h1 {
        font-size: 40px
    }
    .home main h2 {
        font-size: 34px;
    }
    .home p {
        font-size: 16px;
    }
}