/*
You can add your own CSS here.

Click the help icon above to learn more.*/
.fa-6 {
  border: 4px solid;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  transition: 0 all;
  display: inline-block;
  border-color: #f3232a;
  color: #ddd;
  background-color: #f3232a;
}
i.fa.fa-folder.fa-6 {
  line-height: 2;
  margin: 0 0 30px 10px;
  text-align: center;
}
.fa-6:hover {
  border-color: #ccc;
  background-color: #f3232a;
  color: #efefef;
}
button input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid transparent;
  padding: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.wrc-column {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.astm-search-menu.default form {
  padding: 5px;
}
.entry-content {
  margin: 0em 0 0;
}
i.fa.fa-angle-left {
  border: 0 solid;
  width: 24px;
  border-radius: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  transition: 0 all;
  display: inline-block;
  border-color: #fff;
  color: #fff;
  background-color: #3a3a3a;
  float: left;
  margin-right: 5px;
}
i.fa.fa-angle-left:hover {
  background-color: #000;
}
.shadowbox {
  display: block;
  border: 1px solid #c1c1c1;
  box-shadow: 8px 8px 5px #dedede;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #eee, #eee 40%, #ddd);
  margin-bottom: -1px;
}
.name {
  margin: -72px 0 40px 55px;
  display: block;
  line-height: normal;
}
.entry-title {
  font-variant: all-small-caps;
  font-style: italic;
}
.description {
  color: #3f3f3f;
  margin-top: -1px;
  font-size: 14px;
  line-height: normal;
  width: fit-content;
}
h3 {
  font-weight: 800;
  color: red;
  line-height: 1px;
}
h2 {
  font-weight: 200;
  color: grey;
  line-height: 20px;
  font-size: 17px;
}
.element {
  position: relative;
}
.element:before {
  content: "\f019";
  content: "\f15b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #efefef;
  margin-left: 50px;
}
.flex-container > div {
  background-color: #efefef;
  width: 280px;
  margin: 5px;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
}
.red-colored {
  color: #c00;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.dlink {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .shadowbox {
    margin-bottom: -1px;
  }
  .entry-title {
    font-size: 24px;
  }
  .back {
    display: scroll;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 20px;
    line-height: 18px;
    font-size: 8px;
  }
  i.fa.fa-angle-left {
    margin-left: -3px;
    font-size: 20px;
  }
  .entry-content {
    margin: 0;
  }
  .flex-container {
    margin-left: 0px;
  }
}
