/*
Theme Name: Vivi
Theme URI: http://flothemes.com
Author: Flothemes
Author URI: http://flothemes.com
Description: Fully customizable minimal theme supporting all media types - from full screen video, horizontal & portrait imagery, to full social integration support - that just looks amazing on any device.
Version: 1.0.1
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;
}

.flo_menu * .dashicons-email-alt {
	font-size: 1.1rem!important;
	top: -4px;
	position: relative;
}
