/*
 Theme Name:   Poka HotTable Theme
 Theme URI:    #
 Description:  Poka Child Theme
 Author:       PokaTheme
 Author URI:   #
 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) {

}
.clearfix::after{content:"";display:table;clear:both}
