/* Default Styles */
#wpadminbar {
	display: none !important;
}
body {
	font-family: "Raleway",sans-serif;
}h1, h1 a {
	color: #252525;
	font-family: "Roboto",sans-serif;
	font-size: 2em;
	line-height: 1.27em;
	margin: 25px 0;
}h2 {
	color: #252525;
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	line-height: 1.5rem;
	margin: 25px 0;
	font-weight: bold;
}h3 {
	color: #252525;
	font-family: "Roboto", sans-serif;
	font-size: 1.6em;
	line-height: 1.5rem;
	margin: 25px 0;
}h4 {
	font-family: "Roboto", sans-serif;
	color: #252525;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5rem;
	margin: 25px 0;
}p {
	font-family: "Raleway", sans-serif;
        font-weight:400;
	color: #252525;
	font-size: 16px;
	margin: 15px 0;
}ul {
	list-style-type: none;
}.row {
	margin: 0 auto;
	max-width: 60rem;
	width: 100%;
}[class*="fadein-"] {
        opacity: 0;
}
/** Navigation **/
.top-bar {
    display: inline-block;
    background: transparent;
    width:100%;
}.top-bar-section ul {
    display: inline-block;
}.top-bar-section ul li {
    background: transparent;
}.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background:transparent;
    color:#000000;
    text-transform:uppercase;
    letter-spacing: 2px;
    padding: 0px 21px;
}.top-bar-section li:not(.has-form) a:not(.button):hover, 
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background-color: transparent;
    color: #000000;
    opacity:0.8;
    background: none;
} 
/** Main Content **/
.main-content {
    padding-top: 50px;
}.equalize {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}.modal-background {
    background: white;
    top: 100px;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 20px #00000033;
}
/** Footer **/
.footer-wrapper {
	width: 100%;
	font-family: "Calibri", sans-serif;
}.footer-inner-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
	padding: 0 0 25px 0;
}
/** Contact Form **/
.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
}.contactForm input {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
        box-shadow: none;
        background: whitesmoke;
}.contactForm textarea {
	width: 100%;
        box-shadow: none;
        background: whitesmoke;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .submitWrapper {
	text-align: center;
	margin-top: 30px;
}.contactForm .submitWrapper span.submit {
	font-size: inherit;
	font-weight: bold;
	background-color: #fafafa;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	padding: 3px 20px;
	cursor: pointer;
}.contactForm .submitWrapper span.submit:hover {
	background-color: #eaeaea;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}.email-response-message-container {
    text-align: center;
    padding: 20px;
    background: #e3ece1;
}
/** Button **/
.booking-request {
    background: transparent;
    color: #000000;
    border: 3px solid black;
    border-radius: 27px;
    text-transform:uppercase;
}.booking-request:hover, .booking-request:focus {
    background:#000000;
}
@media screen and (max-width:1024px) {
 .navigation-wrapper {
    background: black;
 }.top-bar-section li:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:not(.button) {
     color:#ffffff;
 }.top-bar.expanded .name {
    background: black;
 }.top-bar-section ul li {
    padding: 10px 0;
 }
}
