/*
Theme Name:		busy
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group | jskorupa
Author URI: 	http://muffingroup.com
Description:	jskorupa.pl
Template:		betheme
Version: 		666
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* stylowanie mega menu */
  @media only screen and (min-width: 1240px){


.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
	padding: 20px 0;
  	text-align: center;
  	border-bottom: 1px solid #b7c958;
}
}




/* stylowanie kategorii w menu z daniami */



ul.wpb_page_list {
    list-style: none;
    list-style-type: ;
    background-color: none;
    margin: 0 0 0 0!important;
}



ul.wpb_page_list li:before, .fancy_heading .title:before{
  content: '';
  border: 2px solid #b7c958;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
  z-index: -1;
    }


ul.wpb_page_list li, .fancy_heading .title{
  padding: 1rem 2rem;
  display: inline-block;
  border: 2px solid #333;
  font-size: 2.5rem;
  border-radius: 4% 6% 5% 4% / 1% 3% 2% 4%;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  background: transparent;
  position: relative;
  
}


@media only screen and (max-width: 767px)
{
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px!important;
    padding-left: 3px!important;
    padding-right: 3px!important;
}
}




.date{display: none!important;}



/* menu mobilne button  */

#Top_bar a.responsive-menu-toggle {
    width: 50px;
    height: 76px;
    border: 1px solid #fabb00;
    background: #fff;
}

/* wielkie w menu */

#Top_bar .menu_wrapper {
  text-transform: uppercase;
}