/**/
span.wrs_profile_text {
    max-width: -webkit-fill-available;
	overflow: hidden;
}

.wrs_profile_card img.avatar.avatar-400.photo {
    max-width: 100%;
}

.dr-upload.dr-upload-open > div .dr-icon.dr-icon-upload:after {
    opacity: 1;
}

nav.dr-upload.dr-upload-open {
    right: 0;
}
nav.dr-upload.dr-upload-open .dr-trigger-upload {
    width: 100%;
    right: 0;
}
.dr-icon-upload:hover:before {
    opacity: 1;
    border: 3px solid rgba(0,0,0,1);
}
.dr-upload-open .dr-trigger-upload .dr-icon.dr-icon-upload:before, .dr-trigger-upload:hover .dr-icon.dr-icon-upload:before {
    background: var(--border-color);
}

.dr-icon-upload:before {
    font-family: 'dashicons';
	font-size: 32px;
	content: "\f317";
    color: var(--text-color);
    right: 5px;
    border-radius: 18px;
	border: 3px solid;
    background: var(--secondary-color);
}

.dr-upload > div .dr-icon.dr-icon-upload:after {
    content: "\e008";
    top: 6px;
    position: absolute;
    font-size: 50%;
    line-height: 1.5;
    right: -6%;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--text-color);
}

.dr-upload {
	width: 100%;
    position: fixed;
	font-size: 1.3em;
    z-index: 62;
    right: -880px;
	border: 1px solid var(--secondary-color);
	max-width: 424px;
	min-width: 284px;
    top: 200px;
	padding: 5px 0 5px 5px;
	background-color: var(--border-color);
	font-weight: 400;
	color: var(--text-color);
}

.dr-menu.dr-menu-open ul li.draw_one {
    margin: 0px;
    opacity: 1;
    z-index: 0;
    right: 0%;
    pointer-events: auto;
    -webkit-transition: opacity 0s linear 0s;
    -moz-transition: opacity 0s linear 0s;
    transition: opacity 0s linear 0s;
    background-color: var(--secondary-color);
    background-color: #2b5a00;
    display: block;
    height: 170px;
    padding: 5px;
}

span.cover_success:before {
    text-align: center;
    content: "\f12a";
    width: 40px;
    font-size: 50px;
    display: block;
    padding: 0 0 0 3px;
    position: relative;
	top: 17px;
	left: 10px;
    z-index: 1;
    font-family: 'dashicons';
    opacity: var(--seven-opac);
    color: green;
	cursor: pointer;
}

.dr-menu ul.draw_one li {
	display: block;
	background: var(--secondary-color);
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.dr-menu.dr-menu-open ul.draw_one li {
	opacity: 1;
}

.dr-menu.dr-menu-open ul.draw_one li:nth-child(2) {
	-webkit-transition-delay: 35ms;
	-moz-transition-delay: 35ms;
	transition-delay: 35ms;
}

.dr-menu.dr-menu-open ul.draw_one li:nth-child(3) {
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	transition-delay: 70ms;
}

.dr-menu.dr-menu-open ul.draw_one li:nth-child(4) {
	-webkit-transition-delay: 105ms;
	-moz-transition-delay: 105ms;
	transition-delay: 105ms;
}

.dr-menu.dr-menu-open ul.draw_one li:nth-child(5) {
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	transition-delay: 140ms;
}

.dr-menu.dr-menu-open ul.draw_one li:nth-child(6) {
	-webkit-transition-delay: 175ms;
	-moz-transition-delay: 175ms;
	transition-delay: 175ms;
}

.dr-menu.dr-menu-open ul.draw_one li:nth-child(7) {
	-webkit-transition-delay: 205ms;
	-moz-transition-delay: 205ms;
	transition-delay: 205ms;
}

.dr-menu ul.draw_one li a:hover {
	color: #60a773;
}

.dr-menu ul.draw_one .dr-icon:before {
	margin-right: 15px;
}

.wrs .dr-menu ul.draw_two, .wrs .dr-menu ul.draw_three {
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 100%;
}

.wrs .dr-menu ul.draw_two li {
    position: relative;
    left: -20px;
}

.wrs .dr-menu ul.draw_three li {
    position: relative;
    left: -20px;
	top: -42px;
}

.dr-icon-bullhorn:before {
	content: "\e000";
}

.dr-icon-camera:before {
	content: "\e002";
}

.dr-icon-heart:before {
	content: "\e003";
}

.dr-icon-settings:before {
	content: "\e004";
}

.dr-icon-switch:before {
	content: "\e005";
}

.dr-icon-download:before {
	content: "\e006";
}

.dr-icon-user:before {
	content: "\e001";
}

span.dr-icon.dr-icon-message a {
    text-decoration: none;
}

.dr-menu.dr-menu-open > div .dr-icon.dr-icon-share:hover {
    overflow: initial;
}

.dr-upload > div {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 100;
    right: 880px;
}
.dr-upload > div .dr-icon-upload {
    top: 50px;
    left: 0;
    position: absolute;
    font-size: 150%;
    line-height: 1;
    padding: 0 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.dr-upload.dr-upload-open ul {
    opacity: 1;
    padding: 0;
    z-index: 200;
    pointer-events: auto;
    -webkit-transition: opacity 0s linear 0s;
    -moz-transition: opacity 0s linear 0s;
    transition: opacity 0s linear 0s;
}

.dr-upload.dr-upload-open ul.draw_three li {
	opacity: 1;
}

.dr-upload ul.draw_three li {
    display: block;
    background: var(--secondary-color);
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.dr-upload.dr-upload-open > div .dr-icon {
    color: var(--border-color);
    left: 0%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ps-wrsshows-profile { 
    background-color: var(--PS-COLOR--APP);
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD);
}

div.ps-wrs-profile-showlist {
    padding: var(--PADD--MD);
    border-bottom: 1px solid var(--DIVIDER--LIGHT);
}

.ps-wrs-profile-showlist .wrs_profile_showlist {
    margin-bottom: var(--PADD);
    font-size: 80%;
    color: var(--PS-COLOR--TEXT--LIGHT);
	width: 100%;
	float: none;
}

.ps-wrs-profile-showlist .daily_schedule_slots.djprofile.section-inner.medium {
    min-width: 100%;
    background-color: transparent;
}

.ps-wrs-profile-showlist h3 {
    display: none;
}

.ps-wrs-profile-showlist .wrs_profile_showlist ul.schedule_items {
    --padd: var(--PADD) var(--PADD--MD);
    --font-size: var(--PS-FONT-SIZE);
    --line-height: var(--PS-LINE-HEIGHT);
    --bg: var(--PS-COLOR--APP--GRAY);
    --color: var(--PS-COLOR--TEXT);
    --bg--hover: var(--PS-COLOR--APP--DARKGRAY);
    --color--hover: var(--PS-COLOR--TEXT);
    --radius: var(--BORDER-RADIUS--MD);
    --border: var(--DIVIDER--LIGHTEN);
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: var(--padd);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--color);
    background-color: var(--bg);
    border: none;
    border-radius: var(--radius);
    outline: none;
    box-shadow: inset 0 0 0 1px var(--border);
    text-decoration: none;
}

.wp-block-column .ps-wrs-profile-showlist li.schedule_item {
    margin: 0;
}

.ps-wrs-profile-showlist li.schedule_item {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: var(--text-color);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;}

.wrs_profile_showlist, .wrs_networks, .wrs_embeds, .wrs_profile_card, .wrs_profile_id, .wrs_profile_title, .wrs_profile_shares {
    width: 33%;
    float: left;
	clear: left;
}

.wrs_profile_title, .wrs_profile_id, .wrs_profile_card, .wrs_embeds_wrap h3, .wrs_networks_wrap h3, .wrs_profile_showlist {
    color: var(--text-color);
}

.djprofile h3, .wrs_networks_wrap h3, .wrs_embeds_wrap h3 {
    margin: 1rem 1rem 1rem 0rem;
	font-size: 30px;
}

a span.dashicons.dashicons-twitter, a span.dashicons.dashicons-instagram, a span.dashicons.dashicons-facebook, a span.dashicons.dashicons-facebook-alt {
	text-decoration: none;
}

span.dashicons.dashicons-twitter, span.dashicons.dashicons-instagram, span.dashicons.dashicons-facebook, span.dashicons.dashicons-facebook-alt {
    font-size: 2em;
    display: inline-block;
    margin: 0 20px 30px 0;
}

@media (max-width: 768px) {
	.twentytwenty .wrs_profile .wrs_profile_posts {
		margin-top: 0px;
		padding-left: 0em;
	}
}

.archive.author.dj .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100rem;
    width: calc(100% - 10rem);
}

.wrs_profile_posts {
    width: 66%;
    display: inline-block;
	margin-top: 30px;
}

.image_form {
    opacity: 1; 
}

form.image-form hr {
    margin: 1em auto;
	border-color: var(--background-color);
	border-style: solid;
}

.image-notice a.btn-change-image {
    display: inline-block;
    top: 26px;
    left: 116px;
    font-size: 1em;
}

.wrs_notice {
	display: block;
    position: relative;
    top: -6px;
}

p.wrs_reccomend {
    position: absolute;
    font-size: .71em;
	font-weight: bold;
    line-height: .71;
    bottom: 4px;
    color: var(--background-color);
}

p.image-notice {
    position: relative;
    top: 0px;
    font-size: .51em;
    display: block;
	height: 16px;
	text-align: center;
}

span.rem_cover {
    border: thin solid var(--text-color);
    padding: 2px;
    border-radius: 3px;
	cursor: pointer;
}

p.form-notice {
    position: relative;
    top: 0px;
    font-size: .81em;
}

.box {
    padding: .71rem;
	height: 142.16px;
}

.box + .box {
	margin-top: 2.5rem;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.image-form input.imagesubmit {
    background-color: green;
	font-size: .71em;
    padding: .71em;
	display: none;
	left: 0px;
	top: 0px;
    position: relative;
}

.image-form input.imagesubmit:hover {
    background-color: #006400;
	text-decoration: none;
	color: var(--border-color);
	border-color: transparent;
}

button.btn-change-image:hover {
    border-color: transparent;
}

.inputfile + label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 10px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
	display: inline;
}

.inputfile-1 + label, .image-notice a.btn-change-image {
    color: #f1e5e6;
    background-color: #cd2653;
    text-decoration: none;
	position: relative;
    right: calc(-50% + 75px);
	z-index: 101;
}

p.form-notice {
    position: absolute;
    right: 20px;
	top: 27px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover, .btn-change-image:hover {
    background-color: #722040;
}

.wrs_profile_posts header.entry-header {
    /* display: none; */
}

#site-content.wrs_profile {
    width: calc(100% - 16rem);
    margin-left: auto;
    margin-right: auto;
}

.wrs_profile_shares_wrap.section-inner.medium, .wrs_profile_id_wrap.section-inner.medium {
    width: auto;
}

.wrs_profile_card img.avatar.avatar-400.photo.wrs_profile_avatar {
    margin: 0 auto;
}

.twentytwenty .wrs_profile_posts {
    margin-top: 30px;
    padding-left: 2em;
}

.daily_schedule_slots.djprofile.section-inner.medium {
    padding: .5em;
    background-color: var(--border-color);
    color: var(--text-color);
}

header.archive-header.has-text-align-center.header-footer-group.wrs-dj-header {
    height: calc(100vw / 2);
}

.wrs_profile_showlist ul.schedule_items {
	display: inline-block;
	margin: 0 .3em;
}

@media (max-width: 768px) {

	.wrs_profile_posts, .wrs_profile_showlist, .wrs_embeds, .wrs_networks, .wrs_profile_card, .wrs_profile_id, .image_form, .wrs_profile_title, .wrs_profile_shares {
		width: 100%;
	}
	img.wrs_profile_avatar {
		margin: 0 auto;
	}

	.wrs_profile_card .author-photo {
		width: 100%;
		text-align: center;
	}
	
	.wrs_profile_showlist div.schedule_items {
		display: inline-block;
		margin: 5px;
		
	}
	
	.wrs_profile_showlist div.schedule_items div {
		width: auto;
		margin-bottom: 5px;
	}
}

span.wrs_profile_text.user_birthday, span.wrs_profile_text.user_pronoun {
    margin: 0 0 1em;
	font-size: 20px;
}

span.wrs_profile_text.user_description {
    margin: 1em 0 1em;
	font-size: 20px;
}

.wrs_profile_text {
    display: inline-block;
    margin: 1em 0 0;
}

.wrs_profile_id_wrap {
    margin-top: 0;
    margin-bottom: 2em;
}

.wrs_profile_card_wrap.section-inner, .wrs_networks_wrap.section-inner, .wrs_embeds_wrap.section-inner, .daily_schedule_slots.djprofile.section-inner {
    margin-top: 0;
    margin-bottom: 2em;
    padding: .51em;
    background: var(--border-color);
	font-size: 24px;
	width: 100%;
}

.wrs_profile_card_wrap.section-inner.medium {
    text-align: center;
}

.wrs_embeds span.dashicons.dashicons-insert {
    font-size: 30px;
    top: 10px;
    position: relative;
	cursor: pointer;
}

.wrs_embeds .wrs_embeds_wrap iframe:last-child {
    margin-bottom: 0;
}

.wrs_embeds .wrs_embeds_wrap iframe {
    margin-bottom: .51em;
}

.wrs_embeds .wrs_embeds_wrap {
    /* padding-bottom: 0; */
}

.wrs_profile_showlist div {
    font-size: 1em;
}

.load-state .daily_schedule_slots.djprofile.section-inner.medium {
    width: 100%;
}

.wrs_profile_showlist .daily_schedule_slots div.schedule_items:last-of-type div.schedule_item {
    margin: 0 0 0.2em 0;
}

span.dashicons.dashicons-admin-site-alt3 {
    width: auto;
    font-size: 18px;
	display: block;
}

.wrs_profile_card_wrap .dashicons-admin-site-alt3:before {
    position: relative;
    top: 4px;
	margin-right: 3px;
}

.side h1.wrs-dj-title {
    font-size: 44px;
    margin: .41em 0 .31em;
}

.wrs_profile_shares.side {
    margin: 30px 0 0;
}

.wrs_profile_shares #ess-main-wrapper #ess-wrap-inline-networks.ess-inline-networks-container {
    margin-bottom: 10px;
}


