/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Animowane menu 14 - 83 */
#site-header.medium-header #site-navigation-wrap #site-navigation {
display: inline-block;
position: relative;
width: 100%!important;
}
#site-navigation-wrap .dropdown-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex!important;
justify-content: space-between!important;
}
/* Tabs */
.tabs {
width: 100%;
display : flex;
}
ul.tabs-nav {
list-style: none;
margin: 0;
padding: 5px;
overflow: auto;
width : 38%;
}
.tabs-content{
width : 62%;
}
ul.tabs-nav li {
font-weight: bold;
margin-right: 2px;
padding: 8px 10px;
cursor: pointer;
display:block;
}
ul.tabs-nav li:hover,
ul.tabs-nav li.active {
}
.tabs-nav li a {
display:block;
text-decoration: none;
color: #000;
font-weight:400;
letter-spacing:1.4px;
font-size:16px;
}
.tabs-nav li.active {
color: blue;
background-color:#f7f6f6;
}
.tabs-nav li.active a{
color: #c7b174;
}
.tabs-nav p {
margin:30px 0 0 0;
}
.tab-content {
padding: 10px;
display: flex;
justify-content: space-between;
}
#a-pd-wszystkie,
#a-kn-wszystkie,
#a-sd-wszystkie,
#a-so-wszystkie {
color:#9d8547;
font-weight: 500;
}
li.sub a {
padding-left:35px!important;
}


#site-header.medium-header .top-col.logo-col {
    text-align: left!important;
    padding-left: 30px!important;
}

#site-header.medium-header .top-col.col-2{
	text-align: right!important;
    padding-right: 20px!important;
}