/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

.wrapper {
    padding: 0;
    overflow-x: hidden;
}

main .elementor-text-editor ol {
    padding-left: 15px;
}

main .elementor-text-editor ol ul {
    padding-left: 18px;
    text-indent: -18px;
}

main .elementor-text-editor ol ul li {
    color: #7a7a7a;
}

.elementor-text-editor {
    line-height: 1.5rem;
}

main .elementor-text-editor ul {
    padding: 0;
}

main .elementor-text-editor ul li {
    color: #58595b; 
    list-style: none; 
}

main .elementor-text-editor ul li::before {
    color: #25aae1;
    content: "\2022";
    font-size: 2em;
    padding-right: 0.3225em;
    position: relative;
    top: 0.17em;
    line-height: 0.7em;
}

.img-icon {
    cursor: pointer;
}

.elementor-image-box-wrapper .elementor-image-box-img img {
    transition: all 0.2s;
}

.elementor-image-box-wrapper:hover .elementor-image-box-img img {
    transform: scale(1.2);
}

.img-icon figure {
    text-align: left;
}

.img-icon figure img, .elementor-widget-image .elementor-image figure>a {
    float: left;
    max-width: 40px;
}

.img-icon figure figcaption {
    position: relative;
    top: 8px;
    left: 20px;
    font-size: 1.1rem;
    font-weight: 600 !important;
}

#home-services .img-icon figure figcaption {
    color: #25aae1 !important;   
}

body #ico-pathology figure.wp-caption {
    text-align: center;
}

body #ico-pathology figure.wp-caption figcaption {
    color: #005274 !important;
    float: none;
    display: inline-block;
}

#ico-pathology figure img {
    max-width: 50px;
    float: none;
    display: inline-block;
}

h2.elementor-heading-title.elementor-size-default {
    line-height: 2.8rem;
    font-weight: 500;
    padding-bottom: 15px;
}

#home-contact label.gfield_label {
    font-size: .813em !important;
    font-weight: 300 !important;
    letter-spacing: .5pt;
    margin-bottom: 0;
}

#home-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #home-contact textarea {
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    margin: 2px 0 0;
}

#home-contact .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

#home-contact input#gform_submit_button_1 {
    background: #3ab54a;
    color: #fff;
    font-weight: 700;
    padding: 7px 24px;
    border-radius: 15px;
    border: 0;
}

#home-contact .elementor-icon-list-icon i {
    background: #24aae1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    font-size: 19px;
    padding-left: 1px;
}

#home-contact .elementor-icon-list-item:first-child .elementor-icon-list-icon i {
    background: #39b54a;
}

#home-contact .elementor-icon-list-item:first-child span {
    color: #39b54a;
    font-weight: 700;
}

#home-contact #gform_wrapper_1 {
    margin-top: -20px !important;
}

.home-cta {
    background: #c6f1cd;
    padding: 23px 20px 8px;
    color: #39b54a !important;
    font-weight: 700 !important;
    font-size: 22px;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
}

.home-cta a {
    background-color: #39b54a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 17px;
    margin-left: 30px;
    letter-spacing: 0.04em;
	position:absolute;
	margin-top:-20px;
}

.home-cta a:hover {
    background-color: #2d8739;
}

a.btn-secondary{display:none;}

#blog-sidebar h3.widget-title {
    color: #25aae1;
    font-size: 1rem;
    font-weight: 700;
}

#blog-sidebar .widget a {
    color: #333;
    font-size: 0.9rem;
}

#blog-sidebar input#searchsubmit {
    background-color: #25aae1;
    border-color: #25aae1;
}

#blog-sidebar .widget_search {
    margin-bottom: 30px;
}

#blog-sidebar ul {
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 1199px) {
    .home-cta a {
        position: relative;
        display: table;
        margin: 12px 0 0 0;
    }

    .home-cta br, .home-cta br::after {
        content:' ';
    }

    #home-services {
        margin-top: 0 !important;
    }

    #services-floating-graphic {
        left: 0 !important;
    }

    .buttons-section a.elementor-button-link.elementor-button.elementor-size-sm {
        min-height: 58px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    .elementor-nav-menu > li {
        font-size: 14px;
    }

    .elementor-nav-menu > li:not(:last-child) {
        margin-right: 26px !important;
    }
}

@media only screen and (max-width: 1150px) {
    #btn-home-phone {
        width: 100%;
    }

    .elementor-location-footer .elementor-button {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991px) {
    .buttons-section a.elementor-button-link.elementor-button.elementor-size-sm {
        min-height: 75px;
    }

    #header .elementor-inner-column:nth-of-type(1) {
        width: 30%;
    }

    #header .elementor-inner-column:nth-of-type(2) {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    #page-wrapper {
        margin-top: -25px;
    }

    #header .elementor-inner-column:nth-of-type(1) {
        width: 100%;
    }

    #header .elementor-inner-column:nth-of-type(2) {
        width: 100%;
    }

    .elementor-widget-nav-menu {
        top: -50px;
        position: absolute !important;
    }

    .elementor-widget-nav-menu .elementor-menu-toggle {
        top: -30px;
        position: relative;
    }

    .rev-btn {
        min-height: auto !important;
        min-width: 190px !important;
        padding: 8px 5px !important;
    }

    .tparrows {
        display: none;
    }

    #header-buttons .elementor-icon-list-item:nth-child(1) a i {
        left: 10px !important;
    }

    #home-building-img {
        margin: 0px 0 20px 0 !important;
    }

    .elementor-location-footer .elementor-button {
        margin-left: 0px;
    }

    .btn-home-contact {
        width: 100% !important;
    }

    .elementor-posts--skin-classic .elementor-post {
        flex-direction: column;
    }

    .elementor-post__title a {
        margin-top: 10px;
        display: inline-block;
    }

    .buttons-section a.elementor-button-link.elementor-button.elementor-size-sm {
        min-height: auto;
    }

    .elementor-divider {
        padding: 0 !important;
    }

    .h2, h2 {
        font-size: 1.7rem;
        line-height: 130% !important;
    }

    #home-top-heading h2 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 530px) {
    .elementor-widget-nav-menu .elementor-menu-toggle {
        top: -31px;
    }

    .elementor-nav-menu--dropdown {
        top: 35px !important;
    }

    #header-buttons .elementor-icon-list-item {
        margin-bottom: 10px;
    }

    #header-buttons .elementor-icon-list-item:nth-child(3) .elementor-icon-list-text {
        width: 208px;
        text-align: center;
    }
}

@media only screen and (max-width: 350px) {
    #header .elementor-inner-column:nth-of-type(1) {
        width: 80%;
    }
}