/*
Theme Name: Toccata
Theme URI: http://rosebrookmedia.com/
Description: This is a custom child theme for Toccata Classics/Toccata Press based on the iThemes Builder Theme. 
Author: Rosebrook Media
Author URI: http://rosebrookmedia.com/
Version: 5.0.40
Text Domain: it-l10n-Builder-Air
Domain Path: /lang/
Template: Builder-Air
*/

@font-face {
    font-family: 'faber_sans_pro_reduce45leicht';
    src: url('fonts/fabersanspro45reduced-webfont.eot');
    src: url('fonts/fabersanspro45reduced-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fabersanspro45reduced-webfont.woff2') format('woff2'),
         url('fonts/fabersanspro45reduced-webfont.woff') format('woff'),
         url('fonts/fabersanspro45reduced-webfont.ttf') format('truetype'),
         url('fonts/fabersanspro45reduced-webfont.svg#faber_sans_pro_reduce45leicht') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #2c3e50;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	background: url('images/bg.png');
	font-weight: 300;
}
input, select, textarea {
	font-family: 'Roboto', sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
img {
	margin-top: 0;
}
a img {
	margin: 0;
}
pre.wp-block-verse {
    font-family: Roboto, sans-serif;
    color: #2c3e50;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.quantity .screen-reader-text {
	display: none;
}
/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
.row {
	margin: 1em 0;
}

/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #2980b9;
}
a:hover {
	color: #2c3e50;
	text-decoration: none !important;
}
a:focus {
	color: #2c3e50;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link,
.buttons .button.wc-forward,
.wc-block-components-button:not(.is-link),
a.wc-block-components-button:not(.is-link),
.wp-block-button__link {
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	background:  #f1c404;
	background: -webkit-linear-gradient(top, #f1c404, #f39c12);
	background: -o-linear-gradient(top, #f1c404, #f39c12);
	background: -moz-linear-gradient(top, #f1c404, #f39c12);
	background: linear-gradient(top, #f1c404, #f39c12);
	color: #ecf0f1;
	padding: .5em 1em !important;
	border: 1px solid transparent;
	border-radius: 2px !important;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.btn:hover,
.more-link:hover,
.loop-utility a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover,
.buttons .button.wc-forward:hover,
.wp-block-button__link:hover {
	background:  #f39c12;
	background: -webkit-linear-gradient(top, #f39c12, #f1c404);
	background: -o-linear-gradient(top, #f39c12, #f1c404);
	background: -moz-linear-gradient(top, #f39c12, #f1c404);
	background: linear-gradient(top, #f39c12, #f1c404);
	color: #ecf0f1;
	text-decoration: none;
}
.notes-link .btn {
    width: 100%;
    background: #e74c3c;
	background: -webkit-linear-gradient(top, #e74c3c, #c0392b);
	background: -o-linear-gradient(top, #e74c3c, #c0392b);
	background: -moz-linear-gradient(top, #e74c3c, #c0392b);
	background: linear-gradient(top, #e74c3c, #c0392b);
    color: #ecf0f1 !important;
}
.notes-link .btn:hover {
	background: #c0392b;
	background: -webkit-linear-gradient(bottom, #e74c3c, #c0392b);
	background: -o-linear-gradient(bottom, #e74c3c, #c0392b);
	background: -moz-linear-gradient(bottom, #e74c3c, #c0392b);
	background: linear-gradient(bottom, #e74c3c, #c0392b);
    color: #ecf0f1 !important;
}
.btn-block {
	margin-left: 15px;
	width: 97%;
}
.alignright .btn-block {
	margin-left: 0;
	width: 100%;
}
.col-sm-3 .btn-block {
	margin-left: 0;
	width: 100%;
}
a.wp-block-button__link.add_to_cart_button {
    margin-top: 1rem;
    display: block;
    border: 1px solid transparent;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
	padding: .5em 1em;
}
/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 27px;
	text-transform: uppercase;
	font-family: Georgia, Times, 'Times New Roman', serif;
	word-wrap: break-word;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {

}
/*********************************************
	Default Module Styling
*********************************************/

.builder-module {
	background: #FFFFFF;
	padding: 1em;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}

/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 .75em 0;
	padding: 0;
	text-align: center;
}
.builder-module-sidebar h4.widget-title a {
	color: #f39c12;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
	text-align: center;
}
.cart_list li {
    text-align: left !important;
}
.widget_shopping_cart_content {
    padding: 0 1em;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-1-background-wrapper {
	margin-bottom: 0;
}
.builder-module-1-outer-wrapper {
	max-width: 100% !important;
	width: 100%;
}
.builder-module-1 {
    background: #FFFFFF;
    box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.08);
    padding-top: 0;
    padding-bottom: 0;
}
ul#menu-main {
    width: 100%;
}
.social-terms {
	position: absolute;
	left: -999999px;
	top: 0;
}
.header-menus {
	padding: 0;
}
.menu_image_title,
.press_image_title {
    padding-top: .5em !important;
}
.menu_image_title:before {
	background-image: url('images/keys@2x.png');
	background-size: 85px 60px;
	background-repeat: no-repeat;
    display: block;
    float: left;
    width: 85px;
    height: 57px;
    content: "";
    background-position: top left;
    margin-top: -2px;
}
.press_image_title:after {
	background-image: url('images/keys@2x.png');
	background-size: 85px 60px;
	background-repeat: no-repeat;
    display: block;
    float: left;
    width: 85px;
    height: 57px;
    content: "";
    background-position: top left;
    margin-top: -2px;
}
.menu_image_title a,
.press_image_title a {
	display: block !important;
	float: left;
	padding-left: .25em !important;
	font-size: 2em;
	margin-bottom: 0 !important;
	margin-top: -1px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: transparent !important;
}
.menu_image_title a:hover,
.press_image_title a:hover {
	border-top: 4px solid transparent !important;
	margin-top: -1px;
}
.menu_image_title .top,
.menu_image_title .bottom,
.press_image_title .top,
.press_image_title .bottom {   
	display: block !important;
	text-align: center;
	line-height: 2;
    margin-left: 1rem;
    letter-spacing: 1.5px;
}
.press_image_title .bottom {
	letter-spacing: 5px;
}
.menu_image_title h1,
.menu_image_title h2,
.press_image_title h1,
.press_image_title h2 {
	font-size: 1em;
	display: block;
	float: left;
	padding-bottom: 0;
	font-family: 'faber_sans_pro_reduce45leicht', Arial, sans-serif;
}
.menu_image_title h1 a,
.menu_image_title h2 a,
.press_image_title h1 a,
.press_image_title h2 a{
	padding: 0 !important;
}
.logo-nav {
	padding: 0;
	width: 20%;
	display: block;
	float: left;
}
.press-logo-nav {
	padding: 0;
	
	display: block;
	float: right;
}
.inner-social-nav {
    float: right;
}
.main-nav {
	padding: 0;
	width: 80%;
	display: block;
	float: left;
	text-align: center;
}
.inner-main-nav {
	width: 100%;
	display: table;
	text-align: center;
	margin: 0 auto !important;
}
.main-nav .inner-main-nav li {
	text-align: center;
	display: table-cell;
	float: none;
}
.main-nav .inner-main-nav li li {
	float: left;
}
li.menu_social a {
    font-size: 1.5em;
    line-height: 1.5;
    padding: .675em .15em !important;
    vertical-align: top;
}
#nav_menu-3-background-wrapper {
    margin-bottom: 0;
}
.menu-menu_social-container {
    padding-top: 3px;
}
#menu-menu_social li,
#menu-menu_social-1 li {
	display: inline-block;
	float: left;
}
#menu-menu_social li a,
#menu-menu_social-1 li a {
	color: #2c3e50;
	font-size: 1.75em;
	padding: 5px;
	vertical-align: top;
}
li.menu-item-cart-item {
	line-height: 0;
}
.menu-cart {
    display: block;
    position: relative;
    height: 24px;
    width: 24px;
    margin-top: 7px !important;
}
.menu-cart:hover {
    position: relative;
}
.cart-number {
	display: block;
	position: absolute;
	z-index: 2;
	top: 15%;
	left: 40%;
	color: #f39c12;
	font-size: 14px;
}
.fa-shopping-cart {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 1em;
}
.builder-module-navigation {
	display: block;
	line-height: 1;
	width: 100%;
	padding: 0 0 .5em 0 !important;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	background: transparent;
	color: #2c3e50;
	margin: 0;
	text-decoration: none;
	padding: 1.65em .75em;
	border-top: 4px solid transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-transform: uppercase;
	font-weight: 400;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #2c3e50;
    border-top: #f39c12 4px solid;
}
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	color: #2c3e50;
    border-top: #f39c12 4px solid;
}
.menu_image_title.current-menu-item a,
.menu_image_title.current-menu-item a:hover,
.press_image_title.current-menu-item a,
.press_image_title.current-menu-item a:hover {
    border-top: none !important;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border: .1em solid #f39c12;
	border-bottom: none;
	width: 14em;
}
.builder-module-navigation li li:last-child {
	border-bottom: .1em solid #f39c12;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
	background: #FFFFFF;
}
ul.sub-menu .current-menu-item a,
ul.sub-menu .current_page_item a,
ul.sub-menu .current-cat a {
	background: #f39c12;
	color: #ecf0f1;
	border-top: none;
}
.builder-module-navigation li li:hover,
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #f39c12;
	color: #ecf0f1;
}
.builder-module-navigation li ul ul {
	margin: -2.05em 0 0 14em;
}
/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar .left .widget {
	margin-right: 1.5em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1.5em;
}
.builder-module-widget-bar-outer-wrapper {
}
.builder-module-widget-bar {
	padding: 1em !important;
}
.builder-module-widget-bar .builder-module-block-outer-wrapper {
	border-top: 1px solid #bdc3c7;
	padding-top: 0.5em;
}
#builder-module-55d780e37f56b,
#builder-module-55d7931b662e8,
#builder-module-56c756ddee1cf,
#builder-module-56c7570826e2b {
	background: transparent;
}
#builder-module-56c7570826e2b {
	padding: 0;
}
#builder-module-55d780e37f56b .builder-module-block-outer-wrapper,
#builder-module-55d7931b662e8 .builder-module-block-outer-wrapper,
#builder-module-56c756ddee1cf .builder-module-block-outer-wrapper {
	border-top: none;
}
#builder-module-55d780e37f56b .builder-module-sidebar h4.widget-title,
#builder-module-55d7931b662e8 .builder-module-sidebar h4.widget-title,
#builder-module-56c756ddee1cf .builder-module-sidebar h4.widget-title{
	display: none;
}
#search-3-background-wrapper,
#woocommerce_product_search-2-background-wrapper,
#text-2-background-wrapper {
	margin-bottom: 0.5em;
}
#builder-module-55d79155c73e4-background-wrapper,
#builder-module-55d7931b66329-background-wrapper {
	display: none;
}
.full-header-image img {
    margin: 0;
}
.full-header-image {
    margin-bottom: -8px !important;
}
#builder-module-56c756ddee243 .entry-header.clearfix {
    margin: 0;
}
.wc-block-cart__payment-method-icons .wc-blocks-payment-method-icon {
    height: 24px !important;
}
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
	flex: 50% !important;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}
.footer-row .row {
    margin: 0 !important;
}
.col-sm-6.footer-name.text-left {
    padding-left: 0;
}
.col-sm-6.footer-name.text-right {
    padding-right: 0;
}
.footer-address-menu .col-sm-5 {
    padding-left: 0;
    font-size: .9em;
}
.footer-menu-col.col-sm-7 {
	padding-right: 0;
}
#menu-footer {
	float: right;
	margin-bottom: 0;
	margin-top: 0;
}
#menu-footer .fa-shopping-cart {
	position: relative;
	line-height: 1.5;
}
#menu-footer li {
    display: block;
    float: left;
    padding: 0 .5em;
}
.footer-name {
    font-size: 1.75em;
    text-transform: uppercase;
    font-family: 'faber_sans_pro_reduce45leicht', Arial, sans-serif;
    line-height: 1;
}
.footer-copyright,
.footer-address {
    font-size: .875em;
}
/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}
/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}
/*********************************************
	Home Page Stylings
*********************************************/
.main-home-container {
    padding: 0;
}
#builder-module-55cbba5b75b50-background-wrapper {
	padding-top: 0;
	background: url('images/headerbg.jpg') no-repeat;
	background-size: cover;
}
#builder-module-55cbba5b75b50-outer-wrapper {
	max-width: 100% !important;
	width: 100%;
}
#builder-module-55cbba5b75b50 {
	background: transparent;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 25%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 25%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 25%);
	background: linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 25%);
}
#builder-module-55cbba5b75b50 .builder-module-block-outer-wrapper {
	border-top: none;
}
#latest {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

h2.site-title,
h3.latest-title  {
    text-transform: uppercase;
    text-align: center;
    color: #2c3e50;
    font-weight: 300;
    font-size: 1.75em;
    font-family: Georgia, Times, 'Times New Roman', serif;
}
h2.latest-title.text-center {
    font-family: Roboto;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 2px;
}
h3.latest-title  {
	font-family: 'Roboto', sans-serif;
}
.main-home-container a.btn {
    float: right;
}
.home-blogs a.btn {
	float: left;
	padding: .25em .5em;
}
.about-text a.btn {
	float: left;
}
.about-text h2 {
	/*margin-bottom: 0;*/
}
.about-text blockquote {
	/*margin-top: -2em;*/
}
.home-posts h4 {
    font-size: 1.125em;
}
.breaking-news.row,
.books.row,
.bundles.row,
.coming-soon.row,
.home-posts.row,
.random.row {
    border-top: 1px solid #bdc3c7;
    padding-top: 1em;
}
.home-page-books img {
    height: 376px !important;
}
.upcoming-product img {
    max-height: 176px !important;
}

/*********************************************
	Product Module
*********************************************/
.product-image {
	float: right;
}
.woocommerce-product-gallery__image {
	width: 100%;
}
form.variations_form.cart {
	display: block;
	width: 100%;
}
.format-label {
	font-weight: 500;
	font-size: 1.25em;
}
table.variations {
	display: block;
	border: none;
	margin-bottom: .5em;
}
table.variations td.value {
	border: none;
	display: block;
}
.product-pricing {
	clear: both;
}
.product-meta {
	clear: both;
    text-align: left;
}
.product-meta p {
	text-align: left;
}
.single_variation {
    text-align: left;
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: .25em
}
.variations_button .single_add_to_cart_button,
button.single_add_to_cart_button.button.alt.btn {
	width: 99.5% !important;
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.quantity input {
    padding: .5em 1em;
    border-radius: 2px;
    width: 100%;
}
.product-pricing {
    clear: both;
    display: block;
}
.product-pricing .wl-add-to.wl-add-but.button.btn {
	width: 100%;
	background: #34495e;
	background: -webkit-linear-gradient(top, #34495e, #2c3e50);
	background: -o-linear-gradient(top, #34495e, #2c3e50);
	background: -moz-linear-gradient(top, #34495e, #2c3e50);
	background: linear-gradient(top, #34495e, #2c3e50);
}
.product-pricing .wl-add-to.wl-add-but.button.btn:hover {
	width: 100%;
	background: #2c3e50;
	background: -webkit-linear-gradient(bottom, #34495e, #2c3e50);
	background: -o-linear-gradient(bottom, #34495e, #2c3e50);
	background: -moz-linear-gradient(bottom, #34495e, #2c3e50);
	background: linear-gradient(bottom, #34495e, #2c3e50);
}
.product-pricing div {
	text-align: left;
}
.product-content.row .pre-order-availability {
	float: none;
	display: inline;
}
.related-products,
.reviews {
    border-top: #bdc3c7 2px solid;
    padding-top: 2em;
    margin-top: 2em;
}
a.woocommerce-review-link {
    clear: both;
    display: block;
}
.description-content,
.more-content {
	padding-right: 2em;
}
.description-content #gallery-1 {
	clear: none;
}
.product-cart .woocommerce-info.wc-memberships-member-discount-message {
	display: none !important;
}
p.price {
	text-align: center;
    font-size: 1.25em;
    margin-bottom: .5em;
    margin-top: .5em;
}
.variations .label {
    color: #2c3e50;
    font-size: 100%;
    padding-left: 0;
}
.variations .value label {
    padding-left: .5em;
}
.club-notice {
	font-size: 1em;
	display: block;
	margin-bottom: 1em;
}
.tab-included-products {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.tab-included-products .products .catalog {
	min-height: intrinsic;
	margin-bottom: 0;
}
ul.products {
    margin: 0;
}
.catalog img {
    max-height: 288px;
}
.tab-included-products .products .catalog.col-sm-3 {
    padding-left: 0;
}
.tab-included-products .products .price {
	display: none;
}
.nyp {
    margin-bottom: .5em !important;
}
.nyp label {
    float: left !important;
}
input#nyp {
    width: 40% !important;
}
a.button.add_to_cart_button.product_type_variable.btn,
a.button.add_to_cart_button.product_type_simple.btn {
    display: block;
    margin-bottom: 0.25em;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers {
	text-align: center;
}
.store-top-row .page-numbers {
	margin-top: 0;
	padding-top: 5px;
}
.page-numbers li a,
.page-numbers li span,
.ln-letters a {
	position: relative;
	padding: 6px 10px;
	font-size: 16px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #bdc3c7;
	text-align: center;
}
.page-numbers:first-child,
.ln-letters a:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-numbers.current {
	z-index: 2;
	color: #fff !important;
	cursor: default;
	background-color: #f39c12;
	border-color: #f39c12;
}
.page-numbers:last-child,
.ln-letters a:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
h1.page-title {
    margin-bottom: 0;
}
form.woocommerce-ordering {
    float: left;
    padding: 1.5em .25em !important;
}
.top-page-ordering {
	float: right;
}
.tax-product_cat.term-recordings .woocommerce-ordering select option[value="alphabetauthor"],
.post-type-archive-product .woocommerce-ordering select option[value="alphabetauthor"] {
	display: none;
}
.catalog h3 {
	text-align: left;
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 0;
}
p.bundle-header {
	margin-bottom: 0;
}
.composer-filter ul {
	margin-left: 0;
}
ul.page-numbers {
    margin-top: 1.75em;
}
span.onsale {
	font-size: 2em;
	color: #e74c3c;
	text-transform: uppercase;
}
.catalog.col-sm-3.cat-bookcentury,
.catalog.col-sm-3.product_cat-books {
	text-align: center;
}
h1.page-title.press-title {
	font-family: 'faber_sans_pro_reduce45leicht',Arial,sans-serif;
	text-align: center;
	font-size: 4.875em;
}
.hero-next {
    position: relative;
}
h1.page-title.press-title.next-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 4.125rem;
}
span.onsale {
	display: none;
}
.product_tag-oldart span.onsale {
	display: block;
}
ins.new-price del {
    display: none;
}
.price > ins > del {
    display: none;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.has-1-columns.alignright .wc-block-grid__product-image {
	max-width: 425px;
}
/*********************************************
	Star Reviews
*********************************************/
.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}
.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'FontAwesome';
}
.woocommerce .star-rating:before {
	float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #F39C14;
    content: "\f006\f006\f006\f006\f006";
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #F39C14;
}
.stars {
	font-family: 'FontAwesome';
	position: relative;
	font-size: 1em;
}
.stars a {
	display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0!important;
    outline: 0;
}
.woocommerce p.stars a.star-1 {
	width: 2em;
}
.woocommerce p.stars a.star-2 {
    width: 3em;
}
.woocommerce p.stars a.star-3 {
    width: 4em;
}
.woocommerce p.stars a.star-4 {
    width: 5em;
}
.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0;
}
.star-1:after {
	content: "\f006";
}
.star-1:hover:after {
	content: "\f005";
}
.star-1.active:after {
	content: "\f005";
}
.star-2:after {
	content: "\f006\f006";
}
.star-2:hover:after {
	content: "\f005\f005";
}
.star-2.active:after {
	content: "\f005\f005";
}
.star-3:after {
	content: "\f006\f006\f006";
}
.star-3:hover:after {
	content: "\f005\f005\f005";
}
.star-3.active:after {
	content: "\f005\f005\f005";
}
.star-4:after {
	content: "\f006\f006\f006\f006";
}
.star-4:hover:after {
	content: "\f005\f005\f005\f005";
}
.star-4.active:after {
	content: "\f005\f005\f005\f005";
}
.star-5:after {
	content: "\f006\f006\f006\f006\f006";
}
.star-5:hover:after {
	content: "\f005\f005\f005\f005\f005";
}
.star-5.active:after {
	content: "\f005\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5 {
	border-right: 1px solid #bdc3c7;
}
.woocommerce p.stars a.star-1:after, 
.woocommerce p.stars a.star-2:after, 
.woocommerce p.stars a.star-3:after, 
.woocommerce p.stars a.star-4:after, 
.woocommerce p.stars a.star-5:after {
    font-family: 'FontAwesome';
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.main-product-data {
	float: right;
	max-width: 400px;
	padding-left: 2rem;
}
/*********************************************
	Streaming Tracks
*********************************************/
.tracks ol {
    display: block;
    float: left;
    margin-left: 2px;
    margin-top: 0;
    padding: 0em 1em 1em 0;
    width: 58%;
}
.tracks > p {
	width: 58%;
	text-align: left;
}
ol.blogtracks {
	width: auto;
}
ol.blogtracks li {
	margin-left: 4em;
}
.tracks h2 {
	margin-bottom: 1em;
}
.tracks > ol > p {
	margin: 0;
}
.tracks > ol > p:empty:before {
	display: none;
}
.tracks li {
    margin-left: 5em;
    margin-bottom: 1em;
}
.podcast-text {
	list-style: none;
	line-height: 2;
}
.category-podcast .mejs-controls .mejs-play button {
    margin-left: 1px !important;
}
a.mejs-horizontal-volume-slider {
    display: none !important;
}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background: transparent !important;
	display: inline-block;
    float: left;
}
.mejs-container {
    width: 2em !important;
}
.mejs-controls {
	color: #f39c12;
}
.mejs-container .mejs-controls i {
    display: block;
	font-family: 'FontAwesome';
	font-size: 32px;
    background: transparent;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.mejs-time.mejs-currenttime-container,
.mejs-time-rail,
.mejs-time.mejs-duration-container,
.mejs-button.mejs-volume-button.mejs-mute,
.mejs-horizontal-volume-slider.mejs-mute {
	display: none !important;
}
.mejs-controls .mejs-button button {
	background: none !important;
	height: auto !important;
	width: auto !important;
}
.mejs-controls .mejs-play .pause-stack {
    display: none;
}
.mejs-play .fa-pause-circle {
    display: none !important;
}
.mejs-pause i.fa.fa-pause-circle {
    width: 32px;
    margin-left: 7px;
}
.mejs-controls .mejs-pause button {
    left: 0;
}
.mejs-controls .mejs-pause .fa-play-circle {
    display: none;
}
.mejs-button.mejs-playpause-button.mejs-pause .fa-play {
	display: none;
}
i.fa.fa-pause.fa-stack-1x.fa-inverse {
    font-size: 16px;
    vertical-align: middle;
    margin-top: 16px;
    margin-left: 7px;
}
.mejs-controls .mejs-button button {
	margin: 0 !important;
}
#post-8003 h1.entry-title {
	display: none;
}
/*********************************************
	Message Stylings
*********************************************/
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #7f8c8d;
    border-top: 3px solid #f39c12;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-message {
    border-top-color: #f39c12;
}
.woocommerce .woocommerce-message:before {
    content: "\f05d";
    color: #f39c12;
    font-family: 'FontAwesome';
}
.woocommerce-message .wc-forward.btn {
    display: inline-block;
    margin: 0;
    line-height: 1;
    position: relative;
    left: auto;
    float: right;
}
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:before {
    font-family: 'FontAwesome';
    content: "\f05d";
    display: inline-block;
    position: absolute;
    top: 24%;
    left: 1.5em;
    color: #f39c12;
    font-size: 1.25em;
}
.clear, .woocommerce .woocommerce-breadcrumb:after, 
.woocommerce .woocommerce-error:after, 
.woocommerce .woocommerce-info:after, 
.woocommerce .woocommerce-message:after {
    clear: both;
}
form.checkout.woocommerce-checkout {
    padding: 1em;
}
/*********************************************
	Composer & Artists Module
*********************************************/
li.composer,
li.artist {
	list-style: none;
}
.album-art {
	text-align: center;
	height: 195px;
    overflow: hidden;
    margin-bottom: 1em !important;
}
.album-art img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.ln-letters {
    text-align: center;
}
.alphabet-nav {
    text-align: center;
    font-size: 2em;
    width: 100%;
}
.alphabet-nav a {
	padding: 0 4px;
}
ul#ArtistsList,
ul#ComposersList {
	margin-top: 2em;
	list-style: none;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
ul#ArtistsList p,
ul#ComposersList p {
	display: none;
}
ul#ArtistsList #A a, ul#ArtistsList #B a, ul#ArtistsList #C a, ul#ArtistsList #D a, ul#ArtistsList #E a, ul#ArtistsList #F a, ul#ArtistsList #G a, ul#ArtistsList #H a, ul#ArtistsList #I a, ul#ArtistsList #J a, ul#ArtistsList #K a, ul#ArtistsList #L a, ul#ArtistsList #M a, ul#ArtistsList #N a, ul#ArtistsList #O a, ul#ArtistsList #P a, ul#ArtistsList #Q a, ul#ArtistsList #R a, ul#ArtistsList #S a, ul#ArtistsList #T a, ul#ArtistsList #U a, ul#ArtistsList #V a, ul#ArtistsList #W a, ul#ArtistsList #X a, ul#ArtistsList #Y a, ul#ArtistsList #Z a, ul#ComposersList #A a, ul#ComposersList #B a, ul#ComposersList #C a, ul#ComposersList #D a, ul#ComposersList #E a, ul#ComposersList #F a, ul#ComposersList #G a, ul#ComposersList #H a, ul#ComposersList #I a, ul#ComposersList #J a, ul#ComposersList #K a, ul#ComposersList #L a, ul#ComposersList #M a, ul#ComposersList #N a, ul#ComposersList #O a, ul#ComposersList #P a, ul#ComposersList #Q a, ul#ComposersList #R a, ul#ComposersList #S a, ul#ComposersList #T a, ul#ComposersList #U a, ul#ComposersList #V a, ul#ComposersList #W a, ul#ComposersList #X a, ul#ComposersList #Y a, ul#ComposersList #Z a {
	color: #000 !important;
	text-decoration: none;
	cursor: default;
	font-size: 1.5em;
}
h2.artists-composers-pages {
	width: 100%;
	text-align: center;
	padding: 4em 0;
	background: url('images/composerartistbg.jpg');
	letter-spacing: 2px;
    word-spacing: 8px;
    background-size: cover;
    color: #FFFFFF;
    font-size: 2em;
}
#back-to-top {
    position: fixed;
    bottom: 3em;
    right: 5em;
}
#back-to-top a {
    text-align: center;
    display: block;
}
.col-sm-6.pipeline_album:nth-child(odd) {
    clear: left;
}
.col-sm-6.pipeline_album {
    margin: 2rem 0;
}
.col-sm-6.pipeline_album:first-child {
    margin-top: 2rem !important;
}
.pipeline_catno {
    font-weight: 400;
}
.pipeline_content_single p {
    margin-top: .5em;
    margin-bottom: .5em;
}
/*********************************************
	Calendar Module
*********************************************/
.artist-calendar-row {
    border-top: 2px solid #bdc3c7;
    padding: 1em;
}
.artist-calendar-row h3 {
    margin-bottom: .35em;
}
.concert-date {
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: .5em;
}
.concert-info p {
    margin-top: 0;
}
h4.inline-header {
    display: inline;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.venue-info {
    margin-bottom: .5em;
}
.searchandfilter h4 {
    display: inline;
    padding-right: 1em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}
.searchandfilter ul {
    list-style: none;
    text-align: left;
}
.searchandfilter li {
    display: inline-block;
    padding-right: 0.5em;
}
.searchandfilter input[type="submit"] {
    padding: 8px;
    line-height: 1;
    vertical-align: middle;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content-background-wrapper {
	margin-top: 0;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content {
	box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 5em;
}
.builder-module-content .hentry {
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-size: 2em;
	margin-bottom: 0.125em;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}

.hentry .entry-meta {
	display: block;
	float: left;
	color: #858C90;
	font-size: .8em;
	text-transform: uppercase;
}
.hentry .entry-meta a {
	font-weight: 500;
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
}
.hentry .entry-meta.alignright {
	float: right;
}
.wp-block-group.alignright {
	max-width: 360px;
}
.hentry .entry-footer {
	display: block;
	margin-top: 1.5em;
}
.hentry .entry-footer .entry-utility,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;

}
.g-recaptcha {
    margin-bottom: 1em !important;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.hentry .more-link {
	font-weight: 500;
}
.entry-content {
	clear: both;
	padding: 0 1rem;
}
.loop-title {
	font-weight: 500;
}
#share-buttons {
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-top: 2em;
    width: 100%;
    text-align: center;
}
.product-share .fa {
    font-size: 1.9em;
}
#share-buttons .fa-facebook-square {
	color: #3b5998;
}
#share-buttons .fa-twitter-square {
	color: #55acee;
}
#share-buttons .fa-google-plus-square{
	color: #dd4b39;
}
#share-buttons .fa-pinterest-square {
	color: #cc2127;
}
#share-buttons .fa-reddit-square {
	color: #5f99cf;
}
#share-buttons .fa-tumblr-square {
	color: #35465c;
}
#share-buttons .fa-envelope-square {
	color: #f4b400;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
	font-style: italic;
}
.hentry .wp-caption-text em,
.wp-block-image figcaption em,
.it-featured-image em {
    font-style: normal;
}
.wp-block-image figcaption {
	font-style: italic;
	margin-top: 0 !important;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 1.5em;
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}
.author-meta {
	border-top: 1px solid #bdc3c7;
    padding-top: 1em;
    font-size: 85%;
}
.author-image {
	float: left;
	padding: 0 .5em;
	margin-right: 1em;
}
.author-image img {
	margin-top: 0;
	margin-bottom: .25em !important;
}
.author-name {
	font-size: 150%;
	margin: 0;
}
.author-bio {
	margin: 1em;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 2em;
	padding-bottom: 0;
	border-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 1.5em;
}
#comments li.even, #comments li.odd {
	list-style: none;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border-left: 2px solid #bdc3c7;
	border-radius: 2px;
	padding: 1em;
	margin-bottom: 2em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	margin-top: .3em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;
	display: block;
	width: 100%;
}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #dadddf;
	color: #2c3e50;
	border-radius: 2px;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.cancel-comment-reply a:hover {
	background: #ebebeb;
}
.logged-in-as {
	margin: 0.25em 0;
}


/*********************************************
	Text elements
*********************************************/
.entry-content > p {
    margin-top: 0;
}
p {
	text-align: justify;
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	border-left: 5px solid #EBEBEB;
	padding: .25em 1.5em;
	font-size: 1em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
	margin-top: 0;
}
strong {
	font-weight: 500;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: 500;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
	font-size: 75%;
	margin-left: -4px;
}
sub {
	top: .5ex;
	font-size: 75%;
}
.endnotes sup {
	margin-left: 0;
	margin-right: -2px;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
small {
	font-size: 80% !important;
}
q {
	display: block;
	margin-left: 2em;
	font-size: 90%;
}
q.tab-indent {
    margin-left: 5em;
}
blockquote.indent {
    border-left: none;
    padding-left: 5rem;
}
ol.numeral {
    list-style-type: upper-roman;
}
/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0 0 0 1rem;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: 500;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables and Checkout Process
*********************************************/
td.product-remove {
	font-size: 2em;
	text-align: center;
}
td.product-remove a {
	color: #c0392b;
}
.cart-update {
    display: block;
    float: right;
    clear: both;
    width: 64%;
}
.shop_table th {
	text-align: center;
}
.shop_table p {
	margin-top: 0;
}
.coupon,
.cart-donation {
	clear: both;
}
span.donate-text {
	padding-right: 10px;
	padding-top: 10px;
	display: inline-block;
	font-weight: 400;
}
.coupon input.button.btn {
    margin-bottom: 0.5em;
    line-height: 1;
    vertical-align: baseline;
}
input.button.cart-update.btn-block.btn {
    margin-left: 0;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: 500;
}
p#billing_first_name_field,
p#billing_last_name_field,
p#billing_email_field,
p#billing_phone_field,
p#billing_state_field,
p#billing_postcode_field,
p#shipping_first_name_field,
p#shipping_last_name_field,
p#shipping_email_field,
p#shipping_phone_field,
p#shipping_state_field,
p#shipping_postcode_field {
    margin-top: 0;
    width: 50%;
    float: left;
}
p#billing_company_field {
    margin-top: 0;
}
a.select2-choice {
    border: none !important;
}
p#subscribe_to_newsletter {
    margin-left: 1.5em !important;
}
input#subscribe_to_newsletter,
input#ship-to-different-address-checkbox {
    margin-top: 6px;
}
.woocommerce-shipping-fields {
    margin-left: 1.25em;
}
.woocommerce-billing-fields label.checkbox {
    clear: both;
}
#ship-to-different-address label.checkbox {
	display: inline-block;
}
.payment_methods.methods {
    padding: 1em;
    list-style: none;
    margin: 0;
}
.payment_method label {
    vertical-align: top;
}
span.payment-type {
    display: block;
    float: left;
    margin-left: .5em;
}
span.payment-icons {
    display: block;
    float: left;
    margin-left: 1em;
}
.payment-icons img {
    margin: 0;
}
label.gateway_id_name {
	vertical-align: top;
}
.payment_method_paypal span.payment-icons {
    margin-left: 2em;
    margin-top: -9px;
}
.payment_methods.methods div {
    margin-top: 0;
    margin-bottom: 0;
}
.payment_methods.methods > div {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px #bdc3c7 solid;
}
#shipping_method li {
	list-style: none;
}
.payment_method_paypal img {
    display: none;
}
.payment_box.payment_method_paypal {
    display: none !important;
}
.payment_method_stripe label {
    min-width: 250px !important;
}
.select2-container--default .select2-selection--single {
	padding: 1rem 0 2rem 0 !important;
}
/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: 500;
}
fieldset {
	text-align: left;
}
input#pa_format,
input#donation-amount {
	margin-right: 1em;
}
legend {
	font-size: 1.2em;
	font-weight: 500;
}
#input_3_1_3_container label {
	display: none;
}
input#gform_submit_button_3 {
    width: 98%;
}
#field_3_1 .gfield_label,
#field_3_2 .gfield_label {
	margin-top: 0;
}
.gfield_label {
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 1.125em;
}
span.ginput_price {
	display: none;
}

#gform_wrapper_4 .ginput_container label {
	font-weight: 300;
}
#field_4_5 label.gfield_label {
    display: none;
}
#gform_wrapper_4 .gform_footer {
    padding: 0.125em;
    margin: 0;
}
.cart_item .variation-DonationAmount,
.cart_item .variation-SelectAmount {
    display: none;
}	
.input-group-btn {
	font-size: 1em;
}
button#mc-embedded-subscribe {
	padding: 5px;
	line-height: 1.3;
}
.input-group-btn input {
	padding: 5px;
	line-height: 1.3;
	margin-left: -1px;
}
input#s {
	width: 100%;
	height: 40px;
}
input#searchsubmit.input-group-btn {
    margin-left: -1px;
    padding: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-cat-donation .product-pricing {
	float: left;
	margin-top: -65px;
	width: 62.5%;
}
.product-cat-donation #share-buttons {
	text-align: left;
}
.product-cat-donation .variations_button .single_add_to_cart_button,
.product-cat-donation button.single_add_to_cart_button.button.alt.btn {
	width: 100%;
}
#gform_wrapper_4 .gfield_label {
	display: none;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}
/*********************************************
	Form fields
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .25em;
	background: #FFFFFF;
	border: 1px solid #ecf0f1;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: inherit;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {

}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	max-width: 99.5%;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #ecf0f1;
	border-radius: 2px;
}
.product-pricing input[type=text], .product-pricing input[type=password], .product-pricing input.text, .product-pricing input.title, .product-pricing textarea {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
p.comment-form-comment {
    margin-bottom: 0.5em !important;
}
p.form-submit {
    margin: 0;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #7f8c8d;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 75%;
	max-width: 100%;
}
#searchform input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30%;
    max-width: 100%;
    margin: 0 -1px;
    padding: 6px 0px;
    line-height: 1.4;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}


/*********************************************
	Period Styling
*********************************************/
.contemporary a {
    color: #d35400 !important;
}
.contemporary a.button.add_to_cart_button.product_type_variable.btn, 
.contemporary a.button.add_to_cart_button.product_type_simple.btn,
.contemporary a.wp-block-button__link.add_to_cart_button {
    background:  #e67e22;
    background: -webkit-linear-gradient(top, #e67e22, #d35400);
	background: -o-linear-gradient(top, #e67e22, #d35400);
	background: -moz-linear-gradient(top, #e67e22, #d35400);
	background: linear-gradient(top, #e67e22, #d35400);
    color: #ecf0f1 !important;
}
.century a {
	color: #f39c12 !important;
}
.century a.button.add_to_cart_button.product_type_variable.btn,
.century a.button.add_to_cart_button.product_type_simple.btn,
.century a.wp-block-button__link.add_to_cart_button {
	background:  #f1c404;
	background: -webkit-linear-gradient(top, #f1c404, #f39c12);
	background: -o-linear-gradient(top, #f1c404, #f39c12);
	background: -moz-linear-gradient(top, #f1c404, #f39c12);
	background: linear-gradient(top, #f1c404, #f39c12);
    color: #ecf0f1 !important;
}
.baroque a {
	color: #27ae60 !important;
} 
.baroque a.button.add_to_cart_button.product_type_variable.btn,
.baroque a.button.add_to_cart_button.product_type_simple.btn,
.baroque a.wp-block-button__link.add_to_cart_button {
	background: #2ecc71;
	background: -webkit-linear-gradient(top, #2ecc71, #27ae60);
	background: -o-linear-gradient(top, #2ecc71, #27ae60);
	background: -moz-linear-gradient(top, #2ecc71, #27ae60);
	background: linear-gradient(top, #2ecc71, #27ae60);
    color: #ecf0f1 !important;
}
.classical a {
	color: #2980b9 !important;
}
.classical a.button.add_to_cart_button.product_type_variable.btn,
.classical a.button.add_to_cart_button.product_type_simple.btn,
.classical a.wp-block-button__link.add_to_cart_button {
	background: #2980b9;
	background: -webkit-linear-gradient(top, #3498db, #2980b9);
	background: -o-linear-gradient(top, #3498db, #2980b9);
	background: -moz-linear-gradient(top, #3498db, #2980b9);
	background: linear-gradient(top, #3498db, #2980b9);
    color: #ecf0f1 !important;
}
.late-romantic a {
	color: #8e44ad !important;
}
.late-romantic a.button.add_to_cart_button.product_type_variable.btn,
.late-romantic a.button.add_to_cart_button.product_type_simple.btn,
.subscribeBTN a.btn,
.late-romantic a.wp-block-button__link.add_to_cart_button {
	background: #9b59b6;
	background: -webkit-linear-gradient(top, #9b59b6, #8e44ad);
	background: -o-linear-gradient(top, #9b59b6, #8e44ad);
	background: -moz-linear-gradient(top, #9b59b6, #8e44ad);
	background: linear-gradient(top, #9b59b6, #8e44ad);
    color: #ecf0f1 !important;
}
.renaissance a {
	color: #16a085 !important;
}
.renaissance a.button.add_to_cart_button.product_type_variable.btn,
.renaissance a.button.add_to_cart_button.product_type_simple.btn,
.renaissance a.wp-block-button__link.add_to_cart_button {
	background: #1abc9c;
	background: -webkit-linear-gradient(top, #1abc9c, #16a085);
	background: -o-linear-gradient(top, #1abc9c, #16a085);
	background: -moz-linear-gradient(top, #1abc9c, #16a085);
	background: linear-gradient(top, #1abc9c, #16a085);
    color: #ecf0f1 !important;
}
.romantic a {
	color: #c0392b !important;
}
.romantic a.button.add_to_cart_button.product_type_variable.btn,
.romantic a.button.add_to_cart_button.product_type_simple.btn,
.romantic a.wp-block-button__link.add_to_cart_button {
	background: #e74c3c;
	background: -webkit-linear-gradient(top, #e74c3c, #c0392b);
	background: -o-linear-gradient(top, #e74c3c, #c0392b);
	background: -moz-linear-gradient(top, #e74c3c, #c0392b);
	background: linear-gradient(top, #e74c3c, #c0392b);
    color: #ecf0f1 !important;
}
.contemporary a:hover {
    color: #e67e22 !important;
}
.contemporary a.button.add_to_cart_button.product_type_variable.btn:hover, 
.contemporary a.button.add_to_cart_button.product_type_simple.btn:hover,
.contemporary a.wp-block-button__link.add_to_cart_button:hover {
    background:  #d35400;
    background: -webkit-linear-gradient(top, #d35400, #e67e22);
	background: -o-linear-gradient(top, #d35400, #e67e22);
	background: -moz-linear-gradient(top, #d35400, #e67e22);
	background: linear-gradient(top, #d35400, #e67e22);
    color: #ecf0f1 !important;
}
.century a:hover {
	color: #f1c404 !important;
}
.century a.button.add_to_cart_button.product_type_variable.btn:hover,
.century a.button.add_to_cart_button.product_type_simple.btn:hover,
.century a.wp-block-button__link.add_to_cart_button:hover {
	background:  #f39c12;
	background: -webkit-linear-gradient(top, #f39c12, #f1c404);
	background: -o-linear-gradient(top, #f39c12, #f1c404);
	background: -moz-linear-gradient(top, #f39c12, #f1c404);
	background: linear-gradient(top, #f39c12, #f1c404);
    color: #ecf0f1 !important;
}
.baroque a:hover {
	color: #2ecc71 !important;
} 
.baroque a.button.add_to_cart_button.product_type_variable.btn:hover,
.baroque a.button.add_to_cart_button.product_type_simple.btn:hover,
.baroque a.wp-block-button__link.add_to_cart_button:hover {
	background: #27ae60;
	background: -webkit-linear-gradient(bottom, #2ecc71, #27ae60);
	background: -o-linear-gradient(bottom, #2ecc71, #27ae60);
	background: -moz-linear-gradient(bottom, #2ecc71, #27ae60);
	background: linear-gradient(bottom, #2ecc71, #27ae60);
    color: #ecf0f1 !important;
}
.classical a:hover {
	color: #3498db !important;
}
.classical a.button.add_to_cart_button.product_type_variable.btn:hover,
.classical a.button.add_to_cart_button.product_type_simple.btn:hover,
.classical a.wp-block-button__link.add_to_cart_button:hover {
	background: #3498db;
	background: -webkit-linear-gradient(bottom, #3498db, #2980b9);
	background: -o-linear-gradient(bottom, #3498db, #2980b9);
	background: -moz-linear-gradient(bottom, #3498db, #2980b9);
	background: linear-gradient(bottom, #3498db, #2980b9);
    color: #ecf0f1 !important;
}
.late-romantic a:hover {
	color: #9b59b6 !important;
}
.late-romantic a.button.add_to_cart_button.product_type_variable.btn:hover,
.late-romantic a.button.add_to_cart_button.product_type_simple.btn:hover,
.late-romantic a.wp-block-button__link.add_to_cart_button:hover {
	background: #8e44ad;
	background: -webkit-linear-gradient(bottom, #9b59b6, #8e44ad);
	background: -o-linear-gradient(bottom, #9b59b6, #8e44ad);
	background: -moz-linear-gradient(bottom, #9b59b6, #8e44ad);
	background: linear-gradient(bottom, #9b59b6, #8e44ad);
    color: #ecf0f1 !important;
}
.renaissance a:hover {
	color: #1abc9c !important;
}
.renaissance a.button.add_to_cart_button.product_type_variable.btn:hover,
.renaissance a.button.add_to_cart_button.product_type_simple.btn:hover,
.renaissance a.wp-block-button__link.add_to_cart_button:hover {
	background: #16a085;
	background: -webkit-linear-gradient(bottom, #1abc9c, #16a085);
	background: -o-linear-gradient(bottom, #1abc9c, #16a085);
	background: -moz-linear-gradient(bottom, #1abc9c, #16a085);
	background: linear-gradient(bottom, #1abc9c, #16a085);
    color: #ecf0f1 !important;
}
.romantic a:hover {
	color: #e74c3c !important;
}
.romantic a.button.add_to_cart_button.product_type_variable.btn:hover,
.romantic a.button.add_to_cart_button.product_type_simple.btn:hover,
.romantic a.wp-block-button__link.add_to_cart_button:hover {
	background: #c0392b;
	background: -webkit-linear-gradient(bottom, #e74c3c, #c0392b);
	background: -o-linear-gradient(bottom, #e74c3c, #c0392b);
	background: -moz-linear-gradient(bottom, #e74c3c, #c0392b);
	background: linear-gradient(bottom, #e74c3c, #c0392b);
    color: #ecf0f1 !important;
}
.btn.classical,
.coupon .btn {
	background: #2980b9;
	background: -webkit-linear-gradient(top, #3498db, #2980b9);
	background: -o-linear-gradient(top, #3498db, #2980b9);
	background: -moz-linear-gradient(top, #3498db, #2980b9);
	background: linear-gradient(top, #3498db, #2980b9);
    color: #ecf0f1 !important; 
}
a.btn.classical.cart-right,
.coupon,
a.checkout-button.button.alt.wc-forward.btn {
    float: right;
}
.btn.classical:hover,
.coupon .btn:hover {
	background: #3498db;
	background: -webkit-linear-gradient(bottom, #3498db, #2980b9);
	background: -o-linear-gradient(bottom, #3498db, #2980b9);
	background: -moz-linear-gradient(bottom, #3498db, #2980b9);
	background: linear-gradient(bottom, #3498db, #2980b9);
    color: #ecf0f1 !important;
}
a.checkout-button.button.alt.wc-forward.btn,
a.button.mini-checkout.wc-forward,
.variations_button .single_add_to_cart_button, 
button.single_add_to_cart_button.button.alt.btn {
	background: #2ecc71;
	background: -webkit-linear-gradient(top, #2ecc71, #27ae60);
	background: -o-linear-gradient(top, #2ecc71, #27ae60);
	background: -moz-linear-gradient(top, #2ecc71, #27ae60);
	background: linear-gradient(top, #2ecc71, #27ae60);
    color: #ecf0f1 !important;
    width: 41%;
}
a.checkout-button.button.alt.wc-forward.btn:hover,
a.button.mini-checkout.wc-forward:hover,
.variations_button .single_add_to_cart_button:hover, 
button.single_add_to_cart_button.button.alt.btn:hover {
	background: #27ae60;
	background: -webkit-linear-gradient(bottom, #2ecc71, #27ae60);
	background: -o-linear-gradient(bottom, #2ecc71, #27ae60);
	background: -moz-linear-gradient(bottom, #2ecc71, #27ae60);
	background: linear-gradient(bottom, #2ecc71, #27ae60);
    color: #ecf0f1 !important;
}
span.remove-text {
    font-size: 0.35em !important;
    display: block;
}	
input.button.cart-update.btn,
button#mc-embedded-subscribe,
a.button.view-basket.wc-forward {
	background: #9b59b6;
	background: -webkit-linear-gradient(top, #9b59b6, #8e44ad);
	background: -o-linear-gradient(top, #9b59b6, #8e44ad);
	background: -moz-linear-gradient(top, #9b59b6, #8e44ad);
	background: linear-gradient(top, #9b59b6, #8e44ad);
    color: #ecf0f1 !important;
}
input.button.cart-update.btn:hover,
button#mc-embedded-subscribe:hover,
a.button.view-basket.wc-forward:hover {
	background: #8e44ad;
	background: -webkit-linear-gradient(bottom, #9b59b6, #8e44ad);
	background: -o-linear-gradient(bottom, #9b59b6, #8e44ad);
	background: -moz-linear-gradient(bottom, #9b59b6, #8e44ad);
	background: linear-gradient(bottom, #9b59b6, #8e44ad);
    color: #ecf0f1 !important;
}
/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu (Alternate Module Style - hidden above 500px wide)
*********************************************/

.it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	margin-bottom: 1.5em;
	line-height: 0;
	max-height: 500px;
	overflow: hidden;
	position: relative;
}
.it-featured-image img {
	width: inherit;
}

.it-featured-image a {
	display: block;
}
.it-featured-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.it-featured-image .text-right {
	position: absolute;
	top: 468px;
	right: 0;
	font-style: italic;
	background: #FFFFFF;
	display: block;
	z-index: 9999;
	padding: 1rem;
}
.post-27244 .it-featured-image .text-right {
	top: 436px;
	line-height: 1;
}
/*********************************************
	Miscellaneous
*********************************************/

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.header-inset,
.navigation-inset,
.content-inset,
.html-inset,
.image-inset,
.widget-bar-inset,
.footer-inset {
	padding-left: 2em !important;
	padding-right: 2em !important;
	width: auto !important;
	max-width: 100% !important;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}


/*********************************************
	Post Format Styling
*********************************************/

/* Quote */
.builder-module-content .format-quote .entry-content {
	padding: 2.3em;
	border-left: 5px solid #EBEBEB;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
.builder-module-content .format-quote .entry-content > *:last-child {
	margin-bottom: 0;
}
.format-quote .edit-post-link a {
	margin-top: 1em;
}

/* Image */
.builder-module-content .format-image {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-image .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-image .entry-title {
	margin-bottom: 0;
}
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 1em;
}
.format-image .edit-post-link a {
	margin-top: 1em;
}

/* Video */
.builder-module-content .format-video {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-video .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-video .entry-title {
	margin-bottom: 0;
}
.format-video .edit-post-link a {
	margin-top: 1em;
}

/* Status */
.builder-module-content .format-status .entry-header {
	margin-bottom: .25em;
}
.builder-module-content .format-status .entry-content {
	border: 1px solid #EBEBEB;
	padding: 3em;
	background: #2c3e50;
	color: #ecf0f1;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
}
.format-status .edit-post-link a {
	margin-top: 1em;
}


::selection {
	color: #ecf0f1;
	background: #f39c12; /* Safari */
	}
::-moz-selection {
	color: #ecf0f1;
	background: #f39c12; /* Firefox */
}



.single .builder-module-content .format-video,
.single .builder-module-content .format-image {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1em;
}

/****************************
	Etc WooCommerce Styling
****************************/
.products.row {
    clear: both;
    margin-bottom: 2em;
}
.catalog.col-sm-3:nth-child(4n-3),
.upcoming-product.col-sm-2:nth-child(6n-5),
.home-page-product.col-sm-3:nth-child(4n-3) {
    margin-right: 0;
    clear: both;
}
.products .catalog {
	margin-bottom: 2em;
}
.shop-button .btn {
	width: 100%;
}
.variation dd {
	margin-left: 0;
}
dl.variation {
	margin-bottom: 0;
}
.cart_list li {
    margin-bottom: 1em;
}
.product_list_widget .col-sm-6:nth-child(2n-1) {
    clear: both;
}
.product_list_widget .col-sm-6 img {
	width: 100%;
}
/*********************************************
	Sponsored Slim CSS 
*********************************************/
body.page-id-9001 {
	background: url('images/slimbg.jpg') no-repeat !important;
	background-size: 100% 100% !important;
}
.page-id-9001 .builder-module {
    background: rgba(255,255,255,0.5);
}
.page-id-9001 .builder-module-1 {
	background: #FFFFFF !important;
}
.page-id-9001 .builder-module-footer {
	background: transparent !important;
}
#post-9001.hentry .alignright {
    margin-top: 0;
}
input#gform_submit_button_8 {
    display: block;
    width: 98.5%;
    text-transform: uppercase;
    font-size: 125%;
}
/*********************************************
	Responsive CSS 
*********************************************/

@media only screen and (max-width:1000px) {
	.image-full-window-background-wrapper {
	padding: 0;
}

.catalog img {
    max-height: 239px;
}
.upcoming-product img {
    max-height: 154px !important;
}

/* Comments */

.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	padding-right: 0;
	padding-left: .75em;
}
.commentlist .comment-body {
	margin-right: .5em;
}

.commentlist .children li.comment,
.commentlist .children  li.trackback,
.commentlist .children  li.pingback {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 0;
}
#menu-menu_social li a {
	padding: 2px;
}
}
/*********************************************
	Tablet CSS 
*********************************************/

@media only screen and (max-width:1265px) {
.builder-module-element {
	
}
.mobile-name {
	font-family: 'faber_sans_pro_reduce45leicht', Arial, sans-serif;
}
.footer-name {
    font-family: 'faber_sans_pro_reduce45leicht', Arial, sans-serif;
}
.menu_image_title h1,
.press_image_title h1 {
	font-size: .75em;
	padding-left: 2px;
    margin-top: 2px;	
}
.menu_image_title h2,
.press_image_title h2 {
	font-size: .75em;
	padding-left: 2px;
	margin-top: -2px;
}
.menu_image_title:before,
.press_image_title:after {
	background-image: url('images/keys-tablet.png');
	background-repeat: no-repeat;
    display: block;
    float: left;
    width: 64px;
    height: 45px;
    content: "";
    background-position: top left;
    margin-top: -5px;
	background-size: 64px 45px;
}
.builder-module-navigation li a, 
.builder-module-navigation .current_page_item li a, 
.builder-module-navigation .current-cat li a, 
.builder-module-navigation .current-menu-item li a {
	padding: 1.125em 0;
}
li.menu_social a {
	font-size: 1.125em;
}
.builder-module-1-background-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.builder-module-content .builder-module-element .alignleft{
	float: left !important;
	margin-right: 1.5em !important; 	
}
.builder-module-content .builder-module-element .alignright {
	float: right !important;
	margin-left: 1.5em !important;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	float: none;
	margin: 0 0 1.5em 0;
	text-align: left;
}
.builder-module-content .builder-module-element .alignleft,
.builder-module-content .builder-module-element .alignright {
	float: none;
	margin: 0;
	text-align: left;
}




/* Teasers Extension (Left and Right) */

.loop .entry-content.teasers .teasers-featured-image {
	width: 100%;
	max-width: 100%;
}
.loop .entry-content.teasers .entry-title {
	margin-right: 0;
	margin-left: 0;
}
.loop .teasers-left-content-wrapper {
	margin-left: 0;
}
.loop .teasers-right-content-wrapper {
	margin-right: 0;
}


/* Portfolio Layout */
.builder-module-content .loop .portfolio-post-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}


/* Magazine Layout */
.builder-module-content .loop .magazine-post-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}



/* Image Grid Layout */
.loop .grid_wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}






/* Comments */

.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	padding-right: 0;
	padding-left: .75em;
}
.commentlist .comment-body {
	margin-right: .5em;
}

.commentlist .children li.comment,
.commentlist .children  li.trackback,
.commentlist .children  li.pingback {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 0;
}
}

/*********************************************
	Mobile CSS 
*********************************************/
@media only screen and (max-width:1000px) {
	.menu_image_title .top {
    font-size: 22px;
    margin-left: .5rem;
    line-height: 2.5;
	}
}
@media only screen and (max-width:920px) {

.mobile-name {
	font-family: 'faber_sans_pro_reduce45leicht', Arial, sans-serif;
}	
.footer-name {
    font-family: 'faber_sans_pro_reduce45leicht', Arial, sans-serif;
}
#builder-module-55d780e37f56b-background-wrapper,
#builder-module-55d7931b662e8-background-wrapper {
	display: none;
}
#builder-module-55d79155c73e4-background-wrapper,
#builder-module-55d7931b66329-background-wrapper {
	display: block;
}
#builder-module-55d79155c73e4 .builder-module-block-outer-wrapper,
#builder-module-55d7931b66329 .builder-module-block-outer-wrapper {
	border-top: none;
}
#builder-module-55d79155c73e4 .builder-module-sidebar h4.widget-title,
#builder-module-55d7931b66329 .builder-module-sidebar h4.widget-title {
	display: none;
}
h2.site-title {
	font-size: 1em;
}
h3.latest-title {
	font-size: 1.5em;
}
.page-numbers li a, 
.page-numbers li span, 
.ln-letters a {
	padding: 6px;
	font-size: 12px;
}
.top-page-ordering {
	float: left;
}
.shop-button .btn {
	max-width: 300px;
}
.about-text img {
	width: 150px;
}
.product-cat-donation .product-pricing {
	float: left;
	margin-top: -75px;
	width: 100%;
}
.catalog img {
    max-height: 212px;
}
.home-page-books img {
    height: 145px !important;
}
.upcoming-product img {
    max-height: 142px !important;
}
#menu-menu_social li a {
	padding: 5px;
}
/*********************************************
	Footer Module
*********************************************/

.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	float: none;
	margin: 0 0 1.5em 0;
	text-align: left;
}
.builder-module-content .builder-module-element .alignleft,
.builder-module-content .builder-module-element .alignright {
	float: none;
	margin: 0;
	text-align: left;
}
.col-sm-6.footer-name.text-right {
    text-align: left !important;
    padding-left: 0;
}.footer-menu-col.col-sm-7 {
	text-align: left !important;
	padding-left: 0;
}
#menu-footer {
	float: left;
	margin-left: 0;
}
/*********************************************
	Navigation Module (Mobile)
*********************************************/
.header-menus {
    padding: 1em 0;
}
.builder-module-navigation.mobile {
	padding-top: 0;
}
.builder-module-navigation.mobile ul {
	margin-top: .5em;
}
.builder-module-navigation.mobile li {
	width: 100%;
	position: relative;
}
/* second level stuff */
.builder-module-navigation.mobile li ul {
	position: relative !important;
	left: 0 !important;
	border: 0;
	width: 100%;
	margin: 0;
}
.builder-module-navigation.mobile li a,
.builder-module-navigation.mobile .current_page_item li a,
.builder-module-navigation.mobile .current-cat li a,
.builder-module-navigation.mobile .current-menu-item li a {
	margin: 0;
	background: transparent;
	border-color: transparent;
	color: #2c3e50;
	padding: .25em;
	font-size: 1.25em;
	border-bottom: 1px solid #f39c12;
}
.builder-module-navigation.mobile li a:hover,
.builder-module-navigation.mobile .current_page_item li a:hover,
.builder-module-navigation.mobile .current-cat li a li a:hover,
.builder-module-navigation.mobile .current-menu-item li a:hover {
	background: #f39c12;
	color: #ecf0f1;
}
.builder-module-navigation.mobile li li {
	border: 0;
	width: 100%;
}
.builder-module-navigation.mobile li ul ul {
	margin: 0;
}
.builder-module-navigation.mobile li li a {
	padding: .25em 0 .25em 2em;
	line-height: inherit;
	border-radius: 2px;
}
.builder-module-navigation.mobile li li li a {
	padding-left: 4em;
}
.builder-module-navigation.mobile-nav .menu.it-mobile-menu-hidden {
	display: none;
}
.it-mobile-menu {
	background: transparent;
	color: #2c3e50;
	padding: .25em .75em;
	display: block;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.it-mobile-menu img {
	display: block;
	padding: 0 .5em;
	margin: 0;
	float: left;
	width: 60px;
}
.it-mobile-menu .top,
.it-mobile-menu .bottom {
    display: block;
    float: left;
    line-height: 1.2;
    font-size: 2rem;
}
.mobile-logo {
    display: block;
    width: 60%;
    float: left;
}
.builder-module-navigation.mobile.borderless {
	border: 0;
}
.mobile-icons {
    display: block;
    float: right;
}
.mobile-name {
    display: block;
    width: 60px;
    float: left;
}
.logo-nav {
	display: none;
}
.press-logo-nav {
	display: none;
}
.inner-social-nav {
    float: left;
    width: 100%;
}
.main-nav {
	width: 100%;
	display: block;
	float: left;
}
.inner-main-nav {
	width: 100%;
	display: block;
}
.main-nav .inner-main-nav li {
	text-align: left;
	display: block;
	float: left;
}
.main-nav .inner-main-nav li li {
	float: left;
}
li.menu_social a {
    font-size: 1em;
    line-height: 1;
    padding: .25em !important; 
    vertical-align: middle;
}
.cart-number {
	left: 22.5%
}
.menu-cart {
	float: left;
}
.menu-item-cart-item .social-terms {
    padding-left: .25em;
}

.builder-module-background-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.product-image,
.images {
	float: none;
}
.description-content, 
.more-content {
	width: 100%;
	padding-right: 0;
}
.product-pricing {
	float: none;
	width: 100%;
}
table.variations {
	margin-left: 2px;
}
.tracks ol,
.tracks p {
	width: 100%;
}
.product_list_widget .col-sm-6:nth-child(2n-1) {
	clear:both;
}
/* Comments */

.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	padding-right: 0;
	padding-left: .75em;
}
.commentlist .comment-body {
	margin-right: .5em;
}

.commentlist .children li.comment,
.commentlist .children  li.trackback,
.commentlist .children  li.pingback {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 0;
}
}
@media only screen and (max-width:768px) {
.catalog img {
    max-height: inherit;
}
.home-page-books img {
    height: inherit !important;
}
.upcoming-product img {
    max-height: inherit !important;
}
}