.site-branding {
display:block;
}
/* Выключение сайдбара на главной странице */

.home #primary, .home .article, .home .col-md-7, .home .tagdiv-span8, .home .col-md-9, .home .col-sm-9, .home .col-md-8, .home .large-9, .home .Blog_main, .home .post-content, .home .mh-content, .home .cm-primary{
width:100%;
max-width:100%;
} 

.home #secondary, .home .sidebar, .home .tagdiv-sidebar, .home .col-md-3, .home .col-md-4, .home #sidebar, .home .sidebar-content, .home .mh-sidebar, .home .cm-secondary {
display:none;
}


/* Настройка ширины виджетов в рядах */

/* Первый ряд */
.a1-1, .a1-2 {
width:48.75%;
float:left;
}

.a1-1 {
margin-right:2.5%;
}

.row1 img {
height:300px
}

/* Второй ряд */
.a2-1, .a2-2, .a2-3 {
width:31.5%;
float:left;
}

.a2-1, .a2-2 {
margin-right:2.5%;
}

.row2 img {
height:220px
}

/* Третий ряд */

.a3-1, .a3-2, .a3-3, .a3-4 {
width:23%;
float:left;
}

.a3-1, .a3-2, .a3-3 {
margin-right:2.5%;
}

.row3 img {
height: 180px
}

.row1, .row2, .row3 {
display: inline-block;
}

/* Адаптация для мобильной версии */

@media screen and (max-width:800px) {
.a1-1, .a1-2, .a2-1, .a2-2, .a2-3, .a3-1, .a3-2, .a3-3, .a3-4 {
width:100%;
float:left;
}

.row1 img, .row2 img, .row3 img {
height:auto
}
}

/* Задание №2  Ганиченко */

.entry-tags a, .entry-tags a:hover {
    display: none;
}
