.top-panel-main {padding: 15px 0}

.page-title, .posts-list h1 {max-width: 1200px; margin-bottom: 15px}

.wp-content strong, .content_text_layout strong {font-weight: 600; font-size: 18px; }

.caption {font-size: 13px; color: #777; }

.post-bottom-info .post-category {margin-top: 0px}




/*
pushnoti-widget {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Arial, sans-serif;
  font-size: 11pt;
  height: 100vh;
  width: 100vw;
  z-index: 999999; }

.pushnoti-widget-container {
  width: 430px;
  max-width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  background-color: #fdfdfd;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.2); }

.pushnoti-widget-container-content {
  display: flex;
  flex: 1;
  flex-direction: row;
  margin-top: 12px; }

.pushnoti-widget-container-content-image {
  display: flex;
  flex: 2;
  justify-content: center; }

.pushnoti-widget-container-content-image::after {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  width: 80px;
  height: 80px;
  content: "";
  border-radius: 50%;
  background-image: url("/wp-content/themes/01122018/assets/img/aus_first.jpg");
  background-size: cover; }

.pushnoti-widget-container-content-text {
  display: flex;
  flex: 5;
  flex-direction: column;
  margin-top: 8px; }

.pushnoti-widget-container-content-text-title {
  font-size: 18px;
  color: #242424; }

.pushnoti-widget-container-content-text-description {

  color: #7f7f81;
  margin-top: 25px;
  line-height: 1.2; }

.pushnoti-widget-container-actions {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
  padding: 24px; }

.pushnoti-widget-container-actions-agree {
  background-color: #4f7fe3;
  color: #FFF;

  padding: 12px 24px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.1); }

.pushnoti-widget-container-actions-decline {
  color: #a1a1a1;

  padding: 12px 24px;
  cursor: pointer; }*/

  