/* =Call us
-------------------------------------------------------------- */

.header .call-us {
    line-height: 1.9em;
    font-size: 1.1em;
}


/* =Responsive images
-------------------------------------------------------------- */

.img-responsive,
.text-content img {
    max-width: 100%;
    height: auto;
}


/* =Formidable
-------------------------------------------------------------- */

.frm_forms fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.frm_forms .form__actions {
    position: relative;
}
.frm_forms .frm_ajax_loading {
    position: absolute;
    top: 45px;
    right: 50%;
    margin-right: -8px;
}
.frm_forms .frm_error {
    color: #de354a;
    font-size: 13px;
    margin: 1px 0 0 4px;
}
.frm_forms .frm_hidden {
    display: none;
}


/* =Sidebar sign up
-------------------------------------------------------------- */

.sidebar #frm_form_7_container .frm_form_field label {
    display: none;
}
.sidebar #frm_form_7_container .frm_form_field {
    margin-bottom: 1em;
}
.sidebar #frm_form_7_container .frm_ajax_loading,
.sidebar #frm_form_7_container .frm_ajax_loading.frm_loading_now {
    display: none;
}


/* =Footer sign up
-------------------------------------------------------------- */

.footer__email .frm_form_fields {
    margin-bottom: 1em;
}
.footer__email .btn {
    width: auto;
}
.footer__email .frm_ajax_loading {
    width: auto;
    top: 9px;
    left: 100px;
}
.footer__email .frm_ajax_loading.frm_loading_now {
    visibility: visible !important;
}


/* =Footer contact details
-------------------------------------------------------------- */

.contact__details h3 a {
    color: #eeeef0;
    text-decoration: none;
}
.contact__details h3 a:hover {
    text-decoration: underline;
}


/* =Prevent duplicate date
-------------------------------------------------------------- */

.updated:not(.published){
    display: none;
}


/* =Contact page
-------------------------------------------------------------- */

#contact-map {
    width: 100%;
    height: 400px;
    margin-bottom: 1.5em;
}
#contact-map img {
    max-width: inherit;
}
.office-location {
    text-align: left;
}
.office-location p {
    margin-bottom: .8em;
}
.office-location p.lead {
    font-size: 1.2em;
    padding-bottom: 0;
}
.office-location a:not(.btn) {
    color: #69bd44;
}

/* Small devices (tablets, 768px and below) */
@media (max-width: 768px) {
    .office {
        width: auto;
    }
}


/* =Testimonial
-------------------------------------------------------------- */

.iweb_widget_testimonial p {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
}


/* =Employee profile
-------------------------------------------------------------- */

.employee-profile {
    margin-bottom: 40px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .employee-profile {
        float: left;
        width: 30%;
    }
    .bio {
        float: right;
        width: 65%;
    }
}


/* =Clients slider
-------------------------------------------------------------- */

.clients h2 {
    margin-bottom: 1em;
}
.clients .bx-controls {
    margin-top: 2em;
}

@media (min-width: 700px) {
    .clients .slider, .accreditations .slider {
        padding-top: 0;
    }
}


/* =Sidebar text block
-------------------------------------------------------------- */

.iweb_widget_sidebar_text ul,
.iweb_widget_sidebar_text ol {
    padding-left: 40px;
    list-style: disc outside none;
}
.iweb_widget_sidebar_text ul li {
    list-style: disc outside none;
}
.iweb_widget_sidebar_text ol li {
    list-style: decimal outside none;
}


/* =Comments
-------------------------------------------------------------- */

.comments-well {
    margin-top: 50px;
}


/* =Headings
-------------------------------------------------------------- */

.text-content h2 {
    font-size: 2.2em;
}
.text-content h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}


/* =Sidebar text block
-------------------------------------------------------------- */

.simple-section-nav ul li {
    position: relative;
    padding-left: 0.8em;
}
.simple-section-nav ul li:before {
    content: '\e802';
    font-family: "technics-icons";
    font-size: 1.2em;
    text-decoration: none;
    position: absolute;
    left: 0em;
    top: -0.1em;
}


/* =Hidden block
-------------------------------------------------------------- */

.hidden {
    display: none;
}
