/*
Theme Name:         TheSaaSX-Child
Theme URI:          http://thetheme.io/thesaasx
Description:        Responsive SaaS, Startup and Business WordPress Theme
Author:             TheThemeio
Author URI:         http://thetheme.io
Template:           thesaasx
Version:            1.1.1
Text Domain:        thesaasx-child
Tags:               one-column, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready

License:            Licensed under the Themeforest Standard Licenses
License URI:        https://themeforest.net/licenses/terms/regular
*/

a.cart-button { display: none !important; }

#world_map_wrapper{
    padding:0px !important;
}

#world_map_wrapper .container,
#world_map_wrapper .container .col-md-8,
#world_map_wrapper .container .col-lg-8{
    max-width: none !important;
    margin:0px !important;
    padding:0px !important;
}

#world_map_wrapper .container .row{
    display:block;
    margin:0px;
}

#world_map_wrapper .container .section_content{
    padding:200px 0;
}

#world_map {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.2;
}

#world_map_wrapper .gap-xy{
    margin:0px !important;
}

#world_map_wrapper .section_content,
#world_map_wrapper .gap-xy{
    z-index: 999;
    position: relative;
}

#world_map_wrapper .lead-2,
#world_map_wrapper h1{
    display: none;
}

#world_map_wrapper .overlay{
    background-image: linear-gradient(0deg, rgba(57, 173, 204, 1) 0%, rgba(41, 105, 143, 1) 95.09%) !important;
}

.post-template-default .header img{
    display:none;
}


.gmw-sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-left: 1px solid #f1f2f3;
  }
  
  .gmw-sidebar hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top-style: solid; 
  }
  .gmw-sidebar .nav-sidebar {
    height: 100%; 
  }
  
  @media (max-width: 991.98px) {
      .gmw-sidebar {
          padding-top: 5rem;
          padding-bottom: 5rem; 
      } 
  }
  
  .widget {
    padding: 1.5rem 0; 
  }
  
  .gmw-sidebar .widget:first-child {
    padding-top: 0; 
  }
  
  .gmw-sidebar .widget:last-child {
    padding-bottom: 0; 
  }
  
  .gmw-sidebar .widgettitle {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .gmw-sidebar .widget_text .textwidget {
    font-size: 13px; 
  }
  
  .gmw-sidebar .menu ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style-position: inherit;
    list-style: none;
  }
  
  .gmw-sidebar .menu ul li::before {
    _color: #dc3339;
    content: "\25CB";
    font-size: 1em;
    padding-right: 1.1225em;
    position: relative;
    top: 0em;
  }
  
  .gmw-sidebar .menu ul li.current_page_item::before {
    color: #dc3339;
  }
  
  .gmw-sidebar .menu li {
    font-size: 14px;
    color: #bfc5ca; 
  }
  .gmw-sidebar  .menu li a {
    color: #757575;
    padding: 0;
    font-weight: 300; 
  }
  
  .gmw-sidebar .menu li a:hover {
    color: #dc3339;
  }
  
  .gmw-sidebar .widget_calendar table {
    width: 100%; 
  }
  
  .gmw-sidebar  .widget_calendar table th {
    font-weight: 600; 
  }
  
  .gmw-sidebar .widget_calendar table caption {
    font-size: 14px;
    text-align: center;
    font-weight: 500; 
  }  
  
  .gmw-sidebar .menu .menu-item {
    display: list-item;
  }
  
  .gmw-sidebar .menu .sub-menu{
    margin-left:10px;
  }