/**
 * 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';

/*************************************
*
* Link to main fixed display
*
**************************************/

.wbamp-link-to-main {
  max-width: 100%;
  padding: 0.75em;
  text-align: center;
  font-size: 0.9em;
}

.wbamp-link-to-main-link {
  a, a:visited, a:focus, a:active {
    display: inline-block;
    text-decoration: none;
    padding: 0.25em 1em;
    margin: 0.25em;
    border-radius: 0.2em;
  }
}

.wbamp-link-to-main-dark.wbamp-link-to-main {
  background: #000000;
}

.wbamp-link-to-main-dark {
  .wbamp-link-to-main-text {
    color: #FFFFFF;
  }
  .wbamp-link-to-main-link {
    a, a:visited, a:focus, a:active {
      background: #FFAC2F;
      color: #333333;
    }
    a:hover {
      color: #000000;
    }
  }
}

.wbamp-link-to-main-light.wbamp-link-to-main {
  background: #F3F3F5;
}

.wbamp-link-to-main-light {
  .wbamp-link-to-main-text {
    color: #000000;
  }

  .wbamp-link-to-main-link {
    a, a:visited, a:focus, a:active {
      background: #6e97cc;
      color: #FFFFFF;
    }
    a:hover {
      color: #000000;
    }
  }
}
