/* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 20px;
	height: 20px; 
}
body[class*="themify"] #site-logo a {		font-size:25px;
 
}
body[class*="themify"] #site-logo a img {		width: 70px;
	height: 70px; 
}
#site-logo {		position:static;

	bottom: 5px;
	left: 5px;
	margin-right: 10px;
	margin-left: 20px; 
}
#site-description {		position:relative;
 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 20px;
	height: 20px; 
}
body[class*="themify"] #site-logo a img {		width: 70px;
	height: 70px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 20px;
	height: 20px; 
}
body[class*="themify"] #site-logo a img {		width: 70px;
	height: 70px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 20px;
	height: 20px; 
}
body[class*="themify"] #site-logo a img {		width: 70px;
	height: 70px; 
}
 }
/* Themify Custom CSS */
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #ae7a0d;
    border-radius: 8px;
    background: #ffc815;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc815), to(#ae7a0d));
    background: -moz-linear-gradient(top, #ffc815, #ae7a0d);
    background: linear-gradient(to bottom, #ffc815, #ae7a0d);
    -webkit-box-shadow: #ffd116 0px 0px 40px 0px;
    -moz-box-shadow: #ffd116 0px 0px 40px 0px;
    box-shadow: #ffd116 0px 0px 40px 0px;
    text-shadow: #7c5709 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid ##f8ae12;
    background: #fff019;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff019), to(#d19210));
    background: -moz-linear-gradient(top, #fff019, #d19210);
    background: linear-gradient(to bottom, #fff019, #d19210);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #ae7a0d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ae7a0d), to(#ae7a0d));
    background: -moz-linear-gradient(top, #ae7a0d, #ae7a0d);
    background: linear-gradient(to bottom, #ae7a0d, #ae7a0d);
}