/*
 Theme Name: nome
 Author: Matteo Parisi 515
 */

@font-face {
  font-family: 'NomeSemplice';
  src: url('./layout/nome_font/fontNomeSemplice-Bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('./layout/nome_font/NomeSemplice-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('./layout/nome_font/NomeSemplice-Bold-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('./layout/nome_font/NomeSemplice-Bold-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('./layout/nome_font/NomeSemplice-Bold-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('./layout/nome_font/NomeSemplice-Bold-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: bold;
}

@font-face {
  font-family: 'NomeSemplice';
  src: url('./layout/nome_font/NomeSemplice-Light-webfont.eot');
  /* IE9 Compat Modes */
  src: url('./layout/nome_font/NomeSemplice-Light-webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('./layout/nome_font/NomeSemplice-Light-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('./layout/nome_font/NomeSemplice-Light-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('./layout/nome_font/NomeSemplice-Light-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('./layout/nome_font/NomeSemplice-Light-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: 400;
}

@font-face {
  font-family: 'NomeSemplice';
  src: url('./layout/nome_font/NomeSemplice-Medium-webfont.eot');
  /* IE9 Compat Modes */
  src: url('./layout/nome_font/NomeSemplice-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('./layout/nome_font/NomeSemplice-Medium-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('./layout/nome_font/NomeSemplice-Medium-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('./layout/nome_font/NomeSemplice-Medium-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('./layout/nome_font/NomeSemplice-Medium-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: 600;
}

body {
  margin: 0px !important;
  font-size: 1.2vw;
  /* color: #fff; */
  font-family: 'NomeSemplice';
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

/********************************** header ******************************************/

.head {
  /*background-color: #000;*/
  color: #fff;
  position: fixed;
  width: 20%;
  z-index: 20;
  top: 0;
}

.menu_icon {
  background-image: url(./layout/menu_icon.png);
  width: 5%;
  float: left;
  padding: 9% 3.5%;
  margin: 7.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.menu_icon:hover {
  background-image: url(./layout/menu_icon_hover.png);
}

.menu_icon_open {
  background-image: url(./layout/menu_icon_open.png);
  padding-top: 3.2%;
  margin-left: 7.8%;
  width: 4.5%;
}

.menu_icon_open:hover {
  background-image: url(./layout/menu_icon_open_hover.png);
}

#menu-header {
  list-style: none;
  padding-left: 0px;
}

.menu-item {
  float: left;
  width: 33.33%;
  text-align: center;
  font-family: 'NomeSemplice';
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.secondary_menu_container {
  width: 20%;
  /*    float: left;*/
  /*    margin: 1% 44%;*/
  position: fixed;
  transition: all 1s ease-in-out;
  top: 2%;
  right: 1%;
  /*display: none;*/
}

.secondary_menu_container_mobile {
  width: 12%;
  float: left;
  margin: 1% 44%;
  position: fixed;
  transition: all 1s ease-in-out;
  top: 60%;
  display: none;
  visibility: hidden;
}

.social_icon {
  padding: 1.6vw 1.4vw;
  float: left;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.social_icon img {
  float: left;
  width: 10%;
  margin: 0% 3%;
}

.logo {
  background-image: url(./layout/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 1.6% auto;
  position: fixed;
  transition: padding 0.7s ease-in-out, top 0.7s ease-in-out,
    margin 0.7s ease-in-out;
  top: 0%;
  left: 0;
  right: 0;
  width: 10%;
  height: 4vw;
}

.logo_open {
  padding: 2.9% 1.5% !important;
  top: 80%;
  margin: 1.5% auto;
}

.head_spacer {
  padding-top: 7%;
}

.menu_box {
  position: fixed;
  padding-top: 0%;
  height: 7vw;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 11;
  transition: all 0.7s ease-in-out;
}

.menu_open {
  height: 100% !important;
}

.menu-header-container {
  position: fixed;
  width: 80%;
  margin: 10%;
  display: none;
  color: #000;
}

#menu-header.menu-item {
  color: #fff;
}

.open {
  bottom: 0;
  padding-top: 250%;
}

/******* newsletter *****/

.newsletter {
  position: fixed;
  width: 58%;
  margin: 26% 21.5%;
  display: none;
  z-index: 30;
  background-color: #fff;
}

.newsletter2 {
  width: 58%;
  margin: 26% 21.5%;

  z-index: 30;
  background-color: #fff;
  padding-bottom: 5vw;
}

.nl_email {
  width: 100%;
  line-height: 1vw;
  height: 2.2vw;
  background-color: #000;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: 'NomeSemplice';
  font-size: 1.2vw;
}

.nl_email:focus {
  outline: none;
}

.nl_press {
  right: 3vw;
  position: absolute;
  margin-top: 0.6%;
}

span.nl_press_text {
  position: absolute;
  right: 0;
  color: black;
  margin-top: 0.3%;
}

.nl_press2 {
  float: right;
  margin-top: 3%;
}

span.nl_press_text2 {
  float: right;
  color: black;
  margin-top: 2.7%;
}

.subscribe2 {
  width: 100%;
  margin-top: 2vw;
  height: 2.5vw;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'NomeSemplice';
  font-size: 1.2vw;
  letter-spacing: 0.5vw;
}

.nl_exit {
  background-image: url(./layout/nl_exit.png);
  width: 2.5%;
  height: 1.5vw;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  position: absolute;
  right: -3vw;
  top: -5.3vw;
  border: 0px;
}

.subscribe {
  width: 100%;
  margin-top: 2vw;
  height: 2.5vw;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'NomeSemplice';
  font-size: 1.2vw;
  letter-spacing: 0.5vw;
}

/********************************************************  home  *********************************************************/

.home div {
  /*height: 42vw ;*/
}

.home .title {
  /*margin-top: 110%;*/
  margin-bottom: 0.5vw;
}

.home .artist,
.date {
  margin-bottom: 0.5vw;
  margin-top: 0.5vw;
}

.home_text {
  height: 42vw !important;
  opacity: 1;
  color: #fff;
  transition: 0.3s ease opacity;
  /*font-family: 'Noto Sans', sans-serif;*/
  width: 25%;
  height: 39vw;
  padding: 0% 15% 0% 10%;
  overflow: hidden;
  transition: 0.3s all ease;
  position: absolute;
  font-weight: 600;
}

.home_text_container {
  bottom: 5%;
  /*position: absolute;*/
  height: auto !important;
  margin-bottom: 10%;
}

.cont_2 {
  height: auto !important;
  /*position: absolute;*/
  bottom: 5%;
}

.hover_text {
  opacity: 0;
  background-color: #fff;
  color: #000;
}

.no_hover {
  text-shadow: 2px 2px #000;
  /*display: flex;*/
  /*align-items: flex-end;*/
}

.home_content {
  text-align: justify;
  font-size: 1vw;
  font-family: 'Noto Sans', sans-serif;
}

.hl_selector {
  height: 0px !important;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  text-align: center;
  margin-bottom: 1%;
}

.slide_counter {
  height: 10px !important;
  background-color: #b2b2b2;
  width: 10px;
  border-radius: 50%;
  margin: 0% 0.5%;
  display: inline-block;
}

.represented_home_container {
  padding: 2% 10%;
}

.available_home_container {
  padding: 2% 10%;
  column-count: 2;
  /*display: none;*/
}

.selector_available {
  color: #aaa;
}

.artist_the_name_home {
  margin: 2% 0px;
  font-size: 1.3vw;
  letter-spacing: 0.5vw;
}

.home_exhibitions_text {
  width: 24%;
  margin: 1% 5%;
  /*position: absolute;*/
}

.hl_home_past {
  color: #b2b2b2 !important;
}

.title_home {
  font-size: 1.1vw;
}

.artist_home {
  font-size: 1.3vw;
}

.past_text_home {
  margin-bottom: 5%;
  letter-spacing: 0.5vw;
}

.home_exhibitions {
  position: relative;
  min-height: 29vw;
  background-color: #fff;
  letter-spacing: 0.5 vw;
}

.home_exhibitions_image,
.home_concerts_image,
.home_artists_image {
  height: 25.2vw;
  width: 60%;
  right: 0;
  margin-right: 5%;
  background-position: center;
  background-size: cover;
  transition: background 0.3s ease;
  position: absolute;
  top: 50%;
  left: 66%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.future {
  padding: 3% 10%;
  font-size: 1.3vw;
  letter-spacing: 0.5vw;
}

.upcoming {
  margin-bottom: 5%;
}

.upcoming p {
  margin: 0.5% 0px;
}

/********************************************************* about *******************************************************/

.attachment-post-thumbnail {
  width: 100%;
  height: 100%;
}

.about_text {
  font-family: 'Noto Sans', sans-serif;
  margin-top: 8%;
  margin-bottom: 8%;
}

#map {
  margin-top: 5%;
  height: 30vw;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

/********************************************************** exhibitions **********************************************/

.page_title {
  padding: 20% 0px;
  font-size: 3vw;
  letter-spacing: 1vw;
}

.past_thumb {
  height: 39vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.past_text {
  /*font-family: 'Noto Sans', sans-serif;*/
  width: 25%;
  height: 39vw;
  padding: 0% 15% 0% 10%;
  overflow: hidden;
  transition: 0.3s all ease;
}

.past_text:hover {
  background-color: #b2b2b2;
  color: #fff;
}

.intro {
  margin-top: 8%;
  margin-bottom: 34%;
}

.icon-home {
  width: 5%;
  height: 65%;
  vertical-align: middle;
  margin-right: 0%;
}

.icon {
  display: inline-block;

  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

image#icon-read_more {
  width: 100%;
  position: relative;
  height: 0.7em;
}

.more {
  margin-top: 9%;
  height: 1.5em;
}

.scroll_down {
  width: 4%;
  background-image: url(./layout/scroll_down.png);
  padding: 5% 48%;
  margin: 6% 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1%;
}

/********************************************************* single exhibition ******************************************/

.artist_text p {
  margin: 0px;
}

.title_text_exh {
  margin-top: 2%;
  margin-bottom: 3%;
  font-size: 1.3em;
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dl_cont div {
  box-shadow: 1px 0 0 0 #000, 0 1px 0 0 #000, 1px 1px 0 0 #000,
    /* Just to fix the corner */
    1px 0 0 0 #000 inset, 0 1px 0 0 #000 inset;
  font-size: 1.3vw;
}

.col1 {
  text-align: center;
}

.col2 {
  width: 49.92%;
  float: left;
  text-align: center;
}

.col3 {
  width: 33.28%;
  float: left;
  text-align: center;
}

.download div {
  padding: 2vw 0px;
}

.download div:hover {
  color: transparent;
  background-image: url(./layout/dl_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2vw auto;
}

.dl:hover {
  color: transparent;
  background-image: url(./layout/dl_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2vw auto;
}

.chapter_link div {
  padding: 2vw 0px;
  transition: all 0.3s ease;
}

.chapter_link div:hover {
  background-color: #000;
  color: #fff;
}

.chapter {
  padding: 2vw 0px;
}

/********************************************************** artists *************************************************/

.artist_images_container {
  height: 66vh;
  background-color: #fff;
}

.represented_container {
  position: relative;
  min-height: 66vh;
}

.small_art {
  width: 50%;
  height: 41.66%;

  float: left;
  background-position: center;
  background-size: cover;
}

.big_art {
  width: 100%;
  height: 100%;

  float: left;
  background-position: center;
  background-size: cover;
}

.artist_link {
  margin: 7% 10%;
}

.artist_the_name {
  /*  color: #fff;*/
  padding-bottom: 1%;

  font-size: 1.2vw;
}

/*.artist_the_name:hover{
    color: #fff;

}*/

.artist_images_container_b {
  height: 66vh;
  background-color: #fff;
}

.available_container {
  position: relative;
  min-height: 66vh;
}

.small_art_b {
  width: 50%;
  height: 41.66%;

  float: left;
  background-position: center;
  background-size: cover;
}

.big_art_b {
  width: 100%;
  height: 100%;

  float: left;
  background-position: center;
  background-size: cover;
}

.artist_link_b {
  margin: 7% 10%;
}

.artist_the_name_b {
  /* color: #888;*/
  padding-bottom: 1%;

  font-size: 1.2vw;
}

/*.artist_the_name_b:hover{
    color: #000;

}*/

/******************************************************* single artist **********************************************/

.artist_name {
  padding: 12vw 0px;
}

.the_name {
  font-size: 3vw;
  border-bottom: 2px solid #fff;
  padding-bottom: 1%;
  font-weight: 200;
}

.name_spacer {
  margin-right: -1vw;
}

.selected_title {
  font-size: 1.5vw;
}

.selected a {
  text-decoration: underline;
}

.exh_list {
  padding-left: 1em;
}

/******************************************************** single artwork **********************************************/

.container {
  width: 100%;
  overflow: hidden;
}

.artwork {
  height: 40vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}

.arrow_left {
  background-image: url(./layout/arrow_left.png);
  height: 40vw;
  background-repeat: no-repeat;
  width: 10%;

  position: absolute;
  padding: 0px 1%;
  background-position: center;
  background-size: 15%;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.arrow_right {
  background-image: url(./layout/arrow_right.png);
  height: 40vw;
  background-repeat: no-repeat;
  width: 10%;

  position: absolute;
  padding: 0px 1%;
  background-position: center;
  background-size: 15%;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.art_title {
  margin-top: 8%;
  font-size: 1.3vw;
}

.contact_us {
  border-top: 1px solid #000;
  transition: all 0.3s ease;
}

.contact_us:hover {
  background-color: #b2b2b2;
  color: #fff;
}

/****************** contact overlay ****************/

.contact_overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(178, 178, 178, 0.96);
  z-index: 30;
  color: #fff;
}

.co_exit {
  background-image: url(./layout/co_exit.png);
  width: 2.5%;
  height: 1.5vw;
  background-size: cover;
  background-position: center;
  background-color: rgba(178, 178, 178, 0.96);
  position: absolute;
  border: 0px;
  right: 0;
  margin: 1%;
  padding: 0px;
  cursor: pointer;
}

.co_title {
  margin-top: 10%;
  font-size: 3vw;
}

.step_1 {
  margin: 10% 35%;
  position: absolute;
  width: 30%;
}

.s1_title {
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.2vw;
  margin-bottom: 8%;
}

.s1_input {
  width: 99.5%;
  height: 2.8vw;
  background-color: transparent;
  font-size: 1.2vw;
  border: 1px solid #fff;
  color: #fff;
}

.co_button {
  width: 100%;
  height: 2.8vw;
  color: rgba(0, 0, 0, 0.96);
  border: 0px;
  font-size: 1.2vw;
  margin-top: 2%;
  background-color: #fff;
  font-family: 'NomeSemplice';
}

.step_2 {
  position: absolute;
  display: none;
  margin: 10% 35%;
  width: 30%;
}

.s2_title {
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.2vw;
  margin-bottom: 8%;
}

.s2_input {
  width: 99.5%;
  height: 2.8vw;
  background-color: transparent;
  font-size: 1.2vw;
  border: 1px solid #fff;
  color: #fff;
}

.step_3 {
  position: absolute;
  display: none;
  margin: 4% 35%;
  width: 30%;
}

.s3_title {
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.2vw;
  margin-bottom: 8%;
}

.s3_input {
  width: 98.5%;
  background-color: transparent;
  font-size: 1.2vw;
  border: 1px solid #fff;
  height: 7.5vw;
  color: #fff;
}

.step_4 {
  position: absolute;
  display: none;
  margin: 10% 35%;
  width: 30%;
}

.pager {
  position: fixed;
  bottom: 0;
  width: 10%;
  margin: 2% 45%;
}

/* .page {
  height: 1vw;
  background-color: #fff;
  width: 8%;
  margin: 11%;
  float: left;
  background-color: rgba(178, 178, 178, 0.96);
  border: 1px solid #fff;
} */

.page_1 {
  background-color: #fff;
}

/**************************************************** artworks block *******************************************/

.left_arrow_block {
  height: 20vw;
  background-color: #fff;
  width: 10%;
  position: absolute;
  left: 0;
  background-image: url(./layout/arrow_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18%;
  z-index: 10;
  cursor: pointer;
  max-height: 240px;
}

.right_arrow_block {
  height: 20vw;
  background-color: #fff;
  width: 10%;
  position: absolute;
  right: 0;
  background-image: url(./layout/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18%;
  z-index: 10;
  cursor: pointer;
  max-height: 240px;
}

.artworks_block {
  height: 20vw;
  margin-top: 5%;
  overflow: hidden;
  max-width: 1200px;
  position: relative;
  margin: 5% auto;
}

.art_container {
  margin-left: 10%;
  float: left;
}

.art_container_exh {
  max-width: 680px;
  margin: auto;
}

.art {
  height: 20vw;
  max-height: 240px;
  float: left;
  background-size: cover;
  background-position: center;
}

.art_text {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  /* padding-top: 16%; */
  background-color: #fff;
  color: #000;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity ease;
  display: flex;
  position: relative;
  letter-spacing: 0.3em;
}

.art_text_title {
  align-self: center;
  position: absolute;
  width: 100%;
}

.art_text .more {
  align-self: flex-end;
  width: 100%;
  height: 10%;
  max-height: 30px;
  margin-bottom: 10%;
}

.art_text:hover {
  opacity: 0.9;
}

.art_exh {
  width: 50%;
  float: left;
  background-size: cover;
  height: 34vw;
  background-position: center;
}

.artworks_block_exh {
  /* height: 20vw; */
  margin-top: 5%;
  overflow: hidden;
  max-width: 1200px;
  margin: 5% auto;
}

/*********************************************************  news  ****************************************************/

.news {
  margin-bottom: 3%;
  width: 45%;
}

.news:hover {
  /* background-color: #000;
    color: #fff;*/
  /*font-weight: 600;*/
}

.col_2_spacer {
  width: 10%;
  height: 1vw;
  float: left;
}

.news_text {
  margin-right: 5%;
}

.content {
  font-size: 1vw;
  font-family: 'Noto Sans', sans-serif;
}

.news_head {}

.head_container p {
  margin: 1% 0px;
}

/********************************************************** footer ****************************************************/

.footer_top {
  text-align: center;
  margin-bottom: 1%;
}

.footer_bottom {
  text-align: center;
  padding: 3% 0%;
  letter-spacing: 0.2vw;
  font-size: 1em;
}

.logo_footer {
  /*background-image: url(./layout/logo_black.png);*/
  width: 5%;
  padding: 2% 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 10% 45.5%;
}

.lines_footer {
  width: 5%;
  padding: 2% 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0% 45.5% 3%;
}

/**************************************************************  misc  **********************************************/

.noto {
  font-family: 'Noto Sans', sans-serif;
}

.wp-post-image {
  width: 100%;
  height: 100%;
  display: block;
}

.title_text {
  margin-top: 2%;
  margin-bottom: 3%;
  font-size: 1.3em;
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.post_text {
  margin-top: 3%;
  margin-bottom: 8%;
  color: #000 !important;
  line-height: 1.5em;
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: justify;
}

.block_title {
  padding: 3.5% 0px;
  font-size: 1.3vw;
  font-weight: 200;
  letter-spacing: 0.5vw;
}

.image_block {
  background-size: cover;
  background-position: center;
  height: 42vw;
  transition: 0.8s all ease-in-out;
}

.image_block .past_text {
  opacity: 0;
  transition: 0.3s ease opacity;
  height: 42vw;
}

.image_block .more {
  height: 1.6em;
}

.image_block:hover .past_text {
  opacity: 0.9;
  background-color: #fff;
  color: #000;
}

.left {
  float: left;
}

.right {
  float: right;
}

.full {
  width: 100% !important;
}

.half {
  width: 50%;
}

.margin10 {
  margin-left: 10%;
  margin-right: 10%;
}

.left0 {
  margin-left: 0% !important;
}

.left1 {
  margin-left: 1%;
}

.left2 {
  margin-left: 2%;
}

.right1 {
  margin-right: 1%;
}

.right2 {
  margin-right: 2%;
}

.bottom1 {
  margin-bottom: 1%;
}

.bottom2 {
  margin-bottom: 2%;
}

.bottom3 {
  margin-bottom: 3%;
}

.bottom5 {
  margin-bottom: 5%;
}

.bottom12 {
  margin-bottom: 12%;
}

.top0 {
  margin-top: 0px;
}

.top1 {
  margin-top: 1%;
}

.top2 {
  margin-top: 2%;
}

.top3 {
  margin-top: 3%;
}

.top4 {
  margin-top: 4%;
}

.top5 {
  margin-top: 5%;
}

.top8 {
  margin-top: 8%;
}

.top30 {
  margin-top: 30% !important;
}

.nomargin {
  margin: 0px;
}

.w4 {
  width: 4% !important;
}

.w5 {
  width: 5% !important;
}

.w6 {
  width: 6% !important;
}

.w11 {
  width: 11% !important;
}

.w30 {
  width: 30% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.clearer {
  clear: both;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

/*.justify{
    text-align: justify;
}
*/
.light {
  font-weight: 200;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.black {
  color: black;
}

.white {
  color: white;
}

.black_bg {
  background-color: #b2b2b2;
}

.dark_white_bg {
  background-color: #f0f0f0;
}

.pointer:hover {
  cursor: pointer;
}

.opacize {
  opacity: 0.3;
}

.white_ol {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  display: none;
  opacity: 0.9;
}

.mobile_only {
  display: none;
}

::-webkit-input-placeholder {
  text-align: center;
  font-style: italic;
  color: #fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  font-style: italic;
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  font-style: italic;
  color: #fff;
}

:-ms-input-placeholder {
  text-align: center;
  font-style: italic;
  color: #fff;
}

/************************************************** stretch it ************************************************************/

.stretch_it {
  white-space: nowrap;
}

/************************************************ cookie law ************************************************************/

#privacy_cookies {
  display: none;
  position: fixed;
  background-color: #fff;
  opacity: 0.8;
  bottom: 0px;
  z-index: 11000;
}

.privacy_text {
  margin: 2% 10% 0% 10%;
  color: #000;
}

.cprivacy_btn {
  float: right;
  margin: 1% 7% 1% 0%;
  background-color: #000;
  border: none;
  color: white;
  width: 100px;
  height: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

/************************************************** media queries **********************************************************/

@media screen and (min-width: 1200px) {
  body {
    font-size: 14px;
  }

  .menu_box {
    height: 84px;
  }

  .content {
    font-size: 14px;
  }

  .menu-item {
    font-size: 16px;
  }

  .subscribe {
    font-size: 16px;
  }

  .subscribe2 {
    font-size: 16px;
  }

  .nl_email {
    font-size: 16px;
  }

  .menu_icon {
    padding: 28px 8px;
    margin: 13px 22px;
    width: 7.8px;
  }

  .menu_icon_open {
    padding: 21px 8px;
    margin: 13px 23px;
    width: 7px;
  }

  .logo {
    margin-top: 13px;
    margin-bottom: 0px;
    width: 100px;
    height: 55px;
  }

  .head_spacer {
    padding-top: 84px;
  }

  .social_icon {
    background-size: 16px;
  }

  .co_title {
    font-size: 3em;
  }

  .s1_title {
    font-size: 3em;
  }

  .s1_input {
    font-size: 1.2em;
  }

  .co_button {
    font-size: 1.2em;
  }

  .s2_title {
    font-size: 3em;
  }

  .s2_input {
    font-size: 1.2em;
  }

  .s3_title {
    font-size: 3em;
  }

  .s3_input {
    font-size: 1.2em;
  }

  .intro {
    margin-bottom: 40%;
  }

  .art_exh {
    height: 369px;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 12px;
  }

  .content {
    font-size: 12px;
  }

  .menu-header-container {
    margin: 5% 10%;
  }

  .secondary_menu_container {
    visibility: hidden;
  }

  .secondary_menu_container_mobile {
    width: 20%;
    margin: 2% 40%;
    visibility: visible;
  }

  .news {
    width: 100%;
  }

  .col_2_spacer {
    width: 0%;
  }

  .block_title {
    font-size: 14px;
  }

  .intro {
    margin-bottom: 20%;
  }

  .no_hover {
    text-shadow: 1px 1px #000;
  }

  .home_text {
    width: 40%;
  }

  .art_title {
    font-size: 12px;
  }

  .co_exit {
    width: 30px;
    height: 30px;
  }
}

@media screen and (orientation: portrait) {
  .artist_images_container {
    height: 30vh;
  }

  .artist_images_container_b {
    height: 30vh;
  }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .menu-item {
    width: 100%;
    margin-bottom: 4%;
    font-size: 16px;
    margin-top: 6%;
  }

  .secondary_menu_container_mobile {
    width: 50%;
    margin: 2% 25%;
  }

  .social_icon {
    padding: 20px 8.3%;
  }

  .arrow_left {
    background-size: 40%;
  }

  .arrow_right {
    background-size: 40%;
  }

  .step_1 {
    margin: 10% 15%;
    width: 70%;
  }

  .step_2 {
    margin: 10% 15%;
    width: 70%;
  }

  .step_3 {
    margin: 10% 15%;
    width: 70%;
  }

  .contact_overlay input {
    font-size: 12px;
    height: 25px;
  }

  .contact_overlay button {
    font-size: 12px;
    height: 25px;
  }

  .contact_overlay textarea {
    font-size: 12px;
  }

  .page {
    /* height: 3.5vw;
    width: 11%;
    margin: 10.1%; */
  }

  .pager {
    width: 30%;
    margin: 2% 35%;
  }

  .nl_email {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
  }

  .nl_press {
    right: 12%;
    position: absolute;
    margin-top: 0.6%;
  }

  .nl_exit {
    width: 20px;
    height: 20px;
  }

  .subscribe {
    margin-top: 10%;
    height: 20px;
    font-size: 12px;
  }

  .subscribe2 {
    height: 20px;
    font-size: 12px;
  }

  .dl_cont div {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .secondary_menu_container_mobile {
    width: 30%;
    margin: 2% 35%;
  }

  .social_icon {
    padding: 10% 8.3%;
  }

  .represented_container {
    min-height: 92vh;
  }

  .available_container {
    min-height: 92vh;
  }

  .arrow_left {
    background-size: 25%;
  }

  .arrow_right {
    background-size: 25%;
  }

  .contact_overlay input {
    font-size: 12px;
    height: 25px;
  }

  .contact_overlay button {
    font-size: 12px;
    height: 25px;
  }

  .contact_overlay textarea {
    font-size: 12px;
  }

  .page {
    /* height: 15px;
    width: 11%;
    margin: 10.1%; */
  }

  .pager {
    width: 20%;
    margin: 2% 40%;
  }

  .co_title {
    margin-top: 2%;
  }

  .step_1,
  .step_2 {
    margin-top: 8%;
  }

  .nl_email {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
  }

  .nl_press {
    right: 12%;
    position: absolute;
    margin-top: 0.6%;
  }

  .nl_exit {
    width: 20px;
    height: 20px;
  }

  .subscribe {
    margin-top: 10%;
    height: 20px;
    font-size: 12px;
  }

  .dl_cont div {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .menu_icon {
    background-image: url(./layout/menu_icon.png);
    width: 0px;
    float: left;
    padding: 5px 12.5px;
    margin: 7.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 39px;
    border: 0px;
  }

  .menu_box {
    height: 60px;
  }

  .logo {
    width: 90px;
    height: 46px;
  }

  .hl_selector {
    padding-top: 2.5%;
    padding-bottom: 4.5%;
  }

  .slide_counter {
    margin: 0% 1.5%;
  }

  .home_text {
    font-size: 14px;
    width: 80%;
    padding: 0% 10%;
  }

  .head_spacer {
    padding-top: 60px;
  }

  .artist_the_name_home {
    font-size: 12px;
  }

  .artist_home {
    font-size: 12px;
  }

  .title_home {
    font-size: 12px;
  }

  .future {
    font-size: 12px;
  }

  .home_exhibitions_image,
  .home_concerts_image,
  .home_artists_image {
    width: 35%;
  }

  .home_exhibitions_text {
    width: 50%;
  }

  .logo_footer {
    /* background-image: url(./layout/logo_black.png); */
    width: 10%;
    margin: 10% 40%;
  }

  .page_title {
    font-size: 18px;
  }

  .artist_the_name {
    font-size: 12px;
  }

  .artist_the_name_b {
    font-size: 12px;
  }

  .artists_container {
    width: 75%;
  }

  .artists_container_b {
    width: 75%;
  }

  .artist_images_container {
    width: 25%;
    height: 115px;
  }

  .artist_images_container_b {
    width: 25%;
    height: 115px;
  }

  .big_art {
    height: 100%;
  }

  .big_art_b {
    height: 100%;
  }

  .small_art {
    height: 0px;
  }

  .small_art_b {
    height: 0px;
  }

  .represented_container {
    min-height: 0vh;
  }

  .available_container {
    min-height: 0vh;
  }

  #map {
    min-height: 250px;
  }

  .left_arrow_block {
    display: none;
  }

  .right_arrow_block {
    display: none;
  }

  .art_container {
    width: 80% !important;
  }

  .art {
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 7%;
  }

  .artworks_block {
    height: auto;
  }

  .art_text {
    opacity: 1;
    background: transparent;
  }

  .art_text .more {
    display: none;
  }

  .art_text_title {
    bottom: 0;
    background: #fff;
    padding: 5px 0px;
  }

  .art_exh {
    width: 100%;
  }

  .past_text {
    width: 44%;
    padding: 0% 3% 0% 3%;
  }

  .past_text p {
    margin: 5px 0px;
  }

  .past_text .date .stretch_it {
    font-size: 10px !important;
  }

  .past_text .intro {
    margin-bottom: 5%;
    font-size: 9px;
  }

  .past_text .stretch_it {
    letter-spacing: normal !important;
    font-size: 12px !important;
  }

  .past_text .more {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .past_thumb {
    height: 42vw;
  }

  .past_text {
    height: 42vw;
  }

  .exh_list {
    padding-left: 5%;
  }

  .step_1 {
    margin: 10% 15%;
    width: 70%;
  }

  .step_2 {
    margin: 10% 15%;
    width: 70%;
  }

  .step_3 {
    margin: 10% 15%;
    width: 70%;
  }

  .page {
    /* height: 3.5vw;
    width: 11%;
    margin: 10.1%; */
  }

  .pager {
    width: 30%;
    margin: 2% 35%;
  }

  .nl_email {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
  }

  .nl_press {
    right: 12%;
    position: absolute;
    margin-top: 0.6%;
  }

  .nl_exit {
    width: 20px;
    height: 20px;
  }

  .subscribe {
    margin-top: 10%;
    height: 20px;
    font-size: 12px;
  }

  .title_text {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .title_text_exh {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .post_text {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}

.represented-artist {
  float: left;
  width: 50%;
}

.represented_home_container:after {
  content: '';
  display: table;
  clear: both;
}

.exhibited-artist {
  float: left;
  width: 33%;
  margin: 1% 0px;
  font-size: 1vw;
}

.exhibited_home_container:after {
  content: '';
  display: table;
  clear: both;
}

main {
  margin-left: 2em;
  margin-right: 2em;
}

main div.product div.images.woocommerce-product-gallery {
  opacity: 100 !important;
}

.woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}

.woocommerce div.product .product_title,
.woocommerce-loop-product__title {
  font-size: 2em !important;
  font-weight: 300;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: black !important;
}

.woocommerce-Price-currencySymbol,
.woocommerce-Price-amount {
  color: black;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0px !important;
}

.product_meta {
  display: none;
}

.page-title {
  background-color: #b2b2b2;
  text-align: center;
  text-transform: uppercase;
  padding: 3.5% 0px;
  font-size: 1.3vw;
  font-weight: 200;
  letter-spacing: 0.5vw;
}