/*!
	Theme Name: Book Planet BD
	Theme URI: https://bookplanetbd.com/
	Description: Blog
	Author: Book Planet BD
	Author URI: https://bookplanetbd.com/about-us/
	Version: 1.3
	Tags: information
	Template: genesis
	Template Version: 1.0
	License: Proprietary
	License URI:
	Text Domain: bookplanet
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #f5f5f5;
	color: #444;
	font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #34678a;
	text-decoration: none;
}

a:hover {
	color: #34678a;
}

.entry a {
	color: #d53819;
	text-decoration: none;
}

.entry a:hover {
	color: #f5675b;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    background: #f9eae9;
    border-left: 5px solid #d53819;
    padding: 30px 10px 1px 10px;
    text-align: center;
    display: block;
    margin: 30px 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 12px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #34678a;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 25px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e44a3c;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #e44a3c;
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
  border: 1px solid #ddd;
  padding: 8px;
}

th {
	font-weight: 400;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: #d53819;
    color: white;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 25px;
}

.bookplanet-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content */

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 0 0;
	border-radius: 25px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb::before {
    content: "\1F3E0";
	padding-right: 5px;
} 

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 0;
	padding: 15px 5px 15px 40px;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
  font-weight: bold;
  scrollbar-width: none;
}

.breadcrumb a {
	color: #e44a3c;
	font-weight: bold;
}

.archive-description,
.author-box {
	background-color: #e44a3c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 20px 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
	line-height: 1.6;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.entry-title {
	font-size: 28px;
}

.entry .entry-title {
	margin-bottom: 25px;
}

.entry-title a {
	color: #1c5b7e;
}

.entry-title a:hover {
	color: #e44a3c;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #e44a3c;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.medium-widget-title {
    display: block;
    border-bottom: 1px dotted #ddd;
    font-size: 20px;
    font-weight: 600;
    color: #e44a3c;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

/* Genesis Author Pro
--------------------------------------------- */

/* Genesis Responsive Slider
--------------------------------------------- */

/*
Site Header
---------------------------------------------------------------------------------------------------- */

/* Title Area
--------------------------------------------- */
.title-area {
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	text-align: center;
}

.home-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-image .title-area {
	padding: 0;
	display: flex;
	justify-content: center;
}

.site-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #194664;
}

.header-image .site-title > a {
	float: left;
	margin: 8px;
}

.site-title > a {
    height: 60px;
	width: 240px;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #78a7c8;
	color: #fff;
}

.genesis-nav-menu li.current-menu-item > a {
    background-color: #34678a;
}

/* Site Header Navigation
--------------------------------------------- */


/* Primary Navigation
--------------------------------------------- */


/* Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 10px 12px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */
.home-featured {
	background-color: #fff;
	position: relative;
	text-align: center;
	z-index: 9;
	border-bottom: 1px solid #ddd;
}

.home-featured .widget {
	padding: 30px 40px 40px;
	margin: 0 auto;
	max-width: 750px;
}

.home-featured .widget-title {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.home-featured .search-form-input {
    text-align: center;
}
.home-featured #search-2 {
    position: static;
}

.home-featured .widget:last-of-type {
	padding-bottom: 40px;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 40px 0;
	position: relative;
  	max-width: 1140px;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
}

.home-top .widget_text {
	color: #34678a;
	line-height: 1.4;
}

.home-top .widget_text .widget-title {
	color: #e44a3c;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-middle {
	background-color: #34678a;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 30px 0 10px;
}

.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-bottom {
	background-color: #78a7c8;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #34678a;
}

/* Entries
--------------------------------------------- */
.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 25px 40px 40px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
	margin-top: -24px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
	padding-top: 5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 14px;
	padding: 5px;
    color: #565454;
    background: #fafafa;
}

.content p.entry-meta {
	margin-bottom: 0;
	border-radius: 5px;
}

.content .entry-header .entry-meta {
	margin: 5px 0 5px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #e44a3c;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 0;
	margin: 0;
}

.entry-footer .entry-meta {
	font-size: 15px;
	margin-top: 5px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #e44a3c;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */
.pagination {
	margin: 40px 10px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #e44a3c;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 25px;
}

.comment-respond {
	padding: 15px 40px 5px 40px;
}

.entry-comments,
.entry-pings {
	padding: 30px;
	padding-top: 15px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #e44a3c;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 5px;
	font-size: 14px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 14px;
}

.comment-list li {
	padding: 15px 30px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 12px;
	padding: 16px;
}

.comment-list li li {
	margin-right: -15px; /* -20 */
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: bold;
}

.comment-reply-link {
	color: #c53c30;
}

.comment-reply-link:hover {
    color: #fff;
    background-color: #e44a3c;
	padding: 2px 10px 5px 10px;
	border-radius: 5px;
}

.comment-time-link {
    color: #567186;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 400;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-notes {
    margin: 0 0 10px;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    color: #e44a3c;
}

.comment-policy-box {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 10px 40px 25px 40px;
	margin-bottom: 20px;
}

.comment-policy {
	font-size: 15px;
	line-height: normal;
	display: block;
}

.comment-success-wrapper {
    background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 10px 40px 20px 40px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: normal;
}

.comment-success-title {
	display: block;
	padding-bottom: 5px;
}

.comment-success-text {
	color: green;
}

.comment-list #reply-title {
	font-size: 15px;
	color: #444;
}

#cancel-comment-reply-link {
	float: right;
    color: #000;
    font-size: 14px;
    display: block;
    padding: 2px 12px;
    border-radius: 5px;
    background-color: bisque;
    font-weight: normal;
    margin: 5px 0 5px 5px;
}

#cancel-comment-reply-link:hover {
    color: #fff;
	background-color: #e44a3c;
}

.comment-author-name a {
    color: #34678a;
    font-weight: bold;
}

.bypostauthor .comment-author::after {
  content: "Author";
  margin-left: 5px;
  font-size: 11px;
  background: #194664;
  color: #fff;
  padding: 1px 10px 2px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 3px solid #e44a3c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */


/*
Custom Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets ul > li {
    padding: 5px 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #194664;
	font-size: 16px;
	padding: 60px 0;
	text-align: center;
}

.site-footer,
.site-footer .wrap a {
	color: #fff;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #78a7c8;
}

.site-footer .wrap a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Custom Header and Menu
---------------------------------------------------------------------------------------------------- */
.site-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    max-height: 56px;
}
.site-header-wrap {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-left, .header-center, .header-right {
    display: flex;
    align-items: center;
}

.custom-logo-link {
    display: flex;
}

.site-logo img {
    height: 28px;
    width: 128px;
}

.site-title {
    font-size: 24px;
    font-weight: bold;
    color: #194664;
    text-decoration: none;
}

.site-title:hover {
    color: #e44a3c;
}

.main-navigation .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation .nav-menu li {
    margin: 0 15px;
}

.main-navigation .nav-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.main-navigation .nav-menu li a:hover {
    color: #e44a3c;
}

.search-icon, .menu-toggle, .close-search-icon, .menu-close {
    cursor: pointer;
    font-size: 20px;
    margin-left: 15px;
    width: 24px;
    padding-bottom: 5px;
}

.search-icon {
    font-size: 28px;
    transform: rotate(-40deg);
    padding-right: 6px;
    padding-bottom: 10px;
}

.menu-toggle {
    display: none;
}

.close-search-icon {
    display: none;
}

.search-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 1px;
}

.search-container {
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.search-container .search-form {
	display: flex;
	width: -webkit-fill-available;
}

.search-icon-inside {
    font-size: 24px;
    margin-right: 10px;
    color: #333;
    transform: rotate(-45deg);
    padding: 0 2px;
}

.search-field {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    border: 1px solid #ddd;
}

.search-submit {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #194664;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.search-submit:hover {
    background-color: #005bb5;
}

.search-box .search-form-submit {
  margin-left: 10px;
}

@media (min-width: 769px) {
    .menu-toggle,
    .menu-close {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .site-header-custom {
        flex-direction: row;
    }

    .header-left {
        width: 100%;
        text-align: center;
        justify-content: space-between;
    }

    .header-right {
        order: 1;
        display: flex;
        justify-content: flex-end;
        padding-left: 10px;
    }

    .header-center {
        order: 2;
        display: flex;
        justify-content: flex-start;
    }

    .menu-toggle {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .main-navigation.active {
        display: block;
        font-weight: bold;
        background-color: #fafafa;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.04);
        border-top: 1px solid #ddd;
        padding: 5px 20px;
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        top: 55px;
    }

    .main-navigation .nav-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .main-navigation .nav-menu li {
        margin: 0 0 10px 0;
    }

    .search-box {
        padding: 10px;
    }

    .search-container {
        padding: 8px;
    }

    .search-field {
        font-size: 14px;
    }

    .search-submit {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
/* My Code */
.entry-categories {
	display: block;
	padding: 2px 0;
	text-align: left;
	color: #444;
}

.content .entry-categories a {
    color: #c53c30;
    text-decoration: underline;
}

.entry-author-name {
	color: #565454;
}

.home-top input[type=search] {
    margin-bottom: 15px;
    text-align: center;
}

.home-top
.widget-wrap {
	margin-top: 10px
}

.widget-wrap input {
	margin-top: 5px;
}

.search-title {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0;
}

.medium-title {
    font-size: 20px;
    font-weight: bold;
    color: #e44a3c;
}

.comment-form-cookies-consent {
	display: -webkit-box;
  	margin-bottom: 10px;
}

#wp-comment-cookies-consent {
	margin-right: 10px
}

#cren_subscribe_to_comment {
	margin-right: 10px;
}

.comment-form-email-consent {
	display: -webkit-box;
	margin-bottom: 20px;
}

.comment-form-comment {
	margin-bottom: 5px;
}

.comment-form-author {
	margin-bottom: 18px;
}

.comment-form-email {
	margin-bottom: 15px;
}

.widget p {
  	margin-top: 5px;
	margin-bottom: 15px;
}

html {
  scroll-behavior: smooth;
}


h1, h2, h3, h4, h5, h6 {
  scroll-margin-top: 75px;
}

/*
Content Box
-------------------------------------------------------------------------------*/
.content-box-blue,
.content-box-green {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
.content-box-blue {
    background-color: #d8ecf7;
    border-top: 2px solid #afcde3;
    font-size: 17px;
    word-spacing: normal;
    line-height: 1.8em;
}
.content-box-green {
    background-color: #d9edc2;
    border-top: 2px solid #b2ce96;
    font-size: 17px;
    word-spacing: normal;
    line-height: 1.8em;
}
.button-blue,
.button-green {
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}
.button-blue:hover,
.button-green:hover {
    text-decoration: none;
}
.button-blue {
    background-color: #d8ecf7;
    border: 2px solid #afcde3;
}
.button-blue:hover {
    background-color: #d8ecf7;
    border: 3px solid #83a2be;
}
.button-green {
    background-color: #b2ce96;
    border: 2px solid #b2ce96;
}
.button-green:hover {
    background-color: #86a36e;
    border: 3px solid #86a36e;
}

/*
TOC
------------------------------------------------------------------------------------*/
.table-of-contents {
	padding: 15px 0 15px 15px;
	margin: 20px 0 30px 0;
	background: aliceblue;
	border-left: 5px #1c5b7e solid;
	position: relative;
}

.table-of-contents .toc-headline {
  font-size: 22px;
  color: #1c5b7e;
  font-weight: 600;
  display: block;
}

.table-of-contents ul {
	margin-left: 25px;
	margin-top: auto;
	margin-bottom: auto;
}

.table-of-contents ul > li {
    list-style-type: none;
	padding-top: 0;
}

.table-of-contents li:before {
  content: '';
  transform: translateX(-0.75em) rotate(45deg);
  height: 0.5em;
  width: 0.5em;
  border-top: solid 1px #1c5b7e;
  border-right: solid 1px #1c5b7e;
  border-radius: 0;
  background: 0 0;
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
}

.table-of-contents li:hover::before {
  border-top: solid 1px #e44a3c;
  border-right: solid 1px #e44a3c;
}

.table-of-contents li {
  position: relative;
  padding-left: 0.6rem;
  line-height: 1.5em;
  margin: 10px 0;
}

.table-of-contents a:hover {
    color: #e44a3c;;
	text-decoration: underline;
}

.table-of-contents li a {
  color: #1c5b7e;
}

@media only screen and (max-width: 480px) {
  
 	 .table-of-contents {
    	padding-left: 10px;
  	}
  
  	.table-of-contents ul {
    	margin-left: 16px;
	}
  
  	.table-of-contents li {
        padding-left: 0.3rem;
        margin: 10px 0;
	}
}

/*
Accordion
-------------------------------------------------------------------------------*/
details div {
	padding: 1.5em;
	margin-bottom: 20px;
	background: aliceblue;
}

details div > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
	margin-bottom: 20px;
}

summary {
	list-style: none;

}

summary::-webkit-details-marker {
	display: none;
	
}

summary {
	border-top: 2px solid #78a7c8;
	padding: .75em 1em;
	cursor: pointer;
	position: relative;
	padding-left: calc(1.75rem + .75rem + .75rem);
	background-color: #d0e3f4;

}

summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .75rem;
	content: "\002B";
	width: 1.75rem;
	height: 1.75rem;
	background-color: #e44a3c;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

details[open] summary {
	background-color: #d0e3f4;
	
}

details[open] summary:before {
	content: "\2212" ;
}

summary:hover {
	background-color: #a1c6e6;
}

/*
Social Share Buttons
------------------------------------------------------------------------------------*/
.social-share-buttons {
    display: flex;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 16px;
    gap: 10px;
}

.social-share-buttons a {
    padding: 2px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
    font-size: 14px;
    color: #fff;
}

.social-share-buttons a:hover {
    color: #fff;
}

.social-facebook {
    background-color: #3b5998;
}

.social-facebook:hover {
    background-color: #2d4373;
}

.social-twitter {
    background-color: #1da1f2;
}

.social-twitter:hover {
    background-color: #0c85d0;
}

.social-pinterest {
    background-color: #bd081c;
}

.social-pinterest:hover {
    background-color: #9f0a19;
}

.social-whatsapp {
    background-color: #16ae4f;
}

.social-whatsapp:hover {
    background-color: #0b9c41;
}

.social-messenger {
    background-color: #006eef;
}

.social-messenger:hover {
    background-color: #0060d1;
}

.social-share-icon {
    margin-bottom: -2px
}

@media only screen and (max-width: 600px) {
    .social-share-buttons {
        gap:6px
    }

    .social-share-buttons a {
        padding: 2px 10px 4px 10px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 400;
        transition: background-color .3s;
        font-size: 13px
    }

    .social-pinterest {
        display: none
    }
}

@media only screen and (max-width: 360px) {
    .social-share-buttons a {
      font-size: 12px;
    }
    .social-pinterest,.social-twitter {
        display:none
    }
}

@media only screen and (max-width: 269px) {
    .social-pinterest, .social-twitter, .social-facebook {
        display:none
    }
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1160px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}
	
	.home-top .widget_text {
		font-size: 40px;
	}

}

@media only screen and (max-width: 1023px) {

	.bookplanet-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}

	.content,
	.footer-widgets-1,
	.sidebar-primary,
	.site-header .widget-area {
		width: 100%;
	}
	
	.title-area {
		position: relative;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
		padding: 2px 0;
	}
	
	.site-header ul.genesis-nav-menu  {
		background: whitesmoke;
	}

	.footer-widgets,
	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 5px 10px;
	}
	
	.bookplanet-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html > body.bookplanet-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
	.home-top .wrap {
		padding: 60px;
	}
	
	.home-top .widget_text {
		font-size: 30px;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	.home-bottom .enews p {
		margin-bottom: 20px;
	}
	
	.nav-primary .genesis-nav-menu {
	    overflow: auto;
	    white-space: nowrap;
	    line-height: .2;
    }
    
    .footer-widgets-1 {
        margin-bottom: 25px;
    }

	.footer-widgets-2 {
        margin-bottom: 15px;
    }
	.footer-widgets-3>#recent-posts-3 li {
		text-align: left;
		padding: 8px 10px;
	}

}

@media only screen and (max-width: 768px) {

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.bookplanet-pro-landing .site-inner,
	.site-inner {
		padding-top: 0px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 15px;
		margin-bottom: 20px;
	}
	.comment-respond {
        padding: 15px 15px 1px 15px;
    }
    
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
	    width: 100%;
    }
	
	.entry .entry-title {
	    margin-bottom: 15px;
	    font-size: 26px;
    }
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 0 0 10px 0;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle .widget {
		width: 100%;
	}
	
	.home-middle {
	    padding: 40px 0 60px 0;
	}
	
	.home-bottom {
		padding: 40px 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: 0;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 0;
		margin: 0;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.footer-widgets {
		padding-top: 20px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}
  
	.breadcrumb {
		padding: 10px 5px 10px 15px
	}

	input,
	select,
	textarea {
		font-size: 14px;
		padding: 6px;
	}
	
	.comment-policy-box {
        padding: 10px 15px 25px 15px;
    }
    
    .button {
	font-size: 14px;
	padding: 5px 20px
    }
    
    .home .entry-title ,
    .archive .entry-title {
    	font-size: 20px;
    }
    
    .home p ,
    .archive p {
    	display: inline-block;
    	font-size: 16px;
    	margin-bottom: 18px;
    }
    
    .home .entry,
    .archive .entry {
    	padding-bottom: 20px;                  
    }
    
    .comment-success-wrapper {
	    padding: 10px 15px 20px 15px;
    }
}

/*
Ajax Live Search
------------------------------------------------------------------------------------*/
.search_bar {
    width: 600px !important;
    max-width: 100% !important;
    position: relative;
    z-index: 10;
}

form.asearch {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 3px 5px;
}

form.asearch button#mybtn {
    padding: 0 5px;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
}

form.asearch input#keyword {
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    outline: none;
}

.header-search form.asearch {
    border: none;
}

/* General result container styles */
div.search_result {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    background: white;
    z-index: 10;
    max-height: 425px;
    overflow: auto;
    box-shadow: 0px 15px 15px #00000036;
    border-radius: 5px;
}

/* Header form results */
/*#search-box .search_result#datafetch1 {*/
/*    position: absolute;*/
/*    top: 90%;*/
/*    width: 100%;*/
/*    max-width: 800px;*/
/*    margin-left: -10px;*/
/*}*/

.search-box .search-container label {
  width: -webkit-fill-available;
}

.search-box .search-container .search-field {
  width: -webkit-fill-available;
}

/* Sidebar form results */
#search-2 .search_result#datafetch2 {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    width: 100%;
}

/* Ensure the parent containers are positioned */
 #search-2 {
    position: relative;
}

div.search_result ul {
    padding: 0 25% 25px 25%;
    list-style: none;
    margin: 0;
}

div.search_result ul a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 10px 5px;
    font-size: 15px;
    text-decoration: none;
    color: inherit;
    min-height: 40px;
}

div.search_result ul a:hover {
    background-color: #f3f3f3;
}

div.search_result ul a li {
    margin: 0;
    padding-inline-start: 10px;
    color: #3f3f3f;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    flex: 1;
    text-align: left;
    padding-left: 10px;
}

div.search_result li {
    margin-inline-start: 20px;
}

.search-result-image-container {
    width: auto;
    max-width: 107px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.search-result-image {
    display: block;
    height: 60px;
    width: auto;
    max-width: 107px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107' height='60' viewBox='0 0 107 60'%3E%3Crect width='107' height='60' fill='%23e0f7fa'/%3E%3Cpath d='M0 40h107v20H0z' fill='%239ccc65'/%3E%3Cpath d='M53 20l-10 20h20z' fill='%234caf50'/%3E%3Cpath d='M30 35q10 5 20 0t20 0q10 5 20 0' fill='%23a1887f'/%3E%3C/svg%3E") !important;
    background-size: 107px 60px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-result-image.loaded {
    background-image: none !important;
}

.search-results-header {
    padding: 5px;
    color: #666;
    font-size: 14px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 11;
    text-align: center;
    font-weight: bold;
}

.search-spinner {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 10px auto;
}

.search-spinner::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #424242;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.search-message {
    text-align: center;
    color: #666;
    padding-bottom: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    #search-box .search_result#datafetch1 {
    left: 0;
    margin: 0;
    }
    div.search_result ul {
    padding: 0 5% 25px 5%;
    }
}

.no-results {
    text-align: center;
}

.type-message {
    text-align: center;
}

.search-cancel {
	margin-left: 5px;
	padding: 1px 15px 3px 15px;
}

/*
YARPP
------------------------------------------------------------------------------------*/
.yarpp-heading {
    font-size: 22px;
    font-weight: bold;
    color: #e44a3c;
    margin-bottom: 15px;
    display: inline-block;
}

.yarpp-thumbnails-horizontal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.06),
        0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    }
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img,
.yarpp-thumbnail-default {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover > img {
        transform: scale(1.05);
    }
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #194664;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 768px) {
    .yarpp-thumbnails-horizontal {
        grid-template-columns: repeat(2, 1fr);
    }

    .yarpp-thumbnails-horizontal .yarpp-thumbnail > img,
    .yarpp-thumbnail-default {
        object-fit: contain;
        background: #fff;
    }
}

@media (max-width: 359px) {
    .yarpp-thumbnails-horizontal {
        grid-template-columns: 1fr;
    }

    .yarpp-thumbnails-horizontal .yarpp-thumbnail {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .yarpp-thumbnails-horizontal .yarpp-thumbnail > img,
    .yarpp-thumbnail-default {
        width: 120px;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        background: #dbeeff;
    }

    .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
        margin: 0;
        font-size: 15px;
        min-height: calc(1.4em * 2);
    }
}




/* GRID CONTAINER */
.page-list.page-list-ext {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	align-items: stretch;
}

.page-list-ext-item {
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
	cursor: pointer;
}

.page-list-ext-item a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.page-list-ext-item img,
.page-list-ext-item-content,
.page-list-ext-title {
	position: relative;
	z-index: 2;
}

.page-list-ext-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.page-list-ext-title {
	margin: 16px;
	font-size: 1.1rem;
}

.page-list-ext-title a {
	text-decoration: none;
	color: #222;
}

.page-list-ext-item-content {
	margin: 0 16px 16px;
	color: #555;
	line-height: 1.5;
	font-size: 0.95rem;
}

.page-list-ext-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* TABLET (3 columns) */
@media (max-width: 1024px) {
	.page-list.page-list-ext {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* MOBILE (2 columns) */
@media (max-width: 640px) {
	.page-list.page-list-ext {
		grid-template-columns: repeat(2, 1fr);
	}
}
