/*
Theme Name:	 23-1-25 V3 player script in footer 
Version:	 4.14
*/

@font-face {
	font-family:Manrope;
	src:url('https://www.backtomusic.ru/wp-content/themes/btm/assets/fonts/Manrope-VariableFont_wght.woff2') format('woff2');
/*	font-display: swap; */
}
html {
	box-sizing:border-box;
	font-family:Manrope,sans-serif; 
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased 
}
	body {
	margin:0;
	font-size:17px;
	letter-spacing: .2px; /*to avoid layout shift*/
	background-color: #f3f3f3;
}
	*,:after,:before {
	box-sizing:inherit;
}
.search-form {
	margin: 0 0 .5em 0;
	position: relative;
}
.search-term { 
	font-weight: bold; 
}
.main-navigation .search-form {
	margin: 1em 1em 0;
	width: 95%;
	position: relative;
}
.widget_search,
.widget_search .search-submit {
	display:none;
}
.widget.widget_search {
	display:block;
}
.widget-area .search-field,
.main-navigation .search-field {
	width: 88%;
}
.search-results .entry-title {
	padding: 1em 0 0;
}
.toggled .search-icon.header {
	visibility: hidden;
	margin: 0 .15em 0 0;
}
.search-icon.header {
	float: left;
	margin: .1em .6em 0 0;
	font-size: 22px;
	color: #dadada;
}
.main-navigation .search-icon {
	font-size: 1.8em;
	color: gray;
}
.search-icon	 {
	transform: rotateX(180deg);
	margin: 0 0 0 85%;
}

.search-icon,
.player-search-icon {
	font-size: 1.25em;
	float: right;
	margin: 0 .65em 0 0;
	color: gray;
}
	input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}

/* Autocomplete hints for player search */
.btm-search-hints {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
	box-sizing: border-box;
}
.btm-search-hints div {
	padding: 8px 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	cursor: pointer;
}
.btm-search-hints div:hover {
	background: #f0f0f0;
}
/* Search results on search.php */
.btm-player-search-form {
	margin-bottom: 1em;
}
@media screen and (min-width:200px) {

	body {
	font-size:15px;
}
.primary-intro .lightning.index {
	display:none;
}
.page-header {
	background: #fff;
}
.dco-image-attachment {
	line-height: 0;
}
.dco-attachment-gallery .dco-attachment.dco-image-attachment {
	margin: 5px;
}
.comment-form-attachment {
	position: relative;
	margin: 1em 0 .5em;
}
.comment-form-attachment__input {
	width: 14em;
	background: #fff;
}
.comment-form-attachment__label {
	padding: 0 .25em 0 0;
}	
.comment-form-attachment > span:not(.required) {
	display: block;
}
.comment-form-attachment span.comment-form-attachment__drop-area {
	display: none;
}
.comment-form-attachment.dragenter .comment-form-attachment__drop-area {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
}
.comment-form-attachment__drop-area-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px;
	border: 2px dashed;
	border-radius: 20px;
}
cite {
	letter-spacing:-.3px;
	color:#6c6c6c
}
.cite {
	background-color:#fafafa;
	border:1px solid #ccc;
	padding:.3em 0 .3em 1.5em;
	margin:1.5em 1em .5em;
	font-style:italic;
	color:#555
}
.cite-border {
	border:1px solid #aaa;
	max-width:680px;
	margin:1em auto;
	padding:.5em;
	border-radius:5px;
	padding:1em
}
.cite-border h4 {
	margin-top:.5em
}
.div-border {
	padding:.5em;
	border:1px solid #f3efda;
	margin-bottom:.5rem;
	margin-top:.5em;
	margin-right:2em;
	background-color:#fff
}
.sign {
	float:right;
	clear:right;
	padding:1.5em 0 1em;
	font-style:italic;
	color:#555;
	text-align:right
}
.sign.sign-date {
	padding: 0.5em 0 0;
}
.page-id-10085 .sign {
	display: none;
}
.sign-intro {
	hyphens:none;
	padding:.5em 1em .5em;
	font-style:italic;
	color:#444;
	text-align:right;
	float:right
}
.same-category-posts.related-posts a {
	width: 85%;
}
.same-category-posts li {
	padding: 0 0 0 .25em;
	margin: 0 0 .5em .75em;
}
.category-post-year {
	display: block;
	float: right;
	font-style: italic;
	color: #555;
	margin: 0 .25em 0;
}
.same-category-posts ul {
	max-height: 13em;
	overflow-y: auto;
	scroll-behavior: smooth;
	padding-left: .4em;
}
.same-category-posts {
	margin:1em 0;
	padding:1px .75em 1em;
	clear:both;
	background:#fff
}
article,aside,figcaption,figure,footer,header,main,menu,nav {
	display:block;
}
b {
	font-weight:700
}
em,i {
	font-style:italic
}
small {
	font-size:.75em
}
span {
	 display: inline;
}
figure {
	margin:0;
}
button,input,select,textarea {
	margin:0;
	color:inherit;
	font:inherit;
	outline:0;
	background:#fafafa
}
button,select {
	text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled],html input[disabled] {
	cursor:default
}
input {
	line-height:normal
}
input[type=checkbox],input[type=radio] {
	padding:0
}
textarea {
	overflow:auto
}
table {
	border-spacing:0
}
h1 {
	font-size:1.5em;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase
}
h2 {
	font-size:1.3em;
	text-transform:uppercase
}
h3 {
	font-size:1.15em;
	font-weight:400;
	text-transform:none;
	letter-spacing:1px;
}
h4 {
	margin: 1.5em 0 1.25em;
	color:#1e1e1e;
	font-weight:400;
	line-height:1.125;
	font-size:1.15em;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center
}
h5 {
	font-size:1em;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:1.5em 0 0;
	color:#1e1e1e
}
h6 {
	margin:1em 0 1.5em;
	color:#1e1e1e
}
h7 {
	font-size:1em;
	font-weight:600;
	text-transform:none;
	letter-spacing:1.25px;
}
.site-content a:hover {
	text-decoration:none;
	color:#555;
}
.comment-author-link {
	color:#585858;
	display: block;
}
a { color: #9a9a9a;
	text-decoration:none }
	
a:active {
	color: #0b0b0b;
}
.comment {
	padding:.5em 0;
}
.comment-content h4 {
	margin: .25em 0 .75em;
}
.comment-content img {
	max-height: 300px;
	width: auto;
}
li>ol,li>ul {
	margin-top:.5em;
	margin-bottom:0
}
table {
	width:100%;
	margin: 1em 0;
}
td {
	padding:0;
	border:0;
	text-align:center;
	border:1px solid #000;
	padding-left:2px
}
select option:checked,select option:hover {
	box-shadow:0 0 10px 100px #000 inset
}
.btn,button,input[type=button],input[type=reset],input[type=submit] {
	display:inline-block;
	margin:0;
	padding:.4em 1.5em;
	border:1px solid transparent;
	border-color:#9d9b9b;
	border-radius:3px;
	-webkit-appearance:none;
	color:#333;
	background-color:#fafafa;
	background-image:none;
	font-size:1em;
	font-weight:700;
	line-height:1em;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration:none;
	cursor:pointer;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
button.scroll-button:active {
	color: #111;
}
input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=url],textarea {
	width:100%;
	padding:.1em 1em;
	border:1px solid #aaa;
	border-radius:5px;
	-webkit-appearance:none;
	color:#585858;
	background-color:#fefefe;
	box-shadow:none;
	font-size:1em;
	line-height:1.5rem
}
.alert.alert-info {
	padding: .5em;
	border: 1px solid brown;
	text-align: center;
	color: brown;
}
.page-content {
	background: #fff;
	margin: 1.25em 2em;
}
.alignleft {
	float:left
}
.alignright {
	float:right
}
blockquote.alignleft {
	float:none;
	margin:1.5em
}
blockquote.alignright {
	float:none;
	margin:1em
}
hr {
	height:1px;
	margin-top:.5em;
	margin-bottom:1em;
	color:#bbb;
	clear:both
}
.post hr {
margin: 1em 0 1.5em;
}
embed,object,video {
	width:100%;
	margin-bottom:1.5em;
	vertical-align:middle;
	height:360px
}
p:has(iframe) {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
p:has(iframe.wp-embedded-content) {
	display: none;
}
p>embed,p>object,p>video {
	margin-bottom:1em
}
.mejs-container {
	margin:1em 0 1.5em
}
#content .mejs-time {
	padding-top:11px
}
#content .wp-playlist {
	max-width: 750px;
	margin: 1em auto;
	padding: 0;
	border: none;
	font-size: 1em;
	line-height: 1.5em;
	clear: both;
}
#content .wp-playlist-tracks {
	margin-top: 1em;
	letter-spacing: -.3px;
}
#content .wp-playlist-light {
	background-color:transparent
}
#content .wp-playlist-current-item {
	height:5em;
	margin-bottom:1em
}
#content .wp-playlist-current-item img {
	max-width:5em;
	margin-right:1.5em
}
#content .wp-playlist-item,#content .wp-playlist-item-length {
	padding:.25em
}
#content .wp-playlist-item {
	border-bottom:1px solid rgba(0,0,0,0.1)
}
#content .wp-playlist-caption,#content [class*=wp-playlist-item-] {
	font-size:1em;
	font-style:normal;
	line-height:1.5em;
	text-transform:none;
	text-decoration:none
}
#content .wp-playlist-playing {
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color:rgba(0,0,0,0.1);
	font-weight:400
}
.comment-notes,
.screen-reader-text {
	overflow:hidden;
	clip:rect(1px,1px,1px,1px);
	position:absolute!important;
	width:1px;
	height:1px
}
.clear:after,
.comment-content:after,
.comments-area:after,
.content-area:after,
.entry-content:after,
.entry-header:after,
.entry-meta:after,
.gallery-item:after,
.gallery:after,
.hentry:after,
.post-navigation:after,
.site-content:after,
.site-header:after,
.wrap:after {
	display:block;
	clear:both;
	content:'';
}
.site {
	margin-right:auto;
	margin-left:auto
}
.site-content, .wrap {
	max-width:1100px;
	margin-left:auto;
	margin-right:auto
}
.site-content {
	margin-top:60px;
}
.content-area {
	width:100%;
}
.widget-area {
	padding: .5em .75em;
}
.single .widget-area {
	padding: 1.5em .75em;
}
.widget_nav_menu {
	display: none;
}
.postform {
	display:inline-block;
	height:2em;
	border:2px solid #aaa;
	border-radius:5px;
	color:#585858;
	background-color:snow;
	font-size:1em;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	width: 100%;
	padding: 0 0 0 .3em;
	}
.site-info {
	display:block;
	margin-bottom:1.5em;
	font-size:12px
}
.main-navigation {
	float:left;
	width:100%;
	font-size:.8em;
	background: #fff;
	margin: .5em 0 0;
	max-height: 0;
	transition: max-height 0.5s;
	overflow: hidden;
}
.menu-toggle {
	float:right;
	position:relative;
	margin: 1.25em 2.5em 0 0;
	padding:0;
	border-color:transparent;
	background-color:transparent;
}
.menu-toggle:focus,
.menu-toggle:hover {
	box-shadow:none
}
.menu-toggle-icon {
	position:absolute;
	top:50%;
	left:50%;
width: 1.2em;
height: 1.5px;
	margin-left:14px;
	background-color:#1e1e1e
}
.menu-toggle-icon:after,
.menu-toggle-icon:before {
	display:block;
	height: 1.6px;
	background-color:#1e1e1e;
	content:'';
	position: relative;
}
.menu-toggle-icon:before {
	top: -6.7px;	
}
.menu-toggle-icon:after {
	top: 5.5px;
}
.main-navigation.toggled {
	max-height: 500px;
	transition: max-height 0.5s;
}
.main-navigation ul {
	margin:1em 0 .5em 0;
	list-style:none;
	padding: .5em 1em;
}
.main-navigation ul ul {
	margin:0;
	padding:0 0 0 1em
}
.main-navigation li {
	margin-bottom:0;
	
}
.main-navigation a {
	display:block;
	padding:.2em 0;
	color:#1e1e1e;
	font-size:.9em;
	letter-spacing:3.2px;
	text-transform:uppercase
}
.sub-menu a {
	font-size:1.1em
}
.menu-main-container,
.menu-photo-container {
	margin:0 1em;
}
.toggled .menu-main-container {
	margin: 0 1em 1em;
	clear: both;
}
.toggled .menu-toggle-icon {
	display: none;
}
.toggled .menu-cross {
	display: block;
	font-size: 1.75em;
	font-weight: 200;
}
.menu-cross {
	display: none;
}
.menu-toggle.toggled {
	text-indent: 0;
}
li#menu-item-6453 > a,
li#menu-item-4345 > a,
li#menu-item-6344 > a,
li#menu-item-19611 > a {
	display:none;
}
#menu-item-28987 a {
	padding: .3em 0 0;
	color: brown;
}
.pagination {
	margin:0 auto;
	padding:.85em 1em;
	background: #fff;
	margin: 1em 0;
}
.pagination:after,
.pagination:before {
	display:table;
	clear:both;
	content:''
}
.entry-content .page-numbers {
	text-decoration:none!important
}
.page-numbers:hover {
	box-shadow:inset 0 0 108px rgba(255,255,255,
.5);
	text-decoration:none
}
.page-numbers:active {
	outline:0;
	box-shadow:inset 0 0 108px rgba(255,255,255,
.5);
	text-decoration:none
}
.page-numbers:focus {
	outline:0;
	box-shadow:inset 0 0 108px rgba(255,255,255,
.2);
	text-decoration:none
}
.page-numbers:focus,
.page-numbers:hover {
	background-color:rgba(88,88,88,
.2);
	box-shadow:none
}
.page-numbers.prev {
	right:3.75em
}
.page-numbers.prev:before {
	width:1.5em;
	height:1.5em;
	color:#585858;
	content:'\e802'
}
.page-numbers.prev.last-page {
	right:0
}
.page-numbers.next {
	right:0
}
.page-numbers.next:before {
	width:1.5em;
	height:1.5em;
	color:#585858;
	content:'\e803'
}
.page-numbers.all {
	width:3em
}
.page-numbers.all span {
	display:none
}
.page-numbers.all:focus,
.page-numbers.all:hover {
	box-shadow:none
}
.page-numbers.all:before {
	content:'\e807'
}
.page-numbers.current,
.page-numbers.dots {
	border-color:transparent!important;
	cursor:auto;
	opacity: .6;
	font-size: 1.1em;

}
.page-numbers.current:hover,
.page-numbers.dots:hover {
	border-color:transparent!important;
	background-color:transparent!important
}
.comments-area .navigation {
/*	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f3f3f3; */
	padding: 0 .5em;
}
img {
	max-width:100%;
	height:auto;
	border:0;
	text-align: center;
}
.post img {
	border-radius:5px
}
img.size-thumbnail {
	border:1px solid #696969;
	background-color:#fff;
	border-radius:7px
}
.archive img.alignleft,
.cite-border img.alignleft,
.site-main img.alignleft {
	margin:0 1.05em .5em 0
}
img.alignleft {
	margin:0 1em 0 0
}
img .alignright {
	margin:0 0 0 1em
}
.wp-caption.alignleft {
	margin:0 1.5rem .5rem 0
}
.wp-caption.alignright {
	margin:0 0 .5rem 1.5rem
}
.entry-content .wp-caption img {
	margin-bottom:.25em
}
.wp-caption {
	max-width:100%;
	padding:4px
}
.entry-caption,
.figure .wp-caption-text,
.gallery-caption,
.wp-caption .wp-caption-text {
	font-style:normal;
	font-size:.85em;
	line-height:1.3;
	color:#555
}
.post-fullwidth .wp-caption-text,
.back-to-music .wp-caption-text {
	text-align: center;
}
.gallery {
	margin: 1em 0 0;
}
photo-gallery {
	position:relative
}
.photo-gallery .gallery-item {
	background:0 0;
	padding:.25em .25em 0
}
.gallery-item a,
.gallery-item img {
	display:inline;
	padding:0;
	margin-left:auto;
	margin-right:auto
}
.gallery-item img {
	border-radius:3px
}
.gallery-caption {
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	height:auto!important;
	margin-bottom:0;
	padding-top:.25em;
	white-space:wrap;
	text-align: center;
}
.gallery-size-thumbnail .gallery-caption {
	text-align: center;
}
.textwidget .gallery-caption {
	padding-top:0;
	white-space:nowrap
}
.gallery-columns-1 {
	max-width:750px;
	margin-left:auto;
	margin-right:auto
}
.gallery-columns-1 .gallery-item {
	width:100%;
	margin:0 0 .5em 0
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1) {
	clear:left
}
.gallery-description {
	background:url(https://www.backtomusic.ru/wp-content/themes/btm/pictures/i.png) no-repeat left top;
	padding:0 .5em;
	margin:0 0 .5em;
	min-height: 33px;
}
.textwidget.custom-html-widget {
	border-radius: 5px;
	padding: 0 .3em .5em;
	background: white;
	margin-top: .5em;
}
#custom_html-3 .textwidget.custom-html-widget {
	padding: 0 .7em .5em;
	font-size: .9em;
}
.textwidget.custom-html-widget h3 {
padding: .7em 0 .25em;
}
.custom-html-widget img {
	margin: 1em 0 0;
	width: auto;	
}
.widget select {
	max-width:100%
}
.links ul,
.widget:not(.widget_text) ul {
	margin-left:0;
	padding:0;
	list-style:none
}
.widget-title {
	font-size:.95em;
	letter-spacing:3px;
	text-transform:uppercase;
	padding-bottom:0;
	margin: .8em 0;
	text-align:center;
	font-weight:400;
}
.widget.widget_recent_comments li {
	margin-bottom:.75em;
	padding-bottom:.6875em;
	border-bottom:1px solid rgba(88,88,88,.2)
}
.recent-comments-date {
	font-size: .95em;
	vertical-align: baseline;
	padding: 0 .15em 0 0;
}
.widget.widget_nav_menu ul ul {
	margin-left:1em
}
.post-thumbnail {
	display:block;
	margin:0 0 2em
}
.post-thumbnail img {
	display:block;
	width:100%;
	height:auto
}
.entry-meta {
	margin: 0 0 .5em;
}
.entry-meta-item {
	padding: 0 .5em .25em 0;
}
.byline,
.updated:not(.published) {
	display: none !important;
}
.tags-links a {
	display:inline-block;
	margin-right:.5em;
	opacity:.5;
	color:#585858
}
.page-links {
	clear:both;
	margin:0 0 1.5em
}
p:empty {
	display:none
}
.entry-content {
	word-wrap:break-word;
	hyphens:auto;
}
.entry-content img {
	display:block
}
.post-with-sidebar .entry-content p {
	text-indent: 0;
}
.comment-form-attachment__autoembed-links-notice,
.comment-form-attachment__file-size-notice,
.comment-form-attachment__file-types-notice {
	display:none!important
}
.comment-content blockquote,
.entry-content blockquote {
	margin:1.5em 1em 1em 1em;
	color:#555;
	font-size:.9em;
	font-style:italic;
	padding:1em 1em 1em 1.5em;
	quotes:'' '';
	background:url(https://www.backtomusic.ru/wp-content/themes/btm/pictures/q.gif) no-repeat left top;
	clear:both;
	border-radius:7px;
	font-family:Helmet,Freesans,Helvetica,Arial,sans-serif;
	letter-spacing:.5px
}
.comment-content blockquote {
	background-color:#efefef
}
.comment-content img.alignleft {
	margin:.5em 1em 1em 0
}
.comment-content h5 {
	margin:1em 0;
}
.comment-content ol li,
.comment-content ul li {
	margin-bottom:.1em
}
.comment-content ol {
padding-left: .5em;
}
.comment-content .dco-image-attachment {
	max-width:500px
}
.children,
.comment-list {
	margin-bottom:0;
	padding-left:0;
	list-style:none
}
.comment-list {
	margin-left:0;
	padding-top:1.375em
}
.comment-respond {
	padding-top:0
}
.children {
	margin-left:4%
}
.comment-body {
	position:relative;
	padding:0 0 0 1em;
	border-left:1px solid #ccc;
	word-wrap:break-word;
	margin-bottom:1em
	/*border: 2px solid #ddd;
	border-radius: 5px;
	padding:.25em 0 .25em 1em;*/
}
.comment-body p {
	margin:0
}
.comment-meta {
	margin:0
}
.comment-author img {
	display:block;
	float:left;
	clear:left;
	width:3em;
	height:3em;
	border-radius:50%
}
.comment-author .says {
	display:none
}
.comment-author .author-name,
.comment-metadata {
	display:block;
	margin-left:0
}
.comment-metadata {
	font-size:.875rem;
	line-height:1.5em
}
.comment-metadata time {
	margin-right:.5em
}
.comment-metadata a {
	opacity:.5;
	color:#585858
}
.reply {
	margin: .5em 0 0;
	border: 1px solid gray;
	font-size: .95em;
	display: inline-block;
	padding: 0 .25em;
	border-radius: 5px;
}
.comment-content a {
	word-wrap:break-word;
	text-decoration:underline
}
.bypostauthor {
	display:block
}
.required {
	color:#e83337
}
 .form-submit {
	padding: .75em 0;
	margin: 0;
}
.comment-form .submit {
	border:1px solid #aaa;
	background-color:#e3e3e3
}
.comment-form textarea {
	min-height:13.5em
}
.comment-reply-title,
.comments-title {
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:400
}
.no-comments {
	margin-bottom:3em
}
.comment-navigation {
	overflow:hidden;
	margin:0 0 1.5em;
	word-wrap:break-word
}
.comment-navigation .nav-links {
	overflow:hidden;
	width:100%
}
.comment-navigation .nav-next {
	display:inline-block;
	float:left
}
.comment-navigation .nav-next a {
	display:block;
	float:left
}
.comment-navigation .nav-pages {
	display:inline-block;
	float:right;
	opacity:.5;
	text-align:right
}
.comment-navigation .nav-next a:after {
	margin:0 .2em;
	opacity:.5
}
.comment-navigation .nav-next a:after {
	margin:0 0 0 .5em;
	content:'\e803'
}
.post-navigation {
	margin-bottom:1.5em
}
.entry-content p:has(img) {
	text-indent:0;
}
.sticky {
	display:block
}
.hentry {
	word-wrap:break-word
}
.archive .comments-area,
.archive .entry-content,
.archive .entry-footer,
.archive .post-navigation,
.blog .comments-area,
.blog .entry-content,
.blog .entry-footer,
.blog .post-navigation,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .post-navigation {
max-width:1100px;
	float: left;
}
.search .page,
.search .post,
.archive .post,
.blog .post {
	padding:0 .75em .5em;
	background-color:#fff;
	margin: 0 0 1em 0;
}
.single-post .post {
	margin-bottom:3em
}
.single-html {
padding:1em
}
.page-template-default .entry-content,
.page-template-default .entry-header {
	clear:both;
	width:100%;
	margin-right:auto;
	margin-left:auto
}
.page-template-fullwidth .entry-content p {
	text-indent:2em
}
.page-template-fullwidth .entry-content .katex-div {
	text-indent:0!important
}
.page-template-fullwidth.parent-pageid-3969 .entry-content p {
	text-indent:0!important
}
.page-template-fullwidth .entry-content .gallery-description p {
	text-indent:0;
	margin:0
}
.page-id-10085 .content-area,
.page-id-10085 .entry-content,
.page-template-fullwidth .content-area,
.page-template-fullwidth .entry-content,
.page-template-fullwidth .entry-header {
	width:100%;
}
.comments-area {
	 padding:.5em .75em;
	 background-color: #fff;
}
.page-template .cite-intro,
.single .cite-intro {
	hyphens:none;
	padding:.5em 1em .5em;
	font-style:italic;
	color:#999;
	text-align:right;
	clear:both;
	padding-left:0
}
.page-title {
	font-size:1.3em;
	line-height:1.125;
	color:#444;
	margin:0;
	padding: .6em .5em;
}
.title-pointer {
	color: gray;
}
.site-header {
	background:#75716a;
	height:60px;
	position: fixed;
	top: 0;
	transition: top 0.3s;
	width: 100%;
	z-index: 5;
}
.primary-intro a {
	color: #444;
}
.primary-intro {
	padding:.5em.75em;
	line-height:1.125;
	color:#303030;
	background: #fff;
}
.primary-intro .lightning {
	float: left;
	margin: 0 .5em 0 0;
}
.primary-intro .wp-image-1041,
.site-header .wrap .logo {
	padding:0;
	margin:3px 0 0 1em
}
.site-header .wrap .logo-btm {
	padding:0;
	margin:11px 3px 10px 0;
}
.site-title {
	clear:both;
	margin:0;
	padding:.45em 0 0;
	font-size:1.9rem;
	font-weight:700;
	line-height:1.2rem;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:Arial;
	text-align:left
}
.site-title a {
	color:#1e1e1e;
	text-decoration:none
}
.site-description {
	margin:0;
	padding:.2em 0 0 .3em;
	opacity:.7;
	font-size:12px;
	font-size:.75rem;
	font-weight:400;
	line-height:1.5;
	letter-spacing:7.6px;
	text-transform:none;
	color:#fff
}
.back-to-photo .site-title {
	letter-spacing:1.8px
}
.back-to-photo .site-description {
	letter-spacing:4.2px
}
.site-branding {
	display:inline-block;
	max-width:100%;
	padding-left:.5em;
	padding-bottom:0;
	float:left
}
.nav-menu {
	background:#fefefe;
	border:1px solid #9c9a9a;
	border-radius:5px
}
.sub-menu .sub-menu {
	border:none;
	font-size:.9em
}
.archive .intro-img,
.home .intro-img {
	width:150px
}
.intro-img {
	max-width:350px;
	float:none;
	margin-right:0
}
.intro-img .gallery-item {
	border:2px solid transparent
}
	option {
	max-width:280px
}
	div .entry-content > p,
.more-link {
	position: relative;
	z-index: 1;
	text-indent: 0; /*---ident not good if a player post has text before more-link*/
	margin-top: .5em;
	display: block;
	width: fit-content; /*---better ellipsis clicking*/
}
.entry-content p.single-player {
	margin: 0 0 .75em 0;
}
.entry-content p.single-player.warning {
	margin: .5em 0 .75em 0;
}
.warning {
 color: brown;
}
	script + hr {
	margin-top: 1em;
}
.pullquote {
	display:none
}
.btm-add,
.btp-add {
	color:#555;
	padding:0 .75em .5em;
	hyphens:auto
}
.site-main {
	padding:0
}
.page-template-default .hentry,
.page-template-fullwidth .hentry,
.post-template-default .hentry {
	padding:0 .75em .5em;
	background:#fff;
	margin-bottom:1em;
}
	ol,ul {
	margin:.5em 0;
	padding:0 0 0 1.5em
}
	h1,h2,h3 {
	font-weight:400;
	padding:.25em 0 .25em;
	clear:both;
	text-align:center
}
.entry-title {
	font-size:1.15em;
	text-transform:uppercase;
	padding: 1em 0 0;
}
.entry-title a {
	color:#1e1e1e
}
.entry-meta-item.posted-on a {
	color: #444;
}
.sign.post-date {
	padding: .5em 0;
}
	 .archive .entry-content,
.archive .entry-footer,
.archive .post-navigation,
.blog .entry-content,
.blog .entry-footer,
.blog .post-navigation,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .entry-meta,
.single-post .post-navigation {
	width:100%;
}
.site-footer {
	padding:1.5em 1em 1.5em;
	background:#fff;
	margin: 1em 0 0;
}
.gallery-item {
	float:left;
	overflow:hidden;
	padding: .5em 0.25em;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	width:100%
}
.gallery-columns-6 .gallery-item {
	/* width: 15%; */
	width: 32%;
}
.comments-title {
	margin: .25em 0 1em;
}
.comment-respond {
	margin: 1em 0 0;
}
.page-numbers {
	display:inline-block;
	min-width:3em;
	font-size:.95em;
	padding:.75em 0;
	border:1px solid;
	border-color:rgba(88,88,88,.2);
	border-radius:5px;
	-webkit-appearance:none;
	color:#585858;
	background-color:rgba(88,88,88,.2);
	background-color:transparent;
	font-weight:700;
	text-align:center;
}
.page-numbers.next,
.page-numbers.prev {
	display:none;
	position:absolute;
	top:auto;
	width:3em;
	color:transparent
}
.taxonomy-description p {
	padding: 0 .75em .75em;
	margin: 0;
	font-size: .95em;
	line-height: 1.2;
	color: #646464;
	background: #fff;
}
.taxonomy-description a {
 text-decoration: underline;
}
	 .audio-player, 
.player {
	width:100%;
	border-radius:5px
}
.player-logo {
	text-align:left;
	font-size:.6em;
	margin-bottom:.5em
}
.player-logo a {
	color: brown;
	text-decoration:none
}
.wpcode-player.v1 .cut-on-v1 {
	display: none;
}
	div.wpcode-player.v1,
	div.wpcode-player:has(ul) {
	/*	background: #f3f3f3;
	padding: .1em .75em;
	border-radius: 5px;	*/
	margin-bottom: .75em;
}
.page-fullwidth .wpcode-player.v1,
.post-fullwidth .wpcode-player.v1 {
	border: 1px solid #c0c0c0;
	padding: .5em 1em;
	border-radius: 5px;
}
.entry-content p.single-player img {
	margin: 2px .5em 0 0;
}
.blog .entry-content p.single-player,
.single .entry-content p.single-player {
	/*	margin: 0 0 .75em; */
	font-size: .95em;
}
.tracks_v1_div {
	float: right;
	padding: 0 .25em;
	font-size: .85em;
}
.wpcode-player ul {
	list-style-type: none;
	/*	margin: 0 0 0 -.6em; */
}
.wpcode-player nav {
	overflow-y: auto;
	scroll-behavior: smooth;
	margin: 0 0 .25em -.6em;
	transition: max-height .5s ease-in-out;
}
/*.v31.wpcode-player nav {max-height: 16em} */
.single-post .wpcode-player nav {max-height: 100em}
.postid-24059 .wpcode-player nav { /* HQ BTM PLAYER post */
	max-height: 10em;
}
.wpcode-player nav ol {padding-left: 2em}
.wpcode-player hr {
	margin: .5em 0;
}
	 .wpcode-player ul .active a {
	color:#222;
	text-decoration:none
}
.same-category-posts a, 
.playlist a {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}
.playlist a[lang="en"] {
	hyphens: auto;
}
	
.playlist a:hover {
	color:black;
}
.playlist a.active,
.playlist .active:hover {
	color: #333;
	background: #f3f3f3;
	white-space: normal;
	text-decoration: none;
	display: inline;
}
.playlist li {
	padding:5px;
	margin:0;
}
.playlist li:has(a.active) {
	background: #f3f3f3; 
}
.playlist li::marker {
 background: brown;
}

.playlist i {
	display: none;
}
a.apple:has(+a.active) {
	width: 63px;
	margin: 0.2em .5em 0 .2em;
	border-radius: 50%;
}
a.apple {
	display: none;
}
.volume-value {
 display: none;
}
.playlist img {
	transform: scale(1.03, 1.03)
}
img.main-apple {
	border-radius: 7px;
	border: 8px solid #434242;
	width:100px
}
.wpcode-player button {
	font-weight: normal;
	border-radius: 5px;
	padding: 0;
	width: 35px;
	height: 20px;
	background: transparent;
}
.player-speed .btn-speed-minus {
 margin-right: .5em;
}
.btn-speed-minus.speed-active,
.btn-speed-plus.speed-active {
	background-color: #fbabab;
}
.wpcode-player {
	width:100%;
	max-width: 750px;
	clear:both;
	margin: .75em auto .5em auto;
}
hr + p {
	margin-top: -.5em;
}	
.wpcode-player .cut-on-mobile	 {
	display:none
}
.plEllipsis {
	text-align: center;
	transition: opacity .5s;
	font-size: 1.2em;
	cursor: pointer;
	color:#bababa;
	transform: rotateX(202.5deg);
	margin:.5em 0 0;
}
.flash {
	animation: flash 3s infinite;
}
@keyframes flash {
	0% { opacity: 1; }
	75% { opacity: 1; }
	87% { opacity: 0; }
	100% { opacity: 1; }
}
.cache-status {
 text-align: right;
 padding: .5em;
 font-size: .8em;
 color: brown;
}
.flex {
	display: flex;
	align-items: center;
}
.arial {
	font-family: Arial, sans-serif;
	color:#444;
}
.player-top,
.spinner-centering {
 font-size: .95em;
 position:relative;
}
.loading-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%); /* Centers it initially */
 width: 40px;
 height: 40px;
 border: 4px solid #ccc;
 border-top-color: #ff0000;
 border-radius: 50%;
 animation: spin 1s linear infinite;
}
@keyframes spin {
 0% { transform: translate(-50%, -50%) rotate(0deg); } /* Combine translate and rotate */
 100% { transform: translate(-50%, -50%) rotate(360deg); } /* Combine translate and rotate */
 
}
.player-face {
	padding: .3em .5em;
	background: gray;
	color: #eee;
	margin: 0 0 .3em;
	border-radius: 5px;
}
.player-face > * {
	margin: 0 .25em;
	color: #ddd;
}
.player-face .flex-right,
.player-speed .flex-right {
	margin: 0 0 0 auto;
}
.player-face .play-button {
	border: none;
	color:#eee;
	width: 25px;
	height: auto;
	font-size: 1.6em;
	transform: rotateZ(90deg);
	font-weight: 700;
}
.player-footer {
 border-radius: 0;
 background: #d1d1d1;
	color: #0d0d0d;
	padding: .25em;
}
.player-speed {
 margin: .6em 0 .5em;
}
.player-speed > *,
.player-scorll > * {
	margin: 0 .35em 0 0;
}
.tracks-counter *,
.lpf * {
	margin-left: .25em;
}
.track-length {
 display: none;
}
.a-seek {
 max-width: 140px;
}
.flex-right .hpf {
	margin:0 1em 0 0;
}
.flex-right .hpf,
.flex-right .lpf {
	font-size: .8em;
	padding: .2em;
	width: 35px;
	height:20px;
}
.lpf small {
 margin: 0;
}
.lpf input[type="range"] {
 max-width: 60px;
 margin: 0 0 0 .5em;
}
.lpf input[type="range"]::-moz-range-thumb {
	border:1px solid #777;
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	 
}
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	background: #aaa;
	border-radius: 2px;
}
.freq-span {
 margin: 0;
}
.entry-content p {
	margin: .75em 0 .25em;
	text-indent:2em;
}
.archive .entry-content p,
.blog .entry-content p {
	margin: 0 0 .25em;
}

}
@media screen and (min-width:500px) { 


.wpcode-player .cut-on-mobile	 {
	display:inline
} 
.wp-commentnavi span.pages {
	margin: 2px 10px 2px 2px;
	display: inline;	
}
.wp-commentnavi {
	margin: 2em 0;
	padding: 1em;
}
.comment-content blockquote,
.entry-content blockquote {
	margin-left: margin: 1.5em 1em 1em 2em;
 }
}	


@media screen and (max-width:430px) {

.site-header .wrap .logo-btm,
.site-header .wrap .logo {
	display:none
}
.site-branding {
	padding-left:.75em
}
.primary-intro .lightning.index {
	display:block;
}
}
@media screen and (max-width:730px) {

.gallery-left,
.gallery-right {
	float:none;
	width:100%!important 
}
.wp-caption.alignleft {
	float:none;
	/*width:100%!important */ /*--- wrong in fullwidth posts! ---*/ 
}
.gallery-columns-6 figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
}
@media screen and (min-width:730px) {

	body {
	font-size:17px;
}
.lpf input[type="range"] {
 max-width: 80px;
}
.a-seek {
 width: 300px;
 max-width: 300px;
}
.player-face .play-button {
	width: 30px;
}
.single-post .playlist a {
	white-space: normal
}
.single-post .alignleft.picture-border {
	margin: 1em 0 .75em .5em;
}
.same-category-posts ul {
	padding: .5em 0 0 .5em;
	max-height: 15.5em;
}
.same-category-posts a {
	width: 85%;
}
.same-category-posts li {
	margin: 0 0 .75em .5em;
}
.widget_nav_menu {
	display: block;
}
.alert.alert-info {
	padding: 1em 0;
}
.page-template-fullwidth .cite-intro,
.single .cite-intro {
	hyphens:none;
	padding:.5em 1em .5em;
	font-style:italic;
	color:#999;
	text-align:right;
	clear:right;
	padding-left:50%
}
 
.site-branding {
	padding-left:.6em;
	max-width:300px;
	font-family:Arial
}
.site-header .wrap .logo-btm {
	padding:0;
	margin:11px 0 10px 5px
}
.page-title {
	margin: .75em 0 .5em;
}
.search .page-title {
	margin:0 0 .5em;
}
h1.page-title:has(+ div.taxonomy-description) {
	margin-bottom: 0;
	padding: .75em 0 .5em;
}
.primary-intro {
	font-size:.9em;
	background: #fff;
	padding: 0.5em .75em;
	margin: 1em 0;
}
.primary-intro.info {
	font-size:1.4em;
	font-weight:500;
	margin:2px .6em 0 4px;
	border:2px solid gray;
	padding:0 .5em;
	border-radius:18px;
	width:32px;
	float:left;
	height:32px
}
.page-template-fullwidth .comments-area,
.page-template-fullwidth .hentry,
.post-fullwidth .hentry {
	padding:1em 2.5em;
}
	option {
	max-width:800px
}
.level-1, .level-2 {
	font-size:.9em!important;
}
.desaturate figure {
	filter:saturate(75%)
}
.figure-hover figure,
.single .picture-border figure {
	border:2px solid transparent
}
.intro-img {
	max-width:350px;
	float:left;
	margin:0 1em .5em 0
}
.pullquote {
	display:block;
	width:30%;
	padding:0 1em;
	margin:.5em 0 .5em 1.5em;
	float:right;
	border-left:2px solid #bbb;
	color:#888;
	font-style:italic
}
.gallery-item {
	padding:.5em
}
.gallery-columns-2 .gallery-item {
	width:49%
}
.gallery-columns-3 .gallery-item {
	width:33.3%
}
.gallery-columns-4 .gallery-item {
	width:24%
}
.gallery-columns-5 .gallery-item {
	width:19%
}
.gallery-columns-6 .gallery-item {
	width:15.65%
}
.galleryid-1155 .gallery-icon.portrait,
.galleryid-10085 .gallery-icon.portrait {
	width: 50%;
	margin: auto;
}
.galleryid-10085 .gallery-icon.square {
	width: 75%;
	margin: auto;
}
.gallery-left {
	float:left
}
.gallery-right {
	float:right
}
.site-description {
	margin-bottom:0
}
.main-navigation {
	width:auto;
	float:right;
	font-size: .9em;
	background: #75716a;
	max-height: 500px;
	overflow: visible;
	margin: 1em 0;
}
.main-navigation ul {
	display:block;
	float:left;
	margin: 0 .25em 0 0;
	list-style:none;
	padding:0;
	background: #75716a;
}
.main-navigation ul ul {
	float:left;
	position:absolute;
	z-index:99999;
	top:1.2em;
	left:-999em;
	padding:0;
	background-color:#fdfdfd;
	box-shadow:0 2px 25px 3px rgba(0,0,0,0.1);
	border:2px solid gray;
	min-width:200px;
	border-radius:5px
}
.main-navigation ul ul ul {
	top:0;
	left:-999em
}
.main-navigation ul ul li {
	box-shadow:0 13px 0 -12px rgba(88,88,88,.2)
}
.main-navigation ul ul li:last-child {
	box-shadow:none
}
.main-navigation ul ul li:hover>ul {
	left:100%
}
.main-navigation ul ul a {
	width:12em;
	padding:.75em 1em
}
.main-navigation ul li:hover>ul {
	left:auto
}
.main-navigation li {
	float:left;
	position:relative;
	margin-bottom:0;
}
.main-navigation a {
	padding-left:.75em;
	padding-right:.75em
}
.main-navigation .search-form,
.main-navigation .search-icon {
	display:none;
}
.menu-toggle {
	display:none
}
	#menu-item-28987 {
	display:none;
}
	li#menu-item-6453 > a,
	li#menu-item-4345 > a,
	li#menu-item-6344 > a,
	li#menu-item-19611 > a {
	display:block;
}
.sub-menu a {
	font-size: .9em;
}
	 ol,ul {
	margin:0;
	padding: 0 0 0 1em;
}
	ol li, ul li {
	padding: .1em 0 .1em .25em;
}
	li ul li {
	padding: 0;
}
 .widget.widget_nav_menu ul ul {
	margin: 0 0 0 1em;
}
.post-thumbnail {
	margin:0 0 3em
}
.comment-navigation {
	margin-bottom:3em
}
.page-numbers {
	width:3em
}
.page-numbers.all {
	width:auto;
	padding-right:1em;
	padding-left:1em
}
.page-numbers.all span {
	display:inline
}
.page-numbers.all:before {
	display:none
}
.menu-item-10675 a,
.menu-item-19609 a,
.menu-item-19611 a, 
.menu-item-4345 a
	 {
	font-weight:800;
	color:#cfcfcf
}
.content-area {
	width:73%;
	float:left;
	border: none;
}
.content-area.page-template-fullwidth {
	width:100%;
}
.entry-meta {
	width:100%;
}
.widget-area {
	float:right;
	width:27%;
	margin: 0 auto;
	padding:0 1.5% 0 1.5%;
	border:0
}
.widget-area .search-field	 {
	width: 83%;
}
.home .widget-area {
  padding-top: .5em;
}
aside.widget_custom_html {
	position: sticky;
	top: 1em;
	transition: top 0.3s;
}
.archive .widget-area {
	margin:1em 0;
}
.page .widget-area,
.home .widget-area {
	margin:.5em 0 1em;
}
.single .widget-area {
    padding:0 .75em;
}
.page .content-area,
.single .content-area {
	padding:0 0 1em 0;
}
.site-main {
	padding:1em 0 0;
}
.categories-dropdowns {
	margin: 0 0 1.5em 0;
}
.page-header {
	max-width:100%;
	background: white;
}
.site-footer {
	margin:0
}
.pagination {
	margin: 0 0 1em;
}
	
}



@media screen and (min-width:1024px) {

.page-header {
	padding:0 1em;
	border-radius: 5px;
	margin: 0 0 1em 0;
}
.primary-intro {
	border-radius:5px;
	padding: .5em 1em;
	margin: 1.1em 0 1em;
}
.same-category-posts ul {
	padding: .5em 1em 0;
}
.same-category-posts li {
	margin: 0 0 .75em 1.5em;
}
.category-post-year {
	margin: 0 1em 0;
}
.entry-title {
	padding: 1em 0;
	margin:0;
}
.post-fullwidth .entry-title,
.page-template-fullwidth .entry-title {
	padding:1.5em 0 1em;
	color:#222;
	font-size: 1.3em;
}
.post-template-default .entry-title {
	padding:1.5em 0 1em;
}
.site-header {
	margin-bottom:0
}
.main-navigation {
	margin-right:0
}
.entry-content img.alignleft {
	margin: 0.3em 1em .75em 0;
}
.content-area {
	float:left;
	width:75%
}
	#content {
	background: #f3f3f3;
}
.no-sidebar .content-area {
	width:100%;
	max-width:100%;
	margin-right:0
}
.entry-meta {
	float:left;
	width:19%;
	padding: 0 .5em .5em 0;
	overflow: hidden;
	font-size: .95em;
	line-height: 1.5em;
	margin:0;
	z-index: 2;
	position: relative;
}
.entry-meta-item {
	display:block;
}
.entry-meta-item.comments-link a {
	font-size:.8em;
	padding:.5em .4em;
	line-height:2;
	border-radius:3px;
	opacity:.75
}
.single-post .entry-meta-item {
	padding: .25em .5em 0 0;
}
.single-post .posted-on {
	float: left;
}
.widget-area {
	width:24%;
	margin-right:0;
	padding:0 1.5% 0 1%;
}
.site-info {
	float:right;
	width:30.92369%;
	margin-right:0;
	text-align:right
}
.comment-list {
	padding:1em 0
}
.comments-area {
	padding: 1.5em 2.5em;
}
.comment-content ol {
	padding-left: 1em;
}
.archive .comments-area,
.archive .entry-content,
.archive .entry-footer,
.archive .post-navigation,
.blog .comments-area,
.blog .entry-content,
.blog .entry-footer,
.blog .post-navigation,
.single-post .entry-footer,
.single-post .post-navigation {
	float:right;
	width:80%;
}
.archive .post,
.blog .post {
	padding:0 .75em .75em;
	margin: 0 0 1em 0;
}
.page-template-default .hentry,
.page-template-fullwidth .hentry,
.post-template-default .hentry {
	padding:0 2.5em .5em;
	margin-bottom:1em;
}
.site-main .back-to-photo {
	margin:-5em 0
}
#secondary {
	margin-bottom:1em;
}
.taxonomy-description p {
	margin: 0 0 .75em;
	padding: 0 0 0.75em;
}
}
