/**
Theme Name: BookPress
Theme URI: http://themeperch.net/bookpress
Author: themeperch 
Author URI: http://themeforest.net/user/themeperch
Description: BookPress is light and clean design it’s a smart choice for book selling landing page. BookPress has everything you need to take your item selling to the next level, but most of all it’s extremely easy to use: your new website we’ll be ready in less time!
Version: 2.2.3
Requires at least: 4.7
Requires PHP: 7.2
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: bookpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
------------ TABLE OF CONTENT ------------- 
- 1.0 GENERAL
- 1.1 WIDGET
- 1.3 GALLERIES
- 1.4 ALIGNMENTS
- 1.5 CAPTIONS
*/

/*1.0 GENERAL*/
.screen-reader-text{
     position: absolute !important;
    left: -999em;
}
.main-menu .pull-right{
	margin-left: 10px;
}
.main-menu .pull-right:last-child{
	margin-left: 0;
}
.post-image-holder img{
	width: 100%;
}
.header-menu li:after{
	content: "/";
}
.header-menu ul li:last-child:after{
	content: "";
}
.table > thead > tr > th{
	text-align: center;
}
.secondary-bg h3,
.primary-bg h3,
.dark-bg h3{
	color: #fff;
}

/*1.1 WIDGET*/
.widget ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.widget ul ul li{	
	padding-bottom: 10px;
	border-bottom: none;
}
.widget ul ul li:last-child{
	padding-bottom: 0;
}
.widget_categories li,
.widget_archive li{
	text-align: right;
	width: 100%;
	clear: both;
	border-bottom: none !important;
	margin-bottom: 0 !important;
}
.widget_categories li a,
.widget_archive li a{
	float: left;
}
.widget_categories li a:before,
.widget_archive li a:before{
	content: "\e660";
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	line-height: 24px;
	vertical-align: middle;
}
.widget_categories li a:before{
	content: "\e66c";
}
.selectize-input{
	border-radius: 0;
	-webkit-border-radius: 0;
}
.blog-post-single-item .tagcloud{
	margin-top: 30px;
}

.updated:not(.published) {
	display: none;
}
.posted-on{
	margin: 30px 0 0;
	display: block;
}
.page-template-one-page .vc_section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    max-width: 100%;
}
.header-video-background{
	overflow: hidden;
}
.header-video-background video{
	position: absolute;
	left: 0;
	top: 0;
}
.header-left{
	max-width: 840px;
}
.header-left.text-center{
	margin-left: auto;
	margin-right: auto;
}
.entry-summary   .price > .amount,
.book-item  .price > .amount,
.book-item ins{
	text-decoration: none;
	font-weight: bold;
	font-size: 36px;
}
.sticky{}
.bypostauthor{}
.subscribe.subscribe-stylewidget{
	margin-top: 0;
}
.subscribe-stylewidget input.form-control{
	margin-bottom: 15px;
}
/**
 * 1.3 GALLERIES
 */

.gallery {
    margin-bottom: 30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.gallery-item {
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
    width: 100%;
    border: none !important;
}
.gallery-caption {
    display: block;
    padding: 0.5em 0;
    font-size: 90%;
    font-style: italic;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.single-post .ug-gallery-wrapper{
	margin-bottom: 30px;
}
/**
 * 1.4 ALIGNMENTS
 */

.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
/**
 * 1.5 CAPTIONS
 */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    padding: 0.5em 0;
}

.widget-wrap select{
	width: 100%;
	max-width: 100%;
	padding: 6px 3px;
	line-height: 26px;
}

.widget-wrap .recentcomments a{
	display: inline-block;
}
.widget-wrap .recentcomments .comment-author-link{
	text-transform: capitalize;
	font-weight: 400;
}
.widget-wrap cite{
	margin-bottom: 15px;
	font-weight: 400;
	display: block;
}

/* Calendar widget */
.widget_calendar table {
	margin: 0;
	width: 100%;
}

.widget_calendar th{
	font-weight: 600;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}
.modal-dialog{
	z-index: 9999;
}
.modal-dialog .close.close-btn{
	opacity: 1;
}
.modal-dialog .close.close-btn > span{
	line-height: 25px;
	font-size: 22px;
}
.modal-dialog .cart_list li{
	margin-bottom: 20px;
	overflow: hidden;
}
.modal-dialog .cart_list img{
	display: inline-block;
	margin-right: 30px;	
	float: left;
	max-width: 100px;
} 
.modal-dialog .cart_list span.quantity{
	display: block;
}
.modal-dialog .cart_list .remove{
	float: right;	
}
.comment-navigation{
	display: block;
	overflow: hidden;
	margin: 30px 0;
}
.navigation .nav-links > div{
	float: left;
}
.navigation .nav-links .nav-next{
	float: right;
}
.navigation .nav-links a{
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
}
.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol,
.wpb_text_column ul,
.wpb_text_column ol,
.post-content > ul,
.post-content > ol{
	margin-bottom: 30px;
}
.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol,
.comment-content ul,
.wpb_text_column ul,
.post-content > p > ul,
.post-content > ul,
.post-content > ol ul,
.post-content > ul ul{
    list-style: outside none square;
    margin-left: 10px;
    padding-left: 20px;
}
.comment-content ol,
.post-content > ol,
.post-content > ol ol{
	list-style-type: number;
    margin-left: 10px;
    padding-left: 20px;
}
ul ul, ol ul, ul ol, ol ol{
	clear: both;
}
ul ul ul ul ul ul{
	padding-left: 0;
	margin-left: 0;
}
address{
	font-style: italic;
}
li.sticky-post{
	border-radius: 3px;
	text-align: center;
	padding: 3px 10px;
	margin-right: 10px;
}
.wpb_wrapper .wpb_content_element:last-child{
	margin-bottom: 0;
}
.book-author blockquote p{
	padding: 15px 0;
}
.author-info-image img{
	max-width: 100px;
}
.vc_footer .container-wide{
	overflow: hidden;
}
article ul,
.author-desc ul{
	list-style: inside square;
	margin-left: 30px;
}
article > ol,
article > ul,
.author-desc > ol,
.author-desc > ul{
	margin-bottom: 30px;
}
.product-thumbnails{
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-image-gallery{
	margin-left: -10px;
	margin-right: -10px;
}
.product-image-gallery > div{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 33.33%;
}
.header-contact-form{
	max-width: 400px;
}

.header-slider-carousel .slide-item{
	padding: 60px 0;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.header-slider-carousel .slide-item .btngroup{
	margin-top: 45px;
}
.header-slider-carousel .slide-item .text-center{
	max-width: 768px;
	margin: 0 auto;
}
.header-slider-carousel .slide-item .col-md-12 .text-center{
	padding-top: 100px;
	padding-bottom: 100px;
}
.header-slider-carousel .owl-dots{
	margin-top: 0;
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 30px;
}
.header-slider-carousel .owl-nav{
	margin-top: 0;	
}
.header-slider-carousel .owl-nav > div{
	left: 0;
	position: absolute;
	top: 50%;
	background: transparent !important;
	font-size: 36px !important;
}
.header-slider-carousel .owl-nav > .owl-next{
	right: 0;
	left: auto;
}

.header-slider-carousel .slide-item .row{
	-webkit-flex-direction: row /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
 .vc_header{
 	overflow: hidden;
 }

 .sticky-wrapper.is-sticky .header-area{
 	z-index: 999;
 }
 .owl-carousel .owl-item img{
 	transform-style: initial;
 }

 .woocommerce form .form-row .input-checkbox{ position: relative;}
 .woocommerce .woocommerce-form-login__submit{
	margin-left: 10px;
}
.header-slider-carousel .text-center{
	padding-left: 50px;
}
.header-class .white-color{
	color: #fff;
}