/* Widget - Section Title */
.positive-rec-section-title-wrapper .positive-rec-section-title {
    font-family: bodoni-urw, sans-serif;
    font-size: 62px;
    line-height: 59px;
    color: #66427D;
}
.positive-rec-section-title-wrapper .positive-rec-section-title::after {
    content: "";
    height: 4px;
    width: 36px;
    margin: 40px 0;
    background: #F0567F;
    display: block;
}
.positive-rec-section-title-wrapper .positive-rec-section-title-subtitle {
    font-size: 17px;
    line-height: 28px;
    color: #9E9E9E;
    margin-bottom: 40px;
}
.positive-rec-section-title-wrapper a.positive-rec-button-link {
    margin-right: 20px;
}
.positive-rec-section-title-wrapper a.positive-rec-button-link:last-child {
    margin-right: 0;
}
/* align - right */
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-align-right {
    text-align: right;
}
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-align-right .positive-rec-section-title::after {
    margin: 40px 0;
    margin-left: auto;
}
/* align - center */
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-align-center {
    text-align: center;
}
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-align-center .positive-rec-section-title::after {
    margin: 40px auto;
}
/* white */
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-white,
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-white .positive-rec-section-title,
.positive-rec-section-title-wrapper.positive-rec-section-title-wrapper-white .positive-rec-section-title-subtitle {
    color: #fff;
}

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

/* WIDGET - TESTIMONIALS SLIDER */
.positive-rec-testimonials-slider-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-item-wrapper .positive-rec-testimonials-slider-item-image-wrapper {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-item-wrapper .positive-rec-testimonials-slider-item-image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-item-wrapper .positive-rec-testimonials-slider-item-maintext {
    font-size: 25px;
    line-height: 42px;
    color: #66427D;
    margin-bottom: 30px;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-item-wrapper .positive-rec-testimonials-slider-item-author {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #F0567F;
    margin-bottom: 30px;
}

/* Testimonails Slider - Arrows */
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-arrow {
    position: absolute;
    top: calc(40% - 25px);
    z-index: 10;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-arrow:hover {
    cursor: pointer;
    opacity: 0.8;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-arrow-left {
    left: -50px;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-arrow-right {
    right: -50px;
}
.positive-rec-testimonials-slider-wrapper .positive-rec-testimonials-slider-arrow i {
    color: #9E9E9E;
    font-size: 26px;
}

/* Widget - Contact Info */
.positive-rec-contact-info-wrapper .contactinfo-item {
    margin-bottom: 10px;
}
.positive-rec-contact-info-wrapper .contactinfo-item a {
    display: flex;
    align-items: center;
}
.positive-rec-contact-info-wrapper .contactinfo-item a i.fas, .positive-rec-contact-info-wrapper .contactinfo-item a i.far {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}
/* align - right */
.positive-rec-contact-info-wrapper.positive-rec-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.positive-rec-contact-info-wrapper.positive-rec-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.positive-rec-contact-info-wrapper.positive-rec-contact-info-wrapper-white a {
    color: white;
}
.positive-rec-contact-info-wrapper.positive-rec-contact-info-wrapper-white a:hover {
    color: #000;
}
/* WIDGET - FEATURED BOX */
a.positive-rec-featured-box-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
}
a.positive-rec-featured-box-link-wrapper .positive-rec-featured-box-image {
    margin-bottom: 20px;
}
a.positive-rec-featured-box-link-wrapper .positive-rec-featured-box-title {
    color: #66427D;
    font-size: 22px;
    line-height: 31px;
    font-weight: 200;
    margin-bottom: 20px;
}
a.positive-rec-featured-box-link-wrapper .positive-rec-featured-box-moreinfo {
    color: #F0567F;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    -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.positive-rec-featured-box-link-wrapper:hover .positive-rec-featured-box-moreinfo {
    color: #66427d;
}
/* WIDGET - POSTS SLIDER */
.positive-rec-posts-slider-wrapper a.positive-rec-posts-slider-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 0 2px 10px #0000003d;
    background: white;
    margin: 15px 15px;
    text-decoration: none;
}
.positive-rec-posts-slider-wrapper a.positive-rec-posts-slider-item .positive-rec-posts-slider-item-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.positive-rec-posts-slider-wrapper a.positive-rec-posts-slider-item .positive-rec-posts-slider-item-image-wrapper img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    -moz-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    -o-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    -ms-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
}
.positive-rec-posts-slider-wrapper a.positive-rec-posts-slider-item:hover .positive-rec-posts-slider-item-image-wrapper img {
    opacity: 0.8;
}
.positive-rec-posts-slider-wrapper header.positive-rec-posts-slider-item-header {
    padding: 30px;
}
.positive-rec-posts-slider-wrapper header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-title {
    font-family: bodoni-urw, sans-serif;
    font-size: 32px;
    line-height: 39px;
    color: #66427D;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.positive-rec-posts-slider-wrapper header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-title::after {
    content: "";
    height: 3px;
    width: 16px;
    margin: 20px 0;
    background: #F0567F;
    display: block;
}
.positive-rec-posts-slider-wrapper a.positive-rec-posts-slider-item:hover header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-title {
    color: #F0567F;
}
.positive-rec-posts-slider-wrapper header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-summary {
    font-size: 16px;
    line-height: 26px;
    color: #9E9E9E;
    margin-bottom: 20px;
}
.positive-rec-posts-slider-wrapper header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-moreinfo {
    color: #F0567F;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.positive-rec-posts-slider-wrapper a.positive-rec-posts-slider-item:hover header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-moreinfo {
    color: #66427D;
}
/* Slider Arrows */
.positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow {
    position: absolute;
    top: calc(40% - 25px);
    z-index: 10;
}
.positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow:hover {
    cursor: pointer;
    opacity: 0.8;
}
.positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow-left {
    left: -50px;
}
.positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow-right {
    right: -50px;
}
.positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow i {
    color: 9E9E9E;
    font-size: 26px;
}
/* WIDGET - POST EMBED */
a.positive-rec-post-embed-wrapper {
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-top: 1px solid #b3b3b338;
    border-bottom: 1px solid #b3b3b338;
    text-decoration: none;
}
a.positive-rec-post-embed-wrapper .positive-rec-post-embed-image-wrapper {
    flex-basis: 25%;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    height: 200px;
    background-color: white;
    border-radius: 10px;
}
a.positive-rec-post-embed-wrapper .positive-rec-post-embed-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    -moz-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    -o-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    -ms-transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
    transition: width .5s ease,transform .5s ease,opacity .5s ease,max-width .5s ease;
}
a.positive-rec-post-embed-wrapper:hover .positive-rec-post-embed-image-wrapper img {
    opacity: 0.8;
}
a.positive-rec-post-embed-wrapper header.positive-rec-post-embed-header {
    flex-basis: 75%;
}
a.positive-rec-post-embed-wrapper header.positive-rec-post-embed-header .positive-rec-post-embed-title {
    flex-basis: 70%;
}
a.positive-rec-post-embed-wrapper header.positive-rec-post-embed-header .positive-rec-post-embed-title {
    font-family: bodoni-urw, sans-serif;
    font-size: 32px;
    line-height: 39px;
    color: #66427D;
    -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.positive-rec-post-embed-wrapper header.positive-rec-post-embed-header .positive-rec-post-embed-title::after {
    content: "";
    height: 3px;
    width: 16px;
    margin: 20px 0;
    background: #F0567F;
    display: block;
}
a.positive-rec-post-embed-wrapper:hover header.positive-rec-post-embed-header .positive-rec-post-embed-title {
    color: #F0567F;
}
a.positive-rec-post-embed-wrapper header.positive-rec-post-embed-header .positive-rec-post-embed-summary {
    font-size: 16px;
    line-height: 26px;
    color: #9E9E9E;
    margin-bottom: 20px;
}
a.positive-rec-post-embed-wrapper header.positive-rec-post-embed-header .positive-rec-post-embed-moreinfo {
    color: #F0567F;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    -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.positive-rec-post-embed-wrapper:hover header.positive-rec-post-embed-header .positive-rec-post-embed-moreinfo {
    color: #66427D;
}

/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .positive-rec-section-title-wrapper .positive-rec-section-title {
        font-size: 38px;
        line-height: 47px;¬
    }
    /* Widget - Social Icons */
    .positive-rec-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .positive-rec-contact-info-wrapper {
        text-align: center !important;
    }
    .positive-rec-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* WIDGET - FEATURED BOX */
    a.positive-rec-featured-box-link-wrapper .positive-rec-featured-box-moreinfo {
        font-size: 20px;
        line-height: 20px;
    }
    /* WIDGET - POSTS SLIDER */
    .positive-rec-posts-slider-wrapper header.positive-rec-posts-slider-item-header .positive-rec-posts-slider-item-moreinfo {
        font-size: 18px;
        line-height: 18px;
    }
    .positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow-left {
        left: -10px;
    }
    .positive-rec-posts-slider-wrapper .positive-rec-posts-slider-arrow-right {
        right: -10px;
    }

}
