/*
	Theme Name: Game Star
	Theme URI: https://flexithemes.com/game-star-wordpress-theme/
	Description: Free Games WordPress theme by FlexiThemes
	Author: FlexiThemes
	Author URI: https://flexithemes.com
	Version: 5.3
	Tags: black, orange, two-columns, right-sidebar
*/



.google-auto-placed {
	grid-column: 2 / 3;
	margin-bottom: 2%;
}

.IR_div strong a {
	font-weight: 700;
	font-size: 115%;
}

.wp-video {
	grid-column: 2 / 3;
	width: 100%;
	max-width: 610px !important;
	height: auto;	
}

/* NE-ZOBRAZOVANIE OTRAVNEHO CREDITS NAPISU NA KONCI */
#credits {
	display: none;
}


/* EMBEDDED ARTICLE IN POST */

.wp-embedded-content {
	grid-column: 2 / 3;
	width: 100%;	
}
.wp-embed {
	background-color: var(--website-embed-background-color) !important;
	color: var(--article-font-color) !important;
}

/* LAYOUT */

@font-face {
  font-family: "Noto Sans";
  src: url('images/NotoSans-Regular.ttf') format('truetype');
  font-display: swap;
}

body 
{
	background: url(images/background.png);
	background-size: cover;
}

#wrap-wrapper {
	background: url(images/wrap-background.png) left top repeat-x;
	}

#container {
	width: 960px;
	}

#contentwrap
{
	display: grid;
	grid-template-columns: 640px 320px;
	background-color: var(--article-background-color);
	width: 960px;
}

a 
{
	color: var(--link-color);
}

a:hover {
	color: var(--link-color-hover);
	}


/* HEADER */

#header {
	width: 100%;
	height: 85px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 22px 0 0 0;
	font-weight: normal;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	}


#header h2 {
	color: #565353;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	}

.logoimg {
    margin: 15px  0 0 0;
    width: 200px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 29px;
	}

#pagemenu {
	height: 29px;
	}

#pagemenu, #pagemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}

#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#pagemenu li a, #pagemenu li a:link {
	color: #FFFFFF;
	display: block;
    margin: 0px 6px 0px 0;
	padding: 9px 12px 9px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Noto Sans', sans-serif;
	}

#pagemenu li a:hover, #pagemenu li a:active {
	color: #fff;
	display: block;
	text-decoration: none;
    background: url(images/pagenav-hover.png) left top repeat-x;
	}

#pagemenu  li.current_page_item a {
	color: #fff;
    background: url(images/pagenav-hover.png) left top repeat-x;
	}

#pagemenu li:hover, #pagemenu li.sfhover {
	position: static;
	}

.topright {
	text-align: right;
    margin: 7px 0 0 0;
	}

.topright a {
	color: #e8bca8;
	text-decoration: none;
	font-size: 11px;
	font-family: 'Noto Sans', sans-serif;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
	}

.topright a:hover {
    color: #fff;
    }

#navcontainer {
	width: 960px;
	height: 38px;
	display: block;
	overflow: hidden;
    	padding: 0;
    	background: url(images/nav-background.png) top left repeat-x;
}

#navcontainer .current-cat a {
	color: #FF6C00;
	background-color: #434343;
}

/* CONTENT */

.singlecontainer {
  width: 640px;
  margin-right: 0;
  float: left;
}

.singlecontainer_index {
  padding-top: 15px;
}

#content {
	  display: grid;
    grid-template-columns: 15px auto 15px;
    color: #434343;
	}

pre { overflow: auto;
	width: 470px;
	}

.post {
	grid-column: 2 / 3;
	margin-bottom: 10px;
    	border-bottom: 1px solid #bfbdbd;
	font-family: 'Noto Sans', sans-serif;
	min-height: 180px;
}

.post_grid {
	display: grid !important;
	grid-template-columns: 279px auto;	/* 260 width of image + 2*2 border + 15 margin-right */
}

.post_grid_thumbnail {
	grid-column: 1 / 2 !important;
	padding: 0;
	box-shadow: 3px 3px 6px var(--index-image-shadow);
	border: 2px solid var(--index-image-border); 
}
.post_grid_info {
	grid-column: 2 / 3;
	display: flex;
	flex-direction: column;
}
.type-news .post_grid_info {
	grid-column: 1 / 3;
	margin: 0;
}

.post p {
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.5;
	}

.title {
	padding: 0px;
	line-height: 1.2em;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
	color: #10100e;
    font-weight: bold;
	}

.singletitle {
	padding: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 25px;
	font-family: 'Noto Sans', sans-serif;
	color: var(--article-header-color);
    	font-weight: bold;
	text-align: center;
}


.title a {
	text-decoration: none;
	color: var(--article-header-color);
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.2em;
}

.title a:hover 
{
	text-decoration: underline;
    	color: #e84c07;
}

.pagetitle {
  grid-column: 2 / 3;
	margin-bottom: 20px;
	line-height: 22px;
	font-family: 'Noto Sans', sans-serif;
	text-decoration: underline;
    	color: var(--article-font-color);
}

.readmorecontent {
	display: none;
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	background: #8E8E8E;
	color: #fff;
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	}

a.readmore:hover {
    color: #fff;
	background: #ff8000;
	}


.postdate {
	font-size: 11px;
	padding: 1px 0px;
	font-family: 'Noto Sans', sans-serif;
	color: #8C8C8C;
	}

.singlepostdate {
	font-size: 11px;
	padding: 10px 0px;
	font-family: 'Noto Sans', sans-serif;
	color: #8C8C8C;
	text-align: center;
	}


.postmeta {
	font-size: 12px;
	padding: 2px 4px;
	font-family: 'Noto Sans', sans-serif;
	color: #314a5d;
	color: var(--article-font-color);
	}


.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}

.singlepostdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}

.entry, .singleentry, .singleentry_index {
	text-align: justify;
	line-height: 22px;
	font-family: 'Noto Sans', sans-serif;
	font-size: medium;
	color: var(--article-font-color);
	min-height: 100px;
	margin-top: -5px;
}

.entry_index { 
	min-height: auto;
}

.entry_index p > iframe {
	max-width: 100%;
}

.singleentry p:first-of-type {
  font-weight: bold;
}

.navigation {
  grid-column: 2 / 3;
	padding-bottom: 15px;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 600;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: var(--article-font-color);
	border-left: 3px solid #e84c05;
	}
/*
.post img {
	/*margin: 0;*/
	max-width: 100%;
	grid-column: 2 / 3;
}
*/
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
  	grid-column: 2 / 3;
  	border: 1px solid #ddd;
  	text-align: center;
  	background-color: #f3f3f3;
  	/* optional rounded corners for browsers that support it */
  	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}

.wp-caption img {
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	border: 0 none;
}

.wp-caption p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #484646 !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#484646 !important;
    border: 0 !important;

}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #484646 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#b33904 !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #484646 !important;
    background: none !important;
    border: 0 !important;
}

/* GALLERY */

.gallery {
	grid-column: 2 / 3;
	margin: 7.5px 0 7.5px 0;
}

.gallery-caption {
	text-align: center;
	margin: 0;
	padding: 0;
	
}

.gallery-item {
	margin: 7.5px 0 7.5px 0;
	justify-self: center;	
}

.gallery-columns-1 {
	display: grid;
	grid-template-columns: 100%;
}
.gallery-columns-1 .gallery-item {
	grid-column: 1 / 2;
	width: 100%;
}

.gallery-columns-2 {
	display: grid;
	grid-template-columns: 50% 50%;
}
.gallery-columns-2 .gallery-item {
	width: 97.5%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
	grid-column: 1 / 2;
	justify-self: start;
}
.gallery-columns-2 .gallery-item:nth-child(2n) {
	grid-column: 2 / 3;
	justify-self: end;
}

.gallery-columns-3 {
	display: grid;
	grid-template-columns: 33.33% 33.34% 33.33%;
}
.gallery-columns-3 .gallery-item {
	width: 96.3%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	grid-column: 1 / 2;
	justify-self: start;
}
.gallery-columns-3 .gallery-item:nth-child(3n+2) {
	grid-column: 2 / 3;
}
.gallery-columns-3 .gallery-item:nth-child(3n) {
	grid-column: 3 / 4;
	justify-self: end;
}

.gallery-columns-4 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}
.gallery-columns-4 .gallery-item {
	width: 95%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
	grid-column: 1 / 2;
	justify-self: start;
}
.gallery-columns-4 .gallery-item:nth-child(4n+2) {
	grid-column: 2 / 3;
}
.gallery-columns-4 .gallery-item:nth-child(4n+3) {
	grid-column: 3 / 4;
}
.gallery-columns-4 .gallery-item:nth-child(4n) {
	grid-column: 4 / 5;
	justify-self: end;
}

.gallery-columns-5 {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.gallery-columns-5 .gallery-item {
	width: 93.8%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
	grid-column: 1 / 2;
	justify-self: start;
}
.gallery-columns-5 .gallery-item:nth-child(5n+2) {
	grid-column: 2 / 3;
}
.gallery-columns-5 .gallery-item:nth-child(5n+3) {
	grid-column: 3 / 4;
}
.gallery-columns-5 .gallery-item:nth-child(5n+4) {
	grid-column: 4 / 5;
}
.gallery-columns-5 .gallery-item:nth-child(5n) {
	grid-column: 5 / 6;
	justify-self: end;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px;
	text-align:center;
	}

.ad125 {
	margin: 6px;
	}


.sidebar {
	margin: 10px 10px 10px 10px;
    	font-size: 13px;
    	color: #9f9f9f;
}

.sidebar a {
	text-decoration: none;
	color: #9f9f9f;
	}

.sidebar a:hover {
	text-decoration: none;
	color:#fff;
	}


#search {
    border: 2px solid #4f4f4f;
    width: 100%;
    height: 26px;
    padding: 2px;
    background: #302f2f;
    text-align: right;
}

#search input {
	border: 0;
    background: none;
    color: #e4e4e4;
}


#s {
	width: 240px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 15px;
}


/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}



.sidebarvideoyoutube iframe {
    width: 100% !important;
}
.sidebarvideo {

	}

.sidebar h2 {
	margin: 15px 0px;
    padding: 5px 15px;
    font-size: 100%;
    font-family: 'Noto Sans',sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
    background-color: #4f4f4f;
    text-align: left;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 300px;
	}

.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.sidebar ul li li {
	padding: 6px 0px 6px 22px;
	margin: 2px 0;
	background: #302f2f url(images/bullet.gif) 6px 11px no-repeat;
	}

.sidebar ul li ul li {
	background: #302f2f url(images/bullet.gif) 6px 11px no-repeat;
	padding: 6px 0px 6px 22px;
	margin: 2px 0;
	}

.sidebar ul li ul li:hover, .sidebar ul li li:hover {
    background-color: #3d3a3a;
}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #9f9f9f;
	background: none!important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background:  none !important;
	}

#wp-calendar td {
	color: #9f9f9f;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #3d3a3a;
	color: #fff;
	}

#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #05040470;
	padding: 22px;
	text-align: center;
	color: #fff;
	font-size: 13px;
    border-top: 2px solid #484646
	}

#footer a {
	color: #fff;
	}

#footer a:hover {
	text-decoration: none;
	}

#credits {
	color: #838383;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	display: none;		/* NE-ZOBRAZOVANIE OTRAVNEHO CREDITS NAPISU NA KONCI */
}

#credits a {
	color: #838383;
    text-decoration: none;
	}

/* COMMENTS */

#comments_counter {
	grid-column: 2 / 3;
}

#comments h4 {
	margin-bottom: 5px;
	font-family: 'Noto Sans', sans-serif;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 5px 0 0;
	}

#commentform textarea {
	width: 90%;
	height: 100px;
	padding: 2px;
	}

#respond{
  grid-column: 2 / 3;
  }

#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	grid-column: 2 / 3;
	margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 0px 0px 0px;
	list-style: none;
	background-color: #E4E4E4;
	border: 1px solid #B9B9B9;

	}

.commentlist li ul li {
	margin-right: -22px;
	margin-left: 5px;
	background-color: #DADADA;
	box-shadow: 3px 3px 6px #B9B9B9;
}

.commentlist p {
	margin: 8px 10px 10px 6px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	font-family: 'Noto Sans', sans-serif;
	}

.nocomments {
	text-align: center;
    margin: 0px;
    padding: 10px 0 20px 0;
    grid-column: 2/3;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.post_thumbnail {
    padding: 0px;
    margin: 0 15px 10px 0;
    box-shadow: 3px 3px 6px var(--index-image-shadow);
    border: 2px solid var(--index-image-border);
}

.singlepost_thumbnail {
    grid-column: 1 / 4;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
	  border: none;
    box-shadow: none;
}

.commentlist .avatar {
	float: left;
	margin: 0px 10px 0px 5px;
  	border-radius: 5px;
}

a.comment-reply-link {
  background-color: #DDDDDD;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #B6B6B6;
  padding: 2px;
  text-decoration: blink;
  margin: 4px;
}

.reply {
  margin-bottom: 5px;
}

/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px 0;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}


/* Tablets ----------- */
/*
@media only screen and (max-width: 768px) {

    .span-1, .span-2, .span-3, .span-4, .span-5,.span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24,
     div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24
    {
        width:100%;
        margin:0;
        display: block;
        padding: 0;
        float: none;
    }

    .container, div.container {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    #contentwrap {
        background-image: none;
    }

    #content {
         background: #eaeaea;
    }

    .entry {
        overflow:  hidden;
    }

    .smooth_gallery, .fullbox_excerpt, .fullbox_content, .myGallery {
        display: none;
    }

    #header, #header-wrap {
        height: auto;
    }

    #header .span-11, #header .span-11 div, #header .span-12, #header .span-12 div, #header .span-13, #header .span-13 div  {
       text-align: center !important;
       padding-bottom: 10px;
    }

     #topsearch, #topsocials, .feedtwitter  {
         text-align: center;
         display: block;
         float: none;
         width: auto;
         margin: 0;
    }
    .logoimg {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar {
        background: #292929;
        margin: 0;
        padding: 10px;
    }



    #search {
        text-align: left;
        padding-left: 5px;
    }

    #s {
        width: auto !important;
    }

    #search input[type='image'] {
        float: right !important;
    }
}

/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
    #header .span-11, #header .span-11 div, #header .span-12, #header .span-12 div, #header .span-13, #header .span-13 div  {
       text-align: center !important;
       padding-bottom: 0;
    }

    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }

    #pagemenucontainer, #navcontainer, #pagemenu, #nav {
        display: none;
    }
}
*/
/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100% /*!important*/;
}

img {
	height: auto;
	max-width: 100%;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* WooCommerces ----------- */
.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
}
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}


/* VLASTNY KOD */
/* Uplne na konci preto, aby ho nic uz neprepisalo */

/* News - krátke správy*/
.date-post p, 
.date-post span
{
	color: var(--article-font-color) !important;
}

.page-numbers.current {
	color: #434343;
}
.news_pagination a:hover {
	border-color: var(--article-font-color);
	background: #EAEAEA !important;
	color: var(--article-font-color);
}

.type-news {
	grid-column: 2 / 3;
	margin-top: 3%;
}


.news-content-excerpt p iframe {
	/* Video na stranke s novinkami */
	width: 100%;
}

/* Dačo */

#stacked_layout
{
	background-color: var(--article-background-color);
}

/* Box s recenziou */

#review,
.review-title,
.review-desc p,
.review-list li
{
	background-color: var(--website-embed-background-color) !important;
	color: var(--article-font-color) !important;
}

.review-title,
.review-list li:nth-child(2n+1),
{
	background-color: var(--website-embed-background-color-soft) !important;
}

/* Embedded clanok */
.wp-embed-override
{
	background: #82B78c !important;
}


.singleaside
{
	background-color: #292929;
	padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 
{
	color: var(--article-header-color);
}

/* Metaslider na hlavnej stranle a footer */
.index_metaslider,
#index_footer 
{
	width: 960px;
}

/* Prepinac pre light/dark verziu vzhladu stranky */
.theme-switch-wrapper 
{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    justify-self: end;

    display: flex;
    align-items: center;

}

em 
{
      margin-left: 10px;
      font-size: 1rem;
}

.theme-switch 
{
    display: inline-block;
    height: 24px;
    position: relative;
    width: 52px;
}

.theme-switch input 
{
    display:none;
}

.slider 
{
    background-color: #7F7F7F;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before 
{
    bottom: 4px;
    content: "";
    height: 16px;
    left: 6px;
    position: absolute;
    transition: .4s;
    width: 16px;
}

input:checked + .slider 
{
    background-color: #7F7F7F;
}

input:checked + .slider:before 
{
    transform: translateX(26px);
}

.slider.round 
{
    border-radius: 30px;
}

.slider.round:before 
{
    border-radius: 50%;
    background: #FF6C02;
}


/* Vrchne menu stranky (kontakt, bud redaktor, ...)*/
.top-menu-container
{
	display: grid;
	grid-template-columns: auto 960px auto;
	height: 30px;
	background-color: #292929;

}

.top-menu 
{
	grid-column: 2 / 3;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.top-menu .item 
{
	width: auto;
	line-height: 30px;
}

.top-menu .item:hover 
{
	/*background-color: #7F7F7F;*/
	text-decoration: underline;
	
}

.top-menu .item a 
{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Noto Sans',sans-serif;
	padding: 0 1em 0 1em;
}

.top-menu .at-end 
{
	margin-left: auto;	
}


/* Farebna schema stranky */
:root {
  --website-background-color: #1C1608;
  --website-embed-background-color: #FFF;
  --website-embed-background-color-soft: #5F5F5F;
  --article-background-color: #EAEAEA;
  --article-font-color: #434343;
  --article-header-color: #101010;
  --index-image-shadow: #888;
  --index-image-border: #FFF;
  --link-color: #E84C07;
  --link-color-hover: #FF540A;
}

[data-theme="dark"] {
  --website-background-color: #101010;
  --website-embed-background-color: #4F4F4F;
  --website-embed-background-color-soft: #5F5F5F;
  --article-background-color: #302f2f;
  --article-font-color: #EAEAEA;
  --article-header-color: #EAEAEA;
  --index-image-shadow: #000;
  --index-image-border: #858585;
  --link-color: #E84C07;
  --link-color-hover: #FF540A;
}

.noimage {
	background-image: none !important;
	background-color: #101010 !important;
}