.crmm-metabox-wrapper .format-settings .format-setting-wrap{display: none;}
.menu-item-depth-0 .crmm-metabox-wrapper .first-level-settings-wrap .format-setting-wrap{display: block;}
.menu-item-depth-1 .crmm-metabox-wrapper .second-level-settings-wrap .format-setting-wrap{display: block;}
/* -------------------------------------------------- 
  :: Screen Meta & Menu Icon
  ---------------------------------------------------*/
.appearance_page_crmm-options #screen-meta {
  margin-right: 20px;
  margin-left: 2px;
  min-width: 533px;
}

/* -------------------------------------------------- 
  :: Messages
  ---------------------------------------------------*/
.wrap.settings-wrap div.error,
.wrap.settings-wrap div.updated {
  margin: 9px 5px 0px 2px !important;
}
 
/* -------------------------------------------------- 
  :: Cool Megamenu Wrappers
  ---------------------------------------------------*/
#crmm-settings-api .metabox-holder {
  overflow: hidden;
}
#crmm-settings-api .postbox {
  background: #fff;
  border: none;
  margin: 0 20px;
}
#crmm-settings-api .inside {
  margin: 0px !important;
  padding: 0px !important;
}
#crmm-settings-api > .ui-tabs {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0px 5px 0 2px;
  min-width: 533px;
  padding-bottom: 5px;
  position: relative;
  -webkit-box-shadow: inset 146px 0 0 #f1f1f1, inset 147px 0 0 #ccc, 0 1px 3px rgba(0,0,0,0.05);
     -moz-box-shadow: inset 146px 0 0 #f1f1f1, inset 147px 0 0 #ccc, 0 1px 3px rgba(0,0,0,0.05);
          box-shadow: inset 146px 0 0 #f1f1f1, inset 147px 0 0 #ccc, 0 1px 3px rgba(0,0,0,0.05);
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

/* -------------------------------------------------- 
  :: Header
  ---------------------------------------------------*/
#crmm-header-wrap {
  position: relative;
}
#crmm-header {
  background: #333;
  color: #fff;
  display: block;
  margin: 11px 5px 0 2px;
  min-width: 535px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
#crmm-header li {
  display: block;
  float: left;
  margin: 0px;
  padding: 30px 0;
  min-width: 151px;
}
#crmm-header li a {
  color: #999;
  text-decoration: none;
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
#crmm-header li a:hover {
  color: #0074a2;
}
#crmm-header #crmm-logo a {
  padding-left: 30px;
  display: block;
  color: #fff;
}
#crmm-header #crmm-logo a:before {
	content: "\f480";
  font: normal 32px/1 "dashicons" !important;
  speak: none;
  padding: 2px 0;
  height: 24px;
  width: 20px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition:    all .1s ease-in-out;
  transition:         all .1s ease-in-out;
}
#crmm-header li#crmm-logo:hover {
  background-color: #222;
  color: #0074a2;
  -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
          border-top-left-radius: 2px;
}
#crmm-header li#crmm-logo:hover a {
  border-right-color: #000;
}
#crmm-header #crmm-version span,
#crmm-header #theme-version span {
  border-left: 1px solid #444;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 3px 12px 3px 12px;
}
#crmm-header #theme-version:before {
  border-right: 1px solid #000;
  content: "";
  display: block;
  float: left;
  height: 30px;
}
/* light */
.admin-color-light #crmm-header {
  background: #888;
  color: #fff;
}
.admin-color-light #crmm-header li a {
  color: #ccc;
}
.admin-color-light #crmm-header li a:hover {
  color: #eee;
}
.admin-color-light #crmm-header #crmm-logo a,
.admin-color-light #crmm-header #theme-version:before {
  border-right-color: #3c3c3c;
}
.admin-color-light #crmm-header li#crmm-logo:hover {
  background-color: #777;
}
.admin-color-light #crmm-header li#crmm-logo:hover a {
  border-right-color: #3c3c3c;
}
.admin-color-light #crmm-header #crmm-version span,
.admin-color-light #crmm-header #theme-version span {
  border-left-color: #999;
}
/* blue */
.admin-color-blue #crmm-header {
  background: #52accc;
  color: #fff;
}
.admin-color-blue #crmm-header li a {
  color: #e2f8ff;
}
.admin-color-blue #crmm-header li a:hover {
  color: #fff;
}
.admin-color-blue #crmm-header #crmm-logo a,
.admin-color-blue #crmm-header #theme-version:before {
  border-right-color: #002b39;
}
.admin-color-blue #crmm-header li#crmm-logo:hover {
  background-color: #006484;
}
.admin-color-blue #crmm-header li#crmm-logo:hover a {
  border-right-color: #002b39;
}
.admin-color-blue #crmm-header #crmm-version span,
.admin-color-blue #crmm-header #theme-version span {
  border-left-color: #5dc2e6;
}
/* coffee */
.admin-color-coffee #crmm-header {
  background: #59524c;
  color: #c7cbc9;
}
.admin-color-coffee #crmm-header li a {
  color: #f3f2f1;
}
.admin-color-coffee #crmm-header li a:hover {
  color: #fff;
}
.admin-color-coffee #crmm-header #crmm-logo a,
.admin-color-coffee #crmm-header #theme-version:before {
  border-right-color: #0f0e0d;
}
.admin-color-coffee #crmm-header li#crmm-logo:hover {
  background-color: #cca588;
}
.admin-color-coffee #crmm-header li#crmm-logo:hover a {
  border-right-color: #0f0e0d;
}
.admin-color-coffee #crmm-header #crmm-version span,
.admin-color-coffee #crmm-header #theme-version span {
  border-left-color: #675f58;
}
/* ectoplasm */
.admin-color-ectoplasm #crmm-header {
  background: #523f6d;
  color: #c6c6d3;
}
.admin-color-ectoplasm #crmm-header li a {
  color: #f3f2f1;
}
.admin-color-ectoplasm #crmm-header li a:hover {
  color: #fff;
}
.admin-color-ectoplasm #crmm-header #crmm-logo a,
.admin-color-ectoplasm #crmm-header #theme-version:before {
  border-right-color: #181220;
}
.admin-color-ectoplasm #crmm-header li#crmm-logo:hover {
  background-color: #a3b542;
}
.admin-color-ectoplasm #crmm-header li#crmm-logo:hover a {
  border-right-color: #181220;
}
.admin-color-ectoplasm #crmm-header #crmm-version span,
.admin-color-ectoplasm #crmm-header #theme-version span {
  border-left-color: #644d85;
}
/* midnight */
.admin-color-midnight #crmm-header {
  background: #363b3f;
  color: #f1f2f3;
}
.admin-color-midnight #crmm-header li a {
  color: #f1f2f3;
}
.admin-color-midnight #crmm-header li a:hover {
  color: #fff;
}
.admin-color-midnight #crmm-header #crmm-logo a,
.admin-color-midnight #crmm-header #theme-version:before {
  border-right-color: #090a0b;
}
.admin-color-midnight #crmm-header li#crmm-logo:hover {
  background-color: #ed543f;
}
.admin-color-midnight #crmm-header li#crmm-logo:hover a {
  border-right-color: #090a0b;
}
.admin-color-midnight #crmm-header #crmm-version span,
.admin-color-midnight #crmm-header #theme-version span {
  border-left-color: #4c5359;
}
/* ocean */
.admin-color-ocean #crmm-header {
  background: #738e96;
  color: #f1fcff;
}
.admin-color-ocean #crmm-header li a {
  color: #f1fcff;
}
.admin-color-ocean #crmm-header li a:hover {
  color: #fff;
}
.admin-color-ocean #crmm-header #crmm-logo a,
.admin-color-ocean #crmm-header #theme-version:before {
  border-right-color: #39464a;
}
.admin-color-ocean #crmm-header li#crmm-logo:hover {
  background-color: #9ab8a0;
}
.admin-color-ocean #crmm-header li#crmm-logo:hover a {
  border-right-color: #39464a;
}
.admin-color-ocean #crmm-header #crmm-version span,
.admin-color-ocean #crmm-header #theme-version span {
  border-left-color: #87a6af;
}
/* sunrise */
.admin-color-sunrise #crmm-header {
  background: #da4f41;
  color: #fff;
}
.admin-color-sunrise #crmm-header li a {
  color: #f3f1f1;
}
.admin-color-sunrise #crmm-header li a:hover {
  color: #fff;
}
.admin-color-sunrise #crmm-header #crmm-logo a,
.admin-color-sunrise #crmm-header #theme-version:before {
  border-right-color: #8a322a;
}
.admin-color-sunrise #crmm-header li#crmm-logo:hover {
  background-color: #e88436;
}
.admin-color-sunrise #crmm-header li#crmm-logo:hover a {
  border-right-color: #8a322a;
}
.admin-color-sunrise #crmm-header #crmm-version span,
.admin-color-sunrise #crmm-header #theme-version span {
  border-left-color: #e75546;
}

/* -------------------------------------------------- 
  :: Sub Header
  ---------------------------------------------------*/
#crmm-sub-header { 
  background: #fafafa; 
  border: 1px solid #ccc; 
  border-top: none; 
  display: block; 
  margin: 0 5px 0 2px; 
  min-width: 523px; 
  overflow: hidden; 
  padding: 5px; 
  position: relative; 
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0,0,0,0.05);
     -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0,0,0,0.05);
          box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0,0,0,0.05);
}

/* -------------------------------------------------- 
  :: Tabs
  ---------------------------------------------------*/
.wrap.settings-wrap #crmm-settings-api .ui-tabs-nav { 
  float: left; 
  list-style: none; 
  margin: 0 0 0 -4px; 
  padding: 1em 0; 
  width: 151px !important; 
}
.wrap.settings-wrap #crmm-settings-api .ui-tabs-nav li { 
  border: 1px solid transparent; 
  border-right-width: 0px; 
  display: block; margin: 0; 
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px; 
}
.wrap.settings-wrap #crmm-settings-api .ui-tabs-nav li.ui-state-active { 
  background: #fff; 
  border-color: #ccc; 
  color: #000; 
}
.wrap.settings-wrap #crmm-settings-api .ui-tabs-nav li a { 
  color: #21759b; 
  display: block; 
  line-height: 18px; 
  padding: 5px 5px 5px 12px !important; 
  text-decoration: none; 
}
.wrap.settings-wrap #crmm-settings-api .ui-tabs-nav li a:hover,
.wrap.settings-wrap #crmm-settings-api .ui-tabs-nav li.ui-state-active a { 
  color: #000; 
  outline: none; 
}
.wrap.settings-wrap #crmm-settings-api .ui-tabs-panel { 
  clear: both; 
}

/* -------------------------------------------------- 
  :: Format Settings
  ---------------------------------------------------*/
.format-settings {
  position: relative; 
  width: 100%; 
}
.format-setting-wrap,
.crmm-sortable .format-settings {
  padding: 10px 0 20px 0; 
}

/* -------------------------------------------------- 
  :: Format Setting Label
  ---------------------------------------------------*/
.format-setting-label {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px 0;
  padding: 0px 0px 10px 0px;
  width: 100%;
}
#crmm-settings-api .description h3,
#crmm-settings-api .format-setting-label .label,
#poststuff .format-setting-label .label {
  background: none;
  border: none;
  color: #222;
  cursor: text;
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0;
  padding: 0 0 9px 0;
  -webkit-user-select: text;
  text-shadow: none;
}
    
/* -------------------------------------------------- 
  :: Format Setting
  ---------------------------------------------------*/
.format-setting {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.format-setting .format-setting-inner {
  position: relative;
}
.format-setting.no-desc > .format-setting-inner,
.format-setting.wide-desc .format-setting-inner {
  width: 100%;
}
.format-setting .description {  
  padding: 5px 0;
  font-size: 13px;
  font-style: italic;
}
.format-setting.no-desc > .description,
.format-setting.wide-desc .description {
  float: none;
  width: 100%;
}
.list-item-description {
  padding-top: 10px;
}
#crmm-settings-api h4 {
  color: #333;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
#crmm-settings-api h5 {
  color: #444;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
#crmm-settings-api p {
  margin: 0 0 1.5em 0 !important;
}
#post .format-setting-inner p {
  float: left;
  width: 100%;
  margin: 0 0 1.05em 0 !important;
}
.aside {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.deprecated {
  border-bottom: 1px solid #eee;
  color: #b94029;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.warning {
  color: #b94029;
}
.docs-ul {
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 1em 0;
}
.docs-ul li {
  list-style-type: square;
  margin-left: 20px;
}
#contextual-help-setting {
  float: left;
  padding: 10px 0 5px 0;
  width: 100%;
}
#contextual-help-label {
  float: left;
  padding-top: 20px;
  width: 100%;
}
#crmm_settings_help {
  float: left;
  width: 100%;
}
#crmm-settings-api blockquote {
  font-style: italic;
  padding-left: 15px;
  position: relative;
}
#crmm-settings-api blockquote:before {
  color: #ccc;
  content: "\201C";
  display: block;
  font-size: 400%;
  font-style: normal;
  left: -10px;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 1020px) {
  .format-setting .description, 
  .format-setting .format-setting-inner {
    width: 100%;
  }
  .format-setting .description {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.crmm-background-group {
  overflow: hidden;
  width: auto;
}
.crmm-background-size-input {
  max-width: 110px;
}
.crmm-setting-edit,
.crmm-setting-remove {
  text-indent: -9999px;
}
.crmm-metabox-wrapper{
  margin-right: 10px;
  clear: both;
}
/* -------------------------------------------------- 
  :: Code formatting
  ---------------------------------------------------*/
#crmm-settings-api code,
.crmm-metabox-wrapper code {
  background-color: #f1f1f1;
  color: #333;
  font-size: 12px;
}
#crmm-settings-api pre {
  font-size: 13px;
  padding: 0;
  margin: 1.5em 0;
  line-height: 18px;
  overflow: auto;
  overflow-Y: hidden;
  padding-top: 18px;
  background: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  color: #000;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#crmm-settings-api pre code {
  padding: 0 18px 18px 18px;
  display: block;
  background: url(../images/crmm-pre-bg.gif) repeat left top;
}

/* -------------------------------------------------- 
  :: Input & Upload
  ---------------------------------------------------*/
input.crmm-ui-upload-input,
input.crmm-ui-input {
  background: #fff;
  border: 1px solid #ccc !important;
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 5px !important;
  padding: 7px 6px;
  position: relative;
  width: 100% !important;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
}
input:hover.crmm-ui-upload-input,
input:hover.crmm-ui-input {
  border-color: #bbb !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
}
input:focus.crmm-ui-upload-input,
input:focus.crmm-ui-input {
  border-color: #999 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .crmm-ui-input,
  .crmm-ui-upload-input {
    padding: 5px 6px !important;
  }
}

/* -------------------------------------------------- 
  :: Upload
  ---------------------------------------------------*/
div.crmm-ui-media-wrap {
  margin: 0 55px 0 0;
  min-height: 35px;
  position: relative;
}
.crmm-ui-media-wrap img {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 4px;
  display: block;
  float: left;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.crmm-ui-upload-parent {
  width: auto !important;
  margin-right: 45px;
  padding: 0px;
  position: relative;
}
.crmm_upload_media {
  top: 0px;
  margin: 0px !important;
  position: absolute;
  right: -45px;
  text-indent: -9999px;
}
.crmm-ui-media-wrap a.crmm-ui-remove-media {
  float: none !important;
  margin: 0px !important;
  position: absolute !important;
  right: -55px;
  text-indent: -9999px;
  top: 1px;
}

/* -------------------------------------------------- 
  :: Textarea
  ---------------------------------------------------*/
.fill-area .description,
.fill-area .format-setting-inner {
  width: 100% !important;
}
.wp-editor-area {
  display: block;
}
.textarea,
.crmm-metabox-wrapper textarea {
  width: 99.9%;
  border: 1px solid #ccc;
  font-family: Consolas, Monaco, monospace;
  line-height: 150%;
  outline: 0;
  padding: 10px;
  resize: vertical;
}
#contextual-help-setting .textarea {
  width: 99.75%;
}
.crmm-metabox-wrapper .wp-editor-container {
  border: none;
}
.textarea:hover,
.crmm-metabox-wrapper textarea:hover {
  border-color: #bbb !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
}
.textarea:focus,
.crmm-metabox-wrapper textarea:focus {
  border-color: #999 !important;
}

@media only screen and (max-width: 1105px) {
  .type-textarea .description, .type-textarea .format-setting-inner {
    width: 100%;
  }
}

/* -------------------------------------------------- 
  :: Setting Item with Drag & Drop
  ---------------------------------------------------*/
.crmm-setting-wrap { 
  margin-top: 0px; 
}
.crmm-setting-wrap li { 
  margin: 5px 0px; 
}
.crmm-setting { 
  border: 1px solid #ccc; 
  overflow: hidden; 
  position: relative; 
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; 
}
.crmm-setting:hover {
  border-color: #999;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
}
.crmm-setting a { 
  text-decoration: none; 
}
.crmm-setting .open {
  background: #fafafa;
  line-height: 21px;
  height: 21px;
  padding: 10px 100px 10px 10px;
  display: block;
}
.crmm-sortable .open {
  cursor: move;
}
.ui-state-disabled .crmm-setting .open {
  cursor: default;
}
.crmm-setting .open:hover {
  background: #fafafa;
}
.crmm-setting .open:hover:before {
  color: #999;
  content: "\f142";
  left: 4px;
  font-family: "dashicons";
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.crmm-setting.is-section .open:hover:before {
  color: #000;
}
.button-section {
  position: absolute;
  right: 0px;
  top: 1px;
}
.crmm-setting.is-section { 
  border: 1px solid #000; 
}
.crmm-setting.is-section .crmm-setting-body,
.crmm-setting.is-section .crmm-ui-button {
  border-right-color: #000 !important;
}
.crmm-setting.is-section .open {
  background: #333;
  color: #bbb;
}
.format-setting .ui-sortable-helper .crmm-setting .open {
  background: #fff;
}
.crmm-setting.is-section .open:hover,
.format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #333;
}
/* light */
.admin-color-light .crmm-setting.is-section,
.admin-color-light .crmm-setting.is-section .crmm-setting-body,
.admin-color-light .crmm-setting.is-section .crmm-ui-button { 
  border-color: #3c3c3c !important; 
}
.admin-color-light .crmm-setting.is-section .open:hover:before {
  color: #3c3c3c;
}
.admin-color-light .crmm-setting.is-section .open {
  background: #888;
  color: #fff;
}
.admin-color-light .crmm-setting.is-section .open:hover,
.admin-color-light .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #888;
}
/* blue */
.admin-color-blue .crmm-setting.is-section,
.admin-color-blue .crmm-setting.is-section .crmm-setting-body,
.admin-color-blue .crmm-setting.is-section .crmm-ui-button { 
  border-color: #002b39 !important; 
}
.admin-color-blue .crmm-setting.is-section .open:hover:before {
  color: #002b39;
}
.admin-color-blue .crmm-setting.is-section .open {
  background: #52accc;
  color: #fff;
}
.admin-color-blue .crmm-setting.is-section .open:hover,
.admin-color-blue .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #52accc;
}
/* coffee */
.admin-color-coffee .crmm-setting.is-section,
.admin-color-coffee .crmm-setting.is-section .crmm-setting-body,
.admin-color-coffee .crmm-setting.is-section .crmm-ui-button { 
  border-color: #0f0e0d !important; 
}
.admin-color-coffee .crmm-setting.is-section .open:hover:before {
  color: #0f0e0d;
}
.admin-color-coffee .crmm-setting.is-section .open {
  background: #59524c;
  color: #c7cbc9;
}
.admin-color-coffee .crmm-setting.is-section .open:hover,
.admin-color-coffee .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #59524c;
}
/* ectoplasm */
.admin-color-ectoplasm .crmm-setting.is-section,
.admin-color-ectoplasm .crmm-setting.is-section .crmm-setting-body,
.admin-color-ectoplasm .crmm-setting.is-section .crmm-ui-button { 
  border-color: #181220 !important; 
}
.admin-color-ectoplasm .crmm-setting.is-section .open:hover:before {
  color: #181220;
}
.admin-color-ectoplasm .crmm-setting.is-section .open {
  background: #523f6d;
  color: #c6c6d3;
}
.admin-color-ectoplasm .crmm-setting.is-section .open:hover,
.admin-color-ectoplasm .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #523f6d;
}
/* midnight */
.admin-color-midnight .crmm-setting.is-section,
.admin-color-midnight .crmm-setting.is-section .crmm-setting-body,
.admin-color-midnight .crmm-setting.is-section .crmm-ui-button { 
  border-color: #090a0b !important; 
}
.admin-color-midnight .crmm-setting.is-section .open:hover:before {
  color: #090a0b;
}
.admin-color-midnight .crmm-setting.is-section .open {
  background: #363b3f;
  color: #f1f2f3;
}
.admin-color-midnight .crmm-setting.is-section .open:hover,
.admin-color-midnight .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #363b3f;
}
/* ocean */
.admin-color-ocean .crmm-setting.is-section,
.admin-color-ocean .crmm-setting.is-section .crmm-setting-body,
.admin-color-ocean .crmm-setting.is-section .crmm-ui-button { 
  border-color: #39464a !important; 
}
.admin-color-ocean .crmm-setting.is-section .open:hover:before {
  color: #39464a;
}
.admin-color-ocean .crmm-setting.is-section .open {
  background: #738e96;
  color: #f1fcff;
}
.admin-color-ocean .crmm-setting.is-section .open:hover,
.admin-color-ocean .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #738e96;
}
/* sunrise */
.admin-color-sunrise .crmm-setting.is-section,
.admin-color-sunrise .crmm-setting.is-section .crmm-setting-body,
.admin-color-sunrise .crmm-setting.is-section .crmm-ui-button { 
  border-color: #8a322a !important; 
}
.admin-color-sunrise .crmm-setting.is-section .open:hover:before {
  color: #8a322a;
}
.admin-color-sunrise .crmm-setting.is-section .open {
  background: #da4f41;
  color: #fff;
}
.admin-color-sunrise .crmm-setting.is-section .open:hover,
.admin-color-sunrise .format-setting .ui-sortable-helper .crmm-setting.is-section .open {
  background: #da4f41;
}
.ui-state-highlight {
  border: 1px dotted #ccc;
  display: block;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.crmm-setting-body {
  background: #fff;
  border-top: 1px solid #ccc;
  display: none;
  padding: 10px;
  -webkit-border-bottom-right-radius: 2px;
   -webkit-border-bottom-left-radius: 2px;
      -moz-border-radius-bottomright: 2px;
       -moz-border-radius-bottomleft: 2px;
          border-bottom-right-radius: 2px;
           border-bottom-left-radius: 2px;
}
li ul .format-setting-wrap {
  padding: 0 0 10px 0;
}
li ul .format-setting-label {
  border: none;
  padding: 0px;
  margin: 0px;
}

/* -------------------------------------------------- 
  :: Layouts
  ---------------------------------------------------*/
#cool_megamenu_layouts {
  display: none;
  padding-top: 12px;
}
#crmm-options-layouts-form {
  left: 13px;
  position: absolute;
  top: 30px;
  z-index: 10;
}
.crmm-save-layout {
  float: left;
  padding: 10px 0;
}
.crmm-save-layout.active-layout {
  padding-left: 10px;
}
.crmm-save-layout .widefat {
  float: left;
  width: 128px !important;
  margin: 0;
}
.crmm-active-layout {
  border-right: 1px solid #ccc;
  float: left;
  padding: 10px 10px 10px 0;
  min-width: 126px;
}
.button.save-layout {
  margin: 0 0 0 10px !important;
}
.crmm-layout-activate {
  text-indent: -9999px;
}
.crmm-layout-activate .icon:before {
  content: "\f096";
  position: relative;
  top: 1px;
}
.crmm-layout-activate.active .icon:before {
  content: "\f046";
  padding-left: 1px;
}

/* -------------------------------------------------- 
  :: Option Group
  ---------------------------------------------------*/
.crmm-option-group {
  float: left;
  padding-right: 5px;
  position: relative;
  width: 20%;
  box-sizing: border-box;
}
.crmm-option-group--three-fourths {
  width: 75%;
}
.crmm-option-group--two-thirds {
  width: 66.6%;
}
.crmm-option-group--one-half {
  width: 50%;
}
.crmm-option-group--one-third {
  width: 33.3%;
}
.crmm-option-group--one-fourth {
  width: 25%;
}
.crmm-option-group--one-fifth {
  width: 20%;
}
.crmm-option-group--one-sixth {
  width: 16.6%;
}
.crmm-option-group--one-eighth {
  width: 12.5%;
}
.crmm-option-group--is-last {
  padding-right: 0;
}
.crmm-option-group--icon {
  background: #fafafa;
  border-right: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 6px 7px;
  position: absolute;
  text-align: center;
  top: 1px;
  left: 1px;
  width: 14px;
  z-index: 10;
}
.crmm-icon-circle.crmm-option-group--icon:before {
  left: 1px;
  position: relative;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}
.crmm-option-group--icon + input.crmm-ui-input {
  padding-left: 34px !important;
  margin-right: 5px;
}
.crmm-option-group--checkbox {
  float: left;
  padding-top: 2px;
  padding-right: 10px;
  width: auto;
}
#post-body .crmm-option-group--checkbox p {
  color: #a9a9a9;
  float: left;
  margin: 1px 0 0.3em 0 !important;
}
@media screen and ( min-width: 783px ) {
  #post-body .crmm-option-group--checkbox p input {
    margin-top: 0px !important;
  }
}
@media screen and ( max-width: 1020px ) {
  .crmm-option-group--one-fourth,
  .crmm-option-group--one-fifth,
  .crmm-option-group--one-sixth,
  .crmm-option-group--one-eighth {
    width: 33.3%;
  }
  .crmm-option-group--checkbox {
    width: 100%;
  }
}
@media screen and ( max-width: 782px ) {
  .crmm-option-group {
    width: 50%;
  }
  .crmm-option-group--three-fourths,
  .crmm-option-group--two-thirds,
  .crmm-option-group--one-half {
    width: 100%;
  }
  .crmm-option-group--checkbox {
    padding-top: 0.3em;
  }
}
.crmm-option-group .select-wrapper {
  width: 100%;
}

/* -------------------------------------------------- 
  :: Select
  ---------------------------------------------------*/
.select-wrapper {
  background: #fff url(../images/crmm-select.png) no-repeat right center;
  border: 1px solid #ccc;
  display: block;
  float: left;
  font-size: 12px;
  height: 29px;
  margin: 0 5px 5px 0;
  max-width: 100%;
  width: auto;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.select-wrapper:hover {
  background-image: url(../images/crmm-select-hover.png);
  border-color: #999;
}
select.crmm-ui-select {
  cursor: pointer;
  filter: alpha(opacity: 0);
  font-size: 14px;
  height: 29px;
  margin: 0;
  max-width: 100%;
  -moz-opacity: 0;
  opacity: 0;
  padding: 0 !important;
  position: relative;
  width: inherit;
  z-index: 4;
  min-width: 118px;
}

select.crmm-ui-select option {
  padding: 3px 15px !important;
}
.select-wrapper span {
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  padding-left: 7px;
  padding-right: 27px;
  position: absolute;
  z-index: 2;
}
#crmm-options-layouts-form .select-wrapper {
  margin: 0px;
}
#crmm-options-layouts-form select.crmm-ui-select {
  min-width: 124px;
}
.type-measurement select.crmm-ui-select {
  min-width: 73px !important;
}
.type-measurement .select-wrapper {
  margin-right: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* FireFox */
@-moz-document url-prefix() {
  #crmm-options-layouts-form .select-wrapper {
    left: 250px;
  }
}

/* -------------------------------------------------- 
  :: Measurement
  ---------------------------------------------------*/
.crmm-ui-measurement-input-wrap { 
  margin-right: 80px; 
}

/* -------------------------------------------------- 
  :: Checkbox & Radio
  ---------------------------------------------------*/
.format-setting.type-checkbox input,
.format-setting.type-radio input {
  float: left;
  margin: 2px 5px 0 1px;
}
.format-setting.type-checkbox label,
.format-setting.type-radio label {
  float: left;
  max-width: 90%;
  padding: 0px;
}
#crmm-settings-api .format-setting.type-checkbox p,
#crmm-settings-api .format-setting.type-radio p {
  float: left;
  margin: 0.5em 0 !important;
  width: 100%;
}
@media screen and ( max-width: 782px ) {
  .format-setting.type-checkbox,
  .format-setting.type-radio {
    padding-top: 0.3em;
  }
}
     
/* -------------------------------------------------- 
  :: Radio Images
  ---------------------------------------------------*/
.type-radio-image .crmm-ui-radio-images {
  float: left;
  margin: 0 10px 10px 0px;
}
.type-radio-image .crmm-ui-radio-images img {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 5px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.type-radio-image .crmm-ui-radio-images img.crmm-ui-radio-image-selected,
.type-radio-image .crmm-ui-radio-images img:hover {
  border-color: #464646;
  opacity: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
     -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
          box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* -------------------------------------------------- 
  :: Social Links
  ---------------------------------------------------*/
.type-social-links input.crmm-ui-input {
  margin-top: 5px;
}

/* -------------------------------------------------- 
  :: Numeric Slider
  ---------------------------------------------------*/
.type-numeric-slider .format-setting-inner {
  background: transparent;
  border: 1px solid transparent;
  min-height: 41px;
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.crmm-numeric-slider-wrap {
  margin: 0 96px 0 0;
}
.crmm-numeric-slider-wrap .crmm-numeric-slider-helper-input { 
  position: absolute; 
  right: 5px;
  text-align: center;
  top: 5px;
  width: 90px !important;
}
.crmm-numeric-slider.ui-slider { 
  background: #ccc;
  border: 1px solid transparent;
  margin: 12px 8px 0 8px; 
  position: relative;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.crmm-numeric-slider.ui-slider-horizontal { 
  height: 6px;
}
.crmm-numeric-slider.ui-slider .ui-slider-handle {
  border: 1px solid transparent;
  color: #555;
  cursor: pointer;
  display: block;
  height: 27px; 
  margin: -13px -8px;
  outline: 0;
  position: absolute; 
  width: 16px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
/* default */
.crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #333;
  border-color: #000;
}
.crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #444;
  border-color: #111;
}
/* light */
.admin-color-light .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #888;
  border-color: #3c3c3c;
}
.admin-color-light .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-light .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #999;
  border-color: #777;
}
/* blue */
.admin-color-blue .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #52accc;
  border-color: #002b39;
}
.admin-color-blue .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-blue .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #5dc2e6;
  border-color: #006484;
}
/* coffee */
.admin-color-coffee .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #59524c;
  border-color: #0f0e0d;
}
.admin-color-coffee .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-coffee .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #cca588;
  border-color: #675f58;
}
/* ectoplasm */
.admin-color-ectoplasm .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #523f6d;
  border-color: #181220;
}
.admin-color-ectoplasm .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-ectoplasm .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #a3b542;
  border-color: #644d85;
}
/* midnight */
.admin-color-midnight .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #363b3f;
  border-color: #090a0b;
}
.admin-color-midnight .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-midnight .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #ed543f;
  border-color: #a0382a;
}
/* ocean */
.admin-color-ocean .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #738e96;
  border-color: #39464a;
}
.admin-color-ocean .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-ocean .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #9ab8a0;
  border-color: #5a6c5e;
}
/* sunrise */
.admin-color-sunrise .crmm-numeric-slider.ui-slider .ui-slider-handle {
  background: #da4f41;
  border-color: #8a322a;
}
.admin-color-sunrise .crmm-numeric-slider.ui-slider .ui-slider-handle:hover,
.admin-color-sunrise .crmm-numeric-slider.ui-slider .ui-slider-handle.ui-state-active {
  background: #e88436;
  border-color: #e75546;
}

/* -------------------------------------------------- 
  :: Colorpicker
  ---------------------------------------------------*/
.crmm-ui-colorpicker-input-wrap {
  float: left;
}
.hide-color-picker {
  display: none;
}
.crmm-ui-colorpicker-input-wrap .crmm-ui-colorpicker-label {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  display: block;
}
.type-link-color .crmm-ui-colorpicker-input-wrap {
  margin-right: 20px;
}
.crmm-ui-colorpicker-input-wrap .wp-color-picker,
.crmm-ui-colorpicker-input-wrap .wp-picker-default,
.crmm-ui-colorpicker-input-wrap .wp-picker-clear {
  border-color: #ccc;
  font-size: 12px !important;
  height: 29px !important;
  line-height: 27px !important;
  margin-top: 0px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.crmm-ui-colorpicker-input-wrap .wp-color-picker {
  margin: 0 0 5px 0 !important;
}
.crmm-ui-colorpicker-input-wrap .wp-color-result {
  height: 27px;
  outline: 0;
  margin: 0 5px 5px 0px;
  top: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.crmm-ui-colorpicker-input-wrap .wp-color-result:after {
  line-height: 27px;
}
.crmm-ui-colorpicker-input-wrap .wp-picker-container .iris-picker {
  border-color: #ccc;
  margin: 0px 5px 5px 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and ( max-width: 782px ) {
  .crmm-ui-colorpicker-input-wrap .wp-color-picker {
    padding: 3px 5px !important;
  }
  .crmm-ui-colorpicker-input-wrap .wp-picker-clear,
  .crmm-ui-colorpicker-input-wrap .wp-picker-default {
    margin-top: 4px;
    padding: 0 8px 1px !important;
  }
}

/* -------------------------------------------------- 
  :: Colorpicker Opacity (Derivative work of the Codestar WP Color Picker.)
  ---------------------------------------------------*/
.crmm-opacity-wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 2px 2px;
  direction: ltr;
  display: none;
  padding: 10px;
  position: relative;
  top: -6px;
  width: 235px;
}
.crmm-opacity-slider {
  left: 10px;
  position: absolute;
  width: 171px;
  margin-left: 3px;
  height: 28px;
}
.crmm-opacity-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  bottom: -3px;
  z-index: 5;
  border-color: #aaa;
  border-style: solid;
  border-width: 4px 3px;
  width: 6px;
  height: 26px;
  margin: 0 -3px;
  background: none;
  cursor: ew-resize;
  opacity: 0.9;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.crmm-opacity-slider .ui-slider-handle:before {
  content: " ";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -3px;
  bottom: -3px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.crmm-opacity-slider-offset {
  height: 28px;
  width: 183px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAASCAYAAAAe/ZHXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkNEQUQ0ODM4RUE0MTFFNEExOEJFN0E5M0VFOTg0QUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkNEQUQ0ODQ4RUE0MTFFNEExOEJFN0E5M0VFOTg0QUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0RBRDQ4MThFQTQxMUU0QTE4QkU3QTkzRUU5ODRBRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2Q0RBRDQ4MjhFQTQxMUU0QTE4QkU3QTkzRUU5ODRBRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/r/N8AAAWYSURBVHjarFvvR3VBEN45JZGIPkREHyIiIhJJf3qUSERE9CGiDxERkcg9z9u92uucvTszz5z7xnHPj93Z2d359cxscn5+jpTS+EoiMr3/+51cZ2dn4+e29i2/u7y8RKf/pO3vc+o+n5ycoNK31+f6+jrfZ37yuG2mf3R01H3fa5N/b29vU6dP5qft0G4PDg5MGuPr/v4+jz1t27mfvN/b21P75+fHx8eZfiV/Ozs7rUJnSu/5+RlFv+m6ZJpbW1s1PnrvXl9fZ/qX89zY2LB4mfy+v7/nsdV1XltbK/dr5vnz87OcV5bJabuVlRVLBifjfX9/l/xkGtM+S0tLNXnu0szfU/P3IMn/k0678h6ddqjQFGccVL6hoCsVfsq+NZ5QtCv5rfFS41sq37W+UPhMyhxEWTetvce3NR8oewqD39qalXuGAK/WPltjajIC4x2c9Ye1f43SGcqGwRBeTZjhMNntL4pCWZMQYhE05RVl02EovRgC4RkCbUNSQAGhGB/GsKG4h6FQoigDa2i8fRBy3uLMXYIG3Vr3aZvRaCRdBYlYIMZywhBGCVhgzzOlgRuUSOvC0GMEWxOM/+EtQFh1OIIXtfwg1tRaayGjg5px0jyZKEaTle3e+AsLCygVRAh3FlEgKbReE3oYGj9EgIR00QiEgKw3ZBQbRGjBeAMtDETQmHiKDsezJNLgCTFGItZXlAgCSiQggblP+9c8SDI0lXWlFv5g3K63KZ51FOcZzthQ3LomoNHwJmKIQISI3vqzSpwIQ8liSjGMFQjDpoVgaQ6cWgvLhOC7qiAwiHrWbEg4JMSmeUrBuHoYwioOQNXmhmAcrs096s1gJCGi3hSEVU8DQxYElYHhKwUUGAa+NqOBMsSSAQJuhQhCAH4vxozExsxiihPuaIrjCVYKWlYEsjSM52G8Kxxryngl5j0j+EyGTIiED4s1Itm0ZGWxMFCLJaBAcEI6OBkmFgNBoc8Cait2ZnENE/6wQN8LJSJeSMNAjKVm+LUMAIt3PR5AQgIGp1Z5zxhE8PtXUYReYeXi4mKmOPNXBMzt2tPT07LIUtJqr66uusXEbkFnWiQ6Pj72ikrtzc1NKopuvbbj58PDwxqNHp27u7tuYWumUDV+v7+/Xyu6pc59+/DwUCsC9ujt7u6qRbt8//T01C3elbyN70fb29uZ/1FSincvLy/lPGb42tzc9IqJeHt7q61Pr2C6vr7u7tfHx8fMPhV0sLq6WhZtU0n36+uru8elPE7aLi8v1wqJPXn++fmZKYgX8ozFxcXJb0NaQTHClZT8+gBjsYdaFc+zWcUkGTCWENY66ta92oSVzo3WI6IZKGtukeyfBLFKBNAj6bUOBgaoe9wE4n04IBNkLMoC7+Skj630ZlTJMYdyMsU2T8AwpzALkVFilZgJcT2l9PCWDDSAMBSjVlJgZNk0lE1AIby0qCiCnBQNj6aBGQslZIZJ5hB6D/AzQHto5Z9Nk8tARdN4q2ExBnsyIJ311EymShyjan2rKk0zh1Ay1oQVWAZQRnkUA8RFw7TahjBnmNgMVMQrsCGZJezRtGlU0cUZ1zuaxGZPpbhApM+ZpFQqQ6xadoMtBrEKpBVo4GRXvNSxpaRixKiR+TChCYhsDwZkfFj8IkErjAHejcUI0XQrgwehhNSMHAz21E0wZ23FcCAmj8Sd/PXy2xLYLAuwRw4IMsqjFaWYOpMEhDySAPFCWyFkgAHrEcA+BNeJ4UE8HCzJPpCrerUmQIx1pWJkjqxJD8EikUo2c5aI8ZYgsAkM4WQtnHd0ns0ORgVTBghy5ISy928SGsbTMqYg523RUY8oNYG4FIYiyRyZCnFCJC87IoRAIMVOqQ7BKexxCS2hYVl9JhvlpYjnAe4MhmRPMWhhvLfXINaI9WKM0Zu0+SfAAFLE1EgfVSv7AAAAAElFTkSuQmCC);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  border-radius: 2px;
}
.crmm-opacity-text {
  position: absolute;
  top: 15px;
  left: 215px;
  width: 30px;
  font-size: 12px;
  text-align: center;
}

/* -------------------------------------------------- 
  :: Google Font
  ---------------------------------------------------*/
.type-google-font {

}
.type-google-font-group-clone {
  display: none;
}
.type-google-font-group {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.js-remove-google-font.crmm-ui-button.button {
  margin-left: 0;
  margin-top: 0;
}

/* -------------------------------------------------- 
  :: Cool Megamenu UI Buttons 
  ---------------------------------------------------*/
.crmm-ui-button.button {
  float: left;
  font-size: 12px !important;
  line-height: 27px !important;
  height: 29px !important;
  margin: 5px;
  min-width: 40px;
  padding: 0 10px 1px !important;
}
.crmm-ui-button:active,
.crmm-ui-button:hover,
.crmm-ui-button:focus {
  outline: 0;
}
.crmm-ui-button.hidden {
  display: none;
}
.crmm-ui-button.button-secondary {
  background: #b73b27;
  border-color: #7f291b;
  color: #fff;
  text-shadow: none; 
}
.crmm-ui-button.button-secondary.hover,
.crmm-ui-button.button-secondary:hover,
.crmm-ui-button.button-secondary.focus,
.crmm-ui-button.button-secondary:focus {
  background: #9b3221;
  border-color: #7f291b;
  color: #fff;  
}
.crmm-ui-button.button-secondary.focus,
.crmm-ui-button.button-secondary:focus {
  border-color: #4f160d; 
}
.crmm-ui-button.button-secondary.active,
.crmm-ui-button.button-secondary.active:hover,
.crmm-ui-button.button-secondary.active:focus,
.crmm-ui-button.button-secondary:active {
  background: #b73b27;
  border-color: #7f291b;
  color: rgba(255,255,255,0.95);  
   vertical-align: top;
}
.crmm-ui-button.right {
  float: right;
}
.crmm-ui-button.hug-left {
  margin-left: 0px;
}
.crmm-ui-button.hug-right {
  margin-right: 0px;
}
.crmm-ui-button.pad {
  padding: 0px 21px;
}
.crmm-ui-button.left-item {
  margin: 4px 0 5px 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.crmm-ui-button.center-item {
  margin: 5px 0 5px -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.crmm-ui-button.right-item {
  margin: 5px 5px 5px -1px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.crmm-ui-buttons {
  background: #fff;
  border: 1px solid #ccc;
  margin: 11px 5px 0 2px;
  min-width: 523px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
     -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
          box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.crmm-ui-buttons.alt {
  background: #f5f5f5;
  border-color: #dfdfdf;
}
.crmm-ui-buttons:before, 
.crmm-ui-buttons:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.crmm-ui-buttons:after {
  clear: both;
}
.crmm-ui-buttons {
  zoom: 1;
}
button.crmm-reset-settings {
  position: relative;
  top: -45px;
  left: 8px;
}

/* -------------------------------------------------- 
  :: Cool Megamenu UI Button Icons 
  ---------------------------------------------------*/
.crmm-ui-button .icon {
  color: #3a3a3a;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 29px;
  margin-top: 0;
  opacity: 0.9;
  overflow: hidden;
  text-align: center;
  text-indent: 0;
  width: 18px;
}
.crmm-ui-button .dashicons, 
.crmm-ui-button .dashicons-before::before{
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
}

button.crmm-ui-button .icon {
  margin-top: -3px;
}
.crmm-ui-button.light .icon {
  color: #fff;
  opacity: 0.9;
}
.crmm-ui-button.active .icon,
.crmm-ui-button:hover .icon {
  opacity: 1;
}
.crmm-ui-button .icon.right-label {
  margin-right: 10px;
}
.crmm-ui-button .icon.left-label {
  margin-left: 10px;
  float: right;
}
.crmm-ui-button .upload {
  background-position: -0px -0px;
}
.crmm-ui-button .trash-can {
  background-position: -18px -0px;
}
.crmm-ui-button .pencil,
.crmm-ui-button .check {
  background-position: -36px -0px;
}
.crmm-ui-button:hover .pencil,
.crmm-ui-button:hover .check,
.crmm-ui-button.active .pencil,
.crmm-ui-button.active .check {
  background-position: -54px -0px;
}

/* -------------------------------------------------- 
  :: WP 3.8 Fixes (via Github @AlxMedia)
  ---------------------------------------------------*/
#crmm-settings-api #poststuff,
#crmm-settings-api #post-body-content { 
  min-width: 0;
}
#crmm-settings-api #poststuff h3 { 
  font-family: inherit !important;
}
#crmm-settings-api .postbox { 
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#crmm-settings-api p input[type="checkbox"], 
#crmm-settings-api p input[type="radio"] { 
  margin-top: 2px;
}
#crmm-settings-api .format-setting.type-checkbox p, 
#crmm-settings-api .format-setting.type-radio p { 
  margin: 0.3em 0 !important;
}
input.crmm-ui-upload-input, 
input.crmm-ui-input { 
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and ( max-width: 782px ) {
  #crmm-settings-api p input[type="checkbox"],
  #crmm-settings-api p input[type="radio"] {
    margin-top: -3px;
  }
}

/* -------------------------------------------------- 
  :: Gallery
  ---------------------------------------------------*/
ul.crmm-gallery-list {
  float: left;
  margin: 0;
  width: 100%;
}
ul.crmm-gallery-list li {
  background: none repeat scroll 0 0 white;
  border: 1px solid #bbb;
  float: left;
  margin: 0px 10px 10px 0;
  padding: 4px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
ul.crmm-gallery-list li img {
  display: block;
  margin: 0;
}

.crmm-gallery-buttons {
  float: left;
  width: 100%;
}
.crmm-gallery-buttons a.crmm-ui-button {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* -------------------------------------------------- 
  :: Google Fonts
  ---------------------------------------------------*/
.crmm-google-font-family,
.crmm-google-font-variants,
.crmm-google-font-subsets {
  float: left;
  width: 20%;
}
.crmm-google-font-family {
  width: 100%;
}
#crmm-settings-api p.checkbox-wrap,
#post-body .crmm-metabox-panels p.checkbox-wrap {
  display: block;
  float: left;
  margin: 0.3em 0 !important;
  width: 100%;
}
@media screen and ( max-width: 1020px ) {
  .crmm-google-font-variants,
  .crmm-google-font-subsets {
    width: 33%;
  }
}
@media screen and ( max-width: 782px ) {
  .crmm-google-font-variants,
  .crmm-google-font-subsets {
    width: 50%;
  }
}

/* -------------------------------------------------- 
  :: On/Off Switch
  ---------------------------------------------------*/
.on-off-switch .slide-button {
  display: none;
}
@media only screen {
  .on-off-switch {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 27px;
    margin: 2px 1px;
    position: relative;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
  .on-off-switch * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
  }
  .on-off-switch input {
    position: absolute;
    opacity: 0;
  }
  .on-off-switch label {
    cursor: pointer;
    float: left;
    height: 27px;
    line-height: 27px;
    margin: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    z-index: 2;
  }
  .on-off-switch input:last-of-type + label {
    color: #333;
  }
  .on-off-switch input:checked + label {
    color: #333;
  }
  .on-off-switch input:last-of-type:checked + label {
    color: #fff;
  }
  .on-off-switch input:focus + label {
    outline: none;
  }
  .on-off-switch .slide-button {
    background: #b2d27e;
    border: 1px solid transparent;
    display: block;
    height: 29px;
    left: -1px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: -1px;
    width: 51%;
    z-index: 1;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;    
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; 
  }
  .on-off-switch input:last-of-type:checked ~ .slide-button {
    background: #b73b27;
    border-color: transparent;
    color: #fff;
    left: 50%;    
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px) {
  .on-off-switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s; 
  } 
}
@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0); 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0); 
  } 
}

/* -------------------------------------------------- 
  :: Simple Input Append & Prepend
  ---------------------------------------------------*/
.crmm-input-append,
.crmm-input-prepend {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.crmm-input-append input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}
.crmm-input-append input:focus,
.crmm-input-prepend input:focus {
  z-index: 2;
}
.crmm-input-append .crmm-add-on,
.crmm-input-prepend .crmm-add-on {
  display: inline-block;
  width: auto;
  height: 27px;
  line-height: 28px;
  min-width: 16px;
  padding: 0 6px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.crmm-input-prepend input {
  border-left: 0 !important;
}
.crmm-input-prepend .crmm-add-on:first-child {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.crmm-input-append input {
  border-right: 0 !important;
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.crmm-input-append input + .btn-group .btn:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.crmm-input-append .crmm-add-on:last-child {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}
.crmm-input-prepend.crmm-input-append input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.crmm-input-prepend.crmm-input-append .crmm-add-on:first-child {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.crmm-input-prepend.crmm-input-append .crmm-add-on:last-child {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

/* -------------------------------------------------- 
  :: CSS Editor
  ---------------------------------------------------*/
#crmm-settings-api pre.crmm-css-editor,
#poststuff .type-css pre.crmm-css-editor,
#crmm-settings-api pre.crmm-javascript-editor,
#poststuff .type-javascript pre.crmm-javascript-editor {
  bottom: 0;
  height: 280px;
  left: 0;
  margin: 0 !important;
  right: 0;
  top: 0;
}
#crmm-settings-api pre.ace-chrome,
#poststuff .type-css pre.ace-chrome,
#poststuff .type-javascript pre.ace-chrome {
  background-color: #fff !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
#crmm-settings-api pre.ace-chrome:hover,
#poststuff .type-css pre.ace-chrome:hover,
#poststuff .type-javascript pre.ace-chrome:hover {
  border-color: #bbb !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
}
#crmm-settings-api pre.ace-chrome.ace_focus,
#poststuff .type-css pre.ace-chrome.ace_focus,
#poststuff .type-javascript pre.ace-chrome.ace_focus {
  border-color: #999 !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
} 

/* -------------------------------------------------- 
  :: Date Picker
  ---------------------------------------------------*/
.ui-datepicker {
  background: #fff;
  border: 1px solid #ccc;
  height: auto;
  margin: 5px auto 0;
  width: 216px;
  z-index: 101 !important;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.ui-datepicker .ui-widget-header {
  left: -1px;
  line-height: 30px;
  position: relative;
  top: -1px;
  width: 218px;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev, 
.ui-datepicker-next {
  color: #ccc;
  display: inline-block;
  font-family: "dashicons";
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px 0 0 0;
     -moz-border-radius: 2px 0 0 0;
          border-radius: 2px 0 0 0;
}
.ui-datepicker-next {
  -webkit-border-radius: 0 2px 0 0;
     -moz-border-radius: 0 2px 0 0;
          border-radius: 0 2px 0 0;
}
.ui-datepicker-prev span, 
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:hover, 
.ui-datepicker-next:hover {
  color: #fff;
}
.ui-datepicker-prev:before {
  border-right: 1px solid #555;
  content: "\f104";
  display: block;
  float: left;
  width: 31px;
  height: 30px;
}
.ui-datepicker-prev {
  border-right: 1px solid #333;
  float: left;
}
.ui-datepicker-next:before {
  border-left: 1px solid #555;
  content: "\f105";
  display: block;
  float: right;
  width: 30px;
  height: 30px;
}
.ui-datepicker-next {
  border-left: 1px solid #333;
  float: right;
  width: 31px;
}
a.ui-datepicker-prev, 
a.ui-datepicker-next {
  outline: 0;
}
.ui-datepicker thead {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 9px;
  padding: 5px 0;
  color: #555;
  text-shadow: 1px 0px 0px rgba(255,255,255,0.5);
}
.ui-datepicker tbody td {
  border-right: 1px solid #ccc;
  padding: 0;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #ccc;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span, 
.ui-datepicker td a {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  width: 30px;
  height: 29px;
  line-height: 30px;
  color: #555;
  text-shadow: 1px 0px 0px rgba(255,255,255,0.5);
}
.ui-datepicker-calendar .ui-state-default {
  background-color: #f1f1f1;
}
.ui-datepicker-calendar .ui-state-highlight {
  border-radius: 0px;
  border: none;
  color: #0074a2;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background-color: #0074a2;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
  position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #fff;
  color: #aaa;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 30px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 30px;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 30px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0 .7em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #555;
  cursor: pointer;
  float: right;
  height: auto;
  margin: .7em 0;
  padding: 5px 14px;
  width: auto;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
     -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
          box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
}
.ui-datepicker .ui-datepicker-buttonpane button::-moz-focus-inner {
  border-width: 1px 0;
  border-style: solid none;
  border-color: transparent;
  padding: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  background: #fafafa;
  border-color: #999;
  color: #222;
  outline: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
     -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
          box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.ui-datepicker .ui-datepicker-buttonpane button:active {
  background: #eee;
  border-color: #999;
  color: #333;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     -moz-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
           box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker-calendar + .ui-datepicker-buttonpane {
  border-bottom: 1px solid #ccc;
}
.ui-datepicker-multi-2 {
  width: 432px !important;
}
.ui-datepicker-multi-3 {
  width: 648px !important;
}
.ui-datepicker-multi-4 {
  width: 864px !important;
}
.ui-datepicker-group {
  float: left;
  width: 216px !important;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  border-top: 1px solid #ccc !important;
}

/* default color scheme */
.ui-datepicker .ui-widget-header {
  background: #333;
  color: #bbb;
}
.ui-datepicker .ui-widget-header a {
  color: #999;
}
.ui-datepicker-prev,
.ui-datepicker-next:before {
  border-color: #000;
}
.ui-datepicker-next,
.ui-datepicker-prev:before {
  border-color: #444;
}
.ui-datepicker-prev:hover, 
.ui-datepicker-next:hover {
  background: #222;
  color: #0074a2 !important;
}
/* light */
.admin-color-light .ui-datepicker .ui-widget-header {
  background: #888;
  color: #fff;
}
.admin-color-light .ui-datepicker .ui-widget-header a {
  color: #ccc;
}
.admin-color-light .ui-datepicker-prev,
.admin-color-light .ui-datepicker-next:before {
  border-color: #3c3c3c;
}
.admin-color-light .ui-datepicker-next,
.admin-color-light .ui-datepicker-prev:before {
  border-color: #999;
}
.admin-color-light .ui-datepicker-prev:hover, 
.admin-color-light .ui-datepicker-next:hover {
  background: #777;
  color: #eee !important;
}
/* blue */
.admin-color-blue .ui-datepicker .ui-widget-header {
  background: #52accc;
  color: #fff;
}
.admin-color-blue .ui-datepicker .ui-widget-header a {
  color: #e2f8ff;
}
.admin-color-blue .ui-datepicker-prev,
.admin-color-blue .ui-datepicker-next:before {
  border-color: #002b39;
}
.admin-color-blue .ui-datepicker-next,
.admin-color-blue .ui-datepicker-prev:before {
  border-color: #5dc2e6;
}
.admin-color-blue .ui-datepicker-prev:hover, 
.admin-color-blue .ui-datepicker-next:hover {
  background: #006484;
  color: #fff !important;
}
/* coffee */
.admin-color-coffee .ui-datepicker .ui-widget-header {
  background: #59524c;
  color: #c7cbc9;
}
.admin-color-coffee .ui-datepicker .ui-widget-header a {
  color: #f3f2f1;
}
.admin-color-coffee .ui-datepicker-prev,
.admin-color-coffee .ui-datepicker-next:before {
  border-color: #0f0e0d;
}
.admin-color-coffee .ui-datepicker-next,
.admin-color-coffee .ui-datepicker-prev:before {
  border-color: #675f58;
}
.admin-color-coffee .ui-datepicker-prev:hover, 
.admin-color-coffee .ui-datepicker-next:hover {
  background: #cca588;
  color: #fff !important;
}
/* ectoplasm */
.admin-color-ectoplasm .ui-datepicker .ui-widget-header {
  background: #523f6d;
  color: #c6c6d3;
}
.admin-color-ectoplasm .ui-datepicker .ui-widget-header a {
  color: #f3f2f1;
}
.admin-color-ectoplasm .ui-datepicker-prev,
.admin-color-ectoplasm .ui-datepicker-next:before {
  border-color: #181220;
}
.admin-color-ectoplasm .ui-datepicker-next,
.admin-color-ectoplasm .ui-datepicker-prev:before {
  border-color: #644d85;
}
.admin-color-ectoplasm .ui-datepicker-prev:hover, 
.admin-color-ectoplasm .ui-datepicker-next:hover {
  background: #a3b542;
  color: #fff !important;
}
/* midnight */
.admin-color-midnight .ui-datepicker .ui-widget-header {
  background: #363b3f;
  color: #f1f2f3;
}
.admin-color-midnight .ui-datepicker .ui-widget-header a {
  color: #f1f2f3;
}
.admin-color-midnight .ui-datepicker-prev,
.admin-color-midnight .ui-datepicker-next:before {
  border-color: #090a0b;
}
.admin-color-midnight .ui-datepicker-next,
.admin-color-midnight .ui-datepicker-prev:before {
  border-color: #4c5359;
}
.admin-color-midnight .ui-datepicker-prev:hover, 
.admin-color-midnight .ui-datepicker-next:hover {
  background: #ed543f;
  color: #fff !important;
}
/* ocean */
.admin-color-ocean .ui-datepicker .ui-widget-header {
  background: #738e96;
  color: #f1fcff;
}
.admin-color-ocean .ui-datepicker .ui-widget-header a {
  color: #f1fcff;
}
.admin-color-ocean .ui-datepicker-prev,
.admin-color-ocean .ui-datepicker-next:before {
  border-color: #39464a;
}
.admin-color-ocean .ui-datepicker-next,
.admin-color-ocean .ui-datepicker-prev:before {
  border-color: #87a6af;
}
.admin-color-ocean .ui-datepicker-prev:hover, 
.admin-color-ocean .ui-datepicker-next:hover {
  background: #9ab8a0;
  color: #fff !important;
}
/* sunrise */
.admin-color-sunrise .ui-datepicker .ui-widget-header {
  background: #da4f41;
  color: #fff;
}
.admin-color-sunrise .ui-datepicker .ui-widget-header a {
  color: #f3f1f1;
}
.admin-color-sunrise .ui-datepicker-prev,
.admin-color-sunrise .ui-datepicker-next:before {
  border-color: #8a322a;
}
.admin-color-sunrise .ui-datepicker-next,
.admin-color-sunrise .ui-datepicker-prev:before {
  border-color: #e75546;
}
.admin-color-sunrise .ui-datepicker-prev:hover, 
.admin-color-sunrise .ui-datepicker-next:hover {
  background: #e88436;
  color: #fff !important;
}

/* -------------------------------------------------- 
  :: Time Picker
  ---------------------------------------------------*/
.ui-timepicker-div {
  border-top: 1px solid #ccc;
  padding: 0 .4em;
}
.ui-timepicker-div .ui-widget-content { 
  border: 1px solid #aaa;
  background: #fff;
  font-weight: normal;
  color: #212121;
}
.ui-timepicker-div .ui-slider {
  position: relative;
  text-align: left;
}
.ui-timepicker-div .ui-slider-horizontal {
  height: .8em;
  bottom: -.3em;
  position: relative;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #555;
  cursor: pointer;
  display: block;
  height: 1.3em; 
  margin-left: -.5em;
  outline: 0;
  position: absolute;
  top: -.325em;
  width: .8em; 
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(0,0,0,.08);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(0,0,0,.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(0,0,0,.08);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover {
  background: #fafafa;
  border-color: #999;
  color: #222;
}
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #eee;
  border-color: #999;
  color: #333;
  outline: none;
}
.ui-datepicker-prev,
.ui-datepicker-next:before {
  border-color: #000;
}
.ui-datepicker-next,
.ui-datepicker-prev:before {
  border-color: #444;
}
.ui-datepicker-prev:hover, 
.ui-datepicker-next:hover {
  background: #222;
  color: #0074a2 !important;
}

.ui-timepicker-div dl { 
  text-align: left; 
}
.ui-timepicker-div dl dt { 
  float: left; 
  clear: left; 
  padding: 0 0 0 5px; 
}
.ui-timepicker-div dl dd { 
  margin: 0 10px 10px 45%; 
}
.ui-timepicker-div td { 
  font-size: 90%; 
}
.ui-tpicker-grid-label { 
  background: none; 
  border: none; 
  margin: 0; 
  padding: 0; 
}
/* default */
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #333;
  border-color: #000;
}
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #444;
  border-color: #111;
}
/* light */
.admin-color-light .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #888;
  border-color: #3c3c3c;
}
.admin-color-light .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-light .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #999;
  border-color: #777;
}
/* blue */
.admin-color-blue .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #52accc;
  border-color: #002b39;
}
.admin-color-blue .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-blue .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #5dc2e6;
  border-color: #006484;
}
/* coffee */
.admin-color-coffee .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #59524c;
  border-color: #0f0e0d;
}
.admin-color-coffee .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-coffee .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #cca588;
  border-color: #675f58;
}
/* ectoplasm */
.admin-color-ectoplasm .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #523f6d;
  border-color: #181220;
}
.admin-color-ectoplasm .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-ectoplasm .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #a3b542;
  border-color: #644d85;
}
/* midnight */
.admin-color-midnight .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #363b3f;
  border-color: #090a0b;
}
.admin-color-midnight .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-midnight .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #ed543f;
  border-color: #a0382a;
}
/* ocean */
.admin-color-ocean .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #738e96;
  border-color: #39464a;
}
.admin-color-ocean .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-ocean .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #9ab8a0;
  border-color: #5a6c5e;
}
/* sunrise */
.admin-color-sunrise .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #da4f41;
  border-color: #8a322a;
}
.admin-color-sunrise .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle:hover,
.admin-color-sunrise .ui-timepicker-div .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #e88436;
  border-color: #e75546;
}

/* -------------------------------------------------- 
  :: Meta Box Tabs
  ---------------------------------------------------*/
.crmm-metabox-tabs.ui-tabs {
  overflow: hidden;
  position: relative;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-wrapper {
  overflow: hidden;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-panels {
  background: white;
  border: 1px solid #ccc;
  margin: 7px 0 1px 0;
  min-height: 140px;
  overflow: hidden;
  padding: 12px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav {
  float: left;
  list-style: none;
  margin: 0 -1px 0 0;
  padding: 18px 0 12px 0;
  width: 151px;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li,
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-focus {
  background: none;
  border: 1px solid transparent;
  border-right-width: 0px;
  display: block;
  margin: 0;
  outline: 0;
  padding: 1px 0;
  width: 150px;
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-active {
  background: white;
  border-color: #ccc;
  color: black;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li a {
  color: #21759b;
  display: block;
  line-height: 18px;
  outline: 0;
  padding: 5px 5px 5px 12px;
  text-decoration: none;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li a:hover {
  color: black;
  outline: none;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-active a {
  color: black;
  outline: none;
}
.crmm-metabox-tabs.ui-tabs .crmm-metabox-panel {
  clear: both;
}

/* -------------------------------------------------- 
  :: Theme Option & Side Metabox Tabs
  ---------------------------------------------------*/
.crmm-theme-option-tabs.ui-tabs
#side-sortables .crmm-metabox-tabs.ui-tabs {
  position: relative;
}
.crmm-theme-option-tabs.ui-tabs .inside,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-wrapper {
  overflow: hidden;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-panels,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-panels {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav {
  border-bottom: 1px solid #ccc;
  float: none;
  font-size: 12px !important;
  height: 30px;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  width: 100%;
}
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav {
  margin-top: 10px;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav li.ui-state-default,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-default {
  background: #fafafa;
  border: 1px solid #ccc;
  border-width: 1px 1px 0px 1px;
  display: block;
  float: left;
  margin: 0 0 0 3px;
  padding: 0;
  outline: 0;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav li:hover,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li:hover {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-width: 1px 1px 0px 1px;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav li.ui-state-active,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-active {
  background: white;
  border-color: #ccc;
  border-width: 1px 1px 0px 1px;
  color: black;
  padding: 0;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav li a,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li a {
  color: #21759b;
  display: block;
  line-height: 18px;
  outline: 0;
  padding: 6px 12px 5px 12px !important;
  text-decoration: none;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav li a:hover,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li a:hover {
  color: black;
  outline: none;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-nav.ui-tabs-nav li.ui-state-active a,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-active a {
  color: black;
  outline: none;
  padding: 6px 12px 6px 12px !important;
}
.crmm-theme-option-tabs.ui-tabs .crmm-theme-option-panel,
#side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-panel {
  clear: both;
}
#side-sortables .crmm-metabox-tabs.ui-tabs .format-setting .description,
#side-sortables .crmm-metabox-tabs.ui-tabs .format-setting .format-setting-inner {
  width: 100%;
}

/* -------------------------------------------------- 
  :: Metabox Tabs for Small Screens & Mobile Devices
  ---------------------------------------------------*/
@media screen and ( max-width: 1020px ) {
  .crmm-metabox-tabs.ui-tabs {
    position: relative;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-wrapper {
    overflow: hidden;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-panels {
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav {
    border-bottom: 1px solid #ccc;
    float: none;
    font-size: 12px !important;
    height: 30px;
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
    width: 100%;
  }
  #side-sortables .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav {
    margin-top: 10px;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li {
    background: #fafafa;
    border: 1px solid #ccc !important;
    border-width: 1px 1px 0px 1px !important;
    display: inline-block !important;
    margin: 0 0 0 3px !important;
    padding: 0 !important;
    outline: 0 !important;
    width: auto !important;
    -webkit-border-radius: 2px 2px 0 0;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li:hover {
    background: #f1f1f1;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-active {
    background: white;
    color: black;
    padding: 0;
    -webkit-border-radius: 2px 2px 0 0;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li a {
    color: #21759b;
    display: block;
    line-height: 18px;
    outline: 0;
    padding: 6px 12px 5px 12px !important;
    text-decoration: none;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li a:hover {
    color: black;
    outline: none;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-nav.ui-tabs-nav li.ui-state-active a {
    color: black;
    outline: none;
    padding: 6px 12px 6px 12px !important;
  }
  .crmm-metabox-tabs.ui-tabs .crmm-metabox-panel {
    clear: both;
  }
}