/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.gce-widget-grid .gce-calendar .gce-has-events {
/* Table cells with events */
	color: #e6402a;
}

.gce-widget-grid .gce-calendar .gce-today {
/* Table cell that represents today */
	color: #000;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product {
	margin-top: 50px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	text-align: left;
}

select#pa_album {
	margin-top: 6px;
}

div.product_meta {
	font-size: .8em;
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color: #F72905;
}

.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
	width: 52%;
}

.woocommerce .related.products h2 {
	font-size: 1.4em;
}

.paging-navigation, .paging-navigation .meta-nav {
	background-color: #fff;
}

.paging-navigation .meta-nav {
	color: #e63f2a;
}

.paging-navigation a:hover .meta-nav {
	background-color: #fff;
	text-decoration: none;
}

div.chat-wrap.avatar-enabled img.avatar {
	display: none;
}

span.author.vcard {
	display: none;
}

.player-track-title {
	font-size: 18px;
}

.entry-content .wp-playlist {
	border: 1px solid #fff;
}

.entry-content .wp-playlist-item .wp-playlist-caption, .entry-content  .wp-playlist-length {
	color: #bc360a;
	border-bottom: none;
}

.entry-content .wp-playlist-item {
	padding: 5px 3px;
}

a.sz_titleon:hover {
	color: #fff;
}

a.sz_titleon {
	color: #fff;
}

.site {
	max-width: 1920px;
}
.img-border {border: 1px solid #ccc}