h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
}

.et_pb_bg_layout_dark a {
    color: #fff;
}

#footer-info a {
    margin-left: 20px;
}

#top-menu li {
    padding-right: 30px;
}

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    max-width: 100%;
    text-indent: 10px;
    width: 100%;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.newsletterbox .wpcf7-list-item-label {
    display: none !important;
}

.newsletterbox .wpcf7-list-item.first.last {
    margin: 0;
}

.wpcf7-form-control.wpcf7-submit {
    background: #0abbb5;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    max-width: 100%;
    padding: 8px 0;
    text-transform: uppercase;
    width: 95%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

#main-header {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

/* HEADER */

#ctabutton {
    background: #33CCCC;
    color: #fff;
    padding: 7px 20px;
    margin-top: 10px;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 35px;
}

#ctatel {
    position: absolute;
    right: 0;
    top: 15px;
    font-weight: bold;
    font-size: 22.5px;
}

#rightform h4 {
    color: #0abbb5;
    text-align: center;
}

#footer-info a {
    float: right;
    font-weight: normal;
}

#footer-info {
    width: 100%;
}


@media screen and (max-width: 980px) {
#ctatel {
  display: none !important;
}

#ctabutton {
  display: none !important;
}
}