/*
style for gallery
*/

/*! CSS Used from: https://www.goeco.org/_static/css/basic.static.css?r=1637162780 ; media=screen, print */
@media screen, print {
  .post_gallery a {
    background-color: transparent;
  }
  .post_gallery a:active,
  .post_gallery a:hover {
    outline: 0;
  }
  .post_gallery img {
    border: 0;
  }
  @media print {
    .post_gallery *,
    .post_gallery *:before,
    .post_gallery *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    .post_gallery a,
    .post_gallery a:visited {
      text-decoration: underline;
    }
    .post_gallery a[href]:after {
      content: " (" attr(href) ")";
    }
    .post_gallery img {
      page-break-inside: avoid;
    }
    .post_gallery img {
      max-width: 100% !important;
    }
  }
  .post_gallery * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .post_gallery *:before,
  .post_gallery *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .post_gallery a {
    color: #337ab7;
    text-decoration: none;
  }
  .post_gallery a:hover,
  .post_gallery a:focus {
    color: #23527c;
    text-decoration: underline;
  }
  .post_gallery a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .post_gallery img {
    vertical-align: middle;
  }
  .post_gallery .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .post_gallery .container-fluid:before,
  .post_gallery .container-fluid:after {
    content: " ";
    display: table;
  }
  .post_gallery .container-fluid:after {
    clear: both;
  }
  @media (max-width: 767px) {
    .post_gallery .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .post_gallery .hidden-sm {
      display: none !important;
    }
  }
  .post_gallery img {
    width: 100%;
  }
  .post_gallery a {
    color: inherit;
    text-decoration: none;
  }
  .post_gallery div {
    box-sizing: border-box;
  }
  .post_gallery a:visited,
  .post_gallery a:active,
  .post_gallery a:focus,
  .post_gallery a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
}
/*! CSS Used from: https://www.goeco.org/_static/css/blog.static.css?r=1637162780 ; media=screen, print */
@media screen, print {
  .post_gallery .header-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    margin-left: -13px;
    margin-right: -13px;
    max-height: 420px;
    overflow-y: hidden;
  }
  .post_gallery .header_image_container {
    position: relative;
  }
  .post_gallery .header_image_text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    color: #ffffff;
    opacity: 0;
  }
  .post_gallery .header_image_text:hover {
    opacity: 1;
  }
  .post_gallery .column1,
  .post_gallery .column2,
  .post_gallery .column3,
  .post_gallery .column4,
  .post_gallery .column5,
  .post_gallery .column6 {
    height: auto;
    padding: 0px;
  }
  .post_gallery .column1 img,
  .post_gallery .column2 img,
  .post_gallery .column3 img,
  .post_gallery .column4 img,
  .post_gallery .column5 img,
  .post_gallery .column6 img {
    height: 100%;
  }
  .post_gallery .column1 div,
  .post_gallery .column2 div,
  .post_gallery .column3 div,
  .post_gallery .column4 div,
  .post_gallery .column5 div,
  .post_gallery .column6 div {
    height: 100%;
  }
  .post_gallery .column1 .header_image_text_container,
  .post_gallery .column2 .header_image_text_container,
  .post_gallery .column3 .header_image_text_container,
  .post_gallery .column4 .header_image_text_container,
  .post_gallery .column5 .header_image_text_container,
  .post_gallery .column6 .header_image_text_container {
    height: 100px;
  }
  .post_gallery .column1 {
    width: 21.98%;
  }
  .post_gallery .column2 {
    width: 11.93%;
  }
  .post_gallery .column2 > div {
    height: 59%;
  }
  .post_gallery .column2 > div:nth-child(2) {
    height: 39%;
  }
  .post_gallery .column3 {
    width: 11.82%;
  }
  .post_gallery .column4 {
    width: 11.93%;
  }
  .post_gallery .column4 > div {
    height: 39%;
  }
  .post_gallery .column4 > div:nth-child(2) {
    height: 59%;
  }
  .post_gallery .column5 {
    width: 21.98%;
  }
  .post_gallery .column6 {
    width: 16.35%;
  }
  .post_gallery .two-images {
    position: relative;
  }
  .post_gallery .two-images div:nth-child(2) {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .post_gallery .container-fluid {
    padding: 0px;
  }
}
