body {
    font-family: 'Arimo', sans-serif;
	margin: 0;
	background: url("../images/website-bg-small.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffc7d0;
    font-size: 1em;
    line-height: 1.5;
    color: #333;
}
@media only screen and (min-width: 897px) {
	body {
	background: url("../images/website-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	background-size: 100%;
	}		
}
/*Main Grid */
.maincontent {
	margin: 10px 0;
	padding: 5%;
	background: rgba(255,255,255,0.75);
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 90%;
		max-width: 1272px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/*Top Bar */
.topBar {
	font-family: 'Sarabun', sans-serif;
	font-weight: 500;
	padding: 10px;
	background: #fff;
}
.headerBar {
	padding: 0 5px;
	background: rgba(251,251,251,.60);
}
@media only screen and (min-width: 1040px) {
	.headerBar {
		padding: 15px;
	}	
}
.malleryLogo {
	float: none;
    padding: 5px 10px;
    text-align: center;
}
@media only screen and (min-width: 497px) {
	.malleryLogo {
		 padding: 10px 20px;
	}		
}
@media only screen and (min-width: 897px) {
	.malleryLogo {
		float: left;
		width: 50%;
		padding: 5px 5px 5px 20px;
		text-align: left;
	}
}
@media only screen and (min-width: 1240px) {
	.malleryLogo {
		width: 30%;
		padding: 10px 5px 5px 25px;
		text-align: right;
	}
}
@media only screen and (min-width: 1340px) {
	.malleryLogo {
		width: 33%;
		padding: 10px 5px 5px 15px;
		text-align: right;
	}
}
@media only screen and (min-width: 1492px) {
	.malleryLogo {
		width: 33%;
		padding: 5px 5px 5px 50px;
		text-align: right;
	}
}
/*1.2.2 social media icons */
.topSocial {
	float: none;
	text-align: center;
	padding: 10px;
}
@media only screen and (min-width: 897px) {
	.topSocial {
		float: right;
		text-align: left;
		padding: 2% 3% 10px;
	}
}
.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 MENU */
.js #menu, #menu {
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 1em;
    background: none;
    padding: 0 5px;
}
.slicknav_nav {
    clear: both;
	background-color: #cb278d;
    color: #fff;
    margin: 10px;
    font-size: 1.15em;
}
.slicknav_btn {
	background-color: #8f448b;
	margin: 10px;
	border-radius: 0px;
}
.slicknav_nav a:hover {
	background: #fff;
	color: #8f448b;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav a:hover {
	color: #8f448b;
}
.slicknav_nav .slicknav_item:hover {
	background: #fff;
	color: #8f448b;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.slicknav_nav .slicknav_item:visited {
	color: #8f448b;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	font-weight: normal;
}
.slicknav_menu .slicknav_icon-bar {
    display: none;
}
.slicknav_menu .slicknav_icon {
    margin: 0;
}
@media screen and (max-width: 897px) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*Main Menu */
.mainmenu {
	background: #cb278d;
	display: block;
}
nav {
	display: none;
}
@media only screen and (min-width: 897px) {
	nav { 
		display: block;
		font-family: 'Sarabun', sans-serif;
		text-transform: uppercase;
		float: right;
		padding: 0 1% 0 2%;
		text-align: center;
	}
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
@media only screen and (min-width: 1040px) {
	nav ul li {
	  font-size: 17px;
	}	
}
@media only screen and (min-width: 1240px) {
	nav ul li {
	  font-size: 16px;
	}	
}
@media only screen and (min-width: 1392px) {
	nav ul li {
	  font-size: 17px;
	}	
}
@media only screen and (min-width: 1492px) {
	nav ul li {
	  font-size: 18px;
	}	
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 14px;
  transition: 0.3s linear;
  text-decoration: none;
  letter-spacing: .80px;
}
@media only screen and (min-width: 1040px) {
	nav ul li a {
	  padding: 15px 14px;
	}	
}
@media only screen and (min-width: 1240px) {
	nav ul li a {
	  padding: 10px 12px;
	}	
}
@media only screen and (min-width: 1340px) {
	nav ul li a {
	  padding: 15px 14px;
	}	
}
@media only screen and (min-width: 1492px) {
	nav ul li a {
	  padding: 15px 14px;
	}	
}
nav ul li a:visited {
  color: #fff;
}
nav ul li a:hover {
  color: #8f448b;
}
nav ul li:hover { 
	background: #fff; 
	color: #fff;
}
nav ul li ul {
  display: none;
  position: absolute;
  width: 275px;
  text-align: left;
  color: #fff;
}
nav ul li ul li {
  display: block;
  font-size: 16px;
}
nav ul li ul li:first-child { 
	border-top: none; 
}
nav ul li ul li a {
  background: #cb278d;
  color: #fff;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #635F5F; 
}
nav ul li ul li a:visited { 
	color: #fff;
}
/*Footer Bar*/
.footerBar {
	margin-bottom: 10px;
	background: rgba(251,251,251,.65);
	font-size: 85%;
	padding: 5%;
	color: #8f448b; 
}
a.copyright {
	color: #8f448b;
}
a:visited.copyright {
	color: #8f448b;
}
a:hover.copyright {
	color: #8f448b;
}
/* Columns */ 
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1% 1% 0;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 60%;	
		padding: 0 2% 0 0;
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 1% 0;
	margin: 1% auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
		padding: 0;
	}
}
.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 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
		margin: 10px auto;
	}	
}
.col1thirdwall {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdwall {
		float: left;
		width: 27%;
		padding: 0 6.3333333% 0 0;
		margin: 10px auto;
	}	
}
.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%;
	}	
}
/*2.0 General Elements and Styles */
.clearDiv {
	clear:both;
}
hr {
    height: .25em;
    border: 2px solid #F7B39E;
    background: #F7B39E;
    margin: 2em 0;
}
hr.sideBar {
    height: .5em;
    border: 2px solid #f7ebe3;
    background: #f7ebe3;
    margin: 3em 0;
}
.verticalPad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.horizontalPad {
	padding-right: 10px;
	padding-left: 10px;
}
.verticalMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.horizontalMargin {
	margin-right: 10px;
	margin-left: 10px;
}
/*2.1 Highlight boxes */
.highlight-content {
    padding: 1% 5%;
    background-color: #fff;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 500;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.75em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin: .5em 0 .75em 0;
	clear: both;
	letter-spacing: 1px;
}
h1 {
	font-size: 1.25em;
	color: #8f448b;
}
h2 {
	font-size: 1.2em;
	color:  #cb278d;
	text-align: center;
}
h3 {
     font-size: 1.15em;
     color: #f85865;
}
h4 {
	font-size: 1.1em;
	color: #8f448b;
}
h5 {
    font-size: 1.05em;
    color :  #635f5f;
}
h6 {
    font-size: 1em;
    color : #cb278d;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		margin: 50px 0 25px 0;
		font-size: 1.35em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.15em;
	}
}
/* Link Colors */ 
a  {
  color : #cb278d;
}
a:visited {
  color : #cb278d;
}
a:hover {
  color : #8f448b;
}
/* 2.4 Buttons */ 
button, .button {
	padding: 8px 10px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
}
.buttonVmargin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.buttonHmargin {
	margin-left: 20px;
	margin-right: 20px;
}
button:hover, .button:hover {
	background:#635f5f;
}
.linkButton  {
	display: inline-block;
	padding: 10px 15px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.linkButton:hover  {
	background:#635f5f;
}
.linkButton a  {
	color: #fff;
	text-decoration: none;
}
.purpleLink  {
	background: #8f448b;
}
.pinkLink  {
	background: #cb278d;
}
/* 2.5 Colors and text */ 
.darkGrey {
	color: #635f5f;
}
.pink {
	color:#8f448b;
}
.centerTextMobile {
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.centerTextMobile {
		text-align: left;
	}
}
/*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;
}
.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;
}
.imgReviews {
	float: none;
	margin: 15px auto;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
	width: 200px;
}
@media only screen and (min-width: 625px) {
	.imgReviews {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.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;
	}	
}
/*Books and Reviews*/
.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;
	max-width: 250px;
	margin: 0 auto;
}
@media only screen and (min-width: 941px) {
	.bookCover {
		margin: 0;
	}	
}
.buyBox {
	background: #fff;
	margin:25px 0;
	padding: 20px;
}
.buyBox img {
	padding: 7px;
}
.reviewtitle {
	color: #CB278D;
	font-size: 1.2em;
}
.reviewcredit {
    color: #CB278D;
    font-size: 1.25em;
}
/*BxSlider*/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
	margin-bottom: 25px;
}
.bx-wrapper img {
    margin: 0 auto;
}
#bx-pager {
    position: relative;
    padding: 0;
    margin: 0;
    top: 60px;
    list-style-type: none;
    background-color: #036;
    color: #FFF;
    width: 100%;
    font: normal 90% arial, helvetica, sans-serif;
    text-align: center;
    width: 800px;
}
#bx-pager ul {
    list-style: none;
    margin:0;
    padding:0;
    float: left;
    width: 100%;
}
#bx-pager li {
    display:inline-block;
    margin:0;
    padding:0;
    background: #5E7074;
    width: 24%;
}
#bx-pager li a {
    text-decoration: none;
    background-color: #5E7074;
    padding: 0;
    margin: 0;
    color: #FFF;
    line-height:60px;
    display: block;
}
#bx-pager li a.active, #bx-pager li a:hover {
    background-color: #4C5B60;
    font-weight: bold;
}
#bx-pager li a.active:after {
    content:' (Active)';
}
/*Recipe Boxes */
.recipeBox {
	padding: 2% 5%;
	margin: 25px 0;
	background: rgba(251,251,251,.80);
}
@media only screen and (min-width: 897px) {
	.recipeBox {
		margin: 25px 3%;
		padding: 2% 3%;
	}	
}
a.recipes {
	color: #f85865;
}
a.recipes:visited {
	color: #f77782;
}
/*bottom mail bar */
.mailBar {
	background: #cb278d; 
	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: #8f448b;    
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
	padding: 8px;
	font-size: 16px;
	cursor: pointer;
}
@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 */
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#0192C9; 
}
.floraforms .field-label em { 
	color:#0192C9;
}
/* @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: #8f448b;
}
/* @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 #635f5f;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #8f448b;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #635f5f; }
.floraforms .btn-themed:active{ background-color: #635f5f; }


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

/* @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 #635f5f;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #cb278d; 
}
.floraforms .flo-checkbox, .floraforms .flo-radio {
    margin-right: 5px;
    border: 1px solid #cb278d;
    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 #f85865;
    background: #f85865;
}
.floraforms input:hover + .flo-radio,
.floraforms input:hover + .flo-checkbox,
.floraforms input:focus + .flo-checkbox, 
.floraforms input:focus + .flo-radio{
    border-color: #f85865;
    background: #f85865;
}
.floraforms .flo-switch > input:checked + .switch-label {
    border-color: #f85865;
    background: #f85865;
    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*/