/*
 Theme Name:   Avantage Child
 Theme URI:    http://avantage.bold-themes.com
 Description:  Avantage child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     avantage
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  avantage-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.bt_bb_slider_item  {
    max-width: 80%;
    padding: 10px 30px; 
}

#hero-section.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
  padding-bottom: 2.75em;
}

#hero-section {
    margin-top: 2.5em !important;
}

#hero-section .bt_bb_separator.bt_bb_bottom_spacing_large {
  margin-bottom: 2.75em;
}

#hero-section .bt_bb_headline_subheadline {
    color:#fff;
}

#hero-section {
    //background: red;
}

#menu-primary-menu li{
    padding: 0 20px 0 0;
} 
#menu-primary-menu li a{
    padding: 0 10px;
} 
#menu-primary-menu li.current_page_item a {
    background: #ffc700;
    color: #fff;
}


.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a::after, .btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a::after {
  background-color: transparent;
}