@media screen and (max-width: 1199px) {
    article,
    aside,
    dialog,
    figcaption,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        width: 100vw;
        overflow-x: hidden;
    }
	body.noscroll {		
		overflow: hidden;
	}
    .l,
    .r {
        display: none;
    }
    .bvd-favorite {
        font-size: 15px;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    header .bottom .container,
    header .top .container {
        max-width: 100%;
    }
    header .bottom ul.menu > li {
        margin-left: 0;
		padding: 0;
    }
    header .mobile .container {
        max-width: 100%;
		height: 100%;
		padding: 0 !important;
    }
    header .mobile .container > .row {
		margin: 0;
		height: 100%;
    }
    header .mobile .container nav {
        max-width: 100%;
		padding: 0 !important;
    }
    header .mobile .container div[class^="col"] > a {
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
		font-size: 22px;
		color: #fff;
    }
    header .mobile .container div[class^="col"] > a .row {
        position: relative;
    }
    header .mobile .container div[class^="col"] > a .fas {
        font-size: 26px;
    }
    header .mobile-trigger {
        padding: 0;
    }
    header .mobile-search {
        position: static;
        padding: 0;
        background: #e01a22;
    }
	header .mobile-search.active {
        background: #000;
    }
    header .mobile-search .fas {
        color: #fff;
    }
    header .mobile-search .search-container {
        display: none;
        height: 65px;
        width: 84%;
        top: 0;
        left: 0;
        background: #d6d6db;
        position: absolute;
        border: 0;
    }
    header .mobile-search .search-container form.search {
        height: 65px;
    }
    header .mobile-search .search-container form.search .search-submit {
        width: 70px;
        height: 65px;
    }
    header .mobile-search .search-container form.search .bt {
        width: 70px;
        height: 65px;
        background: #e01a22;
        border: 0;
    }
    header .mobile-search .search-container form.search input {
        padding: 0;
        margin: 0 auto;
        width: calc(100% - 110px);
        background: 0 0;
        border-bottom: 2px solid;
    }
    header .mobile-logo img {
        max-width: 150px;
    }
    header .mobile-menu {
        padding: 0 0 0 60px;
        position: absolute;
        opacity: 0;
        top: 0;
        z-index: 99;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    header .mobile-menu.shw {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
	header .mobile-menu-ul {
		padding: 0 15px;
		display: block;
		align-items: unset;
		justify-content: unset;
	}
    header .mobile-menu-container {
        max-width: 400px;
        min-height: 100vh;
        background: #fff;
    }
    header .mobile-menu-container a {
        display: block;
    }
    header .mobile-menu-container .search-container {
        padding-right: 10px;
        background: 0 0;
        border: 0;
    }
	header .bottom {
		height: 100vh;
		width: 100%;
		overflow: hidden;
		transition: all 0.1s;
		position: absolute;
		right: -100%;
		z-index: 10;
		border-top: 4px solid;
	}
	header .bottom.show {
		right: 0;
		background: rgb(0 0 0 / 67%);
		transition: all 0.3s;
	}
    header .bottom.mobile .d-flex {
		flex-flow: column;
		padding: 0;
		height: 100%;
	}
	header .bottom .main-menu-nav {
		width: 0;
		transition: width 0.5s;
	}
	header .bottom.show .main-menu-nav {
		max-width: 400px;
		width: calc(100% - 40px);
		background: #fff;
		padding-bottom: 80px;
		box-shadow: 0px 0 10px #000;
		height: 100%;
		overflow-y: auto;
		transition: width 0.3s;
	}
	header .top .d-flex {
		display: none !important;
	}
    header ul.menu {
        padding: 0 15px;
        display: block;
        align-items: unset;
        justify-content: unset;
    }
    header ul.menu li {
        position: relative;
    }
    header ul.menu li > a.red {
        color: #e01a22;
    }
    header ul.menu li .fas {
        position: absolute;
    }
    header .menu li .fas.fa-caret-down,
    header .menu li .fas.fa-caret-up {
        left: 10px;
        top: 10px;
    }
    header .menu li .fas.fa-caret-up {
        color: #e01a22;
    }
    header .menu li .fas.fa-heart {
        top: 12px;
        right: 75px;
        color: red;
    }
	header .top {
		padding: 0;
		height: 65px;
    }
	header .top-panel {
		display: none;
    }
    #top {
        height: 150px !important;
    }
	.hamburger {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
		height: 100%;
    }
	.hamburger--collapse.is-active .hamburger-inner {
		width: 18px;
		margin-left: 5px;
		margin-bottom: -5px;
		transition: all 0.1s;
    }
	.hamburger--collapse.is-active .hamburger-inner::before {
		width: 18px;
		top: -8px;
		left: 8px;
		transition: all 0.1s;
    }
	.hamburger--collapse .hamburger-inner::before,
	.hamburger--collapse .hamburger-inner::after,
	.hamburger--collapse.is-active .hamburger-inner::after,
	.hamburger--collapse .hamburger-inner {
		transition: all 0.1s;
	}
	.mobile-search a:after {
		content: "\f002";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		transition: all 0.2s;
	}
	.mobile-search.active a:after {
		content: "\f077";
		transition: all 0.2s;
	}
	.site-logo {
		flex: 0 0 calc(100% - 16.6667% - 65px);
		max-width: calc(100% - 16.6667% - 65px);
		padding: 10px 0;
		height: 100%;
	}
	header .mobile-search {
		/*flex: 0 0 16.666667%;
		max-width: 16.666667%;
		*/
		flex: unset;
		max-width: unset;
		height: 100%;
		width: 65px;
	}
	.site-logo a {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-logo img {
		max-height: 100%;
	}
    header .menu li a {
		display: block;
        padding: 0 15px 3px;
        justify-content: flex-start;
        font-weight: 700;
        border-bottom: 1px solid #d6d6db;
		line-height: 35px;
    }
	header .bottom ul.menu > li .sub-menu li.menu-item.current-menu-item a,
    header .menu li.current-page-ancestor a,
    header .menu li.current-menu-item a {
		color: #e01a22;
    }
    header .menu li .sub-menu {
        display: block;
        align-items: unset;
        justify-content: unset;
        max-height: 0;
        overflow: hidden;
		padding-top: 0 !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    header .menu li .sub-menu:before,
    header .menu li .sub-menu:after {
        display: none;
    }
    header .menu li.shw .sub-menu {
        max-height: 1000px;
    }
    header .menu .sub-menu > li > a {
        padding-right: 30px;
    }
    header .menu .sub-menu > li > a:before {
		content: '-';
		font-weight: 400;
		color: #ddd;
		margin-left: 5px;
		margin-right: -15px;
    }
	header ul.menu > li.liked:after {
		position: absolute;
		right: -10px;
		top: 10px;
		font-size: 13px;
	}
	header li.menu-item-has-children > a:after {
		content: "\f0d7";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		color: #000;
		position: absolute;
		left: 0;
		transition: all 0.2s;
    }
	header li.menu-item-has-children.shw > a:after {
		transform: rotate(180deg);
		transition: all 0.2s;
		color: #e01a22;
	}
    header .mobile-menu-search {
        background: #e01a22;
        padding: 7px 20px 8px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 4px solid;
    }
    header .search-container {
        max-height:0;
		overflow: hidden;
		display: block;
		transition: all 0.2s;
    }
    header .search-container.show {
        max-height: 60px;
		transition: all 0.3s;
    }
    header .mobile-menu-search input {
        background: 0 0;
        color: #fff;
        border: 0;
        border-bottom: 1px solid #fff;
    }
    header .mobile-menu-search input::-webkit-input-placeholder {
        color: #fff;
    }
    header .mobile-menu-search input::-moz-placeholder {
        color: #fff;
    }
    header .mobile-menu-search input:-ms-input-placeholder {
        color: #fff;
    }
    header .mobile-menu-search input:-moz-placeholder {
        color: #fff;
    }
    header .mobile-menu-search .fas {
        color: #fff;
        font-size: 28px;
    }
    header .mobile-menu-newsletter {
        margin-top: 20px;
    }
    header .mobile-menu-newsletter a {
        width: 80%;
        background: #000;
        text-align: center;
        padding: 15px;
    }
    header .mobile-menu-newsletter a span {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    header .mobile-menu-newsletter a .fas {
        margin-left: 10px;
        color: #e01a22;
    }
	.top-banner .search-container {
		display: none;
	}
    #articles .big {
        max-height: 700px;
    }
    .page-template-page-liked header {
        border-bottom: 4px solid;
    }
	header .mobile-menu-newsletter a {
		background:#e01a22;
		color: #fff;
		font-weight: 600;
		display: block;
		margin-right: -15px;
	}
    .home #slider .slick-arrow {
        opacity: 1 !important;
    }
    .home #pictures .row:not(.sct-title) .col-6 [data-fancybox] {
        height: 170px;
    }
    .page-id-369784 header,
    .page-id-377939 header,
    .search header {
        border-bottom: 4px solid;
    }
	.home #top-banner {
		display: none;
    }
}
@media (max-width: 992px) {
    .page-template-page-newsletters #newsletter .container {
        padding: 0 !important;
    }
    .page-template-page-newsletters #newsletter .container .form-cont {
        padding-bottom: 30px;
    }
    .page-template-page-newsletters #newsletter .container .form-cont #_atPopupSU .bl-template .bl-block {
        width: 100% !important;
    }
    .page-template-page-newsletters #newsletter .container .form-cont #_atPopupSU .bl-template .bl-padding-columns {
        padding: 0 !important;
    }
    .page-template-page-newsletters #newsletter .container .wpcf7 {
        margin-top: 50px;
    }
    .page-template-page-newsletters #newsletter .container .image {
        height: 490px;
    }
    .page-template-page-newsletters #before-footer {
        margin-top: 50px;
    }
    .page-template-page-liked #pictures [data-fancybox] {
        height: 130px;
    }
    .page-template-page-liked #articles .sct-title {
        margin-bottom: 0;
    }
    .page-template-page-liked #articles .posts-container .sm {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 15px;
        margin: 0 !important;
    }
    .page-template-page-liked #articles .posts-container .sm .top {
        margin-bottom: 0;
    }
    .page-template-page-liked #articles .posts-container .sm .bottom {
        margin: 0;
    }
    .page-template-page-liked #articles .posts-container .sm hr {
        position: absolute;
        width: 100%;
        bottom: -3px;
        border-top-color: #e7ebec;
    }
    .page-template-page-about #gallery .img {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    footer {
        padding-bottom: 40px;
    }
    footer .f-menus .menu#menu-index-professionals li {
        flex: 0 0 50%;
    }
    .fz30 {
        font-size: 26px;
        line-height: 1.3;
    }
    .fz36 {
        font-size: 30px;
        line-height: 1.3;
    }
    a,
    p {
        line-height: 1.4;
    }
    .sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px !important;
    }
    .sm .top {
        flex: 0 0 40%;
    }
    .sm .top img {
        width: 100%;
        height: 100%;
        max-height: 160px;
    }
    .sm .bottom {
        flex: 0 0 60%;
        padding: 0 15px 0 10px;
    }
    .sm .bottom * {
        font-size: 16px;
    }
    .sm hr {
        margin: 3px 0;
        flex: 0 0 100%;
        border-top-color: #e7ebec;
    }
    section.section-ln .row .sections-container .section {
        margin-bottom: 20px;
    }
    section.section-ln .row .sections-container .section > div .section-container {
        align-items: flex-start;
    }
    section.section-ln .row .sections-container.middle {
        display: none;
    }
    section.section-ln .row .sections-container .section {
        padding: 0 10px;
        border-left: 1px solid #e7ebec;
        border-right: 1px solid #e7ebec;
    }
    section.section-ln .row .sections-container .section > div {
        padding: 0;
        border-bottom: 0;
    }
    section.section-ln .row .sections-container .section .left .top .short-article-desc {
        max-height: 65px;
        overflow: hidden;
    }
    section.section-ln .row .sections-container.top:first-child .section:first-child {
        padding: 20px 15px;
        margin-bottom: 25px;
        background: #000;
    }
    section.section-ln .row .sections-container.top:first-child .section:first-child * {
        color: #fff;
        border: 0;
    }
    section.section-ln .row .sections-container.top:first-child .section:first-child hr {
        display: none;
    }
    section.section-ln .row .sections-container.top:first-child .section:first-child .left {
        z-index: 1;
    }
    section.section-ln .row .sections-container.top:first-child .section:first-child .left .top .fz22 {
        display: block;
        max-width: 90%;
        margin-bottom: 15px;
        background: #e01a22;
        padding: 10px 15px;
        margin-top: 5px;
        margin-right: -30px;
        font-size: 20px;
        line-height: 1.2;
    }
	section.section-ln .row .sections-container.top.search-promo .section {
        padding: 5px !important;
        background: #fff !important;
        box-shadow: 1px 1px 20px #ccc;
	}
    .social-btns a {
        width: 140px;
        padding: 0;
        border: 0;
        text-align: center;
    }
    section#bg-title {
        margin-top: 0;
    }
    section#bg-title .row {
        height: auto;
        padding: 5px 0;
    }
    #articles .posts-container,
    #pictures .posts-container,
    #projects-new .posts-container {
        padding: 0;
        margin-bottom: 0;
    }
    #articles .posts-container .row,
    #pictures .posts-container .row,
    #projects-new .posts-container .row {
        margin-left: -15px !important;
    }
    #articles .posts-container .row .sm,
    #pictures .posts-container .row .sm,
    #projects-new .posts-container .row .sm {
        padding: 0 15px;
    }
    #articles .big .bottom {
        height: 165px;
        padding-top: 60px;
    }
    #articles .big .bottom .m-bg-color {
        bottom: calc(100% - 50px);
    }
    #articles .big .top {
        height: 220px;
    }
    #articles .posts-container.ajx {
        padding: 0 10px;
    }
    .page-id-377 #top {
        margin-top: 45px;
    }
    #nprogress .spinner {
        top: 22px;
        right: 55px;
    }
    section.section-ln .row .sections-container .section > div .section-container .left {
        flex: 0 0 50%;
    }
    section.section-ln .row .sections-container .section > div .section-container .left .bottom {
        display: none;
    }
    section.section-ln .row .sections-container .section > div .section-container .left .bottom hr,
    section.section-ln .row .sections-container .section > div .section-container .left .top hr {
        margin: 5px 0 5px auto;
    }
    section.section-ln .row .sections-container .section > div .section-container .left .bottom .fz22,
    section.section-ln .row .sections-container .section > div .section-container .left .top .fz22 {
        font-size: 16px;
    }
    section.section-ln .row .sections-container .section > div .section-container .left .bottom a:not(.fz22),
    section.section-ln .row .sections-container .section > div .section-container .left .top a:not(.fz22) {
        font-size: 16px;
    }
    section.section-ln .row .sections-container .section > div .section-container .right {
        flex: 0 0 50%;
        height: auto;
        overflow: hidden;
    }
    section.section-ln .row .sections-container .section > div .section-container .right img {
        width: 100%;
        height: 100%;
    }
    section.section-ln .row .sections-container .section > div .section-container .right .top {
        width: 100%;
    }
    section#sm-title {
        padding: 10px 0;
        background: #000;
    }
    section#sm-title hr {
        top: -10px;
    }
    .contactus .container .row .ttl {
        margin: 20px;
    }
    .contactus .container .row .form-cont {
        padding: 0 40px;
    }
    .contactus .container .row .form-cont hr {
        width: calc(100% - 80px);
        top: -15px;
        right: 40px;
        border-top: 1px solid;
    }
    .page-template-page-category main #sm-title,
    .page-template-page-section main #sm-title {
        margin-top: 0;
    }
    .page-template-page-category main #sm-title .row,
    .page-template-page-section main #sm-title .row {
        padding: 0 0 10px;
        background: 0 0;
    }
    .page-template-page-category main #articles .posts-container .big,
    .page-template-page-category main #articles .posts-container .smalls,
    .page-template-page-category main #articles .posts-container:not(.ajx) .big,
    .page-template-page-category main #articles .posts-container:not(.ajx) .smalls {
        padding: 0 15px;
    }
    .page-template-page-category main #articles .posts-container .big,
    .page-template-page-category main #articles .posts-container:not(.ajx) .big {
        margin-bottom: 20px;
    }
    .home #slider .slide {
        height: 375px;
    }
    .home #slider .slide-link img {
        max-width: 100%;
        height: auto;
    }
    .home #slider .slide .container .row .col-12 {
        padding: 10px 35px 10px 15%;
    }
    .home #slider .slide .container .row .col-12 .fz36 {
        font-size: 24px;
    }
    .home #slider .slide .container .row .col-12 .fz18 {
        font-size: 16px;
    }
    .home #slider .slide .container .row .col-12 .sqr {
        width: 90%;
        height: calc(100% + 15px);
        background: rgb(0 0 0 / 35%);
    }
    .home #slider .slide .container .row .col-12 .sqr:after {
        content: "";
        width: 50px;
        height: 5px;
        background: #e01a22;
        display: block;
        position: absolute;
        right: 25px;
        top: 0;
    }
    .home #pictures .row:not(.sct-title) {
        margin-left: -5px;
        margin-right: -5px;
    }
    .home #pictures .row:not(.sct-title) .col-4 {
        padding: 5px;
    }
    .home #pictures .row:not(.sct-title) .col-4 [data-fancybox] {
        height: 125px;
    }
    .home #pictures .row:not(.sct-title) .col-4 .bvd-favorite {
        position: absolute;
        top: 15px;
        background: #fff;
        padding: 0 10px;
    }
    .page-template-page-architects-and-designers #slider.projects,
    .single-professional #slider.projects {
        margin-top: 15px;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-list,
    .single-professional #slider.projects .slick-list {
        overflow: visible;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-slide-title,
    .single-professional #slider.projects .slick-slide-title {
        width: 95%;
        padding: 0 10px;
        background: rgb(0 0 0 / 35%);
        bottom: 15px;
        right: 0;
        left: auto;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-slide-title .fz18,
    .single-professional #slider.projects .slick-slide-title .fz18 {
        font-size: 16px;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-slide-title span,
    .single-professional #slider.projects .slick-slide-title span {
        line-height: 20px;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-arrow,
    .single-professional #slider.projects .slick-arrow {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        background: rgba(0, 0, 0, 0.35);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-arrow.slick-prev,
    .single-professional #slider.projects .slick-arrow.slick-prev {
        left: 0;
        right: auto;
        border-radius: 0 50% 50% 0;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-arrow.slick-next,
    .single-professional #slider.projects .slick-arrow.slick-next {
        left: auto;
        right: 0;
        border-radius: 50% 0 0 50%;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-dots,
    .single-professional #slider.projects .slick-dots {
        left: calc(5% + 10px);
        bottom: 15px;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-dots li .fas,
    .single-professional #slider.projects .slick-dots li .fas {
        font-size: 10px;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-slide [data-fancybox],
    .single-professional #slider.projects .slick-slide [data-fancybox] {
        height: 50vh;
    }
    .page-template-page-architects-and-designers #projects .container,
    .single-professional #projects .container {
        padding-top: 5px;
    }
    .page-template-page-architects-and-designers #projects .container .sct-title,
    .single-professional #projects .container .sct-title {
        margin-bottom: 0;
    }
    .page-template-page-architects-and-designers #projects .container .sct-title .txt p,
    .single-professional #projects .container .sct-title .txt p {
        text-align: justify;
    }
    .page-template-page-architects-and-designers #projects .container .sct-title .txt hr,
    .single-professional #projects .container .sct-title .txt hr {
        border-top-color: #d6d6db;
    }
    .page-template-page-architects-and-designers .contactus .container .row .form-cont,
    .single-professional .contactus .container .row .form-cont {
        padding: 40px;
    }
    .page-template-page-architects-and-designers #contact-prof .container .image img,
    .single-professional #contact-prof .container .image img {
        height: auto;
    }
    .single-professional #articles .big {
        margin-bottom: 0;
    }
    .single-professional #slider.projects {
        margin-right: 15px;
    }
    .single-professional #slider.projects .slick-slide-title {
        width: 100%;
        right: -15px;
    }
    .single-post main #more .sct-title {
        margin-bottom: 25px;
    }
    .single-post main #content-title .container {
        padding-top: 5px;
    }
    .single-post main section.section-ln .row .sections-container.top:first-child .section:first-child .left .top .fz22 {
        max-width: none;
        font-size: 16px;
    }
    .single-post main #more .container .section-container .right,
    .single-post main #more-bottom .container .section-container .right {
        padding-left: 10px;
    }
    .single-post main #more .container .section-container .right .top,
    .single-post main #more-bottom .container .section-container .right .top {
        width: calc(100% - 10px);
        padding: 10px 5px;
    }
    .single-post main #comments .row.comment-form h3 {
        font-size: 18px;
    }
    .page-id-369784 #search-results .posts-container .sm,
    .page-id-377939 #search-results .posts-container .sm,
    .search #search-results .posts-container .sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px !important;
    }
    .page-id-369784 #search-results .posts-container .sm .top,
    .page-id-377939 #search-results .posts-container .sm .top,
    .search #search-results .posts-container .sm .top {
        flex: 0 0 40%;
    }
    .page-id-369784 #search-results .posts-container .sm .bottom,
    .page-id-377939 #search-results .posts-container .sm .bottom,
    .search #search-results .posts-container .sm .bottom {
        flex: 0 0 60%;
        padding-right: 15px;
    }
    .page-id-369784 #search-results .posts-container .sm hr,
    .page-id-377939 #search-results .posts-container .sm hr,
    .search #search-results .posts-container .sm hr {
        flex: 0 0 100%;
        border-top-color: #d6d6db;
    }
    .page-id-369784 #search-form .search-form .search-container,
    .page-id-377939 #search-form .search-form .search-container,
    .search #search-form .search-form .search-container {
        padding: 15px 10px;
    }
    .page-id-369784 #search-form .search-form .search-container.pr .search,
    .page-id-377939 #search-form .search-form .search-container.pr .search,
    .search #search-form .search-form .search-container.pr .search {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .page-id-369784 #search-form .search-form .search-container.pr .search .bt,
    .page-id-369784 #search-form .search-form .search-container.pr .search .form-group,
    .page-id-377939 #search-form .search-form .search-container.pr .search .bt,
    .page-id-377939 #search-form .search-form .search-container.pr .search .form-group,
    .search #search-form .search-form .search-container.pr .search .bt,
    .search #search-form .search-form .search-container.pr .search .form-group {
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .page-id-369784 #search-form .search-form .search-container.pr .search .form-group label,
    .page-id-377939 #search-form .search-form .search-container.pr .search .form-group label,
    .search #search-form .search-form .search-container.pr .search .form-group label {
        display: none;
    }
    .page-id-369784 #search-form .search-form .search-container.pr .search .form-group select,
    .page-id-377939 #search-form .search-form .search-container.pr .search .form-group select,
    .search #search-form .search-form .search-container.pr .search .form-group select {
        height: 40px;
    }
    .page-id-369784 #search-form .search-form .search-container.pr .search .bt button,
    .page-id-377939 #search-form .search-form .search-container.pr .search .bt button,
    .search #search-form .search-form .search-container.pr .search .bt button {
        width: 100%;
        height: 40px;
    }
    .page-id-369784 .attachment .top {
        margin: 0;
        height: auto;
        flex: 0 0 100%;
    }
    .page-id-369784 .attachment .top [data-fancybox] {
        height: 130px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-page-about #content .wp-block-gallery {
        margin: 20px 0;
    }
    .page-template-page-about #content .wp-block-gallery li.blocks-gallery-item {
        flex: 0 0 100%;
        margin: 10px 0 !important;
    }
    .page-template-page-about #content p {
        width: 100%;
        text-align: right;
    }
    .page-template-page-jobs #jobs {
        margin: 0;
        padding: 0;
    }
    .page-template-page-jobs #jobs .job p.fz20.bold.mb-3 {
        margin-top: -100px;
        padding-bottom: 30px;
        color: #fff;
    }
    .page-template-page-jobs #jobs .job.left {
        padding: 80px 60px 0 0;
        margin: 0 -60px 90px 0;
        background-position: 0;
        background-size: cover;
    }
    .page-template-page-jobs #jobs .job.right {
        padding: 80px 0 0 60px;
        margin: 0 0 90px -60px;
        background-position: 0;
        background-size: cover;
    }
    .page-template-page-jobs #jobs .job .job-container {
        margin: 0 0 -50px 0 !important;
    }
    .page-template-page-jobs #jobs .job .job-container .d-flex.mt-4.align-items-end {
        flex-wrap: wrap;
    }
    .page-template-page-newsletters #newsletter .container .wpcf7 {
        margin-top: 0;
    }
    .page-template-page-newsletters #newsletter .container #_atPopupSU {
        height: auto;
    }
    .page-template-page-newsletters #newsletter .container #_atPopupSU .bl-template.popup-dir-rtl .row-fluid,
    .page-template-page-newsletters #newsletter .container #_atPopupSU .bl-template.popup-dir-rtl.row-fluid {
        height: auto;
    }
    iframe {
        width: 100%;
    }
    iframe * {
        width: calc(100% - 30px) !important;
    }
    body section .sct-title .line .big,
    body section .sct-title .line .small {
        width: 50%;
    }
    footer .f-menus {
        margin-bottom: 0;
    }
    footer .f-menus .f-menu {
        margin-bottom: 45px;
    }
    footer .f-menus .f-menu .menu#menu-about-bvd li,
    footer .f-menus .f-menu .menu#menu-tools-and-services li {
        flex: 0 0 50%;
    }
    .newsletter-bg,
    .newsletter-form {
        flex: 0 0 100%;
    }
    .newsletter-bg {
        height: 300px;
        overflow: hidden;
    }
    .newsletter-bg img {
        width: 100%;
        height: auto;
    }
    .newsletter-container {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        flex-wrap: wrap;
    }
    .newsletter-close {
        top: 10px;
        right: 10px;
    }
    #professionals .container .content .professional .row {
        align-items: center;
        padding: 0 10px 10px;
    }
    #professionals .container .content .professional .row .img {
        min-height: 0;
        padding: 5px;
    }
    .contactus .container .row .form-cont input[name="your-name"] {
        margin-bottom: 10px;
    }
    .contactus .container .row .form-cont div {
        height: 100%;
    }
    .contactus .container .row .form-cont .fz30 {
        margin-bottom: 15px;
        line-height: 1.5;
        vertical-align: middle;
    }
    .page-template-page-architects-and-designers #slider.projects .slick-slide-title,
    .single-professional #slider.projects .slick-slide-title {
        background: rgb(0 0 0 / 60%);
    }
    #newProjLarge {
        margin-bottom: 30px;
    }
    #loginwrapper {
        width: calc(100% - 10px);
        margin: 5px auto;
    }
    .single-post main #content-bottom .col-12 .img p:not(:empty),
    .single-post main #content-middle .col-12 .img p:not(:empty),
    .single-post main #content-top .col-12 .img p:not(:empty) {
        position: initial;
    }
    .bbpress section .sct-title {
        margin-bottom: 0;
    }
    .bbpress main #forum .container {
        padding-top: 0;
    }
    .bbpress main #forum .container .add-new label {
        margin-bottom: 0;
        font-size: 14px;
    }
    .bbpress main #forum .container .add-new legend {
        font-size: 1.2rem;
    }
    .bbpress main #forum .container .add-new .right {
        margin-bottom: 20px !important;
    }
    .home #pictures .col-12 [data-fancybox] {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .home #slider {
        height: 375px;
		display: flex;
    }
    .home #projects-new .big,
    .home #projects-new .smalls,
    .home #projects-new .smalls .sm {
        padding: 0 15px !important;
    }
    .home .section-ln .row .sections-container.top:first-child .section:first-child .left .top .fz22 {
        padding: 5px 15px;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .single-professional #projects .sct-title .logo {
        flex: 0 0 100%;
    }
    .single-professional #projects .links {
        display: flex;
    }
    .single-professional #projects .links .social-btns .heateor_sss_sharing_container.shw {
        position: absolute;
        left: 15px;
        top: -45px;
    }
    .page-template-page-architects-and-designers .row.sct-title .col-12:nth-child(1) {
        order: 1;
    }
    .page-template-page-architects-and-designers .row.sct-title .col-12:nth-child(2) {
        margin-bottom: 10px;
        order: 3;
    }
    .page-template-page-architects-and-designers .row.sct-title .col-12.line {
        order: 2;
    }
    .page-template-page-architects-and-designers .row.sct-title .col-12:last-child {
        order: 4;
    }
    .page-template-page-architects-and-designers #professionals .container {
        padding-top: 0;
    }
    .sti .sti-share-box {
        margin-right: -36px;
    }
}
@media screen and (max-width: 600px) {
    .page-id-369784 #search-form .search-filters .search-filter,
    .page-id-377939 #search-form .search-filters .search-filter,
    .search #search-form .search-filters .search-filter {
        flex: 0 0 33.333%;
        font-size: 14px;
    }
    .page-id-369784 #search-form .search-filters .search-filter.disb,
    .page-id-377939 #search-form .search-filters .search-filter.disb,
    .search #search-form .search-filters .search-filter.disb {
        display: none;
    }
    .page-id-369784 #more-searches ul li,
    .page-id-377939 #more-searches ul li,
    .search #more-searches ul li {
        width: 100%;
        padding: 0;
    }
    .page-id-369784 #more-searches ul li a,
    .page-id-377939 #more-searches ul li a,
    .search #more-searches ul li a {
        display: block;
        padding: 10px 0;
    }
    .page-id-369784 #more-searches ul li:after,
    .page-id-377939 #more-searches ul li:after,
    .search #more-searches ul li:after {
        display: none;
    }
}
@media (max-width: 575px) {
    .fz36 {
        font-size: 20px;
        line-height: 1.3;
        display: block;
    }
    .fz30 {
        font-size: 16px;
        line-height: 1.3;
        display: inline;
    }
    #bg-title p,
    #sm-title p {
        font-size: 14px;
    }
    .container {
        padding: 0 15px !important;
    }
    .bvd-favorite {
        padding: 5px 10px !important;
        font-size: 12px;
    }
    header .mobile-menu {
        padding: 0 0 0 30px;
    }
    .search-container form.search input {
		font-size: 16px;
		background: #ddd;
		padding: 0 15px 0 0;
		width: calc(100% - 63px);
		outline: unset;
		border-bottom: 3px solid #000;
    }
	.search-container form.search .bt .search-submit {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
    }
	.search-container form.search .bt {
		width: 63px;
		height: 50px;
		background: #ddd;
	}
    footer .terms .links {
        margin: 30px 0 0 0;
        padding: 30px;
        background: #181818;
        flex-wrap: wrap;
    }
    footer .terms .links .mw {
        flex: 0 0 50%;
        margin: 15px 0 0;
    }
    #comments {
        padding: 0 20px;
    }
    #professionals .container .content .professional .row .txt a,
    #professionals .container .content .professional .row .txt p:not(.fz18) {
        font-size: 16px;
    }
    .page-template-page-newsletters #newsletter .container .image {
        height: 310px;
    }
    .home #pictures .row:not(.sct-title) .col-4 [data-fancybox] {
        height: 100px;
    }
}
@media screen and (max-width: 500px) {
    .single-professional #projects .links {
        padding: 5px 15px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .single-professional #projects .links .social-btns,
    .single-professional #projects .links > a {
        flex: 0 0 48%;
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .single-professional #projects .links .social-btns .bvd-share,
    .single-professional #projects .links > a .bvd-share {
        flex: 0 0 100% !important;
        margin: 0;
        width: 100% !important;
        display: inline-block;
        padding: 0;
    }
    .single-post main #content-title .container .social-btns a {
        padding: 0 !important;
        font-size: 12px;
    }
    .single-post main #content-title .container .col-12.col-md-6 p {
        margin: 0;
    }
    .single-post main #content-title .container .col-12.col-md-6 strong {
        width: 100%;
        display: block;
        padding: 0 !important;
    }
    .single-post main #content-title .container .col-12.col-md-6 strong:first-child {
        margin-bottom: 7px;
    }
    .single-post main #content-title .container .col-12.col-md-6.links .social-btns a {
        width: 50%;
        line-height: 35px;
        text-align: center;
        border: 1px solid #d6d6db;
    }
    .single-post main #content-title .container .col-12.col-md-6.mash-large {
        width: 25%;
    }
    .single-post main #content-bottom .col-12 .img p:not(:empty),
    .single-post main #content-middle .col-12 .img p:not(:empty),
    .single-post main #content-top .col-12 .img p:not(:empty) {
        padding: 5px 10px;
        bottom: 10px;
        font-size: 14px;
    }
    #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count {
        display: none;
    }
    #bbpress-forums li.bbp-body li.bbp-topic-freshness,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness {
        width: 120px;
    }
    #bbpress-forums li.bbp-body li.bbp-topic-title,
    #bbpress-forums li.bbp-header li.bbp-topic-title {
        width: calc(100% - 120px);
    }
    #bbpress-forums li.bbp-body div.bbp-reply-author {
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .bbp-reply-header a.bbp-reply-permalink {
        margin: 0 0 0 10px;
        float: right;
    }
    .bbpress main #forum .container #bbpress-forums li.bbp-header {
        display: none;
    }
    .page-id-369784 #more .btn,
    .page-id-377939 #more .btn,
    .search #more .btn {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
	.row.search-results-row,
	.row.search-desc {
		margin: 0;
	}
	#search-results .sm.attachment {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
	.view-article-link {
		opacity: 1;
		bottom: 7px;
	}
}
@media screen and (max-width: 450px) {
    .contactus .container .row .form-cont .form-row.sbm div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contactus .container .row .form-cont .form-row.sbm div.col-4 {
        margin-top: 30px;
    }
    .contactus .container .row .form-cont .form-row.sbm div.col-4 input {
        height: 50px;
    }
    .page-id-369784 #banner-f .btn.bg-black,
    .page-id-369784 #banner-f .btn.bg-red,
    .page-id-377939 #banner-f .btn.bg-black,
    .page-id-377939 #banner-f .btn.bg-red,
    .search #banner-f .btn.bg-black,
    .search #banner-f .btn.bg-red {
        width: 100%;
        margin: 5px 0;
    }
    .page-id-369784 .attachment .top [data-fancybox] {
        height: 100px;
    }
}
@media screen and (max-width: 400px) {
    .page-template-page-architects-and-designers #projects .slick-slide {
        height: 40vh;
        overflow: hidden;
    }
    .page-template-page-architects-and-designers #projects .slick-slide img {
        object-fit: contain;
        height: 40vh;
        max-width: none;
    }
    .single-post #comments #commentform p[class*="comment-"] input {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .home #pictures .row:not(.sct-title) .col-6 [data-fancybox] {
        height: 100px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
    section.section-ln .row .sections-container .section > div .section-container .left {
        max-height: 290px;
        overflow: hidden;
    }
    section.section-ln .row .sections-container .section > div .section-container .right {
        max-height: 300px;
        overflow: hidden;
    }
}