/* LG CSS Library v0.5.4 */

/* Flatsome Checkmark Colour */
body ul li.bullet-checkmark::before,
body ul li.bullet-arrow::before,
body ul li.bullet-star::before {
    color: #212121 !important;
}

/* Menu UpperCase */
.nav-uppercase > li > a {
    text-transform: uppercase !important;
}

/* Nav Underline */
/* Navigation underline - grow left to right */
.nav-line-bottom > li > a:before {
    height: 1px !important;
    left: 0 !important;
    right: auto !important;
    width: 0 !important;
    transform: none !important;
    transition: width 0.35s ease !important;
}

/* Grow underline on hover */
.nav-line-bottom > li:hover > a:before {
    width: 100% !important;
}

/* Keep underline visible on active page */
.nav-line-bottom > li.active > a:before,
.nav-line-bottom > li.current-menu-item > a:before,
.nav-line-bottom > li.current_page_item > a:before {
    width: 100% !important;
}

/* Button Outline */
.button.outline {
    border-width: 1px !important;
}

@scope (.outline) {
/* Thinner outline buttons */
.button.outline {
    border-width: 1px !important;
}
}

/* section outline */
section.thin {
    position: relative;
}

section.thin::before,
section.thin::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
}

section.thin::before {
    top: 0;
}

section.thin::after {
    bottom: 0;
}

@scope (.thin) {
section.thin {
    position: relative;
}

section.thin::before,
section.thin::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
}

section.thin::before {
    top: 0;
}

section.thin::after {
    bottom: 0;
}
}

/* Table */
.table .project-list {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.table .project-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 22px 25px 22px 30px;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(160,160,160,0.22);
    border-radius: 0;
    transition: all 0.25s ease;
}

.table .project-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #a0a0a0;
}

.table .project-item:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(160,160,160,0.45);
}

.table .project-item h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

.table .project-item h3 span {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
}

.table .project-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table .project-item li {
    position: relative;
    margin: 7px 0;
    padding-left: 25px;
    color: #a0a0a0;
    font-size: 15px;
    line-height: 1.55;
}

.table .project-item li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #a0a0a0;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 549px) {

    .table .project-item {
        padding: 18px 18px 18px 24px;
        margin-bottom: 10px;
    }

    .table .project-item h3 {
        font-size: 16px;
    }

    .table .project-item h3 span {
        display: block;
        margin-top: 3px;
        font-size: 12px;
    }

    .table .project-item li {
        padding-left: 22px;
        font-size: 14px;
    }
}

@scope (.table) {
.project-list {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.project-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 22px 25px 22px 30px;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(160,160,160,0.22);
    border-radius: 0;
    transition: all 0.25s ease;
}

.project-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #a0a0a0;
}

.project-item:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(160,160,160,0.45);
}

.project-item h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

.project-item h3 span {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
}

.project-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-item li {
    position: relative;
    margin: 7px 0;
    padding-left: 25px;
    color: #a0a0a0;
    font-size: 15px;
    line-height: 1.55;
}

.project-item li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #a0a0a0;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 549px) {

    .project-item {
        padding: 18px 18px 18px 24px;
        margin-bottom: 10px;
    }

    .project-item h3 {
        font-size: 16px;
    }

    .project-item h3 span {
        display: block;
        margin-top: 3px;
        font-size: 12px;
    }

    .project-item li {
        padding-left: 22px;
        font-size: 14px;
    }
}
}

/* Formcraft fields outline */
.formcraft .fc-form .field-cover input,
.formcraft .fc-form .field-cover textarea,
.formcraft .fc-form .field-cover select {
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: none !important;
}


.formcraft .fc-form .field-cover input:focus,
.formcraft .fc-form .field-cover textarea:focus,
.formcraft .fc-form .field-cover select:focus {
    border-width: 1px !important;
}

@scope (.formcraft) {
/* FormCraft - thin field outlines */
.fc-form .field-cover input,
.fc-form .field-cover textarea,
.fc-form .field-cover select {
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: none !important;
}

/* Focus state */
.fc-form .field-cover input:focus,
.fc-form .field-cover textarea:focus,
.fc-form .field-cover select:focus {
    border-width: 1px !important;
}
}
