/*
Theme Name: 123web.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** HomePage.   ***************/
.blogs-homepage .is-divider {
    display: none;
}
.blogs-homepage a.button {
    background: #0a68ff;
    color: #ffffff;
    text-transform: none;
}
/*************** SIDEBAR.   ***************/
.post-sidebar .is-divider {
    display: none;
}
.post-sidebar .widget-title {
    background: #0a68ff;
    width: 100%;
    display: block;
    color: #ffffff;
    padding: 10px;
}
.flatsome_recent_posts ul li {
    background: rgb(250, 250, 250);
	padding-left: 5px;
	padding-right: 5px;
}
.flatsome_recent_posts ul li a {
    font-size: 14px;
}
/*************** Form Horizontal.   ***************/
.ssCTA .one-third {
    position: relative;
    margin-right: 4%;
    float: left;
	margin-bottom: 20px;
}
.ssCTA .one-third {
	width: 20%;
}
.ssCTA .last_column {
    margin-right: 0 !important;
	margin-bottom: 0 !important;
    clear: right;
}
.ssCTA input[type='text'], .ssCTA input[type='tel'], .ssCTA input[type='email'] {
    padding: 5px 10px;
    border: 1px solid #ededed;
    border-radius: 6px;
    margin-bottom: 0 !important;
}
.ssCTA input[type=submit] {
    border: 1px solid #ededed;
    border-radius: 6px;
    margin-bottom: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}
.wpcf7-spinner {
	display: none;
}
/*************** FOOTER  ***************/
.footer-secondary {
    padding: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.ssCTA .one-third {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.ssCTA .row > .col:first-child {
		padding-bottom: 0;
	}
	.ssCTA .wpcf7-response-output {
		display: inline-block;
	}
}