/**
Theme Name: GuCherry Lite
Author: everestthemes
Author URI: https://everestthemes.com/
Theme URI: https://everestthemes.com/themes/gucherry-lite-free-wordpress-theme/
Version: 1.0.4
Requires PHP: 5.6
Tested up to: 5.9
Description: GuCherry Blog Lite is a modern Gutenberg compatible eye catching interactive designed free WordPress theme for bloggers. This blog theme features a modern, elegant and clean layout along with a fully responsive design especially for creating personal blog. Using GuCherry Lite, You can share your ideas on various topics such as travel, lifestyle, food, fashion, magazine and many more. It is a Speed & SEO optimized theme which helps your website perform well in search engine ranking. Furthermore, it is cross browser compatible and looks beautiful on any device and screen sizes. If you are looking for demo content & support kindly do log-on to https://everestthemes.com/
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, blog, right-sidebar, theme-options, footer-widgets, left-sidebar, grid-layout, news, custom-header, slider
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gucherry-lite
Template: gucherry-blog
*/
/*
Theme Name: GuCherry Blog Child
Theme URI: https://everestthemes.com/themes/gucherry-blog-free-wordpress-theme/
Description: Child theme for GuCherry Blog
Author: Your Name
Author URI: your-uri
Template: gucherry-blog
Version: 1.0.0
Requires PHP: 7.0
Text Domain: gucherry-blog-child
*/

/* Імпортуємо стилі батьківської теми */
@import url("../gucherry-blog/style.css");

/* Стилізація блоку цитати */
blockquote {
    background-color: #ffffff !important;
    border-left: 3px solid #c4a98d !important;
    padding: 20px 30px !important;
    margin: 25px 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
}

/* Відкриваюча лапка для цитати */
blockquote:before {
    content: '"' !important;
    position: absolute !important;
    left: 10px !important;
    top: -5px !important;
    font-size: 60px !important;
    color: #c4a98d !important;
    font-family: "Georgia", serif !important;
    opacity: 0.3 !important;
    line-height: 1 !important;
}

/* Закриваюча лапка для цитати */
blockquote:after {
    content: '"' !important;
    position: absolute !important;
    right: 10px !important;
    bottom: -25px !important;
    font-size: 60px !important;
    color: #c4a98d !important;
    font-family: "Georgia", serif !important;
    opacity: 0.3 !important;
    line-height: 1 !important;
}

/* Стилізація тексту всередині цитати */
blockquote p {
    text-align: center !important;
    font-size: 0.95em !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: #4a4a4a !important;
    font-family: 'Georgia', serif !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Стилізація курсиву в цитатах */
blockquote p em {
    font-style: italic !important;
    font-weight: normal !important;
}

/* Стилізація підпису до зображення */
.wp-caption-text {
    font-family: Georgia, serif !important;
    font-size: 1.25em !important;
    font-style: italic !important;
    color: #886f57 !important;
    text-align: center !important;
    margin-top: 12px !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.02em !important;
    line-height: 1.5 !important;
    padding: 0 15px !important;
    font-weight: 300 !important;
}

/* Декоративна лінія перед підписом до зображення */
.wp-caption-text:before {
    content: '' !important;
    display: block !important;
    width: 40px !important;
    height: 1px !important;
    background-color: #886f57 !important;
    margin: 0 auto 12px auto !important;
    opacity: 0.5 !important;
}