/* General */
.wp-block-post-title{ display: none; }
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--content-size) !important;
}

.wp-block-group.alignwide.is-content-justification-space-between.is-layout-flex.wp-container-core-group-layout-3.wp-block-group-is-layout-flex {
    padding-bottom: 2% !important;
}

/* Header Styles*/

.wp-site-blocks {
    padding-top: 0px !important;
}

header.wp-block-template-part {
    background-color: black !important;
}

.wp-container-core-group-layout-3.wp-container-core-group-layout-3 {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

p.wp-block-site-title {
    color: white;
    font-weight: bold;
}

/* Voting home*/
.txt_winner_description{
    white-space: pre-wrap;
    font-size: 16px;
    text-align: justify; 
}

.font_small {
    font-size: 15px;
}

.text_and_logo_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.text_and_logo_div p { width: 60%; }

.text_and_logo_div img {
    width: 15%;
    padding: 2%;
}

.artwork_div {
    position: relative;
    height: 290px;
    display: flex;
}

.artwork_div img {
    vertical-align: bottom;
}

.artwork_overlay {
    position: absolute;
    height: 50%;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.4) 38%, rgba(0,0,0,0) 100%);
    bottom: 0%;
}

.artwork_overlay h3 {
    color: white;
    bottom: -5%;
    position: absolute;
    font-size: 25px;
    left: 5%;
}

.artwork_row_div {
    display: flex;
    gap: 20px;
}

h4.black_text {
    color: black;
    margin: 0px;
    line-height: 15px;
}

.artwork_single_col_2.txt_winner { color: white; }
h3.pink_title.title_winner { color: white; }

/* Artwork Page*/
.title_div h1 {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.title_div {
    max-width: 100% !important;
    background-color: #B22833;
    color: white;
    display: flex;
    justify-content: center;
}

.single_artwork_div {
    margin-top: 4%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

img.artwork_single_col_1 {
    width: 40%;
}

.artwork_single_col_2 {
    width: 60%;
    margin-left: 5%;
    font-size: 30px;
}

h3.pink_title {
    color: #b22833;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
}

button.vote-single-btn {
    background-color: #000;
    color: white;
    font-size: 20px;
    padding: 10px;
    width: 15%;
    cursor: pointer;
}

.vote_one_div {
    background-color: black;
    color: white;
    padding: 50px 5px 5px;
}

.vote_one_div h1, .vote_one_div h2, .vote_one_div h3, .vote_one_div h4 {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 25px;
    text-transform: uppercase;
}

.votes_label_txt_3 a {
    color: white;
}

p.artwork_text {
    white-space: pre-wrap;
    font-size: 16px;
    text-align: justify;
}

a.back_button {
    text-transform: uppercase;
    display: block;
    background-color: transparent;
    color: black;
    text-decoration: none;
    text-align: left;
    padding: 0px;
    font-size: 30px;
}

.label_text { font-size: 20px; }
input {
    width: 100%;
    padding: 10px;
}

#voting_form{ display: none; } 
.label_note{     
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 100%;
}

#results_voting_form{
  font-size: 16px;
  font-weight: bold;
}

/* only desktop */
@media (min-width: 1025px){
  .single_artwork_div {
    max-width: var(--wp--style--global--content-size) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  a.back_button {
      max-width: var(--wp--style--global--content-size) !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }

  .title_div h1 {
      width: 100%;
      max-width: var(--wp--style--global--content-size) !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
}

/* For mobile*/
@media (max-width: 1024px){

    /* Voting home*/
    .text_and_logo_div { flex-direction: column; }
    .text_and_logo_div p { width: 100%; }
    .text_and_logo_div img {
        width: 70%;
        margin-top: 15%;
        padding: 0%;
    }
    /* Artwork Page*/
   .artwork_overlay h3 { font-size: 18px; }
   .title_div {
      padding-top: 5%;
      height: auto;
      z-index: -1 !important;
      position: relative;
    }
    .vote_one_div { margin-top: 10%; } 
    .single_artwork_div { flex-direction: column; }
    img.artwork_single_col_1 { width: 100%; }
    .artwork_single_col_2 {
        width: 100%;
        margin-left: 0%;
        font-size: 20px;
    }
    h3.pink_title {
        font-size: 40px;
        padding: 0px !important;
        margin: 30px 0px 10px !important;
    }
     a.back_button { width: 90% !important; font-size: 20px; }
    .vote_one_div h1 { line-height: 0px; }
    .vote_one_div h3 { font-size: 25px; line-height: 25px; }
    .vote_one_div h4 { font-size: 18px; line-height: 14px; }
    button.vote-single-btn { font-size: 20px !important; width: 100%; } 
    .single_artwork_div {
        max-width: 90% !important;
    }

    a.back_button {
        max-width: 90% !important;
    }

    .title_div h1 {
        width: 100%;
        max-width: 90% !important;
    }
	input { width: 90%; }
}