/*
 @Author: RAMSThemes
 @URL: https://www.templatemonster.com/vendors/ramsthemes/  
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme. 
*/

/*----------------------------------------------------------------------
TABLE OF CONTENTS:
------------------------------------------------------------------------
1. BASE STYLES
2. SCROLLBAR
3. FADE EFFECT ON PAGE LOAD
4. PACE LOAD BAR
5. NAVBAR
6. SIDE NAV MENU
7. LOGO
8. SEARCH
9. LAYOUT
10. TITLES
11. BOOK AUTHORS
12. INFINITE SCROLL
13. USER AVATAR
14. CATEGORIES AND TAGS LIST
15. SINGLE STYLES 
16. SHARE BUTTONS
17. WORDPRESS GENERAL STYLES
18. WORDPRESS PAGED NAVIGATION
19. WORDPRESS WIDGETS STYLES
20. GALLERY STYLES
21. CONTACT FORM 7 STYLES
22. SWITCH FOR ENABLE-DISABLE NORMAL AND DARK MODE
23. RESPONSIVE STYLES
------------------------------------------------------------------------*/

/*----------------------- 1. BASE STYLES ------------------------------ */

/* GENERAL STYLES
----------------- */

body {
	font-family: 'Work Sans',Arial,sans-serif;
    font-size: .875rem;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    line-height: 1.65;
}

body a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

p a {
    font-weight: bold;
}

img {
    transition: 0.3s;
}

a:hover img {
    opacity: .8;
    transition: 0.3s;
}

mark, .mark {
    background-color: #F1F1F1;
}

button:focus, select:focus {
    outline: 0;
}

:focus {
    outline: none !important;
}

.alert {
	margin: 1rem 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    box-shadow: none !important;
}

.btn-group-xs > .btn, .btn-xs {	
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.border {
    border: 1px solid #F1F1F1;
}

.border-bottom {
    border-bottom: 1px solid #F1F1F1 !important;
}

.border-top {
    border-top: 1px solid #F1F1F1 !important;
}

.border-left {
    border-left: 1px solid #F1F1F1 !important;
}

.border-right {
    border-right: 1px solid #F1F1F1 !important;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.v-middle {
    vertical-align: middle;
}

.overflow-hidden {
    overflow: hidden;
}

.card {
	border: none;
}

.modal-content {
	border-radius: .75rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-header .close {
    padding: 1.32rem 1rem;
}

.nav-pills .nav-link {
    background: #F1F1F1;
	margin-right: .5rem;
	margin-bottom: .5rem;
	border-radius: .75rem;
}

.form-control {
	background-color: #F1F1F1;
	border: 0;
}

#rounded-circle {
    border-radius: 50%;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.rounded-left {
    border-top-left-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important;
}

.rounded-right {
    border-top-right-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important;
}

.rounded-top {
    border-top-right-radius: .75rem !important;
    border-top-left-radius: .75rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important;
}

.front {
	z-index: 9;
}

.border-shadow, .book-cover-shadow {
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
}

.spacer {
    width: 100%;
    min-height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.spacer-short {
    width: 100%;
    height: 15px;
    display: block;
    position: relative;
}

/*----------------------- 2. SCROLLBAR ------------------------------ */

.scrollbar-sidenav, .scrollbar-sidenav-res {
    height: 87vh;
}

.drawer-body {
    height: 76vh;
}

/*----------------------- 3. FADE EFFECT ON PAGE LOAD ------------------------------ */

#loadfade {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------------------- 4. PACE LOAD BAR ------------------------------ */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/*----------------------- 5. NAVBAR ------------------------------ */

.fixed-header {
    position: fixed;
    width: 100%;
    backface-visibility: hidden;
    z-index: 1000;
}

.pt-fixed {
    position: absolute;
    width: 100%;
}

.navbar-container {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 .75em;
}

.navbar-shrink {
    height: 70px;
}

.logo-shrink {
    height: 50px;
}

.padding-shrink {
	padding: 0.5rem 0;
}

.hamb-menu {
	float: left;
}

.hamb-menu, .hamb-menu-right, .context-menu {
    position: relative;
    cursor: pointer;
}

.hamb-menu-right-box {
    vertical-align: middle;
}

.hamb-menu-circle {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50% !important;
}

.navbar-toggler {
    border: unset;
}

.cart-contents {
    margin: 0 0.25rem;
}

/*----------------------- 6. SIDE NAV MENU ------------------------------ */

.sidenav-l, .sidenav-r {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;    
    overflow-x: hidden;    
	transition: 0.5s;
}

.sidenav-l {
	left: -1px;
}

.sidenav-r {
	right: -1px;
}

.sidenav-w, .sidenav-w-right {
    width: 312px;
}

.sidenav-l .closebtn, .sidenav-r .closebtn {
    position: relative;
    cursor: pointer;
    z-index: 999;
    background: red;
	color: #fff;
    padding: 6px 8px;
    border-radius: 20px;
}

.sidenav a {
    text-decoration: none;
}

.sidenav-spacer {
    width: 100%;
    height: 25px;
    display: block;
    position: relative;
}

.bg-side {
    height: 100%;
}

.buttons-sidenav {
    position: absolute;
    margin: 0 25px;
    z-index: 9;
    right: 5px;
}

.pointerbtn {
    position: relative;
	float: left;
    cursor: pointer;
	z-index: 999;
}

.sidenav-group-item {
	display: -webkit-inline-box;
    margin: .5rem 0;
    width: -webkit-fill-available;
}

.group-item-icon {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
}

/* Menu Build*/

.menu-nav-container {
    padding: 1rem;
	width: 300px;
}

.menu-hover:hover {
    z-index: 0;
}

ul.menu {
    padding: 0;
    list-style: none;
}

ul.menu>li {
    position: relative;
    display: block;
	padding: .75rem;
	z-index: 9;
}

ul.menu>li.menu-parent-item {
    position: relative;
    display: block;
    padding: .75rem;
}

ul.sub-menu>li.menu-item-has-children {
    position: relative;
    display: block;
    padding: .75rem 0;
}

ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
    padding: 0 .75em;
}

ul.sub-menu>li.menu-item {
    position: relative;
    display: block;
}

ul.menu>li .menu-parent-item a.parent {
    top: 0;
}

ul.menu>li .menu-parent-item .dropdown-sidenav-btn {
	padding-left: 86%;
}

ul.sub-menu {
    padding: 0;
	margin-top: .75em;
}

.sub-menu {
    display: none;
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    padding: .75em;
}

.menu-item a {
	display: block;
}

.menu-item .parent {
    position: absolute;
	z-index: -1;
}

/* end menu build */

.dropdown-menu {
	margin: .75rem 0;
	font-size: unset;
	border: 0;
	min-width: auto;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
}

.dropdown-menu-blog-w {
    width: 330px;
}

.dropdown-menu-center {
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
}

.dropdown-btn {
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
    float: right;
	vertical-align: middle;
}

.sub-menu {
    display: none;
}

.menu-bar {
    margin: 0;
}

.menu-bar li {
    display: inline-block;
    margin-right: 1em;
}

.current_page_item .parent, .current-menu-item {
    font-weight: 500;
}

body.woocommerce-shop #sidebar, body.tax-product_cat #sidebar {
	transition: 0.5s;
}

#sidebar {
    min-width: 295px;
    max-width: 295px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#sidebar.active {
    margin-left: -295px;
	padding-right: 15px;
}

#sidebarCollapse {
	cursor: pointer;
}

.sidenav-margin-top {
    margin-top: 2em;
}

.sidenav-nav-container {
    padding: .5rem;
	width: 260px;
}

.sidenav-nav-container-res {
    padding: 0;
    margin: 15px 0 0 24px;
	width: 260px;
}

.sidenav-shop-container {
    padding: 1.5rem;
}

.sidenav-nav-menu-container { 
    padding: .5rem 0;
}

.sidenav-nav-widget-container {
	padding: .5rem;
}

.dropdown-sidenav-btn {
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
    font-size: xx-small;
    padding: calc(3px + 0.25rem);
    padding-right: 13px;
    right: 0;
    padding-left: 92%;
    margin: -3px 3px;
}

.menu-item a {
	display: block;
}

.menu-item .parent {
    position: absolute;
}

.toggle-sidenav-button {
	position: absolute;
    right: 1rem;
	top: 16px;
}

.bg-sidemenu-responsive {
	background: #f7f7f7;
}

.dropdown-toggle::after  {
	display: inline-block;
	padding: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f142";
	vertical-align: middle;
	border: 0;
}

.navbar-ft .dropdown-menu, .navbar-dd .dropdown-menu, .dropup .dropdown-menu {
    font-size: 14px;
}

.navbar-ft-opt {
	padding: 0.5rem;
}

.navbar-box {
    display: inline-block;
    position: relative;
}

.navbar-icons {	
	float: right;
}

.navbar-dd {
	display: inline-block;
}

.dropdown-item.active, .dropdown-item:active {
    color: unset;
    background-color: unset;
}

.menu-right {
    width: auto;
}

@media only screen and (min-width: 1009px) and (max-width: 1199px) {
	
	.menu-right {
		width: 28%;
	}
	
}

@media only screen and (min-width: 992px) and (max-width: 1008px) {
	
	.menu-right {
		width: 31%;
	}
	
}

.navbar-box label {
	margin: .5rem;
    vertical-align: middle;
}

.navigation-sticky-top, .wc-navigation-sticky-top {
    position: sticky !important;
    z-index: 999;
}

/*----------------------- 7. LOGO ------------------------------ */

.navbar-logo-left {
	float: left;
}

.logow {
    display: block;
}

.logob {
    display: none;
}

/*----------------------- 8. SEARCH ------------------------------ */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    z-index: 99999;
    /* Transition */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* Transform */
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border: 0px;
    margin: 0 auto;
    margin-top: -51px;
    font-size: 5vw;
    padding: 0;
    outline: none;
}

#search .close {	
	position: fixed;
    top: 20px;
    right: 15px;
    opacity: 1;
    width: 24px;
    height: 24px;
    text-align: center;
    background: url('../img/close-w.svg') no-repeat 2px center;
    background-size: 20px 20px;
}

#search .post-types {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60%;
}

#search input[type="radio"]:after {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
}

#search input[type="radio"]:checked:after {
    width: 22px;
    height: 22px;    
    top: -3px;
    left: -1px;
    position: relative;
    background-color: red;
    content: '';
    display: inline-block;
    visibility: visible;
}

/* CUSTOM SEARCH BAR
-------------------- */

.search-query {
	background-color: #F1F1F1;
}

#custom-search-input {
    width: 100%;
    position: relative;
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    color: #8E8E8E;
    top: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input[type="search"] {
    background: #ededed url('../img/search.svg') no-repeat 9px center;
    background-size: 18px 18px;
    border: 1px solid #efefef;
    padding: 7px 15px 9px 32px;
    width: 55px;
}

/* CUSTOM SEARCH BOOKS BAR
-------------------------- */

.customsearch { 
	position: absolute;
    right: 19.5rem;
    width: 350px;
    padding: .5rem 0;
}

form#searchb, form#searchres {
	align-items: center;
	display: flex;
}

form#searchb input, form#searchres input {
	border: 1px solid #F1F1F1;
	border-right: 0;
	flex: 1;
	height: 24px;
	margin: 0;
	padding: 5px 10px;
	-webkit-appearance: textfield;
}

form#searchb input[type="search"], form#searchres input[type="search"] {
	background: #F1F1F1;
}

form#searchb button, form#searchres button {
	background: #F1F1F1;
	border: none;
	cursor: pointer;
	height: 36px;
	width: 55px;
	padding: 0;
}

/*----------------------- 9. LAYOUT ------------------------------ */

#page-content-wrapper {
    width: 100%;
	padding: 15px;
}

.container-general {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.img__wrap {
    position: relative;
    transition: 0.3s;
}

.img__wrap:hover {
    opacity: .8;
    transition: 0.3s;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: opacity .3s, visibility .2s;
}

.img__description {
    transition: 0.3s;
    transform: translateY(1em);
}

.img__description a {
    color: #FFF;
}

.img__description a:hover {
    color: #FFF;
}

.img__wrap:hover .img__description {
    transform: translateY(0);
}

.overlaytxt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
}

.overlaytxt a:hover {
    color: #fff;
}

.overlay-cat-in {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .25);
    overflow: hidden;
    width: 100%;
    color: #fff;
}

.img__wrap:hover .overlaytxt {
    height: 100%;
}

.img__wrap img {
    display: block;	
    object-fit: cover;
    width: 100%;
}

.img-res {
    width: 100%;
	height: auto;
}

.imageoutlink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 9;
}

.txt {
    color: white;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.txt a {
    color: #fff;
}

.img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.home-element-centered {
	position: absolute;
	top: 50%;
    left: 50%;
    color: white;
	text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-wrap, .slider-featured-wrap, .elements-wrap, .feat-cat-wrap, .home-posts-wrap {
	position: relative;
}

.slider-wrap {
	background: rgb(55,52,50);
	background: linear-gradient(0deg, rgba(55,52,50,1) 20%, rgba(0,0,0,0) 40%);
    overflow: hidden;
}

.slider-wrap img {
	opacity: 0.8;
}

.slider-wrap img, .slider-featured-wrap img, .elements-wrap img, .feat-cat-wrap img, .home-posts-wrap img {
    transition: 0.3s ease-in-out;
    display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.line {
    height: 1px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000000 50%, rgba(0, 0, 0, 0.00) 100%);
    opacity: .1;
    width: 100%;
}

.paginationnav .next:before, .paginationnav .prev:before {
    content: unset;
}

/* Added extra column for larger resolutions
-------------------------------------------- */

/* Five columns */

.col-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xl-five {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 576px) {
    .col-sm-five {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) {
    .col-md-five {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-lg-five {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-xl-five {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Six columns */

.col-six,
.col-sm-six,
.col-md-six,
.col-lg-six,
.col-xl-six {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
@media (min-width: 576px) {
    .col-sm-six {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
}
@media (min-width: 768px) {
    .col-md-six {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
}
@media (min-width: 992px) {
    .col-lg-six {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-xl-six {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
}

/* Seven columns */

.col-seven,
.col-sm-seven,
.col-md-seven,
.col-lg-seven,
.col-xl-seven {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-seven {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
}
@media (min-width: 576px) {
    .col-sm-seven {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}
@media (min-width: 768px) {
    .col-md-seven {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}
@media (min-width: 992px) {
    .col-lg-seven {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-xl-seven {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}

/* BACK TO TOP AND BACK TO HOME BUTTON
-------------------------------------- */

#back-to-top,
#back-to-home {
    position: fixed;
    bottom: 30px;
    z-index: 1040;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top {
    right: 16px;
}

#back-to-home {
    right: 56px;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-home.show {
    opacity: 1;
}

/* Social icons
-------------------------------------- */

.social-icon-size a {
    font-size: 1.25em;
    margin: 0.5rem;
}

/*----------------------- 10. TITLES ------------------------------ */

.home-titles {
	font-size: 2.5rem;
    line-height: 1.2em;
}

.home-va-btn {
	float: right;
    line-height: 2.5;
    border: 0;
    text-decoration: none;
	font-weight: 500;
	margin: 0 .5em;
    text-transform: uppercase;
}

.page-wide-cover {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

.page-overlaytxt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    width: 100%;
    top: 0;
}

.page-overlaytxt-center {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

/*----------------------- 11. BOOK AUTHORS ------------------------------ */

.author-list-container {
	padding: .5rem 0;
    list-style: none;
    margin: 0;
}

.author-box-title {
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: .5rem;
    margin-bottom: 1rem;
}

.author-list {	
	padding: 0;
    margin-bottom: .75rem;
    display: flex;
}

.author-list-name {
	margin-top: 5px;
    display: inline-block;
}

.author-name-archive a, .publisher-name-archive a {
	font-weight: unset;
    font-size: 0.9rem;
}

.author-books-box {
	margin: 0 1rem 2rem 1rem;
}

/* SELECTED BOOKS 
----------------- */

.selected-books-bg {
	background: #F5FFFA
}

.selected-books-half {
	width: 50%;
}

.book-card-bg {
	transition: 0.3s;
}

/*----------------------- 12. INFINITE SCROLL ------------------------------ */

.view-more-button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
	cursor: pointer;
}

.page-load-status {
    display: none;
    /* hidden by default */
    padding: 20px 0;
    text-align: center;
    color: #777;
}

.loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/*----------------------- 13. USER AVATAR ------------------------------ */

.ppua-edit-container h3 {
	display: none;
}

.pp-user-avatar img {
	max-width: 100%;
    height: auto;
}

img.pp-user-avatar, img.avatar-default {
	height: 36px;
    width: 36px;
	border-radius: 50%;
}

img.avatar-default, img.pp-user-avatar-300 {
	border-radius: 50% !important;
}

#ppua-preview img, #ppua-thumbnail img, #ppua-preview-existing img, #ppua-thumbnail-existing img {
	border: 0;
	margin-bottom: 0.5em;
}

#ppua-remove-existing:after {
    content: '';
    margin-left: 0.35rem;
    content: "\f146";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#ppua-undo-existing:after {
    content: '';
    margin-left: 0.35rem;
    content: "\f2ea";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.updated p {
	margin-bottom: 0;
}

.user-container {
	position: relative;
}

.user-container img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	backface-visibility: hidden;
    margin: 0 auto;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.user-container:hover img  {
	opacity: 0.3;
}

.user-container:hover .middle {
	opacity: 1;
}

.user-container-text {
	color: white;
	padding: 16px 32px;
}

/*----------------------- 14. TAGS AND CATEGORIES LIST ------------------------------ */

.catlist {
    display: table;
    line-height: 1.5em;
}

.catlist:before {
    content: "\f105";
    /* right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 4px;
}

.taglist {
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
    font-weight: bold;
}

/*----------------------- 15. SINGLE STYLES ------------------------------ */

.second-ft-image,
.ft-video {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    height: calc(100vh - 69px);
}

.sticky-ft-image {
    height: auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.second-ft-image-page {
    width: 100%;
    position: relative;
    height: 23vh;
}
@media (max-width: 991px) {
	body.search-results .second-ft-image-page {
		height: 40vh;
	}
}

.overlay-single,
.overlay-page {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-title-box,
.page-title-box {
    position: absolute;
    color: #fff;
    width: auto;
    left: 0;
}

.page-title-box {
    top: calc(50% - 40%);
}

.single-title-box a,
.page-title-box a {
    color: #fff;
}

.post-header {
    font-size: 2.5em;
    margin: 0.25em 0;
}

.page-title {
    padding: 0.5em;
}

.text-weight-light {
	font-weight: 300;
}

.post-page-breadcrumb {
    color: #777;
    margin-bottom: 0;
    padding: 0.327em 0;
}

/* You can use this class for a wide image in a full container post */
.wide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: auto;
    z-index: 999;
    position: relative;
	padding: 0 8px;
}

/* The container for the featured video in single */
.video-container {
    width: 100%;
    height: 90vh;
    position: relative;
}

.border-bottom-ct {
    border-bottom: 1px solid #EDEDED;
}

.border-top-ct {
    border-top: 4px solid #EDEDED;
}

.table-bordered {
    border: unset;
}

.blog-content p:first-child {
    margin-top: 15px;
}

.sticky-top-left-title {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    margin-bottom: 1rem;
}

.bottom-info {
    border-top: 2px dashed;
    margin-top: 1rem;
    padding-top: 1rem;
}

.single-comments-content {
	margin: 0 0 0 6.5em;
    padding: 1em;
}

.single-comments-author-meta {
    font-size: 1rem;
	margin: 0 0 1em;
}

.single-comments-author-meta a {
    font-weight: normal;
}

.single-comments-author {
    font-weight: 500;
}

.product-extra-table th {
	width: 190px;
	vertical-align: top;
}

.product-extra-table td {
    display: block;
}

/*----------------------- 16. EXTERNAL STORES BUTTONS ------------------------------ */

ul.storelink {
    list-style: none;
    padding: 0;
	margin: 0;
}

ul.storelink li {
    display: inline-block;
    margin-bottom: 5px;
}

.readerid-left {
    display: inline-block;
    margin-right: 10px;
    width: 90px;
    height: 90px;
}

.readerid-right {
    display: inline-block;
    vertical-align: middle;
}

.readerid-star-color {
	color: white;
	-webkit-text-stroke: 1px #d3ced2;
  
}

.readerid-star-color-checked {
	color: #ffc107;
	-webkit-text-stroke: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {  

    .grid-readers-sizer {
        width: 50%;
    }    

}

/*----------------------- 17. WORDPRESS GENERAL STYLES ------------------------------ */

.gallery-caption {
    display: block;
    font-size: 0.71111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.bypostauthor {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption p.wp-caption-text {
    border-bottom: 1px solid #EDEDED;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 1rem;
    text-align: left;
}

div.wp-caption {
    max-width: 100%;
}

blockquote>p {
    border-left: 4px solid #19F;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.25em;
}

pre {
    margin: 1rem;
    padding: 1rem;
    color: #aaa;
    background-color: #333333;
    white-space: pre;
    border-radius: .25rem;
    font: 16px/24px 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

/* WORDPRESS COMMENTS 
--------------------- */

.logged-in-as a {
	font-weight: normal;
}

#comments ol li {
    display: block;
}

.comment-respond {
    margin: 1rem 0;
}

.comment-respond label {
	font-weight: bold;
}

.comment-avatar img {
    height: 80px;
    width: 80px;
}

/*----------------------- 18. WORDPRESS PAGED NAVIGATION ------------------------------ */

.page-numbers,
.page-numbers a,
.page-numbers a:hover,
.page-numbers li.active a,
.page-numbers.disabled {
    cursor: pointer;
    padding: .25rem .75rem;
    display: inline-block;
    width: auto;
    height: 35px;
    vertical-align: middle;
	font-size: 16px;
}

.page-numbers.current {
    font-weight: bold;
}

/*----------------------- 19. WORDPRESS WIDGETS STYLES ------------------------------ */

.widget_titles {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.sidenav-nav-container .widget_categories, 
.sidenav-nav-container .widget_archive, 
.sidenav-nav-container .widget_pages, 
.sidenav-nav-container .widget_meta, 
.sidenav-nav-container .widget_recent_entries, 
.sidenav-nav-container .widget_tag_cloud,
.sidenav-nav-container .widget_calendar,
.sidenav-nav-container .widget_search,
.sidenav-nav-container .widget_custom_html,
.sidenav-nav-container .widget_text,
.sidenav-nav-container .widget_recent_comments,
.sidenav-nav-container .widget_nav_menu .widget_titles,
.sidenav-nav-container .widget_shopping_cart,
.sidenav-nav-container .widget_price_filter,
.sidenav-nav-container .widget_product_categories {
    padding: .75rem;
}

.sidenav-nav-container-res .widget_custom_html {
    padding: .75rem;
}

.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul {
    padding-left: 0;
	margin-top: 0.25rem;
}

.widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li {
    list-style: none;
    margin-bottom: 0.25rem;
}

.widget_categories li ul li, 
.widget_archive li ul li, 
.widget_pages li ul li, 
.widget_meta li ul li,
.widget_recent_entries li ul li {
	margin-left: 0.25rem;
}

.widget_categories li ul li:before, 
.widget_archive li ul li, 
.widget_pages li ul li, 
.widget_recent_entries li ul li {
	margin: 0 0.25rem;
	content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	color: #007BFF;
}

.widget_media_image img {
	width: 100%;
}

/* Specially rational-styled calendar for WP */
#wp-calendar {
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
}

#wp-calendar caption {
    padding: 0.5rem;
    text-align: right;
    caption-side: top;
    font-weight: bold;
    font-size: 1.25rem;
    color: unset;
    text-transform: lowercase;
}

#wp-calendar thead tr {
    border-right: 1px solid #ccc;
}

#wp-calendar thead th {
    font-weight: bold;
    padding: 0.25rem;
    text-transform: lowercase;
    text-align: right;
    border-right: 1px solid #ccc;
}

#wp-calendar tbody td {
    position: relative;
    padding: 0.25rem;
    text-align: right;
    border-right: 1px solid #ccc;
    font-weight: bold;
}

#wp-calendar tbody td.pad {
    opacity: 0.7;
}

#wp-calendar tbody td#today {
    font-weight: bold;
}

#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #999;
    border-left: 10px solid transparent;
}

#wp-calendar tbody td a {
    display: block;
    background: #20c997;
}

#wp-calendar tbody td a:hover {
    background: #0074C6;
    color: #fff;
}

#wp-calendar tfoot tr {
    border-bottom: 1px solid #ccc;
}

#wp-calendar tfoot tr td {
    border: 0;
    padding: 0;
}

#wp-calendar tfoot tr a {
    display: block;
    padding: 0.25rem 0.75rem;
    text-transform: lowercase;
}

#wp-calendar tfoot tr #prev {
    text-align: left;
}

#wp-calendar tfoot tr #next {
    text-align: right;
}

/* RECENT COMMENTS WIDGET
------------------------- */

.widget_recent_comments ul {
    list-style: none;
    padding: 0;
}

.widget_recent_comments li:before {
    content: "\f27a";
    /* right */
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0.25em;
}

.comment-author-link {
    font-weight: bold;
}

/* COUNTS IN WIDGETS
-------------------- */

.post_count {
    margin-left: 0.5em;
    font-size: 0.75rem;
}

/*----------------------- 20. GALLERY STYLES ------------------------------ */

.square-general {
    width: 100%;
    padding-bottom: 100%;
}

.square-gallery {
    width: 100%;
    padding-bottom: 100%;
}

.gallery {
	background: #e9e9e9;
    margin-bottom: 2em !important;
}

.gallery-item {
	margin: 0 !important;
}

.gallery-item img {
	width: 100%;
	height: auto;
    max-width: 100%;
	border: 0 !important;
    padding: .5em;
}

@media(max-width: 720px){
    .gallery-item {
        max-width: 50%;
    }
}

@media(max-width: 480px){
    .gallery-item {
        max-width: 100%;
    }
}

.gallery-caption {
    display: block;
    font-size: 0.71111em;
    line-height: 1.6;
    margin-bottom: 1em;
    padding: 0.5rem;
}


/* PACKERY GENERAL GRID
----------------------- */

.packery:after {
    content: ' ';
    display: block;
    clear: both;
}

.grid-item-2,
.grid-item-3,
.grid-item-4,
.grid-item-5,
.grid-item-big,
.grid-item-pc-2,
.grid-item-pc-3,
.grid-item-pc-4,
.grid-item-pc-5 {
    float: left;
}

/* FLICKITY SLIDER
------------------ */

.carousel {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

.carousel-cell {
    width: 66%;
    height: 400px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flickity-prev-next-button {
    width: 32px;
    height: 32px;
}

.flickity-button-icon {
    display: none;
}

.previous:before {    
    font-family: "Font Awesome 6 Free";
	content: "\f104";
    font-weight: 900;
    padding-right: 2px;
}

.next:before {    
    font-family: "Font Awesome 6 Free";
	content: "\f105";
    font-weight: 900;
    padding-left: 2px;
}

.slider-cover {
    width: 100%;
}

@media only screen and (max-width:1200px) {
	.slider-cover {
		height: 70vh;
	}
}

.slider-box {
    width: 75%;
}

/*----------------------- 21. CONTACT FORM STYLES ------------------------------ */

.contact-border {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #F1F1F1;
	background: unset;
	padding: 0.375rem 0;
	display: block;
	width: 100%;
}

.message-label {
    color: #6c757d;
    padding: 0.375rem 0;
}

/* CUSTOM CF7 STYLES
-------------------- */

.wpcf7 label {
    text-transform: uppercase;
}

/* SELECT
--------- */

select.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/arrowdown.svg');
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #ededed;
}

.wpcf7-select {
    width: 100%;
    border: 1px solid #efefef;
    padding: 7px 40px;
    margin-top: 0.5rem;
    padding-left: 20px;
}

/* FIELDS
--------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
    margin-top: 0.5rem;
    width: 100%;
}

.wpcf7 textarea {
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
    margin-top: 0.5rem;
    width: 100%;
	height: auto;
}

.wpcf7-quiz-label {
    display: block;
    margin-top: 0.5rem;
}

/* RADIO
-------- */

.wpcf7-list-item-label {
    margin-left: 0.5em;
    display: inline-block;
}

.wpcf7 input[type="radio"]:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wpcf7 input[type="radio"]:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #1199FF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* CHECKBOX
----------- */

.wpcf7-list-item-label {
    margin-left: 0.75em;
    display: inline-block;
}

.wpcf7 input[type="checkbox"]:after {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wpcf7 input[type="checkbox"]:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: red;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* BUTTONS
---------- */

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: #5C5C5C;
    border: 0;
    padding: 7px 20px;
    margin: 20px 0;
    width: 100%;
    color: #fff;
}

.wpcf7 input[type=file] {
    color: #000;
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
}

/* MESSAGES
----------- */

span.wpcf7-not-valid-tip {
    padding: 7px 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng, 
div.wpcf7-aborted {
    font-weight: bold;
    margin: 0;
    padding: 7px 20px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
}

div.wpcf7-acceptance-missing {
	background: #FFA500;
}

div.wpcf7-validation-errors{
	background: #ff0000;
}

.wpcf7-mail-sent-ok:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 4px;
}

.wpcf7-not-valid-tip:before,
.wpcf7-validation-errors:before,
.wpcf7-acceptance-missing:before,
.wpcf7-mail-sent-ng:before, 
.wpcf7-aborted:before {
    content: "\f06a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 4px;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    background: #ff0000;
}

/*----------------------- 22. DARK MODE ------------------------------ */

body.wp-night-mode-on {
    background: #232323 !important;
}

body.wp-night-mode-on footer {
    background: #191919;
}

body.wp-night-mode-on select {
    background: #323232;
	color: #fff;
}

body.wp-night-mode-on a:hover {
    text-decoration: none;
}

body.wp-night-mode-on ul.menu > li a {
    color: #fff;
}

body.wp-night-mode-on .menu-hover:hover > .sub-menu li a {
    color: #fff;
}

body.wp-night-mode-on .form-control {
    background-color: #282828;
}

body.wp-night-mode-on .form-control:focus {
    color: #fff;
}

body.wp-night-mode-on .btn-custom {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

body.wp-night-mode-on .btn-custom:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

body.wp-night-mode-on .page-numbers {
    color: #fff !important;
    background-color: #363636 !important;
    border-color: #363636 !important;
}

body.wp-night-mode-on .bg-navbar {
    background: #232323;
}

body.wp-night-mode-on .bg-sidenav, body.wp-night-mode-on .woo-sidenav {
    background: #323232;
}

body.wp-night-mode-on .bg-sidemenu-responsive {
    background: #191919;
}

body.wp-night-mode-on .card-body, body.wp-night-mode-on .card-custom {
    background: #181818;
}

body.wp-night-mode-on .card {
    background: #181818;
}

body.wp-night-mode-on .bg-post-ly1 {
    background: #141414;
}

body.wp-night-mode-on .bg-side {
    background: #333333;
}

body.wp-night-mode-on .book-card-bg {
    background: #121212;
}

body.wp-night-mode-on .bg-light, body.wp-night-mode-on .btn-light {
    background-color: #151515 !important;
	border: 0;
}

body.wp-night-mode-on .bg-cart-totals, body.wp-night-mode-on .bg-customer-order-address {
    background: #121212;
}

body.wp-night-mode-on .hamb-menu, body.wp-night-mode-on .hamb-menu-right {
    color: #fff;
}

body.wp-night-mode-on .sidenav {
    background: #232323;
}

body.wp-night-mode-on .logow {
    display: none;
}

body.wp-night-mode-on .logob {
    display: block;
}

body.wp-night-mode-on .img__description a:hover {
    color: #fff;
}

body.wp-night-mode-on .arrow-icon:before {
    background: #141414;
}

body.wp-night-mode-on .dropdown-divider {
    border-top: 1px solid #232323;
}

body.wp-night-mode-on .modal-content {
    background-color: #191919;
}

body.wp-night-mode-on .title-out, body.wp-night-mode-on .title-out a {
    color: #fff;
}

body.wp-night-mode-on .text-out {
    color: #fff;
}

body.wp-night-mode-on .border-custom {
    border-color: #232323;
}

body.wp-night-mode-on .border {
    border: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-bottom, body.wp-night-mode-on .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-top {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-left {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .border-right {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

body.wp-night-mode-on .dropdown-menu {
	background-color: #191919;
	color: #fff;
}

body.wp-night-mode-on .dropdown-btn {
    color: #fff;
}

body.wp-night-mode-on .dropdown-item {
    color: #fff;
}

body.wp-night-mode-on .dropdown-item:hover, body.wp-night-mode-on .dropdown-item:focus {
	background-color: unset; 
	color: unset;
}

body.wp-night-mode-on .dropdown-sidenav-btn {
    color: #fff;
}

body.wp-night-mode-on .message-label {
    color: #fff;
}

body.wp-night-mode-on .close, body.wp-night-mode-on .closebtn:hover {
    color: #fff;
}

body.wp-night-mode-on .alert-dismissible .close {
    color: inherit;
}

body.wp-night-mode-on .navbar-2 .nav-link {
	color: #fff;
}

body.wp-night-mode-on .nav-pills .nav-link.active {
	background: #060606 !important;
    color: #fff !important;
}

body.wp-night-mode-on .nav-pills .nav-link {
	background: #7C7D7D;
}

body.wp-night-mode-on #search {
    background: #191919;
}

body.wp-night-mode-on #search input[type="search"] {
	color: #fff;
}

body.wp-night-mode-on #search .close {
	background: url('../img/close-w.svg') no-repeat 7px center;
	background-size: 18px 18px;
}

body.wp-night-mode-on form#searchb input[type="search"], body.wp-night-mode-on form#searchres input[type="search"], body.wp-night-mode-on form#searchb button, body.wp-night-mode-on form#searchres button {
	background: #323232;
	border: 1px solid #323232;
}

body.wp-night-mode-on #back-to-top, body.wp-night-mode-on #back-to-home {
	color: #fff;
}

body.wp-night-mode-on.woocommerce .cart-contents {
	color: #fff;
}

body.wp-night-mode-on.woocommerce a.button, body.wp-night-mode-on.woocommerce button.button {
	background: #000;
	color: #fff;
}

body.wp-night-mode-on.woocommerce a.button:hover, body.wp-night-mode-on.woocommerce button.button:hover {
	background: #333333;
	color: #fff;
}

body.wp-night-mode-on.woocommerce div.product form.cart .variations select, body.wp-night-mode-on.woocommerce .quantity .qty, body.wp-night-mode-on.woocommerce .woocommerce-ordering select {
    border: none;
    background: #323232;
}

body.wp-night-mode-on.woocommerce div.product p.stock {
    color: #fff;
}

body.wp-night-mode-on .woocommerce-breadcrumb, body.wp-night-mode-on .woocommerce-breadcrumb a {
	color: #fff;
}

body.wp-night-mode-on .woocommerce-error, body.wp-night-mode-on .woocommerce-info, body.wp-night-mode-on .woocommerce-message {
    background-color: #333333;
	color: #fff;
}

body.wp-night-mode-on .woocommerce #reviews #comments ol.commentlist li .comment-text, body.wp-night-mode-on .single-comments-content {
    background: #333333;
}

body.wp-night-mode-on .woocommerce #reviews #comments ol.commentlist li .meta {
	color: #fff;
}

body.wp-night-mode-on .woocommerce .mini_cart_item {
	background: #1C1C1C;
}

body.wp-night-mode-on .woocommerce-checkout #payment div.payment_box {
	background: #1e272e;
}

body.wp-night-mode-on .woocommerce form .form-row select, body.wp-night-mode-on .woocommerce form .form-row textarea {
	color: #495057;
}

body.wp-night-mode-on .woocommerce .quantity .qty {
    background: #333333;
}

body.wp-night-mode-on .woocommerce button.button {
	background: #333333;
	color: #fff;
}

body.wp-night-mode-on .woocommerce button.button:hover {
	color: #fff;
}

body.wp-night-mode-on .widget_price_filter .ui-slider .ui-slider-range, body.wp-night-mode-on .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
}

body.wp-night-mode-on p.price, body.wp-night-mode-on .price { 
	color: #fff !important;
}

body.wp-night-mode-on .tab-content {
	background: #282828;
}

body.wp-night-mode-on .tinv-wishlist .product-remove button {
	background: #323232;
}

body.wp-night-mode-on .tinvwl-input-group .form-control, body.wp-night-mode-on .tinvwl-input-group .form-control option {
	color: #323232;
}

body.wp-night-mode-on .tinvwl-mobile {
    color: unset;
}

body.wp-night-mode-on .menu-hover:hover, body.wp-night-mode-on .col-hover:hover {
	background: #282828;
}

body.wp-night-mode-on .drawer-content {
    background: #232323;
}

body.wp-night-mode-on .flickity-prev-next-button {
	background: none;
}

body.wp-night-mode-on .alert {
	background: #1e272e !important;
    border: 0;
}

body.wp-night-mode-on .gallery {
	background: #323232;
}

body.wp-night-mode-on .pass-strength-result {
	color: #323232;
}

body.wp-night-mode-on .widget_archive select, body.wp-night-mode-on .widget_categories select {
	background: #323232;
	border: 0;
}

body.wp-night-mode-on .readerid-star-color {
	color: white;
	-webkit-text-stroke: 1px #d3ced2;  
}

body.wp-night-mode-on .readerid-star-color-checked {
	color: #ffc107;
	-webkit-text-stroke: 0;
}

/*----------------------- 23. RESPONSIVE STYLES ------------------------------ */

@media only screen and (max-height: 450px) {

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

@media only screen and (min-width: 300px) and (max-width: 450px) {

    #headsearch input[type="search"]:focus {
        width: 60px;
    }

}

@media only screen and (max-width: 411px) {	
	
	.home-va-btn {
		float: unset;
	}
	
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		font-size: 10px;
		width: 100%;
		text-align: center;
		display: block;
	}
	
	form.cart .quantity .qty {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.woocommerce .quantity .input-text {
		width: 60px;
	}
	
	.woocommerce-message a.wc-forward {
		width: auto;
	}
		
	.nav-pills {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: block;
	}
	
	.nav-pills li {
		display: inline-block;
	}
	
}

@media only screen and (max-width: 468px) {
	
	.product-list-height {
		min-height: 300px;
	}
	
}

@media only screen and (max-width: 576px) {
    
    .video-container {
        height: 50vh;
    }
	
	.drawer {
		width: 100% !important;
		border-left: 0 !important;
	}
	
	.drawer.drawer-right {
		right: -360px;
	}	
	
	.card-img-overlay {
		padding: .75rem;
	}
	
	.card-title {
		font-size: 1rem;
	}
	
	.woocommerce .ordering-pos {
		clear: both;
		float: left !important;
		margin: 1em 0;
	}

}

@media only screen and (max-width: 768px) {
	
	.user-container img {
		width: 150px;
	}
	
}

@media only screen and (max-width: 800px) {

    .slider-box {
        width: auto;
    }

    .grid-sizer, .grid-sizer-pc, .grid-sizer-pr {
        width: 50%;
    }

    .grid-item-2,
    .grid-item-3,
    .grid-item-4,
    .grid-item-5,
	.grid-item-6,
	.grid-item-7,
	.grid-item-pc-2,
	.grid-item-pc-3,
	.grid-item-pc-4,
	.grid-item-pc-5,
	.grid-item-pc-6,
	.grid-item-pc-7,
	.grid-item-pr-2,
	.grid-item-pr-3,
	.grid-item-pr-4,
	.grid-item-pr-5,
	.grid-item-pr-6
	.grid-item-pr-7 {
        width: 50%;
    }

}

@media only screen and (max-width: 900px) {
	
	.home-titles {
		font-size: 2.2rem;
	}
	
}

@media only screen and (max-width: 1024px) {

    span.wpcf7-list-item {
        display: block;
        margin: 0;
    }
	
}

@media only screen and (max-width: 1200px) {
	
	.customsearch {
		display: none;
	}
	
	.customsearch-res {
		display: block;
		padding: 0 1em;
	}
	
	.navbar-search {
		height: 52px;
		display: block;
	}
	
	.navbar-icons {	
		padding: 0 .5rem;
	}
	
	.logores {
		display: none !important;
	}
	
	.login-btn-navbar {
		right: 5.75rem;
	}
	
	.register-btn-navbar {
		right: 8rem;
	}	
	
	.toggle-sidenav-button {
		display: none;
	}
	
	.responsive-account-navigation .wrapper nav#sidebar {
		margin-left: unset;
		display: unset;
		width: 100%;
		max-width: 100%;
	}
	
	.sidenav-nav-container, .sidenav-nav-container-res {
		padding: 0;
		margin: 15px 0 0 25px;
	}		
	
    #sidebar {
        margin-left: -270px;
		display: none;
    }
	
	#sidebar.active {
        margin-left: 0;
    }	
	
	.woo-carousel-nav .woo-carousel-cell {
		height: 50px;
		width: 50px;
	}		
	
	.page-wide-cover {
		max-width: 100%;
		height: auto;
	}
	
	.page-tpl-titles {
		font-size: 2.5rem;
	}
	
	.product-meta-res .author-name-archive, .product-meta-res .publisher-name-archive {
		display: none;
	}
	
	body.woocommerce-account .container-general {
		min-height: 100vh;
	}
	
	.woocommerce .ordering-pos {
		margin-right: 0 !important;
	}	
	
	.woocommerce div.product div.summary {
		margin-bottom: 0;
	}
	
	.woocommerce div.product div.images {
		margin-bottom: 1em;
	}
	
	.woocommerce div.product form.cart .button {
		width: 100%;
	}
	
	.center-addtocart {
		display: block;
		margin: 1em auto;
		width: fit-content;
	}
	
}

@media only screen and (max-width: 1385px) {
	
    .logo {
        width: 100%;
    }
	
}

@media only screen and (max-width: 1700px) {
	
	.slider-wrap, .slider-featured-wrap, .feat-cat-wrap, .elements-wrap {
		height: auto;
	}

}

@media only screen and (min-width: 768px) {

	.wc-navigation-sticky-top {
		min-height: 89vh;
	}	

}

@media only screen and (min-width: 991px) and (max-width: 1290px) {
	
	.customsearch {
		width: 370px;
	}
	
}

@media only screen and (min-width: 992px) {	

    .grid-item-2, .grid-item-pc-2, .grid-item-pr-2 {
        width: 50%;
    }

    .grid-item-3, .grid-item-pc-3, .grid-item-pr-3 {
        width: 33.333%;
    }

    .grid-item-4, .grid-item-pc-4, .grid-item-pr-4 {
        width: 25%;
    }

    .grid-item-5, .grid-item-pc-5, .grid-item-pr-5 {
        width: 20%;
    }
	
	.grid-item-6, .grid-item-pc-6, .grid-item-pr-6 {
        width: 16.666666%;
    }
	
	.grid-item-7, .grid-item-pc-7, .grid-item-pr-7 {
        width: 14.285714%;
    }

}

@media only screen and (min-width: 1200px) {
	
	.customsearch-res, .navbar-search {
		display: none;
	}
	
}