@charset "utf-8";

#poststuff {
	display: none;
}

#post:before {
	text-align: center;
	display: block;
	content: "loading preview...";
	font-style: italic;
	margin-top: 25px;
}

#post.loaded:before {
	content: "";
}

.fca_eoi_width_input {
	max-width: 74px;
}

.fca_eoi_number_input {
	max-width: 60px;
}

table.fca_eoi_display_rules_table {
	margin-top: 5px;
	width: 100%;
	max-width: 534px;
	border-collapse: collapse;
	line-height: 150%;
	
}
table.fca_eoi_display_rules_table th, table.fca_eoi_display_rules_table td{
	text-align: left;
	font-weight: normal;
}
table.fca_eoi_display_rules_table th {
	width: 281px;
}
table.fca_eoi_display_rules_table select, table.fca_eoi_display_rules_table input {
	width: 100%;
	max-width: 146px;
	text-align: right;
	
}
#fca_eoi_primary_rules_table {
	margin-bottom: 5px;
}

#fca_eoi_primary_rules_table td:last-child{
	width: 20px;
}
#fca_eoi_primary_rules_table input.select2-input {
	max-width: 100%;
}

table.fca_eoi_text_messages_table {
	margin-top: 5px;
	width: 100%;
	max-width: 534px;
	border-collapse: collapse;
	line-height: 3.25em;
}
#fca-eoi-redirect-mode-toggle-label {
	margin: 0 5px;
	
}
.fca-eoi-redirect-page-toggle {
	margin-left: 3px;
}
table.fca_eoi_text_messages_table th, table.fca_eoi_text_messages_table td{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table.fca_eoi_text_messages_table td {
	width: 27em;
}

.fca_eoi_delete_condition {
	cursor: pointer;
}
.fca_eoi_close_icon {
	vertical-align: middle;
}
.fca_eoi_delete_condition:hover {
	color: #e74c3c;
}
table.fca_eoi_display_rules_table select.fca_eoi_condition_select {
	max-width: 220px;
	
}
.fca_eoi_at_least {
	margin-left: 6px;
}

h3 {
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 20px;
}
#fca_eoi_meta_box_setup .inside {
	border: 1px solid #ccc;
	border-top: none;
    padding: 0;
    margin-top: 30px;
    border-top: none;
	
}
select.fca_eoi_width_units_select {
	vertical-align: top;
}

#slugdiv {
	display: none !important;
}
#fca_eoi_show_setup {
    margin-left: 10px;
	text-decoration: none;
	font-size: 15px;
}
.disabledButton {
	pointer-events: none;
	opacity: 0.4;
}
#fca_eoi_layout_revert_button {
	float: right;
}

.fca-eoi-align-button {
	cursor: pointer;
	font-size: 30px;
	padding: 0 10px 10px 0;
	margin: 5px 12px 3px 0;
}

.fca_eoi_layout {
	min-width: 214px;
	box-shadow: 0 0 1px lightgray inset;
	cursor: pointer;
	float: left;
	position:relative;
	padding: 0;
	text-align: center;
    margin: 0 1% 3% 1.2%;
	width: 22.7%;
	min-height: 210px;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow-x: hidden;
}

.fca_eoi_layout:hover,
.fca_eoi_layout.active {
	outline: 2px solid #007ace;
}

.fca_eoi_layout img {
	transition: all .4s;
	max-width: 100%;
	padding-bottom: 45px;
}

.fca_eoi_layout.layout-disabled img {
	opacity: 0.4;
}

.fca_eoi_layout.layout-disabled .fca_eoi_layout_image_overlay {
	background-color: #2f2f2f;
}

.fca_eoi_layout.layout-disabled:hover .fca_eoi_layout_image_overlay {
	opacity: 1;
}

.fca_eoi_layout.layout-disabled:hover img {
	opacity: 1;
}

.fca_eoi_layout_info h3 {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	text-align: left;
	padding: 15px !important;

}
.fca_eoi_layout_info .button {
	margin-top: 9px !important;
	margin-right: 10px !important;
	visibility: hidden;
	font-weight: normal;
	position: absolute;
	right: 0;
}


.fca_eoi_layout_info {
	position:absolute;
	bottom:0;
	font-size: 15px;
    font-weight: 600;
    height: 18px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    background: rgba(255,255,255,.65);
	display: table;
	width: 100%;

}
.fca_eoi_layout:hover  .fca_eoi_layout_info .button {
	visibility: visible;
}

.fca_eoi_layout.active .fca_eoi_layout_info, 
.fca_eoi_layout.layout-disabled .fca_eoi_layout_info {
	background: #2f2f2f;
}

.fca_eoi_layout.active h3:before{
	content: 'Active: ';
	font-weight: bold;
}

.fca_eoi_layout.active h3,
.fca_eoi_layout.layout-disabled h3{
	color: white;
	font-weight: 300;
}

html[dir='rtl'] .fca_eoi_layout {
	float: right;
}
div[id^=fca_eoi_] .accordion-section {
	border: none;
}
div[id^=fca_eoi_] .accordion-section-content {
	padding: 0;
}
div[id^=fca_eoi_] .accordion-section-title {
	color: #555;
	background: #fff;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	border-left: none;
	border-right: none;
	line-height: 21px;
	font-weight: bold;
	padding: 10px 10px 11px 14px;
}

div[id^=fca_eoi_] .accordion-section-title .accordion-info{
	float:right;
	margin-right: 17px;
	font-weight: normal;
}

div[id^=fca_eoi_] .accordion-section-content p,
div[id^=fca_eoi_] .accordion-section-content .wp-editor-wrap {
	margin: 0 14px 14px;
}
div[id^=fca_eoi_] .accordion-section-primary-full,
div[id^=fca_eoi_] .accordion-section-secondary-full {
	padding-top: 10px;
}
div[id^=fca_eoi_] .accordion-section-content .control-property-icon {
	display: inline;
	margin: 0;
}
div[id^=fca_eoi_] .accordion-section-content .control-property-icon:first-child {
	margin-left: 14px;
}
div[id^=fca_eoi_] .accordion-section-content .control-property-icon + p {
	margin-top: 14px;
}
div[id^=fca_eoi_] .accordion-section.open {
	border-bottom: 1px solid #eee;
}
div[id^=fca_eoi_] .accordion-section-title:hover,
div[id^=fca_eoi_] .accordion-section.open .accordion-section-title {
	color: #222;
	background: #f5f5f5;
}
div[id^=fca_eoi_] .accordion-section-title:hover:after,
div[id^=fca_eoi_] .accordion-section.open .accordion-section-title:after {
	color: #555;
}

div[id^=fca_eoi_] .accordion-section-title:after {
	font-family: 'dashicons';
	content: '\f140';
}
div[id^=fca_eoi_] .accordion-section.open .accordion-section-title:after {
	font-family: 'dashicons';
	content: '\f142';
}
div[id^=fca_eoi_] .accordion-section-primary-full ~ .accordion-section-secondary-full {
	border-top: 1px dashed #ddd;
}
div[id^=fca_eoi_] .control-title {
	font-weight: bold;
}
#fca_eoi_fieldset_layout {
	color: #555;
	background: #fff;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	border-left: none;
	border-right: none;
	line-height: 21px;
	font-weight: bold;
	padding: 10px 10px 11px 14px;
}
#fca_eoi_layout_select_button {
	float:right;
	position: relative;
	top: -9px;
	font-weight: normal
}

#fca_eoi_preview {
	float: left;
	box-sizing: border-box;
	padding: 5px;
	width: 60%;
	text-align: center;
	margin-top: 20px;
}
#fca_eoi_preview input[type=submit]{
	cursor: pointer;
}
#fca_eoi_settings input[type=text] {
	width: 100%;
}
#fca_eoi_settings input[type=text].wp-color-picker {
	width: 65px;
}

html[dir=rtl] #fca_eoi_preview {
	float: right;
}

#fca_eoi_settings {
	float: right;
	background: #F9F9F9;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	width: 40%;
}
#fca_eoi_settings > h4 {
	background: #222;
	box-shadow: 0 0 1px #222;
	color: white;
	padding: .5em;
}
#fca_eoi_settings > h4:first-child {
	margin-top: 0;
}
#fca_eoi_settings .wp-editor-tools {
	background: white;
}
#fca_eoi_settings .wp-editor-container textarea.wp-editor-area {
	height: 200px;
}

#fca_eoi_preview_form {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

div#fca_eoi_preview div.fca_eoi_layout_popup_content_wrapper {
	overflow: inherit;
}

.fca_eoi_form_text_element.fca_eoi_highlighted,
.fca_eoi_highlighted {
	outline: 2px dashed #44C0FE !important;
}

.fca-alignment-selected {
	outline: 1px solid #44C0FE !important;
}


/* Toggles */
.fca_eoi_toggle {
	border: solid 1px lightgray;
	border-radius: .125em;
	color: gray;
	margin: .125em;
	padding: 0 1em;
	transition: .1s all;	overflow: visible;
}
.fca_eoi_toggle.active {
	border-color: #00C;
	box-shadow: 
		0 0 .125em #00C inset
		, 0 0 .125em #00C inset
	;
	color: #00C;
}
.fca_eoi_toggle input{
	display: none;
}
.fca_eoi_and {
	font-weight: bold;
	margin: .5em 1em;
	text-transform: uppercase;
}
.fca_lightbox_condition {
	padding: .5%;
	margin: .5% 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	width: 97%;
	background: #F7F7F7;
}
.fca_lightbox_condition input,
.fca_lightbox_condition select,
.fca_lightbox_condition .select2,
.fca_lightbox_condition .fca_lightbox_condition_text,
.fca_lightbox_condition.fca_lightbox_condition_permanent select,
.fca_lightbox_condition.fca_lightbox_condition_permanent .select2 {
	margin: 0 .25em;
	width: 40%;
}
.fca_lightbox_condition .fca_lightbox_condition_text {
	display: inline-block;
}
.fca_lightbox_condition select:first-child {
	position: relative;
	bottom: 1px;
}
.fca_remove_lightbox_condition {
	float: right;
}
.fca_remove_lightbox_condition .dashicons {
	vertical-align: text-bottom;
}
.fca_eoi_help {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin: .25em .35em;
}
/* Remove screen options */
#screen-options-link-wrap {
	display: none;
}
/* Hide toggle in some meta boxes */
#fca_eoi_meta_box_setup.postbox .hndle,
#fca_eoi_meta_box_setup.postbox .handlediv,
#submitdiv.postbox .hndle,
#submitdiv.postbox .handlediv {
	display: none;
}

#submitdiv,
#fca_eoi_meta_box_nav,
#fca_eoi_meta_box_setup {
	display: block;
}

#fca_eoi_meta_box_setup {
	background-color: #F1F1F1;
	border: none;
}
#layouts_types_tabs{
	margin-bottom: 0px;
	position: relative;
    top: -30px;
	left: -1px;
	border-bottom: 1px solid #ccc;
}
#layouts_types_tabs li {
	display: inline-block;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #e4e4e4;
	padding: 6px 10px;
	margin: 0 4px -1px 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #555;
	cursor: pointer;
}

#layouts_types_tabs li.active {
	background: #f1f1f1;

}	

#layouts_types_tabs li:hover {
    background: #f1f1f1;
}	

#fca_eoi_animations_div {
	margin-top: 1rem;
}

#fca_eoi_meta_box_build {
	padding: 0;
	overflow: hidden;
}
#fca_eoi_meta_box_build .inside {
	padding: 0;
	margin: 0;
}

#submitdiv {
	background: white;
	box-shadow: none;
	border: none;
}

#submitdiv > h3 {
	display: none;
}

#publish_lightbox_mode_selector_div {
	margin-bottom: 23px;	
}

#major-publishing-actions {
	background: #D4D4D4;
	border: none;
	box-shadow: 0 0 1px #666 inset;
}
html #publishing-action {
	text-align: left;
	float: left;
}
html[dir=rtl] #publishing-action {
	text-align: right;
	float: right;
}
#publishing-action .spinner,
#delete-action {
	display: none;
}

#fca_eoi_preview #wp-image-toolbar {
	display: none;
}

fieldset[id^=fca_eoi_fieldset_form_][id$=_integration] {
	border: none;
}

fieldset[id^=fca_eoi_fieldset_form_][id$=_integration] legend {
	display: none;
}

/* TT */
a[id^="fca-eoi-tour-pointer-previous"] {
	float: left !important;
}

.fca_eoi_tour_pointer_style div.wp-pointer-arrow-inner {
	border-top-color: rgba(0, 0, 0, 0.25);
}

.CodeMirror {
	background: #f8f8f8;
	border: 1px solid #ddd;
	height: 200px !important;
}

.CodeMirror pre span {
	display: inline;
}

.button.optin-cat-cta{
  color:white;background-color:#ee6800;border-color:#c0392b;
  -webkit-box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
}
.button.optin-cat-cta:hover{
  color:white;background-color:#C65700;
  -webkit-box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(245,166,145,48),0 1px 0 rgba(0,0,0,.15);
}

/* TOOLTIPS */
span.fca_eoi_tooltip {
	color: #666;
	font-size: 18px;
	margin: 1px 0 0 1px;
}


/* ON OFF SWITCH */

.switch {
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	width: 75px;
	height: 25px;
	padding: 0;
	background: #eeeeee;
	border-radius: 18px;
	cursor: pointer;
	margin: 0;
	margin-top: 3px;
	vertical-align: middle;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block !important;
	height: inherit;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: inherit;

}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 53%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 12px;
	color: #aaaaaa;
}
.switch-label:after {
	content: attr(data-on);
	left: 8px;
	color: #FFFFFF;
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: var(--wp-admin-theme-color);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.switch-input:checked ~ .switch-handle {
	left: 52px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1161px) {

	.fca_eoi_layout {
		width: 30.6%;
	}

}

@media only screen and (max-width: 781px) {
	.fca_eoi_layout  {
		width: 47%;
	}
	div[id^=fca_eoi_] .accordion-section-title .accordion-info {
		float: none;
		display: block;
	}
	
	#fca_eoi_layout_revert_button {
		float: none;
	}
	#fca_eoi_layout_select_button {
		margin-top: 10px;
		float: none;
		display: block;
	}
	.fca_eoi_layout:hover  .fca_eoi_layout_info .button {
		display: none;
	}
}

@media only screen and (max-width: 491px) {
	.fca_eoi_layout  {
		width: 100%;
	}
	#layouts_types_tabs li {
		padding: 3px 5px 5px 5px;
	}
}