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

.back-to-top {
    border: 1px solid #cfcfcf!important;
}
.footer-1 {
   text-align: center;
}

.footer-1 .is-divider{
	margin: 10px auto;
}

.star-rating:before, .star-rating span:before{
    color: #f27a0f!important;
}
.col-no-padding{
	padding-bottom: 0!important;
}

.item-tip {
    background: #F3F4FA;
    padding: 10px;
	border-radius: 5px!important;
}

.item-tip h4 {
    margin-bottom: 0px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.lienhe-info p {
    font-size: 15px;
}
.lienhe-info .icon-box-left {
    display: block!important;
}

.lienhe-info .icon-box-img {
    margin: 5px auto;
}

.lienhe-info .icon-box-text {
    text-align: center;
    padding: 0!important;
}


}