/*
 Theme Name:   BestHotelsAdvisor Theme
 Theme URI:    https://besthotelsadvisor.com/
 Description:  Custom theme of BestHotelsAdvisor.com
 Author:       Charvel Rebagay
 Author URI:   https://charvelrebagay.com
 Template:     generatepress
 Version:      1.0
*/

/* Site Wrapper */
.site-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
}

/* No Underline */
.no-ul, .no-ul a {
	text-decoration: none;
}

/* Sticky Sidebar */
.sticky-sidebar {
	position: sticky;
	top: 4rem;
}

.simpletoc ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 15px
}

.simpletoc li {
	margin-top: 0.4em;
}