/*
Theme Name: Foldbook
Author: Alexeo
Author URI: 
Version: 1.0.0
*/

body {
    background-color: #f8f8f8;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.h1, h1 {
    font-size: 2rem;
}

.book-workspace {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.book-black {
    background-color: #000;
}
.book-white {
    background-color: #fdfdfd;
}
.book-px {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.book-column {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.book-btn {
    border-width: 2px;
    border-radius: 40px !important;
    font-size: 0.7rem;
    font-weight: bold;
    // letter-spacing: 1.5px;
    padding: 14px !important;
}
// fix focus css for buttons
.btn:focus, .btn.focus {
    outline: unset;
    box-shadow: unset;
}
button:focus:not(:focus-visible) {
    outline: unset;
}
.btn-light:focus, .btn-light.focus {
    background-color: #ffffff;
    border-color: #ffffff;
    // box-shadow: unset;
}
.book-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .book-btn {
        font-size: 1.1rem;
        // letter-spacing: 2.5px;
        padding: 16px !important;
    }
}
.book-shadow {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.18), 0 0 20px 0 rgba(0, 0, 0, 0.04) !important;
}
.book-workspace {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
/*     background-color: #fff; */
	background-color: #fefef2;
}
.book-footer {
    font-size: 0.7rem;
    font-weight: 100;
    background-color: #000;
}
@media (min-width: 576px) {
    .book-workspace {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .book-workspace {
        max-width: 720px;
    }
    .book-superheader .book-logo img {
        width: 360px;
    }
    .book-footer {
        font-size: 1.0rem;
    }
    .book-footer .book-logo img {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .book-workspace {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .book-workspace {
        max-width: 1140px;
    }
}
.btn-orange {
    background-color: #fe8707;
    /* background-image: linear-gradient(to right, #fe8707, #fba20a); */
    background-position: -2px -2px;
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-image: url(https://foldbook.art/img/elm-gradient-2.webp);
    color: #fefefe;
    padding: 4px 14px !important;
}
@media (min-width: 768px) {
	.btn-orange {
		padding: 8px 16px !important;
	}
}

/* .book-about h1, .book-about h2 {
    font-size: 1rem;
    font-weight: 800;
    color: black;
}
.book-about h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #004;
}
.book-about p, .book-review p, .book-about li, .book-about-text, .book-about a {
    font-size: 0.78rem;
    line-height: 1.1rem;
    font-weight: 800;
    color: #777;
}
@media (min-width: 1200px) {
    .book-about h1, .book-about h2 {
	font-size: 1.1rem;
	font-weight: 800;
	color: black;
    }
	.book-about h3 {
    	font-size: 1rem;
    	font-weight: 800;
	    color: #004;
	}
    .book-about p, .book-review p, .book-about li, .book-about-text, .book-about a {
	font-size: 1rem;
	line-height: 1.1rem;
	font-weight: 800;
	color: #777;
    }
}
.book-about a {
    text-decoration: underline;
}
.book-about a:hover, .book-about a.hover {
    color: black;
} */

.book-rounded {
    border-radius: 1.5rem;
}
figure.book-rounded img {
    border-radius: 1.5rem;
}
.book-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
@media (min-width: 576px) {
    .book-px-2 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
    }
}
@media (min-width: 768px) {
    .book-px-2 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
    }
}

.page-list.siblings-page-list {
	padding-inline: 0;
}
.page-list.siblings-page-list .page_item {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	border-bottom: var(--wp--preset--color--luminous-vivid-amber) 1px solid;
	padding: 8px 0;
}
.page-list.siblings-page-list .page_item::after {
	content: "";
	width: 16px;
	min-width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fcb900' fill-rule='evenodd' d='M7.793 19.707a1 1 0 0 1 0-1.414L14.086 12L7.793 5.707a1 1 0 0 1 1.414-1.414l6.293 6.293a2 2 0 0 1 0 2.828l-6.293 6.293a1 1 0 0 1-1.414 0' clip-rule='evenodd' /%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
}
.page-list.siblings-page-list .page_item:last-child {
	border-bottom: none;
}
.page-list.siblings-page-list .page_item a {
	text-transform: uppercase;
	color: #000;
}
