/*
Theme Name: Pustaka - Custom Version
Theme URI: http://demo.tokomoo.com/pustaka
Author: Tokomoo 
Author URI: http://tokomoo.com
Description: Premium theme by Tokomoo.com
Version: 3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pustaka
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.filter-catergory{
  display: flex;
}

@media screen and (max-width: 480px) {
	.filter-catergory{
		flex-direction: column;
	}
}

.movie-images .see-gallery{
	width: 180px;
}

.single_add_to_cart_button{
  margin-right: 10px !important;
}

.links-helpful a{
	right: 0;
	top: 0;
	bottom: 0;
	background-color: white;
	border: 3px solid #ffd700;
	border-radius: 50px 50px 50px 50px;
	color: black;
	padding: 10px 25px;
}

.links-helpful a:hover {
    background: black;
    color: white;
}

.no-content-wrap {
    padding: 50px 0;
    width: 800px;
}

.wpcf7-form .top .item {
    width: 33%;
}

.wpcf7-form .top {
    display: flex;
    justify-content: space-between;
}

.wpcf7-form .top input {
    width: 100%;
}

.wpcf7-form label {
    color: white;
}

.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form .bottom {
    padding-top: 25px;
}

.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-wpgdprc, #wpcf7-f5743-o1 small {
    color: white;
}

#wpcf7-f5743-o1 .wpcf7-form-control.wpcf7-submit {
    padding: 10px 75px;
    color: white;
}


#preview-epub{
    width: 100%;
    height: 100%;
/*    background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 99;
    left: 0px;
}

#preview-epub{
    opacity: 0;
}

#preview-epub .actionx{
color: white;
position: relative;
display: block;
height: 50px;
text-align: right;
font-size: 25px;
}

#preview-epub .actionx a{
margin-right: 150px;
background: rgba(0,0,0,0.5);
height: 50px;
width: 50px;
display: inline-block;
text-align: center;
}


#preview-epub .preview{
width: 100%;
text-align: center;
/*background: rgba(0, 0, 0, 0.5);*/
}

body.page-template-reader .product__title{
    text-align: center;
}

.btn-madara{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.page-header{
    padding-bottom: 100px !important;
    margin: 0px !important;
    border-bottom: 0px solid #eee !important;
}

.select-view label {
    display: block;
}

body.wp-manga-page nav.navigation.paging-navigation a {
    margin-top: 43px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: 1px solid #ebebeb;
        border-top-color: rgb(235, 235, 235);
        border-right-color: rgb(235, 235, 235);
        border-bottom-color: rgb(235, 235, 235);
        border-left-color: rgb(235, 235, 235);
    border-top-color: rgb(235, 235, 235);
    border-right-color: rgb(235, 235, 235);
    border-bottom-color: rgb(235, 235, 235);
    border-left-color: rgb(235, 235, 235);
    background-color: #f9f9f9;
    border-radius: 0;
    font-size: 14px;
    line-height: 2.142857142857143;
    font-weight: 600;
}
body.wp-manga-page nav.navigation.paging-navigation a:hover {
    background: #eb3349;
    border-color: #eb3349;
    color:white;
}

body.wp-manga-page .nav-links {
    display: flex;
    justify-content: space-between;
}

body.wp-manga-page .btn.btn-genres.icon.ion-md-arrow-dropdown.float-right {
    float: right;
}

body.wp-manga-page .section-header::after{
    background-color:#ec3649 !important;
}

.product-overview__summary .onsale {
    background-color: #ffd700;
}

.go-to-top:hover {
    background-color: #ffd700 !important;
}