/*
Theme Name: LittleBookBirdAndWiseOwl
Version: 1.4.3
Text Domain: lbbawo
Author: LittleBookBirdAndWiseOwl
Author URI: https://littlebookbirdandwiseowl.com/
Theme URI: https://littlebookbirdandwiseowl.com/
Requires at least: 6.8
Requires PHP: 8.1
Description: Standalone LittleBookBirdAndWiseOwl theme with a brand-owned full-width shell, homepage administration, slider management and preserved existing content systems.
License: GNU General Public License 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*/
@font-face {
    font-family: "Mulish";
    src: url("/wp-content/themes/lbbawo/fonts/Mulish-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mulish";
    src: url("/wp-content/themes/lbbawo/fonts/Mulish-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: "Mulish", Arial, sans-serif !important;
    font-weight: 400; 
    font-size: 1.18rem !important;
    line-height: 1.8rem !important;
    color: #263339;	
}
h1, h2, h3, h4, h5, h6{ 
    font-family: "Mulish", Arial, sans-serif !important;
    font-weight: 400; 
	font-size: 1.15rem !important;
	line-height: 1.8rem !important; 
	color: #c81800 !important;
}
h1{ 
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}
h2{ 
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}

.header-flexbar, .main-menu-row{
    display: flex !important;  
    width: 100% !important;
    margin: 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
}
.content {
    margin-top: 1.5em;
}
.entry-content {
    border: none !important;
}


.header-flexbar{
	margin: 0 auto 5px auto !important;	
}
.header-logo{
    display: flex !important;	
    margin: 0 !important;	
    justify-content: center !important;	
    align-items: center !important;	
    text-align: center !important;	
}
.header-logo img{
    max-height: 90px;
}
.header-left, .header-right{
    margin-top: 11px;	
    width: 20%;	
}
.lang-switcher img{
    display: inline-block !important;
    line-height: 28px;
    text-align: center;
    border-radius: 20%;
    color: #ffffff !important;
    margin: 0 7px;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-bottom: none !important;
    text-decoration: none !important;
    outline: none !important;
}
.lang-switcher a:hover{
    animation: shake 0.5s;
    animation-iteration-count: 1;
    text-decoration: none !important;
    outline: none !important;
}


.header-right form.searchform{
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 10px;
    max-width: 200px;
    height: 27px;
}
#menu-secondary-items{
    display: flex; 
    height: auto;  
    margin: 0 auto 20px auto;
    padding: 20px 27px 20px 27px;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    gap: 20px; 
    line-height: 1.4rem;  
    background: linear-gradient(0deg, #fddea3 0%, #fffade 100%);
    border-radius: 14px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3); 
}
#menu-secondary-items li{
    list-style: none;
    margin: 0;
    padding: 0 20px 0 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#menu-secondary-items li a{
    position: relative;
    display: inline-block;
    padding: 0;
    font-weight: 500; 
    font-size: 1.25rem;   
    font-optical-sizing: auto;
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: color 0.18s;
    letter-spacing: 0.01em;
    text-transform: inherit; 
}
.menu-items li.current-menu-ancestor > a, 
.menu-items li.current-menu-item:not(.nohighlight) > a, 
.menu-items > li.menu-item:hover > a, 
#menu-secondary-items li a:hover,
#menu-secondary-items li a:focus{
    color: #c81800 !important;
	transition: width 0.15s !important;
}
#menu-secondary-items li.current-menu-item > a,
#menu-secondary-items li.current_page_item > a,
#menu-secondary-items li.current-cat > a,
#menu-secondary-items li a.active, .menu-item-parent-archive:hover{
    color: #c81800 !important;
}
#menu-secondary-items li.current-menu-item > a,
#menu-secondary-items li.current_page_item > a,
#menu-secondary-items li.current-cat > a,
#menu-secondary-items li a.active{
    position: relative;
	transition: width 0.15s !important;
}
#menu-secondary-items li a:hover::after,
#menu-secondary-items li.current-menu-item > a::after,
#menu-secondary-items li.current_page_item > a::after,
#menu-secondary-items li.current-cat > a::after,
#menu-secondary-items li a.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #fdb8b8 0%, #c81800 100%);
    border-radius: 1px;
    margin-top: 4px;
    transition: width 0.15s !important;
}
#menu-secondary-items li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #fdb8b8 0%, #c81800 100%);
    border-radius: 1px;
    transition: width 0.15s !important;
}

.cta-widget-box .button, 
.cta-widget-box .button-medium, 
.cta-widget-box .button-border-box{
    display: inline-block;
    text-decoration: none !important;
    background: linear-gradient(0deg, #c81800 50%, #d63c27 100%) !important;
    font-weight: 700 !important; 
    font-size: 1.24rem !important;
    letter-spacing: 0.04em !important;
    color: #ffffff !important;
    margin-top: 15px;
    padding: 10px 30px !important;
    border: 2px solid #af1702 !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.22s, transform 0.12s, box-shadow 0.22s !important;
}
.cta-widget-box .button:hover, 
.cta-widget-box .button-medium:hover, 
.cta-widget-box .button-border-box:hover,
.cta-widget-box .button:focus, 
.cta-widget-box .button-medium:focus, 
.cta-widget-box .button-border-box:focus{
	transform: translateY(0px) scale(1.03);
    outline: none !important;
}
.about-hero-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.about-hero-img{
    display: block;
    max-width: 150px;
    width: 150px;
    height: auto;
}
.about-hero-img.bird, .about-hero-img.owl{
    margin: 0;
}
.about-hero-text{
    text-align: center;
    margin: 0 -10px 0 -15px;
    padding: 0;
    opacity: 0;
    transform: translateY(18px);
    animation: fadeInUp 4.0s 1.1s cubic-bezier(.19,1,.22,1) forwards;
}
.about-hero-text h1, h3.widget-title, h3.contact-form-title{ 
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #c81800 !important;
}
.about-hero-text p{
    margin: 0;
    padding: 0;
}
.about-hero-highlight{
    color: #00819c;
    display: block;
    margin: 20px 0 15px 0 !important;
    text-align: center !important;
}
.bird-tracks-img, .feather-img{
    display: flex;
    width: 20%;
    align-items: center;
    opacity: 0.8;
}
.main-menu-row .bird-tracks-img{
    justify-content: flex-end;
    margin-top: -20px;
}
.main-menu-row .feather-img{
    justify-content: flex-start;
}
#frontpage-area_a{
    margin-bottom: 0;
}

.topborder-shadow,
.bottomborder-shadow{
    border: none;
    border-top: 2px dashed rgba(34, 34, 34, 0.50);     
    border-bottom: 2px dashed rgba(138, 136, 0, 0.40);  
    height: 0;
    margin: 36px 0 36px 0;
    width: 100%;
    background: none;
    box-sizing: border-box;
}


h3.widget-title{
    margin-top: 10px !important; 
    margin-bottom: 40px !important;
    text-align: center !important;
}

.content-blocks-widget{
    padding: 10px 0 10px 0;
    margin-top: 12px;
    margin-bottom: 22px;
}
.content-block{
 	position: relative; 
	display: block;
	align-items: stretch;
    justify-content: center;
	margin-bottom: 18px;
	padding: 20px 14px 20px 14px;
	background: #ffffff !important; 
	border-radius: 5px;            
	border: none;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1) !important;
    transition:
      transform 0.22s cubic-bezier(.65,1.6,.32,1),
      background 0.2s;
}
.content-block:hover{
    box-shadow: 0 10px 34px -2px #e6a20533, 0 3px 22px -4px #4599d333;
	transform: translateY(0px) scale(1.03);
}
.content-block-img-vertical{
    margin: 30px auto;
    border-radius: 5px;
    width: 230px; 
}

.content-block-title{
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; 
  overflow: hidden;
  min-height: calc(1.43em * 5); 
  padding-top: 0px;             
}


h4.content-block-title{
    font-size: 1.02rem !important; 
    font-weight: 600 !important;
    line-height: 1.4rem !important; 
    margin: -37px 10px 5px 10px !important;
}

#frontpage-area_b_1, #frontpage-area_b_3{
	width: 45%;
}

#frontpage-area_b_1{
	left: -25px;
}

#frontpage-area_b_3{
	right: -25px;
}

#frontpage-area_b_2{
	width: 0%;
}


.frontpage-area.area-highlight{
    background: #fbf4cf; 	
    border-top: 3px solid #f5e4b6;
    border-bottom: 3px solid #f5e4b6;
}


.feature-b-item{
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 300px;
    margin: 0 0 30px 0;
    padding: 20px;
    background: #fefcf6; 
    border-radius: 18px;            
}

.item-left{
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 1.2s cubic-bezier(.55,1.5,.2,1), transform 2.0s cubic-bezier(.50,1.5,.2,1);
}

.item-right{
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 1.2s cubic-bezier(.55,1.5,.2,1), transform 2.0s cubic-bezier(.55,1.5,.2,1);
}

.item-left-1{
	border: 3px solid #cae1ed;
}

.item-left-2{
	border: 3px solid #ecae8a;
}

.item-left-3{
	border: 3px solid #cae1ed;
}

.item-right-1{
	border: 3px solid #d4e798;
}

.item-right-2{
	border: 3px solid #f4d48e;
}

.item-right-3{
	border: 3px solid #ffb89f;
}

.item-left.visible, .item-right.visible{
    opacity: 1;
    transform: translateX(0);
}

.feature-b-item:nth-child(1) { transition-delay: .3s; }
.feature-b-item:nth-child(2) { transition-delay: 0.8s; }
.feature-b-item:nth-child(3) { transition-delay: 1.2s; }

.feature-b-content{
    display: flex;
    flex-direction: column;
	padding: 0;
    margin: 0;
}

.feature-b-content h2{
    min-height: 47px;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important;
    margin: 0 0 10px 0;
}

.feature-b-icon{
    position: relative;
	display: block;
	height: 200px;
	margin: 20px 20px 0 -50px;
	z-index: 2;
	flex-shrink: 0;
	overflow: visible;	
}

.feature-b-icon img{
    width: 100%;
    height: auto;
    display: block;
    max-width: unset;     
    max-height: 100%;
    object-fit: contain; 
}

.feature-b-desc{
	margin-bottom: 2px;
    text-align: left;
}

.loop-title{
	margin: 30px 0 30px 0;
}

.loop-meta{
	margin: 0;
}

.loop-description, .archive-description{
	margin: 10px 0 10px 0;
}

.loop-description p {
    margin: 0;
    font-size: inherit;
}

#book-reviews {
    padding: 0 20px 20px 20px;
    margin-top: 0;
}

h2.book-reviews-title {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
	text-transform: uppercase;
	margin: 10px auto 30px auto;
	text-align: center;
}

.book-review {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.book-review.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.book-review-img {
    flex: 0 0 120px;
    margin-right: 20px;
}

.book-review-img img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.book-review-content {
    flex: 1;
    min-width: 200px;
}

.book-review-rating .star {
    font-size: 20px;
    color: #ccc;
    margin-right: 2px;
}

.book-review-rating .star.filled {
    color: #ffcc00;
}

.book-review-meta {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.book-review-author {
    font-weight: bold;
    margin-left: 10px;
}

.book-review-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.read-more-toggle {
    margin-top: 10px;
    background-color: transparent;
    color: #0073aa;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
}
.read-more-toggle:hover {
    color: #005177;
}
.modal-hidden{
    display: none !important;
}
#review-photo-modal{
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 99998;
    overflow: auto;
}
.review-photo-modal-content{
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
#review-photo-modal-img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.review-photo-modal-close{
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: #333;
    border-radius: 50%;
    padding: 5px 10px;
    z-index: 10000;
}
#load-more-reviews-wrapper{
    text-align: center;
    margin-top: 30px;
}
#load-more-reviews{
    width: 290px;
    background-color: #ffa800; 
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    padding: 11px 23px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background 0.22s, transform 0.12s, box-shadow 0.22s;
}
#load-more-reviews:hover{
    background-color: #febd3f;
    transform: translateY(0px) scale(1.02);
}
#load-more-reviews:disabled{
    background-color: #ccc;
    color: #888;
    cursor: default;
    box-shadow: none;
}
.loop-nav{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px;
    border-bottom: none;
    width: 100%;
}
.loop-nav .prev,
.loop-nav .next{
  flex: 1 1 0;
  min-width: 0;
}
.loop-nav .next{
  text-align: right;
}
.loop-nav .prev a,
.loop-nav .next a{
  display: inline-block;
  max-width: 100%;
}
.loop-nav .prev:empty{ visibility: hidden; }
.loop-nav .next:empty{ visibility: hidden; }
.loop-nav .loop-nav-label{
  display: block;
  font-size: 0.8rem;
  opacity: .75;
  margin-bottom: -2px;
}


.lbb-games-filter-form{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:flex-end;
    justify-content: center;
}
.book-review-form{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 36px auto;
    padding: 30px;
    box-sizing: border-box;
    background: #e0eff7;
    border-radius: 20px;
    font-family: inherit;
}
.book-review-form p{
    margin: 0 0 20px 0;
}
.book-review-form label, .contact-form-wrapper label, .lbb-games-filter-form label{
    display: block;
    font-size: 1rem; 
    font-weight: 600;
    color: #00819c;
    margin-bottom: 4px;
    text-align: justify;
}
.book-review-form input[type="text"],
.book-review-form input[type="file"],
.book-review-form input[type="number"],
.book-review-form textarea,
.book-review-form select,
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea, 
.lbb-games-filter-form select{
    width: 100%;
    box-sizing: border-box;
    padding: 9px 10px;
    font-size: 1rem;
    border: 1.5px solid #00819c;
    border-radius: 11px;
    background: #fff;
    outline: none;
    margin-top: 3px;
    margin-bottom: 2px;
    transition: border-color .16s;
}
.book-review-form input[type="text"]:focus,
.book-review-form textarea:focus,
.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus,
.lbb-games-filter-form select:focus {
    background: #eff5f8;
}
.book-review-form textarea{
    resize: vertical;
    min-height: 60px;
    max-height: 220px;
    font-size: 1rem;
}
.book-review-form span, .contact-form-wrapper span, .lbb-games-filter-form span{
    font-size: 0.93rem;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
	text-align: justify;
	line-height: 1rem;
}
.book-review-form button[type="submit"], .contact-form-wrapper button[type="submit"]{
    background: linear-gradient(0deg, #00819c 50%, #29acc7 100%);
    font-weight: 700; 
    font-size: 1.24rem;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #00819c;
    border-radius: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.22s, transform 0.12s, box-shadow 0.22s;
}
.book-review-form button[type="submit"]:hover,
.book-review-form button[type="submit"]:focus,
.contact-form-wrapper button[type="submit"]:hover,
.contact-form-wrapper button[type="submit"]:focus{
	transform: translateY(0px) scale(1.03);
    outline: none !important;
}
.book-review-captcha-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.book-review-captcha-field{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    margin: 0 !important;
}
.book-review-captcha-field label{
    margin: 0 !important;
    white-space: nowrap;
}
.book-review-captcha-field input[type="text"]{
    width: 80px;
    flex: 0 0 80px;
    margin: 0;
    padding: 10px 12px;
}
.book-review-submit-row{
    margin: 0 !important;
    margin-left: auto !important;
}
.book-review-submit-row button[type="submit"]{
    margin-top: 0;
    white-space: nowrap;
}


.book-review-user-email, .contact-user-site{
    width: 0px !important;
    height: 0px !important;
    position: absolute !important;
    left: -9000px !important;
    top: auto !important;
    overflow: hidden !important;
    color: #ffffff;
    opacity: 0;
}
.book-review-user-email label,
.book-review-user-email input{
    color: #fff !important;
    background: #fff !important;
    border: none !important;
    font-size: 0.1px !important;
}
.book-block-row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 -10px 0;
	text-align: justify;
}
.book-block-mockup{
    flex: 0 0 400px; 
    max-width: 400px;
    display: flex;
    align-items: flex-start;
	margin: 50px 20px 0 0;
}
.book-block-mockup img{
    width: 100%;
	max-width: 400px;
	height: auto;
    display: block;
}

/* Product gallery: Media Library images shown as a square LightSlider. */
.lbb-product-gallery-wrap{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.lbb-product-gallery{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lbb-product-gallery-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ffffff;
}
.book-block-mockup .lbb-product-gallery-img{
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
}
.book-block-mockup .lSSlideOuter,
.book-block-mockup .lSSlideWrapper{
    width: 100%;
}
#page-wrapper .book-block-mockup .lSSlideOuter .lSPager.lSpg{
    margin-top: 8px !important;
}
.book-block-mockup .lSAction > a{
    display: block;
}
.lbb-product-gallery-single{
    width: 100%;
}
.book-block-title{
    flex: 1 1 0;
	width: 100%;
	display: flex;
    flex-direction: column;
	margin-left: 0px;
	margin-top: 10px;
	align-items: center;
}
h1.book-title{
    font-size: 1.7rem !important;
    font-family: inherit;
    font-weight: 700 !important;
    line-height: 1.2 !important;
	color: #c81800 !important;
	text-transform: uppercase;
	margin-bottom: 5px !important;
    margin-top: 0 !important;	
}
.book-subtitle{
    font-size: 1.4rem;
    font-weight: 700;
    color: #c81800;
	text-transform: uppercase;
}
.book-desc{
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 10px;
}
.book-block-feature{
    margin: 30px 30px 40px 30px;
    padding: 0px 20px 20px 20px;
	text-align: left !important;
    background: #fefcf6;              
    border-radius: 18px;
}
.book-block-feature-header{
	display: flex;
    align-items: center;
	justify-content: flex-start;
	text-align: left !important;
    gap: 5px;
	margin-left: 0 !important;
    margin-right: auto !important;
    width: fit-content;
}
.book-block-feature-icon{
	width: 90px;
    height: 90px;
    display: block;
	flex-shrink: 0;
	text-align: left !important;
}
h2.book-block-feature-title{
	font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin: 0;
	padding: 0;
}
.book-block-feature-text p{
    margin: 0;
}
.scroll-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #c81800;
    border-radius: 50px;
    z-index: 99999;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(200, 24, 0, 0.4);
    transition: all 0.3s ease;
}
.scroll-to-top::before{
    content: "↑";
    font-size: 2rem;
    color: #c81800;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.scroll-to-top:hover{
    background: linear-gradient(0deg, #c81800 50%, #d63c27 100%) !important;
}
.scroll-to-top:hover::before{
    color: #ffffff;
}
.scroll-to-top.show{
    display: flex;
}

.reviews-main-carousel{
    background: #ffffff;
    padding: 5px 20px 20px 20px;  
}
#reviews-main-slider{
    padding: 0 !important;
    margin: 0;
}
.reviews-main-slide{
    padding: 20px 50px 20px 50px;
    min-height: 200px;      
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	background: #f6fafd; 
	border-radius: 18px; 
}
.reviews-main-rating .star{
    font-size: 1.4rem;
    margin-right: 1px;
    color: #eee;
}
.reviews-main-rating .star.filled{
    color: #ffa000;
}
.reviews-main-text{ 
	margin: 5px 0 5px 0;
    text-align: justify;
	font-style: italic;
}
.reviews-main-booklink a{
    font-size: 1.0rem; 
	color: #00819c !important;
    text-decoration: underline;
}
.reviews-main-author{
    font-size: 1.0rem; 
    color: #a09996;
    margin-top: -10px;              
    text-align: right;             
    display: flex;
    justify-content: flex-end;     
    gap: 10px;                     
    flex-wrap: wrap; 
}

.game_text_end{
    text-align: center;
}

@media (max-width: 768px) {
  .reviews-main-carousel {
      max-width: 98vw;
      padding: 20px 0 60px 0;
  }
  .content-block-title{
      -webkit-line-clamp: 3; 
      min-height: calc(1.3em * 3);        
  }
}

.contact-form-title, .contact-form-intro {
	max-width: 800px;
	margin: 20px auto !important;
	text-align: center !important;
}
.contact-form-wrapper{
    background: #e0eff7;
    padding: 30px;
    border-radius: 20px;
    max-width: 800px;
    margin: 40px auto;
    font-family: inherit;
}
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea{
    resize: vertical;
}
.contact-form-wrapper textarea{
    min-height: 120px;
    font-size: 1rem;
}
.contact-form-wrapper .form-row{
    margin-bottom: 20px;
}
.contact-form-wrapper .form-captcha-row{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}
.contact-form-wrapper .form-captcha-row span{
    display: inline !important;
}

.contact-form-wrapper .form-captcha-row label{
    white-space: nowrap !important;
    margin: 0 !important;
}
.contact-form-wrapper .form-captcha-row input{
    width: 80px;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #ffffff;
    box-sizing: border-box;
}
.contact-form-wrapper button[type="submit"]{
    margin-top: 0;
    margin-left: auto;
    white-space: nowrap;
}
.contact-form-wrapper .form-error-msg{
    color: red;
    margin-top: 10px;
    font-weight: 600;
}
.contact-form-wrapper .form-success{
	text-align: center;
	color: #00819c;
}
.form-row.two-columns{
    display: flex;
    gap: 20px;
}
.form-row.two-columns .form-col {
    flex: 1;
}
.before-footer{
	text-align: center;
}


.footer{
    border-color: none;
    padding: 0;
    line-height: 1.7rem;
    margin-top: 25px;
    /* Brand footer background. */
    background: #fbf4cf !important;
    border-top: 3px solid #f5e4b6;
    border-bottom: 3px solid #f5e4b6;
}
.footer a{
    border-bottom: none !important;
    text-decoration: none !important;
    outline: none !important;
}
.footer-col-menu{
    width: 100%;
    padding: 0;
}
.footer-col-menu img{
    margin-top: -15px;
}
.footer-logo{
    display: inline-block;
    text-align: center;
}
.footer-logo span{
    font-size: 0.65rem;
    color: #222222;
    display: block;
    line-height: 1.1rem;
}
.footer-logo .lang-switcher{
    height: auto;
    margin-top: 12px !important;
}
.footer-bird-tracks-img{
    margin: 20px 0 0 0;
}

.footer-menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-list li{
    margin-bottom: 5px;
}
.footer-menu-list a{
    position: relative; 
	border-bottom: none !important;
	text-decoration: none !important;
	outline: none !important;
    transition: color 0.2s;
    padding-bottom: 2px;
}
.footer-menu-list a::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #fdb8b8 0%, #c81800 100%);
    border-radius: 1px;
    transition: width 0.15s !important;
}
.footer-menu-list a:hover,
.footer-menu-list a:focus{
    color: #c81800 !important;
}
.footer-menu-list a:hover::after,
.footer-menu-list a:focus::after,
.footer-menu-list .current-menu-item > a::after{
    width: 100%;
}
.footer-menu-2col{
    column-count: 2;
    column-gap: 32px;
    margin: 0 auto;
    padding: 0;
}
.footer-menu-2col li{
    break-inside: avoid;
}
.lang-switcher, .lang-switcher ul, #pll_switcher, #pll_switcher ul {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.lang-switcher li, #pll_switcher li {
  display: inline-flex !important;     
  list-style: none !important;
  margin: 0 !important;
}
.lang-switcher a, #pll_switcher a {
  display: inline-flex !important;
  align-items: center;
  text-decoration: none;
  padding: 2px;
}
.lang-switcher img, #pll_switcher img {
  width: 20px !important;            
  height: 20px !important; 
  display: block;
}


/* === Ideas form shared helpers === */


#lbb-ideas .acc-upload{
  margin-top:10px;
}
#lbb-ideas .acc-upload .row{ 
  display:flex; 
  gap:.5rem; 
  align-items:center; 
  flex-wrap:wrap; 
  margin-top:14px;
}
#lbb-ideas .row input{
  margin-top:-5px !important;
}
#lbb-ideas .acc-note{ 
  margin:0; 
  font-size:0.9rem; 
  color:#2d5468; 
}

.g-main{
  max-width:1200px;
  margin:24px auto;
  padding:0 16px;
}
.g-header{
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}
.g-short{
  margin: 7px 0 15px 0;
  font-size:1.05rem; 
  line-height:1.3;
}
.g-btns{
  display:flex;
  gap:8px;
}
.g-btn{
  text-decoration:none;
  padding: 7px 12px;
  border: 1.5px solid #00819c; 
  border-radius:10px; 
  background:linear-gradient(0deg,#00819c 50%,#29acc7 100%);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.22s, transform 0.12s, box-shadow 0.22s;
  color:#FFFFFF;
}
.g-btn:hover, .g-btn:focus{
  transform: translateY(0px) scale(1.03);
  outline: none !important;
}
.g-msg{
  margin:8px 0 14px;
  padding:10px 12px;
  border:1px solid #eee;
  border-radius:10px;
  background:#fafafa;
}
.g-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 20px 0;
  flex-wrap:wrap;
}
.g-toolbar .g-msg{
  margin:0;
  padding:10px 12px;
  flex:1 1 auto;
  max-width:none;
  min-height:44px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
}
.g-toolbar .g-btns{
  display:flex;
  gap:8px;
  flex:0 0 auto;
  margin-left:auto;
}
.lbb-latest-games{
  width: 100%;
  padding: 40px 0 40px 0;
}
.lbb-games-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, 230px);
  justify-content: space-between;
  row-gap: 30px;
  column-gap: clamp(16px, 3vw, 40px);
  width: 100%;
}
.lbb-games-card{
  display:block;
  border:1px solid #eee;
  border-radius: 5px; 
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1) !important;
  transition:
    transform 0.22s cubic-bezier(.65,1.6,.32,1),
    background 0.2s;
  padding: 20px 14px 58px 14px;
  text-decoration:none;
  color:inherit;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
}
h4.lbb-games-title{
  font-size: 1.03rem !important; 
  font-weight: 600 !important;
  line-height: 1.5rem !important; 
  text-align: center !important;
  margin: 7px 0 0 0 !important;
  padding: 0 15px !important;
  min-height: 48px !important;
  align-items: center !important;
}
.lbb-games-img{
  width:100%;
  height:auto;
  border-radius:7px;
  display: block;
  margin: auto !important;
  text-align: center !important;
}
.lbb-games-short{
  font-size: 1rem;
  opacity:.8;
  margin-bottom:6px;
}
.lbb-games-card .lbb-games-block, .content-block-content .lbb-games-block{
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-transform:none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;         
  padding: 0 14px !important;
  box-sizing: border-box;
}
.lbb-games-type{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:6px;
  margin-left:10px;
}
.lbb-games-type img { 
  width:34px; 
  height:34px; 
  vertical-align:middle; 
}
.lbb-games-like{
  flex:0 0 auto; 
  text-align:left; 
  display:inline-flex; 
  align-items:center; 
  justify-content:flex-start; 
  gap:6px; 
  line-height:1;
}
.lbb-games-like .lbb-games-like-heart{
  color:#C81800; 
  font-size:1.1rem;
}
.lbb-games-like .lbb-games-like-count{
  font-weight:600; 
  font-size:1rem; 
  color:#111;
}
#lbb-frame-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #f6f7fb;
  overflow: hidden;
  display: block;
}
#lbbGameFrame {
  display: block;
  width: 100%;
  max-width: none;
  height: calc(100vh + 6px);
  height: calc(100svh + 6px);
  min-height: 240px;
  border: none;
  background: transparent;
  overflow: hidden !important;
  aspect-ratio: auto;
}

#lbb-frame-wrap.is-loading #lbbGameFrame {
  visibility: hidden;
}


.readmore-wrapper {
    display: flex;
    align-items: center;
    margin: 10px 0 10px 0; 
}
.readmore-wrapper .readmore-line {
    display: inline-block;
    flex-grow: 1; 
    height: 0;
    border-top: 2px dashed rgba(34, 34, 34, 0.50);
    border-bottom: 2px dashed rgba(138, 136, 0, 0.40);
    margin-right: 20px; 
}
a.more-link {
    display: inline-block !important;
    line-height: 1;
    margin-top: 0px !important;
}
.blog-image{
    text-align: center;
    margin: 1.7rem 0;
}
.blog-image img {
  width: 99%;
  max-width: 99%;  
  height: auto;
  display: inline-block;
  border-radius: 11px;
}
.content-block-image{
  padding: 10px;
}
.entry-date{
    font-size: 0.9rem;
    color: #00819c;
    margin-bottom: 6px;
    text-align: right;
}

.game-preview{
    margin: 30px 0 30px 0;
}
.game-preview img{
    display: block;
    width: 80%;
    height: auto;
    border-radius: 16px;
    background: #f6f7fb;
}

.lbb-breadcrumbs{
    width: 100%;
    max-width: 1260px;
    margin: 18px auto;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0.95rem;
    line-height: 1.2rem;
    color: #00819c;
}
.lbb-breadcrumbs ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.lbb-breadcrumbs li{
    display: inline;
}
.lbb-breadcrumbs li + li::before{
    content: "›";
    margin: 0 7px;
    color: #999;
}
.lbb-breadcrumbs a{
    color: #00819c;
    text-decoration: none;
}
.lbb-breadcrumbs a:hover{
    text-decoration: underline;
}
.lbb-breadcrumbs span{
    color: #777;
}

#content #loop-meta {
  margin-bottom: 0em;
}
.plural .entry.has-post-thumbnail {
    padding-top: 0.7em;
}


@media (max-width: 1024px){
	body{
	    font-size: 1.15rem !important;
	    line-height: 1.7rem !important;
	}
	
	
	#menu-secondary-items{
	    display: none;
	    position: absolute !important;
	    top: 54px !important;
	    left: 0 !important;
	    right: 0 !important;
	    width: 100% !important;
	    min-width: 0 !important;
	    max-width: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    flex-direction: column;
	    gap: 0 !important;
	    background: #fff !important;
	    border: 1px solid #c81800 !important;
	    border-radius: 0 !important;
	    z-index: 999999 !important;
	    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
	    overflow: hidden !important;
	    transition: none !important;
	}	
	#menu-secondary-items li{
	    width: 100% !important;
	    border-bottom: 1px solid #c81800 !important;
	    box-sizing: border-box !important;
	    margin: 0 !important;
	    padding: 0 !important;
	}	
	#menu-secondary-items li:last-child{
    	    border-bottom: none !important;
	}
	#menu-secondary-items li a{
	    display: block !important;
	    width: 100% !important;
	    box-sizing: border-box !important;
	    margin: 0 !important;
	    padding: 10px 15px !important;
	    text-align: center !important;
	    font-size: 1.12rem !important;
	    line-height: 1.35 !important;
	    font-weight: 400 !important;
	    color: #000000 !important;
	    border-radius: 0 !important;
	    background: transparent !important;
	    text-decoration: none !important;
	    letter-spacing: 0.01em !important;
	    transition: background 0.16s, color 0.16s !important;
	    box-shadow: none !important;
	    text-transform: none !important;
	    position: relative !important;
	}
	#menu-secondary-items li a::after{
    	    display: none !important;
	}
	#menu-secondary-items li a:hover, #menu-secondary-items li a:focus{
    	    background: #c71700 !important;
    	    color: #ffffff !important;
    	    text-decoration: none !important;
	}	
	#menu-secondary-items li.current-menu-item > a, #menu-secondary-items li.current_page_item > a, #menu-secondary-items li.current-cat > a, #menu-secondary-items li a.active{
   	    background: #c71700 !important;
   	    color: #ffffff !important;
   	    text-decoration: none !important;
	}
	.header-flexbar{
	    justify-content: space-between !important;
	    align-items: center !important;
	    padding: 8px 15px 4px !important;
	    gap: 10px !important;
	    box-sizing: border-box !important;
	}
	.header-left{
	    display: none !important;
	}
	.header-logo{
	    display: flex !important;
	    flex: 1 1 auto !important;
	    min-width: 0 !important;
	    width: auto !important;
	    margin: 0 !important;
	    justify-content: flex-start !important;
	    align-items: center !important;
	    text-align: left !important;
	}
	.header-logo .custom-logo-link{
	    display: block;
	    width: 100%;
	    line-height: 0;
	}
	.header-logo img{
	    display: block;
	    width: 100%;
	    max-width: 630px;
	    max-height: none;
	    height: auto;
	    margin: 0;
	}
	.header-right{
	    display: flex !important;
	    flex: 0 0 auto !important;
	    width: auto !important;
	    margin: 0 !important;
	    align-items: center !important;
	    align-self: center !important;
	}
	.header-right .lang-switcher{
	    margin: 0 !important;
	    gap: 8px !important;
	    align-items: center !important;
	}
	.header-right .lang-switcher a{
	    min-width: 36px;
	    min-height: 36px;
	    padding: 8px !important;
	    box-sizing: border-box;
	    justify-content: center;
	}
	.header-right .lang-switcher img{
	    width: 20px !important;
	    height: 20px !important;
	    margin: 0 !important;
	}
	.main-menu-row{
	    display: block !important;
	    width: 100% !important;
	    min-height: 54px;
	    margin: 0 !important;
	    padding: 0 15px !important;
	    box-sizing: border-box !important;
	}
	#menu-secondary{
	    position: relative;
	    display: block;
	    width: 100%;
	    min-height: 54px;
	}
	.lbb-menu-toggle{
	    display: inline-flex !important;
	    align-items: center;
	    justify-content: center;
	    position: absolute;
	    left: 0;
	    right: auto;
	    top: 5px;
	    z-index: 1000000;
	    width: 44px;
	    height: 44px;
	    font-size: 28px;
	    line-height: 1;
	    padding: 0;
	    margin: 0;
	    border-radius: 0;
	}
	.lbb-menu-toggle.active{
	    color: #ffffff;
	    background: #c71700;
	}
	#header-supplementary{
	    position: relative !important;
	    min-height: 0 !important;
	    margin: 0 !important;
	    padding: 0 !important;
	}
	.lbb-breadcrumbs{
	    margin: 12px auto 18px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.lbb-home-content{
	    margin-top: 0;
	}
	.lbb-home-intro .cta-widget{
	    margin-top: 20px;
	}
	.about-hero-wrap{
    	    display: flex;
    	    flex-direction: column;
    	    align-items: center;
    	    justify-content: center; 
    	    gap: 10px;
   	    padding: 0px 5vw 0 5vw;
	    margin-top: 0;
	}
	.about-hero-text{
    	    flex: none !important;
	    width: 100%;
	    min-width: 0 !important;
	    padding: 0;
	    margin: 0;
    	    text-align: center;
	}
	.about-hero-img{
    	    max-width: 100px;
    	    width: 100px;
    	    height: auto;
    	    margin: 0 auto !important;
    	    display: block !important;
	}
	.about-hero-img.bird{
    	    margin-top: 0 !important;
    	    margin-bottom: 0 !important;
	}
	.about-hero-img.owl{
    	    margin-top: 13px !important;
    	    margin-bottom: 0 !important;
	}
	.lbb-slider-image-wrapper{
   	    display: none !important;
	}	
	.bird-tracks-img, .feather-img{
    	    display: none !important;
	}
	.content-block-img-vertical{
   	    margin: 0 auto;
	}
	h4.content-block-title{
	    font-size: 0.96rem !important; 
            line-height: 1.3rem !important;  
	    margin: -27px 3px 27px 3px !important;
	}
        h4.lbb-games-title{
	    font-size: 1.03rem !important; 
	}
	#frontpage-area_b_1, #frontpage-area_b_3{
	    width: 100%;
	}
	#frontpage-area_b_1{
	    left: 0;
	}
	#frontpage-area_b_3{
	    top: 0;
	    right: 0;
	}
	.feature-b-item {
   	    width: auto; 
	    min-height: 200px;
	}
	.feature-b-icon{
    	    position: relative;
	    display: block;
	    height: 180px;
	    margin: 0 15px 0 -15px;
	    z-index: 2;
	    flex-shrink: 0;
	    overflow: visible;	
	}
	.loop-description p {
   	    padding: 0 20px 0 20px;
	}
	
		
	.book-block-row{
            flex-direction: column;
            align-items: center;
	    margin: 10px 0 -15px 0;
	    padding: 0;
        }
        .book-block-title{
            align-items: center;
            margin-left: 0;
        }
	h1{
	    font-size: 1.5rem !important;
	}
	h1.book-title{
	    margin-top: 0;	
        }
	.book-subtitle, h2.book-block-feature-title, h2.book-reviews-title{
            font-size: 1.3rem !important;
	}
        .lbb-games-img{
            width:90%;
        }
        
}

@media (max-width: 860px) {
    .cta-widget-box .button, .cta-widget-box .button-medium, .cta-widget-box .button-border-box{
        font-weight: 600 !important; 
	font-size: 1.14rem !important;
	letter-spacing: 0.02em !important;
	margin-top: 12px !important;
    	padding: 11px 28px !important;
    }
	
	
	h1{
		font-size: 1.5rem !important;
	}
	h1.book-title{
		margin-top: 0 !important;	
    }
	.book-subtitle{
        font-size: 1.3rem; 
	}
}

@media (max-width: 853px){
  .footer-bird-tracks-img img{
     max-height: 50px;
     width: auto;
  }
}


@media (max-width: 800px) {
    #lbb-frame-wrap {
      min-height: 0 !important;
    }
    #lbbGameFrame {
      min-height: 240px;
      overflow: hidden !important;
    }
    
    #footer{
        padding: 20px 0 40px 0;
    }
}
@media (max-width: 768px) {
    .book-review {
	flex-direction: column;
    }
    .book-review-img {
	margin-bottom: 15px;
    }
    	
    	
    
    
    
    .book-block-row{ 
	 margin-top: -10px !important;	 
    }
    h1{
	font-size: 1.6rem !important;
    }
    h1.book-title{
	margin-top: -10px !important;
    }
    .book-subtitle{
        font-size: 1.4rem; 
    }	
    .footer-col-menu{
        padding: 0;
	margin: 0;
        text-align: center;
    }
    .footer-menu-title{
        font-size: 1.07rem;
        margin: 20px 0 10px !important;
    }
    .footer-menu-list{
        line-height: 1.55rem;
    }
    .footer-menu-list li{
        margin-bottom: 6px;
    }
    .footer-menu-list a{
        font-size: 1.05rem;
    }
    .footer-col-menu::after{
        display: none;
    }
    .form-row.two-columns {
        flex-direction: column;
    }
    .lbb-games-filter-form{
        flex-direction: column;
        align-items: center; 
    }
    .lbb-games-filter-form > div{
        width: 90%;
        max-width: 90%; 
    }
    .lbb-games-filter-form select{
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 700px){
  .g-toolbar{
    align-items:flex-start;
  }
  .g-toolbar .g-msg{
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .g-toolbar .g-btns{
    margin:auto;
  }
  .g-btn{
    padding: 5px 10px;
    border-radius:9px; 
  }
}

@media (max-width: 640px) {
  
  
  
  .loop-nav{
    flex-direction: column;
    gap: 10px;
  }
  .loop-nav .next{
    text-align: left;
  }
  .loop-nav .prev a,
  .loop-nav .next a{
    width: 100%;
  }
}

@media (max-width: 600px){
	body{
	    font-size: 1rem !important;
	    line-height: 1.5rem !important;
	}
    h2{ 
	    font-size: 1.08rem !important;
    }
    .about-hero-text h1, h3.widget-title, h3.contact-form-title, h4.content-block-title{
      font-size: 1.07rem !important;
    }
        h4.lbb-games-title{
	  font-size: 1.09rem !important;
        }
	.about-hero-img{
    	  max-width: 90px;
	}
	.about-hero-highlight{
          margin-top: 3px !important;
    	  margin-bottom: 0 !important;
	}
	.cta-widget-box .button, .cta-widget-box .button-medium, .cta-widget-box .button-border-box{
    	font-weight: 600 !important; 
		font-size: 1.14rem !important;
		letter-spacing: 0.02em !important;
    	color: #ffffff !important;
		margin-top: 12px !important;
    	padding: 9px 22px !important;
	}
	.feature-b-icon{
		height: 150px;
		margin: 40px 10px 0 -15px;	
		padding: 10px;
	}
	.feature-b-desc{
    	font-size: 1rem;
		line-height: 1.5rem;    
	}	
	.loop-description p {
   		padding: 0 10px 0 10px;
		font-size: 1rem;
		line-height: 1.6rem;
	}
	
	
	.book-block-mockup{
		max-width: 350px;
    }
	h1{
		font-size: 1.4rem !important;
	}
	h1.book-title{
          font-size: 1.4rem !important;
	  margin-top: 0 !important;	
        }
	.book-subtitle{
          font-size: 1.25rem; 
	}
        
        
        
        
        
        
        .contact-form-wrapper .form-captcha-row{
            flex-direction: column;
            align-items: stretch;
        }
        .contact-form-wrapper .form-captcha-row input{
            width: 100%;
        }
        .contact-form-wrapper button[type="submit"]{
            margin-left: 0;
        }
     }

@media (max-width: 540px) {
    .footer-menu-2col{
        column-count: 1;
        column-gap: 0;
    }
    body{
	font-size: 1.0rem !important;
	line-height: 1.6rem !important;
    }
    
    
    .book-block-row{ 
	margin-top: -20px !important;	 
    }
    h1{
	font-size: 1.35rem !important;
    }
    h1.book-title{
	margin-top: -40px !important;
    }
    .book-subtitle{
        font-size: 1.25rem; 
    }
}

@media (max-width: 480px) {
    #lbb-frame-wrap {
      padding: 0;
    }
    .lbb-games-type img {
      width:30px;
      height:30px; 
    }
    h1{
      font-size: 1.3rem !important;
    }
}

@media (max-width: 430px) {
    h1{
      font-size: 1.2rem !important;
    }
}

@media (max-width: 390px) {
    
    .book-block-row{ 
        margin-top: -20px !important;	 
    }
    h1{
    	font-size: 1.15rem !important;
    }
    h1.book-title{
        margin-top: -50px !important;
    }
    .book-subtitle{
        font-size: 1.05rem; 
    }
}

@media (max-width: 375px) {
	
	.book-block-row{ 
	    margin-top: -20px !important;	 
	}
	h1.book-title{
	    margin-top: -50px !important;
    }
}

@media (max-width: 344px) {
	
	.book-block-row{ 
	    margin-top: -20px !important;	 
	}
	h1.book-title{
		margin-top: -80px !important;
    }
}


@keyframes fadeInUp{
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shake{
  0% { transform: rotate(0deg);}
  20% { transform: rotate(-10deg);}
  40% { transform: rotate(10deg);}
  60% { transform: rotate(-10deg);}
  80% { transform: rotate(10deg);}
  100% { transform: rotate(0deg);}
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ========================================================================== 
   LBBaWO own site shell / homepage (v1.3)
   Editorial content is managed in WP Admin; presentation stays here.
   ========================================================================== */

/* Full-width site layout: keep a readable centered container, remove sidebar. */
.lbb-full-width-layout,
.lbb-home-content{
    width: 100%;
    max-width: 100%;
}
.lbb-full-width-layout > #content,
.main-content-grid > #content.no-sidebar{
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Own header menu toggle. Desktop stays visually equivalent to the old theme. */
.lbb-menu-toggle{
    display: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #c81800;
    cursor: pointer;
}
#menu-secondary{
    position: relative;
}

/* Home intro button remains centered when content no longer comes from a CTA widget. */
.lbb-home-intro-cta{
    text-align: center;
    margin: 18px auto 4px;
}
.lbb-home-intro .cta-widget{
    margin-bottom: 0;
}
.lbb-home-intro-text p{
    margin: 0;
}

/* Homepage product/blog/game cards use the native LBBaWO grid classes. */

/* Six world blocks keep their established two-column presentation. */

/* Own slider: same image source at all sizes; crop/fit belongs to CSS. */
.lbb-home-slider-section .frontpage-slider,
.lbb-home-slider-section .hgrid-span-12{
    padding: 0 !important;
}
.lbb-home-slider .lbb-slider-slide{
    position: relative;
}
.lbb-home-slider .lbb-slider-slide-img{
    display: block;
    width: 100%;
    height: auto;
}
.lbb-home-slide-content{
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    max-width: 760px;
    width: calc(100% - 80px);
    text-align: center;
    pointer-events: none;
}
.lbb-home-slide-headline,
.lbb-home-slide-text{
    display: inline-block;
    background: rgba(255,255,255,.88);
    padding: 8px 14px;
    border-radius: 10px;
    margin: 3px 0;
    color: #263339;
}
.lbb-home-slide-headline{
    font-size: 1.25rem;
    font-weight: 600;
}
.lbb-home-slide-content .lbb-slider-slide-link{
    margin-top: 8px;
    pointer-events: auto;
}

/* Contact and final brand blocks are now first-class homepage sections. */
.lbb-home-contact,
.lbb-home-brand{
    width: 100%;
}
.lbb-home-brand{
    padding-bottom: 12px;
}

/* Footer is no longer widget-driven, but keeps the same visual language. */
.lbb-footer-grid{
    /* Keep the original .hgrid floated columns. The direct footer no longer
       has WordPress widget wrappers, so restore the small vertical breathing
       room that those wrappers used to contribute. */
    padding-top: 18px;
    padding-bottom: 16px;
}
.post-footer{
    text-align: center;
    padding: 22px 0;
}
.post-footer .credit{
    margin: 0;
}

@media (max-width: 799px){
    .lbb-footer-grid > .footer-column{
        width: 100% !important;
        float: none !important;
        text-align: center;
    }
    .footer-logo{
        display: block;
        max-width: 520px;
        margin: 0 auto;
    }
    .footer-bird-tracks-img{
        margin: 18px 0 4px;
    }
    .post-footer{
        padding: 14px 0 18px;
    }
    .post-footer .credit{
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 700px){
    .lbb-home-slide-content{
        width: calc(100% - 30px);
        bottom: 14px;
    }
}

/* ========================================================================== 
   Native LBBaWO theme baseline adjustments (v1.4)
   ========================================================================== */
.contrast-typo{background:#ffffff;color:#1c1c1c;}
.frontpage-area.module-bg-highlight{padding:35px 0;background:#fbf4cf;}

/* LightSlider presentation uses simple CSS arrows. */
.lSSlideOuter{position:relative;}
ul.lightSlider,#page-wrapper ul.lightSlider{margin:0;list-style:none;}
.lSAction>a{
    background-image:none !important;
    opacity:1;
    top:0;
    bottom:0;
    height:auto;
    margin:0;
    display:none;
    width:42px;
    text-indent:0;
    font-size:0;
}
.lSSlideWrapper:hover .lSAction>a{display:block;}
.lSAction>a::after{
    position:absolute;
    top:44%;
    color:#444;
    font-family:Arial,sans-serif;
    font-size:42px;
    line-height:1;
}
.lSAction>.lSPrev{left:0;}
.lSAction>.lSNext{right:0;}
.lSAction>.lSPrev::after{content:"‹";left:8px;}
.lSAction>.lSNext::after{content:"›";right:8px;}
.lSAction>a:hover{background-color:rgba(255,255,255,.5);}
#page-wrapper .lSSlideOuter ul.lSPager{margin:0!important;list-style:none;}
#page-wrapper .lSSlideOuter .lSPager.lSpg>li{padding:2px 5px;display:inline-block;}
#page-wrapper .lSSlideOuter .lSPager.lSpg>li a{width:7px;height:7px;border-radius:0;}
.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#c81800;}

.lbb-menu-icon{display:block;font-family:Arial,sans-serif;font-size:25px;line-height:1;}

@media only screen and (max-width:799px){
    #page-wrapper .lSSlideOuter .lSPager.lSpg>li{padding:10px 10px 0;}
    #page-wrapper .lSSlideOuter .lSPager.lSpg>li a{width:30px;height:15px;border-radius:0;}
}


/* ============================================================
   Ideas page compatibility styles.
   Scoped to #lbb-ideas only; no global site layout changes.
   ============================================================ */
#lbb-ideas .acc-login .row{
  display:block;
}
#lbb-ideas .acc-login label,
#lbb-ideas .acc-upload .row > label{
  display:block;
  font-weight:600;
  color:#00819c;
  margin:0 0 4px 0;
}
#lbb-ideas .acc-login input[type="email"],
#lbb-ideas .acc-login input[type="text"],
#lbb-ideas .acc-upload input[type="text"],
#lbb-ideas .acc-upload input[type="number"]{
  box-sizing:border-box;
  padding:9px 10px;
  border:1.5px solid #00819c;
  border-radius:10px;
  background:#fff;
  outline:none;
  margin:3px 0 6px 0;
  transition:border-color .16s, background .16s;
}
#lbb-ideas .acc-login input[type="email"],
#lbb-ideas .acc-login input[type="text"]{
  width:auto;
  max-width:260px;
}
#lbb-ideas .acc-upload input[type="text"]{
  width:min(100%, 520px);
}
#lbb-ideas .acc-login input[type="email"]:focus,
#lbb-ideas .acc-login input[type="text"]:focus,
#lbb-ideas .acc-upload input[type="text"]:focus,
#lbb-ideas .acc-upload input[type="number"]:focus{
  background:#eff5f8;
}
#lbb-ideas .btn-primary{
  display:inline-block;
  margin:0 10px;
  background:linear-gradient(0deg,#00819c 50%,#29acc7 100%);
  color:#fff;
  font-weight:700;
  font-size:1.05rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  padding:7px 10px;
  border:1.5px solid #00819c;
  border-radius:11px;
  box-shadow:0 3px 7px rgba(0,0,0,.1);
  cursor:pointer;
  transition:background .22s, transform .12s, box-shadow .22s;
}
#lbb-ideas .btn-primary:hover,
#lbb-ideas .btn-primary:focus{
  color:#fff;
  transform:scale(1.03);
}
#lbb-ideas .acc-success{
  color:#1f8f3a;
  font-weight:700;
}
#lbb-ideas .acc-error{
  color:#c81800;
  font-weight:700;
}
#lbb-ideas .idea-captcha-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  flex-wrap:nowrap;
  min-height:40px;
}
#lbb-ideas .idea-captcha-row label{
  margin:0;
  white-space:nowrap;
  line-height:1.2;
}
#lbb-ideas .idea-captcha-row input#idea-captcha{
  width:80px;
  max-width:80px;
  padding:8px 10px;
  box-sizing:border-box;
  border:1.5px solid #00819c;
  border-radius:10px;
}
#lbb-ideas .idea-captcha-row p{
  margin:0;
}
#lbb-ideas .idea-captcha-row button[type="submit"]{
  margin:-10px 0 0 10px;
}

/* Restore the pre-Metrolo-removal footer text colors explicitly. */
.footer .footer-menu-list a{
  color:#222222;
}
.footer .footer-menu-list a:hover,
.footer .footer-menu-list a:focus{
  color:#c81800 !important;
}
.post-footer .credit a,
.post-footer .credit a:hover,
.post-footer .credit a:focus{
  color:#00819c;
}

@media (max-width:640px){
  #lbb-ideas .idea-captcha-row{
    flex-direction:column;
    align-items:center !important;
    justify-content:center;
    text-align:center;
    gap:8px;
  }
  #lbb-ideas .idea-captcha-row label{
    width:100%;
    text-align:center;
    white-space:normal;
  }
  #lbb-ideas .idea-captcha-row input#idea-captcha{
    width:110px;
    max-width:140px;
    margin:0 auto;
  }
  #lbb-ideas .idea-captcha-row button[type="submit"]{
    width:150px;
    margin:4px auto 0;
    display:block;
  }
}

/* ============================================================
   IDEAS FOR NEW ADVENTURES
   Page-specific layout only.
   Every selector is scoped to #lbb-ideas.
   ============================================================ */

#lbb-ideas{
  --ideas-accent:#00819c;
  --ideas-head:#e0eff7;
  --ideas-border:1.5px solid var(--ideas-accent);
  --ideas-radius:11px;
}

#lbb-ideas .lbb-ideas-intro{
  margin:0 0 16px 0;
}

#lbb-ideas .lbb-ideas-intro p{
  margin-top:0;
}

#lbb-ideas .lbb-ideas-action{
  max-width:900px;
  margin:30px auto;
  border:var(--ideas-border);
  border-radius:var(--ideas-radius);
  background:#fff;
  overflow:hidden;
}

#lbb-ideas .lbb-ideas-action > .lbb-ideas-card__head{
  margin:0 !important;
  padding:14px 18px;
  background:linear-gradient(180deg,#e0eff7 0%,#eef7fb 100%);
  color:var(--ideas-accent) !important;
  font-weight:700 !important;
  font-size:1.05rem !important;
  line-height:1.4rem !important;
  letter-spacing:normal;
  text-transform:none;
  border-bottom:var(--ideas-border);
}

#lbb-ideas .lbb-ideas-action > .lbb-ideas-card__body{
  padding:18px 20px 22px 20px;
}

#lbb-ideas .lbb-ideas-action .acc-login,
#lbb-ideas .lbb-ideas-action #acc-login-ok,
#lbb-ideas .lbb-ideas-action #lbb-ideas-workspace{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

#lbb-ideas .lbb-ideas-action .acc-login .row{
  margin:0 0 10px 0;
}

#lbb-ideas .lbb-ideas-action .acc-login label{
  margin-bottom:4px;
}

#lbb-ideas .lbb-ideas-action .acc-login input[type="email"],
#lbb-ideas .lbb-ideas-action .acc-login input[type="text"]{
  min-width:240px;
}

#lbb-ideas #lbbacc-codebox{
  margin-top:8px;
}

#lbb-ideas #acc-login-ok{
  margin-bottom:12px;
}

#lbb-ideas #lbb-ideas-workspace{
  padding-top:4px;
}

#lbb-ideas .acc-upload input[type="file"]{
  max-width:100%;
}

#lbb-ideas .acc-consent{
  align-items:flex-start;
}

#lbb-ideas .acc-consent label{
  display:flex !important;
  align-items:flex-start;
  gap:9px;
  color:#263339 !important;
  font-weight:400 !important;
  line-height:1.45;
}

#lbb-ideas .acc-consent input[type="checkbox"]{
  flex:0 0 auto;
  margin-top:4px;
}

/* Selected ideas/history is a separate section, not part of the email/drawing form. */
#lbb-ideas .lbb-ideas-history{
  width:100%;
  max-width:none;
  margin:60px 0 42px 0;
}

#lbb-ideas .lbb-ideas-history__title{
  margin:0 0 14px 0;
  text-align:center;
  color:#c81800;
  font-size:1.15rem;
  font-weight:400;
}

#lbb-ideas .acc-idea-table{
  width:100%;
  max-width:none;
  margin:0;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #c7dfe8;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}

#lbb-ideas .acc-idea-table th{
  padding:10px 8px;
  background:#eaf5fa;
  color:#00819c;
  font-weight:700;
  text-align:center;
  border-bottom:1px solid #c7dfe8;
}

#lbb-ideas .acc-idea-table td{
  padding:10px 8px;
  text-align:center;
  vertical-align:middle;
  border-bottom:1px solid #e5eef2;
}

#lbb-ideas .acc-idea-table tbody tr:last-child td{
  border-bottom:0;
}

#lbb-ideas .acc-idea-table img{
  display:block;
  margin:auto;
  border-radius:5px;
}

/* FAQ is plain page content: no frame, no blue header, no form-like container. */
#lbb-ideas .lbb-ideas-faq{
  width:100%;
  max-width:none;
  margin:90px 0 0 0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
}

#lbb-ideas .lbb-ideas-faq > h2{
  margin:0 0 22px 0;
  color:#c81800;
  font-weight:400;
  letter-spacing:normal;
  text-transform:none;
}

#lbb-ideas .lbb-ideas-faq h3{
  margin:24px 0 7px 0;
}

#lbb-ideas .lbb-ideas-faq p{
  margin-top:0;
}

@media (max-width:640px){
  #lbb-ideas .lbb-ideas-action{
    margin:22px auto;
  }

  #lbb-ideas .lbb-ideas-action > .lbb-ideas-card__body{
    padding:15px 14px 18px 14px;
  }

  #lbb-ideas .lbb-ideas-action .acc-login input[type="email"],
  #lbb-ideas .lbb-ideas-action .acc-login input[type="text"]{
    min-width:0;
    width:100%;
    max-width:100%;
  }

  #lbb-ideas .lbb-ideas-history{
    margin:28px auto 34px auto;
  }

  #lbb-ideas .acc-idea-table{
    font-size:.9rem;
  }

  #lbb-ideas .acc-idea-table th,
  #lbb-ideas .acc-idea-table td{
    padding:7px 5px;
  }
}


/* Blog archive: one post per row; title above, image left, text right, read-more below both. */
body.category-blog #archive-wrap,
body.category-blog-uk #archive-wrap{
  display:block;
  overflow:visible;
}
body.category-blog #archive-wrap .entry,
body.category-blog-uk #archive-wrap .entry{
  min-width:0;
  margin:0 0 56px;
  padding:0;
}
body.category-blog #archive-wrap .entry:last-child,
body.category-blog-uk #archive-wrap .entry:last-child{
  margin-bottom:0;
}
body.category-blog #archive-wrap .entry-title,
body.category-blog-uk #archive-wrap .entry-title{
  font-size:2rem;
  line-height:1.35;
  margin:0 0 22px;
}
body.category-blog #archive-wrap .lbb-blog-list-item,
body.category-blog-uk #archive-wrap .lbb-blog-list-item{
  display:grid;
  grid-template-columns:minmax(300px, 560px) minmax(0, 1fr);
  column-gap:42px;
  align-items:start;
}
body.category-blog #archive-wrap .lbb-blog-list-item-media,
body.category-blog-uk #archive-wrap .lbb-blog-list-item-media,
body.category-blog #archive-wrap .lbb-blog-list-item-copy,
body.category-blog-uk #archive-wrap .lbb-blog-list-item-copy{
  min-width:0;
}
body.category-blog #archive-wrap .blog-image,
body.category-blog-uk #archive-wrap .blog-image{
  margin:0;
  text-align:left;
}
body.category-blog #archive-wrap .blog-image img,
body.category-blog-uk #archive-wrap .blog-image img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  border-radius:11px;
}
body.category-blog #archive-wrap .entry-date,
body.category-blog-uk #archive-wrap .entry-date{
  margin:0 0 16px;
  text-align:right;
}
body.category-blog #archive-wrap .entry-summary,
body.category-blog-uk #archive-wrap .entry-summary{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  margin:0;
}
body.category-blog #archive-wrap .entry-summary > *:first-child,
body.category-blog-uk #archive-wrap .entry-summary > *:first-child{
  margin-top:0;
}
body.category-blog #archive-wrap .readmore-wrapper,
body.category-blog-uk #archive-wrap .readmore-wrapper{
  margin:18px 0 0;
  padding-top:14px;
}

@media (max-width:980px){
  body.category-blog #archive-wrap .entry-title,
  body.category-blog-uk #archive-wrap .entry-title{
    font-size:1.7rem;
  }
  body.category-blog #archive-wrap .lbb-blog-list-item,
  body.category-blog-uk #archive-wrap .lbb-blog-list-item{
    grid-template-columns:1fr;
    row-gap:18px;
  }
}

/* Blog archive: keep the text column within the visual height of the image on desktop. */
@media (min-width:981px){
  body.category-blog #archive-wrap .entry-summary,
  body.category-blog-uk #archive-wrap .entry-summary{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    line-clamp:6;
    overflow:hidden;
  }
}


/* Books catalog: same card language as Games, with product information grouped under the title. */
.lbb-product-card .content-block-content{
  position:relative;
}
.lbb-product-card h4.content-block-title{
  min-height:0;
  margin-bottom:8px !important;
}
.lbb-product-card-meta{
  position:static;
  margin:0 10px;
  padding:0;
  text-align:center;
  text-transform:none;
}
.lbb-product-card-type,
.lbb-product-card-format{
  display:block;
  margin:0;
  padding:0;
  color:#00819c;
  font-size:.9rem;
  line-height:1.35;
  font-weight:500;
}
.lbb-product-card-format{
  margin-top:2px;
}
.lbb-product-card-cta{
  text-align:center;
  margin:8px 0 0;
}
.lbb-product-card-cta .button,
.lbb-product-card-cta .button-small,
.lbb-product-card-cta .border-box{
  font-size:1.1rem !important;
  letter-spacing:.02em !important;
  padding:6px 18px !important;
  margin-top:5px !important;
  margin-bottom:0 !important;
}
.lbb-product-card-cta .button:hover,
.lbb-product-card-cta .button:focus,
.lbb-product-card-cta .button-small:hover,
.lbb-product-card-cta .button-small:focus,
.lbb-product-card-cta .border-box:hover,
.lbb-product-card-cta .border-box:focus{
  transform:none !important;
}


/* Footer: the active section uses the same red for text and underline. */
.footer .footer-menu-list .current-menu-item > a,
.footer .footer-menu-list .current_page_item > a,
.footer .footer-menu-list .current-menu-ancestor > a,
.footer .footer-menu-list .current_page_ancestor > a{
  color:#c81800 !important;
}

/* Books catalog: keep the existing Games card language, but give product cards
   a little more horizontal room without enlarging the cover image. */
.lbb-product-catalog-results .content-block-row{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(340px, 360px));
  gap:20px;
  justify-content:start;
  align-items:stretch;
}
.lbb-product-catalog-results .content-block-column{
  float:none;
  width:auto;
  max-width:none;
  margin:0;
}
.lbb-product-catalog-results .lbb-product-card{
  width:100%;
  box-sizing:border-box;
}
.lbb-product-catalog-results .lbb-product-card .content-block-img-vertical{
  width:230px;
  max-width:100%;
}
.lbb-product-catalog-results .lbb-product-card h4.content-block-title{
  margin-left:4px !important;
  margin-right:4px !important;
}

@media (max-width:640px){
  .lbb-product-catalog-results .content-block-row{
    grid-template-columns:minmax(0, 280px);
    justify-content:center;
  }
}

/* Product page: purchase and review controls. Existing editor content remains untouched. */
.lbb-product-purchase-block{
  margin:28px auto 36px auto;
  text-align:center;
}
.lbb-product-review-cta{
  margin:-10px auto 28px auto;
  text-align:center;
}
.lbb-product-review-form-wrap{
  width:100%;
  max-width:800px;
  margin:0 auto 36px auto;
}
.lbb-product-review-form-wrap[hidden]{
  display:none !important;
}
.book-review-form-title{
  margin:0 0 18px 0 !important;
  text-align:center;
  color:#c81800 !important;
}
.lbb-product-review-message,
.lbb-product-review-success{
  margin:0 0 18px 0;
  text-align:center;
  color:#00819c;
  font-weight:600;
}
.lbb-product-review-message.is-error{
  color:#c81800;
}

@media (max-width:600px){
  .book-review-form{
    padding:20px 16px;
  }
  .book-review-captcha-row{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .book-review-captcha-field{
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }
  .book-review-captcha-field label{
    white-space:normal;
    text-align:left;
  }
  .book-review-captcha-field input[type="text"]{
    width:110px;
    flex:0 0 auto;
  }
  .book-review-submit-row{
    margin-left:0 !important;
  }
}

