/* CSS Document
*
* Theme Name: Enterprise v2
* Theme URI: https://workerbee.tv/
* Author: WorkerBee.TV Inc.
* Author URI: https://workerbee.tv/
* Description: Our video platform aligns with your brand and integrates easily to your website.
* This means, all your video content will be housed on a page that looks like another page on your website, but leverages our global back end and unique capabilities to create, feature, distribute and monetize video. Keep members on your website, control the video experience with no YouTube ads or related videos that might be competitive or even offensive to your brand and objectives. Engage your members and make it easy for them to take action on your videos directly or to your sponsors and supporters who are helping you finance your video content strategy.
* Version: 10.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wbtv-ent
---------------------------
---------------------------
-----Table of Contents-----
I. General
I. Header
    - Breadcrumbs
    - Search
    - Menu
II. Main Content
    - Channels Page
III. Sidebar
IV. Widgets
    - Nav tabs
    - Shortcodes
        - Sharing
        - Featured Post
    - Carousel
V. Footer
VI. Media Query
---------------------------
---------------------------
**/

/* General */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
	color: #4e4d4d;
	font-family: 'Roboto';
}

body {
    padding-bottom: 0 !important;
}

p {
	font-size: 12pt;
	font-weight: 400;
}

h1 {
	font-size: 30pt;
	font-weight: 700;
}

h2 {
	font-size: 26pt;
	font-weight: 700;
}

h3 {
	font-size: 22pt;
	font-weight: 700;
}

h4 {
	font-size: 18pt;
	font-weight: 700;
}

h5 {
	font-size: 14pt;
	font-weight: 700;
}

h6 {
	font-size: 12pt;
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

.no-margin {
	margin: auto;
}

.no-padding {
	padding: 0;
}

/* overwrite bootstrap by theme's default */
button:focus {
    outline: none;
}

.btn-primary {
    background-color: #0f1f69;
    border-color: #0f1f69;
}

.btn-primary:hover {
    background-color: #243583;
    border-color: #243583;
}

.btn-danger {
    background-color: #9f4644;
    border-color: #9f4644;
}

.btn-danger:hover {
    background-color: #a74e4c;
    border-color: #a74e4c;
}

#page{
    position:relative;
}

.bg-color-white{
    background-color:#ffffff;
}

/* Header */
#wb-ent-header-widget {
	background: #ffffff;
	font-family: 'Roboto';
	height: auto;
}

.wb-ent-bbg {
	background-color: #ffffff;
}

.wb-header-home-icon .wb-ent-home-icon{
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

#wb-ent-home-icon {
	background: none;
	height: 61px;
	width: 54px;
}
.wb-ent-home-icon span.wb-home-icon-alt {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
    color: #0f1f69;
}
.wb-ent-home-icon i.fas.fa-home {
    font-size: 24px;
    padding: 10px;
    background-color: #0f1f69;
    color: #ffffff;
    border-radius: 50%;
    line-height: 26px;
}
.wb-header-home-icon a:hover > .wb-ent-home-icon{
    opacity: 0.8;
}

/* Searchbox */
.wb-ent-search-box {
	background-color: #c4c4c4;
	border: 0 !important;
	color: #858585;
	font-family: 'Roboto';
	font-weight: 300;
}

.wb-ent-search-box:focus {
	box-shadow: none;
}

.wb-ent-search-box-inside {
	background-color: #c4c4c4;
	border-radius: 4px;
	height: 40px;
}

.wb-ent-search-box-btn {
	background-color: #0f1f69;
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: 300;
}

.wb-ent-search-box-btn:hover {
    background-color: #243583;
}

.wb-ent-search-box-custom-btn {
	background-color: #2a716c;
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: 300;
}

.wb-ent-search-box-custom-btn:hover {
    background-color: #3a8580;
}

.wb-ent-search-box-post-filter {
	height: 36px;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.wb-ent-search-box-video-icon {
	color: #9e9d9d;
	font-size: 20pt;
	padding-left: 12px;
}

.wb-ent-search-box-media {
    position: relative;
    z-index: 0;
}

/* Breadcrumbs */
.breadcrumb {
	background-color: #e9e9e9;
	margin: 0;
	padding: 0 15px 0 0;
}

.breadcrumb li {
	font-family: 'Roboto';
	font-size: 11pt;
	font-weight: 300;
}

.breadcrumb a {
	color: #3a3a3a;
}

.breadcrumb a:hover {
	color: #3a3a3a;
}

.breadcrumb>.active {
	color: #3a3a3a;
}

.wb-ent-bc-icons .breadcrumb-item + .breadcrumb-item::before {
	color: #3a3a3a;
        content: none;
	font-family: 'Roboto';
	font-size: 11pt;
	font-weight: 300;
	text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.wb-ent-bc-icons .breadcrumb-item.active {
	color: #3a3a3a;
	font-family: 'Roboto';
	font-size: 11pt;
	font-weight: 300;
	text-decoration: none;
}
/* End of breadcrumbs */

/* Custom Styles */
.wb-ent-more-btn {
	background-color: #0f1f69;
	border-color: #0f1f69;
  	border-radius: 4px;
	font-size: 10pt;
	font-weight: 100;
}

.wb-ent-more-btn:hover {
	background-color: #243583;
	border-color: #243583;
}

.wb-ent-more-v2-btn {
	background-color: #4b719b;
	border-color: #4b719b;
  	border-radius: 4px;
	font-size: 10pt;
	font-weight: 100;
}

.wb-ent-more-v2-btn:hover {
	background-color: #5b7fa7;
	border-color: #5b7fa7;
}

.wb-ent-watch-video-btn {
	background-color: #0f1f69;
	border-color: #0f1f69;
  	border-radius: 4px;
	font-size: 10pt;
	font-weight: 100;
}

.wb-ent-watch-video-btn:hover {
	background-color: #243583;
	border-color: #243583;
}

.wb-ent-add-cart-btn {
	background-color: #3f7297;
	border-color: #3f7297;
  	border-radius: 4px;
	font-size: 10pt;
	font-weight: 100;
}

.wb-ent-add-cart-btn:hover {
	background-color: #4c7fa4;
	border-color: #4c7fa4;
}

.wb-ent-member-price-text {
	color: #4c7fa4;
	font-size: 10pt;
	font-style: italic;
}

.wb-ent-custom-sign-up {
	background-color: #0f1f69;
  	border-radius: 4px;
	border-color: #0f1f69;
}

.wb-ent-custom-sign-up:hover {
	background-color: #243583;
	border-color: #243583;
  	border-radius: 4px;
}

.wb-ent-custom-sign-in {
	background-color: #476e2d;
	border-color: #476e2d;
  	border-radius: 4px;
}

.wb-ent-custom-sign-in:hover {
	background-color: #567d3b;
	border-color: #567d3b;
  	border-radius: 4px;
}

.wb-ent-subscribe-btn {
	background-color: #9f4644;
	border-color: #9f4644;
  	border-radius: 4px;
	font-size: 16pt;
	font-weight: 700;
	letter-spacing: 1pt;
	padding: 10px 0;
	width: 100%;
}

.wb-ent-subscribe-btn:hover {
	background-color: #a74e4c;
	border-color: #a74e4c;
  	border-radius: 4px;
	font-size: 16pt;
	font-weight: 700;
	letter-spacing: 1pt;
	width: 100%;
}

.wb-ent-custom-font-awesome-style-1 {
	color: #00405E;
	padding-right: 6px;
	padding-top: 6px;
}

.wb-ent-custom-font-awesome-style-2 {
	color: #00405E;
	padding-right: 6px;
	padding-top: 6px;
}

.wb-ent-custom-font-awesome-style-3 {
	color: #00405E;
	padding-left: 4px;
	padding-top: 6px;
}

.wb-ent-custom-font-awesome-style-4 {
	color: #00405E;
	padding-right: 4px;
	padding-top: 6px;
}

.wb-ent-custom-link-1:link {
	color: #00273C;
	text-decoration: none;
}

.wb-ent-custom-link-1:visited {
	color: #00273C;
	text-decoration: none;
}

.wb-ent-custom-link-1:hover {
	color: #006896;
	text-decoration: none;
}

.wb-ent-custom-link-1:active {
	color: #00273C;
	text-decoration: none;
}

.wb-ent-custom-link-gated:link {
	color: #1d2c72;
	text-decoration: none;
}

.wb-ent-custom-link-gated:visited {
	color: #1d2c72;
	text-decoration: none;
}

.wb-ent-custom-link-gated:hover {
	color: #4b719b;
	text-decoration: none;
}

.wb-ent-custom-link-gated:active {
	color: #1d2c72;
	text-decoration: none;
}

.wb-ent-custom-fb-1:link {
	color: #3169AE;
	text-decoration: none;
}

.wb-ent-custom-fb-1:visited {
	color: #3169AE;
	text-decoration: none;
}

.wb-ent-custom-fb-1:hover {
	color: #4b80c1;
	text-decoration: none;
}

.wb-ent-custom-fb-1:active {
	color: #3169AE;
	text-decoration: none;
}

.wb-ent-custom-gplus-1:link {
	color: #EB4849;
	text-decoration: none;
}

.wb-ent-custom-gplus-1:visited {
	color: #EB4849;
	text-decoration: none;
}

.wb-ent-custom-gplus-1:hover {
	color: #f47475;
	text-decoration: none;
}

.wb-ent-custom-gplus-1:active {
	color: #EB4849;
	text-decoration: none;
}

.wb-ent-custom-twitter-1:link {
	color: #00A5ED;
	text-decoration: none;
}

.wb-ent-custom-twitter-1:visited {
	color: #00A5ED;
	text-decoration: none;
}

.wb-ent-custom-twitter-1:hover {
	color: #45bff4;
	text-decoration: none;
}

.wb-ent-custom-twitter-1:active {
	color: #00A5ED;
	text-decoration: none;
}

.wb-ent-custom-linkedin-1:link {
	color: #006798;
	text-decoration: none;
}

.wb-ent-custom-linkedin-1:visited {
	color: #006798;
	text-decoration: none;
}

.wb-ent-custom-linkedin-1:hover {
	color: #2f87b1;
	text-decoration: none;
}

.wb-ent-custom-linkedin-1:active {
	color: #006798;
	text-decoration: none;
}

.wb-ent-custom-title {
	font-weight: 300;
}

.wb-ent-custom-ul {
	padding-left: 0;
}
/* End of custom styles */

/* Main Menu */
.wb-ent-navbar {
	font-weight: 700;
	margin-left: -30px;
	padding-top: 10px;
}

.wb-ent-navbar-btn {
	color: #ffffff;
}

.nav-item::after {
	background-color: #4e4d4d;
    content: '';
    height: 40%;
    position: absolute;
	right: 0;
    top: 14px;
	width: 2px;
}

.nav-item {
    position: relative;
}

.nav-item:last-child:after {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child a {
    padding-right: 1.1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.9rem;
    outline: none !important;
}
#wb-ent-nav-widget.navbar-expand-lg .navbar-nav .dropdown-item:active {
    background-color: transparent;
}

.dropdown-item {
	padding-right: 0.9rem;
	padding-left: 0.25rem;
}

.wb-ent-submenu {
    position: relative;
}

.dropdown-menu {
	border: none;
}

.wb-ent-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.wb-ent-submenu:hover>.dropdown-menu {
    display: block;
}

.wb-ent-navbar ul#wb-ent-main-nav li.nav-item.dropdown.open > ul.sub-menu.dropdown-menu{
    display: block;
}

.wb-ent-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-left-color: #ccc;
    margin-top: 7px;
    margin-right: -16px;
}

.wb-ent-submenu:hover>a:after {
    border-left-color: #fff;
}

.wb-ent-submenu.pull-left {
    float: none;
}

.wb-ent-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.wb-ent-chanlib-link {
	color: #ffffff;
    display: inline-block;
	font-size: 12pt;
    font-weight: 300;
    line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a.wb-ent-chanlib-link:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Left Side Navigation */
/* accordion menu */
#accordion-menu {
	max-width: 30px;
}

/* left side navigation */
nav:not(.mm-menu) {
	display: none;
}

.mm-menu {
    background: #002266 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, .75) !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(255, 255, 255, 0.9) !important;
}

.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.mm-menu-list {
    color: #ffffff !important;
}

/* Main Content*/
.wb-ent-body-box {
	background-color: #f5f3f3;
  	border-radius: 4px;
	width: 100%;
}

.wb-ent-widget-div {
	position: static;
}

.main-content > main.container > .row > .col-md-8 > *,
.main-content > main.container > .row > div#wb-ent-sidebar-widget > * {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.main-content > main.container > .row > .col-md-8 > .wb-ent-widget-div,
.main-content > main.container > .row > div#wb-ent-sidebar-widget > .wb-ent-widget-div {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.main-content > main.container > .row > .col-md-8 > *:first-child,
.main-content > main.container > .row > div#wb-ent-sidebar-widget > *:first-child {
	margin-top: auto;
	margin-bottom: auto;
}

.wb-ent-custom-title {
	font-weight: 300;
}

.wb-ent-custom-ul {
	padding-left: 0;
}
.wb-single-content {
	height: 100%;
}
/* Sidebar */
aside#wb-ent-sidebar-widget{
    position: relative;
}

/* Channel Page Design */
.wb-ent-chan-container-load {
	position: relative;
}

.wb-ent-loading-icon {
	position: fixed;
    width: 100%;
    left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
	from { -webkit-transform:rotate(0deg); }
	to { -webkit-transform:rotate(360deg); }
}

@keyframes spin {
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}

.wb-ent-loading-icon::after {
	content: '';
    display: block;
    position: absolute;
    left: 48%;
	top: 45%;
    width: 58px;
	height: 58px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 5px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.wb-ent-widget-banner {
	display: inline;
}

.wb-ent-shadow {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}

.wb-ent-shadow-white {
    -webkit-box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 1);
}

/* Sidebar */
.wb-ent-card-header {
	background-color: #1d2c72;
	border: none;
}

.wb-ent-card-header:hover {
	background-color: #243583;
	border: none;
}

.wb-ent-card-title {
	margin-bottom: 0;
}

.wb-ent-card-ul-chanlib {
	padding-left: 0;
	margin-bottom: 0;
}

.wb-ent-card-ul-chanlib-level-2 {
	padding-left: 0;
	margin-bottom: 0;
}

.wb-ent-card-ul-chanlib-level-3 {
	padding-left: 0;
	margin-bottom: 0;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib {
    border-top: 1px solid #94a0d9;
	background-color: #ffffff;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib-level-2 {
    border-top: 1px solid #94a0d9;
	background-color: #ffffff;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib-level-3 {
    border-top: 1px solid #94a0d9;
	background-color: #ffffff;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib li a {
    padding-left: 2.25rem;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib-level-2 li a {
    padding-left: 3.25rem;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib-level-3 li a {
    padding-left: 4.25rem;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib li:last-child {
    border-bottom: none;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib-level-2 li:last-child {
    border-bottom: none;
}

.wb-ent-card-ul-chanlib .wb-ent-card-ul-chanlib-level-3 li:last-child {
    border-bottom: none;
}

.wb-ent-card-channel {
    background-color: #f5f3f3;
	border-color: #1d2c72;
    border-radius: 4px;
    border-width: thin;
    width: 100%;
}

.channel-library-link-right {
	float: right;
}

.wb-ent-card-header>.wb-ent-card-header>a.wb-ent-chanlib-link[aria-expanded="true"] i.fas.fa-caret-down:before {
  	content: '\f0d8';
}

.wb-ent-cat-chanlink {
	color: #3a3a3a;
    display: inline-block;
	font-size: 12pt;
    font-weight: 300;
    line-height: 1.5;
	vertical-align: middle;
	width: 100%;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}

a.wb-ent-cat-chanlink:hover {
	color: #3a3a3a;
	text-decoration: none;
	background-color: #e7edfe;
}

.wb-ent-cat-chanlink-left {
	float: left;
}

.wb-ent-cat-chanlink-right {
	float: right;
}

.wb-ent-cat-chancollapse-icon {
	color: #1d2c72;
}

.wb-ent-card-body>a.wb-ent-cat-chanlink[aria-expanded="true"] i.fas.fa-plus-square:before {
  	content: '\f146';
}

.wb-ent-footer-par {
	font-size: 10pt;
	margin-bottom: 0;
	text-align: center;
}

/* Shortcode */
.video-js {
    width:100% !important;
}

/* Modal */
.wb-ent-modal-close-btn {
	background-color: #9f4644;
	border-color: #9f4644;
	font-size: 10pt;
	font-weight: 300;
}

.wb-ent-modal-close-btn:hover {
	background-color: #a74e4c;
	border-color: #a74e4c;
}

.wb-ent-modal-title-default {
	color: #3f7297;
	font-size: 12pt;
	font-weight: 600;
}

/* Footer */

/** GROUP ELEMENTS **/

/* BUTTON GROUPS */
.wb-ent-btn-group {
	background-color: #0f1f69;
	font-size: 10pt;
	font-weight: 100;
}

.wb-ent-btn-group:hover {
    background-color: #243583;
    border-color: #243583;
}

/* HEADINGS h1 GROUP */
.wb-ent-heading-one-group {
    color: #3a3a3a;
    font-family: 'Roboto';
    font-size: 13pt;
    font-style: normal;
    font-weight: 600;
}

/* HEADINGS h2 GROUP */
.wb-ent-heading-two-group {
    color: #3a3a3a;
    font-family: 'Roboto';
    font-size: 13pt;
    font-style: normal;
    font-weight: 600;
}

/* WIDGET HEADING GROUP */
.wb-ent-widget-heading-group {
    background-color: #1d2c72;
    border: none;
}

/* WIDGET HEADING TITLE GROUP */
.wb-ent-widget-heading-group {

}

/* LINKS GROUP */
.wb-ent-link-group {

}

.wb-ent-link-group:hover {

}

/** box bg color */
.wb-ent-body-box{
	background-color: transparent !important;
}
/* BOX SHADOW GROUP */
.wb-ent-shadow {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	border:none !important;
	border-radius: 0 !important;
}

/* POST DESCRIPTION PARAGRAPH GROUP */
.wb-ent-post-description-paragraph-group {
    overflow-wrap: break-word;
	overflow-wrap: anywhere;
	padding: 0 5px 0 0;
}

/* POST DATE & LOCATION PARAGRAPH GROUP */
.wb-ent-post-date-location-paragraph-group {

}

/* POST PRICE PARAGRAPH GROUP */
.wb-ent-post-price-paragraph-group {

}

/* POST AUTHOR NAME GROUP */
.wb-ent-post-author-paragraph-group {

}

/* IMAGE THUMBNAIL GROUP */
.wb-ent-img-thumbnail-group {

}

/* IMAGE GROUP */
.wb-ent-img-group {

}

/* ICON GROUP */
.wb-ent-icon-group {

}

/* MENU GROUP */
.wb-ent-menu-group {

}

/* BREADCRUMB GROUP */
.wb-ent-breadcrumb-group {

}

/* PAGINATION GROUP */
.wb-ent-pagination-group {

}

/* CHECKBOXES GROUP */
.wb-ent-checkboxes-group {

}

/* RADIO BUTTON GROUP */
.wb-ent-radio-btn-group {

}

/* SOCIAL ICONS GROUP */
.wb-ent-social-icons-group {

}

.code{
    font-family: monospace;
    color: #076c9c;

}

/* Media Query */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.navbar-toggler {
		background-color: #0f1f69;
		border-color: transparent;
		height: 48px;
		margin-left: 6px;
		margin-top: 10px;
		width: 48px;
	}

	.sidenav-menu {
		padding-left: 20px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.logged-in.admin-bar .mm-menu_opened ~ #wpadminbar {
            top: -46px;
            z-index: -1;
        }

	p {
		font-size: 11pt;
	}

	.wb-ent-title-video-channel {
		font-size: 12pt;
	}

	.wb-ent-body-box {
  		width: 100%;
	}

	.navbar-toggler {
		background-color: #0f1f69;
		border-color: transparent;
		height: 48px;
		margin-left: 6px;
		margin-top: 10px;
		width: 48px;
	}

	.sidenav-menu {
		padding-left: 20px;
	}

	.nav-link {
		font-size: 11pt;
		display: block;
		padding: 0.2rem 0.2rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.wb-ent-navbar-toggle {
		background-color: #0f1f69;
		border-color: transparent;
		height: 48px;
		margin-left: 6px;
		margin-top: 10px;
		width: 48px;
	}
}

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

	p {
		font-size: 11pt;
	}
}

/*** MOBILE PORTRAIT ***/
@media (max-width: 575.98px) {
	.wb-ent-main-post-content {
		padding-left: 0;
		padding-right: 0;
	}
}

/*** MOBILE LANDSCAPE ***/
@media (min-width: 576px) and (max-width: 767.98px) {
	.wb-ent-main-post-content {
		padding-left: 0;
		padding-right: 0;
	}
}

/*** MEDIUM DESKTOP ***/
@media (min-width: 1025px) and (max-width: 1600px) {
    .main-content .container {
        max-width: 1300px;
    }

	.wb-ent-main-page-content-section,
	.wb-ent-main-page-content-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/*** Wide Screen ***/
@media (min-width: 1601px)  {
    .main-content .container {
        max-width: 1758px;
    }

	.wb-ent-main-page-content-section,
	.wb-ent-main-page-content-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/**
additional **/
.wb-link-divider-right{ padding-right:6px; margin-right:6px; border-right: 1px solid rgba(0,0,0,0.6); }

/* Events Calendar  */
.wb-event-calendar-main-container .tribe-common .tribe-common-l-container {
	padding: 0;
}

.wb-webinar-loading-icon p {
	span {
		animation: webinarloading .6s infinite alternate;
		@for $i from 0 through 9 {
			&:nth-child(#{$i+1}) {
				animation-delay: #{$i*.1}s;
			}
		}
	}
}

@keyframes webinarloading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*Webinar Registration*/
div.error-item {
	padding: 10px 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-family: 'Roboto';
	font-weight: normal;
	margin-bottom: .5rem;
	border: 1px solid #A40000;
}

div.error-item span {
	border-left: 5px solid #A40000;
	padding-left: 7px;
	display: block;
}

.form-control.wb-mm-form-element.is-invalid {
	border-color: #A40000 !important;
}

label.wb-mm-form-label.text-danger,
label.wb-ent-form-label.text-danger {
	color: #A40000 !important;
}

/*Registration Success Modal*/
#wb-ent-webinar-registration-success-modal .modal-content.wb-ent-modal-content{
	border-radius: 24px;
	max-width: 500px;
}

.wb-webinar-registration-modals .modal-content.wb-ent-modal-content{
	border-radius: 24px;
	max-width: 448px;
}

#wb-ent-webinar-registration-success-modal h3,
.wb-webinar-registration-modals h3 {
	color: #000000;
	font-size: 36px;
}

#wb-ent-webinar-registration-success-modal p,
.wb-webinar-registration-modals p,
.wb-webinar-registration-modals label,
.wb-webinar-registration-modals .wb-form-links {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.wb-webinar-registration-modals .wb-form-links a {
	text-decoration: underline !important;
}

#wb-ent-paid-webinar-signup-modal .wb-ent-password-rule-text-wrapper {
	font-size: 75%;
	font-weight: 400;
}

#wb-ent-paid-webinar-signup-modal .wb-ent-terms-conditions {
	display: flex !important;
	align-items: flex-start;
	margin-top: 11px;
}

#wb-ent-paid-webinar-signup-modal .wb-ent-terms-conditions input[type="checkbox"] {
	width: 2rem;
	height: 1rem;
	margin-top: 1px;
	margin-right: 0;
}

#signup_password-wrapper.mb-3 {
	margin-bottom: 0 !important;
}

#wb-ent-webinar-registration-success-modal a.btn.btn-primary {
	border-radius: 4px !important;
	width: 123px;
}

.wb-add-webinar-to-calendar-btn.btn.btn-secondary,
#wb-ent-webinar-registration-success-modal .wb-add-webinar-to-calendar-btn.btn.btn-secondary {
	border-radius: 24px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.wb-add-webinar-to-calendar-btn.btn.btn-secondary a.wb-link,
#wb-ent-webinar-registration-success-modal .wb-add-webinar-to-calendar-btn.btn.btn-secondary a.wb-link {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.wb-add-webinar-to-calendar-btn.btn.btn-secondary a.wb-link:last-of-type,
#wb-ent-webinar-registration-success-modal .wb-add-webinar-to-calendar-btn.btn.btn-secondary a.wb-link:last-of-type {
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
}

.wb-text-between-hr {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #b4b4b4;
	line-height: 0.1em;
	margin: 34px 0 34px;
}

.wb-text-between-hr span {
	background:#fff;
	padding:0 16px;
}
.wb-post-attachments-wrapper .wb-post-attachment-download{
	display: block;
    max-width: fit-content;
}
#wb-ent-sidebar-widget img{
	max-width: 300px;
	width: 100%;
}
#wb-ent-sidebar-widget .wb-ent-channel-list-item-frame .wb-sc-cta-block-widget{
	max-width: 300px !important;
    margin: 0 auto !important;
}

.mini-cart-menu .mini-cart-menu-label {
	 text-decoration: none !important;
}