.pkp_brand_footer img{width:50%;}
.homepage_image  img{width:75% !important;}
.pkp_block.block_custom {padding:15px 20px;}
#customblock-theAuthorGuidelines {margin-top:-25px;}

@media (min-width:1200px) {
 .pkp_structure_main {
  width:79%;
 }
 .pkp_structure_main:after {
  left:79%;
 }
}

@media (min-width:992px) {
 .pkp_structure_sidebar {
  width:20%;
 } }

@media (min-width:768px) { 
.obj_article_details .entry_details {
  width:30%;
 }  }

@media (min-width:1200px) {
 .obj_article_details .main_entry {
  width:70%;
 }
}

/* checkbox accordion css VasM */
        .toggleJA{
          display: none;
        }
        .toggleJALabel {
          display: block;
          margin-left: 15px;
         
          color: #555;
        }
        .toggleJALabel:hover {
          color: #000;
        }
        .toggleJALabel::before {
          font-family: Consolas, monaco, monospace;
          font-weight: bold;
          font-size: 15px;
          content: "+";
          vertical-align: text-top;
          display: inline-block;
          width: 20px;
          height: 21px;
          margin-right: 3px;
          background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
          text-align: center;
        }
        .expandJA {
          display: none;
          overflow: hidden;
          transition: height 0.5s;
          color: #FFF;
        }
        
        .expandJA li{
          padding1: 0 10px;
        }
        .toggleJA:checked + .toggleJALabel + .expandJA {
          display: block;
        }
        .toggleJA:checked + label::before {
          content: "-";
        }
       .pkp_block.block_archiveVM{padding:5px 10px; font-size: 13px;}
/*end accordion css VasM */

.ym-advanced-informer {margin-left:30px;}