/* Extra small devices (phones, 700px and down) */
@media only screen and (max-width: 600px) 

{


	.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
	
	
	
	
	
	

} 
.fusion-builder-row-3 .fusion-button-wrapper.fusion-aligncenter {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}