/*
Theme Name: Mimal
Theme URI: http://flothemes.com
Author: Flothemes
Author URI: http://flothemes.com
Description: Minimal, beautiful, and smooth
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://flothemes.com/terms-of-use/
Text Domain: flotheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.flo-modal {
	position: fixed;
	z-index: 9;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none; }

/* line 5519, style.scss */
.flo-modal .thx-msg {
	width: 300px;
	height: 200px;
	text-align: center;
	padding: 20px;
	vertical-align: middle;
	margin: 0 auto;
	top: 50%;
	margin-top: -180px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	background-color: #fff;
	border: 2px solid #e5e5e5; }

/* line 5535, style.scss */
.flo-modal .content {
	margin-top: 50px;
	font-size: 16px;
	line-height: 20px; }

/* line 5541, style.scss */
.flo-modal .icon-close {
	position: absolute;
	top: 3px;
	right: 2px;
	font-size: 10px;
	cursor: pointer; }

/* line 5550, style.scss */
.text-error {
	color: red; }

.with-layout_full .layout{
	max-width: 690px;
}
.list_full_content_view_class{
	margin: 0 auto;
}
