input[type="submit"] {
    -webkit-appearance: none;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    border: none;
    color: var(--green);
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

button,
.button {
    outline: none;
}

.custom-btn-1 {
    width: 11rem;
    height: 50px;
    padding: 10px 25px;
    border: 2px solid var(--yellow);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

#responsive-form .custom-btn-1 {
    width: 150px;
    height: 50px;
}

.hero-title .custom-btn-1 {
    width: 180px;
    height: 50px;
}

.custom-btn-2 {
    width: 250px;
    height: 50px;
    padding: 10px 25px;
    border: 2px solid var(--yellow);
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.custom-btn-3 {
    border: 2px solid var(--yellow);
    font-family: 'Raleway', sans-serif;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}


.btn-1,
.btn-2 {
    background: var(--yellow);
    color: var(--green);
    line-height: 50px;
    padding: 0;
    border: none;
}

.btn-3 {
    background: var(--yellow);
    color: var(--green);
    padding: 0;
    border: none;
}

.btn-1 span,
.btn-2 span,
.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 1.2px;
}

.btn-1:before,
.btn-1:after,
.btn-2:before,
.btn-2:after,
.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: var(--yellow);
}

.btn-1:before,
.btn-2:before,
.btn-3:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
}

.btn-1:after,
.btn-2:after,
.btn-3:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}

.btn-1:hover,
.btn-2:hover,
.btn-3:hover {
    color: var(--green);
    background: var(--white);
}

.btn-1:hover:before,
.btn-2:hover:before,
.btn-3:hover:before {
    transition: all 500ms ease;
    height: 100%;
}

.btn-1:hover:after,
.btn-2:hover:after,
.btn-3:hover:after {
    transition: all 500ms ease;
    height: 100%;
}

.btn-1 span:before,
.btn-1 span:after,
.btn-2 span:before,
.btn-2 span:after,
.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    background: var(--green);
}

.btn-1 span:before,
.btn-2 span:before,
.btn-3 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
}

.btn-1 span:after,
.btn-2 span:after,
.btn-3 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
}

.btn-1 span:hover:before,
.btn-2 span:hover:before,
.btn-3 span:hover:before {
    width: 100%;
}

.btn-1 span:hover:after,
.btn-2 span:hover:after,
.btn-3 span:hover:after {
    width: 100%;
}


::-webkit-input-placeholder {
    color: var(--black);
    font-style: normal;
}

:-moz-placeholder {
    color: var(--black);
    font-style: normal;
    ;
}

::-moz-placeholder {
    color: var(--black);
    font-style: normal;
    ;
}

:-ms-input-placeholder {
    color: var(--black);
    font-style: normal;
    ;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border-color: var(--black);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}


input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label,
input[type="checkbox"] + span,
input[type="radio"] + span {
    padding: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 0;
    vertical-align: middle;
}

input[type="checkbox"] + span {
    padding-bottom: 10px;
}


input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: "";
    display: inline-block;
    width: calc(1.5rem * 0.75);
    height: calc(1.5rem * 0.75);
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    background: var(--white);
    color: var(--white);
    line-height: 1;
    margin-right: 0.5rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#hirlevel-feliratkozas #responsive-form input[type="checkbox"] + span:before {
    background: none;
    color: var(--black);
}

input[type="checkbox"] + span:before {
    border: solid 1px var(--black);
    box-shadow: outset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="radio"] + label:before,
input[type="radio"] + span:before {
    border-radius: 50%;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span:before {
    content: "";
    background: var(--black);
    color: var(--white);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);

}


input[type="radio"]:checked + label:before,
input[type="radio"]:checked + span:before {
    content: "";
    color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: solid calc(3rem * 0.2) var(--black);
    border-radius: 50%;
    background: var(--white);
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + span:after {
    display: inline-block;
    text-align: center;
    width: calc(1rem * 0.75);
    height: calc(2rem * 0.75);
    line-height: calc(1.5rem * 0.75);
    font-weight: 500;
    font-size: calc(1.5rem * 0.5);
    font-family: 'Raleway', sans-serif;
    color: var(--white);
    vertical-align: middle;
    cursor: pointer;
    content: 'L';
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg) scale(-1, 1);
}

#hirlevel-feliratkozas #responsive-form input[type="checkbox"]:checked + span:after {
    color: var(--black);
}


/*  Contact Form 7 */

.wpcf7 {}

#form-contact {
    clear: both;
    position: relative;
}

#responsive-form {
    background: var(--white);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.15);
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;

    margin-bottom: 2rem;
}

.other-button,
.ref-button {
    font-size: 1rem;
    font-weight: 500;
    font-family: inherit;
}


.form-question {
    padding-left: 10px;
}

#post-2 #responsive-form {
    margin-top: 1rem;
}

#hirlevel-feliratkozas #responsive-form {
    background: none;
    box-shadow: none;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    position: relative;

    width: 100%;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    #responsive-form {
        margin-top: 1rem;
        margin-right: 20px;

    }
}

#responsive-form h2,
#responsive-form h3,
#responsive-form h4 {
    text-align: left;
    color: var(--black);
}

#contactform-text h2,
#contactform-text h3,
#contactform-text h4 {
    text-align: center !important;
    color: var(--black);
}

#responsive-form p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.form-row p {
    text-align: left !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

::placeholder {
    font-size: 16px;
    color: var(--black);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}



input,
textarea {
    border-bottom: solid 1px var(--black);
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

#hirlevel-feliratkozas #responsive-form input {
    background: none;
}

#e-mailmarketing {
    padding-top: 2%;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 input[type="select"],
.wpcf7 .select,
.wpcf7 select {
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    min-width: 150px;
    max-width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: inline-block;
}


.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    height: 5rem;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#gdpr-box {
    margin-top: 10px;
}

.GDPR {
    margin-bottom: 10px;

}

.GDPR a {
    color: var(--green);
}

.GDPR a:hover {
    color: var(--yellow);
}


#responsive-form .custom-btn-1 {
    margin-left: 20px;
    margin-top: 10px;
}

.wpcf7 input[type="text"]:focus {
    background: #fff;
    font-size: 16px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

.ml-submit-wrapper {
    cursor: pointer;
}
