/**
Theme Name: Meta Sync Technologies
Author: Meta Sync Technologies
Author URI: https://metasynctechnologies.com/
Description: Child theme for Astra
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: garden-state-highway-products
Template: astra
*/
.progress-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.progress-bar {
  flex: 1;
  background-color: #d3e3f0;
  border-radius: 10px;
  overflow: hidden;
  height: 12px;
}

.progress-fill {
  height: 100%;
  background-color: #5a8fb1;
  border-radius: 10px 0 0 10px;
  width: 0;
  transition: width 0.4s ease-in-out;
}

.progress-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.donation_slider .slick-arrow {
    position: absolute;
    left: -45px;
    z-index: 9;
    top: 40%;
    cursor: pointer;
    width: 45px;
}
.donation_slider span.slick-next.pull-right.slick-arrow {
    left: unset;
    right: -45px;
}
.donation_slider_box {
    margin: 0 30px;
}
.dontaion_slider_img img {
    border-radius: 20px;
}
.donation_slide_footer {
    margin-top: 25px;
}
.donation_slide_heading h2 {
    color: #000;
    font-family: Marcellus;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
}
.donation_slide_content p {
    color: #000;
    font-family: Marcellus;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.donation_funds {
    display: flex;
    justify-content: space-between;
	color: #000;
	font-family: Marcellus;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.donation_slide_content {
    margin-bottom: 25px;
}

.page_content_wrap{position: relative;padding: 0;}
.post_header_wrap_style_style-1{margin-top: 0;
    position: relative;
	text-align: center;
}
.post_featured{background-position: center;
    height: 36rem;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
}
.post_header_single{display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 0;
}
.content_wrap{position: relative;width: 100%;}	
.single-bible-study .post_title ,.single-sermons .post_title{color: #fff !important;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 3.353em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.053em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -1.1px;
    margin-top: 1.23em;
    margin-bottom: 0.3em;
}
.custom_space_between {
    margin: 20px 0;
}
.trx_addons_audio_wrap,.trx_addons_audio_list{position: relative;}
.trx_addons_audio_player{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.trx_addons_audio_player_image{
	width: 27.5%;
    max-height: 100%;
    background-position: center center;
    background-size: cover;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-align-self: stretch;
}
.trx_addons_audio_player_wrap{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0.3em 3em;
    background: #fff !important;
}
.audio_info{
	position: relative;
    z-index: 2;
    overflow: hidden;
}
.audio_caption{
	font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
    margin: 0;
    color: #1D1D1C;
}

.trx_addons_audio_player .audio_info + .audio_embed  {
    margin-top: 1em;
}
.trx_addons_audio_player .audio_frame {
    width: 100%;
    position: relative;
    z-index: 2;
}
.audio_caption a{text-decoration: underline !important;}

body.archive .ast-archive-description {max-width: unset;}
.post-type-archive-bible-study main,.post-type-archive-sermons main{padding:15px;}



.sermon-container {
    background: white;
    padding: 20px 40px;
    width: 700px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.sermon-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

/* Base Container Overrides */
.mejs__container.mejs__audio {
    background: transparent !important;
    height: 50px !important;
    width: 100% !important;
}

.mejs__inner {
    background: transparent !important;
}

.mejs__controls {
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

/* Play/Pause Button */
.mejs__playpause-button {
    margin-right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mejs__playpause-button button {
    background: transparent !important;
    border: 2px solid #333 !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Play triangle icon */
.mejs__play button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #333;
}

/* Pause icon */
.mejs__pause button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 10px;
    border-left: 3px solid #333;
    border-right: 3px solid #333;
}

/* Time labels */
.mejs__time {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 5px !important;
    height: auto !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
}

/* Progress Rail */
.mejs__time-rail {
    flex-grow: 1 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    min-width: 100px !important;
    display: flex !important;
    align-items: center !important; /* Center the rail content */
    height: 100% !important;
}

.mejs__time-total {
    background: #e0e0e0 !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    position: relative !important; /* Switch from absolute to relative to respect flex */
    top: 0 !important;
    width: 100% !important;
}

.mejs__time-current, .mejs__time-loaded, .mejs__time-hovered, .mejs__time-buffering {
    height: 2px !important;
    top: 0 !important;
    border-radius: 2px !important;
}

.mejs__time-current {
    background: #333 !important;
}

.mejs__time-handle {
    display: none !important; 
}

/* Volume Control */
.mejs__volume-button {
    width: 30px !important;
    display: flex !important;
    align-items: center !important;
}

/* Volume icon styling */
.mejs__volume-button button {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"/></svg>') no-repeat center !important;
    background-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

/* Hide the horizontal volume slider track and style it like the screenshot */
.mejs__horizontal-volume-slider {
    width: 60px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 5px !important;
}

.mejs__horizontal-volume-total {
    background: #333 !important; 
    height: 2px !important;
    width: 60px !important;
    position: relative !important;
    top: 0 !important;
    margin: 0 !important;
}

.mejs__horizontal-volume-current {
    background: #333 !important;
    height: 2px !important;
    top: 0 !important;
}

.mejs__horizontal-volume-handle {
    display: none !important;
}

.mejs__horizontal-volume-handle {
    display: none !important;
}

/* Button titles/offscreen text hide */
.mejs__offscreen {
    display: none !important;
}
.audio_description{
	margin-top: 20px;
}
.banner_description{color:#d7a95b;}
.archive_page{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
