* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1100px) {
  .western {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .western .post__category {
    color: #b21515;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .western .post__author {
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.479);
    font-size: 13px;
    font-weight: 500;
  }


  .western .post__more {
    color: #b21515;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
    border: 2px solid #b21515;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .western .post__more:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
  }
  .main {
    width: 100%;
    min-height: 60vh;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: black;
    font-size: 15px;
  }
  .main .main__h1 {
    font-weight: 400;
    margin: 10px 0;
  }
  .main .main_logo {
    height: 80px;
  }
  .main .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    border: 1px solid #b21515;
  }
  .main .main__wrapper .wrapper__input {
    padding: 5px 10px;
    border: none;
    color: black;
    background: none;
    font-size: 16px;
    outline: none;
    min-width: 400px;
    margin: 0;
  }
  .main .main__wrapper .wrapper__submit {
    color: #b21515;
    text-decoration: none;
    outline: none;
    padding: 8px 16px;
    border: none;
    border-left: 1px solid #b21515;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
    outline: none;
  }
  .main .main__wrapper .wrapper__submit:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
    cursor: pointer;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .wrapper .wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 420px);
  }
  .wrapper .wrapper__content .posts {
    width: 100%;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .wrapper__content .posts .posts__title {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    color: #b21515;
    font-size: 25px;
    font-weight: 500;
  }
  .wrapper .wrapper__content .posts .posts__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 8px;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(178, 21, 21, 0.18);
            box-shadow: 0px 2px 12px 0px rgba(178, 21, 21, 0.18);
    width: calc(50% - 20px);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
  }
  .wrapper .wrapper__content .posts .posts__post:hover {
    box-shadow: 0px 4px 20px 0px rgba(178, 21, 21, 0.32);
    transform: translateY(-2px);
  }
  .wrapper .wrapper__content .posts .posts__post .post__img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
  }
  .wrapper .wrapper__content .posts .posts__post .post__title {
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    margin: 12px 0;
    padding: 0 15px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    line-height: 1.4;
  }
  .wrapper .wrapper__content .posts .posts__post .post__text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.808);
    margin: 0 0 15px 0;
    max-height: 200px;
    overflow: hidden;

    padding:0 15px;
  }
  .wrapper .wrapper__content .posts .posts__post .post__text a {
    text-decoration: none;
    outline: none;
    color: #b21515;
  }
  .wrapper .wrapper__content .posts .posts__post .post__text img {
    max-width: 90%;
    display: none;
  }
  .wrapper .wrapper__content .posts .posts__post .post__category {
    color: #b21515;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 5px 0;

    padding:0 15px;
  }
  .wrapper .wrapper__content .posts .posts__post .post__author {
    margin: 5px 0 10px 0;
    color: rgba(0, 0, 0, 0.479);
    font-size: 13px;
    font-weight: 500;

    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:10px;

    padding:0 15px;
  }


  .post__authorImage
  {
    width:64px;
    height:64px;
    margin:0 12px 0 0;
    box-shadow: 0px 0px 15px 0px #6d0101;
    border-radius: 100%;
    border:1px solid darkred;
  }

    .post__author_second {
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.479);
    font-size: 13px;
    font-weight: 500;

    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:10px;

    padding:0 15px;

    transition: transform 0.3s ease, opacity 0.3s ease; /* Animacja podczas zmiany rozmiaru */
    transform: scale(0.85); /* Skrócenie elementu */
  }

  .post__author_second:hover {
    transform: scale(1);}


  .post__authorImage_second
  {
    width:64px;
    height:64px;
    margin:0 12px 0 0;
    box-shadow: 0px 0px 15px 0px #6d0101;
    border-radius: 100%;
    border:1px solid darkred;
  }
  
  .post__buttons 
  {
    padding:8px 15px 5px 15px;
  }

  .wrapper .wrapper__content .posts .posts__post .post__more {
    color: #b21515;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
    border: 2px solid #b21515;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wrapper .wrapper__content .posts .posts__post .post__more:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
  }
  .wrapper .category__nav {
    width: 360px;
    margin: 30px 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper .category__nav .nav__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #b2151570;
    border-radius: 5px;
    width: 100%;
  }
  .wrapper .category__nav .nav__categories .categories__category {
    text-decoration: none;
    outline: none;
    color: #b21515;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    padding: 8px 15px;
    border: none;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
  }
  .wrapper .category__nav .nav__categories .categories__category:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #a0a0a0;
    cursor: pointer;
  }




  .wrapper .category__nav .nav__categories .categories__category--big
  {
    background:#b21515;
    color:white;

  }
  .wrapper .category__nav .nav__categories .current_url {
    background: #a0a0a0;
    color: white;
  }
  .wrapper .category__nav .nav__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0;
    padding: 0 20px 10px 20px;
    width: 100%;
  }
  .wrapper .category__nav .nav__cat .cat__link {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    outline: none;
    color: rgba(0, 0, 0, 0.658);
    font-weight: 500;
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    text-align: left;
  }
  .wrapper .category__nav .nav__cat .cat__link:hover {
    transition: 0.4s;
    color: white;
    background: #a0a0a0;
    cursor: pointer;
  }
  .wrapper .category__nav .nav__cat .current_url {
    color: white;
    background: #a0a0a0;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1100px) {
  .western {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .western .post__category {
    color: #b21515;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;

  }



  .western .post__author {
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.479);
    font-size: 12px;
    font-weight: 500;
  }
  .western .post__more {
    color: #b21515;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
    border: 2px solid #b21515;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .western .post__more:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
  }
  .main {
    width: 100%;
    padding: 50px 0;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: black;
    font-size: 15px;
  }
  .main .main__h1 {
    font-weight: 400;
    margin: 10px 0;
    font-size: 17px;
    text-align: center;
    width: 90%;
  }
  .main .main_logo {
    height: 60px;
  }
  .main .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    border: 1px solid #b21515;
  }
  .main .main__wrapper .wrapper__input {
    padding: 5px 10px;
    border: none;
    color: black;
    background: none;
    font-size: 16px;
    outline: none;
    min-width: 200px;
    margin: 0;
  }
  .main .main__wrapper .wrapper__submit {
    color: #b21515;
    text-decoration: none;
    outline: none;
    padding: 8px 16px;
    border: none;
    border-left: 1px solid #b21515;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main .main__wrapper .wrapper__submit:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
    cursor: pointer;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wrapper .wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .wrapper .wrapper__content .posts {
    width: 100%;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .wrapper__content .posts .posts__title {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    color: #b21515;
    font-size: 25px;
    font-weight: 500;
  }
  .wrapper .wrapper__content .posts .posts__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 8px 5px;
    max-width: 500px;
    width: 96%;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(178, 21, 21, 0.18);
            box-shadow: 0px 2px 12px 0px rgba(178, 21, 21, 0.18);
  }
  .wrapper .wrapper__content .posts .posts__post .post__img {
    width: 100%;
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
  }
  .wrapper .wrapper__content .posts .posts__post .post__title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.788);
    margin: 15px 0;
    text-decoration: none;
    outline: none;

    padding: 0 8px;
  }
  .wrapper .wrapper__content .posts .posts__post .post__text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.808);
    margin: 0 0 15px 0;

    padding: 0 8px;
  }
  .wrapper .wrapper__content .posts .posts__post .post__text a {
    text-decoration: none;
    outline: none;
    color: #b21515;
  }
  .wrapper .wrapper__content .posts .posts__post .post__text img {
    max-width: 90%;
    display: none;
  }
  .wrapper .wrapper__content .posts .posts__post .post__category {
    color: #b21515;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 5px 0;

    padding: 0 8px;
  }
  .wrapper .wrapper__content .posts .posts__post .post__author {
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.479);
    font-size: 13px;
    font-weight: 500;


    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:10px;

    padding: 0 8px;
  }


  .post__authorImage
  {
    width:60px;
    height:60px;
    margin:0 6px 0 0;
    box-shadow: 0px 0px 15px 0px #6d0101;
    border-radius: 100%;
    border:1px solid darkred;
  }


  .post__buttons 
  {
    padding:8px 8px 5px 8px;
  }


  
  .wrapper .wrapper__content .posts .posts__post .post__more {
    color: #b21515;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
    border: 2px solid #b21515;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wrapper .wrapper__content .posts .posts__post .post__more:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
  }
  .wrapper .category__nav {
    width: 90%;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper .category__nav .nav__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #b2151570;
    border-radius: 5px;
    width: 100%;
  }
  .wrapper .category__nav .nav__categories .categories__category {
    text-decoration: none;
    outline: none;
    color: #b21515;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    padding: 8px 15px;
    border: none;
    background: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
  }




  .wrapper .category__nav .nav__categories .categories__category:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: white;
    background: #b21515;
    cursor: pointer;
  }


  .wrapper .category__nav .nav__categories .categories__category--big
  {
    background:#b21515;
    color:white;
    transition:0.4s;

  }

  .wrapper .category__nav .nav__categories .categories__category--big:hover 
  {
    transition:0.4s;
    background:#a0a0a0;
  }
  .wrapper .category__nav .nav__categories .current_url {
    background: #b21515;
    color: white;
  }
  .wrapper .category__nav .nav__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0;
    padding: 0 20px 10px 20px;
    width: 100%;
  }
  .wrapper .category__nav .nav__cat .cat__link {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    outline: none;
    color: rgba(0, 0, 0, 0.658);
    font-weight: 500;
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
    width: 100%;
  }
  .wrapper .category__nav .nav__cat .cat__link:hover {
    transition: 0.4s;
    color: white;
    background: #a0a0a0;
    cursor: pointer;
  }
  .wrapper .category__nav .nav__cat .current_url {
    transition: 0.4s;
    color: white;
    background: #a0a0a0;
    cursor: pointer;
  }
}
/*# sourceMappingURL=style.css.map */







.category-top 
{
  padding:15px 10px 30px 10px;
  margin:0 0 30px 0;
  border-bottom: 1px solid #b21515;
  width:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:20px;
}


.category-top__img 
{
  width:80%;
  max-width: 200px;

}

.category-top__p1 
{
  font-size:16px;
  padding:0 10px;
  width:100%;
  text-align: center;
}

.category-top__link
{
  color:white;
  background:#b21515;
  padding:8px 16px;
  border:2px solid #b21515;
  outline:none;
  text-decoration: none;
  transition:0.4s;
}

.category-top__link:hover 
{
  background:transparent;
  color:#b21515;
  transition:0.4s;

}



.formPopup 
{
  position:fixed;
  display:flex;
  flex-direction: column;
  align-items: safe center;
  justify-content: safe center;
  background:rgba(0, 0, 0, 0.75);
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:99999999999999;

  visibility: hidden;
  opacity:0;
  transition:0.4s;
}

.formPopup--open 
{
  visibility: visible !important;
  opacity:1 !important;
  transition:0.4s;
}

.formPopup__close 
{
  position:absolute;
  z-index: 9999;
  width:30px;
  height:30px;
  border:2px solid black;
  border-radius: 100%;

  color:black;
  font-size:14px;
  font-weight: 500;
  outline:none;
  text-decoration: none;
  padding:10px;
  background:none;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  margin:0 0 450px 650px;
}
@media only screen and (max-width: 700px)
{
  .formPopup__close 
  {
    right:15px;
    margin:0 0 450px 0;
  }
}

@media only screen and (min-width:400px) and (max-width: 550px)
{
  .formPopup__close 
  {
    
    margin:0 0 550px 0;
  }
}


@media only screen and (max-width:400px) 
{
  .formPopup__close 
  {
    
    margin:0;
    top:70px;
  }
}

.formPopup__close:hover 
{
  opacity:0.5;
  transition:0.4s;
  cursor: pointer;
}









.comments 
{
  width:90%;
  display:flex;
  flex-direction: column;
}

@media only screen and (max-width: 950px) 
{
  .comments 
  {
    width:100%;
    padding:0 10px;
  }
}
.comments__h2 
{
  color:black;
  
  margin:0 0 30px 0;
  font-size:24px;
  font-weight: 500;
}

.comments__addComm 
{
  width:100%;
  display:flex;
  flex-direction: column;
}

.comments__username 
{
  font-size:16px;
  font-weight: 500;
  margin:0 0 15px 0;
  color:black;
}
.comments__googleLog 
{
  font-size:16px;
  font-weight: 500;
  margin:0 0 15px 0;
  color:black;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap:10px;
  flex-wrap: wrap;
}
.comments__googleLogin 
{
  outline:none;
  text-decoration: none;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border:2px solid #4285f4;
  background:#4285f4;
  font-size:16px;
  font-weight: 500;
  color:white;
  width:fit-content;
  padding:0 5px 0 0;
  transition:0.4s;
}

.comments__googleLogin:hover 
{
  transition:0.4s;
  cursor: pointer;
  background:white;
  color:#4285f4;
}

.comments__googleLogin img 
{
  height:30px;
  padding:3px;
  background:white;
  margin:0 10px 0 0;
}

.comments__logoutBtn 
{
  font-family: 'Montserrat', sans-serif !important;
  background:#b21515;
  border:2px solid #b21515;
  color:white;
  font-size:14px;
  font-weight: 600;
  padding:2px 10px;
  transition:0.4s;
  text-decoration: none;
  outline:none;
  width:fit-content;
  margin:0 0 0 20px;
}

.comments__logoutBtn:hover 
{
  background:transparent;
  transition:0.4s;
  cursor: pointer;
  color:#b21515;
}

.comments__alert 
{
  width:100%;
  color:white;
  font-size:15px;
  font-weight: 500;
  background:rgb(55, 182, 55);
  padding:10px 15px;
  text-align: center;
  margin:0 0 10px 0;

  display:none;
  
}

.comments__replyAlert 
{
  width:100%;
  color:white;
  font-size:15px;
  font-weight: 500;
  background:rgb(55, 182, 55);
  padding:10px 15px;
  text-align: center;
  margin:0 0 10px 0;
  display:none;
}

.comments__username span 
{
  color:#b21515;
}
.comments__addComm #commentform 
{
  width:100%;
  display:flex;
  flex-direction: column;
}
.comments__addComm #commentform textarea
{
  width:100%;
  background:none;
  height:150px;
  -webkit-box-shadow: 0px 0px 15px -7px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 15px -7px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 15px -7px rgba(66, 68, 90, 1);
  font-size:16px;
  font-weight: 400;
  color:black;
  padding:10px 15px;
  outline:none;
  text-decoration: none;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif !important;
  border:1px solid #e1e1e1;

}

.comments__addComm #commentform .submit 
{
  font-family: 'Montserrat', sans-serif !important;
  background:#b21515;
  border:2px solid #b21515;
  color:white;
  font-size:16px;
  font-weight: 600;
  padding:10px 20px;
  transition:0.4s;
  text-decoration: none;
  outline:none;
  width:fit-content;
  margin:5px 0 0 auto;
}

.comments__addComm #commentform .submit:hover 
{
  background:transparent;
  transition:0.4s;
  cursor: pointer;
  color:#b21515;
}


.comment 
{
  padding:0;
  margin:0;
  display:flex;
  flex-direction: column;
  width:90%;
  margin:15px 0;
  background:white !important;
}
.comment--user 
{
  
  transition:0.4s;
}

.comment--user--deleted 
{
  transition:0.4s;
  box-shadow: 0px 0px 10px 1px rgb(255, 0, 0);
}

.comment__msg 
{
  display:flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px -7px rgba(66, 68, 90, 1);
  width:100%;
  padding:15px 20px;
}

.comment__info 
{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size:16px;
  font-weight: 600;
  
  color:black;
  width:100%;
  letter-spacing: 1px;
}

@media only screen and (max-width: 800px)
{
  .comment__info 
  {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:5px;
  }
}

.comment__info .date 
{
  margin:0 0 0 10px;
  font-size:14px;
  color:#8a8a8a;
  font-weight: 500;
  letter-spacing: 0;
}

@media only screen and (max-width: 800px) 
{
  .comment__info .date  
  {
    margin:0;
  }
}
.comment__text
{
  width:100%;
  letter-spacing: 1px;
  color:black;
  font-size:16px;
  margin:10px 0 0 0;
  font-weight: 400;
}

.comment__buttons
{
  margin:0 0 0 auto;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 800px)
{
  .comment__buttons
  {
    margin:5px 0;
  }
}
.comment__delBtn 
{
  display:flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color:#b21515;
  font-size:18px;
  border:none;
  text-decoration: none;
  outline:none;
  background:none;
  transition:0.4s;
}

@media only screen and (max-width: 800px)
{
  .comment__delBtn 
  {
    margin:0 10px 0 0;
  }
}

.comment__delBtn:hover 
{
  transition:0.4s;
  cursor: pointer;
  opacity:0.5;
}

.comment__delBtn img 
{ 
  height:20px;
}

.comment__likes 
{
  margin:0 12px;
  display:flex;
  flex-direction: row;
  align-items: center;
  gap:10px;
  justify-content: center;
}

@media only screen and (max-width: 800px)
{
  .comment__likes 
  {
    margin:0 12px 0 0;
  }
}

.comment__likes .wrapper 
{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:5px;
}
.comment__likes .wrapper form 
{
  height:20px;
}
.comment__likes .wrapper button 
{
  border:none;
  text-decoration: none;
  background:none;
  outline:none;
  transition:0.4s;
}

.comment__likes .wrapper button:hover 
{
  transition:0.4s;
  opacity:0.5;
  cursor: pointer;

}


.comment__likes .wrapper button img 
{
  height:20px;

}

.comment__likes .wrapper p 
{
  font-size:16px;
  font-weight: 500;
  color:black;
}
.comment__likes .wrapper .liked 
{
  font-weight: 700;
}
.comment__replyBtn 
{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition:0.4s;
  cursor: pointer;
  outline:none;
  text-decoration: none;
  border:none;
  background:none;
  font-size:14px;
  color:black;
  gap:3px;
  font-weight: 500;
}

.comment__replyBtn img 
{
  height:20px;
}

.comment__replyBtn:hover 
{
  cursor: pointer;
  opacity:0.5;
  transition:0.4s;
}

.comment__replyForm
{
  width:100%;
  margin:10px 0;
  gap:15px;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;


  display:none;
}

.comment__replyForm textarea 
{
  resize:none;
  background:rgb(244, 244, 244);
  width:100%;
  font-size:16px;
  color:black;
  height:32px;
  font-weight: 400;
  padding:5px 10px;
  outline:none;
  text-decoration: none;
  margin:0;
}

.comment__replyForm .submit 
{
  font-family: 'Montserrat', sans-serif !important;
  background: #b21515;
  border: 2px solid #b21515;
  color: white;
  font-size: 14px;
  font-weight: 600;
  height:fit-content;
  transition: 0.4s;
  text-decoration: none;
  outline: none;
  width: fit-content;
  margin:0;
  padding:5px 10px;
}

.comment__replyForm .submit:hover 
{
  background: transparent;
  transition: 0.4s;
  cursor: pointer;
  color: #b21515;
}


.reply 
{
  width:calc(100% - 50px);
  margin:10px 0 10px 50px;
}

@media only screen and (max-width: 800px)
{
  .reply 
  {
    width:calc(100% - 30px);
    margin:10px 0 10px 30px;
  }
}




.hero__link img
{
  height:70px;
}

@media only screen and (max-width: 767px)
{
  .hero__link img
  {
    height:50px;
  }
  
}





.main__logoLink
{
  text-decoration: none;
  outline:none;
  height: fit-content !important;
  max-height: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media only screen and (max-width: 767px)
{
  .main__logoLink 
  {
    display:none;
  }
  
}


.post__author--empty img
{
  border:none;
  box-shadow: none;
  opacity:0;
}


.post__date 
{
  margin:2px 0 10px 0;
  color: rgba(0, 0, 0, 0.479);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}


.posts__post .post__buttons
{
  grid-template-rows: repeat(auto-fit, minmax(36px, 1fr)) !important;
}


.posts .post__author a .black
{
  color:black;
  font-weight: 500;
}