:root {
    --color-primary: #fe6500;
    --color-secondary: #56509f;
    --color-text: #707070;
    --transition-primary: .3s all ease;
}

#et-top-navigation {
    font-weight: 400;
}

/* h1, h2, h3, h4 {
    font-weight: 300;
} */

h3, h4, h5 {
    font-size: 24px !important;
    margin-bottom: 10px;
}

body:not(.home) h1,
body:not(.home) h2 {
    font-size: 50px !important;
}

body:not(.home) h6 {
    font-size: 24px !important;
    margin-bottom: 10px;
}

.et_pb_text ul {
    list-style: none;
    padding-left: 0;
}

.et_pb_text ul > li {
    padding-left: 30px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-image: url('/wp-content/uploads/style_1.png');
    line-height: 1.3;
}

#main-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

.m-icon-text .et_pb_blurb_content {
    padding-left: 110px;
}

.m-icon-text .et_pb_main_blurb_image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.cats-list {
    list-style: none;
    text-align: center;
}

.cats-list > li {
    display: inline-block;
    margin: 0 10px .5em 10px;
    border: 1px solid transparent;
    border-bottom-color: #E8E8E8;
    transition: var(--transition-primary);
}

.cats-list > li:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.cats-list > li > a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 18px;
    transition: var(--transition-primary);
}

.cats-list > li:hover > a {
    color: #ffffff;
}

@media screen and (min-width: 981px) {
    .r-align-items-center .et_pb_column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
} 