/*
Theme Name:  Themedd - Child Theme
Theme URI:   https://themedd.com
Description: A child theme for Themedd
Author:      Easy Digital Downloads
Author URI:  https://easydigitaldownloads.com
Template:    themedd
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themedd-child
*/

/**
 * Add your custom CSS styling below.
*/
.edd_purchase_submit_wrapper .edd-submit.button{
	position:relative;
}
.margin_0_auto{
	margin: 0 auto;
	padding: 1rem;
}
.logout_class .button{
	background:#cf2e2e;
	padding:0.75rem 1.5rem;
	border-radius:6px;
	border-color:#cf2e2e;
}
.logout_class .button:hover, .logout_class .button:focus{
    background: #cf0a0a;
    border-color: #cf0a0a;
}
#edd_login_submit{
    padding: 0.75rem 2rem;
    font-size: 18px;
}
.post-thumbnail img{
-moz-box-shadow:-1px 1px 14px #333333; -webkit-box-shadow:-1px 1px 14px #333333; box-shadow:-1px 1px 14px #333333;
}
