/* Widget - Section Title */
.shrub-heart-section-title-wrapper .shrub-heart-section-title-toptext {
    text-transform: uppercase;
    color: #8BC04C;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.shrub-heart-section-title-wrapper .shrub-heart-section-title {
    font-family: "Noto Serif", serif;
    margin: 0;
    font-size: 42px;
    line-height: 42px;
    font-weight: 300;
}
.shrub-heart-section-title-wrapper .shrub-heart-section-title-subtitle {
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
}
.shrub-heart-section-title-wrapper .shrub-heart-section-title-subtitle p {
    margin-top: 0;
}
.shrub-heart-section-title-wrapper .shrub-heart-section-title-subtitle p:last-child {
    margin-bottom: 0;
}
.shrub-heart-section-title-wrapper .shrub-heart-section-title-buttons-wrapper {
    margin-top: 30px;
}
.shrub-heart-section-title-wrapper a.shrub-heart-button-link {
    margin-right: 20px;
}
.shrub-heart-section-title-wrapper a.shrub-heart-button-link:last-child {
    margin-right: 0;
}
/* align - right */
.shrub-heart-section-title-wrapper.shrub-heart-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.shrub-heart-section-title-wrapper.shrub-heart-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.shrub-heart-section-title-wrapper.shrub-heart-section-title-wrapper-white,
.shrub-heart-section-title-wrapper.shrub-heart-section-title-wrapper-white .shrub-heart-section-title-toptext,
.shrub-heart-section-title-wrapper.shrub-heart-section-title-wrapper-white .shrub-heart-section-title,
.shrub-heart-section-title-wrapper.shrub-heart-section-title-wrapper-white .shrub-heart-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.shrub-heart-social-icons-wrapper {
    display: flex;
}
.shrub-heart-social-icons-wrapper .social-item {
    margin-right: 20px;
}
.shrub-heart-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.shrub-heart-social-icons-wrapper .social-item a {
    text-decoration: none;
    color: #4C91C0;
    font-size: 19px;
    line-height: 19px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.shrub-heart-social-icons-wrapper .social-item a:hover {
    color: #8BC04C;
}
/* align - right */
.shrub-heart-social-icons-wrapper.shrub-heart-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.shrub-heart-social-icons-wrapper.shrub-heart-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.shrub-heart-social-icons-wrapper.shrub-heart-social-icons-wrapper-white .social-item a {
    color: #4C91C0;
}
.shrub-heart-social-icons-wrapper.shrub-heart-social-icons-wrapper-white .social-item a:hover {
    color: #8BC04C;
}

/* Widget - Contact Info */
.shrub-heart-contact-info-wrapper {
    display: flex;
    align-items: center;
}
.shrub-heart-contact-info-wrapper .contactinfo-item {
    margin-right: 20px;
}
.shrub-heart-contact-info-wrapper .contactinfo-item:last-child {
    margin-right: 0;
}
.shrub-heart-contact-info-wrapper .contactinfo-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #47423E;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.shrub-heart-contact-info-wrapper .contactinfo-item a i {
    color: #8BC04C;
    font-size: 19px;
    line-height: 19px;
    margin-right: 10px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.shrub-heart-contact-info-wrapper .contactinfo-item a:hover {
    color: #8BC04C;
}
.shrub-heart-contact-info-wrapper .contactinfo-item a:hover i {
    color: #4C91C0;
}
/* align - right */
.shrub-heart-contact-info-wrapper.shrub-heart-contact-info-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.shrub-heart-contact-info-wrapper.shrub-heart-contact-info-wrapper-align-center {
    justify-content: center;
}
/* white */
.shrub-heart-contact-info-wrapper.shrub-heart-contact-info-wrapper-white a {
    color: white;
}
.shrub-heart-contact-info-wrapper.shrub-heart-contact-info-wrapper-white a:hover {
    color: #8BC04C;
}
/* WIDGET - FEATURED BOX */
a.shrub-heart-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 315px;
    overflow: hidden;
    background: black;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 7px #0000008a;
}
a.shrub-heart-featured-box-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.7;
}
a.shrub-heart-featured-box-wrapper .shrub-heart-featured-box-content-wrapper {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 20px;
}
.shrub-heart-featured-box-content-wrapper .shrub-heart-featured-box-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.shrub-heart-featured-box-content-wrapper .shrub-heart-featured-box-subtitle {
    font-size: 13px;
    line-height: 13px;
    margin-top: 20px;
}
.shrub-heart-featured-box-content-wrapper .shrub-heart-featured-box-button {
    margin-top: 20px;
	display: inline-block;
	font-family: "Noto Serif", serif;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 20px;
	text-transform: uppercase;
	background: #4C91C0;
    -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 */
a.shrub-heart-featured-box-wrapper:hover img {
    opacity: 0.9;
}
a.shrub-heart-featured-box-wrapper:hover .shrub-heart-featured-box-content-wrapper .shrub-heart-featured-box-button {
	background: #8BC04C;
}
/* WIDGET - ICON BOX */
a.shrub-heart-icon-box-wrapper {
    display: flex;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: #47423E;
    border-radius: 20px;
    background: white;
    box-shadow: 0 0 7px #0000008a;
}
a.shrub-heart-icon-box-wrapper img.shrub-heart-icon-box-image {
    max-width: 87px;
    margin-right: 20px;
}
a.shrub-heart-icon-box-wrapper .shrub-heart-icon-box-title {
    font-family: "Noto Serif", serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
a.shrub-heart-icon-box-wrapper .shrub-heart-icon-box-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400;
}
a.shrub-heart-icon-box-wrapper:hover .shrub-heart-icon-box-title {
    color: #8BC04C;
}
/* WIDGET - PROJECTS LOOP */
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper a {
    flex-basis: 24%;
    display: flex;
    position: relative;
    border-radius: 20px;
    height: 392px;
    overflow: hidden;
    background: black;
    margin-bottom: 20px;
}
.shrub-heart-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;
}
.shrub-heart-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: 30px;
}
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-toptext {
    color: white;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-title {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    color: white;
    font-size: 24px;
    line-height: 24px;
}
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-button {
    padding: 0;
    height: 0;
    margin-top: 0;
    overflow: hidden;
	display: inline-block;
	font-family: "Noto Serif", serif;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 20px;
	text-transform: uppercase;
	background: #4C91C0;
    -webkit-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    -moz-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    -o-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    -ms-transition: height 0.5s eas, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
}
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper a:hover img {
    opacity: 0.9;
}
.shrub-heart-projects-loop-wrapper .archive-posts-wrapper a:hover header.entry-header .shrub-heart-projects-item-button {
    height: 36px;
    padding: 10px 40px;
    margin-top: 20px;
    background: #8BC04C;
}
/* WIDGET - POSTS SLIDER */
a.shrub-heart-posts-slider-entry-wrapper {
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0px 0px 10px #00000047;
    background: white;
    min-height: 420px;
    margin: 10px 20px;
    text-decoration: none;
    text-align: center;
}
a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    height: 155px;
}
a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-contentbox {
    padding: 20px;
}
a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-title {
    margin-bottom: 10px;
    font-family: "Noto Serif", serif;
    color: #47423E;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-content {
    margin-bottom: 20px;
    color: #47423E;
    font-size: 14px;
    line-height: 20px;
}
a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-button {
	display: inline-block;
	font-family: "Noto Serif", serif;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 20px;
	text-transform: uppercase;
	background: #4C91C0;
    -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;
}
/* Widget - Posts Slider - Hover */
a.shrub-heart-posts-slider-entry-wrapper:hover .shrub-heart-posts-slider-entry-title {
    color: #8BC04C;
}
a.shrub-heart-posts-slider-entry-wrapper:hover .shrub-heart-posts-slider-entry-button {
	background: #8BC04C;
	cursor: pointer;
}
/* Widget - Posts Slider - Arrows */
.shrub-heart-posts-slider-wrapper .shrub-heart-posts-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.shrub-heart-posts-slider-wrapper .shrub-heart-posts-slider-arrow i {
    color: #adadad;
    font-size: 30px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.shrub-heart-posts-slider-wrapper .shrub-heart-posts-slider-arrow:hover i {
    cursor: pointer;
    color: #BFC6C7;
}
.shrub-heart-posts-slider-wrapper .shrub-heart-posts-slider-arrow.shrub-heart-posts-slider-arrow-left {
    opacity: 0;
    left: -20px;
}
.shrub-heart-posts-slider-wrapper .shrub-heart-posts-slider-arrow.shrub-heart-posts-slider-arrow-right {
    opacity: 0;
    right: -20px;
}
.shrub-heart-posts-slider-wrapper:hover .shrub-heart-posts-slider-arrow.shrub-heart-posts-slider-arrow-left,
.shrub-heart-posts-slider-wrapper:hover .shrub-heart-posts-slider-arrow.shrub-heart-posts-slider-arrow-right {
    opacity: 1;
}
/* WIDGET - POSTS LOOP */
.shrub-heart-posts-loop-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.shrub-heart-posts-loop-wrapper a.shrub-heart-posts-slider-entry-wrapper {
    flex-basis: 48%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 20px;
}
.shrub-heart-posts-loop-wrapper a.shrub-heart-posts-slider-entry-wrapper:nth-child(2n+2) {
    margin-right: 0;
}
/* WIDGET - TICK BOX */
.shrub-heart-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.shrub-heart-tick-box-wrapper .shrub-heart-tick-box-icon {
    margin-right: 15px;
}
.shrub-heart-tick-box-wrapper .shrub-heart-tick-box-icon i {
    font-size: 45px;
    line-height: 45px;
    color: #4C91C0;
}
.shrub-heart-tick-box-wrapper .shrub-heart-tick-box-title {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}
.shrub-heart-tick-box-wrapper .shrub-heart-tick-box-subtitle {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
/* Widget - Tick Box - White */
.shrub-heart-tick-box-wrapper.shrub-heart-tick-box-wrapper-white .shrub-heart-tick-box-icon i,
.shrub-heart-tick-box-wrapper.shrub-heart-tick-box-wrapper-white .shrub-heart-tick-box-title,
.shrub-heart-tick-box-wrapper.shrub-heart-tick-box-wrapper-white .shrub-heart-tick-box-subtitle {
    color: white;
}
/* WIDGET - IMAGE BOX */
.shrub-heart-image-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 363px;
    overflow: hidden;
    background: black;
    width: 100%;
    border-radius: 20px;
}
.shrub-heart-image-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* WIDGET - TESTIMONIAL SLIDER */
.bdtestimonials-sliderwidget .flexslider .slides {
    padding: 0 60px;
}
.bdtestimonials-sliderwidget .bdtestimonials-maintext {
    font-size: 20px !important;
    line-height: 29px !important;
    font-style: italic !important;
    color: #47423E !important;
    font-weight: 300 !important;
    text-align: center !important;
}
.bdtestimonials-sliderwidget .bdtestimonials-author {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    color: #8BC04D;
    letter-spacing: 0;
    text-transform: none;
}
.bdtestimonials-sliderwidget .flex-direction-nav a {
    height: 60px;
    color: #8BC04C;
}
.bdtestimonials-sliderwidget .flex-direction-nav a:before {
    color: #8BC04C;
    text-shadow: none;
}
.bdtestimonials-sliderwidget .flex-control-paging li a {
    background: #a2a2a2;
}
.bdtestimonials-sliderwidget .flex-control-paging li a.flex-active {
    background: #8BC04C;
}
.bdtestimonials-sliderwidget .flex-control-paging li a:hover {
    background: #8BC04C;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .shrub-heart-section-title-wrapper {
        text-align: center !important;
    }
    .shrub-heart-section-title-wrapper .shrub-heart-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    .shrub-heart-section-title-wrapper a.shrub-heart-button-link {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .shrub-heart-section-title-wrapper a.shrub-heart-button-link:last-child {
        margin-right: 0;
    }
    /* Widget - Social Icons */
    .shrub-heart-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .shrub-heart-contact-info-wrapper {
        text-align: center !important;
        flex-direction: column;
        align-items: center;
    }
    .shrub-heart-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* WIDGET - POSTS SLIDER */
    a.shrub-heart-posts-slider-entry-wrapper {
        margin: 10px 10px;
        min-height: 375px;
    }
    a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-image {
        height: 150px;
    }
    a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-title {
        font-size: 17px;
        line-height: 17px;
    }
    a.shrub-heart-posts-slider-entry-wrapper .shrub-heart-posts-slider-entry-content {
        font-size: 14px;
        line-height: 18px;
    }
    /* WIDGET - PROJECTS LOOP */
    .shrub-heart-projects-loop-wrapper .archive-posts-wrapper {
        flex-direction: column;
    }
    .shrub-heart-projects-loop-wrapper .archive-posts-wrapper a {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .shrub-heart-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-title {
        font-size: 20px;
        line-height: 23px;
	}
    /* WIDGET - POSTS LOOP */
    .shrub-heart-posts-loop-wrapper a.shrub-heart-posts-slider-entry-wrapper {
        flex-basis: 100%;
        margin: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    /* WIDGET - TICK BOX */
    .shrub-heart-tick-box-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .shrub-heart-tick-box-wrapper .shrub-heart-tick-box-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    /* WIDGET - ICON BOX */
    a.shrub-heart-icon-box-wrapper {
        flex-direction: column;
        text-align: center;
    }
    a.shrub-heart-icon-box-wrapper img.shrub-heart-icon-box-image {
        margin-bottom: 20px;
    }
    a.shrub-heart-icon-box-wrapper .shrub-heart-icon-box-title {
        font-size: 22px;
        line-height: 22px;
    }
    /* WIDGET - TESTIMONIAL SLIDER */
    .bdtestimonials-sliderwidget .flexslider .slides {
        padding: 0 30px;
    }
    .bdtestimonials-sliderwidget .bdtestimonials-maintext {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}
