@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  background-color: #000;
  font-family: "Roboto", sans-serif;
}

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

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1800px;
}

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

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

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.pagination {
  text-align: center;
  padding: 40px 0;
  background-color: #fff;
}
.pagination .page-numbers {
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1.4375rem;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  font-weight: 700;
}
.pagination .page-numbers svg {
  vertical-align: middle;
}

.wp-block-buttons > .wp-block-button {
  margin-top: 40px;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link {
  border: 1px solid #c0c0c0;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000;
  width: 100%;
  cursor: pointer;
}

.wp-block-heading {
  margin-bottom: 30px;
}

.random-img-wrap img {
  max-height: 555px;
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 14px 16px 12px 16px;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #000;
}
.btn.black, .btn:link.black, .btn:focus.black, .btn:visited.black {
  border: 2px solid #000;
  color: #000;
}
.btn.black:hover, .btn:link.black:hover, .btn:focus.black:hover, .btn:visited.black:hover {
  color: #fff;
  background-color: #000;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

nav {
  background-color: #000;
  position: relative;
}
nav::before, nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
nav::before {
  top: 0;
  border-bottom-left-radius: 80px;
}
nav::after {
  bottom: 0;
  border-top-left-radius: 80px;
}
nav .container {
  position: relative;
  z-index: 2;
}
nav .img-wrap {
  padding: 40px 0;
  text-align: right;
  display: block;
}
@media only screen and (min-width: 1200px) {
  nav .img-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  nav .img-wrap {
    text-align: left;
    display: inline-block;
  }
}
nav .img-wrap img {
  max-height: 45px;
}
@media only screen and (min-width: 768px) {
  nav .img-wrap img {
    max-height: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .img-wrap img {
    max-height: 50px;
  }
}
nav .search-wrap {
  margin-top: 42px;
  position: relative;
}
nav .search-wrap .search-field {
  background-color: #efefef;
  border: none;
  border-radius: 5px;
  padding: 10px 5px 10px 50px;
  width: 100%;
}
nav .search-wrap .search-btn {
  position: absolute;
  left: 15px;
  top: 14px;
}

footer {
  background-color: #fff;
  padding-bottom: 30px;
}
footer p {
  font-weight: 700;
  margin-bottom: 30px;
}
footer .images-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
footer .images-wrap img {
  max-height: 100px;
  margin: 0 20px 20px 20px;
}
footer .partners-text-wrap p {
  margin-bottom: 10px;
  font-weight: 400;
}
footer .partners-text-wrap p a {
  text-decoration: underline;
}
footer .partners-text-wrap p a:hover {
  text-decoration: none;
}

.page-wrap {
  overflow: hidden;
}
.page-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}
.page-wrap > .row > .col {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .page-wrap > .row > .col.col-custom {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrap > .row > .col.col-custom.col-2 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
}
@media only screen and (min-width: 1600px) {
  .page-wrap > .row > .col.col-custom.col-2 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrap > .row > .col.col-custom.col-10 {
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
    height: 100%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1600px) {
  .page-wrap > .row > .col.col-custom.col-10 {
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
    height: 100%;
    background-color: #fff;
  }
}
.page-wrap .menu-wrap {
  position: relative;
  padding: 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .page-wrap .menu-wrap {
    padding: 50px 0;
    overflow: visible;
  }
}
.page-wrap .menu-wrap::before, .page-wrap .menu-wrap::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.page-wrap .menu-wrap::before {
  width: 66.666667%;
  left: 0;
  top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 992px) {
  .page-wrap .menu-wrap::before {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.page-wrap .menu-wrap::after {
  width: 33.333333%;
  top: 0;
  left: 66.666667%;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width: 992px) {
  .page-wrap .menu-wrap::after {
    border-bottom-left-radius: 80px;
  }
}
.page-wrap .menu-wrap .menu {
  position: relative;
  z-index: 2;
  padding: 0 10px 0 20px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .page-wrap .menu-wrap .menu {
    padding: 0 30px 30px 30px;
    float: none;
  }
}
.page-wrap .menu-wrap .menu li {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .page-wrap .menu-wrap .menu li {
    margin-bottom: 50px;
    margin-right: 0;
    float: none;
  }
}
.page-wrap .menu-wrap .menu li:first-of-type > a p {
  color: #B41900;
}
.page-wrap .menu-wrap .menu li > a {
  position: relative;
  display: block;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .page-wrap .menu-wrap .menu li > a {
    padding-left: 60px;
  }
}
.page-wrap .menu-wrap .menu li > a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page-wrap .menu-wrap .menu li > a img {
    position: absolute;
  }
}
.page-wrap .menu-wrap .menu li > a p.title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-wrap .menu-wrap .menu li > a p.title {
    display: block;
  }
}
.page-wrap .menu-wrap .menu li > a p.sub-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-wrap .menu-wrap .menu li > a p.sub-title {
    display: block;
  }
}
.page-wrap .menu-wrap .search-wrap {
  float: left;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  width: calc(100% - 210px);
}
.page-wrap .menu-wrap .search-wrap .search-field {
  background-color: #efefef;
  border: none;
  border-radius: 8px;
  padding: 14px 5px 14px 50px;
  width: 100%;
}
.page-wrap .menu-wrap .search-wrap .search-btn-mobile {
  position: absolute;
  left: 15px;
  top: 12px;
}

.space-filling-element {
  width: 100%;
  height: 40%;
  position: relative;
  display: none;
}
@media only screen and (min-width: 992px) {
  .space-filling-element {
    display: block;
  }
}
.space-filling-element::before, .space-filling-element::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.space-filling-element::before {
  width: 66.666667%;
  left: 0;
  top: 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.space-filling-element::after {
  width: 33.333333%;
  top: 0;
  left: 66.666667%;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 80px;
  border-top-right-radius: 0;
}

.page-content {
  background-color: #fff;
  padding: 10px 20px 50px 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-content {
    padding: 50px 0 50px 25px;
  }
}
.page-content::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  background-color: #000000;
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .page-content::after {
    display: none;
  }
}
.page-content .text-wrap p {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 1600px) {
  .page-content .text-wrap p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

#poland-map {
  width: 100%;
  height: 600px; /* możesz zmienić wysokość */
  border-radius: 6px;
  overflow: hidden;
}

/* Infowindow - drobne style */
.poland-map-infowindow img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.poland-map-infowindow strong {
  font-size: 14px;
  line-height: 1.2;
}

.single-wrap .gm-style .gm-style-iw-c {
  border-radius: 0;
}

.gm-style-iw {
  position: relative;
}
.gm-style-iw .gm-style-iw-chr {
  position: absolute;
  right: 7px;
  top: 9px;
}
.gm-style-iw .gm-style-iw-chr .gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
}
.gm-style-iw .gm-style-iw-chr .gm-ui-hover-effect > span {
  margin: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .poland-map-infowindow {
    min-width: 270px;
  }
}
.poland-map-infowindow > a {
  display: block;
}
.poland-map-infowindow p {
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
  padding-right: 25px;
}
.poland-map-infowindow .img-wrap {
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
  background-color: #000;
}
.poland-map-infowindow .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-wrap {
  background-color: #fff;
  padding: 10px 20px 50px 20px;
}
@media only screen and (min-width: 992px) {
  .single-wrap {
    padding: 0 0 50px 25px;
  }
}
.single-wrap .title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .single-wrap .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.single-wrap .content-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .single-wrap .content-wrap {
    margin-bottom: 30px;
  }
}
.single-wrap .content-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .single-wrap .content-wrap p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-post-slider-arrows-wrap {
  position: relative;
  margin-bottom: 20px;
}
.single-post-slider-arrows-wrap .slick-arrow {
  position: absolute;
  width: 50px;
  height: 34px;
  top: 50%;
  z-index: 2;
}
.single-post-slider-arrows-wrap .slick-arrow.left {
  left: 5px;
}
.single-post-slider-arrows-wrap .slick-arrow.right {
  right: 5px;
}
.single-post-slider-arrows-wrap .slick-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.add-wrap {
  background-color: #fff;
  padding: 0 20px 50px 20px;
}
@media only screen and (min-width: 992px) {
  .add-wrap {
    padding: 0 0 50px 25px;
  }
}

.ty-wrap {
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 75px 20px;
}
@media only screen and (min-width: 992px) {
  .ty-wrap {
    padding: 200px 20px;
  }
}
.ty-wrap .header {
  font-weight: 700;
}

.codedropz-upload-handler {
  border: none;
}
.codedropz-upload-handler .codedropz-upload-container {
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}

label {
  display: block;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}
label span.label-text {
  display: block;
  margin-bottom: 10px;
}
label.checkbox-wrap {
  padding-left: 25px;
  position: relative;
}
label.checkbox-wrap input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}
label.checkbox-wrap p {
  color: #ccc;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
label.checkbox-wrap p a {
  color: #BCBCBC;
  text-decoration: underline;
}
label.checkbox-wrap p a:hover {
  text-decoration: none;
}

input[type=text], input[type=email], textarea {
  font-family: "Roboto", sans-serif;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  width: 100%;
}
input[type=text]::placeholder, input[type=email]::placeholder, textarea::placeholder {
  color: #c0c0c0;
  opacity: 1;
}
input[type=text].error, input[type=email].error, textarea.error {
  border: 1px solid red;
}

textarea {
  min-height: 150px;
}

input[type=submit] {
  border: 1px solid #c0c0c0;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000;
  width: 100%;
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  border-radius: 10px;
}

#map-picker {
  margin-bottom: 30px;
}
#map-picker.error {
  border: 1px solid red;
}

.wpcf7-response-output.response-custom {
  border-color: #ffb900;
}

.upload-files {
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 50px;
}
.upload-files.error {
  border: 1px solid red;
}
.upload-files strong {
  font-weight: 700;
}
.upload-files .img-wrap {
  margin-bottom: 10px;
}
.upload-files .img-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.upload-files {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.upload-files.dragover {
  background-color: #f0f0f0;
  border-color: #333;
}

.form-error {
  border: 2px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 30px;
}

.not-validate {
  margin-top: -14px;
  display: block;
  margin-bottom: 20px;
  color: red;
}

.add-wrap .hidden {
  display: none !important;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-wrap {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.grid-wrap {
  background-color: #fff;
  padding: 0 20px 50px 20px;
  /*>.row{
      margin-left: -10px;
      margin-right: -10px;
      >.col{
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 20px;
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .grid-wrap {
    padding: 0 20px 195px 25px;
  }
}
.grid-wrap .title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.grid-wrap .content-wrap {
  margin-bottom: 30px;
}
.grid-wrap .content-wrap p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.grid-wrap .post-wrap {
  /*&.small{
      .img-wrap{
          @include devices(large){
              padding-top: 56.25%;
          }
      }
  }
  &.big{
      .img-wrap{
          @include devices(large){
              padding-top: 112.5%;
          }
      }
  }*/
}
.grid-wrap .post-wrap .img-wrap {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.grid-wrap .post-wrap .img-wrap img {
  border-radius: 20px;
  /*position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;*/
}
.grid-wrap .post-wrap .title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.grid-wrap .post-wrap .meta-info p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.grid-wrap .grid {
  margin: 0 auto;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-wrap .grid-item {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .grid-wrap .grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-wrap .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .grid-wrap .grid-item {
    width: 25%;
  }
}

.search-title {
  margin-bottom: 30px;
  padding-left: 25px;
}

.no-results-found {
  padding-left: 10px;
}/*# sourceMappingURL=main.min.css.map */