/*
Theme Name:     Vlog Child
Theme URI:      https://mekshq.com/theme/vlog
Description:    Child theme for the Vlog theme
Author:         meks
Author URI:     https://mekshq.com
Template:       vlog
Version:        0.1.002
*/

/* MOBILE LOGO */
#header, #vlog-responsive-header
{
	overflow-x: clip;
	max-width: 100%;
}

.vlog-responsive-header .vlog-site-branding.mini
{
	position: absolute;
	left: 60px;
	width: 170px;
}

.vlog-logo { max-height: 42px !important; }

.z-post-header
{
	min-height: 300px;
	width: 100%;
	margin: 0 3% 20px 0;
	background: #fff;
	box-shadow: rgb(58 58 58 / 18%) 0px 40px 40px -40px;
}

.z-post-header-left
{
	flex: 0 0 auto;
	width: 50%;
	position: relative;
}

.z-post-header-left-inner
{
	position: absolute;
	bottom: 30px;
	padding: 0 0 0 20px;
}

.z-post-header-left-inner h2
{
	text-transform: uppercase;
	margin: 0 0 6px;
	line-height: 1;
	font-size: 3.2rem;
}

.z-post-header-left-inner p
{
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.3;
}

.z-post-header-left-inner .fa, .z-post-header-left-inner .fas
{
	background: #ea2127;
	color: #fff;
	padding: 7px 0 0 0px;
	border-radius: 40px;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
}

.z-post-header-right
{
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
	line-height: 0;
	position: relative;
}

.z-post-header-right-inner
{
	position: absolute;
	bottom: 0;
	right: 0;
}

.z-post-header-right-inner img { width: 330px; }

.z-post-header .container.single-post-container
{
	padding: 10px 0 0;
	display: flex;
	min-height: 320px;
	max-width: 100%;
}

.excerpt-wrap li, .nv-content-wrap li
{
	list-style-type: disclosure-closed;
	margin: 0 0 0 3px;
}

.content-provider-text
{
	padding: 0 50px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	/*background: #f2f2f2;
	box-shadow: inset 0 0 400px #fff;*/
}

.content-provider-text h3
{
	margin: 0;
	font-size: 28px;
}

.content-provider-text button
{
	outline: 0;
	border: solid 2px #000;
	border-radius: 3px;
	padding: 2px 13px;
}

.content-provider-text button a
{
	color: #000;
	font-size: 18px;
	font-weight: 900;
}

.content-provider-text button:hover, .content-provider-text button:hover a, .content-provider-text button a:hover
{
	color: #fff;
	background: #000;
}

.content-provider-photo div, .content-provider-text div { margin: 10px auto 0!important; }

body:not(.logged-in) .fv-author
{
	background: #EA2127;
	font-size: 14px;
	padding: 2px 7px;
	color: #fff;
	border-radius: 6px!important;
}

body:not(.logged-in) .fv-author:before
{
	content: "LOGIN";
	font-family: 'Barlow'!important;
	font-weight: 500!important;
}

body:not(.logged-in) .vlog-actions-menu .vlog-action-login .fv-close:before { content: "X"; }
.vlog-slider-controls { margin-left: 0; }

.vlog-slider-controls .owl-next, .vlog-slider-controls .owl-prev
{
	z-index: 999;
	top: 30%;
	position: absolute;
	padding: 0;
	background: #111;
	color: #fff;
	border: none;
	border-radius: 40px;
	width: 28px;
	height: 28px;
	box-shadow: 0 0 0 1px rgb(255 255 255 / 50%);
}

.vlog-slider-controls .owl-next:hover, .vlog-slider-controls .owl-prev:hover { background: #ea2127; }

.vlog-slider-controls .owl-prev
{
	left: 4px;
	padding: 2px 2px 0 0;
}

.vlog-slider-controls .owl-next
{
	right: 4px;
	padding: 2px 0 0 2px;
}

.vlog-slider-controls .fa
{
	font-size: 22px;
	color: #fff;
}

/* TOP FIVE WIDGET */

/*.top-five-widget li
{
	margin: 0 0 .5em 0!important;
	text-align: left;
}

.top-five-widget .top-five-widget-thumb
{
	width: 70px;
	margin: 3px 26px 0 0;
	display: inline-block;
	float: left;
}

.top-five-widget .top-five-widget-thumb img
{
	margin: 0;
	border-radius: 0px;
}

.top-five-widget-title
{
	margin: 0;
	font-size: 24px;
}

.top-five-widget-title a { color: #000; }
.top-five-widget-title a:hover { color: #ea2226; }

.top-five-widget-position
{
	float: left;
	background: #111;
	color: #fff;
	width: 26px;
	height: 26px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 -40px;
	box-shadow: 0 0 0 3px #fff;
	font-size: 16px;
	font-weight: 900;
}*/

/* FOOTER MENU */
.vlog-copyright
{
	min-height: 100px;
	text-transform: lowercase !important;
}

#menu-footer-menu { text-align: center; }
#menu-footer-menu li { display: inline; }

#menu-footer-menu li a
{
	font-size: 14px;
	font-weight: 500;
}

#menu-footer-menu li:after
{
	content: " | ";
	margin: 0 7px;
}

#menu-footer-menu li:last-of-type:after
{
	content: "";
	margin: 0;
}

.vlog-actions-button.vlog-action-apps i { font-size: 26px; }
.vlog-actions-button.vlog-action-apps:hover span { color: #ea2127; }

/*.vlog-content{
	width: 768px;
	float: left;
	padding-bottom: 80px;
} */

/* Membership Subscribe Page */
body.memberpressproduct-template-template-membership-subscribe-page-php .vlog-site-content
{
	/*background: url(/wp-content/uploads/2022/06/membership-signup-background3.jpg);*/
	background-size: cover;
	background-position: center;
	min-height: calc(100vh - 110px);
}

article#post-44408 {
    margin-block: 32px;
}

body.memberpressproduct-template-template-membership-subscribe-page-php .membership-subscribe-left { }
body.memberpressproduct-template-template-membership-subscribe-page-php .membership-subscribe-right { }
body.memberpressproduct-template-template-membership-subscribe-page-php .vlog-section { margin: 0; }
body.memberpressproduct-template-template-membership-subscribe-page-php .mp-form-row.mepr_bold.mepr_price { display: none; }

body.memberpressproduct-template-template-membership-subscribe-page-php .mp-form-row.mepr_first_name
{
	width: 48%!important;
	float: left;
}

body.memberpressproduct-template-template-membership-subscribe-page-php .mp-form-row.mepr_last_name
{
	width: 48%!important;
	float: right;
}

body.memberpressproduct-template-template-membership-subscribe-page-php .mp-form-row.mepr_username, body.memberpressproduct-template-template-membership-subscribe-page-php .mepr-mailchimptags-signup-field, body.memberpressproduct-template-template-membership-subscribe-page-php .mepr_mepr-address-one { clear: both; }
body.memberpressproduct-template-template-membership-subscribe-page-php .mp_wrapper select { padding: 7px 10px; }



/* Memberpress Address hide */
.mp-form-row.mepr_custom_field.mepr_mepr-address-two {
    display: none;
}

.mp-form-row.mepr_custom_field.mepr_mepr-address-one {
	
	display: none;
}

.mp-form-row.mepr_custom_field.mepr_mepr-address-country {
    display: none;
}

.mp-form-row.mepr_custom_field.mepr_mepr-address-zip {
    display: none;
}

.mp-form-row.mepr_custom_field.mepr_mepr-address-city {
    display: none;
}

.mp-form-row.mepr_custom_field.mepr_mepr-address-state {
  display: none;
}




body.memberpressproduct-template-template-membership-subscribe-page-php input[type=submit]
{
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
}

body.memberpressproduct-template-template-membership-subscribe-page-php h1.vlog-page-title.entry-title
{
	border-left: solid 15px #ea2127;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 1.1;
}

.mp-form-row.mepr_tos a
{
	color: #111;
	text-decoration: none;
}

.mepr-form .mp-form-row.mepr_tos label.mepr-checkbox-field.invalid { border: none!important; }

body.my-account.mp-info .youzify-page-main-content .youzify-left-sidebar-layout .youzify-main-column.grid-column .mp_wrapper
{
	padding: 15px 20px;
	margin: 0 0 35px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 1.5;
}

body.my-account.mp-info .youzify-page-main-content .youzify-left-sidebar-layout .youzify-main-column.grid-column .mp_wrapper #mepr-account-welcome-message
{
	font-weight: 900;
	margin: 0 0 14px;
	font-size: 20px;
}

body.my-account.mp-membership .mp_wrapper table.mepr-account-table td
{
	font-size: 16px;
	padding: 10px;
	word-break: break-word;
	vertical-align: top;
}

body.my-account.mp-membership .mp_wrapper table.mepr-account-table td
{
	font-size: 16px;
	padding: 10px;
	word-break: break-word;
	vertical-align: top;
}

body.my-account.mp-membership .youzify table tbody td a { color: #ff0032; }

/* MEMBERSHIP PANELS STYLING */
.membership-panels .mepr-price-menu.fixed .mepr-price-boxes.mepr-2-col .mepr-price-box
{
	box-shadow: 0 15px 25px -15px #000, 0 0 1px 0px #000;
	margin: 10px 20px 0 0;
}

.membership-panels .mepr-price-menu.fixed .mepr-price-box-title
{
	font-family: inherit!important;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	color: #ea2127;
}

.membership-panels .mepr-price-menu.fixed .mepr-price-box-price
{
	line-height: 1.1;
	font-size: 24px;
}

.membership-panels .mepr-price-menu.fixed .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item
{
	font-family: inherit!important;
	padding: 7px 0;
	display: list-item;
	list-style-type: disc;
	line-height: 1.1;
	margin: 0;
	font-size: 22px;
}

.membership-panels .mepr-price-menu.fixed .mepr-price-box-heading
{
	padding: 30px 0 0;
	margin: 0;
	font-family: inherit!important;
	font-size: 18px;
	color: #000000;
}

.membership-panels .mepr-price-menu.fixed .mepr-price-box-button a
{
	font-weight: 700;
	text-decoration: none;
	background-color: #33b249 !important;
	margin: 0 0 30px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.membership-panels .mepr-price-menu.fixed .mepr-price-box-button a:hover { background-color: #198534 !important; }

.membership-panels .mepr-price-menu.fixed .mepr-price-box.highlighted .mepr-most-popular
{
	background-color: #000000;
	border-right: 2px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: 900;
}

/* STOP MEMBERSHIP PANELS STYLING */
.vlog-actions-menu .vlog-action-login .sub-menu a.vlog-registration-link
{
	color: #ea2127;
	font-weight: 900;
	margin: 18px 0 14px;
}

.module-text .vlog-txt-module { margin-bottom: 0px; }

/* REMOVE THE FOLLOWING WHEN SITE HAS MORE MEMBERS */
.youzify-wall-embed .youzify-embed-meta .youzify-embed-meta-item:last-of-type, 
.youzify-profile-header .youzify-user-statistics li:last-of-type, #members-groups-li, #activity-all { display: none; }
#members-all span { display: none; }

@media screen and (min-width: 768px)
{
	.sub-menu li.mobile-menu-image { display: none; }
}

@media screen and (max-width: 991px)
{
	.vlog-action-search .sub-menu { width: 420px; }
}

@media screen and (min-width: 992px)
{
	.vlog-action-search .sub-menu { width: 370px; }
}

.vlog-section.vlog-no-sid.sec-a.listen-now
{
	background: #000000;
	padding-top: 20px;
}

.vlog-section.vlog-no-sid.sec-a.listen-now h2 { color: white; }

.vlog-section.vlog-no-sid.sec-a.listen-now img
{
	box-shadow: 0px 0px 11px #fff;
	border-radius: 14px;
}

/* Modal Button+Content For Creators Pages */
.vtbtn
{
	border: none !important;
	background-color: transparent;
}

.modal
{
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.myPopupmodal
{
	display: block;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content
{
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 690px;
	line-height: 2vw;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 24px 24px 2px;
	left: 50%;
	max-width: 90%;
	box-shadow: 0px 15px 35px -15px #000;
}

.modal-content.carousel-content
{
	margin: 0 0 20px;
	line-height: 1.3;
	font-size: 16px;
	padding-bottom: 20px;
}

.modal-content p { font-size: 16px; }

.modal .tableFixHead
{
	overflow-y: auto;
	height: 206px;
}

.modal .tableFixHead thead th
{
	position: sticky;
	top: 0;
}

.modal table
{
	border-collapse: collapse;
	width: 100%;
}

.modal th,
      .modal td
{
	padding: 8px 16px;
	border: 1px solid #ccc;
}

.modal th { background: #eee; }

.close
{
	color: #aaaaaa;
	font-size: 38px;
	font-weight: bold;
	position: absolute;
	right: 9px;
	top: 16px;
	line-height: 0;
}

.close:hover, .close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.merch-carousel .vlog-content { padding-bottom: 0px; }
a.search-ocurrences { font-size: 18px; }
.vlog-highlight { background-color: black; }

.merch-carousel .col-xs-3
{
	padding-left: 4px !important;
	padding-right: 4px !important;
}

/* Podcast Page Icons */
.where_to_listen
{
	text-align: center;
	margin: 0 auto;
}

.where_to_listen ul
{
	display: flex;
	margin: 0 auto;
	width: 310px;
}

.where_to_listen ul li:before
{
	content: "";
	display: none;
}

.where_to_listen ul li img
{
	width: 40px;
	margin: 0 10px 0 0;
}

.where_to_listen_text
{
	text-align: center;
	margin: 0 auto;
}

.where_to_listen_text ul
{
	margin: 0 auto;
	width: 60%;
}

.where_to_listen_text a { color: #ea2127; }
.where_to_listen_text li { display: inline; }

.where_to_listen_text li:after
{
	content: " | ";
	margin: 0 7px;
	color: #ea2127;
	font-weight: 400;
}

.where_to_listen_text li:last-of-type:after { content: ""; }

/* MINNECT LOGO */
.minnect-logo
{
	height: 30px;
	width: auto;
	vertical-align: bottom;
}

@media screen and (min-width: 320px)
{
	.modal-content.livenow
	{
		width: auto;
		left: 50%;
	}
}

@media screen and (min-width: 640px)
{
	.modal-content.livenow
	{
		width: auto;
		left: 50%;
	}
}

@media screen and (min-width: 768px)
{
	.modal-content.livenow
	{
		width: auto;
		left: 50%;
	}
}

@media screen and (min-width: 1028px)
{
	.modal-content.livenow
	{
		width: 600px;
		left: 50%;
	}
}

body.logged-in .hide-when-logged-in { display: none; }
.hide-when-logged-out { display: none; }
body.logged-in .hide-when-logged-out { display: inherit; }

/* push dark move toggle up */
.wp-dark-mode-switcher { z-index: 1; }
.entry-content-single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image { display: none; }

/* tooltip popup for search form */
.tooltip
{
	position: relative;
	z-index: 1;
}

.tooltip:before,
  .tooltip:after
{
	display: inline;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.tooltip:after
{
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.75);
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	top: 20px;
	left: 20px;
	width: 0;
}

.tooltip:before
{
	background: rgba(0,0,0,.75);
	border-radius: 2px;
	color: #fff;
	content: attr(data-title);
	font-size: 14px;
	padding: 6px 10px;
	top: 26px;
	white-space: nowrap;
}

/* the animations */
/* fade */
.tooltip.fade:after,
  .tooltip.fade:before
{
	transform: translate3d(0,-10px,0);
	transition: all .15s ease-in-out;
}

.tooltip.fade:hover:after,
  .tooltip.fade:hover:before
{
	opacity: 1;
	transform: translate3d(0,0,0);
}

.youzify .activity-content img { height: auto; }

.youzify-post-thumbnail img, .youzify-main-column .youzify-tab-posts .youzify-post-thumbnail
{
	position: relative;
	height: auto;
}

.youzify-main-column .youzify-tab-post .youzify-post-container { float: none; }

@media screen and (max-width: 991px)
{
	.youzify-main-column .youzify-tab-posts .youzify-post-thumbnail, .youzify-main-column .youzify-tab-post .youzify-post-container
	{
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

/* TOP 5 WIDGET */
.top-five-widget li
{
	margin: 0 0 .5em 0!important;
	text-align: left;
}

.top-five-widget .top-five-widget-thumb
{
	width: 70px;
	margin: 0 19px 4px 0;
	display: inline-block;
	float: left;
}

.top-five-widget .top-five-widget-thumb img
{
	margin: 0;
	border-radius: 0px;
}

.top-five-widget-title
{
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.top-five-widget-title a
{
	color: #111111;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-five-widget-title a:hover { color: #ea2226; }

.top-five-widget-position
{
	float: left;
	color: #ffffffe8;
	width: 26px;
	height: 26px;
	text-align: center;
	padding: 0;
	margin: 12px 0px 0 -39px;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 46px;
	font-weight: 900;
	position: relative;
	left: 78%;
	text-shadow: 2px 2px #00000070, -2px -2px #00000070;
}

.vlog-sidebar .top-five-widget-position { margin: 22px 0px 0 -32px; }

@media screen and (min-width: 1272px)
{
	.top-five-widget .top-five-widget-thumb { width: 100px; }
	.vlog-sidebar .top-five-widget .top-five-widget-thumb { width: 70px; }
	.top-five-widget-title { font-size: 20px !important; }
}

@media screen and (min-width: 992px) and (max-width: 1271px)
{
	.top-five-widget .top-five-widget-thumb { width: 100px; }
	.vlog-sidebar .top-five-widget .top-five-widget-thumb { width: 70px; }
	.top-five-widget-title { font-size: 18px !important; }
}

@media screen and (max-width: 991px)
{
	.top-five-widget-position { margin: -5px 0px 0 -33px; }
	.top-five-widget-title { font-size: 20px; }
}

@media screen and (max-width: 767px)
{
	.top-five-widget-position { margin: 23px 0px 0 -33px !important; }
	.top-five-widget-title { font-size: 18px; }
}

@media screen and (max-width: 360px)
{
	.vlog-header-middle
	{
		height: 100px!important;
		padding-top: 10px;
	}
	
	.vlog-header-middle .vlog-slot-l>div, .vlog-header-middle .vlog-slot-r>div { text-align: center; }
	
	.vlog-header-middle .vlog-slot-l, .vlog-header-middle .vlog-slot-r
	{
		height: 30px;
		width: 100%;
		position: relative;
	}
	
	.vlog-action-search.active.vlog-actions-button .sub-menu
	{
		width: 100%!important;
		right: auto;
	}
	
	.vlog-actions-menu .active.vlog-action-login .sub-menu
	{
		width: 100%;
		right: 0;
		left: auto;
	}
	
	.vlog-actions-menu .vlog-watch-later .sub-menu
	{
		width: 100%;
		left: -100%;
		right: auto;
	}
}

.vlog-actions-button .vlog-action-apps { display: none!important; }
.membership-panels .mepr-price-menu.fixed .mepr-price-box-price { display: none!important; }

.membership-panels .mepr-price-menu.fixed .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item
{
	font-size: 17px;
	color: #000000;
}

.mepr-price-menu.fixed .mepr-price-box-button a
{
	font-size: 100%;
	padding: 7px 15px;
}

.search .vlog-mod-desc li.active, .search-results .vlog-mod-desc li.active { font-weight: 700; }
.top-five-widget-title, .entry-title a { font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;

}
.vt-iframe-container { text-align: center; }
#vt-post-news-list .vlog-lay-d .vlog-format-label { display: none; }

/* Styles added to address dark mode glitches */
html.wp-dark-mode-active textarea, html.wp-dark-mode-active input[type="text"] { background-color: rgba(25, 26, 25, 0.03) !important; }
html.wp-dark-mode-active .hap-art-wide-light .hap-playlist-title-wrap, html.wp-dark-mode-active .hap-epic .hap-playlist-item-content { color: #fff; }

html.wp-dark-mode-active .hap-art-wide-light .hap-player-outer
{
	box-shadow: 0 0 0 2px #444!important;
	padding: 0 0 12px;
}

html.wp-dark-mode-active .hap-art-wide .hap-bottom-bar
{
	box-shadow: 0 0 0 2px #444!important;
	padding: 13px 0 0;
}

html.wp-dark-mode-active .z-post-header .minnect-logo { filter: hue-rotate(42deg); }
html.wp-dark-mode-active .vlog-action-search.active.vlog-actions-button .sub-menu { background: #2b2d2d; }
.vlog-action-search.active.vlog-actions-button .sub-menu { padding: 10px 0; }
.vlog-action-login.active.vlog-actions-button .sub-menu { padding: 10px; }

.vlog-action-search.active.vlog-actions-button .vlog-search-form input[type=text]
{
	height: auto;
	padding: 0 20px;
}

html.wp-dark-mode-active .vlog-actions-button.vlog-watch-later:hover .sub-menu
{
	box-shadow: inset 0 0 8px #222, 0 0 0 1px #555, 0 0 15px rgb(0 0 0 / 60%);
	background-color: #333;
	margin-top: 1px;
}


input[type="text"]::placeholder {
    color: white !important;
}


html.wp-dark-mode-active .vlog-action-search.active.vlog-actions-button .vlog-search-form input[type=text] {
    background-color: #111;
    font-size: 13px;
	text-align: center;
}

.modal-content
{
	line-height: 1.6!important;
	padding: 24px!important;
	font-size: clamp(15px, 100%, 24px);
}

.entry-content-single .mks_tabs ul>li:before {
	content: none;
    margin-right: 7px;
}

.vlog-site-header .vlog-main-nav {
    opacity: 1;
}

.vtcarousel-footer {
    text-align: center;
    margin-top: 30px;
}

.mepr-submit {
	background-color: #33b249!important;
}

.mp_wrapper .mp-form-row label {
    display: grid !important;
}

.mp_wrapper .mp-form-row label.mepr-checkbox-field {
	display: block !important;
}

    
.membership-subscribe-left {
	margin: auto 5% auto 20%;
}

.membership-subscribe-right {
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 5%;
	border-color: lightgrey;
}

.membership-subscribe-right .mp_wrapper {
    max-width: 80%;
}

.mepr-price-box-benefits-list .mepr-price-box-benefits-item {
	list-style-type: disc;
}

.mepr-price-box-benefits-list ul{
	padding-left: 5%;
    list-style-type: circle;
	margin-bottom: 16px;
}

.mepr-price-box-benefits-list .mepr-price-box-benefits-item::marker {
	color: #ea2127 !important;
}

ul.mepr-price-box-benefits-list li {
    margin-left: 5%;
}

@media screen and (max-width: 991px) {
	
	.membership-subscribe-right {
		border-left-style: none !important;
	}
	.membership-subscribe-left {
		margin: auto 5% auto 5%;
	}
	
	.mepr-price-box-benefits-list {
		/*display: none;*/
	}
}

.advq_progress {
    min-width: 3% !important;
}

.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu, .vlog-responsive-header .vlog-listen-later.active.vlog-actions-button .sub-menu, .vlog-responsive-header .vlog-watch-later.active.vlog-actions-button .sub-menu {
	position: fixed !important;
	max-width: 100% !important;
/*	width: 80vw !important; */
	right: -20px !important;
}
.vlog-responsive-header .vlog-action-search .vlog-search-form input[type=text], .vlog-responsive-header .vlog-action-search .vlog-search-form input[type=text]:focus {
    font-size: 2.8vw !important;
}


.listen-now {
	padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 16px !important;
}

.entry-content-single a:hover {
    color: #EA2127 !important;
}


/** Search results style **/
.search-post .vlog-module article .row {
	background-color: #f7f7f7;
	padding: 15px 5px;
}
.vlog-header-middle {
	display: flex;
	justify-content: space-between;
}
.vlog-actions-menu .sub-menu {
	right: 0 !important;
	left: -15% !important;
}
.search-post .wp-dark-mode-active .vlog-module article .row {
	background-color: #313131;
	padding: 15px 5px;
}
.vlog-action-search.active.vlog-actions-button .vlog-search-form input[type=text] {
	text-align: center;
}
.vlog-action-search.active.vlog-actions-button .vlog-search-form input[type=text]::placeholder {
	color: rgb(217 68 69 / 60%) !important;
}
/** html.wp-dark-mode-active .vlog-action-search.active.vlog-actions-button .vlog-search-form input[type=text]::placeholder {
	color: rgb(217 68 69 / 60%) !important;
} **/
.vlog-actions-menu .sub-menu {
	height: 300vh;
}
@media only screen and (min-width: 992px) {
	.vlog-action-search .sub-menu {
		width: 130% !important;
	}
}
.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu {
	right: 10vw !important;
	height: 100vh;
}
.vlog-slot-l, .vlog-slot-r {
	position: unset;
}
.vlog-actions-menu {
	position: unset;
}
.vlog-actions-menu .vlog-menu > li {
	position: unset;
}
.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu {
	right: 0 !important;
	left: 0 !important;
}
action-search.active.vlog-actions-button .sub-menu, .vlog-responsive-header .vlog-listen-later.active.vlog-actions-button .sub-menu, .vlog-responsive-header .vlog-watch-later.active.vlog-actions-button .sub-menu {
	width: 100% !important;
	max-width: 100% !important;
}
.vlog-search-form {
	padding-top:20px;
}
.search-post.row {
	  margin-left: 0px;
    margin-right: 0px;
}

.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu {
	opacity: 0.99999;
}

.vlog-lay-g .entry-image {
	max-height: 166px;
}