/*
Theme Name: GútaTV v2026
Description: A GútaTV téma modernizált változata, kompatibilis a WordPress 7.1 és PHP 8.4 verziókkal. A qTranslate-X függőség eltávolítva (fallback nyelvkezeléssel, opcionálisan qTranslate-XT-vel), a strftime() és a régi PHPMailer lecserélve.
Author: Nevilleweb - info@nevilleweb.sk (modernizálva: 22media)
Version: 2026.1.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: gutatv
*/

/* Beépített nyelvváltó (fallback mód, ha nincs qTranslate plugin) */
.gutatv_lang_switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.gutatv_lang_switcher li {
	display: inline-block;
	margin-left: 8px;
}
.gutatv_lang_switcher li.active a {
	font-weight: 700;
	text-decoration: underline;
}

article,aside,footer,header,main,nav,section {
    display: block;
}

body {
    color: #676767;
    margin: 0;
    font-size:14px;
	font-family: 'Roboto', sans-serif;
    background: white;
	overflow-y:scroll;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

b,strong {
    font-weight: 700;
}

a
{
text-decoration:none;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    font-family: monospace, serif;
    font-size: 1em;
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus {
    outline: none;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.widgettitle
{
display:none;
}

textarea, input { outline: none; }


/* header ---------------------*/

.header_info {
   line-height:12px;
   padding:10px 0;
   border-bottom:1px solid #ececec;
}

.header_info p {
	color:#777;
	float:left;
	margin:0;
}

.language-chooser {
	list-style:none;
	margin:0;
	padding:0;
	height:12px;
	line-height:12px;
	float:right;
}

.language-chooser li {
	float:left;
	margin-left:5px;
}

.header_logo {
	padding:40px 0 27px;
}

.header_logo .section_content {
	text-align:center;
}

.logo_content {
	display:table;
	margin:auto;
}

.logo {
	height: 70px;
	margin: 0 20px 0 0;
}

.logo,
.live_stream {
	display:block;
	float:left;
}

.live_stream {
	color: white;
    background: #f2c246;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px 10px 15px;
    position: relative;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.live_stream:after {
	content:"";
	position:absolute;
	width:49px;
	height:18px;
	bottom:-18px;
	right:0;
	background:url(img/live_after.png) no-repeat center;
}

.live_stream img {
	height: 12px;
    margin-right: 5px;
}

.header_menu {
	background: #2a6fba;
}

#menu-header_menu {
	list-style:none;
	display:table;
	margin:0 auto;
	padding:0;
	line-height:50px;
	height:50px;
}

#menu-header_menu li {
	float:left;
}

#menu-header_menu li a {
	line-height:50px;
	height:50px;
	display:block;
	padding:0 18px;
	color:white;
	font-size:16px;
	font-weight:500;
}

#menu-header_menu  .current-menu-item a,
#menu-header_menu li a:hover {
	background: #f2c246;
}

/* page ---------------------*/

.section {
	padding:40px 0;
}

.real_content p {
	line-height:20px;
	margin:20px 0;
}

.section_content {
	padding:0 15%;
	max-width:1150px;
	margin:0 auto;
}

.section_1 {
	background:#2e3440;
}

.section_3 {
	background:#f5f5f5;
}

.main_video,
.photo_bg {
	float:left;
	width:640px;
	height:360px;
	margin-right:25px;
}

.main_video iframe {
	width:640px;
	height:360px;
}

.main_content {
	color:white;
	padding-left: 665px;
}

.main_content h3 {
	margin: 0 0 15px 0;
	font-size:18px;
	font-weight:700;
	color: #f2c246;
	line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.main_content h3 span {
	font-size:18px;
	display:block;
	color:#3c8de6;
	font-weight:400;
}

.main_content h3 span a {
	color:#3c8de6;
}

.video_description {
	margin: 15px 0;
    line-height: 17px;
    height: 187px;
    overflow: hidden;
}

.full_description {
	height:auto !important;
}

.video_description p {
	margin: 17px 0;
    line-height: 17px;
}

.video_description p:first-child {
	margin-top:0 !important;
}

.social_content {
	border-top:1px solid #5c606c;
	padding-top:15px;
	margin-top:15px;
}	

.section_title {
	font-size:28px;
	margin:0 0 40px 0;
	text-align:center;
	font-weight:300;
}

.section_2 {
	padding: 40px 0 10px 0;
}	

.post_row {
	float:left;
	width:33.33333%;
	box-sizing:border-box;
	padding-right: 30px;
    padding-bottom: 30px;
}

.home_rows .post_row:first-child {
	display:none !important;
}

.post_box {
	padding: 20px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    height: 452px;
    overflow: hidden;
}

.post_box img {
	width:100%;
	height:auto;
}

.post_box h3 {
	margin: 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #25358a;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.post_box h3 a {
	color: #2a6fba;
}

.post_box h3 span {
	font-size:18px;
	font-weight:400;
	color:#2a6fba;
	display:block;
}

.post_box p {
	margin:0;
	color:#777;
}

.post_link {
	background: #2a6fba;
    color: white;
    display: table;
    padding: 10px 15px !Important;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0 !important;
    cursor: pointer;
    width: auto !important;
    margin-bottom: 0 !important;
}

.post_link:hover {
	background:#f2c246;
}

.slideshow {
	width:100%;
	height:360px;
	overflow:hidden;
	position:relative;
}

.items {
	position:absolute;
	top:0;
	left:0;
	transition-duration:.6s;
	width:300%;
	height:360px;
}

.item {
	width:33.33333%;
	float:left;
	height:360px;
}

.item img {
	float:left;
	width:auto;
	margin-right: 25px;
	height:400px;
}

.related_rows .post_row {
	display:none;
}

.related_rows .post_row:nth-child(1),
.related_rows .post_row:nth-child(2),
.related_rows .post_row:nth-child(3){
	display:block;
}

.post_type {
	padding:5px 15px;
	font-size:18px;
	text-transform:uppercase;
	color:white;
	font-weight:700;
	background:#F2C246;
	display: inline-block;
}

.item h3 {
	font-size: 18px;
    font-weight: 700;
    color: #25358a;
	margin:0 0 15px 0;
}

.item h3 span a {
	color: #2a6fba;
}

.item h3 span {
	font-size: 18px;
    font-weight: 400;
    color: #2a6fba;
    display: block;
}

.item p {
	color:#777;
}

.slider-arrow--right {
	position:absolute;
	z-index:1;
	height:60px;
	width:60px;
	top:50%;
	margin-top:-30px;
	right:0;
	font-size:0px;
	background: transparent url(img/right.png) no-repeat center;
}

.slider-arrow--left {
	position:absolute;
	z-index:1;
	height:60px;
	width:60px;
	top:50%;
	margin-top:-30px;
	left:0;
	font-size:0px;
	background: transparent url(img/left.png) no-repeat center;
}

.slider-arrow--left:hover {
	background: #999 url(img/left_hover.png) no-repeat center;
}

.slider-arrow--right:hover {
	background: #999 url(img/right_hover.png) no-repeat center;
}

.item_box {
	height:360px;
	display:table;
}

.item_center {
	display:table-cell;
	vertical-align:middle;
}

.section_4 {
	background: #2a6fba;
}

.section_4 h3 {
	margin: 0;
    color: white;
    font-size: 24px;
    font-weight: 500;
	line-height:30px;
	text-align:center;
}

.section_4 h3 span {
	display: block;
    font-size: 20px;
    font-weight: 300;
}

.section_4 label {
	display:none !important;
}

.section_4 form {
	margin: 12px 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
}

.section_4 p {
	margin:0;
	display: inline-block;
}

.wysija-input {
	display: inline-block;
    height: 37px;
    padding: 0 10px;
    border: 0;
    background: #4591e2;
    box-sizing: border-box;
    width: 300px;
    font-size: 14px;
    color: white;
	border-radius: 3px;
}

.wysija-submit {
	display: inline-block !important;
    height: 37px;
    padding: 0 10px;
    border: 0;
    background: #f2c246;
    box-sizing: border-box;
    font-size: 14px;
    color: white;
    margin: 0;
    border-radius: 3px;
    font-weight: 500;
    margin-left: 6px;
    margin-top: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
}

.video_content {
	height:360px;
	display:table;
}

.video_center {
	display: table-cell;
    vertical-align: middle;
}

.post_description {
	height: 104px;
    overflow: hidden;
}

.item_center .post_description {
	height: 51px;
}

.post_description p {
	color: #777;
    margin: 0;
    line-height: 17px;
	display:none;
}

.post_description p:first-child {
	display:block;
}

.post_thumbnail {
	display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.post_container,
.gallery_section {
	width:100%;
	overflow:hidden;
}

.sharedaddy,
#jp-relatedposts {
	display:none !Important;
}

.gallery_box {
	float:left;
	box-sizing:border-box;
	width:20%;
	padding:20px 20px 0 0;
}

.gallery_content {
	width:100%;
}

.gallery_box:hover {
	opacity:.8;
}

.page-numbers
{
color:#368ed3;
}

.navigation {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.navigation ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-right: 0;
	margin: 1px;
}

.navigation ul li {
	padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 5px;
}

.navigation ul .active a,
.navigation ul li a:hover
{
	background: #2a6fba !important;
	color: #fff !important;
}

.navigation ul li a {
	margin: 0;
    text-decoration: none;
    line-height: 35px;
    font-size: 1em;
    font-weight: normal;
    padding: 0 10px;
    color: #978a97;
    min-width: 1em;
    display: block;
    background: #e6e6e6;
    border-radius: 3px;
}

.map {
	width:100%;
	height:400px;
}

.contact_boxes {
	margin-top:40px;
}

.half_box {
	box-sizing:border-box;
	float:left;
}

.contact_boxes .half_box:nth-child(1) {
	width:40%;
}

.contact_boxes .half_box:nth-child(2) {
	width:60%;
}

.contact_boxes .half_box:nth-child(1) a {
	color: #2a6fba;
}

.contact_boxes .half_box:nth-child(1) a:hover {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.half_box span {
	min-width: 80px;
    display: inline-block;
}

.ajax_form input {
	width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ajax_form textarea {
	padding: 15px;
    border: 1px solid rgb(236, 236, 236);
    box-sizing: border-box;
    margin: 0;
    min-height: 150px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
}

.error_box {
	margin:15px 0;
	line-height:16px;
	text-align:left;
	max-height: 16px;
}

.yes {
	color:#2DB71E;
}

.no {
	color:#B71E1E;
}

.teletext_lines {
	padding-bottom:30px;
}

.teletext_lines .teletext_line:first-child {
	border-top:1px solid #ececec;
}

.teletext_line {
	max-height:37px;
	border-bottom:1px solid #ececec;
	overflow:hidden;
	box-sizing:border-box;
	transition-duration:.3s;
}

.teletext_line h3 {
	margin: 0;
    line-height: 37px;
    color: #2a6fba;
}

.show {
	display:block;
	float:right;
	width:37px;
	height:37px;
	cursor:pointer;
	background:url(img/show.png) no-repeat center;
}

.hide {
	display:none;
	float:right;
	width:37px;
	height:37px;
	cursor:pointer;
	background:url(img/hide.png) no-repeat center;
}

.show_text,
.hide_text {
	color:#2a6fba;
	cursor:pointer;
	float:left;
}

.hide_text {
	display:none;
}

.teletext_content {
	padding: 15px 0 20px 0;
}

.teletext_content p {
	margin: 0;
    line-height: 20px;
}
	
/* footer ---------------------*/

.social_box {
	display:table;
	margin:auto;
	text-align:center;
}

.social_box a {
	display:inline-block;
	margin:0 7px;
}

#menu-footer_menu {
	list-style:none;
	display:table;
	margin:15px auto 5px auto;
	padding:0;
	line-height:10px;
	height:10px;
	text-align:center;
}

#menu-footer_menu li {
	display:inline-block;
	margin:0 8px 10px 0;
}

#menu-footer_menu li a {
	line-height:10px;
	height:10px;
	display:table;
	padding:0 18px 0 0;
	color:#777;
	font-weight:700;
	background:url(img/separator.jpg) no-repeat;
	background-position:right center;
}

#menu-footer_menu li:last-child a {
	padding-right:0;
	background: white;
}

#menu-footer_menu li a:hover {
	text-decoration:underline;
}

.footer_border {
	border-top:1px solid #ececec;
}

.footer p {
	margin:0;
	text-align:center;
	color:#777;
}

.footer p a {
	color: #2a6fba;
}	

.footer p a:hover {
	text-decoration:underline;
}

/* responsive ---------------------*/

@media (max-width:1600px) {

.section_content {
	padding:0 10%;
}

}

@media (max-width:1300px) {

.section_content {
	padding:0 5%;
}

}

@media (max-width:1200px) {

.slider-arrow {
	display:none;
}

.main_video iframe,
.main_video,
.photo_bg {
    width: 460px;
    height: 270px;
}

.video_content,
.slideshow,
.items,
.item,
.item img,
.item_box {
	height:270px;
}

.main_content {
	padding-left: 485px;
}

}

@media (max-width:1000px) {

.gallery_box {
	width:25%;
}

.related_rows .post_row:nth-child(3) {
	display:none;
}

.home_rows .post_row:last-child {
    display: none !important;
}

.main_video iframe,
.main_video,
.photo_bg {
    width: 345px;
    height: 202px;
}

.video_content,
.slideshow,
.items,
.item,
.item img,
.item_box {
	height:202px;
}

.main_content {
	padding-left: 370px;
}

.post_row {
	width:50%;
}

}

@media (max-width:800px) {

.map {
	height:300px;
}

.half_box {
	width:100% !important;
}

.contact_boxes .half_box:nth-child(1) {
	margin-bottom:35px !important;
}

.gallery_box {
	width:33.33333%;
}

.main_video iframe,
.main_video {
    width: 100%;
    height: 300px;
	float:none;
}

.video_content {
	height:300px;
}

.main_content {
	padding-left: 0px;
    padding-top: 15px;
    margin-top: 15px
}

}

@media (max-width:700px) {

.photo_bg {
	display:none;
}

#menu-header_menu li {
	float:none;
	width:100%;
}

#menu-header_menu li a {
	text-align:center;
}

#menu-header_menu {
	width:100%;
}

}

@media (max-width:600px) {

.logo img {
	height:60px;
	width:auto;
}

.gallery_box {
	width:50%;
}

.wysija-input {
	margin-bottom:13px;
}

.section_4 h3 {
	font-size: 22px;
    line-height: 25px;
}

.section_4 h3 span {
	font-size: 18px;
}

.header_logo {
    padding: 40px 0;
}

.header_info p {
	float:none;
	text-align:center;
	margin-bottom:10px;
}

.header_info {
	line-height:20px;
}

.language-chooser {
	float: none;
    display: table;
    margin: auto;
}

.logo {
	float: none;
}

.live_stream {
	float: none;
    display: table;
    margin: auto;
	margin-top:10px;
}

.live_stream:after {
	display:none;
}

.main_video iframe,
.main_video {
    width: 100%;
    height: 230px;
	float:none;
}

.video_content {
	height:230px;
}

.post_row {
	width:100%;
}

}


/* print ----------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    
    /* Black prints faster: h5bp.com/s */
    a,a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,a[href^=javascript:]:after,a[href^=#]:after {
        content: "";
    }
    
    /* Don't show links for images, or javascript/internal links */
    pre,blockquote {
        border: 1px solid #777;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    /* h5bp.com/t */
    tr,img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: .5cm;
    }
    
    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,h3 {
        page-break-after: avoid;
    }

}