/*
Theme Name: Twenty Seventeen Child
Theme URI:
Author: Kaloyan Kostov
Author URI: 
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 2017awesome
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: twentyseventeen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: Lato, sans-serif;
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    max-width: 903px;
}

.colors-dark .entry-content a,
.colors-dark .entry-summary a,
.colors-dark .comment-content a,
.colors-dark .widget a,
.colors-dark .site-footer .widget-area a,
.colors-dark .posts-navigation a,
.colors-dark .widget_authors a strong {
    box-shadow: none!important;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 1.875rem;
}

.single-featured-image-header {
    display: none;
}

.home .entry-content,
.home .entry-header {
    width: 100%!important;
    text-align: center;
}

.products-head ul {
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products-head ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 48%;
    text-align: center;
    margin: 0 10px 10px 0;
}

.products-head ul li a {
    box-shadow: none!important;
}

.products-head ul li a:hover {
    box-shadow: none!important;
    box-shadow: 0 0 20px 5px #bbb!important;
}

.products-head ul li img {
    box-shadow: none!important;
}

.products-head ul li span {
    display: block;
    margin: 0 auto 1rem;
    width: auto;
    height: auto;
}

h2.elementor-heading-title:hover {
    color: #e14d43!important;
}


/* .panel-content .wrap {
    padding-top: 3em;
}

.panel-content .wrap h2 {
    color: #5777aa!important;
}

.panel-content .wrap a:hover {
    text-decoration: underline;
    text-decoration-color: #5777aa;
} */


/* for test page*/

#block {
    max-width: 960px;
    margin: 0 auto;
}

#block div {
    margin-bottom: 30px;
    min-height: 250px;
    text-align: left;
}

#block div img {
    width: 100%;
    box-shadow: 0 0 0 0;
}

#block div a {
    box-shadow: none;
}

#block div a:hover {
    box-shadow: none;
}

.site-branding-text {
    margin-bottom: 98px;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    height: 32vh;
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    #block {
        max-width: 960px;
        margin: 0 auto;
    }
    #block div {
        width: 47%;
        float: left;
        min-height: 250px;
        /* background: blue; */
    }
    .souvenirs {
        margin-left: 30px;
    }
    .has-header-image.twentyseventeen-front-page .custom-header,
    .has-header-video.twentyseventeen-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        height: 105vh;
    }
    body.has-header-image .site-title,
    body.has-header-video .site-title,
    body.has-header-image .site-title a,
    body.has-header-video .site-title a {
        font-size: 32px;
    }
    .site-branding-text {
        margin-bottom: 375px;
    }
}


/* for test page and*/

@media screen and (min-width: 48em) {
    body:not(.has-sidebar):not(.page-one-column) .page-header,
    body.has-sidebar.error404 #primary .page-header,
    body.page-two-column:not(.archive) #primary .entry-header,
    body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
        width: 20%;
        float: right;
    }
    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    .error404:not(.has-sidebar) #primary .page-content,
    .error404.has-sidebar #primary .page-content,
    body.page-two-column:not(.archive) #primary .entry-content,
    body.page-two-column #comments {
        width: 77%;
        float: left;
    }
    #post-56 header {
        display: none;
    }
    #post-56 .entry-content {
        width: 100%!important;
    }
    div.panel-image {
        background-position: center 120px;
    }
}

@media screen and (min-width: 20em) {
    .products-head ul li {
        width: 46%;
    }
    .has-header-image .custom-header-media img,
    .has-header-video .custom-header-media video,
    .has-header-video .custom-header-media iframe {
        position: inherit;
    }
}