#logichop_metabox .hndle {
	background: #000;
	color: #fff;
	padding-left: 35px;
	font-weight: normal;
	letter-spacing: 1px;
}

#logichop_metabox .hndle img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#logichop_metabox .toggle-indicator:before {
    color: #1aedc9;
}


.logichop-settings-label {
	font-weight: bold;
}

.logichop-condition {
	padding: 10px 10px 10px 7px;
	margin: 10px 0 20px 2px;
	border: 1px solid rgba(0,0,0,.05);
	border-left: 4px solid rgba(55,55,55,.25);
	background: rgba(55,55,55,.05);
}

.logichop-condition.loginchop-condition-set {
	border-left: 4px solid rgba(0,133,186,1);
	background: rgba(246,251,253,1);
}

.logichop-condition:first-child .btn-remove {
	display: none;
}

.logichop-condition:only-child,
.logichop-condition:last-child {
	margin-bottom: 0;
}

.logichop-condition:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.logichop-condition input,
.logichop-condition select {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	animation: none !important;
}

.logichop-condition .btn-info {
	float: left;
	margin: 5px 0 0 5px;
}

.logichop-condition .btn-add,
.logichop-condition .btn-remove {
	float: right;
}

.logichop-condition .btn-remove {
	margin: 5px 15px 0 0;
}

.logichop-condition .info {
	float: left;
	display: none;
	margin: 5px 0 5px 10px;
	padding: 5px 15px 5px 10px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,.05);
}

.logichop-condition-logic-label {
	margin: 35px 0 0;
	text-align: center;
}

.logichop-condition-excerpt-hide {
	display: none !important;
}


.logichop-meta {
	border-left: 4px solid rgba(55,55,55,.25);
	background: rgba(55,55,55,.05);
	padding: 0 8px 1px 8px;
	margin-bottom: 10px;
}

.logichop-meta.set {
	border-left: 4px solid rgba(0,133,186,1);
	background: rgba(0,133,186,.1);
}

.logichop-meta.half-set {
	border-left: 4px solid rgba(225,64,0,1);
	background: rgba(248,235,230,1);
}

.logichop-meta-clear {
	margin: 3px 2px 0 0;
	font-size: 11px;
	float: right;
}


.logichop-editor .dashicons {
	margin: 3px 2px 0 -1px;
}


.logichop-button {
	position: relative;
	padding-left: 28px !important;
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
	border-radius: 3px !important;
}

.logichop-button img {
	position: absolute;
	top: 5px;
	left: 2px;
}

#wp-et_pb_content-media-buttons .logichop-button span {
	/*color: #1aedc9 !important;*/
}

#wp-et_pb_content-media-buttons .logichop-button img {
	display: none;
}

.logichop-button:hover {
	background: #262626 !important;
	border-color: #262626 !important;
}

.logichop-modal-title {
	background: #000 !important;
	color: #fff;
	font-weight: normal !important;
	padding-left: 35px !important;
}

.logichop-modal-title img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.logichop-modal-close:hover {
	color: #1aedc9 !important;
}

.logichop-modal-content .nav-tab-active {
    border-bottom: 1px solid #fff;
    background: #fff;
}

#logichop-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 100100;
}

#logichop-modal-wrap {
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    width: 600px;
    overflow: hidden;
    margin-left: -250px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100105;
    -webkit-transition: height .2s,margin-top .2s;
    transition: height .2s,margin-top .2s;
    height: auto;
    margin-top: -250px;
    border-radius: 3px;
}

.logichop-modal-form {
    position: relative;
    height: 100%;
}

.logichop-modal-title {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0 36px 0 16px;
}

.logichop-modal-content {
	padding: 10px 20px 0;
	height: 520px;
	overflow: auto;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.logichop-modal-content .nav-tab-display {
	padding: 30px 40px 0;
	display: none;
}

.logichop-modal-content .nav-tab-display hr {
	margin: 20px 0 25px;
}

.logichop-modal-javascript {
	padding-top: 10px;
}

.logichop-modal-content .nav-tab-display.nav-tab-display-active {
	display: block;
}

.logichop-modal-content .nav-tab-wrapper, .wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper {
    border: 0;
		border-bottom: 1px solid #ccc;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
}
.logichop-modal-content .nav-tab-wrapper:not(.wp-clearfix):after {
    content: "";
    display: table;
    clear: both;
}
.logichop-modal-content .nav-tab {
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background: #e5e5e5;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.logichop-modal-content .nav-tab-active,
.logichop-modal-content .nav-tab:hover {
    border-bottom: 1px solid #fff;
    background: #fff;
		color: #000;
		margin-bottom: -1px;
}
.logichop-modal-content .nav-tab:not(.nav-tab-active):hover {
	border-bottom: 1px solid #ccc;
}
.logichop-modal-content input,
.logichop-modal-content select {
	width: 100%;
	margin-bottom: 5px;
}

.logichop-modal-content h4 {
	margin: 0 0 5px;
}

.logichop-modal-content h4:first-child {
	margin-top: -5px;
}

.logichop-modal-content p {
	text-align: center;
}

.logichop-modal-content .button {
	margin-bottom: 10px;
}

.logichop-modal-close {
    color: #666;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    background: 0 0;
    border: none;
    cursor: pointer;
}

.logichop-modal-close:before {
    font: 400 20px/36px dashicons;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 36px;
    height: 36px;
    content: "\f158";
}

.logichop-modal-footer {
    padding: 8px 16px;
    background: #fcfcfc;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
}

.logichop-modal-footer a {
	float: left;
	margin: 5px 10px 0 0;
}

@media screen and (max-width: 782px) {
	#logichop-modal-wrap {
    	margin-top: -140px;
	}
}

@media screen and (max-width: 520px) {
	#logichop-modal-wrap {
    	width: auto;
    	margin-left: 0;
    	margin-top: -220px;
    	left: 10px;
    	right: 10px;
    	max-width: 500px;
	}
	.logichop-modal-content {
		height: 360px;
		margin-bottom: 60px;
	}
}


.logichop-insights * {
	box-sizing: border-box;
}

.logichop-insights .text-right {
	text-align: right;
}

.logichop-insights .row {
    margin-right: -15px;
    margin-left: -15px;
}

.logichop-insights .row:before {
    display: table;
    content: " ";
}

.logichop-insights .row:after {
	clear: both;
	display: table;
    content: " ";
}

.logichop-insights .col-xs-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.logichop-insights .col-sm-2,
.logichop-insights .col-sm-4,
.logichop-insights .col-sm-6 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.logichop-insights .form-control {
	display: block;
    width: 100%;
    height: 46px;

    margin-top: 5px;
	margin-bottom: 15px;
	padding: 2px;

    font-size: 18px;
	line-height: 46px;
	color: rgba(0,0,0,1);

   	background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
}

.logichop-insights .charts {
	margin: 0px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: rgba(0,0,0,0.1);
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
}

.logichop-insights .chart {
	margin-bottom: 15px;
}

.logichop-insights .charts .legend {
	padding: 0 15px;
}

.logichop-insights .table {
	width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border-spacing: 0;
    border-collapse: collapse;
	display: table;
	text-align: left;
	background: rgba(255,255,255,1);
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.15);
}

.logichop-insights .table-bordered > thead > tr > th,
.logichop-insights .table-bordered > tbody > tr > th,
.logichop-insights .table-bordered > tfoot > tr > th,
.logichop-insights .table-bordered > thead > tr > td,
.logichop-insights .table-bordered > tbody > tr > td,
.logichop-insights .table-bordered > tfoot > tr > td {
	border: 1px solid rgba(0,0,0,0.15);
	line-height: 1.42857143;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
}

.logichop-insights .table-bordered > thead > tr > th,
.logichop-insights .table-bordered > tbody > tr > th {
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,0.25);
	font-weight: normal;
}

.logichop-insights .table-striped > tbody > tr:nth-of-type(odd) {
	background: rgba(0,0,0,0.05);
}

.logichop-insights .table tr th:last-child {
	width: 20%;
}

.logichop-insights .table tr td:last-child {
	text-align: center;
}

.logichop-ol,
.logichop-ul,
.logichop-ul-blank  {
	margin-left: 30px;
}

.logichop-ul {
	list-style-type: disc;
}

@media (min-width: 768px) {
	.col-sm-2 {
		width: 16.6666667%;
		float: left;
    }
    .col-sm-4 {
		width: 33.3333333333%;
		float: left;
    }
    .col-sm-6 {
		width: 50%;
		float: left;
    }
}

.logichop-hide {
	display: none;
}


.logichop_settings_container {
	margin: 15px 5px;
	padding: 10px 20px 40px;
	background: #fff;
}

.logichop_settings_container label {
	font-weight: bold;
	display: block;
}

.logichop_settings_container input {
	width: 100%;
}

@media (min-width: 768px) {
	.logichop_settings_container {
		padding-right: 20%;
	}
}

#wp-et_pb_content_new-media-buttons .logichop-button {
	letter-spacing: 1px;
	font-weight: 100 !important;
	background: #000;
}

#wp-et_pb_content_new-media-buttons .logichop-button img {
	display: none;
}

#wp-et_pb_content_new-media-buttons .logichop-button span {
	color: #1aedc9;
	font-weight: 100;
}

.logichop-logicbar-input {
	box-sizing: border-box;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.logichop-logicbar-input {
		width: 25%;
		padding-right: 10px;
		float: left;
	}
	.logichop-logicbar-input.no-float {
		float: none;
	}
}
.CodeMirror {
	border: 1px solid #dfdfdf;
	margin-top: 5px;
}
#logichop_logicbar_settings .CodeMirror {
	height: 160px;
}
.logichop-logic-bar {
	position: relative;
	width: 100%;
	padding: 20px 20px;
	margin: 5px 0 20px;
	background: #2fd6e2;
	color: #000;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.logichop-logic-bar a {
	padding: 5px 10px;
	margin: 0 10px;
	background: #026087;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.logichop-logic-bar a:hover {
	opacity: 0.8;
}
.logic-bar-close {
	color: rgb(150,150,150);
  font-family: sans-serif;
  font-weight: bold;
	font-size: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
	opacity: 0.5;
}
.logic-bar-close:hover {
  opacity: 0.8;
	cursor: pointer;
}

#logicblocks {
	margin-bottom: 20px;
}
.logicblock {
	margin-top: 10px;
}
.logicblock:first-of-type {
	margin-top: 20px;
}
.logicblock .CodeMirror {
	height: 80px;
}
.logicblock .button {
	float: right;
	margin-left: 10px;
}
.logicblock .spacer {
	height: 15px;
}
.logicblock label.content-label {
	font-weight: bold;
	padding: 10px 0 5px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.logicblock .hidden {
	display: none;
}
