#header.header-small{
		margin-top: 34px
	}

.simple-banner .simple-banner-text {
    margin-top: 0px;
		padding: 3px;
}

.headline.img-headline {
    color: #ffffff;
    position: absolute;
    top: 60%;
	  left: 5%;
    text-align: left;
		margin-left: 10px;
	  width: 470px;
	  font-weight: normal !important;
}

a:link {
	color: #33cccc;
}

#logo .site-logo-link {
	width: 50px;
  margin-top: 6px;
}

.book-btn {
  border: none;
  padding: 4px 10px;
  cursor: pointer;
  display: inline-block;
	background-color: #33cccc;
	border-radius: 5px;
	color: white !important;
	text-decoration: none;
}


.book-button > a {
		color: white !important;
}

.book-btn:hover {
	background-color: #7a7a7a;
	color: white;
	text-decoration: none;
}

#menu-item-247:hover {
  background-color: #7a7a7a;
}


#menu-item-247 {
	  background-color: #33cccc;
	  border-radius: 5px;
	  padding-left: 8px;
		padding-right: 8px;
}



p {
	font-size: 18px;
		color: #595959;
}

a.button {
	display: none;
	position: fixed;
	background-color: #33cccc;
	color: #fff;
	top: 80px;
	right: 30px;
	z-index: 999;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight:bold
}

.feature-img.page-banner {
	min-height: 70vh;
	max-height: 80vh;
	background-position: center right
}

.site-title {
	width: 600px;
}

@media (max-width: 550px) {

#header.header-large {
    padding-bottom: 14px !important;
}

.feature-img.page-banner {
	min-height: 40vh;
	max-height: 50vh;
	display: none;
	background-position: center right;
}
	
.blockquote {
    padding: 30px 10px 30px 10px !important; 
    position: relative;
}

.blockquote:before {
	margin-left: -10px !important;
}

.site-title {
	width: 100%;
}

.menu-toggle {
 position: fixed;
 right: 0%;
	}
	
#header .site-title{
		line-height: 30px;
		margin-top: 13px
	}
}

#header .header-bg {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 1;
    top: 0px;
    background: rgba(255, 255, 255);
}

@media (max-width: 769px) {
	
a.button {
	top: 90% !important;
	right: 20px !important;
	display: block;

}

.site-title {
	width: 400px;
}
	
#header .site-title {
    margin-left: -20px;
	}

.simple-banner {
    margin-top: 0px !important;
}

#logo .site-logo-link {
	display: none;
	margin-right: 0px;
}

.feature-img.page-banner {
	display:none;
}
}

@media (max-width: 1025px) {

#header.header-large{
		margin-top: 28px;
	}
	
#header.header-small {
    margin-top: 28px;
}
	
#header.header-large, #header.header-small {
    position: fixed;
}
	
#header.header-large{
		padding-bottom: 0px;
	}
	
.simple-banner {
    margin-top: 0px;
}

#logo .site-logo-link {
	margin-top: 8px;
}
	
.feature-img.page-banner {
	min-height: 40vh;
	max-height: 50vh;
}
	
.headline.img-headline {
	display: none;
}

a.button {
	top: 93%;
	right: 25px;
	display: block;

}
	
.book-button > a {
		color: #000 !important;
}

#menu-item-247:hover {
	background-color: #f7f7f7;
	}
	

#menu-item-247 {
	background-color: #ffff;
	border-radius: 0px;
	padding-left: 0px;
		padding-right: 0px
}
	
}
.content {
	max-width: 100%;
	padding:0px;
}

.fl-row-content-wrap {
	width: 100vw;
	padding: 0px;
}

.postarea.full {
	max-width:100%
}

.blockquote {
    padding: 60px 60px 65px 60px;
    position: relative;
}
.blockquote p {
    font-family: "Lato",sans-serif;
    font-size: 20px;
    text-align: left;
		color: #ffff;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 60px;
  content:"\f10d";
  font-size: 200px;
  color: rgba(255,255,255,0.4);
	margin-left: -30px;
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}

.astrodivider {
  margin:64px auto;
  width:400px; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; height:20px; 
}

.astrodividermask:after { 
      content:''; 
      display:block; margin:-25px auto 0;
      width:100%; height:25px;  
        border-radius:125px / 12px;
       box-shadow:0 0 8px #000;
}
.astrodivider span {
    width:50px; height:50px; 
    position:absolute; 
    bottom:100%; margin-bottom:-25px;
    left:50%; margin-left:-25px;
    border-radius:100%;
   box-shadow:0 2px 4px #606060;
    background:#fff;
}
.astrodivider i {
    position:absolute;
    top:4px; bottom:4px;
    left:4px; right:4px;
    border-radius:100%;
    border:1px dashed #606060;
    text-align:center;
    line-height:40px;
    font-style:normal;
     color:#606060;
}