/**
 * weeblrAMP - Accelerated Mobile Pages for Wordpress
 *
 * @author       weeblrPress
 * @copyright    (c) WeeblrPress - Weeblr,llc - 2020
 * @package      AMP on WordPress - weeblrAMP CE
 * @license      http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version      1.12.5.783
 *
 * 2020-05-19
 */
/*! Copyright WeeblrPress - Weeblr,llc @_YEAR_@ - Licence: http://www.gnu.org/copyleft/gpl.html GNU/GPL */
@import 'weeblramp_fe.lessinc';

/*************************************
*
* Lightbox
*
**************************************/
.wbamp-lightbox {
  display: table;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .6);

  h1 {
    color: #FFF;
  }

  .lb_button {
    display: inline-block;
    padding: 0.35em 0.5em;
    margin: 0 0.5em;
    font-size: 1em;
    font-weight: 700;
    border: none;
    border-radius: 0.2em;

    background: #FFAC2F;
    color: #000000;
    text-decoration: none;
    &:visited, &:focus, &:active {
      text-decoration: none;
    }
    &:hover {
      background: #6E97CC;
      color: #FFFFFF;
    }
  }
}



