/**
 * description: Custom Styling sheet for Front-end Pages Only
 * author: WorkerBee.TV
 * date created: 07/07/2021
 * @package Enterprise
 */

#wb-main-content-wrapper {
	padding-top: 2px;
}

.wb-ent-front-end-page .navbar-nav,
.wb-ent-front-end-page .navbar-nav>li {
	display: inline-block;
}

.wb-ent-front-end-page .navbar-nav .nav-link {
	padding: 8px 16px;
}

.wb-ent-widget-heading-group .wb-ent-card-title .wb-ent-widget-heading-title-group {
	position: relative;
}

.page-template-login header,
.page-template-login footer,
.page-template-password-change header,
.page-template-password-change footer {
	display: none !important;
}

.page-template-page-templates div#wb-sc-login-form,
.page-template-page-templates div#wb-ent-login-form {
	background-color: #ffffff;
	margin: auto;
	max-width: 496px;
}

.page-template-password-change button#wb-sc-rp-save {
	margin-left: 20px;
}

.wb-invalid-feedback .vl-forgot-password {
	height: auto !important;
}

.wb-invalid-feedback .vl-forgot-password>.login-error-messsage {
	margin-bottom: 0 !important;
}

.wb-adbanner-section.wb-adbanner-uplb {
	background-color: #ffffff;
}

.page-template-register header .wb-adbanner-section.wb-adbanner-uplb {
	display: none !important;
}

/* text wrapping of image in post content */
img.alignleft {
	float: left;
	margin: 5px 8px 5px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 5px 8px;
}

/* allow bulleted list in post description */
.wb-ent-description ul {
	list-style: initial;
}

/**
* frontend menu sidebar */
.wb-nav-fe-toggle-btns {
	position: absolute;
	width: 113px;
}

header .wb-nav-fe-toggle-btns,
.wb-menu-searchbar-mobile,
#wb-ent-common-nav,
#wb-ent-fe-sidebar-mobile-nav {
	display: none;
}

.wb-display-block,
#wb-ent-fe-menu.wb-display-block {
	display: block !important;
}

.wb-nav-box-menu-toggle-a,
.wb-nav-box-menu-toggle-a-close {
	border-radius: 4px;
	padding: 12px 13.5px;
	line-height: 12px;
	width: 100%;
	height: 45px;
	position: relative;
	text-transform: uppercase;
	/* outline: none !important; */
}

.btn.wb-nav-box-menu-toggle-a-close {
	display: none;
	text-align: right;
	padding-right: 20px;
}

.wb-show-fe-sidebar-menu .wb-nav-box-menu-toggle-a-close {
	display: block;
}

.wb-show-fe-sidebar-menu .wb-nav-box-menu-toggle-a {
	display: none;
}

.wb-close-icon:hover {
	opacity: 1;
}

.wb-close-icon:before,
.wb-close-icon:after {
	position: absolute;
	left: 0;
	content: " ";
	height: 20px;
	width: 2px;
	background-color: #065f5d;
}

.wb-close-icon:before {
	transform: rotate(45deg);
}

.wb-close-icon:after {
	transform: rotate(-45deg);
}

.wb-overflow-hidden {
	/*overflow:hidden;*/
}

/**
breadcrumbs */
.wb-ent-breadcrumb-group .breadcrumb {
	background-color: transparent;
}

.wb-ent-breadcrumb-group .breadcrumb .breadcrumb-item>a {
	font-size: 14px;
	margin-right: 30px;
	position: relative;
}

.wb-ent-breadcrumb-group .breadcrumb .breadcrumb-item>a:before,
.wb-ent-breadcrumb-group .breadcrumb .breadcrumb-item>a:after {
	position: absolute;
	right: -18px;
	content: " ";
	height: 6px;
	width: 1px;
	background-color: #9f9f9f;
}

.wb-ent-breadcrumb-group .breadcrumb .breadcrumb-item>a:before {
	transform: rotate(45deg);
	top: 8px;
}

.wb-ent-breadcrumb-group .breadcrumb .breadcrumb-item>a:after {
	transform: rotate(-45deg);
	top: 4px;
}

.wb-filter-wrapper label.wb-mm-form-label {
	font-size: 14px;
	margin-bottom: 0px;
}

.wb-filter-wrapper .SumoSelect {
	border: 1px solid #b4b4b4;
	margin-top: 0px;
}

.wb-filter-wrapper .SumoSelect>.CaptionCont {
	font-size: 14px;
	padding: 5px 15px;
	height: 35px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.wb-filter-wrapper .SumoSelect>.CaptionCont>span::before {
	display: none;
}

.fa-chevron-down,
.fa-chevron-up,
.SumoSelect>.CaptionCont>label>i {
	background-repeat: no-repeat;
	background-position: center center;
}

.fa-chevron-down,
.SumoSelect>.CaptionCont>label>i {
	background-image: url("../images/arrow-down.svg");
}

.fa-chevron-up {
	background-image: url("../images/arrow-up.svg");
}

.SumoSelect>.CaptionCont>label>i {
	width: 18px;
	height: 37px;
	position: relative;
	display: block;
}

.SumoSelect>.CaptionCont>label>i::before {
	display: none !important;
}

.fa-chevron-down::before,
.fa-chevron-up:before,
.SumoSelect>.CaptionCont>label>i::before {
	opacity: 0;
}

/**
* search results page
*/
.wb-heading-style-thin {
	font-size: 24px;
	font-weight: 300;
	margin-top: 15px;
}

.wb-heading-style-bold {
	font-size: 16px;
	margin-top: 22px;
	margin-bottom: 6px;
}

.wb-heading-style-bold.mt-big {
	margin-top: 34px;
}

/* Channel Header Image */
.wb-ent-channel-page-template .wb-ent-main-content-container .wb-channel-header-image-container {
	margin-bottom: 1rem;
}

.wb-ent-channel-page-template .wb-ent-main-content-container .wb-channel-header-image-container img {
	width: 100%;
}

.wb-ent-breadcrumb-group {
	margin-top: 4px;
}

.wb-ent-breadcrumb-group .breadcrumb li {
	font-size: 14px;
}

.wb-search-filter-btn-grp div.optWrapper ul li label {
	font-size: 14px;
	overflow:hidden;
	display:inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#wb_filter_by_channel-wrapper div.optWrapper ul li.wb-opt-channel-child,
#wb_search_filter_by_channel-wrapper div.optWrapper ul li.wb-opt-channel-child,
#wb_search_filter_by_lms_channels-wrapper div.optWrapper ul li.wb-opt-channel-child {
	padding-left: 55px;
}

#wb_filter_by_channel-wrapper div.optWrapper ul li.wb-opt-channel-grandchild,
#wb_search_filter_by_channel-wrapper div.optWrapper ul li.wb-opt-channel-grandchild,
#wb_search_filter_by_lms_channels-wrapper div.optWrapper ul li.wb-opt-channel-grandchild {
	padding-left: 75px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt.wb-sumo-first-level {
	padding-left: 35px;
}

.wb-search-filter-btns {
	margin-top: 28px;
	max-width: 184px;
}

.wb-search-filter-btns .btn {
	/* padding: 5px 15px; */
	font-size: 14px;
	height: 38px;
	/* margin-left: 8%; */
}

.wb-search-filter-btns button#wb-apply-filter {
	margin-left: 0;
}

.wb-search-filter-btns a#wb-clear-filter,
.wb-search-filter-btns a#wb-clear-channels-filter {
	line-height: 28px;
}

.wb-ent-social-tablet {
	display: none !important;
}

.wb-ue-media-action-btns {
	padding-top: 16px;
}

aside#wb-ent-sidebar-widget {
	padding: 0 0 0 15px;
}

aside#wb-ent-sidebar-widget .wb-ent-channel-list-item-frame {
	padding: 0;
}

aside#wb-ent-sidebar-widget .wb-ent-channel-list-item {
	flex: 0 0 95%;
	max-width: 95%;
}

.wb-sample-banner-content {
	padding-top: 87%;
	position: relative;
	margin: auto;
	overflow: hidden;
	background: #c4c4c4;
}

.wb-sample-banner-content .flex-item {
	position: absolute;
	top: -50%;
	margin: auto;
	bottom: -50%;
	width: 100%;
	height: 80px;
	font-size: 26px;
	font-family: "Roboto";
	font-weight: 300;
	text-align: center;
}

.wb-sample-banner-content-medium {
	padding-top: 87%;
	max-width: 320px;
	max-height: 250px;
}

.wb-sample-banner-content-half-page {
	padding-top: 230%;
	max-width: 300px;
	max-height: 600px;
}

div#wb_sidebar_post_list {
	margin-top: 50px;
	padding: 0 15px;
}

.wb-main-page-content,
.wb-main-page-content-search-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wb-ent-main-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.wb-form-div-mx-auto .wb-ent-post-list-widget form .card-deck {
	margin: auto !important;
}

/* Start Featured Post Shortcode Home Page */
.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item {
	border: none;
	margin-top: 1rem;
}

.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body {
	padding: 0;
}

.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body h1.wb-ent-title-vid.wb-ent-heading-one-group {
	color: #065f5d;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
}

.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body .wb-ent-post-date-location-paragraph-group {
	color: #000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 10.5pt;
	line-height: 19px;
}

.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body p.wb-ent-date-loc-vid.wb-ent-post-date-location-paragraph-group {
	display: none;
}

.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body .wb-ent-post-description-paragraph-group {
	color: #000000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 10.5pt;
	line-height: 19px;
}

.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body .wb-ent-more-btn.mx-auto {
	background-color: #fff;
	border-color: #fff;
	color: #065f5d !important;
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: underline;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* End Featured Post Shortcode Home Page */

/* Content widget button container */
.wb-ent-main-content-container .wb-ent-main-post-content .wb-ent-content-widget-button-container {
	display: none;
}

/* Search Page Styling */
.wb-ent-search-template .wb-ent-main-post-content-container .wb-main-page-content,
.wb-ent-search-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar

/* .wb-ent-channel-page-template .wb-ent-main-post-content-container .wb-main-page-content, */
/* .wb-ent-channel-page-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar, */
/* .wb-ent-special-classification-page-template .wb-ent-main-post-content-container .wb-main-page-content, */
/* .wb-ent-special-classification-page-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar  */
	{
	padding-left: 1rem;
	padding-right: 1rem;
}

section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content,
section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container,
section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content>.row>[class^="col-"],
section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container>.row>[class^="col-"] {
	padding-right: 4px !important;
}

.wb-ent-search-template .wb-search-filter-btns a#wb-clear-filter,
.wb-ent-channel-page-template .wb-search-filter-btns a#wb-clear-filter,
.wb-ent-my-purchases-template .wb-search-filter-btns a#wb-clear-filter {
	line-height: 1.8;
}

/* Channel Page Styling */
.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn .wb-ent-shortcode-search-box,
.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn #wb-show-channel-page-filters {
	font-family: "Roboto";
	font-style: normal;
	font-size: 14px;
}

.wb-ent-channel-page-template .wb-opt-category {
	padding-left: 4rem !important;
}

.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn .wb-ent-shortcode-search-box {
	font-weight: 300 !important;
}

.wb-ent-channel-page-template .wb-pl-skin-ent-v2,
.wb-ent-special-classification-page-template .wb-pl-skin-ent-v2 {
	padding-left: 15px;
}

.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 {
	margin-bottom: 0 !important;
}

.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle,
.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle:hover,
.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle:active,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle:hover,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle:active,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle:hover,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle:active {
	background-color: transparent;
	border: none;
	color: #000 !important;
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	padding-left: 0;
}

.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected,
.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected:hover,
.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected:active,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected:hover,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected:active,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected:hover,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .wb-sort-by-selected:active {
	color: #065f5d !important;
}

.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .fa-angle-down,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle .fa-angle-down,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle .fa-angle-down {
	color: #065f5d !important;
	font-weight: bold;
	font-size: 23px;
	vertical-align: middle;
}

.wb-ent-channel-page-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item:focus,
.wb-ent-channel-page-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item:hover,
.wb-ent-my-purchases-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item:focus,
.wb-ent-my-purchases-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item:hover,
.wb-ent-special-classification-page-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item:focus,
.wb-ent-special-classification-page-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item:hover {
	background-color: #065f5d;
}

.wb-ent-channel-page-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item.selected,
.wb-ent-my-purchases-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item.selected,
.wb-ent-special-classification-page-template .wb-ent-sort-filter.wb-ent-widget-div .dropdown-menu a.wb-sort-filter-item.dropdown-item.selected {
	display: none;
}

.wb-ent-channel-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle::after,
.wb-ent-my-purchases-template .wb-plfc-skin-ent-v2 .dropdown-toggle::after,
.wb-ent-special-classification-page-template .wb-plfc-skin-ent-v2 .dropdown-toggle::after {
	display: none;
}

/* Restricted Content Alert Message */

.wb-restricted-content {
	margin-bottom: 4rem !important;
}

.wb-restricted-content h3 {
	color: #000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

.wb-restricted-content p {
	color: #000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.wb-restricted-content button {
	border-radius: 0;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

/* Sponsored Content Badge */
.wb-sponsored-content-badge {
	background-color: #4b5660;
	color: #fff;
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 16px;
	margin: 0.2rem 0 1.2rem 0;
}

/* Post Resources and Tags */
.wb-post-attachments-wrapper h3,
.wb-post-attachments-wrapper h2 {
	color: #000000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}

a.wb-post-attachment-actions,
a.wb-file-content-actions {
	color: #065f5d;
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline !important;
}

/* Post Prerequisites */
.wb-post-prerequisites-wrapper h3 {
	color: #000000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 19px;
}
.wb-post-prerequisites-wrapper strong {
	font-size: 14px;
}
.wb-post-prerequisites-wrapper ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-inline-start: 0;
	font-size: 14px;
}
.wb-post-prerequisites-wrapper ul li a {
	text-decoration: underline;
}

/**
ad server */
.wb-adbanner-section.wb-adbanner-uplb .wb-cta-ent-v2-skin {
	margin-bottom: 0 !important;
}

.wb-adbanner-section.wb-adbanner-uplb .wb-cta-ent-v2-skin,
.wb-adbanner-lower-lb .wb-cta-ent-v2-skin {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#wb-ent-sidebar-widget .wb-banner-code-wrapper>div,
#wb-ent-sidebar-widget .wb-banner-code-wrapper>div iframe {
	width: 100% !important;
	overflow: hidden;
}

/* Podcast Episode  Update */
.wb-ent-podcast-ep-feed-title {
	color: #000000;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 132.7%;
	margin-bottom: 1rem;
}

/**
most popular page */
#filter-popular-posts .SumoSelect,
#filter-popular-posts .wb-plfc-clabel {
	width: auto;
	display: inline-block;
}

#filter-popular-posts .wb-plfc-clabel {
	margin-right: 6px;
	position: relative;
	top: -7px;
	color: #065f5d;
}

#filter-popular-posts .SumoSelect .CaptionCont.SelectBox>span::before {
	display: none;
}

#filter-popular-posts .SumoSelect .CaptionCont.SelectBox {
	padding-right: 45px;
}

.wb-description-ent-v2 p.wp-caption-text {
	font-family: "Roboto";
	font-style: italic;
	font-size: 10.5pt;
	margin-top: 5px;
}

.wp-caption.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.wp-caption.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.wb-ent-skip-to-content {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 43%;
	padding: 0.7em;
	text-decoration: underline;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	z-index: 100;
	clip: rect(1px, 1px, 1px, 1px);
}

.wb-ent-skip-to-content:focus {
	clip: auto !important;
}

.wb-header-subs-search-tablet-container,
.wb-not-home.wb-cta-mobile-portrait-only,
.wb-cta-mobile-portrait-only.wb-ent-no-banner {
	display: none !important;
}

.wb-header-subs-search-container.wb-ent-no-banner {
	display: block;
}

.wb-cta-mobile-portrait-only.wb-ent-no-banner .wb-cta-btn-ent-v2-skin {
	max-width: 100% !important;
	font-size: 10.5pt !important;
}

.wb-single .wb-single-content aside#wb-ent-sidebar-widget {
	display: none;
}

/**
footer
*/
footer {
	padding: 45px 0;
}

footer .wb-footer-nav.row ul {
	margin-bottom: 0;
	padding: 0;
}

footer .wb-footer-nav.row ul#wb-ent-footer-nav-right,
footer .wb-footer-nav.row ul.wb-footer-socials-ul {
	text-align: right;
}

footer .wb-footer-nav.row ul>li {
	width: auto;
	float: none;
	display: inline-block;
}

footer .wb-footer-nav.row ul.wb-footer-socials-ul>li {
	margin-left: 28px;
}

footer .wb-footer-nav.row ul>li::after {
	display: none;
}

footer .wb-footer-nav.row ul>li>a {
	font-size: 14px;
	color: #fff;
	position: relative;
}

footer .wb-footer-nav.row>ul>li>a {
	text-decoration: underline;
}

.wb-footer-socials.row.col-12 {
	margin-top: 16px;
}

.wb-footer-socials ul.wb-footer-socials-ul>li>a>i {
	font-size: 25px;
	line-height: 26px;
}

footer .wb-footer-nav.row ul.wb-footer-nav-left>li:first-child>a.nav-link:before {
	content: "\f060";
	font-family: "FontAwesome";
	margin-right: 10px;
}

footer .wb-footer-nav.row ul#wb-ent-footer-nav-right li>a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 11px;
	background-color: #ffffff;
	top: -50%;
	margin: auto;
	bottom: -50%;
}

footer .wb-footer-nav.row ul#wb-ent-footer-nav-right li:last-child>a:after {
	display: none;
}

.sharethis-inline-share-buttons {
	display: none !important;
}

/* Webinar Styling  */
.wb-webinar-schedule p {
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
}

.wb-webinar-notice {
	background-color: #fff3cd;
	border: 1px solid #534009;
	border-radius: 4px;
}

.wb-webinar-notice p {
	color: #534009;
	font-size: 14px;
	font-weight: 400;
}

.wb-webinar-notice p b {
	font-size: 18px;
}

.wb-webinar-thumbnail {
	position: relative;
	text-align: center;
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-mobile {
	display: none;
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-lg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-lg,
.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-mobile {
	background-color: #ffffff;
	border: 1px solid #534009;
	border-radius: 16px;
	color: #000000;
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-lg p {
	font-size: 14px;
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-mobile p {
	font-size: 12px;
}

.wb-webinar-blocked-embed-alert {
	background-color: #fff3cd;
	border: 1px solid #534009;
	border-radius: 4px;
	color: #534009;
	font-size: 14px;
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-lg b {
	font-size: 18px;
}

.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-mobile b {
	font-size: 16px;
}

.wb-webinar-zoom a.btn-primary {
	font-size: 18px !important;
}

.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-slider-time,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-icon-rewind,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-icon-next,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-text-elapsed,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-text-countdown,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-text-duration,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-icon-cast,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-icon-cc,
.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-icon-settings,
.wb-webinar-content .jwplayer .jw-controls .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display {
	display: none !important;
}

.wb-webinar-content .jwplayer .jw-controls .jw-controlbar .jw-button-container .jw-text-live {
	display: flex !important;
}

.jw-text-live::before {
	color: red;
}

.wb-webinar-ui-v2-speakers-wrapper{
	min-width: 100vw;
}

/* Ad Banner Size Fix EAM-1165 */
/* .wb-cta-ent-v2-skin.wb-ent-v2-ad-banners img {
	min-width: 300px !important;
} */
/* Ad Banner Size Fix EAM-1165 */
.wb-ent-no-banner .wb-adbanner-lower-lb .wb-cta-ent-v2-skin {
    margin-bottom: 1.5rem !important;
}

/** webinar v2 */
.wb-webinar-ui-v2-header {
  position: relative;
  overflow: visible;
  height: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 50px;
	margin-top:6px;
}

.wb-webinar-ui-v2-title .wb-title-ent-v2-wrapper .wb-title-ent-v2 {
  font-size: 32px !important;
  line-height: 38px;
  font-weight: 700 !important;
}

.wb-webinar-ui-v2-published-date {
  background-color: #F6F6F6;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
}
.wb-webinar-ui-v2-published-date p.wb-ent-post-publish-date {
  margin-bottom: 0;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.wb-webinar-ui-v2-pricing {
  font-size: 24px;
  margin-top: 15px;
}

.wb-webinar-ui-v2-pricing .wb-post-price-container p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}

.wb-webinar-ui-v2-pricing .wb-post-price-container p > span {
	font-size: 24px;
	font-weight: 400;
}

.events-starts-at {
  font-size: 14px;
  text-align: center;
}
.wb-webinar-ui-v2-countdown-list,
.wb-webinar-ui-v2-registration-form{
  background-color: #F6F6F6;
  border: 1px solid #B4B4B4;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 26px;
  font-size: 14px;
}
.wb-webinar-ui-v2-registration-form {
  position: absolute;
	color:#000000;
	left:0;
	z-index:1;
}

.wb-webinar-ui-v2-countdown-list .countdown-label,
.wb-webinar-ui-v2-countdown-list .countdown-number{
  width: 100%;
  display: block;
  text-align: center;
}
.wb-webinar-ui-v2-countdown-list .countdown-number {
  font-size: 24px;
  font-weight: 700;
}
.wb-webinar-ui-v2-countdown-list .countdown-label {
  font-size: 12px;
	line-height: 14px;
  color: #000000;
}
.wb-webinar-ui-v2-registration-form h3,
.wb-webinar-ui-v2-registration-form h2 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.wb-open-confirm-registration{
	cursor: pointer;
}
.wb-webinar-ui-v2-registration-form .form-description{
  margin-bottom: 20px;
}
.wb-required-lbl{
	display: inline-block;
	color:#b00000 !important;
	margin-left:10px;
}
.wb-form-agreement{
	text-align: justify;
}
.wb-mm-form-wrapper .wb-form-agreement,
.wb-webinar-ui-v2-registration-form .form-description,
.wb-webinar-ui-v2-forms .wb-ent-terms-conditions .wb-ent-filter-box-item-label{
	color: #000;
	font-size: 12px;
	line-height: 16px;
	text-align: left !important;
}
.wb-webinar-ui-v2-registration-form form .btn.btn-primary {
  border-radius: 0 !important;
  width: 100%;
  margin: 10px auto;
}

.wb-webinar-ui-v2 .wb-ent-description-widget .wb-webinar-content {
  padding: 26px 30px 26px 0px;
	overflow: hidden;
	max-height: 300px;
  position: relative;
}

.wb-webinar-ui-v2 .wb-ent-description-widget .wb-webinar-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(125,185,232,0) 100%);
}

.wb-webinar-ui-v2 .wb-ent-description-widget .wb-webinar-content.show-all::after{
	display:none !important;
}
.wb-webinar-ui-v2 .wb-ent-description-widget .wb-webinar-content.show-all{
	max-height: 100%;
}

.wb-webinar-ui-v2 .wb-ent-description-widget .wb-webinar-content,
.wb-webinar-ui-v2 .wb-ent-description-widget .wb-webinar-content p,
.wb-webinar-ui-v2 .wb-ent-description-widget .wb-collapse-show-more,
.wb-webinar-ui-v2 .wb-ent-description-widget .wb-collapse-show-less {
  font-size: 14px;
	line-height: 18px;
}

.wb-webinar-description-collapse-btn {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  border-top: 1px solid #B4B4B4;
  padding: 20px;
	cursor: pointer;
}
.wb-webinar-description-collapse-btn > span.wb-collapse-show-more > i.fa,
.wb-webinar-description-collapse-btn > span.wb-collapse-show-less > i.fa{
	font-size: 20px;
	top: 2px;
  position: relative;
}

.wb-webinar-description-collapse-btn[aria-expanded="true"] > span.wb-collapse-show-more {
  display: none !important;
}
.wb-webinar-description-collapse-btn[aria-expanded="false"] > span.wb-collapse-show-less {
  display: none !important;
}
.wb-webinar-content.wb-hide-more-btn .wb-webinar-description-collapse-btn{
	display:none !important;
}

.wb-webinar-ui-v2-speaker-image {
  display: block;
  width: 120px;
  height: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
  border-radius: 50%;
}
.wb-webinar-speakers-heading {
  font-size: 18px;
}

.wb-webinar-ui-v2-speaker-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.wb-webinar-ui-v2-speaker-name .wb-webinar-ui-v2-speaker-position {
  width: 100%;
  display: block;
	font-weight: 400;
  font-size: 14px;
}
.wb-webinar-ui-v2-speaker-item {
  max-width: 225px;
}
.wb-webinar-ui-v2-description ul {
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: disc;
}

.wb-webinar-ui-v2-description ul li {
  padding-left: 16px;
  margin-bottom: 16px;
}
.wb-ent-keywords-widget ul{
	margin-top:0 !important;
}
.wb-ent-keywords-widget ul li {
  padding-left: 0 !important;
}
@media only screen and (min-width: 991.11px) {
	.wb-webinar-anonymous{
		min-height: 480px;
	}
	.wb-webinar-user-logged-in{
		min-height: 130px;
	}
}
@media (min-width: 1321px) {
	.wb-nav-box-menu-toggle-a {
		display: none;
	}

	.wb-show-fe-sidebar-menu .wb-nav-box-menu-toggle-a-close {
		display: none !important;
	}

	section#wb-ent-fe-menu {
		padding-top: 10px;
		max-width: 100%;
		flex: 0 0 14%;
		width: 14%;
	}

	section.wb-ent-main-page-content-section {
		flex: 0 0 83.66667%;
		max-width: 83.66667%;
		width: 83.66667%;
	}

	aside#wb-ent-sidebar-widget .wb-ent-channel-list-item-frame {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.col-md-12.wb-ent-no-banner.wb-ent-main-post-content-container.wb-ent-main-content-container .wb-webinar-ui-v2-body.col-lg-8.wb-webinar-ui-v2-col8 {
		flex: 0 0 63%;
		max-width: 63%;
		width: 63%;
	}
}

@media (min-width: 769px) {
	.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body>.col-lg-6:first-child {
		max-width: 60%;
		flex: 0 0 60%;
	}

	.wb-frontend-home-featured-post-container .wb-ent-widget-div.wb-ent-shortcode-item article.card-body>.col-lg-6:last-child {
		max-width: 40%;
		flex: 0 0 40%;
	}

	.wb-header-subs-search-container.wb-ent-no-banner {
		display: none;
	}

	.wb-webinar-ui-v2-speakers-wrapper.col-md-8.wb-webinar-ui-v2-col8,
	.wb-webinar-ui-v2-body.col-md-8.wb-webinar-ui-v2-col8 {
		flex: 0 0 63%;
	}

}

@media (max-width: 1600px) {

	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content,
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container,
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content>.row>[class^="col-"],
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container>.row>[class^="col-"] {
		padding-right: 0 !important;
	}
}

@media (max-width: 1320px) {
	.container {
		width: 100% !important;
		max-width: 100% !important;
	}

	main.container,
	header>section>.container {
		width: 100% !important;
		max-width: 92% !important;
	}

	.wb-show-fe-sidebar-menu .wb-main-page-content::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 44px);
		background: rgba(0, 0, 0, 0.3);
		background: linear-gradient(91.39deg,
				rgba(0, 0, 0, 0.48) -4.59%,
				rgba(0, 0, 0, 0) 59.35%);
	}

	.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
	}

	#wb-ent-fe-menu {
		position: absolute;
		top: 44px;
		left: 0;
		z-index: 2;
		height: auto;
		/* 100% */
		background-color: #fff;
		display: none;
		max-width: 240px;
		box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.25);
		padding-top: 16px;
		overflow-y: auto;
	}

	.wb-main-page-content-search-bar>section>.row {
		padding-left: 120px;
	}

	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content>.row,
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container>.row {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.wb-ent-search-template .wb-ent-main-post-content-container .wb-main-page-content,
	.wb-ent-search-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar,
	.wb-ent-search-template .wb-ent-main-post-content-container .wb-main-page-content section.col-xl-12,
	.wb-ent-search-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar section.col-xl-12,
	/* .wb-ent-channel-page-template .wb-ent-main-post-content-container .wb-main-page-content, */
	/* .wb-ent-channel-page-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar, */
	/* .wb-ent-channel-page-template .wb-ent-main-post-content-container .wb-main-page-content section.col-xl-12, */
	/* .wb-ent-channel-page-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar section.col-xl-12, */
	/* .wb-ent-special-classification-page-template .wb-ent-main-post-content-container .wb-main-page-content, */
	/* .wb-ent-special-classification-page-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar, */
	/* .wb-ent-special-classification-page-template .wb-ent-main-post-content-container .wb-main-page-content section.col-xl-12, */
	/* .wb-ent-special-classification-page-template .wb-ent-main-post-content-container .wb-main-page-content-search-bar section.col-xl-12, */
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content,
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container,
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-post-content>.row>[class^="col-"],
	section.wb-ent-main-page-content-section.wb-ent-main-page-content-video-section .wb-ent-main-page-content-container>.row>[class^="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wb-search-input-grp-ent-v2-skin input.wb-ent-shortcode-search-box,
	.wb-search-cta-ent-v2-skin .wb-ent-shortcode-search-box-btn {
		height: 38px;
		line-height: 10px;
	}

	/* Channel Filter */
	.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn .wb-channel-search-bar {
		padding-right: 15px !important;
	}
}

@media (max-width: 1023px) {

	.wb-header-menu-buttons .header-right-menu>a.btn.rounded-0.btn-primary,
	.wb-header-menu-buttons .header-right-menu>a.btn.rounded-0.btn-secondary {
		font-size: 12px;
		margin-left: 0px !important;
	}
}



@media (max-width: 991px) {
	.wb-webinar-ui-v2-countdown-list.row {
			margin-left: auto !important;
			margin-right: auto !important;
	}

	footer .wb-footer-nav.row ul {
		text-align: center !important;
	}
	.wb-webinar-ui-v2-registration-form {
		position: relative;
		left: auto;
	}
	.wb-webinar-ui-v2-header{
		padding-bottom: 10px;
	}
}

@media (max-width: 768px) {
	html {
		margin-top: 0px !important;
	}

	/* Leaderboard Ad Banner*/
	.wb-adbanner-section.wb-adbanner-uplb {
		margin-top: 80px;
		margin-bottom: 1.5rem;
	}

	header {
		min-height: 48.43px;
	}

	#wb-ent-fe-menu .wb-menu-searchbar-mobile {
		margin-bottom: 15px;
	}

	header .wb-nav-fe-toggle-btns,
	.wb-menu-searchbar-mobile,
	#wb-ent-fe-sidebar-mobile-nav {
		display: block;
	}

	/* Searchbar Container */
	.wb-ent-search-bar-container {
		display: none;
		/* hide */
	}

	/* Home */
	.wb-frontend-home-featured-post-container div:first-child.my-3 {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

	.wb-header-subs-search-container {
		display: none !important;
	}

	.wb-header-subs-search-tablet-container {
		display: block !important;
	}

	.wb-not-home.wb-cta-mobile-portrait-only.wb-ent-no-banner {
		display: block !important;
	}

	.wb-non-home-single-page.wb-cta-mobile-portrait-only.wb-ent-no-banner {
		display: block !important;
	}
}

@media (max-width: 768px) {
	#wb-ent-fe-menu {
		overflow-y: auto;
		height: 100%;
	}
}

@media (max-width: 767px) {
	#wb-ent-fe-menu {
		position: fixed;
		top: 0;
		padding-top: 65px;
		overflow-y: auto;
		height: 100%;
	}

	/* header .wb-nav-fe-toggle-btns, */
	#wb-ent-common-nav {
		display: block;
	}

	.wb-show-fe-sidebar-menu #wb-main-content-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

	header>#wb-ent-header-widget {
		position: fixed;
		top: 0;
		background-color: #ffffff;
		z-index: 9;
		width: 100%;
		text-align: center;
	}

	.wb-adbanner-section.wb-adbanner-uplb {
		position: relative;
	}

	#wb-main-content-wrapper {
		padding-top: 20px;
	}

	.logged-in #wb-main-content-wrapper {
		padding-top: 8px;
	}

	header>section>.container {
		position: relative;
	}

	header .wb-nav-fe-toggle-btns {
		z-index: 9;
		top: 12px;
		left: 5px;
		width: auto;
	}

	header .wb-nav-fe-toggle-btns .wb-nav-box-menu-toggle-a,
	header .wb-nav-fe-toggle-btns .wb-nav-box-menu-toggle-a-close {
		border: none;
		width: 45px;
		padding: 0;
		height: 25px;
		border: none !important;
		box-shadow: none !important;
		background-color: transparent !important;
		color: #065f5d !important;
	}

	header .wb-nav-fe-toggle-btns .wb-nav-box-menu-toggle-a i {
		font-size: 25px;
	}

	#wb-ent-nav-widget #wb-toggle-sidebar,
	.wb-show-fe-sidebar-menu .wb-main-page-content::after,
	#wpadminbar {
		display: none !important;
	}

	.wb-show-fe-sidebar-menu a.wb-nav-box-menu-toggle-a-close.btn.btn-secondary {
		display: inline;
		position: relative;
		padding: 15px 25px;
	}

	.wb-close-icon {
		top: 15px;
		left: auto;
	}

	.wb-ent-widget-button-container .wb-ent-channel-list-item-frame div {
		justify-content: center !important;
	}

	/* Channel filter */
	.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn {
		flex-wrap: wrap;
	}

	.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn .wb-channel-search-bar {
		padding-top: 1rem;
	}

	.wb-single .wb-single-content aside#wb-ent-sidebar-widget {
		display: block !important;
	}
}

/*** MOBILE PORTRAIT ***/
@media (max-width: 575.98px) {
	.wb-adbanner-section.wb-adbanner-uplb {
		margin-top: 60px;
	}

	.wb-search-filter-btn-grp {
		padding-left: 15px !important;
	}

	.wb-search-filter-btns {
		margin-top: 0 !important;
	}

	.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn #wb-show-channel-page-filters {
		width: 100% !important;
	}

	.wb-mb-fc {
		margin-top: 18px;
	}

	.wb-mb-fc h1 {
		margin-bottom: 12px;
	}

	.wb-ue-share {
		display: none !important;
	}

	.wb-ue-save {
		display: none !important;
	}

	title {
		color: #065f5d;
	}

	.wb-cta-mobile-portrait-only.wb-ent-no-banner {
		display: block !important;
	}

	.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-mobile {
		display: block !important;
	}

	.wb-webinar-thumbnail .wb-webinar-thumbnail-notice-lg {
		display: none !important;
	}

	.wb-ent-no-banner .wb-adbanner-lower-lb .wb-cta-ent-v2-skin {
		margin-bottom: 0 !important;
	}
}

/*** MOBILE LANDSCAPE ***/
@media (min-width: 576px) and (max-width: 767.98px) {
	.wb-search-filter-btn-grp {
		padding-left: 15px !important;
	}

	.wb-search-filter-btns {
		margin-top: 0 !important;
	}

	.wb-ent-channel-page-template .wb-ent-channel-filter-toggle-btn #wb-show-channel-page-filters {
		width: 100% !important;
	}

	.wb-mb-fc {
		margin-top: 18px;
	}

	.wb-mb-fc h1 {
		margin-bottom: 12px;
	}
}

/*** TABLET ***/
@media (min-width: 768px) and (max-width: 1024px) {
	.wb-search-filter-btn-grp {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		padding-left: 15px !important;
	}

	.wb-ent-channel-page-template .wb-search-filter-btns.mt-0 {
		margin-top: 23px !important;
	}
}

@media (min-width: 767.99px) and (max-width: 768px) {

	/* Home Page  */
	.wb-home-page #wb-ent-fe-menu {
		position: fixed;
		top: 0;
		padding-top: 65px;
		overflow-y: scroll;
	}

	.wb-show-fe-sidebar-menu .wb-home-page#wb-main-content-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

	#wb-ent-fe-menu .wb-menu-searchbar-mobile {
		margin-bottom: 15px;
	}

	.wb-nav-fe-toggle-btns {
		display: none !important;
	}

	header .wb-nav-fe-toggle-btns {
		display: block !important;
	}

	.wb-main-page-content-search-bar>section>.row {
		padding-left: 0 !important;
	}

	header>#wb-ent-header-widget {
		position: fixed;
		top: 0;
		background-color: #ffffff;
		z-index: 9;
		width: 100%;
		text-align: center;
	}

	#wb-main-content-wrapper {
		padding-top: 54px;
	}

	.logged-in #wb-main-content-wrapper {
		padding-top: 22px;
	}

	.col-md-3.wb-header-menu-logo-nav {
		width: 100% !important;
		max-width: 100% !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	header>section>.container {
		position: relative;
	}

	header .wb-nav-fe-toggle-btns {
		z-index: 9;
		top: 12px;
		left: 5px;
		width: auto;
	}

	header .wb-nav-fe-toggle-btns .wb-nav-box-menu-toggle-a,
	header .wb-nav-fe-toggle-btns .wb-nav-box-menu-toggle-a-close {
		border: none;
		width: 45px;
		padding: 0;
		height: 25px;
		border: none !important;
		box-shadow: none !important;
		background-color: transparent !important;
		color: #065f5d !important;
	}

	header .wb-nav-fe-toggle-btns .wb-nav-box-menu-toggle-a i {
		font-size: 25px;
	}

	#wb-ent-nav-widget #wb-toggle-sidebar,
	.wb-show-fe-sidebar-menu .wb-main-page-content::after,
	#wpadminbar {
		display: none !important;
	}

	.wb-show-fe-sidebar-menu a.wb-nav-box-menu-toggle-a-close.btn.btn-secondary {
		display: inline;
		position: relative;
		padding: 15px 25px;
	}

	.wb-close-icon {
		top: 15px;
		left: auto;
	}

	.col-md-9.wb-ent-main-post-content-container {
		-ms-flex: 0 0 60% !important;
		flex: 0 0 60% !important;
		max-width: 60% !important;
	}

	aside#wb-ent-sidebar-widget {
		-ms-flex: 0 0 40% !important;
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}

	/*
	Ad Banner Size Fix EAM-1165
	.col-md-9.wb-ent-main-post-content-container {
		-ms-flex: 0 0 53% !important;
		flex: 0 0 53% !important;
		max-width: 53% !important;
	}

	aside#wb-ent-sidebar-widget {
		-ms-flex: 0 0 46% !important;
		flex: 0 0 46% !important;
		max-width: 46% !important;
	}
	Ad Banner Size Fix EAM-1165
	*/

	.wb-home-page .swiper-button-prev,
	.wb-home-page .swiper-button-prev {
		z-index: 1 !important;
	}

	.wb-home-page .swiper-container {
		z-index: 0 !important;
	}

	.wb-ent-main-content-container .wb-ent-main-post-content .wb-ent-content-widget-button-container {
		display: block;
	}

	/* .wb-home-page .wb-ent-widget-button-container { */
	.wb-ent-widget-button-container {
		display: none;
	}

	.wb-frontend-home-featured-post-container div:nth-child(2).my-3 {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
}

/*
Ad Banner Size Fix EAM-1165
@media (min-width: 769px) and (max-width: 860px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 53.5%;
		max-width: 53.5%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 45.5%;
		max-width: 45.5%;
		width: 100%;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 45.5%;
	}
}

@media (min-width: 861px) and (max-width: 1023px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 59%;
		max-width: 59%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 40%;
		max-width: 40%;
		width: 100%;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 40%;
	}
}

@media (min-width: 1024px) and (max-width: 1099px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 64%;
		max-width: 64%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 35%;
		max-width: 35%;
		width: 100%;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 35%;
	}
}


@media (min-width: 1100px) and (max-width: 1200px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 67%;
		max-width: 67%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 33%;
		max-width: 33%;
		width: 100%;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 33%;
	}
}

@media (min-width: 1201px) and (max-width: 1320px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 72%;
		max-width: 72%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 28%;
		max-width: 28%;
		width: 100%;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 28%;
	}
}
Ad Banner Size Fix EAM-1165
*/

@media (min-width: 769px) and (max-width: 1320px) {
	.wb-close-icon {
		position: absolute;
		top: 8px;
		left: 22px;

	}
}

/*** MEDIUM DESKTOP ***/
@media (min-width: 1321px) and (max-width: 1600px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 76%;
		max-width: 76%;
		width: 100%;
		padding-right: 0;
	}
	.wb-header-subs-search-container {
		flex: 0 0 23%;
		max-width: 23%;
		width: 100%;
	}

	.wb-header-subs-search-container {
		padding-left: 7px
	}
	aside#wb-ent-sidebar-widget {
		max-width: 23%;
	}
}
/*
Ad Banner Size Fix EAM-1165
@media (min-width: 1321px) and (max-width: 1600px) {

	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 71%;
		max-width: 71%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 28%;
		max-width: 28%;
		width: 100%;
	}

	.wb-header-subs-search-container {
		padding-left: 7px;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 28%;
	}
}
Ad Banner Size Fix EAM-1165
*/

/*** LARGE SCREENS ***/
@media (min-width: 1601px) {
	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 78.5%;
		max-width: 78.5%;
		width: 100%;
		padding-right: 0;
	}
	.wb-header-subs-search-container {
		flex: 0 0 21.5%;
		max-width: 21.5%;
		width: 100%;
	}
	aside#wb-ent-sidebar-widget {
		max-width: 21%;
	}
}
/*
Ad Banner Size Fix EAM-1165
@media (min-width: 1601px) {

	.wb-ent-search-bar-container .col-md-9,
	.col-md-9.wb-ent-main-post-content-container {
		flex: 0 0 77%;
		max-width: 77%;
		width: 100%;
		padding-right: 0;
	}

	.wb-header-subs-search-container {
		flex: 0 0 23%;
		max-width: 23%;
		width: 100%;
	}

	aside#wb-ent-sidebar-widget {
		max-width: 22.5%;
	}
}
Ad Banner Size Fix EAM-1165
*/

@media (max-width: 478px) {
	footer .wb-footer-nav.row ul#wb-ent-footer-nav-left {
		max-width: 316px;
		margin: auto;
	}

	footer .wb-footer-nav.row ul.wb-footer-socials-ul>li {
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	aside#wb-ent-sidebar-widget {
		padding: 0;
	}
}

.wb-webinar-content.live {
	overflow: hidden;
	max-height: 100%;
	position: inherit;
	padding: 0;
}
.mini-cart-menu{
	text-decoration: none !important;
}

.wb-webinar-ui-v2-forms .wb-ent-terms-conditions {
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 1.25;
	padding-top: 3px;
}

.wb-webinar-ui-v2-forms .wb-ent-terms-conditions input[type="checkbox"] {
	width: 1.5rem;
	height: 1rem;
}

.wb-webinar-ui-v2-forms .wb-ent-terms-conditions .wb-ent-filter-box-item-label {
	font-weight: 400;
	padding-left: 0;
	color: #000000;
}

.wb-webinar-ui-v2-registration-form form .wb-hidden-input {
	width: 0;
	margin-top: 2rem;
}

.modal-content div.modal-title{
    font-size: 26px;
}