@media screen and (min-width:1350px){
    .ui-page--single .section--content{
        width:100%;
    }
}
@media (max-width: 1300px){
    .section--header h1, .section--header .h1 {
        font-size: 5rem;
    }

    .section--content {
        max-width: 450px;
        margin-top: 20px;
    }

    .ui-footer .wrapper > .col-left, .ui-footer .wrapper > .col-right {}

    .ui-footer .wrapper .item {
        margin: 0 15px;
    }

    .ui-footer .circle svg {
        width: 500px;
        height: 100px;
    }

    .ui-footer .circle {
        height: 100px;
    }

    .ui-footer .wrapper {
        padding: 30px;
        padding-top: 60px;
    }
}
@media (max-width: 720px) {
    .ui-mobile--menu-bg, .ui-header--mobile{
        display: flex;
    }
	main.feature-image--right > .container .col-right
	{margin-left: 0px
	}
    #_page {
        overflow: hidden;
    }
    .lm-hide {
        display: none !important;
    }

    .lm-show {
        display: inherit;
    }
    .ui-header {
        display: none;
    }

    .container {
        padding: 0 10px;
        width: calc(100% - 20px);
    }

    main > .container {
        flex-direction: column;
    }

    main > .container .col-right {
        width: 100% !important;
    }

    #_page > main {
        padding: 80px 0;
        transform: translateY(-50px) scale(0.9);
        -webkit-transform: translateY(-50px) scale(0.9);
        filter: opacity(0);
        -webkit-filter: opacity(0);
        min-height: calc(100vh - 380px);
    }

    .loading--ready #_page > main {
        transform: translateY(0px) scale(1);
        -webkit-transform: translateY(0px) scale(1);
        filter: opacity(1);
        -webkit-filter: opacity(1);
    }

    main.feature-image--right > .container .col-right .section--content {
        margin-right: 0;
    }

    .section--header h1, .section--header .h1 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .section--header > .subtitle {
        font-weight: 800;
        font-size: 20px;
    }

    .ui-footer {
        display: none;
    }

    .ui-loader-site .title {
        font-size: 36px;
        line-height: 1.2;
    }
    .ui-loader-site .circle {
        width: 400px;
        height: 400px;
    }

    .ui-page-thumbnail {
        position: relative;
        max-width: inherit;
        width: 80%;
        max-height: 450px;
        margin-bottom: 30px;
        transform: scale(.8);
        -webkit-transform: scale(.8);
        left: 10px;
    }

    .ui-page-thumbnail > [data-lazy] {
        max-height: 420px;
        max-width: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .ui-post--card, .ui-post--card:first-child {
        width: 100%;
    }

    .ui-post--card > .wrapper {
        right: 0;
    }

    .ui-post--card .post--thumbnail > [data-lazy] {
        max-height: 444px;
    }

    .ui-post--card > .wrapper .post--thumbnail {
        position: relative;
        right: -10px;
    }

    .lm-grid-1 {
        grid-template-columns: 100% !important;
    }

    .lm-grid-2 {
        grid-template-columns: auto auto !important;
    }

    .ui_form__fieldsets.l-grid {
        margin-bottom: 0;
    }

    main.feature-image--right > .container .ui-page-thumbnail {
        right: -10px;
    }

    .ui-book--card .wrapper {
        flex-direction: column;
        width: calc(100% - 80px);
        padding: 40px;
    }

    .ui-page--single .section--content {
        width: 100%;
    }

    .ui-book--card .wrapper .post--thumbnail {
        padding-right: 0;
    }
    .ui-book--card .wrapper .post--thumbnail [data-lazy] {
        max-width: 100%;
        display: block;
    }

    main.ui-page--clients .section--content {
        width: auto;
    }

    .ui-page--single .ui-posts--list > .wrapper {
        right: 0;
    }

    .ui-modal {
        z-index: 1;
    }

    .ui-modal > .wrapper > main {
        padding: 60px 15px;
    }
    .ui-modal .close{
        visibility: hidden;
    }
    .ui-modal > .wrapper > main .section--header > .subtitle {
        font-size: 16px;
    }

    .lm-text-right {
        text-align: right;
    }
    .lm-fs-14{
        font-size: 14px;
    }
    .lm-fw-700{
        font-weight: 700;
    }

    .lm-w-80 {
        width: 80%;
    }
    .lm-mb-20{
        margin-bottom: 20px;
    }

    .ui-publication--card > .wrapper {
        flex-wrap: wrap;
    }

    .ui-publication--card:first-child > .wrapper .post--year {padding: 20px 0;}

    .ui-publication--card > .wrapper .col:first-child, .ui-publication--card > .wrapper .col:nth-child(2n) {
        width: 100%;
    }

    .ui-publication--card > .wrapper .post--month {
        margin-left: 0;
        text-align: right;
        margin-bottom: 15px;
    }

    .ui-publication--card > .wrapper .col .post--logo {
        width: calc(100% - 50px);
        padding-right: 50px;
    }

    .ui-publication--card > .wrapper .col:last-child {
        width: 50%;
        text-align: left;
    }

    .ui-publication--card > .wrapper img {
        width: 100%;
        object-fit: contain;
        max-height: 22px;
        object-position: left;
    }

    .ui-publication--card > .wrapper .col {
        width: 50%;
    }

    .ui-publication--card > .wrapper .post--title {
        min-width: inherit;
        font-weight: 800;
    }

    .ui-publications--list {
        -webkit-font-smoothing: auto;
    }

    .ui-publications--list > .wrapper {
        overflow: auto;
        max-height: 74vh;
    }
    html.page--publications {
        overflow: hidden;
    }
}