/*
Theme Name: 2025 Today In Georgia History
Theme URI: https://www.createaruckus.com/
Author: ruckus
Author URI: https://www.createaruckus.com/
Description: Custom theme for todayingeorgiahistory.org 2025.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: todayingeorgia
*/

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: fontello;
    src: url('fonts/fontello.eot?55640992');
    src: url('fonts/fontello.eot?55640992#iefix') format('embedded-opentype'),url('fonts/fontello.woff2?55640992') format('woff2'),url('fonts/fontello.woff?55640992') format('woff'),url('fonts/fontello.ttf?55640992') format('truetype'),url('fonts/fontello.svg?55640992#fontello') format('svg');
    font-weight: 400;
    font-style: normal
}

html
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
    font-size: 19px;
    /* font-size: calc(18px + 0.390625vw); */
    /* -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; */
}
@media only screen and (max-width: 1581px) {
    html {
/*    font-size: 20px;*/
    }
}
@media only screen and (max-width: 1281px) {
    html {
    font-size: 16px;
    }
}
    

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section
{
	display: block;
}

blockquote,q
{
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content: '';
	content: none
}

blockquote, q
{
	quotes: "" "";
}

a { display:inline-block; color:#000000; }
a:hover { color:#325e71; }

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif", cursive;
    color:#325e71;
}

h1 {
	font-size: 11.16rem;
	font-weight: normal;
	margin: 0px;
}

h2 {
  font-size: 3rem;
  line-height: 3.95rem;
  font-weight: normal;
  margin: 0px;
}

h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0px;
}

h4 {
  font-size: .9rem;
  font-weight: normal;
  margin: 0px;
}

h5 {
  font-size: .8rem;
  font-weight: normal;
  margin: 0px;
}

h6 {
  font-size: .7rem;
  font-weight: normal;
  margin: 0px;
}

.subhead { text-transform:uppercase; letter-spacing:2px; text-align:center; }

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

p { font-size:1rem; line-height:1.58rem; }

ol {
  list-style: decimal;
}

ul {
  list-style: square;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
}

a img
{
	border: 0;
}

:focus
{
	outline: 0;
}

strong {
    font-weight: 700;
}

body {
    background: #FFFEFA;
    color: #000000;
    font-family: "Proxima Nova", Arial, sans-serif;
}

.content-width {
    max-width: 100vw;
}

#container-main {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative:
}

#container-header {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin:2rem 3rem;
}

#container-header-logo {
    position: relative;
    font-size:1.5rem;
    font-family: "PT Serif", cursive;
    color:#000000;
    padding-right: 1rem;

}

#container-header-logo a {
    font-size:1.5rem;
    font-family: "PT Serif", cursive;
    color:#000000;
    text-decoration:none;
}

#header-logo {
    height: auto;
    width: 100%;
    max-width:200px;
}

#container-header-content
{
    margin: 0;
    padding: 0 0 0;
    position: relative;
    display:flex;
}

.menu-items ul, .menu-items-mobile ul {
    display:flex;
    gap:1rem;
}
.menu-items-mobile .hamburger-menu-items ul {
    flex-direction: column;
    margin-top:2rem;
}

.menu-items ul li, .menu-items-mobile ul li {
    list-style-type: none;
    
    text-transform:uppercase;
    font-size:1rem;
}

.menu-items ul li a, .menu-items-mobile ul li a {
    display:inline-block;
    text-decoration:none;
    color:#000000;
    padding-bottom:.5rem;
    padding:10px 10px 1rem 10px;
}
.menu-items-mobile .hamburger-menu-items ul li a {
    display:block;
}
.menu-items ul li, .menu-items-mobile ul li {
    border-bottom:2px solid #FFFEFA;
}
.menu-items ul li a:hover, .menu-items-mobile ul li a:hover {
    color:#325e71;
}
.menu-items ul li:hover, .menu-items-mobile ul li:hover {
    color:#325e71;
    border-bottom:2px solid #325e71;
}
.menu-items ul li.current_page_item {
    color:#325e71;
    border-bottom:2px solid #325e71;
}
.menu-items ul li.current_page_item a {
    color:#325e71;
}
.hamburger-lines {
    display: block;
    height: 24px;
    width: 32px;
    z-index:9999;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
  }
  
  .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .hamburger-lines.open .line1 {
    transform: rotate(45deg);
  }
  
  .hamburger-lines.open .line2 {
    transform: scaleY(0);
  }
  
  .hamburger-lines.open .line3 {
    transform: rotate(-45deg);
  }
  .hamburger-lines { display:none; }
  .menu-items {}
  .hamburger-menu-items { display:none; }

@media only screen and (max-width: 768px) {
    #container-header {
        display:flex;
        align-items: flex-start;
        margin:1rem 1rem;
    }
    .hamburger-lines { display:flex; }
    .hamburger-menu-items { background:#e0e7ea; width:100vw; height:100vh; position:absolute; top:0px; left:0px; z-index:9998; }
    .menu-items { display:none; }
}

/* Search Bar Animation */
#container-header-search {
    background-color: #e0e7ea;
    width:100vw;
    height:100px;
    overflow:hidden;
    display: block;
    position:absolute;
    top:-120px;left:0px;
    height:0px;
}
#container-header-search.active {
    top:0px;
    position:relative;
    height:100px;
}

.search-form {
    display: flex;
    width: 90%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}
.search-form input[type=text] {
  box-sizing: border-box;
  width: 80%;
  height: 50px;
  border: 2px solid #000;
 border-radius: 34px;
  background: none;
  color: #000;
  outline: 0;
  padding:5px 15px;
}
.search-form button { background-color: #000000;
    color:#ffffff;
    height: 50px;
    border-radius: 34px !important;
    padding: 15px 30px !important;
    font-size: 1rem !important;
    line-height: 0rem !important; }

#container-header-search {
  -webkit-transition: top 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: top 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transition-delay:0s, 0s;
  transition-delay:0s, 0s;
}
#search { display:inline-block; padding-left:20px;top: 3px;
    position: relative; }
.menu-search-form { display:flex; }
.menu-search-form input[type=text] { font-family: "Proxima Nova", sans-serif; width:80px; margin-right:10px; font-size:1rem; color:#000000; border:2px solid #FFFEFA; padding:5px 15px; background:#FFFEFA; }
.menu-search-form input::placeholder { color:#000000; }
.menu-search-form input[type=text].search-active { border:2px solid #000000; border-radius:34px; }
@media only screen and (max-width: 768px) {
    #search { display:none; }
    .search-form { height:auto; gap:1em;}
}
/* end - Search Bar Animation */

#container-body {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#container-sidebar {
    background-color: #c99900;
    background-image: url("images/left-rail-bg.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 0;
    position: relative;
    width: 24.8%;
}

.sidebar-item-container {
    float: left;
    margin: 1.25rem 0;
    position: relative;
    width: 100%;
}

.sidebar-item-container.first {
    margin: 0 0 1.25rem 0;
}

.container-divider {
    margin: 0.3125rem 0 0.875rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.divider-image {
    margin: 0 auto;
}

#container-sidebar-calendar {
    margin: 0 auto;
    width: 83%;
}

.pure-tih-container-calendar.shortcode
{
    width: 100%;
}

.pure-tih-container-calendar-controls.shortcode {
    color: #004151;
}

.pure-tih-container-calendar-grid.shortcode {
    background-color: #9D614C;
    border-color: #DEC062;
}

.pure-tih-calendar-cell.shortcode {
    background-color: #622611;
    padding: 3px;
}

.pure-tih-calendar-cell.shortcode.header-cell {
    color: #DEB21E;
    padding-top: 6px;
}

.pure-tih-calendar-cell.shortcode.day-cell.active.current-date {
    background-color: #9E4b30
}

.tigh-container-full-calendar-image {
    background-image: url("images/btn-view-calendar.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 22px;
    margin: 0 auto;
    overflow: hidden;
    width: 115px;
}

.pure-tih-container-calendar
{
    margin: 1rem auto;
}

.pure-tih-container-calendar-grid.full
{
    column-gap: 10px;
    grid-template-columns: repeat(7, 81px);
    grid-template-rows: repeat(6, 81px);
    margin: 0 auto;
    max-width: 632px;
    row-gap: 5px;
}

.pure-tih-calendar-cell.day-cell.full.image
{
    background-repeat: no-repeat;
    background-position: 34.6% 0;
}

.pure-tih-container-calendar-cell-date.full
{
    background-color: rgba(0, 65, 81, 0.8);
    color: #FFFFFF;
}

.pure-tih-calendar-control.full {
    color: #004151;
    font-weight: 400;
}

.pure-tih-calendar-control.full.month {
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 1px 2px;
}

.pure-tih-calendar-control.full.month:hover {
    color: #C99900;
    opacity: 1;
    text-decoration: underline;
}

.pure-tih-calendar-control.full.month.active {
    background-color: rgba(237, 237, 237, 0.8);
    background-image: linear-gradient(#FDFDFD, #D8D8D8);
    border-color: #D8C27A;
    cursor: pointer;
    text-decoration: none;
}

.pure-tih-calendar-control.full.action.previous
{
    background-image: url("images/btn-prev.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 80px 200%;
    height: 22px;
    text-indent: -99999px;
}

.pure-tih-calendar-control.full.action.previous:hover
{
    background-position: 0 -22px;
}

.pure-tih-calendar-control.full.action.next
{
    background-image: url("images/btn-next.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 62px 200%;
    height: 22px;
    text-align: left;
    text-indent: -99999px;
}

.pure-tih-calendar-control.full.action.next:hover
{
    background-position: 100% -22px;
}


#container-content-area {
    /* background-color: #FFFFFF; */
/*    background: url("images/bg-page-swirl.png") no-repeat right top #FFFFFF;*/
    margin: 0;
    overflow: hidden;
    position: relative;
}

#container-content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.container-article {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.container-article.archive
{
    margin: 0.625rem 0;
}

.container-article-title {
    background-image: url("images/gray-divider.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container-article-title.archive {
    background-image: none;
}

h1.article-title {
    float: left;
    margin: 0;
    width: 65%;
}

h1.article-title.archive {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

h1.article-title.archive a {
    color: #004151;
    text-decoration: none;
}

h1.article-title.archive a:hover {
    text-decoration: underline;
}

h1.article-title.single {
    font-size: 1.4375rem;
    font-weight: 700;
}

.container-logos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 80%;
}
.container-logos .logo img {
    width:100%;
    height:auto;
}
.logo.ghs img {
    max-width: 268px;
}
.logo.gpb img {
    max-width: 146px;
}
.logo.ghs-larger img {
    max-width: 465px;
    width:100%;
}
.logo.gpb-larger img {
    max-width: 212px;
    width:100%;
}


.container-article-featured-image
{
    overflow: hidden;
    margin: 5px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.article-featured-image
{
    margin: 0 auto;
    width: 100%;
}

.article-content
{
    padding: 0 0 1rem;
}

.article-content h4 {
    color: #C99900;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0px;    
}

.article-content.page p {
    color: #666666;
    font-family: "Proxima Nova", sans-serif;
    font-size: 0.75rem;
}

.article-content a {
    color: #004151;
    font-family: "PT Serif", cursive;
    font-weight: bold;
    text-decoration: none;
}

.article-content .two-column
{
    float: left;
    width: 50%;
}

.article-content .two-column .column-left
{
    border-right: 1px solid #CCCCCC;
    float: left;
    width: 96%;
}

.article-content .two-column .column-right
{
    float: right;
    width: 96%;
}

ul.traditional, .sp-easy-accordion ul {
    list-style: square;
    margin-left:30px; margin-top:20px;
    line-height: 1.58;
  }
ul.traditional li, .sp-easy-accordion ul li { margin-bottom:.5rem;}
b { font-weight:bold; }
/*
 *
 * Day in History Single
 *
 *
*/
.container-article-date {
    display:flex;
    position:relative;
    z-index:10;
    height: 80vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-article-date h1 {
    font-size:9.07rem;
    line-height:9.07rem;
    font-family:"PT Serif", cursive;
    color:#325e71;
}
@media only screen and (max-width: 768px) {
    .container-article-date h1 {
        font-size:6.07rem;
        line-height:6.07rem;
    }
}

.container-article-date p {
    font-family:"Proxima Nova", Arial, sans-serif;
}

.gdih-s-video {
    margin: 0 0 5px;
    padding: 0 0 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gdih-s-video iframe {
    /* border-radius:20px; */
    display: block;
    margin: 30px auto;
    max-width: 100%;
    width: 50vw;
    height: calc(50vw / 1.75);
}

.page-numbers { display:inline-block; padding:10px; }

@media only screen and (max-width: 768px) {
    .gdih-s-video iframe {
        width: 100vw;
        height: calc(100vw / 1.75);
    }
} 

.container-gdih-s-article-body {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 71.2%;
}

.container-article-title.gdih-s {
    background-image: none;
    width: 100%;
}

.article-title.gdih-s {
    color: #C99900;
}

.container-gdih-s-article-content {
    float: left;
    font-family: "Proxima Nova", sans-serif;
    font-size: 0.875rem;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 77.7%;
}

.ghih-historical-date {
	color: #C99900;
}
.gdih-s-date-location {
	margin-bottom: 20px;
}

.gdih-s-historical-region {
	color: #666666;
}

.container-gdih-s-social {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container-gdih-s-social-item {
    float: left;
    position: relative;
}

.container-gdih-s-region {
    float: right;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 22.3%;
}

.gdih-s-region-image {
    margin: 0 auto;
}

.container-gdih-s-article-sidebar {
    float: right;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 23.9%;
}

.container-gdih-s-sidebar-item {
    background-image: url("images/small-divider.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0.25rem;
    padding: 0 0 1rem 0;
    position: relative;
    width: 100%;
}

.container-gdih-s-sidebar-item:last-child {
    background-image: none;
}

#container-content .gdih-s-sidebar-item-content {
    color: #666666;
    font-family: "Proxima Nova", sans-serif;
}

#container-content .gdih-s-sidebar-item-content a {
    color: #004151;
    font-family: "Proxima Nova", sans-serif;
    text-decoration: none;
}

.gdih-s-sidebar-item-content a:hover {
    text-decoration: underline;
}

.gdih-s-sidebar-item-title {
    color: #C99900;
    font-weight: 700;
    margin-bottom: 2px;
}

.gdih-s-related-topics-item {
    display: inline-block;
}

/*
 *
 * Archive
 *
 *
*/
.container-archive-article
{
    margin: 5px 0;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.archive-title
{
    font-size: 2.75rem;
}

.container-archive-article-thumbnail
{
    float: left;
    margin: 0;
    padding: 6px;
    overflow: hidden;
    position: relative;
    width: 18.8%;
}

.archive-article-thumbnail
{
    border-color: rgb(243, 243, 243);
    border-radius: 3px;
    border-style: solid;
    border-width: 3px;
    width: 100%;
    height: auto;
    max-height: 75px;
}

.container-archive-article-body
{
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 78%;
}

.container-archive-article-historical-date
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.archive-article-historical-date
{
    color: #325e71;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size:.8rem;
}

.container-archive-article-title
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.archive-article-title
{
    font-weight: 700;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom:.5rem;
}

.archive-article-title a
{
    color: #004151;
    text-decoration: none;
}
.archive-article-title a:hover
{
    color: #325e71;
    text-decoration:underline;
}

.archive-article-excerpt
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.archive-article-historical-date.resource a{
    font-size: 0.875rem;
}

/*
 *
 * Pagination
 *
 *
*/
.container-pagination
{
    background-image: url("images/gray-divider.png"), url("images/gray-divider.png");
    background-position: center bottom, center top;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px 0;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container-pagination ul
{
    margin: 0;
    text-align: center;    
}

.container-pagination ul li
{
    display: inline-block;
    margin: 0 3px;
}

.container-pagination ul li .current
{
    color: #89C0E2;
}

.container-pagination ul li a
{
    color: #004151;
    text-decoration: none;
}

/*
 *
 * Footer
 *
 *
*/
#container-footer {
    display:block;
    background-color: #325e71;
    color: #ffffff;
    padding:3rem;
    position: relative;
}
#container-footer-copyright {
    position: relative;
    font-size:.84rem;
}
#container-footer-copyright a { color:#ffffff; text-decoration:none; display:inline-block; }
#container-footer-copyright a:hover { color:#e0e7ea; text-decoration:underline; }
#container-footer-sponsor { text-align:right; font-size:.84em; }
#container-footer .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
#container-footer .container-logos {
    justify-content:flex-start;
    margin-top: 0;
    margin-bottom: 0;
}
#container-footer-menu ul {
    display:flex;
    gap:1rem;
}
#container-footer-menu ul li {
    list-style-type: none;
    padding:10px;
    text-transform:uppercase;
    font-size:1rem;
}

#container-footer-menu ul li a {
    display:inline-block;
    text-decoration:none;
    color:#ffffff;
    padding-bottom:.5rem;
}
#container-footer-menu ul li {
    border-bottom:2px solid #325e71;
}
#container-footer-menu ul li a:hover {
    color:#e0e7ea;
}
#container-footer-menu ul li:hover {
    color:#e0e7ea;
    border-bottom:2px solid #e0e7ea;
}
.footer-2 { 
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
 }
@media only screen and (max-width: 768px) {
    .footer-2 {
        align-items: center;
        flex-direction: column-reverse; 
    }
    #container-footer-sponsor { text-align:center; margin-bottom:3rem; }
    #container-footer .footer-nav {
        flex-direction: column;
    }
    #container-footer .container-logos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:1rem;
    }
    #container-footer-menu ul {
        gap: 0rem;
        flex-direction: column;
        margin-bottom: 0px;
        margin-top:2rem;
        padding: 0;
    }
    #container-footer-menu ul li {
        padding:10px;
        text-align:center;
    }
    #container-footer-menu ul li a {
        display:block;
        padding-bottom:0;
    }
}

/*
 *
 * Parallax
 *
 *
*/
#parallax-container { 
    display:block; 
    width:100%; 
    position:absolute; 
    top:0px; left:0px; }
/* #parallax-container div {
    position:fixed;
    top:0;
    transform:translateY(0px);
    height:900px;
    width:100%;
} */

.parallax-thumb {
    overflow:hidden;
    text-align:center;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:center center;
    
}

.slideIn{
    -webkit-animation: slideInAnimation 1s;
    animation: slideInAnimation 1s;
    -webkit-transform:translate(0, 50vh) scale(0,0); 
    transform:translate(0, 50vh) scale(0,0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes slideInAnimation {
    100% {
        -webkit-transform:translate(0, 0) scale(1,1); 
    }
}
@keyframes slideInAnimation {
    100% {
        transform:translate(0, 0) scale(1,1); 
    }
}
.slideOut{
    -webkit-animation: slideOutAnimation .5s;
    animation: slideOutAnimation .5s;
    -webkit-transform: translate(0, 0) scale(1,1); 
    transform: translate(0, 0) scale(1,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes slideOutAnimation {
    100% {
        -webkit-transform:translate(0, 50vh) scale(0,0); 
    }
}
@keyframes slideOutAnimation {
    100% {
        transform:translate(0, 50vh) scale(0,0); 
    }
}

.parallax-thumb.blur1 {
    height:15vw;
    width:15vw;
    filter: blur(0rem);
    -webkit-filter: blur(0rem);
    position:absolute;
    top:10vh;left:7vw;
    z-index:5;
}
.parallax-thumb.blur2 {
    height:15vw;
    width:15vw;
    filter: blur(.5rem);
    -webkit-filter: blur(.5rem);
    box-shadow: 0px 0px 30px rgba(255,255,255,.0);
    position:absolute;
    top:30vh;right:5vw;
    opacity: .85;
    z-index:4;
}
.parallax-thumb.blur3 {
    height:10vw;
    width:10vw;
    filter: blur(1rem);
    -webkit-filter: blur(1rem);
    box-shadow: 0px 0px 30px rgba(255,255,255,.0);
    opacity: .7;
    position:absolute;
    top:12vh;right:20vw;
    z-index:3;
}
.parallax-thumb.blur4 {
    height:10vw;
    width:10vw;
    filter: blur(1rem);
    -webkit-filter: blur(1rem);
    box-shadow: 0px 0px 30px rgba(255,255,255,.0);
    opacity: .7;
    position:absolute;
    top:40vh;left:5vw;
    z-index:2;
}
.parallax-thumb.blur5 {
    height:7vw;
    width:7vw;
    filter: blur(1.5rem);
    -webkit-filter: blur(1.5rem);
    box-shadow: 0px 0px 30px rgba(255,255,255,.0);
    opacity: .6;
    position:absolute;
    top:70vh;left:30vw;
    z-index:1;
}
.parallax-thumb.blur6 {
    height:7vw;
    width:7vw;
    filter: blur(1.5rem);
    -webkit-filter: blur(1.5rem);
    box-shadow: 0px 0px 30px rgba(255,255,255,.0);
    opacity: .6;
    position:absolute;
    top:70vh;right:30vw;
}
#dateNav { position:absolute; z-index:11; top:35%; width: 100%;
    display: flex;
    justify-content: space-between; }
#prevDate { margin:2rem; width:53px; height:53px; background:url(images/prev-icon.svg) no-repeat center center; }
#nextDate { margin:2rem; width:53px; height:53px; background:url(images/next-icon.svg) no-repeat center center; }
#todays_date_full { margin-bottom:0;}
#todays_audio { margin-bottom:2rem; }

.no-toggle { 
    margin-bottom:1.5rem;
    display: block;
    height:18px;
    padding:5px 10px 5px 0px;
}
.no-toggle a { text-decoration:none; }

.toggle-sm { 
    /* background-image:url(images/toggle-sm-plus-minus.svg);
    background-repeat: no-repeat;
    background-position:right 5px; */
    margin-bottom:1.5rem;
    display: inline-block;
    height:18px;
    padding:5px 10px 5px 0px;
    min-width: 200px;
    position:relative;
}
.toggle-sm::after { 
    content: '\f068'; 
    font-family: fontello;
    font-style: normal;
    font-weight: 400; 
    position:absolute;
    right:0px;
}
.toggle-sm.toggle-open {
    background-position:right -23px;
}
.toggle-sm.toggle-open::after { 
    content: '\f067'; 
    font-family: fontello;
    font-style: normal;
    font-weight: 400; 
    position:absolute;
    right:0px;
}

@media only screen and (max-width: 767px) {
    .toggle-sm { 
        border:1px solid #000000;
        padding:5px 10px;
        display: block;
     }
     #prevDate, #nextDate { margin:.5rem; width:25px; height:25px; background-size:25px; }

    
}
/*
 *
 * Styling
 *
 *
*/
.breathe { padding:8rem 0; }
.container-full { 
    margin: auto;
    padding: 5vw 3rem; }
.container-sm { width:75%; margin:auto; }
.container-xs { width:55%; margin:auto; }
.upper { text-transform:uppercase; }
.expand { letter-spacing: 2px; }
.black { color:#000000; }
.dkperiwinkle { color:#325e71; }
.dkblue { color:#325e71; }
.ltblue { color:#e0e7ea; }
.ltperiwinkle { color:#e0e7ea; }
.dkperiwinkle-bg { color:#fff; background-color:#325e71; }
.ltperiwinkle-bg { background-color:#e0e7ea; }
.dkblue-bg { color:#fff; background-color:#325e71; }
.ltblue-bg { background-color:#e0e7ea; }
.center { text-align:center; }
.italic, em { font-style:italic; }
.button-list {
    display: flex;
    flex-direction: column;
    row-gap:1rem;
    max-width: 600px;
    margin:60px auto;
}
.button {

}
.button a { 
    color:#325e71;
    font-family:"PT Serif", cursive;
    font-size:2rem;
    display: flex;
    gap: .5rem;
    text-decoration:none;
    width: 100%;
    height:110px;
    align-items: center;
}
.button a span {
    
    display: inline-block;
    border-radius:50px;
    width: 100%;
    background-color:#e0e7ea;
    padding: 30px 45px;
}

.wp-block-button__link {
    color:#325e71;
    font-family:"PT Serif", cursive;
    font-size:2rem;
    text-align:center;
    display: inline-block;
    border-radius:50px;
    width: 100%;
    background-color:#e0e7ea;
    padding: 30px 45px;
}
.wp-block-button.nopad .wp-block-button__link { padding: calc(.667em + 2px) calc(1.333em + 2px); }
.wp-block-button.small-blk .wp-block-button__link {
    font-size:1rem;
    font-family:"Proxima Nova", Arial, Helvetica, sans-serif;
    background-color:#325e71;
    color:#ffffff;
    margin-top:1rem;
    margin-bottom:1rem;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
}
.wp-block-button.small-blk .wp-block-button__link:hover {
    background-color:#000000;
}

.button a:hover span, .wp-block-button__link:hover { background-color:#325e71; color:#ffffff;}

.button.download {
    display: flex;
    gap: .5em;
}
.button.download a::after {
    width: 100%;
    height: 110px;
    max-width: 110px;
    content: "";
    border-radius:50%;
    background:url('images/download.svg') no-repeat center center;
    background-color:#e0e7ea;
    background-size:30px;
    display: inline-block;
}
.button.download a:hover::after {
    background:url('images/download-rev.svg') no-repeat center center;
    background-color:#325e71;
}

.grid-2 {
    margin:2rem auto;
    display:grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.grid-3 {
    margin:auto;
    display:grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    row-gap:2rem;
}
.video-grid iframe {
    display: block;
    margin: 0 auto 1rem auto;
    max-width: 100%;
    width: 100%;
    height: calc((75vw/3)*.56);
}
@media only screen and (max-width: 767px) {
    .container-full {     width: 100vw; }
    .video-grid iframe {
        height: calc(100vw*.56);
    }
}
.box { padding:2.5rem; border-radius:34px; margin-top: 1.5rem !important; }
.stretch { min-height: 100%; align-items: stretch; align-content: space-between; justify-items: center; }
.column-2{
    display:grid; gap:2rem;
    margin-bottom:50px;
    grid-template-columns: 1fr 3fr;
}
.sort-column { font-size:.84rem; width:25vw; }
.small { font-size:.84rem; }
.pagination {  margin:2rem auto; text-align:center; }
.pagination a {display:inline-block;}
ul.square { list-style-type:none; }
ul.square li { font-size:.85rem; line-height:2em; }
ul.square li::before { 
    content:"";
    display: inline-block;
    /* width:14px;
    height:14px;
    background-image:url(images/bullet.png);
    background-size:contain;
    background-position:center center; */
}
ul.square li.no-bullet::before { background-image:none; display:none; }
ul.square li a { text-decoration:none; /* margin-left: .5rem;*/ }
ul.square li.no-bullet a { margin-left: 0; }
ul.square li a:hover { text-decoration:underline; }

@media only screen and (max-width: 767px) {
    .breathe { padding:100px 0; }
    .breathe-sm { padding:50px 0; }
    .container-sm { width:90%; margin:auto; }
    .container-xs { width:85%; margin:auto; }
    .button a { 
        font-size:1.5rem;
        display: flex;
        gap: .5rem;
        height:auto;
        align-items: center;
    }
    .button a span {
        border-radius:50px;
        padding: 15px 30px;
    }
    .button.download a::after {
        height: 60px;
        max-width: 60px;
    }
    .grid-2, .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .column-2 {
        grid-template-columns: 1fr;
    }
    .sort-column { width:100%; }
}



/*
 *
 * Form Styles
 *
 *
*/
.subscribe-form {
    display: flex;
    width: 90%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}
.subscribe-form input[type=text] {
  box-sizing: border-box;
  width: 80%;
  height: 50px;
  border: 2px solid #000;
 border-radius: 34px;
  background: none;
  color: #000;
  outline: 0;
}
.subscribe-form button { background-color: #000000;
    color:#ffffff;
    height: 50px;
    border-radius: 34px !important;
    padding: 15px 30px !important;
    font-size: 1rem !important;
    line-height: 0rem !important; }

div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=email], div.wpforms-container-full textarea { border-radius:24px; border-color:#fff; border-width:0px; }
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 130px;
}
.wpforms-container .wpforms-field {
    padding: 5px 0;
}
div.wpforms-container-full button[type=submit], input[type=submit] { 
    background-color:#325e71 !important; 
    border-radius:34px !important; 
    padding: 30px 45px !important; 
    font-size: 1rem !important;
    line-height: 0rem !important; 
}
div.wpforms-container-full button[type=submit]:hover, input[type=submit]:hover { background-color:#000000 !important; }


.sp-easy-accordion .sp-ea-single .ea-header a { font-weight:normal; font-size:1.8rem;line-height: 2.5rem;}
/*
 *
 * Audio Player Styles
 *
 *
*/
#todays_audio { width:159px; }
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background:#e0e7ea !important;
    border-radius:25px;
}
/* .mejs-playpause-button::before { content:'PLAY AUDIO'; font-size:12px; } */
.mejs-button>button {
    background-image:url('images/mejs-controls.svg') !important;
}
.mejs-volume-button, .mejs-currenttime, .mejs-duration, .mejs-time-rail, .mejs-controls a.mejs-horizontal-volume-slider { display:none !important; }
.mejs-play::before { 
    content: "Play Audio"; 
    color: #325e71;
    position: absolute;
    left: -80px;
    top: 15px;
    font-size: .65rem;
    text-transform: uppercase;
}
.mejs-replay::before { 
    content: "Replay Audio"; 
    color: #325e71;
    position: absolute;
    left: -90px;
    top: 15px;
    font-size: .65rem;
    text-transform: uppercase;
}
.mejs-pause::before { 
    content: "Stop Audio";
    color: #325e71;
    position: absolute;
    left: -80px;
    top: 15px;
    font-size: .65rem;
    text-transform: uppercase;
}
.mejs-button {
    left: 100px !important;
    position: relative !important;
}
.mejs-controls { cursor: pointer; }

/*
 *
 * Animations
 *
 *
*/
.onAppear {
    transition: transform 1000ms;
    transform: translate3d(-200px -200px, 0px);
  }
  
  
  .fade-in {
      opacity: 1;
    position:relative;
    top:0px;
      animation-name: fadeInOpacity;
      animation-iteration-count: 1;
      animation-timing-function: ease-in;
      animation-duration: 1s;
  }
  
  @keyframes fadeInOpacity {
      from {
      opacity: 0;
      transform: translateY(500px); /* Start 200px below */
    }
    to {
      opacity: 1;
      transform: translateY(0);    /* End at original position */
    }
  }
  @-webkit-keyframes fadeInOpacity {
    from {
      opacity: 0;
      -webkit-transform: translateY(500px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }