/*========FORM=========*/

.groupform {
    border-bottom: 0.075rem solid #000;
    height: 60px;
    width: 98%;
    margin-bottom: 0px !important;
}

.groupcheckbox {
    margin-bottom: 0px !important;
    border-bottom: 0.075rem solid #000;
    width: 98%;
}

.selectBox {
    position: relative;
}

.selectBox p {
    width: 100%;
}

.selectBox select {
    width: 100%;
}

#checkboxes .wpcf7-list-item {
    display: block;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
    padding: 5px;
}

#checkboxes label input {
    margin-right: 0.5em;
}

.groupform label {
    font-weight: 200 !important;
    letter-spacing: 0.8px;
    --e-global-typography-accent-font-weight: none !important;
    --e-global-typography-primary-font-weight: none !important;
}

.groupform input,
.groupform textarea {
    width: 100% !important;
    font-family: 'roc-grotesk-wide' !important;
    font-size: 12px !important;
}

.groupform.area-form p,
.groupform.area-form label,
.groupform.area-form span {
    display: block;
    width: 100%;
}

.groupform textarea {
    height: 95px !important;
    min-height: 95px;
}

.area-form {
    height: auto !important;
}

.form-half,
.form-date {
    display: inline-block;
    width: 46% !important;
}

.formrow {
    margin-bottom: 0px !important;
}

.form-half input {
    width: 22vw !important;
}

.halfleft {
    margin-right: 5%;
}

.form-left {
    display: inline-block;
    width: 49%;
    margin: 3em 0;
}

.form-right {
    display: inline-block;
    width: 49%;
    float: right;
}

.submit-style input[type=submit] {
    font-size: 24px;
    background-color: #282828 !important;
    width: 272px !important;
    height: 60px !important;
    padding: 0 !important;
    margin-top: 2em !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    transition: 0.3s !important;
    font-weight: 600 !important;
}

.submit-style input[type=submit]:hover {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us .wpcf7-spinner {
    display: flex;
}

.revinate-form .form-row .groupform input {
    padding-top: 60px;
}


/*==================*/

.bg-style {
    height: 100vh;
}

.line-style {
    border-top: 0px solid #eaecee;
}

.secound-header {
    font-family: "Haka Font", Sans-serif;
    font-size: 24px;
}

.staytuned p {
    font-family: 'Haka Font';
}

.header-style {
    margin: 100px 0 1em 0;
}

.facilities-font div {
    font-weight: bold !important;
}
.category .searchandfilter input[type=submit], .archive.tag  .searchandfilter input[type=submit], .tax-offers_category .searchandfilter input[type=submit], .page.page-id-7059 .searchandfilter input[type=submit], .page.page-id-128 .searchandfilter input[type=submit]{
	display:none;
}

/*========mobile==========*/

@media (max-width: 768px) {
    .form-half input {
        width: auto !important;
    }
    .groupform input {
        width: 98vw !important;
    }
    .form-date input {
        width: 100% !important;
    }
    .submit-style,
    .submit-style input {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .submit-style .wpcf7-spinner {
        display: flex;
    }
    .area-form textarea {
        width: 100% !important;
    }
    .form-left {
        width: 272px !important;
    }
    .form-left,
    .form-right {
        width: 100% !important;
        margin: 0 !important;
        padding-top: 2em;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .form-right .submit-style input[type=submit] {
        margin-top: 0 !important;
        width: 250px !important;
    }
    .staytuned p {
        font-family: 'Haka Font';
        font-size: 28px;
    }
}

@media (max-width: 1185px) {
    .form-half {
        width: 99% !important;
    }
}


.two-columns{
float: left;
  width: 50%;
}
.float-l{
	float: left;
}


#wpcf7-f3287-o1>form>div.wpcf7-response-output{
	top:120px;
}