/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

.youtube .green-mark {
    content: url('/themes/realgeek/img/green-checkmark.png');
    width: 44px;
    height: 44px;
    margin-right: 0;
    position: relative;
    top: 8px;
}
.youtube .yellow-mark {
    content: url('/themes/realgeek/img/yellow-checkmark.png');
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.youtube__refresh {
    margin-top: 20px;
    text-align: center;
}

.youtube__subtitle span {
    font-size: 70%;
}

.overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 100000;
}
.overlay:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 13px;
  width: 208px;
  margin: auto;
  background: url(/img/loadingAnimation.gif) no-repeat center center;
  z-index: 100001;
}

span.wrp {
    width: 100%;
    display: block;
}

.youtube__main .channel-name {
    font-size: 160%;
    font-weight: bold;
    color: #3C3C3B;
    text-align: center;
}

.youtube__main .channel-img img {
    margin: 20px auto;
    display: block;
    border-radius: 150px;
    border: 1px solid #e2e2e2;
}

.youtube__main .channel-date {
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.youtube__main .channel-links {
    text-align: center;
    padding-top: 0px;
    border-bottom: 0px solid #ced4da; 
    margin-bottom: 10px;
    padding-bottom: 20px;
    height: auto;
}

#subscriptions-refresh {
    padding:10px 30px 10px 50px;
    font-size: 1rem;
    background: #FF0000;
    color: #FFFFFF;
    border:3px solid #FF0000;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 20px center;
}

#subscriptions-refresh:hover {
    font-size: 1rem;
    background: #FFFFFF;
    color: #FF0000;
    border:3px solid #FF0000;
}

#subscriptions-refresh {
    background-image: url('/themes/realgeek/img/reload.png');
    padding-left: 50px;
}
#subscriptions-refresh:hover {
   background-image: url('/themes/realgeek/img/reload-hover.png');
   background-repeat: no-repeat;
   background-position: 20px center;
}

.button.button--youtube {
    display: inline-block;
    color: #FF0000;
    background-color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px;
    border: 2px solid #FF0000;
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 1rem;
}

.authentication .button.button--youtube {
    display: inline-block;
    color: #fff;
    background-color: #FF0000;
    padding: 10px 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 3px solid #FF0000;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    font-weight:700;
    font-size: 1rem;
}

.button.button--youtube:hover {
    color: #FFFFFF;
    background-color: #FF0000;
    border: 2px solid #FFFFFF;
}

.youtube__authentication .button.button--youtube:hover {
    color: #FF0000;
    background-color: #ffffff;
    border: 3px solid #FF0000;
}

.button.button--youtube.yellow {
    color: #fff;
    background-color: #ffb100;
    padding: 10px 30px;
    margin-top: 10px;
    border: 3px solid #ffb100;
    font-weight:700;
    font-size: 1rem;
}

.button.button--youtube.yellow:hover {
    color: #ffb100;
    border: solid 3px #ffb100;
    background-color: #ffffff;
}

.youtube__controls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.youtube__control, .youtube__link {
    display: inline-block;
}

.youtube__link {
    color: #767676;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.youtube__control, .youtube__link {
    display: inline-block;
}

.youtube__main {
    display: block;
    border: 0px solid #ced4da;
    border-radius: 5px;
    width: 100%;
    padding: .25rem;
    overflow-y: auto;
}

.youtube__header {
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-align: center;
}

.youtube, .youtube__header {
    display: block;
    width: 100%;
}

.youtube__subtitle, .youtube__title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.youtube__title {
    font-size: 36px;
    line-height: 1.1;
    margin: 1rem auto;
}

.youtube__authentication {
    display: block;
    width: 100%;
    padding-bottom: 9rem;
    text-align: center;
}

.youtube-logo {
    width: 60px;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .button.button--youtube.yellow {
        padding: 10px 15px;
    }
}
