@font-face {
	font-family: Aramis;
	src: url(../fonts/aramisi.ttf);
}

body {
	font-size: 16px;
}

a {
	color: #00aeef;
}

.main-container {
	max-width: 880px;
	margin: auto;
}

.main-container_white {
	background: white;
}

.header_secondary {
	margin: 10px 0;
}

.header__image-cover {
	width: 100%;
	min-height: 320px;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.header__image-cover {
		min-height: 370px;
	}
}

.header__image-cover_small {
	min-height: 200px;
	padding: 0;
}

.brand {
	display: inline-block;
	float: left;
	max-width: 165px;
}

.brand_secondary {
	width: 90%;
	max-width: 90%;
	float: none;
    margin: 0 auto;
	display: block;
	margin-bottom: -62px;
}	

.post-type-archive-book h1.page-title {
	font-family: 'Bebas Neue', cursive;
    color: #666666;
    text-align: center;
    font-size: 50px;
	line-height: 60px;
    letter-spacing: 1px;
	margin: 20px 0;
}

.page-template-secondary-page .brand_secondary {
	margin-bottom: 0;
}
.page-template-secondary-page h1.page-title {
	font-family: 'Bebas Neue', cursive;
    color: #666666;
    text-align: center;
    font-size: 70px;
	line-height: 80px;
    letter-spacing: 1px;
	margin-top: 50px;
}

.brand_secondary .logo {
	height: auto;
	width: 100%;
}

.brand_secondary.header-image {
	position: relative;
	height: 62px;
	margin-bottom: 0;
}
.brand_secondary.header-image a {
    position: absolute;
    top: -61px;
}
@media (max-width: 991px) {
	.brand_secondary.header-image a {
		top: -54px;
	}
	.brand_secondary.header-image {
    	height: 51px;
	}	
	.header__image-cover_small {
		max-width: 750px;
	}
}
@media (max-width: 767px) {
	.brand_secondary.header-image {
		height: auto;
	}
	.brand_secondary.header-image a {
		position: relative;
		top: 0;
	}
}

@media (max-width: 767px) {
	.brand {
		float: none;
	}
}

@media (max-width: 767px) {
	.brand_secondary {
		float: left;
	}
}

@media (min-width: 768px) {
	/*   .brand_page {
		 margin-left: 40px; } fix for the header on inteior pages*/
}

.brand__wrap {
	text-align: center;
	max-width: 200px;
}

@media (max-width: 767px) {
	.brand__wrap {
		max-width: 100%;
	}
}

.brand__logo {
	max-width: 100%;
}

.brand__title {
	text-transform: uppercase;
	font-weight: bold;
	color: #d8a65c;
	font-size: 25px;
}

.logo {
	height: 70px;
}

@media (max-width: 767px) {
	.logo {
		margin-left: 30px;
	}
}

.navigation-wrapper {
	text-align: center;
}

@media (max-width: 767px) {
	.navigation-wrapper {
		text-align: left;
	}
}

.navigation {
	display: inline-block;
}

.navigation_secondary {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.navigation {
		display: block;
		width: 100%;
		padding: 20px;
		background: #eee;
		margin-bottom: 20px;
	}
}

.navigation li {
	display: inline-block;
}

@media (max-width: 767px) {
	.navigation li {
		display: block;
	}
}

.navigation li a {
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
    padding: 5px 25px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar-toggle {
	border-color: #ccc;
}

.navbar-toggle .icon-bar {
	background: #252525;
}

.header_secondary .navbar-toggle {
	margin: 50px 30px 0 0;
}

/* CSS Header Submenu */

ul#menu-main-menu li {
	position: relative;
	float: left;
}

ul.sub-menu {
	display: none;
}

ul#menu-main-menu li:hover ul.sub-menu {
	display: block;
	position: absolute;
	background-color: #eee;
	padding: 0;
}

.content {
	padding: 50px 20px;
	background: white;
	/* max-width: 880px; */
}

.container .content, .container .footer {
	max-width: 850px;
}

@media (max-width: 767px) {
	.content {
		padding: 50px 10px;
	}
}

.content > .row {
	max-width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
	.content .panel-row-style {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.content .panel-grid {
		margin: 0 !important;
	}
}

@media (min-width: 768px) {
	.book-info {
		padding-left: 30px;
	}
}

.book-card {
	background: #ccecfc;
	color: #00aeef;
	padding: 14px 54px;
	font-size: 22px;
	margin: 10px 0 20px;
}

@media (max-width: 767px) {
	.book-card {
		font-size: 18px;
		display: block;
		max-width: 340px;
		width: 100%;
		margin: 20px auto 40px;
		padding: 14px 24px;
	}
}

.book-card__item {
	margin-bottom: 0;
	line-height: 1.3em;
}

.book-card .prices {
	display: inline-block;
	vertical-align: text-top;
}

.book-links {
	padding-left: 44px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.book-links {
		text-align: center;
		padding-left: 0;
	}
}

.book-links a {
	font-size: 22px;
	color: #00aeef;
	line-height: 2em;
}

@media (max-width: 767px) {
	.book-links a {
		font-size: 18px;
	}
}

.book-about {
	background: #f5f5f5;
	margin-top: 20px;
	padding: 6px;
}

@media (max-width: 767px) {
	.book-about {
		margin-top: 40px;
	}
}

.book-about__navigation {
	border: none;
}

.book-about__navigation li {
	margin-right: 3px;
	background: #eaeaea;
	position: relative;
	z-index: 9999;
}

.book-about__navigation a {
	text-transform: uppercase;
	font-size: 14px;
}

@media (max-width: 767px) {
	.book-about__navigation a {
		font-size: 11px;
	}
}

.book-about__navigation li.active a,
.book-about__navigation li.active > a:hover,
.book-about__navigation li.active > a:visited,
.book-about__navigation li.active > a:focus {
	border: none;
	border-bottom-color: white;
	background-color: white;
}

.book-about__section {
	background: white;
	padding: 30px 20px;
	position: relative;
	z-index: 10000;
}

.book-thumb {
	text-align: center;
	margin-bottom: 40px;
}

.book-thumb__image {
	max-width: 100%;
	height: auto;
	margin-bottom: 14px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.book-thumb__link {
	font-size: 20px;
	color: #00aeef;
	display: block;
}

.book-thumb__link:hover {
	color: #00aeef;
}

.pagination {
	text-align: center;
	width: 100%;
}

.pagination .current {
	font-weight: bold;
}

.pagination a {
	cursor: pointer;
	background: #fafafa;
	border-color: #eee;
}

.pagination a:hover {
	background: #f5f5f5;
	border-color: #e5e5e5;
	color: #00aeef;
	text-decoration: none;
}

.pagination > * {
	display: inline-block;
	padding: 6px 14px;
	margin-bottom: 14px;
	color: #00aeef;
	border: 1px solid transparent;
}

.header_tagline {
	background-color: #8ed8f8;
	padding: 60px 10px 20px 10px;
}	

.tagline {
	font-family: 'Times New Roman';
	font-size: 28px;
	color: #666666;
	text-align: center;
}

.tagline .quote {
	font-family: cursive;
}

@media (max-width: 767px) {
	.tagline {
		font-size: 22px;
	}
}

.books-upcoming {
	padding: 14px 0;
	background: #8ed8f8;
	color: whitesmoke;
}

.books-upcoming__title {
	margin: 0 0 12px;
}

.widget__title {
	margin: 0 0 14px;
	font-size: 22px;
}

.post_boxed {
	padding: 14px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
}

.post__title {
	margin: 0 0 10px;
	display: inline-block;
}

.post__date {
	color: #999;
	font-size: 13px;
	float: right;
}

.post__read-more {
	float: right;
}

.dpe-flexible-posts {
	list-style: none;
}

.dpe-flexible-posts li {
	width: 33%;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	padding: 0 14px;
}

@media (max-width: 767px) {
	.dpe-flexible-posts li {
		width: 100%;
		text-align: left;
	}
}

.dpe-flexible-posts .title {
	display: none;
}

.dpe-flexible-posts img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.hb-border-divided-row > div:first-child {
	border-right: 1px solid #00aeef;
}

.static-page {
	background-color: #8ed8f8;
}

.footer {
	padding: 10px;
	max-width: 880px;
}

.footer__sidebar {
	padding: 10px;
}

@media (max-width: 767px) {
	.footer .row {
		margin: 0;
	}
}

.footer-widget {
	margin-bottom: 20px;
}

.footer-widget__title {
	margin-bottom: 6px;
}

.footer-widget ul {
	padding-left: 8px;
	list-style: square;
}

.footer-widget a {
	color: #00aeef;
	font-weight: bold;
}

body .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	padding: 0;
	background-color: transparent;
	color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body .default-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body .default-theme.wp-posts-carousel .wp-posts-carousel-container .wp-posts-carousel-image {
	padding: 0;
}

body .default-theme.wp-posts-carousel .wp-posts-carousel-container .wp-posts-carousel-desc {
	color: white;
}

.book-about__section.tab-pane {
	min-height: 360px;
}

img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.book-category__title {
	font-size: 40px;
	color: #555;
	margin-bottom: 30px;
	margin-top: -30px;
	margin-left: 13px;
	font-style: italic;
}

@media (min-width: 992px) {
	.clearfix-desktop {
		display: block;
	}

	.clearfix-mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.clearfix-desktop {
		display: none;
	}

	.clearfix-mobile {
		display: block;
	}
}

ul#menu-main-menu li:hover ul.sub-menu {
	z-index: 1000000;
}

/*fix bug with overlapping dropdown*/
sfsiplus_footerLnk {
	display: none;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.current-menu-item>a, .nav>li.current-menu-parent>a {
	background-color: #eee;
}

.latest-tweets ul {
	list-style-type: none;
	padding-left: 20px;
}

.latest-tweets li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px
}

.latest-tweets li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f099";
	color: #55ACEE;
}

.header__image-cover {
	position: relative;
}

.header__image-thumbnail-description {
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	padding: 5px 5px 5px 5px;
}

.header__image-cover h3.tagline {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px 15px 40px 15px
}

span.toptagline {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 24px;
}

ul.sub-menu {
	min-width: 320px;
}
.menu-item-has-children:after {
    display: block;
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
@media screen and (max-width: 767px) {
	.menu-item-has-children:after {
		display: none;
	}
	ul#menu-main-menu li {
		float: none;
	}
	ul.sub-menu {
		display: block;
	}
}

.copyright {
	text-align: center;
	font-style: italic;
	padding: 10px 0;
}

.book-description {
	margin-top: 20px;
}