/* ================================
	GLOBAL STYLES - MOBILE FIRST
================================ */
/*@import url("//fonts.googleapis.com/css2?family=Cormorant+SC:wght@700&family=Dancing+Script&family=Montserrat:ital,wght@0,300;0,500;0,600;1,300;1,500;1,600&display=swap");*/
@import url('//fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Cinzel:wght@700&family=Poppins:wght@400;500&display=swap');
/*
font-family: 'Cinzel', serif;
font-family: 'Cinzel Decorative', cursive;
font-family: 'Poppins', sans-serif;
*/
@font-face {
    font-family: 'BettinaSignature';
    font-style: normal;
    font-weight: 400;
    src: local('Bettina Signature'), local('BettinaSignature'),
    url('https://tarotpalooza.com/wp-content/themes/tarotpalooza/fonts/BettinaSignatureRegular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://tarotpalooza.com/wp-content/themes/tarotpalooza/fonts/BettinaSignatureRegular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('https://tarotpalooza.com/wp-content/themes/tarotpalooza/fonts/BettinaSignatureRegular.ttf') format('truetype');
    font-display: swap;
}

@supports (display: grid) {
  .message {
    display: none;
  }
}
.message {
  background-color: #07040A;
  color: #fff;
}

.skip-link {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #07040A;
  color: #fff;
  left: 50%;
  padding: 4px;
}

.skip-link:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #140e30 url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tp-bg-768-min.jpg") no-repeat center center;
  /*background-blend-mode: darken;*/
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

select, select option, textarea, input[type="text"], input[type="number"], input[type="submit"], input[type="email"], input[type="tel"], input[type="password"]{
  color: #000000;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.show-on-mobile {
  display: block;
}

.hide-on-mobile {
  display: none;
}

.marginTop30 {
  margin-top: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

/* WP IMAGE CLASSES */
figure {
  margin: 0;
  margin-top: 12px;
}

img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

/* LINKS */
a {
  text-decoration: none;
  color: #AB0552;
}

a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.gold {
  background-color: gold;
}

.italic {
  font-style: italic;
}

.gray {
  background-color: #d3d3d3;
}

.raspberry {
  color: #AB0552;
}

.nearly-sold-out {
  border: 6px double #C9A190;
  background: rgba(171, 5, 82, 0.8); /* 58, 158, 154 */
  padding: 4px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 220px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  bottom: -12px;
}

/* ****************************
         480 and Up
******************************* */
@media (min-width: 480px) {
  body {
    background: #140e30 url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tp-bg-768-min.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
/* ****************************
         765 and Up
******************************* */
@media (min-width: 765px) {
  body {
    background: #140e30 url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tp-bg-1294-min.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .show-on-mobile {
    display: none;
  }

  .hide-on-mobile {
    display: block;
  }
}
/* ****************************
         1023 and Up
******************************* */
@media (min-width: 1023px) {
  body {
    background: #140e30 url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tp-bg-1294-min.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
/* ****************************
         1198 and Up
******************************* */
@media (min-width: 1198px) {
  body {
    background:url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tp-bg-1294-min.jpg") no-repeat center center;
    /*background-color: #140e30; */  
    background-size: cover;
    background-attachment: fixed;
  }
}
/* ================================
	MAIN LAYOUTS - MOBILE FIRST
================================ */
.pageWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

header {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

nav {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

main {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}

footer {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container, .container-404 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

article {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

article h2 + p{
  margin-top: 25px;
}



/* ****************************
         1200 and Up
******************************* */
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
/* ================================
	TYPOGRAPHY - MOBILE FIRST
================================ */
html, body, p, ul li, ol li {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3889;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  font-family: 'BettinaSignature';
  font-size: 50px;
  font-size: 1.7rem; /* 2.5rem */
  text-align: center;
  line-height: 2.5; /*1.1*/
  color: #e8bb5a;
  margin-bottom: 1rem;
  font-weight: normal;
}

h2 {
  font-family: 'BettinaSignature';
  font-size: 40px;
  font-size: 1.7rem; /*2.6rem*/
  text-align: center;
  color: #e8bb5a;
  font-weight: 400;
  line-height: 2.1; /* 1.1 */
}

h3, .h3 {
  font-family: 'BettinaSignature';
  font-size: 40px;
  font-size: 1.3rem; /* 2.3rem */  
  color: #ffffff;
  font-weight: 400;
}

h4, .h4 {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-size: 1.2rem;
  color: #e8bb5a;
}

h5 {
  margin: 0;
  font-size: 20px;
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

/* ================================
	BUTTONS - MOBILE FIRST
================================ */
.wp-block-buttons {
  display: grid;
  place-items: center;
  margin: 50px 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #e8bb5a;
  text-align: center;
  opacity: 0.8;
  margin: 4px;
  width: 100%; /* 320px */
  border-radius: 1px;
  display: inline-block;
  padding: 8px 16px;
  font-family: 'Cinzel', serif;
  font-size: 26px;
  color: #000000;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  opacity: 1;
}


/* ================================
  Column
================================ */
.wp-block-columns .wp-block-column h2#ticketDiv{
  margin-top: 35px;
  margin-bottom: 10px;
}

/* ================================
  Form
================================ */

.page main .formkit-form[data-uid="720cf50be3"] .formkit-submit{
  background-color: #000000;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.ticketButton {
  background-color: #e8bb5a;
  text-align: center;
  opacity: 0.8;
  margin: 4px;
}
.ticketButton a {
  display: inline-block;
  padding: 8px 16px;
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-size: 1.3rem;
  color: #000000;
}
.ticketButton a:hover {
  text-decoration: none;
}

.ticketButton:hover {
  opacity: 1;
}

.ticketButton.sideButton, .ticketButton.sideButton a{
  background-color: #e8bb5a;
}
.ticketButton.sideButton a{
  font-size: 1.19rem;
}
.sideButton {
  width: 210px;
  margin: 0 auto;
}

/* ================================
	WOOCOMMERCE - MOBILE FIRST
================================ */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #AB0552;
  background-color: transparent;
  color: #ffffff;
}

.woocommerce-message, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-error li, .woocommerce a.button:hover{
  color: #ffffff;
}
.woocommerce-message::before {
  color: #AB0552;
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
  display: none;
}

.woocommerce-info::before {
  color: #AB0552;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce a.button {
  background-color: #AB0552;
  opacity: 0.8;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover {
  background-color: #AB0552;
  opacity: 1;
  color: #ffffff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #AB0552;
  color: #fff;
  opacity: 0.8;
}
.woocommerce form .form-row input.input-text{
  padding: 4px 10px;
}

.woocommerce form .woocommerce-billing-fields{
  margin-bottom: 15px;
}
.woocommerce-checkout #payment, .woocommerce-checkout #payment p, .woocommerce-checkout #payment label, .woocommerce-checkout select, .woocommerce-checkout select option, .woocommerce-checkout .select2-dropdown{
  color: #000000;
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-checkout.select2-container--default .select2-results__option--highlighted[data-selected]{
  background-color: #AB0552;
}

.woocommerce form .form-row textarea{
  height: 6em;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
  text-align: center;
}

.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: 75px;
  height: 75px;
}

.woocommerce ul.products li.product a img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  color: #e8bb5a;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price {
  color: #ffffff;
  font-size: 1.2em;
}
.woocommerce .cart-collaterals .cross-sells h2{
  margin: 30px 0 20px 0;
  line-height: 1.1;
}
.woocommerce table.shop_table tbody tr td.product-name a{
  color: #ffffff;
}
.woocommerce table.shop_table thead tr th, .woocommerce table.shop_table tbody tr td{
  border-top: 1px solid rgba(255, 255, 255, 0.5);  
}
.product-template-default .authorDate {
  display: none;
}
.product-template-default .product_meta {
  display: none;
}
.woocommerce div.product form.cart .variations td.label {
  line-height: 1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #e8bb5a;
  font-weight: bold;
  font-size: 1.5rem;
}

.woocommerce div.product form.cart .variations select {
  width: 75%;
}

.woocommerce-variation-availability {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce div.product-addon-totals ul{
  padding: 0;
}
.woocommerce div.product form.cart .variations th{
  line-height: 1.3em;
  text-align: left;
}

.woocommerce .product h1, .error404 .container-404 h1{
  margin: 30px 0 50px 0;
}
.woocommerce form .form-row textarea{
  padding: 10px 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
  background-color: transparent;
}

.error404 .container-404{
  text-align: center;
  margin-bottom: 100px;
}
.woocommerce-terms-and-conditions h1, .woocommerce-terms-and-conditions h2, .woocommerce-terms-and-conditions h3{
  color: #000000;
}

/* ================================
  Single Product
================================ */
.single-product.woocommerce .product h1{
  line-height: 2.0;
}

/* ================================
	HEADER - MOBILE FIRST
================================ */
header .container {
  display: grid;
  place-items: center;
  padding-top: 18px;
}
header .container p {
  text-align: center;
  margin: 0;
  text-transform: lowercase;
}
header .container .tagline {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 12px;
  font-size: 0.62rem;
  letter-spacing: 4px;
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: initial;  
  text-shadow: #000000 2px -2px 6px;
}
header .container .tagline2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.10rem;
  letter-spacing: 4px;
  text-transform: initial;
  text-shadow: #000000 2px -2px 6px;
  padding-bottom: 15px;
}

/* ****************************
         768 and Up
******************************* */
@media (min-width: 768px) {
  header .container .tagline {
    font-size: 29px;
    font-size: 1.50rem;
    text-indent: -0.6rem;
    line-height: 0.5;
    margin-bottom: 22px;
  }
  header .container .tagline2 {
    font-size: 29px;
    font-size: 1.35rem;
  }
  .wp-block-columns .wp-block-column h2{
    margin-bottom:30px;
  }  
}
/* ****************************
         1024 and Up
******************************* */
@media (min-width: 1024px) {
  header .container {
    display: grid;
    place-items: center;
  }
}
/* ================================
	MAIN NAVIGATION - MOBILE FIRST
================================ */
nav {
  background-color: #EAeff2;
  /* menu-toggle is the button */
  /* clg-menu is the ul */
}
nav ul {
  list-style: none;
  margin: 0;
}
nav .menu-toggle {
  display: block;
  padding: 10px;
  background: #EAeff2;
  color: #000000;
  font-family: 'Cinzel', serif;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
nav .menu-toggle.toggled-on {
  background: #EAeff2;
}
nav .clg-menu {
  display: none;
}
nav .clg-menu.toggled-on {
  display: block;
  position: relative;
}
nav .clg-menu {
  padding: 0;
}
nav .clg-menu li {
  line-height: 2;
  font-family: 'Cinzel', serif;
}
nav .clg-menu li a {
  background: #EAeff2;
  color: #000000;
  display: block;
  margin: 1px 0;
  padding-left: 8px;
  font-family: 'Cinzel', serif;
}
nav .clg-menu li a:hover {  
  color: #AB0552;
  text-decoration: none;
}

/* *****************************************
         768 and Up
******************************************** */
@media only screen and (min-width: 768px) {
  nav .menu-toggle {
    display: none;
  }
  nav .clg-menu {
    display: block;
  }
  nav .clg-menu,
nav .clg-menu * {
    margin: 0;
    padding: 0;
  }
  nav .clg-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  nav .clg-menu > li {
    position: relative;
    padding: 0 18px;
    text-align: center;
  }
  nav .clg-menu > li a {
    font-size: 22px;
    font-size: 1.1rem;
  }
  nav .clg-menu > li a:hover {
    background: #EAeff2;
    text-decoration: underline;
  }
  nav .clg-menu > li.current-menu-item a{
    color: #AB0552;
  }
  nav .clg-menu > li:last-child.current-menu-item a{
    color: #000000;
  }
  nav .clg-menu > li ul {
    position: absolute;
    display: none;
    top: 37px;
  }
  nav .clg-menu li:hover {
    background-color: #EAeff2;
    color: #fff;
  }
  nav .clg-menu li:hover ul {
    display: block;
    width: 100%;
  }
  nav .clg-menu li:hover ul li {
    text-align: left;
  }
  nav .clg-menu li:hover ul li a {
    display: block;
  }
}
/* ****************************
         1200 and Up
******************************* */
@media (min-width: 1200px) {
  nav .clg-menu > li {
    padding: 0 28px;
  }
}
/* ================================
	PAGE STYLES - MOBILE FIRST
================================ */
main .mainContent {
  padding: 1rem 0;
  min-height: 100vh;
}
main .mainContent h2 a {
  color: #e8bb5a;
}
main .mainContent h2:hover a {
  text-decoration: underline;
}

main .mainContent .container .ticketDiv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
}
main .mainContent .container .ticketDiv .column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
  width: 315px;
  position: relative;
}
main .mainContent .container .ticketDiv .column .bg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;  
  background: transparent url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tarotpalooza-ticket-frame-2.png") no-repeat top center;
  background-size: cover;
  width: 300px; /* 315px */
  height: 612px;
  padding: 36px 28px 0; /*36px 28px 0 */
  position: relative;
}
main .mainContent .container .ticketDiv .column .bg p, main .mainContent .container .ticketDiv .column .bg ul li {
  font-size: 16px;
}
main .mainContent .container .ticketDiv .column .bg h3, main .mainContent .container .ticketDiv .column .bg .price {
  text-align: center;
  font-size: 28px;
}
main .mainContent .container .ticketDiv .column .bg h3, main .mainContent .container .ticketDiv .column .bg .h4{
  font-family: 'Cinzel', serif;
  color: #000000;
}
main .mainContent .container .ticketDiv .column .bg .h4 {
  text-align: center;
  margin: 0;
  font-size: 1rem;
}
main .mainContent .container .ticketDiv .column .bg .h4{
  margin-top: 0;
}
main .mainContent .container .ticketDiv .column .bg h3 + .h4 + p, main .mainContent .container .ticketDiv .column .bg h3 + p{
  margin-top: 15px;
} 
main .mainContent .container .ticketDiv .column .bg p {
  margin: 0;
  padding: 0 0 0 8px;
}
main .mainContent .container .ticketDiv .column .bg ul {
  margin: 10px 0 0 12px;
  padding-left: 15px;
}
main .mainContent .container .ticketDiv .column .bg p, main .mainContent .container .ticketDiv .column .bg ul, main .mainContent .container .ticketDiv .column .bg ul li{
  color: #000000;
  line-height: 1.2389;
  font-size: 15px;
  font-size: 0.745rem;
}
main .mainContent .container .ticketDiv .column .bg .price {
  line-height: 1;
  height: 55px;
  position: absolute;
  bottom: 2px;/* 40*/
}
main .mainContent .container .ticketDiv .column .bg .price.h4{
  font-size: 1.2rem;
}
main .mainContent .container .ticketDiv .column .bg .price span {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 0.8rem;
}
main .mainContent .container .ticketDiv .column .ticketButton{
  width: 80%;
}
main .mainContent .container .ticketDiv .column .ticketButton a {
  padding: 8px 5px;
  background-color: #e8bb5a;
  font-size: 1.0rem;
}
main .mainContent .container .homeSpeaker {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: 1 0 600px;
          flex: 1 0 600px;
}
main .mainContent .container .homeSpeaker .speakerImg img {
  width: auto; /*300px*/
  height: auto; /*300px*/
  max-width: 100%;
}
main .mainContent .container .homeSpeaker .speakerInfo h3, main .mainContent .container .homeSpeaker .speakerInfo h4 {
  text-align: center;  
}
main .mainContent .container .homeSpeaker .speakerInfo h3{
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 2.3;
}
main .mainContent .container .homeSpeaker .speakerInfo h4 {
  margin: 0 0 15px 0;
}
main .mainContent .container .homeSpeaker .speakerInfo p {
  margin-top: 0;
}
main .mainContent .container .homeSpeaker .speakerInfo p:last-child {
  margin-bottom: 60px;
}
main .mainContent .container .homeSpeaker .speakerInfo p span a {
  color: #AB0552;
}
main .mainContent .container .homeSchedule {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: 1 0 600px;
          flex: 1 0 600px;
  text-align: center;
  margin-bottom: 20px;
}
main .mainContent .container .homeSchedule h5 {
  line-height: 1.8;
}
main .mainContent .container .homeSchedule p {
  margin: 0.2em 0;
}

.page main .mainContent .container article .speakerBio {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.page main .mainContent .container article .speakerBio .bioImage {
  -webkit-flex: 0 0 250px;
          flex: 0 0 250px;
  height: 500px;
  width: 300px;
  text-align: center;
  margin-bottom: 30px;
}
.page main .mainContent .container article .speakerBio .bioInfo h3, .page main .mainContent .container article .speakerBio .bioInfo h4, .page main .mainContent .container article .speakerBio .bioInfo h5 {
  text-align: center;
}
.page main .mainContent .container article .speakerBio .bioInfo h4 {
  margin: 0.3rem 0;
}
.page main .mainContent .container article .speakerBio .bioInfo h5 {
  line-height: 1.6;
}
.page main .mainContent .container article .speakerBio .bioInfo p {
  margin-top: 0;
}
.page main .mainContent .container article .speakerBio .bioInfo summary .link{
  color: #AB0552;
  cursor: pointer;
}
.page main .mainContent .container article .speakerBio .bioInfo summary .link:hover{
  text-decoration: underline;
}
.page main .mainContent .container article .swag-offer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 48px;
}
.page main .mainContent .container article .swag-offer .offer-img {
  -webkit-flex: 0 0 250px;
          flex: 0 0 250px;
  width: 250px;
  margin-bottom: 24px;
}
.page main .mainContent .container article .swag-offer .offer-info h3, .page main .mainContent .container article .swag-offer .offer-info h4, .page main .mainContent .container article .swag-offer .offer-info h5 {
  text-align: center;
}
.page main .mainContent .container article .swag-offer .offer-info h4 {
  margin: 0.3rem 0;
}
.page main .mainContent .container article .swag-offer .offer-info h5 {
  line-height: 1.6;
}
.page main .mainContent .container article .swag-offer .offer-info p {
  margin-top: 0;
}
.page main .mainContent .container article .swag-offer .offer-info details summary {
  margin-bottom: 12px;
}
.page main .mainContent .container article .swag-offer .offer-info details summary .seeMore {
  color: #4E2780;
  font-weight: 600;
  font-style: italic;
}
.page main .mainContent .container article .swag-offer .offer-info details summary:focus {
  outline: none;
}

.page main .mainContent .container article h1, .single-post main .mainContent .container article h1{
  margin: 20px 0 30px 0;
}

.page-id-9 main .mainContent .container article h2 {
  font-family: 'Cinzel', serif;
  color: #ffffff;
  font-size: 36px;
  font-size: 1.28rem;
  line-height: 1;
  margin: 50px 0 25px 0;
}
.page-id-9 main .mainContent .container article .speakerName {
  font-family: 'BettinaSignature';
  color: #e8bb5a;
  font-size: 36px;
  font-size: 1.4rem; /* 1.8rem */
  line-height: 2.4; /* 1 */
  margin: 8px 0 25px 0;
}

.blog main .mainContent .container .more-link {
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

.blog main .mainContent .container article h2, .single-post main .mainContent .container article h2{
  font-family: 'Cinzel', serif;
  color: #e8bb5a;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
}

.single-post main .mainContent .container article h1{
  line-height: 2.7; /* 1.15 */
  text-align: center;
}
.single-post main .mainContent .container article h2, .single-post main .mainContent .container article h3{
  margin: 50px 0 30px 0;
}
.single-post main .mainContent .container article h3{
  line-height: 2.3;
}

.single-post main .mainContent .container article ul, .single-post main .mainContent .container article ol{
  margin: 0;
}
.single-post main .mainContent .container article ul li, .single-post main .mainContent .container article ol li{
  margin-bottom: 15px;
}

.single main .mainContent .container article .featuredEvent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.single main .mainContent .container article .featuredEvent .eventImage {
  -webkit-flex: 0 0 300px;
          flex: 0 0 300px;
}
.single main .mainContent .container article .featuredEvent .eventInfo h3, .single main .mainContent .container article .featuredEvent .eventInfo h4, .single main .mainContent .container article .featuredEvent .eventInfo .dateTime {
  text-align: center;
}
.single main .mainContent .container .otherPosts {
  display: grid;
  grid-template-columns: 2, 1fr;
  max-width: 960px;
  margin: 0 auto;
}
.privacy-policy.page main .mainContent .container article h2{
  margin-top: 50px;
}
.blog main .mainContent .container{
  margin-top: 30px;
}
.woocommerce div.product p.stock{
  display: none;
}

/* ****************************
         768 and Up
******************************* */
@media (min-width: 768px) {
  main .mainContent .container .homeSpeaker {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  main .mainContent .container .homeSpeaker .speakerImg {
    -webkit-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-right: 32px;
  }
  main .mainContent .container .homeSpeaker .speakerInfo h3, main .mainContent .container .homeSpeaker .speakerInfo h4 {
    text-align: left;
  }
  main .mainContent .container .homeSchedule {
    margin-top: 50px;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  main .mainContent .container .homeSchedule .friday {
    margin-right: 0;
    width: 33%;
  }
  main .mainContent .container .homeSchedule .saturday{
    margin: 0 30px 0 0;
    width: 36%;
  }
  main .mainContent .container .homeSchedule .sunday{
    width: 24%;
  }
  main .mainContent .container .homeSchedule h4{
    font-size: 1rem;
    color: #ffffff;
  }
  main .mainContent .container .homeSchedule h3{
    color: #e8bb5a;
    font-size: 1.4rem; /* 1.6rem */
    margin: 20px 0;
    line-height: 2.4;
  }

  .page main .mainContent .container article .speakerBio {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-top: 60px;
  }
  .page main .mainContent .container article .speakerBio .bioInfo h3, .page main .mainContent .container article .speakerBio .bioInfo h4, .page main .mainContent .container article .speakerBio .bioInfo h5 {
    text-align: left;
  }  
  .page main .mainContent .container article .speakerBio .bioInfo h3{
    margin-bottom: 10px; /*  10px */
    font-size: 1.7rem; /* 2.5rem */
    line-height: 2.7;
  }
  .page main .mainContent .container article .speakerBio .bioInfo h5{
    margin-bottom: 15px;
  }
  .page main .mainContent .container article .speakerBio .bioInfo details{
    margin-bottom: 35px;
  }
  .page main .mainContent .container article .speakerBio .bioInfo details summary:focus {
    outline: none;
  }
  .page main .mainContent .container article .speakerBio .bioInfo, .page main .mainContent .container article .speakerOptin{
    margin-left: 20px;
  }
  .page main .mainContent .container article .speakerOptin {
    max-width: 700px;
    margin-left: 270px; /* 250px */
    margin-right: -20px; /*  0 */
    margin-top: -30px;
  }
.page main .mainContent .container article .speakerOptin.annagrace,
.page main .mainContent .container article .speakerOptin.danielle,
.page main .mainContent .container article .speakerOptin.heather,
.page main .mainContent .container article .speakerOptin.allie {
    margin-top: -30px;
  }
  .page main .mainContent .container article .swag-offer {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-top: 30px;
  }
  .page main .mainContent .container article .speakerOptin + h2{
    margin: 50px 0 60px 0;
  }
  .page main .mainContent .container article .speakerOptin form > div{
    padding: 0 !important;
  }
  .page main .mainContent .container article .swag-offer .offer-img {
    margin-right: 24px;
  }
  .page main .mainContent .container article .swag-offer .offer-info h3, .page main .mainContent .container article .swag-offer .offer-info h4, .page main .mainContent .container article .swag-offer .offer-info h5 {
    text-align: left;
  }
  .page main .mainContent .container article .swag-offer .offer-info details summary,
  .page main .mainContent .container article .swag-offer .offer-info details summary:focus {
    outline: none;
  }
  main .mainContent .container .homeSpeaker .speakerInfo p:last-child{
    margin-bottom: 80px;
  }
  .single main .mainContent .container article .featuredEvent {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .single main .mainContent .container article .featuredEvent .eventInfo h3, .single main .mainContent .container article .featuredEvent .eventInfo h4, .single main .mainContent .container article .featuredEvent .eventInfo .dateTime {
    text-align: left;
  }

  .affwp-form label + input {
    width: 50%;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link{
    width: 100%; /* 460px */
  }
  footer{
    padding-top: 3rem;
  }
}
/* ****************************
         1024 and Up
******************************* */
@media (min-width: 1024px) {
  main .mainContent .container .ticketDiv {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .blog main .mainContent .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px;
  }
  .page main .mainContent .container article .speakerOptin{
    margin-left: 270px;
    margin-right: -20px;
  }
}

@media (max-width: 767px){
  body{
    background: #140e30 url("https://tarotpalooza.com/wp-content/themes/tarotpalooza/img/tp-bg-768-4-min.jpg") repeat-y center center;
  }
  .page main .mainContent .container article h1{
    /* line-height: 2.3;*/
    font-size: 1.5rem;
    line-height: 2.5889;
  }
  main .mainContent .container .ticketDiv .column{
    margin-bottom: 30px;
  }
  .wp-block-buttons{
    margin: 30px 0;
  }
  main .mainContent .container .homeSchedule .friday, main .mainContent .container .homeSchedule .saturday{
    margin-bottom: 40px;
  }
  .page main .mainContent .container article .speakerBio .bioInfo h4{
    margin: 1rem 0 0.5rem 0;
  }
  .page main .mainContent .container article .speakerOptin{
    margin-bottom: 30px;
  }
  .page main .mainContent .container article .speakerBio .bioInfo h5{
    margin-bottom: 15px;
  }
  .page main .mainContent .container article .speakerOptin + h2{
    margin-bottom: 25px;
  }
  .page main .mainContent .container article .speakerBio .bioInfo h3{
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 2.5889; /* 1.1889 */
  }
  .page main .mainContent .container article .speakerBio .bioImage{
    width: auto;
  }
  .page main .mainContent .container article .speakerBio .bioImage img{
    width: auto;
    height: auto;
  }
  main .mainContent .container .homeSpeaker .speakerInfo h3{
    line-height: 2.5;
    font-size: 1.5rem;
  }
  main .mainContent .container .homeSchedule h3{
    font-size: 1.4rem;
    margin: 20px 0;
    line-height: 2.4;
  }
  .sideButton{
    width: 225px;
  }
  .single-post main .mainContent .container article h1{
    line-height: 2.5;
  }
  .single-post main .mainContent .container article h3{
    line-height: 2.5;
  }  
}

/* ****************************
         768 to 1024 and Up
******************************* */
@media(min-width: 768px) and (max-width: 1024px){
  .page main .mainContent .container article .speakerOptin{
    max-width: 450px;
  }
  main .mainContent .container .ticketDiv .column{
    margin-bottom: 30px;
  }
}
/* ================================
	INDEX PAGE TYPES - MOBILE FIRST
================================ */
/* ============================================================
	FOOTER - MOBILE FIRST
============================================================ */
footer {
  padding-bottom: 27px;
  font-size: 18px;
  font-size: 0.9rem;
}
footer .sponsors {
  margin-bottom: 30px;
}
footer .sponsors .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .sponsors .container div {
  margin: 28px;
}
footer .angelpalooza .container {
  display: grid;
  place-items: center;
}
footer .angelpalooza .container .contactInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
footer .angelpalooza .container .contactInfo .fa-envelope {
  font-size: 50px;
  font-weight: 400;
}
footer .angelpalooza .container .contactInfo p {
  margin: 0;
  font-size: 26px;
  font-size: 1.3rem;
  text-align: center;
}
footer .angelpalooza .container .divider {
  height: 1px;
  width: 85%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 1rem 0;
}
footer .angelpalooza .container .socialIcons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  font-size: 48px;
}
footer .angelpalooza .container .socialIcons i {
  color: #ffffff;
}
footer .angelpalooza .container .socialIcons a {
  display: block;
  margin: 12px;
}
footer .angelpalooza .container .final {
  max-width: 800px;
  margin: 0 auto;
}
footer .angelpalooza .container .final p{
  text-align: center;
}

/*# sourceMappingURL=main.css.map */