/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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 http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#module-takeitizi-display #main .page-header {
    display: none;
}

#module-takeitizi-display .top-15 {
    margin-top: 15px;
    padding-bottom: 20px;
}

#module-takeitizi-display .center {
    text-align: center;
}

#module-takeitizi-display div#links {
    text-align: center;
}

#module-takeitizi-display div#links>div {
    padding: 20px;
}

#module-takeitizi-display .download {
    margin-right: 20px;
}

#module-takeitizi-display .intro {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #57504E;
    width: 80%;
    padding-top: 50px;
    padding-left: 40px;
}

#module-takeitizi-display div#banner {
    background: rgba(196, 196, 196, 0.5);
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/modules/takeitizi/views/img/header-sv-1.png);
}

#module-takeitizi-display div#banner p {
    color: #fff;
    flex: 0 0 800px;
    line-height: 59px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#module-takeitizi-display .btn-t2i {
    border-radius: 5px;
    height: 66px;
    color: #fff;
    width: 80%;
    font-size: 16px;
    line-height: 66px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
}

#module-takeitizi-display .btn-t2i-green {
    background-color: #94C01F;
    font-weight: 700;
}

#module-takeitizi-display .btn-t2i-green:hover {
    background-color: #fff;
    color: #94C01F;
}

#module-takeitizi-display div#download-choices {
    margin-top: 20px;
}

#module-takeitizi-display div#download-choices>p {
    margin-bottom: 20px;
    color: #57504E;
}

#module-takeitizi-display .pointer {
    cursor: pointer;
}

#module-takeitizi-display #link-t2i {
    margin-top: 45px;
    color: #57504E;
    font-size: 12px;
    line-height: 15px;
}

#module-takeitizi-display .grey-bg {
    background: #F7F7F7;
}

#module-takeitizi-display div#mymodule_block_home .container-flex {
    display: flex;
}

#module-takeitizi-display div#mymodule_block_home .container-flex>div {
    flex-grow: 1;
}

#module-takeitizi-display div#download-choices .apple {
    width: 150px;
}

#module-takeitizi-display div#download-choices .android {
    width: 168px;
}

#module-takeitizi-display div#download-choices .headline {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    /* width: 75% */
}

#module-takeitizi-display div#download-choices .subline {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 20px;
}

#module-takeitizi-display img#mockup {
    width: 350px;
}

@media screen and (max-width: 1200px) {
    #module-takeitizi-display div#mymodule_block_home .container-flex {
        display: block;
        clear: both;
        width: 60%;
    }
}

@media screen and (max-width: 400px) {
    #module-takeitizi-display img#mockup {
        width: 250px;
    }
    #module-takeitizi-display div#download-choices .headline {
        font-size: 16px;
        line-height: 15px;
        font-weight: bold;
        width: 100%;
        margin-bottom: 5px;
    }
    #module-takeitizi-display div#download-choices .subline {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    #module-takeitizi-display div#banner {
        background: rgba(196, 196, 196, 0.5);
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/modules/takeitizi/views/img/header-sv-1.png);
    }
    #module-takeitizi-display div#banner p {
        font-style: normal;
        font-weight: 900;
        font-size: 28px;
        color: #fff;
        flex: 0 0 300px;
        line-height: 34px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        margin: 40px;
    }
}