/**
*
* -----------------------------------------------------------
*
* Codestar Framework Light Theme
* A Lightweight and easy-to-use WordPress Options Framework
*
* Copyright 2015 Codestar <info@codestarlive.com>
*
* -----------------------------------------------------------
*
*/
/**
 *
 * Option
 *
 */
.geoport-option-framework {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
}

.geoport-framework .geoport-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.geoport-framework .geoport-footer {
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
}

.geoport-framework .geoport-header h1 {
  color: #333;
}

/**
* Nav container
*/
.geoport-framework .geoport-nav-background {
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
}

.geoport-framework .geoport-nav ul li a {
  border-bottom-color: #eee;
  background-color: transparent;
  color: #555;
}

.geoport-framework .geoport-nav ul li a:hover {
  color: #333;
}

.geoport-framework .geoport-nav ul ul {
  border-bottom-color: #eee;
}

.geoport-framework .geoport-nav ul ul::before {
  background-color: #eee;
}

.geoport-framework .geoport-nav ul ul li a {
  padding: 12px 12px 12px 24px;
  background-color: transparent;
  border-bottom-color: #eee;
}

.geoport-framework .geoport-nav ul li .geoport-section-active,
.geoport-framework .geoport-nav ul ul li .geoport-section-active {
  background-color: #fff;
  color: #333;
}

/**
* Element container
*/
.geoport-framework .geoport-body:before,
.geoport-framework .geoport-body:after {
  display: table;
  content: "";
}

.geoport-framework .geoport-body:after {
  clear: both;
}

.geoport-framework .geoport-content .geoport-section-title {
  background-color: #00a0d2;
}

.geoport-element .geoport-title {
  width: 35%;
}

.geoport-field-heading,
.geoport-field-subheading,
.geoport-element .geoport-title h4 {
  color: #333;
  font-weight: 400;
}

.geoport-element .geoport-fieldset {
  margin-left: 38%;
}

.geoport-field-switcher .geoport-text-desc {
  margin: 0;
  clear: both;
}

.geoport-field-switcher label em {
  background-color: #c5c5c5;
}

.geoport-field-switcher label input:checked ~ em {
  background-color: #00a0d2;
}

.geoport-element input[type="text"],
.geoport-element input[type="number"],
.geoport-element select,
.geoport-element textarea {
  width: 100%;
  padding: 6px 8px;
}

.geoport-element input[type="text"],
.geoport-element input[type="number"],
.geoport-element select {
  height: 34px;
}

.geoport-fieldset .wp-editor-wrap {
  float: left;
  width: 100%;
}

.geoport-fieldset .wp-editor-tools {
  padding-top: 0 !important;
  background-color: transparent !important;
}

.geoport-field-upload {
  position: relative;
}

.geoport-field-upload input[type="text"] {
  padding-right: 75px;
}

.geoport-field-upload .button {
  position: absolute;
  top: 34px;
  right: 32px;
}

/* Seperator */
.geoport-framework .geoport-nav .geoport-seperator {
  color: #888;
  border-bottom-color: #dadada;
}
