/*
 Theme Name:   Poka HotTable Theme
 Theme URI:    https://pokatheme.com
 Description:  Poka Child Theme
 Author:       PokaTheme
 Author URI:   https://pokatheme.com
 Template:     pokatheme
 Version:      1.0.1
 Tags:
 Text Domain:  poka-child
*/

/* ==========================================================================
   Main Styles
   ========================================================================== */
.home .fullscreen-bg {
    background-image: url(images/bg-fullscreen.jpg);
}

/* ==========================================================================
   Responsive steps
   ========================================================================== */
/* Large desktops */
@media (max-width: 1199px) {

}

/* Tablet */
@media (max-width: 991px) {

}

/* Mobile */
@media (max-width: 767px) {

}

/* Small mobile */
@media (max-width: 575px) {

}