  /**
Theme Name: Rhythms Of The South
Author: Annunciation Interactive
Author URI: http://wpastra.com/about/
Description: A custom child theme for Rhythms Of The South by Annunciation Interactive.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rhythms-of-the-south
Template: astra
*/

:root :where(.is-layout-flow) > * {
  margin-block-start: 0px;
  margin-block-end: 0;
}

button::-moz-focus-inner {
  border: 0 !important; 
}

.margin-none {
  margin: 0 !important;
}


.max-width-300 {
  max-width: 300px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-700 {
  max-width: 700px !important;
}

.max-width-900 {
  max-width: 900px !important;
}

.max-width-1200 {
  max-width: 1200px !important;
  margin: 0 auto;
}

#comments {
  display: none;
}

.header-widget-area .wp-block-image a:hover img,
.footer-widget-area .wp-block-image a:hover img {
  opacity: .7;
}

p.has-large-font-size {
  font-size: 1.2em !important;
  line-height: 1.4em;
  /* font-family: 'Roc-Grotesk-Wide',roc-grotesk-wide,sans-serif;
  line-height: 1.3em;
  font-weight: 500; */
}

p.has-x-large-font-size {
  font-size: 2em !important;
  line-height: 1.3em;
  margin-bottom: .5em;
  font-family: 'Roc-Grotesk-Wide',roc-grotesk-wide,sans-serif;
}

.roc-grotesk {
  font-family: 'Roc-Grotesk-Wide',roc-grotesk-wide,sans-serif;
  line-height: 1.3em;
}

.roc-grotesk.has-large-font-size {
  font-size: 1.58em !important;
  margin-bottom: .5em;
}

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
  border-color: #263b51 !important;
}

ol li:not(.menu-item), ul li:not(.menu-item) {
	line-height: 1.5em;
	margin-bottom: 1em;
}

.header-widget-area[data-section="sidebar-widgets-header-widget-1"] .widget_block,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget_block {
	display: inline-block;
	padding: 0 10px;
}

body.ast-theme-transparent-header #masthead {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(155,115,44,0) 0%, rgba(0,0,0,1) 100%);
}

h1, .entry-content h1 {
  margin-bottom: .2em;
}

h2, .entry-content h2 {
  margin-bottom: 10px;
}

/* Sub-navigation wrapper */

.wp-block-cover #sub-navigation-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0,0,0,.8); */
}

.wp-block-cover h1,
.wp-block-cover h2 {
  margin-bottom: .1em;
}

.text-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

#sub-navigation-wrapper {
  height: auto;
  padding: 18px 20px 20px 20px;
  line-height: 1em;
  text-transform: uppercase;
  background: #355256;
  text-align: center;
  font-family: 'Acumin-Pro-Condensed',acumin-pro-condensed,sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
}

#sub-navigation-wrapper select {
  line-height: 1.3em;
  text-transform: uppercase;
}

#sub-navigation-wrapper h3 {
  color: #FFF;
  display: inline-block;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 600;
  vertical-align: bottom;
  font-weight: 600;
  margin-bottom: 0;
}

#sub-navigation-wrapper nav.anchor-links {
  vertical-align: bottom;
  display: none;
}

#sub-navigation-wrapper ul {
  list-style: none; 
  padding: 0;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0 !important;
}


#sub-navigation-wrapper ul li {
  float: left;
  padding-right: .4em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.1em;
  font-size: 1em;
}

#sub-navigation-wrapper ul li:after {
  content: ' | ';
  font-weight: 300;
  padding-left: 10px;
  display: inline-block;
  height: 23px;
  font-size: .8em;
  text-align: initial;
  overflow: hidden;
  color: #bb492f;
}

#sub-navigation-wrapper ul li:last-child:after {
  content: '';
}

#sub-navigation-wrapper ul li a,
#sub-navigation-wrapper ul li a:link,
#sub-navigation-wrapper ul li a:active,
#sub-navigation-wrapper ul li a:visited,
#sub-navigation-wrapper ul li a:hover,
#sub-navigation-wrapper ul li a:focus {
  font-size: 1em;
  font-weight: 400;
  color: rgba(242,245,247,0.76);
  text-decoration: none;
}
#sub-navigation-wrapper ul li a:hover,
#sub-navigation-wrapper ul li a:focus {
  color: var(--ast-global-color-1);
}

/* select2 */
.ts-control .item,
.ts-dropdown .option {
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Acumin-Pro-Condensed',acumin-pro-condensed,sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  text-align: left;
  background-color: #355256;
  color: #b5ccbdf2;
  
}

.ts-control, 
.ts-wrapper.single.input-active .ts-control {
  background-color: #355256 !important;
  color: #b5ccbdf2 !important;
}

.ts-control {
  background-color: #355256;
  color: #b5ccbdf2;
  border-color: #b5ccbd !important;
}


#sub-navigation-ts-control {
  display: none !important;
}

@media only screen and (min-width: 600px) {
	
	#sub-navigation-wrapper select {
		display: none;
	}
	#sub-navigation-wrapper nav.anchor-links {
		display: inline-block;
	}
	
}

.parallax {
  margin-bottom: -1px;
}

.fact-block-wrapper {
  background-color: #b5ccbdf2;
  color: #355256;
  position: relative;
}

.facts {
  list-style-type: none;
  text-align: center;
  padding: 2em !important;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Acumin-Pro-Condensed',acumin-pro-condensed,sans-serif;
  font-weight: 700;
}

.facts .fact {
  font-size: 1.8em;
  margin-bottom: 0;
  max-width: 1200px;
}

.facts .fact p {
  margin-bottom: 0;
}

.facts strong {
  color: #bb492f;
}

.facts .placeholder {
  display: none;
}

.facts .fact-small {
  font-size: 1.8em;
  line-height: 1.2em;
}

.facts .fact-large {
  font-size: 2.8em;
  line-height: 1.2em;
}

.fade-in {
  opacity: 0;
}

#colophon {
  position: relative;
}

/* Animations */

.char {
  opacity: 0;
}

.line {
  opacity: 0;
}

.animate-chars,
.animate-lines {
  opacity: 0;
  line-height: 1.3em;
}

/* Gutenslider */
#page .swiper-wrapper {
  height: 100%;
}

.arrows-lg-none .eedee-gutenslider-prev,
.arrows-lg-none .eedee-gutenslider-next {
  display: none;
}

/* Page Background */

#page-backgrounds {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.page-background-image {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#page-backgrounds .page-background-overlay {
  width: 100vw; 
  height: 100vh;
  position: fixed;
  z-index: 2;
}

aside[data-section="sidebar-widgets-footer-widget-2"] {
  margin-bottom: 0;
}

#astra-footer-menu {
  font-family: 'Acumin-Pro-Condensed',acumin-pro-condensed,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-weight: 600;
}

/* Rotator Images */

.rotator_images {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 100% !important; 
  height: 422px;
}
.rotator_images li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; 
}
.rotator_images li.first-image {
  opacity: 1; 
}

@media only screen and (max-width: 921px) {
  #page .wp-block-group {
    
  }
  .facts .fact-small {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  
  .facts .fact-large {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .has-small-font-size {
    padding: 0 1em;
  }
}

.mobile-reverse-column .wp-block-buttons.is-content-justification-right {
  justify-content: normal;
}

.mobile-reverse-column .has-text-align-right {
  text-align: left;
}

/* Video block bottom pixel */
.wp-block-nk-awb {
  margin-bottom: -2px;
}

@media only screen and (min-width: 922px) and (max-width: 1200px) {
  h1, .entry-content h1 {
    font-size: 2.1rem; 
  }
}

@media only screen and (min-width: 922px) and (max-width: 1140px) {
  .header-widget-area .wp-block-image img {
    max-width: 61px;
  }
  p.has-x-large-font-size {
    font-size: 1.8em !important;
    line-height: 1.3em;
    margin-bottom: .5em;
    font-family: 'Roc-Grotesk-Wide',roc-grotesk-wide,sans-serif;
  }
}

@media only screen and (min-width: 600px) {
  #page #sub-navigation-wrapper .ts-wrapper {
    display: none;
  }
  
}

@media only screen and (max-width: 544px) {
  #page .wp-block-group,
  #page .wp-block-column {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
  }
  
  p.has-large-font-size {
    font-size: 20px !important; 
  }
  .mobile-reverse-column {
     flex-direction: column-reverse;
  }
  p.has-large-font-size {
    font-size: 1.2em !important;
    line-height: 1.4em;
  }
  p.has-x-large-font-size {
    font-size: 1.4em !important;
    line-height: 1.3em;
    margin-bottom: .5em;
    font-family: 'Roc-Grotesk-Wide',roc-grotesk-wide,sans-serif;
  }
  .roc-grotesk.has-large-font-size {
    font-size: 1.28em !important;
  }
  h2, .entry-content h2 {
    font-size: 23px !important;
  }
}

.ast-separate-container .entry-content > .alignfull, 
.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, 
.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide, 
.ast-plain-container .entry-content .alignfull {
  margin-left: auto;
  margin-right: auto;
}
