/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.button-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.contact-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
	background-color: #ed0000;
	color: white;
  	border-radius: 10px;
	padding-bottom: 15px;
	align-items: baseline;
}

.contact-button .icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
}
.register-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
	background-color: #ed0000;
	color: white;
  	border-radius: 10px;
	padding-bottom: 15px;
	
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}