/*
 Theme Name:     I Respect Music 2
 Description:    A Webpaint Child Theme
 Author:         David Cloyd
 Template:       webpaint
 Version:        1.0.0
*/

@import url('../webpaint/style.css');

h1,
h2,
h3,
h4,
h5,
h6 {    
    font-family: Georgia !important;
    color: #736c83;
    letter-spacing: 0px;
    font-weight: 400;
}

h4 {
   font-size: 1.3em;
    line-height: 1.5em;
}

h1 {
    font-size: 5.0em;
    line-height: 1.0em;
}

h2 {
    font-size: 1.7em;
    line-height: 1.2em;
    margin-top: 19px;
    font-weight: 700;
}    

p {
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.5em;
    color: rgb(51, 51, 51);
}

ul li {
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.5em;
    color: rgb(51, 51, 51);
}

blockquote p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0px 0px 0px 12px;
    margin-top:35px;
    border-left: 2px solid rgb(231, 231, 231) !important;
}

hr, .post {
    border-bottom: 2px solid rgb(231, 231, 231) !important;
}

.top-wrapper header .inner {
    padding: 0;
}

a.button.blue {
    background-color: #1da9f9;
}

a.button {
    margin: 10px 0px 10px;
}

.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper {
    margin-bottom: 50px;
}

.hide {
    display: none;
}