/*
====================================================================================================
Theme Name:		Muse - Child Theme
Theme URI: 		http://themes.grandpixels.com/muse
Description: 	Child theme for a Muse: Music Band Responsive WordPress Theme by Pavel of Grand Pixels
Version: 		1.0.3
Author: 		Pavel Richter / Grand Pixels
Author URI: 	http://grandpixels.com
License: 		GNU General Public License version 3.0
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template:		muse
====================================================================================================

IF YOU PLAN TO MAKE SOME MODIFICATIONS TO THE CODE OF THE THEME, WILL BE BETTER TO MAKE THEM VIA
THIS CHILD THEME. IF YOU WILL MAKE MODIFICATION DIRECTLY TO THE PARENT THEME, YOU WILL LOSE THOSE
MODIFICATIONS WHEN THE THEME IS UPDATED. WHEN YOU MAKE MODIFICATIONS INSIDE OF THE CHILD THEME
INSTEAD, YOU CAN UPDATE THE PARENT THEME WITHOUT LOOSING ANY CHANGE YOU HAVE MADE.

MORE INFORMATION ABOUT CHILD THEMES YOU CAN FIND IN WORDPRESS CODEX:
http://codex.wordpress.org/child_themes.

====================================================================================================
*/

@import url('../muse/style.css');

/* Put your CSS below */

.body-background {background:#FFF!important;}

.content-page,
.widget-title,
header.page-header h1,
div.content.single-blog.one-entire,
label,
fieldset,
div.content.single-album.one-entire,
.post-content,
.tweet-text {
	color: #000!important;
	background: #FFF!important;
}

div.content.single-album.one-entire a,
.post-content a{
	color:#000;
}

/*.post-content a:hover,*/
.post-meta-table,
div.content.single-album.one-entire a:hover,
h2.post-header a,
h2.post-header a:hover{
	color:#FFF !important;
}

.content-page a,
.widget-title a,
header.page-header h1 a,
div.content.single-blog.one-entire a,
label a,
fieldset a,
.testimonials-widget-testimonials2 blockquote{
	color: #000!important;
	background: #FFF!important;
}

.toolbar {
	background:#ccc!important;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.sidebar-right {
	background: #FFF!important;
}

.post-comments,
.post-likes,
div.post-meta,
.post-date,
.tile-block.inner {
	background: #fff!important;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}
h2.post-header a, h2.post-header a:hover {
	color: #000 !important;
	font-weight: bold;
}

.grid-blog-home,
.slide-caption h2,
.rsArrow,
.rsPlayBtn,
.slide-caption p {
	background:#999!important;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}

.grid-blog-home a:hover {
	display:block!important;
	background:#fff!important;
	-webkit-transform: translate3d(0px, 0px, 0px)!important;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.39, 0.575, 0.565, 1)!important;
	transition: -webkit-transform 500ms cubic-bezier(0.39, 0.575, 0.565, 1)!important;
}

.post-corner {
	background:#fff!important;
}

.post-corner a:hover{
	background:#fff!important;
}

.post-date,
.post-meta-table,
.post-comments,
div.grid-blog .post-meta,
div.grid-video .post-meta {
	display:none!important;
}

.single-album .post-meta {
	background:#FFF!important;
}

#navigation a{
	font-weight:bold!important;
}

#navigation a:hover,
#navigation ul li a,
#navigation ul li ul li a {
	background:#FFF!important;
	color:#000!important;
}

.overlay-block .overlay-icon {
	background:#FFF!important;
	opacity:0.60; -moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

/* Rafael Dourado > */

.navigation-primary li a {
	padding-left: 10px;
	padding-right: 10px;
}
.navigation-primary > li:first-child {
	padding-left: 15px;
}
.navigation-primary > li:last-child {
	padding-right: 15px;
}

.navigation-mobile-button {
	margin-top: 0;
}
.navigation-mobile-button a,
.navigation-mobile-button a:hover {
	-moz-transform: scale(0.6875, 0.6875);
	-ms-transform: scale(0.6875, 0.6875);
	-webkit-transform: scale(0.6875, 0.6875);
	transform: scale(0.6875, 0.6875);
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.navigation-mobile-button a,
.navigation-mobile-button a:hover,
.gp-theme .rsPlayBtn,
.gp-theme .rsPlayBtn .rsPlayBtnIcon,
.gp-theme .rsArrow,
.gp-theme .rsArrow .rsArrowIcn {
	background-color: transparent !important;
}
.content-home {
	display: none;
}

.slide-caption h2,
.slide-caption h2.link {
	padding: 5px 20px;
}
.slide-caption h2:empty,
.slide-caption h2.link:empty {
	display: none;
}
.slide-caption h2.link a {
	margin: -5px -20px;
}

@media only screen and (max-width: 1024px) {
	.toolbar {
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
		text-align: center;
	}
	.toolbar ul,
	.toolbar .qtrans_language_chooser,
	.toolbar .modal-search-button {
		display: inline-block;
		float: none;
		margin-bottom: 0;
		vertical-align: top;
		width: auto;
	}

}
@media only screen and (max-width: 800px) {
	.socials li a {
		margin-left: -1px;
		margin-right: -1px;
	}
}

.wp-caption .wp-caption-text {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.admin-bar .header,
.admin-bar .navigation {
	margin-top: 32px;
}

.navigation-mobile {
	padding-top: 51px;
}
.navigation-mobile li,
.navigation-mobile li a {
	background: #999 !important;
}
.navigation-mobile li a:hover,
.navigation-mobile li a:focus,
.navigation-mobile li a:active {
	background: #fff !important;
}
.navigation-mobile .menu-item-language {
	position: absolute;
	top: 0;
	width: auto;
}
.navigation-mobile .menu-item-language + .menu-item-language {
	left: 58px;
}

.gallery-item {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	width: 20%;
}
.gallery-item a {
	float: none;
}
.gallery-item img {
	display: inline;
}
.gallery-item .gallery-caption {
	clear: left;
	padding-right: 0;
}

.menu-item-language img.iclflag {
	display: inline;
	margin-right: 0;
}

.canvas img {
	width: 100%;
}

.categories ul li a:hover,
.categories ul li:hover a {
	background: #ccc !important;
}

.grid-blog .tile .post-header {
	font-size: 1.8em;
	line-height: 1.3;
}