/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@media (max-width: 700px) {
.phone_icon {
    position: fixed !important;
    z-index: 100;
    left: 65% !important;
    bottom: 1%;
    visibility: visible !important;
}
}
@media (min-width: 700px) {
.phone_icon {
    position: fixed !important;
    z-index: 100;
    left: 90%;
    bottom: 5%;
    visibility: visible !important;
}
}

/* Tymczasowe ukrycie zakładek Aktualności i akademia w footerze i menu */
/* 
#menu-item-110, #menu-item-2223, #menu-item-297, #menu-item-296, #menu-item-112, #menu-item-107, #menu-item-113 {
	display: none;
}

#menu-stopka-lewa, #menu-stopka-pod-logo, #menu-item-294, #menu-item-693 {
	display: none;
} */

.blue_gradient {
	background: linear-gradient(90deg, #5196ff 0%, #0061f6 100%) !important;
}