/*
	Theme Name: The Daily Coin
	Theme URI: http://www.thedailycoin.org
	Description: One of these days, Alice.
	Author: Matthew Jaramillo
	Author URI: http://mysuccor.com
	Template: tdc
	Version: 1.0.0
    Description: Added Author to the frontpage post display. 

    Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post,           theme-options, threaded-comments, translation-ready                                 

	Copyright: (c) 2016 The Daily Coin
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


@import url("../tdc/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.site-title a img {
    max-height: 150px;
}

.pfpReadMore {
	background-color: #000000;
    color: white;
    text-transform: capitalize;
    padding: 10px 20px;
    float: right;
    margin-top: 30px;
}
.pfpReadMore :hover{
	background-color: #555555;
    color: white;
    text-transform: capitalize;
    padding: 10px 20px;
    float: right;
    margin-top: 30px;
}
div.pfpItem img {
    float: left;
    margin-right: 10px !important;
	max-width: 50%;
}
.wpcf7 label {
    display: block;
    float: left;
    width: 90%;
    margin: 9px 0 0 12px;
    text-align: left;
}

