/*
Theme Name: Twenty Thirteen Child
Theme URI: http://wordpress.org/themes/twentythirteen
Template: twentythirteen
Version: 0.1.0
Author: kofein
Author URI: http://kofein.org.ua/
Description: Theme foe Yamama service.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentythirteen
*/

.entry-header, .entry-content, .entry-summary, .entry-meta {
    max-width: 960px;
}

.site-header {
    padding-top: 20px;
}

.site-header .home-link {
    min-height: 110px;
}

.header-wrap {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

.header-left, .header-right {
    display: inline-block;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.header-right ul {
    margin: 5px 0;
}

.header-left strong {
    margin: 5px 0;
}

.header-contacts {
    list-style: none;
}

.header-contacts li{
    background-repeat: no-repeat;
    padding-left: 35px;
    font-family: Calibri, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}

h1 {
	font-weight: bold;
	font-size: 28px;
}

.phones {
    background-image: url("images/phone-ico.png");
    background-position: 0 30px;
}

.places {
    background-image: url("images/home-ico.png");
}

.emails {
    background-image: url("images/email-ico.png");
}

.phone-numbers {
    display: block;
}

/*#blog-description {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}*/

.navbar {
    background-color: rgb(255,0,0);
    padding: 0;
}

/*
.navigation a,.navigation a:visited, .nav-menu li a {
    color: rgb(255,255,255);
}
*/
.nav-menu li a {
    color: rgb(255,255,255);
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: rgb(255,255,255);

}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    color: rgb(0,0,0);
}