/*
Theme Name: Latin Quarter
Theme URI: https://www.latinquartermusic.com/
Author: Latin Quarter
Author URI: https://www.latinquartermusic.com/
Description: Latin Quarter
Requires at least: 6.0
Tested up to: 6.3.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: spectra-one
Text Domain: latin-quarter
Tags: blog, full-site-editing, full-width-template, rtl-language-support, theme-options, translation-ready, 
*/

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
}
/*
.wp-block-group .wp-block-group {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
*/
.wp-block-cover__inner-container {
  align-self: end;
}

.wp-block-group, .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
  padding-right: 16px;
  padding-left: 16px;
}
/* Remove padding from any .wp-block-group inside another .wp-block-group */
.wp-block-group .wp-block-group {
    padding-left: 0;
    padding-right: 0;
}
.entry-content > .wp-block-group,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-cover {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-cover__inner-container {
  align-self: end;
}
.bkg-blur .kt-row-layout-overlay {
  filter: blur(5px);
  }
.lq-header-block { background-color: #8b0f05; }
.lq-footer-block { background-color: #000; }
.lq-title-block { background-color: #f7f7f7; }
.copyright, .copyright a {
    color: #fff;
    font-size: 15px;
}


html:lang(de) .nav-shop {
  display: none !important;
}

.wpml-ls-legacy-dropdown {
  width: 5em;
  max-width: 100%;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  font-weight: bold;
}

[data-wpml="language-item"]:first-of-type {
	margin-top: 0 !important;
}

div.wpforms-confirmation-container-full {
  background: #121212;
  color: #fff;
  border: none;
}

/* SoundCloud */
.sc-hd h2,
.sc-hd p {
  text-align: center;
}

.sc-hd p {
  margin: 0 auto;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 8px;
}

.sc-hd h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
}

.sc-hd h2 span {
  color: #8b0f05;
}
.copyright {
    color: #fff !important;
}