/* 
 Theme Name:   Astra Child
 Theme URI:    
 Description:  
 Author:       Roman Lavrov
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-title .word-2 {
  font-weight: 200;
}

.site-title .word-3 {
  font-weight: 200;
}

    .nested-toggle {
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
    }

    .nested-toggle-item {
        border-top: 1px solid #ccc;
    }

    .nested-toggle-item:first-child {
        border-top: none;
    }

    .nested-toggle-title {
        padding: 12px 16px;
        background: #f7f7f7;
        cursor: pointer;
        font-weight: 600;
        position: relative;
    }

    .nested-toggle-content {
        display: none;
        padding: 12px 16px;
        background: #fff;
        border-top: 1px solid #ccc;
    }

    .nested-toggle-item.open .nested-toggle-content {
        display: block;
