/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

 .blog-index-index .page-title,
 .blog-category-view .page-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 15px; color: #333; text-transform: uppercase;
 }
 
 .blog-search-main .bg-grey{
   background: #e5e5e5;
   padding: 40px 50px;
 }
 .blog-search-main .field, 
 .blog-search-main .control,
 .blog-search-main .actions {
   display: inline;
 }
 .blog-search-main .control {
    width: 95%;
 }
 .blog-search-main form input {
   display: inline-block;
   vertical-align: top;
   width: 80%;
   height: 41px;
 }
 .blog-search-main form button {
   border: 2px solid #000 !important;
   background: #fff;
   color: #333 !important;
   line-height: 30px;
   margin-left: 15px;
   height: 40px;
 }   
 .blog-search-main .label,
 .blog-search-main form button span,
 .blog-sidebar-categories strong,
 .block-tagclaud strong{
   font-weight: bold !important;
 }
 .post-list .post-text-hld h2.post-title {
    font-weight: bold;
 }
 .blog-sidebar-categories .list-categories li a,
 .blog-sidebar-categories .list-categories li ul a:hover{
   color: #00b0f0;
 }
 .blog-sidebar-categories .list-categories li ul a{
    color: #222222;
 }

 @media (min-width: 768px) {
   .blog-search-main .control {
      width: 95%;
   }
   .blog-sidebar-categories {
      margin-top: 68px;
   }
 }