/*
Theme Name: Musik
Theme URI: http://bcoder.cn
Author: Flatfull.com
Author URI: http://bcoder.cn
Description:musik
Version: 1.1.1
License: Envato License
License URI: http://themeforest.net/licenses/standard
Text Domain: musik
Tags: white, dark, light, fluid-layout, custom-colors, editor-style, featured-images, threaded-comments, translation-ready


*/

/* =WordPress
--------------------------------------------------------------*/
img, object, embed, iframe {
  max-width: 100%;
  height: auto;
}
table{
	width: 100%;
	border: 1px solid #f5f5f5;
}
table th,
table td{
	padding: 12px 16px;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.alignnone, .alignleft {
  margin: 0.538em 1.47em 1.47em 0;
}

.aligncenter {
  display: block;
  margin: 0.538em auto 0.538em auto;
}

.alignright {
  float: right;
  margin: 0.538em 0 1.47em 1.47em;
}

.alignleft {
  float: left;
}

.wp-caption, .gallery-caption {
  max-width: 100%;
  padding: 0.583em 0.333em 1.593em;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
  width: auto;
}

.wp-caption-text {
  font-size: 0.846em;
  color: #808080;
  margin: 1em 0;
}

body.admin-bar > section > section{
	bottom: 32px;
}
body.admin-bar .navbar-fixed-top-xs{
	position: static !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.category-sticky,
.sticky {
	display: block;
	border-left: 3px solid #4cb6cb;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* =Entry
-------------------------------------------------------------- */
.entry-content ul, 
.entry-content ol, 
.entry-content form,
.entry-content p{
	margin-bottom: 1.462em;
}
.entry-content li{
	margin: 0.5em 0;
}
.entry-content a{
	color: #4cb6cb;
}
.entry-footer > span,
.entry-meta > span{
	margin-right: 12px;
}

.comment-list time{
	font-size: 11px;
	opacity: 0.7;
}
.comment-reply-title{
	padding: 20px 0 10px 0;
	margin: 0;
}


.widget_recent_entries li a{
	display: block;
}

.widget_recent_entries li .post-date{
	font-style: italic;
	color: #888;
	font-size: 11px;
}

.widget_calendar table{
	border-width: 0;
}
.widget_calendar table th,
.widget_calendar table td{
	padding: 4px 6px;
	border-width: 0;
	background-color: transparent;
}


/* input */
.edd-input,
.edd-select{
	border: 1px solid #ddd;
	background-color: #fff;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 10px;
}

.edd-input:focus,
.edd-input:active{
	outline: 0;
	border-color: #999;
}

.edd_form legend{
	font-size: 16px;
	padding-top: 10px;
	border: none;
}

/* button */
.button,
.edd_submit{
	outline: 0;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	padding: 6px 16px;
	line-height: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.button:hover,
.button:focus,
.edd_submit:hover,
.edd_submit:focus{
	border-color: #999;
}

/* pagination */
.screen-reader-text{display: none}
.nav-links .page-numbers{
	display: inline-block;
	background-color: #fff;
	padding: 6px 12px;
	text-align: center;
	float: left;
	margin-left: -1px;
	border: 1px solid #eaeef1;
}
.nav-links .page-numbers.current{
	background-color: #eaeef1;
}

/* widgets */

.widget{
	margin-bottom: 20px;
}
.sub-title{
	margin: -6px 0 12px 0;
	opacity: 0.7;
}
.dropdown-menu .widget{
	margin-bottom: 0;
}
.dropdown-menu .widget li{
	border-radius: 0 !important;
	border-left-width: 0;
	border-right-width: 0;
}
.widget-title{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.widget ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li{
	display: block;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #eaeef1;
	margin-bottom: -1px;
}

.widget ul.nav > li{
	padding: 0;
}

.nav > li > ul > li > a{
	padding-left: 30px;
}

.nav > li > ul > li > ul > li > a{
	padding-left: 40px;
}

.widget ul.list-inline li{
	padding: 0;
	border-radius: 3px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.widget ul.list-inline li a{
	display: inline-block;
	padding: 6px 10px;
}

.widget ul.nav li li a{
	padding-left: 30px;
}

.widget ul.nav li li li a{
	padding-left: 50px;
}

.widget li li{
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	border-width: 0;
}

.widget li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.widget th,
.widget td{
	padding: 4px 8px;
} 


/* =Cart Widget
-------------------------------------------------------------- */
.edd-cart-number-of-items{
	margin:0;
	padding: 12px 16px;
	font-style: normal;
	font-weight: bold;
}
.edd_total{
	display: inline-block;
	float: right;
	background: transparent !important;
}
.edd-cart-item{
	position: relative;
	padding-right: 70px !important;
}
.edd-remove-from-cart{
	position: absolute;
	right: 10px;
	top: 10px;
}
.edd-cart-item-separator{
	display: none;
}

.dropdown-menu .edd-cart{
	max-height: 200px;
	overflow-y: auto;
}

#edd_checkout_login_register,
#edd_checkout_user_info{
	background-color: #fff;
}

/* avatar */
#basic-user-avatar-form{
	padding: 20px 10px;
}
#basic-user-avatar-form img{
	float: left;
	margin-right: 20px;
}
#basic-user-avatar-form .description{
	display: none;
}
#basic-user-avatar-form input[type="submit"]{
	margin-top: 20px;
	outline: 0;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	padding: 6px 16px;
	line-height: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.text-muted a{opacity: 0.7}
.item-desc{min-height: 36px;}

#home-sidebar .list-group-item{
	padding: 10px 0;
	background-color: transparent;
	border-width: 0;
}

#masonry .item{
	position: absolute;
	width: 100%;
	height: 100%;
}
#masonry .text-muted{
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75) !important;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	#nav footer .btn-block{
		text-align: left;
	}
	.navbar-form{
		padding: 0 !important;
	}
}

