/*
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.   ***************/
body{
	line-height:1.2;
}
p{
	margin-bottom:10px;
}
.section-info .col, .header-block .col{
	padding:0px 15px;
}
form{
	margin-bottom:0px;
}
.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select, .form-flat button, .form-flat input{
	border-radius:0px;
}
.form-register .form-flat input{
	width: 100%;
}
.section-slide{
	position:relative;
}
.form-register{
	position:absolute;
	top:100px;
	right:20px;
	width:300px;
	border-radius:15px;
}
.col-info .col-inner{
	border-radius:10px;
}
.col-info img.size-full.alignnone{
	margin-bottom: 20px;
}
.section-info .col-inner p{
	font-size: 18px;
}
.btn-call-now {
    display: block;
    height: 50px;
    position: fixed;
    width: 280px;
    bottom: 10px;
    background: #b70100;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    z-index: 999999999;
    left: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-call-now em {
    position: relative;
    color: #b70100;
    font-size: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 5px;
}
.btn-call-now em:before {
    position: absolute;
    top: 5px;
    left: 8px;
}
.icon-box-img svg, .icon-box-img img{
	padding-top: 0px;
}
#register-link2 {
    position: fixed;
    top: 33%;
    right: 10px;
    z-index: 1000;
    width: 140px;
}
@keyframes calllink {
    0%{color:#eba11e;}
    50%{color:#fff;}
    100%{color:#ebfa48;}
}
@media only screen and (max-width: 850px){
	.hotline-top{
		top: 80px;
	}
	body{
		overflow:hidden;
	}
	.section-info .col-inner{
		padding:5px 15px;
	}
	.section-info .col-inner p{
		font-size: 14px;
	}
	.form-register{
		position: relative;
		top:initial;
		right:initial;
		width:100%;
		border-radius:0px;
	}
}
@media only screen and (max-width: 549px){
	.hotline-top{
		top: 70px;
	}
	
	.section-info .col-inner img{
		width: 80px;
	}
	.section-news #flatsome_recent_posts-2{
		display:none;
	}
}