/*
Theme Name: Cruzro Jagi Puzkoa Blogus Child
Theme URI: https://cruzrojagipuzkoa.com/
Author: Cruzro Jagi Puzkoa
Description: Child theme for Blogus preserving the Blogstep look, with a classic full-content homepage and clean dynamic footer copyright.
Template: blogus
Version: 1.0.0
Requires PHP: 7.4
Requires at least: 6.7
Tested up to: 7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cruzrojagipuzkoa-blogus-child
Tags: blog, news, one-column, two-columns, right-sidebar, custom-logo, featured-images, footer-widgets
*/
:root {
    --raduis: 10px;
    --headFont: "Urbanist", sans-serif;
}
body{
    font-family: "DM Sans", sans-serif;
}
.inner .title, .bs-blog-post .title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bs-headfive {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
}
.bs-headfive .navbar-wp{
    border-top: 1px solid;
}
.bs-headfive .bs-header-main .inner {
    display: flex;
    padding: 25px 0;
    margin: 0;
    height: auto;
    align-items: center;
    text-align: center;
}
.bs-blog-post.single .bs-header .bs-info-author-block, .page-entry-title .bs-breadcrumb-section .overlay{
    backdrop-filter: none;
    border: none;
}
.featured-widget-content .bs-blog-thumb.lg {
    height: 300px;
}
.single-class .featured-widget-content .bs-blog-thumb.lg {
    height: 250px;
}
.homemain-two .bs-blog-category{
    justify-content: center;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    border-radius: var(--raduis);
    box-shadow: none;
    border: 1px solid;
}
.widget_block .wp-block-search__button, .navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a, .wp-block-tag-cloud a, .tagcloud a{
    border-radius: var(--raduis);
}
.bs-blog-post.single .bs-header .title{
    display: block;
}
.navbar-brand {
    margin-right: 0;
}
.bs-blog-post .title{
    font-size: 28px;
}
.list-blog.bs-blog-post, .bs-sidebar .bs-widget.widget_blogus-author-widget{
    padding: 10px;
    border-radius: var(--raduis);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
    margin-bottom: 40px;
    border: 1px solid #feeaec;
}
.list-blog.bs-blog-post .small{
    padding: 10px !important;
    font-size: 16px;
}
.list-blog.bs-blog-post:has(.bs-blog-thumb) .small{
    padding-left: 0 !important;
}
.bs-card-box.page-entry-title, .bs-card-box, .bs-breadcrumb-section .overlay, .bs_model .modal-content, .bs-blog-post.single, .bs-info-author-block{
    border: 1px solid #feeaec;
    border-radius: var(--raduis);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
}
.bs-sidebar .bs-widget{
    padding: 0;
    box-shadow: none;
    border: 0;
}
.bs-sidebar .bs-widget .wp-block-search__inside-wrapper{
    gap: 10px;
}
.bs-sidebar .bs-widget.widget_blogus-author-widget{
    padding: 20px;
}
.featured-widget-content .bs-blog-post .inner{
    padding: 0px !important;
    padding-top: 16px !important;
}
.featured-widget-content .bs-blog-post:hover{
    box-shadow: none;
}
.featured-widget.wd-back{
    padding: 0;
    box-shadow: none;
}
.featured-widget .bs-blog-post{
    box-shadow: none;
}
.bs-blog-thumb .bs-blog-category{
    position: absolute;
    top: 10%;
}
.bs-blog-thumb .bs-blog-category a:first-child{
    border-radius: 0 14px 14px 0;
}
.bs-blog-category a:is(:nth-child(1), :nth-child(2) ){
    display: flex;
}
.bs-blog-category a { 
    padding: 5px 15px;
    border-radius: 14px;
    display: none;
    font-family: var(--headFont);
}
.list-blog .bs-blog-thumb {
    width: 35.333333%;
    max-width: 35.333333%;
    min-width: 35.333333%;
    height: 250px;
    min-height: 250px;
}
.bs-blog-thumb, .bs-sidebar .bs-widget, .wd-back, .bs-blog-post.three, .bs-slide, .page-entry-title, .bs-breadcrumb-section .overlay, .bs-blog-post.single, .bs-info-author-block, .py-4.px-3.mb-4.bs-card-box, .comments-area.bs-card-box.p-4, .bs-card-box.padding-20{
    border-radius: var(--raduis);
}
.bs .swiper-button-prev, .bs .swiper-button-next{
    opacity: 0;
}
/* ------------------
-----------new-tickers-------
---------------- */
.bs-latest-news {
    overflow: hidden;
    min-height: 50px;
    position: relative;
    border: 2px solid;
    margin-top: 30px;
    border-radius: var(--raduis);
}
.bs-latest-news .acmeticker-wrap{
    height: 100%;
}
.bs-latest-title {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 100%; 
    padding-right: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.bs-latest-news-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: auto;
}
.bs-latest-news-slider.stop-ticker{
    right: 0;
    left: 0;
}
.bs-latest-heading {
    font-size: 18px;
    margin-bottom: 0; 
    height: 100%; 
    padding: 10px 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.bs-latest-heading i{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    position: relative;
}
.bs-latest-heading span{
    margin-left: 8px;
}
.bs-latest-heading i:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 50%;
    animation-name: rippal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes rippal {
	0%{
		width: 0;
		height: 0;
		opacity: 1;
	}
	100%{
		width: 28px;
		height: 28px;
		opacity: 1;
	}
}
.featured-widget-content .small-post .img-small-post {
  border-radius: 50%;
  width: 85px;
}
.bs-latest-list {
    margin: 0 10px; 
}
.bs-latest-news-inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-latest-play {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-latest-play span{
    font-size: 16px; 
    line-height: 23px;
    padding: 10px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-latest-news .bs-latest-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius:4px;
    object-fit: cover;
    border: 1px solid ;
}
/* Sidebar Title */
.bs-widget-title .title, .widget_block h2, .bs-widget .wp-block-search__label {
    padding-left: 10px;
}
.bs-widget-title .title:before, .widget_block h2:before, .wp-block-search__label:before {
    width: 3px;
    height: 16px;
    top: 0;
    left: 0;
}
.bs-widget-title .title:after, .widget_block h2:after, .wp-block-search__label:after {
    width: 16px;
    top: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: '';
}
.bs-blog-post .small-bottom {
    margin-top: 10px;
    border-top: 1px dashed;
    padding-top: 10px;
}
.bs-social.info-left{
    justify-content: start;
}
.bs-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget ul li{
    border-width: 0 0 1px 0;
    border-style: solid;
}
.widget_block .bs-widget-title .title:before{
    width: 3px;
}
/* MainFeatured */
.mainfeatured {
    margin-top: 30px;
    margin-bottom: 50px;
}
.mainfeatured .bs-slide .inner .title {
    font-size: 40px;
}
.bs-slide .inner {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 991px){
    .bs-headthree .navbar-brand .custom-logo {
        width: 200px;
        height: auto;
    }
    aside.sidebar-left {
        order: 2;
    }
}
@media screen and (max-width: 767px){
    .bs-latest-heading span{
        display:none;
    }
    .bs-headthree .navbar-brand .custom-logo {
        width: 120px;
        height: auto;
    }
    .site-branding-text .site-title a, .site-branding-text .site-title{
        font-size: 26px;
    }
}

.switch{
    display: none;
}

/* Cruzro Jagi Puzkoa child adjustments */
.home #blog-list .bs-blog-post.list-blog,
.blog #blog-list .bs-blog-post.list-blog {
    display: block;
    width: 100%;
    max-width: 100%;
}

.home #blog-list .bs-post-thumb,
.blog #blog-list .bs-post-thumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.home #blog-list .bs-post-thumb img,
.blog #blog-list .bs-post-thumb img,
.cruz-classic-featured-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.home #blog-list article.small,
.blog #blog-list article.small {
    width: 100%;
    max-width: 100%;
    padding: 20px !important;
}

.cruz-full-content img,
.cruz-full-content iframe,
.cruz-full-content embed,
.cruz-full-content video,
.cruz-full-content table {
    max-width: 100%;
}

.cruz-full-content table {
    width: 100%;
}

.cruz-full-content a,
.cruz-full-content .wp-block-button__link {
    word-break: break-word;
}

.bs-footer-copyright,
.cruz-footer-copyright {
    text-align: center;
}

.cruz-footer-copyright {
    margin: 0;
}

@media (max-width: 991px) {
    .home #blog-list article.small,
    .blog #blog-list article.small {
        padding: 16px !important;
    }
}