/**
 * Theme Name:   Ignites Child
 * Theme URI:    https://musilda.cz
 * Description:  Ignites Child Theme
 * Author:       Vladislav Musilek
 * Author URI:   https://musilda.cz/
 * Template:     ignites
 * Version:      1.0.0
 */

/* ----------------------------------------------------------------------------
 * Add your Child Theme css styles 
 * ------------------------------------------------------------------------- */

body {
    font-size:0.8rem;
    background-color:#ededed!important;/*
    background-image: -webkit-repeating-radial-gradient(center center,rgba(0,0,0,.1),rgba(0,0,0,.1) 2px,transparent 2px,transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center,rgba(0,0,0,.1),rgba(0,0,0,.1) 2px,transparent 2px,transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center,rgba(0,0,0,.1),rgba(0,0,0,.1) 2px,transparent 2px,transparent 100%);
    background-image: repeating-radial-gradient(center center,rgba(0,0,0,.2),rgba(0,0,0,.2) 2px,transparent 2px,transparent 100%);
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;*/
  }

a{
    text-decoration: none;
    outline: 0;
    color: #BE5532;
}
a:focus, a:hover {
    text-decoration: underline;
    outline: 0;
    color: #000;
}

h1, .h1{
	font-size:20px;
}

.widget, .post, .content-area .page, .not-found{
	padding:10px;
	box-shadow:none;
}
.wrap-content{
	padding:10px;
}

.header-section{
	padding:0;
	background-color: transparent;
}
.header-section .container{
	background-color: #ffffff;
	padding:0;
}

.site-branding{
	margin-bottom:0;
}

.site-branding,
.site-branding a,
.site-branding a img{
	width:100%;
}
.main-content-section{
	padding:0;
}
.main-content-section .container{
	background-color:#ffffff;
}

.widget-area{
	padding-top:15px;
}
.widget-area h3{
	padding:12px 12px;
	background:#ededed;
	font-size:18px;
	margin-bottom:16px;
}
.widget-area ol{
	padding-left:20px;
	margin-bottom:16px;
}

.widget-area .menu ul{
	list-style:none;
}
.widget-area .menu ul li{
	width:100%;
	line-height:44px;
}

.widget-area .menu ul li a{
	padding:1px 12px;
	background:#ededed;
	width:100%;
	display:inherit;
	border-bottom:solid 2px #ffffff;
	color:#000000;
}
.widget-area .menu ul li a:hover,
.widget-area .menu ul li a.menu_current,
.widget-area .menu ul li a.submenu_current,
.widget-area .menu ul li.li_current>a
{
	background:#444444;
	color:#ffffff;
	text-decoration:none;
}
.widget-area .menu ul ul{
	display:none;
	padding-left:20px;
}
.widget-area .menu ul li.li_current>ul{
	display:block;
}

.widget-area .sidebar-rozcestnik ul{
	padding-left:26px;
	font-weight:bold;
}
.widget-area .sidebar-rozcestnik p{
	margin-bottom:10px;
	font-weight:bold;
	padding-left:26px;
}


.footer-section{
	background-color:#444444;
}
.site-info{
	color:#fff;
}

.bigramecek{
	float: left;
    width: 100%;
    padding: 10px;
    background: #ededed;
    margin-bottom: 20px;
}
#obrazek-baner{
	float:right;
	width:50%;
}
#seznam{
	float:left;
	width:48%;
}
#seznam h2{
	font-size:20px;
}