@media (min-width: 1200px) {
    .container-sm{
        max-width: 1050px;
    }
    p{
        line-height: 28px;
    }
    .handwritten-font{
        font-size: 65px;
    }
    .header-primary .image,
    .header-primary .image,
    .header-blog .image{
        height: 400px;
    }
    header.header-primary h2{
        padding-top: 80px;
    }
    header .toolbar .logo img {
        width: 370px;
    }
    header .toolbar.sticky .logo.logo-dark {
        width: 300px;
    }
    header .content hr{
        margin: 30px 0 120px;
    }
    header #nav.active{
        width: 750px;
    }
    header .md-view .nav-image{
        height: 380px;
        margin-left: 40px;
    }
    header #nav ul li{
        padding-bottom: 20px;
    }
    header #nav ul li a{
        letter-spacing: 1.3px;
    }
    .social-media-links ul li a,
    header #nav .social-media-links ul li a{
        font-size: 16px;
    }
    .header-home .slider-social-media li{
        padding-bottom: 13px;
    }
    .header-home .slider-social-media li a{
        font-size: 17px;
    }
    .under-header .image-quadrat{
        width: 430px;
        height: 545px;
    }
    .under-header .image-round{
        height: 350px;
    }
    .under-header .content{
        padding: 0 50px;
    }

    .brief-offer .image{
        height: 610px;
    }
    .brief-offer .item .heading {
        padding: 30px 0 10px;
    }
    .brief-offer .item p{
        padding-bottom: 30px;
    }
    .brief-gallery p{
        width: 50%;
    }
    .brief-about .background-image{
        width: 410px;
        height: 490px;
    }
    .brief-about .first-image.image{
        margin-right: 70px;
        margin-bottom: 30px;
    }
    .brief-about .short-about{
        margin-right: 70px;
    }
    .brief-about .about-image.image{
        height: 580px;
    }
    .about.section-I .image{
        height: 670px;
    }
    .about.section-I .content{
        margin-left: 80px;
    }
    .facts{
        padding: 100px 0;
    }
    .facts .image{
        height: 450px;
    }
    .team{
        background: linear-gradient(180deg, rgba(238,223,209,1) 390px, rgba(255,255,255,1) 100px);
    }
    .team .item .image{
        height: 370px;
    }
    .team .item .social-media{
        width: 220px;
    }
    .team .item .social-media ul{
        padding: 8px 0;
    }
    .team .item .social-media ul li a{
        font-size: 16px;
        padding: 0 11px;
    }
    .team .item .content p.name{
        font-size: 17px;
    }
    .listing .item i{
        font-size: 30px;
    }
    .listing .item p{
        font-size: 17px;
        line-height: 28px;
        letter-spacing: 0.4px;
    }
    .how-works .item .content .image {
        height: 265px;
    }
    .opinion{
        padding: 130px 0;
    }
    .opinion .opinion-background{
        padding: 70px 100px;
    }
    .opinion .image{
        height: 540px;
    }
    .opinion .content{
        margin-left: 40px;
    }
    .details .item .content{
        width: 550px;
        padding-right: 130px;
    }
    .details .big-heading.md-size{
        padding: 100px 0 10px;
    }
    .details .item .btn.btn-primary{
        margin-top: 50px;
    }
    .details .item .image-big{
        height: 620px;
        width: 470px;
    }
    .details .item .image-small{
        height: 350px;
        width: 270px;
        right: 280px;
        top: 130px;
    }
    .details .item .included{
        left: 570px;
    }
    .details .item .included .handwritten-font{
        padding-bottom: 20px;
    }
    .post-item .image,
    .gallery-folders .folder .image{
        height: 440px;
    }
    .posts .post-item .content{
        padding: 0 32px;
    }
    .sidebar .popular-post .number{
        padding-right: 15px;
    }
    .gallery-folders .big-heading {
        left: -539px;
        top: -160px;
    }
    .sidebar .sidebar-about .image{
        height: 270px;
    }
    .newsletter .modal-container .image{
        height: 530px;
    }
    .contact .box{
        margin-right: 70px;
    }
    .contact .image{
        height: 610px;
    }

    .pins ul li .img{
        height: 192px;
    }
    .pins ul li:nth-child(-n+6){
        display: block;
    }
    .pins ul li:nth-child(1),
    .pins ul li:nth-child(2),
    .pins ul li:nth-child(3),
    .pins ul li:nth-child(4),
    .pins ul li:nth-child(5),
    .pins ul li:nth-child(6){
        width: calc(100% / 6)!important;
    }

    /*---------------------------
        GALLERY
    ---------------------------*/
    .section-gallery.gallery-a .swiper-button-prev{
        left:10px;
    }
    .section-gallery.gallery-a .swiper-button-next{
        right:10px
    }

    .section-gallery.gallery-b .swiper-button-prev{
        left:10px;
    }
    .section-gallery.gallery-b .swiper-button-next{
        right:10px
    }

    .section-gallery.gallery-c .container-gallery-c{
        margin: 0 100px;
    }
    .section-gallery.gallery-c .swiper .swiper-slide .gallery-image{
        height: 470px;
    }

    /*---------------------------
    POST-CONTENT
    ---------------------------*/
    .single-post{
        padding: 60px 0 100px;
    }
    .post-content{
        font-size: 11px;
    }
    .post-content p {
        line-height: 28px;
    }
}