/* Widget - Section Title */
.flow-heat-section-title-wrapper .flow-heat-section-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 30px;
}
.flow-heat-section-title-wrapper .flow-heat-section-title-subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
}
/* align - right */
.flow-heat-section-title-wrapper.flow-heat-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.flow-heat-section-title-wrapper.flow-heat-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.flow-heat-section-title-wrapper.flow-heat-section-title-wrapper-white,
.flow-heat-section-title-wrapper.flow-heat-section-title-wrapper-white .flow-heat-section-title,
.flow-heat-section-title-wrapper.flow-heat-section-title-wrapper-white .flow-heat-section-title-subtitle {
    color: #fff;
}

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

/* Widget - Contact Info */
.flow-heat-contact-info-wrapper {
    display: flex;
}
.flow-heat-contact-info-wrapper .contactinfo-item {
    margin-right: 25px;
}
.flow-heat-contact-info-wrapper .contactinfo-item:last-child {
    margin-right: 0;
}
.flow-heat-contact-info-wrapper .contactinfo-item a {
    text-decoration: none;
    color: #283890;
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.flow-heat-contact-info-wrapper .contactinfo-item a i.fas, .flow-heat-contact-info-wrapper .contactinfo-item a i.far {
    font-size: 22px;
    line-height: 22px;
    margin-right: 10px;
}
.flow-heat-contact-info-wrapper .contactinfo-item a:hover {
    color: #231F20;
}
/* align - right */
.flow-heat-contact-info-wrapper.flow-heat-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.flow-heat-contact-info-wrapper.flow-heat-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.flow-heat-contact-info-wrapper.flow-heat-contact-info-wrapper-white a {
    color: white;
}
.flow-heat-contact-info-wrapper.flow-heat-contact-info-wrapper-white a:hover {
    color: #283890;
}
/* WIDGET - FEATURED BOX */
.flow-heat-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 311px;
    overflow: hidden;
    width: 100%;
}
.flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper {
    background: black;
    width: 100%;
}
.flow-heat-featured-box-wrapper a.flow-heat-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.7;
}
.flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper .flow-heat-featured-box-content {
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
}
.flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper .flow-heat-featured-box-content .flow-heat-featured-box-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: white;
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 20px;
}
.flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper .flow-heat-featured-box-content .flow-heat-featured-box-button {
    display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #283890;
	background: #FFFFFF;
	border-radius: 0;
	padding: 10px 45px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
    -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;
}
.flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper:hover .flow-heat-featured-box-content .flow-heat-featured-box-button {
	color: #FFFFFF;
	background: #283890;
}
/* hover */
.flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper:hover img {
    max-width: 110%;
    width: 110%;
    transform: translate(-5%);
    opacity: 0.9;
}
/* WIDGET - TICK BOX */
.flow-heat-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.flow-heat-tick-box-wrapper .flow-heat-tick-box-icon {
    margin-right: 20px;
}
.flow-heat-tick-box-wrapper .flow-heat-tick-box-icon i {
    font-size: 52px;
    line-height: 52px;
    color: #283890;
}
.flow-heat-tick-box-wrapper .flow-heat-tick-box-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    color: #464646;
}
.flow-heat-tick-box-wrapper .flow-heat-tick-box-subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
}
/* Widget - Tick Box - White */
.flow-heat-tick-box-wrapper.flow-heat-tick-box-wrapper-white .flow-heat-tick-box-icon i,
.flow-heat-tick-box-wrapper.flow-heat-tick-box-wrapper-white .flow-heat-tick-box-title,
.flow-heat-tick-box-wrapper.flow-heat-tick-box-wrapper-white .flow-heat-tick-box-subtitle {
    color: white;
}
/* WIDGET - ICON BOX */
a.flow-heat-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
a.flow-heat-icon-box-wrapper img.flow-heat-icon-box-image {
    max-width: 197px;
    margin-bottom: 20px;
    -webkit-transition: filter .3s ease;
    -moz-transition: filter .3s ease;
    -o-transition: filter .3s ease;
    -ms-transition: filter .3s ease;
    transition: filter .3s ease;
}
a.flow-heat-icon-box-wrapper .flow-heat-icon-box-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #231F20;
    font-weight: 300;
    font-size: 23px;
    line-height: 23px;
    -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.flow-heat-icon-box-wrapper:hover .flow-heat-icon-box-image {
    filter: brightness(1.5);
}
a.flow-heat-icon-box-wrapper:hover .flow-heat-icon-box-title {
    color: #283890;
}
/* WIDGET - TESTIMONIALS SLIDER */
.bdtestimonials-sliderwidget .flexslider .slides {
    padding: 0 !important;
}
.bdtestimonials-sliderwidget .bdtestimonials-maintext {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    color: white !important;
    font-size: 22px !important;
    line-height: 32px !important;
}
.bdtestimonials-sliderwidget .bdtestimonials-author {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 100 !important;
    color: white !important;
    font-size: 23px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .flow-heat-section-title-wrapper {
        text-align: center !important;
    }
    .flow-heat-section-title-wrapper .flow-heat-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .flow-heat-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .flow-heat-contact-info-wrapper {
        text-align: center !important;
        flex-direction: column;
        align-items: center;
    }
    .flow-heat-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* Widget - Featured Box */
    .flow-heat-featured-box-wrapper a.flow-heat-featured-box-link-wrapper .flow-heat-featured-box-content .flow-heat-featured-box-title {
        font-size: 29px;
        line-height: 34px;
    }
    /* WIDGET - TICK BOX */
    .flow-heat-tick-box-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .flow-heat-tick-box-wrapper .flow-heat-tick-box-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
