/* 
    Created on : Aug 11, 2022, 6:13:39 AM
    Author     : Ming Liu
*/

@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Lato:ital,wght@0,900;1,100;1,300&display=swap');

:root {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
/*    background: #FFFDFA;*/
/*    --wp--preset--color--white: #FFFDFA;*/
    background: #fdfaf8;
    --wp--preset--color--white: #fdfaf8;
}

:focus {
    outline: none;
}

button, input[type="button"], 
input[type="reset"], input[type="select"], 
input[type="submit"], .button {
    background-color: #af8d19;
}

.wp-block-cover img {
    filter: brightness(80%);
}
.wp-block-image img {
    width: 100%;
}
/* menu */
.site-header {
    width: 100vw;
}
.nav-primary ul.menu-primary {
    margin-bottom: 0;
}

.genesis-nav-menu .menu-item {
  position: relative;
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 250px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 249px;
}

.genesis-nav-menu a {
   padding: 32px 20px;
   font-size: 1.2rem;
}

.feature-book  .nav-primary .genesis-nav-menu a {
    color: #fff;
}
.feature-book .white .nav-primary .genesis-nav-menu a {
    color: #000;
}

.feature-book .nav-primary .genesis-nav-menu a:hover, 
.feature-book .nav-primary .genesis-nav-menu a:focus,
.feature-book .nav-primary .genesis-nav-menu a:active,
.feature-book .genesis-nav-menu ul.sub-menu li.menu-item.current_page_item a {
    color: #d43c67;
} 
.feature-book .site-header {
	background-color: transparent;
	border-bottom: 1px solid #eeeeee00;
        transition: all 0.5s ease-in-out 0s;
}

.feature-book .white .site-header {
    background-color: #fff;
}




/* title & description */

.header-image .site-title,
.site-description {
	display: block;
        font-family: "Roboto", san-serif;
        font-size: 1.5rem;
        font-weight: 400;
/*        color: #eeeeee;*/
}

.feature-book .site-container .site-title a {
    color: #ffffff;
}

.feature-book .site-container.white .site-title a {
    color: #000000;
}


.feature-book .site-container .site-description, .home .site-container .site-description {
    color: #eeeeee;
}

.feature-book .site-container.white .site-description, .home .site-container.white .site-description {
    color: #454545;
}


.site-container .site-title {
    color:#000000;
}
/*.site-container.white .site-title {
    color:#000000;
}*/

.site-container .site-description {
    color: #454545;
}
/*.site-container.white .site-description {
    color: #454545;
}*/

.title-area {
  padding-bottom: 14px;
  padding-top: 18px;
}
.site-title {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}



.full-width-content .content {
    max-width: 1020px;
}

/* feature books */

.feature-book .site-inner {
    transform: translateY(-78px);
}

.feature-book main.content, .feature-book article.entry, .book-page article.entry {
    padding-bottom: 0;
    margin-bottom: 0;
}

.feature-book .entry-title {
    color: white;
    font-size: 60px;
    
}

.feature-book .gb-container-image-wrap {
    height: 100vh;
}

.feature-book .wp-block-genesis-blocks-gb-container {
	/*padding:  0 !important;*/
	height: 100vh;
        /*transform: translateY(-78px);*/
	position: relative;
        overflow: hidden;
}

.feature-book .wp-block-genesis-blocks-gb-columns {
    padding-bottom: 0 !important;
}

.feature-book .gb-container-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-book .gb-container-content h2 {
	font-size: 12rem;
}

.feature-book .entry-header::after {
        border-bottom: none;
}

/*.feature-book .site-title a, .feature-book .genesis-nav-menu a {
	color: white;
}*/

.feature-book ul.sub-menu li.menu-item a {
        color: black;
}

.feature-book .site-inner {
	margin: -2px auto 0 !important;
}

.feature-book .gb-block-button a, .book-page .gb-block-button a,
.feature-book .wp-block-button a.wp-block-button__link, .book-page .wp-block-button a.wp-block-button__link
{
    border-radius: 2px;
    
}

.feature-book footer.site-footer li a {
    color: black;
}
.feature-book footer.site-footer li a:hover, 
.feature-book footer.site-footer li a:active {
    color: #d43c67;
}
.feature-book .wp-block-buttons {
    margin-top: 30px;
}



.book-page .wp-block-genesis-blocks-gb-columns {
  padding-top: 0!important;
}


.events #genesis-content {
    max-width: 100%;
}

.events .vsel-no-events {
    font-size: 3.2rem;
    margin-top: 30px;
}



/* author */
.author-bio #genesis-content {
    padding-top: 0;
    max-width: 100%;
}

.author-bio .wp-block-genesis-blocks-gb-container {
    height: calc(100vh - 100px);
}

.author-bio .wp-block-image {
    padding: 10px;
    background: #f8fdf1;
    border: 1px solid #ccc;
    transform: translateY(-9vw);
}

.author-bio .wp-block-image figcaption {
    margin-bottom: 0;
    text-align: right;
    font-size: 1.4rem;
}

.author-bio .wp-block-genesis-blocks-gb-columns {
    padding-top: 5%!important;
}


.events .page-header{
    text-align: left;
}

.events #vsel, .front-page #vsel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    
}


.front-page-1 {
    background-color: #171611;
    min-height: calc(100vh - 258px);
}

.front-page #heroBookCarousel p, .front-page .front-page-1  {
    text-align: left;
}
#heroResourceCarousel, #heroResourceCarousel .carousel-inner, 
#heroResourceCarousel .carousel-inner .carousel-item,
#heroResourceCarousel .carousel-inner .carousel-item .carousel-content,
#heroEventCarousel, #heroEventCarousel .carousel-inner, 
#heroEventCarousel .carousel-inner .carousel-item,
#heroEventCarousel .carousel-inner .carousel-item .carousel-content
{
    height: 100%;
}

.front-page #heroBookCarousel a.carousel-control-next:hover,
.front-page #heroBookCarousel a.carousel-control-next:active,
.front-page #heroBookCarousel a.carousel-control-prev:hover,
.front-page #heroBookCarousel a.carousel-control-prev:active,
.resources #heroResourceCarousel a.carousel-control-next:hover,
.resources #heroResourceCarousel a.carousel-control-next:active,
.resources #heroResourceCarousel a.carousel-control-prev:hover,
.resources #heroResourceCarousel a.carousel-control-prev:active,
.events #heroEventCarousel a.carousel-control-next:hover,
.events #heroEventCarousel a.carousel-control-next:active,
.events #heroEventCarousel a.carousel-control-prev:hover,
.events #heroEventCarousel a.carousel-control-prev:active{
    border-bottom: none;
}

.front-page #heroBookCarousel .carousel-item {
    opacity: 0;
    transition: 2s all ease-in-out;
    display: flex;
    justify-content: space-between;
}

.resources .page_slider_container,
.events .page_slider_container{
    min-height: 500px;
    overflow: hidden;
/*    height: 60vh;*/
    height: 40vw;
    max-height: 700px;
}

.resources .page_slider_container .gb-layout-column-wrap,
.resources .page_slider_container .gb-block-layout-column-inner,
.events .page_slider_container .gb-layout-column-wrap,
.events .page_slider_container .wp-block-genesis-blocks-gb-column,
.events .page_slider_container  .gb-block-layout-column-inner{
    height: 100%;
}

.page_slider_container .carousel-content img
{
    filter: brightness(70%);
    width: 100%;
}

.resources .page_slider_container h2.page_slider_static_title,
.events .page_slider_container h2.page_slider_static_title {
    position: absolute;
    color: white;
    z-index: 5;
    bottom: 0;
    max-width: 1020px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px;
}

.resources #heroResourceCarousel .carousel-inner,
.events #heroEventCarousel .carousel-inner{
    position: relative;
}

.resources #heroResourceCarousel .carousel-item,
.events #heroEventCarousel .carousel-item {
    opacity: 0;
    transition: 2s all ease-in-out;
    position: absolute;
    width: 100%;
}

.front-page #heroBookCarousel .carousel-item.active,
.resources #heroResourceCarousel .carousel-item.active,
.events #heroEventCarousel .carousel-item.active{
    opacity: 1;
}
.resources a.carousel-control-prev,
.resources a.carousel-control-next,
.events a.carousel-control-prev,
.events a.carousel-control-next{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.resources a.carousel-control-prev,
.events a.carousel-control-prev{
    left: 50px; 
}

.resources a.carousel-control-next,
.events a.carousel-control-next{
    right: 50px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  float: right;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.resources .carousel .carousel-control-prev-icon, 
.resources .carousel .carousel-control-next-icon,
.events .carousel .carousel-control-prev-icon, 
.events .carousel .carousel-control-next-icon{
    width: 6rem;
    height: 6rem;
    display: block;
    position: relative;
}


.resources .carousel:focus , 
.resrouces .carousel:focus-visible,
.events .carousel:focus , 
.events .carousel:focus-visible {
    outline: none;
}


.front-page #heroBookCarousel .carousel-item .carousel-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
}

.front-page #heroBookCarousel .carousel-item .carousel-content h2 {
    font-size: 5.2rem;
    margin: 0 0 8px;
    line-height: 1;
}

.front-page #heroBookCarousel .carousel-item .carousel-content p.subtitle {
    font-size: 18px;
}

.front-page #heroBookCarousel .carousel-item .carousel-content p {
    line-height: 1.4;
}

.front-page #heroBookCarousel .carousel-item .carousel-content-button a{
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #eee;
    text-decoration:none;
    font-size: 16px;
    border-radius: 2px;
}

.front-page #heroBookCarousel .carousel-item .carousel-content-button a:hover, 
.front-page #heroBookCarousel .carousel-item .carousel-content-button a:active {
    background: #eee;
    color: black;
    
}

.front-page #heroBookCarousel .carousel-item .image-wrapper {
    width: 40%;
}

.front-page #heroBookCarousel .carousel-item .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 360px;
    transform: translateY(-10px) scale(1.05);
}

.front-page #vsel {
    justify-content: center;
}

.front-page #vsel .front-page-events-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 50px;

}



.front-page #vsel .more-events-button a {
    background: #555;
    color: white;
    border: 1px solid #555;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 2px;
    
}
.front-page #vsel .more-events-button a:hover,
.front-page #vsel .more-events-button a:active {
    background: none;
    color: black;
}

.events #vsel {
    max-width: 1200px;
    margin: 0 auto;
}

.events #vsel p.vsel-no-events, .front-page #vsel p.vsel-no-events {
    width: 100%;
    text-align: center;
}

.events #vsel .vsel-content  {
    display: block;
    width: 33%;
    max-width: 33%;
/*    margin: 20px 1.5%;*/
    padding: 20px 1.5% 0;
    border: none;
}

.front-page-4 #vsel::before {
    position: absolute;
    content: " ";
    background: url("https://danikadinsmore.com/wp-content/uploads/2022/08/divider.png") no-repeat center center/cover;
    width: 30%;
    height: 20px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 400px;
    opacity: 0.9;
}

.front-page #vsel .vsel-content {
    display: block;
    width: 33%;
    max-width: 33%; 
    border-right: 1px solid #ddd;
    padding: 20px;
    margin: 0;
}

.front-page #vsel .vsel-content:last-child {
    border-right: none;
}

.front-page #vsel .vsel-content {
    border-bottom: none;
}

.events .vsel-meta {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.events .vsel-content:hover {
    background: #eee;
}

.events .vsel-meta > .vsel-meta-link, .front-page .vsel-meta > .vsel-meta-link {
    margin: 30px 0;
}

.events .vsel-meta > .vsel-meta-date, .front-page .vsel-meta > .vsel-meta-date  {
    font-size: 1.8rem;
    font-family: "raleway";
    margin-bottom: 0;
    line-height: 1;
    color: #333;
}

.events .vsel-meta > .vsel-meta-time, .front-page .vsel-meta > .vsel-meta-time  {
    font-family: "raleway";
     font-size: 1.7rem;
    color: #333;
}

.events .vsel-meta-link a, .front-page .vsel-meta-link a {
/*    border: 1px solid #999;
    padding: 10px 20px;
    color: black;  */
    
    border: 1px solid #999;
    padding: 10px 20px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    border-radius: 2px;
}

.events .vsel-meta-link a:hover, .events .vsel-meta-link a:hover, 
.front-page .vsel-meta-link a:hover, .front-page .vsel-meta-link a:hover  {
    color: white;
    background: black
}

.events .vsel-content h3.vsel-meta-title, .front-page .vsel-content h3.vsel-meta-title {
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 30px;
}
.front-page-2 {
/*    padding-bottom: 100px;
    padding-top: 90px;*/
    text-align: center;
    background-color: #3f4055;
    color: white;
    margin-top: 0;
    border-top: none;
    padding: 22px 0;
}

.front-page a, .front-page a:hover, .front-page a:focus {
    border-bottom: none;
}

.front-page .front-page-4, .front-page .front-page-3 {
    background: #fdfaf8;
    margin-top: 0;
    border-top: none;
    padding-top: 100px;
    padding-bottom: 100px;
}
.front-page-2 .widget-full .wrap, 
.front-page-3 .widget-full .wrap, 
.front-page-4 .widget-full .wrap  {
    max-width: 1280px;
}

.front-page-4, .front-page-4 a, .front-page-4 p, 
.front-page-4 .featured-content .entry-title a, 
.front-page-4 .widget-title {
    color: black;

}

.front-page-4 .widget-title {
    font-weight: bold;
    font-size: 4.2rem;
}

.front-page-4 .textwidget.custom-html-widget {
    margin-top: 150px;
}

.front-page .front-page-4 {
    background: #eee;
}

.front-page-2 .widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.front-page-2 .widget-wrap, .footer-widgets-1 .widget-wrap {
    display: flex;
    width: 100%;
    align-items: center;
}

.front-page-2 .widget-title, .front-page-2 #mc_signup, .footer-widgets-1 #mc_signup {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-page-2 #mc_signup_form, .footer-widgets-1 #mc_signup_form {
    width: 100%;
}

.front-page-2 #mc_signup_form input, .footer-widgets-1 #mc_signup_form input {
    padding: 10px;
    font-size: 2rem;
    margin: 5px 0;
    border-radius: 2px;
}
.front-page-2 #mc_signup_form .mc_merge_var label, .footer-widgets-1 #mc_signup_form .mc_merge_var label {
    display: none;
}

.front-page-2 #mc_signup_form .mergeRow, .front-page-2 #mc_signup_form .mergeRow ul.mc_list,
.footer-widgets-1 #mc_signup_form .mergeRow, .footer-widgets-1 #mc_signup_form .mergeRow ul.mc_list {
    display: flex;
    font-size: 1.8rem;
    float: left;
    text-align: left;
    max-height: 40px;
} 

.front-page-2 #mc-indicates-required, .footer-widgets-1 #mc-indicates-required {
    float: right;
    font-size: 1.6rem;
    text-align: right;
    
}

.front-page-2 label.mc_email_format, .front-page-2 ul.mc_list > li,
.footer-widgets-1 label.mc_email_format, .footer-widgets-1  ul.mc_list > li {
    margin-right: 20px;
}

.front-page-2 #mc_signup_form .mergeRow ul.mc_list > li > input,
.footer-widgets-1 #mc_signup_form .mergeRow ul.mc_list > li > input {
    margin-right: 5px;
}

.front-page-2 .mc_signup_submit, .footer-widgets-1 .mc_signup_submit {
    width: 100%;
    float: right;
}

.front-page-2 #mc_signup_submit, .footer-widgets-1 #mc_signup_submit {
    width: 100%;
}

.front-page-2 .front-page-signup_header, .footer-widgets-1 .front-page-signup_header {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    text-align: center;
    color: white;
}

.front-page-2 .front-page-signup_header h2, .footer-widgets-1 .front-page-signup_header h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

.front-page-2 .front-page-signup_header h4, .footer-widgets-1 .front-page-signup_header h4 {
    font-size: 2rem;
}

.front-page-5 {
    padding: 20px 0;
    margin: 0;
    background: #3f4055;
    border-top: none;
}

.front-page-5 a {
    color: white;
    opacity: 1;
}

.front-page-5 a, .front-page-5 a:hover, .front-page-5 a:focus {
    border: none;
    
}
.front-page-5 a:hover, .front-page-5 a:focus {
    color: #d43c67;
    opacity: 0.8;
}




.front-page-feature-books {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.front-page-feature-book-wrapper {
    max-width: 20%;
}

.front-page-feature-book-wrapper img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.front-page-feature-book-wrapper a:hover img {
    transform:scale(1.05);
}

.footer-heart {
    color: red;
}

.contact form {
    padding-right: 10%;
    border-right: 1px solid #ccc;
}

.contact .content {
    padding: 80px 20px;
}

.contact .entry-header {
    text-align: left;
}

.contact .entry-header::after {
    border-bottom: none;
}

.book-category main, .author-bio main, .events main, .resources main {
    padding: 0;
}

.book-category .wp-block-cover.alignfull.has-custom-content-position,
.author-bio .wp-block-cover.alignfull.has-custom-content-position,
.events .wp-block-cover.alignfull.has-custom-content-position,
.resources .wp-block-cover.alignfull.has-custom-content-position{
    display: flex;
    justify-content: center;
}


.book-category .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container,
.author-bio .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container,
.events .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container,
.resources .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container{
    width: 100%;
    max-width: 1020px;
}

.book-category .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container h2,
.author-bio .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container h2,
.events .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container h2,
.resources .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container h2{
    margin: 0;
}

div.header-seperator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-seperator-title {
    margin: 0;
    color: black;
    text-transform: capitalize;
}

span.header-seperator-line {
    height: 1px;
    border-top: 1px solid #999;
    display: block;
    position: relative;
    top: 1px;
    flex: 1 1 auto;
    margin: 0 30px;
}

.front-page .header-seperator {
    margin-bottom: 70px;
}

footer.site-footer {
    background: white;
}

.footer-widgets-1 {
    background: #3f4055;
    color: white;
}

.footer-widgets-1, .footer-widgets .wrap {
    width: 100%;
    max-width: 100%;
    
}
.widget-area.footer-widgets-1  {
    padding: 30px 60px;
}
.contact .footer-widgets-1 form {
    border: none;
}

.footer-widgets .wrap {
    padding: 0;
}

.footer-widgets-1 .button {
    background-color: #af8d19;
    color: white;
}

.footer-widgets-1 .button:hover, .footer-widgets-1 .button:active {
    background-color: black;
}

.footer-widgets-2 {
    width: 100%;
   
}

.widget-area.footer-widgets-2 {
     padding: 30px 0;
}
.social_footer_wrapper {
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.social_footer_wrapper a {
    display: flex;
    margin: 0 10px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    opacity: 1;
}

.social_footer_wrapper a:focus, .social_footer_wrapper a:hover {
    transform: translateY(2px);
    opacity: 0.8;
} 

.social_footer_wrapper a > img {
    width: 50px;
    height: 50px;
}

/* review quotes */
.review_quote_wrapper p.review_quote {
    text-align: center;
}

.review_quote_wrapper p.review_quote > span {
    color: inherit;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.8;
    text-align: center;
    display: block;
}

.review_quote_wrapper p.review_quote > span::before, .review_quote_wrapper p.review_quote > span::after {
    color: #888;
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    height: 0;
    position: relative;
    top: 0;
    text-align: left;
}

.review_quote_wrapper p.review_quote > span::before {
  content: "\201C"; 
  left: -8px;
}

.review_quote_wrapper p.review_quote > span::after {
  content: "\201D"; 
  right: -8px;
}

.review_quote_wrapper p.review_cite {
    color: inherit;
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: -5px;
    text-align: inherit;
    text-transform: uppercase;
    text-align: center;
}

/* resources */
.resource_card_wrapper {
    display: flex;
    margin: 0;
    min-height: 250px;
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0 ,0.4);
    cursor: pointer;
}
.resource_card_title_cover {
    position: absolute;
    height: 30%;
    bottom: 0;
    background:rgba(0, 0, 0, 0.7);
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease-in-out;
}
.resource_card_wrapper:hover .resource_card_title_cover {
    height: 100%;
}
/*.resource_card_title_cover:hover {
    height: 100%;
}*/

.resource_card_title_cover h4 {
    margin: 0;
    text-align: center;
}

div.resource_card_wrapper.resource_1 {
    background-image: url("https://danikadinsmore.com/wp-content/uploads/2022/08/DSC00667-scaled.jpg");
    background-position: center center;
    background-size: cover;
}
div.resource_card_wrapper.resource_2 {
    background-image: url("https://danikadinsmore.com/wp-content/uploads/2022/08/pexels-picjumbocom-210660-1-scaled.jpg") ;
      background-position: center center;
    background-size: cover;
}
div.resource_card_wrapper.resource_3 {
    background-image: url("https://danikadinsmore.com/wp-content/uploads/2022/08/pexels-suzy-hazelwood-3695297-scaled.jpg") ;
    background-position: center center;
    background-size: cover;
}

/* start line*/
.start_line_title_wrapper {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    max-width: 1020px;
    left: 50%;
    transform: translateX(-50%);
}

.start_line_title {
    font-family: 'Sriracha', cursive;
}

.start_line_cover {
    padding: 0;
    max-height: 300px;
}

.start_line_cover img {
    filter: brightness(80%);
}

.start_line_archive_item_wrapper {
    position: relative;
    margin-left: 50px;
}

.start_line_archive_item_wrapper::before {
    position: absolute;
font-family: "FontAwesome";
font-weight: 400;
content: "\f303";
left: -40px;
color: #333;
}
.start_line_content {
    padding: 20px 5%;
}

.post-type-archive-start_line .container,
.tax-category_start_line .container
{
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
}

.post-type-archive-start_line .start_line_row {
    padding: 0px 75px 40px;
}

.post-type-archive-start_line .header-seperator {
    margin: 80px 0 60px;
}

#respond, #comments {
    background: var(--wp--preset--color--white);
}

#comments li {
    list-style-type: none;
}

.single-start_line #respond,
.single-start_line #comments {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.start_line_column_wrapper {
    display: flex;
}
.start_line_column_left {
    width: 30%;
    max-width: 300px;
    border-right: 1px solid #999;
    padding-top: 30px;
}
.start_line_column_right {
    width: 65%;
    max-width: 700px;
    padding-left: 5%;
    padding-top: 30px;
}
.entry-content .start_line_column_left ul {
    padding-left: 0;
    border-top: 1px solid #999;
}
.entry-content .start_line_column_left ul > li {
    list-style-type: none;
    border-bottom: 1px solid #999;
    background-color: #fdfaf8;
    font-family: "Roboto", san-serif;
    padding: 10px 20px;
    font-size: 1.7rem;
    line-height: 1.3;
}

.entry-content .start_line_column_left ul > li.active_category {
    background-color: #3f4055;
    width: calc(100% + 10px);
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    margin-top: -1px;
} 

.entry-content .start_line_column_left ul > li.active_category a {
    color: white;
}
.start_line_column_left a {
    color: #666
}
.start_line_column_right a {
    color: #333;
}
.start_line_column_wrapper a:hover,
.start_line_column_wrapper a:focus,
.start_line_column_wrapper a:active
{
    color: #000;
}
.post-type-archive-start_line .site-inner,
.tax-category_start_line .site-inner,
.single-start_line .site-inner{
    margin-top: 0 !important;
}




/* book announcement */
/*.announcement .site-container {
    overflow-y: scroll;
}*/
.announcement .content {
    padding: 0;
}
.announcement .entry {
    margin-bottom: 0;
}
.announcement .footer-widgets {
    border-top: none;
}
.announcement-wrapper {
    overflow-x: hidden;
   width: 100%;
   height: calc(100vh - 80px);
}
.announcement-wrapper::before {
content: "";
position: absolute;
width: 20vw;
opacity: 0;
  background-color: #00173f;
background-size: cover;
z-index: -1;
left: 0;
height: 80vh;
top: 0;
animation: opacity_one_quarter 3s forwards;
  animation-delay: 0.5s;
  border-bottom-right-radius: 80vh;
}
.announcement-wrapper::after {
content: "";
position: absolute;
width: 20vw;
opacity: 0;
  background-color: #0078ce;
background-size: cover;
z-index: -1;
right: 0;
height: 80vh;
bottom: 0;
animation: opacity_one_quarter 3s forwards;
  animation-delay: 1.5s;
  border-top-left-radius: 80vh;
}
.bookContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 55vw;
  height: min(calc(800px * .7230), calc(55vw * .7230));
  perspective: 200vw;
  opacity: 0;
  animation: book-fade-in 2s forwards;
  max-width: 800px;
  z-index: 1;
  display: block;
}
.bookContainer-mobile, .countdown-wrapper-mobile {
    display: none;
}
.announcement .gb-container-content::before {
/*content: "SONG FROM AFAR";*/
content: "08/01/2023";

position: absolute;
bottom: -5%;
left: -2%;
z-index: 0;
font-size: 14vw;
opacity: 0.1;
width: 300%;
font-family: 'Lato', sans-serif;
font-weight: 900;
line-height: 1;
z-index: -1;
}
.announcement .gb-container-content::after {
content: "white forest";
position: absolute;
top: -5%;
right: -5%;
z-index: -1;
font-size: 14vw;
opacity: 0.05;
width: 300%;
font-family: 'Berkshire Swash', cursive;
font-weight: 900;
line-height: 1;
text-align: right;
}

.backCover, .frontCover {
  background-color: #1a6463;
  transform: rotateY(0deg);
  width: 50%;
  height: 100%;
}
.cover_img {
width: calc(50% + 2px);
height: 100%;
background-image: url(/wp-content/uploads/2022/10/book6_cover_updated.png);
  background-size: cover;
right: -1px;
z-index: 999;
opacity: 0;
top: 0;
 box-shadow: inset 3px 0px 20px rgba(0, 0, 0, 0.2);
}
.page-outer {
  top: 0.25rem;
  left: 0.25rem;
  background-color: transparent;
  transform: rotateY(0deg);
  width: calc(50% - 0.25rem);
  height: calc(100% - 0.5rem);
  text-align: right;
  font-family: monospace;
  z-index: 1;
    transform-style: preserve-3d;
  position: relative;
}

.backCover, .page-outer, .frontCover, .cover_img {
  position: absolute;
  transform-origin: 100% 0;
  box-sizing: border-box;
}
.backCover, .frontCover, .page-outer {
    box-shadow: inset 3px 0px 20px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.backCover {z-index: 2;}
.page-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.side-one, .side-two {
 box-shadow: inset 3px 0px 20px rgba(0, 0, 0, 0.2);
 position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.side-two {transform: rotateY(180deg);}

.backCover {animation: bookCover 3s forwards;}
.frontCover {
  animation: bookCover_front 3s forwards;
  animation-delay: 2.00s;
}
.page-outer {animation: bookOpen 3s forwards;}
.cover_img {
  animation: book_cover_image 3s forwards;
  animation-delay: 4.5s;
}
.page-outer:nth-of-type(1) {animation-delay: 0.15s;}
.page-outer:nth-of-type(2) {animation-delay: 0.43s}
.page-outer:nth-of-type(3) {animation-delay: 0.76s;}
.page-outer:nth-of-type(4) {animation-delay: 1.09s;}
.page-outer:nth-of-type(5) {animation-delay: 1.43s;}
.page-outer:nth-of-type(6) {animation-delay: 1.76s;}
@keyframes book-fade-in {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes headingReveal {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes book_cover_image {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes bookOpen {
  30% { z-index: 999 }
  100% {  transform: rotateY(180deg);
    z-index: 999;}
}
@keyframes bookCover {
  30% { z-index: 999 }
  100% {  transform: rotateY(180deg);
    z-index: 1;}
}
@keyframes bookCover_front {
  0% {z-index: 1}
  30% { z-index: 999 }
  100% {  transform: rotateY(180deg);
    z-index: 999;}
}
.countdown-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown {
  width: 100%;
  margin: 0;
  background-size: 1rem 1rem;
  background-position: 15rem center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.countdown-days, .countdown-text {
width: 120rem;
height: 18rem;
}
.countdown-days {
height: 30rem;
margin-top: -12rem;
}
.countdown-text {
    margin-top: -3rem;
  margin-bottom: -3rem;
}
#daysText, #days, #daysTextMobile, #daysMobile {
  fill: rgba(33,33,33,0);
  font-family: 'Berkshire Swash', cursive;  
  stroke: rgb(0,0,0,0.3);
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  stroke-opacity: 0;
  animation: stroke 5s linear;
  animation-fill-mode: forwards;
  animation-delay: 6s;
  font-weight: 700;
}
#daysText, #daysTextMobile {animation-delay: 6.5s;}
.launch-desc, .book-title-song, .book-title-afar {
  font-family: 'Lato', sans-serif;
  opacity: 0;
}
.launch-desc {
  font-size:4rem;
  font-weight: 300;
  font-style: italic;
   animation: opacity_half 3s forwards;
/*   animation-delay: 8s; */
  animation-delay: 5s;
}
.book-title-song, .book-title-afar {
  font-size: 3rem;
  font-weight: 900;
   animation: opacity_1 3s forwards;
}
.book-title-song {animation-delay: 9.5s}
.book-title-afar {animation-delay:10.5s;}
.countdown h1 {text-align: center; line-height: 1;}
.announcement-cta-button {
    opacity: 0;
    animation: opacity_1 3s forwards;
    animation-delay: 7.5s;
    padding: 10px 0;
}
.announcement-cta-button a {
color: white;
font-weight: bold;
font-size: 2rem;
padding: 10px 15px;
}


@keyframes stroke {
  1% { stroke-opacity: 1; }
  75% { stroke-dashoffset: 0;}
  100% { 
    stroke-dashoffset: 0;
    fill: rgba(0,0,0,0.8);
    stroke-opacity: 1;
  }
}

@keyframes opacity_half {
  0% {opacity: 0}
  100% {opacity: 0.5}
}
@keyframes opacity_1 {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes opacity_three_quarter {
  0% {opacity: 0}
  100% {opacity: 0.75}
}
@keyframes opacity_one_quarter {
  0% {opacity: 0}
  100% {opacity: 0.25}
}


/* media queries*/

@media only screen and (min-width: 1500px) {
    .front-page-1 .carousel {
        padding: 0 20vw;
    }   
}


@media only screen and (max-width: 1200px) {
    .nav-primary {
        float: right;
        text-align: right;
        width: 70%;
    }
    .title-area {
        width: 30%;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 10%;
    }
    .front-page-1 .carousel {
        padding: 0 10vw;
    }
    .front-page-1 .carousel-content p {
        font-size: 2rem;
    }
    .full-width-content .entry-content > .alignwide {
        margin-left: -50px;
        margin-right: -50px;
        max-width: calc(100% + 100px);
    }
    .bookContainer {
        width: 60vw;
        height: min(calc(800px * .7230), calc(60vw * .7230));
    }
    .announcement-wrapper::before, .announcement-wrapper::after {
        width: 16vw;
        height: 80%;
    }
}

@media only screen and (max-width: 1023px) {
    .front-page-1 .widget-area {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .front-page-1 .carousel {
        padding: 0 5vw 0 7vw;
    }
    .front-page-4 .wrap {
        padding: 0;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }
    .carousel-content h2 {
        font-size: 3.4rem;
    }
    .front-page #heroBookCarousel .carousel-item .carousel-content p.subtitle {
        font-size: 16px;
    }
   
    .front-page #heroBookCarousel .carousel-item .carousel-content {
        padding: 10px 0 20px;
        justify-content: center;
    }
    .front-page-2 #mc_signup_form .mergeRow, .front-page-2 #mc_signup_form .mergeRow ul.mc_list, 
    .footer-widgets-1 #mc_signup_form .mergeRow, .footer-widgets-1 #mc_signup_form .mergeRow ul.mc_list {
        font-size: 1.6rem;
    }
    .front-page-2 #mc-indicates-required, .footer-widgets-1 #mc-indicates-required {
        font-size: 1.4rem;
    }
    .site-footer .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .resources .page_slider_container, .events .page_slider_container {
        height: 400px;
        min-height: 1px;
    }
    .events #vsel {
        padding: 0 20px;
    }
    .events #vsel .vsel-content {
        width: 50%;
        max-width: 50%;
    }
    article {
        width: 90%;
        margin: 0 auto;
    } 
    .bookContainer {
        width: 90vw;
        height: min(calc(800px * .7230), calc(90vw * .7230));
        position: relative;
        margin: 120px auto;
    }
    .announcement-wrapper {
/*        height: calc(100vh - 123px);*/
        min-height: 800px;
        height: auto;
    }

}

/*@media only screen and (min-width: 1020px) {
    .full-width-content.feature-book  .entry-content > .alignwide {
        margin-left: -50px;
        margin-right: -50px;
        max-width: calc(100% + 100px);
    }
}*/

@media only screen and (max-width: 800px) {
    .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .front-page-1 {
        padding: 0;
    }
    .front-page-1 .wrap {
        padding-left: 30px;
        padding-right: 0;
    }
   
    .front-page-1 .carousel {
        padding: 0;
    }
    .front-page .site-header, .feature-book .site-header {
        background-color: #ffffff !important;
    }
    .title-area {
        width: 100%;
    }
    .front-page #heroBookCarousel .carousel-item .image-wrapper img
    {
        transform: translateY(0);
    }    
    .feature-book .site-container .site-description, .home .site-container .site-description {
        color: #454545;
    }
    .feature-book .site-container .site-title a {
        color: #000000;
    }
    .feature-book .nav-primary .genesis-nav-menu a {
        color: black;
    }
    .feature-book .site-inner {
        transform: none;
        padding-top: 0;
        margin: 0 !important;
    }
    
    .front-page #heroBookCarousel .carousel-item .carousel-content p {
        line-height: 1.1;
        font-size: 1.8rem;
    }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
    .front-page #heroBookCarousel .carousel-item .carousel-content-button a {
        font-size: 14px;
    }
    .front-page-2 .widget-wrap, .footer-widgets-1 .widget-wrap {
        flex-direction: column;
    }
    .front-page-2 .front-page-signup_header, .footer-widgets-1 .front-page-signup_header,
    .front-page-2 .widget-title, .front-page-2 #mc_signup, .footer-widgets-1 #mc_signup {
        width: 90%;
        padding-right: 0;
    }
    .front-page #vsel .front-page-events-wrapper  {
        flex-direction: column;
        align-items: center;
    }
    
    .front-page #vsel .vsel-content {
        width: 90%;
        max-width: 90%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .front-page #vsel .vsel-content:last-child {
        border-bottom: none;
    }
    .header-seperator-line {
        display: none;
    }
    .header-seperator-title {
        margin: 0 auto;
        font-size: 3.8rem;
    }
    .social_footer_wrapper {
        max-width: 90%;
    }
     .site-footer .genesis-nav-menu {
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-footer .genesis-nav-menu .menu-item {
        padding: 10px;
    }
    .site-inner {
        padding-top: 0;
    }
    .page_slider_container .carousel-content img {
        width: 100%;
        object-fit: cover;
    }
    .post-type-archive-start_line .wp-block-cover, .single-start_line .wp-block-cover,
    .tax-category_start_line .wp-block-cover, .single-start_line .wp-block-cover
    {
        overflow: hidden;
        height: 300px;
        min-height: 300px;
    }
    .contact form {
        padding-right: 0;
        border: none;
    }
    .contact .gb-layout-column-wrap.gb-block-layout-column-gap-1.gb-is-responsive-column {
        display: flex;
        flex-direction: column;
    }
    .full-width-content .entry-content > .alignwide {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .announcement-wrapper {
        min-height: 600px;
    }
    .announcement-cta-button a {
        font-size: 1.5rem;
    }
    .countdown-days {
        height: 20rem;
        width: 90rem;
        margin-top:-6rem;
    }
    .countdown-text {
        width: 60rem;
        height: 12rem;
        margin-bottom: 0;
        margin-top: -1rem;
    }
    .post-type-archive-start_line .container, 
    .tax-category_start_line .container {
        width: 100%;
        padding: 0;
    }
    .entry-content .start_line_column_left ul > li {
        font-size: 1.7rem;
        line-height: 1.3;
        padding: 8px 3px 8px 10px;
    }
}

@media only screen and (max-width: 700px)  {
    .resources .page_slider_container, .events .page_slider_container {
        height: 350px;
    }
    .start_line_cover img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .resources .gb-layout-column-wrap.gb-block-layout-column-gap-1.gb-is-responsive-column {
        display: flex;
        flex-direction: column;
    }
    .resource_card_wrapper {
        margin-bottom: 20px;
    }

}


@media only screen and (max-width: 600px) {
    .front-page-1 .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .front-page #heroBookCarousel .carousel-item {
        flex-direction: column-reverse;
    }
    .front-page #heroBookCarousel .carousel-item .image-wrapper {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .front-page #heroBookCarousel .carousel-item .carousel-content {
        width: 90%;
        margin: 0 auto;
    }
    .front-page-feature-books {
        flex-direction: column;
        align-items: center;
    }
    .front-page-feature-book-wrapper {
        max-width: 80%;
        
    }
    .widget-area.footer-widgets-1 {
        padding: 30px 20px;
    }
   .page_slider_container .carousel-content img {
        height: 100%;
        width: auto;
    }
    .events #vsel  {
        flex-direction: column;
        align-items: center;
    }
    .events #vsel .vsel-content {
        width: 90%;
        max-width: 90%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .events #vsel .vsel-content:last-child {
        border-bottom: none;
    }

    .header-seperator span.header-seperator-line {
        display: none;
    }
    .post-type-archive-start_line .start_line_row {
        padding: 0px 35px 40px 45px;
    }
    .site-footer{
        padding: 40px;
    }
    .front-page-5 .wrap {
        padding: 0;
    }
    .feature-book .gb-container-content h2 {
        font-size: 10rem;
    }
    .book-page .gb-layout-column-wrap.gb-block-layout-column-gap-4.gb-is-responsive-column{
        display: flex;
        flex-direction: column-reverse;
    }
    .bookContainer {
        display: none;
    }
    .bookContainer-mobile {
        display: block;
        width: 80vw;
        min-height: calc(80vw * 0.732);
        position: relative;
        margin: 50px auto;
        transition: 0.5s all ease-in-out;
        animation: mobile-scale 3s forwards;
        animation-delay: 4s;
    }
    .countdown-wrapper-mobile {
        display: block;
        transform: translateY(calc(80vw * 0.20));
        padding-bottom: 50px;
    }
    .announcement .gb-container-content::before {
        bottom: -15px;
    }
    .announcement .gb-container-content::after {
        top: -15px;
    }
    
    @keyframes mobile-scale {
        0% {
         transform: scale(1) translate(0,0); 
        }
        100% {
        transform: scale(1.5) translate(-25%, 10%);
        }
    }
}


@media only screen and (max-width: 500px) {
  
    .post-type-archive-start_line .wp-block-cover, .single-start_line .wp-block-cover, 
    .tax-category_start_line .wp-block-cover, .single-start_line .wp-block-cover {
        height: 300px;
        min-height: 300px;
    }
    .start_line_archive_item_wrapper {
        margin-left: 20px;
        line-height: 1.2;
        font-size: 1.9rem;
        margin-bottom: 5px;
    }
    .start_line_archive_item_wrapper::before {
        left: -20px;
        font-size: 1.3rem;
        top: 4px;
    }
    .start_line_title_wrapper h2 {
        line-height: 1;
    }
    .start_line_column_right p {
        font-size: 2rem;
        padding-left: 5px;
    }
    .start_line_cover img {
        height: 100%;   
        width: auto;
    }

}

@media only screen and (max-width: 400px) {
    .front-page-2 .front-page-signup_header h2, 
    .footer-widgets-1 .front-page-signup_header h2 {
        font-size: 2.6rem;
    }
    .events #vsel {
        width: 100%;
        padding: 0;
    }
    .events .vsel-meta {
        padding: 5px;
    }
    .entry-content .start_line_column_left ul > li {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.wp-block-genesis-blocks-gb-accordion.accordion-book-summary-title .gb-accordion-title {
	background-color: #ecdbdb;
	cursor:pointer;
}
