body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #3f3f3f;
    background-color: #fff
}

blockquote {
    position: relative;
    padding-left: 70px;
    border: none
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
    font-style: italic
}

blockquote::before {
    content: "�";
    position: absolute;
    top: -15px;
    left: -5px;
    font-size: 200px;
    line-height: 1;
    color: #dcdcdc
}

a,a:hover {
    color: #262626
}

a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

a:hover {
    opacity: .8;
    text-decoration: none
}

a:focus {
    color: #262626;
    text-decoration: none
}

.display-none {
    display: none
}

.header {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border: none
}

.header__logo {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
    text-align: center
}

@media (max-width: 991px) {
    .header {
        padding-top:0;
        padding-bottom: 10px
    }

    .header__logo {
        position: relative;
        margin-bottom: 0
    }

    .header__right {
        position: absolute;
        top: 0;
        right: 0
    }
}

.logo h1 {
    margin-top: 0;
    margin-bottom: 5px
}

.logo p {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.1
}

.logo__link,.logo__link:hover {
    color: #262626;
    text-decoration: none
}

.logo__link {
    font-size: 48px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.logo__link:hover {
    opacity: .8
}

.logo__description {
    font-size: 14px
}

@media (max-width: 991px) {
    .logo {
        margin-bottom:10px
    }

    .logo__link {
        font-size: 36px
    }

    .logo__description {
        font-size: 12px
    }
}

.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 0
}

.social-icons a {
    padding-left: 4px;
    margin-left: 15px;
    color: #262626;
    text-decoration: none
}

.social-icons a:first-child {
    margin-left: 0
}

.social-icons svg {
    fill: #262626;
    width: 20px;
    height: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__item a:hover,.social-icons svg:hover,.top-icons__search:hover {
    opacity: .8
}

@media (max-width: 767px) {
    .social-icons svg {
        width:16px;
        height: 16px
    }
}

.top-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    padding: 15px 0 0
}

.top-icons svg {
    width: 24px;
    height: 24px
}

.top-icons__search {
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

@media (max-width: 767px) {
    .top-icons svg {
        width:20px;
        height: 20px
    }
}

.nav {
    position: relative
}

.nav__list,.nav__list-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.nav__list-submenu {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 245px;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__list-submenu .nav__list-submenu {
    left: 100%;
    top: -70%;
    border-left: none
}

.nav__item {
    display: inline-block;
    position: relative;
    padding-bottom: 10px
}

.nav__item--active {
    font-weight: 700
}

.nav__item--active::after {
    font-weight: 400
}

.blog-post__info span::after,.nav__item::after {
    content: "-";
    margin-left: 10px;
    margin-right: 10px
}

.blog-post__info span:last-child::after,.nav__item:last-child::after {
    content: "";
    margin-left: 0;
    margin-right: 0
}

.nav__item-submenu:hover>.nav__list-submenu,.nav__item:hover>.nav__list-submenu {
    opacity: 1;
    visibility: visible
}

.nav__item a {
    color: #262626;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__item-submenu {
    position: relative;
    padding: 5px 30px 5px 0
}

.nav__item-submenu a {
    text-transform: none
}

.nav__item-submenu--active {
    font-weight: 700
}

.nav .slicknav_menu .slicknav_btn {
    display: none
}

@media (max-width: 991px) {
    .nav {
        position:absolute;
        left: -258px;
        opacity: 0;
        visibility: hidden
    }

    .nav--mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 265px;
        padding: 20px;
        min-height: 100%;
        height: 100%;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        background-color: #eaeaea;
        transition: left .7s ease
    }

    .nav--mobile .slicknav_nav {
        display: block!important;
        padding-left: 0;
        margin-bottom: 0
    }

    .nav--mobile .slicknav_nav .slicknav_item a {
        display: inline
    }

    .nav--mobile .slicknav_nav .slicknav_arrow {
        float: right;
        opacity: .8
    }

    .nav--mobile .slicknav_nav a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav--mobile .nav__list {
        display: none
    }

    .nav--mobile .slicknav_nav .nav__list-submenu {
        position: relative;
        top: 0;
        left: 0;
        min-width: auto;
        padding: 0 0 0 5px;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        border: 1px solid transparent;
        transition: none
    }

    .nav--mobile .nav__item,.nav--mobile .nav__item-submenu {
        display: block;
        padding: 0;
        text-align: left
    }

    .nav--mobile .nav__item-submenu::after,.nav--mobile .nav__item::after {
        content: none
    }

    .nav--mobile .nav__item a:focus,.nav--mobile .nav__item-submenu a:focus {
        outline: 0
    }
}

.nav-toggle {
    display: none
}

@media (max-width: 991px) {
    .nav-toggle {
        display:block;
        text-align: center
    }

    .nav-toggle__icon {
        width: 32px;
        height: 32px;
        cursor: pointer;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out
    }

    .nav-toggle__icon:hover {
        opacity: .8
    }

    .nav-toggle__icon:focus {
        outline: 0
    }

    .nav-toggle__icon:active {
        box-shadow: none
    }
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220,220,220,.95);
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.search-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 128px;
    height: 128px;
    cursor: pointer;
    z-index: 2
}

.search-popup__close:hover {
    opacity: .8
}

.search-popup__close:focus {
    outline: 0
}

.search-popup__close:active {
    box-shadow: none
}

.search-popup--active {
    opacity: 1;
    z-index: 999999
}

.search-popup--active .search-popup__close {
    display: block
}

.search-popup__container {
    position: relative;
    height: 100%
}

.search-popup form {
    position: absolute;
    left: 60px;
    top: 50%;
    height: 150px;
    margin-top: -75px
}

.search-popup form input[type=text] {
    width: 100%;
    height: 150px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: rgba(0,0,0,0);
    font-size: 130px
}

.search-popup form input[type=text]:focus {
    outline: none
}

@media (max-width: 767px) {
    .search-popup__close {
        width:64px;
        height: 64px
    }

    .search-popup form {
        left: 30px;
        height: 80px
    }

    .search-popup form input[type=text] {
        height: 80px;
        font-size: 60px
    }
}

.top-slider {
    margin-bottom: 50px
}

.top-slider img {
    width: 100%
}

@media (max-width: 991px) {
    .top-slider {
        margin-top:0;
        margin-bottom: 30px
    }
}

.featured-image {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box
}

.featured-image__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: .1
}

.featured-image__content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    padding: 30px 20px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    opacity: .9
}

.featured-image__content-category {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2px
}

.featured-image__content-category a {
    color: #777
}

.featured-image__content-category a:hover {
    opacity: 1;
    color: #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.featured-image__content-title {
    display: block;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.featured-image__content-link a:hover,.featured-image__content-title a:hover {
    color: #777;
    opacity: 1
}

.featured-image__content p,.featured-image__content-link {
    display: block;
    font-size: 14px;
    text-align: center
}

.featured-image__content-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .featured-image {
        height:400px
    }

    .featured-image__content {
        padding: 20px 15px
    }

    .featured-image__content-category {
        font-size: 8px
    }

    .featured-image__content-title {
        font-size: 16px
    }

    .featured-image p {
        display: none
    }

    .featured-image__content-link {
        font-size: 10px
    }
}

.container--grid {
    padding-left: 0;
    padding-right: 0
}

.blog-post--list::after,.blog-post__author::after,.blog-post__comments-item-body::after,.blog-post__comments-item-right::after,.blog-post__footer-tags::after,.blog-post__nav::after,.blog-post__related::after,.container--grid::after,.sidebar-widget__instagram::after,.sidebar-widget__popular-item::after {
    content: "";
    display: table;
    clear: both
}

.container--grid .category-title {
    margin-bottom: 0
}

.container--grid .row {
    margin: 0 15px 30px;
    box-shadow: 0 0 35px 5px rgba(156,156,156,.1)
}

.container--list .row {
    margin: 0 15px
}

@media (max-width: 767px) {
    .container--grid .category-title {
        margin-bottom:30px
    }

    .container--grid .row {
        margin-bottom: 0;
        box-shadow: none
    }
}

.category-title {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    color: #262626
}

.category-title h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px
}

.blog-post,.category-title {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 35px 5px rgba(156,156,156,.1)
}

.blog-post-wrapper {
    padding-left: 40px;
    padding-right: 40px
}

.blog-post__image {
    width: 100%;
    margin-top: 30px;
    overflow: hidden
}

.blog-post__image a:hover {
    opacity: 1
}

.blog-post__image img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out
}

.blog-post__image img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.blog-post__info,.blog-post__title {
    text-align: center
}

.blog-post__title h1,.blog-post__title h2 {
    margin-top: 0;
    font-size: 30px
}

.blog-post__content a,.blog-post__info a,.blog-post__title a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__title a:hover {
    opacity: .8
}

.blog-post__info--top {
    padding-top: 20px;
    padding-bottom: 10px
}

.blog-post__info span {
    display: inline-block;
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .2px
}

.blog-post__content a,.blog-post__info a {
    color: #777
}

.blog-post__info a:hover {
    opacity: 1;
    color: #262626
}

.blog-post__content {
    margin: 30px 0 20px;
    line-height: 28px
}

.blog-post__content p {
    margin-bottom: 20px
}

.blog-post__content a {
    font-weight: 700;
    color: #262626
}

.blog-post__content a:hover,.blog-post__footer-link:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__content-imagefull {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.blog-post__content--404 {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

.blog-post__content--404 p {
    margin-bottom: 40px
}

.blog-post__content--404 form {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc
}

.blog-post__content--404 form input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 90px;
    font-size: 12px;
    border: 0
}

.blog-post__content--404 form input[type=text]:focus {
    outline: 0
}

.blog-post__content--404 form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__author-info-social svg:hover,.blog-post__content--404 form input[type=submit]:hover,.blog-post__footer-social svg:hover {
    opacity: .8
}

.blog-post__content--404 form input[type=submit]:focus {
    outline: 0
}

.blog-post__footer {
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.blog-post__footer-link,.blog-post__footer-tags h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-post__footer-link {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__footer-tags h3 {
    float: left;
    margin: 0;
    padding: 5px 15px 5px 0;
    line-height: 1
}

.blog-post__footer-tags-list {
    float: left;
    line-height: 1
}

.blog-post__footer-tags-list a {
    float: left;
    margin-right: 4px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    line-height: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__footer-tags-list a:hover {
    border-color: #262626
}

.blog-post__author-info-social a:last-child,.blog-post__footer-social-icons a:last-child,.blog-post__footer-tags-list a:last-child,.blog-post__related-item:last-child {
    margin-right: 0
}

.blog-post__footer-social {
    position: relative;
    font-size: 14px;
    text-transform: uppercase
}

.blog-post__footer-social span {
    margin-right: 130px;
    font-weight: 500
}

.blog-post__footer-social-icons {
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    text-align: right
}

.blog-post__author-info-social a,.blog-post__footer-social-icons a {
    margin-right: 10px;
    color: #262626;
    text-decoration: none
}

.blog-post__footer-social svg {
    fill: #262626;
    width: 20px;
    height: 20px
}

.blog-post__author {
    padding: 50px 0;
    margin-top: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.blog-post__author-avatar {
    float: left;
    max-width: 150px
}

.blog-post__author-avatar img {
    width: 100%
}

.blog-post__author-info {
    margin-left: 180px
}

.blog-post__author-info h5,.blog-post__comments h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.blog-post__author-info p {
    font-size: 14px
}

.blog-post__author-info-social {
    padding-bottom: 0;
    text-align: left
}

.blog-post__author-info-social svg,.blog-post__footer-social svg,.blog-post__nav a,.sidebar-widget__follow-me-icons svg {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__author-info-social svg,.sidebar-widget__follow-me-icons svg {
    fill: #262626;
    width: 24px;
    height: 24px
}

.blog-post__nav {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.blog-post__nav-previous {
    float: left;
    max-width: 50%
}

.blog-post__nav-previous-link {
    position: relative;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.blog-post__nav-previous span {
    text-align: left
}

.blog-post__nav-next {
    float: right;
    max-width: 50%
}

.blog-post__nav-next-link {
    position: relative;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.blog-post__nav-next span {
    text-align: right
}

.blog-post__nav a {
    font-weight: 500;
    color: #262626;
    text-decoration: none
}

.blog-post__nav a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__related {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.blog-post__related-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center
}

.blog-post__related-item img {
    max-width: 100%
}

.blog-post__nav span,.blog-post__related-item a {
    display: block
}

.blog-post__related-item a:hover {
    opacity: .8
}

.blog-post__related-item h6 {
    font-size: 14px;
    line-height: 20px
}

.blog-post__related-item span,.page-footer__recent-post-date span,.sidebar-widget__popular-item-info span {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .2px
}

.blog-post__comments {
    padding: 50px 0
}

.blog-post__comments h5 {
    margin-top: 0;
    margin-bottom: 30px
}

.blog-post__comments-list {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee
}

.blog-post__comments-item-body {
    margin-bottom: 30px
}

.blog-post__comments-item-avatar {
    max-width: 120px;
    float: left
}

.blog-post__comments-item-avatar img {
    width: 100%
}

.blog-post__comments-item-right {
    margin-left: 140px
}

.blog-post__comments-item-reply {
    float: right
}

.blog-post__comments-item-info-author a,.blog-post__comments-item-info-date a,.blog-post__comments-item-reply a,.blog-post__related-item a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-item-reply a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.blog-post__comments-item-info-author a:hover,.blog-post__comments-item-reply a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__comments-item-info {
    margin-bottom: 15px
}

.blog-post__comments-item-info-author a,.blog-post__comments-item-info-date a {
    font-weight: 700
}

.blog-post__comments-item-info-date a {
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.blog-post__comments-item-info-date a:hover {
    text-decoration: none;
    opacity: .8
}

.blog-post__comments-children {
    padding: 0;
    list-style: none;
    margin: 0 0 0 35px
}

.blog-post__comments-respond {
    padding-top: 50px
}

.blog-post__comments-respond p,.blog-post__contact p {
    margin-bottom: 20px
}

.blog-post__comments-respond label,.blog-post__contact label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.blog-post__comments-respond textarea,.blog-post__contact textarea {
    width: 100%;
    height: 150px;
    padding: 8px 8px 8px 18px;
    border: 1px solid #dcdcdc
}

.blog-post__comments-respond input[type=email]:focus,.blog-post__comments-respond input[type=text]:focus,.blog-post__comments-respond textarea:focus,.blog-post__contact textarea:focus {
    outline: 0;
    border: 1px solid #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-respond input[type=email],.blog-post__comments-respond input[type=text] {
    width: 50%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dcdcdc
}

.blog-post__comments-respond input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-respond input[type=submit]:hover {
    opacity: .8
}

.blog-post__comments-respond input[type=submit]:focus {
    outline: 0
}

.blog-post__contact input[type=email],.blog-post__contact input[type=text] {
    width: 50%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dcdcdc
}

.blog-post__contact input[type=email]:focus,.blog-post__contact input[type=text]:focus {
    outline: 0;
    border: 1px solid #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact input[type=submit]:hover,.sidebar-widget__follow-me-icons svg:hover {
    opacity: .8
}

.blog-post__contact input[type=submit]:focus,.sidebar-widget__subscribe form input[type=text]:focus {
    outline: 0
}

.blog-post__contact-thank-you {
    text-align: center
}

.blog-post__contact-thank-you h1 {
    font-size: 30px;
    color: #262626
}

.blog-post__contact-thank-you a {
    font-weight: 700;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact-thank-you a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post--fullwidth .blog-post-wrapper {
    padding-left: 120px;
    padding-right: 120px
}

.blog-post--fullwidth .blog-post-wrapper--404 {
    padding-top: 40px;
    padding-bottom: 40px
}

.blog-post--grid {
    margin-bottom: 0;
    box-shadow: none
}

.blog-post--grid .blog-post-wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.blog-post--grid .blog-post__title h2 {
    font-size: 22px
}

.blog-post--grid .blog-post__content {
    padding-bottom: 0;
    text-align: center
}

.blog-post--grid .blog-post__footer {
    justify-content: center
}

.blog-post--list .blog-post__info--date {
    padding-top: 30px
}

.blog-post--list .blog-post__info {
    padding-bottom: 10px
}

.blog-post--list--fullwidth .blog-post__info--date {
    padding-top: 80px
}

.blog-post--list .blog-post__image {
    width: 50%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px
}

.blog-post--list .blog-post__content,.blog-post--list .blog-post__info,.blog-post--list .blog-post__title {
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

.blog-post--list .blog-post__content {
    margin: 0
}

.blog-post--list .blog-post__footer {
    padding-left: 0;
    padding-right: 0
}

.blog-post--list .blog-post__title h2 {
    font-size: 22px;
    line-height: 30px
}

.blog-post--page .blog-post__image {
    margin-top: 0
}

.blog-post--page .blog-post__title {
    padding-top: 50px;
    padding-bottom: 30px;
}

.blog-post--page .blog-post__title h1 {
    margin: 0;
    color: #262626;
    text-transform: uppercase
}

.blog-post--page .blog-post__footer {
    justify-content: center
}

@media (max-width: 1199px) {
    .blog-post--fullwidth .blog-post-wrapper {
        padding-left:40px;
        padding-right: 40px
    }

    .blog-post--grid .blog-post__title h2,.blog-post--list .blog-post__title h2 {
        font-size: 18px;
        line-height: 26px
    }

    .blog-post--grid .blog-post__content,.blog-post--list .blog-post__content {
        font-size: 14px;
        line-height: 26px
    }

    .blog-post--grid .blog-post__footer-link,.blog-post--list .blog-post__footer-link {
        font-size: 12px
    }

    .blog-post--list--fullwidth .blog-post__info--date {
        padding-top: 60px
    }
}

@media (max-width: 991px) {
    .blog-post--list--fullwidth .blog-post__info--date {
        padding-top:30px
    }
}

@media (max-width: 767px) {
    .blog-post--fullwidth .blog-post-wrapper {
        padding-left:20px;
        padding-right: 20px
    }

    .blog-post--grid {
        margin-bottom: 30px;
        box-shadow: 0 0 35px 5px rgba(156,156,156,.1)
    }

    .blog-post--grid .blog-post__footer {
        flex-direction: row
    }

    .blog-post--list .blog-post__image {
        width: 100%;
        padding-bottom: 0
    }

    .blog-post--list .blog-post__content,.blog-post--list .blog-post__info,.blog-post--list .blog-post__title {
        text-align: center
    }

    .blog-post--list .blog-post__footer {
        flex-direction: row;
        justify-content: center
    }

    .blog-post-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-post__title h2 {
        font-size: 26px
    }

    .blog-post__footer {
        flex-direction: column
    }

    .blog-post__footer-social {
        margin-top: 10px
    }

    .blog-post__footer-social-icons {
        left: 120px;
        width: auto;
        text-align: left
    }

    .blog-post__content--404 {
        max-width: 100%
    }

    .blog-post__author-avatar {
        display: none
    }

    .blog-post__author-info {
        margin-left: 0
    }

    .blog-post__related-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .blog-post__related-item:last-child {
        margin-bottom: 0
    }

    .blog-post__comments-item-avatar {
        display: none
    }

    .blog-post__comments-item-right {
        margin-left: 0
    }

    .blog-post__comments-respond input[type=email],.blog-post__comments-respond input[type=text],.blog-post__contact input[type=email],.blog-post__contact input[type=text] {
        width: 100%
    }

    .blog-post--page .blog-post__title {
        padding-top: 40px;
        padding-bottom: 10px
    }

    .blog-post--page .blog-post__footer {
        flex-direction: row
    }
}

.sidebar {
    width: 23%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px
}

.sidebar--right {
    margin-left: 2%
}

@media (max-width: 991px) {
    .sidebar {
        width:100%;
        position: relative;
        top: 0
    }

    .sidebar--right {
        margin-left: 0
    }
}

.sidebar-widget {
    margin-bottom: 40px;
    background-color: #fff
}

.sidebar-widget:last-child {
    margin-bottom: 80px
}

.sidebar-widget a {
    font-weight: 500
}

.sidebar-widget h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    text-align: center;
    text-transform: uppercase
}

.sidebar-widget__about-me-image,.sidebar-widget__about-me-image img,.sidebar-widget__popular-item-image img {
    width: 100%
}

.sidebar-widget__about-me-link {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.sidebar-widget__about-me-link a:hover {
    color: #777;
    opacity: 1
}

.sidebar-widget p {
    margin-bottom: 0;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.sidebar-widget__follow-me-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 0
}

.sidebar-widget__follow-me-icons a {
    color: #262626;
    text-decoration: none
}

.sidebar-widget__popular-item {
    padding-top: 20px
}

.sidebar-widget__popular-item:first-child {
    padding-top: 0
}

.sidebar-widget__popular-item-image {
    float: left;
    width: 60px;
    margin-right: 10px
}

.sidebar-widget__popular-item-info {
    float: left;
    width: 160px
}

.sidebar-widget__popular-item-info a {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__popular-item-info a:hover,.sidebar-widget__subscribe form input[type=submit]:hover {
    opacity: .8
}

.sidebar-widget__popular-item-date {
    line-height: 1
}

.sidebar-widget__popular-item-content {
    margin-top: 8px;
    line-height: 1.2
}

.sidebar-widget__banner,.sidebar-widget__banner img {
    width: 100%
}

.sidebar-widget__banner a {
    opacity: 1
}

.sidebar-widget__tag-cloud {
    text-align: center
}

.sidebar-widget__tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__tag-cloud a:hover {
    border-color: #262626
}

.sidebar-widget__tag-cloud a:last-child {
    margin-right: 0
}

.sidebar-widget__subscribe p {
    padding-top: 0;
    padding-bottom: 15px
}

.sidebar-widget__subscribe form {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc
}

.sidebar-widget__subscribe form input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 60px;
    font-size: 12px;
    border: 0
}

.sidebar-widget__subscribe form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    font-size: 12px;
    border: 0;
    color: #fff;
    background-color: #262626;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__subscribe form input[type=submit]:focus {
    outline: 0
}

.sidebar-widget__instagram a {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__instagram a:nth-child(2n) {
    margin-right: 0
}

.sidebar-widget__instagram a:hover {
    opacity: .8
}

.sidebar-widget__instagram img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%
}

@media (max-width: 1199px) {
    .sidebar-widget__popular-item-image {
        margin-right:10px
    }

    .sidebar-widget__popular-item-info {
        width: 116px
    }
}

@media (max-width: 991px) {
    .sidebar-widget__popular-item {
        display:flex
    }

    .sidebar-widget__popular-item-info {
        width: auto
    }
}

.sidebar-slider .featured-image {
    height: 400px
}

.sidebar-slider .featured-image__content {
    position: absolute;
    left: 0;
    padding: 0 5px;
    transform: translate(0%,-50%);
    background-color: inherit;
    z-index: 2
}

.sidebar-slider .featured-image__content-category a,.sidebar-slider .featured-image__content-title {
    color: #fff
}

.sidebar-slider .featured-image__content-category a:hover,.sidebar-slider .featured-image__content-link a:hover,.sidebar-slider .featured-image__content-title a:hover {
    color: rgba(255,255,255,.85)
}

.sidebar-slider .featured-image__content-title a {
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff
}

.sidebar-slider .featured-image__content-link a {
    color: #fff
}

.sidebar-slider .featured-image__overlay-link {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (max-width: 991px) {
    .sidebar-slider .featured-image__content {
        transform:translate(-50%,-50%);
        top: 50%;
        left: 50%
    }
}

.blog-pagination__items {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 60px 0
}

.blog-pagination__item {
    display: inline-block;
    margin-right: 10px
}

.blog-pagination__item--active {
    font-weight: 700
}

.blog-pagination__item a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-pagination__item a:hover,.page-footer__bottom-social svg:hover,.page-footer__nav-item a:hover,.page-footer__recent-post a:hover,.page-footer__top-about a:hover {
    opacity: .8
}

.page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #000
}

.page-footer a {
    font-weight: 500;
    color: #fff
}

.page-footer h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.page-footer__top {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc
}

.page-footer__top-about p {
    max-width: 360px
}

.page-footer__nav-item a,.page-footer__recent-post a,.page-footer__top-about a {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.page-footer__nav-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-footer__nav-item {
    margin-bottom: 5px
}

.page-footer__recent-post {
    margin-bottom: 10px
}

.page-footer__recent-post-date {
    line-height: 1
}

.page-footer__bottom {
    padding-top: 40px
}

.page-footer__bottom-copyright {
    font-size: 14px
}

.page-footer__bottom-social {
    padding-bottom: 0;
    text-align: right
}

.page-footer__bottom-social a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none
}

.page-footer__bottom-social a:last-child {
    margin-right: 0
}

.page-footer__bottom-social svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

@media (max-width: 767px) {
    .page-footer__bottom-social {
        text-align:left
    }
}

.content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    text-align: center
}

.content-overlay--active {
    display: block
}
