/*
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://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Libre+Baskerville:wght@700&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
	    overflow-x: hidden;
}
body {
	font-family: "Figtree", sans-serif;
	font-weight: 400;
    background: #fff;
	color: #071D32;
	position: relative;
	overflow-x: hidden;
}

:focus {
    outline: none;
}

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

	margin-bottom: 0;
}
p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #071D32;
}
ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 35px;
    font-size: 20px;
    line-height: 30px;
    color: #071D32;
}
h1 {
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    color: #071D32;
    margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    color: #071D32;
    margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
    font-size: 22px;
    text-align: left;
    color: #071D32;
    margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #D2AC79;
    margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {

    font-size: 25px;
	font-weight: bold;
    color: #071D32;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
	text-transform: uppercase;
	    letter-spacing: 1px;
}
.titlesection {
	padding-top: 30px;
}
.titlesection h1, .titlesection h2, .titlesection h3 {
	text-align: center;
}
.titlesection h3 {
	border-bottom: solid #D2AC79 3px;
    width: fit-content;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.photoleftrow .widget_nav_menu {
	padding: 50px 50px 50px 0;
	height: 100%;
}
.menu-practice-areas-container {
	    background-color: rgb(255 255 255 / 90%);
	height: 100%;
}
#menu-practice-areas {
	margin: 0;
    padding: 40px;
    list-style: none;
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#menu-practice-areas a {
	color: #071D32;
	text-decoration: none;
	font-size: 20px;
}
#menu-practice-areas .current-menu-item a{
	font-weight: bold;
}
.panel-grid-cell  {
	position: relative;
}
.photorightrow .backgroundimg {
	position: absolute;
    top: 0;
    height: 100%;
    width: 48vw;
    left: 0;
    z-index: -1;
}
.photoleftrow .backgroundimg {
	position: absolute;
    top: 0;
    height: 100%;
    width: 48vw;
    right: 0;
    z-index: -1;
}
.photorightrow .widget-title {
	font-size: 42px;
	color: #D2AC79;
	font-weight: bold;
    position: relative;
    padding: 50px 50px 50px 0px;
}
.photoleftrow .widget-title {
	font-size: 42px;
	color: #D2AC79;
	font-weight: bold;
    position: relative;
    padding: 50px 0px 50px 50px;
}
.photorightrow .widget-title:after {
	content: "";
    background-color: #071D32;
    height: 100%;
    position: absolute;
    right: 0;
    width: 60vw;
    top: 0;
    z-index: -1;
}
.photoleftrow .widget-title:after {
	content: "";
    background-color: #071D32;
    height: 100%;
    position: absolute;
    left: 0;
    width: 60vw;
    top: 0;
    z-index: -1;
}
.photorightrowfull .so-widget-sow-editor:after{
	content: "";
    background-color: #071D32;
    height: 100%;
    position: absolute;
    right: 0;
    width: 60vw;
    top: 0;
    z-index: -1;
}
.photoleftrowfull .so-widget-sow-editor:after {
	content: "";
    background-color: #071D32;
    height: 100%;
    position: absolute;
    left: 0;
    width: 60vw;
    top: 0;
    z-index: -1;
}
.photorightrow .textwidget {
	padding: 75px 50px 75px 0px;
}
.photoleftrow .textwidget {
	padding: 75px 0px 75px 50px;
}
.photorightrow h4, .photoleftrow h4 {
	margin: 0 0 10px 0;
}
.ctarow {
	background-color: #071D32;
	padding: 50px;
}
.ctarow .textwidget{
	    text-align: center;
}
.ctarow a {
    text-transform: uppercase;
    font-size: 28px;
    text-decoration: none;
    letter-spacing: 1px;
	display: flex;
	align-items: center;
    justify-content: center;
}
.ctarow a span {
    text-decoration: underline;
}
.ctarow .fa-arrow-circle-right {
	margin-left: 10px;
    font-size: 36px;
}
.ctarow p,.ctarow h3 {
	color: #D2AC79;
	margin: 0;
}
.ctarow h3 {
	margin-bottom: 10px;
}
.listrow h4 {
    font-weight: normal;
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 30px 0 30px 100px;
}
.listrow h4:before {
	content: "";
    left: 20px;
    position: absolute;
    top: 20px;
    font-size: 50px !important;
    font: var(--fa-font-regular);
}
.listrow p {
	padding: 0 0 0 100px;
	color: #fff;
	    margin-top: -20px;
}
.listrow .widget_sow-editor {
	position: relative;
}
.listrow .widget_sow-editor:before {
	content: "";
    background-color: #071D32;
    height: 100%;
    position: absolute;
    left: 0;
    width: 60vw;
    top: 0;
    z-index: -1;
}
.expertiselist .custom-html-widget { 
    columns: 3;
    padding: 60px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	    justify-content: space-between;
}
.expertiselist a {
    padding: 20px;
    background-color: rgb(255 255 255 / 90%);
    margin: 0 0 10px 0;
    break-inside: avoid;
    text-transform: uppercase;
    color: #071D32;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 20px;
    width: calc(33% - 5px);
}
.expertiselist a:hover {
	background-color: rgb(255 255 255 / 100%);
}
.expertiselist a i {
	font-size: 45px;
	margin-right: 10px;
}
.checkrowlist1 .widget-title {
	font-size: 42px;
	color: #D2AC79;
	font-weight: bold;
    position: relative;
	    margin-top: 40px;
}
.checkrowlist1 p {
	color: #fff;
}
.checkrowlist1 .siteorigin-widget-tinymce {
	padding-top: 50px
}
.checkrowlist1 .arolink {
    margin-top: 40px;
    display: ruby-text;
}
.checkrowlist2 {
    border: solid #071D32;
    border-left: 0;
	border-radius: 0 5px 5px 0;
}
.checkrowlist2 h4 {
	position: relative;
	margin: 40px 0 15px 0;
	line-height: 26px;
}
.checkrowlist2 h4:before {
	content: "";
    font: var(--fa-font-regular);
    left: -70px;
    position: absolute;
    top: 0px;
    font-size: 50px !important;
}
.checkrowlist2 p {
	margin: 0px 0px 45px 0px;
}
.arolink {
	position: relative;
	text-transform: uppercase;
	    margin-right: 30px;
}
.arolink:after {
    content: "\f0a9";
    position: absolute;
    font: var(--fa-font-light);
    font-size: 24px;
    bottom: 0;
    right: -30px;
}
.progress {
  display: block;
    width: calc(100% - 950px);
    margin-left: 550px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(245 245 245 / 50%);
  background-image: linear-gradient(to right, rgb(245 245 245 / 50%), rgb(245 245 245 / 50%));
  background-repeat: no-repeat;
  background-size: 0 100%;
	    margin-top: 50px;
  
  transition: background-size .4s ease-in-out;
}
.testimonialslider .slick-prev  {
	left: 400px;
    bottom: -60px;
    top: initial;
}
.testimonialslider .slick-prev:before {
    content: "\f0a8";
    position: absolute;
    font: var(--fa-font-light);
    font-size: 35px;
    opacity: 1;
}
.testimonialslider .slick-next  {
	left: 460px;
    bottom: -60px;
    top: initial;
}
.testimonialslider .slick-next:before {
    content: "\f0a9";
    position: absolute;
    font: var(--fa-font-solid);
    font-size: 35px;
    opacity: 1;
}
.testimonialslider .slick-track
{
    display: flex !important;
	    padding-left: 100px;
}
.testimonialslide {
	color: #fff;
    border: 3px solid #fff;
    border-radius: 5px;
    margin: 0px 10px;
    padding: 120px 50px 140px 50px;
	font-size: 18px;
	height: inherit !important;
	position: relative;
}
.testimonialslide:before {
    content: "“";
    position: absolute;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    color: #D2AC79;
    font-size: 120px;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.testimonialslide span {
    font-style: italic;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.testimonialslider .slick-list {

}
.postsrow {
	columns: 3;
	column-gap: 20px;
	display: flex;
}
.blog .site-main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 60px 0;
}
.postsrow article {
	break-inside: avoid;
	display: flex;
    flex-direction: column;
	flex: 1;
}
.blog article {
	break-inside: avoid;
	display: flex;
    flex-direction: column;
	width: calc( 33% - 10px );
	margin: 10px 0;
}
.postsrow .blogpostthumbnail, .blog .blogpostthumbnail {
	height: 250px;
    background-position: center !important;
    background-size: cover !important;
}
.postsrow .summary, .blog .summary {
	background-color: #071D32;
	padding: 30px;
	flex-grow: 1;
	    padding-bottom: 90px;
}
.postsrow h3, .blog h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.postsrow h3 a, .blog h3 a {
	text-decoration: none;
}
.postsrow p, .blog p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.postsrow .entry-summary p a, .blog .entry-summary p a {
	    display: block;
    margin-top: 30px;
    position: absolute;
    bottom: 25px;
    font-weight: normal;
    color: #fff;
    font-style: italic;
    font-size: 18px;
}
.postsrow .entry-summary p a strong, .blog .entry-summary p a strong{
	 font-weight: normal;
}
.site-footer {
	    background-color: #071D32;
}
.siteinfo p {
    color: #fff;
    font-size: 14px;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid;
    margin: 0;
}
article {
	position: relative;
}
.posthover {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.herorow h4 {
	font-size: 22px;
	font-weight: normal;
}
.herorow h2 {
	font-size: 50px;
    color: #fff;
	margin-bottom: 30px;
	    line-height: 65px;
}
.herorow h2 span {
    box-shadow: inset 0px -7px #D2AC79;
}
.herorow p {
	font-size: 22px;
    color: #fff;
	line-height: 30px;
	    margin-bottom: 40px;
}
.herorow {
	position: relative;
}
.herorow a {
margin-top:20px;
}
.herorow:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.bkgtp {
	background-position: top !important;
}
.headlogo img {
	padding: 25px;
	height: 75px;
}
#menu-footer-menu {
    list-style: none;
    columns: 3;
    padding: 30px 0 0 0;
}
#menu-footer-menu a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 0px 30px 0;
    display: block;
	text-decoration: none;
	color: #fff;
}
#menu-footer-menu a:hover {
	color: #D2AC79;
}
.footercontact {
	padding: 30px 0 0 0;
}
.biorow h4 {
	margin: 0;
	font-size: 26px;
}
.photorightrowfull h4 {
	margin: 0;
	font-size: 24px;
}
.photorightrowfull p, .photoleftrowfull p, .footercontact p {
	color: #fff;
}
.photoleftrowfull h4 {
	margin: 0 0 10px 0;
	font-size: 34px;
}
photoleftrow p{
	padding-bottom: 15px;
}
.phonebtn, .mega-menu-primary-mobile-open .mega-menu-item:first-of-type {
    background-color: #D2AC79;
    line-height: 35px;
    color: #071D32;
    padding: 0 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
	display: flex;
	display: inline-block;
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
.navbar .phonebtn {
	position: absolute;
    right: 20px;
    top: 20px;
    background-color: #D2AC79;
    line-height: 35px;
    color: #071D32;
    padding: 0 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
	display: flex;
	z-index: 2;
}

.phonebtn i, .mega-menu-primary-mobile-open .mega-menu-item:first-of-type a i{
	    font-size: 25px;
    line-height: 35px;
    margin-right: 10px;
}
.phonebtn:active {
	color: #071D32;
	background-color: #bb9766;
	text-decoration: none;
}
.phonebtn:hover {
	color: #071D32;
	background-color: #bb9766;
	text-decoration: none;
}
.mega-menu-primary-mobile-open .mega-menu-item:first-of-type a {
	
}
.blulink a {
	color: #071D32;
	font-size: 20px;
	text-transform: uppercase;
}
.frm_submit {
	    position: absolute;
    bottom: -80px;
    margin: auto;
    left: 0;
    right: 0;
	    justify-content: center;
}
.frm_form_widget {
	padding-bottom: 20px;
	    position: relative;
}
.widget_frm_show_form {
	padding-bottom: 50px;
}
.frm_button_submit {
	text-transform: uppercase !important;
	    letter-spacing: 1px !important;
}
.backgroundimgoverlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .3;
}
.panel-has-overlay .panel-cell-style, .panel-has-overlay .panel-row-style, .panel-has-overlay .panel-widget-style {
	    overflow: initial;
}
.with_frm_style .frm_form_fields > fieldset {
    padding-bottom: 0;
}
.with_frm_style .frm_inside_container > input, .with_frm_style .frm_inside_container > select, .with_frm_style .frm_inside_container > textarea {
	background: transparent !important;
}
.contactinfo .textwidget {
	    padding: 75px 50px 75px 50px !important;
}
.post-template-default .posthover {
	display: none;
}
.post-template-default .title{
	    margin-top: 100px;
}
.post-template-default .entry-meta{
	font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #D2AC79;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-template-default .wp-post-image {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}






.navbar {
	position: relative;
}
.site-branding {
	position: absolute;
	z-index: 2;
}

.main-navigation {

}
.mega-menu-link {
	font-family: "Figtree", sans-serif !important;
}
.hero h1 {
	font-size: 32px;
    font-weight: normal;
    color: #D2AC79;
}
.tophome:before {
    content: "";
    position: absolute;
    background-color: #373b6e;
    width: 100vw;
    height: 100%;
    z-index: -1;
    right: 120px;
}

.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;
}

.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;
}

#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 #D2AC79 !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;
}

.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: 100px 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;
	min-height: 600px;
	padding: 100px 0;
}
.altrow h3{
	color: #D2AC79;
	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;
}

.site-footer h3 {
	padding: 60px 0 0 0;
    color: #D2AC79;
    font-size: 24px;
}
.site-footer .frm_form_field input {
	background-color: #fff !important;
}
@media screen and (max-width: 999px) {
.hero .wrap {
    max-width: 100%;
    padding: 0 20px;
    font-size: 10vw;
    line-height: 13vw;
}
}
.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 #D2AC79;
}
.sow-accordion-title {
	font-weight: normal;
    font-size: 20px;
}
.sow-accordion-open-close-button .sow-icon-ionicons {
	font-weight: bold;
    font-size: 20px;
}
.sow-accordion-panel-header {

	    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;
}
johnnyo-credit {
	color: #fff;
}
@media screen and (max-width: 780px) {
	.halfrowlefttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
        right: -100px;
        width: 150vw;
    height: 100%;
    z-index: -1;
	}
	.halfrowrightimage, .halfrowleftimage {
    height: 270px;
    width: 100vw;
    position: relative;
    left: -30px;
	}
	.imagerow:before {
	left: 0;	
	}
	.site-footer p {
    text-align: center;
	}
	.halfrowlefttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
        right: -100px;
        width: 150vw;
    height: 100%;
    z-index: -1;
	}
	.halfrowrighttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
        right: -100px;
        width: 150vw;
    height: 100%;
    z-index: -1;
	}
	.main-navigation {
    top: 100px;
}    
}

@media screen and (max-width: 1199px) {
	.expertiselist a {
    	width: calc(50% - 5px);
	}
	.postsrow {
    	flex-wrap: wrap;
	}
	.postsrow article, .blog article {
    	width: calc(50% - 10px);
	}
	.postsrow article:nth-of-type(3) {
		display: none;
	}
	
}
@media screen and (max-width: 1150px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    text-align: center;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    		padding-top: 35vh;
	}
}
@media screen and (max-width: 780px) {
	.photorightrow .backgroundimg, .photoleftrow .backgroundimg {
		position: relative;
    	left: -15px;
    	min-height: 500px;
    	width: calc(100% + 30px);
	}
	.backgroundimgmenu {
		position: absolute !important;
	}
	.photoleftrow .widget_nav_menu {
   		padding: 50px 30px 30px 30px;
	}
	.photorightrow .widget-title:after, .photoleftrow .widget-title:after, .photorightrowfull .so-widget-sow-editor:after, .photoleftrowfull .so-widget-sow-editor:after {
		left: -15px;
		width: calc(100% + 30px);
	}
	.listrow .widget_sow-editor:before {
		width: 100%;
	}
	.expertiselist a {
    	width: 100%;
	}
	.checkrowlist2 {
    	border: solid #071D32;
    	border-top: 0;
    	border-radius: 0px 0px 5px 5px;
padding: 10px 30px 0px 100px !important;		
	}
	.checkboxrow .so-rounded {
		border-radius: 5px 5px 0px 0px !important;
	}
	.panel-grid-cell {
		margin-bottom: 0 !important;
	}
	.testimonialslider .slick-track {
    	padding-left: 0;
	}
	.listrow p, .listrow h4 {
		padding-right: 50px;
	}
	.listrow h4 {
		    padding: 10px 0 10px 80px;
	}
	.listrow h4:before {
        top: 0px;
        height: 100%;
        display: flex;
        align-items: center;
	}
	.photorightrow .textwidget, .photoleftrow .textwidget {
    padding: 55px 0px 55px 0px;
	}
	.badgesrow img{
		width: 400px !important;
    	margin: 0 auto 30px auto;
		max-width: 60% !important;
	}
}
@media screen and (max-width: 700px) {
	.navbar .phonebtn {
    	padding: 0 10px;
	}
	.headlogo {
		overflow: hidden;
    	width: 75px !important;
    	display: block;
	}
	.postsrow article {
    	width: 100%;
	}
	.blog article {
    	width: 100%;
	}
	.postsrow article:nth-of-type(2) {
		display: none;
	}
	h2, .checkrowlist1 .widget-title {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;

	}
	.herorow h2 {
		font-size: 32px;
		line-height: 44px;
	}
	.herorow h4 {
		font-size: 18px;
	}
	.herorow p {
		font-size: 20px;
		line-height: 30px;	
	}
}
@media screen and (max-width: 600px) {
	#menu-footer-menu {
    	columns: 1;
	}
	#menu-footer-menu {
		text-align: center;
	}
	.ctarow .fa-arrow-circle-right {
		    display: none;
	}
}
@media screen and (max-width: 500px) {
	.mega-toggle-blocks-center {
	    justify-content: left !important;
	}
}
@media screen and (max-width: 400px) {
	.mega-toggle-blocks-center {
	    justify-content: right !important;
	}
	.navbar .phonebtn {
		display: none !important;
	}
	.mega-toggle-block-1 {
		    position: absolute;
    	right: 20px;
	}
}
@media screen and (max-width: 430px) { 
	.contactinfo .phonebtn {
    padding: 0 10px;
	}
}