/*
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.   ***************/
.justify {
	text-align: justify;
}

.video.video-fit.mb {
    padding-top: 0 !important;
	margin-bottom: 0 !important;
}
.buttun-tc {
	border-color: #fff !important;
    border-width: 2px !important;
    background-color: #921603 !important;
}
.section-footer {
	background: linear-gradient(135deg,#fcb900 0%,#ff6900 0%,#fa9835 100%);
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	padding:30px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}