.project-block {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  background-color: #ebf0f0;
}
.project-block .container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.project-block .categories {
  margin-left: 34px;
  float: left;
  text-transform: uppercase;
  font-family: 'Antonio';
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90%;
}
@media (max-width: 1050px) {
  .project-block .categories {
    top: 100px;
  }
}
.project-block .categories:hover a {
  color: #00413d !important;
}
@media (max-width: 600px) {
  .project-block .categories {
    margin-left: -34px;
  }
}
.project-block .categories .categories-tags {
  position: relative;
  top: 92px;
  margin: 5px;
  padding: 10px;
  background-color: white;
  color: #00413d;
  border: 1px solid #00413d;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 1050px) {
  .project-block .categories .categories-tags {
    top: 46px;
    margin: 4px;
    padding: 6px;
    font-size: 0.9em;
  }
}
@media (max-width: 800px) {
  .project-block .categories .categories-tags {
    top: 13px;
    left: 34px;
    font-size: 0.8em;
    margin: 3px;
    padding: 5px;
  }
}
@media (max-width: 800px) {
  .project-block .categories {
    top: 92px;
    margin-left: auto;
    max-height: 100px;
  }
}
@media (max-width: 800px) {
  .project-block .project-row {
    display: flex;
  }
}
.project-left-div {
  padding: 20px;
  margin-bottom: 10px;
}
.project-left-div h2 {
  color: white;
  text-transform: uppercase;
}
.project-left-div p {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 300;
  color: #00413d;
  margin-bottom: 5%;
}
.project-left-div .primary-btn {
  width: 100%;
  order: 1;
  margin: 20px 0px;
}
.project-left-div .orange-btn a:hover {
  background-color: #983c2b !important;
}
.project-left-div .collected-value {
  top: -10px;
  width: 100%;
  font-size: 30px;
  margin-top: 0px;
}
@media (max-width: 800px) {
  .project-left-div {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.project-right-div {
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
  padding: 0px;
}
.custom-link {
  text-decoration: none !important;
  color: #f04e37 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Antonio';
}
.custom-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 20px;
}
.tags-buttons {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tags-buttons span {
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 2px;
  padding: 10px;
  border-radius: 6px;
  color: white;
  background-color: #008695;
}
.progress {
  margin-bottom: 20px;
  overflow: visible;
  margin-top: 7%;
  margin-bottom: 50px;
  border-radius: 30px;
  margin-left: 1%;
}
.full {
  background: transparent;
}
.progress-bar {
  color: orange;
  background-color: #f04e37;
  border-radius: 30px;
}
.progress-value {
  position: relative;
  top: -30px;
  left: -50px;
  min-width: 100px;
  min-height: 100px;
  background-image: url("/wp-content/themes/legrettheme/sass/../images/progress-circle.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  font-size: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-title {
  position: relative;
  text-transform: uppercase;
  font-size: 40px;
  color: white;
  font-family: 'Antonio';
  z-index: 1;
}
.project-title::after {
  content: '';
  background-image: url("/wp-content/themes/legrettheme/sass/../images/project-brush.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 100px;
  left: -15px;
  z-index: -1;
}
@media (max-width: 600px) {
  .project-title {
    font-size: 0.9em;
    text-align: center;
  }
  .project-title::after {
    top: -17px;
    width: 108%;
  }
}
.project-image {
  position: relative;
  margin-top: -8%;
  height: 220px;
  top: -100px;
}
@media (max-width: 1050px) {
  .project-image {
    top: -53px;
    height: auto;
  }
}
@media (max-width: 800px) {
  .project-image {
    top: -32px;
  }
}
@media (max-width: 600px) {
  .project-image {
    top: -56px;
  }
}
.project-image img {
  width: 100%;
  justify-content: center;
  object-fit: cover;
  max-height: 400px;
}
.collected-value {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 18px;
  color: #f04e37;
}
.collected-budget {
  font-family: "Gotham";
  font-weight: 300;
  font-size: 18px;
  color: #00413d;
  margin-left: 10px;
  margin-right: 1%;
}
@media (max-width: 1050px) {
  .collected-budget {
    margin-left: 0;
    display: flex;
  }
}
@media (max-width: 800px) {
  .collected-budget, .collected-value {
    display: flex;
    justify-content: center;
  }
}
.projects-cta {
  width: 100%;
  height: auto;
  padding-left: 20px;
}
.projects-cta .donate-btn, .projects-cta .projects-cta-links {
  float: left;
}
.projects-cta .projects-cta-links {
  margin-top: 15px;
}
.projects-cta .projects-cta-links div {
  float: left;
}
.projects-cta .custom-link {
  margin-left: 20px;
  font-size: 18px;
  font-family: 'Antonio';
}
.projects-cta .all-projects-links {
  padding-right: 30px;
}
@media (max-width: 800px) {
  .project-block {
    padding-top: 20px;
    margin-bottom: 70px;
  }
  .project-right-div {
    position: relative;
    top: -50px;
  }
  .second {
    order: 6 !important;
  }
  .third {
    order: 2 !important;
  }
  .categories-tags {
    display: inline-block;
    z-index: 10;
  }
  .tags {
    padding: 0px !important;
    padding-bottom: 20px !important;
    float: none !important;
    top: 50px !important;
    margin-left: 20px !important;
  }
  .tags a {
    font-size: 14px;
  }
  .projects-cta {
    display: inline-block;
  }
  .projects-cta .donate-btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .projects-cta .btn .custom-link, .projects-cta .all-projects-links {
    width: 100%;
  }
  .projects-cta .all-projects-links, .projects-cta .custom-link {
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .second {
    padding-top: 0px;
    margin-top: -50px;
  }
}
/*# sourceMappingURL=https://gret.org/wp-content/build/scss_library/43a13f10924a992612f0cae6dc3760ed57f31cdd.css.map */