.scroll-to-top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
}

.uk-thumbnail {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

a.uk-thumbnail:focus, a.uk-thumbnail:hover {
    border-color: #aaa;
    background-color: #fff;
    text-decoration: none;
    outline: 0;
}

.ef-thumb-media {
    position: relative;
    overflow: hidden;
}

.ef-thumb-bg {
    position: absolute;
    inset: 0;
    transition: transform .45s ease;
    will-change: transform;
}

.ef-thumb:hover .ef-thumb-bg {
    transform: scale(1.08);
}

.uk-card-default {
    background-color: rgba(255, 255, 255, 0.8);
}

.ef-section-header-block {
    background-repeat: no-repeat;
    background-position: center;
}

.uk-text-justify > p {
    text-indent: 20px;
}

/*header*/
.ef-section-header-logo-title {
    font-size: 2.3rem;
    font-weight: bold;
}

.ef-section-header-logo-sub-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.ef-section-header-logo-text {
    margin-top: -5px;
    margin-left: 5px;
    font-size: 1.1rem;
}

.ef-section-header-phone-callback {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
}

.ef-section-header-phone a {
    display: inline-block;
    font-size: 1.4rem;
}

.ef-section-header-callback-button {
    width: 100%;
}

/*navbar*/
.uk-navbar-container .ef-navbar-a {
    min-height: 60px;
}

.ef-navbar-more-dropdown {
    padding: 0px;
}

.ef-navbar-more-dropdown .ef-navbar-a {
    min-height: auto;
}

/*slider*/
.ef-section-slider,
.ef-section-slider-slideshow-items {
    max-height: 600px;
}

.ef-section-slider-content {
    color: #ffffff;
    text-shadow: rgb(0, 0, 0) 0 0 14px;
    font-size: 1.5rem;
}

.ef-section-slider h2 {
    margin: 30px 0;
    font-size: 3.5rem;
    line-height: 4rem;
}

.ef-section-slider h3 {
    font-size: 2.5rem;
    margin-top: 0;
}

.ef-section-slider-content ul {
    font-size: 1.5rem;
}

.ef-section-slider-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ef-section-slider-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
}

.ef-section-slider-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #32d296;
    font-weight: bold;
}


.ef-section-building-tab > * > a {
    padding: 10px 15px;
    border: 1px solid transparent;
}

.ef-section-projects-subnav > * > :first-child {
    padding: 5px 15px;
}

/*find-cost*/
.ef-section-find-cost {
    box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.3) inset;
}

.ef-section-find-cost h3,
.ef-section-find-cost h4 {
    background-color: #ffff;
    padding: 5px 10px;
}


/*work*/
.ef-section-work .uk-background-default {
    background-color: rgba(255, 255, 255, 0.8);
}


.ef-section-work .uk-panel {
    padding: 10px;
}

.ef-section-work-materials {
    border-bottom: 1px solid;
}

.ef-section-materials,
.ef-section-stages,
.ef-section-reviews {
    box-shadow: 0 0 0 500px rgba(255, 255, 255, 0.8) inset;
}

.ef-section-footer {
    border-top: 1px solid;
}
