/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Hello Elementor Child Theme
 Author:       Elementor Team
 Author URI:   https://elementor.com/
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-elementor-child
*/

.ag-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Заглавие на архивните/блог страниците — да съвпада със заглавията на другите страници */
body.blog .page-header .entry-title,
body.archive .page-header .entry-title,
body.search .page-header .entry-title {
    color: var(--red);
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
}
