/*
========================================================
COLOR GUIDE
#8c381e - MIDTONE BROWN
#f2ac31 - YELLOW/ORANGE
#1285ac - BLUE (HINT OF GREEN)

#dadada - LIGHT GREY

FONT FAMILY FALLBACK ORDER
SANS SERIF: font-family: 'Oswald', 'Bebas Neue', 'Raleway', impact, sans-serif;

========================================================
*/

/*
========================================================
FONT FACE CALLS
========================================================
*/

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    font-size: 130%;
}


/*
========================================================
MAIN TAGS
========================================================
*/

a {
	font-family: 'Raleway', sans-serif;
	color: #435f72;
}

a:hover, a:active {
	font-family: 'Raleway', sans-serif;
	color: #242424;
	text-decoration: none;
}

p, ul, ol {
	font-family: 'Raleway', sans-serif;
	color: #242424;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
}

.centered
{
    text-align:center;
}

body {
	background: #242424;
}

.contentBkgrdColor {
	background: #FFF;
	margin-top: 60px;
}
h1, h2, h3, h4{font-family: 'Oswald', 'Bebas Neue', impact, 'Raleway', sans-serif; letter-spacing: 2px;}

.backgroundTexture {
	background: url(inc/images/texture-background.jpg) repeat-y center top #fff;
	padding-top: 60px;
}

.blogBackground {
	background: url(inc/images/furybanner.jpg) no-repeat center top #242424;
	background-size: cover;
}

.blogBackground h1 {
		font-family: 'Oswald', sans-serif;
		font-size: 80px;
		padding-top: 20px;
		letter-spacing: 10px;
		font-weight: 700;
		padding-bottom: 30px;
	}

.bookBackground {
	background: url(inc/images/texture-background.jpg) repeat-y center top #fff;
	background-size: contain;
	padding-top: 60px;
}

.non-img {
	display: inline;
}
.imgCenter {
	margin: 0 auto;
}

hr {
    margin-top: 30px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #939393;
}

.row-equal {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row-equal>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

legend {
	border-bottom: none;
}

@media (min-width: 0px) {
	.col {
    	flex: 0 0 auto;
    	width: 50%;
	}
}

@media (min-width: 576px) {
	.col {
    	flex: 0 0 auto;
    	width: 33.33333333%;
	}
}

/*
=============================================================
=============================================================
FONTS
=============================================================
=============================================================
*/

.whiteSans, .whiteSansCaps, .whiteSans p, .whiteSansCaps p{
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.whiteSansCaps {
	text-transform: uppercase;
}

.blueSans, .blueSansCaps, .blueSans p, .blueSansCaps p {
	color: #435f72;
	font-family: 'Raleway', sans-serif;
}

.blueSansCaps {
	text-transform: uppercase;
}

.blackSans, .blackSansCaps, .blackSans p, .blackSansCaps p {
	color: #242424;
	font-family: 'Raleway', sans-serif;
}

.blackSansCaps {
	text-transform: uppercase;
}

/*
=============================================================
=============================================================
BUTTONS
=============================================================
=============================================================
*/

.btn {
    border-radius: 0px!important;
	font-family: 'Oswald', sans-serif;
    font-size:18px;
    font-weight:400;
    border: none;
    margin-top:13px;
    margin-right: 10px; 
    margin-bottom: 3px;
    letter-spacing: .1em;
}

.btn:hover, .btn:active, .btn:focus {
	font-family: 'Oswald', sans-serif;	
}

.dropdown-menu{margin-top: -3px;}

.book_landing_container .bookLanding_btn .dropdown-menu {
	left: 18%;
}

.btn-blue {
	background: #435f72; 
	color: #FFF;
	}
	.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
		background: #242424; 
		color: #fff; 
		font-family: 'Oswald', sans-serif;
	}
	
.btn-white{
	color: #242424; 
	background: #fff;
	}
	.btn-white:hover, .btn-white:focus, .btn-white:active {
		color: #435f72;
		font-family: 'Oswald', sans-serif;
	}
	
.btn-black {
	background: #242424;
	color: #fff;
	}
	
	.btn-black:hover, .btn-black:focus, .btn-black:active {
		background: #fff; 
		color: #435f72;
		font-family: 'Oswald', sans-serif;
	}


/*
=============================================================
=============================================================
NAVIGATION
=============================================================
=============================================================
*/


#nav {
	background: url(inc/images/nav_background.jpg) no-repeat center center #fff;
	background-size: cover;
	z-index: 1000;
}
	
.navbar-nav > li > a {
	line-height: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#nav ul li a:hover a:active {
	background: #435f72;
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #435f72;
	color: #fff;
}
	

.navbar {
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;	
}

.navbar-default .navbar-brand{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 5px 0px 5px;
	color: #435f72;
}

sup{font-size: 15px;}
	
#socialTop a{
		opacity: 1.0;
		text-decoration: none;
	}
	
#socialTop a:hover{
		opacity: .5;
	}	

.navContainer {
    width: 100%;
    padding-bottom: 50px;
}

#nav {
	border: none;
	color: #292929;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}

.nav {
	font-family: 'Oswald', sans-serif;
    font-size:16px;
    float: right;
}

.navbar-brand {
	max-width: 300px;
}

.navbar-nav>li>.dropdown-menu {
	background: #435f72; 
}

.dropdown-menu>li>a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.dropdown-menu {
	background: #435f72;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #242424;
}

.blackText {
	color: #242424;
}

.caret {
	
}

caret_black {
	border-top: 5px solid #292929;
}

.social-top {
	width: 22px;
    display: inline-block;
}

/*
=============================================================
=============================================================
BLOG
=============================================================
=============================================================
*/

h1.entry-title a{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}

.entry-title {
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-top: 20px;
}

.entry-content {
	padding-top: 5px;
}

.single-post-thumbnail {
	padding-top: 45px;
}

footer.entry-footer {
	padding-bottom: 30px;
	
}

time.entry-date.published {
	letter-spacing: 2px;
	color: #435f72;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10px;
}

.continue-reading a {
	color: #fff;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	letter-spacing: .1em;
}

.widget {
	margin-bottom: 2em;
    font-size: 16px;
    font-size: 1.6rem;
}

.widget-title {
    margin-bottom: 1em;    
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: 2px solid #aaa;    
}

.widget a {
	font-weight: bold;
}

.widget ul,
.widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none;
}

.widget li { padding: 5px 0 0; }

.widget li ul,
.widget li ol { margin-top: 0; }

.widget li li { margin-left: 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Specific Widgets  */


.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: -2.5em;
    font-family: 'fontawesome';
    font-size: 14px;
    font-size: 1.4rem;
} 

.widget_recent_entries li,
.widget_recent_comments li { margin: 0 0 .5em 2.5em; }

.widget_recent_entries li:before { content: "\f036"; }

.widget_recent_comments li:before { content: "\f075"; }

.widget_archive li { margin: 0 0 0 2.5em; }

.widget_archive li:before { content: "\f073"; }

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}

h1.widget-title {
	margin-top: 0px;
}
                

/*--------------------------------------------------------------*/

span.screen-reader-text {
	display: none;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-date {
	color:#aaa;
}

.entry-meta {
	clear:both; /*without this, posts without headings cause date to display wrong */
}

/*--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Left border on asides, only on larger screens */
@media only screen and (min-width : 992px) {
	.col-md-3 aside {
		padding-left: 20px;
		border-left: 1px solid #eaeaea;
	}
}

/*--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


.comment-navigation {
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;  
}

.comment-navigation i {
    margin: 0 1em;
}
                
.comments-title {
    font-weight: 900;
    font-size: 36px;
    font-size: 3.6rem;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children { list-style-type: none; }

.comment-list ol { margin-left: 50px; }

.comment-meta { margin-bottom: 1em; }

.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-author .fn {
    font-weight: 900;
    font-size: 20px;
    font-size: 2rem;
}

.comment-metadata {
    font-size: 14px;
    font-size:1.4rem;
}

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 70px; }

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content ol { margin-left: 1.5em; }

.reply {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

/* Comments responsive */
@media screen and (max-width:600px) {    
    .comment-list ol { margin-left: 0; }
    
    .comment-content ol { margin-left: 1.5em; }
    
    .comment-content,
    .reply { margin-left: 0; }
}

.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}


.comment-reply-title {
    margin-bottom: .5em;
    font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #435f72;
}

.comment-form {
    padding-bottom: 4rem;
    font-size: 16px;
    font-size: 1.6rem;
}

.comment-form textarea {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
}

.comment-form label { display: block; }

.required { color: red; }

.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */
    padding: .5rem 1rem;
    margin: 1rem 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #435f72;
    background: hsl(100, 39%, 57%);
}

.form-allowed-tags {
	display: none;
}



/*
=============================================================
=============================================================
FEATURED AREA
=============================================================
=============================================================
*/

.featured_slide {
	background-color: black;
	margin-top: 5 0px;
}

featured_text {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.carousel-caption h4 {
	font-size: 35px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.3em;
}

.carousel-caption p {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	letter-spacing: .3em;
	line-height: 1.3em;	
	padding-top: 10px;
}

.featuredbtn-warning {
	background-color: #242424;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.featuredbtn-warning:hover, .featuredbtn-warning:active {
	background-color: #435f72;
	color: #ffffff;
}

.carousel-caption {
	color: white;
	flex-direction: column;
	justify-content: center center;
	overflow: auto;
	bottom: 20%;
}

.homepage-carousel .item {
	padding: 100px 0px;
	background-repeat: no-repeat;
    background-size: cover;
}

.homepage-carousel h2 {
	font-size: 40px;
	font-weight: bold;
	color: white;
	letter-spacing: .2em;
	line-height: 1.3em;
}

.homepage-carousel p {
	font-size: 20px;
	font-weight: 400;
	color: white;
	letter-spacing: .3em;
	line-height: 1.3em;	
	padding-top: 10px;
}


/*
=============================================================
=============================================================
NEWSLETTER
=============================================================
=============================================================
*/

.signUp {
    background: #242424 none repeat scroll 0 0;
    padding: 10px 0px;
}

.signUp h3 {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 2px;
	padding-bottom: 10px;
	font-weight: 600;
}

.signupbtn-warning {
	background-color: #ffffff;
	color: #242424;
	padding-top: 5px;
	padding-bottom: 5px;
}

.signupbtn-warning:hover, .featuredbtn-warning:active {
	background-color: #435f72;
	color: #ffffff;
}

.mimi_field h2 {
	display: none;
}

.mimi_field p {
	color: #fff;
}

.mimi_field br {
	display: none;
}


/*
=============================================================
=============================================================
HOME-FEATURED BOOKS
=============================================================
=============================================================
*/

.featuredBook {
    background: #ffffff;
    height:400px;
}

.featuredBook h1 {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 10px;
}

#bookCarouselHeader h4{
	font-size: 30px;
	border-bottom: 1px solid #8c381e;
	width:intrinsic;
	margin: 20px auto 0px;
}
#bookCarouselWrapper{
	padding: 30px 0px 0px;;
}
	
#bookCarousel .row{
	margin-top: 20px;
}

#bookCarousel i{
	color: #000;
	text-shadow: none;
	margin-top: 30px;
}
	
#bookCarouselWrapper img{
	margin: 0px auto;
	margin-bottom:10px;
	max-height: 270px;
}

#bookCarouselWrapper .carousel-control{
	background-image: none;
}




/*
=============================================================
=============================================================
HOME-ABOUT AUTHOR
=============================================================
=============================================================
*/

.aboutAuthor {
	padding-top: 2em;
	padding-bottom: 3em;
	background-color: #435f72;
	width: 100%;
}

.aboutImage:hover {
	opacity: 0.7;
}

.aboutImage {
	
}


.aboutAuthor_text {
	margin: auto 20px;
}

.aboutAuthor h2 {
	font-size: 24px;
	letter-spacing: 5px;
	font-weight: 700;
}

.aboutAuthor_image{
	vertical-align: middle;
	margin: 0px auto;
}

.aboutbtn-warning {
	background-color: #242424;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.aboutbtn-warning:hover, .aboutbtn-warning:active {
	background-color: #ffffff;
	color: #435f72;
}

/*
=============================================================
=============================================================
HOME-WHATS NEW
=============================================================
=============================================================
*/

.whatsNew {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.whatsNew h2 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 700;
	padding-bottom: 30px;
}

.whatsNew h3 {
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-top: 0px;
}

.featured-blog-img {
    max-width: 250px;
    margin: 0 auto;
}



/*
=============================================================
=============================================================
GENERAL SUBPAGE RULES
=============================================================
=============================================================
*/

#secondary h1{
	font-size: 22px; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
	font-weight: 700px!important; 
	padding-top: 20px;
}

#secondary{padding: 20px;}
#secondary {
	font-size: 16px;
}
#secondary a:hover{
	color: #000; 
	text-decoration: underline;
}
.whats_new_container img{float: left; margin: 0px 20px 20px 0px;}

/*
=============================================================
=============================================================
BOOK PAGE
=============================================================
=============================================================
*/


.pageBackground {
	background: no-repeat center top #242424;
	max-width: 100%;
}
	.pageBackground h1 {
		font-family: 'Oswald', sans-serif;
		font-size: 80px;
		padding-top: 20px;
		letter-spacing: 10px;
		font-weight: 700;
	}
	
.titleBackground {
	background: no-repeat center top #242424;
	max-width: 100%;
}

.titleBackground h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 80px;
	letter-spacing: 10px;
	font-weight: 700;
	padding-top: 10px;
}

.book_sorter {
	padding-top: 20px;
	padding-bottom: 30px;	
}

.book_sorter h2 {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 35px;
}

.book_landing_container .row {
	display: flex;
    flex-wrap: wrap;
}

/*-------- BOOK TITLE ----------*/

.bookTitle {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bookTitle h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
}

/*-------- RETAIL IMAGES ----------*/

.retailLinks {
	background: #435f72; 
	padding-top: 20px;
	padding-bottom: 30px;
}

.retailLinks h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	padding-bottom: 10px;
}

.retailImage {
	background: #fff;
	vertical-align: middle;
	margin: 0px auto 10px auto;
	border-radius: 10px;
}

.retailImage:hover {
	opacity: .5;
}

/*-------- VIDEO ----------*/

.bookVideo {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*-------- REVIEWS ----------*/

.reviews {
	padding-top: 30px;
	padding-bottom: 30px;
}

.reviews p {
	padding-bottom: 0px;
}

.reviews h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.reviews h1 {
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 4px;
	padding-bottom: 10px;
}

.reviews h3 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.review_container {
	padding: 0px 10px;
	padding-top: 20px;
}

.divider {
	border-bottom: 2px solid #242424;
	width: 100%;
	margin: 20px 0px;
}



/*-------- INSIDE SCOOP ----------*/

.behindthescenes {
	padding-bottom: 30px;
}

.behindthescenes h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.behindthescenes p {
	padding-top: 10px;
}

.blackBox {
	width: 350px;
	height: 250px;
	background: #242424;
}

/*
=============================================================
=============================================================
BOOK PAGE
=============================================================
=============================================================
*/

.bookLanding {
    padding-top: 10px;
    padding-bottom: 30px;
}

.bookLanding h2 {
	font-size: 22px;
	letter-spacing: 2px;
	padding-bottom: 30px;
	line-height: 35px;
}

.bookLanding h3 {
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

.bookLanding p {
	font-size: 18px;
	letter-spacing: 2px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.bookLanding p:hover {
	color: #242424;
}

.book_category_landing h1 {
	font-size: 28px;
	letter-spacing: 2px;
}

.bookLanding_Image {
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px auto;
	overflow: hidden;
	max-height: 415px;
}

.overlay {  
	background:rgba(0,0,0,.75);
	text-align:center;
	padding:45px 0 66px 0;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

.bookLanding_Image:hover .overlay {
    opacity:1;
}
               
.bookLanding_btn {
	padding-bottom: 10px;
	padding-top: 0px;
}

/*
=============================================================
=============================================================
EVENTS
=============================================================
=============================================================
*/

.events {
   /* padding-top: 30px;  */
    padding-bottom: 30px;
}

.events h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	text-decoration: underline;
}

.events h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.events p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#tribe-events-header .tribe-events-sub-nav {
	display:none;
}

#tribe-bar-form .tribe-bar-filters {

}

/*
=============================================================
=============================================================
CONNECT
=============================================================
=============================================================
*/

/*-------- AUTHOR ----------*/

.author {
	padding-top: 30px;
    padding-bottom: 30px;
}

.authorImage {
	padding-bottom: 20px;
}

.author h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.author h3 {
	font-size:20px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 0px;
	text-transform: none;
	padding-top: 0px;
}

.author h3:hover {
	color: #435f72;
	text-decoration: underline;
}

/*-------- SOCIAL ----------*/

.social {
	padding-top: 30px;
    padding-bottom: 30px;
	background-color: #242424;
	color: #000;
	font-size: 13px;
}

.social a.symbol {
	font-size: 600%;
	color: #fff;	
}

.social a:hover {
	color: #435f72;
}

.social h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.social p {
	font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}

/*-------- CONTACT ----------*/

.contactForm {
	padding-top: 40px;
    padding-bottom: 30px;
    background-color: #435f72;
}

.contactForm h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label {
	color: white;
}

.gform_wrapper.gravity-theme .gform_footer input {
    border-radius: 0px!important;
	font-family: 'Oswald', sans-serif;
    font-size:18px;
    font-weight:400;
    border: none;
    margin-top:13px;
    margin-right: 10px; 
    margin-bottom: 3px;
    letter-spacing: .1em;
}

.gform_confirmation_message {
	color: white;
}
	

/*-------- ASK THE AUTHOR ----------*/

.askAuthor {
	padding-top: 40px;
    padding-bottom: 40px;
	color: #000;
	font-size: 13px;
}

.askAuthor h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
}

/*
=============================================================
=============================================================
FOOTER
=============================================================
=============================================================
*/

.footer {
	padding-top: 2em;
	padding-bottom: 2em;
	background: #242424;
	width: 100%;
	color: #ffffff;
	display: inline-block;
}

.footer p {
	font-size: 12px;
	color: #777777;
}

.footer h1 {
	font-size: 24px;
	margin-top: 0px;
}

.footerBrand {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin: 5px 0px 5px;
	color: #afafaf;
	letter-spacing: 2px;
}


/*
=============================================================
=============================================================
BOOTSTRAP OVERRIDES
=============================================================
=============================================================
*/

.img-non{display: inline;}

.navbar {
	margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #242424;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #435f72;
    color: #ffffff;
}

.form-group {
	margin-top: 13px;
}

.carousel-inner>.item>img {
	max-width: none;
}

.carousel-controller {
	top: 40%!important;	
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-controller.right {
    right: 0;
    left: auto;
}

.carousel-controller.left {

}

.btn-primary {
	background: #242424;
	color: #fff;
}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
		background: #fff; 
		color: #435f72;
		font-family: 'Oswald', sans-serif;
	}

.form-control {

}

.form-control:focus {
	border-color: #808080;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(128, 128, 128, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(128, 128, 128, 1);
}

.dropdown:hover .dropdown-menu {
display: block;
}

.ctct-custom-form {
	min-width: 300px;	
}

.page-header {
	border-bottom: none;	
}
	

/*
=============================================================
=============================================================
PLUGIN OVERRIDES
=============================================================
=============================================================
*/

h4.entry-style.summary{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;	
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {

}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:after {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:after, .hvr-icon-forward:focus:after, .hvr-icon-forward:active:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.ctct-custom-form input[type="text"] {
	padding: 5px 15px;	
	margin-top: 12px;
}

#signup_email {
	padding: 5px 15px;	
	margin-top: 12px;
	width: 100%;	
}

li.ecs-event {
	list-style-type: none;
}


/*
=============================================================
=============================================================
MEDIA QUERIES
=============================================================
=============================================================
*/

@media (max-width: 768px) {
    .nav {
	    float: none;
    }
    .titleBackground h1 {
		font-size: 50px;
	}
	.bookLanding_Image {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.carousel-caption {
		bottom: 10%;
	}
	.signUp h3 {
		padding-bottom: 0px;
	}
	.pageBackground h1 {
		font-size: 40px;
		letter-spacing: 5px;
	}
	.blogBackground h1 {
		font-size: 40px;
		letter-spacing: 5px;
	}
	.navbar-default .navbar-brand {
		font-size: 35px;	
	}
	
	#signup_email {
        margin-bottom: 12px;
    }
    
    .carousel-caption {
	    right: 10%;
	    left: 10%;
    }
    
    .carousel-caption h4 {
	    font-size: 29px;
	    letter-spacing: .1em;
    }
    
    .navbar-brand {
	    padding: 15px 15px 15px 0px;
    }
    
    .reviews h1 {
	    font-size: 35px;
    }
    .blog-post-img img {
	    max-height: 300px;
	    margin: 0 auto;
    }
}

@media (max-width: 892px) {
   
}

@media (max-width: 992px) {
    .nav {
	    float: none;
    }
    .navbar-brand {
	    margin: 0 auto;
    }
    .aboutAuthor_text {
	    margin-bottom: 40px;
    }
    .signupbtn-warning {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	 .whatsNew h3 {
	    padding-top: 20px;
    }
    .askAuthor h2 {
	    padding-top: 20px;
    }
    .bookLanding_Image {
		max-height: initial!important;
	}
	.book-img {
	    width: 300px;
	    margin: 0 auto;
    }
}

@media (max-width: 1080px) {

}


@media (max-width: 1200px) {
    .navbar-brand {
	    margin-top: 0;
    }
    
    .bookLanding_Image {
		max-height: 320px;
	}
	
	#bookCarouselWrapper img {
	    max-height: 225px;
	}
}

@media only screen and (min-width: 992px)
.col-md-3 aside {
    padding-left: 20px;
    border-left: 1px solid #eaeaea;
}
