/* Widget - Section Title */
.clean-landscape-section-title-wrapper .clean-landscape-section-title {
    font-size: 52px;
    line-height: 56px;
    color: #808080;
    margin-bottom: 20px;
    font-weight: 100;
    margin-top: 0;
}
.clean-landscape-section-title-wrapper .clean-landscape-section-title-subtitle {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}
/* align - right */
.clean-landscape-section-title-wrapper.clean-landscape-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.clean-landscape-section-title-wrapper.clean-landscape-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.clean-landscape-section-title-wrapper.clean-landscape-section-title-wrapper-white,
.clean-landscape-section-title-wrapper.clean-landscape-section-title-wrapper-white .clean-landscape-section-title {
    color: #fff;
}

/* Widget - Social Icons */
.clean-landscape-social-icons-wrapper {
    display: flex;
}
.clean-landscape-social-icons-wrapper .social-item {
    margin-right: 15px;
}
.clean-landscape-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.clean-landscape-social-icons-wrapper .social-item a {
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    -webkit-transition: color .3s ease, padding .3s ease;
    -moz-transition: color .3s ease, padding .3s ease;
    -o-transition: color .3s ease, padding .3s ease;
    -ms-transition: color .3s ease, padding .3s ease;
    transition: color .3s ease, padding .3s ease;
}
.clean-landscape-social-icons-wrapper.clean-landscape-social-icons-smaller .social-item a {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    -webkit-transition: color .3s ease, padding .3s ease;
    -moz-transition: color .3s ease, padding .3s ease;
    -o-transition: color .3s ease, padding .3s ease;
    -ms-transition: color .3s ease, padding .3s ease;
    transition: color .3s ease, padding .3s ease;
}
.clean-landscape-social-icons-wrapper .social-item a:hover {
    color: #1BA23E;
}
/* align - right */
.clean-landscape-social-icons-wrapper.clean-landscape-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.clean-landscape-social-icons-wrapper.clean-landscape-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.clean-landscape-social-icons-wrapper.clean-landscape-social-icons-wrapper-white .social-item a {
    color: #89bd24;
}
.clean-landscape-social-icons-wrapper.clean-landscape-social-icons-wrapper-white .social-item a:hover {
    color: #1BA23E;
}

/* Widget - Link Button */
.clean-landscape-link-button-wrapper a.clean-landscape-button-link {
    display: inline-block;
}
/* align - right */
.clean-landscape-link-button-wrapper.clean-landscape-link-button-wrapper-align-right {
    text-align: right;
}
/* align - center */
.clean-landscape-link-button-wrapper.clean-landscape-link-button-wrapper-align-center {
    text-align: center;
}
/* white */
.clean-landscape-link-button-wrapper.clean-landscape-link-button-wrapper-white,
.clean-landscape-link-button-wrapper.clean-landscape-link-button-wrapper-white .clean-landscape-link-button {
    color: #fff;
}

/* Widget - Contact Info */
.clean-landscape-contact-info-wrapper .contactinfo-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.clean-landscape-contact-info-wrapper a.contactinfo-item {
    text-decoration: none;
    -webkit-transition: color .3s ease, padding .3s ease;
    -moz-transition: color .3s ease, padding .3s ease;
    -o-transition: color .3s ease, padding .3s ease;
    -ms-transition: color .3s ease, padding .3s ease;
    transition: color .3s ease, padding .3s ease;
}
.clean-landscape-contact-info-wrapper .contactinfo-item i {
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
    flex-basis: 35px;
}
.clean-landscape-contact-info-wrapper .contactinfo-item .contactinfo-item-text {
    font-size: 22px;
    line-height: 26px;
    -webkit-transition: color .3s ease, padding .3s ease;
    -moz-transition: color .3s ease, padding .3s ease;
    -o-transition: color .3s ease, padding .3s ease;
    -ms-transition: color .3s ease, padding .3s ease;
    transition: color .3s ease, padding .3s ease;
}
/* align - right */
.clean-landscape-contact-info-wrapper.clean-landscape-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.clean-landscape-contact-info-wrapper.clean-landscape-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.clean-landscape-contact-info-wrapper.clean-landscape-contact-info-wrapper-white .contactinfo-item {
    color: #89bd24;
}
.clean-landscape-contact-info-wrapper.clean-landscape-contact-info-wrapper-white .contactinfo-item .contactinfo-item-text {
    color: #ffffff;
}
.clean-landscape-contact-info-wrapper.clean-landscape-contact-info-wrapper-white a.contactinfo-item:hover,
.clean-landscape-contact-info-wrapper.clean-landscape-contact-info-wrapper-white a.contactinfo-item:hover .contactinfo-item-text {
    color: #1BA23E;
}
/* WIDGET - FEATURED BOX */
.clean-landscape-featured-box-wrapper {
    display: block;
    width: 100%;
}
.clean-landscape-featured-box-wrapper a.clean-landscape-featured-box-link-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 232px;
    width: 100%;
    overflow: hidden;
    background: black
}
.clean-landscape-featured-box-wrapper a.clean-landscape-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, height 0.5s ease, max-height 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease, height 0.5s ease, max-height 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease, height 0.5s ease, max-height 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease, height 0.5s ease, max-height 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease, height 0.5s ease, max-height 0.5s ease;
    opacity: 0.66;
}
.clean-landscape-featured-box-wrapper a.clean-landscape-featured-box-link-wrapper .clean-landscape-featured-box-title {
    position: absolute;
    bottom: 30px;
    text-align: center !important;
    width: 100%;
    color: white;
    font-size: 27px;
    line-height: 32px;
}
/* hover */
.clean-landscape-featured-box-wrapper a.clean-landscape-featured-box-link-wrapper:hover img {
    max-width: 110%;
    width: 110%;
    max-height: 110%;
    height: 110%;
    opacity: 0.9;
}
/* WIDGET - PROJECTS LOOP */
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper a {
    flex-basis: 50%;
    display: flex;
    position: relative;
    height: 300px;
    overflow: hidden;
    background: black;
}
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper a img {
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
}
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper a header.entry-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 20px 60px;
}
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .clean-landscape-projects-item-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 100;
    color: #fff;
}
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .clean-landscape-projects-item-button {
    padding: 0;
    height: 0;
    overflow: hidden;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: height 0.5s ease, padding 0.5s ease;
    -moz-transition: height 0.5s ease, padding 0.5s ease;
    -o-transition: height 0.5s ease, padding 0.5s ease;
    -ms-transition: height 0.5s eas, padding 0.5s ease;
    transition: height 0.5s ease, padding 0.5s ease;
}
.clean-landscape-projects-loop-wrapper .archive-posts-wrapper a:hover header.entry-header .clean-landscape-projects-item-button {
    height: 20px;
    padding: 30px 0;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .clean-landscape-section-title-wrapper {
        text-align: center !important;
    }
    .clean-landscape-section-title-wrapper .clean-landscape-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .clean-landscape-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .clean-landscape-contact-info-wrapper {
        text-align: center !important;
    }
    .clean-landscape-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* WIDGET - PROJECTS LOOP */
    .clean-landscape-projects-loop-wrapper .archive-posts-wrapper {
        flex-direction: column;
    }
    .clean-landscape-projects-loop-wrapper .archive-posts-wrapper a {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .clean-landscape-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .clean-landscape-projects-item-title {
		font-size: 25px;
    	line-height: 30px;
	}
}
