/* my custom font */


body {
    font-family: avenir !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: avenir !important;
}

.grey {
    color: #909090;
}

.cache-notification__container {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
    max-width: 560px;
    min-width: 320px;
    margin: 0 auto;
    background: white;
    box-sizing: border-box;
    border: 1px solid #c9c7cb;
}
.cache-modal__content__header {
    width: 100%;
    text-align: right;
}
.cache-modal__close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    color: #9EBB4F;
    font-size: 24px;
    width: 100%;
}
.cache-modal__content__dialog {
    margin: 0;
    text-align: center;
    width: 100%;
}
.cache-modal__content__dialog__privacy-policy-text {
    margin: 20px 2%;
}
.cache-modal__content__dialog__privacy-policy-text > a {
    border-bottom: 1px #deeabc solid;
    color: #9EBB4F;
}
.blog-container {
    padding: 20px 0;
}
.blog p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}
.blog p+p {
    margin-top: 16px;
}
.blog-container .heading-holder {
    padding: 20px 0;
    height: auto;
}
.blog-container .heading-holder h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    text-transform: initial;
}
.block {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.block figcaption {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.blog {
    padding-bottom: 20px;
}
.block img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.box {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.block a,
.box a {
    position: relative;
    display: block;
    color: inherit;
    transition: color .2s linear;
}
.box a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.box a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
}
.box figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
}
.box img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.footer-nav {
    position: relative;
    font-size: 18px;
    padding-top: 65px;
}
.footer-nav li {
    margin: 0 25px;
}
.social-networks {
    font-size: 28px;
    line-height: 1;
}
.social-networks li {
    display: inline-block;
    vertical-align: baseline;
}
.social-networks i {
    vertical-align: top;
}
.social-networks li+li {
    margin-left: 60px;
}
.blog-link {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}
.blog-link i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .blog {
        padding-bottom: 40px;
    }
    .box {
        margin-bottom: 20px;
    }
    .blog-link,
    .social-networks {
        text-align: center;
    }
    .footer-nav li {
        margin: 0;
        display: block;
    }
    .footer-nav li+li {
        margin: 10px 0 0;
    }
}