body {
	background:#ebeef0;
	overflow: visible;
}
div#customise {
}
.field-value {
    float: right;
    width: 20%;
}
.field-value span {
    position: relative;
    float: right;
    width: 30%;
    font-size: 12px;
    color: #000;
}
.field-value input[type="text"] {padding: 2px 1px;border: 0 none !important;float: right;text-align: right;font-size: 14px;width: 70%;}
input.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  padding: 0 !important;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
input.slider:focus {
  border: 0 none !important;
}
input.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%; 
  background: #000000;
  cursor: pointer;
}

input.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.option-panel:before,
.option-panel:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.option-panel:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.option-panel {
    *zoom: 1;
}
select {
    background: url(/media/select-arrow.png) no-repeat 97% center;
}
 .full-overlay {
    background: transparent;
    z-index: 50000000;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-width: 0;
}
 .overlay-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
#customise iframe {
    width: 100%;
    height: 100% !important;
}
.full-overlay-sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
    overflow: auto;
    background: #f5f5f5;
    border-right: 1px solid rgba(0,0,0,0.2);
}



.theme-editor--preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 20px;
    width: 60%;
    width: -webkit-calc(100% - 20px - 300px);
    width: -webkit-calc(100% - 60px - 300px);
    width: auto;
    height: -webkit-calc(100% - 50px);
    height: calc(100%  - 40px);
    border-radius: 0;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    right: 0px !important;
    left: 0px !important;
    top: 0;
    height: calc(100% - 0px);
}

.theme-editor--sidebar {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: -webkit-calc(100% - 40px - 10px);
    height: calc(100% - 40px - 10px);
    left: 20px;
    top: 0;
    bottom: 0;
    position: absolute;
    float: left;
    overflow: visible;
    border-radius: 0 !important;
}

.content-editor .theme-editor--preview {
    left: 50% !important;
    width: calc(50% - 20px - 0px);
    width: 100%;
}
.content-editor div#customise {
    left: 0% !important;
    border-left: 1px solid #d6d6d6 !important;
}
.content-editor .theme-editor--sidebar {
    width: 50%;

}
.theme-editor--sidebar.theme-editor--files--sidebar {
    height: auto;
}

.editor-sidebar-inner {
    border-radius: 6px 6px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: -webkit-calc(100% - 62px);
    height: calc(100% - 62px);
    background: #ffffff;
    position: relative;
    top: 0px;
    margin-bottom: 80px;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    float: left;
}

.editor-sidebar-inner .editor-sidebar-header {
    height: auto;
    display: block;
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
}
.editor-sidebar-inner .editor-sidebar-header {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: -1px 20px;
}

.theme-options .theme-options-ul li, .theme-set .theme-set-ul li {
    width: 100%;
    border-bottom: 0px solid #f5f5f5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.theme-options .theme-options-ul li:hover a.disabled {
      -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  }
.theme-options .theme-options-ul li a,.theme-set .theme-set-ul li {
    display: block;
    color: #31373d;
    padding: 0px 0px;
    cursor: pointer;
}
.theme-set .theme-set-ul li {
	padding: 10px 0px;
}
.options-panel {
	display: 
	-webkit-box;
	display: 
	-webkit-flex;
	display: 
	-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 
	-webkit-calc(100% - 62px);
	height: calc(100% - 62px);
	background: #ffffff;
	position: absolute;
	float: left;
	top: 0px;
	bottom: 0;
	right: -100%;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	display: block;
	overflow-x: hidden;
	overflow-y: visible;
}
.option-panel {
	padding: 0 5px 10px;
	margin: 0px 0 20px;
	font-size: 14px;
	font-weight: 600;
}
.option-panel, .option-panel div, .theme-editor-section-title span, .editor-sidebar-header h3, .option-panel div h3, h3   {
	font-family: Avenir Next !important;
	font-weight: 600;
	color: #000000;
}
.option-panel div {
	font-size: 12px;
	font-family: Avenir Next !important;
	font-weight: 600;
}
.option-panel div h3, .theme-editor-section-title span, .editor-sidebar-header h3, h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
.option-panel div h3 {
	border-bottom: 1px solid #f5f5f5;
	margin: 20px 0 0;
}
.customise-sidebar .change-item-name {
    font-style: italic;
    margin: 0 5px 0 0;
    float: right;
    font-size: 14px !important;
    font-weight: 100;
}
.bg-success {
    background: #fff;
    border-color: #59da39;
}
.theme-options {
	background: #fff !important;
	left:0;
	display: 
	-webkit-box;
	display: 
	-webkit-flex;
	display: 
	-ms-flexbox;
	display: block;
}
.options-panel-is-active {
    right: 0;
    display: 
    -webkit-box;
    display: 
    -webkit-flex;
    display: 
    -ms-flexbox;
    display: flex;
    position: relative;
    display: block;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100% !important;
    margin: 0 0 80px 0;
    bottom: 100px;
}
.theme-options-panel-is-hidden {
    left: -100%;
}

.options-panel-footer-wrapper {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    text-align: right;
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    rl: ri;
    right: 0;
    z-index: 2;
}
.options-panel-footer {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    float: right;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
}
input, textarea, .submit_button, post_textarea {
    height: auto;
    background: #fff;
    text-indent: 0;
}
input:focus, textarea:focus, textarea:active, .submit_button:focus, .autoHeight:focus, .autoSize:focus {
	border: 0 0 1px 0 #000 !important;
    border-color: #000 !important;

}
.post_textarea:focus {
	background: #fff !important;
    border-bottom: 1px solid #000;
}
.option-panel .set-colour {
    display: block !important;
    float: right !important;
    width: 70%;
    margin: 4px 0 !important;
    background: #fff;
    border: 0 none !important;
}
.option-panel .set-slider-container {
    display: block !important;
    float: left !important;
    width: 70%;
    margin: 8px 0 0 !important;
    background: #fff;
    padding: 1px 0;
}
.field-value {
    width: 30%;
}
.option-panel .set-slider {
    margin: 0px 0 !important;
    float: left;
    text-indent: 0;
    min-height: 1px;
}
.option-panel .set-slider-container span {
	float: left;
}
.ui-widget-content {
    width: 70%;
    float: left;
	margin: 3px 0;
}
.icon-return-section {
    background: url(https://negative-supply.s3.amazonaws.com/4/icon-sprite.svg) no-repeat scroll -160px -548px;
    height: 30px !important;
    width: 35px !important;
    top: 0;
    margin: 0;
    float: left;
    background-size: 500px !important;
    margin: 0px !important;
    cursor: pointer;
    margin: 0 0 0 20px !important;
}
.icon-return-section-small {
    background: url(https://negative-supply.s3.amazonaws.com/4/icon-sprite.svg) no-repeat scroll -80px -273px;
    height: 15px !important;
    width: 15px !important;
    top: 0;
    margin: 0;
    float: left;
    background-size: 250px !important;
    margin: 0px !important;
    cursor: pointer;
}

.theme-editor-section-title {
    padding: 7px 0;
    float: left;
    font-weight: bold;
    font-size: 15px;
    font-family: Avenir Next !important;
}
.theme-editor-section-title span {
    font-family: Avenir Next !important;
    font-weight: 500;
}

.sp-dd {
    display: none !important;
}

.remove-colour {
	color:#4BAAD4;
}
.set-colour-container {
    border: 2px solid #ccc;
	border-radius: 4px;
}
.upload-images li {
    min-height: auto;
}
.set-image-li {
    width: 82%;
    float: left;
    padding: 9px 0 0;
}
.icon-photo {
    float: right;
    margin: 5px 0 !important;
    height: 40px !important;
    padding: 0;
    margin: 6px 0px 0 0 !important;
}
.filename {
	display: none;
}
.customise-top-nav {
	position: absolute;
	top: 0;
	left: 233px;
	display: block;
	background: #fff;
	z-index: 10;
	padding: 0 26px;
	display: none;
}
.customise-top-nav a {
    font-family: Avenir Next !important;
    color: #000;
    font-weight: 200;
    padding: 0px;
}

.position-left {
    left: auto;
}
.position-right {
    right: 0px !important;
}
li.icon-photo-asset {
    height: 30px !important;
    margin: 3px 0px 0 0 !important;
	float: left;
}
.editor-sidebar-header h3 {
	margin: 0;
	font-family: Avenir Next !important;
	font-weight: 100;
	font-style: italic;
}
.processingModal.editorProcessingModal {
    width: 100%;
    right: 0;
    left: auto;
    position: absolute;
}
.processing.editorProcessing {
    position: absolute;
}


element.style {
}


#customise div#wysiwyg_editor {
    padding: 4px 2px;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    min-height: 5%;
}

#customise #wysiwyg-editor-holder {
    margin: 0;
    max-height: 95%;
	    min-height: 95%;
}
#customise div#wysiwyg-html-holder {
    margin: 0;
    max-height: 95%;
	min-height: 95%;
}

.CodeMirror, .CodeMirror-gutters {
	height: 99% !important;
}
div#customise-handle {
    position: absolute;
    left: 50%;
    width: 30px;
    top: 0;
    bottom: 0;
    z-index: 1000;
    margin-left: -30px;
    display: none;
}
.article-title {
	font-size: 16px;
}
fieldset {
    background: #000;
}
.endorse-item-name.marshall .value {
    font-size: 14px;
    font-family: Avenir Next !important;
}
.editor-title {
    padding: 13px 5px !important;
}

img#editor-img-attr-src-thumb {
    height: 150px !important;
}
div.mediaBoxModal a.modalClose, .modalClose {
    font-size: 0 !important;
    font-weight: 100;
    font-family: Avenir Next !important;
    transform: scale(1.5);
}

#customise .browser {
    border-width: 0;
    border-color: #f5f5f5;
    border-style: solid;
    float: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    width: auto;
    height: auto !important;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
}
#customise .browser-bar {
    border-radius: 3px 3px 0 0;
    height: auto;
    font-size: 1px;
    background-color: #f5f5f5;
    line-height: 26px;
    display: none;
}

.theme-set .theme-set-ul li {
    padding: 0;
    position: relative;
    background: #fff;
    z-index: 1000;
    border-bottom: 0px solid #eee;
}
.options-panel-is-active .options-panel-content {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.options-panel-header a.code-a, a.code-a-target  {
    font-size: 12px;
    font-weight: 100;
    background: #eee;
    border-radius: 4px;
    padding: 0 15px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    float: left;
    cursor: pointer;
}
a.code-a-target.editor-current-file {
    background: #000;
    color: #fff;
}
.editor-tab-options {
    float: left;
    padding: 7px;
    width: 80%;
    grid-row: 2;
}

.options-panel-header-wrapper {
    height: auto;
    padding: 0px 10px 6px 0;
    float: left;
    width: 100%;
    max-height: 100%;
    border: 0 0 1px solid;
}
.options-panel-header.cf {float: left;width: 100%;position: relative;}

.editor-save-options {
    float: right;
    padding: 8px 0 0;
    width: 25%;
    position: absolute;
    right: 0;
}
.options-panel-header-tabs-left {
}
.options-panel-header-tabs-right {
	
}
.options-panel-header-wrapper.b-bottom.customise-header-split {
    padding: 0px 10px 12px 0;
}

.customise-header-split .editor-save-options.options-panel-header-tabs-right {
    position: relative;
    float: left;
    width: 100%;
}

.customise-header-split .editor-tab-options.options-panel-header-tabs-left {
    display: none;
}
.customise-header-split .editor-save-options-wrap {
	float: left;
	width:100%;
}
#customise-sidebar .save-changes, .options-panel-footer .save-changes {
    background: #000;
    padding: 10px 15px !important;
    color: #fff !important;
    border-radius: 30px !important;
    margin: 0 !important;
    font-size: 14px !important;
}
#customise-sidebar .save-changes:hover, .options-panel-footer .save-changes:hover {
    background: #ccc;
    color: #000 !important;
}
#customise-sidebar .save-changes.err {
	background:#FFC7C7;
}
#customise-sidebar-right .editor-sidebar-inner {
    padding: 0px !important;
}
#customise-sidebar-right .options-panel {
    padding: 0px !important;
}
.admin_nav li.asset-li a span, .admin_nav li.asset-li a {
    font-weight: bold;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    font-family: inherit;
    letter-spacing: 0px;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 26px;
    text-transform: none;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #585858;
    width: 100%;
}
li.asset-li .new-asset {
    margin: 20px 0;
    color: #fff !important;
    font-weight: 500 !important;
    background: #000;
    padding: 5px !important;
    border-radius: 30px !important;
    text-align: center;
}
li.asset-li .new-asset:hover {
    color: #000 !important;
    background: #eee;
}
.icon-editor-leftalign {
    background: url(/media/editor/align-left.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-rightalign {
    background: url(/media/editor/align-right.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-centeralign {
    background: url(/media/editor/align-center.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-bold {
    background: url(/media/editor/bold.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-italic {
    background: url(/media/editor/italic.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-underline {
    background: url(/media/editor/underline.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-indent {
    background: url(/media/editor/indent.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-bullet-list {
    background: url(/media/editor/bullet-list.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-strikethrough {
    background: url(/media/editor/strikethrough.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-link {
    background: url(/media/editor/link.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-unlink {
    background: url(/media/editor/unlink.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-redo {
    background: url(/media/editor/redo.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-undo {
    background: url(/media/editor/undo.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-ordered-list {
    background: url(/media/editor/ordered-list.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-horizontal-rule {
    background: url(/media/editor/horizontal-rule.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-unformat {
    background: url(/media/editor/unformat.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}
.icon-editor-style {
    background: url(/media/editor/style.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}

.icon-editor-paragraph {
    background: url(/media/editor/paragraph.png) no-repeat;
    background-size: 20px;
    width: 20px !important;
    height: 20px;
    font-size: 12px;
}

.mediaBoxModal .modalHeaderContainer {
    position: relative;
    float: left;
    height: 75px !important;
    overflow: hidden;
  }
  .modalGal .mediaBoxModal .contentInner {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}