/*
Theme Name:   WPLTwentyEightChildTheme
Description:  Write here a brief description about your child-theme
Author:       Rohit Kehri
Author URL:   Write here the author's blog or website url
Template:     wpl_twentyeight
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  WPLTwentyEightChildTheme
*/

/* Write here your own personal stylesheet */

.top_footer_rows .widget_wpl_carousel_widget {
    min-height: 480px;
    background: url(assets/Pattaya-Beach-Sunset.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main_box .single nav.navigation{
    display:none !important;
}