/* Widget - Section Title */
.premium-field-section-title-wrapper .premium-field-section-title-toptext {
    color: #3D9C00;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.premium-field-section-title-wrapper .premium-field-section-title {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
}
.premium-field-section-title-wrapper .premium-field-section-title-divider {
    width: 214px;
    height: 8px;
    background: #3D9C00;
    margin-top: 30px;
}
.premium-field-section-title-wrapper .premium-field-section-title-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
}
.premium-field-section-title-wrapper .premium-field-section-title-subtitle p {
    margin-top: 0;
}
.premium-field-section-title-wrapper .premium-field-section-title-subtitle p:last-child {
    margin-bottom: 0;
}
.premium-field-section-title-wrapper .premium-field-section-title-subtitle strong {
    font-weight: 600;
}
.premium-field-section-title-wrapper a.premium-field-button-link {
    margin-top: 30px;
}
/* align - right */
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-align-right {
    text-align: right;
}
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-align-right .premium-field-section-title-divider {
    margin-left: auto;
}
/* align - center */
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-align-center {
    text-align: center;
}
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-align-center .premium-field-section-title-divider {
    margin: 30px auto 0 auto;
}
/* white */
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-white,
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-white .premium-field-section-title-toptext,
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-white .premium-field-section-title,
.premium-field-section-title-wrapper.premium-field-section-title-wrapper-white .premium-field-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.premium-field-social-icons-wrapper {
    display: flex;
}
.premium-field-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.premium-field-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.premium-field-social-icons-wrapper .social-item a {
    color: #3D9C00;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.premium-field-social-icons-wrapper .social-item a:hover {
    color: #307B00;
}
/* align - right */
.premium-field-social-icons-wrapper.premium-field-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.premium-field-social-icons-wrapper.premium-field-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.premium-field-social-icons-wrapper.premium-field-social-icons-wrapper-white .social-item a {
    color: white;
}
.premium-field-social-icons-wrapper.premium-field-social-icons-wrapper-white .social-item a:hover {
    color: #EBEBEB;
}

/* Widget - Contact Info */
.premium-field-contact-info-wrapper {
    display: flex;
    justify-content: flex-start;
}
.premium-field-contact-info-wrapper .contactinfo-item {
    margin-right: 20px;
}
.premium-field-contact-info-wrapper .contactinfo-item:last-child {
    margin-right: 0;
}
.premium-field-contact-info-wrapper .contactinfo-item a {
    display: flex;
    align-items: center;
    color: #272B2C;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    -o-transition: color .3s ease, background .3s ease;
    -ms-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}
.premium-field-contact-info-wrapper .contactinfo-item a:hover {
    color: #3D9C00;
}
.premium-field-contact-info-wrapper .contactinfo-item a i {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    color: #3D9C00;
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    -o-transition: color .3s ease, background .3s ease;
    -ms-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}
.premium-field-contact-info-wrapper .contactinfo-item a:hover i {
    color: #307B00;
}
/* align - right */
.premium-field-contact-info-wrapper.premium-field-contact-info-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.premium-field-contact-info-wrapper.premium-field-contact-info-wrapper-align-center {
    justify-content: center;
}
/* white */
.premium-field-contact-info-wrapper.premium-field-contact-info-wrapper-white a {
    color: white;
}
.premium-field-contact-info-wrapper.premium-field-contact-info-wrapper-white a:hover {
    color: #000;
}
/* WIDGET - FEATURED BOX */
.premium-field-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 238px;
    overflow: hidden;
    width: 100%;
}
a.premium-field-featured-box-wrapper {
    background: black;
    width: 100%;
}
a.premium-field-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.8;
}
a.premium-field-featured-box-wrapper .premium-field-featured-box-title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    max-width: 260px;
    background: #307B00;
    text-align: right !important;
    color: white;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}
/* hover */
a.premium-field-featured-box-wrapper:hover img {
    opacity: 1;
}
/* WIDGET - TESTIMONIAL SLIDER */
.bdtestimonials-sliderwidget .flexslider .slides {
    padding: 0 60px;
}
span.bdtestimonials-maintext-quote {
    font-family: Garamond, serif;
    font-size: 64px;
    line-height: 0px;
    position: absolute;
}
span.bdtestimonials-maintext-quote.bdtestimonials-maintext-quote-start {
    top: 0;
    left: 0;
}
span.bdtestimonials-maintext-quote.bdtestimonials-maintext-quote-end {
    bottom: 10px;
    right: 0;
}
.bdtestimonials-sliderwidget .bdtestimonials-maintext {
    text-align: center;
    color: white !important;
    font-size: 21px !important;
    line-height: 27px !important;
    font-weight: 300 !important;
    font-style: italic !important;
}
.bdtestimonials-sliderwidget .bdtestimonials-maintext p {
    margin-top: 0;
}
.bdtestimonials-sliderwidget .bdtestimonials-maintext p:last-of-type {
    margin-bottom: 0;
}
.bdtestimonials-sliderwidget .bdtestimonials-author {
    text-align: center !important;
    color: white !important;
    text-transform: none !important;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    margin-top: 15px;
}
.bdtestimonials-sliderwidget .flex-direction-nav a {
    color: #FFF;
}
.bdtestimonials-sliderwidget .flex-direction-nav a:before {
    color: #FFF;
}
.bdtestimonials-sliderwidget .flex-control-paging li a.flex-active {
    background: #FFF;
}
.bdtestimonials-sliderwidget .flex-control-paging li a:hover {
    background: #FFF;
}
/* WIDGET - PROJECTS LOOP */
.premium-field-projects-loop-wrapper .archive-posts-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a {
    flex-basis: 30%;
    display: flex;
    position: relative;
    border-radius: 0;
    height: 407px;
    overflow: hidden;
    background: black;
    margin-bottom: 20px;
}
.premium-field-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;
}
.premium-field-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;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .premium-field-projects-item-toptext {
    color: white;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .premium-field-projects-item-title {
    font-weight: 800;
    color: white;
    font-size: 22px;
    line-height: 26px;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .premium-field-projects-item-button {
    padding: 0;
    height: 0;
    margin-top: 0;
    overflow: hidden;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	background: #3D9C00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79F8D3", endColorstr="#63A6DB", GradientType=0);
    -webkit-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
    -moz-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
    -o-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
    -ms-transition: height 0.5s eas, padding 0.5s ease, margin 0.5s ease;
    transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .premium-field-projects-item-button i.fa-circle-chevron-right {
	font-size: 16px;
	line-height: 16px;
	margin-left: 10px;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a:hover img {
    opacity: 0.9;
}
.premium-field-projects-loop-wrapper .archive-posts-wrapper a:hover header.entry-header .premium-field-projects-item-button {
    height: 42px;
    padding: 12px 25px;
    margin-top: 20px;
}
/* WIDGET - IMAGE BOX */
.premium-field-image-box-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 380px;
    width: 100%;
}
.premium-field-image-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* image box - sizes */
.premium-field-image-box-wrapper.premium-field-image-box-wrapper-size-large {
    height: 650px;
}
/* WIDGET - TICK BOX */
.premium-field-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.premium-field-tick-box-wrapper .premium-field-tick-box-icon {
    margin-right: 20px;
}
.premium-field-tick-box-wrapper .premium-field-tick-box-icon i {
    font-size: 45px;
    line-height: 45px;
    color: #3D9C00;
}
.premium-field-tick-box-wrapper .premium-field-tick-box-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
}
.premium-field-tick-box-wrapper .premium-field-tick-box-subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
}
.premium-field-tick-box-wrapper .premium-field-tick-box-subtitle p {
    margin-top: 0;
}
.premium-field-tick-box-wrapper .premium-field-tick-box-subtitle p:last-child {
    margin-bottom: 0;
}
/* Widget - Tick Box - White */
.premium-field-tick-box-wrapper.premium-field-tick-box-wrapper-white .premium-field-tick-box-icon i,
.premium-field-tick-box-wrapper.premium-field-tick-box-wrapper-white .premium-field-tick-box-title,
.premium-field-tick-box-wrapper.premium-field-tick-box-wrapper-white .premium-field-tick-box-subtitle {
    color: white;
}

/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .premium-field-section-title-wrapper {
        text-align: center !important;
    }
    .premium-field-section-title-wrapper .premium-field-section-title-toptext {
        font-size: 14px;
        line-height: 16px;
    }
    .premium-field-section-title-wrapper .premium-field-section-title {
        font-size: 30px;
        line-height: 33px;
    }
    .premium-field-section-title-wrapper .premium-field-section-title-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .premium-field-section-title-wrapper .premium-field-section-title-divider {
        margin: 30px auto 0 auto;
    }
    /* Widget - Social Icons */
    .premium-field-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .premium-field-contact-info-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .premium-field-contact-info-wrapper .contactinfo-item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .premium-field-contact-info-wrapper .contactinfo-item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    /* WIDGET - PROJECTS LOOP */
    .premium-field-projects-loop-wrapper .archive-posts-wrapper {
        flex-direction: column;
    }
    .premium-field-projects-loop-wrapper .archive-posts-wrapper a {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .premium-field-projects-loop-wrapper .archive-posts-wrapper a header.entry-header .premium-field-projects-item-title {
        font-size: 20px;
        line-height: 23px;
	}
    /* WIDGET - TESTIMONIAL SLIDER */
    .bdtestimonials-sliderwidget .flexslider .slides {
        padding: 0;
    }
    .bdtestimonials-sliderwidget .bdtestimonials-maintext {
        font-size: 15px !important;
        line-height: 23px !important;
    }
    .bdtestimonials-sliderwidget .bdtestimonials-author {
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .flex-direction-nav {
        opacity: 0;
    }
    span.bdtestimonials-maintext-quote {
        display: none;
    }
    /* WIDGET - IMAGE BOX */
    .premium-field-image-box-wrapper {
        height: 280px;
    }
    /* image box - sizes */
    .premium-field-image-box-wrapper.premium-field-image-box-wrapper-size-large {
        height: 480px;
    }
    /* WIDGET - TICK BOX */
    .premium-field-tick-box-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .premium-field-tick-box-wrapper .premium-field-tick-box-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
