@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: 'Lora', serif;
	margin-top: 0;
    font-size: 0.875em;
    line-height: 1.4;
    color: #333333;
}
@media only screen and (min-width: 481px) {
	body {
		font-size: 0.875em;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 767px) {
	body {
		font-size: 1em;
		line-height: 1.4;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		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: 95.5%;
	}
}
@media only screen and (min-width: 1120px) {
	.gridContainer {
		width: 92.5%;
		max-width: 1232px;
	}
}
.topBar {
	background: #fff;
	display: block;
	padding: 0;
}
@media only screen and (min-width: 896px) {
	.topBar {
		padding: 5px 10px;
	}
}
.headerBar {
	display: block;
	background-image: url(../images/small-header-bg.jpg);
	padding: 3% 0 25% 0;
	background-size: cover;
	background-position: top;
	border-top: 4px solid #faf1c7;	
}
@media only screen and (min-width: 492px) {
	.headerBar {
		background-image: url(../images/medium-header-bg.jpg);
		background-position: center;
		padding: 3% 0 10% 0;
	}		
}
@media only screen and (min-width: 897px) {
	.headerBar {
		background-image: url(../images/large-header-bg.jpg);
		padding: 3% 0 10% 0;
	}		
}
@media only screen and (min-width: 1350px) {
	.headerBar {
		padding: 3% 0 10% 0;
	}		
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.small-header {
    	display: block;
	    margin-right: 25%;
		margin-left: 2%;
		margin-bottom: 3%;
}
.small-header p {
	margin: 0;
}
.tagline {
	padding-bottom: 10px;
}
@media only screen and (min-width: 492px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
@media only screen and (min-width: 492px) {
	.medium-header {
		display: block;
		margin-right: 25%;
		margin-left: 10%;
	}
	.medium-header p {
		margin: 0;
	}
	.tagline {
		padding-bottom: 15px;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
		margin-right: 25%;
		margin-left: 10%;
	}
	.large-header p {
		margin: 0;
	}
	.tagline {
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 1040px) {
	.large-header {
		margin-left: 15%;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1350px) {
	.large-header {
    	margin-left: 18%;
	}
}
/*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: #fff;
    padding: 5px 0 0 0;
}
.slicknav_nav {
    clear: both;
    margin: 0;
    font-size: 1em;
	background: #FEF9E3;
}
.slicknav_btn {
	background-color: #ad8b14;
	float: left;
}
.slicknav_nav a {
	color: #ad8b14;
}
.slicknav_nav a:hover .slicknav_nav a {
	color: #ca6fb0;
	background: #fff;
}
.slicknav_nav .slicknav_item a:hover {
    color: #ca6fb0;
}
.slicknav_nav a:visited {
	color: #ad8b14;
}
.slicknav_nav .slicknav_item:hover {
	color: #ca6fb0;
	background: #fff;
}
.slicknav_nav a:hover{
	color: #ca6fb0;
	background: #fff;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	font-weight: normal;
}
.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 */
.mainlinks {
	display:none;
}
.anylinkcss {
	display:none;
}
@media only screen and (min-width: 897px) {
	.anylinkcss {
		display:block;
	}
	.anylinkcss ul li a {
	padding: 7px 0 7px 15px;
	}
	.mainlinks {
		display: block;
		float: left;
	}
}
@media only screen and (min-width: 1040px) {
	.mainlinks {
		
	}
}
.mainlink {
	padding: 10px;
	font-size: 1em;
	color: #c9ae32;
	float: left;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}
@media only screen and (min-width: 1040px) {
	.mainlink {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 1.15em;
	}
}
@media only screen and (min-width: 1200px) {
	.mainlink {
		font-size: 1.25em;
	}
}
@media only screen and (min-width: 1350px) {
	.mainlink {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.mainlink a {
	color: #c9ae32;
	text-decoration: none;
}
.mainlink a:hover {
	color: #fff;
	background: none;
}
.mainlink a:visited {
	color: #c9ae32;
}
.mainlink:hover {
	color: #fff;
	background-color: #CA6FB0;
}
.mainlink:hover a {
	color: #fff;
}
/*social media*/
.socialNavMobile {
	float: right;
	padding: 5px 0 0 0;
}
	.socialNavMobile a {
		padding: 0 5px;
	}
.socialNav {
	display: none;
}
@media only screen and (min-width: 897px) {
	.socialNav {
		display: block;
		float: right;
		padding-top: 10px;
	}
	.socialNav a {
		padding: 0 5px;
	}
}
.facebook {
	background-image: url(../images/icon-social-facebook.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(../images/icon-social-facebook-over.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(../images/icon-social-twitter.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(../images/icon-social-twitter-over.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(../images/icon-social-instagram.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(../images/icon-social-instagram-over.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub {
	background-image: url(../images/icon-social-bookbub.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(../images/icon-social-bookbub-over.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.contact {
	background-image: url(../images/icon-social-email.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.contact:hover {
	background-image: url(../images/icon-social-email-over.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
    padding: 1% 5%;
    background-color: #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: 1% 5% 2% 5%;
	}
}
.home-content {
    padding: 0 2%;
    background-color: #fff;
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.home-content {
		padding: 0 2%;
	}
}
@media only screen and (min-width: 655px) {
	.home-content {
		padding: 0 1%;
	}
}
@media only screen and (min-width: 897px) {
	.home-content {
		padding: 0 3%;
	}
}
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
.bottomBar {
	text-align: center;
	padding: 5px;
	color: #fff;
	background: #5ed6e8;
}
.bookbubButton {
	padding: 10px;
}
.main-footer {
    padding: 1% 5%;
    background-color: #faf1c7;
	font-size: 70%;
	color: #c9ae32;
	line-height: 145%;
}
/*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: bold;
}
h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
}
h1 {
	text-align: right;
    padding: 3px 4%;
	margin-bottom: 20px;
	font-size: 1.25em;
	background: #77dbea;
	color: #fff;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
h2 {	
	font-size: 1.2em;
	color: #bd60a2;
}
h3 {
     font-size: 1.2em;
     color: #c9ae32;
}
h4 {
	font-size: 1.1em;
	color: #bd60a2;
}
h5 {
    font-size: 1.1em;
    color : #77dbea;
}
h6 {
    font-size: 1.1em;
    color : #c9ae32;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h2.booklist {
		margin-left: 2.5%;
	}
}
a  
{
  color : #44bed0;
}

a:visited
{
  color : #5abac8;
}
a:hover  
{
  color : #CA6FB0;
}
a.copyright {
	color:#c9ae32;
}
a.copyright:visited {
	color:#c9ae32;
}
a.copyright:hover {
	color:#48c4d6;
}
ol li {
	margin-bottom: 15px;
}
.largecolor1 {
	font-size: 1.5em;
	color: #000;
}
.xlargecolor1 {
	font-size: 2em;
	color: #000;
}
.smallcolor1 {
	font : .95em "Calibri", sans-serif;
	color: #000;
}
@media only screen and (min-width: 897px) {
	.smallcolor1 {
		font : 1.125em "Calibri", sans-serif;
	}
}
.color1 {
	color: #000;
}
.centerText {
	text-align: center;
}
.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 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%;
		margin: 0 auto 30px auto;
	}	
}
/*Contact Form */
.emailFormError {
	margin:0px; 
	color:#FF0000
}
.inputButton {}
.inputText {
	width:95%; 
}
.inputValue {
	width:95%;
}
@media only screen and (min-width: 625px) {
	.inputText {
		width:85%; 
	}
	.inputValue {
		width:85%;
	}
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	background-color: #cccccc;
	padding: 10px;
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
    width: 90%;
	padding: 15px;
    background-color: #bebcbc;
	margin: 50px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
@media only screen and (min-width: 625px) {
	.colorBoxRound{
		padding: 25px 15px 25px 45px;
	}
}
/*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;
}
.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;
}
/* @buttons */
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 85%;
}
.linkButton:hover  {
	background: #000;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #5ed6e8;
}
.pinkLink  {
	background: #CA6FB0;
}
/* BUTTONS */
.pinkBtn {
    padding: 5px 15px;
    background:#CA6FB0;
    border: none;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 20px 0;
	color: #fff;
}
.pinkBtn:hover {
	background:#48C4D6;
}
.pinkBtn a {
	text-decoration: none;
	color: #fff;
}
hr {
    border: 3px solid;
    margin: 25px 0;
    color: #FAF1C7;
    background: #FAF1C7;
}
/* Videos */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
	.video-container {
		margin-bottom: 50px
	}	
}
.video-container-home {
	position:relative;
	padding-bottom:60.25%;
	height:0;
	overflow:hidden;
	margin-bottom: 25px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container-home iframe, .video-container-home object, .video-container-home embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*Home Page */
.homePic {
	background-image: url(../images/homePic.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.colHomeRight {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.colHomeRight {
		float: right;
		width: 22%;
		padding: 2% 0 0 1%;
	}
}
@media only screen and (min-width: 1097px) {
	.colHomeRight {

	}
}
.colHomeRight2 {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
	font-size: 1.125em;
	line-height: 1.65em;
}
@media only screen and (min-width: 897px) {
.colHomeRight2 {
	float: right;
	max-width: 68%;
    padding: 0 0 2% 2%;
}
}
.colHomeLeft {
	float: none;
	width: 98%;
	padding: 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.colHomeLeft {
		float: left;
		max-width: 25%;
		padding: 2% 2% 15px 0;
	}
}
.colHomeLeft2 {
	float: none;
	width: 98%;
	padding: 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.colHomeLeft2 {
		float: left;
		max-width: 30%;
		padding: 15px 0 15px 0;
	}
}
.colHomeLeft2 input[type="submit"] {
    background: #48C4D7;
    padding: 3px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
	font-weight: normal;
}
.colHomeLeft2 input[type="submit"]:hover {
    background: #C160A2;
}
.colHomeLeft2 input[type="text"] {
    background: #fff;
    margin: 10px 0;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    font-size: 75%;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 90%;
}
.colHomeMiddle {
	float: none;
	width: 98%;
	padding: 1%;
	margin: auto;
	font-size: 1.125em;
	line-height: 1.65em;
}
@media only screen and (min-width: 897px) {
	.colHomeMiddle {
		float: left;
		width: 45%;
		padding: 15px;
	}
}
.homePic {
    width: 90%;
    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: 20px auto;
	max-width: 250px;
}
@media only screen and (min-width: 897px) {
	.homePic {
		max-width: 250px;
	}		
}
hr.home {
    display: block;
    width: 100%;
    border: 5px solid;
    margin: 25px auto;
    color: #FAF1C7;
    background: #FAF1C7;
}
/*Book Pages*/
.bookCover {
    float: none;
    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;
}
.booksPage {
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
}
.homePage {
	margin: 0 15px;
	width: 90%;
	max-width: 200px;
}
@media only screen and (min-width: 897px) {
	.homePage {
		max-width: 190px;
	}		
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
@media only screen and (min-width: 941px) {
	.booksPage {
		margin: 0;
	}	
}
@media only screen and (min-width: 1200px) {
	.booksPage {
	}	
}
@media only screen and (min-width: 1350px) {
	.booksPage {
	}	
}
.buyBox {
	margin: 35px 0 20px 0;
	background: #FCF9E7;
	padding: 10px;
}
.buyBox img {
	padding: 5px 10px;
}
.reviewcredit {
    border-bottom: 3px solid #FAF1C7;
    margin-left: 25px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #c9ae32;
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #fff;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px;
	font-size: 1em;
    background: #fff;
    margin: auto;
    border-radius: 5px;
	color: #c9ae32;
	text-transform: uppercase;
}
@media only screen and (min-width: 897px) {
	.r-tabs .r-tabs-nav .r-tabs-anchor {
		margin: 0 5px;

	}		
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #c9ae32;
	text-shadow: none;
	background-color: #FAF1C7;
	text-transform: uppercase;
}
@media only screen and (min-width: 897px) {
	.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
		font-size: 115%;
	}
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #fff;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 15px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px;
	font-size: 1em;
    text-align: center;
    margin: 0 5px;
	color: #c9ae32;
	text-transform: uppercase;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	color: #c9ae32;
	text-shadow: none;
	background-color: #FAF1C7;
	text-transform: uppercase;
	font-size: 115%;
}
/* 
@media only screen and (max-width: 768px) {
	.r-tabs .r-tabs-accordion-title {
		display: block;
		background: #FAF1C7;
		text-align: center;
	}
}*/
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
h1.summary {
	margin: 0;
}
/*Bio Styles */
.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: 342px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1042px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1200px) {
	.bioPic {	
		max-width: 250px;
	}
}
.question {
	font-weight: bold;
	color: #bd60a2;
}
#qa hr {
    display: block;
    width: 95%;
    border: 3px solid;
    margin: 25px 0;
    color: #FAF1C7;
    background: #FAF1C7;
}
#writers li {
	margin-bottom: 20px;
}
/*Flora Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#CA6FB0; 
}
.floraforms .field-label em{ 
	color:#CA6FB0;
}
/* @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: #CA6FB0;
}
/* @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: 2px solid #c9ae32;
}
/* @hint below textareas 
---------------------------------------- */
.floraforms .flo-hint {
	background: #F2F4FA;
    border: 2px solid #FE4F56;
	border-top:1px solid #FE4F56;
}
.floraforms .flo-select:before { 
	border-left:1px solid #c9ae32;
}
.floraforms .flo-checkbox, 
.floraforms .flo-radio { 
    border: 3px solid #c9ae32;
}
.floraforms input:checked + .flo-checkbox, 
.floraforms input:checked + .flo-radio{ 
	border: 3px solid #FE4F56; 
	background:#FE4F56; 
}
/* @radio + checkbox :hover + :focus state 
--------------------------------------------------- */
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #FE4F56;
}
.floraforms .flo-switch > .switch-label {
    background: #666666;
    border: 2px solid #666666;
}
/* @toggle switch normal state 
--------------------------------------------------------------- */
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #ee050d;
	background: #ee050d; 
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.floraforms .flo-switch > input:checked:focus + .switch-label { 
	background: #ee050d; 
	border-color: #ee050d; 
}
/* @buttons 
----------------------------------------------------- */
.floraforms .flo-button {
	color: #fff;
    background: rgba(62, 71, 40, 0.35);
}
/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.floraforms .flo-button:hover { background: #666666; color:#fff; }
.floraforms .flo-button:active{ background: #666666; color:#fff;  }

/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #CA6FB0;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #c9ae32; }
.floraforms .btn-themed:active{ background-color: #c9ae32; }

/* @tooltips on inputs + textareas 
------------------------------------------------- */ 
.floraforms .flo-tooltip {
	background: #000;
}
/* @tooltip right-top
------------------------------------------------- */
.floraforms .tip-right { bottom: 100%; margin-bottom: -20px; }
.floraforms .tip-right:after {
	border-top: 8px solid #CA6FB0;
}
/* @tooltip left-top
------------------------------------------------- */
.floraforms .tip-left { bottom: 100%; margin-bottom: -20px; }
.floraforms .tip-left:after {
	border-top: 8px solid #CA6FB0;
}
.floraforms .alert-info { color:#CA6FB0; background-color: #E6CEC4; }
.floraforms .alert-success { color:#fff; background-color: #BDD80C; }
.floraforms .alert-warning { color: #fff; background-color: #F60627; }
.floraforms .alert-error { color:#ed1c24; 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: #CA6FB0; color: #000; }
.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: #CA6FB0; }
.floraforms .flo-select > select:focus + .arrow{ color:#CA6FB0; }

/* @validaion - 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(217, 224, 237, 0.35);
	border-color:#FE4F56;
}
.floraforms .state-error .flo-input ~ .field-icon i,
.floraforms .state-error .flo-textarea ~ .field-icon i{  color: #e74c3c; }
.floraforms .state-error.flo-select .arrow { color: #e74c3c; }
.floraforms .state-error.flo-select:before {  border-left:1px solid #CA6FB0; }
.floraforms .state-error .flo-input ~ .flo-hint,
.floraforms .state-error.flo-file .file-input:hover + .flo-input, 
.floraforms .state-error .flo-textarea ~ .flo-hint { border-color:#3E5D4B; }
.floraforms .state-error + em{ 
	display: block!important;
	margin-top: 6px;
	padding: 0 3px;
	font-weight: bold;
	line-height: normal;
	color: #FE4F56;
}
/* @validaion - success state 
-------------------------------------------------- */
.floraforms .state-success .flo-input,
.floraforms .state-success .flo-textarea,
.floraforms .state-success.flo-select > select,
.floraforms .state-success.flo-selectmulti > select{
	background: rgba(217, 224, 237, 0.35);
	border-color:#CA6FB0;
}
.floraforms .state-success .flo-input ~ .field-icon i,
.floraforms .state-success .flo-textarea ~ .field-icon i{  color: #3E5D4B; }
.floraforms .state-success.flo-select .arrow { color: #3E5D4B; }
.floraforms .state-success.flo-select:before {  border-left:1px solid #3E5D4B; }
.floraforms .state-success .flo-input ~ .flo-hint,
.floraforms .state-success.flo-file .file-input:hover + .flo-input, 
.floraforms .state-success .flo-textarea ~ .flo-hint { border-color:#3E5D4B; }
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode{
	background: rgba(251, 251, 251, 0.35);
}
.floraforms .refresh-captcha i{ color: #CA6FB0; }

/*WRITERSAPCE CONTEST*/
#wscontestentryform .row{
	padding:0 0 25px 0 !important;
	position:static !important;
}
#wscontestentryform .state-row .row{
	padding:0 !important;
	position:static !important;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.row:after {
    clear: both;
}
.ws-form-container{
	width:auto;
	margin:0 auto;
	padding:25px 0;
}
#wscontestentryform{
	width:auto !important;
	max-width:100% !important;
}
.ws-form-container form label.error{
	color:#cc0000;
	font-weight:normal;
	display:block;
	padding:10px 0;
	display:block !important;
}
.ws-form-container form label.error:before {
        float:left;
        font-family: FontAwesome;
        content: "\f00d";
        padding:0 5px 0 0;
    }
.ws-form-container form .error-top{
	display:none;
	padding:15px;
	margin:10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border:1px solid #cc0000;
	background-color:#fdeced;
	font-weight:normal;
}
.ws-form-container form .error-top.error{
	display:block;
}
#ajaxerror{
	display:none;
}
.ws-form-container form input[type=text],.ws-form-container form input[type=email], input[type=url], .ws-form-container form input[type=email], .ws-form-container form input[type=tel], .ws-form-container form input[type=number], .ws-form-container form input[type=password], .ws-form-container form textarea, .ws-form-container form select {
	outline-style: none !important;
	font-family: inherit !important;
	padding:8px !important;
	margin:0 !important;
	letter-spacing: normal !important;
	border:1px solid #cccccc !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-o-border-radius:5px !important;
	border-radius:5px !important;
	width:90% !important;
	max-height:100px;
	background:#fff !important;
	color:#333333 !important;
}
.ws-form-container form input[type="submit"],.ws-form-container form input[type="reset"]{	
	padding:10px 20px !important;
	color:#fff !important;
	border:none !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-o-border-radius:5px !important;
	border-radius:5px !important;
	cursor:pointer;
	text-transform:uppercase !important;
	line-height:18px !important;
	font-weight:300 !important;
}
.ws-form-container form input[type="submit"], .ws-form-container form input[type="reset"]{
	background:#CA6FB0;
	margin: 5px 0;
}
.ws-form-container form input[type="submit"]:hover, .ws-form-container form input[type="reset"]:hover{
	background:#c9ae32;
	
}
.ws-form-container form label{
	display:block;
	padding:0 0 10px;
	font-weight:700;
	float:none;
	width:auto;
	text-align:left;
}
.ws-form-container form .required{
	color:#cc0000;
}
.ws-form-container form .enter-title{
	text-align:center;
	font-weight:bold;
}

.ws-form-container form .state,.ws-form-container form .zip,.ws-form-container form .country{
	float:left;
}
.ws-form-container form .state{
	width:49%;
	margin:0 1% 0 0;
}
.ws-form-container form .zip{
	width:49%;
	margin:0 1% 0 0;
}

.ws-form-container form .submit-row{
	text-align:center;
}
.ws-form-container form ul{
	position:relative ;
	display:initial;
	list-style:disc;
}
.ws-form-container form ul li{
	padding:0 0 10px 0;
	float:none;
	display:block;
}

ul.has-add-rules{
	padding-bottom:0;
	margin-bottom:0 !important;
}
/* wp equivalents
----------------------------------------*/
.ws-form-container .alignleft {
    float: left;
    margin: 10px 15px 10px 0;
}

.ws-form-container .alignright {
    float: right;
    margin: 10px 0 15px 10px;
}

/* entry messages
----------------------------------------*/
.ws-entry-hide{
	display:none;
}
.ws-entry-success{
	padding:25px 25px 10px ;
	background:#fff;
	border:1px solid #cccccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	color:#333333 !important;

}
.ws-entry-success p,.ws-entry-warning p{
	color:#333333 !important;
}
.ws-entry-warning{
	padding:25px 25px 10px ;
	background:#f7f4bf;
	border:1px solid #805304;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	margin:0 0 25px 0;
	color:#333333 !important;
}