/*
Theme Name: Divi Child Theme
Version: W.01
Description: Basic Child Theme by audytor.website
Author: audytor.website
Template: Divi 
Author URL: https://audytor.website
*/
 /************************************ IKONY MENU *********** **********************/
 /*** ZNAKI CYTATÓW ***/ .menu-icon-1 a:before { content: "\7c"; }
 /*** TARCZA ZEGERA ***/ .menu-icon-2 a:before { content: "\7d"; }
 /*** ZAMKNIĘTA KŁÓDKA ***/ .menu-icon-3 a:before { content: "\7e"; }
 /*** KLUCZ ***/ .menu-icon-4 a:before { content: "\e001"; }
 /*** CHMURA ***/ .menu-icon-5 a:before { content: "\e002"; }
 /*** IKONA OBRAZU KRAJOBRAZU ***/ .menu-icon-6 a:before { content: "\e005"; }
 /*** ŻARÓWKA ***/ .menu-icon-7 a:before { content: "\e007"; }
 /*** APARAT ***/ .menu-icon-8 a:before { content: "\e00f"; }
 /*** KOPERTA ***/ .menu-icon-9 a:before { content: "\e010"; }
 /*** KARTA KREDYTOWA ***/ .menu-icon-10 a:before { content: "\e014"; }
 /*** KOSZYK NA ZAKUPY ***/ .menu-icon-11 a:before { content: "\e015"; }
 /*** PIN LOKALIZACJI ***/ .menu-icon-12 a:before { content: "\e01d"; }
 /*** KALENDARZ ***/ .menu-icon-13 a:before { content: "\e023"; }
 /*** KSIĄŻKA KONTAKTÓW ***/ .menu-icon-14 a:before { content: "\e026"; }
 /*** SERCE ***/ .menu-icon-15 a:before { content: "\e030"; }
 /*** FILIŻANKA KAWY ***/ .menu-icon-16 a:before { content: "\e105"; }
 /*** PORTFEL ***/ .menu-icon-17 a:before { content: "\e100"; }
 /*** TECZKA ***/ .menu-icon-18 a:before { content: "\e0fe"; }
 /*** GWIAZDKA ***/ .menu-icon-19 a:before { content: "c"; }
 /*** HOME ***/ .menu-icon-20 a:before { content: "\e009"; }
 /*** ŁAŃCUCH LINKÓW ***/ .menu-icon-21 a:before { content: "\e02c"; }
 /*** LIKE UP UP ***/ .menu-icon-22 a:before { content: "\e106"; }
 /*** KLEPSYDRA ***/ .menu-icon-23 a:before { content: "\e0e1"; }
 /*** WYKRES KOŁOWY ***/ .menu-icon-24 a:before { content: "\e029"; }
 

/************************************* KONIEC *********** ******************************/

.m_uslugi a:before {
    font-family: 'ETmodules';
    content: "\e079";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}
.m_zapisy a:before {
    font-family: 'ETmodules';
    content: "\7d";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}


.m_news a:before {
    font-family: 'ETmodules';
    content: "\e105";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}


.m_firma a:before {
    font-family: 'ETmodules';
    content: "\e0fe";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}


.m_home a:before {
    font-family: 'ETmodules';
    content: "\e009";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}

.m_kontakt a:before {
    font-family: 'ETmodules';
    content: "\e010";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;

}

.m_onas a:before {
    font-family: 'ETmodules';
    content: "\e030";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}

.m_oferta a:before {
    font-family: 'ETmodules';
    content: "\e031";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}

.m_cennik a:before {
    font-family: 'ETmodules';
    content: "\e014";
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}

/*------- kolor hamburger ------- */
.mobile_menu_bar:before {
    color: #652850;
    font-size: 37px;
}





/*menu zwijane */

/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
