@charset "utf-8";
/*body and header */
body {
    font-family: 'Nunito Sans', sans-serif;
	background-image: url("../images/background-bg-1.jpg");
	background-size: cover;
    background-attachment: fixed;
	background-color: #fffdfa;
	font-size: 1em;
	line-height: 1.5;
    color: #333333;
	margin: 10px 0 50px 0;
}
@media only screen and (min-width: 767px) {
	body {
		line-height: 1.65;
	}
}
.headerBar {
	padding: 20px 10px;
}
@media only screen and (min-width: 897px) {
	.headerBar {
		padding: 10px 2% 0 2%;
	}		
}
@media only screen and (min-width: 1097px) {
	.headerBar {
		padding: 10px 3% 0 3%;
	}		
}
.siteName {
	font-family: 'La Belle Aurore', cursive;
	font-size: 40px;
	color: #537c8a;
    letter-spacing: 1px;
	text-align: center;
}
@media only screen and (min-width: 397px) {
	.siteName {
		font-size: 46px;
	}
}
@media only screen and (min-width: 497px) {
	.siteName {
		font-size: 58px;
	}
}
@media only screen and (min-width: 897px) {
	.siteName {
		font-size: 64px;
		float: left;
	}		
}
@media only screen and (min-width: 1097px) {
	.siteName {
		font-size: 68px;
		float: left;
	}		
}
@media only screen and (min-width: 1297px) {
	.siteName {
		font-size: 72px;
		letter-spacing: 4px;
	}		
}
.siteName a {
	text-decoration: none;
	color: #537c8a;
}
.siteName a:visited, .siteName a:hover {
	color: #537c8a;
}
.logo {
	padding: 25px;
	text-align: center;
}
@media only screen and (min-width: 1097px) {	
	.logo {
		float: left;
		padding: 20px 50px 0 20px;		
	}	
}
.tagline {
	font-family: 'Work Sans', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 15px;
	text-align: center;
	color: #F0B587;
	line-height: 110%;
}
@media only screen and (min-width: 497px) {
	.tagline {
		font-size: 54px;
	}		
}
@media only screen and (min-width: 697px) {
	.tagline {
		font-size: 60px;
		letter-spacing: 20px;
	}		
}
@media only screen and (min-width: 897px) {
	.tagline {
		float: right;
		font-size: 64px;
		letter-spacing: 22px;
	}		
}
@media only screen and (min-width: 1097px) {
	.tagline {
	    font-size: 72px;
    	letter-spacing: 24px;
	}		
}
/*@end body & header */
/* Social Media */
.topSocial {
	float: left;
	padding: 15px 0 10px 25px;
    position: relative;
    top: 0;
	color: #fff;
}
@media only screen and (min-width: 897px) {
	.topSocial {
		padding: 10px 25px;
	}
}
@media only screen and (min-width: 1527px) {
	.topSocial {
		padding: 10px 25px;
	}
}
.topSocial img {
  width: 19px;
}
.topSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 325px) {
	.topSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topSocial a  {
	padding: 5px 10px;
	}
}
/*social media*/
.facebook {
	background-image: url(/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(/images/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(/images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(/images/icon-twitter-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(/images/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(/images/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist {
	background-image: url(/images/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(/images/icon-maillist-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(/images/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(/images/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*@end social media */
/*@end main grid
@start of mobile menu */
.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: #f0b587;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: 1em;
}
@media only screen and (min-width: 425px) {
	.slicknav_nav {
		font-size: 1.2em;
	}		
}
.slicknav_btn {
	background-color: #bd5768;
}
.slicknav_nav a:hover {
	background: #bd5768;
	color: #fff;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #bd5768;
	color: #fff;
}
.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: #f0b587;
		padding: 0 5%;
	}
}
nav { 
	font-family: 'Barlow Condensed', sans-serif;
	float: right;
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 21px;
}
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: #bd5768; 
	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: #bd5768;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #f0b587; 
}
/* @start content area */ 
.main-content {
    padding: 1% 5%;
	background: rgba(251,251,251, .75);
    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: 1297px) {
	.main-content {
		padding: 3% 5%;
	}
}
/*@end main content */
.bottomBar {
	background: #fff;
	padding: 25px;	
}
.quote {
	color: #bd5768;
	font-family: 'Caveat', cursive;
	font-size: 1.35em;
	text-align: center;
}
@media only screen and (min-width: 1097px) {	
	.quote {
		font-size: 1.5em;
	}		
}
.quote p {
	margin: 0;
}
.footerLogo {
}
@media only screen and (min-width: 897px) {	
	.footerLogo  {
		padding: 10% 0;
	}		
}
/*@start footer */
.footerBar {
	background-image: url(/images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
	padding: 2%;
}
.main-footer {
    padding: 20px;
    background-color: #acc48f;
	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-weight: normal;
}
h1 {
	font-size: 1.4em;
	color: #bd5768;	
	text-transform: uppercase;
}
h2 {
	font-size: 1.3em;
	color: #537c8a;
}
h3 {
	font-size: 1.2em;
	color: #acc48f;
}
h4 {
	font-size: 1.1em;
	color: #bd5768;
	font-weight: 600;
}
h5 {
    font-size: 1.1em;
    color: #537c8a;
	font-weight: 600;
}
h6 {
    font-size: 1.1em;
    color : #acc48f;
	font-weight: 600;
}
@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:#c8d8f0;
}
/*@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;
	font-size: 90%;
	font-family: 'Quicksand', sans-serif;
}
.linkButton:hover  {
	background: #f3ad71;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.greenLink  {
	background: #ACC48F;
}
.redLink  {
	background: #bd5768;
}
/*@end buttons */
/*@ start extra customizations */
.colorBox {
	background-color: #fff;
	border: solid 1px #acc48f;
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 627px) {
	.colorBox{
		padding: 25px 15px 25px 45px;
		margin: 0;
	}
}
/*mailing list */
.joinBox {
	margin: 75px 0;
	background: #fefaf2;
	width: 95%;
	padding: 1% 2.5%;
	font-size: 1.15em;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		margin: 10px 20px;
		width: 90%;
		padding: 1% 5% 50px 5%;
		font-size: 1.15em;
	}	
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #FDFAF3;
    background: #FDFAF3;
    margin: 2em 0;
}
/* @start of customizing pages */
/*@start of home page */

/*@end of home page */
/*Book Pages*/
/*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: 1047px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1197px) {
	.bioPic {	
		max-width: 250px;
	}
}
/*@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: #db4c4b;
}
/* @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 #F0B587;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #537c8a;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #ACC48F; }
.floraforms .btn-themed:active{ background-color: #ACC48F; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #537c8a; }
.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: #F0B587; 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: #F0B587; }
.floraforms .flo-select > select:focus + .arrow { color: #F0B587; }

/* @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: #F0B587;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #F0B587;
}
.floraforms .refresh-captcha i { 
	color: #F0B587; 
}
/*end of Contact Form*/