body.print header:not(.entry-header),
body.print nav,
body.print #tg-scroll-to-top,
body.print #bsz button,
body.print aside,
body.print footer {
	display: none;
}
body.print #primary {
	width: 90%;
	zoom: 0.7;
	padding: 0;
	margin: 0 auto;
}

body.print #bsz input,
body.print #bsz_egyeb {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	width: auto;
	box-shadow: none;
}
body.print #bsz_egyeb {
	resize: none;
	width: 100%;
}
body.print h1 {
	margin-bottom: 60px;
}
#bsz label,
#bsz_nev {
	font-weight: 600;
}
body.print #bsz label {
	margin: 0;
}

body *:focus {
	outline: none;
}
body {
	margin-top: 60px;
}

.kek {
	color: #348ccf;
}
.lila {
	color: #830a85;
}

h1 {
	margin: 0 0 30px 0;
}

h2 {
	color: #348ccf;
}

h4 {
	margin-bottom: 10px;
}

h4.last {
	margin-bottom: 30px;
}

a {
	transition: all 0.1s!important;
}

b, strong {
	font-weight: 600;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

hr.tapad {
	margin-top: 0;
}

.tg-site-layout--default .content-area {
	max-width: none;
}

.site-branding {
	
}
.site-branding .custom-logo {
	height: 70px;
    width: auto;
}
.site-branding .brands {
	background-size: auto 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.site-branding .brands.kreativstudio {
	background-image: url(https://standexpo.hu/logok/kreativstudio_.png);
}
.site-branding .brands.kreativdisplay {
	background-image: url(https://standexpo.hu/logok/kreativdisplay_.png);
}
/*
.site-branding .brands.textilbox {
	background-image: url(https://standexpo.hu/logok/textilbox_.png);
}
*/
.site-branding .brands.kreativmegoldas {
	width: 100px;
	margin-left: 20px;
}
.site-branding .brands img {
	opacity: 0;
	transition: opacity 0.15s;
}
.site-branding .brands.kreativmegoldas img {
	opacity: 1;
}
.site-branding .brands:hover img {
	opacity: 1;
}




.site-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-block-columns.harom {
	margin-bottom: 10px;
	margin: 0 -20px;
}

.wp-block-columns.harom .wp-block-column {
	flex-basis: auto;
	width: calc(100% / 3);
	margin: 0;
	padding: 20px;
}
.wp-block-columns.harom .wp-block-column h3 {
	margin-bottom: 10px;
}
.wp-block-columns.harom .wp-block-column:nth-child(2){
	box-shadow: inset -1px 0 0 0 #e9ecef, inset 1px 0 0 0 #e9ecef;
}
.padding {
	padding: 0 20px;
}
.clear {
	clear: both;
}
/*--- masthead ---*/

#masthead {
	position: fixed;
	top: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    box-shadow: 0 -10px 0 0 #348ccf, 0 -70px 0 10px #830a85;	
}
#masthead .tg-site-header-bottom {
	padding: 0;
	margin-top: 5px;
}
#masthead .site-branding .custom-logo {
	height: 75px;
	transition: height 0.15s;
}



.tg-site-layout--default #primary .entry-content > .alignfull {
	width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 49.4vw);
}

/*--- PRIMARY MENU ---*/

.tg-primary-menu > div > ul > li {
	margin: 0;
}
.tg-primary-menu > div > ul > li > a {
	padding: 5px 15px 3px 15px;
    border-right: 1px solid rgba(0,0,0,0.15);
	cursor: pointer;
}
.tg-primary-menu > div > ul > li:last-child > a {
	border-right: none;
}
.tg-primary-menu > div > ul li a:hover {
	background: rgba(255,255,255,0.2);
}
.tg-primary-menu > div > ul li a:active {
	background: #2c77b0;
}
.tg-primary-menu > div > ul > li.current-menu-item > a,
.tg-primary-menu > div > ul > li.current-menu-item > a:hover,
.tg-primary-menu > div > ul > li.current-menu-parent > a,
.tg-primary-menu > div > ul > li.current-menu-parent > a:hover,
.tg-primary-menu > div > ul > li.current-menu-parent > ul > li.current-menu-item > a,
.tg-primary-menu > div > ul > li.current-menu-parent > ul > li.current-menu-item > a:hover {
	background: #830a85;
	border: 3px solid #fff;
}

.tg-primary-menu > div ul li ul {
	background: #2c77b0;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	width: 270px;
}
.tg-primary-menu > div ul li ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.tg-primary-menu > div ul li ul li a {
	line-height: 1.5;
    padding: 10px 50px 8px 15px;
}


/*--- BREADCRUMB ---*/

.tg-page-header {
}
.tg-page-header .breadcrumb-trail ul li a {
	color: #830a85;
	padding: 5px 0 4px 0;
}
.tg-page-header .breadcrumb-trail ul li a:hover {
	background: #eee;
}

.tg-page-header .breadcrumb-trail ul li span {
	padding: 5px 10px 4px 10px;
}


/*--- FORM ---*/

#bsz h3 {
    display: table;
    position: absolute;
	color: #348ccf;
	width: 40px;
	text-align: right;
}
#bsz p {
	margin-left: 60px;
	padding-top: 5px;
}
#bsz hr.alairas {
	margin: 100px 30px 20px 30px;
    height: 0;
    border-bottom: 1px dashed #aaa;
	background-color: transparent;
}
#bsz p.alairas {
	margin: 0;
}

body.print #bsz hr.alairas {
	margin: 150px 30px 20px 30px;
}

/*--- KÜLDÉS ---*/

#bsz_kuldes_alap {
	position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
#bsz_email {
	position: fixed;
    top: 100px;
    width: 50%;
    left: 25%;
    z-index: 1001;
    text-align: center;
    font-weight: 600;
}
#bsz_kuldes_ok,
#bsz_kuldes_cancel {
	position: fixed;
    z-index: 1001;
    top: 150px;
    width: 120px;
    left: calc(50% - 60px);
}
#bsz_kuldes_cancel {
	top: 205px;
}
#elkuldve, #sikertelen {
	position: fixed;
    top: 100px;
    width: 50%;
    left: 25%;
    z-index: 1001;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #348ccf;
    padding: 20px;
    line-height: 1.5em;
    box-shadow: inset 0 0 0 3px rgba(0,0,0,0.3), 10px 10px 0 0 rgba(0,0,0,0.1);
}
#sikertelen {
	background: #830a85;
}


/*--- SEARCH ---*/

input[type="search"] {
	border: none;
	transition: all 0.1s;
	height: 48px;
	background: #830a85;
	color: #fff;
}
input[type="search"]::placeholder {
	color: #fff;
	opacity: 0.5;
}
input[type="search"]:hover {
	background: #952f97;
	color: #fff;
}
input[type="search"]:active,
input[type="search"]:focus {
	transition: none!important;
	box-shadow: inset 0 0 0 3px rgba(0,0,0,0.3);
	color: #fff;
}

#site-navigation .search-form {
	top: 44px;
} 
#site-navigation .search-form input[type="search"] {
	border: none!important;
	height: 54px;
} 

.search-form label::before {
	display: none;
}

form.search-form button[type="submit"]{
    display: table-cell;
    background: transparent;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 0;
    line-height: 50px;
    padding: 0;
    height: 48px;
    width: 46px;
    text-align: center;
}


.menu form.search-form button[type="submit"] {
	height: 54px;
	line-height: 56px;
}
form.search-form button[type="submit"] i {
	color: #fff;
	opacity: 0.5;
	transition: all 0.1s;
}
form.search-form button[type="submit"]:hover i {
	opacity: 1;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 10px 15px 8px 15px;
}

form input[type="text"],
form input[type="email"],
form textarea {
	margin-bottom: 20px;
    border: none;
    box-shadow: inset 0 -1px 0 0 #ccc;
    background: #eee;
    padding: 10px 15px;
    color: #000;
	transition: box-shadow 0.1s, background 0.1s;
}
form textarea {
	resize: vertical;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
	box-shadow: inset 0 -2px 0 0 #bbb;
	background: #e7e7e7;
	color: #000;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder {
	color: #aaa;
	transition: color 0.1s;
}

form input[readonly],
form input[readonly]:focus {
	background: #830a85;
    border: none;
    color: #fff;
    padding: 5px 10px;
    display: block;
    width: 100%;
	cursor: default;
	letter-spacing: 0.5px;
}

form input[type="checkbox"],
form input[type="radio"] {
	display: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
	cursor: pointer;
	padding-left: 33px;
	transition: all 0.1s;
	margin-bottom: 20px;
}

form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
	transition: all 0.1s;
	content: "";
    display: inline-block;
    width: 24px;
	height: 24px;
	border-radius: 24px;
	position: absolute;
	background: #fff;
	box-shadow: inset 0 0 0 2px #ddd, inset 0 0 0 20px #fff;
	margin-left: -33px;	
}
body.print form input[type="checkbox"] + label:before,
body.print form input[type="radio"] + label:before {
	zoom: 0.7;
}
form input[type="checkbox"]:checked + label:before,
form input[type="radio"]:checked + label:before {
	box-shadow: inset 0 0 0 2px #ddd, inset 0 0 0 5px #fff;
	background: #830a85;
}
form input[type="checkbox"]:active + label:before,
form input[type="radio"]:active + label:before {
	box-shadow: inset 0 0 0 2px #ddd, inset 0 0 0 8px #fff;
}

form input[type="submit"] {
	letter-spacing: 0.5px;
	padding: 10px 15px 8px 15px;
	margin-bottom: 30px;
	box-shadow: inset 0 0 0 0 #000;
}
form input[type="submit"]:active {
	padding: 12px 15px 6px 15px;
	box-shadow: inset 0 5px 0 0 #000;
}

/*--- SEARCH PAGE ---*/

article[data="search"],
.tg-site-layout--default article[data="search"].hentry {
    width: calc(33% - 40px);
    margin: 20px;
    float: left;
}

h2.search.entry-title {
	font-size: 1.7rem;
	margin: 0;
}
h2.search.entry-title a {
	display: block;
    padding: 10px 15px;
    background: #eee;
}

h2[id] {
	padding-top: 20px;
}

.tg-site-layout--default #primary {
	width: inherit;
}

.wp-block-image {
	margin-bottom: 30px;
}

table,
.wp-block-table table {
	margin-top: 10px;
	display: table;
	margin: 0 auto 30px auto;	
}

table.small,
.small.wp-block-table table {
	max-width: 380px;
    width: 100%;
	margin: 0 auto;	
}

.wp-block-table thead {
	border-bottom: none;
}

table th,
table td, 
.wp-block-table table th,
.wp-block-table table td {
	padding: 2px 5px;
	border: none;
	text-align: center;
	transition: all 0.1s;
	border-right: 1px solid rgba(0,0,0,0.2);
}

table th,
.wp-block-table table th {
	padding: 4px 5px 0 5px;
}

.kek table td,
.wp-block-table.kek table td {
	border-right: 1px solid rgba(52,140,207,0.4);
}
.lila table td,
.wp-block-table.lila table td {
	border-right: 1px solid rgba(131,10,133,0.4);
}

table th:last-child, 
table td:last-child, 
.wp-block-table table th:last-child,
.wp-block-table table td:last-child {
	border-right: none;
}

table th {
    font-weight: 600;
    background: #348ccf;
    color: #fff;
}
.lila table th {
    background: #830a85;
}
table tr:nth-child(even) td {
	background: #eee;
}
table tr:hover td {
	background: #ddd;
}
.kek table tr:nth-child(even) td {
	background: #e3f0fa;
}
.kek table tr:hover td {
	background: #c6e0f4;
}
.lila table tr:nth-child(even) td {
	background: #f7e4f8;
}
.lila table tr:hover td {
	background: #efc9f1;
}
.textilbox table tr:nth-child(4) td,
.textilbox table tr:nth-child(6) td,
.textilbox table tr:nth-child(16) td {
	padding-bottom: 25px;
    box-shadow: inset 0 -25px 0 0 #fff;
}


/*--- HOME ---*/

.home header.entry-header {
	display: none;
}
.home .site-content {
	margin: 0;
}

.termekek {
	padding: 0;
	margin: 0 -20px;	
}
.termekek li {
	display: table;
	width: calc(100% / 2 - 40px);
	float: left;
	margin: 20px;	
}
.termekek li a {
    padding: 10px;
    display: block;
    text-align: center;
    box-shadow: inset 0 -42px 0 0 rgba(0,0,0,0.5);
    padding-top: 330px;
    font-weight: 600;
    text-decoration: none!important;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
    line-height: 1.3em;
    min-height: 230px;
	transition: background-size 0.15s!important;
}

.termekek li a:hover {
	box-shadow: inset 0 -42px 0 0 rgba(0,0,0,0.5);	
	color: #fff;
}

/*--- WIDGET ---*/

.widget {
	margin: 0 0 20px 0;
}

.tg-site-layout--left #primary {
	padding-left: 30px;
}
.tg-site-layout--left #secondary {
	padding-right: 30px;
}


#secondary {
	position: relative;
}

#secondary #search-2.fixed {
	position: fixed;
	top: 60px;
}
#secondary #nav_menu-2.fixed {
	position: fixed;
	top: 135px;
}

#secondary #nav_menu-2 {
	position: absolute;
	width: calc(100% - 30px);
}

#secondary::-webkit-scrollbar {
  width: 5px;
}
#secondary::-webkit-scrollbar-track {
  background: #eee; 
}
#secondary::-webkit-scrollbar-thumb {
  background: #ccc; 
  transition: all 0.2s;
  cursor: pointer;
}
#secondary::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}



#menu-termekek-menu li {
	border: none;
	padding: 0;
}
#menu-termekek-menu li a {
	display: block;
	background: #eee;
	color: #333;
	padding: 8px 15px 6px 15px;
	margin-bottom: 5px;
	line-height: 1.4em;
	text-decoration: none;
	transition: all 0.2s;
}

#menu-termekek-menu li.current-menu-item a {
	background: #348ccf;
	color: #fff;
}
#menu-termekek-menu li a:hover {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);
}
#menu-termekek-menu li a:active {
	transition: none!important;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.3);
}
#menu-termekek-menu li:last-child a {
	margin-top: 20px;
}


/*--- POSTS ---*/

body.single-post .post-thumbnail {
	display: none;
}

/*--- ICONS ---*/
.icons {
	display: inline-block;
	margin: 5px 5px 40px 5px ;
}

.icons img {
	background: #348ccf;
    border-radius: 100%;
	transition: all 0.1s;
	padding: 0;
    margin: 0;
}
.icons img:hover {
	background: #830a85;
}

.icons span {
	position: absolute;
    display: block;
    margin-top: 0;
	margin-left: -3px;
    background: #830a85;
    color: #fff;
    padding: 3px 10px;
	transition: margin-top 0.2s;
	width: fit-content;
	max-width: 100%;
}
.icons span.pop {
	margin-top: 10px;
}

/*--- PAGES ---*/

p.horgony {
	display: none;
	position: absolute;
	width: 100px;
}
p.horgony.fixed {
	position: fixed;
	top: 53px;
}
p.horgony a {
	text-decoration: none;
    background: #348ccf;
    color: #fff;
    display: block;
    padding: 5px 8px 4px 8px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: 3px solid #fff;
    margin-top: -3px;
	text-align: center;
}
p.horgony a:hover {
	color: #fff;
	background: #348ccf;
}
p.horgony a:active {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);

}
i.rotate45 {
	transform: rotate(45deg);	
}


/*--- CATEGORA POST ARTICLES ---*/

article.zakra-article {
	margin: 20px;
	width: calc(100% / 2 - 40px);
	float: left;
	max-width: 351px;
}
.wp-block-gallery .blocks-gallery-item figure {
	max-width: 351px;
}
article.zakra-article .entry-title {
	font-size: 1.2rem;
}
article.zakra-article .entry-title a {
	display: block;
    padding: 10px 15px;
    background: #eee;
	transition: all 0.1s;
}
article.zakra-article .entry-title a:hover {
	color: #333;
    background: #ddd;
}
article.zakra-article .post-thumbnail {
	margin: 0;
}

#bsz .wp-block-column {
	flex-basis: auto!important;
	width: calc(50% - 20px);
}

.button a {
	text-decoration: none;
	padding: 10px 15px;
	background: #348ccf;
	color: #fff!important;
	display: inline-block;
}
.button a:hover {
	background: #2c77b0;
}


/*--- FORMS ---*/

.wpforms-container input[type=checkbox], .wpforms-container input[type=radio] {
	display: block;
	opacity: 0;
	margin-bottom: -15px;
    margin-right: -15px;
}

.wpforms-label-hide {
	display: none;
}

.wpforms-field-label {
	
}

form ul {
	margin: 0;
}
form ul li:before {
	display: none!important;
}

.wpforms-container .wpforms-field-hp {
	display: none !important;
}

@keyframes villog {
  0% {opacity: 1;}
  30% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 1;}
}

.wpforms-container label.wpforms-error,
#bsz span.error {
    color: #830a85;
    font-weight: 600;
    display: block;
    font-size: 1em;
    text-align: right;
    margin-right: 10px;
    margin-top: -35px;
    margin-bottom: 26px!important;
	position: relative;
	animation-name: villog;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
#bsz span.error:not(#bsz_aszf_error) {
	margin-bottom: 2px!important;
	cursor: text;
}
#bsz span.error#bsz_aszf_error {
	margin-top: -18px;
    margin-left: 35px;
	text-align: left;
	cursor: pointer;
}

body.print #bsz #bsz_aszf + label a {
	text-decoration: none;
	color: #000;
}
.wpforms-container label.wpforms-error#wpforms-717-field_5-error {
	margin-bottom: 35px!important;
}

.wpforms-container input[type="text"].wpforms-error,
.wpforms-container input[type="email"].wpforms-error,
.wpforms-container textarea.wpforms-error,
#bsz input[type="text"].error {
	box-shadow: 0 0 0 2px #830a85;
	margin-bottom: 5px;
}

.wpforms-container textarea.wpforms-error {
	margin-bottom: -3px;
}

.wpforms-container input.wpforms-error + label,
.wpforms-container input.wpforms-valid + label,
.wpforms-container input[type="checkbox"] + label,
.wpforms-container input[type="radio"] + label {
	margin-bottom: 3px;
}

.wpforms-container input[type="checkbox"].wpforms-error + label:before,
.wpforms-container input[type="rafio"].wpforms-error + label:before {
	box-shadow: inset 0 0 0 2px #830a85, inset 0 0 0 20px #fff
}


.wpforms-submit-container button[type="submit"],
#bsz button,
.button a {
	font-weight: 600;
    letter-spacing: 0.5px;
}
.wpforms-submit-container button[type="submit"]:active,
#bsz button:active,
.button a:active {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.25);
}

#bsz button {
	display: table;
	margin: 10px 0;
}

.wpforms-confirmation-container {
	background: #d5db33;
    padding: 10px 20px 7px 20px;
    font-size: 18px;
    font-weight: 600;
}


/*--- SCROLL TO TOP ---*/

.tg-scroll-to-top {
	width: 50px;
    height: 50px;
    text-align: center;
    right: 20px;
    bottom: 7px;
    line-height: 30px;
    transition: 0.15s;
    border: 3px solid #fff;
}
.tg-scroll-to-top:hover {
	width: 56px;
	height: 56px;
	padding: 13px 18px;
	right: 17px;
	bottom: 7px;
	background-color: #348ccf!important;
}
.tg-scroll-to-top .tg-icon {
	transition: 0.1s;
}
.tg-scroll-to-top:hover .tg-icon {
	font-size: 1.3rem;
	color: #fff;
}

/*--- MOBIL ---*/

#header-action {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 10;
	background: #348ccf;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    margin: 0;
    padding: 15px;
    height: 50px;
    cursor: pointer;
}

.tg-icon {
	color: #fff;
}

#mobile-navigation::-webkit-scrollbar {
  width: 5px;
}
#mobile-navigation::-webkit-scrollbar-track {
  background: #eee; 
}
#mobile-navigation::-webkit-scrollbar-thumb {
  background: #ccc; 
  transition: all 0.2s;
  cursor: pointer;
}
#mobile-navigation::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/*--- SLIDER ---*/

.metaslider {
	margin-bottom: 40px;
	border-bottom: 5px solid #348ccf;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
	border: none!important;
	background: rgba(0,0,0,0)!important;
	max-width: unset!important;
	width: 33%!important;
	height: 100%!important;
	top: 0!important;
	margin: 0!important;
	transition: all 0.2s;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev {
	left: 0!important;
	box-shadow: inset 90px 0 0 0 rgba(0,0,0,0.25)!important;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev:hover {
	box-shadow: inset 90px 0 0 0 rgba(0,0,0,0.5)!important;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev:before {
	left: 50px;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next {
	right: 0!important;
	box-shadow: inset -90px 0 0 0 rgba(0,0,0,0.25)!important;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next:hover {
	box-shadow: inset -90px 0 0 0 rgba(0,0,0,0.5)!important;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next:before {
	left: calc(100% - 50px);
}

/*--- FOOTER ---*/

.tg-site-footer .tg-site-footer-bar li {
	margin-right: 10px;
}
.tg-site-footer .tg-site-footer-bar a {
	color: #fff;
}
.tg-site-footer .tg-site-footer-bar a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.tg-site-footer-bar .menu .current-menu-item {
	background: rgba(255,255,255,0.15);
}

.tg-footer-widget-area h2.widget-title {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 0 0 10px 0;
	letter-spacing: 0.5px;
}
.tg-footer-widget-area .textwidget  {
	font-size: 0.9em;
    line-height: 1.5em;
}
.tg-footer-widget-area .textwidget a {
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: all 0.1s;
}
.tg-footer-widget-area .textwidget a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.tg-footer-widget-area .textwidget a:active {
	border-bottom: 1px solid rgba(255,255,255,0.6);
}






b.JNR,
b.B,
b.V {
	position: absolute;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    max-width: 85px;
    right: 0;
    background: #830a85;
    padding: 6px 5px 5px 5px;
    margin-top: -8px;
	color: #fff;
}
b.B,
b.V {
	background: rgba(0,0,0,0.1);
	color: #fff;
	padding: 3px 2px 2px 2px;
	width: 16px;
	margin-top: 2px;
}
b.B {
	right: 18px;
}

.archive-description b,
.archive-description strong,
#primary .JNR,
#primary .B,
#primary .V {
	background: #830a85;
	padding: 6px 15px 5px 15px;
	color: #fff;
	font-size: 17px;
    display: inline-table;
    margin-right: 7px;	
}

#primary .B,
#primary .V {
	color: #fff;
	background: #348ccf;
}

.archive-description strong {
	color: #fff;
	background: #348ccf;
}

body:not(.home) .termekek li a {
	position: relative;
}
body:not(.home) .termekek li .JNR,
body:not(.home) .termekek li .B,
body:not(.home) .termekek li .V {
    left: 0;
    top: 8px;
    display: block!important;
    width: 100%;
    max-width: unset;
    padding: 20px!important;
    opacity: 0.8;
}
body:not(.home) .termekek li .B,
body:not(.home) .termekek li .V {
	top: -2px;
	left: 0;
	padding: 10px!important;
	width: auto;
	display: table!important;
}
body:not(.home) .termekek li .V {
	left: unset;
    right: -7px;
}

#site-navigation b.JNR,
#site-navigation b.V {
	right: 3px;
}
#site-navigation b.B {
	right: 21px;
}



.wp-block-table.aligncenter {
	display: block;
}



/*----------------	RESPONSIVE	*/

@media (max-width: 1200px){
	body:not(.home) .termekek li {
		width: calc(100% - 40px);
	}	
	.site-branding .brands {
		zoom: 0.7;
	}
	.termekek li a {
		padding-top: 270px;
	}
}

@media (max-width: 991px){
	article[data="search"],
	.tg-site-layout--default article[data="search"].hentry {
		width: calc(50% - 40px);
		margin: 20px;
	}
	.site-branding .brands {
		display: none;
	}	
	body:not(.home) .termekek {
		width: 100%;
	}
	.termekek li a {
		padding-top: 200px;
	}	
}
@media (max-width: 768px){
	.site-branding .brands {
		display: block;
	}	
	.tg-site-layout--left #primary {
		padding-left: 0;
	}
	.tg-site-layout--left #secondary {
		padding-right: 0px;
	}
	.termekek li {
		width: calc(100% - 40px);
	}
	#secondary #nav_menu-2	{
		position: relative;
	}
	.termekek li a {
		padding-top: 270px;
	}
}
@media (max-width: 598px){
	p.horgony {
		display: block;
		/*padding-top: 53px;*/
		right: -3px;
	}	
	.wp-block-columns.harom .wp-block-column:nth-child(2){
		box-shadow: inset 0 -1px 0 0 #e9ecef, inset 0 1px 0 0 #e9ecef;
	}	
}
@media (max-width: 480px){
	
	.site-branding .brands {
		display: none;
	}
	.termekek li,
	body:not(.home) .termekek li {
		width: calc(100% - 40px);
	}
	article[data="search"],
	.tg-site-layout--default article[data="search"].hentry {
		width: 100%;
		margin: 20px 0;
	}
	.termekek li a {
		padding-top: 340px;
	}	
}
