/*
 Theme Name:   Gadgetine Premium Child Theme
 Theme URI:    http://gadgetine.orange-themes.com/
 Description:  Gadgetine Premium Wordpress Child Theme
 Author:       Orange Themes
 Author URI:   http://www.orange-themes.com/
 Template:     gadgetine-theme
 Version:      3.0.0
 Tags:
 Text Domain:  gadgetine-theme-child
*/
@import url("../gadgetine-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/*MAIN MENU START*/

.language-chooser {
	display: flex;
}

.lang-hu {
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}

.qtranxs_text {
	color: #fff;
}

.active .qtranxs_text {
	color: #eb1c24;
}

/*MAIN MENU END*/

/*responsive menu*/

.dat-menu-setup {
	background-color: #000;
	background-image: none;
}

.dat-menu-list .dat-menu-header {
	display: none;
}

.dat-menu-list a {
	color: #a6a2a1;
}

.dat-menu-list a:hover {
	color: white;
}

/*responsive menu end*/

p {
	margin-bottom: 0px;
}

body {
	background: none;
	margin: 0;
}

.active.boxed {
	width: 1230px;
	box-shadow: none;
}

.wrapper {
	width: 1200px;
}

.header {
	background: none;
}

.full-block.with-border-bottom {
	padding-bottom: 0px;
	border-bottom: 0px;
}

/*Adverts*/

.full-block .advert-links a {
	border-bottom: 0px;
	margin-left: 0px;
}

.small-advert-title {
	color: #ddd;
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
}

.lanchid-logo {
	text-align: center;
}

.lanchid-logo img {
	opacity: 0.7;
}

.lanchid-logo:hover img {
	opacity: 1;
}

/* DEF PANEL*/
.def-panel {
	padding-top: 0px;
	margin-bottom: 0px;
}

.def-panel .panel-title {
	border-bottom: none;
}

.def-panel .panel-title {
	box-shadow: 0 -1px 0 0 #e3e3e3 inset;
}

.def-panel .panel-title .right {
	border-bottom: none;
	color: #eb1c24;
}

.def-panel .panel-title .right:hover {
	border-bottom: none;
}

.widget > h3, .def-panel .panel-title h2, .def-panel .panel-title h1 {
	border-bottom: none;
	font-weight: bold;
}

.def-panel.is-horeca {
	padding-top: 15px;
}

.def-panel.shortocde-content {
	padding: 0;
	margin-bottom: 15px;
}

.article-list-big .item-the-huge {
	border-bottom: none;
}

.item-content a {
	color: #000;
}

.ot-slider .ot-slider-layer strong {
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 120%;
	padding: 10px;
	padding-top: 100px;
	position: absolute;
	transition: all 0.2s ease 0s;
	z-index: 5;

	/*background-color: white;*/
	background: linear-gradient(0deg, rgba(0,0,5,1) 0%, rgba(0,0,5,0) 100%);

	/*color: #e21b22;*/
	color: white;

	/*margin: 5px 20px;*/
	text-transform: uppercase;
	text-shadow: none;
}

.ot-slider .ot-slider-layer strong:hover{
	padding-top: 200px;
}

.ot-slider .ot-slider-layer.first strong{
	padding-top: 150px;
}

.ot-slider .ot-slider-layer.first strong:hover{
	padding-top: 250px;
}

.ot-slider .ot-slider-layer.second a strong {
	font-size: 16px;
}

.ot-slider .ot-slider-layer.fourth a strong, .ot-slider .ot-slider-layer.third a strong {
	font-size: 16px;
}

.ot-slider .ot-slider-layer.fourth, .ot-slider .ot-slider-layer.third {
	font-size: 16px;
}

.ot-slider .ot-slider-layer strong .category-tag {
	display: none;
}

.shortocde-content p a:not(.button) {
	border-bottom: none;
	color: #e21b22 !important;
}

/* TOP BAR */
.top-box {
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.top-bar {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	color: #fff;
	font-size: 14px;
	padding: 10px;
}

.top-bar i {
	color: #eb1c24;
	font-size: 18px;
	/*
	padding-left: 12px;
	*/
	padding-right: 8px;
	vertical-align: baseline;
}

.top-bar span {
	/*vertical-align: middle;*/
	vertical-align: baseline;
}

/*main slider*/
.top-container {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.product-container {
	overflow: hidden;
	padding-right: 20px;
	width: auto;
	margin: 30px 0;
}

.porduct-title {
	border-bottom: 1px dotted #d7d7d7;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.porduct-title p {
	display: inline;
}

.porduct-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
}

.porduct-title a {
	margin-left: 15px;
}

.porduct-title a,
.porduct-title h2 {
	display: inline-block;
}

#porduct-slider {
	width: 100%;
}

#porduct-slider .item img {
	display: block;
	margin: 0 auto;
	max-height: 120px;
	width: auto !important;
}

#porduct-slider .item p {
	color: #d84343;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	/*word-break: break-all;*/
}

#porduct-slider .item:hover p {
	color: #F34949;
}

/* CATEGORY */
.item-header .hover-image, .item-header .hover-image > img:not(.news-video-icon) {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100%;
}

.medium-article-list .item-header .hover-image, .item-header .hover-image > img:not(.news-video-icon) {
	height: 100%;
}

/* ADROTATE */
.a-single {
	text-align: center;
	margin-bottom: 25px;
}

.item-content .read-more-link {
	color: #fff;
}

.subscribe-button, .read-more-link {
	background-color: #eb1d27;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin: 10px 0;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
}

.footer .footer-widgets {
	background-color: #313131;
	box-shadow: none;
	background-image: none;
}

/* FOOTER START*/
.footer {
	background-color: #000;
	color: #fff;
}

.red-line {
	height: 10px;
	display: block;
	width: 100%;
	background-color: #eb1c24;
	border-bottom: 2px solid #e3e3e3;
	margin-top: 40px;
}

.footer .footer-widgets {
	margin-top: 0px;
	margin-bottom: 15px;
}

.footer-menu-col {
	min-height: 260px;
}

/*TOP TERMÉKEK SLIDER*/
#porduct-slider .owl-item .item {
	height: 180px;
	position: relative;
}

#porduct-slider .item p {
	position: absolute;
	top: 125px;
	width: 100%;
}

/* FOORTER MENU */
.footer-menu-header {
	color: #fff;
	text-align: center;
}

.footer-menu-header i {
	font-size: 26px;
}

.footer-menu-header h4 {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}

.footer-menu-header p {
	font-size: 16px;
	margin: 0px;
}

.footer-menu-header img {
	margin-top: 15px;
	margin-bottom: 20px;
}

.rovatok-menu li, .info-menu li {
	padding-bottom: 5px;
}

.owl-carousel .owl-item p {
	color: #d84343;
	font-size: 13px;
	font-weight: bold;
	hyphens: auto;
	text-align: center;
}

@media only screen and (min-width: 600px) {

	.footer-menu-col:nth-child(2) {
		border-left: 1px solid #a8a7a7;
		box-shadow: -2px 0 0 0 black;
	}

	.footer-menu-col:last-of-type {
		border-left: 1px solid #a8a7a7;
		box-shadow: -2px 0 0 0 black;
	}

	.footer-menu-header img {
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 900px) {

	.header-block > div {
		display: block;
		text-align: center;
	}

}

/*Horeca cikk*/
.def-panel.is-horeca {
	background-color: #098018;
	border-radius: 10px;
}

.def-panel .panel-title {
	border-bottom: 1px dotted #d7d7d7;
	box-shadow: none;
	margin-top: 10px;
}

.is-horeca .panel-title a {
	padding-right: 15px;
}

.is-horeca .panel-title h2 {
	padding-left: 15px;
}

.is-horeca .item-content {
	padding: 10px 15px;
}

.is-horeca h1, .is-horeca h2, .is-horeca h3, .is-horeca h4, .is-horeca a, .is-horeca p {
	color: #fff;
}

.is-horeca .item-content h3 a {
	color: #fff !important;
}

.is-horeca .item-content a {
	color: #fff;
}

.item-header .hover-image, .item-header .hover-image > img:not(.news-video-icon) {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	/*width: auto;*/
}

.def-panel.is-horeca .item-header .hover-image, .item-header .hover-image > img:not(.news-video-icon) {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
}

.related-articles {
	background: none;
}

/*Widget right newsletter*/
.content .widget > ul, .content .widget > div {
	border-bottom: none;
}

.def-panel .panel-title h2, .content .widget > h3, .header .widget > h3,
.trade-cikkajanlo-widget-title,
.def-panel .panel-title h1 {
	border-bottom: 1px dotted #d7d7d7;
	color: #d84343!important;
	padding-bottom: 0;
	font-size: 16px;
}

.def-panel .panel-title h2,
.def-panel .panel-title h1 {
	border-bottom: none;
}

.newsletter-widget {
	background-color: transparent;
	padding: 5px;
	/*color: white;*/
	color: black;
	/*text-align: center;*/
}

.newsletter-widget h4 {
	color: black;
	margin-top: 10px;
}

.newsletter-widget .subscribe-button {
	background-color: white;
	color: #eb1d27;
	color: black;
	padding: 10px 20px;
}

/* Cikkajánló */
.trade-cikkajanlo {
	/* display: flex; */
	margin-bottom: 20px;
	background-color: #eb1d27;
	color: black;
	margin-bottom: 20px;
	padding: 5px;
	/*border: 2 px solid #eb1d27;*/
}

.left-banner {
	/* float: left; */
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left-banner img {
	padding: 10px;
	width: 100%;
}

.trade-cikkajanlo .left-banner img {
	padding: 0 0 0px;
	width: auto;
}

.right-cikk {
	/* float: left; */
	font-size: 15px;
	margin-left: 2%;
	/* width: 58%; */
}

.trade-cikkajanlo .right-cikk {
	margin: 10px 0;
}

.trade-cikkajanlo .magazine-order {
	font-size: 13px;
}

.trade-cikkajanlo .right-cikk a {
	color: black;
}

/*Lanchíd oldal*/
.column2.profil-boxes {
	height: 180px;
	margin-bottom: 10px;
	margin-left: 0 !important;
	text-align: center;
	width: 25%;
}

.lanchid-alapitvany-row .column2.profil-boxes {
	width: 20%;
	color: #E21B22;
	font-size: 14px;
	height: auto;
}

@media screen and (max-width: 1000px) {

	.paragraph-row.lanchid-row {
		margin-left: 0px;
	}

	.paragraph-row .column2.profil-boxes {
		width: 16.66666666666667%;
	}

	.paragraph-row.lanchid-alapitvany-row .column2.profil-boxes {
		width: 20%;
	}

}

@media screen and (max-width: 900px) {

	.paragraph-row .column2.profil-boxes.lanchid-alapitvany-profil-box {
		height: auto !important;
	}

}

/* ADROTATE MEDIA QUERY */
@media only screen and (min-width: 728px) {

	.advert-mobile {
		display: none !important;
	}

	.advert-dekstop {
		display: block;
	}

}

@media only screen and (max-width: 727px) {

	/* For mobile phones: */
	.advert-dekstop {
		display: none !important;
	}

	.advert-mobile {
		display: block;
	}

}

/*GENERAL*/
@media screen and (max-width: 768px) {

	.header-block .right.head-searcher {
		display: none;
	}

	.header .header-menu {
		background: none;
	}

	.porduct-title {
		/*display: flex;
		flex-direction: row;*/
	}

	.porduct-title h2 {
		order: 1;
	}

	.porduct-title h2,
	.porduct-title a {
		display: inline-block;
	}

}

.ad-box-1 {
	width: auto;
	height: 250px;
	margin-bottom: 15px;
}

.item-content .read-more {
	color: #eb1c24;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}

.text-center {
	text-align: center;
}

.color-white {
	color: #fff;
}

/*--- Home ---*/
.medium-article-list .item-header .image-overlay-icons {
	height: 80px;
}

.main-content-wrapper > .main-content-spacy {
	margin-right: 0;
	flex: 9;
}

.main-content-wrapper > .home-sidebar {
	-webkit-box-flex: 1;
	-moz-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	min-width: 0px;
	/*Home Page SideBar Max-Width: 300px*/
	max-width: 300px;
}

.main-content-wrapper > #sidebar {
	-webkit-box-flex: 0;
	-moz-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;

}

.main-content-wrapper > .main-content > .paragraph-row {
	margin-right: 22px;
}

.content:first-of-type .main-content-wrapper .main-content-spacy .paragraph-row:first-of-type {
	padding: 15px;
	/*margin-right: 15px;*/
	margin-right: 0;
}

.main-content-wrapper .main-content .paragraph-row:first-of-type {
	background-color: #F1F1F1;
}

.home .main-content-wrapper {
	margin-bottom: 0;
}

/*--- Header ---*/
.header-block {
	position: relative;
}

.header-block .advert-dekstop {
	text-align: right;
}

.advert-dekstop {
	text-align: center;
}

.header-block .advert-dekstop img {
	max-width: 728px;
}

.related-articles {
	padding: 0;
}

.related-articles .owl-item {
	margin-top: 20px;
}

.related-articles .owl-item .item-header img {
	width: 95%;
}

.related-articles .owl-item .item-content {
	width: 95%;
	margin: 0 auto;
}

.related-articles .owl-item .item-content p {
	color: #5e5e5e;
	text-align: left;
	margin: 10px 0;
}

.related-articles .owl-item .item-content h4 {
	font-weight: bold;
}

.related-articles .owl-item .item-content .read-more {
	text-align: right;
	font-size: 12px;
}

.shortocde-content blockquote {
	border-left: 3px solid #e21b22;
	margin-left: 35px;
	font-weight: bold;
}

.shortocde-content p a:not(.button):hover {
	border: none;
}

/*--- Rendezvények ---*/
.wp-caption {
	width: 31% !important;
}

.wp-caption.alignleft {
	margin-right: 30px;
}

.wp-caption:nth-of-type(3n) {
	margin-right: 0;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	color: #fff;
	padding: 8px 0;
	background: #ed1b24 none repeat scroll 0 0;
	border-radius: 5px;
}

/*--- Kapubanner, vele járó módosítások ---*/
#kapubanner {
	position: relative;
	padding-top: 38px;
}

.kapubanner-bal {
	position: absolute;
	left: 0;
	top: 148px;
}

.kapubanner-jobb {
	position: absolute;
	right: 0;
	top: 148px;
}

@media only screen and (min-width: 1450px) {

	#kapubanner {
		width: 1450px;
		display: block;
		margin: 0 auto;
	}

	.column2.profil-boxes {
		height: 225px;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {

	.active.boxed {
		width: 987px;
	}

	.wrapper {
		width: 957px;
	}

	.header-menu nav.main-menu {
		width: 100%;
	}

	#kapubanner {
		width: 1200px;
		display: block;
		margin: 0 auto;
	}

	.kapubanner-top {
		width: 1200px;
	}

	.kapubanner-top object {
		height: 107px;
	}

	.kapubanner-bal,
	.kapubanner-jobb {
		width: 107px;
		top: 129px;
	}

	.kapubanner-top object,
	.kapubanner-bal object,
	.kapubanner-jobb object {
		width: 100%;
	}

	.kapubanner-bal object,
	.kapubanner-jobb object {
		height: 882px;
	}

	.header .main-menu > ul > li > a {
		font-size: 14px;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

	.active.boxed {
		width: 822px;
	}

	.wrapper {
		width: 792px;
	}

	.header-menu nav.main-menu {
		width: 100%;
	}

	#kapubanner {
		width: 1000px;
		display: block;
		margin: 0 auto;
	}

	.kapubanner-top {
		width: 1000px;
		height: 89px;
	}

	.kapubanner-top object {
		height: 89px;
	}

	.kapubanner-bal,
	.kapubanner-jobb {
		width: 89px;
		top: 114px;
	}

	.kapubanner-top object,
	.kapubanner-bal object,
	.kapubanner-jobb object {
		width: 100%;
	}

	.kapubanner-bal object,
	.kapubanner-jobb object {
		height: 748px;
	}

	.header-block .advert-dekstop img {
		max-width: 560px;
	}

}

@media only screen and (max-width: 1024px) {

	#kapubanner {
		display: none;
	}

	header {
		padding-top: 38px;
	}

	.header .main-menu > ul > li {
		padding: 0 4px;
	}

}

/*--- Popup Advert ---*/
#popup-advert-big-mobile {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	width: 300px;
	height: 300px;
	text-align: center;
}

@media only screen and (min-width: 728px) {

	#popup-advert-big-mobile {
		display: none;
	}

}

#popup-advert-big-mobile .close-btn {
	width: 100%;
	text-align: right;
}

#popup-advert-big-mobile .close-btn .fa {
	cursor: pointer;
	color: #000;
	margin: 10px 0;
}

#popup-advert {
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: -160px;
}

#popup-advert .close-btn {
	width: 100%;
	text-align: right;
}

#popup-advert .close-btn .fa {
	cursor: pointer;
	color: #000;
	margin: 10px 0;
}

#popup-advert .popup-desktop {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

#popup-advert .popup-mobile {
	width: 320px;
	display: none;
	margin: 0 auto;
}

@media only screen and (max-width: 728px) {

	#popup-advert .popup-desktop {
		display: none;
	}

	#popup-advert .popup-mobile {
		display: block;
	}

}

/*--- Responsive módosítások ---*/
@media only screen and (max-width: 1399px) {

	.header-block .advert-dekstop {
		padding-left: 10px;
	}

	.porduct-title a {
		padding-left: 10px;
	}

	.def-panel .panel-title {
		margin-top: 0;
	}

	.def-panel .panel-title h2,
	.def-panel .panel-title h1 {
		font-size: 1em;
	}

}

@media only screen and (max-width: 900px) {

	.header .header-menu {
		background-image: none;
	}

	.header-block .advert-dekstop {
		text-align: center;
	}

	.porduct-title {
		font-size: 14px;
	}

	.porduct-title .hogyan {
		display: none;
	}

	.header-block .advert-dekstop {
		padding-left: 0;
		margin-top: 10px;
	}

	.header-block .header-logo img {
		margin-left: 20px;
	}

	.column4 {
		width: 31.9% !important;
	}

}

@media only screen and (min-width: 768px) {

	.ad-box-1 {
		float: right;
	}

	#mobile-back-to-top {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.advert-mobile {
		text-align: center;
	}

	.ad-box-1 {
		text-align: center;
	}

	.content .widget {
		text-align: center;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.content .widget {
		text-align: center;
	}

}

@media only screen and (max-width: 480px) {

	.header-block .a-single {
		text-align: center;
	}

	.advert-mobile {
		margin-top: 15px;
	}

	.top-bar .mobile {
		display: none;
	}

	.porduct-title a {
		padding: 0;
	}

	.porduct-title h2 {
		font-size: 14px;
		padding: 5px 0;
	}

	.content .widget {
		text-align: center;
	}

	.footer-menu-col {
		min-height: 1px;
		margin-bottom: 20px;
	}

	.main-article-list .item .item-header {
		max-width: 100%;
	}

	.item-content .read-more-link {
		display: block;
		text-align: center;
	}

	.wp-caption {
		width: 100% !important;
	}

	.wp-caption img {
		width: 100%;
	}

	.wpcf7 textarea,
	.wpcf7 input[type=password],
	.wpcf7 input[type=email],
	.wpcf7 input[type=text],
	.wpcf7 select {
		width: 100%;
	}

	.wpcf7 p {
		width: 100% !important;
		line-height: 1.2 !important;
		margin-bottom: 10px;
	}

	.paragraph-row .profil-boxes {
		display: inline-block;
		width: 49% !important;
		height: auto;
		float: none;
	}

	.column4 {
		width: 100% !important;
	}

	div#profile-picture-container {
		float: none;
		width: auto;
	}

}


@media only screen and (max-width: 600px) {

	.page-id-83125 div.wp-caption {
		width: 100% !important;
	}

	.page-id-83125 div.wp-caption img {
		width: 100%;
	}

}

.main-menu > ul > li:nth-last-of-type(1) a {
	/*transform: skew(30deg);*/

}

/* Youtube popup */
.video .youtube img {
	/*    width: 95%;*/
}

.video p {
	/* margin-right: 2px; */
}

@media only screen and (max-width: 480px) {

	.video p {
		text-align: center;
	}

	.video .youtube img {
		width: 300px;
		height: 200px;
	}

}

.ad-box-13 {
	width: auto;
	height: 90px;
	margin-bottom: 15px;
}

#header-fb-link,
#header-insta-link {
	display: inline-block;
}

#header-fb-link span,
#header-insta-link span {
	display: inline-block;
}

.magazin-container {
	text-align: center;
}

#magazin-list {
	padding: 0 10px;
	font-size: 0;
}

.magazin-box {
	display: inline-block;
	width: 20%;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
}

.magazin-box .magazin-cover,
.magazin-box .magazin-link {
	display: block;
	margin: 0 auto;
}

.magazin-box .magazin-link {
	background-color: #eb1d27;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 20px;
	text-decoration: none;
}

.magazin-box .magazin-link:hover {
	background-color: #f00;
}

#mobile-back-to-top {
	display: none;
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	right: 10px;
	cursor: pointer;
}

#mobile-back-to-top i {
	padding: 0;
	font-size: 48px;
	color: rgba(235, 28, 36, 0.7);
}

#old-events-link {
	color: #eb1c24;
}

.wide-news {
	/*
	background-color: #f1f1f1;
	*/
	padding: 10px;
	margin: 25px 0;
}

.column4 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.column4 .medium-article-list .item > .item-content h4 {
	font-size: 0.9em;
}

.column4 .medium-article-list .item > .item-content p {
	font-size: 0.84em;
}

.shortcode_news, .shortcode_video {
	margin-right: 15px;
}

.shortcode_news, .shortcode_video.video {
	float: none;
}

.clear {
	clear: both;
}

.page-id-83125 .wp-caption,
.page-id-84411 .wp-caption {
	width: 31% !important;
	float: none;
	display: inline-block;
	margin: 5px;
}

.front-page-old-news {
	flex: 1;
}

#home-left-column-last-video .column6 {
	width: 100%;
}

#home-left-column-last-video .shortcode_video {
	margin: 0;
}

.article-header-photo {
	text-align: center;
}

.article-header-photo img {
	width: auto;
}

#profile-content p {
	margin-bottom: 15px;
}

.lanchid-klub-profile-image {
	width: 90%;
}

#older-toplist-link {
	color: #eb1d27;
}

.small-advert-title {
	margin: 0 !important;
}

.top-container .ad-box-1 {
	height: auto;
}

.advert-title-widget .textwidget {
	margin: 0 !important;
}

.event-notification-widget .wpcf7-form {
	background-color: #eb1d27;
	color: black;
	padding: 5px;
}

#wpcf7-f84415-o1 .wpcf7-form p:last-of-type,
#wpcf7-f84415-o2 .wpcf7-form p:last-of-type {
	text-align: center;
}

#wpcf7-f84415-o1 .wpcf7-form p:last-of-type .wpcf7-submit,
#wpcf7-f84415-o2 .wpcf7-form p:last-of-type .wpcf7-submit,
#wpcf7-f84415-o3 .wpcf7-form p:last-of-type .wpcf7-submit {
	background-color: white;
	color: black;
}

.trade-cikkajanlo-widget a {
	color: #d84343;
	font-size: 15px;
}

.page-id-84473 table,
.page-id-84463 table {
	/*border: 1px solid lightgray;*/
}

.page-id-84473 table td,
.page-id-84463 table td {
	padding: 5px;
	/*border: 1px solid lightgray;*/
}

.page-id-84473 table h4,
.page-id-84463 table a {
	color: #d84343;
}

#matesz-block {
	font-size: 12px;
	margin-top: 20px;
}

#matesz-block a {
	color: black;
	text-decoration: underline;
}

.shortcode-openable-container {
	margin: 10px 0;
	text-align: center;
}

.shortcode-openable-button {
	background-color: #eb1d27;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 20px;
	text-decoration: none;
}

.shortcode-openable-button:hover {
	background-color: red;
}

.shortcode-openable-text {
	display: none;
	text-align: left;
}

.top-bar #current-time {
	margin: 0 15px;
}

.top-bar #nameday {
	display: inline-block;
	vertical-align: baseline;
}

.top-bar #nameday .name {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.top-bar #current-time,
	.top-bar #nameday {
		display: none;
	}
}

.main-content iframe {
	max-width: 100%;
}

.shortocde-content p.caps::first-letter {
}

.main-content .panel-content.shortocde-content p.caps::first-letter {
	font-weight: inherit;
	font-size: initial;
}

.wpcf7-form td {
	padding: 10px;
}

.single-post .wp-caption {
	width: auto !important;
}

.single-magazin .widget-latest-issue,
.single-magazin .widget-event-calendar,
.single-magazin .widget-retailer-rankings,
.single-magazin .event-notification-widget {

	display: none;

}

.home .item.item-the-huge > p {
	text-align: center;
}

.breadcrumbs span {
	color: initial;
}

.ethic-codex {
	float: right;
	margin: 0;
	padding: 0;
}

.ethic-codex a {
	color: #ed1b24 !important;
}

.ethic-codex a:hover {
	text-decoration: none !important;
	border: 0 !important;
}

.photo-gallery-content h2 {
	color: #e21b22;
}

.recaptcha-box {
	margin: 15px 2px 2px 0;
	max-width: 100%;
	overflow: hidden;
}

.recaptcha-box div,
.recaptcha-box iframe {
	max-width: 90% !important;
	margin: auto;
}

@media only screen and (max-width: 640px) {

	.magazin-box {
		width: 50%;
	}

}

#WPS_popup_message {
	z-index: 1000 !important;
}

.wps_closewin_text a {
	text-decoration: none !important;
}

.wps_body a,
.wps_body a:hover,
.wps_body a:focus {
	color: #fff;
}

#hirlevel-megerosites input[type=text],
#hirlevel-megerosites input[type=email] {
	width: 300px;
}

.btn-red {
	background-color: red;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 15px 25px;
	text-decoration: none;
	display: inline-block;
}

.btn-red:hover {
	color: #fff;
}

.btn-big {
	padding: 30px 50px;
}

.lanchid-alapitvany-row {
	position: relative;
}

.profil-boxes .profile-popup {
	position: absolute;
	display: block;
	background-color: #fff;
	top: 50px;
	width: 300px;
	height: 60px;
	padding: 0 10px 15px;
	text-align: center;
	line-height: 20px;
	left: 50%;
	margin-left: -150px;
	word-wrap: break-word;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1000;
	-webkit-box-shadow: 0px 7px 14px 5px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 7px 14px 5px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 7px 14px 5px rgba(0, 0, 0, 0.31);
}

.profil-boxes .profile-popup .close {
	font-weight: bold;
	display: inline-block;
	float: right;
	text-align: right;
	padding: 5px;
	color: #000;
}

.profil-boxes .profile-popup p {
	clear: both;
}

.wps_popup {
	border: none !important;
	background-color: transparent !important;
}

/*Legfrissebb lapszámunk widget*/

.trade-cikkajanlo {
	background-color: transparent;
	margin-bottom: 0;
}

.widget-legfrissebb .textwidget,
.widget-latest-issue .textwidget {
	margin-bottom: 10px!important;
}

.widget-legfrissebb,
.widget-latest-issue {
	border: 3px solid red!important;
	margin: 0 0 20px 0!important;
}

.widget-legfrissebb h3,
.widget-latest-issue h3 {
	margin: 20px 0;
	padding: 0 0 0 20px;
	border: 0!important;
}

.trade-cikkajanlo .right-cikk {
	display: none;
}

.trade-cikkajanlo .right-cikk.magazine-order {
	display: block;
	margin-left: 20px;
	font-weight: bold;
	font-size: 15px;
}

#matesz-block {
	margin: 0 20px;
}

#matesz-block img {
	margin: auto;
	margin-top: 10px;
	display: block;
}

/*Hírlevél feliratkozás widget*/
/*Rendezvény tájékoztató igénylés widget*/

.content ~ .content .newsletter-widget,
.content ~ .content .event-notification-widget .wpcf7-form,
#sidebar .newsletter-widget,
#sidebar .event-notification-widget .wpcf7-form  {
	background-color: transparent;
	padding: 5px 20px;
}

.content ~ .content .widget-hirlevel,
.content ~ .content .event-notification-widget,
#sidebar .widget-hirlevel,
#sidebar .event-notification-widget {
	-webkit-box-shadow: 0px 1px 5px 0px rgb(219,219,219);
	-moz-box-shadow: 0px 1px 5px 0px rgb(219,219,219);
	box-shadow: 0px 1px 5px 0px rgb(219,219,219);
}

.content ~ .content .widget-hirlevel input[type="text"],
.content ~ .content .widget-hirlevel input[type="email"],
.content ~ .content .event-notification-widget input[type="text"],
.content ~ .content .event-notification-widget input[type="email"],
#sidebar .widget-hirlevel input[type="text"],
#sidebar .widget-hirlevel input[type="email"],
#sidebar .event-notification-widget input[type="text"],
#sidebar .event-notification-widget input[type="email"] {
	width: 100%;
	margin-bottom: 15px;
}

.content ~ .content .widget-hirlevel input[type="submit"],
#sidebar .widget-hirlevel input[type="submit"],
.content ~ .content .event-notification-widget input[type="submit"],
#sidebar .event-notification-widget input[type="submit"] {
	background-color: #EB1d27!important;
	color: white!important;
}

.content ~ .content .widget-hirlevel .wpcf7-list-item,
#sidebar .widget-hirlevel .wpcf7-list-item,
.content ~ .content .event-notification-widget .wpcf7-list-item,
#sidebar .event-notification-widget .wpcf7-list-item {
	margin: 0;
	padding-top: 10px;
}

.content ~ .content .widget-hirlevel h3,
#sidebar .widget-hirlevel h3,
.content ~ .content .event-notification-widget h3,
#sidebar .event-notification-widget h3 {
	padding: 25px 0 25px 20px!important;
	border: 0!important;
	background-color: #EB1d27;
	color: white!important;
}

/*Közelgő rendezvények*/

.upcoming-posts {
	display: table;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(219,219,219);
	-moz-box-shadow: 0px 1px 5px 0px rgb(219,219,219);
	box-shadow: 0px 1px 5px 0px rgb(219,219,219);
	width: 100%;
}

.upcoming-posts div {
	display: table-cell;
	vertical-align: middle;
}

.upcoming-posts-date {
	height: 70px;
	width: 70px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.upcoming-posts-even .upcoming-posts-date {
	background-color: black;
}

.upcoming-posts-odd .upcoming-posts-date {
	background-color: #EB1d27;
}

.upcoming-posts-date p {
	margin: 0!important;
	line-height: 1.2!important;
	font-size: 17px;
}

.upcoming-posts-year {
	font-weight: normal;
	font-size: 20px!important;
}

.upcoming-posts-title {
	padding:0 20px;
}

.upcoming-posts-title a {
	color: black!important;
	font-weight: normal!important;
}

.upcoming-posts-link a {
	color: #E21B22;
}

/*FMCG Toplista CSS*/
.fmcg_top_row {
	display: table;
	margin-bottom: 10px;
}

.fmcg_top_row div {
	display: table-cell;
	vertical-align: middle;
}

.fmcg_top_year {
	text-align: center;
	height: 70px;
	width: 70px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	background-color: black;
}

.fmcg_top_year_red {
	text-align: center;
	height: 70px;
	width: 70px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	background-color: red;
}

.fmcg_top_title p {
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 10px;
}

.fmcg_top_first {
	letter-spacing: 2px;
	text-align: center;
	color: #E21B22;
	animation: 1s blinker linear infinite;
	-webkit-animation: 1s blinker linear infinite;
	-moz-animation: 1s blinker linear infinite;
}

.fmcg_top_title a {
	color: #E21B22;
}

.FMCG-toplista-widget a {
	color: #E21B22;
}

.FMCG-toplista-widget .fmcg_top_row {
	margin: auto;
	margin-bottom: 10px;
}

/*FMCG Toplista CSS END*/

/* FOOTER Phone number only clickable below 426px */

@media (min-width: 426px) {
	.footer-mobile {
		pointer-events: none;
	}
}

/* TOP-BAR */

.top-bar {
	line-height: 1.3;
}

.ot-slider .ot-slider-layer.second,
.ot-slider .ot-slider-layer.fourth {
	margin-right: 1%;
}

.ot-slider .ot-slider-layer.second,
.ot-slider .ot-slider-layer.third,
.ot-slider .ot-slider-layer.fourth,
.ot-slider .ot-slider-layer.fifth {
	width: 26%;
}

/*HomePage Articles New Css*/

.content:first-of-type .main-content-wrapper .main-content-spacy .paragraph-row:first-of-type {
	padding: 0;
	/*padding-right: 20px;*/
}
.news-tiles-first {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 15px;
	justify-items: center;
	margin-right: 40px;
}

.news-tiles-first .news-tile img {
	width: 100%;
	height: 190px!important;
	object-fit: cover;
}

.news-tiles-first .news-tile .news-tile-title {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	max-height: 60px;
	overflow: hidden;
}

.news-tiles-first .news-tile .news-tile-text {
	font-size: 14px;
}

.news-tiles-first .news-tile {
	width: 100%;
	height: 300px;
}

.news-tile-img img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.news-tile-img img:hover {
	opacity: .7;
}

@media only screen and (max-width: 1450px) {
	.news-tiles-first .news-tile{
		height: 350px;
	}
}

@media only screen and (max-width: 600px) {
	.news-tiles-first {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 15px;
		justify-content: center;
		margin-left: 15px;
		padding-left: 20px;
	}

	.news-tiles-first .news-tile {
		height: 300px;
	}

	.news-tiles-first .news-tile img {
		width: 100%;
		height: 180px!important;
		object-fit: cover;
	}

}

@media (min-width: 601px) {
	.def-panel:first-of-type .news-tiles-first .news-tile:nth-child(1),
	.def-panel:first-of-type .news-tiles-first .news-tile:nth-child(2),
	.def-panel:first-of-type .news-tiles-first .news-tile:nth-child(3),
	.def-panel:first-of-type .news-tiles-first .news-tile:nth-child(4),
	.def-panel:first-of-type .news-tiles-first .news-tile:nth-child(5) {
		display: none;
	}
}

.top-bar-hirlevel {
	background-color: #e21b22;
	border-radius: 5px;
	padding: 3px 15px;
	font-weight: bold;
	margin-left: 15px;
	transition: .3s;
}

.top-bar-hirlevel a {
	color: white;
}

span.top-bar-hirlevel:hover {
	background-color: #a50f14;
}

.def-panel .panel-title h1 {
	text-transform: uppercase;
	margin-bottom: 0;
}

/*Inline CSS fix (header.php)*/

.top-bar-right {
	float: right;
}

.porduct-title h2 {
	color: #eb1c24;
}

.porduct-title a {
	padding-right: 15px;
	margin: 0px;
	color: #eb1c24;
}

.porduct-title .hogyan-button {
	font-size: 11px;
	background-color: #eb1c24;
	border-radius: 5px;
	color: #fff;
	padding: 6px 12px;
	border: 0;
	margin: 0;
}

.tovabbi-termekek {
	color: #eb1c24;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

.print-audit-image {
	width: 40%;
}

.image-display {
	display: none;
}

.fooldal-alcim {
	color: #eb1c24;
	padding-right: 15px;
	line-height: 28px;
}

.hirlevel-widget-button {
	text-align: center;
}

#cookie-law-info-again {
	display: none!important;
}

/*Cikk menü*/
@media (max-width: 425px) {
	.article-header {
		/*border: 0!important;*/
	}
}

/*NEW MENU*/
.header .header-menu {
    background: none;
    border: none;
    box-shadow: none;
}

.header .main-menu > ul > li > a {
	color: black;
	text-shadow: none;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	border-bottom: 3px solid transparent;
	transition: .3s;
}

.sub-menu a:not(.ot-mega-menu) .sub-menu {
	background: none;
	color: black;
	box-shadow: none;
	border: none;
}

.header .main-menu > ul > li:hover > a {
	background: none;
	box-shadow: none;
}

.header .main-menu > ul li > ul {
	background: none;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li {
	background: none;
	border: none;
	box-shadow: none;
}

.header .main-menu li a {
	color: black;
}

.header .main-menu > ul > li ul.sub-menu:not(.ot-mega-menu) ul, .header .main-menu > ul > li ul.sub-menu:not(.ot-mega-menu) {
	box-shadow: none;
}

.main-menu-reposnive-button {
	background-color: black;
}

/*NEW*/

.header .main-menu > ul > li > a:hover {
	color: white;
	background-color: #333333;
	/*border-bottom: 3px solid black;*/
}

.header .main-menu > ul li > ul {
	background-color: white;
	box-shadow: 0px 2px 2px 0px rgba(130,130,130,0.75)!important;
}

.main-menu {
	border-bottom: 3px solid #333333;
}

/*.top-box {
	top: 0;
}*/

/* Lánchíd alapítvány */
/*page-id-964150 Lánchídklub alapítvány https://trademagazin.hu/hu/lanchid-alapitvany*/

.page-id-964150 .wp-caption {
	width: 30% !important;
	display: inline-block;
	float: none;
	margin-right: 20px!important;
}

@media (max-width: 600px) {
	.page-id-964150 .wp-caption {
		display: block;
		width: 100%!important;
	}

	.page-id-964150 .wp-caption img {
		width: 100%;
	}
}

.widget-hirlevel input[type=radio],
.event-notification-widget input[type=radio] {
	margin-right: 10px;
}

/* Lapozó */
#post-nav {
	text-align: right;
}

#post-nav .nav {
	display: inline-block;
	vertical-align: middle;
}

#post-nav .dropdown select {
	padding: 2px;
	border-radius: 2px;
}

#post-nav .default .current,
#post-nav .default .page {
	display: none;
}

#post-nav .default .fa {
	color: #eb1d27;
	margin-right: 2px;
}

/* NO IMAGE TILES */

.no-image-tiles {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 15px;
	margin-right: 40px;
	/*justify-items: center;*/
}

.no-image-tiles .no-image-title {
	padding-bottom: 5px;
}

.no-image-tiles .no-image-title a {
	color: black;
	font-weight: bold;
}

.no-image-tiles .no-image-text a {
	color: gray;
}

/* HORECA */

.horeca-container {
	margin-right: 20px;
}

.horeca-tile .horeca-title,
.horeca-tile .horeca-content {
	padding: 0 15px;
}

.horeca-image img {
	width: 100%;
}

.horeca-tile .horeca-title h2 {
	margin: 10px 0;
}

.horeca-tile .horeca-content h3 {
	margin: 10px 0;
	line-height: 100%;
}

.horeca-tile .horeca-content h3 a {
	font-size: 20px;
	line-height: 1.3;
}

.horeca {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -9px;
	padding-top: 20px;
}

.horeca-tile {
	margin: 0 8px 10px 8px;
	width: 100%;
	border-bottom: 6px solid #098018;
	background-color: #f7f7f7;
}

@media (min-width: 992px) {
	.horeca-tile {
		width: calc(33.3% - 16px);
	}
}

.horeca-top > h2,
.horeca-top > div a {
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.horeca-top > div a {
	right: 0;
	background-color: #098018;
	padding: 10px;
	color: white;
}

.horeca-top > a:hover {
	background-color: #0a4f13;
	cursor: pointer;
}

.horeca-top > h2 {
	margin-bottom : 0;
	padding-left: 5px;
	border-left: 10px solid #098018;
}

.horeca-top {
	margin-bottom: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.no-image-tiles {
		grid-template-columns: 100%;
		margin: 0;
	}

	.horeca-container {
		margin: 0;
	}

	.content:first-of-type .main-content-wrapper .main-content-spacy .paragraph-row:first-of-type {
		margin: 0;
		padding: 0;
	}

}

@media (max-width: 600px) {
	.header-block {
		display: none;
	}
}

/*Widget betumeret csokkentes*/

.adatkezelesi-tajekoztato {
	font-size: 0.75rem!important;
	line-height: 140%;
}

.adatkezelesi-tajekoztato > span {
	font-size: 0.9rem;
	display: block;
	padding-top: 5px;
}

/* Kiemelés formázás a cikkeken */
div.lead_custom {
	margin: 10px 0;
	color: black;
	font-size: 20px;
	font-weight: bold;
}

div.lead_custom p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.red_custom {
	background-color: #ececec;
	margin: 10px 0;
	padding: 20px;
	border-left: 8px solid red;
	color: black;
}

.red_custom p {
	margin: 0;
}

/* google recapthca removal */
.grecaptcha-badge {
	display: none;
}

/* top bar search form */
.top-bar .search-form {
    position: absolute;
    right: 70px;
		top: 0px;
}

.top-bar .search-field {
    background-color: transparent;
    border: none;
		border-radius: 3px;
    cursor: pointer;
		font-size: 0.9em;
    height: 35px;
    margin: 3px 3px;
    padding: 0 0 0 5px;
    position: relative;
    -webkit-transition: width 400ms ease, background-color 400ms ease;
		-moz-transition: width 400ms ease, background-color 400ms ease;
		-o-transition: width 400ms ease, background-color 400ms ease;
    transition:         width 400ms ease, background-color 400ms ease;
    width: 0;
		z-index: 0;
}

.top-bar .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 160px;
}

.search-form
.search-submit {
		display:none;
}
