/*
Theme Name: Gods Astra Child
Theme URI: https://limlab.ru
Template: astra
Author: LIM LAB
Author URI: https://limlab.ru
Description: Gods The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.1.1.1771521056
Updated: 2026-02-19 20:10:56

*/
/* Мои пользовательские стили */
.entry-meta,
.entry-meta * {
    display: none !important;
}

/* Растянутый блок на всю ширину + центрирование содержимого */
.wp-block-columns.ven.has-ast-global-color-5-background-color {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    
    /* 👇 НОВОЕ: центрирование содержимого */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 👇 НОВОЕ: центрируем сами колонки */
.wp-block-columns.ven.has-ast-global-color-5-background-color .wp-block-column {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* --- Контейнер всей области логотипов --- */
#gs_logo_area_49 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
}

/* --- Сама карусель --- */
#gs_logo_area_49 .gs_logo_container.gs_carousel_swiper {
    display: block;
    width: 100%;
}

/* --- Элемент слайда --- */
#gs_logo_area_49 .gs_logo_single--wrapper {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    max-width: 200px;
    margin-right: 20px;
    padding: 0 !important;
}

/* --- Сами картинки --- */
#gs_logo_area_49 .gs_logo_single img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* --- Отключаем левые/правые отступы контейнера от плагина --- */
#gs_logo_area_49:not(.verticaltickerdown):not(.verticalticker) .gs_logo_container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* --- Адаптация под мобильные --- */
@media (max-width: 767px) {
    #gs_logo_area_49 .gs_logo_single--wrapper {
        max-width: 120px;
        margin-right: 10px;
    }
}

.category-vends .ast-article-post .post-thumb img,
.category-vends .ast-article-post .ast-post-format img {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    background-color: #f5f5f5;
}

/* 👇 НОВОЕ: убираем горизонтальную прокрутку при необходимости */
body {
    overflow-x: hidden;
}

