@charset "utf-8";
/*
Theme Name: Studio Kargah
Description:
Author: Farzin Mojaver
Author URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Version: 1.0
*/

a,
body,
input,
input:focus,
p,
span,
textare,
textarea:focus {
    font-family: Montserrat, sans-serif;
}
.loader,c
body,
img {
    width: 100%;
}
.loader,
body,
header {
    background: #fff;
}
.fixed-header,
body,
ul {
    padding: 0;
    margin: 0;
}
.mob-nav,
img {
    border: 0;
    outline: 0;
}
#slippry .sy-slide img,
.blocks-gallery-item__caption,
.mob-nav,
.mob-nav nav,
.mob-nav nav li ul,
.search-hide,
.search-wrapper input[type="submit"],
.select button {
    display: none;
}
header,
main {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
}
main {
	opacity:0;
}
body.loaded main {
    animation: fadeIn .5s ease-in 0.7s forwards;
}
@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(40px);
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}
.cv,
.doubled,
.mob-nav .ham,
.others label,
.tab,
.tab li,
header li,
header li ul li,
main {
    float: left;
}
#field .works-wrapper li a label,
.tab li {
    cursor: pointer;
}
#field,
#sector,
.clear,
.cvp,
.others p,
.pagination {
    clear: both;
}
body {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
li {
    list-style: none;
}
a {
    color: #000;
}
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: #000;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
input:focus,
textarea:focus {
    outline: 0;
}
::-webkit-input-placeholder {
    color: #000;
    font-family: Montserrat, sans-serif;
}
:-moz-placeholder {
    color: #000;
    font-family: Montserrat, sans-serif;
}
::-moz-placeholder {
    color: #000;
    font-family: Montserrat, sans-serif;
}
:-ms-input-placeholder {
    color: #000;
    font-family: Montserrat, sans-serif;
}
img {
    height: auto;
    border: none;
}
.logo-wrapper img,
.team-wrapper li .image-wrapper,
figure img {
    width: 100%;
    height: auto;
}
header li,
header li:first-child,
header li:last-child {
    width: -moz-fit-content;
    width: -webkit-fit-content;
}
iframe {
    border: none;
}
.loader {
    height: 100vh;
    position: fixed;
    z-index: 999999;
}
header {
    width: calc(100% - 60px);
    height: 40px;
    position: fixed !important;
    padding: 30px;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fixed-header {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 999;
    background: 0 0;
}
.relative-header {
    position: fixed !important;
    background: #fff;
    padding: 30px;
    top: 0;
    left: 0;
}
.main-header,
.mob-nav nav li,
.team-wrapper li,
header li {
    position: relative;
}
.header-up {
    top: -100px !important;
}
.header-down {
    top: 0 !important;
}
header ul {
    display: flex;
    justify-content: space-between;
}
header li {
    display: flex;
    justify-content: center;
}
header li:first-child {
    justify-content: left;
    margin-left: 0;
}
header li:last-child {
    display: block;
    margin-right: 0;
}
header li a,
header li div {
    color: #000;
    font-weight: 700;
    font-size: 34px;
}
.disable {
    color: #000;
    text-decoration: line-through;
    text-decoration-thickness: 4px;
    cursor: default;
}
header li div {
    padding-bottom: 8px;
}
header li:last-child span {
    float: right;
    font-weight: 700;
    font-size: 34px;
    cursor: pointer;
}
header li ul {
    width: 300px;
    height: 0;
    background: #000;
    padding: 0;
    top: 42px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    display: inline-block;
    transition: 0.2s;
    overflow: hidden;
    z-index: 999999;
}
header li:first-child ul {
    width: 180px;
    margin-left: 0;
    left: 0;
}
.concepts,
.main-header li ul li,
.main-header li ul li:first-child,
.main-header li ul li:last-child,
.mob-nav {
    width: 100%;
}
header li ul li {
    width: 100%;
    clear: left;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
header li ul li:first-child,
header li ul li:last-child {
    width: 100% !important;
}
header li ul li a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #fff !important;
    font-size: 20px;
}
header li div:hover ul {
    height: auto;
    padding: 20px 0 10px;
}
header li ul li:last-child a {
    float: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.mob-nav {
    height: 70px;
    background-color: transparent;
    overflow: visible;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
.mplus,
.others p span {
    height: 15px;
    line-height: 15px;
}
.mob-fix,
.mob-nav.relative-header {
    background: #fff !important;
}
.mob-fix {
    position: fixed;
}
.mob-nav.fixed-header {
    position: fixed !important;
    padding: 0;
    top: 0;
    left: 0;
}
.mob-nav .ham {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 57px;
    font-weight: 700;
    line-height: 28px;
    transition: 0.2s;
    margin: 20px 0 0 20px;
}
.mob-nav .mob-search,
.mob-nav .mob-search span {
    width: 30px;
    float: right;
    font-weight: 700;
    height: 30px;
}
.mob-nav .ham.is-active {
    transform: rotate(-45deg);
}
.mob-nav .mob-search {
    margin: 20px 20px 0 0;
}
.mob-nav .mob-search span {
    font-size: 30px;
    margin: 0;
    line-height: 28px;
    text-align: right;
}
.mob-nav nav,
.search-wrapper input[type="text"] {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
}
.mob-nav nav {
    width: calc(100% - 40px);
    min-height: -moz-calc(100vh - 60px);
    min-height: -webkit-calc(100vh - 60px);
    min-height: -o-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 80px;
    background: #fff;
    z-index: 999999;
}
.mob-nav nav li a {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-left: 35px;
}
.mplus {
    width: 17px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: 700;
    font-size: 32px;
    transition: 0.2s;
    transform-origin: center;
}
#slippry,
.slider {
    width: 100%;
    height: 100vh;
}
.pagination,
.works-wrapper li a figure img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.works-wrapper li a figure img.active {
	opacity:1 !important;
}
.biography span,
main {
    display: inline-block;
}
.concepts .excerpt,
.mob-nav nav li ul li a {
    font-weight: 400;
}
.mob-nav .search-wrapper {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    top: 20px;
    left: 20px;
}
.mob-nav .search-wrapper input[type="text"] {
    padding: 0 5px;
}
.cur {
    border-bottom: 4px solid #000 !important;
    padding: 0 !important;
}
main {
    width: calc(100% - 60px);
    min-height: -moz-calc(100vh - 120px);
    min-height: -webkit-calc(100vh - 120px);
    min-height: -o-calc(100vh - 120px);
    min-height: calc(100vh - 120px);
    height: auto;
    margin: 100px 30px 30px;
}
.home {
    margin-top: 30px;
}
.slider {
    background: #fff;
    position: relative;
    overflow: hidden;
}
#slippry .sy-slide {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.logo-wrapper {
    width: 80%;
    height: 32vh;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -16vh;
    display: flex;
    justify-content: center;
    z-index: 99;
}
#conceptt,
#fieldt,
#search-resault h3,
#sectort,
.content-wrapper p,
.profile-contact p:nth-child(2) {
    margin-top: 0;
}
.search-wrapper {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.relative-header .search-wrapper,
.relative-search {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);
    top: 30px;
    left: 30px;
}
.search-wrapper input[type="text"] {
    width: calc(100% - 40px);
    border: 5px solid #000;
    padding: 4px 5px;
    font-size: 20px;
    background: #000;
    color: #fff;
}
.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
}
#CONTACT,
#TEAM,
#bio,
#field ul li a label,
.bio h3,
.concepts h1,
main h1 {
    font-size: 34px;
}
#CONTACT,
#TEAM,
#bio,
#conceptt,
#sectort {
    margin-bottom: 0;
}
.bio p,
.content-wrapper p a,
.others,
.single-wrapper p a {
    font-size: 20px;
}
.bio p a,
.bio p a:focus,
.bio p a:hover,
.bio p a:visited {
    color: #000;
    border-bottom: 1px solid #000;
}
.biography {
    font-size: 34px !important;
    margin-top: 0;
}
.biography span {
    width: 30px;
    height: 30px;
    background: #000;
    font-size: 0;
    margin: 0 5px;
    padding: 0;
    line-height: 55px;
    border-radius: 50%;
}
.wp-block-ub-content-toggle-accordion {
    margin-bottom: 0 !important;
}
.wp-block-ub-content-toggle-accordion-title {
    padding-bottom: 5px !important;
    padding-top: 0 !important;
}
.team-wrapper {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    margin-bottom: 40px;
}
#CV,
.concepts figure,
.cv,
.wp-block-column .wp-block-video,
.wp-block-gallery {
    margin: 0 !important;
}
.cv {
    width: auto;
    display: inline-block;
}
.doubled {
    height: 24px;
    width: 12px;
    position: relative;
    margin-left: 6px;
}
.doubled div,
.team-content-wrapper {
    position: absolute;
    background: #000;
    left: 0;
}
.doubled div {
    height: 8px;
    width: 8px;
    top: 3px;
    border-radius: 50%;
    overflow: hidden;
}
.doubled div:last-child {
    top: inherit;
    bottom: 3px;
    left: 0;
}
.wp-block-ub-content-toggle-accordion-title strong {
    font-weight: 400 !important;
}
.cvp {
    margin: 0 0 20px !important;
}
.team-wrapper li .image-wrapper figure {
    margin: 0 0 10px;
    position: relative;
}
.team-wrapper li .image-wrapper p {
    display: block;
    width: 100%;
    color: #000;
    margin: 0 0 10px;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    float: left;
    clear: both;
}
.team-wrapper li .image-wrapper label {
    font-weight: 400;
    display: inline-block;
}
.team-content-wrapper {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -o-calc(100% - 60px);
    height: calc(100% - 60px);
    top: 0;
    display: none;
    color: #fff;
    padding: 30px;
    z-index: 999;
}
.owl-next,
.owl-prev {
    line-height: 18px;
    top: -35px;
}
.profile-contact a,
.profile-contact a:focus,
.profile-contact a:hover,
.profile-contact a:visited,
.profile-contact p a,
.profile-contact p a:focus,
.profile-contact p a:hover,
.profile-contact p a:visited {
    color: #000;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 1px;
}
.no-border {
    border-bottom: none !important;
    padding-bottom: 0;
}
.profile-contact p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
.single-content-wrapper .wp-block-columns {
	margin-bottom:10px !important;
}
.single-content-wrapper figure {
    margin: 0;
}
.border1 img {
    border: 1px solid #ccc;
}
.team-others figure img {
    opacity: 0;
}
.team-others .team-content-wrapper {
    display: block !important;
}
.team-others .team-content-wrapper div {
    width: 100%;
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -o-calc(100% - 20px);
    height: calc(100% - 20px);
    display: inline-block;
    margin: 5px 0;
    overflow: scroll;
}
.carousel li a figure,
.city li a figure,
.home-wrapper li a figure,
.kenophobia li a figure,
.perso-arabic-typography li a figure,
.tales li a figure,
.team-others .team-content-wrapper h4 {
    margin: 0;
}
.works-wrapper li a figure {
	margin-bottom:10px;	
}
.others label {
    font-weight: 400;
}
.others p span {
    width: 15px;
    display: inline-block;
    background: #000;
    font-size: 0;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
}
.select select,
.swiper-button-next,
.swiper-button-prev {
    border: none;
    outline: 0;
}
#field .works-wrapper,
.city #ajax-load-more ul,
.fwrapper,
.kenophobia #ajax-load-more ul,
.perso-arabic-typography #ajax-load-more ul,
.tales #ajax-load-more ul,
.works-wrapper #ajax-load-more ul {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.anarchivist #ajax-load-more ul,
.archival-projects #ajax-load-more ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#all #works-wrapper li label.sutitle,
.home .works-wrapper li label.sutitle {
    font-weight: bold;
    height: auto;
    margin-top: 0;
}
.light {
	font-weight:100 !important;
}
.archivalp-desc {
	font-weight:bold;	
	max-width:50%;
}
.city-align .wp-block-image {
    align-self: end;
}
.city-align .wp-block-image figcaption {
	min-height:80px;
}
.home-wrapper {
    display: grid;
    grid-row-gap: 54px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(13, minmax(0, 1fr));
}
.carousel li a label,
.city li a label,
.home-wrapper li label,
.kenophobia li a label,
.perso-arabic-typography li a label,
.tales li a label,
.works-wrapper li a label {
    color: #000;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}
.home-wrapper li:nth-child(3n + 1) {
    grid-column-end: span 9 !important;
    grid-row-end: span 2 !important;
}
.home-wrapper li:nth-child(3n + 3) {
    margin-top: 5px;
}
.home-wrapper li {
    grid-column-end: span 4 !important;
    grid-row-end: span 1 !important;
}
#field .works-wrapper li a,
.concepts-lists {
    width: fit-content;
}
.concepts-lists li {
    width: 100%;
    display: block;
}
.concepts-lists li a,
.tab li {
    width: fit-content;
    font-size: 34px;
}
.concepts-lists li a {
    margin: 0 auto;
    display: block;
    font-weight: 700;
	float:left;
}
.city li a,
.kenophobia li a,
.perso-arabic-typography li a,
.tales li a,
.works-wrapper li a {
    width: 100%;
    height: auto;
    display: block;
}
#field,
#sector {
    display: none;
}
.tab {
    width: 50%;
    min-width: 200px;
    height: 40px;
    margin-bottom: 30px;
}
.tab li {
    font-weight: 400;
    text-align: left;
}
.tab li:nth-child(2) {
    padding: 0 10px;
}
.tab li.current {
    font-weight: 700;
}
#filter {
    width: 40%;
    float: right;
}
.select select {
    font-size: 34px;
    float: right;
}
.alm-listing li,
.anarchivist li,
.archival-projects .alm-listing li,
.curatorial-projects li,
.search-resault li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.search-resault li{
    width: 50%;
}
.anarchivist li figure,
.archival-projects .alm-listing li figure,
.curatorial-projects li figure,
.search-resault li figure {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.anarchivist li .excerpt,
.archival-projects .alm-listing li .excerpt,
.curatorial-projects li .excerpt,
.search-resault li .excerpt {
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
    margin-left: 30px;
    margin-top: -8px;
}
.anarchivist li .excerpt label,
.archival-projects .alm-listing li .excerpt label,
.curatorial-projects li .excerpt label,
.search-resault li .excerpt label {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
}
.archival-projects .alm-listing li label {
    margin-left: 0 !important;
    margin-top: 0 !important;
    display: block;
    width: 100%;
    float: left;
}
.anarchivist li .excerpt label.sutitle,
.archival-projects .alm-listing li .excerpt label.sutitle,
.curatorial-projects li .excerpt label.sutitle,
.search-resault li .excerpt label.sutitle {
    font-size: 20px;
    font-weight: 100;
    margin-top: 0;
}
.anarchivist li .excerpt p,
.archival-projects li .alm-listing .excerpt p,
.curatorial-projects li .excerpt p,
.search-resault li .excerpt p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.concepts p {
    font-size: 20px;
    margin: 0 0 30px;
}
.owl-next,
.owl-prev {
    font-size: 34px;
    position: absolute;
}
.wp-block-columns {
    margin: 0 0 20px !important;
}
.concepts .wp-block-quote {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 0 0 0 100px;
    margin: 40px 0;
    position: relative;
}
.concepts .wp-block-quote:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 126px;
}
.carousel {
    width: -moz-calc(100% - 40px) !important;
    width: -webkit-calc(100% - 40px) !important;
    width: -o-calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    margin-left: 40px;
    position: relative;
}
.owl-wrapper-outer {
    width: -moz-calc(100% - 40px) !important;
    width: -webkit-calc(100% - 40px) !important;
    width: -o-calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    margin-right: 40px;
}
.carousel li,
.content-wrapper {
    margin-right: 20px;
}
.carousel .owl-buttons {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.owl-next {
    float: right;
    font-weight: 700;
    right: 0;
}
.owl-prev {
    float: left;
    font-weight: 700;
    left: -40px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
    border: none;
    outline: 0;
}
.pagination-down,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important;
}
.fancybox-thumbs,
.fancybox-thumbs > ul,
.swiper-pagination-bullet-active {
    background: #000 !important;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
    padding: 10px 0 !important;
    background: 0 0 !important;
}
.single-wrapper {
    min-height: -moz-calc(100vh - 230px);
    min-height: -webkit-calc(100vh - 230px);
    min-height: -o-calc(100vh - 230px);
    min-height: calc(100vh - 230px);
}
.content-wrapper {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
}
.single-wrapper .sutitle {
    margin: 0 0 20px;
}
.single-wrapper h1 {
    margin-bottom: 0;
    font-size: 34px;
}
.single-wrapper h2 {
    margin-bottom: 0;
    font-size: 20px;
}
#conceptt a,
#fieldt a,
#sectort a {
    border-bottom: 1px solid #000;
}
.gallery-wrapper {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px);
    height: -o-calc(100vh - 100px);
    height: calc(100vh - 100px);
    overflow: scroll;
    float: left;
}
.gallery-wrapper a,
.gallery-wrapper video {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
}
.pagination {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 30px;
    background: #fff;
    transition: 0.3s;
}
.pagination-up {
    bottom: -100px !important;
}
.pagination .next-post,
.pagination .prev-post {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .prev-post {
    float: left;
}
.pagination .prev-post:before {
    content: "< ";
    font-size: 30px;
    padding-right: 10px;
}
.pagination .next-post {
    float: right;
}
.pagination .next-post:after {
    content: " >";
    font-size: 30px;
    padding-left: 10px;
}
.margin-top-none {
    margin-top: 0 !important;
}
.ub-expand-full,
.ub-expand-full .wp-block-columns .wp-block-column {
    height: 60vh;
}
.ub-expand-full .wp-block-columns .wp-block-column:nth-child(2) {
    overflow: scroll;
}
.fancybox-thumbs > ul > li {
    border: 5px solid #000 !important;
}
.fancybox-thumbs > ul > li:before {
    border: 2px solid #ccc !important;
}
.fancybox-caption-wrap {
    padding-top: 0 !important;
}
.fancybox-caption {
    padding: 0 0 20px !important;
    text-align: center;
    border: none !important;
}
.wpforms-field input,
.wpforms-field textarea {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
}
.wpforms-field textarea {
    resize: none !important;
}
.wpforms-submit {
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 1280px) {
    header {
        height: 20px;
    }
    #CONTACT,
    #TEAM,
    #bio,
    #field ul li a label,
    .bio h3,
    .biography,
    .concepts-lists li a,
    .select select,
    .tab li,
    h1,
    header li a,
    header li div,
    header li:last-child span {
        font-size: 30px !important;
    }
    header li {
        position: relative;
        margin-left: calc(8.33% - 73px);
        margin-right: calc(8.33% - 73px);
    }
    header li:first-child {
        margin-left: 0;
    }
    header li:last-child {
        margin-right: 0;
    }
    .biography span {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 1100px) {
    #CONTACT,
    #TEAM,
    #bio,
    #field ul li a label,
    .bio h3,
    .biography,
    .concepts-lists li a,
    .select select,
    .tab li,
    h1,
    header li a,
    header li div,
    header li:last-child span,
    main h1 {
        font-size: 26px !important;
    }
    header li {
        position: relative;
        margin-left: calc(8.33% - 68px);
        margin-right: calc(8.33% - 68px);
    }
    header li:first-child {
        margin-left: 0;
    }
    header li:last-child {
        margin-right: 0;
    }
    .biography span {
        width: 28px;
        height: 28px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1000px) {
    #CONTACT,
    #TEAM,
    #bio,
    .bio h3,
    .biography,
    .concepts-lists li a,
    .select select,
    .tab li,
    h1,
    header li a,
    header li div,
    header li:last-child span,
    main h1 {
        font-size: 26px !important;
    }
    header li {
        position: relative;
        margin-left: calc(8.33% - 63px);
        margin-right: calc(8.33% - 63px);
    }
    header li:first-child {
        margin-left: 0;
    }
    header li:last-child {
        margin-right: 0;
    }
    .biography span {
        width: 26px;
        height: 26px;
        margin: 0 4px;
        line-height: 47px;
    }
}
@media screen and (max-width: 980px) {
    .home .works-wrapper li:hover label.sutitle,
    header {
        display: none;
    }
    #slippry .sy-slide img,
    .home .works-wrapper li:hover label.title,
    .mob-nav {
        display: block;
    }
    main {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 80px 20px 20px;
    }
    .anarchivist li figure,
    .archival-projects li figure,
    .curatorial-projects li figure,
    .search-resault li figure {
        width: 100%;
    }
    .anarchivist li .excerpt,
    .archival-projects li .excerpt,
    .curatorial-projects li .excerpt,
    .search-resault li .excerpt {
        width: 100%;
        margin: 20px 0;
    }
    .sy-box,
    .sy-slides-wrap {
        position: relative !important;
    }
    .team-wrapper li .image-wrapper label {
        font-weight: 400;
        display: block;
    }
    #field .works-wrapper,
    .city #ajax-load-more ul,
    .fwrapper,
    .kenophobia #ajax-load-more ul,
    .perso-arabic-typography #ajax-load-more ul,
    .tales #ajax-load-more ul,
    .works-wrapper #ajax-load-more ul {
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        grid-template-columns: auto auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #client .works-wrapper,
    .city,
    .team-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #sector .works-wrapper {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    #all #works-wrapper li label.sutitle,
    .carousel li a label,
    .city li a label,
    .home .works-wrapper li label.sutitle,
    .kenophobia li a label,
    .perso-arabic-typography li a label,
    .tales li a label,
    .works-wrapper li a label {
        font-size: 16px;
    }
}
.fancybox-button--left,
.fancybox-button--right {
    position: fixed !important;
    top: 50% !important;
    background: 0 0 !important;
    z-index: 999999 !important;
}
@media screen and (max-width: 640px) {
    .select select,
    .tab li,
    body {
        font-size: 16px !important;
    }
    tab {
        min-width: 132px;
    }
    #CONTACT,
    #TEAM,
    #bio,
    .bio h3,
    .biography,
    h1,
    main h1 {
        font-size: 24px !important;
    }
    .biography span {
        width: 24px;
        height: 24px;
        margin: 0 4px;
        line-height: 45px;
    }
    #field .works-wrapper,
    #sector .works-wrapper,
    .city #ajax-load-more ul,
    .fwrapper,
    .kenophobia #ajax-load-more ul,
    .perso-arabic-typography #ajax-load-more ul,
    .tales #ajax-load-more ul,
    .works-wrapper #ajax-load-more ul {
        grid-column-gap: 0;
        grid-row-gap: 10px;
        grid-template-columns: auto;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .content-wrapper {
        width: 100%;
        margin-right: 0;
    }
    .gallery-wrapper {
        width: 100%;
        height: auto;
    }
    .pagination .next-post,
    .pagination .prev-post {
        font-size: 0;
    }
	.archivalp-desc {
	    max-width: unset;
	}
	.search-resault li{
		width:100%;
	}
}
.fancybox-button--close::after,
.fancybox-button--left::after,
.fancybox-button--right::after {
    top: inherit !important;
    font-size: 34px;
    line-height: 17px;
    position: relative !important;
    left: inherit !important;
}
@media screen and (max-width: 460px) {
    .logo-wrapper,
    main {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    header {
        display: none;
    }
    .search-wrapper input[type="text"] {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    main {
        width: calc(100% - 40px);
        margin: 85px 20px 20px;
    }
    .logo-wrapper {
        width: calc(100% - 40px);
        height: 100px;
        margin-top: -50px;
        left: 20px;
    }
    #client .works-wrapper,
    .city {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .home-wrapper {
        grid-row-gap: 20px;
        grid-template-columns: auto !important;
    }
    .home-wrapper li,
    .home-wrapper li:first-child {
        grid-column-end: span 1 !important;
        grid-row-end: span 1 !important;
    }
    .anarchivist li .excerpt label,
    .archival-projects li .excerpt label,
    .curatorial-projects li .excerpt label,
    .search-resault li .excerpt label {
        font-size: 22px;
    }
    .anarchivist li .excerpt p,
    .archival-projects li .excerpt p,
    .curatorial-projects li .excerpt p,
    .search-resault li .excerpt p {
        font-size: 16px !important;
    }
    #CONTACT,
    #TEAM,
    .bio h3,
    .biography,
    .others label,
    .others p,
    .profile-contact p,
    .profile-contact p a,
    .team-wrapper li .image-wrapper label,
    .team-wrapper li .image-wrapper p {
        font-size: 22px !important;
    }
    .bio p a,
    .bio p a:focus,
    .bio p a:hover,
    .bio p a:visited,
    .team-content-wrapper p {
        font-size: 16px;
    }
    .biography span {
        width: 20px;
        height: 20px;
        line-height: 38px;
    }
    .team-wrapper {
        display: grid;
        grid-column-gap: 40px;
        grid-row-gap: 20px;
        grid-template-columns: auto;
    }
    .team-content-wrapper {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: -o-calc(100% - 40px);
        height: calc(100% - 40px);
        padding: 20px;
    }
}
@media screen and (max-width: 420px) {
    .carousel {
        width: -moz-calc(100% - 20px) !important;
        width: -webkit-calc(100% - 20px) !important;
        width: -o-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
        margin-left: 20px;
    }
    .owl-wrapper-outer {
        width: -moz-calc(100% - 20px) !important;
        width: -webkit-calc(100% - 20px) !important;
        width: -o-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
        margin-right: 20px;
    }
    .owl-next {
        right: -10px;
    }
    .owl-prev {
        left: -30px;
    }
}
.fancybox-infobar__body {
    width: 50% !important;
    min-width: 240px !important;
    text-align: center !important;
}
.fancybox-button--close,
.fancybox-infobar__body {
    background: 0 0 !important;
}
.fancybox-button--close::after {
    content: "x" !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    background: 0 0 !important;
    height: 20px !important;
    width: 20px !important;
    display: block !important;
    margin: 5px 12px !important;
}
.fancybox-button--close::before,
.fancybox-button--fullscreen,
.fancybox-button--left::before,
.fancybox-button--play,
.fancybox-button--right::before,
.fancybox-button--thumbs {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.fancybox-button--left {
    left: 0 !important;
}
.fancybox-button--right {
    right: 0 !important;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
    content: "<" !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    height: 40px !important;
    width: 40px !important;
    display: block !important;
    margin: -20px 0 0 !important;
    border: none !important;
    text-align: center !important;
}
.fancybox-button--right::after {
    content: ">" !important;
    right: inherit !important;
}
@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 20px !important;
    }
}
.wp-block-image figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: 100% !important;
    position: relative !important;
    bottom: inherit !important;
    left: inherit !important;
    color: #000 !important;
    float: left !important;
    display: inline-block !important;
    clear: both !important;
    text-align: left !important;
    overflow: inherit !important;
	background:none !important;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    display: inline-block !important;
    align-items: inherit !important;
    justify-content: inherit !important;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    display: inline-block !important;
    height: fit-content !important;
}
.wp-block-gallery {
    margin-top: 0 !important;
}
.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}


:where(.wp-block-columns.is-layout-flex) {
    gap: .5em !important;
}
@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 0px !important;
    }
}

/***************************************************
				landscape
***************************************************/
.landscape {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
	display:none;
	justify-content:center;
	align-items:center;
	background:#fff;
}
.landscape-in {
	text-align:center;
}
.landscape-in p {
    margin: 0;
	color:#000;
}
@media only screen and (max-device-width: 680px) and (orientation: landscape) {
	.landscape {
		display:flex;
	}
}