/*
Main Custom Stylesheet for Divi Child Theme CC
*/


/*add a word beside the hamburger menu*/
.et_mobile_nav_menu:before {
  content:'Menu';
  text-transform: uppercase;
	font-weight: bold;
  margin-right: 4px;
} 


/* for content in columns*/
.align-vertical{
	margin: auto;
}

@media all and (max-width: 980px) {
  .et_pb_row.reverse-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*TOP MENU with LOGO */
.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
  padding: 13px 0 26px 0;
}


/*TOP MENU with.OUT LOGO */
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a{
  padding-bottom: 26px;
}

.bc-slider{
  margin-bottom: 0px;
}