/*
Theme Name: GreenFlash2016 Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a>. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Template: greenflash2016
*/



/*Add your own styles here:*/

.ap_flex_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.accelpay-btn{
	margin-left: 5px;
    font-size: 26px;
    height: 54px;
    border: 2px solid #101417;
    font-family: "Futura Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
   	color: #101417;
    background: transparent;
	font-weight: normal !important;
	transition: 0.5s ease-out all;
	padding: 0 36px;
}
.accelpay-btn:hover{
	color: #fff !important;
    background: #464545 !important;
}

@media (max-width: 767px){
	.ap_flex_box{
		display: block;
	}
	.accelpay-btn{
		padding-left: 0;
        padding-right: 0;
        width: 100%;
        font-size: 16px;
        height: 32px;
        line-height: 30px;
		margin-left: auto;
		margin-top: 5px;
	}
}
