/*
Theme Name: Frontier_Child
Author: Volodymyr Novosolov
Description: Testing Old Good Frontier
Version: 2.0
Template: frontier

This is the child theme for Frontier theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.widget-header.frontier-widget .adaptive-notice .notice-mobile {
    display: none; /* базово сховане */
}

.widget-header.frontier-widget .adaptive-notice .notice-desktop {
    display: none; /* базово сховане */
}

/* Мобільні */
@media (max-width: 768px) {
    .widget-header.frontier-widget .adaptive-notice .notice-mobile {
        display: inline-block !important;
    }
}

/* Десктоп */
@media (min-width: 769px) {
    .widget-header.frontier-widget .adaptive-notice .notice-desktop {
        display: none; /* дектоп  сховане */
    }
}
/*-------------------------------
 Типографика
 -------------------------------
*/
/* Заголовки */
h1, h2, h3, h4, h5, h6 
{
    clear: both;
    font-family: Sans-serif;
    font-weight: bold;  /* тільки для заголовків */
    line-height: 1.2;
}

/* Тіло сторінки та текст статей */
body {
    background-color: #505050;
    color: #303030;
    font-family: Arial, Sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;  /* текст не жирний */
}

/* Уривки на головній / віджетах */
.entry-excerpt,
.entry-excerpt p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0.8em;
    font-weight: normal;
}

/* Текст статей у single-view */
.single-view .entry-content,
.single-view .entry-content p {
    font-size: inherit;      /* успадковує body */
    line-height: 1.5;
    margin-bottom: 0.8em;
    font-weight: normal;
}
.entry-byline.cf {
    line-height: 1.7;      /* збільшений міжрядковий інтервал */
    margin-bottom: 0.5em;  /* відступ під блоком */
	
}

/*-------------------------------
 2. Виключення dsl;потсу у віджеті зі сторінок
 -------------------------------
*/