/* FONTS */
@font-face {
    font-family: TrajanPro;
    src: url(../fonts/TrajanPro-Regular.woff) format("woff"),
         url(../fonts/TrajanPro-Regular.ttf) format("ttf");
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Light.woff);
	font-weight: 300;
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Book.woff);
	font-weight: 400;
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Medium.woff);
	font-weight: 500;
}

body{
	font-family: 'Cormorant Garamond', serif;
}

.nodisplay{
	display: none;
}

.page p{
	font-size: 19px;
}

.page .welcome-section p strong{
	font-size: 26px;
	color: #C28926;
	font-weight: 600;
	line-height: 26px;
	width: 900px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.page .welcome-section p img{
	margin: 0 15px;
}

.color-gold{
	color: #C28926;
}

/* HEADER */

.header-top {
	background: rgba(48,8,10,0.46);
	position: relative;
	z-index: 10;
	max-height: 125px;
}

.hero{
	margin-top:-75px;
}

.nav-icon-container{
	height: 35px;
	display: flex;
	flex-flow: wrap;
	width: 45px;
	justify-content: right;
	align-items: center;
}

.navbar-toggle{
	width: 45px;
	text-align: right;
	display: block;
}

span.icon-bar:nth-child(2){
	width: 35px;
	text-align: right;
	display: block;
	position: relative;
	margin-right: 0;
}

span.icon-bar:nth-child(3){
	width: 25px;
	text-align: right;
	display: block;
	position: relative;
	margin-right: 0;
}

.short-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.short-menu a {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
	min-width: 112px;
	text-transform: capitalize;
	font-weight: 500;
}

.short-menu a:hover {
	color: #fdf4c8;
}

.icon-image {
	max-width: 34px;
	margin-right: 10px;
}

.short-menu a:last-of-type .icon-image {
	margin-right: 3px;
}

.short-menu a{
	margin-right: 16px;
}

.short-menu .span-divider {
	color: #fff;
	/* margin-left: 10px;
	margin-right: 6px; */
}

.mobile-menu-toggle-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.mobile-menu-toggle-container p {
	font-size: 19px;
	padding-right: 7px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

button.navbar-toggle {
	background: none;
	border: none;
	padding-top: 0;
}

span.icon-bar {
	display: block;
	width: 45px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	cursor: pointer;
}

.header-logo-wrapper {
	position: relative;
	z-index: 15;
	text-align: center;
}

.header-logo-wrapper img {
	max-width: 560px;
	margin: -70px auto 15px auto;
}

.social-icons i{
	font-size: 24px;
	color: #fff;
}

.social-icons a{
	display: -webkit-inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	-webkit-flex-align: center;
	-webkit-align-items: center;
	vertical-align: middle;
	margin-right: 10px;
}

.social-icons:last-child a{
	padding-right: 0;
}

/* MAIN MENU */

.main-menu{
	height: 77px;
}

.main-menu .row{
	height: 100%;
}

#header-nav {
	background: rgba(80,4,4,0.85);
	padding: 25px;
	max-width: 480px;
	margin: auto;
}

#menu-header-menu {
	margin-left: 0;
}

#menu-header-menu li {
	text-align: center;
}

#menu-header-menu li a {
	font-family: TrajanPro, sans-serif;
	color: #fff;
}

#menu-header-menu li a::after {
	content: '';
	display: block;
	max-width: 147px;
	margin: 15px auto -5px;
	border-bottom: 1px solid #fff;
}

#menu-header-menu li:last-of-type a::after {
	display: none;
}

#menu-header-menu li a:hover {
	color: #fdf4c8;
}

/* FOOTER */

footer{
	background-color: #30080A;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
}

footer a, footer a:hover{
	color: #fff;
}

footer a:hover{
	text-decoration: underline;
}

footer .mt-logo img{
	width: 450px;
	max-width: 100%;
}

.mt-footer{
	margin: 0 auto;
	padding: 50px 0 30px;
	text-align: center;
}

.footer-nav, .policy-nav{
	justify-content: center;
	/* width: 340px;
	margin: 0 auto; */
	max-width: 100%;
}

.footer-address{
	padding: 40px 0 15px;
}

.policy-nav{
	padding: 10px 0 5px;
}

.policy-nav .menu-item .nav-link {
    margin: 0 auto;
    border-right: 1px solid #fff;
    padding: 0 15px;
}

.policy-nav .menu-item:last-child .nav-link{
	border-right: none;
}

.mhg-properties{
	display: block;
	margin-top: 15px;
}

.properties-text{
	vertical-align: middle;
	margin-bottom: 0;
	display: inline-block;
}

.properties{
	display: inline-flex;
	margin-bottom: 0;
	font-size: 19px;
	vertical-align: middle;
	padding-lefT: 0;
}

.properties li {
    list-style: none;
}

.properties li a{
	border-right: 1px solid #fff;
	padding: 0 14px;
}

.properties li:last-child a{
    padding-right: 0;
	border-right: none;
}

.mhgp-container{
	width: max-content;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding-top: 12px;
}

/* HOMEPAGE */

.dash{
	width: 145px;
	height: 1px;
	display: inline-flex;
	margin-bottom: 5px;
	background-color: #000;
}

.welcome-text{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	padding-bottom: 5px;	
}

.welcome-text p{
	display: inline-flex;
	justify-content: space-between;
	max-width: 292px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px !important;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	font-family: 'Cormorant Garamond', serif;
	max-width: 100%;
}

.welcome-section .container{
	padding: 90px 0 75px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position-y: 80px;
	text-align: center;
	background-position-x: 25px;
}

.home .welcome-section .container{
	background: url('https://milfordtheater.sandbox.nikijones.com/wp-content/uploads/2021/08/Mt-about-section-mic.png');
	padding: 90px 0 75px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position-y: 80px;
	text-align: center;
	background-position-x: 25px;
}

.home-parallax{
	height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.web-section{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
}

.web-section .container{
	padding: 90px 0 75px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position-y: 80px;
	text-align: center;
	background-position-x: 25px;
}

.home .welcome-section{
	background: url('https://milfordtheater.sandbox.nikijones.com/wp-content/uploads/2021/08/MT-Textured-background.jpg');
}

.home .footer-contact .learn-more{
	margin-right: 15px;
	color: #212529;
	text-align: center;
}

.welcome-section h1{
	color: #C28926;
	font-size: 87px;
	padding-top: 5px;
}

.newsletter-section h2, .newsletter-section p{
	text-align: right;
}

.newsletter-section h2 span{
	font-size: 22px;
	line-height: 22px;
	display: block;
}

.newsletter-section .emailinput{
	width: 440px;
	max-width: 100%;
	background: rgba(255,255,255,0);
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	outline: none;
}

.newsletter-section .emailinput:focus{
	outline: 1px solid #fff;
	padding-bottom: 5px;
}

.newsletter-section .container{
	padding: 55px 0 50px;
}

.footer-form label, .footer-form textarea, .contact-form label, .contact-form textarea{
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}

.footer-form input, .contact-form input{
    width: 100%;
}

.footer-form, .contact-form{
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}

.footer-form textarea, .contact-form textarea{
	height: 147px;
}

.footer-form textarea, .footer-form input, .contact-form textarea, .contact-form input{
	border: 2px solid #C28926;
}

.footer-form input, .contact-form input{
	height: 50px;
}

.footer-form p{
	margin-bottom: 10px;
}

.footer-contact .learn-more{
	color: #414042;
	margin-right: 15px;
	margin-top: -15px;
	width: 190px;
	text-align: center;
	display: block;
	z-index: 10 !important;
	position: relative;
}

.form-required{
	font-size: 19px;
	text-transform: uppercase;
	text-align: left;
	display: block;
}


h2{
	color: #C28926;
	font-size: 87px;
	padding-top: 5px;
}

.dining-reservation-section{
	color: #fff;
	overflow: hidden;
}

.welcome-p{
	width: 850px;
	margin: 0 auto;
	max-width: 100%;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
}

.learn-more{
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	/* font-weight: 400; */
	font-weight: 600;
	color: #231F20;
	text-transform: uppercase;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 15px auto;
	padding: 5px 35px;
	border: 1px solid #C48E38;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.dining-page hr{
	margin-top: 50px;
	margin-bottom: 30px;
}

.dining-page .welcome-section p img{
	margin: 20px 0;
}

.reservation-properties img{
	max-width: 100%;
	margin: 20px 0;
	height: 175px;
}

.reservation-properties .learn-more{
	background-color: #C48E38 !important;
	color: #fff !important;
}

.featured-event-section .learn-more, .upcoming-event-section .learn-more{
	padding: 5px 25px;
	display: inline-block;
	text-align: left;
}

.featured-event-section .learn-more{
	color: #fff;
}

.view-events{
	margin-top: 50px;
}

.tmt-event-title span{
	background-image: linear-gradient(to right, #C4AC86 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	width: 200px;
	display: inline-block;
	max-width: 100%;
	padding-top: 15px;
}

.tmt-single-event-link{
	display: inline-block;
}


input.learn-more{
	text-align: right;
	margin-right: 0;
	background: rgba(255,255,255,0);
	color: #212529;
	width: 200px;
	text-align: center;
}

.home input.learn-more{
	text-align: right;
	margin-right: 0;
	background: rgba(255,255,255,0);
	color: #fff;
}

.newsletter-section .learn-more{
	color: #fff;
	width: initial;
}

.contact-form.row{
	margin-top: 50px;
}

.event-links{
	display: block;
	width: 100%;
	text-align: left;
}

.dark-overlay{
	background-color: rgba(0,0,0,0.6);
}

/* GALLERY */

.gallery{
	margin-bottom: 60px;
}

.gallery ul {
    list-style-type: none;
    margin-left: 0;
}

.gallery li {
    /* display: inline-block; */
    width: 23.8%;
    height: 250px;
    margin-right: 0.6%;
	margin-bottom: 15px;
}

.gallery li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-section h2{
	color: #212529;
	text-align: center;
	font-size: 36px;
	padding: 25px 0;
}


.page-template-template-gallery .welcome-section .container{
	padding: 90px 0 0;
}

.page-template-template-gallery .learn-more{
	background-color: rgba(255,255,255,0);
}

.gallery-section{
	padding-bottom: 75px;
}

.gallery-item{
	display: inline-block;
}

.hidden-items{
	display: none;
}

.page-template-default h2{
	font-size: 55px;
}

.page-template-default .ot-party-size-picker.ot-dtp-picker-selector, .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector{
	border: 1px solid #212529 !important;
}

.page-template-default .ot-dtp-picker.wide .ot-dtp-picker-form input[type="submit"]{
	color: #212529 !important;
}

.page-template-default .ot-dtp-picker.wide .ot-dtp-picker-form input[type="submit"]:hover{
	color: #fff !important;
}

/* 
.gallery-item:nth-child(1), .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(4){
	display: inline-block;
} */





#tribe-events-pg-template{
	max-width: 100%;
	margin: 0 auto;
	margin-top: -40px;
	padding: 0;
}

.tribe-events-event-image img{
	display: block;
	width: 100%;
	height: 691px;
	object-fit: cover;
	object-position: top;
}

.tribe-events-single-event-title{
	font-family: 'Cormorant Garamond', serif;
}

.single-tribe_events .welcome-text p{
	letter-spacing: 2px;
	font-size: 32px;
}

.single-tribe_events .welcome-section .container{
	padding: 90px 0 15px;
}

.single-tribe_events .tribe-events-schedule{
	text-align: center;
	margin-top: 0;
}

.single-tribe_events .tribe-events-schedule h2{
	text-align: center;
	margin: 0 auto;
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.single-tribe_events .tribe-events-cal-links{
	display: none;
}

.single-tribe_events #tribe-events-footer{
	display: none;
}

.single-tribe_events .tribe-events-single-event-description{
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	font-weight: 500;
}

.single-tribe_events .welcome-p{
	text-align: center;
    width: initial;
}

.single-tribe_events .welcome-p img{
	width: 250px;
}

.single-tribe_events .welcome-p strong{
	font-size: 27px;
	font-weight: 500;
}

.single-tribe_events .tribe-events-content a{
	border: 1px solid #C48E38;
	margin-bottom: 90px;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta{
	display: none;
}



.event-subtitle{
	font-size: 50px;
	margin-top: -20px;
	color: #C28926;
	font-weight: 600;
}

.event-hero-text{
	position: absolute;
	top: 250px;
	font-size: 71px;
	color: #fff;
	font-weight: 600;
	text-align: right;
}



/* OPEN TABLE */

.ot-dtp-picker.wide {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ot-dtp-picker.wide .ot-title {
	display: none;
}

.ot-dtp-picker.wide .ot-dtp-picker-form {
	background: transparent;
	border: none;
	height: unset !important;
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
	width: 32% !important;
	margin-left: 2% !important;
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}

.ot-dtp-picker.wide .ot-dtp-picker-form div:nth-child(2) {
	margin-left: 0 !important;
}

.ot-dtp-picker .ot-dtp-picker-selector {
	background: #fff;
}

.ot-dtp-picker.wide .ot-powered-by {
	display: none;
}

.ot-dtp-picker.wide .ot-dtp-picker-form input[type="submit"] {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	font-weight: 400;
	color : #fff;
	text-transform: capitalize;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 30px auto 0 auto !important;
	padding: 15px 37px;
	background-color: rgba(0,0,0,0);
	background-image: url('/wp-content/uploads/2021/04/tmt-button-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	float: none;
	box-shadow: none !important;
	border: 1px solid #C48E38;
}

.opentable-widget-wrapper {
	margin-top: 50px;
	padding: 10px 15px;
	background: #610001;
}

.opentable-widget-wrapper h2 {
	text-align: center;
	color: #fff;
	font-size: 48px;
}

.headers-for-open-table-widget {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	padding-top: 30px;
}

.ot-header {
	font-family: 'Cormorant Garamond', serif;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	width: 32%;
	font-size: 19px;
	text-align: left;
}

.ot-header i {
	margin-right: 10px;
}

.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link:after {
	font-size: 12px !important;
}

.ot-dtp-picker .ot-dtp-picker-selector select {
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #2d333f;
    font-size: 16px;
    background-color: white;
    z-index: 2;
}



/* CALENDAR */

.tribe-common, .tribe-common .tribe-common-b3{
	font-family: 'Cormorant Garamond', serif !important;
}

.tribe-events .tribe-events-calendar-month__header-column{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.tribe-common .tribe-common-b3{
	font-size: 26px !important;
	color: #fff !important;
	text-align: center !important;
}

.tribe-events-calendar-month__header-row{
	background-color: #C28926 !important;
}

.tribe-events .tribe-events-c-search__button{
	background-color: #490000 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link{
	display: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4{
	background-color: rgba(194,137,38,0.5);
	line-height: 18px !important;
	text-align: left !important;
	font-size: 18px !important;
	padding: 5px 10px !important;
	color: #2F2933;
	font-weight: 400 !important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum{
	font-family: 'Gotham', serif !important;
}

.tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin.tooltipstered{
	font-size: 18px !important;
	font-family: 'Cormorant Garamond', serif !important;
}

.tribe-events-calendar-month__calendar-event-datetime{
	display: none;
}

.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt{
    padding: 15px 0;
    /* border-bottom: 1px solid #000; */
}

.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt:last-child{
	border-bottom: none;
}

.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 34px;
    color: #000;
}

.tribe-events-calendar-list__event-details p {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.tribe-events-calendar-list__event-date-tag-weekday {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
}



/* EVENTS */

.tmt-event-2021 p {
	font-size: 18px;
	color: #000;
}

.tmt-single-event-link {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 20px;
}

.tmt-single-event-link:hover {
	color: #fff;
}

.tmt-event-wrapper{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 15px;
}

.upcoming-event-section, .upcoming-event-section .ev-day, .upcoming-event-section .ev-mo, .upcoming-event-section .ev-yr, .upcoming-event-section .ev-time, .upcoming-event-section h2, .upcoming-event-section a{
	color: #30080A;
}

.upcoming-event-section h2{
color: #C28926;
}

.upcoming-event-section hr, .featured-event-section hr{
	display: block;
	border-top: none;
}

.upcoming-event-section a:hover{
	color: #000;
}

.tmt-event-wrapper:nth-child(1) {
	/* flex: 0 0 41.666667%;
    max-width: 41.666667%;
	max-height: 553px; */
}

.tmt-event-wrapper:nth-child(2) {
	/* flex: 0 0 58.333333%;
    max-width: 58.333333%;
	max-height: 264px; */
}

.tmt-event-wrapper:nth-child(3) {
	/* flex: 0 0 58.333333%;
    max-width: 58.333333%;
	max-height: 264px; */
}

.ect-list-wrapper{
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.tmt-event-image-wrapper{
	width: 100%;
	height: 270px;
}

.tmt-event-image-wrapper img{
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}

.tmt-event-title{
	font-size: 30px;
	color: #fff;
	display: block;
	text-align: left;
	padding-top: 30px;
}

.tmt-event-wrapper .learn-more {
    text-align: left;
    margin-left: 0;
}

/* .tmt-event-wrapper:nth-child(1) .tmt-event-2021 {
	text-align: center;
	margin-right: 30px;
	height: 553px;
} */

#ect-events-list-content, .ect-list-wrapper{
	padding-top: 25px;
}

.ect-date-area.tmt-schedule{
	position: relative;
}

.ev-day{
	display: inline-block;
	text-align: left !important;
	color: #fff;
	font-size: 75px !important;
	line-height: 75px !important;
	position: absolute;
	left: 0;
}

.ev-mo{
	font-size: 18px !important;
	line-height: 18px !important;
	color: #fff;
	position: absolute;
	left: 75px;
	top: 25px;
	text-transform: uppercase;
}

.ev-mo:after{
	content:"\a";
}

.ev-yr{
	visibility: hidden;
}

.ev-yr:after {
    content: "&nbsp;\a";
}

.ect-icon-clock {
    display: none;
}

.ev-time{
	display: inline-block;
	position: absolute;
	left: 38px;
	color: #fff;
	top: 45px;
	text-transform: uppercase;
}



.top-bar-container{
	width: 100%;
	height: 50px;
	background-color: #30080A;
}

.top-bar-notice{
	display: table-cell;vertical-align: middle;color: #fff;text-align: right;font-size: 20px;
}

.home .tmt-event-text p{
	display: none;
}

.home .event{
	padding-top: 40px;
}

.emailinput::placeholder {
    opacity: 0.9;
}

.newsletter-section .emailinput::placeholder{
	color: #fff;
}

.contact-form iframe{
	max-width: 100%;
}

.footer-nav .nav-link {
    padding: .5rem 1rem;
}

.wsp-container{
	text-align: left;
}

.wsp-container h2{
	color: #C28926;
	font-size: 72px;
	padding-top: 5px;
}

.wsp-container li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 24px;
    color: #212529;
}

.wsp-container li a {
    color: #212529;
    font-weight: 600;
}

.privacy-policy h2{
	color: #212529;
	font-size: 55px;
	padding-top: 15px;
}

.learn-more:hover, .learn-more:focus, .ot-button.ot-dtp-picker-button.en:hover{
    background: #C48E38 !important;
    color: #fff !important;
    text-decoration: none !important;
	cursor: pointer;
}

.learn-more:focus{
	border: 2px solid #30080A;
}

a:focus{
	border: 2px solid #30080A;
}


/* 

.tmt-event-wrapper:nth-child(1) .tmt-event-image-wrapper {
	max-height: 300px;
    overflow: hidden;
    object-fit: cover;
}

.tmt-event-wrapper:nth-child(1) .tmt-event-image-wrapper img {
	margin-top: -60px;
	width: 100%;
}


.tmt-event-wrapper:nth-child(2) .tmt-event-image-wrapper,
.tmt-event-wrapper:nth-child(3) .tmt-event-image-wrapper {
	width: 264px;
	height: 264px;
	object-fit: cover;
	float: left;
}

.tmt-event-wrapper:nth-child(2) .tmt-event-text,
.tmt-event-wrapper:nth-child(3) .tmt-event-text {
	margin-left: 264px;
	height: 264px;
}

.tmt-event-wrapper:nth-child(2) .tmt-event-title,
.tmt-event-wrapper:nth-child(3) .tmt-event-title {
	text-align: left;
}

.tmt-event-wrapper:nth-child(2) .tmt-single-event-link,
.tmt-event-wrapper:nth-child(3) .tmt-single-event-link {
	margin-right: 0;
	margin-left: auto;
}

.tmt-event-wrapper:nth-child(2) hr,
.tmt-event-wrapper:nth-child(3) hr {
	margin: 6px 44px -6px 0px;
}

*/

.tmt-button {
	font-family: TrajanPro, sans-serif;
	font-size: 17px;
	font-weight: 600;
	color : #30080A;
	text-transform: capitalize;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 17px auto;
	padding: 9px 22px;
	background-image: url('/wp-content/uploads/2021/04/tmt-button-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.nav-link{
	padding: 20px 0 0;
}

.home .ot-dtp-picker.wide .ot-dtp-picker-form input[type="submit"] {
    color: #fff !important;
}

.slick-dots{
	display: inline-block;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 0;
}

.slick-dots li{
	display: inline-block;
	cursor: pointer;
	font-size: 0;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 16px;
}
.upcoming-event-section .slick-dots li.slick-active button{
	border: 2px solid #490000;
	background-color: #490000;
}
.slick-dots li.slick-active button {
    border: 2px solid #fff;
    border-radius: 100%;
	background-color: #fff;
}
.slick-dots li button {
	border: 2px solid #FFF;
	background: none;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	cursor: pointer;
}
.upcoming-event-section .slick-dots li button{
	border: 2px solid #490000;
}
.slick-dots li.slick-active button:before {
    color: transparent;
}

.top-bar-notice br{
	display: none;
}




@media only screen and (max-width:1040px){
	.page .welcome-section p img {
		margin-top: 25px;
		margin-bottom: 30px;
	}
}


@media only screen and (max-width:767px){

	.top-bar-container{
		height: auto;
	}

	.short-menu a:first-child{
		padding-left: 25px;
	}

	.dash{
		width: 75px;
	}

	.top-bar-notice {
		font-size: 16px !important;
		text-align: center;
	}

	.hero{
		margin-top: -100px;
	}

	#main-header{
		height: 150px;
	}

	.header-top{
		height: 160px;
		max-height: 160px;
	}

	.main-menu {
		height: 90px;
		padding: 10px 0;
	}

	.short-menu{
		padding-bottom: 10px;
	}

	.welcome-p{
		padding: 0 15px;
	}

	.home .welcome-section .container{
		background-position-y: bottom;
	}

	h2{
		font-size: 55px;
	}

	.welcome-text p{
		font-size: 19px;
	}

	.page .welcome-section p img{
		margin-bottom: 30px;
	}

	.welcome-section h1{
		font-size: 55px;
	}

	.newsletter-section .emailinput{
		max-width: 100%;
	}

	.mc4wp-form-fields{
		max-width: 100%;
		padding: 0 15px;
	}

	.newsletter-section h2, .newsletter-section p{
		padding: 0 15px;
	}

	.navbar{
		margin-top: 25px;
	}

	.page-template-template-gallery .welcome-text p{
		font-size: 17px;
	}

	.page .welcome-section p img{
		margin-top: 25px;
	}

	.gallery li{
		width: 45%;
		margin-bottom: 15px;
		margin-right: 15px;
	}

	.short-menu{
		align-items: center;
		justify-content: center;
	}

	.ot-dtp-picker-form{
		margin: 0 15px !important;
	}

	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector {
		border-left: 1px solid #d8d9db;
		width: 100% !important;
		padding: 0 30px !important;
	}

	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector{
		border-left: 1px solid #d8d9db;
		width: 100% !important;
		padding: 0 30px !important;
	}

	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector{
		margin: 10px 0 !important;
	}

	.headers-for-open-table-widget{
		display: none;
	}

	.newsletter-section .emailinput{
		width: 250px;
		max-width: 100%;
	}

	#menu-footer-menu li {
		width: 100%;
	}

	.policy-menu li{
		width: 100%;
	}

	.policy-nav .menu-item .nav-link{
		border-right: none;
	}

	.gallery li{
		width: 100%;
	}

	.gallery ul{
		padding-left: 0;
	}

	.mobile-hide{
		display: none;
	}

	.top-bar-notice br{
		display: block;
	}

	.dash{
		display: none;
	}

	.welcome-text{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 15px;
	}

	.welcome-text:before,.welcome-text:after{
		background: #212529;
		height: 2px !important;
		flex: 1;
		content: '';
	}
	.properties, .properties-text{
		display: block;
	}

	.properties li a{
		border-right: 0;
		padding: 0;
	}

}

@media only screen and (max-width: 465px){
	.dash{
		width: 50px;
	}
	.welcome-section h1{
		font-size: 55px;
	}
}

@media only screen and (max-width: 400px){
	.dash{
		width: 15px;
	}
	.page-template-template-gallery .welcome-text p{
		font-size: 15px;
	}
}