/*
 Theme Name:   Capital Direct Reviews (Shamrock Child)
 Theme URI:    http://www.capitaldirectreviews.ca/themes/capitaldirect/
 Description:  Based off the WordPress Shamrock theme
 Author:       Vanilla Bean Solutions & Fathom Consulting
 Author URI:   http://www.vanillabeansolutions.com
 Template:     shamrock
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* GW Edits for Title over image. Not sure why i was forced to use important directive
but it was not working without it */

.smr-post.has-post-thumbnail .entry-header {
   padding: 0px 80px 15px 80px !important
 }
.entry-meta {
    margin-top: 1px !important
}
/* end of GW Edits */

/* VBean START quick edits pre child theme */
@import url(https://fonts.googleapis.com/css?family=Over+the+Rainbow);

#comments { display:none; }

.stylizedQuote {
    color:#064a68;
    display:block;
    font-family:'Over the Rainbow', cursive;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    margin:5px 0 20px 0;
}

blockquote {
    color:#064a68;
}

/* VBean END  */



