/* Helpers */
.d-none-mobile, .d-none-mobile-inline {
	display: none !important;
}
.d-block {
	display: block !important;
}
@media (min-width: 1000px) {
	.d-none-mobile {
		display: block !important;
	}
	.d-none-mobile-inline {
		display: inline-block !important;
	}
	.d-none-desktop {
		display: none !important;
	}
}

/* Header */
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines-button:after,
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines,
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before,
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines:before {
	height: 4px !important;
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before {
	top: 6px !important;
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after {
	top: -6px !important;
}
.slide_out_area_close .close-wrap .close-line {
	width: 4px !important;
	border-radius: 0 !important;
}
.off-canvas-menu-container.mobile-only {
	display: none !important;
}
#search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line, .nectar-close-btn .close-line, .slide_out_area_close .close-wrap .close-line, .style_slide_in_click .close-cart .close-line {
	background: #000;
}
@media (max-width: 690px) {
	#slide-out-widget-area .inner .off-canvas-menu-container li a {
		font-size: 16px !important;
		line-height: 26px !important;
	}
}

/* General */
.nectar-button.medium {
	font-size: 11px !important;
	padding: 12px 45px !important;
}
.nectar-button.see-through-2, .nectar-button.see-through-3 {
	border: 1px solid;
}
.platform-icons img {
    max-height: 36px !important;
    width: auto;
}
.home-podcast-grid-row .vc_col-sm-3 .vc_column-inner,
.video-grid-row .vc_col-sm-4 .vc_column-inner,
.video-grid-row .vc_col-sm-6 .vc_column-inner {
    padding: 10px;
    background: #f2f1f1;
    border-radius: 10px;
}
.video-grid-row .vc_col-sm-4 .vc_column-inner {
	background: #fff;
}
div[data-style="default"] .toggle > h3.toggle-title a {
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 700 !important;
	color: #000;
}
.toggle > .toggle-title a i {
	color: #b75fe0;
}

/* Blog */
.blog-recent .col {
	margin-bottom: 30px;
}
.blog-recent span.meta-category {
    display: none;
}
body.single-post .featured-media-under-header__cat-wrap {
	display: none;
}
body.single-post .main-content .featured-media-under-header {
	padding: 60px 0;
}
body.single-post blockquote {
	font-size: 1rem;
	line-height: 1.5;
}
body.single-post .post .content-inner,
body.single-post .row.hentry + .row {
	padding-bottom: 0;
}
body.single-post .blog_next_prev_buttons {
	margin-top: 0;
}

/* WPForms */
.wpforms-field {
    margin-bottom: 15px;
}
button.wpforms-submit {
    font-size: 11px;
	color: #000;
}

/* Footer */
#footer-outer .widget_media_image {
	margin-bottom: 15px;
}
@media (min-width: 1000px) {
	#footer-widgets[data-cols="5"] .container .row >div {
		width: 13.5%;
	}
	#footer-widgets[data-cols="5"] .col {
		margin-right: 6%;
	}
}