/*
Theme Name:     Chirps Child Theme
Theme URI:      http://chirps.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       chirps
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

.entry-date {
    display: none;
    margin-right: 1em;
}

@media (min-width: 210px) and (max-width: 600px) {

.mp3download {
    width: 35%;
    background-color: transparent;
    border: 1px solid #0090E6;
    color: #0090E6;
    text-align: center;
    padding: 10px;
    font-size: 12px !important;
    position: relative;
    margin-right: 10px;
    float: left;
}

.pdfdownload {
    width: 35%;
    background-color: transparent;
    border: 1px solid #0090E6;
    color: #0090E6;
    text-align: center;
    padding: 10px;
    font-size: 12px !important;
    position: relative;
    margin-left: 10px;
float: right;
}
    
}

.downloadContainer {
    margin-bottom: 30px;
overflow: auto;
	width: 100%
}

.mp3download {
    width: 35%;
    background-color: transparent;
    border: 1px solid #0090E6;
    color: #0090E6;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    float: left;
}

.mp3download:hover {
    background-color: #f7f7f7;
    
}

.pdfdownload:hover {
    background-color: #f7f7f7;
    
}

.pdfdownload {
    width: 35%;
    background-color: transparent;
    border: 1px solid #0090E6;
    color: #0090E6;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    position: relative;
    margin-left: 10px;
float: right;
}

span.mp3:before {
    font-family: FontAwesome;
    content: "\f028";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #0090E6;
}

span.pdf:before {
    font-family: FontAwesome;
    content: "\f1c1";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #0090E6;
}