
.all-content {
  background: #F6F5F2;
  padding: 60px 0;
}
.standard-container {
  background: white;
  max-width: 1260px;
  padding-right: 0;
  padding-bottom: 0;
}
.content-with-sidebar {
  padding-left: 30px;
}
.posts-section {
  width: 100%;
  padding: 30px 30px 35px 0;
}
.post-image {
  width: 100%;
  margin-top: 30px;
}
.posts-section .post-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posts-section .post-title h1 {
  margin-bottom: 0;
  color: black;
  font-weight: 300;
  font-size: 30px;
}
.post-description {
  display: flex;
  padding-top: 30px;
}
.post-text {
  width: 70%;
}
.wyswig-text {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-family: Georgia,Times,Times New Roman,serif !important;
}
.wyswig-text * {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-family: Georgia,Times,Times New Roman,serif !important;
}
.posts-section .post-date {
  font-size: 15px;
  width: 29%;
  text-align: right;
  font-weight: bold;
  padding-right: 50px;
  color: black;
}
.posts-section .post-date p {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  display: inline;
}
.post-tags {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 17px;
}
.post-tags i {
  font-style: normal;
  color: black;
}
.post-tags a {
  color: black;
  margin: 0 5px;
}
.return-main {
  font-size: 16px;
  min-width: 130px;
  margin-left: 50px;
}
.return-main a {
  color: #002B5E;
  font-size: 18px;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 2px 6px 0 0 !important;
}
.ya-share2__container_size_m .ya-share2__icon {
  height: 24px !important;
  width: 24px !important;
  background-size: 24px 24px !important;
}

/* SIDEBAR STYLES START */
.post-sidebar {
  min-width: 360px;
  width: 360px;
  padding: 40px 30px 30px 20px;
}
.random-posts-content {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0000001f;
}
.random-posts-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #002B5E;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.random-post-thumb {
  width: 30%;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
}
.random-post-desc {
  width: 70%;
  padding-left: 18px;
  font-size: 15px;
}
.random-post-desc p {
  margin-bottom: 6px;
  color: #002B5E;
}
.random-post-desc a {
  margin-bottom: 2px;
  color: #808184;
}
.random-post-desc a:hover {
  text-decoration: none !important;
}
.all-tags-title {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding-bottom: 30px;
}
.sidebar-tags p {
  padding: 5px;
  border: 1px solid #002B5E;
  font-style: normal;
  color: #002B5E;
  margin: 0 15px 0 0;
  transition: 0.3s;
}
.sidebar-tags p:hover {
  color: white;
  background: #002B5E;
}
.sidebar-tags a {
  margin: 5px 0;
}
.sidebar-tags a:hover {
  text-decoration: none;
}
/* SIDEBAR STYLES END */
