/*
Theme Name: Daily Woah
Theme URI: http://underscores.me/
Author: iDepTrai
Author URI: https://ideptrai.com
Description: Description
Version: 1.0.23
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thought-catalog
*/

body {
    font-family: "Instrument Sans", sans-serif;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .header .navbar-nav, .post-author {
    font-family: "Instrument Serif", serif;
}

.header .navbar-nav {
    font-size: 1.125rem;
    font-weight: 600;
}
.header .navbar-nav .nav-link {
    color: #6C767F;
}
.header .navbar-nav .nav-link:hover {
    filter: contrast(200%) brightness(80%);
}

.header__link {
    text-decoration-color: #B6C2FA !important;
    font-size: 1.313rem;
    font-weight: 500;
}
.header__link:hover {
    color: #0006FF !important;
}

.entry-header .card-text a {
    font-family: "Instrument Serif", serif;
}

.entry-header .card-title .link-underline-dark {
    text-decoration-color: #FFFFFF !important;
}
.entry-header .card-title .link-underline-dark:hover {
    text-decoration-color: #B6C2FA !important;
}

.entry-header a:hover {
    color: #0006FF !important;
}

.link-underline-dark {
    text-decoration-color: #B6C2FA !important;
}

.navbar-toggler {
    width: 52px;
    height: 52px;
    position: relative;
}
.navbar-toggler .navbar-toggler-icon::before, .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    height: 5px;
    background-color: #000000;
}
.navbar-toggler .navbar-toggler-icon::before {
    top: 30px;
}
.navbar-toggler .navbar-toggler-icon::after {
    bottom: 30px;
}

.navbar.border-bottom {
    border-width: 3px !important;
    border-color: #F2F2F3 !important;
}

.books__section {
    height: 664px;
}
.books__section img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.books__section h3 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.books__section p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .books__section h3 {
        font-size: 3rem;
    }
}

.layout__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
    padding-block: 20px;
    padding-inline: 20px;
}
.card__item {
    inline-size: 13em;
    width: 338px;
}
.card__item figure {
    height: 338px;
}
.card__item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.card__item a:hover .card-title {
	text-decoration: underline;
}

.related__post .post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.pin-generated {
	max-width: 100%;
	height: auto;
}

.entry-content p + ul {
	list-style: none;
	padding-left: 20px;
}
.entry-content p + ul li {
	position: relative;
}
.entry-content p + ul li::before {
	content: '';
	height: 10px;
	width: 10px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -20px;
	background: #195b71;
	border-radius: 50%;
}

@media (min-width: 0) and (max-width: 767px) {
    .books__section {
        height: 450px;
    }

    .card__item {
        width: 238px;
    }
    .card__item figure {
        height: 238px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .card__item {
        width: 275px;
    }
    .card__item figure {
        height: 275px;
    }
}

@media (min-width: 992px) {
    .single .entry-title {
        font-size: 6rem !important;
    }
    .single .entry-content h2 {
        font-size: 3.75rem;
    }
	.single .entry-content h3 {
		font-size: 3rem;
	}
	.single .entry-content h4 {
		font-size: 2.45rem;
	}
    .single .entry-content p, .single .entry-content ul, .single .entry-content ol, .single .entry-content table th, .single .entry-content table td, .entry-content section div {
        font-size: 1.625rem;
    }
}
