/*
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.   ***************/
.contact-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
	background-color: white;
  	border-radius: 50px;
}

.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: white;
  	border-radius: 50px;
}

.title-container {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    background-color: #0693e3;
    color: white;
    border-radius: 0px 0px 10px 10px;
}
.title-text {
    font-weight: bold;
    font-size: 28px;
    margin-right: 15px;
}
.title-line {
    flex-grow: 1;
    border-bottom: 1px solid white !important;
}

.tskt-wrapper {
    margin: 30px 0;
}

.tskt-wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tskt-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.tskt-table th,
.tskt-table td {
    border: 1px solid #3d3d3d;
    padding: 10px 12px;
    text-align: center;
}

.tskt-table th {
    background-color: #ffc107;
    width: 35%;
	color: #3d3d3d;
	font-weight: 700;
}


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


}