/*
Theme Name: Helsinki Open Radio
Theme URI:
Author: wtf0
Author URI: http://wtf0.nl
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Helsinki Open Radio

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
.singlepost{
  width: 80%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
}
.back_button{
  font-weight: 300;
  margin-left: 2.5%;
  font-size: 1.5em;
}
h1.entry-title{
  max-width: 80%;
  font-size: 2.5em;
  margin-top: 2%;
  margin-bottom: 1%;
  margin-left: 2.5%;
}
.entry-title a{
  text-decoration: none;
}
.date{
  float: right;
  margin-bottom: 2%;
  margin-left: 2.5%;
  font-size: 1.2em;
}
.date a{
  text-decoration: none;
}
.entry-content-page{
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  font-size: 1.4em;
}
.entry-content{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.5%;
}
.entry-content img{
  max-width: 50%;
}
.left_container{
  flex-basis: 80%;
}
#post_play_button_container{
  position: fixed;
  right: 19%;
  top: 22%;
  width: 15%;
  display: flex;
  flex-wrap: wrap;
}
#post_play_button{
  flex-basis: 22%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	transition: 0.25s all ease;
}
#post_play_button:hover{
}
#post_play_button:hover > #post_playCircle{
  background-color: #cacaca;
}
#post_play_button p{
  padding-top: 7%;
  font-weight: 400;
}


#post_now_playing{
  width: 70%;
  float: right;
  margin-top: 2%;
  font-size: 1.3em;
  margin-bottom: 2%;
  overflow-x: hidden;
}
#post_now_playing p{
  z-index: 0;
  font-weight: 400;
  margin: 0;
  text-align: center;
  -moz-transform:translateX(90%);
	-webkit-transform:translateX(90%);
	transform:translateX(90%);
	/* Apply animation to this element */
	-moz-animation: scroll-left 10s linear infinite;
	-webkit-animation: scroll-left 10s linear infinite;
	animation: scroll-left 10s linear infinite;
}
#post_track_info{
	margin-top: 2%;
	width: 100%;
	max-height: 80px;
	font-size: 1.2em;
	font-weight: 300;
	overflow-y: auto;
	word-wrap: break-word;
  overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#post_playCircle{
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin-top: 3%;
  margin-left: 3%;
  border: 1px solid;
  border-color: transparent;
  margin-right: 1%;
}
#post_playCircle:hover{
  background-color: #dedede;
}
#post_playsymbol{
 	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	transition: 0.25s all ease;
	margin-top: 8px;
	margin-left: 18px;
	cursor: pointer;
	box-sizing: border-box;
	width: 50px;
	height: 52px;
	border-style: solid;
	border-width: 30px 0px 30px 50px;
	border-color: transparent transparent transparent #fff;
}
#post_playsymbol:hover{
	border-color: transparent transparent transparent #cacaca;
}
#post_playsymbol.pause{
	margin-top: 12px;
	margin-left: 12px;
	height: 50px;
	border-style: double;
	border-width: 0px 0px 0px 50px;
}
@media only screen and (max-width: 720px){
  #post_playCircle{
    width: 50px;
    height: 50px;
  }
  #post_playsymbol{
    width: 34px;
    height: 34px;
    margin-top: 6px;
    margin-left: 14px;
    border-color: transparent transparent transparent #fff;
    border-width: 18px 0px 18px 28px;
    }
  #post_playsymbol.pause{
    height: 33px;
		margin-top: 7px;
		margin-left: 10px;
		border-color: #fff;
		border-width: 0px 0px 0px 30px;
  }
}
