/*
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.   ***************/
.header-nav a {
    color: #fff!important;
}

.header-nav a:hover{
    color: yellow!important;
}
.copyright-footer {
    padding: 2px 0px;
}
.absolute-footer {
    padding: 10px 0!important;
}
.review-home .col {
    padding-bottom: 0;
}
.about-home p {
    font-family: 'book antiqua', palatino, serif;
}
.about-home .col {
    padding-bottom: 15px;
}
.post-sidebar {
    padding: 0 30px 0px 0px!important;
}
.post-sidebar .is-divider {
    display: none;
}
.post-sidebar .widget-title {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fc0;
}
.post-sidebar .srpw-block {
    margin-top: 10px;
}
.post-sidebar .widget {
    background-color: #f7f7f7;
    margin-bottom: 15px;
}
.post-sidebar .widget ul {
    padding: 0 8px;
}

.entry-content p{
	text-align: justify;
	margin-bottom: 10px;
}

.blog-wrapper .entry-meta {
    font-style: italic;
}
footer.entry-meta {
    text-align: center;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.related-post .duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.related-post .is-divider{
	display: none;
}

.related-post .post-title{
	font-size: 13px;
	padding: 5px 0px;
}


.contact-us .contact-right {
    line-height: 0;
}
.contact-us  .wpcf7-submit {
    color: #333!important;
}
.contact-us .col {
    padding-bottom: 0!important;
}
.contact-us .wpcf7 {
    padding: 0 20px;
}
.contact-us .wpcf7 input, .contact-us .wpcf7 textarea {
    border-radius: 5px;
    opacity: 0.7;
}
.contact-us .wpcf7 textarea{
	min-height: 65px;
}
.gallery-home .bg.section-bg:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/media/2020/05/line_arrow.png) repeat-x;
}

.about-home .info-1:after, .about-home .info-2:after {
	background: url(/media/2020/05/line_ver.jpg) repeat-y 0% 0%;
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
}
.gallery-home .section-bg, .about-home .section-bg{
    background-size: auto!important;
    background-repeat: repeat!important;
}

.back-to-top {
    border: 1px solid #ffcc00!important;
}
.star-rating span:before{
    color: #ff9500!important;
}
.top-bar-nav .social-list-footer a {
    background: none;
}

.social-list-footer a {
    background: #322d2d;
    border-radius: 5px;
    padding: 2px 4px;
	font-size: 14px;
    color: #ccc;
    display: block;
    text-align: center;
}
.social-list-footer i {
    width: 20px;
}
.social-list-footer li {
    list-style: none;
    display: inline-block;
	    margin: 0;
}
.absolute-footer ul {
    padding-bottom: 5px;
    opacity: 1;
    border: none;
    margin: 0;
}
.footer-secondary {
    padding: 0;
}
.nhung-map {
    line-height: 0;
}
.stuck .header-main .nav > li > a {
    line-height: normal!important;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.nav-top-link {
    text-align: center;
}
.nav-top-link note {
    display: contents;
    color: #ffcc00;
    font-size: 13px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.section .col:not(.connect-us .col){
    padding-bottom: 0;
}
	.connect-us .box-text{
		display: none;
	}
.post-sidebar {
    padding: 0 15px!important;
}
	.about-home .col {
    padding-bottom: 0px!important;
}
}