/*
Theme Name: Divine Art
Theme URI: http://rosebrookmedia.com/
Description: This is a custom child theme for Divine Art Recordings based on the iThemes Builder Theme. 
Author: Rosebrook Media
Author URI: http://rosebrookmedia.com/
Text Domain: it-l10n-Builder-Summit
Domain Path: /lang/
Template: Builder-Summit
Version: 1.0.2
*/

@font-face {
    font-family: 'butlerregular';
    src: url('fonts/butler_regular-webfont.woff2') format('woff2'),
         url('fonts/butler_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*********************************************
	Default font settings, typography, and layout.
*********************************************/

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	background: #333333;
	color: #676767;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 1em;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}
input, select, textarea {
	font-family: 'Didact Gothic', sans-serif;
}

input, textarea {
	border-radius: 3px;
}
pre, code, tt, kbd {
	font-family: 'Courier', 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
	color: #EBEBEB;
	font-weight: bold;
	background: #353F49;
	display: block;
	padding: 1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-bottom: 1.75em;
}
a img {
	margin: 0;
	vertical-align: top;
}

/* 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. */
}
/*********************************************
	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%;
}

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

a {
	color: #297FB9;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:focus {
	color: #777777;
}


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

.btn,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
span.wc-block-components-button__text {
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	background: #333333;
	color: #FFFFFF;
	padding: .5em 1em;
	border-radius: 3px;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	-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;
}
.btn:hover,
.btn:focus,
.more-link:hover,
.more-link:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
span.wc-block-components-button__text:hover,
span.wc-block-components-button__text:focus {
	background: #990000;
	color: #FFF;
	text-decoration: none !important;
}
/* button > span.wc-block-components-button__text {
	margin: 0;
	background: transparent;
	padding: 0 !important;
} */
.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #333333;
	color: #FFFFFF;
	border: 0;
}
.loop-utility a {
	margin: 3em 0 0 0;
	background: #333333;
	color: #FFFFFF;
}

.loop-utility a:hover,
.loop-utility a:focus {
	background: #990000;
	color: #FFF;
}

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
}
.wp-block-button__link {
	font-weight: bold !important;
	font-size: 1em !important;
	cursor: pointer !important;
	display: inline-block !important;
	background: #333333 !important;
	color: #FFFFFF !important;
	padding: .5em 1em !important;
	border-radius: 3px !important;
	-webkit-appearance: none !important;
	margin-bottom: 1.5em !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	-webkit-transition: all .2s ease-in !important;
	-moz-transition: all .2s ease-in !important;
	-o-transition: all .2s ease-in !important;
	-ms-transition: all .2s ease-in !important;
	transition: all .2s ease-in !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	width: 100%; 
}
.btn .wp-block-button__link {
    margin-bottom: 0 !important;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	color: #297FB9;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
	word-wrap: break-word;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.75em;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	font-weight: normal;
}
h4 {
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
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 {
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

.builder-module-background-wrapper {
	background: #FFFFFF;
}
.builder-module-last-background-wrapper {

}
.builder-module-background-wrapper .builder-module-outer-wrapper {
	overflow: visible;
	padding: 2em 0;
}
.builder-module {

}
.builder-module-top {

}
.builder-module-last {

}
.builder-module-element {

}
.left .builder-module-element {
	margin-right: 5em;
}
.middle .builder-module-element {
	margin-left: 5em;
	margin-right: 5em;
}
.right .builder-module-element {
	margin-left: 5em;
}


/*********************************************
	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 {
	padding: 0 .5em;
	margin-bottom: 3em;
}
.builder-module-sidebar .widget-section-wrapper .left .widget-background-wrapper {
	margin-right: 1.5em;
}
.builder-module-sidebar .widget-section-wrapper .right .widget-background-wrapper {
	margin-left: 1.5em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}

.builder-module-widget-bar .builder-module-sidebar .widget {
	padding: 1em;
}

.builder-module-sidebar .widget a {

}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 .5em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {

}
.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: square;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.builder-module-sidebar .widget#nav_menu-3 li,
.builder-module-sidebar .widget#nav_menu-4 li {
	list-style: none;
}
.builder-module-sidebar .widget#nav_menu-3 li a {
	
}
.widget#nav_menu-3 li.labels {
	background-position-x: 0 !important;
}
.widget#nav_menu-3 li.labels a:hover {
	background: none !important;
	text-decoration: none !important;
	border: 0 !important;
}
.builder-module-sidebar .widget li li {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar .widget ul ul {
	margin-left: 1.5em;
}

/* Builder Content Module - Sidebars */
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	background: none;
	border: none;
}

.builder-module-content .builder-module-sidebar h4.widget-title {
	color: #676767;
}


/*********************************************
	Header Module
*********************************************/
.hero-row.row {
    padding: 1em 0;
}
.hero-title h1,
.hero-title h2 {
    font-family: 'butlerregular', serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 4.5vw;
    line-height: .75em;
    margin-bottom: 0 !important;
}
.hero-title a {
	color: #333333;
}
.hero-title .art {
    margin-left: -1vw;
    background: #2980b9;
    padding: 0;
    line-height: .75em;
    color: #FFFFFF;
    display: inline-block;
}
.hero-title a:hover {
	text-decoration: none;
	cursor: pointer;
}
img.label-header {
    margin-bottom: 0;
}
img.label-header.edition-header {
	max-width: 390px;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-gb {
	background-image: url('images/gb.svg');
}
.flag-icon-us {
	background-image: url('images/us.svg');
}
.builder-module-1-background-wrapper, 
.builder-module-1-outer-wrapper {
    padding: 0 !important;
}
.builder-module-1-background-wrapper {
	background: #F5F5F5;
}
.builder-module-1 {
    padding: .5em;
}
.basket-information {
    display: block;
    text-align: left;
    float: left;
    line-height: 2em;
    vertical-align: middle;
}
.account-information {
    display: inline-block;
    text-align: right;
    float: right;
    color: #8F8C7C;
}
.basket-information a {
    color: #7F7D74;
    padding: 0 .5em;
}
.account-information a {
	color: #990000;
}
.hero-title {
    display: block;
    float: left;
}
.currency-cart {
    display: block;
    float: right;
    padding-top: 0.35em;
}
.currency-cart .btn {
    margin-bottom: 0 !important;
}
.currencies {
    display: inline-block;
}
.cart-menu {
    display: inline-block;
}
.currencies a.btn {
    background: #ECECEC;
    border: none;
    border-radius: 1px;
    color: #7F7D74;
}
.cart-menu a.btn,
.cart-contents.btn {
	background: #297FB9;
	border: none;
    border-radius: 1px;
    color: #FFFFFF;
}
.cart-menu .cfw-side-cart-quantity-wrap.cfw_cart_icon_shortcode.cfw-side-cart-open-trigger,
.cart-menu .cfw-side-cart-quantity-wrap svg {
--cfw-side-cart-icon-text-color: #FFFFFF !important;
color: #ffffff !important;
}
/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	background: #333333;
}

.builder-module-navigation-background-wrapper .builder-module-outer-wrapper {
	padding: 0;
}
.builder-module-outer-wrapper .builder-module-navigation {
	padding: 0;
}
.builder-module-navigation {
	display: block;
	line-height: 1;
	width: 100%;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.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 {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 1.35em;
	text-transform: uppercase;
}

.builder-module-navigation .current_page_item > a,
.builder-module-navigation .current-cat > a,
.builder-module-navigation .current-menu-item > a,
.builder-module-navigation.nav-with-logo .current_page_item > a,
.builder-module-navigation.nav-with-logo .current-cat > a,
.builder-module-navigation.nav-with-logo .current-menu-item > a {
	color: #FFFFFF;
	background-color: #297FB9;
}

.builder-module-navigation li:hover,
.builder-module-navigation li:focus {
	color: #FFFFFF;
	background-color: #990000;
}

/* Second Level */

.builder-module-navigation li ul {
	background-color: #333333;
	width: 14em;
	margin-left: 1px;
}

.builder-module-navigation li li {
	position: relative !important;
	width: 100%;
}

.builder-module-navigation li li:last-child {
	border-bottom: 0;
}
.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;
	font-size: 1em;
	padding: .75em;
	line-height: 1.25;
	margin: 0;
	border: 2px solid #297FB9;
	color: #FFFFFF;
	border-top: 0;
}
.builder-module-navigation li li:first-child {
	border-top: 2px solid #297FB9;
}
.builder-module-navigation .sub-menu .current_page_item > a,
.builder-module-navigation .sub-menu .current-cat > a,
.builder-module-navigation .sub-menu .current-menu-item > a,
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a:focus,
.builder-module-navigation li li a.sfhover {
	color: #FFFFFF;
}

.builder-module-navigation li ul ul {
	top: 0;
	right: -14em;
}
#menu-item-6445 a {
    padding: 13.5px 1.35em;
}
#menu-item-6445 .fa-home {
    font-size: 32px;
}
li.menu-nav {
	float: right !important;
	width: 25%;
	padding-top: 7px;
}
li.menu-nav:hover {
	background-color: transparent !important;
}
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	font-size: 1em;
	height: 45px;
	max-width: 100%;
	padding: .5em 10px;
    border-radius: 1px;
    background: rgba(255,255,255,.1);
    border: none;
}
#searchsubmit {
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	max-width: 100%;
	margin: 0;
	background: #297FB9;
	color: #FFFFFF;
	padding: .7em 10px;
	border-radius: 1px;
	border: none;
}

/*Label Icons */

li.labels a {
    padding-left: 30% !important;
}
li.labels,
li.labels.current-menu-item > a {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	vertical-align: middle !important;
    background-position-x: 5px !important;
}
.athene,
.athene.current-menu-item > a {
	background-image: url('images/icons/athene.png') !important;
}
.divineart,
.divineart.current-menu-item > a {
	background-image: url('images/icons/da.png') !important;	
}
.dansing,
.dansing.current-menu-item > a {
	background-image: url('images/icons/dansing.png') !important;
}
.diversions,
.diversions.current-menu-item > a{
	background-image: url('images/icons/diversions.png') !important;	
}
.heritagemedia,
.heritagemedia.current-menu-item > a {
	background-image: url('images/icons/heritagemedia.png') !important;	
}
.historicsound,
.historicsound.current-menu-item > a {
	background-image: url('images/icons/historic.png') !important;	
}
.metier,
.metier.current-menu-item > a {
	background-image: url('images/icons/metier.png') !important;	
}
.pilgrimsstar,
.pilgrimstar.current-menu-item > a {
	background-image: url('images/icons/pilgrimsstar.png') !important;	
}
.rpmusic,
.rpmusic.current-menu-item > a {
	background-image: url('images/icons/rp.png') !important;	
}
.ekkozone,
.ekkozone.current-menu-item > a {
	background-image: url('images/icons/ekkozone.png') !important;	
}
.widget#nav_menu-3 li.labels.current-menu-item > a {
	background-image:  none !important;
}
/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-1-background-wrapper {
    background: #F5F5F5;
}
.builder-module-widget-bar-1-background-wrapper,
.builder-module-widget-bar-1-outer-wrapper {
	padding: 0 !important;
}
.builder-module-outer-wrapper .builder-module-widget-bar {
	padding-bottom: 0;
}
.builder-module-widget-bar .widget-background-wrapper {
	margin: 2em 1em;
}
.builder-module-widget-bar-last-background-wrapper {
    background: #333333;
}
.builder-module-widget-bar-last {
	color: #FFFFFF;
}
p.rtw_main {
    margin-bottom: 0 !important;
    color: #333333;
    font-size: 18px;
}
.rtw_follow.follow-button:before {
	font-family: 'fontAwesome';
    content: "\f099";
    font-size: 48px;
    padding-right: 18px;
    color: #297FB9;
    vertical-align: top;
}
.rtw_follow.follow-button {
    font-size: 20px;
    line-height: 1;
    margin-top: 1em;
}
.widget_rotatingtweets_widget {
    padding: 0 !important;
}
.rtw_wide_icon {
	display: none;
}
.rtw_name {
	display: none;
}
div#rotatingtweets_widget-2-background-wrapper {
    margin: 2em 1em 0px 1em;
}
#ctf.ctf-masonry .ctf-item {
	box-shadow: none !important;
}
a.ctf-author-avatar {
	display: none !important;
	margin-left: 0 !important;
}
#gform_widget-2 #gform_fields_1 label.gfield_label {
    display: none;
}
#gform_widget-2 #gform_wrapper_1 .gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}
#gform_widget-2 input#gform_submit_button_1 {
    display: block;
    width: 100%;
    background: #297FB9;
}
#gform_widget-2 li#field_1_2 {
    padding: 0;
    margin: 0 0 .5em 0;
}
#gform_widget-2::-webkit-input-placeholder,
#gform_widget-2:-moz-placeholder,
#gform_widget-2::-moz-placeholder,
#gform_widget-2:-ms-input-placeholder,
#gform_widget-2:placeholder-shown,
#gform_widget-2::placeholder {
   color: #333333;
   opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
#gform_widget-2 input[type=text] {
    color: #333333 !important;
}
ul#input_1_6 {
    margin-left: 0;
    width: 100%;
}
/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: #333333;
}
.builder-module-footer * {

}
.builder-module-footer .builder-module-element {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .85em;
	line-height: 2;
}
.builder-module-footer .builder-module-element a {
	color: #FFFFFF;
	text-decoration: none;
}
.social-footer i.fa.fa-square.fa-stack-2x {
    color: #297FB9;
}
.social-footer a {
	color: #297FB9 !important;
}
.col-sm-6.footer-credit.text-right {
    padding-top: 1em;
}
.col-sm-6.footer-credit.text-left {
    padding-left: 0;
    display: inline-block;
    padding-top: .75em;
}
h4.widget-title {
    text-align: center;
}
.partner-orgs .col-xs-12 {
    margin-bottom: .5em;
}
ul#menu-shop {
    margin-left: 1.5em;
}
/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

/*** Alternate HTML Module Styles ***/

.background-image-html-background-wrapper {
	position: relative;
	text-align: center;
	color: #FFF;
	background-color: rgba(24, 48, 76, 0.65);
	background: url('images/mountain-bkgnd-image.jpg') no-repeat center top;
}

.background-image-html-background-wrapper .builder-module-block {
	max-width: 700px;
	margin: 0 auto;
	padding: 60px 0;
}

.background-image-html-background-wrapper h2 {
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

.background-image-html-background-wrapper .btn {
	margin: 40px 0 0 0;
}

.large-text-blue-background-html-background-wrapper {
	background: #297FB9;
	color: #FFF;
	font-size: 1.75em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/* Hack to bring elements inside div above overlay being added in next style */
.background-image-html-background-wrapper * {
	position: relative;
}

.background-image-html-background-wrapper::before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(24, 48, 76, 0.65);
}

/*********************************************
	Content Module
*********************************************/

.builder-module-content-background-wrapper {
	background: #FFFFFF;
}

.builder-module-content .builder-module-element {

}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .hentry {
	padding: 2em;
	background: #FFFFFF;
	margin-bottom: 5em;
}
.builder-module-content .hentry: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;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
h4.entry-title {
    margin-bottom: 1em;
}
.hentry .entry-meta-wrapper {
	color: #999999;
	font-size: .8em;

}
.hentry .entry-meta-wrapper a:hover {

}
.hentry .entry-meta {
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}

.hentry .entry-meta .categories a {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #ECECEC;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: .8em;
	color: #333;
}

.hentry .entry-meta .categories a:hover, .hentry .entry-meta .categories a:focus {
	background: #297FB9;
	color: #FFF;
}


.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding-top: 1.5em;
}
.hentry .entry-footer .entry-pages,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
}
.post-edit-link {
	display: inline-block;
	background: #EBEBEB;
	padding: .25em 1em;
	border-radius: 3px;
	color: #585858;
	font-size: .9em;
	letter-spacing: 1px;
	margin-top: 1em;
}
.entry-content {
	clear: both;
}
.loop-header {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding: 2.5em;
	margin-bottom: 3em;
}

.tax-it_exchange_category .loop-header {
	border: 1px solid #EBEBEB;
}

.loop-title {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}

.tax-it_exchange_category .loop-title {
	text-transform: none;
}

.category-description, .tag-description {
	font-weight: normal;
	font-size: 1em;
	margin: .5em 0 0 0;
}

.category-description p, .tag-description p {
	margin: 0;
}

.hentry blockquote {
  background: #F5F5F5;
  border-left: 10px solid #A9ADB1;
  margin: 1.5em 10px;
  padding: 0.5em 1em;
  quotes: "\201C""\201D""\2018""\2019";
}
.hentry blockquote:before {
  color: #A9ADB1;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
.hentry blockquote cite {
	display: block;
}
.hentry blockquote p:first-child,
.hentry blockquote p:last-child {
  display: inline;
}
.hentry blockquote p:nth-child(2) {
  margin-top: 1.5em;
}
blockquote.wp-block-quote.standard {
    background: none;
}
blockquote.standard:after {
    content: '';
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	bottom: 28px !important;
}
/*********************************************
	Customizations
*********************************************/
.loop-review-excerpt {
    /*background: #E9E7EB;*/
    margin: 1em 0;
    padding: 1em;
    font-size: 1.25em;
    /*border-left: 12px solid #990000;
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.5);
    box-shadow: 1px 1px 1px rgba(000,000,000,0.5);*/
}
.loop-review-excerpt p {
    display: inline;
    margin: 0;
}
.review-single-exc {
	padding-left: 0 !important;
}
span.ldquo {
    padding: 0 6px 6px 0;
    font-size: 28px;
    /* vertical-align: top; */
}
.albumblock {
    max-width: 300px;
}
.albumblock img {
	width: 100%;
}
.albumblock .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.main-news.col-sm-4:nth-child(3n+1){
	clear: left;
}
#builder-module-5caf54cddaad4-background-wrapper {
    background: #990000;
}
#builder-module-5caf56fdc3fb0-background-wrapper,
#builder-module-5fa96515f019a-background-wrapper {
    background: #297FB9;
}
#builder-module-5caf56fdc3fb0 {
    color: #FFFFFF;
}
img.da-edition-home.alignleft {
	max-width: 225px;
}
#builder-module-5caf56fdc3fb0 a.read-more,
.home-new-posts-row h2.home-title,
#builder-module-5caf54cddaad4 a {
    color: #FFFFFF;
}
h3.home-news-title {
    text-align: justify;
}
.home-news-title a {
    color: #333333;
}
#builder-module-58bdff87d9d5c-outer-wrapper,
#builder-module-5caf56fdc3fb0-outer-wrapper,
#builder-module-5caf56fdc3fb3-outer-wrapper,
#builder-module-5caf54cddaad1-outer-wrapper {
    padding-top: 0;
}
.col-sm-6.feat-alb-artwork {
    padding: 0;
}
.col-sm-6.feat-alb-cta {
    padding: 2.5em;
}
h2.feat-alb-header {
    font-size: 2em;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: .5em;
}
.feat-alb-cta h3,
.sale-page-content > h3,{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 2em;
    text-transform: uppercase;
}
.feat-alb-cta p,
.sale-page-content p,
.sale-page-content {
	color: #FFFFFF;
	font-size: 1.125em;
}
p.feat-alb-savings {
    margin-top: -10px;
    margin-bottom: 12px;
}
.feat-alb-cta .btn {
	background: #333333;
	border: 0;
	color: #FFFFFF;
	float: right;
}
.top-social-links {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 1.75;
    padding-right: .5em;
}
.top-social-links a {
    color: #7F7D74;
    padding: 0 .125em;
}
.top-social-links a:hover {
    text-decoration: none;
}
.top-nav-row.row>* {
	width: inherit;
}
.label-banner.col-xs-4,
.label-banner.col-xs-3 {
    padding: 0 1px;
}
h2.home-title {
    color: #333333;
    font-weight: 700;
    font-size: 2em;
    margin: 1em 0;
    border-left: 4px solid #990000;
    padding-left: .25em;
}
.sale-page-content h2.sale-title.home-title {
	border-left: 4px solid #FFFFFF;
	color: #FFFFFF;
    margin-top: 0;
}
.sale-page-content .wp-block-columns,
.sale-page-content ul.wc-block-grid__products,
.sale-page-content .wc-block-grid__product-image,
.sale-page-content .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    margin-bottom: 0;
}
.sale-page-content li.wc-block-grid__product {
    border-bottom: 0 !important;
}
.post-14991 .sales-page-sales-button {
    display: none !important;
}
.home-explore-recs h2.home-title {
    margin-top: 0 !important;
}
.label-banner-row.row {
    margin-bottom: 2em;
	margin-right: -100px !important;
	margin-left: -100px !important;
}
/*.home-latest-row {
	text-align: center;
}*/
.home-album-title,
h3.shop-titles {
    clear: both;
    display: block;
    padding: 1em 0;
}
a.home-album-title,
h3.shop-titles a,
.shop-cat {
    color: #4F4F4F;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 16px;
    clear: both;
}
.home-album-title {
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-cat {
	margin-top: -16px;
    padding-bottom: 16px;
    font-size: 22px;
}
a.home-album-btn.btn {
    float: right;
}
.home-title .fa-caret-right {
    color: #990000;
}
.home-latest-row .col-sm-3.col-xs-6:nth-child(5n+1) {
    clear: left;
}
a.more-albums-btn.btn {
    clear: both;
    margin: 1em 0;
}
.home-latest-row .col-sm-3.col-xs-6,
.home-album-title,
.home-album-btn {
    position: relative;
}
.feat-release {
    position: absolute;
    top: -18px;
    right: -9px;
    color: #FFFFFF;
    background: #990000;
    padding: 48px 16px;
    border-radius: 50%;
    font-size: 12px;
	font-weight: 700;
    text-transform: uppercase;
}
.track-listing h3,
.album-reviews h3 {
    font-size: 2em;
    display: inline-block;
    padding-right: .5em;
}
.dropdownbtn {
    margin-bottom: 0;
    font-size: 1.75em;
    line-height: 1.5;
    vertical-align: top;
    margin-top: 6px;
    cursor: pointer;
}
.distributor.col-sm-6:nth-child(odd) {
    clear: left;
}
.distributor.col-sm-6 {
    margin-bottom: 2em;
}
/****Artist and Composer Pages and Instrumentation ***/
.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.artist-instrument {
    text-transform: lowercase;
}
.label-table-title-col {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
}
.distribution-row .label-table-title-row.row {
    border-bottom: 1px solid #333333;
}
.distribution-row .label-table.row {
	border-bottom: 1px solid #333333;
}
.distribution-row .label-table.row:nth-child(even){
	background: #ECECEC;
}
.label-table-title-col .text-center.col-sm-8,
.label-table-title-col .text-center.col-sm-9 {
    padding: 0 !important;
}
.artist-image.alignright {
    max-width: 30%;
}
/* Upcoming Album Page */

.upcoming-album .release-month {
	display: none;
}
h4.upalbumtitle {
    padding-top: 1em;
}
.upartist img {
    max-height: 250px;
}
.monthalbum1 .release-month {
    display: block !important;
    background: #990000;
    color: #FFFFFF;
    padding-left: 1em;
    font-size: 1.5em;
}
.upartist.col-sm-3 {
    padding-right: 0;
}
.upalbumart img.alignleft {
    margin-top: 1em;
}
.upcoming-album .track-player {
    display: inline-block;
    float: left;
    margin-right: 1em;
}
i.upbanner {
	display: inline-block;
	margin-right: .5em;
}
i.upbanner:before {
	content: '';
	position: relative;
	width: 112px;
	background-size: 112px;
	height: 28px;
	display: inline-block;
	background-repeat: no-repeat;
}
i.upbanner.updivine:before {
	background-image: url(images/banners/divineart-banner.jpg);
}
i.upbanner.upmetier:before {
	background-image: url(images/banners/metier-banner.jpg);
}
i.upbanner.upathene:before {
	background-image: url(images/banners/athene-banner.jpg);
}
i.upbanner.updiversions:before {
	background-image: url(images/banners/diversions-banner.jpg);
}
i.upbanner.uphistoric:before {
	background-image: url(images/banners/historicsound-banner.jpg);
}
i.upbanner.upheritage:before {
	background-image: url(images/banners/heritage-banner.jpg);
}
i.upbanner.uppilgrim:before {
	background-image: url(images/banners/pilgrimsstar-banner.jpg);
}
i.upbanner.updansing:before {
	background-image: url(images/banners/dansing-banner.jpg);
}
i.upbanner.uprp:before {
	background-image: url(images/banners/rp-banner.jpg);
}
i.upbanner.upjazz:before {
	background-image: url(images/banners/metjazz.jpg);
}
i.upbanner.upekkozone:before {
	background-image: url(images/banners/ekkozone1.jpg);
}
span.upcatno {
	vertical-align: top;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
}
.upartist.alignright {
    width: 20%;
}
.upcoming-album {
    clear: both;
    margin-top: 1.25em;
}
.monthalbum1 {
	margin-top: 0 !important;
	border-top: 0 !important;
}
.upcoming-album:nth-child(even) {
	background: #ECECEC;
}
h3.uptitle {
	display: block !important;
    background: #990000;
    color: #FFFFFF;
    padding-left: 1em;
    padding-bottom: .25em;
    margin: 0 -30px;
    font-family: 'Didact Gothic', sans-serif;
}
.more-to-come-row .upcoming-album:first-child {
    margin-top: 0;
}
#gform_1 li {
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.index-footer-credit {
    margin-top: 2em;
}
.full-width .wc-block-grid__product-image img {
    width: 100%;
}
.full-width .wp-block-image img {
    width: 100%;
}
.full-width .wc-block-grid__product {
    padding-right: 0 !important;
}
.wp-block-image img {
    margin-bottom: 0 !important;
}
/*********************************************
	Divine Art Edition
*********************************************/
.composer-filter.open {
	position: relative;
}
.filter-blocks button {
	margin-bottom: 0 !important;
}
ul.dropdown-menu {
	min-width: 194px;
	margin-left: 15px;
}
.filter-blocks.clearfix.row {
	margin: 2rem -15px;
}
/*********************************************
	WooCommerce
*********************************************/
.cat-filter {
    display: block;
    float: left;
}
.filter-title {
    font-size: 1.5em;
    line-height: 1.5;
    vertical-align: top;
    margin-right: .5em;
    font-family: 'Playfair Display', serif;
}
.cat-filter .btn {
    padding: .75em 1em;
    font-size: 16px;
}
p.first-payment-date {
    display: none;
}
.catalog.col-sm-3:nth-child(4n-3) {
	margin-right: 0;
	clear: both;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers {
	text-align: center;
}
.page-numbers li a,
.page-numbers li span {
	position: relative;
	padding: 6px 10px;
	font-size: 16px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	text-align: center;
}
.page-numbers: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: #333333;
}
.page-numbers:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.thumbnails.columns-3 {
    display: none;
}
table.variations {
    display: block;
    border: none;
}
.variations td.label {
    display: block;
    border: none;
    color: #000000;
    font-size: 1.25em;
    padding-left: 0;
    text-align: left;
}
.variations td.value {
    display: block;
    border: none;
    padding-left: 0;
    min-width: 300px;
}
p.price {
    font-size: 1.5em;
    margin: .75em 0;
}
.type-product .summary .images img {
    width: 100%;
}
.catalog img {
    width: 100%;
}
.wl-add-but.btn {
    display: block;
    background: #990000 !important;
    border: none;
    text-shadow: none;
}
.summary {
    display: inline-block;
    float: right;
    clear: right;
    width: 300px;
    padding-top: 1em;
    margin-left: 2em;
}
.long-description {
    padding-right: 5%;
    margin: 2em 0;
}
.woocommerce-variation-description {
	display: none;
}
.label-ordering.top-page-ordering {
    float: none;
    display: block;
    line-height: 2.5;
    vertical-align: bottom;
    clear: both;
}
.format-description {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 1.5em;
}
.term-description {
    clear: both;
}
.label-dropdown {
    display: inline-block;
    float: left;
    padding-top: 14px;
}
.label-dropdown a.btn {
    background: #990000;
    margin-bottom: 0;
    padding: 4px 1em;
    line-height: 1.5;
    vertical-align: top;
    margin-left: .5em;
}
.label-descript {
    clear: both;
}
.woocommerce-ordering {
	display: block;
	float: left;
	margin: 1em 0;
}
.label-ordering .woocommerce-pagination {
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 1em;
}
.label-actions {
    float: right;
    display: block;
}
.top-page-ordering {
	display: block;
	float: right;
	line-height: 2.5;
    vertical-align: bottom;
}
h3.shop-titles {
    text-align: center !important;
    font-size: 1.25em;
    font-weight: 300;
    padding-top: 1em;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: calc(1em * 1.2 * 3);
}
button.single_add_to_cart_button.button.alt.btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: .375em;
    margin-bottom: 0 !important;
}
.summary .quantity input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
input[type=checkbox], 
input[type=radio] {
    margin-right: .5em;
}
img.attachment-shop_thumbnail.size-shop_thumbnail {
    width: 90px;
}
.related.products {
    clear: both;
}
.track-listing ol strong {
    display: block;
}
.track-listing li strong {
    margin-left: 0 !important;
}
.track-listing ol p {
    margin-bottom: .5em;
    margin-top: .5em;
}
/****** Cart Things *********/
.woocommerce-message {
    background: #990000;
    clear: both;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 1em;
    color: #FFFFFF;
}
.woocommerce-message a.button.wc-forward.btn {
    margin-bottom: 0;
    margin-right: 1em;
    background: #FFFFFF;
    color: #297FB9;
}
.shop_table .coupon {
    text-align: left;
    margin-top: 1em;
    float: right;
    clear: both;
}
.coupon label,
#coupon_code,
.coupon .btn {
	display: inline-block;
	float: left;
}
#coupon_code {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: .25em 0 0 0;
    width: 100% !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
    background: #FFFFFF;
}
input#coupon_code  {
	max-width: 100% !important;
}
.shop_table .coupon .button {
    margin-top: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 1em;
}
.cart-update {
    display: block;
    float: right;
    clear: both;
}
.cart-update.btn,
.checkout-button.button.alt.wc-forward.btn {
    display: block;
    opacity: 1;
    background: #171A21;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.remove-text {
    display: block;
}
.payment-icons img {
    margin-top: 0;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
}
#payment {
    margin-top: 2em;
    margin-left: 0 !important;
}
ul.wc_payment_methods.payment_methods.methods {
    margin-left: 0;
}
.cart-collaterals,
.form-row.place-order {
    clear: both;
    margin-bottom: 1em;
}
table.variations {
    display: block;
    border: none;
}
.variations td.label {
    display: block;
    border: none;
    color: #000000;
    font-size: 1.25em;
    padding-left: 0;
    text-align: left;
}
.variations td.value {
    display: block;
    border: none;
    padding-left: 0;
    min-width: 300px;
    text-align: left !important;
}
.cart_item .product-quantity input.input-text.qty.text.form-control {
    /* width: 25%; */
    text-align: center;
    display: block;
    margin: 0 auto;
}
.cart_totals td {
    padding-left: 1em !important;
}
ul#shipping_method {
    list-style: none;
}
tr.order-total td {
    padding: 1em;
}
tr.cart_item td {
    text-align: center;
}
.cart_totals th {
    text-align: center;
    vertical-align: middle;
}
.cart_totals td {
    padding: 1em;
}
.shop_table th {
    text-align: center;
}
.select2-container .select2-choice {
	border: none !important;
}
span.payment-icons {
    display: block;
}
.variations select#pa_format {
    width: 100%;
}
table.shop_table.customer_details td {
    text-align: center;
}
.review-quote {
    margin-bottom: 2em;
}
.review-quote blockquote p {
    display: inline;
}
.review-quote blockquote {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0 !important;
}
span.review-outlet {
    font-style: italic;
    font-weight: 400;
}
.review-read-more {
    margin-left: 2em;
}
.wc_payment_method.payment_method_paypal img {
    max-height: 32px;
    margin-bottom: 0;
    vertical-align: bottom;
    padding-left: 4px;
    padding-right: 8px;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	min-height: 0 !important;
	background: none;
	border: none;
}
span.wc-block-components-button__text {
	margin-bottom: 0;
	width: 100%;
}
.track-player .mejs-container,
.has-sample-tracks .mejs-container {
	clear: none;
}
.track-player .mejs-play:before,
.has-sample-tracks .mejs-play:before,
.has-sample-tracks .mejs-replay:before {
	content: '\f144';
    font-family: 'fontAwesome';
    font-size: 1.5em;
    vertical-align: middle;
    margin: 0 .25em 0 0;
    cursor: pointer;
    line-height: 1.5;
}
.track-player .mejs-pause:before,
.has-sample-tracks .mejs-pause:before {
	content:'\f28b';
	font-family: 'fontAwesome';
    font-size: 1.5em;
    vertical-align: middle;
    margin: 0 .25em 0 0;
    cursor: pointer;
    line-height: 1.5;
}
/*.has-sample-tracks .mejs-play:before,
.has-sample-tracks .mejs-pause:before {	
	font-size: 1.5em;
}*/
.track-player audio,
.has-sample-tracks audio {
    display: block;
    float: left;
}
.track-player span.mejs-offscreen,
.has-sample-tracks span.mejs-offscreen {
    display: none;
}
.track-player .mejs-container,
.has-sample-tracks .mejs-container {
	display: inline-block;
	float: left;
	clear: left;
	width: 1em !important;
	margin-top: 3px;
}
.track-player .mejs-button button,
.track-player .mejs-controls .mejs-play button,
.track-player .mejs-controls .mejs-pause button,
.track-player .mejs-time.mejs-currenttime-container,
.track-player .mejs-time.mejs-duration-container,
.track-player .mejs-button.mejs-volume-button.mejs-mute,
.track-player a.mejs-horizontal-volume-slider.mejs-mute,
.has-sample-tracks .mejs-button button,
.has-sample-tracks .mejs-controls .mejs-play button,
.has-sample-tracks .mejs-controls .mejs-pause button,
.has-sample-tracks .mejs-time.mejs-currenttime-container,
.has-sample-tracks .mejs-time.mejs-duration-container,
.has-sample-tracks .mejs-button.mejs-volume-button.mejs-mute,
.has-sample-tracks a.mejs-horizontal-volume-slider.mejs-mute {
	display: none !important;
}
.track-player .mejs-container,
.track-player .mejs-container .mejs-controls,
.track-player .mejs-embed,
.track-player .mejs-embed body,
.has-sample-tracks .mejs-container,
.has-sample-tracks .mejs-container .mejs-controls,
.has-sample-tracks .mejs-embed,
.has-sample-tracks .mejs-embed body {
	background: none !important;
	height: 1em !important;
}
.has-sample-tracks .mejs-button {
    margin-left: -1em !important;
/*    margin-top: 5px !important;*/
}
.has-sample-tracks li#audio {
    margin-left: 3em !important;
}
.track-title {

    margin-left: 2em;
    line-height: 1.75;
}
.wl-list-pop.woocommerce {
    background: #297FB9;
    border: none;
    width: 100%;
    max-width: 300px;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.digibklt {
    margin-top: 1em;
}
.mejs-button {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}
/* Block Styles */
.wp-block-woocommerce-products .products.row.columns-2 .catalog {
	width: 50%;
}
/*********************************************
	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 .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: .35em 1.5em .35em 0;
}
.hentry .aligncenter {
	margin: 1em auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.wp-caption-text {
	font-size: .9em;
	margin: 0;
}

/*********************************************
	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 {
	margin-top: 2.75em;
	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;
}

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

.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}

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

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

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

.single .builder-module-content .hentry {
	margin-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: 3em;
}

#comments h3, #respond h3 {
	font-size: 1.75em;
}

.commentlist, .comment-form {
	margin-top: 1.5em;
	background: #FFF;
	border: 1px solid #EBEBEB;
	padding: 1.5em;
}

.commentlist {
	margin-left: 0;
}

.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	padding: 0 0 0 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}

.commentlist li.comment.depth-1,
.commentlist li.trackback.depth-1,
.commentlist li.pingback.depth-1 {
	border-bottom: 1px solid #EBEBEB;
	padding: 0;
}

.commentlist li.comment.depth-1:last-child,
.commentlist li.trackback.depth-1:last-child,
.commentlist li.pingback.depth-1:last-child {
	border-bottom: none;
}

.commentlist .comment-body {
	border-bottom: 5px solid #6d7985;
	padding-bottom: 3em;
}

.commentlist .comment-meta {
	margin-bottom: 2em;
	overflow: hidden;
}

.commentlist .comment-meta .comment-metadata {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

.commentlist .comment-meta a {
	text-decoration: none;
	color: #999;
}

.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: .25em;
}
.commentlist .fn a {
	text-decoration: none;
}
.comment-edit-link {
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1em;
	text-decoration: none;
	padding: 0 .5em;
}
.comment-edit-link:hover {

}
.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;
}

.comment-form-comment {
	margin-top: 1em;
}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}

/* Response Form */
#respond {
	margin-top: 3em;
	padding: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}

.comment-body .reply {
	margin-top: 1.5em;
}
.comment-reply-link {
	font-weight: bold;
}
.comment-reply-title small {
	display: block;
}
#cancel-comment-reply-link {
	display: inline-block;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
}
#cancel-comment-reply-link:hover {
	background: #3B3F42;
}
.logged-in-as {
	margin: 0.25em 0;
}
.form-allowed-tags {
	display: none;
	margin-top: 0;
	margin-bottom: 2.5em;
}
.form-allowed-tags code {
	display: block;
	margin-top: .5em;
	font-size: .85em;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	padding: 0 2em;
	font-size: 1.5em;
	line-height: 1.4;
}

/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
blockquote cite {
	display: inline-block;
	margin-top: 1em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {

}
pre {
	margin-bottom: 1.5em;
	color: #EBEBEB;
	font-weight: bold;
	white-space: pre;
	overflow: auto;
	background: #353F49;
	padding: 1em;
	display: block;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	color: #222222;
	background: #FFF198;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.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: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}

/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	color: #333333;
	background: #EBEBEB;
	font-weight: bold;
}
th.cfw-cart-item-description {
	background: none;
}
th, td, caption {
	padding: .5em;
	text-align: left;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}

/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
/*.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}*/
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}

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

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: .75em;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-color: #AAAAAA;
	-webkit-appearance: none;
	width: 100%;
	max-width: 100%;
}
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 {
	border-color: #888888;
}
input[type="submit"] {
	max-width: 400px;
}
select {
	font-size: 1em;
	max-width: 99%;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}
input#gform_submit_button_2 {
	max-width: 100%;
}

/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: .5em;
}
.post-password-form input {
	max-width: 350px;
	display: block;
}

/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

.extension-error-message {
	text-align: center;
	color: #FFF;
	background: red;
	padding: 4em 2em;
}

.extension-error-message h2 {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	background: #FFF;
	color: red;
	text-transform: uppercase;
}

.extension-error-message p {
	font-size: 1.25em;
}

/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.builder-module-sidebar .widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-sidebar .widget_rss li 	a.rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.builder-module-sidebar .widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.builder-module-sidebar .widget_rss .rssSummary {
	margin: 1.5em 0 .5em 0;
}
.builder-module-sidebar .widget_rss li cite {
	font-style: italic;
}

/* Tag Cloud Widget */
.builder-module-sidebar .widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	background: #F5F5F5;
	border-radius: 3px;
	margin: .1em;
	padding: .1em .5em;
	text-decoration: none;
}
.builder-module-sidebar .widget_tag_cloud a:hover {

}
/* Calendar Widget */
.builder-module-sidebar #wp-calendar {

}
.builder-module-sidebar #wp-calendar th,
.builder-module-sidebar #wp-calendar td,
.builder-module-sidebar #wp-calendar caption {
	text-align: center;
}

/*********************************************
	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
*********************************************/

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

.sub-menu-expand {
	display: none;
}

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

.it-featured-image {
	line-height: 0;
}

.page .it-featured-image, .blog .it-featured-image, .single-post .it-featured-image {
	border-bottom: 5px solid #297FB9;
	text-align: center;
}

.it-featured-image a {
	margin-top: 1em;
	display: block;
}
.it-featured-image img {
	margin: 0;
}

/*********************************************
	Misc.
*********************************************/

::selection {
	color: #FFFFFF;
	background: #575757; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #575757 /* Firefox */
}
/* GFORM Placeholder Text Color */
.white-form .medium::-webkit-input-placeholder {
   color: #333333 !important;
}
.white-form .medium:-moz-placeholder { /* Firefox 18- */
   color: #333333 !important;
}
.white-form .medium::-moz-placeholder {  /* Firefox 19+ */
   color: #333333 !important;
}
.white-form .medium:-ms-input-placeholder {
   color: #333333 !important;
}
/* Input Placeholder Text Color */
::-webkit-input-placeholder {
   color: #FFFFFF;
}
:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;
}
:-ms-input-placeholder {
   color: #FFFFFF;
}
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
}
input:focus:-ms-input-placeholder {
   color: transparent;
}


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

/* Image Post Format */
.format-image {
	box-shadow: 1px 1px 2px 2px #EBEBEB;
}
.format-image .entry-title {
	margin-bottom: .5em;
	text-align: center;
}
.format-image .it-featured-image img {
	margin: 0;
}
.format-image .entry-meta.date {
	float: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 1em;
}
.format-image .entry-content {
	text-align: center;
}
.format-image .entry-footer {
	border: 0;
}
.format-image .post-edit-link {
	margin-left: 1em;
	margin-bottom: 1em;
	display: inline-block;
}

.format-image .wp-caption-text {
	text-align: center;
	margin: 1em 0 0 0;
}

/* Status Format */
.builder-module-content .format-status {
	padding: 3em;
	border: 5px solid #297FB9;

}
.format-status a {
	color: #9AA1A6;
}
.format-status .entry-content {
	font-size: 1.25em;
}
.format-status .entry-footer {
	border: 0;
}
.format-status .entry-meta {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	color: #999;
	font-weight: bold;
}
.format-status .entry-meta a {
	color: #297FB9;
	font-weight: bold;
}

/* Quote Format */
.format-quote {
	padding: 3em;
	border: 5px solid #87b94b;
}
.format-quote a {
}
.format-quote .entry-content {
	font-size: 1.35em;
	position: relative;
}
.hentry.format-quote .post-infin-link {
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-decoration: none;
	color: #A9ADB1;
	font-size: 1.5em;
}

.hentry.format-quote .post-infin-link:hover, .hentry.format-quote .post-infin-link:focus {
	color: #297FB9;
}
.format-quote .entry-footer {
	border: 0;
	padding: 0;
	margin: 0;
}
.format-quote .post-edit-link {
	margin-top: 1em;
	display: inline-block;
}
/*** Insta home */
#builder-module-65158c6e230ec-background-wrapper,
#builder-module-65158cabaacf0-background-wrapper {
background: #F5F5F5;
}
.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 240px !important;
object-fit: cover;
object-position: center;
}