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

.field_kakunin {
	display: flex;
	flex-flow: row wrap;
	flex: 1;
}
.field_kakunin .frm_primary_label {
	order: 1;
	width: 100%;
}
.field_kakunin .frm_description {
		order: 2;
	width: 100%;
	margin-bottom: 1em;
}
.field_kakunin .frm_opt_container {
	order: 3;
	width: 100%;
}
.frm_required {
	margin-left: 6px;
	padding: 0px 6px;
	font-size: .8rem;
	border-radius: 2px;
	background-color: rgba(206,5,44,1);
	display: inline-block;
}
.with_frm_style .frm_form_field {
	padding-bottom: 1em;
}
.with_frm_style .frm_top_container .frm_primary_label {
	width: 100%;
	margin-bottom: 1em;
	background: #f5f5f5;
}
.description_first {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 0 !important;
}
.description_first input {
	margin-top: 6px !important;
}
.description_first.form-field > input,.description_first.form-field > textarea,.description_first.form-field .frm_opt_container {
	order: 2;
}
.description_first .frm_description {
	order: 1;
	margin: 6px 1.2em 0em 0;
}
.label_none {
	margin-bottom: 0;
}
.label_none .frm_primary_label {
	display: none !important;
}
.frm_forms .frm_rootline .frm_rootline_single input {
	margin-right: auto;
}
.frm_checkbox.frm_image_option, .frm_radio.frm_image_option {
	flex-basis: 33.3333333333%;
	margin: 0 !important;
	padding: 0 15px 5px;
}
.frm_image_options .frm_radio input[type=radio] {
	right: 20px;
}
@media screen and (max-width: 549px) {
	.frm_checkbox.frm_image_option, .frm_radio.frm_image_option {
		flex-basis: 100%;
	}
	.with_frm_style .frm-summary-page-wrapper {
		padding: 15px;
	}
	.frm-summary-page-wrapper .frm-line-table th {
		width: 100%;
		padding: 15px 0 10px;
		display: block;
		font-size: 1rem;
	}
	.frm-line-table td {
		width: 100%;
		padding: 0 0 15px;
		display: block;
		font-size: 1rem;
	}
}



/*************** ADD CUSTOM CSS HERE.   ***************/


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


}