a.button {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a5299", endColorstr="#1d3e72",GradientType=1 );
  /* IE6-9 */
  position: relative;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff !important;
  padding: 20px 55px;
  border-radius: 5px;
  font-family: "Gill Sans", sans-serif;
  font-weight: bold;
  margin: 0;
  opacity: 0.9;
  line-height: 1;
  text-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  a.button {
    padding: 13px 38px;
  }
}
@media screen and (max-width: 1600px) {
  a.button {
    padding: 12px 37px;
  }
}
@media screen and (max-width: 1536px) {
  a.button {
    padding: 11px 36px;
  }
}
@media screen and (max-width: 1440px) {
  a.button {
    padding: 10px 35px;
  }
}
@media screen and (max-width: 480px) {
  a.button {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
a.button:hover {
  opacity: 1 !important;
  color: #ffffff !important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

div.button,
li.button {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a5299", endColorstr="#1d3e72",GradientType=1 );
  /* IE6-9 */
  position: relative;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff !important;
  padding: 20px 55px;
  border-radius: 5px;
  font-family: "Gill Sans", sans-serif;
  font-weight: bold;
  margin: 0;
  opacity: 0.9;
  line-height: 1;
  text-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #000000 !important;
  cursor: auto;
}
@media screen and (max-width: 1920px) {
  div.button,
li.button {
    padding: 13px 38px;
  }
}
@media screen and (max-width: 1600px) {
  div.button,
li.button {
    padding: 12px 37px;
  }
}
@media screen and (max-width: 1536px) {
  div.button,
li.button {
    padding: 11px 36px;
  }
}
@media screen and (max-width: 1440px) {
  div.button,
li.button {
    padding: 10px 35px;
  }
}
@media screen and (max-width: 480px) {
  div.button,
li.button {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
div.button:hover,
li.button:hover {
  opacity: 1 !important;
  color: #ffffff !important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
div.button:hover,
li.button:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.wp-block-buttons .wp-block-button a {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a5299", endColorstr="#1d3e72",GradientType=1 );
  /* IE6-9 */
  position: relative;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff !important;
  padding: 20px 55px;
  border-radius: 5px;
  font-family: "Gill Sans", sans-serif;
  font-weight: bold;
  margin: 0;
  opacity: 0.9;
  line-height: 1;
  text-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  .wp-block-buttons .wp-block-button a {
    padding: 13px 38px;
  }
}
@media screen and (max-width: 1600px) {
  .wp-block-buttons .wp-block-button a {
    padding: 12px 37px;
  }
}
@media screen and (max-width: 1536px) {
  .wp-block-buttons .wp-block-button a {
    padding: 11px 36px;
  }
}
@media screen and (max-width: 1440px) {
  .wp-block-buttons .wp-block-button a {
    padding: 10px 35px;
  }
}
@media screen and (max-width: 480px) {
  .wp-block-buttons .wp-block-button a {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
.wp-block-buttons .wp-block-button a:hover {
  opacity: 1 !important;
  color: #ffffff !important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.wp-block-buttons .wp-block-button.is-style-outline a {
  background: none !important;
  border: solid 3px #000000 !important;
  color: #000000 !important;
  text-shadow: none !important;
}

.single-post .page-content {
  padding-top: 0 !important;
}
.single-post .post_hero {
  height: 860px;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 90px;
}
@media screen and (max-width: 1930px) {
  .single-post .post_hero {
    height: 700px;
  }
}
@media screen and (max-width: 1600px) {
  .single-post .post_hero {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .single-post .post_hero {
    height: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .post_hero {
    height: 250px;
  }
}
.single-post .post_hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-post .post_heading {
  margin-bottom: 50px;
}
.single-post .post_heading h1 {
  font-family: "GSN Condensed", sans-serif;
  font-size: 2.6em;
  font-weight: 900;
  font-style: italic;
  color: #939598;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .single-post .post_heading h1 {
    font-size: 2em;
  }
}
.single-post .meta {
  margin-bottom: 60px;
}
.single-post .meta .author, .single-post .meta .author span,
.single-post .meta .date_time,
.single-post .meta .date_time span {
  line-height: 1;
  font-family: "Gill Sans", sans-serif;
  margin: 0;
  color: #939598;
}
.single-post .meta .author {
  font-weight: bold;
  margin-bottom: 10px;
}
.single-post .meta .date_time, .single-post .meta .date_time span {
  font-style: oblique;
  color: #C7C8CA;
}

/*# sourceMappingURL=uproar_single.css.map */
