/*
Theme Name: ASSEMBLY SHOP (responsive)
Theme URI: https://assembly.hu
Description: Developer Theme 
Author: Assembly
Author URI: https://assembly.hu
Version: 2016.01
*/

body{
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    background-color: #f6f6f6;
}

input, textarea, button, body {
font-family: 'Sofia Sans', sans-serif;
}

a.searchbtn {
    font-size: 30px;
    color: #fd6d02;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
}

a.kosarbtn {
    font-size: 30px;
    color: #fd6d02;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

select.orderby {
    padding: 10px;
    border-radius: 5px;
    border-color: #ccc;
}

.woocommerce-notices-wrapper {
    padding: 30px 0;
}

.woocommerce ul.products li.product .price {
    color: black !important;
    font-size: 16px !important;
}

#gallery-1 img {
    border: 2px solid #fff !important;
    border-radius:8px;
}

dl.gallery-item {
    margin: 6px 0 !important;
    line-height: 0;
    font-size: 0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #888888 !important;
    color: white !important;
}

.woocommerce ul.products li.product a img {
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

h2.woocommerce-loop-category__title {
    line-height: 1.4em;
    min-height: 2.8em;
    padding: 10px 15px !important;
}

h2.woocommerce-loop-product__title {
    min-height: 4em;
    padding: 10px 15px !important;
}

mark.count {
    background-color: transparent;
    font-weight: normal;
    font-size: 13px;
}

div#gallery-1 {
    clear: both;
    margin-bottom: 30px;
}

a {
    color: #888888;
    text-decoration: none;
}

.wcfile {
display:none;
}

i.fas.fa-shopping-cart {
    font-size: 22px;
}

input#coupon_code {
    width: 170px;
}

nav.woocommerce-breadcrumb {
    margin: 20px 0 40px !important;
    font-size: 14px !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color:#fd6d02 !important
}

a.wc-block-grid__product-link, .wc-block-grid__product-add-to-cart button, a.added_to_cart.wc-forward {
    color: #888888 !important
}

.woocommerce div.product p.price bdi, .woocommerce div.product span.price bdi {
    color: #000000 !important;
    font-size:28px;
}

li.product, li.product-category {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    text-align: center;
    padding-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

button {
/*    padding: 16px 25px !important;
    text-transform: uppercase;
    font-size: 15px !important;*/
}

.price ins {
    text-decoration: none;
}

a, .fast {
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:         all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.anim {
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:         all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.slow {
  -webkit-transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:         all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.displaynone {
display:none;
}

.hide {
opacity:0 !important;
}

.breadcrumb {
font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4em;
    padding: 0;
}

.breadcrumb .padding {
padding:0px;
}

.breadcrumb ul {
padding:0;
}

.breadcrumb li {
    display: inline-block;
    color: rgb(14 14 14 / 70%);
}

.breadcrumb a {
  text-decoration: none;
    color: #888888;
}

.parent::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054";
  margin: 0 13px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.3em;
}

h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

.wrapper{
	margin: 0 auto;
	max-width:1600px;
  position:relative;
padding:0;
z-index:10;
}

.button {
    cursor: pointer;
}

input#submit {
    background-color: #888888;
    color: white;
    padding: 16px 23px;
}

.btn {
padding: 18px 28px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f37021;
    color: #FFF !important;
    border: none;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-weight: bold;
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 4px;
}

.btn:hover {
    background-color: #d85f15;
}

.delete {
    background-color: red;
}

.cancel {
background-color:#DE716E;
}

.message {
text-align: center;
    padding: 20px;
    margin: 20px 0 30px;
    font-weight: bold;
    font-size: 18px;
    background-color: #444;
    color: white;
}

.error {
background-color: #F44336;
    color: #fff;
}

.layout {
padding:5% 0;
position: relative;
overflow: hidden;
}

.entry {
position:relative;
z-index:100;
line-height:1.5em;
}

.entry img {
border-radius:10px;
}

.layoutimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax {
    text-align: center;
background-color:black;
    color: white;
}

.parallax .entry {
    max-width: 640px;
    margin: 0 auto 2em;
}

.parallax .layoutimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    opacity:.5;
}

.formline {
    margin-bottom: 20px;
}

img#prepic {
    height: 58px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-top: 0;
    display:none;
}

#loading {
    height: 58px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-top: -2px;
    display:none;
}

.formline label {
display:block;
font-weight:bold;
}

#fieldboxes {
}

.fieldbox {
width: 33%;
    display: inline-block;
    margin-bottom: 20px;
}

.field {
    padding: 16px 13px;
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 22px);
}

.fieldbox .field {
       width: calc(100% - 42px);
}

.dropdown {
width: calc(100% - 110px);
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #BBB;
}

input, textarea {
    font-size: 16px;
box-sizing: border-box;
}

#cim {
    font-size: 20px;
    font-weight: bold;

}

#contactform textarea {
    width: calc(100% - 50px);
    padding: 7px 10px;
    font-size: 16px;
    min-height: 150px;
    display: inline-block;
    border: 1px solid #BBB;
    max-width: calc(100% - 22px);
}

.infotext {
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

.center {
position:absolute;
left:50%;
top:50%;
transform:translateX(-50%) translateY(-50%);
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
-o-transform:translateX(-50%) translateY(-50%);
}

.hcenter {
position:absolute;
left:50%;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
}

.vcenter {
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
}

#statusbar {
    position: relative;
    padding: 10px 0px 0;
    color: rgb(0 0 0 / 50%);
    font-size: 12px;
    overflow: hidden;
    height: 27px;
    box-shadow: 0 -10px 20px -10px inset #00000022;
}

.headon #statusbar {
padding: 0;
    height: 0;
}

#statusbar .padding {
    padding-bottom: 7px;
}

#slogan {
    padding-right: 90px;
}

#icons {
    position: absolute;
    right: 0;
    top: 0;
}

div#language {
    display: inline-block;
}

#lang {
    display: inline-block;
    color: white;
    padding: 0 10px;
    font-size: 13px;
    vertical-align: middle;
}

#icons a {
    display: inline-block;
    color: #fd6d02;
    padding: 0 10px;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
}

header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
    /*background: linear-gradient(45deg, #188ab3 30%, #d1e75f 30%);*/
    background-color:white;
}

header a, h3 a {
}

#logo {
    position: relative;
    padding: 1% 0px 2%;
    display: inline-block;
    line-height: 0;
}

#topmenu {
	position:absolute;
right:0;
}

#hamburger {
  display: none;
}

#hambi div {
    background-color: #010101;
    height: 2px;
    margin: 4px auto;
    border-radius: 1px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.hambitox #x1 {
  transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -webkit-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -moz-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -ms-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -o-transform: rotateZ(45deg) translateY(4px) translateX(4px);
}

.hambitox #x2 {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

.hambitox #x3 {
  transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -webkit-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -moz-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -ms-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -o-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
}

#fullmenu {
    background: none;
    box-shadow: none;
}

.nav {
	list-style:none;
  padding:0;
  margin:0;
  font-size:0;
}

.nav li{
	display:inline-block;
	position:relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.nav li:last-child {
border-right: none;
}

.nav li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight:bold;
}

.nav ul {
background-color: #fff;
position: absolute;
top: 100%;
left: 0;
float: left;
z-index: 99999;
padding: 0;
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
visibility:hidden;
opacity:0;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.nav li:hover > ul{
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}

.nav ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul li {
border-top:1px solid #ccc;
width: 100%;
}

.nav ul a{
height: auto;
line-height: 1em;
padding: 15px 20px;
border-left: none;
border-right: none;
width: initial;
white-space: nowrap;
}

.nav li:hover > a {
}

.nav li:active, .nav li:focus, .clicked{
box-shadow:0 0 0 50px rgba(0,0,0,0.03) inset;
}

.menu-item-has-children > a::after {
    font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left: 10px;
}

.current-menu-item {
       
}

.owl-buttons {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow:hidden;
font-weight:300;
}

.owl-prev, .owl-next {
position: absolute;
top: 0;
color: #FFF;
font-size: 140px;
line-height: 350px;
width: 45%;
height: 100%;
opacity: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
vertical-align: middle;
}

.owl-prev {
left:0;
padding-left:5%;
}

.owl-next {
right:0;
text-align:right;
padding-right:5%;
}

.owl-prev:hover, .owl-next:hover {
opacity:0.5;
}

#slider .slide {
height: 400px;
background-size: cover;
background-position: center center;
}

.padding {
margin:0 3%;
position:relative;
}

#tophead {
    position: relative;
    padding: 145px 0 0;
    background-color: #000;
    overflow: hidden;
    background-size: cover;
}

#tophead img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .4;
    width: auto;
    height: auto;
}

#tophead h1 {
    font-size: 54px;
    font-weight: bold;
    color: #fdfdfd;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin: 5% 0 0px;
    line-height: 1.2em;
}

.editpostlink {
position: absolute;
    right: 0px;
    top: 5px;
}

.box {
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #eee;
    padding: 0 5%;
    margin-bottom: 20px;
}    

.subpages {
font-size: 24px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #ffc107;
    list-style: square;
}

#newcat {
    border-width: 1px;
    display: inline-block;
    margin: 5px 0;
    padding: 3px 12px;
    border-color: #888;
    border-style: outset;
    border-radius: 4px;
    background-color: #eee;
    cursor: pointer;
    font-size: 13px;
}


.short {
max-width:340px;
}

.wp-caption-text {
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

/*
table {
    width: 100%;
    text-align: center;
    background-color: #214e78;
}

th {
    color: #ffffff;
    background-color: #2f5e8a;
}    

tr:nth-child(even) {background: #f0f0f0}
tr:nth-child(odd) {background: #FFF}

th, td {
    padding: 10px 10px;
}*/

#searchfull {
    display:none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 36, 52, .8);
}

#searchform {
color: white;
    width: 94%;
    max-width: 600px;
    font-size: 0;
    margin: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    z-index: 999;
    overflow: hidden;
    border-radius: 30px;
    background-color: #f8f8f8;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-shadow: 5px 9px 8px -4px rgb(0 0 0 / 10%) inset;
}

#searchform h3 {
margin-top:0;
}

#searchform label {
    text-align: center;
    margin-bottom: 14px;
}

.searchon {
    margin-top:0px !important;

    opacity:1 !important;
}

input#search {
    border: none;
    padding: 20px 70px 20px 25px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 50px;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 18px;
    line-height: 0;
}

#searchsubmit {
    position: absolute;
    font-size: 20px;
    color: white;
    right: 0;
    bottom: 0;
    padding: 20px 21px;
    cursor: pointer;
    background-color: #fd6d02;
    box-shadow: 0px -20px 30px -10px rgb(0 0 0 / 20%) inset;
    height: 100%;
    box-sizing: border-box;
}

div#searchexit {
    position: absolute;
    width: 100%;
    height: 100%;
}

div#searchexit i{
    position: absolute;
    right: 3%;
    top: 3%;
    color: white;
    font-size: 25px;
        cursor: pointer;
}

#result {
    padding: 0;
}

#result li {
    color: #ccc;
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    list-style: none;
    margin: 0;
}

#result a {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

#result .date {
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px 4px 0;
    display: block;
    line-height: 1em;
}

#closebtn img {
width:15px;
display:inline-block;
margin-right:5px;
vertical-align:middle;
}

.post {
    padding: 2% 4%;
    position: relative;
    margin: 60px 0 60px;
    background-color: white;
    border-radius: 10px;
}

.entry img {
max-width: 100%;
height: auto;
}

/* Tartalom táblázatok (pl. adatvédelmi tájékoztató) */
.entry table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 15px;
    line-height: 1.55;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.entry thead th {
    background: #1a1a1a;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.entry th,
.entry td {
    padding: 12px 16px;
    border: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: top;
}

.entry tbody th {
    background: #f5f5f5;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    width: 28%;
}

.entry tbody tr:nth-child(even) {
    background: #fafafa;
}

.entry tbody tr:hover {
    background: #fff8f3;
}

.entry table caption {
    caption-side: bottom;
    padding-top: 10px;
    font-size: 13px;
    color: #777;
    text-align: left;
}

.post .entry {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.alignright {
  float: right;
  margin: 0 0 2% 3%;
}

.alignleft {
  float: left;
margin: 0 3% 2% 0;
}

.alignleft, .alignright {
width:30%;
  font-size: 0;
    line-height: 0;
}

.alignleft img, .alignright img {
width:100%;
height:100%;
}

.wp-caption-text {
    background-color: white;
    font-size: 15px;
    margin: 0;
    padding: 6px 10px;
    line-height: 1.4em;
}

.ui-sortable-handle {
float:left;
  width: auto;
  height: 80px;
position:relative;
margin:0 10px 10px 0;
border:1px solid #ccc;
}

.ui-sortable-handle:first-child::after { 
content: "kiemelt kép";
  position: absolute;
  left: 50%;
  background-color: #FFF;
  font-size: 13px;
  bottom: -5px;
  transform: translateX(-50%);
  padding: 0 3px;
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}


.ui-sortable-handle label {
  width: auto;
  padding: 0;
}

.ui-sortable-handle img {
  width: auto;
  height: 80px;
}

.ui-sortable-placeholder {
}

.torles {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #FFF;
  border: 3px solid #D64642;
  color: #D64642;
  text-decoration: none;
  width: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.plus {
cursor:pointer;
}

aside {
    float: right;
    width: 280px;
    list-style: none;
    background-color: #ffffff;
    padding: 50px 30px;
    color: black;
    font-size: 15px;
    margin:60px 0 0;
        border-radius: 10px;
}

aside h3 {
    border-bottom: 2px solid #888888;
    padding-bottom: 20px;
    margin-top: 0;
}

aside h4 {
    font-size: 19px;
}

#facebook {
overflow:hidden;
}

footer img {
max-width:90%;
}

img#footerlogo {
    height: 120px;
    opacity: 1;
    margin-bottom: 19px;
    filter: grayscale(1);
    float: left;
    margin-right: 4%;
    border-right: 2px solid #959595;
    padding-right: 4%;
    padding-top: 0;
    padding-bottom: 10px;
    max-width: 60%;
    opacity: 0.4;
}

footer{
    position: relative;
    clear: both;
    text-align: left;
    padding: 30px 30px 60px;
    background-color: #e3e3e3;
    color: #000000aa;
    font-size: 13px;
    z-index: 5;
}


#footertop {
}

footer a {
color:#000;
text-decoration:none;
font-weight:bold;
}

footer a:hover {
color:#fff;
}

footer span {
display:inline-block;
}

.clear {
clear:both;
}

@media screen and (max-width: 1400px) {
.nav li a {
    padding: 15px 15px;
    font-size: 13px;
}

.site-header__logo img,
#logo img {
    width: 200px;
}

.site-header--compact #logo img {
    width: 150px;
}

}

@media screen and (max-width: 1200px) {
.nav li a {
    padding: 15px 10px;
}
}

@media screen and (max-width: 1000px) {
footer{
    text-align: center;
}    

#footerlogo {
    float: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 0 30px !important;
    height: auto !important;
}

#slider .slide {
height: 300px;
}

.owl-prev, .owl-next {
line-height: 270px;
}

#hamburger {
    display: inline-block;
    position: absolute;
    right: 3%;
    width: 40px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


#fullmenu {
position:absolute;
}

#topmenu {
height: auto;
    width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 300;
    top: 100% !important;
    right: inherit;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    right: 0 !important;
    background-color: rgb(248 248 248);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);	
}

.nav ul li {
text-align:center;
background-color:#fff;
} 

.menuon {
	transform:translateY(0%) !important;
	-webkit-transform:translateY(0%) !important;
	-moz-transform:translateY(0%) !important;
	-ms-transform:translateY(0%) !important;
	-o-transform:translateY(0%) !important;
	opacity:1 !important;
	visibility:visible !important;
}

.nav  {
padding:0;
}

.nav ul {
width:100%;
}

.nav ul li a {
border-top:none;
font-size: 12px;
}

.nav li {
text-align:center;
width:100%;
}

.nav li:last-child, .nav li:first-child {
border-left:none;
border-right:none;
}

.nav li a {
border-left: 0px solid;
border-bottom: 1px solid #ccc;
}

.nav li:last-child {
border-right: 0px;
}

}

@media screen and (max-width: 500px) {
h1 {
    font-size: 28px;
}    

h2 {
    font-size: 24px;
}    


h3 {
    font-size: 24px;
}


h2.woocommerce-loop-product__title, h2.woocommerce-loop-category__title {
    min-height: 5em;
    padding: 10px 10px !important;
    font-size: 13px !important;
}

.fieldbox {
    width: 100%;
    display: block;
}

.fieldbox .field {
    width: calc(100% - 28px);
}

#contactform textarea {
    width: calc(100% - 28px);
}    

}

@media screen and (max-width: 400px) {
#statusbar {
    font-size: 9px;
    height: 22px;
    background: linear-gradient(45deg, #888888 60%, #3a3a3a 60%);
}

#icons a {
    font-size: 9px;
}

#cim {
    font-size: 18px;
}

.site-header__logo img,
#logo img {
    width: 160px;
    max-width: min(160px, 60vw);
}

.site-header--compact #logo img {
    width: 120px;
    max-width: min(120px, 48vw);
}

label {
display:block;
width:auto;
padding-bottom: 0;
}

.field, textarea {
width: calc(100% - 28px);
max-width: calc(100% - 28px);
}

.short {
    max-width: 250px !important;
}    

.alignright, .alignleft {
  float: none;
  margin: 0;
    width:100%;
}

.alignright img, .alignleft img {
  width:100%;
}


}

/* --- Page backdrop --- */
.page-backdrop {
    position: relative;
    overflow: hidden;
    min-height: min(calc(100vw * 9 / 21), 55vh);
}

.page-backdrop__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.page-backdrop > .wrapper,
.page-backdrop > #breadcrumbs,
.page-backdrop > *:not(.page-backdrop__bg) {
    position: relative;
    z-index: 2;
}

/* --- Alpha Rent header & footer --- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #1a1a1a;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
}

.site-header__logo {
    flex-shrink: 0;
    line-height: 0;
}

.site-header__logo img,
#logo img {
    width: 260px;
    height: auto;
    transition: width 0.25s ease;
    will-change: width;
}

.site-header--compact #logo {
    padding: 0;
}

.site-header--compact #logo img {
    width: 180px;
}

.site-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.site-header__nav .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.site-header__nav .nav li {
    display: inline-block;
}

.site-header__nav .nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.site-header__nav .nav li a:hover,
.site-header__nav .nav .current-menu-item > a {
    color: #f37021;
}

.site-header__nav .nav .current-menu-item > a {
    border-bottom: 2px solid #f37021;
}

.site-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #f37021;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    flex-shrink: 0;
    transition: background 0.25s ease;
    box-sizing: border-box;
}

.site-header__phone:hover {
    background-color: #d85f15;
}

.site-header__hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.site-footer {
    background-color: #1a1a1a;
    color: rgba(255,255,255,0.75);
    padding: 60px 0 0;
    font-size: 14px;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.site-footer__logo {
    max-height: 60px;
    width: auto;
    margin-bottom: 16px;
}

.site-footer__about p {
    line-height: 1.6;
    margin: 0 0 20px;
}

.site-footer__social {
    display: flex;
    gap: 12px;
}

.site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff !important;
    text-decoration: none;
    transition: background 0.25s ease;
}

.site-footer__social a:hover {
    background: #f37021;
}

.site-footer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 0.05em;
}

.site-footer .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-nav li {
    margin-bottom: 10px;
}

.site-footer .footer-nav a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer .footer-nav a:hover {
    color: #f37021;
}

.site-footer__map img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-top: 10px;
    display: block;
}

.site-footer__contact {
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.site-footer__contact p,
.site-footer__contact li {
    margin: 0 0 12px;
}

.site-footer__contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__contact i {
    color: #f37021;
    margin-right: 8px;
    flex-shrink: 0;
}

.site-footer__contact a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

.site-footer__contact a:hover {
    color: #f37021;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0 30px;
    font-size: 12px;
}

.site-footer__legal {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.site-footer__legal a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

.site-footer__legal a:hover {
    color: #f37021;
}

#fullmenu.menuon {
    display: block !important;
}

@media screen and (min-width: 1400px) {
    .site-header__nav .nav li a {
        padding: 12px 20px;
        font-size: 15px;
    }

    .site-header--compact #logo img {
        width: 200px;
    }
}

@media screen and (min-width: 1920px) {
    .site-header__nav .nav li a {
        padding: 14px 24px;
        font-size: 16px;
    }

}

@media screen and (max-width: 1000px) {
    .site-header {
        position: sticky;
    }

    .site-header__inner {
        display: grid;
        grid-template-columns: 44px 1fr 44px;
        align-items: center;
        gap: 10px;
    }

    .site-header #hamburger,
    .site-header__hamburger {
        display: block;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        position: static;
        width: 40px;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        margin: 0;
        padding: 8px 0;
        cursor: pointer;
    }

    .site-header #hamburger #hambi div,
    .site-header__hamburger #hambi div {
        background-color: #f37021;
    }

    .site-header__logo {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        text-align: center;
        width: auto;
    }

    .site-header__logo img,
    .site-header #logo img {
        width: 200px;
        max-width: min(200px, 65vw);
    }

    .site-header--compact #logo img {
        width: 150px;
        max-width: min(150px, 50vw);
    }

    .site-header__phone {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        padding: 12px 14px;
    }

    .site-header__phone span {
        display: none;
    }

    .site-header__nav,
    .site-header #fullmenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1a1a1a;
        padding: 10px 0 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        z-index: 1001;
    }

    .site-header__nav.menuon,
    .site-header #fullmenu.menuon {
        display: block;
        background-color: #1a1a1a;
    }

    .site-header__nav .nav {
        flex-direction: column;
        align-items: center;
    }

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .site-footer__legal {
        justify-content: center;
    }
}

/* --- Kapcsolat oldal --- */
.contact-page.post {
    margin: 40px 0 60px;
    padding: 48px 56px;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.contact-page__header {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-page__header h1 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
    text-transform: uppercase;
}

.contact-page #breadcrumbs {
    margin: 0;
}

.contact-page #breadcrumbs .wrapper {
    margin: 0;
    max-width: none;
    padding: 0;
}

.contact-page #breadcrumbs .breadcrumb {
    font-size: 11px;
    letter-spacing: 0.15em;
}

.contact-page__layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.contact-page__info {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.contact-page__info p {
    margin: 0 0 14px;
}

.contact-page__info strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.contact-page__info em {
    display: block;
    font-style: italic;
    color: #777;
    margin-bottom: 20px;
}

.contact-page__info a {
    color: #f37021;
    text-decoration: none;
    font-weight: 600;
}

.contact-page__info a:hover {
    text-decoration: underline;
}

.contact-page__form h2 {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a1a1a;
}

.contact-page #contactform .message {
    border-radius: 6px;
    font-size: 15px;
    margin: 0 0 24px;
}

.contact-page #contactform .message:not(.error) {
    background-color: #2d8a4e;
}

.contact-page #fieldboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.contact-page .fieldbox {
    width: auto;
    display: block;
    margin-bottom: 0;
}

.contact-page .fieldbox label,
.contact-page .formline label {
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
    margin-bottom: 8px;
}

.contact-page .field,
.contact-page #contactform textarea {
    width: 100%;
    max-width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.contact-page .field:focus,
.contact-page #contactform textarea:focus {
    outline: none;
    border-color: #f37021;
    box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.15);
    background: #fff;
}

.contact-page #contactform textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-page .formline {
    margin-bottom: 24px;
}

.contact-page .contact-form__consents {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-page .contact-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
}

.contact-page .contact-form__checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #f37021;
    cursor: pointer;
}

.contact-page .contact-form__checkbox a {
    color: #f37021;
    font-weight: 600;
    text-decoration: underline;
}

.contact-page .contact-form__checkbox a:hover {
    color: #d85f15;
}

.contact-page .contact-form__submit {
    margin-bottom: 0;
}

.contact-page .contact-form__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f37021;
    color: #fff;
    border: 2px solid #f37021;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.contact-page .contact-form__btn:hover {
    background-color: #d85f15;
    border-color: #d85f15;
}

@media screen and (max-width: 1000px) {
    .contact-page__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-page.post {
        padding: 32px 28px;
    }

    .contact-page #fieldboxes {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .contact-page.post {
        margin: 24px 0 40px;
        padding: 24px 20px;
    }
}

/* --- 404 oldal --- */
.error-page.post {
    max-width: 760px;
    margin: 40px auto 60px;
    padding: 40px 56px 52px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.error-page #breadcrumbs {
    margin: 0 0 8px;
    text-align: left;
}

.error-page #breadcrumbs .wrapper {
    margin: 0;
    max-width: none;
    padding: 0;
}

.error-page #breadcrumbs .breadcrumb {
    font-size: 11px;
    letter-spacing: 0.15em;
}

.error-page__visual {
    position: relative;
    margin: 8px auto 20px;
    width: fit-content;
}

.error-page__code {
    display: block;
    font-size: clamp(88px, 20vw, 148px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #f37021;
}

.error-page__icon {
    position: absolute;
    right: -12px;
    bottom: 8px;
    font-size: clamp(36px, 8vw, 52px);
    color: #1a1a1a;
    opacity: 0.12;
    transform: rotate(-12deg);
}

.error-page__title {
    margin: 0 0 16px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    text-transform: uppercase;
    color: #1a1a1a;
}

.error-page__lead {
    margin: 0 auto 32px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
}

.error-page__actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    font-size: 13px;
}

.error-page__btn--secondary {
    background-color: #1a1a1a;
}

.error-page__btn--secondary:hover {
    background-color: #333;
}

.error-page__search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto 28px;
}

.error-page__search input[type="search"] {
    flex: 1 1 220px;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a1a;
    background: #f5f5f5;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.error-page__search input[type="search"]:focus {
    outline: none;
    border-color: #f37021;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.15);
}

.error-page__search .btn {
    flex: 0 0 auto;
    padding: 14px 22px;
    font-size: 13px;
}

.error-page__help {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.error-page__help a {
    color: #f37021;
    font-weight: 700;
    text-decoration: none;
}

.error-page__help a:hover {
    color: #d85f15;
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .error-page.post {
        margin: 24px 0 40px;
        padding: 28px 22px 32px;
    }

    .error-page__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .error-page__actions .btn {
        justify-content: center;
    }

    .error-page__search {
        flex-direction: column;
    }

    .error-page__search .btn {
        width: 100%;
        justify-content: center;
    }
}

/* --- Keresési találatok --- */
.search-page.post {
    margin: 40px 0 60px;
    padding: 40px 56px 52px;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.search-page #breadcrumbs {
    margin: 0 0 24px;
}

.search-page #breadcrumbs .wrapper {
    margin: 0;
    max-width: none;
    padding: 0;
}

.search-page #breadcrumbs .breadcrumb {
    font-size: 11px;
    letter-spacing: 0.15em;
}

.search-page__header {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e8e8e8;
}

.search-page__heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.search-page__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f37021;
    background: rgba(243, 112, 33, 0.1);
    border-radius: 50%;
}

.search-page__title {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    text-transform: uppercase;
    color: #1a1a1a;
}

.search-page__query {
    margin: 0 0 24px;
    font-size: 16px;
    color: #666;
}

.search-page__query strong,
.search-page__count {
    color: #1a1a1a;
}

.search-page__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 640px;
}

.search-page__form input[type="search"] {
    flex: 1 1 260px;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a1a;
    background: #f5f5f5;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.search-page__form input[type="search"]:focus {
    outline: none;
    border-color: #f37021;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.15);
}

.search-page__form .btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    font-size: 13px;
}

.search-page__count {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
}

.search-page__results {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-page__item + .search-page__item {
    margin-top: 16px;
}

.search-page__card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    align-items: start;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-page__card:hover {
    border-color: #f37021;
    box-shadow: 0 4px 20px rgba(243, 112, 33, 0.08);
}

.search-page__thumb {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    line-height: 0;
    background: #e8e8e8;
}

.search-page__thumb img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.search-page__card:hover .search-page__thumb img {
    transform: scale(1.04);
}

.search-page__thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    color: #bbb;
    font-size: 32px;
}

.search-page__body {
    min-width: 0;
}

.search-page__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.search-page__badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 3px;
    background: #1a1a1a;
    color: #fff;
}

.search-page__badge--product {
    background: #f37021;
}

.search-page__badge--page {
    background: #555;
}

.search-page__badge--post {
    background: #2d6a9f;
}

.search-page__date {
    font-size: 13px;
    color: #999;
}

.search-page__item-title {
    margin: 0 0 8px;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.3;
}

.search-page__item-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.search-page__item-title a:hover {
    color: #f37021;
}

.search-page__excerpt {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.search-page__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #f37021;
    text-decoration: none;
}

.search-page__link:hover {
    color: #d85f15;
}

.search-page__link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.search-page__link:hover i {
    transform: translateX(3px);
}

.search-page .navigation.pagination,
.search-page .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e8e8e8;
}

.search-page .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}

.search-page .page-numbers:hover,
.search-page .page-numbers.current {
    background: #f37021;
    color: #fff;
}

.search-page__empty {
    padding: 24px 0 8px;
    text-align: center;
}

.search-page__empty-icon {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 16px;
}

.search-page__empty-title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 900;
    text-transform: uppercase;
    color: #1a1a1a;
}

.search-page__empty-text {
    margin: 0 auto 28px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.search-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.search-page__actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    font-size: 13px;
}

.search-page__btn--secondary {
    background-color: #1a1a1a;
}

.search-page__btn--secondary:hover {
    background-color: #333;
}

@media screen and (max-width: 700px) {
    .search-page__card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .search-page__thumb img,
    .search-page__thumb--placeholder {
        height: 180px;
    }
}

@media screen and (max-width: 600px) {
    .search-page.post {
        margin: 24px 0 40px;
        padding: 28px 22px 32px;
    }

    .search-page__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .search-page__form {
        flex-direction: column;
    }

    .search-page__form .btn {
        width: 100%;
        justify-content: center;
    }

    .search-page__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .search-page__actions .btn {
        justify-content: center;
    }

    .entry th,
    .entry td {
        padding: 10px 12px;
        font-size: 14px;
    }

    .entry tbody th {
        width: auto;
    }
}