/* 
Theme Name: iBid Child 
Theme URI: http://patchy-art.co.uk
Description: iBid Child 
Theme Author: Leo Cooper
Author URI: http://patchy-art.co.uk
Template: ibid
Version: 1.0.66
Text Domain: ibid-child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
#dokan-geolocation-widget-filters-2 > form > div > div:nth-child(5) {
    display: none !important;
}
#dokan-geolocation-widget-filters-2 > form > div > div.dokan-geo-filters-column.dokan-geo-product-categories.dokan-w12{
    display: none !important;
}
ul.products.columns-4 > li:nth-child(5) {
    display: none !important;
}
ul.products.columns-4 > li:nth-child(6) {
    display: none !important;
}
ul.products.columns-4 > li:nth-child(7) {
    display: none !important;
}
ul.products.columns-4 > li:nth-child(8) {
    display: none !important;
}

#page > a {
    bottom: 10px !important;
    right: 5px !important;
}

#game-board  {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.artle_button{
      background-color: #008037;
    color: white;
    border-width: 0;
    border-radius: 9px 9px 9px;
    font-size: 3rem;
    padding: 5px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.left_button{
    border-radius: 9px 0 0 9px;
    margin-right: 2px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.40);
}

.right_button{
    border-radius: 0 9px 9px 0;
       box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.40);
           background-color: #ACB334 !important;
               transition: opacity 0.5s;
}

.prev_selector_home{
       height: 42.841px;
           margin-top: 6px;
       width: 100%;
}

.prev_play_home{
    background-color: #ACB334 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.40);
     opacity: 0.01;
       transition: opacity 0.5s;
}

.prev_play_selector{
     box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.40);
}

.global_shadow{
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.40);
}

#guess_submit{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: fit-content;
    border-radius: 10px;
    border-width: 0;
    background-color: #008037;
    color: white;
    padding: 2px 15px;
    height: 3rem;
    font-size: 1.8rem;
}
#new_game_button{
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 5px; 
    width: fit-content;
    border-radius: 10px;
    border-width: 0.2px;
    background-color: #008037;
    color: white;
    font-size: 2rem;
}


#year{
    border-width: 0.2px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    width: 425px;
    height: 3rem;
    font-size: 1.9rem;
    margin-right: 1px;
}

#country_guessed{
    border-width: 0.2px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    width: 425px;
    height: 3rem;
    font-size: 1.9rem;
}

#guess_form{
    margin-bottom: 10px;
}


.button_general{
        width: fit-content;
    background-color: #008037;
    color: white;
    border-width: 0px;
    border-radius: 3px 3px 3px 3px;
    font-size: 2rem;
    margin-left: -10px;
}


.guess-box{
  border: 2px;
  border-radius: 3px;
  margin: 2px;
  font-weight: 700;
  height: 3rem;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  visibility: hidden;
  color: white;
}

.country-box-text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.number-guess-box {
    width: 5rem !important;
}

.guess-row {
  display: flex;
  margin-bottom: 5px;
  border-radius: 10px 10px 10px 10px;
  background-color: lightgrey;
}

.perfect{
    background-color: #008037;
}

.almost{
    background-color: #ACB334;
}

.closer{
    background-color: #FAB733;
}

.oof{
    background-color: #a11f1f;
}

.fit{
     width: 326.290px;
}

.filled-box {
  border: 2px solid black;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.game-container {
    DISPLAY: GRID;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    
}

.game-mode {
display: GRID !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.2fr;
    grid-gap: 80px 0px;
    position: relative;
    margin-top: 40px;
}

.ui-autocomplete { 
    max-height: 150px; 
    overflow-y: scroll; 
    overflow-x: hidden;
    
}

.ui-widget-content {
    background: #EEEEED !important;
}

.revealed_row{
    background-color: white !important;
}
.revealed_box {
     visibility: revert;
}

.general_reveal{
    display: block !important;
}

.button_reveal{
    display: inline-flex !important;
}


.center_align_modes {
    display: inline-grid;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hide{
    display: none !important;
}

@media screen and (min-width: 901px) {
#background-filter {
    background-color: black;
    opacity: 0.75;
    height: 400%;
    position: absolute;
    width: 1000%;
    display: block;
    z-index: 10;
    top: -50%;
    left: -50%;
    bottom: -120%;
}  .popup-styling {
    position: absolute;
     top: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid black;
  z-index: 999;
  background: white;
  border-radius: 30px;
   padding-top: 0;
}
}


@media screen and (max-width: 900px) {
    .game-mode{
        position: relative;
        height: fit-content;
        grid-template-columns: unset;
        margin-top: 8%;
    }
    .center_align_modes{
    display: inline-grid; 
    align-items: center;
    justify-content: center;
    height: 80%;
}#new_game_button{
    width: -webkit-fill-available;
}
.art_demo{
      position: inherit !important;
      width: 40vmax !important;
      height: 100% !important;
  }
  .artle_button{
      position: inherit !important;
         margin-top: 4%;
        width: -webkit-fill-available;
  }
  #art {
    width: 100% !important;
    margin-top: 10%;
    height: 100% !important;
}
  #art_results{
      width: 85% !important;
  }
  .guess-box{
      width: 15vw !important;
  }
  .country-box{
    width: 25vw !important;
}
  .number-guess-box {
    width: 3.5rem !important;
}
  #year{
      width: -webkit-fill-available !important;
      margin-bottom: 2px;
  }
  #country_guessed{
    width: -webkit-fill-available !important;
  }
  #background-filter {
    background-color: black;
    opacity: 0.75;
    height: 350%;
    position: absolute;
    width: 1000%;
    display: block;
    z-index: 10;
    top: -50%;
    left: -50%;
    bottom: -5.6%;
} .artle_countdown{
    margin-left: unset !important;
    position: relative !important;
   left: 50%;
    transform: translateX(-50%);
   margin-top: -10px;
    margin-bottom: 30px;
}   .popup-styling{
    position: absolute;
    padding: 10px;
    border: 1px solid black;
    z-index: 99;
    background: white;
      border-radius: 30px;
    padding-top: 0;
    top: 0 !important;
} .artle-info {
    top: -140% !important;
    left: 100% !important;
} .prev_selector_home {
    margin-top: 11px;
} .top_tooltip{
   top: 90px;
}

}


.shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.strong_shadow{
     box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
}

.popup-container{
    background: grey;
    width: 75%;
    height: 100%;
    position: absolute;
    margin-left: 12.5%;
    z-index: 11;
}


@media only screen and (max-width: 767px){
.page-id-10426 #page > footer > div.mobile_footer_icon_wrapper{
    display: none !important;
} .year-box-fix{
    width: 17vw !important;
}
}

.artle_countdown {
    background-color: #800000;
    color: white;
    border-width: 0px;
    border-radius: 9px 9px 9px;
    font-size: 2rem;
    position: relative;
    width: fit-content;
    text-align: center;
    padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}

.button_general2{
    width: fit-content;
    background-color: #008037;
    color: white;
    border-width: 0px;
    border-radius: 3px 3px 3px 3px;
    font-size: 2rem;
    margin-left: 5px;
}

.close-popup-button{
     width: 300px;
   
    background-color: #008037;
    color: white;
    border-width: 0;
    border-radius: 10px 10px;
    font-size: 1.2em;
    margin-right: auto; 
    margin-left: auto;
    display: block;
}

#darkbox{
    position:fixed;
    z-index:9999999999999999;
    background:rgba(0,0,0,0.8) no-repeat none 50%/contain;
    box-shadow:0 0 0 3000px rgba(0,0,0,0.8);
    opacity:0; visibility:hidden;
    cursor:pointer;
}
#darkbox.on{ 
    opacity:1; visibility:visible;
    height:90% !important; width:90% !important;
    left:5% !important; top:5% !important;
}


.art_alignment{
    text-align:center;
}

.yearexample{
   display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; 
}

#art_stats {
    display: flex;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.stat-alignment{
    padding: 0;
    width: 80%;
}

.stat-text{
    font-size: 14px;
}

.stat-num{
    font-weight: bold;
    font-size: 20px;
}
.stop_scrolling{
    overflow: hidden !important;
}
.sortable-handler {
  touch-action: none;
}

#custom-tooltip {
    display: none;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 8px;
    color: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


.artle-close-popup {
  position: absolute;
  right: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.artle-close-popup:hover {
  opacity: 1;
}
.artle-close-popup:before, .artle-close-popup:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.artle-close-popup:before {
  transform: rotate(45deg);
}
.artle-close-popup:after {
  transform: rotate(-45deg);
}


.artle-info {
    border-width: 0px;
    font-size: 2rem;
    padding: 5px;
    position: relative;
    bottom: 120%;
    right: -100%;
    cursor: pointer;
    width: fit-content;
}


.tooltiptext {
    width: -webkit-fill-available;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    transition: opacity 0.5s;
    z-index: 999;
    opacity: 0.01;
    transition: opacity 0.5s;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltiptext-reveal {
  opacity: 1;
} 

@media screen and (max-width: 900px) {
    .tooltiptext-reveal {
         display: block;
         opacity: 1;

} .coming-soon-artle{
    margin-top: 0 !important;
} .tooltiptext{
    margin-top: 0 !important;
} .prev-img{
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    margin-top: 10px;
    width: 100%;
    height: 100%
}
}

.art-question{
    display: block; 
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    height: 25vw;
    max-width: fit-content;
    position: relative;
}

.mask-guess-box{
    visibility: hidden;
}

.unmask-guess-box{
    visibility: visible;
}


.animate-pop {
  animation-duration: 0.5s;
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}

@keyframes animate-pop {
  0% {
    opacity: 0.01;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.popup-reveal {
         display: block !important;
}

.coming-soon-artle{
    width: -webkit-fill-available;
    background-color: darkred;
    height: 80px;
    z-index: 99;
    position: absolute;
    margin-top: -80px;
    text-align: center;
    border-radius: 6px;
    opacity: 1;
    transition: opacity 0.5s;
}

.coming-soon-artle-text {
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 3rem;
    width: max-content;
    font-weight: 500;
}

.coming-soon-adjust{
    opacity: 0.01;
}
.prev-row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: fit-content;
    border-radius: 6px;
    border-width: 0px;
    color: white;
    font-size: 2rem;
    padding: 0px 30px;
    margin-bottom: 50px;
}

.prev-artle-block{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: max-content;
    background-color: #008037;
    border-radius: 6px;
    border-width: 0px;
    color: white;
    font-size: 2rem;
    padding: 0px 30px;
}

.prev-play {
    width: 200px;
    background-color: darkred;
    color: white;
    border-width: 0;
    border-radius: 10px 10px;
    font-size: 1.2em;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.prev-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30vh;
    height: 100%;
    max-width: fit-content;
    -webkit-filter: blur(5px);
    margin-top: 10px;
}
.white{
    background-color: #ffffff !important;
}

input.weforms_submit_btn.wpuf_submit_11721 {
    margin: 0 auto;
    width: 50%;
    display: block;
    background: darkred !important;
    border-color: darkred !important;
  box-shadow: 0.5px 0.5px 3px black !important;
    text-shadow: unset !important;
}

.wpuf-success {
    text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-shadow: unset !important;
}

.high-padding {
    padding: 15px !important;
}

#trustpilot-widget-trustbox-0-wrapper{
    z-index: 9 !important;
    position: relative !important;
}

html, body {
    height: 100% !important;
}

.adjustTop{
    margin-top: 3px !important;
}

.inspect_image_button{
    position: absolute;
    top: 20px;
    right: 12px;
    font-size: 18px;
    background-color: white;
    border-radius: 10px;
    padding: 3px;
    cursor: pointer;
    
}

#toast-container > div {
    opacity: 0.95 !important;
}

.game-image {
    position: relative;
}
