article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    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
}


a,
button,
html,
input,
select,
textarea {
    font: 400 14px/1.3 "Open Sans", Arial, Helvetica, sans-serif
}

.width-wrapper {
    width: 1600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}



#main {
    background: #fff
}

@media (min-width:601px) {
    .page-section+.page-section {
        margin-top: 75px
    }
}

@media (max-width:600px) {
    .page-section+.page-section {
        margin-top: 50px
    }
}

@media (min-width:601px) {
    .top-bottom-margin {
        margin-top: 80px;
        margin-bottom: 130px
    }
}

@media (max-width:600px) {
    .top-bottom-margin {
        margin-top: 60px;
        margin-bottom: 80px
    }
}

.centered-image {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
}

.hero {
    position: relative;
    overflow: hidden
}

.hero .heading-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.hero h1 {
    margin-bottom: 20px;
    padding: 0 20px;
    color: #fff
}

@media (min-width:601px) {
    .hero h1 {
        font-size: 40px
    }
}

@media (max-width:600px) {
    .hero h1 {
        font-size: 20px
    }
}

.hero .image-wrapper:after {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .45)
}

.button {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 20px 40px;
    margin: 0 auto;
    transition: background-color .3s;
    color: #fff;
    background-color: #f68c1f
}

.button:hover {
    background-color: #d97209
}

.titled-box {
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    background: #eee
}

.titled-box h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    color: #252525
}

@media (min-width:601px) {
    .titled-box {
        padding: 30px
    }

    .titled-box h2 {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .titled-box {
        padding: 20px 12px
    }

    .titled-box h2 {
        font-size: 20px
    }
}

.titled-box.inner-box {
    padding: 0
}

@media (min-width:1001px) {
    .address-box {
        height: 380px
    }

    .address-box:after {
        content: "";
        clear: both
    }

    .address-box:after,
    .address-box:before {
        content: "";
        display: table
    }

    .address-box .titled-box {
        float: left;
        width: 50%;
        height: 100%
    }

    .address-box .map {
        float: left;
        height: 100%;
        width: 50%;
        border-left: 2px solid #f68c1f;
        box-sizing: border-box
    }
}

@media (max-width:1000px) {
    .address-box .map {
        width: 100%;
        height: 350px
    }

    .address-box .map img {
        width: calc(100% * (1000 / 380));
        max-width: 1150px
    }
}

.address-box .map {
    overflow: hidden;
    background: #eee
}

.address-box .map img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-property-list {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    list-style: none
}

@media (min-width:561px) {
    .icon-property-list:after {
        content: "";
        clear: both
    }

    .icon-property-list:after,
    .icon-property-list:before {
        content: "";
        display: table
    }

    .icon-property-list>* {
        float: left;
        width: calc(50% - 10px);
        margin-left: 20px
    }

    .icon-property-list>:nth-child(2n+1) {
        margin-left: 0
    }
}

.icon-property-list .icon-property {
    position: relative;
    height: 90px;
    background: #fff;
    margin-top: 20px
}

.icon-property-list .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-property-list .icon.icon-home {
    background-image: url(./assets/sprite.png);
    background-position: -2952px 0;
    width: 35px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .icon-property-list .icon.icon-home {
        background-image: url(./assets/sprite@2x.png);
        background-position: -2952px 0;
        width: 35px;
        height: 35px;
        background-size: 4589px
    }
}

.icon-property-list .icon.icon-phone {
    background-image: url(./assets/sprite.png);
    background-position: -3862px 0;
    width: 35px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .icon-property-list .icon.icon-phone {
        background-image: url(./assets/sprite@2x.png);
        background-position: -3862px 0;
        width: 35px;
        height: 35px;
        background-size: 4589px
    }
}

.icon-property-list .icon.icon-mail {
    background-image: url(./assets/sprite.png);
    background-position: -3312px 0;
    width: 35px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .icon-property-list .icon.icon-mail {
        background-image: url(./assets/sprite@2x.png);
        background-position: -3312px 0;
        width: 35px;
        height: 35px;
        background-size: 4589px
    }
}

.icon-property-list .icon.icon-wheel {
    background-image: url(./assets/sprite.png);
    background-position: -4272px 0;
    width: 35px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .icon-property-list .icon.icon-wheel {
        background-image: url(./assets/sprite@2x.png);
        background-position: -4272px 0;
        width: 35px;
        height: 35px;
        background-size: 4589px
    }
}

.icon-property-list .content {
    position: absolute;
    left: 75px;
    top: 50%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #252525;
    font-weight: 700
}

.icon-property-list .content a {
    color: #f68c1f;
    font-weight: inherit;
    text-decoration: none
}

.icon-property-list .content a:hover {
    text-decoration: underline
}

.icon-property-list .directions {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0
}

.twocol-social {
    color: #fff
}

@media (min-width:1001px) {
    .twocol-social:after {
        content: "";
        clear: both
    }

    .twocol-social:after,
    .twocol-social:before {
        content: "";
        display: table
    }

    .twocol-social .titled-box {
        float: left;
        width: calc(50% - 5px)
    }

    .twocol-social .titled-box+.titled-box {
        margin-left: 10px;
        padding-bottom: 39px;
    }
}

@media (max-width:1000px) {
    .twocol-social .titled-box+.titled-box {
        margin-top: 10px
    }
}

.twocol-social .social {
    background: #172639
}

.twocol-social h2 {
    margin-bottom: 10px;
    color: inherit
}

.newsletter {
    padding-bottom: 70px;
    background: #263e5d
}

.newsletter .subtitle {
    margin-bottom: 30px;
    font-size: 12px
}

.newsletter .terms-wrap {
    padding: 0;
    margin-bottom: 15px;
}

.newsletter .field.email {
    margin-bottom: 15px
}

footer .newsletter .links-wrap, footer .newsletter .links-wrap a {
    font-size: 12px;
}

.newsletter button[type=submit] {
    width: 100%;
    color: #fff;
    background-color: #f68c1f;
    transition: background-color .3s
}

.newsletter button[type=submit]:disabled {
    background-color: rgba(246, 140, 31, .5)
}

.newsletter button[type=submit]:hover {
    background-color: #d97209
}

.newsletter.footer-newsletter {
    background: 0 0;
    margin-right: 0
}

.newsletter.footer-newsletter .subtitle {
    margin-bottom: 38px
}

.newsletter.footer-newsletter button[type=submit] {
    background-color: #252525;
    transition: background-color .3s
}

.newsletter.footer-newsletter button[type=submit]:disabled {
    background-color: rgba(37, 37, 37, .7)
}

.newsletter.footer-newsletter button[type=submit]:hover {
    background-color: #f68c1f
}

.newsletter.titled-box {
    color: #fff;
    max-width: 1200px;
    margin: auto
}

.newsletter.titled-box h2 {
    color: inherit
}

.newsletter.titled-box button[type=submit] {
    width: auto;
    padding: 15px 40px
}

form .field {
    width: 100%
}

form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none
}

form input::-webkit-input-placeholder {
    font-style: italic
}

form input::-moz-placeholder {
    font-style: italic
}

form input:-ms-input-placeholder {
    font-style: italic
}

form input::placeholder {
    font-style: italic
}

form .error input,
form .error textarea,
form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 2px solid red
}

.wpcf7-form-control-wrap {
    display: block
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px
}

textarea~span.wpcf7-not-valid-tip {
    top: calc(100% + 10px)
}

form textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5
}

form button[type=submit] {
    height: 50px;
    border: none;
    border-radius: 4px;
    font-weight: 700
}

.contact-form {
    color: #252525
}

.contact-form .field {
    padding-bottom: 60px
}

.contact-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700
}

@media (min-width:1001px) {
    .contact-form .row:after {
        content: "";
        clear: both
    }

    .contact-form .row:after,
    .contact-form .row:before {
        content: "";
        display: table
    }

    .contact-form .row>* {
        float: left;
        width: calc(25% - 45px);
        margin-left: 60px
    }

    .contact-form .row>:nth-child(4n+1) {
        margin-left: 0
    }
}

@media (min-width:521px) and (max-width:1000px) {
    .contact-form .row:after {
        content: "";
        clear: both
    }

    .contact-form .row:after,
    .contact-form .row:before {
        content: "";
        display: table
    }

    .contact-form .row>* {
        float: left;
        width: calc(50% - 30px);
        margin-left: 60px
    }

    .contact-form .row>:nth-child(2n+1) {
        margin-left: 0
    }

    .home-slideshow .centered-image {
        max-height: calc(100vh - 114px);
    }

    .home .home-slideshow .centered-image {
        max-width: 100%;
        padding-bottom: 192px;
    }
}

.contact-form input {
    border: 1px solid #c5c5c5
}

.contact-form .message {
    width: 100%
}

.contact-form .errorlist {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    list-style: none;
    height: 45px;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: red
}

.contact-form button[type=submit] {
    padding: 15px 40px;
    color: #fff;
    background-color: #f68c1f;
    transition: background-color .3s
}

.contact-form button[type=submit]:disabled {
    background-color: rgba(246, 140, 31, .5)
}

.contact-form button[type=submit]:hover {
    background-color: #d97209
}

.social {
    padding-bottom: 70px
}

.social .subtitle {
    font-size: 12px;
    margin-bottom: 30px
}

.social .row-1,
.social .row-2 {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    list-style: none
}

.social .row-1:after {
    content: "";
    clear: both
}

.social .row-1:after,
.social .row-1:before {
    content: "";
    display: table
}

.social .row-1>* {
    float: left;
    width: calc(50% - 3.5%);
    margin-left: 7%
}

.social .row-1>:nth-child(2n+1) {
    margin-left: 0
}

.social .row-2 {
    margin-top: 45px
}

.social .row-2:after {
    content: "";
    clear: both
}

.social .row-2:after,
.social .row-2:before {
    content: "";
    display: table
}

.social .row-2>* {
    float: left;
    width: calc(50% - 3.5%);
    margin-left: 7%
}

.social .row-2>:nth-child(2n+1) {
    margin-left: 0
}

.social .social-link {
    display: block;
    position: relative;
    height: 50px;
    border-radius: 4px;
    transition: background-color .3s;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.social .social-link:before {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social .social-link.linkedin {
    background-color: #007ab5
}

.social .social-link.linkedin:before {
    background-image: url(./assets/sprite.png);
    background-position: -3167px 0;
    width: 100px;
    height: 30px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .social .social-link.linkedin:before {
        background-image: url(./assets/sprite@2x.png);
        background-position: -3167px 0;
        width: 100px;
        height: 30px;
        background-size: 4589px
    }
}

.social .social-link.linkedin:hover {
    background-color: #005882
}

.social .social-link.youtube {
    background-color: #cd181f
}

.social .social-link.youtube:before {
    background-image: url(./assets/sprite@2x.png);
    background-position: -4307px 0;
    width: 60px;
    height: 30px;
    background-size: 4589px;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .social .social-link.youtube:before {
        background-image: url(./assets/sprite@2x.png);
        background-position: -4307px 0;
        width: 60px;
        height: 30px;
        background-size: 4589px;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5)
    }
}

.social .social-link.youtube:hover {
    background-color: #9f1318
}

.social .social-link.facebook {
    background-color: #3b5999
}

.social .social-link.facebook:before {
    background-image: url(./assets/sprite.png);
    background-position: -2640px 0;
    width: 100px;
    height: 30px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .social .social-link.facebook:before {
        background-image: url(./assets/sprite@2x.png);
        background-position: -2640px 0;
        width: 100px;
        height: 30px;
        background-size: 4589px
    }
}

.social .social-link.facebook:hover {
    background-color: #2d4474
}

.social .social-link.googleplus {
    background-color: #dd4e42
}

.social .social-link.googleplus:before {
    background-image: url(./assets/sprite.png);
    background-position: -2892px 0;
    width: 60px;
    height: 30px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .social .social-link.googleplus:before {
        background-image: url(./assets/sprite@2x.png);
        background-position: -2892px 0;
        width: 60px;
        height: 30px;
        background-size: 4589px
    }
}

.social .social-link.googleplus:hover {
    background-color: #c83124
}

.social .social-link.twitter {
    background-color: #1da1f3
}

.social .social-link.twitter:before {
    background-image: url(./assets/sprite.png);
    background-position: -4212px 0;
    width: 60px;
    height: 30px
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .social .social-link.twitter:before {
        background-image: url(./assets/sprite@2x.png);
        background-position: -4212px 0;
        width: 60px;
        height: 30px;
        background-size: 4589px
    }
}

.social .social-link.instagram:before {
    background-image: url(./assets/Insta-01.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    opacity: 1;
    transition: opacity .3s;
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .social .social-link.instagram:before {
        background-image: url(./assets/Insta-01.png);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
        background-size: cover;
        background-position: center;
        border-radius: 4px;
        transition: opacity .3s;
    }
}

.social .social-link.instagram:hover:before {
    opacity: 0.7;
}

.social.footer-social .subtitle {
    margin-bottom: 74px
}

.social.footer-social .row-1:after {
    content: "";
    clear: both
}

.social.footer-social .row-1:after,
.social.footer-social .row-1:before {
    content: "";
    display: table
}

.social.footer-social .row-1>* {
    float: left;
    width: calc(50% - 5px);
    margin-left: 10px
}

.social.footer-social .row-1>:nth-child(2n+1) {
    margin-left: 0
}

.social.footer-social .row-2 {
    margin-top: 10px
}

.social.footer-social .row-2:after {
    content: "";
    clear: both
}

.social.footer-social .row-2:after,
.social.footer-social .row-2:before {
    content: "";
    display: table
}

.social.footer-social .row-2>* {
    float: left;
    width: calc(33.33333333% - 6.66666667px);
    margin-left: 10px
}

.social.footer-social .row-2>:nth-child(3n+1) {
    margin-left: 0
}

.social.footer-social .social-link {
    background-color: #c5c5c5;
    transition: background-color .3s
}

.social.footer-social .social-link:hover.linkedin {
    background-color: #007ab5
}

.social.footer-social .social-link:hover.youtube {
    background-color: #cd181f
}

.social.footer-social .social-link:hover.facebook {
    background-color: #3b5999
}

.social.footer-social .social-link:hover.googleplus {
    background-color: #dd4e42
}

.social.footer-social .social-link:hover.twitter {
    background-color: #1da1f3
}

.page-section {
    position: relative
}

.hidden {
    display: none !important
}

@media (max-width:600px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:601px) and (max-width:1000px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:601px) and (max-width:1230px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1001px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width:1231px) {
    .hidden-xl {
        display: none !important
    }
}



body {
    padding: 0;
    margin: 0;
}


.contact-form button[type=submit]:disabled:hover {
	background-color: rgba(246, 140, 31, .5);
}
.contact-form .message {
	padding-bottom: 25px;
}
.terms-wrap {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 45px;
	padding-top: 30px;
}
.terms-wrap label {
	margin-top: 0 !important;
	/* margin-bottom: 0 !important; */
}
.terms-wrap .wpcf7-form-control-wrap {
	display: inline-block;
}
.terms-wrap .wpcf7-list-item {
	margin-left: 0;
}
.terms-wrap a {
	color: #f68c1f;
	text-decoration: none;
	font-weight: bold;
}
button[type=submit].custom-submit:disabled {
	background-color: rgba(246, 140, 31, .5);
}
/* CUSTOM CHECKBOX */
label > .custom-checkbox, label>.nl-custom-checkbox {
	float: left;
	width: 35px;
	height: 35px;
	position: relative;
	z-index: 1;
	top: 3px;
	background: url("./assets/checkbox.png") no-repeat;
	background-size: 35px;
	margin-right: 12px;
	margin-left: 0;
}

label>.custom-checkbox.selected, label>.nl-custom-checkbox.selected {
	background-position: 0 -35px;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{

	border-radius: 4px;
}

label>.custom-checkbox input[type="checkbox"], label>.nl-custom-checkbox input[type="checkbox"] {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}


div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('./assets/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}