@charset 'UTF-8';
body {
	background-color: #6d6e72;
	font-family: 'open sans', sans-serif;
	color:#4a4a4a;
	font-size: .9rem;
}

a {
    color: #1E2D48;
    text-decoration:none;
}

h1,h2,h3{
    font-family: 'Lora', serif;
    color:#918b71;
}

h4,h5,h6{
    font-family: 'Lora', serif;

}

.menu{font-family:'Lora';}

.spacing{padding-top:0rem;padding-bottom:2rem;}
.page-footer{padding:2rem 0;}


.slick-slider {margin-bottom: 2rem; }
.slick-dots {margin-left: 0; margin-right: 0}

footer.page-footer{border-top: 2px solid #fff;}

.button{font-family: 'Lora', serif;}

.fff{background-color: #fff;}
.text-fff{color:#fff;}

.page-padding{padding:2rem 0.5rem;}
.orbit-container{margin-bottom: 2rem;}


header .menu>li>a{color:#fff; font-size:1.2rem;}
footer li>a{color:#fff;}
footer li>a:hover{text-decoration:underline;color:#fff;}

.brand{padding:0.5rem;display:block;}
.candlelight-brand{margin:1rem auto;border:10px solid #fff;display: block;width:100%;background-color:#fff;}

.header-contact{background-color: #121c2f;border-bottom: 2px solid #fff;}
.header-contact a {color:#fff;}
span.header-phone{font-size: 1.4rem}
.strap{color:#fff;font-size: 1.4rem;font-family: 'Lora', serif; margin-top:1.5rem; margin-bottom: 1rem;}


.site-sections{margin-top:4rem;}
.sections h4{text-transform: uppercase;font-size: 1rem}
.sections .area a:hover{color:#333;}
.sections .area{margin-bottom:0.5rem;}





.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	 #menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;

	}
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #4a4a4a;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.menu .active>a {
    color: #fff;
    background: none;
    border:none;
    font-weight: bold;
}



.menu-container{
    text-align: center;
    border: 2px solid #8d9dad;
    padding: 1.6rem;
    background: rgba(141, 157, 173, 0.21);
    margin-bottom:2rem;
}
.menu-container ul {list-style-type:none;margin:0;}
.menu-container ul li { margin-bottom:1rem;}


.lb{background-color:#70848d;}
.db{background-color:#0d0b0c;}

.book-cta .button{font-size:2rem;padding:1rem;}
.button{background-color:#667c91;}

body,.charcoal{background-color:#6d6e72;}
.london-coach{background-color:#b8ada9;}
.retro-blue{background-color:#667c91;}
.bleached-shadow{background-color:#9d9592;}
.tranquility{background-color:#ccddd7;}
.dark{background-color:#222222;}


.button:focus, .button:hover {
    background-color: #505867;
    color: #fefefe;
}

a:focus, a:hover {
    color: #505867;
}


.gallery .column img {margin-bottom:1.5rem;}

.footer-cta{background-color:#121c2f}
.dark-blue{background-color: #002144/*1E2D48*/;}
.gold{background-color: #D3A25D;}

.page-image-small{height:200px!important;}


.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}