/*
Theme Name: Ripaladrang
Theme URI: 
Author: Digipowers, Inc.
Author URI: https://www.digipowers.com
Description: Child theme of Stream.  Stream is a super clean, modern & responsive magazine theme that's optomized for reading experience. http://byheath.com/stream/  (C) 2013-2014 Made By Heath. Built with Twitter Bootstrap 3.  
Template: stream
Version: 1.0
*/

@import url("../stream/style.css");

/** stream/css/bootstrap-fd.min.css **/

.navbar-nav > li > a {
    color:white !important;
}

.navbar-collapse.collapse {
    box-shadow: none !important;
}

.footer-wrap li a {
    font-size:12px;
}

/** stream/style.css */

span.v-required {
    color: #bf2d16 !important;
}
textarea#v-msg {
    height: 150px;
    width: 400px;
}
input#v-send {
    width: 135px;
    background: #57ad68;
    border-radius: 5px;
    color: #fff;
    font-family:Raleway,Georgia,serif;
}
.rpwe-summary {
    width: 100% !important;
}
.widget-title {
    font-weight: bold;
    color: #fff;
    font-size: 16px !important;
    background: #57ad68;
    padding: 10px;
}
h1.news-heading {
    color: #57ad68;
    text-transform: uppercase;
    font-size: 40px;
}
.wp-pagenavi {
    margin-bottom: 20px;
}
.entry-header>span.readtime {
    display:none !important;
}
.post-type-archive-sc_event .jumbotron {
    display:none; 
    margin-top:9px;
}
span.readtime {
    display:none !important;
}
.single-sc_event .col-md-12 p {
    display:none;
}

.newsletter-sign-up-form input.gform_button[type=submit] {
    background-color: #bf2d16;
}
/* Revert tablet CSS for /events in tribe-events-full-mobile.css to tribe-events-full.css */
@media screen and (max-width: 768px) {
    .tribe-events-list .tribe-events-event-image {
        float: left;
        width: 30%;
        margin: 0 3% 0 0;
    }
}
/* "Phone-sized" devices can use the query from tribe-events-full-mobile.css */ 
@media screen and (max-width: 700px) {
    .tribe-events-list .tribe-events-event-image {
        float: none;
        width: 100%;
        margin: 0 0 8px;
    }
}

.woocommerce .order_details li.date {
    margin-top: inherit;
}

.woocommerce address {
    font-size:inherit;
}