/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../images/mainbg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    /*letter-spacing: 1px; */
}
h1 {
    font-size: 28px;
	color: #320d5c;
}
h2 {
    font-size: 24px;
	color: #000;
}
h3 {
    font-size: 22px;
	color: #9149dd;
}
h4 {
    font-size: 20px;
	color: #320d5c;
}
h5 {
    font-size: 18px;
	color: #9149dd;
}
h6 {
    font-size: 16px;
	color: #000;
	font-weight: bold;
}
p {
    font-size: 1em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
/* added the below tag */
img {
	  max-width: 100%;
}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
    background: rgba(255,255,255,0.75);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    border: none;
    background: rgba(8, 8, 8, 0.60);
}

footer p {
    margin: 0;
    padding: 25px 0;
	color: #fff;
	font-size: .625em;
}
/*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: #000;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
	background-color: #000;
    color: #fff;
    margin: 0;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #000;
	border: 1px solid #cb9efa;
}
.slicknav_nav a:hover {
	background: #ac75e4;
	border-radius: 0px;
	color: #fff;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #ac75e4;
	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) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*END OF MOBILE MENU */
/*START OF MAIN MENU */
.mainmenu {
	display:none;
}
.anylinkcss {
	display:none;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		float: left;
		display: block;
		padding: 10px 10px 15px 0;
		color: #fff;
	}
	.anylinkcss {
		display:block;
	}
	.mainlinks {
		float: left;
	}
}
.mainlink {
	padding: 5px 7px;
	font-size: 15px;
	color: #fff;
	float: left;
	text-transform: uppercase;
	letter-spacing: 3px;
}
@media only screen and (min-width: 1000px) {
	.mainlink {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1100px) {
	.mainlink {
		font-size: 17px;
		padding: 5px 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.mainlink {
		font-size: 19px;
	}
}
@media only screen and (min-width: 1392px) {
	.mainlink {
		padding: 5px 15px;
	}
}
.mainlink a {
	color: #fff;
	text-decoration: none;
}
.mainlink a:hover {
	color: #fff;
	background: none;
}
.mainlink a:visited {
	color: #fff;
}
.mainlink:hover {
	color: #fff;
	background-color: #ac75e4;
}
/*Drop Down Flex Menu*/
.flexdropdownmenu, .flexdropdownmenu ul { /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	background: white;
	border: 1px solid #fff;
	-webkit-box-shadow: 3px 3px 10px #333;
	-moz-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333; /*shadow for CSS3 capable browsers.*/
}
.flexdropdownmenu li a {
	width: 300px; /*width of menu (not including side paddings)*/
	color: #fff;
	background: #ac75e4;
	border-bottom: 1px solid #fff;
	padding: 4px 10px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
* html .flexdropdownmenu li { /*IE6 CSS hack*/
	width: 240px; /*width of menu (include side paddings of LI A*/
}
.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a {
	background: #000;
}
/*social icons mobile */
.socialNav {
	float: right;
	padding: 15px 0;
}
a.social {
	padding: 0;
	color: #fff;
	margin: 0 3px;
}
a.social:hover {
	color: #cb9efa;
}
a.socialwordpress {
	height: 10px;
	width: 10px;
	background-image: url(../images/wordpress-icon.png);
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 3px;
}
a.socialwordpress:hover {
	background-image: url(../images/wordpress-icon-hover.png);
}
a.socialwordpress:visited, a.socialwordpress:active {
	background-image: url(../images/wordpress-icon.png);
}
a.socialamazon {
	height: 10px;
	width: 10px;
	background-image: url(../images/amazon-icon.png);
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 3px;
}
a.socialamazon:hover {
	background-image: url(../images/amazon-icon-hover.png);
}
a.socialamazon:visited, a.socialamazon:active {
	background-image: url(../images/amazon-icon.png);
}
a.socialgoodreads {
	height: 10px;
	width: 10px;
	background-image: url(../images/goodreads-icon.png);
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 3px;
}
a.socialgoodreads:hover {
	background-image: url(../images/goodreads-icon-hover.png);
}
a.socialgoodreads:visited, a.socialgoodreads:active {
	background-image: url(../images/goodreads-icon.png);
}
a.socialbookbub {
	height: 10px;
	width: 10px;
	background-image: url(../images/bookbub-icon.png);
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 3px;
}
a.socialbookbub:hover {
	background-image: url(../images/bookbub-icon-hover.png);
}
a.socialbookbub:visited, a.socialbookbub:active {
	background-image: url(../images/bookbub-icon.png);
}
a.socialallauthors {
	height: 10px;
	width: 10px;
	background-image: url(../images/allauthors-icon.png);
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 3px;
}
a.socialallauthors:hover {
	background-image: url(../images/allauthors-icon-hover.png);
}
a.socialallauthors:visited, a.socialallauthors:active {
	background-image: url(../images/allauthors-icon.png);
}
.fa-facebook-official:before, .fa-twitter:before, .fa-pinterest-square:before, .fa-newspaper-o:before {
    font-size: 18px;
}

blockquote {
	border-left: none;
}
/*Home Page */
.homeLeft {
	float: none;
	width: 99%;
	margin: 0 auto;
}
.homeRight {
	float: none;
	width: 99%;
	margin: 50px auto;
}
/*Books Page */
.booksRight{
	float: none;
	width: 99%;
	margin: 0 auto;
	padding-top: 15px;
}
.booksLeft {
	float: none;
	width: 99%;
	margin: 50px auto;	
}
.bookCover {
    background: #fff;
    padding: 8px;
}
.clearDiv {
	clear: both;
	padding: 15px 0
}
.clearDiv hr {
	max-width: 90%;
}
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }	
	.fa-facebook-official:before, .fa-twitter:before, .fa-pinterest-square:before, .fa-newspaper-o:before {
		font-size: 15px;
	}
	footer p {
		font-size: .75em;
	}
	/*Home Page */
	.homeLeft {
		float: left;
		width: 30%;
	}
	.homeRight {
		float: right;
		width: 65%;
		padding-right: 15px;
		margin: 0;	
	}
	/*Books Page */
	.booksRight {
		float: right;
		width: 30%;
	}
	.booksLeft {
		float: left;
		width: 65%;
		padding-right: 15px;	
		margin: 15px 0 0 20px;
	}
}
@media screen and (min-width:992px) {
	footer p {
    	font-size: 0.9375em;
	}
    .navbar-nav {
        font-size: 1.25em;
    }
	.nav>li>a {
    	padding: 15px;
	}
	.fa-facebook-official:before, .fa-twitter:before, .fa-pinterest-square:before, .fa-newspaper-o:before {
		font-size: 18px;
	}
}
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

	.nav>li>a {
		padding: 15px 25px;
	}
}
.col2thirdleft {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 625px) {
	.col2thirdleft {
		float: left;
		width: 65%;	
	}
}
.col1thirdright {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 625px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 625px) {
	.col2thirdright {
		float: right;
		width: 65%;	
	}
}
.col1thirdleft {
	float: left;
	width: 99%;	
}
@media only screen and (min-width: 625px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: left;
	width: 99%;
}
@media only screen and (min-width: 625px) {
	.col1third {
		float: left;
		width: 30%;
		padding: 0 2% 0 4%;
	}	
}
.col1half {
	float: left;
	width: 99%;
}
@media only screen and (min-width: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 1.25%;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 655px) {
	.col1fourth {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
@media only screen and (min-width: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*Join Mailing List bar*/
.mailBar {
    display: block;
	background: #462f6a;
    text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 1.1em;
	text-transform: uppercase;
}
@media only screen and (min-width: 897px) {
	.mailBar {
        position: relative;
        top: auto;
        width: auto;
		font-size: 1.3em;
		padding: 1% 3%;
	}
}
.subscribeButton  {
	display: inline-block;
	margin: 5px;
	padding: 5px 7px;
 	font-size: 1em;
	text-align: center;
	cursor: pointer;
	background: #241538;
	color: #fff;
}
@media only screen and (min-width: 897px) {
	.subscribeButton  {
		margin: 5px 10px;
		padding: 8px 12px;
	}
}
.subscribeButton a, .subscribeButton a:visited  {
	text-decoration: none;
	color: #fff;
}
.subscribeButton a:hover, .subscribeButton:hover  {
	background: #000;
	color: #fff;
}