:root {
	--page-gutter: calc(((100vw - (200vw - 200%)) - var(--container-width)) / 2);
}
@media screen and (min-width: 1260px) {
	:root {
    	--page-gutter: calc(((100vw - (200vw - 200%)) - var(--normal-container-max-width)) / 2);
	}
}
.grid{
    display:grid;
}
.mb-2 {
    margin-bottom:1rem;
}
.voting.container.inner{
    padding-top:50px;
    padding-bottom: 50px;
}
.content-card.voting{
    max-width: 320px;
    position: relative;
    text-align: center;
}
.content-card.voting a.image-popup{
    position: absolute;

    left: 20px;
    right: 30px;
    top: 0;
    bottom: 40px;
  
     background-position: center center;
    background-repeat: no-repeat;
    background-size : contain;
}
.entry-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size : cover;
    position:absolute;
top: 30%;
    left: 10%;
    right: 10%;
    bottom: 7%;
}
.position-relative{
    position: relative;
}
.content-card.voting .shop-name{
 width: 100%;
    text-align: center;
    
    z-index: 100;
    padding: 5px;
    color: #231F20;
    font-size: 13px;
    /*position: absolute;
    bottom: 1.45em;
    margin-top: -53px;*/
}
.voting.container.inner  {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
@media screen and (min-width: 820px) {
  .voting.container.inner {
    grid-template-columns: auto auto auto;
}
}

.voting input[type="submit"] {
    background: none;
    background-image: url(https://caledoniapark.com/wp-content/themes/caledoniapark.com/voting/images/vote-btn.png);
    width: 188px;
    height: 45px;
}

.page-id-11742 .stk-block.hero-side-dark:after {
    
    background-image: url(https://caledoniapark.com/wp-content/themes/caledoniapark.com/voting/images/textureV2@2x.png);
    
    
}