/* 
         -//                   //-
        -//  the three cups   //-
       -//  ayeayemedia.com  //-
      -//                   //-
*/
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1), inset 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}

a.navbar-brand {
    font-family: "Lobster", cursive !important;
    font-size: 1.5rem;
    padding: 0 0 0 1rem;
    color: #ddd !important;
    letter-spacing: .1rem;
}
a.navbar-brand:hover {
    color: white !important;
}
.navbar-expand-lg {
    padding: .1rem 0 0;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
    background-color: #34796c !important;
}
.navbar-toggler {
    border: 1px solid white !important;
}


.row .green, .intro { /* hero */
    background-color: #33796c !important;
    color: #dddddd;
    min-width: 100% !important;
    min-height: 100vh;
}
h2, h3, p.card-text-header { /* RATIONAISE */
    font-family: "Lobster", cursive !important;
    color: #555;
    font-size: 2rem;
    margin: 0 !important;
}

h4, p.card-text-header.text-highlight { /* RATIONAISE */
    font-size: 2.5rem !important;
    font-family: "Lobster", cursive !important;
    text-align: center !important;
    color: #99cc02;
}

h4.strap-line { /* RATIONAISE */
    font-size: 2.5rem;
    color: #d8f0c1;
    text-align: center;
}
small {
    font-size: 75%;
    display: inline-block !important; /* You need inline-block, as <small> is inline by default, and so inherits its parent's line height. */
    line-height: 1 !important;
}
h1, h2 { /* RATIONAISE */
    font-family: "Lobster", cursive !important;
    color: #ddd !important;
    text-align: center;
    font-size: 3rem;
}
h1.intro { /* RATIONAISE */
    font-size: 5rem;
    padding-top: .5rem;
    color: #ffd550 !important;
}
p.intro-2 {
   font-size: 1.1rem;
   text-align: center;
   font-weight:400;
}
p.intro-3 {
   font-size: 1.5rem;
   text-align: center;
   color: white;
}
.small-print {
  font-size: .8rem;
  font-style: italic;
  text-align: center;
  color: white;
}
.intro-text-center {
    font-family: "Lobster", cursive !important;
    letter-spacing: .1rem;
    font-size: 1.3rem;
    text-align: center;
}

/* 3 cups pups album style */
.py-5-pups {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-lg-5-pups {
    padding-top: 2rem !important;
    padding-bottom: 0r !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1 !important; /* set 1 to retain bg colour when scrolled. use with navbar position-fixed */
    z-index: 99;
    width: 100%;
}

.py-5 {
    /* space after py-5 text-center container intro text */
    /* padding-top: 0rem !important; TEMP SEE TEMP IN FOOTER */
    padding-bottom: 1rem !important;
}

@media (min-width: 992px) {
    /* space after py-5 text-center container intro text */
    .py-lg-5 {
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
    }
}
.wh-100 {
    min-width: 100% !important;
    padding: 0 10% 0;
    -height: 100vh; 
}
.bg-green {
    background: #34796c;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 24px 25px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.bg-green a {
    color: white;
}



/* MODAL DIALOG WINDOW */

.open {
    /*margin-left: 45%; */
    transform: rotate(-4deg);
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    background: white;
    color: #000;
    cursor: pointer;
    border: 3px solid;
    padding: 0.25em 0.5em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px,
    5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.open:hover {
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 0px 0px 0px 0px,
    0px 0px 0px 0px;
    top: 1px;
    left: 1px;
    background: #99cc02;
    color: black;
}
.close {
    /*margin-left: 70%;*/
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    background: white;
    color: #000;
    cursor: pointer;
    border: 3px solid;
    padding: 0.25em 0.5em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px,
    5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    outline: 0;
}
.close:hover {
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 0px 0px 0px 0px,
    0px 0px 0px 0px;
    top: 1px;
    left: 1px;
    background: #99cc02;
    color: black;
}
#dialog {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 99%;
    max-height: 99%;
    background: white;
    border: 6px solid black;
    border-radius: 255px 15px 255px 15px/15px 255px 15px 255px;
}
img {
    max-width: 100%;
}
img.card {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 12px 13px;
}
.img-shadow {
   box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.cups-gallery {
    border: 1px solid #363936;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 24px 25px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.special a {
    position: relative;
    text-decoration: none;
}
.special a:hover {
    color: green !important;
}
.special a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: green;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.special a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.col-lg-6 {
    width:100%;
}
h2, h4 { /* RATIONAISE */
    text-align: left;
}
.bg-body-secondary {
    background-color: #34796c !important;
}

.bg-body-secondary {
    margin-top: 4rem !important;
}

/* TEMP NAVBAR OVERRIDES */
.navbar {
    background-color: #34796c !important;
    /*box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 1px 1px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
}
a.nav-link {
    color: white !important;
    padding-bottom: .5rem;
}
a.navbar-brand {
    color: white !important;
} 
a.navbar-brand:hover {
    color: #99cc02 !important;
}
a.nav-link:hover {
    color: #99cc02 !important;
}
.dropdown-toggle:focus {
    outline: none !important; /* Remove the default focus outline */
}

.dropdown-menu a:focus {
    outline: none !important; /* Remove the focus outline from dropdown items */
}
.dropdown-toggle:focus-visible {
    outline: none !important; /* Remove the default focus outline */
}

.dropdown-menu a:focus-visible {
    outline: none !important; /* Remove the focus outline from dropdown items */
}
/* SOCIAL LINKS */
.social {
    padding-top: 7px !important;
}

/* MAILCHIMP */
.mc-field-group {
    padding-top: 6px;
}
input {
    border: 0;
    border-radius: 5px;
    padding: .15rem 0 .1rem .5rem;
    box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #fff;
    background-color: white !important;
    color: black !important;
}
.mailchimpbutton {
    background: green !important;
    color: white !important;
    border: 1px solid #006400;
    padding: .1rem .5rem;
    box-shadow: none;
}
.mailchimpbutton:hover, .mailchimpbutton:focus {
    background: #99cc02 !important;
    color: black !important;
    border: 1px solid #99cc02 !important;
}


.btn {
    color: black !important;
}
.btn:hover {
    color: black !important;
    background-color: #99cc02 !important;
    border-color: black !important;
}


/* embedded */
.page-container {
  max-width: 850px;
  margin: 0 auto;
}

/* 2 column stack */
.two-col-stack {
  padding: 0.5rem;
  border: 0.1rem solid silver;
}
.first {
  margin-bottom: 1rem;
}
/* END 2 column stack */

.module {
  -padding: 0 10px;
}
.module h2 {
  font-style: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  color: #33796c !important;
  margin-bottom: 1rem!important;
}
.module .subtitle:before {
  text-transform: uppercase;
  text-align: center;
  color: #04aa6d;
  padding-bottom: 1rem;
  content: "";
  height: 3px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  width: 300%;
  top: 50%;
  left: -100%;
  z-index: -999;
}

/*   FOOD   */
.food-box, .diary-box {

}


/*   EVENTS   */
.events-box {
  border: 1px solid #bbb;
  padding: 20px 20px 0;
  border-radius: 4px;
  background: #f4f4f4;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 12px 13px;
}
.events-list {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}
.events-list li {
  margin-bottom: 50px;
}
.event-header {
  display: flex;
  text-align: left; !important;
}
.event-details {
  -padding-top: 20px;
}
.event-title {
  color: #555;
  font-size: 2rem;
  margin-bottom: 4px;
  line-height: 1;
  text-decoration: none;
  font-family: Oswald;
}
.event-date {
  font-family: Oswald;
  font-size: 1.6rem;
  color: #8d8d8d;
}
.event-format {
  font-family: Oswald;
  font-size: 1.1rem;
  color: #8d8d8d;
}
.event-content {
  padding-top: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.event-content > img {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* end embedded */

.food {
  padding: 0.5rem;
  border: 0.1rem solid silver;
  margin-bottom: 1rem;
}

.navbar-collapse {

flex-grow: 0 !important;
}

/*
.button {
  background-color: #33796c;
  border: 1px solid #33796c;
  border-radius: 30px;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-style: bold;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.button:hover {
  background-color: orange;
  border: 1px solid orange;
  color: black;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}*/


.tickets {
  display: inline-block;
  padding: 0.1rem 0.8rem;
  border: 0.1rem solid #33796c;
  margin: .3rem 0 .1rem 0;
  border-radius: 0.3rem;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: #33796c;
  color: #fff;
  text-align: center;
  transition: all 0.6s;
}
.tickets:hover {
  color: #000;
  background-color: #fff;
  border: 0.1rem solid #000;
}
.tickets a {
  color: #fff;
      text-decoration: none;
}
.tickets a:hover {
  text-decoration: none;
  color: #000;
}
.sold-out, .sold-out:hover {
  border: 0.1rem solid red;
  color: #fff;
  background: red;
}
.right {
  float: right;
}

/* BACK TO TOP */
.back-up {
  float: right !important;
  border: 1px solid silver !important;
  border-radius: .2rem;
  background: #f5f5f5 !important;
  text-decoration: none;
  padding: .5rem;
  margin-left: 2rem;
}

.btn-tickets {
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	font-size: 1em;
	padding: 0.1rem 0.4rem;
	border: none;
	transition: all 0.5s;
	border-radius: .3rem;
	width: auto;
	position: relative;
	border: 0.1rem solid #34796c;
	background: #34796c;
	color: white;
}
.btn-tickets a {
  color: #fff;
	text-decoration: none;
}
.btn-tickets::after {
	content: "\27A4";
	font-weight: 400;
	position: absolute;
	left: 83%;
	top: 10%;
	right: 85%
	bottom: 0;
	opacity: 0;
}
.btn-tickets:hover {
	background: tomato;
	border: 0.1rem solid tomato;
	color: white;
	transition: all 0.1s;
	padding-right: 1.8rem;
}
.btn-tickets:hover::after {
	opacity: 1;
	transition: all 0.1s;
}
 
/* START TICKET HINT */
.ticket-sales-hint {
  display: flex;
  gap: 8px;
  align-items: center;
}
.badge {
  display: flex;
  align-items: center;
  font-family: Neue Plak, -apple-system, BlinkMacSystemFont, Roboto,
    Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 4px 8px 4px 4px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #bbb;
  text-rendering: optimizelegibility;
  color: #3a3247;
  gap: 2px;
}
.badge_sold-out {
  border-color: #777 !important;
  background-color: #ff4e4e;
  color: white !important;
}
.badge_few-tickets-left {
  background-color: #ff4e4e;
  color: white !important;
}
.badge_selling-fast {
  background-color: pink;
}
.badge_sales-end-soon {
  background-color: pink;
}
.badge_popular {
  background-color: #f5f5f5;
  background-color: #fff8dc;
}
/* END TICKET HINT */

/*eof*/