/**
 * Theme Name: Celer
 * Theme URI: http://thethemefoundry.com/anthem/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com
 * Description: A responsive tumblog-style theme for artists and creatives.
 * Version: 1.0
 * Template: anthem
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, responsive-width, tumblog
 */
@charset "UTF-8";

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/* Your changes go here */
body {
	color: rgba(224, 224, 224);
	background-color: fff;
}

a {
  color: rgba(224, 224, 224);
}

.show-background-image-only-on-frontpage.home .page {
	opacity: 0;
}

#container {
	background-color: transparent;
}

a:hover, a:focus {
	color: inherit !important;
}

.post-body a, #content.page a, #comments a, #respond a,
.post-body a:hover, #content.page a:hover, #comments a:hover, #respond a:hover {
	color: rgba(224, 224, 224);
}

a img {
	transition: none;
}

a:hover img, a:focus img {
	opacity: 1;
}

/* Header */
header[role="banner"] {
  margin-bottom: 0;
}

header #branding h1#site-title {
  margin: 0 0 30px 0;
  font-weight: normal;
}

header .about {
  font-size: .70em;
}

header .about strong {
  font-weight: normal;
}

header .about .links a {
  font-weight: normal;
}

/* Sidebar */
aside[role="widgets"], aside[role="complementary"] {
  font-size: .70em;
  border: 0;
}

aside[role="widgets"] h4, aside[role="complementary"] h4,
aside[role="widgets"] ul, aside[role="widgets"] ol, aside[role="complementary"] ul, aside[role="complementary"] ol {
  font-size: 1em;
}

aside[role="widgets"] .textwidget, aside[role="widgets"] p, aside[role="complementary"] .textwidget, aside[role="complementary"] p {
  font-size: 1em;
}

/* Navigation */
nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.archive-list {
	padding: 0;
	background-color: transparent;
}

/* Articles */
h1.archive {
    font-size: 1em;
    font-weight: normal !important;
    border-bottom: 0;
}

h1.archive em {
	padding: 0;
	background-color: transparent;
	text-shadow: none;
}

article h1, #content.page h1 {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

article h1 a, #content.page h1 a {
    font-weight: normal;
}

article p, article ul, article ol, article blockquote, #content.page p, #content.page ul, #content.page ol, #content.page blockquote {
  font-size: .700em;
}

#content img {
	border-radius: 0;
}

article table, #content.page table {
	font-size: 1em;
	word-break: normal;
}

article table tr td, article table tr th, #content.page table tr td, #content.page table tr th {
	padding: 4px 0;
}

/* Footer */
footer[role="contentinfo"] {
	padding-top: 10em;
}

footer[role="contentinfo"] a {
  font-weight: normal;
}

footer p#copyright {
  font-size: .55em;
}

footer .social li.rss {
  display: none;
}

/* Blog Layout */
.blog header, .archive header, .single-post header,
.blog .widget_shopping_cart, .archive .widget_shopping_cart, .single-post .widget_shopping_cart {
	display: none;
}

body.blog, body.blog.custom-background,
body.date, body.date.custom-background,
body.tag, body.tag.custom-background,
body.category, body.category.custom-background,
body.single-post, body.single-post.custom-background,
body.search-results, body.search-results.custom-background,
body.error404, body.error404.custom-background {
	color: #000;
	background-color: #FFF;
}

body.blog a, body.date a, body.tag a, body.category a, body.single-post a, body.search-results a, body.error404 a {
	color: #e0e0e0;
}

/* Forms */
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	font-size: 1em;
	border: 1px solid #e0e0e0;
}

.wpcf7-response-output {
	font-size: .700em;
	width: 62%;
}

.col-2-wrapper .col-2 {
	float: left;
	width: 134px;
}

.col-2-wrapper .col-right {
	width: 300px;
}

.clear {
  height: 0px;
  overflow: hidden;
  clear: both;
}

/* Link List */
ul.link-list, ul.link-list li, #content.page ul.link-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content.page ul.link-list li ul, #content.page ul.link-list li ul li {
	font-size: 1em;
}

.linkcat {
	font-style: italic;
}

.linkcat .blogroll li {
	font-style: normal;
}

/* Post List */
ul.custom-post-list, ul.custom-post-list li, #content.page ul.custom-post-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content.page ul.custom-post-list li ul, #content.page ul.custom-post-list li ul li {
	font-size: 1em;
}

/* Release Archive */
.post-type-archive header {
    display: block;
}

.post-type-archive-release .archive, .post-type-archive-release .release .post-body, .post-type-archive-release .release footer {
	display: none;
}

.post-type-archive-release .release {
	border-bottom: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.post-type-archive-release .release h1 {
	font-size: .700em;
	font-weight: normal;
	margin-bottom: 0;
}

.post-type-archive-release .release .release-fields {
	font-weight: normal;
}

.post-type-archive-release .release .year-field {
	display: block;
	font-weight: normal;
	font-style: italic;
}

.post-type-archive-release .release .top-space {
	margin-top: 1.5em;
}

/* Single Release Page */
.single-release .release {
	border-bottom: 0;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.single-release .release h1 {
	font-size: .700em;
}

.single-release .release p {
	width: 100%;
}

.single-release .release .release-wrapper {
	clear: both;
}

.single-release .release .col-left {
	width: 65.5098%;
	float: left;
}

.single-release .release .col-right {
	width: 30%;
	float: right;
}

.single-release .release .press-field {
	margin-top: 3em;
}

.single-release .release .back-link {
	padding-top: 3em;
	clear: both;
}

/* Webalbum */
body.page-template-page-webalbum {
    background-color: #fff !important;
    background-position: center center !important;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    font-size: 0.75em;
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.page-template-page-webalbum .page-navi {
    position: absolute;
    bottom: 18px;
    right: 6px;
    opacity: 1;
    transition: opacity 0.5s;
}

.page-template-page-webalbum .wp-playlist,
.page-template-page-webalbum .wp-audio-shortcode {
    opacity: 1;
    transition: opacity 0.5s;
}

.page-template-page-webalbum.modal-open .page-navi,
.page-template-page-webalbum.modal-open .wp-playlist,
.page-template-page-webalbum.modal-open .wp-audio-shortcode {
    opacity: 0;
}

.page-template-page-webalbum .page-navi li {
    display: inline-block;
    margin: 0 12px;
}

.page-template-page-webalbum .page-navi li a {
    color: #FFF;
}

.page-template-page-webalbum .thickbox-content,
.page-template-page-webalbum #TB_overlay {
    display: none;
}

.page-template-page-webalbum #TB_window {
    top: 100px !important;
    margin-top: 0 !important;
    box-shadow: none;
    color: #000;
    background-color: transparent !important;
    mix-blend-mode: screen;
    transform: translateZ(1px);
    will-change: transform;
}

.page-template-page-webalbum #TB_title {
    background-color: transparent !important;
    border: none !important;
}

.page-template-page-webalbum .tb-close-icon {
    color: #FFF;
    right: -15px !important;
}

.page-template-page-webalbum #TB_ajaxContent {
    height: auto !important;
    padding: 15px !important;
    background-color: #FFF !important;
    line-height: 1.25;
}

.page-template-page-webalbum #TB_ajaxContent h1,
.page-template-page-webalbum #TB_ajaxContent h2 {
    font-size: 1.250em;
    line-height: 1.125;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.page-template-page-webalbum #TB_ajaxContent h3 {
    font-weight: bold;
}

.page-template-page-webalbum #TB_ajaxContent a {
    color: #000;
}

.page-template-page-webalbum .wp-playlist {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.page-template-page-webalbum .wp-playlist .wp-playlist-item {
    border-color: #fff;
    padding: 0;
    margin: 3px 10px 0;
}

.page-template-page-webalbum .wp-playlist-item-length {
    right: 0;
}

.page-template-page-webalbum .wp-playlist .wp-playlist-playing {
    background-color: transparent;
}

.page-template-page-webalbum .wp-playlist-light .wp-playlist-playing, .page-template-page-webalbum .wp-playlist-light .wp-playlist-caption, .page-template-page-webalbum .wp-playlist-light .wp-playlist-item-length {
    color: #FFF;
}

.page-template-page-webalbum .wp-playlist-current-item, .page-template-page-webalbum .wp-playlist-item .controls, .page-template-page-webalbum .wp-playlist-item .timing {
    display: none;
}

.page-template-page-webalbum .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: rgba(60, 60, 60, 0.8);
}

.page-template-page-webalbum .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background-color: rgba(0,0,0,0.3) !important;
}

.mejs-controls .mejs-button button {
    background-image: url("images/controls.svg") !important;
}

.custom-playlist .wp-playlist-item:first-child {
    display: none;
}

/* Woocommerce */
body.woocommerce, body.custom-background.woocommerce,
body.woocommerce-page, body.custom-background.woocommerce-page {
	color: #000;
	background-color: #b2b2b2;
}

body.woocommerce a, body.custom-background.woocommerce a,
body.woocommerce-page a, body.custom-background.woocommerce-page a,
body.woocommerce-page #content.page a, body.woocommerce-page #content.page a:hover {
	color: #000;
}

body.woocommerce .products a.button, #container .widget_shopping_cart a.button {
	color: #5e5e5e;
}

#woocommerce-container {
	font-size: .70em;
	line-height: 1.5em;
	width: 74.3548%;
	float: right;
}

#woocommerce-container h1,
#woocommerce-container h2,
#woocommerce-container h3,
#woocommerce-container h4,
#woocommerce-container h5,
#woocommerce-container h6,
#woocommerce-container p,
#woocommerce-container ul,
.page #content .woocommerce h1,
.page #content .woocommerce h2,
.page #content .woocommerce h3,
.page #content .woocommerce h4,
.page #content .woocommerce h5,
.page #content .woocommerce h6,
.page #content .woocommerce p,
.page #content .woocommerce ul {
	font-size: 1em;
	width: auto;
}

#content .product p {
	margin-bottom: 1.5em;
}

.woocommerce-page #content .woocommerce form .form-row-first,
.woocommerce-page #content .woocommerce form .form-row-last {
	width: 47%;
}

.woocommerce-page #content .woocommerce form p.form-row-first,
.woocommerce-page #content .woocommerce form p.form-row-last {
	margin-bottom: 0;
}

#woocommerce-container #content {
	width: 65.5098%;
	float: none;
	margin: 0;
}

.page #content .woocommerce {
	font-size: .70em;
	line-height: 1.5em;
	width: 65.5098%;
}

#woocommerce-container nav {
    	border-bottom: 0;
    	border-top: 0;
	margin-bottom: 2em;
	box-shadow: none;
}

#woocommerce-container nav a {
	color: #777;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	padding-bottom: 4px !important;
}

.woocommerce-tabs .tabs {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	border-top: 1px solid #000;
}

.woocommerce .cart th, .woocommerce .cart_item td {
	border-bottom: 1px solid #000;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td,
.woocommerce table.shop_table tfoot .cart-subtotal th, .woocommerce table.shop_table tfoot .cart-subtotal td {
	border-top: 0;
}

.article .product-thumbnail img, #content.page .product-thumbnail img {
	margin-bottom: 0;
}

#customer_details {
	margin-bottom: 1.5em;
}

.chosen-container {
	font-size: 1em;
}

.chosen-drop,
#container .woocommerce-info a, #container .woocommerce-info a:hover,
#container a.wc-backward, #container a.wc-backward:hover,
#container .woocommerce .form-row .chosen-container-single a,
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods,
#container .woocommerce #payment .payment_method_paypal .about_paypal, #container .woocommerce-page #payment .payment_method_paypal .about_paypal {
	color: #5e5e5e;
}

.woocommerce .form-row .chosen-container-single .chosen-single {
	height: 25px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border: 0;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	line-height: 1.5em !important;
	padding: 2px 6px !important;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	height: 24px !important;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
	font-size: 11px !important;
	height: 13px !important;
	line-height: 11px !important;
}

.single-product .product_title, .single-product .price, #content .product p.price {
	margin-bottom: 1em;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
	border: 0;
	padding: 0;
}

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border-top: 1px solid #FFF;
}

body.blog .woocommerce.widget_shopping_cart .total, body.date .woocommerce.widget_shopping_cart .total, body.tag .woocommerce.widget_shopping_cart .total, body.category .woocommerce.widget_shopping_cart .total, body.single-post .woocommerce.widget_shopping_cart .total, body.search-results .woocommerce.widget_shopping_cart .total, body.error404 .woocommerce.widget_shopping_cart .total,
body.woocommerce .woocommerce.widget_shopping_cart .total, body.woocommerce-page .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #000;
}

/* --- Media Queries --- */
@media only screen and (max-width: 600px) {
	.single-release .release .col-left, .single-release .release .col-right {
		float: none;
		width: 100%;
	}

	.single-release .release .col-left {
		margin-top: 3em;
	}
}
@media only screen and (max-width: 767px) {
	header[role="banner"] {
 		margin-bottom: 0;
	}

	header .about {
		background: transparent;
		padding: 0 0 20px;
	}

    /* Webalbum */
    .page-template-page-webalbum #TB_window {
        top: 40px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .page-template-page-webalbum #TB_ajaxContent {
        width: auto !important;
    }

    .page-template-page-webalbum .tb-close-icon {
        right: 0 !important;
    }
}
@media only screen and (max-width: 920px) {
	header[role="banner"] {
		z-index: 1;
	}

	#woocommerce-container #content, .page #content .woocommerce {
		width: 100%;
	}

	#woocommerce-container {
		width: 100%;
		float: none;
	}

	nav.woocommerce-breadcrumb {
		text-align: left;
		position: static;
		float: none;
		clear: both;
	}

	.show-background-image-only-on-frontpage.home {
		background-image: none !important;
	}

	.show-background-image-only-on-frontpage.home .page {
		opacity: 1;
	}
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
	header[role="banner"] {
 		margin-bottom: 0;
	}
}
