/*
Theme Name: Avada Child Theme
Theme URI: 
Description: Child 01 theme for the Avada theme
Author: <a href="http://themeforest.net/user/ThemeFusion">ThemeFusion</a>
Author URI: 
Template: Avada
Version: 3.8.8
*/

@import url('../Avada/style.css');


div#content .post h2.entry-title {
	text-align: center
}

.fusion-meta-info {
  margin-bottom: 10px;
}

.price-meta-info {
	height: 45px;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#single-shoe-price {
	color: #000000;
	display: block;
	float: left;
    font-family: 'Playfair Display Bold';
	font-size: 20px;
	font-weight: 700;
    width: 12.5%;
    margin-top: 9px !important;
}


a.myButton {
    background: #000000 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-family: "Playfair Display Bold";
    font-size: 38px;
    height: 56px;
    line-height: 52px;
    text-align: center;
    width: 100%;
}



div#single-buy-button a.myButton:hover {
	color: #ff0091;
}

#price-row {
	display: block;
	text-align: center;
	width: 100%;
}

#single-buy-button {
	display: block;
	float: right;
	width: 87.5%;
}

@media (max-width: 480px) {
	

#single-buy-button {
	width: 75%;
}
