/*
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.   ***************/


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


}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border-radius: 99px 0px 0px 99px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 99px;
}
.form-flat input:not([type=submit]){
    background-color: rgb(255 255 255)!important;
}
.footer-class {
    border-right: 1px solid!important;
}
.footer-class1 {
    border-bottom: 1px solid!important;
}
span.ux-menu-link__text {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
	font-size: 14px;
}
.podcast-blog01{
	background-color:white!important;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
div#comments {
    display: none!important;
}
.large-8.col.podcast-blog {
    padding-top: 60px;
	padding-bottom: 60px;
}
td {
    padding: 24px 0px!important;
}
.large-8.col.podcast-blog li {
    list-style: none;
	margin-top: 16px;
}
td, th {
    border-bottom: 1px solid #000000;
    font-size: 1.2em;
    line-height: 1.3;
    padding: .5em;
    text-align: left;
}
.blog-wrapper{
    margin-bottom: -30px!important;
}

.email-signup-form {
    display: flex; /* Sử dụng flexbox để tạo layout 2 cột trên cùng một hàng */
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto; /* Căn giữa form */
}

.input-column {
    flex-grow: 1; /* Cho phép ô nhập email chiếm nhiều diện tích hơn */
}

.input-column input[type="email"] {
    width: 100%; /* Đảm bảo ô nhập email chiếm toàn bộ chiều rộng của cột */
    border: 1px solid #ccc;
	height:60px;
    box-sizing: border-box;
}

.button-column input[type="submit"] {
    background-color: #28a745; /* Màu xanh cho nút */
    color: white;
    border: none;
    cursor: pointer;
	height:59px;
    transition: background-color 0.3s ease;
}

.button-column input[type="submit"]:hover {
    background-color: #218838; /* Màu khi hover */
}
a.button.primary.is-larger.lowercase.expand span.wp-dark-mode-transparent {
    font-weight: 500!important;
}
