/*
Theme Name: flashgate
Description:Motyw dla Flashgate
Author:Pawel Gajda
Version:1.0
template:oceanwp
*/

/* You can write your own css code below to override the default style */
/*Search page-single*/

@import url("../oceanwp/assets/css/style.css");
.elementor-element-a49f9f2.elementor-widget.elementor-widget-sidebar div.elementor-widget-container div#tr_credit
{
    display:none!important;
}
/*Formatowanie MEnu*/
.current-menu-item > a
{
background-color: #1b8bd2;
color: #fff!important;
border-radius: 3px;
}
#site-navigation-wrap .dropdown-menu > li > a
{
    line-height: 30px!important;
}
#site-navigation
{
   margin-top:8%!important;
}
#top-bar-wrap
{
    border:none!important;
}
/*Ukrycie - title section on Home Page*/
html.html body.home div#outer-wrap.site.clr div#wrap.clr main#main.site-main.clr header.page-header,
div.container.clr.page-header-inner h1.page-header-title.clr
{
    display:none!important;
}
.icon::before
{
    content: "\f061";
    font-size: 10px;
    margin-left: -18px;
    margin-right: 4px;
}