/*!
 * This file is part of the WPSF package.
 * This package is Open Source Software. For the full copyright and license
 * information, please view the LICENSE file which was distributed with this
 * source code.
 *
 * @package    WPSF
 * @author     Varun Sridharan <varunsridharan23@gmail.com>
 */

.wpsf-framework {
  &.wpsf-theme-simple {
    .inside {
      padding: 0;
      margin-top: 0;
      .wpsf-element {
        padding: 15px;
      }
      .wpsf-title {
        font-size: 14px;
        h4 {
          font-size: 14px;
        }

      }

      .wpsf-element-css-builder {
        .wpsf-css-builder-extra-options {
          .wpsf-element {
            padding: 10px 0 !important;
          }
        }
      }

    }
    .wpsf-content {
      margin-left: 0;
      .wpsf-sections {
        float: none;
      }
    }

    .wpsf-subnav-container {
      .wpsf-submenus {
        font-size: 14px;
        line-height: 2;

      }
      ul {
        margin-top: 0 !important;
        float: none;

        li {
          a {
            padding: 0 5px !important;
            font-size: 14px;
          }
        }
      }
    }

    .wpsf-simple-footer {
      padding: 8px 12px;
      border-top: 1px solid #eee;
      text-align: right;
      font-size: 14px;

      .wpsf-save {
        float: right;
        margin-left: 15px;
      }
    }
  }
}