/* 
   font-family: "BrownPro-Regular";
   font-family: "BrownPro-Bold";
   font-family: "BrownPro-Thin";
   font-family: "BrownPro-Light";
*/

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.no-active-events {
    text-align: center;
    color: #2f1852;
    font-size: 25px;
    font-family: 'BrownPro-Bold';
}
.wbp-container {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}
/* 
* Books style
*/
.wbp_book_image {
    width: 30%;
    position: relative;
}
.wbp_book_image img {
    min-height: 320px;
    max-height: 320px;
}
.wbp_book_order {
    color: #ffffff;
    font-family: "BrownPro-Bold";
    font-size: 25px;
    top: 300px;
    right: -15px;
    font-weight: bold;
    padding: 5px 25px;
    position: absolute;
    background-color: #da4cc0;
    clip-path: polygon(18% 0, 100% 0%, 83% 100%, 0 83%);
}
.wbp_book_content {
    width: 70%;
    padding-left: 50px;
}
.wbp_book_content > span {
    font-size: 20px;
    font-family: "BrownPro-Light", Sans-serif;
}
.wbp_book_content > p {
    margin: 0;
}
.wbp_book_content .wbp_book_content_title {
    color: #2F1852;
    font-size: 35px;
    font-family: "BrownPro-Regular";
}
.wbp_book_content .wbp_book_content_text {
    font-size: 20px;
    font-family: "BrownPro-Light";
}
/* 
*   Publications style
*/
.wbp-container-publucations {
    width: 100%;
    position: relative;
}
.wbp-container-publucations .wbp-pagination {
    margin-top: 40px;
}
.wbp-container-publucations .wbp-publication-row {
    padding: 15px 0;
    width: 100%;
}
.wbp-button-show-all {
    cursor: pointer;
}
.wbp-button-show-all-publications {
    z-index: 99;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.wbp-button-show-all-publications img {
    border: none;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}
.wbp-publication-title a {
    font-family: "BrownPro-Bold";
    font-size: 30px;
    color: #ffffff;
}
.wbp-publication-title a:hover {
    color: #ffffff;
}
.wbp-publication-content {
    color: #f5f5f5;
    font-family: "BrownPro-Light";
    font-size: 27px;
    line-height: 32px;
    margin: 0;
}

/* 
* User review style
*/
.wbp-container .wbp-user-review {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.wbp-container .wbp-user-review {
    font-size: 24px;
    font-family: "BrownPro-Light";
}
.wbp-container .wbp-user-review h5 {
    font-size: 40px;
    font-family: "BrownPro-Bold";
}
.wbp-container .wbp-user-review-title {
    text-align: left;
    color: #2F1852;
}
.wbp-container .wbp-user-review h3, h5, h6 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left !important;
    color: #2F1852 !important; 
}

.wbp-container .wbp-user-review > h6 {
    font-size: 30px;
    font-family: "BrownPro-Regular";
}
.wbp-container .wbp-user-review > p {
    margin-top: 15px;
    font-size: 30px;
    font-family: "BrownPro-Light";
}
/* 
*   Pagination
*/
.wbp-pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.wbp-pagination .wbp-pagination-list {
    display: inline-block;
    cursor: pointer;
    background-color: #87759B;
    padding: 10px 25px;
    margin-right: 14px;
    font-family: 'BrownPro-Bold';
    color: #ffffff;
    font-size: 27px;
}
.wbp-pagination .wbp-pagination-list.wbp-active {
    background-color: #2f1852;
    color: #ffffff;
}
.wbp-pagination .wbp-previous {
    padding: 10px 25px;
    margin-right: 14px;
    color: #ffffff;
    font-size: 27px;
    font-family: 'BrownPro-Bold';
    cursor: pointer;
    background-color: #87759B;
}
.wbp-pagination .wbp-next {
    padding: 10px 25px;
    margin-right: 14px;
    color: #ffffff;
    font-size: 27px;
    font-family: 'BrownPro-Bold';
    cursor: pointer;
    background-color: #87759B;
}
/* 
*   Stories Style
*/
.wbp-stories {
    margin-top: 60px;
    margin-bottom: 100px;
    width: 100%;
}
.sofia-story-text-content {
    margin-top: 70px;
    font-size: 35px;
    line-height: 40px;
    font-size: "BrownPro-Light";
}
.wbp-stories img {
    width: 100%;
}
.wbp-stories .wbp-story-show-more-button {
    border: none;
    border-radius: 0;
    font-size: 24px;
    font-weight: bolder;
    padding: 10px 40px;
    color: #ffffff;
    background-color: #2f1852;
    clip-path: polygon(13% 0, 100% 0%, 87% 96%, 0 90%);
}
.wbp-stories .wbp-story-show-more-button:hover {
    color: #ffffff;
}
.wbp-stories .wbp-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wbp-box {
    position: relative;
}
.wbp-stories .wbp-box .wbp-box-posts {
    width: 50%;
    padding: 20px 20px;
}
.wbp-sotires .wbp-box-posts img {
    width: 100%;
}
.wbp-stories .wbp-box .wbp-box-posts h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.wbp-stories .wbp-the-story {
    font-size: 30px;
    font-family: "BrownPro-Light";
}
.wbp-stories .wbp-read-more {
    margin-top: 20px;
}
.wbp-stories .wbp-read-more > a {
    font-size: 20px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-family: "BrownPro-Bold";
    color: #ffffff;
    background-color: #da4cc0;
    clip-path: polygon(13% 0, 100% 0%, 87% 96%, 0 90%);
}
.wbp-stories .wbp-box .wbp-box-posts a.wbp-stories-title-link {
    font-family: "BrownPro-Bold";
    line-height: 35px;
    color: #2F1852;
}
.wbp-stories p.wbp-stories-date-time-post {
    line-height: 24px;
    font-size: 22px;
    font-family: "BrownPro-Light";
}
.wbp-stories .wbp-stories-title-link:hover {
    color: #C206C9;
}
.wbp-stories .wbp-read-more i {
    margin: 0 5px;
}
.wbp-stories .wbp-box-posts .wbp-read-more_blog_news img {
    max-width: 65%;
}
.wbp-stories .wbp-box-posts .wbp-read-more_blog_news {
    margin-left: 20px;
    margin-top: 20px;
}
.wbp-stories .wbp-box-posts .wbp-read-more_blog_news .wbp-button-more-blog-news-dimensions {
    margin-left: -10px;
}
.wbp-stories .wbp-box-posts .wbp-read-more_blog_news .wbp-button-more-blog-news-dimensions {
    width: 156px;
    height: 55px;
}
.wbp-stories .wbp-box-posts .wbp-read-more_blog_news .wbp-button-more-blog-news-dimensions .wbp-button-more-blog_news {
    font-size: 25px;
    padding: 5px 0 0 0;
}
.wbp-stories .wbp-read-more > .button-link-social img {
    margin: auto;
    vertical-align: middle; 
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
.wbp-stories .wbp-show-more {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.wbp-stories .wbp-show-more > button {
    min-width: 100px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    padding: 20px 80px;
    font-family: "BrownPro-Bold";
    background-color: #2f1852;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0 90%);
}
/* 
*   Bio style
*/
.wbp-bio {
    color: #5c5858;
    width: 100%;
    margin-bottom: 60px;
}
.wbp-bio img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);
}
.wbp-bio .wbp-bio-content {
    padding: 15px 30px 0 30px;
}
.wbp-bio .wbp-bio-content span {
    font-size: 14px;
}
.wbp-bio .wbp-bio-content h4 {
    color: #2f1852;
    margin-top: 2px;
}

/* 
*   Team & Staff Style
*/
.wbp-team-staff {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}
.wbp-team-staff .wbp-tab-link {
    font-family: "BrownPro-Bold";
    margin-right: 10px;
    margin-bottom: 40px;
    font-weight: bold;
    padding: 5px 20px 5px 0px;
    cursor: pointer;
    text-transform: uppercase;
    color: #5c5858;
}
.wbp-team-staff .wbp-tab-nav {
    margin-left: 140px;
    margin-bottom: 100px;
}
.wbp-tab-link {
    font-size: 35px;
}
.wbp-tab-link.wbp-active {
    color: #2f1852;
    text-decoration: underline;
}
.wbp-box-team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
    justify-content: center;
}
.wbp-box-team a {
    color: #2f1852;
}
.wbp-box-team a:hover {
    color: #C206C9;
}
.wbp-tab-content .wbp-box-team img {
    padding: 0px 60px 0px 60px;
    width: 100%;
    max-height: 450px;
}
.wbp-box-team .founder-job {
    margin-top: 25px;
}
/* 
*   Left 
*/
.wbp-inner-content-left {
    width: 50%;
    padding-right: calc(24% - 5px);
}
.wbp-inner-content-left span {
    font-size: 40px;
    font-family: "BrownPro-Bold";
    line-height: 45px;
    color: #2f1852;
}
.wbp-inner-content-left p {
    font-family: "BrownPro-Light";
    font-size: 25px;
    color: #000000;
}
/* 
*   Right
*/
.wbp-inner-content-right {
    text-align: right;
    padding-left: calc(25% - 5px);
    width: 50%;
}
.wbp-inner-content-right span {
    font-size: 40px;
    font-family: "BrownPro-Bold";
    line-height: 45px;
    color: #2f1852;
}
.wbp-inner-content-right p {
    font-family: "BrownPro-Light";
    font-size: 25px;
    color: #000000;
}
.wbp-tab-content {
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.wbp-tab-content.wbp-active {
    display: block;
}
.wbp-content-image-left {
    text-align: center;
    width: 50%;
}
.wbp-content-image-right {
    text-align: center;
    width: 50%;
}
/* 
* Customize Buttons
*/
.wbp_customize_buttons {
    position: relative;
}
.wbp_customize_button_link {
    display: flex;
    align-items: center;
}
.wbp-customize-button, .wbp-customize-button-1, .wbp-customize-button-2, .wbp-customize-button-3,
.wbp-customize-button-4, .wbp-customize-button-5, .wbp-customize-button-6, .wbp-customize-button-7,
.wbp-customize-button-8, .wbp-customize-button-9, .wbp-customize-button-10, .wbp-customize-button-11,
.wbp-customize-button-12, .wbp-customize-button-13, .wbp-customize-button-14, .wbp-customize-button-15,
.wbp-customize-button-16, .wbp-customize-button-17,.wbp-customize-button-18, .wbp-customize-button-19,
.wbp-customize-button-20, .wbp-customize-button-21, .wbp-customize-button-22, .wbp-customize-button-23,
.wbp-customize-button-24, .wbp-customize-button-25, .wbp-customize-button-26, .wbp-customize-button-27,
.wbp-customize-button-28, .wbp-customize-button-29, .wbp-customize-button-30, .wbp-customize-button-31,
.wbp-customize-button-32, .wbp-customize-button-33  {
    min-width: 150px;
    color: #ffffff; 
    font-family: "BrownPro-Regular", Sans-serif;
    padding: 15px 40px 15px 40px;
    font-size: 24px;
    font-weight: bolder;
}
/* Home Page Discover all supporters */
.wbp-customize-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f1852;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 15% 90%);  
}
/* Home Page Discover */
.wbp-customize-button-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f1852;
    clip-path: polygon(0 0, 85% 0, 100% 87%, 13% 100%);
}
/* Home Page Discover her stories */
.wbp-customize-button-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f1852;
    clip-path: polygon(12% 0, 100% 0, 92% 100%, 0 80%); 
}
/* Home Page Donate now  */
.wbp-customize-button-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f1852;
    clip-path: polygon(0 0, 83% 3%, 100% 71%, 9% 100%); 
}
/* Home Page E-mail */
.wbp-customize-button-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f1852;
    clip-path: polygon(11% 0, 100% 5%, 95% 100%, 0 78%);  
}
/* Home Page Get to know our team */
.wbp-customize-button-5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f1852;
    clip-path: polygon(0 0, 70% 2%, 100% 75%, 7% 100%);  
}
/* Home Page Publications */
.wbp-customize-button-6 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 6%, 88% 0, 100% 75%, 10% 100%);
}
/* Home Page Show More */
.wbp-customize-button-7 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(10% 0, 100% 7%, 94% 100%, 0 86%);
}
/* Publications Videos and Articles */
.wbp-customize-button-8 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(13% 0, 100% 5%, 91% 100%, 0 85%);
}
/* Publications Show More */
.wbp-customize-button-9 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(10% 0, 100% 7%, 94% 100%, 0 86%);
}
/* Forum page  Discover / Get Involved */
.wbp-customize-button-10 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(13% 0, 100% 6%, 94% 100%, 0 81%);
}
/* Forum page  Watch Video */
.wbp-customize-button-11 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 3%, 81% 0, 100% 81%, 10% 100%);
}
/* Events & Workshop Page  E-mail */
.wbp-customize-button-12 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 3%, 86% 0, 100% 83%, 12% 100%);
}
/* Events & Workshop Page  Learn More */
.wbp-customize-button-13 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 0, 90% 0, 100% 83%, 11% 100%);
}
/* Sofia's Story Page Show More */
.wbp-customize-button-14 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(11% 0, 100% 5%, 95% 100%, 0 80%);
}

/* Team Page Discover Workshp & Webinar */
.wbp-customize-button-15 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(10% 0, 100% 5%, 95% 100%, 0 85%);
}

/* The Supporters Page Discover Workshp & Webinar */
.wbp-customize-button-16 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 4%, 80% 0, 100% 67%, 8% 100%);
}
/* The Supporters Page Get Involved */
.wbp-customize-button-17 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 0, 82% 0, 100% 71%, 7% 100%);
}
/* Donate Page Continue to Payment  */
.wbp-customize-button-18 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 0, 76% 8%, 100% 70%, 9% 100%);
}
/* Donate Page Donate Now / Get a Receipt */
.wbp-customize-button-19 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(17% 0, 100% 3%, 92% 100%, 0 80%);
}
/* Donate Page NewSletter */
.wbp-customize-button-20 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 0, 78% 0, 100% 71%, 6% 100%);
}
/* Get Involved Page Become a Member */
.wbp-customize-button-21 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(19% 0, 100% 0, 92% 100%, 0 86%);
}
/* Get Involved Page Apply */
.wbp-customize-button-22 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(10% 0, 100% 0, 93% 100%, 0 86%);
}
/* Get Involved Page Discover */
.wbp-customize-button-23 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 0, 92% 0, 100% 84%, 7% 100%);
}
/* Get Involved Page Discover reverset */
.wbp-customize-button-24 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(15% 0, 100% 0, 91% 100%, 0 84%);
}
/* Get Involved Page Discover Publications */
.wbp-customize-button-25 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(17% 0, 100% 0, 91% 100%, 0 90%);
}
/* Get Involved Page E-mail */
.wbp-customize-button-26 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(11% 0, 100% 5%, 95% 100%, 0 78%);
}
/* Get Involved Page Sign Up Now */
.wbp-customize-button-27 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(0 13%, 100% 0, 85% 77%, 8% 100%);
}
/* Get Involved Page View Job Profile */
.wbp-customize-button-28 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(16% 0, 100% 5%, 91% 100%, 0 82%);
}
/* Contact Page Contact v1 */
.wbp-customize-button-29 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(4% 22%, 100% 0, 93% 100%, 0 92%);
}
/* Contact Page Contact v2 */
.wbp-customize-button-30 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(18% 0, 100% 0, 76% 100%, 0 75%);
}
/* Contact Page Contact v3 */
.wbp-customize-button-31 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(17% 0, 95% 25%, 92% 100%, 0 68%);
}
/* Contact Page Contact v4 */
.wbp-customize-button-32 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(22% 0, 100% 63%, 95% 100%, 0 90%);
}
/* Contact Page Contact v5 */
.wbp-customize-button-33 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #2f1852;
    clip-path: polygon(18% 0, 100% 0, 95% 100%, 0 70%);
}

.wbp-customize-button:hover, .wbp-customize-button-1:hover, .wbp-customize-button-2:hover, .wbp-customize-button-3:hover,
.wbp-customize-button-4:hover, .wbp-customize-button-5:hover, .wbp-customize-button-6:hover, .wbp-customize-button-7:hover,
.wbp-customize-button-8:hover, .wbp-customize-button-9:hover, .wbp-customize-button-10:hover, .wbp-customize-button-11:hover,
.wbp-customize-button-12:hover, .wbp-customize-button-13:hover, .wbp-customize-button-14:hover, .wbp-customize-button-15:hover,
.wbp-customize-button-16:hover, .wbp-customize-button-17:hover,.wbp-customize-button-18:hover, .wbp-customize-button-19:hover,
.wbp-customize-button-20:hover, .wbp-customize-button-21:hover, .wbp-customize-button-22:hover, .wbp-customize-button-23:hover,
.wbp-customize-button-24:hover, .wbp-customize-button-25:hover, .wbp-customize-button-26:hover, .wbp-customize-button-27:hover,
.wbp-customize-button-28:hover, .wbp-customize-button-29:hover, .wbp-customize-button-30:hover, .wbp-customize-button-31:hover,
.wbp-customize-button-32:hover, .wbp-customize-button-33:hover {
    color: #ffffff;  
}
/* 
*   Search input style 
*/
.search-by-category {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.search-by-category .search-in-blog-input {
    border: none;
    width: 81%;
    font-size: 27px;
    font-family: 'BrownPro-Light';
    padding-left: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/search_icon.png');
}

.search-by-category .search-in-blog-input:focus {
    outline: none;
    color: #9983af;
}
.search-by-category .search-in-blog-input::placeholder {
    color: #9983af;
}
/* 
*   Blog & News Style
*/
.wbp-news-blogs {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wbp-tab-blog-content {
    display: none;
}
.wbp-tab-blog-content.wbp-blog-active  {
    display: block;
}
.wbp-news-blogs .wbp-tab-blog-nav {
    text-align: center;
}
.wbp-news-blog-heading {
    text-align: center;
    margin-bottom: 50px;
    color: #2f1852;
}
.wbp-tab-blog-link {
    font-size: 35px;
}
.wbp-tab-blog-link.wbp-blog-active {
    color: #2f1852;
    text-decoration: underline;
}
.wbp-tab-blog-link.wbp-blog-active {
    color: #2f1852;
    text-decoration: underline;
}
.wbp-news-blogs .wbp-tab-blog-nav .wbp-tab-blog-link {
    font-weight: bold;
    padding: 0 15px;
    color: #998ba7;
    cursor: pointer;
    text-transform: uppercase;
}
.wbp-news-blogs .wbp-tab-blog-nav .wbp-tab-blog-link.wbp-blog-active {
   color: #2f1852;
   text-decoration: underline;
}
.wbp-box-blog-news {
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
}
.wbp-blog-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
.wbp-blog-content img {
    width: 100%;
}
.wbp-blog-content .wbp-blog-post-text .wbp-blog-post-title a {
    font-size: 40px;
    line-height: 40px;
    font-family: "BrownPro-Bold";
    color: #2f1852;
}
.wbp-blog-content .wbp-blog-post-date, .wbp-blog-post-author, .wbp-blog-post-content-text {
    line-height: 32px;
    font-size: 27px;
    color: #2f1852;
    font-family: "BrownPro-Light";
}
.wbp-blog-content .wbp-blog-post-text p:nth-child(2) {
    margin-top: 0.9rem;
    margin-bottom: 0.4rem;
}
.wbp-button-more-share {
    margin-top: 40px;
}
.wbp-button-more-share > a {
    font-size: 20px;
    font-family: "BrownPro-Regular";
    padding: 10px 30px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #da4cc0;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 90%);
}
.wbp-button-more-share a:hover {
    color: #ffffff;
}
.wbp-button-more-blog-news-dimensions {
    width: 258px;
    height: 79px;
    position: relative;
}
.wbp-button-more-blog_news {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: -50px;
    font-size: 40px;
    text-align: center;
    padding: 3px 0 0 0px;
    color: #ffffff;
    font-family: "BrownPro-Bold";
    background-color: #C206C9;
    clip-path: polygon(14% 0, 100% 7%, 93% 100%, 0 76%);
}
.wbp-button-more-blog_news:hover {
    color: #ffffff;
}
.wbp-blog-content .wbp-button-more-blog_news img {
    max-width: 85%;
}
.wbp-home-content .wbp-button-more-blog_news img {
    max-width: 85%;
}
.wbp-read-more_blog_news {
    display: inline-flex;
    align-items: center;
}
.wbp-read-more_blog_news {
    width: 100%;
    margin-top: 40px;
}
.wbp-blog-content .wbp-read-more_blog_news .button-link-social img {
    width: 60px;
    height: 60px;
}
.wbp-home-content .wbp-read-more_blog_news .button-link-social img {
    width: 60px;
    height: 60px;
}
.button-link-social {
    margin-left: -20px;
}
.button-link-social img {
    margin: auto;
    vertical-align: middle; 
    display: inline-block;
    margin-left: 45px;
    width: 40px;
}
/* 
*   Pagination blog
*/
.wbp-blog-pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
    min-width: 85px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.wbp-blog-pagination .wbp-blog-pagination-list {
    display: inline-block;
    padding: 10px 25px;
    margin-right: 14px;
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 10px;
    font-family: "BrownPro-Bold";
    cursor: pointer;
    background-color: #87759B;
}
.wbp-blog-pagination .wbp-blog-pagination-list.wbp-active {
    background-color: #2f1852;
    color: #ffffff;
}
.wbp-blog-pagination .wbp-blog-pagination-list.wbp-blog-previous {
    margin-right: 14px;
}
.wbp-blog-pagination .wbp-blog-pagination-list.wbp-blog-next {
    margin-right: 14px;
}

/* Inner */
.wbp-blog-pagination-inner {
    width: 100%;
    min-width: 85px;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.wbp-blog-pagination-inner-list {
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    margin-right: 14px;
    color: #ffffff;
    font-family: 'BrownPro-Bold';
    cursor: pointer;
    font-size: 27px;
    margin-bottom: 10px;
    background-color: #87759B;
}
.wbp-blog-pagination-inner span.wbp-blog-active {
    background-color: #2f1852;
    color: #ffffff;
}
.wbp-blog-pagination-inner .wbp-blog-inner-previous {
    padding: 10px 20px;
    margin-right: 14px;
    font-size: 27px;
    color: #ffffff;
    cursor: pointer;
    background-color: #87759B;
}
.wbp-blog-pagination-inner .wbp-blog-inner-next {
    padding: 10px 25px;
    margin-right: 14px;
    color: #ffffff;
    font-size: 27px;
    cursor: pointer;
    background-color: #87759B;
}
/* 
    Ambassadors
*/
.wbp-ambassadors {
    width: 100%;
}
.wbp-ambassadors .wbp-ambassadors-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-name {
    font-size: 40px;
    font-family: "BrownPro-Bold";
    line-height: 45px;
    color: #2f1852;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-name a {
    color: #2f1852;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-name a:hover {
    color: #C206C9;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-image-left, .wbp-ambassadors-box-image-right {
    padding: 20px 20px;
    width: 50%;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-content-right, .wbp-ambassadors-box-content-left {
    padding: 20px 20px;
    width: 50%;
}
.wbp-ambassador-position {
    margin-top: 15px;
    font-family: "BrownPro-Light";
    font-size: 25px;
    line-height: 27px;
    color: #5c5858;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-content-left {
    text-align: right;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-image-left {
    text-align: right;
}
.wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-button .button-ambassadors {
    padding: 10px 35px 10px 35px;
    font-family: "BrownPro-Bold";
    font-size: 30px;
    color: #ffffff;
    background-color: #C206C9;
    clip-path: polygon(16% 0%, 100% 0%, 90% 100%, 0% 85%);
}
/* 
    Home page Blog & News
*/
.wbp-home-blog-news {
    width: 100%;
    position: relative;
}
.wbp-home-blog-news .wbp-tab-link-home {
    font-family: "BrownPro-Bold";
    margin-left: 10px;
    margin-bottom: 40px;
    font-size: 40px;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    color: #998ba7;
}
.wbp-home-blog-news .wbp-tab-nav-home {
    margin-left: 50px;
    margin-bottom: 100px;
}
.wbp-tab-link-home {
    font-size: 35px;
}
.wbp-tab-link-home.wbp-active-home {
    color: #2f1852;
    text-decoration: underline;
}
.wbp-box-home {
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
}
.wbp-home-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    position: relative;
}
.wbp-show-more-home button.show-more-home-button {
    border: none;
    font-size: 40px;
    margin-left: -30px;
    font-family: "BrownPro-Bold";
    padding: 20px 60px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #2f1852;
    clip-path: polygon(16% 0%, 100% 0%, 90% 100%, 0% 85%);
}
.wbp-social-links-buttons {
    display: inline-block;
}
.wbp-social-share-home {
    margin-top: 60px;
}
.wbp-social-share-home .wbp-social-links-buttons img {
    width: 50px;
}
.wbp-social-share-home .wbp-social-links-buttons img {
    width: 50px;
    height: 50px;
}
.wbp-home-content .read-more-home-button {
    width: 45%;
    display: inline-block;
    margin-left: -40px;
    margin-right: 20px;
}
.wbp-home-content .wbp-home-content-blog-img img {
    width: 100%;
}
.wbp-home-content span a {
    font-size: 40px;
    line-height: 48px;
    font-family: "BrownPro-Bold";
    color: #2f1852;
}
.wbp-home-content .wbp-home-date, .wbp-home-author, .wbp-home-content-text {
    padding-top: 20px;
    line-height: 32px;
    font-size: 27px;
    color: #2f1852;
    font-family: "BrownPro-Light";
}
.wbp-home-content .wbp-home-author {
    padding-top: 8px;
}
.wbp-tab-content-home {
    display: none;
}
.wbp-tab-content-home.wbp-active-home  {
    display: block;
}
.wbp-home-blog-news .wbp-show-more-home {
    width: 100%;
    text-align: center;
}
.wbp-home-blog-news .wbp-show-more-home a.show-more-home-button {
    min-width: 200px;
    font-size: 40px;
    font-family: "BrownPro-Bold";
    color: #ffffff;
    background-color: #C206C9;
    padding: 15px 60px;
    border: none;
    clip-path: polygon(13% 0%, 100% 0%, 92% 100%, 0% 90%);
}
.wbp-social-share {
    margin-top: 40px;
}
.wbp-social-share > a {
    font-size: 20px;
    font-family: "BrownPro-Bold";
    padding: 10px 30px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #C206C9;
    clip-path: polygon(16% 0%, 100% 0%, 90% 100%, 0% 85%);
}
.wbp-social-share .wbp-social-links-buttons {
    display: inline-block;
}
.wbp-social-share .wbp-social-links-buttons img {
    margin: auto;
    vertical-align: middle; 
    display: inline-block;
    margin-left: 10px;
    width: 50px;
}
/*  
*   Workshop & Events
*/

.wbp-events-container {
    width: 100%;
}
.wbp-events-container .wbp-events-post {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;

}
.wbp-events-container .wbp-events-post button.wbp-events-learn-more {
    min-width: 100px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: #2f1852;
    font-size: 20px;
    margin-left: -30px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "BrownPro-Bold";
    clip-path: polygon(0% 0%, 86% 0%, 100% 88%, 10% 100%);
}
.wbp-events-container .wbp-events-post .wbp-events-post-date {
    font-size: 24px;
    font-family: "BrownPro-Light";
}
.wbp-events-container .wbp-events-post .wbp-events-title h4 {
    font-size: 40px;
    font-family: "BrownPro-Bold";
}
.wbp-events-container .wbp-events-post .wbp-events-title a {
    color: #2f1852;
    font-family: "BrownPro-Bold";
}
.wbp-events-container .wbp-events-post .wbp-events-title a:hover {
    color: #c36;
}
.wbp-events-container .wbp-events-post .wbp-events-content-text {
    font-size: 30px;
    font-family: "BrownPro-Light";
}
.switch-on-left-tablet {
    display: flex;
}
.switch-off-left-tablet {
    display: none;
}
.wbp-hide-tablet {
    display: none;
}
.wbp-show-tablet {
    display: block;
}
/* 
*   Media Queries
*/
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
    .wbp-button-more-blog-news-dimensions {
        width: 180px;
        height: 66px;
    }
    .wbp-button-more-blog_news {
        font-size: 30px;
        padding: 5px 0 0 0px;
    }
    .wbp-home-content .wbp-read-more_blog_news .button-link-social img {
        width: 50px;
        height: 50px;
    }
    .wbp-blog-content .wbp-read-more_blog_news .button-link-social img {
        width: 50px;
        height: 50px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-name {
        font-size: 30px;
        line-height: 35px;
    }
    .wbp-ambassador-position {
        margin-top: 15px;
        font-size: 20px;
        line-height: 22px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-button .button-ambassadors {
        padding: 5px 20px 10px 28px;
        font-size: 25px;
    }
    .sofia-story-text-content {
        margin-top: 70px;
        font-size: 27px;
        line-height: 30px;
    }
    .wbp-stories .wbp-box {
        margin-top: 80px;
    }
}
@media (max-width: 992px) {
    .wbp-publication-content { 
        font-size: 20px;
        line-height: 22px; 
    }
    .wbp-home-blog-news .wbp-show-more-home button.show-more-home-button {
        font-size: 20px;
        padding: 10px 40px;
    }
    .wbp-home-content span a {
        font-size: 25px;
        line-height: 28px;
    }
    .wbp-social-share > a {
        font-size: 15px;
        padding: 12px 20px;
    }
    .wbp-home-content p {
        font-size: 15px;
    }
    .wbp-customize-button,
    .wbp-customize-button-1,
    .wbp-customize-button-2,
    .wbp-customize-button-3, 
    .wbp-customize-button-4, 
    .wbp-customize-button-5
    .wbp-customize-button-6 {
        font-size: 15px;
        padding: 15px 40px 15px 40px; 
    }
    .wbp-blog-content .wbp-blog-post-text span a {
        font-size: 25px;
        line-height: 28px;
    }
    .wbp-blog-content {
        width: 100%;
    }
    .wbp-button-more-share > a {
        font-size: 15px;
        padding: 10px 20px;
    }
    .wbp-stories .wbp-box .wbp-box-posts {
        width: 100%;
    }
    .wbp-stories .wbp-show-more > button {
        font-size: 20px;
        padding: 8px 40px;
    }
    .wbp-stories .wbp-read-more_blog_news .button-link-social img {
        width: 30px;
        height: 30px;
    }
    .wbp-stories .wbp-button-more-blog_news {
        padding: 20px 0;
    }
    .wbp-stories .wbp-read-more > a {
        font-size: 15px;
        padding: 8px 25px; 
    }
    .wbp_book_content .wbp_book_content_title {
        font-size: 25px;
        line-height: 25px;
    }
    .wbp-publication-title a {
        font-size: 25px;
        line-height: 27px;
    }
    .wbp-container-publucations .wbp-publication-row {
        padding: 15px 30px;
    }
    .wbp-button-show-all {
        max-width: 75% !important;
    }
    .wbp_book_image {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    .wbp_book_content {
        padding-left: 0px;
        width: 100%;
    }
    .wbp_book_content_title {
        padding-bottom: 10px;
    }
    .wbp-home-blog-news .wbp-tab-link-home {
        padding: 0px;
    }
    .wbp-tab-link-home {
        font-size: 25px;
    }
    .wbp-ambassadors .wbp-ambassadors-box {
        margin-bottom: 40px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-image-left, .wbp-ambassadors-box-image-right {
        text-align: center;
        padding: 10px 10px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-content-right, .wbp-ambassadors-box-content-left {
        padding: 10px 10px;
    }
    .wbp-events-container .wbp-events-post {
        width: 100%;
    }
    .wbp-events-container .wbp-events-post button.wbp-events-learn-more {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .wbp-events-container .wbp-events-post .wbp-events-title h4 {
        font-size: 35px;
    }
    .wbp-events-container .wbp-events-post .wbp-events-content-text {
        overflow-wrap: break-word;
        font-size: 20px;
    }
    
    .switch-on-left-tablet {
        display: none;
    }
    .switch-off-left-tablet {
        display: flex;
    }
    .wbp-hide-tablet {
        display: block;
    }
    .wbp-show-tablet {
        display: none;
    }
    .wbp-blog-content .wbp-button-more-blog_news {
        margin-left: -25px;
    }
    .wbp-inner-content-left span {
        font-size: 30px;
        line-height: 38px;
    }
    .wbp-inner-content-left{
        padding-right: calc(11% - 8px);
    }
    .wbp-tab-content .wbp-box-team img {
        padding: 0px 40px 0px 40px;
    }
    
}
@media (max-width: 768px) {
    .wbp-team-staff .wbp-tab-nav {
        margin-left: 0px;
        text-align: center;
    }
    .wbp-team-staff .wbp-tab-nav span{
        font-size: 30px;
    }
    .wbp-inner-content-left {
        padding-left: 40px;
        width: 100%;
    }
    .wbp-inner-content-right {
        width: 100%;
    }
    .wbp-content-image-left {
        width: 100%;
    }
    .wbp-content-image-right {
        width: 100%;
    }
    .wbp-inner-content-left span {
        font-size: 25px;
        line-height: 30px;
    }
    .wbp-inner-content-left p {
        font-size: 18px;
    }
    .wbp-home-content {
        width: 100%;
    }
    .wbp-social-share-home .wbp-social-links-buttons img {
        width: 32px;
        height: 32px;
    }
    .wbp-home-content .read-more-home-button {
        width: 50%;
        margin-left: -25px;
    }
    .wbp-social-share-home {
        margin-top: 40px;
    }
    .wbp-home-blog-news .wbp-tab-link-home {
        font-size: 28px;
    }
    .wbp-home-content .wbp-home-date, .wbp-home-author, .wbp-home-content-text {
        font-size: 16px;
        line-height: 1.2em;
    }
    .wbp-blog-content .wbp-blog-post-date, .wbp-blog-post-author, .wbp-blog-post-content-text {
        font-size: 16px;
        line-height: 1.2em;
    }
    .wbp-blog-content .wbp-blog-post-text .wbp-blog-post-title a {
        font-size: 25px;
        line-height: 28px;
    }
    .wbp-tab-blog-link {
        font-size: 28px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-image-left, .wbp-ambassadors-box-image-right {
        width: 50%;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-content-right, .wbp-ambassadors-box-content-left {
        width: 50%;
    }
    .wbp-button-more-blog-news-dimensions {
        width: 160px;
        height: 56px;
    }
    .wbp-button-more-blog_news {
        font-size: 24px;
    }
    .wbp-home-content .wbp-read-more_blog_news .button-link-social img {
        width: 45px;
        height: 45px;
    }
    .wbp-blog-content .wbp-read-more_blog_news .button-link-social img {
        width: 45px;
        height: 45px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-name {
        font-size: 23.47px;
        line-height: 35px;
    }
    .wbp-ambassador-position {
        margin-top: 15px;
        font-size: 15px;
        line-height: 17px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-button .button-ambassadors {
        padding: 5px 20px 10px 28px;
        font-size: 20px;
    }
    .wbp-events-container .wbp-events-post .wbp-events-title h4 {
        font-size: 25px;
    }
    .wbp-events-container .wbp-events-post .wbp-events-content-text {
        font-size: 16px;
    }
    .wbp-events-container .wbp-events-post .wbp-events-post-date {
        font-size: 18px;
    }
    .wbp-container .wbp-user-review {
        font-size: 18px;
    }
    .wbp-container .wbp-user-review h5 {
        font-size: 30px;
    }
    .wbp-container .wbp-user-review > h6 {
        font-size: 25px;
    }
    .wbp-container .wbp-user-review > p {
        font-size: 17px;
    }
    .wbp-pagination .wbp-pagination-list {
        padding: 8px 20px;
        margin-right: 8px;
        font-size: 18px;
    }
    .wbp-pagination .wbp-next {
        padding: 8px 20px;
        margin-right: 8px;
        font-size: 18px;
    }
    .wbp-pagination .wbp-previous {
        padding: 8px 20px;
        margin-right: 8px;
        font-size: 18px;
    }
    .wbp-blog-pagination {
        min-width: 58px;
    }
    .wbp-blog-pagination .wbp-blog-pagination-list {
        margin-right: 8px;
        padding: 5px 18px;
        font-size: 20px;
    }
    .wbp-blog-pagination .wbp-blog-pagination-list.wbp-blog-previous {
        margin-right: 8px;
        padding: 5px 16px;
        font-size: 20px;
    }
    .wbp-blog-pagination .wbp-blog-pagination-list.wbp-blog-next {
        margin-right: 8px;
        padding: 5px 16px;
        font-size: 20px;
    }
    .wbp-blog-pagination-inner {
        min-width: 58px;
    }
    .wbp-blog-pagination-inner-list {
        margin-right: 8px;
        padding: 5px 18px;
        font-size: 20px;
    }
    .wbp-blog-pagination-inner .wbp-blog-inner-previous {
        margin-right: 8px;
        padding: 5px 16px;
        font-size: 20px;
    }
    .wbp-blog-pagination-inner .wbp-blog-inner-next {
        margin-right: 8px;
        padding: 5px 16px;
        font-size: 20px;
    }
    .sofia-story-text-content {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 568px) {
    .wbp-button-more-blog-news-dimensions {
        width: 150px;
        height: 50px;
    }
    .wbp-button-more-blog_news {
        font-size: 22px;
        padding: 5px 0 0 5px;
    }
    .wbp-home-content .wbp-read-more_blog_news .button-link-social img {
        width: 40px;
        height: 40px;
    }
    .wbp-blog-content .wbp-read-more_blog_news .button-link-social img {
        width: 40px;
        height: 40px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-image-left, .wbp-ambassadors-box-image-right {
        width: 100%;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassadors-box-content-right, .wbp-ambassadors-box-content-left {
        width: 100%;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-name {
        font-size: 23.47px;
        line-height: 35px;
    }
    .wbp-ambassador-position {
        margin-top: 15px;
        font-size: 15px;
        line-height: 17px;
    }
    .wbp-ambassadors .wbp-ambassadors-box .wbp-ambassador-button .button-ambassadors {
        padding: 5px 20px 10px 28px;
        font-size: 20px;
    }
    .wbp-pagination .wbp-pagination-list {
        padding: 6px 15px;
        margin-right: 8px;
        font-size: 16px;
    }
    .wbp-pagination .wbp-next {
        padding: 6px 15px;
        margin-right: 8px;
        font-size: 16px;
    }
    .wbp-pagination .wbp-previous {
        padding: 6px 15px;
        margin-right: 8px;
        font-size: 16px;
    }
}