/*
Theme Name: Newspaper Child
Theme URI: http://tagdiv.com
Template: Newspaper
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Description: Premium WordPress template, clean and easy to use.
Tags: black,white,one-column,two-columns,fixed-layout
Version: 10.3.4.1590781620
Updated: 2020-05-29 21:47:00

*/

.pmpro_checkout-field-password2, .pmpro_checkout-field.pmpro_checkout-field-bconfirmemail {
    display:none;
}
.advads-related-articles{width:50%;float:left;margin-right:15px !important;margin-bottom:15px !important}
.mg_related-posts{width:50%;float:left;margin-right:15px !important}
.mg_related-posts-img img{margin-bottom: 0 !important}
.mg_related-posts,.mg_related-posts-auto{background:#f2f2f2 !important}
.mg_related-posts-heading{font-family: "Droid Sans" !important;text-align:center !important;margin:0 !important;padding:10px !important}

/** LPV Modal **/
/* The Modal (background) */
.lpv-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* LPV Modal Content */
  .lpv-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .lpv-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: none;
  }
  
  .lpv-close:hover,
  .lpv-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  @media only screen and (max-width: 768px) {
    .lpv-modal-content {
        width: 95%;
    }
  }