/*
 * Common css to header
 *
 */
.preview-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.preview-content.fullheight {
	width:100%;
	height:100vh;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.preview-content .preview-editor {
	position:relative;
	overflow-y:auto;
	overflow-x:hidden;
	width:100%;
	height:100%;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.preview-content .preview-bottom {
	width:100%;
	position:absolute;
	bottom:0;
}
.preview-content .preview-middle {
	position:absolute;
	top: 50%;
	transform: translate(0,-50%);
	width:100%;
}
.preview-content .header-row {
	width:100%;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.preview-content .header-row .tiamwp_widget {
	float:left;
	margin-right:10px;
}
.preview-content .header-row .tiamwp_widget:last-child {
	margin-right:0px;
}
.preview-content .header-row .wrapper-editor {
	line-height:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.preview-content .element {
	display: inline-block;
}
.preview-content .element-image {
	box-sizing: content-box;
	line-height:0px;
	width:300px;
	flex-shrink: 0;
}
.preview-content .element-image img {
	margin:auto;
}
.preview-content .element-menu {
	line-height:1rem;
}
.preview-content .element-menu .icon-social ul {
	display: inline-block;
	margin:0px;
	padding:0px;
}
.preview-content .element-menu .icon-social li {
	display: inline-block;
	list-style: none;
	margin-right:10px;
}
.preview-content .element-menu .icon-social ul li:last-child {
	margin-right:0px;
}
.preview-content .element-menu .menu-left {
	float:left;
	justify-content: flex-start;
	margin-right:10px;
}
.preview-content .element-menu .menu-left.is-flexgrow {
	flex-grow:1;
}
.preview-content .element-menu .menu-left .tiamwp_widget {
	float:left;
}
.preview-content .element-menu .menu-left .icon-menu {
	float:left;
	margin-right:10px;
}
.preview-content .element-menu a {
	padding: 5px 0;
}
.preview-content .element-menu .menu-content {
	float:left;
}
.preview-content .element-menu .menu-right {
	float:right;
	justify-content: flex-end;
	margin-left:10px;
}
.preview-content .element-menu .menu-right.is-flexgrow {
	flex-grow:1;
}
.preview-content .element-menu .menu-right .tiamwp_widget {
	float:right;
}
.preview-content .element-menu .menu-right .icon-menu {
	float:right;
	margin-left:10px;
}
.preview-content .element-text {
	line-height:1rem;
}
.preview-content .column-flex {
	display:flex;
}
.preview-content .element-sidebar {
	line-height:1rem;
}
.preview-content .element-table {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.preview-content .element-table .element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.preview-content .element-table .column .element {
	display:inline-block;
}
.preview-content .element-table .element-sidebar,
.preview-content .element-table .element-menu {
	flex-grow: 1;
}
.preview-content .sticky-row {
	-webkit-transition: backgroundColor 200ms linear;
	-ms-transition: backgroundColor 200ms linear;
	transition: backgroundColor 200ms linear;

	-webkit-transition: padding 200ms linear;
	-ms-transition: padding 200ms linear;
	transition: padding 200ms linear;
}

.tiamplg_sidebar_menu {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.tiamplg_sidebar_menu.is-visible {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.tiamplg_sidebar_menu .overlay{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:rgba(0,0,0,0.4);
}
.tiamplg_sidebar_menu .vertical-side {
	background:#FFFFFF;
	height:100%;
	width:400px;
	position:absolute;
	right:10px;
	padding:1.5rem;
	box-sizing: border-box;
}
.tiamplg_sidebar_menu .vertical-side .close {
	text-align:right;
	font-size: 2rem;
}
.tiamplg_sidebar_menu .vertical-side .sidebar-menu-wrapper {
	width:100%;
	text-align:right;
	margin-top:50%;
}
.tiamplg_sidebar_menu .vertical-side .sidebar-menu li {
	display:block;
	text-align:right;
	list-style:none;
	text-transform: uppercase;
}
.tiamplg_sidebar_menu .vertical-side .sidebar-menu .sub-menu li {
	text-transform: lowercase;
}
.tiamplg_sidebar_menu .vertical-side .bottom-area{
	position:absolute;
	bottom:1.5rem;
	text-align:center;
	width:calc(100% - 3rem);
	box-sizing: border-box;
}

.header-layout-22 .element-menu {
	width:50%;
}