@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*BODY AND MAIN STYLES */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
body {
    font-family: 'Dosis', sans-serif;
	margin-top: 0;
    background-image: url(/images/website-bg.jpg);
	background-color: #2a6ccc;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 1em;
    line-height: 1.4;
    color: #000000;
}
@media only screen and (min-width: 1040px) {
	body {
		font-size: 1.15em;
		line-height: 1.75em;
	}
}
.topBar {
	background: rgba(251,251,251,.65);
    display: block;
    padding: 10px 5px;
    color: #333;
    font-size: 1.5em;
    font-weight: 400;
}
@media only screen and (min-width: 897px) {
	.topBar {
		padding: 20px 5px;
	}
}
.siteLogo {
	float: none;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	.siteLogo {
		float: left;
		text-align: left;
		max-width: 50%;
		padding: 0 0 0 15px;
	}	
}
@media only screen and (min-width: 1297px) {
	.siteLogo {
		max-width: 35%;
    	padding: 0 0 10px 0;
	}	
}
@media only screen and (min-width: 1520px) {
	.siteLogo {
		max-width: 35%;
		padding: 0 0 20px 2%;
	}	
}
.siteName {
	float: none;
	margin: 0;
	font-size: 2.35em;
	color: #F05966;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1040px) {
	.siteName {
		float: left;
		margin: 25px 0 0;
		font-size: 2.65em;
	}	
}
@media only screen and (min-width: 1297px) {
	.siteName {
		margin: 10px 0 0;
    	font-size: 2.25em;
	}	
}
@media only screen and (min-width: 1397px) {
	.siteName {
		margin: 15px 0 0;
    	font-size: 2.5em;
	}	
}
@media only screen and (min-width: 1520px) {
	.siteName {
		margin: 25px 0 0;
		font-size: 2.75em;
	}	
}
.siteBest {
	float: none;
	font-size: .75em;
    font-weight: 500;
    color: #646060;
    letter-spacing: 2px;
	text-transform: uppercase;
}
@media only screen and (min-width: 1040px) {
	.siteBest {
		float: left;
		font-size: .8em;
		margin: 10px 0 0;
	}	
}
@media only screen and (min-width: 1297px) {
	.siteBest {
		font-size: .75em;
   		margin: 0;
	}	
}
@media only screen and (min-width: 1397px) {
	.siteBest {
		font-size: .8em;
	}	
}
@media only screen and (min-width: 1520px) {
	.siteBest {
		font-size: .9em;
		margin: 10px 0 0;
	}	
}
.siteTagline {
	float: none;
	text-align: center;
    font-size: 1em;
    color: #7d648d;
    font-weight: 500;	
}
@media only screen and (min-width: 1040px) {
	.siteTagline {
		float: right;
		text-align: right;
		font-size: 1em;
	}	
}
@media only screen and (min-width: 1297px) {
	.siteTagline {
		float: left;
		text-align: left;
		padding: 25px 0 0 2%;
		font-size: .75em;
	}	
}
@media only screen and (min-width: 1397px) {
	.siteTagline {
		font-size: .85em;
	}	
}
@media only screen and (min-width: 1520px) {
	.siteTagline {
		padding: 45px 0 0 2%;
		font-size: .9em;
	}	
}
.siteBrings {
	float: none;
}
@media only screen and (min-width: 1040px) {
	.siteBrings {
		text-align: center;
	}	
}
@media only screen and (min-width: 1297px) {
	.siteBrings {
		float: left;
		padding: 5px 10px 0;
	}	
}
.siteBookName {
	float: none;
	font-size: 150%;
	margin: 0 0 25px 0;
	font-family: 'Niconne', cursive;
}
@media only screen and (min-width: 1040px) {
	.siteBookName {
		font-size: 135%;
    	margin: 5px 0 15px 0;
	}	
}
@media only screen and (min-width: 1297px) {
	.siteBookName {
		float: left;
		font-size: 155%;
	}	
}
.topSocial {
	float: none;
	text-align: center;
	padding: 0 10px 15px;
}
@media only screen and (min-width: 1040px) {
	.topSocial {
		float: right;
		padding: 5px 3%;
	}
}
@media only screen and (min-width: 1297px) {
	.topSocial {
		text-align: left;
		padding: 30px 5px 0;
	}
}
@media only screen and (min-width: 1520px) {
	.topSocial {
		padding: 45px 25px 5px;		
	}	
}
.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;
	}
}
/* Social media icons */
.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;
}
.bookbub {
	background-image: url(/images/icon-bookbub.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(/images/icon-bookbub-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads {
	background-image: url(/images/icon-goodreads.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads:hover {
	background-image: url(/images/icon-goodreads-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon {
	background-image: url(/images/icon-amazon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon:hover {
	background-image: url(/images/icon-amazon-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok {
	background-image: url(/images/icon-tiktok.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok:hover {
	background-image: url(/images/icon-tiktok-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
	 z-index: 2;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 98%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/*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: none;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: 1.25em;
}
.slicknav_btn {
	background-color: #2b6dcc;
	border-radius: 0px;
}
.slicknav_nav a:hover {
	background: #7d648d;
	color: #fff;
	border-radius: 0px;
}
.slicknav_nav a:visited {
	color: #FFF;
}
.slicknav_nav .slicknav_item:hover {
	background: #7d648d;
	color: #fff;
	border-radius: 0px;
}
.slicknav_menu .slicknav_menutxt {
 	font-weight: 500;
    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) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*END OF MOBILE MENU */
/*START OF MAIN MENU */
.mainmenu {
	display:none;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		width: 100%;
		padding: 5px 0;
		color: #fff;
	}
}
.mainlinks {
	float: left;
}
.homelinks {
	float: right;
	padding-right: 10px;
}
.mainlink {
	padding: 10px 8px;
	font-size: 15px;
	color: #fff;
	float: left;
}
@media only screen and (min-width: 1040px) {
	.mainlink {
		font-size: 18px;
		padding: 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.mainlink {
		padding: 10px;
		font-size: 20px;
	}	
}
@media only screen and (min-width: 1325px) {
	.mainlink {
		padding: 10px 20px;
		font-size: 22px;
	}
}
.homelinks .mainlink {
	font-size: 12px;
	padding: 10px 7px;
}
@media only screen and (min-width: 1200px) {
	.homelinks .mainlink {
		font-size: 16px;
		padding: 10px;
	}	
}
@media only screen and (min-width: 1325px) {
	.homelinks .mainlink {
		font-size: 18px;
		padding: 10px;
	}	
}
.homelinks .mainlink, .homelinks .mainlink a, .homelinks .mainlink a:visited {
	color: #fff;
}
.mainlink:hover a {
	color: #fff;
}
.mainlink:hover {
	color: #DAAB80;
	background-color: inherit;
}
.homelinks {
	color: #fff;
	background: none;
}
.homelinks:hover {
	color: #DAAB80;
	background: none;
}
.mainlink a {
	color: #fff;
	text-decoration: none;
}
.mainlink a:hover {
	color: #fff;
	background: #DAAB80;
}
.mainlink a:visited {
	color: #fff;
}
.mainlink:hover {
	color: #fff;
	background-color: #DAAB80;
}
.mainlink:hover a {
	color: #fff;
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
    padding: 3% 5%;
	border-top: none;
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 5%;
	}
}
.bottom-content {
    padding: 1% 5%;
    background: rgba(251,251,251, .85);
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.bottom-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.bottom-content {
	   padding: 1%;
    	margin: 5px 0 20px 0;
	}
}
/*bottom mail bar */
.mailBar {
	background: #1755ae; 
	color:#fff; 
	padding: 10px 0 5px 0; 
	font-size:1.15em; 
	text-align:center; 
	opacity: 0.90; 
}
@media only screen and (min-width: 497px) {
	.mailBar {
		font-size:1.25em;	
	}
}
@media only screen and (min-width: 897px) {
	.mailBar {
		padding: 15px; 
		font-size:22px; 
	}
}
.mailBar input[type="text"] {
    width: 250px;
	margin: 10px;
	background-color: #fff;
    border: 1px solid #fff;
	padding: 7px;
	font-size: 14px;
}
.mailBar input[type="submit"] {
    background: #1755ae;    
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
	padding: 8px;
	font-size: 16px;
}
@media only screen and (min-width: 930px) {
	.mailBar input[type="text"] {
		width: 200px;
		margin: 0 20px;
	}
	.mailBar input[type="text"] {
		padding: 8px;
		font-size: 16px;
	}
	.mailBar input[type="submit"] {
		padding: 8px;
		font-size: 16px;
	}
}
/*end of bottom mail bar */
/*END OF MAIN LAYOUT AND GENERAL STYLES */
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clearDiv {
	clear:both;
}
/*START OF CUSTOMIZATIONS */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
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: 500;
}
h1 {
	font-family: 'Niconne', cursive;
	font-size: 1.75em;
	color: #2558A7;
}
h2 {
	font-size: 1.4em;
	color: #7d648d;
}
h3 {
     font-size: 1.3em;
     color: #F05966;
}
h4 {
	font-size: 1.2em;
	color: #4F9DF9;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 2em;
	}
}
a  
{
  color : #2558A7;
}
a:visited
{
  color : #2558A7;
}
a:hover  
{
  color : #7d648d;
}
p.copyright {
	font-size: 65%;
	line-height: 145%;
	color: #586F4A;
}
@media only screen and (min-width: 897px) {
	p.copyright {
		font-size: 75%;
	}
}
a.copyright {
	color: #586F4A;
}
a.copyright:visited {
	color:#586F4A;
}
a.copyright:hover {
	color:#000;
}
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 65%;	
	}
}
.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: 65%;	
	}
}
.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: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 1%;
	}
}
@media only screen and (min-width: 1040px) {
	.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: 655px) {
	.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: 655px) {
	.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: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*EXTRAS */
.headerHighlight {
	font-size: 1.5em;
	line-height: 1.6;
	background: #7d648d;
	color: #fff;
	padding: 15px;
    border: solid 1px #fff;	
}
p.highlight {
	margin: 25px auto 50px auto;
}
.colorBox {
	padding: 3% 5%;
    background: rgba(251,251,251, .75);
	margin: 0;
}
/*padding on images - sub for hspace, vspace or both */
.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;
}
.imgBMPad5 {
	border: none;
	margin: 10px 5px;
}
.imgShadow {
    background: #fff;
    padding: 5px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
@media only screen and (min-width: 1040px) {
	.imgShadow {
		padding: 10px;
	}	
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
.joinBox {
	margin: 0;
	background: #b1d8fd;
	width: 95%;
	padding: 1% 2.5%;
	color: #fff;
	font-size: 1.15em;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		margin: 0;
		width: 95%;
		padding: 2% 2.5%1% 2.5%;
		font-size: 1.15em;
	}	
}
.joinBox input[type="submit"] {
    background: #0299FE;
    padding: 3px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
	font-weight: normal;
	margin: 0 auto 10px auto;
}
.joinBox input[type="text"] {
    background: #fff;
    margin: 10px auto;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    font-size: 75%;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 80%;
}
@media only screen and (min-width: 897px) {
	.joinBox input[type="text"] {
		width: 50%;
		margin: 0 10px 0 0;
	}
}
/*Book Pages*/
.bookCover {
    float: none;
	width: 95%;
	max-width: 200px;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
}
@media only screen and (min-width: 385px) {
	.bookCover {
		max-width: 225px;
	}
}
@media only screen and (min-width: 425px) {
	.bookCover {
		max-width: 275px;
	}
}
@media only screen and (min-width: 485px) {
	.bookCover {
		max-width: 300px;
	}
}
.buyBox {
	background: #fff;
	display: inline-block;
	padding: 20px;
	line-height: 135%;
    margin: 25px auto;
}
.buyBoxCenter {
	display: block;
	max-width: 250px;
}
.buyBoxTitle {
	background: #FB1866;
	font-size: 1.25em;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	width: 90%;
    margin: 25px auto 0 auto;
    border: solid 2px #fff;
}
.buyBox img {
	padding: 8px;
}
@media only screen and (min-width: 625px) {
	.buyBox img {
		padding: 10px;
	}	
}
/* BUTTONS */
.linkButton {
	font-size: 1.25em;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	color: #fff;
	padding: 10px;
    width: auto;
    margin: auto;
    border: solid 1px #fff;
}
@media only screen and (min-width: 597px) {
	.linkButton {
		padding: 15px;
	}		
}
.linkButton:hover  {
		background: #0299FE;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #4F9DF9;
}
.showMobile {
	display: block;
}
@media only screen and (min-width: 897px) {
	.showMobile {
		display: none;
	}	
}
.showDesktop {
	display: none;
}
@media only screen and (min-width: 897px) {
	.showDesktop {
		display: block;
	}	
}
hr {
    height: .5em;
    border: 1px solid #f3f1ed;
    background: #f3f1ed;
    margin: 2em 0;
}
/* Videos */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 25px;
	margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
	.video-container {
		margin-bottom: 50px;
		margin-top: 35px;
	}	
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.iframe-container {
	position:relative;
	padding-bottom:200%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
	position:absolute;
	top:0;
	left:0;
	width:105%;
	height:100%;
}
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#4F9DF9; 
}
.floraforms .field-label em { 
	color:#4F9DF9;
}
/* @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: #4F9DF9;
}
/* @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 #4F9DF9;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #4F9DF9;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color:#7d648d; }
.floraforms .btn-themed:active{ background-color: #7d648d; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #6586b4; }
.floraforms .alert-warning { color: #fff; background-color: #7d648d; }
.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: #7d648d; 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: #7d648d; }
.floraforms .flo-select > select:focus + .arrow { color: #7d648d; }

/* @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: #f3ad71;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #4F9DF9;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #4F9DF9; 
}
.floraforms .flo-checkbox, .floraforms .flo-radio {
    margin-right: 5px;
    border: 1px solid #4F9DF9;
    top: 5px;
}
.floraforms .flo-checkbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.floraforms input:checked + .flo-checkbox, .floraforms input:checked + .flo-radio {
    border: 3px solid #7d648d;
    background: #7d648d;
}
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #7d648d;
    background: #7d648d;
}
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #7d648d;
    background: #7d648d;
    padding-left: 33px;
    color: white;
}
.floraforms .frm-header, .floraforms .frm-footer {
    overflow: hidden;
	padding: 20px 0;
    background: none;
}
.floraforms label.flo-option {
	margin: 10px 0;
	line-height: 175%;
}
/*end of Contact Form*/