/*
Theme Name: Boo
Theme URI: https://zami.dev/
Author: zami.dev (maintained fork of ThemeRella Boo)
Author URI: https://zami.dev/
Description: Versatile, powerful WordPress theme originally by ThemeRella. Updated to PHP 8.1–8.5 and hardened by zami.dev while keeping original Boo functionality.
Version: 4.0.10
Requires at least: 6.0
Requires PHP: 8.1
License: GNU General Public License
License URI: license.txt
Text Domain: boo
Tags: featured-images, two-columns, custom-header, custom-menu, flexible-header, full-width-template, post-formats, theme-options
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.author,
.comments{
	display:none!important;
}
.brand-inner img{
	height:60px;
	padding-left:15px;
}
.post-img-medium{
	-webkit-box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
}
body .post-img-medium .post-image{
	margin-right:0!important;
	margin-left:3.57143em !important;
	order:2;
}
.post-img-medium .post-contents{
	padding:20px 0 20px 25px;
}
body .wp-block-search .wp-block-search__inside-wrapper{
	flex-wrap:wrap;
}
body .wp-block-search .wp-block-search__button{
	margin-left:0;
}
.portfolio-details > .container > p{
	display:none;
}
body #pojo-a11y-toolbar {
    top: 175px !important;
}
body .navbar-brand {
	padding-top:15px;
	padding-bottom:15px;
}
.banner-absolute{
	position:absolute;
	top:20px;
	right:20px;
}
.banner-absolute img{
	width:240px;
}
body .grid.caption-fixed .portfolio-content {
    padding-top: 35%;
}
body .blog-post .entry-more:focus, body .blog-post .entry-more:hover {
    background-color: #f42958;
}
.single #content{
	padding-top:0;
}
.row > .col-md-4:nth-of-type(3n+4){
	clear:left;
}
@media (max-width: 991px){
	body .main-header .navbar-brand {
		padding: 10px 0;
	}
	body .main-header .navbar-brand img{
		height:40px;
	}
	body #pojo-a11y-toolbar {
    	top: 50% !important;
	}
	.banner-absolute {
	    top: 5px;
    	right: 10px;
	}
	.banner-absolute img{
		width:110px;
	}
	body .grid.caption-fixed .portfolio-content {
		padding-top: 55%;
	}
	body h1{
		font-size:38px;
	}
}