@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

.widget-pbyp
{
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-pbyp .country
{
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 28px;
  background-size: 2em;
}

.widget-pbyp .error
{
  background-color: #C00;
  color: #FFF;
  display: block;
  padding: 10px;
}

.widget-pbyp .source
{
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.widget-pbyp .refresh
{
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  width: 17px;
  height: 18px;
  background-size: 32px;
  background-color: #EEE;
  border-radius: 4px;
  margin-left: 7px;
  cursor: pointer;
}

.widget-pbyp .source:hover .refresh
{
  display: inline-block;
}


.widget-pbyp .source:first-child
{
  margin-top: 0;
}



.widget-pbyp .item
{
  overflow: hidden;
  width: 100%;
  margin: 5px 0;
}


.widget-pbyp .item .preview
{

  display: block;
  width: 96px;
  text-align: center;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;  
}

.widget-pbyp .item .title
{
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.widget-pbyp .item .title.withpreview
{
  margin-left: 106px;
}


.widget-pbyp .item .preview img
{
  width: 100%;
}

.widget-pbyp .subscribe-button
{
  float: right;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 5px;
  display: block;
  border-radius: 4px;
  background-color: #EEE;
  color: #000;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: background;
  box-sizing: border-box;
  background-position: center;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.widget-pbyp .refresh.loading,
.widget-pbyp .refresh.ok,
.widget-pbyp .refresh.error
{
  display: inline-block;
  padding-left: 0;
}
.widget-pbyp .subscribe-button.loading
{
  background-color: transparent;
}

.widget-pbyp .subscribe-button:not(.loading):not(.ok):not(.error):hover
{
  background-color: #54a22c;
  color: #FFF;
}

.widget-pbyp .refresh.ok,
.widget-pbyp .subscribe-button.ok
{
  background-repeat: no-repeat;
  background-position: center;
}

.widget-pbyp .refresh.error,
.widget-pbyp .subscribe-button.error
{
  background-repeat: no-repeat;
  background-position: center;
}

.widget-plpb
{
  position: relative;
}

.widget-plpb .close-btn
{
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: 100%;
  display: block;
  opacity: 0.5;
  cursor: pointer;
}

.widget-plpb input:not(.disabled)
{
  cursor: pointer;
}

.widget-plpb input.disabled
{
  opacity: 0.3;
}

.widget-plpb .close-btn:hover
{
  opacity: 0.7;
}

.main-item-card {
    overflow: hidden;
    border-radius: 12px;
    font-size: 0;
}

.main-item-card .image {
    position: relative;
}

.main-item-card .image img
{
    width: 100%;
}

.main-item-card h3 
{
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    background: radial-gradient(165.38% 100% at 50% 0,rgba(30,33,42,.0001) 41.7%,rgba(30,33,42,.48) 71.32%,#1e212a 100%);
    color: #FFF;
    padding: 100px 20px 20px;
    font-size: 22px;    
}

.main-item-card a:hover h3,
.main-item-card a:hover .readmore-btn
{
    opacity: 0.9;
}

.main-item-card .readmore-btn {
    color: #FFF;
    background-color: #32bb0e;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

body, 
#layout {
    background-color: #FFF;
}

#layout #main-center {
    order: 1;
    margin: 0;
    padding: 20px 40px 0 0;
    border-right: 1px solid #EEE;
}

#layout #main-right {
    width: 33%;
    order: 3;
    margin: 0;
    padding: 20px 0 20px 40px;
}

#layout #main-left {
    order: 2;
    width: 33%;
    margin: 0;
    padding: 20px 40px;
    border-right: 1px solid #EEE;
}

#layout #main-left #left-sticky {
    padding: 0;
}

.widget-pbyp .item .title,
.font-inter {
    font-family: 'Manrope', sans-serif;
}

.f16 {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
#layout #main-left {
  width: 50%;
  padding-right: 10px;
  padding-left: 20px;
}

#layout #main-center {
  width: 50%;
  padding-right: 20px;
  padding-left: 10px;
}
}

@media screen and (max-width: 700px) {
  #layout #main-center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-item-card h3 {
  }
}