/*
Theme Name: SFI
Theme URI: https://designsolutions.pl/
Author: Design Solutions
Author URI: https://designsolutions.pl/
Description: SFI
Version: 1.0
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: SFI
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Parkinsans:wght@300..800&display=swap');
body {
  background: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none!important;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
  transition: all 0.5s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button.navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background:transparent!important;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, p, a, ul, ol, li,
h1, h5, h6, h1 a, h5 a, h6 a, h3, h3 a  {
  font-family: 'Parkinsans', sans-serif;
}
h2, h4, h2 a, h4 a {
  font-family: 'Bebas Neue', sans-serif;
}
body, p, ul, ol, li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
p {
  margin-bottom:0px;
}
a, a.read-more{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
a:hover, a.read-more:hover{
    color: #00145B;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-size: 70px;
  line-height: 80px;
  color: #000;
}
h2 {
  font-size: 36px;
  line-height: 48px;
  color: #000;
}
h3 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
}
h4 {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  color: #262626;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.button-primary .elementor-button, .form7 .btn-primary, .elementor-button {
  width: auto;
  font-style: normal;
  font-weight: 700;
  min-width: 244px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  padding: 14px 30px!important;
  text-transform: uppercase;
  background: #73aad2!important;
  color: #000;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(254, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
  margin: 0px;
  border: 0px;
}
.button-primary .elementor-button:hover, .form7 .btn-primary:hover, .elementor-button:hover {
    background: #000!important;
    color: #fff;
}
.button-secondary .elementor-button {
  width: auto;
  min-width: 160px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  padding: 6px 30px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  border-radius: 5px;
  margin: 0px;
  border: 2px solid #000;
}
.button-third .elementor-button {
  width: auto;
  min-width: 160px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  padding: 6px 30px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border-radius: 5px;
  margin: 0px;
  border: 2px solid #000;
}
#hero-red {
  width: auto;
  min-width: 160px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  padding: 6px 30px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  background: #73aad2;
  border-radius: 5px;
  margin: 0px;
  border: 2px solid #73aad2;
}
#hero-white {
  border-radius: 5px;
  font-style: normal;
font-weight: 900;
font-size: 14px;
line-height: 36px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: transparent;
border: 2px solid #fff;
}
#hero-white span {
  color: #FFFFFF;
}
.button-secondary .elementor-button span{
  color: #000;
}
.button-secondary .elementor-button:hover {
  border: 2px solid #73aad2;
}
.button-secondary .elementor-button:hover span {
  color: #73aad2;
}

.elementor-button {
    display: inline-block;
    margin: 0px;
    line-height: 1;
    background-color: transparent;
    font-size: initial;
    padding: initial;
    -webkit-border-radius: 3px;
    border-radius: inherit;
    color: auto;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input.form-control {
background: #FFFFFF;
border: 1px solid #BFBFBF;
box-sizing: border-box;
border-radius: 4px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #595959;
padding:10px 12px;
margin-bottom:8px;
}
input.form-control:hover {
border: 1px solid #262626;
box-sizing: border-box;
border-radius: 4px;
}
input.form-control:active {
border: 1px solid #262626;
box-sizing: border-box;
border-radius: 4px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #000000;
}

textarea.form-control {
background: #FFFFFF;
border: 1px solid #BFBFBF;
box-sizing: border-box;
border-radius: 4px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #595959;
padding:10px 12px;
margin-bottom:8px;
}
textarea.form-control:hover {
border: 1px solid #262626;
box-sizing: border-box;
border-radius: 4px;
}
textarea.form-control:active {
border: 1px solid #262626;
box-sizing: border-box;
border-radius: 4px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.form7 textarea {
height:88px;
}
.wpcf7-not-valid-tip {
    color: #73aad2!important;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.wpcf7-not-valid-tip:placeholder {
    color: #73aad2!important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #73aad2;
box-sizing: border-box;
border-radius: 4px;
color: #73aad2;
}
.wpcf7-spinner {
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0px;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    color: #fff;
    background: #999;
    border: 0px;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-submit:hover {
  border-radius: 5px;
  font-style: normal;
font-weight: 900;
font-size: 14px;
line-height: 36px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: #000;
border: 2px solid #000;
min-width: 200px;
text-align: center;
}
.home-form textarea {
  height: 120px;
}
.home-form a, .home-form a:hover {
  color: #fff;
}


figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  background: #fff;
  margin-bottom: 0;
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
}
#masthead nav {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
#masthead .col-md-9 {
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
    max-width: 81%;
}
#masthead .col-md-1 {
    -ms-flex: 0 0 2.333333%;
    flex: 0 0 2.333333%;
    max-width: 2.333333%;
}
.header-inner {
  width: 100%;
  margin:  0 auto;
  padding:0px 30px;
}
.header-top {
  width:  100%;
  background: #fff;
  border-bottom:1px solid #E7EBF2;
}
.header-top p, .header-top a {
  font-size: 14px;
}
.header-bottom {
   background: #fff;
   width:  100%;
}
.header-bottom-inner {
  width:  100%;  
  padding:0px 30px;
  margin:  0 auto;
}
.header-lociation, .header-lociation span, .header-contact, .header-contact span, .header-contact a, .header-contact a:hover, .header-languages, .header-languages span, .header-languages a, .header-languages a:hover {
  color: #000;
  font-family: 'Parkinsans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.header-lociation {
  text-align: left;
}
.header-contact {
  text-align: center;
}
.header-languages {
  text-align: right;
}
.header-search {
  padding: 10px 10px 0px 0px;
  text-align: right;
}
.header-search .wp-block-search .wp-block-search__input {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
  padding:  10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  color: #595959;
}
.header-search .wp-block-search .wp-block-search__button {
  background: transparent;
  border: 0px;
  padding: 22px;
  color: transparent;
  margin-left: .625em;
  word-break: normal;
  position: absolute;
  right: 15px;
  font-size: 0px;
  width: 18px;
  height: 18px;
  background: url(#);
  background-repeat: no-repeat;
  background-position: center;
}

.widget_polylang ul {
  list-style:none;
  float: right;
  margin: 0px;
	padding:0px 10px 0px 0px;
}
.widget_polylang li {
  list-style: none;
  float: left;
  padding: 0px 6px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-family: Parkinsans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 0px 20px 0px;
  margin: 10px 30px 0px 0px;
  border-bottom: 4px solid #E7EBF2;
}
#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a, 
#masthead .navbar-nav > li.current-menu-parent > a {
    color: #73aad2;
    border-bottom: 4px solid #73aad2;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -190px;
    min-width: 990px!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color: #E7EBF2;
    background-clip: padding-box;
    border: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.dropdown-menu li {
    border-bottom: 1px solid #fff;
    width: 33%;
    float: left;
}
.dropdown-menu li:last-child {
    border-bottom: 0px solid #fff!important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/
.nav-down {     
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 99999999;
}
.nav-up {
  position: fixed;
    top: -160px;
  transition: top 0.3s ease-in-out;
  width: 100%;
    z-index: 99999999;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .current-menu-item a {
  background: transparent;
  color: #73aad2;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
    min-width: auto!important;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.6253rem;
  }
  #masthead .navbar-nav > li > a, #masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a, #masthead .navbar-nav > li.current-menu-parent > a {
    border-bottom: 2px solid #73aad2;
    width:  100%;
  }
  .navbar-nav {
    padding: 0px 15px;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
    margin: 0px auto;
    width: 100%;
    text-align: right;
  }
  .dropdown-toggle::after {
    float: right;
  }
  .header-top .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
      width: auto;
    min-width: 160px;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    padding: 6px 30px;
    text-transform: uppercase;
    background: transparent;
    color: #73aad2;
    border-radius: 5px;
    margin: 0px;
    border: 2px solid rgba(0, 39, 177, 0.5);
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-top {
  background: #000;
  color: #fff;
}
.footer-top p, .footer-top li {
  color: #fff;
}
.footer-top h5{
  color: #fff;
  font-weight: normal;
}
.footer-top a {
  color: #fff;
  background:transparent;
}
.footer-top a:hover {
  color: #888;
  background:transparent;
}
.footer-top {
  padding: 120px 0px 20px 0px;
}
.footer-text-left {
  text-align: left;
}
.footer-text-center {
  text-align: center
}
.footer-text-right {
  text-align: right;
}
.footer-top p, .footer-top a, .footer-top li {
  font-family: 'Parkinsans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.footer-top .nav-link {
    padding: 0px;
}
.site-footer .container {
    max-width: 100%;
    padding:0px 30px;
}
#block-13, #block-15 {
  margin-bottom: 20px;
}
.footer-list {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.footer-list li {
  list-style: none;
  padding: 0px 0px 0px 30px;
}
.footer-list li.location {
  background: url(https://kordas.pro/wp-content/uploads/2022/03/location-grey.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.footer-list li.mail {
  background: url(https://kordas.pro/wp-content/uploads/2022/03/mail-grey.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.footer-list li.tel {
  background: url(https://kordas.pro/wp-content/uploads/2022/03/phone-grey.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.footer-list li.fax {
  background: url(https://kordas.pro/wp-content/uploads/2022/04/fax-grey.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0px;  
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-title {
  color: #17161A;
  font-size: 3rem;
  font-weight: 900;
}
blockquote{
  width:100%;
  margin:50px auto;
  font-style:italic;
  padding:1.2em 30px 1.2em 30px;
}
.post-image {
    display: block;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.post-image:hover {
    opacity: 0.8;
    transition: all 1s;
}
.post-overlay-bottom h3 {
  margin-top:0px!important;
}
.posts-box a .entry-date {
font-size: 13px;
line-height: 24px;
color: #000000;
}
.home .entry-header {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 0rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}
.blog .posts-box {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.blog .posts-box:hover {
    background: #F3F7FD;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
  .mobile-hide {
    display: block;
  }
  .mobile-shows {
    display: none;
  }
@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
	  .mobile-shows {
    display: block;
  }
	.header-languages {
    text-align: right;
    position: absolute;
    width: 100px;
    right: 40px;
}
	.header-languages a {
		color:#000;
	}
  .header-nav, .navbar {
    position: unset;
  }
  #main-nav {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0px;
    top: 88px;
  }
  .dropdown-menu li {
    width:  100%;
    display: inline-block;
    float: none;
    
  }
  .header-bottom-inner .col-sm-6, .header-bottom-inner .col-md-3, .header-bottom-inner .col-md-8 {
    width: 50%;
    position: unset;
  }
  #masthead .col-md-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
  .header-top .header-phone li {
    border-left: 0px solid #D9D9D9;
    border-right: 0px solid #D9D9D9;
    text-align: right;
    padding-top: 4px;
  }
  .header-top .header-phone {
    padding: 20px 15px 0px 0px;
  }
  .header-top .navbar-brand {
      height: auto;
      padding: 8px;
  }

  .footer-text-left, .footer-text-center, .footer-text-right, footer {
    text-align: center;
  }
  body, p, ul, ol, li {
    font-size: 16px;
    line-height: 26px;
  }
  a, a.read-more{
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 520px) {
  body, p, ul, ol, li {
    font-size: 15px;
    line-height: 25px;
  }
  a, a.read-more{
    font-size: 15px;
    line-height: 25px;
  }
  h1 {
    font-size: 34px;
    line-height: 48px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h3 {
    font-size: 19px;
    line-height: 25px;
  }
  .navbar-brand {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .header-top .header-phone {
    display:  none;
  }
}
.oferta-cta a {
  font-weight: 400;
}
.services-links ul, .services-links li {
  list-style: none;
  padding-left: 0px;
}
.services-links li:marker {
  display: none;
}
.services-links li {
  background: url(https://kordas.pro/wp-content/uploads/2022/03/check.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px 20px;
  padding-left: 30px;
}
.services-links li, .services-links a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
}
.services-links a:hover {
  color: #fff;
  text-decoration: underline!important;
}



.owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 40%;
right: -25px;
width: 36px;
height: 36px;
background: url(https://kordas.pro/wp-content/uploads/2022/03/arow-right.svg)!important;
background-size: 36px 36px!important;
background-repeat: no-repeat!important;
border: 0px!important;
}
.owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 40%;
left: -25px;
width: 36px;
height: 36px;
background: url(https://kordas.pro/wp-content/uploads/2022/03/arow-left.svg)!important;
background-size: 36px 36px!important;
background-repeat: no-repeat!important;
border: 0px!important;
}
button.owl-next span, button.owl-prev span {
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #73aad2!important;
    border: 0px!important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px!important;
    height: 6px!important;
    margin: 5px 12px!important;
    background: #BFBFBF!important;
    border: 0px!important;
}
.home-services-carusel img.read-more-icon {
    width: 20px!important;
    height: 20px;
    display: inline-block!important;
}
.home-services-carusel .item {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  min-height: 425px;
  margin-bottom: 20px;
}
.home-services-carusel .item h4 {
  padding: 20px 12px 4px 12px;
}
.home-services-carusel .item p {
  padding: 0px 12px 16px 12px;
  font-size: 16px;
  line-height: 24px;
}
.home-services-carusel .item:hover {
  box-shadow: 0px 4px 12px rgba(146, 145, 150, 0.5);
}
.home-testimonials-carusel .item{
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 30px;
  min-height: 320px;
}
.home-testimonials-carusel .stars img {
  width: 100px!important;
  height: 20px;
}
.home-testimonials-carusel p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.solutions-carusel .quote-sign {
  width: 100%;
    max-width: 20px;
    height: 20px;
    color: #73aad2;
    background: #F3F7FD;
    border-radius: 20px;
    margin: 0 auto 15px auto;
    border: 2px solid #73aad2;
    font-size: 13px;
    padding: 5px;
    line-height: 7px;
}
.solutions-carusel .item{
  background: #F3F7FD;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
  min-height: 180px;
}
.solutions-carusel h4{
  text-align: center;
}
.solutions-carusel a:hover .item {
  background: #73aad2;
}
.solutions-carusel a:hover .quote-sign {
  color: #fff;
  background: #73aad2;
  border: 2px solid #fff;
}
.solutions-carusel a:hover h4{
  color: #fff!important;
}
.video-carusel .item{
  background: #F3F7FD;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0px;
}

.services-menu ul, .widget_nav_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.services-menu li, .services-menu li a, .widget_nav_menu li, .widget_nav_menu li a {
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
}
.services-menu li{
  padding: 0px 0px 0px 20px;
}
.widget_nav_menu li {
  padding: 0px 0px 0px 0px;
}
.services-menu li a, .widget_nav_menu li a {
  padding: 0px;
}
.services-menu li:before {
  content: ' ';
  width: 6px;
  height: 6px;
  background: rgba(0, 33, 152, 0.35);
  border-radius: 10px;
  display: block;
  position: relative;
  top: 14px;
  left: -20px;
}
.services-menu h4, .widget_nav_menu h4 {
  margin-bottom: 0px;
  margin-top: 28px;
}
li.widget_nav_menu::marker, .widget_nav_menu::marker {
  display: none!important;
  content: ' ';
  height: 0px;
  width: 0px;
}
select#target {
  width: 100%;
}
.kontakt-page-links a {
  color: #000;
  font-weight: normal;
}
.kontakt-page-form .wpcf7-submit {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.oferta-linki a {
  color: #000!important;
  font-family: 'Bebas Neue'!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 30px!important;
}
.oferta-linki ul {
  margin: 0px;
  padding: 0px;
}
.hero-box {
  position: relative;
  overflow: hidden;
}
.entry-meta {
	display:none;
}
.single-post .site-content {
	padding-top:100px;
}
.entry-content ol, .entry-content ul {
	padding:0px;
}

ul.kordas-list, ul.kordas-list li {
	list-style:none;
}
ul.kordas-list li:before {
    background: #f61a1a;
    content: "";
    display: inline-block;
    height: 0.75rem;
    margin-right: 1rem;
    transform: skew(-40deg);
    width: 1.3rem;
    margin-left: -40px;
}
ul.kordas-list li {
	padding-left:45px;
}
.elementor-slideshow__title {
    display: none!important;
}
#search-2 label {
  width: 100%;
}

.navbar-brand img{
      height: 80px;
          max-width: max-content;
  }

  .single-produkty .site-content, .tax-kategorie_produkty .site-content  {
    padding-top:140px;
  }

  /* Stylizacja tabeli */
        .responsive-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 16px;
            text-align: left;
        }

        .responsive-table thead th {
            background-color: #f4f4f4;
            text-align: center;
            padding: 10px;
            border: 1px solid #ddd;
        }

        .responsive-table tbody td {
            padding: 10px;
            border: 1px solid #ddd;
        }

        .responsive-table tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        /* Responsywność */
        @media (max-width: 768px) {
            .responsive-table thead {
                display: none;
            }

            .responsive-table tbody tr {
                display: block;
                margin-bottom: 15px;
            }

            .responsive-table tbody td {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border: none;
                border-bottom: 1px solid #ddd;
            }

            .responsive-table tbody td:before {
                content: attr(data-label);
                flex: 1;
                font-weight: bold;
                color: #333;
            }

            .responsive-table tbody td:last-child {
                border-bottom: none;
            }
        }


        .produkty-grid {
    gap: 20px;
}

.produkty-item:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.produkty-item h3 {
  font-size: 14px !important;
    font-weight: normal !important;
    line-height: 16px!important;
}
label {
  width:100%;
}
.breadcrumbs a, .breadcrumbs p {
  font-size:12px!important;
}
h1.product-title {
  margin-top:15px;
  font-size:36px!important;
  line-height:46px;
}
.product-content {
  padding-bottom:60px;
}

.product-cta {
  padding:60px 0px;
  background:#73aad2;
  text-align:center;
}