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;
}
h2.sidebar-buy-h{ 
    font-size: 1.4rem !important;
    font-weight: 700 !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: 30px;
}
.entry-content {
    border: none !important;
}

.sidebar {
    margin-top: 30px;
}
.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%;	
}
.header-left a.social-icon, .footer-social-row a.social-icon, .lang-switcher img{
    display: inline-block !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 20%;
    color: #ffffff !important;
    margin: 0 6px;
    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;
}
.header-left a.social-icon:hover, .footer-social-row a.social-icon:hover, .lang-switcher a:hover{
    animation: shake 0.5s;
    animation-iteration-count: 1;
    text-decoration: none !important;
    outline: none !important;
}
.social-icon.facebook { background-color: #00819c; }
.social-icon.instagram { background-color: #c71800; }
.social-icon.pinterest { background-color: #dd8801; }
.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;  
    //width: 100%;  
    //max-width: 900px; 
    margin: 0 auto 20px auto;
    padding: 10px 27px 10px 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: 10px;
    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;
}
.menu-toggle .fas.fa-bars{
    font-size: 20px !important; 
    line-height: 1;
}
.menu-toggle{
    padding: 2px 6px !important;
}
.cta-widget-box .button, 
.cta-widget-box .button-medium, 
.cta-widget-box .button-border-box{
    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;
}
.sidebar-buy .cta-widget-box .button, 
.sidebar-buy .cta-widget-box .button-medium, 
.sidebar-buy .cta-widget-box .button-border-box{
	cursor: default;
}
.sidebar-buy .cta-widget-box .button:hover, 
.sidebar-buy .cta-widget-box .button-medium:hover, 
.sidebar-buy .cta-widget-box .button-border-box:hover,
.sidebar-buy .cta-widget-box .button:focus, 
.sidebar-buy .cta-widget-box .button-medium:focus, 
.sidebar-buy .cta-widget-box .button-border-box:focus{
	transform: none;
}
.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, .widget-title, .feature-b-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: 12px 0 15px 0;
    text-align: center !important;
}
.bird-tracks, .feather-img{
    display: inline-block;
    width: 20%;
}
.feather-img{
    opacity:0.8;
}

#frontpage-area_a{
    margin-bottom: 30px;
}

.topborder-shadow, .bottomborder-shadow, .bottomborder-shadow-sidebar{
    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;
}

.bottomborder-shadow-sidebar{
    width:80%;
    margin: 50px auto 50px auto;
}

.leftborder-shadow, .rightborder-shadow{
	border: none;
    border-left: 2px dashed rgba(34, 34, 34, 0.50);     
    border-right: 2px dashed rgba(138, 136, 0, 0.40);  
    height: 100%;
    margin: 36px 0 36px 0;
    width: 4px;
    background: none;
	box-sizing: border-box;
}

.widget-title{
    font-weight: 700;
    font-size: 1.4rem; 
    color: #c81800;
    margin-top: -5px; 
    margin-bottom: 16px;
    text-align: center;
}

.archive-book-img{
    width: 60% !important; 
    height: auto !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; 
}

h4.content-block-title{
	font-size: 1.03rem !important; 
	font-weight: 600 !important;
	line-height: 1.5rem !important; 
	margin: -35px 10px 0 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.module-bg-image{
	//margin: 40px 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: 350px;
    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: 230px;
	margin: 0 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: 10px 0 10px 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{
    border-bottom: none;
}

.sidebar .widget{
    margin: 0 0 10px;
}

.sidebar-buy{
    min-width: 250px;
    margin: 0 0 30px 0;
    padding: 12px; 
    text-align: center;
}

.sidebar-buy .cta-widget-box h2{
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.sidebar-buy-caption{
    font-size: 0.99rem;
    margin: -12px auto 15px auto;
    text-align: center;
    color: #00819c;
}

.sidebar-buy-buttons{
  width: 100%;
  margin: 10px auto 10px auto;
}

.sidebar-buy-buttons-amazon{
	display: inline-block; 
	width: auto;
  	background: #ffffff;
  	border: none;
  	border-radius: 12px;
  	text-decoration: none;
}

.sidebar-buy-buttons-amazon:hover{
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

.amazon-logo{
    width: 90px;
    height: 100%;
    object-fit: contain;
}

.sidebar-review{
	margin: 0;
	padding: 10px;
	min-width: 250px; 
	text-align: center; 
}

.sidebar-review-row{
	width: 81%; 
	display: flex;
	align-items: center;
	gap: 10px;
}

.sidebar-how-it-works-row{
    display: block;
    width: clamp(150px, 60%, 250px);
    margin: -10px auto 20px auto;
    text-align: center; 
    text-decoration: none;
}

.sidebar-how-it-works-row img {
    display: block;
    width: 100% !important;      
    height: auto;
}

.sidebar-review-img{
	height: auto;
	margin: 0 0 -28px 30px;
	z-index: 999;
}

.sidebar-review-form{
    max-width: 400px; 
    margin: 0 auto 0 auto; 
    font-family: inherit;
    font-size: 1.08rem; 
    background: #e0eff7;
    border-radius: 18px;
    box-shadow: 0 2px 14px 0 rgba(194, 101, 0, 0.07);
    padding: 22px;
    text-align:center;
}

.sidebar-review-form.success{
    background: #fff !important;
    box-shadow: none;
    border-radius: none;
    padding: 0;
    text-align: center;
}

.sidebar-review-form > span{
    display: block;
    font-weight: 700;
    font-size: 1.14rem;
    letter-spacing: 0.02em;
    color: #00819c;
    text-align: center;
	text-transform: uppercase;
}

.book-review-form p{
    margin: 0 0 10px 0;
}

.book-review-form label, .contact-form-wrapper 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{
    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{
    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{
    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;
}

.sidebar-review-msg{ 
	margin: auto; 
	text-align:center;
}

.sidebar-review-error{
    margin: 7px 0 0 0;
    font-family: inherit;
	font-weight: 600;
    text-align: center;
	color: red;
}

.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;
}

.book-block-title{
    flex: 1 1 0;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	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;
}

.book-block-slider{
    margin: 0 auto 20px auto;	
	border-top: solid 1px #ddd;
	text-align: center;
}
h2.book-inside-title{
    font-size: 1.45rem !important;
    font-weight: 700 !important;
	text-transform: uppercase;
	margin: 30px auto 20px auto !important;
}
.book-inside-slider{
    display: flex;
    gap: 18px;
    overflow-x: auto;
	overflow-y: hidden;
    padding: 16px;
    scroll-snap-type: x mandatory;
   -webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
    scrollbar-color: #fddea3 #f9f6ec;
}
.book-inside-slider::-webkit-scrollbar{
    height: 13px;
    background: #f9f6ec;         
    border-radius: 9px;
}
.book-inside-slider::-webkit-scrollbar-thumb{
    background: #fddea3;         
    border-radius: 9px;
    box-shadow: 0 2px 7px #f9f6ec;
    border: 2px solid #f9f6ec;   
}
.book-inside-slider::-webkit-scrollbar-thumb:hover{
    background: #fddea3;
    opacity: 0.85;  
}
.book-inside-slider::-webkit-scrollbar-track{
    background: #f9f6ec;
    border-radius: 9px;
}
.book-inside-slider.active{
    cursor: grabbing;
}
.book-inside-slider img{
    width: 230px;
    height: auto;
    background: #ffffff;
	flex: 0 0 auto;
	border: 2px solid #dfdede;
	border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.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: 30px; 
    margin: -10px 0 0 0; 
}
h2.reviews-main-title{
    margin-bottom: 30px !important;
    margin-top: -10px !important;
	text-align: center !important;
}
#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; 
}

@media (max-width: 768px) {
  .reviews-main-carousel {
      max-width: 98vw;
      padding: 20px 0 60px 0;
  }
  .reviews-main-swiper {
      max-width: 97vw;
  }
}

.how-works {
    padding: 30px 30px 0 30px;
    margin: -120px auto 0 auto;
    text-align: center;
}
.how-works-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 50px 0 30px 0;
    flex-wrap: nowrap;
}
.how-works-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    min-width: 110px;
    margin: 0 12px;
    z-index: 2;
}
.how-works-step img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 10px;
}
.how-works-caption {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.25;
}
.how-works-arrow {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.how-works-arrow::after {
    content: '';
    display: block;
    width: 32px;
    height: 0;
    border-bottom: 3px solid #c81800;
    border-radius: 4px;
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%);
}
.how-works-arrow::before {
    content: '';
    display: block;
    width: 0; 
	height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #c81800;
    position: absolute;
    right: -5px; top: 50%;
    transform: translateY(-50%);
}

.how-works-desc {
    margin: 40px auto 20px auto;
    text-align: center;
}
@media (max-width: 700px) {
  .how-works-icons {
      flex-direction: column;
      gap: 0;
      align-items: stretch;
  }
  .how-works-arrow {
      width: 40px;
      height: 50px;
      margin: 10px auto;
  }
  .how-works-arrow::after {
      width: 0;
      height: 36px;
      border-bottom: none;
      border-right: 3px solid #c81800;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      border-radius: 4px;
  }
  .how-works-arrow::before {
      border-top: 13px solid #c81800;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: none;
      right: 50%;
      left: 50%;
      top: 30px;
      transform: translate(-40%,0) rotate(240deg);
  }
  .how-works-step {
      margin: 10px auto 8px auto;
      width: 100%;
      max-width: 220px;
  }
  .how-works-caption {
      font-size: 0.98rem;
  }
  .how-works-title {
      font-size: 1.25rem;
  }
}
@media (max-width: 430px) {
  .how-works-title { font-size: 1.06rem; }
  .how-works-desc { font-size: 0.98rem; }
}
.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;
}
@media screen and (max-width: 768px){
    .form-row.two-columns {
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .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;
    }
    #menu-secondary-items{
        padding: 8px 15px;
        gap: 12px;
    }
    #menu-secondary-items li{
        padding: 0;
      }
    #menu-secondary-items li a{
        font-size: 1.05rem;
    }
}

#lbb-account .idea-captcha-row{
  display: flex;
  align-items: center;      
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
  min-height: 40px;         
}

#lbb-account .idea-captcha-row label{
  margin: 0;
  white-space: nowrap;
  line-height: 1.2;
}

#lbb-account .idea-captcha-row input#idea-captcha{
  width: 80px;          
  max-width: 80px;
  padding: 8px 10px;
  box-sizing: border-box;
}

#lbb-account .idea-captcha-row p{
  margin: 0;
}

#lbb-account .idea-captcha-row button[type="submit"]{
  margin: -10px 0 0 10px;
}
@media (max-width: 600px){
    #lbb-account .idea-captcha-row{
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 8px;
  }

  #lbb-account .idea-captcha-row input#idea-captcha{
    width: 100%;
    max-width: 140px; 
  }

  #lbb-account .idea-captcha-row p{
    width: 100%;
    margin-top: 8px;
  }

  #lbb-account .idea-captcha-row label{
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  #lbb-account .idea-captcha-row input#idea-captcha{
    width: 110px;               
    margin: 0 auto;
  }

  #lbb-account .idea-captcha-row button[type="submit"]{
    width: 150px;
    margin: 4px auto 0 auto;
    display: block;
    text-align: center;
  }
}


.footer{
    border-color: none;
    padding: 0;
    line-height: 1.7rem;
    margin-top: 25px;
    background: #fbf4cf; 	
    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-feather-img{
	margin: 20px 0 0 0;
}
.footer-social-row{
	margin: 20px 0 20px 0;
}
.footer-menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-list li{
    margin-bottom: 5px;
}
.footer-menu-list a, .footer-social-row a, .footer-social-row a:hover{
    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-list a::after{
    width: 0;
}
.footer-menu-list a:hover::after,
.footer-menu-list a:focus::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;
}
@media (max-width: 853px){
  .lang-switcher img, #pll_switcher img {
      width: 12px !important;
      height: 12px !important; 
  }
  .lang-switcher, .lang-switcher ul, #pll_switcher, #pll_switcher ul {
      gap: 6px !important; 
      margin-top: 40px !important;
  }
}


#lbb-account {
    --acc-c-accent: #00819c;
    --acc-c-grad-a: #e0eff7;
    --acc-c-grad-b: #ffffff;
    --acc-radius: 11px;
    --acc-border: 1.5px solid var(--acc-c-accent);
    --acc-icon-w: 44px;      
    --acc-icon-w-sm: 32px;   
    --acc-head-pad: 14px 16px;
    --acc-gap: 12px;
    --acc-panel-maxh: 48vh;  
  }

  .lbb-acc {
    display: grid;
    gap: 16px;
  }

  .acc-item {
    border: var(--acc-border);
    border-radius: var(--acc-radius);
    background: linear-gradient(180deg, var(--acc-c-grad-a) 0%, var(--acc-c-grad-b) 100%);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.04);
    overflow: hidden;
  }

  .acc-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--acc-gap);
    padding: var(--acc-head-pad);
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .acc-head__left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .acc-ic {
    width: var(--acc-icon-w);
    height: auto;
    display: block;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.06));
  }

  .acc-title {
    color: var(--acc-c-accent);
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.05rem;
    letter-spacing: .2px;
    white-space: nowrap;
  }

  /* Трикутник-стрілка #00819c */
  .acc-chevron {
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }
  .acc-chevron::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0; height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid var(--acc-c-accent); /* ▼ */
    transition: transform .2s ease;
    transform-origin: 50% 40%;
  }

  .acc-item.is-open .acc-chevron::before {
    transform: rotate(180deg); /* ▲ */
  }

  .acc-panel {
    display: none;
    border-top: var(--acc-border);
    background: #fff;
  }
.acc-panel__inner { 
    max-height: var(--acc-panel-maxh);
    overflow: auto;
  }
.acc-panel__inner {
  max-height: 600px;       
  overflow-y: auto;
  padding: 14px 16px;     
}
.acc-panel__inner::-webkit-scrollbar {
  width: 6px;
}
.acc-panel__inner::-webkit-scrollbar-thumb {
  background: #c7d4e0;
  border-radius: 4px;
}
.acc-panel__inner::-webkit-scrollbar-track {
  background: #f3f6f9;
}
.acc-item.is-open {
   box-shadow: 0 0 0 2px rgba(0,129,156,0.12) inset;
}

@media (max-width: 640px) {
  #lbb-account {
    gap: 12px;
  }
  .acc-ic {
    width: var(--acc-icon-w-sm);
  }
  .acc-title {
    font-size: 1rem;
  }
}

#lbb-account .acc-panel label{
  display:block; 
  font-weight:600; 
  color:#00819c; 
  margin:0 0 4px 0;
}
#lbb-account .acc-panel input[type="text"],
#lbb-account .acc-panel input[type="email"],
#lbb-account .acc-panel input[type="number"]{
  width:60%; 
  box-sizing:border-box;
  padding:9px 10px; 
  font-size:1rem;
  border:1.5px solid #00819c; 
  border-radius:11px; background:#fff;
  outline:none; margin:3px 0 6px 0; 
  transition:border-color .16s, background .16s;
}
#lbb-account .acc-panel input[type="text"]:focus,
#lbb-account .acc-panel input[type="email"]:focus,
#lbb-account .acc-panel input[type="number"]:focus{
  background:#eff5f8;
}
#lbb-account .acc-panel .acc-help{
  font-size:.93rem; color:#263339; margin-top:2px; line-height:1rem;
}
#lbb-account .acc-panel .btn-primary{
  display:inline-block; 
  margin: 0 10px 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 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-account .acc-panel .btn-primary:hover,
#lbb-account .acc-panel .btn-primary:focus{
  transform:translateY(0) scale(1.03);
}
#lbb-account .acc-success{
  color:#1f8f3a; 
  font-weight:700; 
  margin: 10px 0 0 0;
}
#lbb-account .acc-error{
  color:#c81800; 
  font-weight:700; 
  margin: 10px 0 0 0;
}


/* === Account Form Compact === */
#lbb-account .acc-login .row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#lbb-account .acc-login label {
  width: 100%;
  margin-bottom: 2px;
}

#lbb-account .acc-login input[type="email"],
#lbb-account .acc-login input[type="text"] {
  flex: 1 1 auto;
  width: auto;
  max-width: 260px;
  height: 38px;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 10px;
}
#lbb-account .acc-login #lbbacc-codebox input {
  width: 120px; 
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
#lbb-account .acc-login .btn-primary {
  height: 38px;
  padding: 0 14px;
  font-size: 0.95rem;
  line-height: 1;
}
.acc-upload{
  margin-top:10px;
}
.acc-upload .row{ 
  display:flex; 
  gap:.5rem; 
  align-items:center; 
  flex-wrap:wrap; 
  margin-top:12px;
}
.row input{
  margin-top:-5px !important;
}
.acc-note{ 
  margin:0; 
  font-size:0.9rem; 
  color:#2d5468; 
}
.btn-secondary { 
  padding: 6px 10px;
  border-radius:8px; 
  border:1px solid #2aa2a2; 
  background:#fff; 
  cursor:pointer; 
  font-size:.82rem; 
  line-height:1;
}

.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-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 12px 0;
  flex-wrap:wrap;                 
}
.g-toolbar .g-msg{
  margin:0;                       
  padding:10px 12px;
  flex: 1 1 50%;               
  max-width: 800px;               
}
.g-toolbar .g-btns{
  display:flex;
  gap:8px;
  flex: 0 0 auto;
  margin-left:auto;
}
@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-left:0;
  }
}
.lbb-games-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:16px;
}
.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 20px 14px;
  text-decoration:none;
  color:inherit;
  background: #ffffff;
  align-items: center;
  justify-content: center;
}
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-block{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:0.9rem;
  font-weight:700;
  text-transform:capitalize;
  padding: 0 15px !important;
}
.lbb-games-free{
  color:#1f8f3a;
}
.lbb-games-mem{
  color:#c81800;
}
.lbb-games-type{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:10px;
}
.lbb-games-type img { 
  width:32px; 
  height:32px; 
  vertical-align:middle; 
}
@media (max-width:480px){
  .lbb-games-type img {
    width:24px;
    height:24px; 
  }
}
#lbb-frame-wrap {
  position: relative;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #f6f7fb;
  padding: 5px;                
  place-items: center; 
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lbbGameFrame {
  width: 100%;
  max-width: 980px; 
  aspect-ratio: 1 / 1; 
  height: auto; 
  display: block;
  border: none;
  overflow: hidden;
  background: transparent; 
}
@media (max-width: 820px) {
  #lbbGameFrame {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #lbb-frame-wrap {
    padding: 0;
  }
}
.sidebar .sidebar-games-title{
    font-weight: 700;
    font-size: 1.15rem;
    color: #00819c;
    text-align: center;
    margin: -20px auto 0 auto;
}
.sidebar .lbb-games-card{
  max-width: 70% !important;
  gap: 10px !important;
  padding: 25px 0 20px 0 !important;
  margin: 20px auto 0 auto !important;
}
.sidebar h4.lbb-games-title{
  margin: 6px 0 2px 0 !important;
}
.sidebar .lbb-games-img{
  max-width: 80% !important;            
  object-fit: cover !important;
  margin: 0 auto 6px auto !important;
}
.sidebar .lbb-games-block{
  padding: 0 30px !important;
}
@media (max-width: 1024px){
  .sidebar .lbb-games-card{
    max-width: 230px !important;
  }
}

.archive-big .more-link, .archive-medium .more-link, .archive-small .more-link {
    background: none !important;
}
.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;
}
















@media (max-width: 1024px){
	body{
	    font-size: 1.15rem !important;
	    line-height: 1.7rem !important;
	}
	.menu-toggle {
    	    display: inline-flex !important;
    	    align-items: center !important;
    	    justify-content: center !important;
       	    font-size: 2.2rem !important;
    	    padding: 0 12px !important;
    	    cursor: pointer !important;
    	    background: none !important;
    	    border: none !important;
    	    color: #c71700 !important;
    	    transition: background 0.15s !important;
    	    position: absolute !important;
    	    font-size: 25px !important;
    	    right: 0 !important;
    	    top: -7px !important;
    	    z-index: 100 !important;
    	    box-shadow: none !important;
    	    margin: 0 2vw 0 0 !important;
	}
	.menu-toggle-text{
    	    display: none !important; 
	}
	#menu-secondary-items{
	    display: none; 
	    position: absolute !important; 
	    width: 100vw !important; 
	    min-width: 0 !important;
    	    max-width: 100vw !important;
	    margin: 0 !important;
    	    padding: 0 !important;
	    top: 15px !important;
	    left: 0 !important; 
	    right: 0 !important;
	    flex-direction: column;
    	    gap: 5px !important;
	    background: #fff !important;
    	    border: none !important;  
    	    border-top: 2px solid #f5e4b6 !important;
   	    border-bottom: 2px solid #f5e4b6 !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: 2px solid #ecd9a5 !important;
    	    box-sizing: border-box !important;
    	    margin: 0 !important;
    	    padding: 2px 0 2px 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: 9px 0 !important;
	    text-align: center !important;
    	    font-size: 1.18rem !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: capitalize !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: 0 10px !important;
    	    gap: 0 !important;
	}
	.header-left{
	    display: none !important;
	}
        .header-right{
	    //display: none !important;
            margin-top: 5px;	
	}
	.header-logo{
    	    //justify-content: flex-start !important;
    	    width: auto !important;
    	    flex: 1 1 auto !important;
    	    margin: 0 !important;
    	    text-align: left !important;
	}
	#header-supplementary{
    	    position: relative !important;
    	    min-height: 0 !important;
    	    margin: 0 !important;
    	    padding: 0 !important;
	}
	.header-logo, .menu-toggle{
    	    vertical-align: middle !important;
	}
	.header-logo{
    	    display: inline-flex !important;
    	    align-items: center !important;
    	    width: 70vw !important;
	}
	.about-hero-wrap{
    	    display: flex;
    	    flex-direction: column;
    	    align-items: center;
    	    justify-content: center; 
    	    gap: 10px;
   	    padding: 0px 5vw 0 5vw;
	    margin-top: 20px;
	}
	.about-hero-text{
    	    flex: none !important;
	    width: 100%;
	    min-width: 0 !important;
	    padding: 0;
	    margin: -20px;
    	    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;
	}
	.hootslider-image-wrapper{
   	    display: none !important;
	}	
	.bird-tracks, .feather-img{
    	    display: none !important;
	}
	.content-block-img-vertical{
   	    margin: 0 auto;
	}
	h4.content-block-title{
	    font-size: 1.03rem !important; 
	    margin: -15px 3px 0 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: -60px;
	    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-meta{
	    //margin: 40px 0 -30px 0;	
	}
	.loop-description p {
   	    padding: 0 20px 0 20px;
	}
	.sidebar-review-msg, .sidebar-review-row{
	    width: 270px;
	}
	.sidebar-review-img{
	    margin: 0 0 -27px 0px;
	}	
	.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-inside-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;
    }
	.sidebar-review-msg, .sidebar-review-row{
		width: 250px;
	}
	.sidebar-review-img{
		margin: 0 0 -24px 0;
	}
	h1{
		font-size: 1.5rem !important;
	}
	h1.book-title{
		margin-top: 0 !important;	
    }
	.book-subtitle{
        font-size: 1.3rem; 
	}
}

@media (max-width: 820px) {
	.sidebar-review-img{
		margin: 0 0 -24px -10px;
	}
}

@media (max-width: 768px) {
	.book-review {
		flex-direction: column;
	}
	.book-review-img {
		margin-bottom: 15px;
	}
	.sidebar {
		margin-top: -30px;
	}	
	.sidebar-review {	
		margin-top: 0px;
	}	
	.sidebar .widget{
    	margin: 0 0 0 0;
	}
	.sidebar-review-msg, .sidebar-review-row{
		width: 300px;
	}
	.sidebar-review-img{
		margin: 0 0 -25px 190px;
	}
	.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 0 -50px 0;
    }
    .footer-menu-title{
        font-size: 1.07rem;
        margin-bottom: 0;
		margin-top: 0;
    }
    .footer-menu-list a{
        font-size: 1.05rem;
    }
	.footer-col-menu::after{
        display: none;
    }
}

@media (max-width: 600px){
	body{
	    font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
	#menu-secondary-items{
   		top: 75px;
	}
	#menu-secondary-items li a{
    	padding: 7px 0;
	}
	h1{ 
	    font-size: 1.09rem !important;
    }
    h2{ 
	    font-size: 1.08rem !important;
    }
	.about-hero-text h1, .widget-title, h4.content-block-title, .feature-b-title{
    	  font-size: 1.08rem !important;
    	  margin-bottom: 5px !important;
    	  margin-top: 0 !important;
	  color: #c81800 !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: 0 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;
	}
	.sidebar-review-msg, .sidebar-review-row{
		width: 280px;
	}
	.sidebar-review-img{
		margin: 0 0 -25px 10px;
	}
	.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; 
	}
}

@media (max-width: 540px) {
	body{
	    font-size: 1.1rem !important;
		line-height: 1.6rem !important;
	}
	.sidebar-review-msg, .sidebar-review .sidebar-review-row{
		width: 270px;
	}
	.sidebar-review-img{
		margin: 0 0 -25px 90px;
	}
	.book-block-row{ 
	    margin-top: -20px !important;	 
	}
	h1{
		font-size: 1.4rem !important;
	}
	h1.book-title{
		margin-top: -40px !important;
    }
	.book-subtitle{
        font-size: 1.25rem; 
	}
}

@media (max-width: 430px) {
	.sidebar-review-img{
		margin: 0 0 -25px 40px;
	}
}

@media (max-width: 390px) {
	.sidebar-review-img{
		margin: 0 0 -25px 30px;
	}
	.book-block-row{ 
	    margin-top: -20px !important;	 
	}
	h1{
		font-size: 1.25rem !important;
	}
	h1.book-title{
		margin-top: -50px !important;
    }
	.book-subtitle{
        font-size: 1.15rem; 
	}
}

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

@media (max-width: 344px) {
	.sidebar-review-img{
		margin: 0 0 -25px 0;
	}
	.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); }
}