/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1
Text Domain: stockholm
Template: stockholm
*/

h1 {
    color: #121211;
    font-family: 'Spectral', sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 60px;
    font-style: normal;
    margin-bottom: 30px;
}

h2 {
    color: #121211;
    font-family: 'Spectral', sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 57px;
    text-transform: initial;
    font-style: normal;
    margin-bottom: 15px;
}

h3 {
    color: #121211;
    font-family: "Spectral", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 39px;
    font-style: normal;
    text-transform: initial;
    margin-bottom: 8px;
}

h4 {
    color: #121211;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 33px;
    font-style: normal;
    text-transform: initial;
    margin-bottom: 8px;
}

h5 {
    color: #121211;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 33px;
    font-style: normal;
    text-transform: initial;
    margin-bottom: 8px;
}

h6 {
    color: #121211;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 30px;
    font-style: normal;
    text-transform: initial;
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    color: #121211;
}

p > a {
    text-decoration: underline;
}

.has-burgundy-color {
    color: #512B2B;
}

.has-dark-beige-color {
    color: #9B948C;
}

.has-beige-color {
    color: #BFB7AD;
}

.has-light-beige-color {
    color: #F2F0EB;
}

.has-white-color {
    color: #FFFFFF;
}

.has-black-color {
    color: #121211;
}

.has-light-beige-background-color {
    background-color: #F2F0EB;
}

.has-burgundy-background-color {
    background-color: #512B2B;
}

.has-beige-background-color {
    background-color: #BFB7AD;
}

.has-dark-beige-background-color {
    background-color: #9B948C;
}

.has-black-background-color {
    background-color: #121211;
}

:root .has-black-background-color {
    background-color: #121211;
}

.has-white-background-color {
    background-color: #ffffff;
}

.wp-block-button__link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 40px;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 1px solid;
    color: #121211;
}

.is-style-outline>.wp-block-button__link:hover {
    color: #fff;
    background-color: #121211;
}

.is-style-outline>.wp-block-button__link:hover {
    color: #fff;
    background-color: #121211;
}

.wp-block-button__link:hover {
    color: #fff;

}

.wp-block-button>.has-light-beige-background-color:hover {
    background-color: #EFEDE7;
}

.wp-block-button>.has-burgundy-background-color:hover {
    background-color: #462525;
}

.wp-block-button>.has-beige-background-color:hover {
    background-color: #aca49b;
}

.wp-block-button>.has-dark-beige-background-color:hover {
    background-color: #938d86;
}

.wp-block-button>.has-black-background-color:hover {
    background-color: #121211;
    color: #fff;
}

.wp-block-button>.has-white-background-color:hover {
    background-color: #ffffff;
    color: #121211;
}
 
.wp-block-table table {
    line-height: 38px;
}

.wp-block-table thead {
    border-bottom: 4px solid #BFB7AD;

}

.wp-block-table table th {
    line-height: 38px;
    font-weight: 600;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    color: #121211;
}

.wp-block-table.is-style-stripes tbody tr {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 38px;
    color: #121211;
    font-weight: 400;
}
 
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #F2F0EB;
}

.wp-block-table.is-style-stripes tbody td>a {
    font-family: "Source Sans Pro", sans-serif;
    color: #121211;
    font-style: normal;
    font-weight: 600;
    text-decoration: underline;
}

.wp-block-table.is-style-stripes tbody td>a:hover {
    font-family: "Source Sans Pro", sans-serif;
    color: #121211;
    font-style: normal;
    font-weight: 600;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    margin: 0;
    padding: 0.7em 0;
    border: 0;
    width: 100%;
    display: block;
}
 
.wp-block-getwid-accordion__header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 48px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.footer_top .container_inner {
    width: 1400px;
}
