/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
    Theme Name: Muzg Garage Block
    Version: 1.0.5
*/
/* SASS and Global'ish Stuff */
body {
  color: #2b2b2b !important;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0D3B66;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1em 0;
}

p,
li {
  line-height: 1.65;
  font-size: 12pt !important;
  color: #2b2b2b !important;
}

h1 {
  margin: 0 0 0.7em 0;
}

h2 {
  margin: 0 0 0.7em 0;
}

h3 {
  margin: 0 0 0.7em 0;
}

.wp-block-post-content {
  margin: 0 auto;
  color: #2b2b2b !important;
}

.wp-block-media-text__content {
  padding: 0 !important;
}

@media only screen and (max-width: 1000px) {
  p {
    font-size: 12pt;
  }
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

.wp-block-media-text__media {
  padding: 10px;
}

.cards {
  display: grid;
  grid-template-columns: 245px 245px 245px 245px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  width: 68%;
  margin: 30px auto;
  justify-content: center;
}

.card-item {
  width: 245px;
  height: 245px;
  background-color: #252525;
  text-align: center;
  border: 2px solid #500000;
  border-radius: 4px;
}

.card-item-overlay {
  width: 243px;
  height: 243px;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  transition: all 200ms ease-in-out;
  background-color: #000;
  border: 1px solid black;
  border-radius: 2px;
}

.card-item:hover {
  border: 2px solid #c90000;
}

.card-item:hover > .card-item-overlay {
  background-color: #000;
  opacity: 0.8;
  transition: all 200ms ease-in-out;
}

.card-item-a {
  width: 245px;
  height: 245px;
  position: absolute;
  z-index: 1;
}

.card-item-a a {
  display: flex;
  width: 225px;
  height: 245px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.card-item-a a:hover {
  color: rgb(255, 255, 255) !important;
}

@media only screen and (max-width: 1100px) {
  .cards {
    grid-template-columns: 200px 200px 200px;
  }
  .card-item {
    width: 200px;
    height: 200px;
  }
  .card-item-overlay {
    width: 198px;
    height: 198px;
  }
  .card-item-a {
    width: 200px;
    height: 200px;
  }
  .card-item-a a {
    width: 180px;
    height: 200px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cards {
    grid-template-columns: 160px 160px 160px;
  }
  .card-item {
    width: 160px;
    height: 160px;
  }
  .card-item-overlay {
    width: 158px;
    height: 158px;
  }
  .card-item-a {
    width: 160px;
    height: 160px;
  }
  .card-item-a a {
    width: 140px;
    height: 160px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .cards {
    grid-template-columns: 140px 140px;
  }
  .card-item {
    width: 140px;
    height: 140px;
  }
  .card-item-overlay {
    width: 138px;
    height: 138px;
  }
  .card-item-a {
    width: 140px;
    height: 140px;
  }
  .card-item-a a {
    width: 120px;
    height: 140px;
    font-size: 0.8rem;
  }
}
.headline {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.headline-content {
  text-align: center;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headline-content::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: red;
  transform: skew(-20deg);
}

.headline-content-editor {
  text-align: center;
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-text-decoration: underline red;
          text-decoration: underline red;
}

.contact-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 60%;
  margin: 0 auto;
}

.contact > iframe {
  margin-top: 50px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12pt;
}

.contact-item > svg {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .contact-items {
    flex-direction: column;
    align-items: center;
  }
  .contact-item:nth-child(2), .contact-item:nth-child(3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .contact-items {
    width: 100%;
  }
}
.header {
  background-color: rgba(0, 0, 0, 0.8588235294);
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: transform 400ms ease-in-out;
}

.header.active {
  transform: translateY(-46px);
  transition: transform 400ms ease-in-out;
}

.header-contact {
  border-bottom: 1px solid rgb(51, 51, 51);
  display: flex;
  flex-direction: row;
  height: 45px;
  align-items: center;
}

.fb-link {
  padding: 0px 0px 0px 10px;
}

.fb-link img {
  width: 30px;
}

.phone-home {
  color: white;
  border-right: 1px solid rgb(44, 44, 44);
  padding: 0px 10px 0px 10px;
}

.open {
  display: block;
}

.submenu-toggle {
  cursor: pointer;
  padding-left: 3px;
  font-size: 1rem;
  color: #ccc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.menu-item-has-children.open > .submenu-toggle {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.nav-menu .menu > li > .sub-menu {
  display: none;
  position: absolute;
  background: rgb(72, 0, 0);
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}

/* Pokaż submenu po najechaniu na rodzica */
.nav-menu .menu > li:hover > .sub-menu {
  display: block;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}

.nav-menu .sub-menu li a {
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
  color: #dcdcdc;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-menu .sub-menu li a:hover {
  color: rgb(255, 255, 255);
  background: #cb0000;
  transition: all 200ms ease-in-out;
}

.navbar {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.nav-menu > #menu-menu-glowne {
  display: flex;
  gap: 30px;
  margin: 0;
}

.navbar-logo-link {
  padding: 10px 0px;
}

.nav-menu > #menu-menu-glowne > li {
  list-style: none;
}

.nav-menu > #menu-menu-glowne > li > a {
  list-style: none;
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 12pt;
  -webkit-text-decoration: underline 4px rgba(255, 0, 0, 0);
          text-decoration: underline 4px rgba(255, 0, 0, 0);
}

.nav-menu > #menu-menu-glowne > li > a:hover {
  color: white;
  -webkit-text-decoration: underline 4px red;
          text-decoration: underline 4px red;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.navbar > .navbar-logo-link > .logo {
  width: 130px;
  margin-left: 20px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #000;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  justify-content: space-evenly;
  visibility: hidden;
  margin-left: auto;
}

.hamburger:hover {
  border: 1px solid #890000;
  background-color: #1e1e1e;
}

.hamburger > .line {
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 1000px) {
  .hamburger {
    visibility: visible;
  }
  .nav-menu #menu-menu-glowne {
    position: absolute;
    right: 0;
    flex-direction: column;
    z-index: 10;
    background-color: #890000;
    top: 121px;
    align-items: center;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    visibility: hidden;
    gap: 0;
  }
  .active {
    visibility: visible !important;
  }
  .nav-menu > #menu-menu-glowne li {
    width: 100%;
    height: 100%;
  }
  .nav-menu > #menu-menu-glowne li a {
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px 0px;
    color: white;
  }
  .nav-menu > #menu-menu-glowne li a:hover {
    text-decoration: none;
    background-color: rgb(221, 0, 0);
    border-radius: 5px;
    cursor: pointer;
  }
  .nav-menu ul li {
    margin: 0;
  }
  .submenu-toggle {
    font-size: 1.5rem;
  }
  .submenu-toggle:hover {
    color: white;
  }
  .nav-menu .menu > li > .sub-menu {
    position: relative;
    width: 100%;
  }
  .nav-menu .menu > li:hover > .sub-menu {
    display: none;
    position: relative;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 2rem !important;
  }
}
.placeholder-block {
  width: 100%;
  height: 150px;
  background-color: #383838;
  font-size: 14pt;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paragraph-text, .post-content-custom > p {
  color: #2b2b2b !important;
  text-align: justify !important;
}

.paragraph-custom, .post-content-custom {
  max-width: 1200px;
  padding: 0px 10px;
  margin: 0 auto;
  line-height: 1.65 !important;
}

.post-content-custom {
  margin-top: 50px;
}

.footer {
  width: 100%;
  clear: both;
  background-color: rgb(20, 20, 20);
  margin: 30px 0px 0px 0px;
}

.contact-items-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 80px 0px 80px 0px;
}

.contact-items-footer > img {
  width: 200px;
}

.contact-item-footer {
  padding: 10px;
}

.contact-item-footer > svg {
  margin-right: 12px;
}

.contact-item-footer {
  color: white;
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.copyright {
  display: block;
  font-size: 11pt;
  color: rgb(153, 153, 153);
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.copyright:hover {
  color: rgb(201, 201, 201);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .contact-items-footer {
    flex-direction: column;
    align-items: center;
  }
  .contact-items-footer > img {
    width: 200px;
    margin: 0px 0px 50px 0px;
  }
  .contact-item-footer {
    margin-top: 10px;
  }
}
.sub-banner {
  width: 100%;
  height: 500px;
}

.sub-banner-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.sub-banner-heading {
  font-size: 2rem;
  color: white;
  text-align: center;
}

.sub-banner-heading > h2, .sub-banner-heading > div > div > h2 {
  margin: 0;
  text-transform: uppercase;
}

.sub-banner-heading::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: red;
  transform: skew(-20deg);
  display: block;
}

@media screen and (max-width: 440px) {
  .sub-banner-heading {
    font-size: 1.3rem;
  }
}
.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.container-custom .wp-block-media-text__content {
  padding: 0;
}

@media (max-width: 1000px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: flex;
    flex-direction: column;
  }
  .wp-block-media-text__media img {
    max-width: 500px;
  }
}
.custom-blog-list {
  display: flex;
  justify-content: center;
}

.custom-blog-list-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.custom-blog-layout {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 30%;
  margin: 20px auto;
  gap: 50px;
  padding: 10px;
}

.custom-blog-item {
  border-radius: 5px;
  background: white;
  color: #363636;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.custom-blog-item img {
  width: 100%;
  height: auto;
}

.custom-blog-item-heading {
  margin: 25px 25px 0px 25px;
}

.custom-blog-item p {
  font-size: 13pt;
}

.custom-blog-item .date {
  padding: 10px 25px;
  margin: 0;
  font-size: 10pt;
}

.custom-blog-item .read-more {
  color: #950000;
  font-weight: bold;
}

.custom-blog-item .excerpt {
  margin: 0;
}

.custom-blog-item-content {
  border-bottom: 1px solid #ebebeb;
  padding: 25px;
}

.blog-item-full p {
  font-size: 12pt !important;
}

.recent-posts {
  margin: 0;
  padding: 0;
}

.recent-posts li {
  list-style: none;
}

.recent-post-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.recent-post-item a img {
  max-width: 130px;
}

.recent-post-item-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (max-width: 920px) {
  .custom-blog-sidebar {
    margin-top: 30px;
  }
  .custom-blog-layout {
    grid-template-columns: none;
  }
  .recent-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .recent-posts li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .custom-blog-list-content {
    gap: 30px;
  }
  .custom-blog-item-heading {
    margin: 10px 0px 10px 10px;
    font-size: 1.7rem;
  }
  .custom-blog-item-content {
    padding: 10px;
  }
  .custom-blog-list {
    margin-top: 30px;
  }
  .custom-blog-item .date {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 576px) {
  .recent-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* BEM Blocks */

/*# sourceMappingURL=style-index.css.map*/