@charset "utf-8";
/*body and header */
body {
    font-family: 'Nunito Sans', sans-serif;
	background-color: #fffdfa;
	font-size: 1em;
	line-height: 1.5;
    color: #333333;
	margin: 10px 0 25px 0;
}
@media only screen and (min-width: 897px) {
	body {
		line-height: 1.65;
	}
}
.headerBar {
	padding: 10px;
	border-bottom: 35px solid #6a7a9c;
}
@media only screen and (min-width: 897px) {
	.headerBar {
		padding: 10px 2% 0 2%;
		border-bottom: none;
	}		
}
@media only screen and (min-width: 1097px) {
	.headerBar {
		padding: 0 3% 5px 3%;
	}		
}
.siteName {
	font-family: 'Satisfy', cursive;
	font-size: 48px;
	color: #8ea67b;
    letter-spacing: 1px;
	text-align: center;
}
@media only screen and (min-width: 335px) {
	.siteName {
		font-size: 56px;
	}
}
@media only screen and (min-width: 425px) {
	.siteName {
		font-size: 64px;
	}
}
@media only screen and (min-width: 1097px) {
	.siteName {
		float: left;
		font-size: 48px;
		padding: 0 0 0 1%;
	}		
}
@media only screen and (min-width: 1275px) {
	.siteName {
		font-size: 56px;
		padding: 0 0 0 1%;
	}		
}
@media only screen and (min-width: 1397px) {
	.siteName {
		font-size: 58px;
		padding: 0 0 0 2%;
	}		
}
.siteName a {
	text-decoration: none;
	color: #8ea67b;
}
.siteName a:visited {
	color: #8ea67b;
}
.siteName a:hover {
	color: #6A7A9C;
}
.tagline {
	font-family: 'Work Sans', sans-serif;
	margin: 20px 5px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #666;
	line-height: 110%;
}
@media only screen and (min-width: 780px) {
	.tagline {
	    font-size: 20px;
	}		
}
@media only screen and (min-width: 1097px) {
	.tagline {
		float: left;
		margin: 0;
	    font-size: 18px;
		letter-spacing: 3px;
		padding: 35px 0px 0 20px;
	}		
}
@media only screen and (min-width: 1200px) {
	.tagline {
		font-size: 20px;
		padding: 35px 5px 0 30px;
	}		
}
@media only screen and (min-width: 1275px) {
	.tagline {
		font-size: 22px;
		padding: 35px 5px 0 20px;
	}		
}
@media only screen and (min-width: 1397px) {
	.tagline {
		margin: 0;
		padding: 35px 25px 0 50px;
	}		
}
/*@end body & header */
/* Social Media */
.topSocial {
	float: none;
    padding: 0 5px;
    text-align: center;
}
@media only screen and (min-width: 1097px) {
	.topSocial {
		float: right;
		padding: 15px 0 10px 25px;
	}
}
@media only screen and (min-width: 1327px) {
	.topSocial {
		padding: 25px 3% 5px;
	}
}
.topSocial img {
  padding: 10px;
}
.whiteBar {
	background: #fff;
	padding: 2% 3%;
}
@media only screen and (min-width: 1097px) {
	.whiteBar {
		background: #fff;
		padding: 2% 2% 0 2%;
	}
}
/*@end social media */
.js #menu, #menu { /*don't display the menu that builds the mobile menu ever */
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 1em;
    background: none;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
	background-color: #6A7A9C;
    color: #fff;
    margin: 0;
    font-size: 1em;
}
@media only screen and (min-width: 425px) {
	.slicknav_nav {
		font-size: 1.2em;
	}		
}
.slicknav_btn {
	background-color: #6A7A9C;
	border-radius: 0px;
}
.slicknav_nav a:hover {
	background: #bc897c;
	color: #fff;
	border-radius: 0px;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #bc897c;
	color: #fff;
	border-radius: 0px;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 896px) { 
	.js .slicknav_menu {
		display:block;
	}
}
/*@end mobile menu
/*@start of desktop menu */
.mainmenu {
	display:none;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		background: #6a7a9c;
		padding: 0 5%;
	}
}
nav { 
	font-family: 'Barlow Condensed', sans-serif;
	float: right;
	text-transform: uppercase;
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  transition: 0.3s linear;
  text-decoration: none;
  letter-spacing: 2px;
}
nav ul li a:visited, nav ul li a:hover {
  color: #fff;
}
nav ul li:hover { 
	background: #bc897c; 
	color: #fff;
}
nav ul li ul {
  display: none;
  z-index: 99999;
  position: absolute;
  width: 275px;
}
nav ul li ul li {
  display: block;
  font-size: 19px;
  line-height: 115%;
}
nav ul li ul li:first-child { 
	border-top: none; 
}
nav ul li ul li a {
  background: #bc897c;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #ceaea5; 
}
/* @start content area */ 
.main-content {
    padding: 1% 5%;
	background: #fff;
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 3%;
	}
}
@media only screen and (min-width: 1097px) {
	.main-content {
		padding: 3% 5%;
	}
}
/*@end main content */
.bottomBar {
	padding: 2% 5%;	
}
@media only screen and (min-width: 897px) {	
	.bottomBar {
		padding: 25px 50px;	
	}	
}
/*@start footer */
.footerBar {
	padding: 2%;
}
.main-footer {
    padding: 20px;
    background-color: #bc897c;
	font-size: 70%;
	color: #fff;
	line-height: 145%;
	text-transform: uppercase;
}
/*@end footer */
/* @start columns */
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 62%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 62%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 947px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
.clearDiv {
	clear:both;
}
/*@end columns */
/* @start headers and links */
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;	
}
h1 {
	font-size: 1.3em;
	color: #bc897c;	
	text-transform: uppercase;
	line-height: 1.2;
}
h2 {
	font-size: 1.2em;
	color: #9c9d9b;
	font-weight: 300;
}
h3 {
	font-size: 1.1em;
	color: #8EA67B;
	text-transform: uppercase;
}
h4 {
	font-size: 1.1em;
	color: #bc897c;
}
h5 {
    font-size: 1.1em;
    color: #8EA67B;
}
h6 {
    font-size: 1.1em;
    color : #6A7A9C;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
}
a  {
  color : #6586b4;
}

a:visited {
  color : #6586b4;
}

a:hover  {
  color : #db4c4b;
}
a.copyright {
	color:#fff;
	text-decoration: none;
}
a.copyright:visited {
	color:#fff;
}
a.copyright:hover {
	color:#ebdeda;
}
.highlightBar a, .highlightBar a:visited {
	color:#fff;
}
.highlightBar a:hover {
	color: #FFFDFA;
}
/*@end headers and links */
/*@start images */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* BUTTONS */
.linkButton {
	display: inline-block;
	padding: 15px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
}
.linkButton:hover  {
	background: #BC897C;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.greenLink  {
	background: #8EA67B;
}
.blueLink  {
	background: #6A7A9C;
}
.greyLink {
	background: #b3adae;
}
/*@end buttons */
/*@ start extra customizations */
.colorBox {
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 627px) {
	.colorBox{
		padding: 25px;
		margin: 0;
	}
}
.greenBox {
	background-color: #fff;
	border: solid 1px #acc48f;	
}
.brownBox {
	background-color: #fff;
	border: solid 1px #BC897C;	
}
.blueBox {
	background-color: #fff;
	border: solid 1px #6A7A9C;	
}
.highlightBar {
	background: #8ea67b;
	color: #fff;
	padding: 2% 5%;	
}
@media only screen and (min-width: 1097px) {
	.highlightBar {
		padding: 25px 50px;	
	}		
}
.highlightBar h1 {
	color: #fff;
	font-size: 18px;
}
@media only screen and (min-width: 897px) {
	.highlightBar h1 {
		font-size: 22px;
	}	
}
.highlightBar h4 {
	color: #dee0dc;
}
.homeRight {
	float: none;
	padding: 1% 3%;
	width: 94%;
}
@media only screen and (min-width: 897px) {
	.homeRight {
		float: right;
		width: 30%;
		padding: 2%;
	}
}
.homeLeft {
	float: none;
	background: #fff;
	padding: 1% 3%;
	width: 94%;
}
@media only screen and (min-width: 897px) {
	.homeLeft {
		float: left;
		padding: 1% 3%;
		width: 60%;
	}
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #e1c6bf;
    background: #e1c6bf;
    margin: 2em 0;
}
/*About page */
.bioPic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 20px auto;
}
@media only screen and (min-width: 347px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1097px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1197px) {
	.bioPic {	
		max-width: 250px;
	}
}
.smallText {
	font-size: .85em;
}
/*@end of About page */
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#db4c4b; 
}
.floraforms .field-label em { 
	color:#db4c4b;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint {
	border-color: #bc897c;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select {
	border: 1px solid #e1c6bf;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #8ea67b;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #bc897c; }
.floraforms .btn-themed:active{ background-color: #bc897c; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #8ea67b; }
.floraforms .alert-warning { color: #fff; background-color: #db4c4b; }
.floraforms .alert-error { color:#db4c4b; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #e1c6bf; color: #333; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #e1c6bf; }
.floraforms .flo-select > select:focus + .arrow { color: #e1c6bf; }

/* @validation - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(255, 231, 192, 0.35);
	border-color: #e1c6bf;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #e1c6bf;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #bc897c; 
}
/*end of Contact Form*/
/*light gallery */
#lightgallery, #lightgallery2, #lightgallery3, #lightgallery4, #lightgallery5, #lightgallery6, #lightgallery7, #lightgallery8, #lightgallery9, #lightgallery10, #lightgallery11, #lightgallery12 {
	text-align: center;
}
#lightgallery img, #lightgallery2 img, #lightgallery3 img, #lightgallery4 img, #lightgallery5 img, #lightgallery6 img, #lightgallery7 img, #lightgallery8 img, #lightgallery9 img, #lightgallery10 img, #lightgallery11 img, #lightgallery12 img {
    max-width: 95%;
	margin: 3% 1%;
}
@media only screen and (min-width: 1097px) {
	#lightgallery img, #lightgallery2 img, #lightgallery3 img, #lightgallery4 img, #lightgallery5 img, #lightgallery6 img, #lightgallery7 img, #lightgallery8 img, #lightgallery9 img, #lightgallery10 img, #lightgallery11 img, #lightgallery12 img {
		max-width: 30.2%;
		margin: 1%;
	}		
}
.lg-sub-html a {
	color: #fff;
}
.lg-sub-html a:visited {
	color: #fff;
}
.lg-sub-html a:hover {
	color: #F0EDED;
}