/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.29
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.s1 .icon-box {
	background: #283d5d;
	margin-bottom: 12px;
	border-radius: 6px;
	padding: 7px;
}

.s2 .col-inner {
	margin-bottom: 20px;
	background: white;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 2px 2px 20px #00000014;
}

.s3 ul li {
	border-bottom: none;
	background: #1c3b7380;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.s4 img {
	border-radius: 10px;
}

.wpcf7 .wpcf7-text {
	border: 1px solid #111111;
	border-radius: 5px;
}

.wpcf7 .wpcf7-textarea {
	border: 1px solid #111111;
	border-radius: 5px;
}

.wpcf7 .wpcf7-submit {
	border-radius: 5px!important;
	width: 100%!important;
	background: rgb(251, 42, 11)!important;
}

.back-to-top {
	background-color: rgb(251, 42, 11)!important;
	border-color: rgb(251, 42, 11)!important;
	color: #fff!important;
}

#top-bar a {
	color: white!important;
}

#top-bar a:hover {
	color: hsla(0,0%,100%,.8)!important;
}

.nav-dropdown.nav-dropdown-default>li>a {
	color: #111111;
}

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


}