.single-new-post-date {
  margin-left: 30px;
  font-family: RobotoBold;
  font-size: 1.2em;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .single-new-post-date {
    position: static;
    padding: 0;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.single-name-and-date-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .single-name-and-date-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.single-news-header-type {
  font-family: RobotoBold;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.3em;
  margin-bottom: 50px;
}

.single-post-wrapper {
  margin-top: 30px;
  text-align: justify;
  color: #28231e;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
}

.content-area a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  color: rgba(255, 0, 0, 0.7);/*#28231e*/
}

.content-area a img {
  color: #aba7a2 !important;
}

.content-area a:hover {
  color: #aba7a2 !important;
}

.content-area img {
  max-width: 100% !important;
  height: auto;
}

body {
  background: #f6f6f6;
}

.single-post-header {
  text-transform: uppercase;
  font-family: RobotoBold;
  font-size: 2em;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .single-post-header {
    max-width: 500px;
  }
}

.content-area {
  margin-top: 100px;
}

.single-post-wrapper {
  padding: 30px;
  padding-top: 0;
}

@media screen and (max-width: 500px) {
  .single-post-wrapper {
    padding-top: 30px;
    padding: 10px;
  }
}

img[class^=wp-image] {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin: 30px;
}

img.alignright {
  margin: 30px 0 30px 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

img.alignleft {
  margin: 0px 30px 30px 0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

img.aligncenter {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.img-link-container-alignright {
  position: relative;
  float: right;
  margin: 30px 0 30px 30px;
}

.img-link-container-alignright .underlay-for-transparent-right {
  margin: 0;
}

.img-link-container-alignleft {
  position: relative;
  float: left;
  margin: 30px 30px 30px 0;
}

.img-link-container-alignleft .underlay-for-transparent-left {
  margin: 0;
}

.img-link-container-aligncenter {
  position: relative;
  /*margin: auto*/
  /*max-width: 350px*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  /*margin-left: auto*/
  /*margin-right: auto */
}

.img-link-container-aligncenter .underlay-for-transparent-center {
  margin: 0;
}

.img-flex-linker {
  position: relative;
}

.img-link-overlay {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-link-overlay:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

.single-read-also-txt, .read-also-item {
  text-transform: uppercase;
  text-align: center;
  font-family: RobotoBold;
}

.single-read-also-txt {
  font-size: 2em;
  margin-bottom: 20px;
}

.read-also-item {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.single-read-also {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ebebeb;
}

.single-show-all-btn {
  text-align: center;
  color: #f9f9f9;
  width: 220px;
  height: 45px;
  font-size: 1em;
  font-family: RobotoBold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  text-transform: uppercase;
  margin: auto;
}

.single-show-all-btn:hover {
  cursor: pointer;
  background: #010100;
}

.single-show-all-btn:active {
  background: black;
}

.single-show-all-section {
  background: #f6f6f6;
}

.single-show-all-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-nav-bar {
  background: #060504;
  color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.underlay-for-transparent-left {
  padding: 15px;
  float: left;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin: 30px 30px 30px 0;
}

.underlay-for-transparent-left img.alignleft {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  margin: 0 !important;
}

.underlay-for-transparent-right {
  padding: 15px;
  float: right;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin: 30px 0px 30px 30px;
}

.underlay-for-transparent-right img.alignright {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  margin: 0 !important;
}

.trans-center-flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.underlay-for-transparent-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.underlay-for-transparent-center img.aligncenter {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  margin: 0 !important;
}

h1 {
	text-transform: uppercase;
    font-family: RobotoBold;
    font-size: 2em;
    text-align: center;
    max-width: 700px;
    margin: auto;
}
