.testimonial-slider-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial-slider-wrap .user_detail {
	display: flex;
    align-items: center;
}
.testimonial-slider-wrap .user_detail .user_icon {
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
	border-radius: 50%;
}
.testimonial-slider-wrap .brand_detail {
    display: flex;
    align-items: center;
}
.testimonial-slider-wrap .brand_detail .brand_image {
	background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.council-members-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content: center;
}
body .testimonial-slider-wrap .occupation {
    margin-bottom: 0;
	line-height: 12px;
    font-weight: 300;
    font-size: 11px;
}
body .testimonial-slider-wrap .company_name {
	line-height: 12px;
    font-weight: 300;
    font-size: 11px;
}
.testimonial-slider-wrap .user-company-name,.testimonial-slider-wrap .brand_name {
    padding-left: 15px;
}
.testimonial-slider-wrap .user-company-name {
	height: 45px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	width: 85%;
}
.testimonial-slider-wrap .column {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 10px rgba(40, 36, 99, 0.05);
    padding: 20px 25px 20px 25px;
    min-height : 550px;
	position: relative;
}
.testimonial-slider-wrap .column .user_detail {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 25px;
}
body .testimonial-slider-wrap.owl-carousel {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
body .testimonial-slider-wrap .owl-nav .owl-prev::after,
body .testimonial-slider-wrap .owl-nav .owl-next::after,
body .council-alumni-slider-wrap .owl-nav .owl-prev::after,
body .council-alumni-slider-wrap .owl-nav .owl-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
body .testimonial-slider-wrap .owl-nav .owl-prev::after,
body .testimonial-slider-wrap .owl-nav .owl-next::after {
    color: #7067E6;
    font-size: 25px;
}
body .testimonial-slider-wrap .owl-nav .owl-prev::after {
    content: "\f30a";
}
body .testimonial-slider-wrap .owl-nav .owl-next::after {
    content: "\f30b";
}
body .testimonial-slider-wrap.owl-carousel > .owl-nav .owl-prev {
    left: 0px;
    bottom: -50px;
}
body .testimonial-slider-wrap.owl-carousel > .owl-nav .owl-next {
    right: 94%;
    bottom: -50px;
}
body .testimonial-slider-wrap.owl-carousel [type=button].owl-prev:focus,
body .testimonial-slider-wrap.owl-carousel [type=button].owl-next:focus,
body .council-alumni-slider-wrap.owl-carousel [type=button].owl-prev:focus,
body .council-alumni-slider-wrap.owl-carousel [type=button].owl-next:focus {
    outline: 0;
}
.testimonial-slider-wrap .brand_name {
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* height: 20px; */
    max-width: 30ch;
}
.testimonial-slider-wrap .brand_content {
    font-size: 24px;
    line-height: 30px;
    padding: 35px 0;
	min-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.testimonial-slider-wrap .user-company-name .user_name {
    margin-bottom: 0;
	font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}
.star-rating {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.star-rating img {
    width: 30px !important;
    height: 30px !important;
}
.star-rating img:not(:last-child) {
    margin-right: 5px;
}
body .council-alumni-slider-wrap.owl-carousel {
    background-color: transparent;
    padding: 40px 40px 0;
    border-radius: 0;
}
.council-members-wrap .column {
    width: 25%;
    text-align: center;
    padding: 40px 0 0;
}
.council-alumni-slider-wrap .column {
    min-height: 390px;
}
.council-members-wrap .user_detail {
    min-height: 340px;
}
.council-alumni-slider-wrap .user_icon,
.council-members-wrap .user_icon {
    margin: 0 auto;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    position: relative;
    background-image: url('/wp-content/uploads/2021/09/Apparel-Accessories-Advisory-Council-Alumni-02.svg');
}
.council-alumni-slider-wrap .user_photo,
.council-members-wrap .user_photo {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    background-color: white;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 5px;
    left: 5px;
}
.council-alumni-slider-wrap .user_photo {
	filter: grayscale(0.5);
}
.council-alumni-slider-wrap {
    text-align: center;
}
.council-wrap .company_name {
    background: -webkit-linear-gradient(#F26522, #AB47BC);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    padding-top: 20px;
	height: 45px;
}
.council-wrap .user_name {
	height: 50px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body .council-alumni-slider-wrap .owl-nav .owl-prev::after,
body .council-alumni-slider-wrap .owl-nav .owl-next::after {
    color: #000;
    font-size: 30px;
}
body .council-alumni-slider-wrap .owl-nav .owl-prev::after {
    content: "\f053";
}
body .council-alumni-slider-wrap .owl-nav .owl-next::after {
    content: "\f054";
}
body .council-alumni-slider-wrap.owl-carousel > .owl-nav .owl-prev,
body .council-alumni-slider-wrap.owl-carousel > .owl-nav .owl-next {
    transform: translate(0px, -270px);
    -webkit-transform: translate(0px, -270px);
}
body .council-alumni-slider-wrap.owl-carousel > .owl-nav .owl-prev {
    left: 0;
}
body .council-alumni-slider-wrap.owl-carousel > .owl-nav .owl-next {
    right: 0;
}
.council-wrap .role {
    margin-bottom: 2px;
	height: 25px;
}
.council-wrap .location {
    margin-bottom: 10px;
	height: 25px;
}
.council-alumni-slider-wrap .linkedin i,
.council-members-wrap .linkedin i {
    background: -webkit-linear-gradient(#F26522, #AB47BC);
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}
.council-load-more-posts .load-more-posts {
    text-align: center;
    padding-top: 40px;
}
.council-load-more-posts .load-more-posts a,
.telecasted-load-more-posts .load-more-posts a {
    color: #FFFFFF;
    background-color: #7067E6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7067E6;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 8px 50px 8px 50px;
    display: inline-block;
}
.council-load-more-posts .load-more-posts a:hover,
.telecasted-load-more-posts .load-more-posts a:hover {
    color: #7067E6;
    background: #fff;
}
.council-load-more-posts .load-more-posts .no-more-post {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
/* Customer Stories */
.customer-stories-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}
.customer-stories-grid {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.customer-stories-wrap .post-content-wrap .hover-content {
    display: none;
}
.customer-stories-wrap .post-content-wrap:hover .hover-content {
    display: block;
}
.customer-stories-wrap .post-content-wrap {
    position: relative;
}
.customer-stories-wrap .post-content-wrap .hover-content,
.customer-stories-wrap.partners-directory .post-content-wrap .hover-content {
    position: absolute;
	width: 100%;
    top: -4px;
    bottom: 0;
    padding: 30px 20px;
    background-color: #f5f2f2;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
}
.customer-stories-wrap .post-content-wrap .post-image {
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    border-radius: 10px 10px 0 0;
    background-repeat: no-repeat;
    background-position: center;
}
.customer-story-buttons {
    padding-bottom: 30px;
}
.customer-story-buttons .btn-wrap a {
    background: #7067E6;
    border: 1px solid #7067E6;
    border-radius: 4px;
    padding: 10px 30px;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.customer-story-buttons .btn-wrap a:last-child {
    margin-right: 0;
}
.customer-story-buttons .btn-wrap a:hover,
.customer-story-buttons .btn-wrap a.active {
    background: #fff;
    color: #7067E6;
}
.customer-stories-wrap .customer-detail-wrap {
    background-color: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 7px;
    overflow: hidden;
}
.customer-detail-wrap .static-content {
    padding: 20px;
}
.customer-detail-wrap .post-content-wrap .post-title,
.customer-detail-wrap .post-content-wrap a{
    display: block;
}
.customer-detail-wrap .content-icon-wrap {
	padding: 0 20px;
}
.customer-detail-wrap .post-content-wrap .content-icon {
    padding: 30px 20px 0;
}
.post-content-wrap .content-icon {
    padding-bottom: 10px;
}
.post-content-wrap .hover-content a {
    padding: 0;
    padding: 20px 0 0;
    display: inline-block;
}
.customer-stories-wrap .content-icon {
	background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.success-stories-filter .searchandfilter ul {
	padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.local-metro-search-filter.success-stories-filter .searchandfilter ul,
.roadmap-filter.success-stories-filter .searchandfilter ul { 
    justify-content: flex-start;
}
.success-stories-filter .searchandfilter ul li {
	padding: 10px;
    width: 20%;
}
.success-stories-filter .searchandfilter ul li h4 {
	font-size: 16px;
	line-height: 1.2;
}
.consumer-innovation-search .searchandfilter ul > li select,
.sf-field-taxonomy-events_metro_category select,.sf-field-taxonomy-events_council_category select,.sf-field-taxonomy-events_partner_category select,.sf-field-taxonomy-events_casts_category select,.sf-field-taxonomy-events_other_category select {
    width: 210px !important;
}
.success-stories-filter .searchandfilter label {
	display: block;
}
.success-stories-filter  .searchandfilter select.sf-input-select {
    min-width: inherit;
    width: 100%;
}
.success-stories-filter .select2-container--classic .select2-selection--multiple {
    background: #F9FBFF !important;
    height: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    overflow: auto;
    font-size: 16px;
    line-height: 20px;
}
.wpdt-c .success-stories-filter  textarea {
    font-weight: 400;
}
.known-issues-filter-column.success-stories-filter .searchandfilter ul {
    justify-content: flex-start;
}
.success-stories-filter .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    overflow: visible;
    flex-wrap: nowrap;
}
.success-stories-filter .select2-container--classic .select2-selection--multiple .select2-selection__rendered li {
    width: auto;
}

.success-stories-filter .select2-container--classic .select2-selection--multiple::-webkit-scrollbar {
    height: 5px;
}
.success-stories-filter .select2-container--classic .select2-selection--multiple::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.success-stories-filter .select2-container--classic .select2-selection--multiple::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.success-stories-filter .select2-container--classic .select2-search--inline .select2-search__field {
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
}
/* podcast episode page & Series page(webcast episode) */
.podcast-episodes-wrap,
.webcast-episodes-wrap {
    background: #FFFFFF;
    box-shadow: 10px 20px 50px rgb(0 0 0 / 10%);
    border-radius: 7px;
    padding: 30px 42px;
    margin-bottom: 40px;
}
.podcast-content-wrap,
.webcast-content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 0.5px solid #0000004D
}
.podcast-content,
.webcast-content {
    width: 65%;
    padding-right: 60px;
}
.podcast-episodes-img,
.webcast-episodes-img {
    width: 35%;
}
.podcast-episodes-detail p,
.webcast-episodes-detail p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0;
    line-height: 18px;
}
.podcast-episodes-desc,
.webcast-episodes-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    color: #3A3A3C;
    margin-top: 20px;
}
.podcast-audio iframe {
    border-radius: 7px;
    height: 180px;
}
.webcast-video iframe {
    height: 586px;
    border-radius: 7px;
}
.podcast-audio-wrap,
.webcast-video-wrap {
    margin-top: 25px;
}
/* Partners Directory */
.content-icon {
    margin-bottom: 12px;
}
.post-buttons {
    padding:20px;
}
.post-buttons-wrap a {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 15px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.post-buttons-wrap a.marketing, .post-buttons-wrap a.technology, .post-buttons-wrap a.academic, .post-buttons-wrap a.incubator {
    background: #6C4FFF;
    color: #FFFFFF;
    padding: 10px 17px;
    border: 1px solid #6C4FFF;
}
.post-buttons-wrap a.advertising, .post-buttons-wrap a.venture, .post-buttons-wrap a.marketplace {
    background: #AA80F9;
    color: #FFFFFF;
    padding: 10px 45px;
    border: 1px solid #AA80F9;
}
.post-buttons-wrap a.media, .post-buttons-wrap a.other, .post-buttons-wrap a.service {
    background: #F26522;
    color: #FFFFFF;
    padding: 10px 75px;
    border: 1px solid #F26522;
}
.post-buttons-wrap a.events,
.post-buttons-wrap a.startup, .post-buttons-wrap a.ambassador {
    background: #AB47BC;
    color: #FFFFFF;
    padding: 10px 53px;
    border: 1px solid #AB47BC;
}
.post-buttons-wrap a.strategic,
.post-buttons-wrap a.community,
.post-buttons-wrap a.pilot {
    background: #EB837A;
    color: #FFFFFF;
    padding: 10px 14px;
    border: 1px solid #EB837A;
}
.post-buttons-wrap a.strategic:hover,
.post-buttons-wrap a.community:hover,
.post-buttons-wrap a.pilot:hover,
.post-buttons-wrap a.advertising:hover, .post-buttons-wrap a.venture:hover, .post-buttons-wrap a.marketplace:hover,
.post-buttons-wrap a.events:hover, .post-buttons-wrap a.ambassador:hover, .post-buttons-wrap a.startup:hover,
.post-buttons-wrap a.media:hover, .post-buttons-wrap a.other:hover, .post-buttons-wrap a.service:hover,
.post-buttons-wrap a.advertising:hover, .post-buttons-wrap a.venture:hover, .post-buttons-wrap a.marketplace:hover,
.post-buttons-wrap a.marketing:hover, .post-buttons-wrap a.technology:hover, .post-buttons-wrap a.academic:hover, .post-buttons-wrap a.incubator:hover  {
    color: #fff;
}
.customer-detail-wrap .post-content-wrap .post-title {
	overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 90px;
	padding: 30px 20px 0;
}
.customer-detail-wrap .static-content .content {
	overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.customer-detail-wrap .post-content-wrap a {
    padding: 0 20px 20px;
}
.customer-detail-wrap .post-content-wrap .hover-content a {
    padding: 0;
}
.customer-stories-wrap .post-content-wrap .hover-content > p {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}
.chat-now-row li:nth-child(3) {
	cursor: pointer;
}
/* All Podcast Page */
.telecasted-podcast-main-wrap,
.telecasted-webcast-main-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.telecasted-podcast-grid,
.telecasted-webcast-grid {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 33.33%;
    max-height: 475px;
    min-height: 475px;
}
.telecasted-podcast-wrap,
.telecasted-webcast-wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 7px;
    padding: 15px;
    border-top: 5px solid #7067e6;
	height: 100%;
}
.telecasted-podcast-main-wrap .post-details,
.telecasted-webcast-main-wrap .post-details {
    display: flex;
    border-top: 0.5px solid rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    min-height: 80px;
}
.telecasted-podcast-main-wrap .post-details .post-image,
.telecasted-webcast-main-wrap .post-details .post-image {
	background-size: cover;
    background-position: center;
    width: 55px;
    height: 55px;
    margin-right: 15px;
    border-radius: 7px;
}
.telecasted-podcast-main-wrap .post-details .post-title,
.telecasted-webcast-main-wrap .post-details .post-title {
    font-weight: 500;
    color: #7067E6;
    font-size: 18px;
    line-height: 22px;
    width: 60%;
    margin: 0;
}
.telecasted-podcast-main-wrap .series_title,
.telecasted-webcast-main-wrap .series_title {
    font-weight: 500;
    color: #1D1D1B;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    min-height: 35px;
    margin: 0;
}
.telecasted-podcast-main-wrap .telecast-detail p,
.telecasted-webcast-main-wrap .telecast-detail p {
    font-weight: 500;
    color: #999999;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}
.telecasted-podcast-main-wrap .telecast-detail,
.telecasted-webcast-main-wrap .telecast-detail {
	padding: 5px 0px 15px 0;
    min-height: 95px;
}
.telecasted-podcast-main-wrap .episode-desc,
.telecasted-webcast-main-wrap .episode-desc {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    border-top: 0.5px solid rgba(0, 0, 0, 0.3);
    padding: 0px 0px 10px 0;
    margin-bottom: 10px;
    min-height: 205px;
    max-height: 205px;
}
.telecasted-podcast-main-wrap .episode-desc p,
.telecasted-webcast-main-wrap .episode-desc p {
    color: #212121;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 300;
}
.telecasted-podcast-main-wrap .date,
.telecasted-webcast-main-wrap .date {
    color: #5B5B5B;
	font-size: 14px;
}
.all-podcast-filter li.sf-level-0 > input,
.all-podcast-filter li.sf-level-1 > input,
.all-podcast-filter li.sf-level-0 > label,
.all-podcast-filter li.sf-level-1 .children,
.all-webcast-filter li.sf-level-0 > input,
.all-webcast-filter li.sf-level-1 > input,
.all-webcast-filter li.sf-level-0 > label,
.all-webcast-filter li.sf-level-1 .children {
    display: none;
}
.all-podcast-filter li.sf-level-1.open .children,
.all-webcast-filter li.sf-level-1.open .children {
    display: block;
    padding-left: 0;
    margin: 15px 0;
}
body .all-podcast-filter li.sf-level-1 > label,
body .all-webcast-filter li.sf-level-1 > label {
    position: relative;
    padding-left: 25px;
    font-size: 24px;
    font-weight: 500;
}
body .all-podcast-filter li.sf-level-1 > label:before,
body .all-podcast-filter li.sf-level-1.open > label:before,
body .all-webcast-filter li.sf-level-1 > label:before,
body .all-webcast-filter li.sf-level-1.open > label:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
}
.all-podcast-filter li.sf-level-1 > label:before,
.all-webcast-filter li.sf-level-1 > label:before {
    content: "\f0da";
}
.all-podcast-filter li.sf-level-1.open > label:before,
.all-webcast-filter li.sf-level-1.open > label:before {
    content: "\f0d7";
}
.all-podcast-filter .sf-level-2 input,
.all-webcast-filter .sf-level-2 input {
    display: none;
}
body .all-podcast-filter .sf-level-2 label.sf-label-checkbox,
body .all-webcast-filter .sf-level-2 label.sf-label-checkbox {
    position: relative;
    padding-left: 40px;
}
.all-podcast-filter .sf-level-2 label.sf-label-checkbox:before,
.all-webcast-filter .sf-level-2 label.sf-label-checkbox:before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    border: 1px solid #ccc;
}
.all-podcast-filter .sf-level-2.sf-option-active label.sf-label-checkbox:before,
.all-webcast-filter .sf-level-2.sf-option-active label.sf-label-checkbox:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
    background: #7067E6;
}
.all-podcast-filter ul,
.all-podcast-search ul,
.all-webcast-filter ul,
.all-webcast-search ul {
    padding-left: 0;
}
.all-podcast-search ul label,
.all-webcast-search ul label {
    display: block;
}
.all-podcast-filter .sf-level-1,
.all-podcast-filter .sf-level-2,
.all-webcast-filter .sf-level-1,
.all-webcast-filter .sf-level-2 {
    padding: 10px 0;
}
body .all-podcast-filter-by-title,
body .all-webcast-filter-by-title {
    margin-bottom: 0 !important;
}
.all-podcast-filter .searchandfilter ul li ul li ul,
.all-webcast-filter .searchandfilter ul li ul li ul {
    margin-left: 0;
}
.all-podcast-search .sf-field-search,
.all-webcast-search .sf-field-search {
    position: relative;
}
.all-podcast-search .sf-field-search:before,
.all-webcast-search .sf-field-search:before {
    content: "\f002";
    font-family: 'FontAwesome';
    color: #5B5B5B;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(70%, 85%);
}
.all-podcast-search .sf-field-search input,
.all-webcast-search .sf-field-search input {
    padding: 10px 10px 10px 40px;
}
.telecasted-load-more-posts .load-more-posts a,
.telecasted-webcast-load-more-posts .load-more-posts a,
.podcast-episodes-load-more-posts .load-more-posts a,
.webcast-episodes-load-more-posts .load-more-posts a {
    color: #FFFFFF;
    background-color: #7067E6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7067E6;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 8px 50px 8px 50px;
    display: inline-block;
}
.telecasted-webcast-load-more-posts .load-more-posts a:hover,
.podcast-episodes-load-more-posts .load-more-posts a:hover,
.webcast-episodes-load-more-posts .load-more-posts a:hover {
    color: #7067E6;
    background-color: #fff;
}
.telecasted-load-more-posts .load-more-posts,
.telecasted-webcast-load-more-posts .load-more-posts,
.podcast-episodes-load-more-posts .load-more-posts,
.webcast-episodes-load-more-posts .load-more-posts {
    text-align: center;
    padding-top: 40px;
}
.telecasted-load-more-posts,
.telecasted-webcast-load-more-posts {
    width: 100%;
}
.no-more-post-telecasted {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
.bg-class {
    border-radius: 7px;
    overflow: hidden;
}
.bg-class .elementor-widget-container {
    position: relative;
}
.bg-class .elementor-widget-container {
    border-image: linear-gradient( to left, #F26522, #AB47BC ) 1 1%;
    border-style: solid;
    border-width: 4px;
    border-radius: 7px;
    border-color: #F24D22;
}
.single-episode-desc {
    font-size: 22px;
    font-weight: 500;
}
.upcoming-single .podcast-button-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.upcoming-single .podcast-button-wrap .subscribe-btn,
.upcoming-single .podcast-button-wrap .contact-us,
.upcoming-single .podcast-content,
.upcoming-single .podcast-episodes-img,
.upcoming-single .webcast-button-wrap .subscribe-btn,
.upcoming-single .webcast-button-wrap .contact-us,
.upcoming-single .webcast-content,
.upcoming-single .webcast-episodes-img  {
    width: 50%
}
.upcoming-single .podcast-content,
.upcoming-single .webcast-content {
    padding-right: 25px;
}
.upcoming-single .podcast-episodes-img,
.upcoming-single .webcast-episodes-img  {
    padding-left: 25px;
}
.upcoming-single .podcast-button-wrap .subscribe-btn,
.upcoming-single .webcast-button-wrap .subscribe-btn {
    padding-right: 25px
}
.upcoming-single .podcast-button-wrap .contact-us,
.upcoming-single .webcast-button-wrap .contact-us {
    padding-left: 25px;
}
.upcoming-single .podcast-button-wrap a,
.upcoming-single .webcast-button-wrap a {
    background: #7067E6;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #7067E6;
}
.upcoming-single .podcast-button-wrap a:hover,
.upcoming-single .webcast-button-wrap a:hover {
    background: #fff;
    color: #7067E6;
}
.podcast-upcoming-episode-slider .pp-arrow-next {
    right: -50px !important;
}
.podcast-upcoming-episode-slider .pp-arrow-prev {
    left: -50px !important;
}
.podcast-series-img {
	background-size: contain;
    width: 100px;
    height: 100px;
    border-radius: 7px;
    background-repeat: no-repeat;
    box-shadow: 0px 73px 30px -34px rgb(40 36 99 / 10%);
    background-position: center;
}
.series-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
	margin-bottom: 10px !important;
}
.series-subtitle {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
}
.podcast-img,.webcast-img {
	background-size: cover;
    width: 100%;
    height: 480px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
}
.podcast-img img {
    max-height: 100%;
    width: auto;
}
/* Advisory Board Page */
.advisory-board-members-wrap {
	display: flex;
    flex-wrap: wrap;
	margin: 0 -8px;
}
.advisory-board-members-wrap .column {
	width: 25%;
	padding: 0 8px 40px;
}
.advisory-board-members-wrap .user_icon .user_photo {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 100%;
	border-radius: 7px;
}
.advisory-board-members-wrap .user_detail {
	background: #fff;
    padding: 10px;
    border-radius: 7px;
	box-shadow: 0px 73px 30px -34px rgb(40 36 99 / 10%);
}
.advisory-board-members-wrap .user-text-overlay {
	position: relative;
}
.advisory-board-members-wrap .user-text-overlay .overlay-content {
	display: none;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: #000000;
    opacity: 0.8;
	padding: 7px 10px 10px 10px;
    border-radius: 7px;
}
.advisory-board-members-wrap .user-text-overlay:hover .overlay-content {
	display: block;
}
.advisory-board-members-wrap .user-details {
	padding: 30px 0;
	text-align: center;
}
.advisory-board-members-wrap .user-details .user_name {
	font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    color: #7067E6;
    margin-bottom: 10px;
	min-height: 25px;
}
.advisory-board-members-wrap .user-details .role {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	height: 25px;
}
.advisory-board-members-wrap .user-text-overlay .overlay-content .linkedin {
	position: relative;
	display: block;
}
.advisory-board-members-wrap .user-text-overlay .overlay-content .linkedin:before {
    content: "";
    background-image: url("/wp-content/uploads/2022/06/linkedin-svg.svg");
	background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.advisory-board-members-wrap .overlay-content .desc  {
	color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    height: 160px;
    margin-bottom: 10px
}
.advisory-board-members-wrap .overlay-content .user-linkedin {
	padding-top: 10px;
}
.steering-group-wrap.advisory-board-members-wrap .column {
	width: 33.33%;
	padding: 0 8px 40px;
}
.steering-group-wrap .user-details a {
	font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 7px;
    display: inline-block;
}
.steering-group-wrap .user-details a:hover {
	background: #fff;
	border: 1px solid #7067E6;
	color: #7067E6;
}
.steering-group-wrap .user-details .product,
.steering-group-wrap .user-details .marketing {
	background: #7067E6;
	border: 1px solid #7067E6;
}
.steering-group-wrap .user-details .revenue {
	background: #EB837A;
	border: 1px solid #EB837A;
}
.steering-group-wrap .user-details .customer-success {
	background: #AA80F9;
	border: 1px solid #AA80F9;
}
.steering-group-wrap .user-details .engineering {
	background: #F26522;
	border: 1px solid #F26522;
}
.steering-group-wrap .user-details .remote-operations {
	background: #AB47BC;
	border: 1px solid #AB47BC;
}

.podcast-single-wrap .podcast-content-wrap,
.podcast-single-wrap .webcast-content-wrap {
    border-bottom: 0;
    padding-bottom: 0;
}
.podcast-single-wrap .podcast-episodes-wrap,
.podcast-single-wrap .webcast-episodes-wrap {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 1280px){
    .podcast-upcoming-episode-slider .pp-arrow-next{
        right: 20px !important;
    }
    .podcast-upcoming-episode-slider .pp-arrow-prev{
        left : 20px !important;
    }
	.telecasted-podcast-grid, .telecasted-webcast-grid {
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
    .council-members-wrap .column,
	.advisory-board-members-wrap .column,.steering-group-wrap.advisory-board-members-wrap .column {
        width: 33.33%;
    }
    .testimonial-slider-wrap .user_detail {
        flex-wrap: nowrap;
    }
	.podcast-img,
    .webcast-img {
		width: 100%;
		height: 500px;
    }
}
@media (max-width: 991px) {
    .podcast-content-wrap,
    .webcast-content-wrap {
        flex-direction: column-reverse;
    }
    .podcast-content,
    .webcast-content {
        width: 100%;
        padding-right: 0px;
    }
    .podcast-episodes-img,
    .webcast-episodes-img {
        width: 100%;
        padding-bottom: 30px;
    }
    .podcast-img,
    .webcast-img {
		width: 100%;
		height: 500px;
    }
    .podcast-upcoming-episode-slider .pp-arrow-next {
        right: 0px !important;
    }
    .podcast-upcoming-episode-slider .pp-arrow-prev {
        left: 0px !important;
    }
    .upcoming-single .podcast-episodes-img {
        padding-left: 0px;
    }
    .upcoming-single .podcast-button-wrap .subscribe-btn {
        padding-right: 0px;
    }
    .upcoming-single .podcast-button-wrap .contact-us {
        padding-left: 0px;
        padding-top: 20px;
    }
	.upcoming-single .podcast-content,
	.upcoming-single .podcast-episodes-img,
	.upcoming-single .webcast-content,
	.upcoming-single .webcast-episodes-img  {
		width: 100%
	}
	.upcoming-single .podcast-episodes-img, .upcoming-single .webcast-episodes-img {
		padding-left: 0;
	}
}
@media (max-width: 768px) {
    .upcoming-single .podcast-content,
    .upcoming-single .podcast-episodes-img,
    .upcoming-single .podcast-button-wrap .subscribe-btn,
    .upcoming-single .podcast-button-wrap .contact-us  {
        width: 100%;
    }
	.telecasted-podcast-grid,
	.telecasted-webcast-grid {
		width: 50%;
	}
    .success-stories-filter .searchandfilter ul {
        justify-content: flex-start;
    }
    .success-stories-filter .searchandfilter ul li {
        width: 33.33%;
    }
    .customer-stories-grid {
        width: 50%;
    }
}
@media (min-width: 520px) and (max-width: 767px){
	.customer-stories-grid {
		width: 50%;
	}
}
@media (max-width: 767px) {
    .council-wrap .user_name {
        font-size: 24px;
    }
    .customer-story-buttons .btn-wrap a {
        display: block;
        margin-right: 0;
    }
    .podcast-title h4,
    .webcast-title h4 {
        font-size: 24px;
    }
    .telecasted-podcast-grid,
    .telecasted-webcast-grid {
		margin-bottom: 30px;
        width: 100%;
    }
	.podcast-img,
    .webcast-img {
		height: 400px;
    }
	.advisory-board-members-wrap .column,
    .steering-group-wrap.advisory-board-members-wrap .column {
		width: 50%;
	}
}
@media (max-width: 480px) {
    .council-members-wrap .column {
        width: 100%;
    }
    .podcast-episodes-wrap,
    .webcast-episodes-wrap {
        padding: 20px;
    }
    .webcast-video iframe {
        height: 180px;
    }
	.podcast-img,
    .webcast-img {
		height: 300px;
    }
	.advisory-board-members-wrap .column,.steering-group-wrap.advisory-board-members-wrap .column {
		width: 100%;
	}
    .podcast-single-wrap .podcast-episodes-wrap,
    .podcast-single-wrap .webcast-episodes-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .series-title {
        font-size: 38px;
    }
    .series-subtitle {
        font-size: 20px;
    }
    .success-stories-filter .searchandfilter ul li,
    .customer-stories-grid {
        width: 100%;
    }
}
