/* Widget - Section Title */
.do-electric-section-title-wrapper .do-electric-section-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 300;
}
.do-electric-section-title-wrapper .do-electric-section-title-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
/* align - right */
.do-electric-section-title-wrapper.do-electric-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.do-electric-section-title-wrapper.do-electric-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.do-electric-section-title-wrapper.do-electric-section-title-wrapper-white,
.do-electric-section-title-wrapper.do-electric-section-title-wrapper-white .do-electric-section-title,
.do-electric-section-title-wrapper.do-electric-section-title-wrapper-white .do-electric-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.do-electric-social-icons-wrapper {
    display: flex;
}
.do-electric-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.do-electric-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.do-electric-social-icons-wrapper .social-item a {
    font-size: 26px;
    line-height: 26px;
}
/* align - right */
.do-electric-social-icons-wrapper.do-electric-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.do-electric-social-icons-wrapper.do-electric-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.do-electric-social-icons-wrapper.do-electric-social-icons-wrapper-white .social-item a {
    color: white;
}
.do-electric-social-icons-wrapper.do-electric-social-icons-wrapper-white .social-item a:hover {
    color: #000;
}

/* Widget - Contact Info */
.do-electric-contact-info-wrapper .contactinfo-item {
    margin-bottom: 10px;
}
.do-electric-contact-info-wrapper .contactinfo-item a {
    display: flex;
    align-items: center;
}
.do-electric-contact-info-wrapper .contactinfo-item a i.fas, .do-electric-contact-info-wrapper .contactinfo-item a i.far {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}
/* align - right */
.do-electric-contact-info-wrapper.do-electric-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.do-electric-contact-info-wrapper.do-electric-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.do-electric-contact-info-wrapper.do-electric-contact-info-wrapper-white a {
    color: white;
}
.do-electric-contact-info-wrapper.do-electric-contact-info-wrapper-white a:hover {
    color: #000;
}
/* WIDGET - FEATURED BOX */
.do-electric-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 298px;
    overflow: hidden;
    width: 100%;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper {
    background: black;
    width: 100%;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 0.5;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper .do-electric-featured-box-text-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center !important;
    width: 100%;
    padding: 40px;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper .do-electric-featured-box-text-title {
    color: white;
    font-size: 46px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper .do-electric-featured-box-text-subtitle {
    color: white;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 30px;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper .do-electric-featured-box-button {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #8CC63F;
    border-radius: 5px;
    padding: 9px 45px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
/* hover */
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper:hover img {
    max-width: 110%;
    width: 110%;
    transform: translate(-5%);
    opacity: 0.9;
}
.do-electric-featured-box-wrapper a.do-electric-featured-box-link-wrapper:hover .do-electric-featured-box-button {
    background: #659B1C;
}
/* WIDGET - IMAGE BOX */
.do-electric-image-box-wrapper {
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    max-height: 400px;
    height: 400px;
    max-width: 400px;
    border-radius: 400px;
    box-shadow: 0 0 12px #000000b3;
    margin: 0 auto;
}
.do-electric-image-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* WIDGET - TICK BOX */
.do-electric-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.do-electric-tick-box-wrapper .do-electric-tick-box-tick {
    display: flex;
    align-items: center;
}
.do-electric-tick-box-wrapper .do-electric-tick-box-tick i {
    font-size: 40px;
    line-height: 40px;
    color: #8CC63F;
    margin-right: 20px;
}
.do-electric-tick-box-wrapper .do-electric-tick-box-text {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .do-electric-section-title-wrapper {
        text-align: center !important;
    }
    .do-electric-section-title-wrapper .do-electric-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .do-electric-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .do-electric-contact-info-wrapper {
        text-align: center !important;
    }
    .do-electric-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* WIDGET - TICK BOX */
    .do-electric-tick-box-wrapper .do-electric-tick-box-tick i {
        font-size: 26px;
        line-height: 26px;
        margin-right: 10px;
    }
    .do-electric-tick-box-wrapper .do-electric-tick-box-text {
        font-size: 24px;
        line-height: 24px;
    }
}
