*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-text-size-adjust: none !important;
}
img {
margin: 0;
padding: 0;
border: 0;
line-height: 0;
vertical-align: top;
max-width: 100%;
height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
code,
pre,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}:root {
--main: #F2AF5C;
--decor: #D98859;
--darkgrey: #262626;
--dark: #231D1A;
--light: #FBFCFF;
--title: 'Poppins', sans-serif;
--shadow: 0px 8px 20px 0px rgba(149, 157, 165, 0.20);
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
color: var(--darkgrey);
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
background: var(--light)
}
h1,
h2,
h3,
h4 {
font-family: var(--title);
line-height: 1.2;
text-transform: uppercase;
font-weight: 500;
}
h1 {
font-size: 2.7rem;
letter-spacing: 0.02em;
animation: 0.8s slide-left ease 0.2s forwards;
-webkit-animation: 0.8s slide-left ease 0.2s forwards;
-moz-animation: 0.8s slide-left ease 0.2s forwards;
-o-animation: 0.8s slide-left ease 0.2s forwards;
opacity: 0
}
h2 {
font-size: 1.8rem;
color: var(--dark);
margin-bottom: 2rem
}
h3 {
font-size: 1.2rem;
letter-spacing: 0.02em;
padding-top: 0.1rem;
text-transform: unset
}
h4 {
font-size: 1rem;
}
h1 a,
h2 a,
h3 a,
h4 a {
color: inherit;
}
ul,
ol {
padding: 0;
}
ul ul,
ul ul ul,
ol ol,
ol ol ol {
margin: 0.5rem 0;
}
ol ol,
ol ol ol {
padding-left: 1rem;
}
ul li {
list-style-type: square;
margin-bottom: 0.55rem;
margin-left: 2rem;
}
ul li::marker {
color: var(--decor);
}
ol {
list-style: none;
counter-reset: my-counter;
}
ol li {
counter-increment: my-counter;
margin-bottom: 1.5rem;
}
ol li::before {
content: counter(my-counter);
background: var(--decor);
width: 1.5rem;
height: 1.5rem;
font-size: smaller;
border-radius: 50%;
display: inline-block;
line-height: 1.5rem;
color: white;
text-align: center;
margin-right: 0.5rem;
}
a {
color: inherit;
text-decoration: none;
cursor: pointer;
transition: all 0.2s ease-in-out
}
#logo {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/logo_fekvo.svg) no-repeat left center;
background-size: auto 100%;
height: 2rem;
width: 5rem;
margin: 0.5rem 0 0.5rem 0;
}
blockquote {
background: var(--light);
margin-left: 0;
margin-right: 0;
padding: 0.5rem 1.5rem;
overflow: hidden;
border-left: solid 5px var(--decor);
}
hr {
border: none !important;
height: 3px;
background: #eee;
}
table {
border-spacing: 0;
border: solid 1px #ddd;
}
td,
th {
padding: 0.5rem 1rem;
border: solid 1px #ddd;
}
th {
background: var(--light);
text-align: left;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h2 + ul,
h3 + ul, ul + h3,
ul + h2,
h3 + ol,
p + h3,
p + h2 {
margin-top: 1.5rem
}
h2 + p {
font-size: large;
margin-bottom: 1.5rem
}
p {
margin: 0.5rem 0
}
.subtext {
margin-bottom: 1.5rem;
font-size: 1.2rem
}
.button {
color: var(--light);
font-style: var(--title);
border: 1px solid var(--main);
padding: 0.6rem 1rem 0.5rem 1rem;
border-radius: 5px;
text-transform: uppercase;
display: inline-block;
font-size: 1rem;
z-index: 1;
position: relative;
margin-top: 1rem;
font-weight: 600
}
.button:hover {
color: var(--main);
}
.button.main {
background: var(--main);
color: var(--dark);
border: none
}
.button.main:hover {
background: var(--dark) !important;
color: var(--main) !important;
}
.contact h3 {
margin-bottom: 0.5rem !important
}
.alignright,
.align-right {
text-align: right;
}
.alignleft,
.align-left {
text-align: left;
}
.aligncenter,
.align-center {
text-align: center;
}
.alignitems {
display: flex;
align-items: center
}
.contact p {
display: none
}
#top-head .place,
.tel {
display: inline-block !important;
margin-right: 1rem
}
.inner-head {
padding-top: 0;
height: 15vw;
margin-bottom: 4rem;
min-height: 120px;
position: relative
}
.inner-head .title {
position: relative;
z-index: 1;
color: var(--light);
margin-bottom: 0;
padding-left: 1.2rem
}
.inner-head .title:before {
content: "";
height: 100%;
width: 0.4rem;
position: absolute;
bottom: 0;
top: 0;
left: 0 !important;
background: var(--decor);
}
.inner-head .content-box {
height: 100%
}
.inner-head:before {
content: "";
height: 100%;
width: 100%;
background: linear-gradient(126.89deg, rgba(41, 41, 41, 0.9) 0%, rgba(35, 29, 26, 0.57) 98.13%);
position: absolute;
left: 0;
top: 0
}
body:not(.home) main h2 {
margin-bottom: 1.5rem;
font-size: 1.5rem
}
body:not(.home) main h2 + p {
margin-bottom: 0.5rem;
}
body:not(.home) main p {
font-size: inherit !important
}
body:not(.home) main h1 {
font-size: 2.5rem;
margin-bottom: 3rem
}
body:not(.home) main p a {
color: var(--main)
}
body:not(.home) main {
margin-bottom: 4rem
}
.wp-block-columns {
margin-top: 0 !important;
margin-bottom: 0 !important
}
body:not(.home) main .wp-block-columns {
margin: 1.75rem 0 !important
}
.tel,
.face,
.place,
.mail {
position: relative;
padding-left: 1.8rem
}
.tel:before,
.face:before,
.place:before,
.mail:before {
content: "";
width: 1rem;
height: 1rem;
position: absolute;
left: 0;
top: 0.2rem
}
.tel:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/tel-main.svg) no-repeat center center;
background-size: auto 100%;
}
.face:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/face.svg) no-repeat center center;
background-size: auto 100%;
}
.place:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/place.svg) no-repeat center center;
background-size: auto 100%;
}
.mail:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/mail.svg) no-repeat center center;
background-size: 100% auto;
}
.button.tel {
padding-left: 3rem
}
.button.tel:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/tel-black.svg) no-repeat center center;
background-size: auto 100%;
left: 1.5rem;
top: 0.8rem;
transition:all 0.2s ease-in-out
}
.button.tel:hover:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/tel-main.svg) no-repeat center center;
}
.nomargin {
margin: 0 !important
}
.nopadding {
padding: 0 !important
}
section {
padding: 6rem 0
}
#gotop {
width: 3rem;
height: 3rem;
line-height: 2rem;
background: var(--main) url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/arrow-up.svg) no-repeat center center;
background-size: 40% auto;
position: fixed;
bottom: 1rem;
right: 1rem;
border-radius: 50%;
box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
padding: 0.5rem;
cursor: pointer;
z-index: 10000;
display: none;
text-align: center
}
#gotop svg {
display: none
} #hero {
position: relative;
padding: 10vw 0 8vw 1rem;
}
#hero .text-box {
padding: 2.5vw 2vw;
width: 52%;
background: linear-gradient(126.89deg, rgba(41, 41, 41, 0.9) 0%, rgba(35, 29, 26, 0.7) 98.13%);
color: var(--light);
border-radius: 5px
} #products h2,
#order h2,
#home-order h2{
padding-bottom: 1rem
}
#products .item > div,
#order .item > div,
#blog .item {
background: white !important;
border-radius: 5px !important;
box-shadow: var(--shadow) !important;
padding: 1.5rem 1rem 6rem 1rem !important;
position: relative !important;
}
#products .item:hover h3{
color:var(--main-color) !important
}
.col-1-4 #products .item{
margin-bottom: 1rem !important
}
#blog .item h3{
transition: all 0.2s ease-in-out
}
#blog .item:hover h3{
color:var(--main) !important
}
#products h2{
text-align: center
}
#products .item .name {
padding-bottom: 1rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid #eeeff2;
justify-content: space-between
}
#products .item ul {
margin-bottom: 1.5rem;
}
#products .decoration {
display: none
}
#products .decoration,
#order .item:before {
text-transform: uppercase;
color: var(--light);
background: var(--decor);
border-radius: 5px;
position: absolute;
top: 0;
transform: translateY(-70%);
left: 1rem;
padding: 0.3rem 0.7rem;
font-style: var(--title);
font-size: 1rem;
font-weight: 600
}
#products .product-info {
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
padding: 1.2rem !important;
width: 100% !important;
}
#products .inner-box {
margin-top: 3rem
}
#products .column-3 {
gap: 0 !important
}
#products .column-3 > div {
margin-bottom: 2.8rem
}
.overflow {
padding: 2rem 0 2rem 0 !important
}
div.my_carousel .prev,
div.my_carousel .next {
top: 45% !important
}
div.my_carousel .nav {
padding: 2rem 0 0 0;
}
#products .percent {
display: none
}
#products .old-price {
text-decoration-line: line-through;
padding-bottom: 0rem;
display: none
}
.results .val:after {
content: " Ft" !important;
}
#products .price {
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 0.03em;
text-transform: uppercase
}
#products .price:after {
content: " Ft / ömlesztett m\00B3";
font-weight: normal;
font-size: 1rem;
text-transform: none
}
#products .stock {
padding-top: 1rem;
padding-left: 2rem;
display: block;
text-transform: uppercase;
font-size: 0.7rem;
font-weight: 600
}
#products .stock:before,
#products .heating-value:before {
content: "";
width: 1.4rem;
height: 1.1rem;
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/stock.svg) no-repeat center center;
background-size: 100% auto;
position: absolute;
left: 1.2rem;
bottom: 1.3rem
}
#products .stock:before{
opacity: 0.3
}
#products .heating-value {
text-align: right;
position: relative;
width: auto;
padding-left: 2rem;
}
#products .heating-value:after {
content: " Mj/kg";
}
#products .heating-value:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/hvalue.svg) no-repeat center center;
background-size: auto 100%;
left: 0;
bottom: 0.3rem
}
.inner-head,
.inner-head {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/inner-head2.jpeg) no-repeat center center;
background-size: cover
}
.align-center {
margin-top: 2rem
}
.fire {
position: relative
}
.fire:after {
content: "";
position: absolute;
right: -5vw;
top: -8vw;
width: 13vw;
height: 13vw;
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/fire.svg) no-repeat center center;
background-size: auto 100%;
z-index: -1
}
.fire.right:after {
right: -5vw;
}
.fire.left:after {
left: -5vw;
} #calculation {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/wood.jpeg) no-repeat center center;
background-size: cover;
color: var(--light) !important;
}
#calculation .box {
background: linear-gradient(180deg, rgba(38, 38, 38, 0.9) 0%, rgba(35, 29, 26, 0.819) 100%);
width: 50vw;
padding: 3rem;
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#calculation label {
display: inline-block;
padding: 1rem;
margin-bottom: 0.75rem;
text-transform: uppercase
}
#calculation select {
font-size: 1.1rem;
}
#calculation .row {
width: 100%;
}
#calculation .form {
margin: 1.5rem 0;
}
#calculation .column-3 {
margin-bottom: 0 !important
}
#calculation .col-2-3 {
display: flex;
align-items: center
}
#calculation .results {
text-transform: uppercase;
display: none;
padding-top: 2rem;
border-top: 1px solid #816F5E;
margin-top:2.5rem
}
#calculation .results .val {
display: block;
font-size: 2rem;
font-weight: 600;
}
#calculation .price_sum {
color: var(--decor)
}
#calculation .info a{
text-decoration: underline !important
}
.ajanlat {
margin: 2rem 0;
padding: 1rem;
background: var(--darkgrey);
text-transform: none !important;
border-radius: 10px;
opacity: 0.9;
font-size: larger
}
.ajanlat b {
color: var(--decor)
}
.ajanlat .name {
text-transform: uppercase!important
}
#calculation .info {
font-style: italic;
font-size: small;
opacity: 0.8
} #order .item:before {
padding: 0.2rem 0.8rem;
z-index: 1;
content: counter(div-counter);
counter-increment: div-counter;
}
.contact.single p.tel {
display: inline-block !important
}
#order .item > div {
padding: 1.8rem 1rem 1rem 1rem !important
}
#order .item-list {
counter-reset: div-counter;
}
.item-list > div {
display: block;
position: relative;
flex-shrink: 0;
padding: 0 0.5rem !important;
transition: all 0.6s ease;
}
.item-list .item > div {
height: 100%;
} #about .column-2 {
background: linear-gradient(132.41deg, #262626 0.98%, #231D1A 98.74%);
color: var(--light) !important
}
#about img {
height: 100%;
width: 100%;
object-fit: cover
}
#about .text-box {
padding: 4rem 5vw 4rem 3rem;
margin: 0 !important
}
#about figure {
width: 100% !important
}
#about h2,
#calculation h2 {
color: var(--light) !important
}
#about h3 + p,
#about h2 + p {
margin-top: 0.5rem;
}
#about h3 + p {
opacity: 0.8
}
@keyframes slidein {
from {
right: -100vw;
opacity: 0;
}
to {
right: 0rem;
opacity: 1;
}
}
#about .icon {
margin: 2rem;
margin-bottom: 2.5rem;
padding-left: 4rem;
position: relative;
opacity: 0;
}
#about .icon.slidein{
animation: 0.5s slidein ease 0s forwards;
-webkit-animation: 0.5s slidein ease 0s forwards;
-moz-animation: 0.5s slidein ease 0s forwards;
-o-animation: 0.5s slidein ease 0s forwards
}
#about .icon:before {
content: '';
position: absolute;
left: 0;
top: -0.2rem;
width: 2.5rem;
height: 2.5rem
}
#about .icon1:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/icon1_.svg) no-repeat center center;
background-size: 100% auto
}
#about .icon2:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/icon2_.svg) no-repeat center center;
background-size: 100% auto
}
#about .icon3:before {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/icon3_.svg) no-repeat center center;
background-size: 100% auto;
} #blog article > a {
color: var(--inherit);
cursor: pointer
}
#blog .img-box {
position: relative
}
#blog .img-box img {
width: 100%
}
#blog h2 {
margin-bottom: 2.5rem
}
#blog .info-box {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: var(--dark);
color: var(--light);
padding: 0.5rem 1.2rem;
display: flex;
justify-content: space-between
}
#blog .tags {
color: var(--main);
position: relative;
padding-left: 2rem;
}
#blog .post-tags {
position: relative;
white-space: nowrap
}
#blog .post-tags:before {
content: "# "
}
#blog .item {
padding: 0rem !important
}
#blog .text-box {
padding: 1.5rem 1rem !important
}
#blog .button {
color: inherit
}
footer {
background: var(--dark);
padding: 2rem;
color: var(--light);
font-size: smaller
}
footer a{
opacity: 0.8
}
footer a:hover {
color: var(--main) !important;
opacity: 1
}
foot-menu2 li::marker {
display: block !important
}
footer .contact p {
display: block !important;
opacity: 0.9
}
footer .content-box {
opacity: 0.9
}
footer .customer-menu li::marker {
content: none;
display: none !important;
color:var(--dark) !important
}
footer ul {
margin-top: 1.5rem;
}
footer p {
margin-left: 0.5rem
}
footer li {
margin: 0.5rem
}
footer .menu li,
.customer-menu li {
margin-left: 1.5rem
}
footer .menu li::marker {
color: var(--main)
}
footer .EUTR {
margin-left: 1rem;
display: block
}
#menu-vevoi-tajekoztato::marker{
display: none !important
}
#copyright {
padding: 0.5rem 0;
background: var(--darkgrey);
color: var(--light)
}
#copyright .content-box {
display: flex;
justify-content: space-between;
font-size: smaller;
opacity: 0.9
} .shadow {
-webkit-box-shadow: -1rem -1rem 0px 0px #eeeff2;
-moz-box-shadow: -1rem -1rem 0px 0px #eeeff2;
box-shadow: -1rem -1rem 0px 0px #eeeff2;
}
.auto.wp-block-image,
.auto.wp-block-image img {
height: auto !important;
object-fit: cover
}
.wp-block-image,
.wp-block-image:not(.auto) img {
height: 100% !important;
object-fit: cover
}
.wp-block-image img {
width: 100%
}
#about .wp-block-group {
margin-bottom: 0rem !important
}
#about .icon:last-of-type {
margin-bottom: 2rem !important
}
.wp-block-group {
margin-top: 2rem !important;
margin-bottom: 4rem !important
}
#home-order #order.wp-block-group {
margin: 0rem !important
}
.wp-container-11,
.wp-block-columns.item-list {
gap: 0 !important
}
.pricetable {
width: 50% !important;
}
.pricetable th {
font-weight: bold;
text-transform: uppercase
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: #eeeff2 !important
} .accordion .accordion-content {
display: none
}
.accordion {
margin: 0 0 2rem 0;
clear: both;
}
.accordion .wp-block-group {
margin: 0.5rem 0 !important
}
.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
margin: 0;
}
.accordion .accordion-title {
cursor: pointer;
margin: 0;
line-height: 1.3;
border-bottom: solid 1px #ddd;
color: inherit;
padding: 0.65rem 0.5rem 0.65rem 2rem;
position: relative;
}
.accordion .accordion-title:after {
border-style: solid;
border-width: 2px 2px 0 0;
content: "";
display: inline-block;
height: 0.6rem;
width: 0.6rem;
background: transparent;
position: absolute;
top: 50%;
left: 0;
margin-top: -0.3rem;
transform: rotate(45deg);
vertical-align: top;
}
.accordion .accordion-title.active,
.accordion .accordion-title:hover {
color: var(--main);
}
.accordion .active h4 {
border-bottom: none;
}
.accordion .accordion-title.active:after,
.accordion .accordion-title:hover:after {
transform: rotate(135deg);
left: 0.25rem;
margin-top: -0.35rem;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.accordion .accordion-content {
margin: 0;
padding: 1rem 2rem;
overflow: hidden;
border-bottom: solid 1px #ddd;
font-family: inherit
}
.accordion .accordion-content p {
line-height: 1.4 !important;
}
.accordion .accordion-content p:last-of-type {
margin: 0 !important;
}
.accordion.wide {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.pagination .nav-links {
margin-top: 2rem
}
.pagination .page-numbers {
padding: 1rem !important;
background: white !important;
border-radius: 10px !important;
}
.blogtop {
background: white;
border-radius: 10px
}
.wp-block-tag-cloud a {
position: relative;
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
margin-left: 1rem;
font-size: 1rem !important;
color: inherit !important;
cursor: pointer
}
.wp-block-tag-cloud a:hover {
color: var(--main);
}
.wp-block-tag-cloud a:before {
content: "";
width: 1rem;
height: 1rem;
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/tags.svg) no-repeat center center;
background-size: 100% auto;
position: absolute;
left: 0;
top: 0.75rem;
}
.wp-block-search__label {
display: none !important
}
.wp-block-search__button {
background: var(--main) !important;
border: none !important;
color: white !important;
font-weight: bold;
border-radius: 10px;
padding: 0.375em 0.625em;
color: inherit;
margin-left: 0.625em;
word-break: normal;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.wp-block-search__button {
background: var(--main) !important;
border: none !important;
color: white !important;
font-weight: bold;
border-radius: 10px;
padding: 0.375em 0.625em;
color: inherit;
margin-left: 0.625em;
word-break: normal;
font-size: inherit;
font-family: inherit;
line-height: inherit;
cursor: pointer
}
.wp-block-search__button:hover {
color: var(--dark) !important;
}
.error .searchform {
background-color: var(--gray) !important
}
.searchform {
background-color: #fff;
padding: 0.5rem;
position: relative;
width: 100%;
border-radius: 10px
}
.searchform input[type="text"] {
height: 1.5rem;
border: none;
width: 100%
}
.searchform input[type="text"]:focus {
outline: 0;
}
.searchquery {
margin-bottom: 1rem !important;
}
.white-box {
box-shadow: var(--shadow);
padding: 1.5rem;
background: white;
}
.author{
text-decoration: underline !important
}
.info-box.top {
position: relative !important;
color: var(--dark) !important;
padding: 0 0 1rem 0 !important;
background: white !important
}
main {
animation: 0.8s fadein ease 0s forwards;
-webkit-animation: 0.8s fadein ease 0s forwards;
-moz-animation: 0.8s fadein ease 0s forwards;
-o-animation: 0.8s fadein ease 0s forwards;
opacity: 0
}
#not-found .wp-block-tag-cloud{
display: none !important
}
#not-found .wp-block-columns{
margin-top: 0 !important;
display: block;
width:50% !important
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slide-left {
from {
left: -100vw;
opacity: 0;
}
to {
left: 0rem;
opacity: 1;
}
}
@media screen and (min-width: 480px) and (max-width:768px) {
#blog .img-box {
width:40%
}
#blog .text-box {
padding:1rem !important;
width:60%
}
#blog .img-box a{
display: inline-block;
min-height: 100%
}
#blog .img-box img{
height: 40vw;
object-fit: cover;
width:100%
}
#blog .column-3 .item{
width:100%
}
#blog .column-3 .item> div{
display: flex;
}
#blog .info-box{
display: block;
font-size: small
}
#blog .tags{
padding-left: 0;
}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
#products .item .name{
display: block !important;
}
#products .item .heating-value{
text-align: left !important
}
#products .item .name h3{
margin-bottom: 1rem;
}
}
@media only screen and (max-width: 1280px) {
h1 {
font-size: 2rem
}
h2 {
font-size: 1.5rem
}
h3 {
font-size: larger
}
.subtext,
h4 {
font-size: 1rem !important
}
h2 + p {
font-size: inherit
}
#products h2,
#order h2,
#blog h2 {
padding-bottom: 0rem;
margin-bottom: 1rem;
}
section {
padding: 3rem 0
}
#hero .text-box {
width: 80% !important;
padding: 1.5rem !important
}
#calculation .box {
width: 100% !important
}
.align-center {
margin-top: 1rem
}
#products .item > div {
padding: 1.8rem 1rem 10rem 1rem !important
}
#about .icon {
margin-left: 0
}
.fire:after {
top: -10vw;
width: 20vw;
height: 20vw;
}
}
@media screen and (min-width: 1280px) {
#calculation{
background-attachment: fixed;
}
}
@media only screen and (max-width: 960px) {
#logo {
background: url(//kktuzifa.hu/wp-content/themes/kktuzifatheme/img/logo.svg) no-repeat center center;
background-size: 90% auto;
height: 2rem;
width: 2rem;
margin: 0.5rem 0 0.5rem 0;
}
}
@media screen and (max-width: 781px) {
body:not(.home) main h1 {
font-size: 1.5rem;
}
#calculation label {
display: inline-block;
padding: 0.5rem 0rem;
margin-bottom: 0;
}
#calculation .row {
gap:0
}
.results {
display: block
}
.results .val {
font-size: 1.5rem
}
#order .item {
margin-top: 2.5rem
}
.wp-block-group {
margin-bottom: 0rem !important
}
.accordion .wp-block-group {
margin-bottom: 0rem !important
}
body:not(.home) main .wp-block-group {
margin-bottom: 2rem
}
body:not(.home) main #home-order .wp-block-group {
margin-top: 0rem !important
}
#order .item:first-of-type {
margin-top: 0rem !important
}
body:not(.home) main {
margin-bottom: 2rem !important
}
.inner-head {
margin-bottom: 2rem;
}
.pricetable {
width: 100% !important;
}
footer {
padding: 2rem 0
}
footer h4 {
margin-top: 1rem
}
footer .customer-menu li {
margin-left: 1rem;
}
footer .EUTR {
margin-left: 0.5rem;
}
.blogtop .wp-block-columns {
gap: 0
}
.white-box {
padding: 1rem;
}
#not-found .wp-block-columns{
width:100% !important
}
}
@media screen and (max-width: 480px) {
html{
font-size: 16px
}
h1{
font-size:1.5rem
}
#hero {
padding: 4rem 0
}
.button{
margin-top:0.5rem
}
#calculation .box {
width: 100% !important;
padding: 2.5rem 1rem !important;
}
#hero .text-box{
width: 100% !important;
padding: 1rem !important;
}
#products .item > div {
padding-bottom: 7rem !important
}
#about .text-box {
padding: 2.5rem 20px
}
.shadow {
-webkit-box-shadow: -0.4rem -0.4rem 0px 0px #eeeff2;
-moz-box-shadow: -0.4rem -0.4rem 0px 0px #eeeff2;
box-shadow: -0.4rem -0.4rem 0px 0px #eeeff2;
}
#top-head {
font-size: smaller !important
}
#top-head .place,
.tel {
margin-right: 0.5rem !important
}
.overflow {
padding-top: 1.5rem !important
}
.wp-block-group {
margin-top: 1rem !important
}
#main-menu nav {
top: 5.3rem !important;
padding-right: 20px !important
}
footer h4{
margin-top:0 !important
}
#copyright .content-box{
display: block !important
}
}
@media screen and (min-width: 1680px) {
html {
font-size: calc(1rem + 0.1vw)
}
}
@media screen and (min-width: 1920px) {
html {
font-size: calc(1em + 0.104vw)
}
}
@media screen and (min-width: 2560px) {
html {
font-size: calc(1em + 0.5vw)
}
}