/*
Theme Name: JohnnyoTheme
Theme URI: https://johnnyodesign.com/
Author: Johnnyo Design
Author URI: https://johnnyodesign.com/
Description: Sensible design solutions.
*/

/* Import the necessary CSS additions */
@import url( inc/bootstrap.css );
@import url("https://use.typekit.net/cuo7oyx.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;700&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    background: #fff;
	    position: relative;
	    overflow-x: hidden;
}

:focus {
    outline: none;
}

a {
	color: #CFAD56;
	text-decoration: underline;
}
p a {
    color: #CFAD56;
	text-decoration: underline;
}
a:hover, a:focus {
    color: #CFAD56;
    text-decoration: underline;
}
p a:hover, p a:focus {
    color: #CFAD56;
    text-decoration: underline;
}
.home .site-content {
    position: relative;
    width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.site-content {

	margin-bottom: 0;
}
p {
    margin: 4px 4px 20px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 30px;
    color: #282927;
}
.home p {
	font-size: 16px;
	line-height: 30px;
}
h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 47px;
	font-weight: bold;
    text-align: left;
    color: #373b6e;
    margin: 0;

	text-transform: uppercase;
	    letter-spacing: 1px;
}

h2 {
	font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    color: #373b6e;
    margin: 0;

	text-transform: uppercase;
	    letter-spacing: 1px;
}
h3 {
	font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    color: #591F1B;
    margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #373b6e;
    margin: 0;
	letter-spacing: 1px;
}
h5 {
	font-family: "Montserrat", sans-serif;
    font-size: 25px;
	font-weight: bold;
    color: #373b6e;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
	text-transform: uppercase;
	    letter-spacing: 1px;
}
.navbar {
	position: relative;
}
.site-branding {
	    position: absolute;
	z-index: 10;
}
.headlogo img {
	    height: 100px;
}
.main-navigation {

}
.mega-menu-link {
	font-family: "Montserrat", sans-serif !important;
}
.hero h1 {
	font-size: 32px;
    font-weight: normal;
    color: #CFAD56;
}
.centertitle h3 {
	text-align: center;
}
.tophome:before {
    content: "";
    position: absolute;
    background-color: #373b6e;
    width: 100vw;
    height: 100%;
    z-index: -1;
    right: 120px;
}
.tribe-events-widget-events-list__header-title {
	font-family: "Montserrat", sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: #373b6e !important;
    margin: 0 !important;
	letter-spacing: 1px;
}
.site-footer {
	    background-color: #591F1B;
}
.siteinfo p {
	color: #fff;
    font-size: 14px;
    padding: 20px 0 0 0;
	font-weight: normal !important;
}
.btn {
	background-color: #373b6c;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 2px;
}
.btn:hover {
	background-color: #66bfe7;
		color: #fff;
}
.content-area {
	    padding-bottom: 60px;
}
.hero {
	position: relative;
}
.hero1 {
	background-image: url(/wp-content/uploads/2025/02/png-1.png);
	    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
	    position: relative;
}
.hero .wrap {
    position: absolute;
    z-index: 2;
    margin: auto;
    width: fit-content;
   	bottom: 0;
	left: 0;
	right: 0;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.hero::before {
    content: "";
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    width: 100%;
    height: 100%;
	    z-index: 1;
}
.headlogo img {
	    padding-left: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary {
	padding-right: 10px;
}
.headerbtn {
    background-color: #66bfe7;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
.reveal{
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.halfrowlefttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.halfrowrighttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
    right: left;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.halfrowrightimage {
    height: 100%;
    width: 50vw;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: 0;
}
.halfrowleftimage {
    height: 100%;
    width: 50vw;
    position: absolute;
    background-position: center;
    background-size: cover;
    right: 0;
}
.halfrow .panel-grid-cell {
    position: relative;
}

.page-template-page-home .tribe-events-widget-events-list__event-date-tag-datetime {
    border: 1px solid #CFAD56 !important;
    padding: 10px !important;
}
.tribe-events-widget-events-list__event-header {
    margin-left: 20px !important;
	padding: 10px 10px 10px 0 !important;
}
.tribe-events-widget-events-list__view-more-link {
	display: none;
}
.tribe-events-widget-events-list {
	    padding-left: 5px !important;
}

.rentalthree .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 500px;
	transition: all 200ms ease;
}
.rentalthree .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    /*height: 100%;
    background-color: #000;
    opacity: 0.35;*/
	height: 135px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	bottom: 0;
    z-index: 0;
}
.rentalthree a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.rentalthree .widget_text:hover::before  {
	/*opacity: .65;*/
	background-size: 200%;
	transition: all 200ms ease;
}
.rentaltext {
	position: absolute;
	z-index: 1;
}
.rentaltext {
	bottom: 15px;
	margin-left: 15px;
}
.rentaltitle {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: -15px;
}
.rentalsubtext {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 25px;
}
.fa-phone, .fa-map-marker-alt, .fa-envelope, .fa-location-dot {
    margin-right: 10px;
}
.footercontent .widget, .secondfooter .widget {
	text-align: center;
	padding: 0 50px;
}
.secondfooter .widget {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.10em;
	color: #fff;
	padding-top: 10px;
}
.secondfooter h3{
   display: inline-block;
   margin: 0;
   color: #fff;
}
.footerbutton {
 margin-left: 20px;
}
.footerbutton:hover {

}
.imagerow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: -1;
    top: 0;
}
.site-footer p {
	color: #fff;
}
.page-id-2 .secondfooter {
	display: none !important;
}
.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    font-family: "Montserrat", sans-serif;
	color: #373b6a;
}
.tribe-events-calendar-list__event-datetime, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium, .tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop, .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
	font-family: "Montserrat", sans-serif;
}
.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6 {
	font-family: "Montserrat", sans-serif;
}
.tribe-common p {
	font-family: 'Open Sans', sans-serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #373b6a;
    font-family: "Montserrat", sans-serif;
    border-radius: 2px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
	font-family: "Montserrat", sans-serif;

}
/** .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border-radius: 2px;
	border: 1px solid #373b6a;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path {
	color: #373b6a;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #373b6a;
}
.tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
	color: #fff !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	color: #fff !important;
} **/

.tribe-events-single-event-title {
	font-family: "Montserrat", sans-serif;
	color: #373b6a;
}
.tribe-events-schedule, .tribe-events-back, .tribe-events-event-meta dd, .tribe-events-event-meta dt, .tribe-event-date-start, .tribe-event-time, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-list__event-date-tag-daynum {
	font-family: "Montserrat", sans-serif !important;
}
.tribe-events-content {
	font-family: 'Open Sans', sans-serif;
}
.tribe-events-calendar-list__event-date-tag-datetime {
    border: 1px solid #000 !important;
    padding: 10px !important;
	height: auto !important;
}

.rentalinfo ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.rentalinfo2 ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.rentalinfo li {
	    display: inline-block;
    padding: 6px 12px;
    background-color: #373b6a;
    margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}
.rentalinfo2 li {
	    display: inline-block;
    padding: 6px 12px;
    background-color: #4d63a5;
    margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}
.rentalinfo strong {
	font-family: "Montserrat", sans-serif;
}
.wc-tabs, .woocommerce-Tabs-panel h2, .price {
	display: none;
}
.product {
	padding: 0;
}
.ph_book_now_button {
	    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.imgcorners img {
	    border-radius: 0 100px 0 100px;
}
.altrow {
	background-color: #591F1B;
	border-radius: 0 200px 0 200px;

	padding: 100px 0;
}
.altrow h3{
	color: #CFAD56;
	text-align: center;
}
.altrow p { 
	color: #fff;
}
.resourcerow h3{
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
.altrow .ow-button-base .sowb-button {
    border: 1px solid #fff !important;
}
.sow-carousel-item-title {
	display: none;
}
#menu-footer-menu {
    list-style: none;
    columns: 3;
    padding: 60px 0 0 0;
}
#menu-footer-menu a {
font-size: 18px;
    text-transform: uppercase;
    padding: 0px 0px 30px 0;
    display: block;
    text-decoration: none;
}
.site-footer h3 {
	padding: 60px 0 0 0;
    color: #CFAD56;
    font-size: 24px;
}
.site-footer p {
    font-weight: bold;
}
.site-footer .frm_form_field input {
	background-color: #fff !important;
}
.heroint {
	    height: 390px;
    background-position: center;
    background-size: cover;
}
.btnmulti .widget_sow-button {
	display: inline-block;
	margin-right: 20px;
}
.btnmulti .widget_sow-button:nth-of-type(3) {
    border: 1px solid #591f1b;
}
.btnmulti .widget_sow-button:nth-of-type(3):hover {
    border: 1px solid #cfad56;
}
.sow-accordion-title {
	font-weight: bold;
    font-size: 20px;
}
.sow-accordion-open-close-button .sow-icon-ionicons {
	font-weight: bold;
    font-size: 20px;
}
.sow-accordion-panel-header {
	border-radius: 0 30px 0 0 !important;	
	    margin-top: 10px;
}
.smalltitle h3 {
	    font-size: 20px;
	    margin-bottom: 30px;
}
/* list view */
span.tribe-tickets-left, .tribe-events-c-small-cta__stock {
    display: none !important;
}
 
/* single view */
span.tribe-tickets-remaining {
    display: none !important;
}
 
.tribe-tickets__item__extra__available{
    display: none !important;
}
.tribe-tickets__tickets-item-extra-available {
	display: none !important;
}
.wc-forward {
	    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    background-color: #373b6a !important;
    color: #ffffff !important;
    margin-right: 20px;
}
.hide {
	display: none;
}
.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}
.site-footer .frm_button_submit {
	color: #591f1b !important;
	    background-color: #fff !important;
	box-shadow: none !important;
}
.site-footer .frm_button_submit:hover {
	color: #591f1b !important;
	    background-color: #CFAD56 !important;
	box-shadow: none !important;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14)));
  }
}

/* Element styles */
.marquee img {
  display: grid;
  place-items: center;
  width: clamp(10rem, 1rem + 40vmin, 30rem);
  padding: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 10);
  border-radius: 0.5rem;
}
.ylwbrleft {
	    display: flex;
}
.ylwbrleft .panel-first-child .so-widget-sow-image {
	    width: fit-content;
}
.ylwbrleft .panel-first-child {
	    width: fit-content;
	margin: 0 20px 0 0 !important;
}
.ylwbrleft p {
	margin: 0;
	font-size: 20px;
	color: #591F1B;
}
.commitmentrow h3 {
	margin-bottom: 50px;
}
.commitmentrow h4{
	color: #CFAD56;
	font-size: 28px;
	text-transform: uppercase;
	    font-weight: normal;
}
.commitmentrow p {
	font-size: 28px;
	margin-bottom: 40px;
	
}
.mega-toggle-blocks-right {
	    padding-right: 30px;
}
@media screen and (max-width: 780px) {
	.container {
		        margin: 0 20px;
        width: calc(100% - 40px);
	}
	.imgcorners {
		padding: 0;
    	max-width: 60%;
    	margin: auto;
	}
	.portraits img {
		max-width: 60% !important;
    	margin: auto;
	}
	.altrow {
    	border-radius: 0 100px 0 100px;
	}
	.ylwbarmdl {
		display: none;
	}
	.ylwbrleft {
    	justify-content: center;
	}
	.partnerlogos {
		max-width: 60% !important;
    	margin: auto;
	}
}

.woocommerce-product-gallery, .product_meta, .single-product .product_title, .woocommerce-Tabs-panel, .related {
	display: none !important;
}
.single-product .quantity {
	    width: fit-content;
    display: inline-block;
}
.single-product button {
	    background: #591f1b;
    color: #ffffff !important;
    font-size: 20px;
    padding: 0.5em 2em;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.single-product button:hover{
	    background: #d4b566;
}
.single-product input {
	font-size: 18px;
    padding: 0.5em 1em;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 2px solid #591f1b;
	margin-right: 30px;
}
div.qty {
    float: left;
    padding: 10px;
	    font-size: 20px;
}
.wp-block-woocommerce-cart {
	    margin-top: 120px !important;
}
.panel-grid-cell .widget-title {
	    margin-bottom: 20px;
}