/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
:root {
  --color1: #769be7;
  --color1a: rgba(118, 155, 231, 0.5);
  --color2: #000066;
  --color3: #ec5300;
  --color3a: rgba(236, 83, 0, 0.5);
}

body {
  color: #333;
}

.hero-content-style1 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 15px;
}

.page-header.page--cover {
  background-size: 150%;
}

.page-header.page--cover:before {
  background: rgba(0, 0, 0, 0.2);
}

.bg-image {
  /* The image used */
  /* background-image: url("photographer.jpg"); */

  /* Add the blur effect */
  filter: blur(5px);
  -webkit-filter: blur(5px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 2px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.bg-text h1 {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 2.5em !important;
  text-transform: uppercase;
}

.section-title-area .section-subtitle {
  color: #666;
}



@media screen and (max-width: 800px) {
  .page-header.page--cover {
    padding: 15% 0;
  }
  .bg-text {
    border: 2px solid #f1f1f1;

    padding: 10px;
  }
  .bg-text h1 {
    font-size: 1.5em !important;
  }
}

.header-box {
  position: relative;
}

.site-content {
  background-color: #f1f1f1;
  border-top: 3px solid var(--color3);
}

.breadcrumbs {
  background-color: #fff;
  border-top: 3px solid var(--color3);
}

.breadcrumbs a {
  color: #333;
  font-weight: bold;
}

.info-text{
    line-height: 200%;
}

.info-h{
    line-height: 150%;
}
.info-sh {
     
    line-height: 180%;
}

.product {
  background-color: #fff;
}
.products .product {
  box-shadow: 0 1px 2px #ccc;
  transition: box-shadow 1s ease-in-out;
}
.products .product:hover {
  box-shadow: 0 2px 3px #aaa;
}

#colophon {
  background-image: url("foot.webp");

  /* Add the blur effect */
  /* filter: blur(5px);
    -webkit-filter: blur(5px); */

  /* Full height */
  /* height: 100%;  */

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

#colophon .menu li {
  background-color: transparent;
  padding: 2px;
  margin: 0;
  font-weight: normal;
  border: 0;
  box-shadow: none;
}
#colophon .menu li:hover {
  box-shadow: none;
}
#colophon .menu li a {
  color: #fff !important;
  font-size: 12px;
}
.site-footer,
.footer-widgets {
  background-color: transparent !important;
}

.site-footer .site-info,
.site-footer .btt a {
  background-color: rgba(0, 0, 0, 0.4);
}
.site-footer .btt a {
  font-size: 50px;
  top: -60px;
  border-radius: 20px;
}

#post-1465 > .list-article-thumb {
  display: none;
}
#post-1465 .entry-title {
  display: none;
}

.pros-img-border img {
  padding: 10px;
  /* border: 1px solid var(--color1); */
}

.wp-block-separator {
  border-bottom: 1px solid var(--color3);
}

.entry-title,
.page-title {
  text-align: center;
}

.woocommerce-shop ul.columns-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 1.5em 0;
  margin: 0;
  font-size: 1.3em;
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  padding: 15px;
}

.woocommerce-loop-category__title,
.woocommerce-loop-product__title {
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-loop-category__title .count,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce ul.products li.product .button {
  display: none;
}

.product-category img,
.woocommerce-LoopProduct-link img,
.woocommerce-product-gallery {
  padding: 10px;
  /* border: 1px solid var(--color1); */
}

.single-product .page-header {
  display: none;
}

.hero__content a.btn {
  font-size: 200%;
}

.pros-btn1,
.pros-btn2 {
  letter-spacing: 1px;
}
.pros-btn1:hover,
.pros-btn2:hover {
  background-color: var(--color3a);
}

.pros-sep {
  display: inline-block;
  width: 20%;
}

/* .page-header{
    background-image: none !important; 
} */

.section-title-area .section-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.pros-metal-prod {
  text-align: center;
}

#sidebar-2 {
  float: right;
  padding: 5% 0 3%;
  margin-right: 30px;
  width: 138px;
}

.sidebar-none #sidebar-2 {
  display: none;
}

.sidebar .widget .widget-title {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
/*
#content {
    width: 528px;
}
*/

.dataTables_wrapper label select {
  width: 50px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #aaa !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
  margin: 0 !important;
}

.page-item.active .page-link {
  background-color: #ccc;
  border-color: #ccc;
}
.dataTables_paginate a {
  text-decoration: none;
}
#dt-table_length {
  margin-top: 5px;
}

#dt-table th {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ccc;
  color: #777;
}

#dt-table thead th {
  padding: 10px 15px 10px 8px;
}

#dt-table tr:nth-child(odd) {
  background: #fff;
}

#dt-table tr:nth-child(even) {
  background: #efefef;
}

#dt-table tr.selected {
  background-color: #b0bed9;
}

table.dataTable.no-footer,
table.dataTable thead th {
  border-bottom: 1px solid #ccc !important;
}

table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 9px;
  right: 6px;
  display: block;
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #777;
  font-size: 1em;
  padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

div.pp_resize > div {
  width: 100% !important;
}

div.pp_resize div.images .flex-control-thumbs li {
  width: 12.5% !important;
}

.summary.entry-summary.pp_100 {
  float: none !important;
  width: 100% !important;
}
.product > .summary > .product_meta {
  display: none;
}

.woocommerce-Tabs-panel--do-pobrania a,
.pros-link-vivid a {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 10px;
  color: var(--color2);
  border-radius: 5px;
  background-color: var(--color3a);
  text-align: center;
}
.woocommerce-Tabs-panel--do-pobrania p,
.pros-link-vivid {
  margin-bottom: 30px;
}
.onepress-menu li:hover {
  border-top: 5px solid var(--color3);
}

#menu-wykaz-firm {
  font-family: monospace;
  display: flex;
  flex-wrap: wrap;
}
#menu-wykaz-firm li {
  padding: 2px;
  display: inline-table;
  background-color: #f8f9f9;
  margin: 2px 1px;
  width: 38px;
  text-align: center;
}
#menu-wykaz-firm li:hover,
.menu li:hover {
  background-color: #eee;
  color: #fff;
}
.menu li a:hover {
  text-decoration: none !important;
  color: #333 !important;
}
#menu-wykaz-firm li a {
  text-decoration: none;
  color: inherit;
}

.menu li {
  background-color: #f8f9f9;
  padding: 5px;
  margin: 20px 0 1px 0;
  font-weight: 600;
  border-top: 1px solid #e9e9e9;
}
#menu-boczne-metal li {
  transition: box-shadow 1s ease;
}
#menu-boczne-metal li:hover {
  box-shadow: 0 1px 2px #aaa;
}

.menu li a {
  color: #333 !important;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* font-size: 13px!important; */
}

#nav_menu-2,
#menu-boczne-bio {
  margin-bottom: 0;
}
#menu-firmy-alfabet {
  padding-left: 10px;
}
#menu-firmy-alfabet li {
  background-color: #fff;
  padding: 2px;
  margin: 0;
  border-bottom: 0;
}
#menu-firmy-alfabet li a {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 12px !important;
  padding-left: 5px;
}
#menu-firmy-alfabet li a:hover {
  background-color: #eee;
}
#nav_menu-5 {
  margin-bottom: 0;
}
#nav_menu-8 {
  margin-bottom: 0;
}

/* ------------------------ */
#firmy .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#firmy .flex-container > div {
  width: 160px;
  margin: 10px 10px 40px;
  text-align: center;
}

#firmy a {
  color: #333;
  font-size: 0.9em;
}
#firmy a:hover {
  text-decoration: none;
  color: #777;
}

#firmy a img:hover {
  opacity: 70%;
}

.kotwica {
  /* display:none; */
  position: relative;
  top: -250px !important;
  font-size: 1px;
}

.bio-aparatura .entry-header {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 35px 0 30px 0;
  margin: 19px 0 30px 0;
  background: #f8f9f9;
}

.bio-aparatura .entry-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.bio-aparatura .entry-content {
  text-align: center;
}

.sub-menu > li {
  font-weight: normal;
  padding-left: 10px;
}
.sub-menu > li > .sub-menu > li {
  font-weight: normal;
  margin-top: 0;

  padding-left: 15px;
}
.sub-menu > li > .sub-menu > li a {
  text-transform: lowercase;
}



@media screen and (max-width: 980px) {
  #sidebar-2 {
    margin-right: 3%;
    max-width: 14%;
  }
  .sidebar1 #content {
    max-width: 54% !important;
  }
  .site-footer .btt a {
    right: 20px;
    left: auto;
  }
}

@media screen and (max-width: 760px) {
  #sidebar-2 {
    margin: 0;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
  }
  #colophon .menu li {
    padding: 8px;
  }
}

@media screen and (min-width: 940px) {
  #secondary {
    padding-top: 20px;
  }
}
/*	.sidebar1 #content {
		max-width: 100% !important;
	}*/

@media screen and (min-width: 940px) and (max-width: 1000px) {
  .sidebar li a {
    letter-spacing: 1px !important;
    font-size: 10px !important;
  }
}

/* @media screen and (min-width: 940px){
  .content-area {
      
      width: 80%!important;
  }
} */
