body {
    font-family: Ubuntu;
}

#loop .post header{
	margin-bottom:30px;
	h1{
		width:619px;
		margin-bottom:0;
		margin-right:0;
		@media screen and (max-width: $qfull) {& {
			width: auto;
		}}	
	}
	.kk-star-ratings {
		width: auto;
		text-align:center;
		float:right;
		margin:0;
		@media screen and (max-width: $qfull) {& {
			display: none;
		}}	
		.kksr-stars {
			float: none;
			margin: 0 auto;
			width: 121px;
		}
		.kksr-legend{
			float:none;
			text-align:center;
			font-size:8px;
		}
	}
}

#top {
    background: #FFF;
}


.multiLoopHeader{
	@include clearfix;	
}
.post-content {
  clear: both;
}



.toplayer {
	z-index: 999;
}

.text-c {
	text-align: center;
}

#loop {
	line-height: 100%;
}
#loop .share {
	display: none;
}

.wp-pagenavi span.pages {
	padding: 4px;
	border: none;
}



#sidebar .likeboxfuncwrap span, 
#sidebar .likeboxfuncwrap iframe	{
	width: 371px !important;
	margin: 0 0 0 -16px;
}

#loop .post-meta a {
	border: none;
	color: $brightblue;
}

.emu-notice {
	padding: 25px 0 0 0;
}

.fluid-wrapper {
    position: relative;
    //padding-bottom: 56.25%; /* 16:9 */
    padding-bottom: 90%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}
