/*---------------------------------------------------------
 Text and Gallery section (sections.css)
-------------------------------------------------------- */
.ttfmake-section-text .ttfmake-titlediv {
	margin-bottom: 0; /*reset*/
	padding-right: 0;
}
.ttfmake-section-text .ttfmake-text-column .ttfmake-media-uploader-placeholder {
	border-bottom: 0; /*reset*/
}
.ttfmake-section-text .ttfmake-section-body,
.ttfmake-section-gallery .ttfmake-section-body {
	padding-left: 10px;
	padding-right: 10px;
}
.ttfmake-text-columns-stage .sortable-placeholder,
.ttfmake-gallery-items-stage .sortable-placeholder {
	width: 100%;
	margin: 0; /*reset*/
	padding: 0 9px;
}
@media screen and ( min-width: 1160px ) {
	.ttfmake-text-columns-stage .sortable-placeholder,
	.ttfmake-gallery-items-stage .sortable-placeholder {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
	}
}
.ttfmake-gallery-items-stage .sortable-placeholder {
	padding: 0; /*reset*/
}
.ttfmake-gallery-items-stage,
.ttfmake-text-columns-stage {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ttfmake-text-column,
.ttfmake-gallery-item {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ttfmake-text-column {
	position: relative;
}
@media screen and ( min-width: 1160px ) {
	.ttfmake-text-column,
	.ttfmake-gallery-item {
		flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		margin-bottom: 0; /*reset*/
	}
}
/*---------------------------------------------------------
 Text: One column (sections.css)
-------------------------------------------------------- */
.ttfmake-text-columns-1 .ttfmake-text-column-position-2,
.ttfmake-text-columns-1 .ttfmake-text-column-position-3,
.ttfmake-text-columns-1 .ttfmake-text-column-position-4,
.ttfmake-text-columns-1 .ttfmake-text-column-position-5,
.ttfmake-text-columns-1 .ttfmake-text-column-position-6 {
	display: none;
	width: 0%;
}
.ttfmake-text-columns-1 > .ttfmake-text-column > .ttfmake-sortable-handle {
	display: none;
}
.ttfmake-text-columns-1 .ttfmake-text-column .column-buttons {
    top: 0;
}
/*---------------------------------------------------------
 Text: Two column (sections.css)
-------------------------------------------------------- */
.ttfmake-text-columns-2 .ttfmake-text-column-position-3,
.ttfmake-text-columns-2 .ttfmake-text-column-position-4,
.ttfmake-text-columns-2 .ttfmake-text-column-position-5,
.ttfmake-text-columns-2 .ttfmake-text-column-position-6 {
	display: none;
	width: 0%;
}
/*---------------------------------------------------------
 Text: Three column (sections.css)
-------------------------------------------------------- */
.ttfmake-text-columns-3 .ttfmake-text-column-position-4,
.ttfmake-text-columns-3 .ttfmake-text-column-position-5,
.ttfmake-text-columns-3 .ttfmake-text-column-position-6 {
	display: none;
	width: 0%;
}
@media screen and ( min-width: 1160px ) {
	.ttfmake-text-columns-2,
	.ttfmake-text-columns-3,
	.ttfmake-text-columns-4,
	.ttfmake-text-columns-5,
	.ttfmake-text-columns-6 {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
}
/*---------------------------------------------------------
 Text: Four column (sections.css)
-------------------------------------------------------- */
.ttfmake-text-columns-4 .ttfmake-text-column-position-5,
.ttfmake-text-columns-4 .ttfmake-text-column-position-6 {
	display: none;
	width: 0%;
}
/*---------------------------------------------------------
 Text: Five column (sections.css)
-------------------------------------------------------- */
.ttfmake-text-columns-5 .ttfmake-text-column-position-6 {
	display: none;
	width: 0%;
}
/*---------------------------------------------------------
 Gallery: One column (sections.css)
-------------------------------------------------------- */
.ttfmake-gallery-columns-1 .ttfmake-gallery-item,
.ttfmake-gallery-columns-1 .sortable-placeholder {
	flex: 0 100%;
	-ms-flex: 0 100%;
	-webkit-flex: 0 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*---------------------------------------------------------
 Gallery: Two column (sections.css)
-------------------------------------------------------- */
.ttfmake-gallery-columns-2 .ttfmake-gallery-item,
.ttfmake-gallery-columns-2 .sortable-placeholder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and ( min-width: 1160px ) {
	.ttfmake-gallery-columns-2 .ttfmake-gallery-item,
	.ttfmake-gallery-columns-2 .sortable-placeholder {
		flex: 0 50%;
		-ms-flex: 0 50%;
		-webkit-flex: 0 50%;
	}
}
/*---------------------------------------------------------
 Gallery: Three column (sections.css)
-------------------------------------------------------- */
.ttfmake-gallery-columns-3 .ttfmake-gallery-item,
.ttfmake-gallery-columns-3 .sortable-placeholder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and ( min-width: 1160px ) {
	.ttfmake-gallery-columns-3 .ttfmake-gallery-item,
	.ttfmake-gallery-columns-3 .sortable-placeholder {
		flex: 0 33.333%;
		-ms-flex: 0 33.333%;
		-webkit-flex: 0 33.333%;
	}
}
/*---------------------------------------------------------
 Gallery: Four column (sections.css)
-------------------------------------------------------- */
.ttfmake-gallery-columns-4 .ttfmake-gallery-item,
.ttfmake-gallery-columns-4 .sortable-placeholder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and ( min-width: 1160px ) {
	.ttfmake-gallery-columns-4 .ttfmake-gallery-item,
	.ttfmake-gallery-columns-4 .sortable-placeholder {
		flex: 0 25%;
		-ms-flex: 0 25%;
		-webkit-flex: 0 25%;
	}
}
/*---------------------------------------------------------
 Banner (sections.css)
-------------------------------------------------------- */
.ttfmake-banner-slide {
	position: relative;
	margin-bottom: 20px;
}
.ttfmake-banner-slide-body {
	padding: 12px;
}
.ttfmake-banner-slides .ttfmake-banner-slide-header h3 {
	background-color: #ffffff;
}
.ttfmake-banner-options {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.ttfmake-banner-options-container {
	float: left;
	margin-right: 50px;
}
.ttfmake-banner-options-title {
	margin-top: 8px;
}
.ttfmake-gallery-add-item {
	margin-left: 10px;
	margin-right: 10px;
}
.ttfmake-banner-add-item,
.ttfmake-gallery-add-item {
	clear: both;
	height: 76px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.ttfmake-banner-add-item:before,
.ttfmake-gallery-add-item:before {
	content: "\f502";
	display: block;
	color: #1bc865;
	font: 36px/76px dashicons;
	text-align: center;
}
.ttfmake-banner-add-item-link,
.ttfmake-gallery-add-item-link {
	text-decoration: none; /*reset*/
}
.ttfmake-banner-add-item span,
.ttfmake-gallery-add-item span {
	display: none; /*reset*/
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
/*---------------------------------------------------------
 Banner: Slide (sections.css)
-------------------------------------------------------- */
@media screen and ( min-width: 1160px ) {
	.ttfmake-banner-slide-option-wrapper,
	.ttfmake-banner-slide-background-image-wrapper,
	.ttfmake-gallery-background-image-wrapper,
	.ttfmake-gallery-background-options-wrapper {
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ttfmake-banner-slide-option-wrapper,
	.ttfmake-gallery-background-options-wrapper {
		float: right;
		padding-left: 20px;
	}
	.ttfmake-banner-slide-background-image-wrapper,
	.ttfmake-gallery-background-image-wrapper {
		float: left;
	}
}
.ttfmake-banner-slide-header h3 em {
	font-weight: normal; /*reset*/
	color: #999999;
}
.ttfmake-add-slide-wrapper,
.ttfmake-add-gallery-item-wrapper {
	margin-bottom: 20px;
}
.ttfmake-add-slide-wrapper a:before,
.ttfmake-add-gallery-item-wrapper a:before {
	content: "\f132";
	position: relative;
	top: 1px;
	padding-right: 4px;
	font-family: Dashicons;
}
@media screen and ( max-width: 782px ) {
	.ttfmake-add-slide-wrapper a:before,
	.ttfmake-add-gallery-item-wrapper a:before {
		top: 3px;
	}
}
.ttfmake-banner-slide .ttfmake-banner-slide-body {
	display: none;
}
.ttfmake-banner-slide-open .ttfmake-banner-slide-body {
	display: block; /*reset*/
}
.ttfmake-stage .ttfmake-banner-slides .sortable-placeholder {
	width: 100%;
	margin-bottom: 18px;
}
/*---------------------------------------------------------
 Gallery (sections.css)
-------------------------------------------------------- */
.ttfmake-gallery-items-stage {
	float: left;
	width: 100%;
}
.ttfmake-gallery-item {
	position: relative;
	margin-bottom: 20px;
}
#poststuff .ttfmake-large-title {
	padding-top: 12px;
	border-top: 1px solid #dfdfdf;
}
#poststuff .ttfmake-large-title:before {
	content: "\f108";
	position: relative;
	top: 7px;
	font-size: 30px;
	font-family: Dashicons;
}
.ttfmake-gallery-background-options-wrapper label {
	vertical-align: top;
}
.ttfmake-gallery-item-description-wrapper textarea {
	width: 100%;
	height: 75px;
}
.ttfmake-gallery-background-options-container {
	float: left;
	width: 100%;
}
.edit-content-link.item-has-content {
	color: #1bc865;
}
.edit-content-link.item-has-content.edit-gallery-item-link:before,
.edit-content-link.item-has-content.edit-banner-slide-link:before,
.edit-content-link.item-has-content.edit-text-column-link:before {
	content: "\f214";
}
.edit-gallery-item-link,
.remove-gallery-item-link,
.edit-banner-slide-link,
.remove-banner-slide-link,
.edit-text-column-link,
.configure-gallery-item-link,
.configure-banner-slide-link,
.configure-column-link,
.remove-widget-link {
	display: inline-block;
	position: absolute;
	clear: both;
	top: 20px;
	right: 45px;
	height: 39px;
	margin-bottom: 0; /*reset*/
	padding: 0 12px;
	border: 1px solid #d9d9d9;
	background-color: #eeeeee;
	color: #aaaaaa;
	text-decoration: none;  /*reset*/
	outline: none !important;
}
.edit-text-column-link,
.configure-column-link,
.remove-widget-link {
	top: 0; /*reset*/
}
.remove-gallery-item-link,
.remove-banner-slide-link,
.remove-widget-link {
	right: 0; /*reset*/
}
.remove-gallery-item-link {
	right: 10px;
}
.edit-gallery-item-link {
	right: 55px; /*45px+10px*/
}
.configure-gallery-item-link {
	right: 100px;
}
.configure-banner-slide-link,
.configure-column-link {
	right: 90px;
}
.edit-gallery-item-link:hover,
.remove-gallery-item-link:hover,
.edit-banner-slide-link:hover,
.remove-banner-slide-link:hover,
.edit-text-column-link:hover,
.configure-gallery-item-link:hover,
.configure-banner-slide-link:hover,
.configure-column-link:hover,
.remove-widget-link:hover {
	color: #222222;
}
.edit-gallery-item-link span,
.remove-gallery-item-link span,
.edit-banner-slide-link span,
.remove-banner-slide-link span,
.edit-text-column-link span,
.configure-gallery-item-link span,
.configure-banner-slide-link span,
.configure-column-link span,
.remove-widget-link span {
	display: none;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.edit-gallery-item-link:before,
.edit-banner-slide-link:before,
.edit-text-column-link:before {
	content: "\f464";
	font: 400 20px/39px dashicons;
	speak: none; /*reset*/
}
.remove-gallery-item-link:before,
.remove-banner-slide-link:before,
.remove-widget-link:before {
	content: "\f182";
	font: 400 20px/39px dashicons;
	speak: none; /*reset*/
}
.configure-gallery-item-link:before,
.configure-banner-slide-link:before,
.configure-column-link:before {
	content: "\f111";
	font: 400 20px/39px dashicons;
	speak: none; /*reset*/
}
.column-buttons {
	z-index: 1;
}
/*---------------------------------------------------------
 Quick Start info (sections.css)
-------------------------------------------------------- */
.ttfmp-import-message-hide,
.ttfmake-default-active .ttfmp-import-message {
	display: none;
}
/*---------------------------------------------------------
 Make Plus disabled (sections.css)
-------------------------------------------------------- */
.make-plus-disabled .edit-text-column-link {
	top: 20px;
	right: 10px;
}
.make-plus-disabled .configure-column-link {
	top: 20px;
	right: 55px;
}
