/*
 * page_home_mobile.css
*/

@media screen and (max-width:500px){
    
    #home h2.mobile_title {
        display: block;
        font-size: 4vw;
        line-height: 1em;
        margin: 0 0 1em 0;
        text-transform: uppercase;
        text-align: center;
        color: #939393;
    }
    
    
    /*
    #home .slide_panel {
        border-top: solid 1px #ddd;
    }
    
    #home .slide_panel .slide.slidenum1,
    #home .slide_panel .slide.slidenum2,
    #home .slide_panel .slide.slidenum3
    {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        max-width: none;
        height: auto;
        max-height: auto;
        border-bottom: solid 1px #ddd;
    }
    
    #home .slide_panel .slide {
        padding: 3% 3% 3% 3%;
    }
    
    #home .slide_panel .slide .image {
        position: relative;
        width: 30%;
        float: right;
        height: 0;
        padding-top: 25%;
    }
    
    #home .slide_panel .slide .text_shadow {
        display: none !important;
    }
    
    
    #home .slide_panel .slide .text {
        position: absolute;
        overflow: hidden;
        top: 12% !important;
        right: 34% !important;
        bottom: 12% !important;
        left: 3% !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        color: #222 !important;
        text-align: left !important;
    }
    
    #home .slide_panel .slide .text h2,
    #home .slide_panel .slide .text h3,
    #home .slide_panel .slide .text p.subtitle
    {
        margin: 0 !important;
        font-size: 4vw;
        line-height: 1.3em;
        font-weight: 400;
        text-transform: none;
    }
    
    #home .slide_panel .slide .text h2,
    #home .slide_panel .slide .text h3
    {
        display: inline;
        font-size: 4.5vw;
        line-height: 1em;
        font-weight: 600;
        transition: color .5s ease;
    }
    
    #home .slide_panel .slide .text h3:after {
        content: " ";
        position: relative;
        display: inline;
    }
    
    #home .slide_panel .slide:hover .text h2,
    #home .slide_panel .slide:hover .text h3
    {
        color: #1a94df;
    }
    
    #home .slide_panel .slide .text p.text_link 
    {
        display: none !important;
    }
    */
    
    
    /* about panel */
    
    #home .about_panel {
        padding: 0;
        border-bottom: solid 1px #ddd;
        background: #f9f9f9;
    }
    
    #home .about_panel .text_box {
        padding: 3% 3% 4% 3%;
        margin: 0;
    }
    
    #home .about_panel .text_box,
    #home .about_panel .text_box h2,
    #home .about_panel .text_box a.more
    {
        margin: 0;
        font-size: 4vw;
        line-height: 1.3em;
        font-weight: 400;
    }
    
    #home .about_panel .text_box h2 {
        font-size: 4.5vw;
        font-weight: 600;
    }
    
    #home .about_panel .text_box a.more {
        font-size: 3vw;
        font-weight: 600;
        line-height: 1.7em;
    }
    
    
    
    /* feature panel */
    
    #home .feature_panel {
        text-align: center;
        padding: 6% 0 3em 0;
        margin: 0;
    }
    
    #home .feature_panel .item {
        height: auto;
        padding: 4% 4% 3% 4%;
        margin: 0;
        border-bottom: solid 1px #ddd;
        overflow: hidden;
    }
    
    #home .feature_panel .item .image {
        vertical-align: top;
        float: right;
        width: 30%;
        height: 0;
        padding: 20% 0 0 0;
        margin: 0 0 0 3%;
        overflow: hidden;
    }
    
    #home .feature_panel .item .image img {
        position: absolute;
        width: auto !important;
        height: 100% !important;
        top: 0;
        left: 0;
    }
    
    #home .feature_panel .item .text {
        height: 8em;
        padding: 0;
    }
    
    #home .feature_panel .item .text h3,
    #home .feature_panel .item .text p
    {
        margin: 0;
        font-size: 1.4em;
        line-height: 1.4em;
        font-weight: 400;
    }
    
    #home .feature_panel .item .text h3 {
        margin: 0 0 .3em 0;
        font-size: 1.8em;
        line-height: 1em;
        font-weight: 600;
    }
    
    #home .feature_panel .item .text:after {
        content: "";
        width: 30%;
        height: 2.1em;
    }
    
    #home .feature_panel .seeall {
        position: relative;
        display: inline-block;
        font-size: 3vw;
        font-weight: 600;
        text-align: center;
        padding: 3% 3% 0 3%;
        border-bottom: none;
        color: #1a94df;
    }
    
    #home .feature_panel .item.seeall:hover {
        color: #222;
    }
    
    #home .feature_panel .item:nth-child(n+4) {
        border-bottom: none !important;
    }
    
    
    
    /* veganeasy */
    
    #home .veganeasy_panel {
        width: 100%;
        height: 0;
        padding: 40% 0 0 0;
        margin: 0;
        background-size: cover;
    }
    
    
    /* news panel */
    
    #home .news_panel {
        margin: 0;
        padding: 0 !important;
    }
    
    #home .news_panel .wrapper {
        margin: 0;
        padding: 0;
    }
    
    #home .news_panel .news_section {
        display: none;
    }
    
    #home .news_panel .volunteer_section {
        margin: 0;
        padding: 0 !important;
    }
    
    #home .news_panel img.supporter_image {
        display: none !important;
    }
    
    #home .news_panel .volunteer_section .itembox {
        margin: 0;
        padding: 4% 3% 3% 3%;
        text-align: center;
        border-bottom: solid 1px #ddd;
    }
    
    #home .news_panel .volunteer_section .itembox:last-child {
        background: #f9f9f9;
    }
    
    #home .news_panel h2 {
        margin: 0 0 .3em 0;
        font-size: 4.5vw;
        line-height: 1em;
        font-weight: 600;
    }
    
    #home .news_panel h3 {
        margin: 0;
        font-size: 4vw;
        line-height: 1.3em;
        font-weight: 400;
    }
    
    #home .news_panel p {
        display: none;
    }
    
    #home .news_panel a.more {
        margin: 0;
        color: #1a94df;
        font-size: 3vw;
        line-height: 3em;
        font-weight: 600;
    }
    
    #home .news_panel a.more:hover {
        color: #222;
    }
    
}