@import url("fonts/fontello.css");

@font-face {
    font-family: 'almoni_dl_aaa';
    src: url('fonts/almoni-dl-aaa-bold-webfont.woff2') format('woff2'),
    url('fonts/almoni-dl-aaa-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'almoni_dl_aaa';
    src: url('fonts/almoni-dl-aaa-regular-webfont.woff2') format('woff2'),
    url('fonts/almoni-dl-aaa-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'BrownStd';
    src: url('fonts/BrownStd-Thin.eot');
    src: url('fonts/BrownStd-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrownStd-Thin.woff2') format('woff2'),
    url('fonts/BrownStd-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Hebrew';
    src: url('fonts/MyriadHebrew-Regular.eot');
    src: url('fonts/MyriadHebrew-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/MyriadHebrew-Regular.woff2') format('woff2'),
    url('fonts/MyriadHebrew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownStd';
    src: url('fonts/BrownStd-Regular.eot');
    src: url('fonts/BrownStd-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/BrownStd-Regular.woff2') format('woff2'),
    url('fonts/BrownStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    margin-top: 0 !important;
}
body {
    font-family: 'almoni_dl_aaa';
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
}
* {
    -webkit-tap-highlight-color: transparent;
}
*:focus {
    outline: none!important;
}
.noscroll {
    overflow: hidden;
}
p {
    font-size: 16px;
    line-height: 23px;
}
.menu_row {
    height: 169px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
.menu_row.scrolled {
    position: fixed;
    height: 88px;
    background: rgba(255, 255, 255, 0.9);
}

.const_width {
    width: 1267px;
    display: inline-block;
}
.content {
    padding-top: 168px;
    -webkit-transition: padding-top 0.3s ease-out;
    -moz-transition: padding-top 0.3s ease-out;
    -o-transition: padding-top 0.3s ease-out;
    transition: padding-top 0.3s ease-out;
}
.content.scrolled {
    padding-top: 88px;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 100%;
    float: right;
}
.menu li {
    float: right;
    margin: 0 13px;
    height: 88px;
    margin-top: 40px;
    line-height: 88px;
    direction: ltr;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
}
.menu_row.scrolled .menu li {
    margin-top: 0;
}
.menu li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    direction: rtl;
}
.menu li a:hover,
.menu li a:focus,
.menu li a:active {
    color: #575756;
}
.menu li.current-menu-item a {
    text-decoration: underline;
}
.logo {
   position: absolute;

}
.logo.vered {
     left: 0;
     top: 40px;
    height: 15px;
 }
.logo.word {
    height: 23px;
}
.logo.word_1 {
    left: 0;
    top: 56px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.logo.word_2 {
    left: 0;
    top: 79px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}
.logo.word_3 {
    left: 0;
    top: 102px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}
.logo.dot {
    left: 83px;
    height: 15px;
    top: 111px;
    -webkit-transition: top 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: top 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: top 0s linear 0.3s, left 0s linear 0.3s;
    transition: top 0s linear 0.3s, left 0s linear 0.3s;
}

.image-link {
    display: inline-block;
    text-decoration: none;
    width: 50%;
    float: left;
}
.menu_row.scrolled .logo.word{
     opacity: 0;
}
.menu_row.scrolled .logo.word.word_1 {
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}
.menu_row.scrolled .logo.word.word_2 {
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}
.menu_row.scrolled .logo.word.word_3 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.menu_row.scrolled .logo.dot {
    top: 40px;
    left: 72px;
}
.relative {
    position: relative;
}
#site-navigation {
    position: relative;
    display: inline-block;
    /* width: 100%; */
    text-align: left;
    float: right;
}
h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
    margin: 15px 0 50px;
}

#contact {
    margin-top: 145px;
}
#contact p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin: 13px 0 0 0;
}
#contact p.submit {
    margin-top: 30px;
}
#contact .contact_title p {
    color: black;
    line-height: 34px;
    margin: 0;
    font-family: 'BrownStd';
    direction: ltr;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
#contact .contact_title p a {
    text-decoration: none;
    color: black;
    font-weight: 400;
}
.contact_title {
    margin-bottom: 10px;
}
.wpcf7-form > p {
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 6px;
    left: 15px;
}
.wpcf7-form.invalid > p,
#contact .contact_title p:hover,
.wpcf7-form > p.submit,
.wpcf7-form > p.active,
.wpcf7-form > p:hover {
    opacity: 1;
}
.wpcf7-form {
    width: 525px;
    display: inline-block;
}
input {
    font-family: 'almoni_dl_aaa';
    width: 525px;
    border: 1px solid black;
    box-shadow: none;
    height: 42px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px;
    text-align: right;
    direction: ltr;
}
textarea {
    font-family: 'almoni_dl_aaa';
    width: 525px;
    height: 100px;
    border: 1px solid black;
    resize: none;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
}
input[type="submit"] {
    width: 146px;
    border-color: black;
    line-height: 13px;
    background: white;
    text-align: center;
}
input[type="submit"]:hover {
    opacity: 0.7;
}

.credits p {
    color: black;
    font-size: 16px;
    font-family: 'BrownStd';
    float: left;
    line-height: 20px;
    margin-top: 0 !important;
}
.credits p a {
    text-decoration: none;
    color: black;
    line-height: 20px;
}
.credits p a:hover {
    text-decoration: underline;
}
.social {
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social li {
    display: inline-block;
    margin: 7px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.social li:hover {
    opacity: 0.8;
}
.social li a img {
    width: 18px;
}
.credits {
    display: inline-block;
    width: 100%;
    margin-top: 160px;
    margin-bottom: 20px;
}
#contact .credits p {
    font-size: 12px;
}
.main_img {
    display: inline-block;
    width: 100%;
    height: 643px;
    background-position: center;
    background-size: cover;
}
.projects_link {
    display: inline-block;
    margin-bottom: 50px;
    opacity: 1;
}
.projects_link:hover {
    opacity: 0.8 !important;
}
.projects_link h1 {
    text-decoration: underline;
    color: black;
}
.projects_link:hover h1 {
    text-decoration: underline;
}
.gallery {
    display: inline-block;
    width: 100%;
}
.gallery .main_gallery_img {
    float: left;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery .main_gallery_img:nth-child(1) {
    height: 632px;
    width: 100%;
    margin: 0 0 10px;
}
.gallery .main_gallery_img:nth-child(2) {
    height: 758px;
    width: 808px;
    margin: 50px 115px 10px 0;
}
.gallery .main_gallery_img:nth-child(3),
.gallery .main_gallery_img:nth-child(4) {
    height: 344px;
    width: 344px;
    margin: 50px 0 20px;
}
.gallery .main_gallery_img:nth-child(5){
    height: 520px;
    width: 343px;
    margin: 70px 115px 0 0;
}
.gallery .main_gallery_img:nth-child(6) {
    height: 520px;
    width: 800px;
    margin: 70px 0 0 8px;
}
.main_text p {
    margin: 74px 0;
}

.left,
.right {
    width: 50%;
    float: left;
    text-align: right;
    box-sizing: border-box;
}
.right {
    padding: 0 100px 0 70px;
}
.left {
    padding: 105px 15px 0 94px;
}
.left img {
    max-width: 100%;
}
.right h1 {
    margin: 10px 0 50px;
    font-weight: 600;
    line-height: 50px;
}
.right p {
    line-height: 28px;
    font-weight: 400;
}
.with_sidebar {
    position: relative;
}
.with_sidebar .right {
    width: 67%;
    float: right;
    padding: 0 95px 0 15px;
    box-sizing: border-box;
}
.sidebar {
    width: 410px;
    position: fixed;
    right: 50%;
    margin-right: 220px;
    top: 169px;
    padding: 0 45px 0 40px;
    box-sizing: border-box;
    text-align: right;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    transition: top 0.3s linear;
}
.sidebar.scrolled {
    top: 88px;
}
.more {
    display: inline-block;
    width: 67%;
    text-align: center;
    box-sizing: border-box;
    float: right;
    padding: 50px 95px 0 15px;

}
.loadmore {
    font-family: 'almoni_dl_aaa';
    border: 1px solid black;
    box-shadow: none;
    height: 42px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px;
    width: 146px;
    color: black;
    text-decoration: none;
    line-height: 13px;
    background: white;
    display: inline-block;
}
.blog_content img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 30px 0 0;
}
.blog_content h1 {
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 16px -2px 0 0;
}
.blog_content h3 {
    line-height: 30px;
    font-family: 'BrownStd';
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #B2B2B2;
}
.post_content {
    margin: 0;
}
.separator {
    width: 270px;
    margin-top: 40px;
    margin-bottom: 56px;
    height: 1px;
    background: #525251;
}
.sidebar h1 {
    color: #B1B1B1;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 38px;
    margin: 16px -4px 30px 0;
}
.sidebar a {
    text-decoration: none;
    color: black;
}
.sidebar p {
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.sidebar h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 6px 0;
    padding-left: 20px;
}
.sidebar h3 {
    font-size: 16px;
    font-family: 'BrownStd';
    font-weight: 400;
    color: #B2B2B2;
    margin: 0 0 20px 0;
}
.sidebar.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
}
.inspirations {
    margin: 0 -30px 0 0;
}
.grid-sizer,
.inspirations a {
    display: inline-block;
    width: calc(20% - 30px);

}
.gutter-sizer {
    width: 30px;
}
.inspirations img {
    width: 100%;
}
.inspirations img {
    margin-bottom: 30px;
}
.mfp-bg {
    background: black;
    opacity: 0.9;
}
.mfp-close {
    top: 26px;
    color: white;
    font-weight: 400;
    height: 94px;
    position: fixed;
    z-index: 9;
    opacity: 1;
}
img.mfp-img {
    padding: 100px 0 100px;
}
.mfp-figure:after {
    left: 0;
    top: 100px;
    bottom: 100px;
    right: 0;
    box-shadow: none;
}
.mfp-bottom-bar {
    margin-top: 0;
    top: 26px;
    z-index: 1050;
}
.mfp-title {
    text-align: center;
    padding: 0;
}
.mfp-title h3 {
    line-height: 34px;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 400;

}
.mfp-title h3 b {
    font-weight: 400;
}
.mfp-title p {
    font-size: 16px;
    font-weight: 400;
    direction: ltr;
    margin: 0 0 10px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    left: auto;
    text-align: right;
    right: 24px;
    margin-left: 598px;
    width: auto;
    font-family: 'almoni_dl_aaa';
    top: 0;
}
.mfp-inline-holder .mfp-close {
    right: 0;
    top: 0;
    left: auto;
    text-align: left;
    margin-right: 0;
    position: fixed;
    width: 50px;
    display: inline-block;
    font-family: 'almoni_dl_aaa';
}
.mfp-inline-holder .mfp-bottom-bar {
    position: static;
    margin-top: 80px;
}
.mfp-close-btn-in .mfp-close {
    color: white;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);

}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    color: #B2B2B2;
}
/*.mfp-close:active {*/
    /*top: 86px;*/
/*}*/
.modal {
    height: auto;
}
.press_item {
    display: inline-block;
    float: right;
    width: calc(33% - 44px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 22px;
}
.press_item .press_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    display: table-cell;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 50%;
    box-sizing: border-box;
    bottom: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.press_item .press_overlay h3 {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    margin-top: -27px;
}
.press_item .press_overlay h4 {
    color: white;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}
.press_item .press_overlay:hover {
    opacity: 0.8;

}
.press_item .press_overlay:hover h3 {
    text-decoration: underline;
}

.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    text-align: center;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.fb_popup {
    text-align: center;
}
.fb_popup .header {
    display: inline-block;
}
.fb_popup .content {
    background: white;
    padding: 42px 55px 46px;
    box-sizing: border-box;
    width: 1080px;
    margin: auto;
}
.info {
    text-align: left;
}
.info h3, .info h4 {
    font-size: 18px;
    margin: 0;
    line-height: 31px;
    font-weight: 400;
}
.info h3 {
    margin-top: 28px;
    display: inline-block;
}
.info h4 {
    font-weight: 400;
    font-family: 'BrownStd';
}
.bottom {
    padding-top: 50px;
    display: inline-block;
}
.bottom .left {
    padding: 0;
    width: 53%;
}
.bottom .left img {
    width: 100%;
}
.bottom .right {
    width: 47%;
    padding: 0 0 0 70px;
    box-sizing: border-box;
}
.bottom .right p {
    font-weight: 400;
    line-height: 30px;
}
.facebook_image {
    width: 145px;
    float: left;
    margin: 0 30px 0 0;
}
.menu-item button {
    display: none;
}
.sub-menu {
    display: none;
    width: 135px;
    list-style-type: none;
    margin: 0;
    padding: 12px 0;
    position: absolute;
    top: 60px;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
.menu li:hover .sub-menu {
    display: inline-block;
}
.sub-menu .current-menu-item a {
    text-decoration: none;
    color: white;
}
.menu-item-has-children {
    position: relative;
}
.sub-menu li {
    width: 100%;
    height: 29px;
    margin: 0;
    text-align: right;
    color: white;
    text-decoration: none;
}
.sub-menu li a {
    color: white;
    font-size: 16px;
    padding: 0 16px 0 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    line-height: 29px;
    float: left;
}
.menu .sub-menu li a,
.menu .sub-menu li.current-menu-item a {
    text-decoration: none;
}
.menu .sub-menu li a:hover,
.menu .sub-menu li a:focus,
.menu .sub-menu li a:active {
    color: #B2B2B2;

}
.project {
    float: right;
    display: inline-block;
    margin-bottom: 73px;
    color: black;
    text-decoration: none;
    width: 615px;
    height: 395px;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.project:nth-child(2n + 1) {
    margin-right: 18px;
}
.project:nth-child(2n + 2) {
    margin-left: 18px;
}
.project_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.project p {
    font-size: 16px;
    line-height: 36px;
    margin: 0;
}
.project:hover,
.project:focus {
    opacity: 0.8;
    text-decoration: underline;
}
.proj_wrapper {
    display: inline-block;
    margin: 0 -18px;
}
.proj_img {
    max-height: 893px;
    max-width: calc(100% - 36px);
    margin: 0 18px 36px;
}
.about_proj {
    padding: 23px 0 50px;
    text-align: center;
}
.about_proj h1 {
    line-height: 48px;
    margin: 0;
}
.about_proj h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 5px;
}
.about_proj p {
    margin: 15px 0;
    line-height: 28px;
    font-weight: 400;
    width: 650px;
    padding: 0 50px;
    color: #7F7F7F;
    text-align: center;
    display: inline-block;
}
.gallery_img {
    max-width: calc(100% - 36px);
    margin: 0 18px 36px;
    background-size: cover;
    background-position: center;
}
.next_link a {
    font-size: 30px;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 80px 27px 60px;
    border-bottom: 1px solid black;
    width: 270px;
    letter-spacing: 7.9px;
}
.magazine_popup .content {
    padding: 0;
    text-align: center;
}
.magazine_img {
    max-width: 100%;
    max-height: 100%;
}
.mfp-fade.mfp-bg{
    position: fixed !important;
}
.mobile_menu {
    display: none;
}
.prev_posts_container {
    height: 190px;
    overflow-y: scroll;
}
.prev_posts_container::-webkit-scrollbar {
    width: 4px;
    background: #B1B1B1;
}

.prev_posts_container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background: #B1B1B1;
}

.prev_posts_container::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background: black;
}
/*.fade_in {*/
    /*opacity: 0;*/
    /*margin-top: -10px;*/
    /*-webkit-transition: all 0.2s ease-out;*/
    /*-moz-transition: all 0.2s ease-out;*/
    /*-o-transition: all 0.2s ease-out;*/
    /*transition: all 0.2s ease-out;*/
/*}*/
/*.fade_in.active {*/
    /*opacity: 1;*/
    /*margin-top: 0;*/
/*}*/
.mfp-container {
    overflow: auto;
    height: 100vh;
}
@media screen and (max-width: 1367px) {
    #contact,
    .menu_row,
    #content {
        padding: 0 50px;
    }
    .const_width {
        width: 100%;
    }
    .project {
        width: calc(50% - 18px);
        height: 26.9vw;
    }
    .proj_img {
        max-height: 61.8vw;
    }
    .proj_wrapper {
        margin: 0;
    }
    .left {
        padding: 105px 15px 0 20px;
    }
    .right {
        padding: 0 20px 0 40px;
    }
    .with_sidebar .right {
        width: calc(100% - 360px);
        padding: 0 0 0 20px;
    }
    .more {
        width: calc(100% - 360px);
        padding: 50px 0 0;
    }
    .sidebar {
        left: 0;
        right: auto;
        margin: 0;
        padding: 0 50px;
    }
    .sidebar.absolute {
        left: -50px;
    }
    .inspirations {
        width: auto;
        margin: 0 -30px 0 0;
    }
    .grid-sizer, .inspirations a {
        display: inline-block;
        width: calc(25% - 30px);
    }
    .press_item {
        width: calc(50% - 44px);
        margin: 22px;
    }
    .gallery .main_gallery_img:nth-child(1) {
        height: calc(61.1vw - 100px);
        width: calc(100vw - 100px);
        margin: 3.7vw 8.7vw 0.8vw 0;
    }
    .gallery .main_gallery_img:nth-child(2) {
        height: 51.4vw;
        width: calc(62.7vw - 60px);
        margin: 3.7vw 9vw 0.8vw 0;
    }
    .gallery .main_gallery_img:nth-child(3),
    .gallery .main_gallery_img:nth-child(4) {
        height: calc(28.3vw - 55px);
        width: calc(28.3vw - 55px);
        margin: 3.7vw 0 0.8vw;
    }
    .gallery .main_gallery_img:nth-child(5) {
        height: 38.5vw;
        width: calc(28.7vw - 55px);
        margin: 5.3vw 9vw 0 0;
    }
    .gallery .main_gallery_img:nth-child(6) {
        margin: 5.3vw 0 0 0;
        width: calc(62.3vw - 60px);
        height: 38.5vw;
    }
}
@media screen and (max-width: 1150px) {
    .grid-sizer, .inspirations a {
        display: inline-block;
        width: calc(33% - 30px);
    }
    .fb_popup .content {
        width: 94%;
    }
}
@media screen and (max-width: 850px) {

    h1 {

        margin: 15px 0 80px;
        font-size: 24px;
        line-height: 30px;
    }
    #contact,
    .menu_row,
    #content {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .project,
    .project:nth-child(2n + 1),
    .project:nth-child(2n + 2){
        width: 100%;
        height: 90vw;
        margin-right: 0;
        margin-left: 0;
    }
    .proj_img {
        max-width: 100%;
        max-height: 100000px;
        margin: 0 0 18px;
    }
    .about_proj h4 {
        font-size: 14px;
        line-height: 38px;
    }
    .about_proj p {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 26px;
        margin: 10px 0;
    }
    textarea,
    input {
        width: 100%;
        font-size: 14px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    #contact p {
        font-size: 14px;
        line-height: 28px;
    }
    #contact .contact_title p {
        line-height: 28px;
    }
    div.wpcf7 .ajax-loader{
        display: block;
    }
    .gallery_img {
        margin: 0 0 18px;
       max-width: calc(100% - 18px);
    }
    .left {
        padding: 0;
        width: 100%;
    }
    .right {
        padding: 60px 0 0;
        width: 100%;
    }
    .with_sidebar .right {
        width: 100%;
        padding: 0;
    }
    .more {
        width: 100%;
        padding: 50px 0 0;
    }
    .sidebar.scrolled,
    .sidebar {
        position: static;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .sidebar h1 {
        margin: 12px -4px 30px 0;
    }
    .sidebar .previous{
       display: none;
    }
    .grid-sizer, .inspirations a {
        display: inline-block;
        width: calc(50% - 30px);
    }
    .inspirations a img {
        margin-bottom: 10px;
    }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        right: 15px;
        top: -15px;
        left: auto;
        margin: 0;
        text-shadow: 0 0 6px rgba(0, 0, 0, 1);
        z-index: 1060;
    }
    .press_item {
        width: 100%;
        margin: 22px 0;
    }
    .mfp-inline-holder .mfp-close {
        right: 15px;
        top: -15px;
        left: auto;
        margin: 0;
    }
    .fb_popup .content {
        padding: 23px 25px 18px;
    }

    .info h3, .info h4 {
        font-size: 11px;
        line-height: 18px;
    }
    .info h3 {
        margin-top: 20px;
    }
    .bottom {
        padding-top: 50px;
    }
    .bottom .left {
        width: 100%;
    }

    .bottom .right {
        width: 100%;
        padding: 0;
    }
    .bottom .right p {
        font-size: 11px;
        line-height: 18px;
    }
    .facebook_image {
        width: 95px;
        margin: 0 13px 0 0;
    }
    .mfp-title h3 {
        font-size: 13px;
    }
    .mfp-title p {
        font-size: 12px;
    }
    .mfp-inline-holder .mfp-close {
        right: -13px;
        top: -15px;
    }
    #site-navigation {
        display: none;
    }
    .mobile_menu {
        display: block;
    }
    .mobile_menu_container {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        background: white;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .mobile_menu_container.active {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
    .mobile_menu_container .menu {
        display: inline-block;
        width: 100%;
        float: none;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 550px;
        bottom: 0;
    }
    .mobile_menu_container .menu li {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
        line-height: 62px;
        direction: ltr;
    }
    .mobile_menu_container .menu li a {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
        font-size: 35px;
    }
    .mobile_menu_container .menu li .sub-menu li a {
        color: #A3A09F;
        font-size: 25px;
    }
    .mobile_menu_container .menu li .sub-menu li {
        line-height: 42px;
    }
    .sub-menu {
        display: inline-block;
        position: static;
        background: transparent;
        width: 100%;
    }

    .main_img {
        height: 43.7vw;

    }
    .menu_icon {
        font-size: 26px;
        color: black;
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        right: -13px;
        top: -6px;
    }
    .close_menu_icon {
        font-size: 26px;
        color: black;
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        right: calc(5vw - 13px);
        top: 8px;
    }
    .menu_row.scrolled {
        height: 58px;
    }
    .logo.vered {
        top: 10px;
    }
    .logo.word_1 {
        top: 26px;
    }
    .logo.word_2 {
        top: 49px;
    }
    .logo.word_3 {
        top: 72px;
    }
    .logo.dot {
        top: 81px;
    }
    .menu_row.scrolled .logo.word{
        opacity: 0;
    }
    .menu_row.scrolled .logo.dot {
        top: 10px;
    }
    .gallery .main_gallery_img:nth-child(1),
    .gallery .main_gallery_img:nth-child(2),
    .gallery .main_gallery_img:nth-child(3),
    .gallery .main_gallery_img:nth-child(4),
    .gallery .main_gallery_img:nth-child(5),
    .gallery .main_gallery_img:nth-child(6){
        height: 90vw;
        width: 90vw;
        margin: 20px 0;
    }
    .menu_img {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url('images/menu_icon.png') no-repeat center center;
        background-size: 23px auto;
    }
    .close_img {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url('images/close_icon.png') no-repeat center center;
        background-size: 19px auto;
    }
    .mfp-arrow-right {
        margin-right: -17px;
    }
    .mfp-arrow-left {
        margin-left: -17px;
    }
    .next_link a {
        font-size: 24px;
        padding: 64px 21px 48px;
        width: 210px;
        letter-spacing: 5.9px;
    }
}
@media screen and (max-width: 600px) {
    .wpcf7-form {
        width: 100%;
    }
    .gallery_img {
        margin: 0 0 18px;
        max-width: 100%;
    }
    .image-link {
        cursor: default;
    }
    .image-link {
        width: 100%;
    }
    .mfp-inline-holder .mfp-bottom-bar {
        margin-top: 40px;
    }
}
@media screen and (max-width: 450px) {
    .inspirations {
        margin: 0;
    }
    .grid-sizer, .inspirations a {
        display: inline-block;
        width: calc(50% - 5px);
    }
    .inspirations a img {
        margin-bottom: 5px;
    }
    .gutter-sizer {
        width: 10px;
    }
}
span.wpcf7-not-valid-tip {
    color: #2e3192;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    border: 2px solid #2e3192;
    color: #2e3192;
}
