h3 strong {
  font-weight:300!important;
  color:#3cbcae!important;
}

input#stork-name {
    width: 100%;
    border: none;
}

input#stork-email {
    width: 100%;
    border: none;
}

input#stork-tel {
    width: 100%;
    border: none;
}

textarea#stork-enquiry {
    height: 150px ! important;
    max-height: 150px;
    min-height: 150px ! important;
    border: none;
}

input#stork-submit {
    width: fit-content;
    background-color: #3cbcae;
    border-radius: 50px;
}

input#stork-submit:hover {
    background-color: #00504a;
    box-shadow: 0 5px 10px rgba(0,0,0,0);
    transform: translateY(0px);
}

.back-top.tf_textc.tf_clearfix.back-top-float {
    background-color: #00504a ! important;
}

@media (max-width: 700px)
{ body #site-logo a img {
    width: 100px;
}}

@media (max-width: 700px)
{ .fixed-header #site-logo img:not(.tf_sticky_logo) {
    max-height: none ! important;
    width: 100px ! important;
}}

@media (max-width: 700px)
{ #headerwrap {
    padding-bottom: 0px!important;
}}

@media screen and (max-width: 700px)
{ #main-nav {
    background-color: transparent;
    position: absolute;
    left: 0!important;
    text-align: center;
    width: 100%!important;
    top: 15%!important;
}}

a.more-link {
    color: #ffffff ! important;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 12px;
    background-color: #00504a;
    border-radius: 30px;
    padding: 5px 10px;
}

a.more-link:hover {
    background-color: #3cbcae;
}

.more-link:after {
display:none!important;
}

time.post-date.entry-date.updated {
    font-size: 12px;
}

h1.post-title.entry-title {
    font-family: 'Comfortaa';
    color: #00504a;
}

.single .entry-content {
    padding: 0 10%;
    font-family: 'Roboto';
    color: #000000;
    font-size: 16px;
    line-height: 1.4em;
}

.single time.post-date.entry-date.updated {
    color: #000000 ! important;
    font-family: 'Roboto';
    font-size: 14px;
    padding-top:1%;
}

.single.single-fullwidth-layout .featured-area .post-image img {
    border-radius: 0;
    height: 550px;
    object-fit: cover;
    object-position: top;
}