/*
 Theme Name:   PokaTheme Child
 Theme URI:    https://pokatheme.com
 Description:  PokaTheme Child
 Author:       PokaTheme
 Author URI:   https://pokatheme.com
 Template:     pokatheme
 Version:      1.0.1
 Tags:         
 Text Domain:  poka-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */

.head-inline .top-bar-search { 
    float: none;
    width: 100%;
}

.head-inline .row > div {
    display: flex;
    align-items: center;
}

.head-inline .top-bar-search .form-group, .head-inline .top-bar-search .input-group  {
    width: 100%;
}

.head-inline .top-bar-search .btn, .head-inline .top-bar-search .form-control {
    height: 50px;
}

/* ==========================================================================
   Responsive steps
   ========================================================================== */
/* Large desktops */
@media (max-width: 1199px) {
    
}

/* Tablet */
@media (max-width: 991px) {
    
}

/* Mobile */
@media (max-width: 767px) {
    
}

/* Small mobile */
@media (max-width: 575px) {
    
}