/*
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.   ***************/
.title_h1 h1{
font-size: 76px!important; 
line-height: 76px!important;
text-transform:uppercase!important;
}
.has-icon-bg .icon .icon-inner{
	border: 1px solid rgb(164, 52, 58)!important;
	color:#ffffff!important;
}
.link-text ul li a:hover{
	color:rgb(164, 52, 58)!important;
	transition:0.5s;
}
.contact-text-home p{
	font-size:14px;
}
.absolute-footer{
	display:none!important;
}
.white.is-outline:hover{
		background:#56585A!important;
		color:#ffffff!important;
	}
.footer h2{
	color:#56585a!important;
}
.footer p{
	color:#56585a!important;
}
.footer a{
	color:#56585a!important;
}
.footer span{
	color:#56585a!important;
}
.is-divider{
	background:rgb(164, 52, 58)!important;
}



/*MOBILE*/
/* Display 12", IPAD POTRAIT, iPad landscape*/
@media only screen and (max-width: 1024px) {
	.contact-text-home p{
	font-size:10px;
}
		.contact-text-home h3{
	font-size:12px;
}
}

/* Desktop, iPad air*/
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	
}

/* Display 5.5", iPad potrait, iPhone 6, 6s, 7, 8 potrait and landscape, iPhone 5s landscape*/
@media only screen and (max-width: 768px) {
	.title_h1 h1{
font-size: 41px!important; 
line-height: 51px!important;
text-transform:uppercase!important;
}
	.contact-home h2{
	text-align:center!important;
}
		.contact-home p{
	text-align:center!important;
}

	.button-contact-home span{
	text-align:center!important;
}
		.button-contact-home {
	text-align:center!important;
}
	.white-button a:hover{
		background:#56585A;
		color:#ffffff;
	}
}

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


}