/*
Theme Name: HAsoft-Pro Theme
Theme URI: https://stg2.hiraansari.dev/
Author: Hira Ansari
Author URI: https://hiraansari.dev/
Description: A WordPress fully functional starter or boilerplate theme with features including multiple layout options, detailed font color pallet, 25 Google Trending Web Fonts, detailed background-color pallet, Bootstrap nav-walker, custom logo, background image, topbar, scroll-to-top, header-footer code snippets, multiple header menu sections, banner image section, featured section, secondary footer section, menu column with footer copyright, above footer widget section, separate page sidebars, loads of widget options.  
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hasoft_pro
*/

.row { --bs-gutter-x: 0rem !important; }

#content-wrapper {
    padding: 40px 0px 40px;
}

#footer {
    padding: 40px 20px 0px;
}



footer ul, .header-right-col ul, #hasoft-topbar ul, #primary-footer ul, .hasoft-sidebar-widget ul {
    list-style: none;
    text-decoration: none;
    padding-left: 0px;
	margin-left: 0px;
}
/* Basic Navigation layout */

header nav li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
	padding: 5px 10px;
}

nav#nav-bar {
    padding: 0px;
}

.header-right-col ul li, #hasoft-topbar ul:not(.wp-block-social-links) li, #primary-footer ul li {
        display: inline-block;
		margin: 0px 1vw;
 }

#hasoft-topbar {
        height: 35px !important;
        overflow: hidden;
    }

#hasoft-topbar div:last-child{
	text-align: right;
	
}

footer li, header li, .sidebar li, #hasoft-topbar li {
    list-style: none;
    cursor: pointer;
}

a {
    text-decoration: none !important;
}
.sidebar {
        padding: 10px 1vw;
        box-sizing: border-box;
    }