@media (min-width: 1500px) {
    #what .container,
    #mean .container,
    #process .container,
    #reviews .container,
    #faq-page .container,
    #reviews-page .container,
    #index-sticky .container,
    #index-wrapper .container,
    #recent-posts .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    #index-sticky .container {
        max-width: 1520px;
    }
}

@media (max-width: 1699px) {
    #header {
        padding-left: 35px;
        padding-right: 35px;
    }
    
    #hero, #reviews, #reviews-page {
        width: calc(100% - 70px);
    }

    #what .photo > div::before {
        left: -50px;
    }

    #hiw .container.with-bg .row::before,
    #recent-posts .row::before {
        width: calc(100% + 200px);
        left: -100px;
    }
}

@media (max-width: 1599px) {
    #header {
        padding-left: 25px;
        padding-right: 25px;
    }

    #hero {
        width: calc(100% - 50px);
    }

    .home #hero {
        height: 650px;
    }
    #hero .title {
        font-size: 56px;
        line-height: 54px;
    }

    #what .photo > div::before {
        left: -25px;
    }

    #reviews, #reviews-page {
        width: 100%;
        border-radius: 0;
    }
    #reviews {
        margin-bottom: 0 !important;
    }

    #hiw .container.with-bg .row::before,
    #recent-posts .row::before {
        width: calc(100% + 120px);
        left: -60px;
    }

    #index-sticky .headline .title {
        font-size: 56px;
    }

    .main-news a {
        height: 580px;
    }
    .sub-news {
        max-height: 580px;
        row-gap: 10px;
    }
    .other-news .photo {
        height: 156px;
    }

    #single-wrapper #main .news::before {
        width: calc(100% + 65px);
        left: -65px;
    }

    #recent-posts {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1499px) {
    #header .logo, #header .order {
        width: 290px;
    }
    #header .logo img {
        max-height: 66px;
    }

    .navbar .navbar-nav > li {
        margin: 0 10px;
    }

    #hero {
        width: 100%;
        border-radius: 0;
    }
    .home #hero {
        height: 620px;
    }
    #hero .title {
        font-size: 53px;
        line-height: 51px;
    }
    #hero .subtitle {
        font-size: 38px;
    }
    #hero p {
        font-size: 19px;
        line-height: 31px;
    }
    #hero .btn {
        height: 63px;
        font-size: 17px;
        font-weight: 600;
        padding: 0 50px;
        margin: 20px 0 25px 0;
    }

    /* .trustpilot-widget, .trustpilot-widget iframe {
        width: 388px !important;
    } */

    .hl-title {
        font-size: 47px;
        line-height: 50px;
        padding: 20px 0 25px 0;
    }
    .hl-text {
        padding-bottom: 30px;
    }

    #what .photo > div::before {
        top: 75px;
    }
    #what .item .box {
        height: calc(100% + 25px);
        padding: 45px 45px 30px 45px;
    }
    #what .item .title {
        font-size: 28px;
        line-height: 30px;
    }
    #what .item .more {
        padding-top: 20px;
    }
    #what .item .more span {
        font-size: 17px;
    }

    #mean .content {
        padding: 80px 55px 80px 70px;
    }
    #mean .photo .quote {
        padding: 50px;
    }

    #process .item .box {
        padding: 35px 35px 45px 35px;
    }
    #process .item:not(:last-of-type) .box::after {
        top: 51px;
    }
    #process .item span {
        width: 70px;
        height: 70px;
    }
    #process .item span::before {
        content: "................";
    }
    #process .item .title {
        font-size: 28px;
        line-height: 30px;
        padding: 20px 0;
    }
    #process .item p {
        font-size: 17px;
        line-height: 27px;
    }

    #reviews .photo > div {
        height: 580px;
    }
    #reviews .box {
        padding: 0 80px 40px 80px;
    }
    #reviews-page .box {
        padding: 65px 80px 35px 65px !important;
    }

    #faq .hl-title {
        font-size: 56px;
        line-height: 56px;
    }
    #faq .content {
        right: 0;
    }

    #hiw, #recent-posts {
        overflow: hidden;
    }

    .toc-page {
        min-width: 325px;
    }
    .toc-single {
        width: calc(100% + 25px);
        padding-left: 5px;
        margin-right: -25px;
    }
    .toc-level-2 > a {
        font-size: 16px;
    }
    .toc-start {
        padding: 15px 10px 10px 10px;
    }

    .get-started {
        width: calc(100% + 60px);
        margin-left: -25px;
    }
    .get-started::before {
        width: 280px;
    }
    .get-started .headline .title {
        padding-left: 40px;
    }

    .entry-content .faq-wrapper {
        width: calc(100% + 60px);
        padding: 45px 25px;
        margin-left: -25px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1399px) {
    #header .logo, #header .order {
        width: auto;
    }
    #header .logo img {
        max-height: 62px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 18px;
        padding: 0 1px 2px 1px;
    }

    #header .order a {
        height: 50px;
        font-size: 16px;
        padding: 0 35px;
    }

    #hero {
        height: 530px;
    }
    .home #hero {
        height: 580px;
        padding-bottom: 65px;
    }
    #hero .title {
        font-size: 50px;
        line-height: 49px;
        padding: 25px 0 15px 0;
    }
    #hero .subtitle {
        font-size: 36px;
    }
    #hero p {
        font-size: 18px;
        line-height: 29px;
    }
    #hero .btn {
        height: 60px;
        font-size: 16px;
        font-weight: 600;
        padding: 0 40px;
    }
    #hero .trustpilot img {
        max-height: 28px;
    }
    #hero .trustpilot span {
        font-size: 17px;
    }

    /* .trustpilot-widget, .trustpilot-widget iframe {
        width: 351px !important;
    } */

    .hl-slogan {
        font-size: 17px;
    }
    .hl-title {
        font-size: 44px;
        line-height: 48px;
        padding: 20px 0 20px 0;
    }
    .hl-text {
        padding-bottom: 25px;
    }
    .hl-text p {
        font-size: 18px;
        line-height: 31px;
    }
    .hl-text > a {
        font-size: 17px;
        margin-top: 10px;
    }

    #what .photo > div::before {
        top: 47px;
    }
    #what .item .box {
        padding: 35px 35px 25px 35px;
    }
    #what .item .icon {
        width: 76px;
        height: 76px;
    }
    #what .item .title {
        font-size: 26px;
        line-height: 29px;
        padding: 20px 0 10px 0;
    }
    #what .item p, #mean .content p {
        font-size: 17px;
        line-height: 28px;
    }
    #what .item .more {
        padding-top: 15px;
    }
    #what .item .more span {
        font-size: 16px;
    }

    #mean .content {
        padding: 60px 50px 60px 55px;
    }
    #mean .hl-title {
        padding-top: 15px;
    }
    #mean .content .btn {
        margin-top: 5px;
    }
    #mean .photo > div {
        height: 610px;
    }
    #mean .photo .quote {
        padding: 40px 40px 30px 50px;
    }
    #mean .photo .quote p {
        font-size: 19px;
        line-height: 29px;
    }

    #process .item .box {
        padding: 25px 30px 40px 30px;
    }
    #process .item:not(:last-of-type) .box::after {
        top: 41px;
    }
    #process .item span {
        width: 64px;
        height: 64px;
        font-size: 26px;
    }
    #process .item span::before {
        content: "...........";
    }
    #process .item .title {
        font-size: 26px;
        line-height: 29px;
        padding: 17px 0 10px 0;
    }
    #process .item p {
        font-size: 16px;
        line-height: 25px;
    }

    .order .content .btn {
        height: 56px;
        font-size: 16px;
        padding: 0 70px;
    }

    #reviews .photo > div {
        height: 520px;
    }
    #reviews .box {
        padding: 0 65px 35px 65px;
    }
    #reviews .review .content p:first-of-type {
        font-size: 33px;
        line-height: 38px;
    }
    #reviews .review .content p:first-of-type::before {
        height: 54px;
        margin-bottom: 20px;
        background-size: contain;
    }
    #reviews .review .content p {
        font-size: 18px;
        line-height: 28px;
    }
    #reviews .review .overview {
        margin-top: 45px;
        padding-top: 20px;
    }

    #reviews-page .box {
        padding: 50px 65px 30px 65px !important;
    }

    #faq .hl-title {
        font-size: 52px;
        line-height: 52px;
    }
    #faq .headline .btn {
        height: 56px;
        font-size: 16px;
        padding: 0 50px;
    }

    .faq-wrapper .accordion-header .accordion-title {
        font-size: 20px;
        padding: 23px 0 24px 0;
    }
    .faq-wrapper .accordion-header .accordion-title[aria-expanded="true"] {
        padding-top: 30px;
    }
    .faq-wrapper .accordion-header .accordion-title[aria-expanded="true"]::before {
        top: 32px;
    }
    .faq-wrapper .accordion-body {
        padding-bottom: 30px;
    }

    .social-media ul li a {
        width: 46px;
        height: 46px;
    }

    #faq-page .faq-wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }

    #index-sticky .headline .title {
        font-size: 52px;
        padding-bottom: 45px;
    }

    .main-news a {
        height: 500px;
    }
    .sub-news {
        max-height: 500px;
    }
    .other-news .photo {
        width: 130px;
        height: 130px;
    }
    .other-news .content {
        width: calc(100% - 130px);
        padding: 5px 0 5px 20px;
    }
    .other-news .title {
        font-size: 21px;
        line-height: 24px;
    }
    .other-news .more {
        display: none;
    }

    #index-wrapper .subheadline .title {
        font-size: 37px;
        padding-bottom: 25px;
    }

    .news .content {
        padding: 30px 30px 25px 30px;
    }
    .news .content .title {
        font-size: 26px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    #hero.single .title {
        font-size: 48px;
        line-height: 48px;
    }

    #single-wrapper #main .news {
        padding-right: 40px;
    }

    .toc-single {
        top: 110px;
    }
    .toc-level-2 > a {
        padding-right: 10px;
    }
    .toc-page {
        min-width: 270px;
    }
    .toc-start {
        display: none;
    }

    .get-started {
        padding: 25px 40px 25px 0;
    }
    .get-started .value-online {
        width: 60%;
        text-align: center;
    }
    .get-started .value .total {
        display: none;
    }
    .get-started .value .price {
        font-size: 60px;
    }

    #order-form .form .box {
        padding: 50px 145px 110px 145px;
    }

    /* SUBPAGES */

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 32px;
        line-height: 38px;
    }
    .entry-content blockquote p {
        line-height: 34px;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }  

    #header {
        padding-left: 25px;
        padding-right: 25px;
    }

    #header .navigation {
        position: absolute;
        right: 15px;
    }

    .navbar {
        margin-right: 0;
    }
    .icon-bar {
        background-color: #142549;
    }
    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 310px;
        max-height: 80vh;
        top: 50px;
        right: -5px;
        padding: 30px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        overflow-y: auto;
    }
    .navbar-collapse.show #main-menu {
        transform: scaleY(1);
    }

    .navbar-collapse #main-menu > li {
        width: 100%;
        height: auto;
        margin: 0;    
    }
    .navbar-collapse #main-menu > li:first-of-type {
        display: block;
    }
    .navbar-collapse #main-menu > li > a {
        color: #000;
        padding: 12px 15px;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-collapse #main-menu > li.current-menu-item > a,
    .navbar-collapse #main-menu > li.current-page-parent > a,
    .navbar-collapse #main-menu > li:hover > a {
        color: var(--main) !important;
        border: 0;
    } 
    .navbar-collapse #main-menu > li.menu-item-has-children > a::after,
    .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
        display: none;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown {
        width: 32px;
        height: 32px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown {
        width: 42px;
        height: 42px;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown::after {
        content: "\f107";
        color: #000;
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        font-weight: 700;
        line-height: 32px;
        border: 0;
        padding: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown::after {
        line-height: 42px;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown.active-child::after {
        color: var(--main);
    }
    .navbar-collapse #main-menu li:hover > a::before, 
    .navbar-collapse #main-menu li.current-menu-item > a::before {
        display: none !important;
    }
    .navbar-collapse #main-menu li ul.dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 0 10px 15px;
        border: 0 !important;
        box-shadow: 0 0 0;
        top: 0; left: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        font-size: 15px;
        padding: 6px 20px;
        outline: none;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:hover,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:focus,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:active {
        color: var(--main);
        background-color: transparent;
    }

    #header .order a {
        margin-right: 60px;
    }

    #hero {
        height: 470px;
    }
    .home #hero {
        height: 540px;
        padding-bottom: 55px;
    }
    #hero .slogan {
        font-size: 17px;
    }
    #hero .title {
        font-size: 46px;
        line-height: 46px;
        padding: 20px 0 15px 0;
    }
    #hero .subtitle {
        font-size: 33px;
    }

    .hl-slogan {
        font-size: 16px;
    }
    .hl-title {
        font-size: 40px;
        line-height: 44px;
        padding: 17px 0 15px 0;
    }
    .hl-text {
        padding-bottom: 20px;
    }
    .hl-text p {
        font-size: 17px;
        line-height: 28px;
    }
    .hl-text p br {
        display: none;
    }
    .hl-text > a {
        font-size: 16px;
        margin-top: 5px;
    }

    #what .photo {
        padding-top: 15px;
    }
    #what .photo > div {
        width: 95%;
        margin-left: auto;
    }
    #what .photo > div::before {
        left: -40px;
    }
    #what .item {
        padding-top: 45px;
    }

    #mean .content {
        padding: 45px 50px 45px 50px;
    }
    #mean .photo > div {
        height: 560px;
    }
    #mean .photo .quote {
        bottom: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9;
    }

    #process::before {
        height: 200px;
    }
    #process .item {
        padding-top: 15px;
    }
    #process .item .box {
        height: 100% !important;
    }
    #process .item span::before {
        content: ".................................";
    }

    #reviews .photo > div {
        height: 460px;
    }
    #reviews .box {
        padding: 45px 50px 35px 50px;
    }
    #reviews .review .content p:first-of-type {
        font-size: 31px;
        line-height: 36px;
    }
    #reviews .review .content p:first-of-type::before {
        height: 50px;
    }
    #reviews .review .overview {
        margin-top: 30px;
    }

    #reviews-page #reviews .row {
        row-gap: 20px;
    }
    #reviews-page .box {
        padding: 45px 50px 35px 50px !important;
    }
    #reviews-page .photo {
        display: none !important;
    }

    #faq .headline {
        padding-top: 0;
        padding-bottom: 10px;
    }
    #faq .hl-title {
        font-size: 48px;
        line-height: 48px;
    }
    #faq .hl-title br {
        display: none;
    }
    #faq .headline .btn {
        margin-top: 25px;
    }

    #footer .title {
        padding-bottom: 25px;
    }
    #footer .social-media .title {
        padding-bottom: 20px;
    }
    .social-media ul {
        justify-content: flex-start;
    }
    .social-media ul li {
        margin-left: 0;
        margin-right: 8px;
    }

    #hiw .photo,
    #hiw .container:not(.with-bg) .photo {
        text-align: center;
        order: 1;
    }
    #hiw .photo img {
        left: 0;
    }
    #hiw .container:not(.with-bg) .photo img {
        right: 0;
    }
    #hiw .content {
        padding-top: 30px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        order: 2;
    }

    #faq-page {
        background-color: #f5f2ee;
    }
    #faq-page .faq-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #faq-page .accordion-item {
        padding-left: 135px;
        padding-right: 60px;
    }
    #faq-page .accordion-item::after {
        width: calc(100% - 195px);
        left: 135px;
    }
    #faq-page .accordion-header .accordion-title::before {
        top: 21px;
    }

    .main-news a .photo {
        padding: 35px;
    }

    .sub-news {
        max-height: unset;
        padding-top: 15px;
    }
    .other-news {
        width: 33.333%;
    }
    .other-news a {
        flex-direction: column;
        height: 100%;
    }
    .other-news .photo {
        width: 100%;
        height: 150px;
    }
    .other-news .content {
        width: 100%;
        padding: 10px 10px 5px 10px;
    }
    .other-news .title {
        font-size: 19px;
        line-height: 22px;
    }

    #hero.single .back-button {
        display: none;
    }

    #single-wrapper #main .news {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
    }
    #single-wrapper #main .news::before {
        display: none;
    }

    #author-box .headline .title {
        font-size: 34px;
        padding: 0 0 15px 0;
        margin: 0 0 30px 0;
    }

    #recent-posts .headline .title {
        font-size: 44px;
        padding-bottom: 30px;
    }
    #recent-posts .news:nth-child(4) {
        display: none;
    }

    /* SUBPAGES */

    #page-wrapper #main {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 30px;
        line-height: 36px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .entry-content h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .entry-content ul li {
        line-height: 26px;
        margin-top: 8px;
    }
    .entry-content ul li::before {
        line-height: 30px;
    }

    .entry-content blockquote {
        padding-left: 45px;
        margin: 35px 0;
    }
    .entry-content blockquote p {
        font-size: 19px;
        line-height: 33px;
    }

    .entry-content .faq-wrapper {
        width: 100%;
        padding: 35px 20px;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .get-started {
        width: 100%;
        padding: 10px 40px 25px 0;
        margin-left: 0;
    }

    .form-control {
        height: 62px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }  

    #header {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .logo img {
        max-height: 60px;
    }
    #header.sticky .logo img {
        max-height: 52px;
    }

    .navbar-collapse #main-menu {
        width: 280px;
        padding: 20px 20px;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        padding: 5px 15px;
    }

    #hero {
        height: 425px;
        background-position: top right -190px;
    }
    .home #hero {
        height: 510px;
        background-position: top right -250px;
    }
    #hero .slogan {
        font-size: 16px;
    }
    #hero .title {
        font-size: 44px;
        line-height: 44px;
        padding: 18px 0 15px 0;
    }
    #hero .subtitle {
        font-size: 31px;
    }
    #hero p {
        max-width: 400px;
        font-size: 17px;
        line-height: 28px;
    }
    #hero p br {
        display: none;
    }
    #hero .btn {
        height: 58px;
        padding: 0 30px;
        margin: 18px 0 20px 0;
    }
    #hero .trustpilot img {
        max-height: 25px;
    }

    /* .trustpilot-widget, .trustpilot-widget iframe {
        width: 331px !important;
    } */

    .hl-slogan {
        font-size: 15px;
        padding: 9px 15px;
    }
    .hl-title {
        font-size: 37px;
        line-height: 40px;
        padding: 15px 0 15px 0;
    }

    #what .photo > div {
        height: 450px;
    }
    #what .photo > div::before {
        height: 430px;
        left: -35px;
    }

    #mean .content .btn {
        height: 48px;
        font-size: 15px;
        padding: 0 35px;
        margin-top: 0;
    }
    #mean .photo > div {
        height: 520px;
    }
    #mean .photo .quote {
        padding: 35px 35px 27px 45px;
    }
    #mean .photo .quote p {
        font-size: 17px;
        line-height: 27px;
    }
    #mean .photo .quote p::before {
        height: 28px;
        background-size: contain;
        left: -10px;
    }

    #process .item .box {
        padding: 25px 30px 25px 30px;
    }
    #process .item span::before {
        content: "......................";
    }

    #reviews .photo > div {
        height: 420px;
    }
    #reviews .review .content p:first-of-type {
        font-size: 28px;
        line-height: 33px;
    }
    #reviews .review .content p:first-of-type::before {
        height: 44px;
        margin-bottom: 15px;
    }
    #reviews .review .content p {
        font-size: 17px;
        line-height: 26px;
    }
    #reviews .review .overview .avatar {
        width: 58px;
        height: 58px;
        margin-right: 20px;
    }

    #faq .hl-title {
        font-size: 44px;
        line-height: 44px;
    }

    .faq-wrapper .accordion-item {
        padding: 0 30px 0 35px;
    }
    .faq-wrapper .accordion-item::after {
        width: calc(100% - 65px);
        left: 35px;
    }
    .faq-wrapper .accordion-header .accordion-title {
        font-size: 19px;
        padding: 20px 0 22px 0;
    }
    .faq-wrapper .accordion-header .accordion-title::before {
        top: 22px;
    }
    .faq-wrapper .accordion-header .accordion-title[aria-expanded="true"] {
        padding-top: 25px;
    }
    .faq-wrapper .accordion-header .accordion-title[aria-expanded="true"]::before {
        top: 27px;
    }
    .faq-wrapper .accordion-body {
        padding-bottom: 25px;
    }
    .faq-wrapper .accordion-body p {
        font-size: 17px !important;
        line-height: 27px !important;
    }

    #faq .headline .btn {
        height: 54px;
        font-size: 15px;
        padding: 0 40px;
        margin-top: 20px;
    }

    #footer .logo {
        width: 100%;
        text-align: center;
    }
    #footer .logo p {
        line-height: 26px;
        padding-top: 20px;
    }
    #footer .links .title,
    #footer .links > div:not(.icon),
    #footer .social-media .title {
        display: none !important;
    }

    .social-media ul {
        justify-content: center;
        padding-top: 25px;
    }
    .social-media ul li {
        margin: 0 4px;
    }

    .copy p {
        padding-top: 5px;
    }

    #hiw .photo img {
        max-height: 380px;
    }
    #hiw .content span {
        width: 72px;
        height: 72px;
    }
    #hiw .content .title {
        font-size: 35px;
    }
    #hiw .content p {
        font-size: 17px;
        line-height: 27px;
    }

    #faq-page .accordion-item {
        padding-left: 110px;
        padding-right: 35px;
    }
    #faq-page .accordion-item::after {
        width: calc(100% - 145px);
        left: 110px;
    }
    #faq-page .accordion-header .accordion-title {
        font-size: 22px;
        line-height: 30px;
    }
    #faq-page .accordion-header .accordion-title::before {
        top: 18px;
    }
    #faq-page .accordion-header .accordion-title[aria-expanded="true"] {
        font-size: 25px;
        padding-top: 40px;
    }
    #faq-page .accordion-header .accordion-title[aria-expanded="true"]::before {
        width: 50px;
        height: 50px;
        color: #FFF;
        top: 32px;
        left: -84px;
    }
    #faq-page .accordion-body {
        padding-bottom: 35px;
    }

    #index-sticky .headline .title {
        font-size: 46px;
        padding-bottom: 35px;
    }
    .main-news a {
        height: 460px;
    }
    .main-news .title {
        font-size: 32px;
        line-height: 33px;
    }
    .news .content .more span, .main-news .more span, .other-news .more span {
        font-size: 15px;
    }

    .other-news .photo {
        height: 120px;
    }
    .other-news .content {
        padding: 10px 5px 5px 5px;
    }
    .other-news .title {
        font-size: 18px;
        line-height: 21px;
    }

    #index-wrapper .subheadline .title {
        font-size: 33px;
        padding-bottom: 15px;
    }

    .news:not(.wrapper) {
        padding-top: 20px;
    }
    .news.photo {
        display: none;
    }
    .news .category, .main-news .category, .other-news .category, #hero.single .category {
        font-size: 13px;
    }
    .news .content .title {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .news .content p {
        font-size: 17px;
        line-height: 27px;
    }
    .news .content .more {
        margin-top: 25px;
        padding-top: 10px;
    }

    #hero.single .title {
        font-size: 42px;
        line-height: 44px;
    }

    #author-box .headline .title {
        font-size: 30px;
    }
    #author-box .content .avatar {
        width: 176px;
        height: 176px;
    }
    #author-box .content .text {
        width: calc(100% - 176px);
        padding-left: 30px;
    }
    #author-box .content .text .name {
        font-size: 24px;
    }
    #author-box .content .text p {
        font-size: 17px;
        line-height: 27px;
    }

    #recent-posts .headline .title {
        font-size: 40px;
        padding-bottom: 15px;
    }

    /* SUBPAGES */

    .entry-content h1::after, .entry-content h2::after, .post-title::after {
        width: 140px;
        margin-top: 20px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 17px;
        line-height: 28px;
    }
    .entry-content p:first-of-type {
        font-size: 19px;
        line-height: 29px;
    }

    .entry-content .js-video-button.video::after {
        font-size: 70px;
    }

    .entry-content img.alignleft,
    .entry-content img.alignright {
        max-width: 45%;
        height: auto;
    }

    .get-started {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .get-started::before {
        width: 245px;
    }
    .get-started .headline .title {
        font-size: 30px;
        line-height: 34px;
        padding-left: 30px;
    }
    .get-started .online .btn {
        height: 54px;
        font-size: 16px;
    }
    .get-started .value .price {
        font-size: 52px;
    }
    .get-started .value .price .dollar {
        font-size: 34px;
    }
    .get-started .value .price .text {
        font-size: 20px;
    }

    #order-form .headline .title, #order-form .headline .subtitle {
        font-size: 32px;
    }
    #order-form .form .box {
        padding: 50px 70px 110px 70px;
    }
    #order-form .form .step-title .title {
        font-size: 26px;
        padding-bottom: 30px;
    }
    #order-form .form .cf7mls-btns {
        padding-top: 15px;
    }

    /* BLOG */

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #hello-bar p {
        font-size: 12px;
    }

    #header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #header .logo img {
        max-height: 56px;
    }
    #header.sticky .logo img {
        max-height: 50px;
    }

    .navbar-collapse #main-menu {
        width: 250px;
    }

    #header .order {
        display: none;
    }

    #hero {
        height: 400px;
        background-position: bottom right -230px;
    }
    .home #hero {
        height: 470px;
        padding-bottom: 40px;
        background-position: bottom right;
        background-image: url('../img/heroes/hero-home-mobile.webp') !important;
    }
    #hero .slogan {
        font-size: 15px;
    }
    #hero .title {
        font-size: 42px;
        line-height: 42px;
        padding: 15px 0 13px 0;
    }
    #hero .subtitle {
        font-size: 29px;
    }
    #hero p {
        max-width: 360px;
        font-size: 16px;
        line-height: 26px;
    }
    #hero .btn {
        height: 54px;
        font-size: 15px;
        padding: 0 25px;
        margin: 15px 0;
    }
    #hero .trustpilot a {
        flex-direction: column;
        max-width: 210px;
    }
    #hero .trustpilot span {
        font-size: 15px;
        padding-top: 7px;
    }

    /* .trustpilot-widget, .trustpilot-widget iframe {
        width: 304px !important;
    } */

    .hl-slogan {
        font-size: 14px;
    }
    .hl-title {
        font-size: 34px;
        line-height: 37px;
    }
    .hl-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .hl-text > a {
        font-size: 15px;
    }

    #what .photo > div {
        height: 350px;
    }
    #what .photo > div::before {
        height: 335px;
    }
    #what .item:last-of-type {
        padding-top: 15px;
    }
    #what .item .box {
        height: 100%;
        padding: 25px 30px 20px 30px;
    }
    #what .item .icon {
        width: 72px;
        height: 72px;
    }
    #what .item .title {
        font-size: 24px;
        line-height: 27px;
        padding: 15px 0 7px 0;
    }
    #what .item p, #mean .content p {
        font-size: 16px;
        line-height: 26px;
    }
    #what .item .more {
        margin-top: 20px;
        padding-top: 10px;
    }
    #what .item .more span {
        font-size: 15px;
    }

    #mean .content {
        padding: 35px;
    }
    #mean .content .btn {
        height: 45px;
        font-size: 14px;
        padding: 0 30px;
    }
    #mean .photo > div {
        height: 400px;
    }
    #mean .photo .quote {
        bottom: -45px;
        padding: 30px 30px 23px 40px;
    }
    #mean .photo .quote p {
        font-size: 16px;
        line-height: 24px;
    }
    #mean .photo .quote p::before {
        height: 25px;
    }

    #process {
        padding-top: 45px;
    }
    #process .item span {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    #process .item span::before {
        content: "........................................";
    }
    #process .item .title {
        font-size: 24px;
        line-height: 26px;
        padding: 15px 0 7px 0;
    }
    #process .item p {
        line-height: 24px;
    }

    #reviews .photo > div {
        height: 360px;
    }
    #reviews .box {
        padding: 35px 35px 35px 35px;
    }
    #reviews .review .content p {
        font-size: 16px;
        line-height: 24px;
    }
    #reviews .review .content p:first-of-type {
        font-size: 25px;
        line-height: 30px;
    }
    #reviews .review .content p:first-of-type::before {
        height: 40px;
        margin-bottom: 13px;
    }
    #reviews .review .overview {
        margin-top: 20px;
    }
    #reviews .review .overview .avatar {
        width: 55px;
        height: 55px;
        margin-right: 17px;
    }
    #reviews .review .overview .name {
        font-size: 15px;
    }

    #reviews-page .box {
        padding: 30px 35px 25px 35px !important;
    }

    #faq .hl-title {
        font-size: 34px;
        line-height: 37px;
    }

    .faq-wrapper .accordion-item {
        padding: 0 20px 0 30px;
    }
    .faq-wrapper .accordion-item::after {
        width: calc(100% - 50px);
        left: 30px;
    }
    .faq-wrapper .accordion-header .accordion-title {
        font-size: 17px;
        line-height: 22px;
        padding: 20px 0 21px 0;
    }
    .faq-wrapper .accordion-header .accordion-title::before {
        font-size: 16px;
        top: 20px;
        right: 5px;
    }
    .faq-wrapper .accordion-body p {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    
    #faq .headline .btn {
        height: 50px;
        font-size: 14px;
        padding: 0 30px;
        margin-top: 15px;
    }

    #footer .logo p {
        font-size: 14px;
        line-height: 22px;
    }

    #hiw .photo img {
        max-height: 340px;
    }
    #hiw .content {
        padding-top: 20px;
    }
    #hiw .content span {
        width: 68px;
        height: 68px;
        font-size: 26px;
    }
    #hiw .content .title {
        font-size: 30px;
    }
    #hiw .content p {
        font-size: 16px;
        line-height: 26px;
    }

    #faq-page .accordion-item {
        padding-left: 70px;
        padding-right: 30px;
    }
    #faq-page .accordion-item::after {
        width: calc(100% - 100px);
        left: 70px;
    }
    #faq-page .accordion-header .accordion-title {
        font-size: 19px;
        line-height: 25px;
    }
    #faq-page .accordion-header .accordion-title::before {
        width: 36px;
        height: 36px;
        top: 15px;
        left: -55px;
    }
    #faq-page .accordion-header .accordion-title[aria-expanded="true"] {
        font-size: 22px;
        padding-top: 37px;
    }
    #faq-page .accordion-header .accordion-title[aria-expanded="true"]::before {
        width: 40px;
        height: 40px;
        color: #FFF;
        top: 30px;
        left: -53px;
    }

    #index-sticky .headline .title {
        font-size: 42px;
        padding-bottom: 30px;
    }

    .main-news a {
        height: 380px;
        border-width: 10px;
    }
    .main-news a .photo {
        padding: 30px;
    }
    .main-news .title {
        font-size: 29px;
        line-height: 30px;
    }

    .other-news {
        width: 100%;
    }
    .other-news a {
        flex-direction: row;
        border-width: 10px;
    }
    .other-news .photo {
        width: 220px;
    }
    .other-news .content {
        width: calc(100% - 220px);
        padding-left: 15px;
    }

    #index-wrapper .subheadline .title {
        font-size: 30px;
    }

    .news:not(.wrapper) {
        padding-top: 15px;
    }
    .news .content p {
        font-size: 16px;
        line-height: 25px;
    }

    #hero.page {
        padding-bottom: 35px !important;
    }
    #hero.single .title {
        font-size: 38px;
        line-height: 40px;
    }

    /* SUBPAGES */

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 27px;
        line-height: 33px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 16px;
        line-height: 26px;
    }
    .entry-content p:first-of-type {
        font-size: 18px;
        line-height: 27px;
    }

    .entry-content ul li {
        margin-top: 6px;
    }
    .entry-content ul li::before {
        line-height: 28px;
    }

    .entry-content blockquote {
        padding-left: 40px;
        margin: 30px 0;
    }
    .entry-content blockquote p {
        font-size: 18px;
        line-height: 30px;
    }

    .entry-content img.alignleft, 
    .entry-content img.alignright {
        max-width: 40%;
    }

    .entry-content .faq-wrapper {
        padding: 25px 15px 10px 15px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .entry-content .faq-wrapper > h2 {
        font-size: 30px;
        padding: 0 0 0 25px;
    }

    .get-started {
        padding-right: 0;
    }
    .get-started::before {
        display: none;
    }
    .get-started .headline {
        display: none;
    }
    .get-started .value-online {
        width: 100%;
    }

    #header:not(.sticky-top) .logo {
        width: 100%;
        text-align: center;
    }
    #header .contact {
        display: none;
    }

    #order-form .headline .title, #order-form .headline .subtitle {
        font-size: 30px;
    }
    #order-form .form .box {
        padding: 35px 40px 105px 40px;
    }
    #order-form .form .pbar .dot:nth-child(5) {
        left: calc(100% - 15px);
    }
    #order-form .form .step-title .title {
        font-size: 23px;
        padding-bottom: 25px;
    }

    .form-field {
        margin-bottom: 0.5rem;
    }
    .form-field-checkbox {
        flex-direction: column;
    }
    .form-field-checkbox > label {
        padding-bottom: 5px;
    }
    .form-control {
        height: 58px;
        font-size: 17px;
    }
    .fieldset-cf7mls input[type="radio"], .fieldset-cf7mls input[type="checkbox"] {
        width: 1rem !important;
    }

    #order-form .thank .title {
        font-size: 38px;
    }

    #footer .ssl-stripe .stripe {
        margin-top: 15px;
    }

    /* BLOG */

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 35px;
    }

    .news .photo {
        height: 330px;
    }

    #single-wrapper .back {
        padding: 25px 0 0 0;
        margin: 30px 0 0 0;
    }
    #single-wrapper .back .link, #single-wrapper .back time {
        font-size: 16px;
    }

    #author-box .content .avatar {
        width: 156px;
        height: 156px;
    }
    #author-box .content .text {
        width: calc(100% - 156px);
        padding-left: 25px;
    }
    #author-box .content .text .name {
        font-size: 22px;
    }
    #author-box .content .text p {
        font-size: 16px;
        line-height: 26px;
        padding: 12px 0;
    }
    #author-box .content .text > a {
        font-size: 15px;
    }

    #recent-posts .headline .title {
        font-size: 36px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }    

    #hello-bar a {
        padding: 7px 0 6px 0;
    }
    #hello-bar i {
        display: none;
    }
    #hello-bar p {
        font-size: 11px;
        line-height: 13px;
    }
    #hello-bar p b {
        display: block;
    }

    #header {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .logo img {
        max-height: 52px;
    }
    #header.sticky .logo img {
        max-height: 44px;
    }

    .navbar-collapse #main-menu {
        width: 260px;
        padding: 20px;
    }
    .navbar-collapse #main-menu > li > a {
        font-size: 17px;
        padding: 10px 15px;
    }

    #hero {
        height: auto;
        align-items: flex-start !important;
        padding-top: 35px;
        padding-bottom: 30px;
        background-color: #f5f3ef;
        background-image: unset !important;
    }
    #hero.page {
        padding-bottom: 25px !important;
    }
    #hero .content {
        position: relative;
    }
    #hero .slogan {
        font-size: 14px;
    }
    #hero .title {
        font-size: 40px;
        line-height: 40px;
        padding: 12px 0 10px 0;
    }
    #hero .subtitle {
        font-size: 26px;
        margin-top: 0;
    }
    #hero p {
        max-width: 230px;
    }
    #hero .btn {
        width: 100%;
    }
    .home #hero .btn {
        width: calc(100% - 25px);
        position: absolute;
        /* bottom: -240px; */
        bottom: -190px;
    }
    .home #hero .trustpilot,
    .trustpilot-widget {
        width: calc(100% - 25px);
        position: absolute;
        /* bottom: -285px; */
        bottom: -240px;
    }
    #hero .trustpilot a {
        margin: 0 auto;
    }
    .home #hero:not(.page) + #what {
        padding-top: 170px;
    }

    .trustpilot-widget, .trustpilot-widget iframe {
        width: 100% !important;
    }
    .trustpilot-widget {
        left: unset;
    }

    .hl-slogan {
        font-size: 13px;
    }
    .hl-title {
        font-size: 30px;
        line-height: 32px;
    }
    .hl-title br {
        display: none;
    }
    .hl-text {
        padding-bottom: 15px;
    }
    .hl-text p {
        font-size: 15px;
        line-height: 24px;
    }
    .hl-text > a {
        font-size: 14px;
    }

    #what .photo > div {
        width: 88%;
        height: 265px;
    }
    #what .photo > div::before {
        height: 245px;
        left: -40px;
    }
    #what .item:last-of-type {
        padding-top: 25px;
    }
    #what .item .box {
        padding: 0;
    }
    #what .item .box:hover {
        border-color: transparent;
    }
    #what .item .content {
        display: flex;
        flex-wrap: wrap;
    }
    #what .item .title {
        width: calc(100% - 72px);
        padding-top: 10px;
        padding-left: 15px;
    }
    #what .item p, #mean .content p {
        font-size: 15px;
        line-height: 24px;
    }
    #what .item p:first-of-type {
        padding-top: 12px;
    }
    #what .item .more {
        margin-top: 15px;
        padding-top: 7px;
    }
    #what .item .more span {
        font-size: 14px;
    }

    #mean .content {
        padding: 25px;
    }
    #mean .photo > div {
        height: 300px;
    }
    #mean .photo .quote {
        max-width: 92%;
        bottom: -65px;
        padding: 25px 25px 20px 32px;
    }
    #mean .photo .quote p {
        font-size: 15px;
        line-height: 22px;
    }

    #process {
        padding-top: 60px;
    }
    #process .item .box {
        padding: 25px;
    }
    #process .item span::before {
        content: ".....................";
    }
    #process .item p {
        font-size: 15px;
        line-height: 22px;
    }

    .order .hl-text {
        padding-bottom: 15px;
    }
    .order .content .btn {
        height: 50px;
        font-size: 15px;
        padding: 0 65px;
    }

    #reviews .photo > div {
        height: 340px;
    }
    #reviews .box {
        padding: 25px;
    }
    #reviews .review .content p {
        font-size: 15px;
    }

    #reviews-page #reviews .row {
        row-gap: 15px;
    }
    #reviews-page .box {
        padding: 25px !important;
    }

    #faq .hl-title {
        font-size: 30px;
        line-height: 32px;
    }

    .faq-wrapper .accordion-item {
        padding: 0 20px 0 25px;
    }
    .faq-wrapper .accordion-item::after {
        width: calc(100% - 45px);
        left: 25px;
    }
    .faq-wrapper .accordion-body p {
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .faq-wrapper .accordion-header .accordion-title {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0 22px 0;
    }
    .faq-wrapper .accordion-header .accordion-title:hover {
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }
    .faq-wrapper .accordion-header .accordion-title[aria-expanded="true"] {
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
    }

    #faq-page .accordion-item {
        padding-left: 40px;
        padding-right: 10px;
    }
    #faq-page .accordion-item::after {
        width: calc(100% - 50px);
        left: 40px;
    }
    #faq-page .accordion-header .accordion-title {
        font-size: 16px;
        line-height: 20px;
    }
    #faq-page .accordion-header .accordion-title[aria-expanded="true"] {
        font-size: 19px;
        padding-top: 25px;
    }
    #faq-page .accordion-header .accordion-title::before {
        width: 12px;
        height: auto;
        top: 19px;
        left: -27px;
        background-color: transparent;
    }
    #faq-page .accordion-header .accordion-title[aria-expanded="true"]::before {
        width: 10px;
        height: auto;
        color: #446456;
        top: 25px;
        left: -27px;
        background-color: transparent;
    }
    #faq-page .accordion-body {
        padding-bottom: 25px;
        padding-right: 10px;
    }

    /* FOOTER */

    #footer {
        padding-bottom: 109px;
    }

    #footer .logo {
        padding-bottom: 10px;
    }
    #footer .logo img {
        width: auto;
        max-height: 60px;
    }
    #footer .links .icon {
        margin-top: 20px;
    }
    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 8px;
        line-height: 1.4;
    }
    #footer .menu ul li:after {
        display: none;
    }

    .copy p {
        max-width: 230px;
        line-height: 16px;
        padding-top: 10px;
        margin: 0 auto;
    }

    .grecaptcha-badge {
        bottom: 80px !important;
    }

    #hiw .photo img {
        max-height: unset;
        max-width: 94%;
    }
    #hiw .content span {
        width: 60px;
        height: 60px;
        font-size: 23px;
    }
    #hiw .content .title {
        font-size: 28px;
    }
    #hiw .content p {
        font-size: 15px;
        line-height: 24px;
    }

    /* SUBPAGES */

    h1, h2, h3, h4 {
        padding: 12px 0;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .entry-content h1::after, .entry-content h2::after, .post-title::after {
        width: 120px;
        height: 8px;
        margin-top: 15px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .entry-content h4 {
        font-size: 19px;
        line-height: 25px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 15px;
        line-height: 24px;
    }
    .entry-content p:first-of-type {
        font-size: 17px;
        line-height: 25px;
    }

    .entry-content ul li {
        padding-left: 0;
    }
    .entry-content ul li::before {
        line-height: 26px;
    }

    .entry-content blockquote {
        padding-left: 35px;
        margin: 20px 0;
    }
    .entry-content blockquote p {
        font-size: 16px;
        line-height: 27px;
    }
    
    .entry-content .js-video-button.video::after {
        font-size: 60px;
    }

    .entry-content img.alignleft, .entry-content img.alignright {
        max-width: 100%;
    }

    .entry-content .faq-wrapper > h2 {
        font-size: 24px;
    }

    .get-started {
        padding-top: 5px;
        margin-top: 20px;
    }
    .get-started .value .price {
        font-size: 44px;
    }
    .get-started .value .price .dollar {
        font-size: 29px;
    }
    .get-started .value .price .text {
        font-size: 18px;
    }
    .get-started .online .btn {
        height: 50px;
        font-size: 15px;
        padding: 0 25px;
        margin-top: 5px;
    }
    .get-started .online .trustpilot img {
        max-height: 23px;
    }

    #order-form .headline .title, #order-form .headline .subtitle {
        font-size: 25px;
        max-width: 300px;
        margin: 0 auto;
    }
    #order-form .form .box {
        padding: 25px 25px 85px 25px;
        margin-top: 25px;
    }
    #order-form .form .step-title .title {
        font-size: 20px;
        padding-bottom: 23px;
    }
    #order-form .form .cf7mls-btns .action-button {
        width: 150px;
        height: 50px;
        font-size: 15px;
    }
    #order-form .form .pbar .dot.is-active:nth-child(5) {
        left: calc(100% - 19px);
    }

    .form-field-checkbox > label {
        width: 100%;
    }
    .wpcf7-form-control-wrap {
        width: 100%;
    }
    .wpcf7-form-control.wpcf7-radio {
        display: flex;
        flex-direction: column;
    }
    .form-control {
        height: 54px;
        font-size: 16px;
    }
    .form-submit .wpcf7-submit {
        width: 150px;
        height: 50px;
        font-size: 15px;
    }

    #order-form .form .start {
        padding: 17px 35px 10px 25px;
    }
    #order-form .form .start .total {
        font-size: 16px;
    }
    #order-form .form .start .price {
        font-size: 30px;
    }
    #order-form .form .start .dollar {
        font-size: 21px;
    }
    #order-form .form .start .text {
        font-size: 16px;
    }

    #order-form .thank img {
        width: auto;
        max-height: 100px;
    }
    #order-form .thank .title {
        font-size: 30px;
    }
    #order-form .thank p {
        font-size: 16px;
        line-height: 25px;
    }
    #order-form .thank p br {
        display: none;
    }
    #order-form .thank p:last-of-type {
        padding-top: 25px;
    }
    #order-form .thank .back {
        font-size: 15px;
        margin-top: 35px;
    }

    /* BLOG */

    #index-sticky .headline .title {
        font-size: 34px;
        padding-bottom: 25px;
    }

    .main-news a {
        height: 320px;
    }
    .main-news a .photo {
        padding: 25px;
    }
    .main-news .title {
        font-size: 25px;
        line-height: 26px;
    }
    .news .content .more span, .main-news .more span, .other-news .more span {
        font-size: 14px;
    }

    .other-news a {
        flex-direction: column;
    }
    .other-news .photo {
        width: 100%;
        height: 150px;
    }
    .other-news .content {
        width: 100%;
        padding-left: 10px;
    }

    #index-wrapper .subheadline .title {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .news .content {
        padding: 20px 25px;
    }
    .news .content .title {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 7px;
    }
    .news .content p {
        font-size: 15px;
        line-height: 24px;
    }
    .news .photo {
        height: 220px;
    }
    .news .content .more {
        margin-top: 15px;
        padding-top: 7px;
    }

    #hero.single .title {
        font-size: 34px;
        line-height: 36px;
    }

    .pagination .page-item .page-link, .sitemap-by-click5_pagination .pagination-item, .sitemap-by-click5_pagination strong {
        font-size: 16px;
        padding: 12px 13px;
    }
    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        font-size: 16px;
        padding: 0 15px;
        margin-top: 12px;
    }

    #hero.single .breadcrumb span {
        padding: 0 5px;
    }
    #hero.single .breadcrumb p {
        display: block;
        padding-top: 5px;
    }

    #single-wrapper .back {
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
    }
    #single-wrapper .back .link i {
        font-size: 12px;
        padding: 6px 13px;
    }
    #single-wrapper .back .link, #single-wrapper .back time {
        font-size: 14px;
    }

    #author-box .headline .title {
        font-size: 26px;
    }
    #author-box .content {
        flex-direction: column;
        align-items: flex-start !important;
    }
    #author-box .content .avatar {
        width: 140px;
        height: 140px;
    }
    #author-box .content .text {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    #author-box .content .text .name {
        font-size: 20px;
    }
    #author-box .content .text p {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 0;
    }
    #author-box .content .text > a {
        font-size: 14px;
    }

    #recent-posts .headline .title {
        font-size: 30px;
        padding-bottom: 5px;
    }
}