body {
	margin: 0;
	cursor: default;
	background: rgb(245,240,240);
	color: rgb(5,5,5);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	user-select: none;
	-webkit-user-select: none;
}

body.dark {
	background: rgb(20,20,20);
	color: rgb(240,240,240);
}

div {
	box-sizing: border-box;
	display: block;
}

a {
	text-decoration: none;
	color: rgb(35,155,215);
}
a:hover {
	text-decoration: underline;
}

a:hover.b {
	text-decoration: none;
}

a:hover.b.p {
	background-color: rgba(233,0,255,1.00);
}

.b {
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	background: rgba(50,94,244,1.00);
	text-align: center;
	border-radius: 5px;
}

.b.p {
	background-color: rgba(255,0,188,1.00);
}

.c {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

@media screen and (min-width: 800px) {
	.c	{
		padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	}
}

@supports(padding:max(0px)) {
    body {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
    }
}

.hdr {
	display: block;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.hdr a {
	display: inline-block;
	border: 0px;
	overflow: hidden;
	border-right: 1px solid rgba(125,125,125,1.00);
	padding: 4px 6px 4px 6px;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 30px;
	height: 40px;
	border-radius: 0px 3px 3px 0px;
	color: rgba(50,50,50,0.7);
	text-decoration: none;
    font-size: 12px;
}
.hdr a:hover {
	color: rgba(30,30,30,1.0);
}

body.dark .hdr a {
	color: rgba(220,220,220,0.7);
}

body.dark .hdr a:hover {
	color: rgba(240,240,240,1.0);
}

.hdr .brand_logo {
	height: 30px;
	width: 30px;
}

.hdr .search {
    float: right;
}

.hdr .search input[type="search"] {
    max-width: 115px;
    font-size: 18px;
}

.brand_logo {
	display: inline-block;
	background-image: url('https://wtpx.io/+dstr/+assets/logo_placeholder.png');
	background-size: 100%;
	background-repeat: no-repeat;
    text-indent: -500px;
    overflow: hidden;
    width: 10px;
    height: 10px;
}
body.dark .brand_logo {
	background-image: url('https://wtpx.io/+dstr/+assets/logo_placeholder_darkmode.png');
}

.platforms {
	display: block;
	text-align: center;
}

.platforms a {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	background: rgb(40,40,40);
	border-radius: 5px;
	color: rgb(255,255,255);
	margin: 5px;
}

.platforms a.soundcloud {
	background: rgb(245,95,40);
}
.platforms a.bandcamp {
	background: rgba(34,103,132,1.00);
}
.platforms a.yt {
	background: rgb(230,22,45);
}
.platforms a.apple {
	background: rgba(154,16,188,1.00);
}
.platforms a.spotify {
	background: rgba(34,146,14,1.00);
}

.platforms a.stitcher {
	background: rgba(30,131,203,1.00);
}

.platforms a.google {
	background: rgba(238,105,15,1.00);
}

.t {
	display: inline-block;
}

.cp {
	text-align: center;
    box-sizing: border-box;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
	color: rgb(200,200,200);
	margin-bottom: 10px;
}

.cp a {
	color: rgb(180,180,180);
    margin: 0px;
}

.bioname {
	display: block;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	background: rgba(90,90,90,.8);
	color: rgb(250,250,250);
	font-weight: lighter;
	font-size: 20px;
	text-align: center;
}

.bioimage {
	display: block;
	left: 0;
	right: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100%;
	background-position: center center;
	background-color: rgba(130,160,175,1.00);
	overflow: hidden;
	border-radius: 50%;
	max-width: 300px;
	border: solid 2px rgba(160,160,160,1);
	user-select: none;
	-webkit-user-select: none;
}
.bioimage:before {
	padding-top: 100%;
	display: block;
	content: '';
}

.desc {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	user-select: auto;
	-webkit-user-select: auto;
	background: rgba(220,220,220,0.3);
	border-radius: 5px;
	overflow: hidden;
    text-align: left;
}

.desc h3 {
    display: block;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
    padding: 12px;
    background-color: rgba(255,0,188,0.85);
    border-radius: 4px;
    text-align: center;
}

.desc a {
	padding: 2px 8px 2px 8px;
    margin: 1px;
	color: rgba(35,155,215,1.0);
    background: rgba(250,250,250,0.9);
	display: inline-block;
	border-radius: 3px;
}
.desc a:hover {
	text-decoration: none;
	background: rgba(35,155,215,0.7);
    color: rgb(255,255,255);
}

.desc .social_link {
	margin: 5px;
	padding: 4px 8px 4px 8px;
}

.desc h1 {
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	font-weight: lighter;
    text-align: left;
}

.video {
	display: block;
	position: relative;
	margin: 10px 0px 10px 0px;
}

.video:before {
	content: '';
	padding-top: 56.25%;
	display: block;
}

.video #ytplayer		{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#cookies_consent {
    position: fixed;
    display: block;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    background-color: rgba(0,0,0,.8);
    padding: 10px;
    text-align: center;
}
#cookies_consent .text {
    display: block;
    text-align: center;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
}
#cookies_consent .text .header {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background: rgba(152,32,245,.4);
    border-radius: 4px;
    font-weight: lighter;
    letter-spacing: 3px;
}
#cookies_consent form input[type="submit"] {
    margin: 0px 5px 0px 5px;
    padding: 10px;
    display: inline-block;
    border-style: none;
    border-radius: 2px 4px 2px 2px;
    background: rgb(230,230,230);
    color: rgb(60,60,60);
}
#cookies_consent form input[type="submit"]:active {
    color: rgb(35,155,215);
}
#cookies_consent .buttons {
    display: block;
    text-align: right;
    padding: 10px 0px 10px 0px;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
}

.logo:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.logo {
	border-radius: 5px;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	background: url('/+assets/+images/drdark_t1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.pst {
	display: block;
	margin-bottom: 20px;
}

.pst_img:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.pst_img.v16x9:before {
    padding-top: 75%;
}
.pst_img {
	display: block;
	position: relative;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.7);
	margin: 0px 0px 20px 0px;
	border-radius: 10px;
	overflow: hidden;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(20,20,20,0.9);
}

.pst_img.placeholder {
	background-color: rgba(145,145,145,0.5);
	background-image: url('https://wtpx.io/+dstr/+assets/post_image_placeholder.png');
}

.pst_img .playicon {
	position: absolute;
	display: block;
	left: 0;
	bottom: 2%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 13%;
	height: 13%;
	background: rgba(0,0,0,0.2);
	border: 2px solid rgb(255,255,255);
	text-align: center;
	border-radius: 5px;
	
	animation-name: wiggle;
	animation-delay: 500ms;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes wiggle {
	0% {transform: rotate(0deg);}
	3% {transform: rotate(2deg);}
	6% {transform: rotate(-5deg);}
	14% {transform: rotate(10deg);}
	21% {transform: rotate(-2deg);}
	24% {transform: rotate(0deg);}
	100% {transform: rotate(0deg);}
}

.pst_img .playicon .playarrow {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 20px solid rgb(230,22,45);
}

.pst_head {
	display: block;
	font-size: 135%;
	font-weight: 300;
	color: rgba(20,20,20,1.00);
	padding: 10px 10px 20px 10px;
	border-radius: 5px;
	margin-bottom: -10px;
	background: rgb(250,250,250);
}
body.dark .pst_head {
	color: rgba(230,230,230,0.7);
	background: rgb(50,50,50);
}

.pst_head .pst_title {
	display: inline-block;
	vertical-align: middle;
}

.pst_head .info {
	margin-left: 10px;
	display: inline-block;
	padding: 2px 9px 2px 9px;
	border-radius: 50%;
	font-size: 15px;
	border: 1px solid rgb(35,155,215);
	color: rgba(140,140,140,1.00);
	text-decoration: none;
	min-width: 5px;
	text-align: center;
	vertical-align: middle;
}

.pst_head .pst_num {
	display: inline-block;
	font-size: 65%;
	margin-right: 10px;
	padding: 5px 10px 5px 0px;
	border-right: 1px solid rgba(200,200,200,0.7);
	border-radius: 0px 3px 3px 0px;
	vertical-align: middle;
	min-width: 40px;
	text-align: right;
}

.pst_head .pst_date {
	display: inline-block;
	font-size: 65%;
	margin-right: 10px;
	padding: 5px 10px 5px 0px;
	border-right: 1px solid rgba(200,200,200,0.7);
	border-radius: 0px 3px 3px 0px;
	vertical-align: middle;
	min-width: 40px;
	text-align: right;
}

.pst_links {
	display: block;
	padding: 10px;
	text-align: right;
}

.pst_links a {
	color: rgba(30,30,30,0.8);
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: rgba(50,50,50,0.9);
	text-decoration: none;
}

body.dark .pst_links a {
	color: rgba(215,215,215,0.8);
	border-color: rgba(190,190,190,0.9);
}
.pst_links a:hover, body.dark .pst_links a:hover {
	color: rgba(35,175,235,.8);
}

.pst_links .crncy {
	display: inline-block;
	padding: 5px 15px 5px 15px;
}

.pst_links a .label {
	display: inline-block;
}
.pst_links a .crncy {
	padding: 5px;
	vertical-align: middle;
}

.pst_links .link_header {
	display: block;
	margin: 10px -8px 0px -8px;
	padding: 10px 5px 5px 5px;
	border-top: 1px dashed rgb(150,150,150);
	font-weight: lighter;
	font-size: 20px;
	letter-spacing: 2px;
}

.link_spacer {
	display: block;
	margin: 10px -8px 10px -8px;
	border-bottom: 1px solid rgb(150,150,150);
}

.pst_links .btn {
	display: inline-block;
	padding: 12px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255,255,255);
	background: rgba(32,145,205,0.9);
	vertical-align: middle;
	border: 0px;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.pst_links .btn.music_AppleMusic {
	background: linear-gradient(rgba(251,92,116,0.9), rgba(250,35,59,0.9));
}
.pst_links .btn:hover.music_AppleMusic, body.dark .pst_links .btn:hover.music_AppleMusic {
	background: linear-gradient(rgba(251,92,116,1.0), rgba(250,35,59,1.0));
}

.pst_links .btn.music_ApplePodcasts {
	background: linear-gradient(rgba(154,16,188,0.9), rgba(144,06,178,0.9));
}
.pst_links .btn:hover.music_ApplePodcasts, body.dark .pst_links .btn:hover.music_ApplePodcasts {
	background: linear-gradient(rgba(154,16,188,1), rgba(144,06,178,1));
}

.pst_links .btn.music_Deezer {
	background: linear-gradient(rgba(158,0,212,0.9), rgba(120,51,147,0.9));
}
.pst_links .btn:hover.music_Deezer, body.dark .pst_links .btn:hover.music_Deezer {
	background: linear-gradient(rgba(158,0,212,1.0), rgba(120,51,147,1.0));
}

.pst_links .btn.music_Spotify {
	background: linear-gradient(rgba(37,225,101,0.9), rgba(15,169,53,0.9));
}
.pst_links .btn:hover.music_Spotify, body.dark .pst_links .btn:hover.music_Spotify {
	background: linear-gradient(rgba(37,225,101,1.0), rgba(15,169,53,1.0));
}

.pst_links .btn.music_Tidal {
	background: linear-gradient(rgba(45,45,45,0.9), rgba(35,35,35,0.9));
}
.pst_links .btn:hover.music_Tidal, body.dark .pst_links .btn:hover.music_Tidal {
	background: linear-gradient(rgba(45,45,45,1.0), rgba(35,35,35,1.0));
}

.pst_links .btn.video_YouTube {
	background: linear-gradient(rgba(230,22,45,0.9), rgba(220,12,35,0.9));
}
.pst_links .btn:hover.video_YouTube, body.dark .pst_links .btn:hover.video_YouTube {
	background: linear-gradient(rgba(230,22,45,1), rgba(220,12,35,1));
}

.pst_links .btn.inactive {
	background: linear-gradient(rgba(210,210,210,0.9), rgba(150,150,150,0.9));
    cursor: default;
}
.pst_links .btn:hover.inactive, body.dark .pst_links .btn:hover.inactive {
	background: linear-gradient(rgba(210,210,210,0.9), rgba(150,150,150,0.9));
}

body.dark .pst_links .btn {
	color: rgb(255,255,255);
}

.pst_links .btn .label {
	vertical-align: middle;
}

.pst_links .btn .crncy {
	vertical-align: middle;
	border-left-width: 2px;
	border-left-color: rgb(200,200,200);
	border-left-style: solid;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 8px;
}

.pst_links .btn:hover, body.dark .pst_links .btn:hover {
	color: rgb(255,255,255);
	background: rgba(35,158,225,1.0);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.8);
}

.pst_head .pst_links {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

.pst_desc	{
	user-select: auto;
	-webkit-user-select: auto;
	display: block;
	font-size: 18px;
	color: rgba(45,45,45,1.00);
	margin-top: -25px;
	margin-bottom: 10px;
	background: rgb(250,250,250);
	padding: 15px 10px 10px 10px;
	border-radius: 0px 0px 5px 5px;
}
body.dark .pst_desc {
	background-color: rgb(50,50,50);
	color: rgba(230,230,230,1.00);
}

.pst_desc .pst_links {
	padding: 0px;
	margin-top: 10px;
}

.pst_desc .text .pst_links .btn {
	display: none;
}

.pst_desc h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}

.list_index {
    list-style: none;
    margin: 0;
    padding: 0;
    user-select: auto;
    -webkit-user-select: auto;
}
.list_index li {
    padding: 0;
    margin: 5px;
}

.linkbox_list {
    display: block;
    padding: 0px;
}
.linkbox_list>a:hover {
    text-decoration: none;
}
.linkbox_list>a:hover>li {
    border-color: rgba(195,0,255,1.00);
    color: aqua;
}
.linkbox_list>li {
	
}
.linkbox_list li {
    display: block;
    list-style: none;
    text-indent: 0px;
    padding: 8px;
    font-size: 18px;
    margin: 8px 0px 8px 0px;
    border: 1px solid rgba(230,230,230,1);
    color: rgba(230,230,230,1);
    border-radius: 8px;
    transition: border-color 150ms linear, color 250ms linear, background 150ms linear;
    text-align: left;
}
.linkbox_list li>div {
	vertical-align: middle;
}
.linkbox_list.icons {
	text-align: center;
}
.linkbox_list.icons>a {
	margin: 5px;
	display: inline-block
}
.linkbox_list.icons a>li {
	background: rgba(200,200,200,.2);
}
.linkbox_list.icons li {
	display: block;
	border: 0;
	padding: 0;
	font-size: 12px;
	margin: 0;
	line-height: normal;
	min-height: 0;
	box-sizing: border-box;
}
.linkbox_list li>.link_icon    {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	align-content: center;
}
.linkbox_list.icons li>.link_icon    {
    display: inline-block;
    width: 40px;
    height: 40px;
	margin: 5px;
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	align-content: center;
}
.linkbox_list li>.link_label    {
    display: inline;
    vertical-align: top;
    line-height: 35px;
}
.linkbox_list .link_icon.bluesky {
    background-image: url('https://web-cdn.bsky.app/static/apple-touch-icon.png');
}
.linkbox_list .link_icon.facebook {
    background-image: url('https://www.facebook.com/apple-touch-icon.png');
}
.linkbox_list .link_icon.instagram {
    background-image: url('https://static.cdninstagram.com/rsrc.php/v3/yG/r/De-Dwpd5CHc.png');
}
.linkbox_list .link_icon.pdxdivas {
    background-image: url('https://pdxdivas.com/+assets/+images/lips.svg');
}
.linkbox_list .link_icon.tiktok {
    background-image: url('https://www.tiktok.com/apple-touch-icon.png');
}
.linkbox_list .link_icon.twitter {
    background-image: url('https://twitter.com/favicon.ico');
}
.linkbox_list .link_icon.youtube {
    background-image: url('https://m.youtube.com/static/apple-touch-icon-180x180-precomposed.png');
}

.parameters_block {
	display: block;
	margin: 0;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px rgba(200,200,200,.5);
}
.parameters_block:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.parameters_block .param_container {
	display: block;
	margin: 0px 0px 10px 0px;
}
.parameters_block .param_container:first-child {
	margin-top: 10px;
}
.parameters_block:first-child .param_container:first-child {
	margin-top: 0;
}
.parameters_block .param_container:last-child {
	margin: 0;
}
.parameters_block .param_container>div {
	display: inline-block;
	vertical-align: middle;
}

.parameters_block .param_container .param_name {
	margin: 0px 5px 0px 0px;
	padding: 4px 10px 4px 10px;
	background: rgba(90,90,90,.5);
	border-radius: 2px;
	font-size: 10px;
}

.parameters_block .param_container .param_output {
	display: inline;
	user-select: all;
	-webkit-user-select: all;
	word-break: break-all;
	padding: 4px 10px 4px 4px;
	font-size: 12px;
}

.linkbox_list .link_parameters {
	display: block;
}

.linkbox_list .link_parameters .param_container {
	display: block;
}
.linkbox_list .link_parameters .param_container>div {
	display: inline-block;
	vertical-align: middle;
}

.linkbox_list .link_parameters .param_container .param_name {
	margin: 0px 5px 0px 0px;
	padding: 4px 10px 4px 10px;
	background: rgba(90,90,90,.5);
	border-radius: 2px;
	font-size: 10px;
}

.linkbox_list .link_parameters .param_container .param_output {
	user-select: all;
	-webkit-user-select: all;
	word-break: break-all;
}.brand_logo {
	background-image: url('https://wolfandthunder.com/assets/site_logo.png');
}
body.dark .brand_logo {
	background-image: url('https://wolfandthunder.com/assets/site_logo_white.png');
}