/*
Theme Name:     Grizzly Child
Description:    Child theme of the Grizzly Theme
Author:         Wegrass Interactive
Author URI:     http://wegrass.com
Template:       grizzly-theme
Version:        1.0
*/

/* ------- Insert custom styles below this line ------- */

.section-title {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.price-label {
    display: none;
}

#app-store-badge .qr-price img, #android-market-badge .qr-price img {
    display: block;
    height: 84px;
    margin-left: 20px;
    overflow: hidden;
    padding-left: 85px;
    top: 85px;
    width: 0;
}

#footer_logo_1, #footer_logo_2, #footer_logo_3 {
    display: block;
    float: left;
    margin-bottom: 20px;
}

#footer_logo_1 {
    width: 182px;
}

#footer_logo_2 {
    width: 136px;
}

#footer_logo_2 a {
    margin-top: 10px;
}

#footer_logo_3 a {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

#header-content {
    font-weight: bold;
}

#pre-footer .last p, .social-icons-box {
    text-align: right;
}

.social-icons-box a {
    margin: 0 0 15px 15px;
}

.apple-store {
    background: url("/images/icons/apple-store-icon.jpg") no-repeat 10px 0;
    background-size: 134px 42px;
    background-position: center;
} 

.google-play {
    background: url("/images/icons/android-icon.jpg") no-repeat 10px 0;
    background-size: 134px 50px;
    background-position: center;
} 

#application-info-box p.app-button span {
    font-size: 11px;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: -5px;
}

#application-info-box p.app-button.controle {
    font-size: 15px;
}

.carousel-item {
    background-color: rgb(248, 242, 153);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 10px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 10px;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 10px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px 0px;
    color: rgb(77, 77, 77);
    display: block;
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 16px;
    height: 70px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: 890;
    word-wrap: break-word;
}