/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .wpptopdfenh{
     display: none;
 }
 .vwpp_pagination span{
     padding: 10px;
 }
 .vwpp-container p, 
 .vwpp-container div, 
 .vwpp-container h2,  
 .vwpp-container a {
     font-family : 'PT Sans',Arial,Helvetica,sans-serif !important;
     color: #5a5d62!important;
 }
 .vwpp-container p, 
 .vwpp-container div {
 font-size : 14px !important;

 }
 .vwpp-container p {
     margin: 0;
 }

.vwpp-container h2{
font-size : 45px !important;
margin:0px;
}

.vwpp-hidden {
    display: none!important;
}

ul.custom-archive-sidebar{
    list-style: none;
}

ul.custom-archive-sidebar li{
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.mt-10 {
    margin-top: 10px;
}

ul.wvpp-list{
    display:flex;  
    list-style:none;
    margin: 0;
}

ul.wvpp-list li{
    padding-left: 10px;
    padding-bottom: 10px;
}
.wvpp-back-btn{
    text-align:right;
    margin-bottom:20px!important;
}
.noimg {
    height: 158px;
    width: 100%;
}
.vwpp-article-list {
    display: grid;
    overflow: hidden;
    grid-auto-rows: 1fr;
    /* grid-column-gap: 5px;
    grid-row-gap: 5px; */
    margin-left: -25px;
}

  .vwpp-article-list-item {
    background-color: #fff;
    display: flex;
    /* padding: 0.5em; */
    margin-bottom: 20px;
  }
  .vwpp-article-list-item .card-body{
      padding-left: 10px;
      padding-right: 10px;
  }
  .w-100{
      width: 100%;
  }
  .vwpp-custom-article .article-title{
      /* line-height: 25px; */
  }
  .vwpp-custom-article h3{
    line-height: 30px;
}
  .vwpp-article-list-item .article-title{
    padding-left: 10px;
    padding-right: 10px;    
  }
  ul.wvpp-list li::before {
    content: ""!important;
}
.vwpp-article-list-item .card-footer{
    border-top: 0px;
    background-color: unset;
}
.vwpp-article-list-item .card{
    border : 0px!important
}
  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .vwpp-article-list{
        grid-template-columns: repeat(1, 1fr)!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .vwpp-article-list{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .vwpp-article-list{
        grid-template-columns: repeat(1, 1fr);
    }
}

.vwpp-open>.vwpp-dropdown-menu {
    display: block;
}

.vwpp-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.vwpp-dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.vwpp-dropdown {
    position: relative;
}

.vwpp-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.wvpp-back-btn button {
    /*background-color: #283593!important;*/
}

.vwpp-content-body{
    padding-left: 10px;
    padding-right: 10px;
}
.article-media-grid{
    padding: 0 10px 5px 10px;
}