/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns
Version: 3.8.1743302246
Updated: 2025-03-30 02:37:26

*/

.entry-title{ display:none}
.entry-header{display:none}
.titleCustom{    padding-top: 30px;    padding-bottom: 10px;}

.e-con > .e-con-inner {
	max-width: 100% !important;
	padding: 0 50px !important;
}
.e-con > .e-con-inner h2 {font-size:30px !important;}

.entry-content h1, h2, h3, h4, h5, h6 {
    margin-bottom:0px !important
}
ul {
    margin: 0 0 20px 0 !important;
    padding: 0 0 0 20px !important;
    list-style: disc !important;
}
.footer-section .footer-top .footer-widget .widget-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-bottom ul{margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;}
.top-bar .topbar-right .social-icon-area ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
}

.top-bar .topbar-left .icon svg {
    fill: #fff !important;
}
.top-bar .topbar-left.two .content a:hover {
    color: var(--primary-color2) !important;
}

.breadcrumb-section .banner-content .breadcrumb-list, .package-card3 .location-area .location-list, .rating, .social-link{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.package-card3 .package-card-content .card-content-top .feature-list {
    list-style: none !important;
    padding: 0 !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
    padding: 0 30px !important;
  }
}

@media (max-width: 767px) {
.e-con > .e-con-inner {
	max-width: 100% !important;
	padding: 0 0px !important;
}
}