.olio-article-plugin .share a {
    /*float: right;*/
    display: inline-block;
    font-size: 50px;
}

.olio-article-plugin .share a:hover {
    color:#f5a531
}

.olio-article-plugin .share a i {
    margin-left: 10px;
}

.olio-article-plugin.vc_row {
    background: rgb(239, 239, 239);
    padding: 0;
    border: 1px solid #e0e0e0;
}

.olio-article-plugin h1.main-title {
    margin-top: 0;
    color: #fff;
    text-align: center;
}


.olio-article-plugin hr {
    border-top-color: #d0d0d0;
    margin-top: 0;
    padding: 0!important;
}

.olio-article-plugin .other-articles li {
    width: 30%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    min-width: 300px;
    list-style: none;
    overflow: hidden;
}

.olio-article-plugin .other-articles li a {
    color: rgb(137, 137, 137);
}

.olio-article-plugin .other-articles li a:hover {
    color: rgb(0, 0, 0);
}

.olio-article-plugin img.user_tn {
    border-radius: 50%;
    display: block;
}

.olio-article-plugin h4.poster {
    margin: 0;
}

.olio-article-plugin p.user_info {
    color: rgb(137, 137, 137);
}

.olio-article-plugin span.location a {
    text-decoration: underline;
}

body.olio-article-plugin a, body.olio-article-plugin a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.olio-article-plugin .heading_title_row.vc_row {
    padding: 10px;
    margin: 0;
    background: #00a69c;
    opacity: 1;
}

.olio-article-plugin .heading_title_row.vc_row.pickup_arranged,
.olio-article-plugin .heading_title_row.vc_row.expired,
.olio-article-plugin .heading_title_row.vc_row.inactive {
    background: #a8a8a8;
}

.olio-article-plugin .heading_title_row.vc_row.pickup_arranged h1,
.olio-article-plugin .heading_title_row.vc_row.expired h1,
.olio-article-plugin .heading_title_row.vc_row.inactive h1,
.olio-article-plugin .heading_title_row.vc_row.pickup_arranged img,
.olio-article-plugin .heading_title_row.vc_row.expired img,
.olio-article-plugin .heading_title_row.vc_row.inactive img,
.olio-article-plugin .heading_title_row.vc_row.pickup_arranged span,
.olio-article-plugin .heading_title_row.vc_row.expired span,
.olio-article-plugin .heading_title_row.vc_row.inactive span,
.olio-article-plugin .heading_title_row.vc_row.pickup_arranged .app-link,
.olio-article-plugin .heading_title_row.vc_row.expired .app-link,
.olio-article-plugin .heading_title_row.vc_row.inactive .app-link {
    filter: saturate(0);
    opacity: 0.7;
}

.olio-article-plugin h1.main-title.pickup_arranged,
.olio-article-plugin h1.main-title.expired,
.olio-article-plugin h1.main-title.inactive {
    margin-top: 0;
    color: #fff;
    text-align: center;
}

.olio-article-plugin h1.main-title.wanted_food:before,
.olio-article-plugin h1.main-title.wanted_product:before {
  content: 'WANTED: ';
}

.olio-article-plugin .country-list .heading_title_row.vc_row { position: relative; }

.olio-article-plugin .zoom_the_image {
    font-size: 4vh;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 200;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.olio-article-plugin .zoom_the_image:hover {
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

.olio-article-plugin { position: relative; }

.olio-article-plugin .heading_title_row, .olio-article-plugin .heading_title_row p {
    color: white;
}

.olio-article-plugin .article_details { margin-top:50px; }

.olio-article-plugin .square_photo { position: relative; width: 100%; height: 100%; }

.olio-article-plugin .detailed_info {
  font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 1px solid #dadada;
    padding: 20px;
    background: #efefef;
}

.olio-article-plugin .detailed_info i.fa {
    width: 20px;
}

.olio-article-plugin .user_info {
    overflow:hidden;
}

.olio-article-plugin .user_info span {
    font-size: 12px;
    line-height: 1.5;
    display: block;
}

.olio-article-plugin .user_info span.username {
    font-weight: bold;
}

.olio-article-plugin .user_info .user_box {
    padding: 0;
}

.olio-article-plugin ul.other-articles {
    margin: 20px 0 0 -15px;
    padding: 20px 0;
    border-top: 1px solid #dadada;
}

.olio-article-plugin .other-articles h3, .olio-article-plugin .viewed-articles h3, .country-list h3 {
    margin-bottom: 20px;
    color: #818181;
}

.olio-article-plugin .other-articles h3 a, .olio-article-plugin .viewed-articles h3 a, .olio-article-plugin .country-list h3 a {
    color: #483030;
}

.olio-article-plugin .other-articles h3 a:hover, .olio-article-plugin .viewed-articles h3 a:hover, .olio-article-plugin .country-list h3 a:hover {
  color:#f5a531;
}

.olio-article-plugin .square_photo_bigger {
  min-height: 45vh;
}

.olio-article-plugin .corner-link {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
    right: 0;
    top: 0;
    display: block;
    height: 150px;
    position: absolute;
    width: 100px;
    z-index: 3;
}

.olio-article-plugin .corner-text-wrapper {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(-45deg);
  clip: rect(0px, 140px, 70px, 0px);
  height: 140px;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 140px;
  z-index: 1;
  /* box-shadow: 0px 0 7px black; */
}
.olio-article-plugin .corner-text {
  color: #7b4747;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(135deg);
  left: 20px;
  top: 20px;
  background-color: #f5a531;
  display: block;
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.olio-article-plugin .corner-text span {
  position: relative;
  top: 55px;
  left: -15px;
  display: block;
  text-align: center;
  z-index: 99999;
  color: #f6f6f6;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(-135deg);
  font-size: 2vh;
  font-weight: bold;
  line-height: 1;
}

.olio-article-plugin .corner-text-wrapper.active {
    display: none;
}

body.olio-article-plugin .title_subtitle_holder { display: none; }

.olio-article-plugin .donation_minimum {
    background: url(https://cdn.olioex.com/payment-type/donation-minimum.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    opacity: 0.8;
    width: 20px;
}

.olio-article-plugin .payment_required {
  background: url(https://cdn.olioex.com/payment-type/payment-required.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    opacity: 0.7;
    width: 20px;
    background-position-y: 70%;
}

.olio-article-plugin .no_payment_type {
  background: url(https://cdn.olioex.com/payment-type/no-payment-type.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    opacity: 0.7;
    width: 20px;
    background-position-y: 70%;
}

.olio-article-plugin .donation_minimum:after, .no_payment_type:after { display: none; }


.olio-article-plugin .country-list p.descripton a, .olio-article-plugin .country-list h1.main-title a {
    color: white;
}

.olio-article-plugin .country-list p.descripton a:hover, .olio-article-plugin .country-list h1.main-title a:hover {
  color:#f5a531 !important;
}

.olio-article-plugin .product-details {
    line-height: 2.5;
    padding: 30px 20px;
}

.olio-article-plugin .description_block.vc_row {
    margin: 0;
    background: rgba(255,255,255,0.65);
    margin-bottom: 200px;
}

.olio-article-plugin .description_block p {
    padding: 0 20px;
}

.olio-article-plugin .download_links {
    display: flex;
    border: 0;
    margin: 0;
    text-align: center;
	float: left;
}

.olio-article-plugin .download_links > .seo_image {
    margin: 0 10px;
    width: calc(11% - 10px);
    height: 100%;
    border-radius: 7px;
}

.olio-article-plugin .download_links > a {
    max-width: 160px;
    margin-right: 10px;
    height: auto;
}


.olio-article-plugin .download_links.spread_links > a {
    max-width: 160px;
    max-width: initial;
    width: calc(33.3% - 10px);
}


.olio-article-plugin .download_links > a > img {
    opacity: 0.8;
}

.olio-article-plugin .download_links > a:hover > img {
    opacity: 1;
}

.olio-article-plugin ul.town-articles {
    margin: 50px 0;
    /* display: block; */
    overflow: hidden;
}

.olio-article-plugin ul.country-articles {
  overflow: hidden;
}

.olio-article-plugin .town-articles li, .olio-article-plugin ul.country-articles li {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    width: 160px;
    list-style: none;
    overflow: hidden;
    font-size: 14px;
}

.olio-article-plugin .town-articles li.one-column, .olio-article-plugin ul.country-articles li.one-column {
  float:none;
}

.olio-article-plugin .viewed-articles li {
    padding-right: 20px;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.olio-article-plugin .viewed-articles a, .olio-article-plugin .town-articles a, .country-articles a {
    color: rgb(137, 137, 137);
}

.olio-article-plugin .viewed-articles a:hover, .olio-article-plugin .town-articles a:hover, .olio-article-plugin .country-articles a:hover {
    color: rgb(0,0,0);
}

.olio-article-plugin ul.viewed-articles {
    margin: 30px 0 50px;
    overflow: hidden;
}

.olio-article-plugin .map-cover {
  width:100%;
  height: 100%;
    position: absolute;
    z-index: 0;
    /* filter: blur(1px); */
    opacity: 0.6;
    /* filter: grayscale(100%); */
    filter: grayscale(100%) contrast(40%) invert(10%) brightness(140%);
    border: 1px solid #00a69c;
    box-sizing: border-box;
}

.olio-article-plugin div.viewed-articles {
  margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #dadada;
}

.olio-article-plugin .viewed-articles li a img {
  	min-height: 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	transform: perspective(140px) translate3d(0, 5px, 0px);
}

.olio-article-plugin .viewed-articles li a:hover img {
  	-webkit-filter: brightness(70%);
  	filter: brightness(70%);
	border-radius: 5px;
	transform: perspective(140px) translate3d(0, 5px, 10px);
}

.olio-article-plugin .viewed-articles li a span {
    font-size: 12px;
    display: block;
    line-height: 1.4;
    height: 35px;
    overflow: hidden;
    margin-bottom: 20px;
}

.olio-article-plugin .country-list h3.descripton {
    margin-top: 50px;
}

.olio-article-plugin .country-list ul.town-articles {
    margin-top: 20px;
}

.olio-article-plugin .app-links {
    position: relative;
    float: right;
    margin-right: 30px;
    margin-top: -100px;
    margin-bottom: 30px;
}

.olio-article-plugin .article-header-bar .app-links {
  margin-right: 15px;
  margin-top: 30px;
}

.olio-article-plugin .app-links a img {
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.42));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.42));
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.olio-article-plugin .app-links a:hover img {
    filter: drop-shadow(0px 0px 1px black);
    -webkit-filter: drop-shadow(0px 0px 1px black);
}

body.olio-article-plugin .content_inner .title_outer {
    height: 0 !important;
}

body.olio-article-plugin .content {
    padding-top: 80px;
}

body.olio-article-plugin .content .container {
  background: none;
}

.olio-article-plugin div.share {
    overflow: hidden;
}

.olio-article-plugin .app-link {
    text-align: center;
}

.olio-article-plugin .title_size_small { display: none !important; }

@media screen and (min-width: 768px){
    .olio-article-plugin .app-link {
        text-align: right;
    }

    .olio-article-plugin .location-map {
        width: 100%;
        margin-left: 0;
        text-align: center;
        color: black;
        font-size: 13px;
    }

    .download_links {
        display: block;
    }

   .olio-article-plugin .square_photo {
        min-height: 35vh;
   }
}

.olio-article-plugin .article-header-bar {
    margin-bottom: 10px;
}

.description_block_small {display:none;}

.olio-article-plugin p.donation-description {
    width: 100%;
    background: none;
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 35px;
    display: none;
}

.olio-article-plugin p.donation-description.donation_minimum {
    display: block;
}

.olio-article-plugin .user_info-mob {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    max-width: 17%;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.olio-article-plugin .user_info-mob img {
    margin: auto
}

.olio-article-plugin .pickup_arranged .user_info-mob img,
.olio-article-plugin .pickup_arranged .user_info-mob span {
    opacity: 0.7;
    filter: saturate(0);
}

.olio-article-plugin .user_info-mob span {
    display:block;
    margin:auto;
    text-shadow: 0 0 2px black;
}

.olio-article-plugin .viewed-articles span.wanted_food:after,
.olio-article-plugin .viewed-articles span.wanted_product:after {
  content: '';
  background-image: url("https://cdn.olioex.com/article/section/wanted_food.png");
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

.olio-article-plugin ul.country-articles li a.wanted_food:after,
.olio-article-plugin ul.country-articles li a.wanted_product:after,
.olio-article-plugin ul.town-articles li a.wanted_food:after,
.olio-article-plugin ul.town-articles li a.wanted_product:after,
.olio-article-plugin ul.other-articles li a.wanted_food:after,
.olio-article-plugin ul.other-articles li a.wanted_product:after {
  content: '';
  background-image: url("https://cdn.olioex.com/article/section/wanted_food.png");
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  display: inline-block;
  margin-left: 3px;
}

@media screen and (max-width: 768px){
    .olio-article-plugin .container_inner {
        width: calc(100% - 10px) !important;
    }

    .olio-article-plugin ul.other-articles {
        margin: 20px 15px;
    }

    .olio-article-plugin .heading_title_row.vc_row {
        padding: 10px 0;
        text-align: center;
        margin-top: -88px;
        opacity: 1;
        width: 100%;
        margin-bottom: 0;
    }

    .olio-article-plugin .description_block {
      display:none;
    }

    .olio-article-plugin .description_block_small {
      display:block;
      margin: 15px !important;
    }

    div.olio-article-plugin {
      margin-top: 88px;
    }

    .olio-article-plugin .square_photo {
      margin: 0;
    }

    .olio-article-plugin .town-articles li,
    .olio-article-plugin ul.country-articles li {
      float: left;
      width: auto;
    }

    .olio-article-plugin .country-list h3.descripton {
      margin-top:20px;
    }
}


@media screen and (max-width: 768px){
    .olio-article-plugin .share {
		width: 100%;
    }
    .olio-article-plugin .share a i {
	    color: #00a69b;
    	padding: 10px 5px 0;
    	text-shadow: none;
    }
}

.heading-image img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.olio-article-plugin .share a.title-social {
    color: #fff;
    font-size: 30px;
}
