body, input {
    color: #000;
    font-family: "radnika",sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "arcamajora", sans-serif;
    color: #000;
    font-style: normal;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: .5rem;
    margin-top: 0rem;
    text-rendering: optimizeLegibility;
}

a{
    transition: .3s;
}

/** header */
header.site-header{
    border-bottom: 1px solid #cdcdcd;
    padding: 25px 2.8rem;
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    header.site-header{
        padding-left: 0;
        padding-right: 0;
    }
}
header.site-header .site-branding img {
    max-height: 54px;
    width: auto;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
}
header.site-header .mobile__open{
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin-left: 50px;
}
header.site-header .mobile__open span{
    margin-bottom: 10px;
    width: 50px;
    height: 4px;
    display: block;
    background: #000;
}
header.site-header .mobile__open span:last-child{ margin-bottom: 0 }

@media (max-width: 575px) {
    header.site-header .mobile__open span{
        margin-bottom: 8px;
        width: 40px;
    }
}

.mobile__menu{ display: none }
.mobile__menu.active{
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 142px;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 20px;
}

ul#primary-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#primary-menu li{
    margin-bottom: 10px;
}
ul#primary-menu li a{
    font-family: "arcamajora", sans-serif;
    font-size: 1.2rem;
    color: #000;
}
ul#primary-menu li a:hover{
    text-decoration: none;
    color: #70bd0a;
}
/** /header */

/** footer */
footer.site-footer{
    background: #d5d5d5;
    padding: 30px 0;
}
footer.site-footer .widget {
    margin: 0 15px;
}
footer.site-footer .widget p{
    margin-bottom: 0;
}
footer.site-footer .widget p a{
    color: #000;
}
/** /footer */

/* content */
.entry-content{ text-align: center }
h2.entry-title,
h1.entry-title{ text-align: center; font-size: 4rem; font-weight: 900; margin-top: 0; color: #000 }

h2.entry-title a{
    color: #000;
}

@media (max-width: 575px) {
    h2.entry-title,
    h1.entry-title{
        font-size: 2.1rem;
    }
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
    color: #606060;
    margin-top: 40px;
}
.button-page a:visited,
.button-page a{
    display: inline-block;
    border-radius: 40px;
    background: #ff0c0d;
    color: #fff;
    text-transform: uppercase;
    font-family: "arcamajora", sans-serif;
    font-size: 1.5rem;
    padding: 20px 50px 17px;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0,0,0,0.41);
    box-shadow: 0px 10px 30px -4px rgba(0,0,0,0.41);
}
.button-page{ margin-bottom: 10px}
.button-page a:focus,
.button-page a:checked,
.button-page a:active,
.button-page a:hover{
    text-decoration: none;
    color: #fff;
    background: #e20001;
}
@media (max-width: 575px) {
    .button-page a:visited,
    .button-page a{
        padding: 20px 10px;
        font-size: 1rem;
        width: 100%;
    }
}

.text-by-btn, 
.text-by-btn a,
.text-by-btn a:focus,
.text-by-btn a:checked,
.text-by-btn a:active,
.text-by-btn a:hover,
.text-by-btn a:visited  {
    color: #e20001;
    font-family: "arcamajora", sans-serif;
    font-size: 1.2rem;
}
.text-by-btn a:hover {
    text-decoration: underline;
}

.post-thumbnail{
    display: block;
    text-align: center;
}
/* /content */


/* wrapper-age */
body.post-template-single-template-full-content{
    padding: 16px 0;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 768px){
    body.post-template-single-template-full-content{
        padding: 50px 0;
    }
}
.wrapper-age{
    margin: 0 auto;
    background: #fff;
    max-width: 600px;
    width: calc(100% - 16px);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    padding: 16px;
}

.wrapper-age__img {
    margin-bottom: 0;
}
.wrapper-age__img figure{
    margin: 0 auto;
}
.wrapper-age__desc{
    margin-bottom: 15px;
    font-family: "arcamajora", sans-serif;
    font-size: 14px;
}
@media screen and (min-width: 768px){
    .wrapper-age__desc{
        margin-bottom: 40px;
        font-size: 1rem;
    }
}

.wrapper-age__title{
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px){
    .wrapper-age__title{
        font-size: 2.4rem;
        margin-bottom: 2.4rem;
    }
}

.wrapper-age__columns{
    margin-bottom: 30px;
}

.wrapper-age__columns .wp-block-buttons{
    margin-bottom: 10px;
}

@media screen and (min-width: 600px){
    .wrapper-age__columns .wp-block-buttons{
        margin-bottom: 0;
    }
}

.wrapper-age__text{
    color: #000;
    font-family: "arcamajora", sans-serif;
}
.wrapper-age__text a{
    color: #000;
    text-decoration: underline;
}

.button-age{
    margin: 0;
    width: 100%;
}
.button-age a{
    font-size: 1.2rem;
    padding: 6px 50px 3px;
    font-family: "arcamajora", sans-serif;
    transition: opacity .2s ease;
    width: 100%;
}
.button-age a:hover{
    opacity: .7;
    text-decoration: none;
}

@media screen and (min-width: 768px){
    .button-age{
        width: auto;
    }
    .button-age a{
        font-size: 2rem;
        width: auto;
    }
}

/* /wrapper-age */