.cc-selector input {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 0;
}
.js-clear {
display: block;
}
.success {
padding: 10px 20px;
background-color: #1e9500;
}
.error {
padding: 10px 20px;
background-color: #b00008;
}
.cc-selector input:active +.drinkcard-cc {
opacity: .9;
}
.cc-selector input:checked +.drinkcard-cc {
-webkit-filter: none;
-moz-filter: none;
filter: none;
border: 2px solid #444;
}
.drinkcard-cc {
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
width: 70px;
height: 70px;
-webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
transition: all 100ms ease-in;
border: 2px solid transparent; }
.drinkcard-cc:hover {
-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
filter: brightness(1.2) grayscale(.5) opacity(.9);
}
#zapytaj {
background-color: #000;
color: #fff;
padding: 20px;
display: inline-block;
max-width: 350px;
float: right;
margin-left: 5px;
}
#zapytaj h3 {
color: #fff;
font-size: 24px;
}
#zapytaj label {
font-weight: bold;
font-size: 14px;
color: #fff;
}
#zapytaj .form-field-checkbox label {
font-size: 10px;
font-weight: 300;
display: block;
color: #fff;
line-height: 1.3 !important;
}
#zapytaj input {
font-size: 14px;
width: 100%;
}
#zapytaj input::placeholder {
}
#zapytaj textarea {
height: 120px !important;
width: 100%;
}
#zapytaj input[type="checkbox"]{
display: inline-block;
width: auto;
margin-top: 0px;
}
#zapytaj button {
font-size: 14px;
color: #fff;
font-weight: 700;
padding: 0px;
background-color: transparent;
margin: 25px 0px;
clear: both;
}
.button {
border: 1px solid #fff ;
padding: 10px 20px ;
display: block;
max-width: 200px;
color: #fff ;
text-align: center ;
text-transform: uppercase ;
}
.fancybox-content {
background-color: transparent !important;
}
.fancybox-next {
bottom: 10px;
top: auto;
width: 30px;
height: 30px;
}
.fancybox-prev {
bottom: 10px;
top: auto;
width: 30px;
height: 30px;
right: 60px;
left: auto;
}
.fancybox-next span, .fancybox-prev span{
visibility: visible !important;
display: block !important;
}
.filtered-posts{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
grid-auto-rows: minmax(100px, auto);
}
.large{
display: grid;
max-width: 1200px;
grid-template-columns: 70% 1fr;
}
@media screen and (max-width: 960px){
.filtered-posts{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 30px;
grid-auto-rows: minmax(100px, auto);
}
.large{
max-width: 100%;;
grid-template-columns: 1fr;
}
}