/*!
 * Customize Plus v1.1.1 (https://knitkode.com/products/customize-plus)
 * Enhance and extend the WordPress Customize in your themes.
 * Copyright (c) 2014-2018 KnitKode <dev@knitkode.com> (https://knitkode.com/)
 * @license SEE LICENSE IN license.txt (Last change on: 24-1-2018)
 */
/**
 * Variables: WordPress
 *
 */
/**
 * Variables: Customize Plus
 *
 */
/**
 * Variables: WordPress
 *
 */
/**
 * Variables: Customize Plus
 *
 */
.kkcp-logo {
  position: absolute;
  top: 0;
  right: 20px;
  width: 110px;
  height: 110px;
  background: url(../images/logo.png) center 100% no-repeat;
}

.kkcp-badge {
  color: #c6c5c5;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  margin: 5px 0 0;
  padding-top: 115px;
  height: 45px;
  display: inline-block;
  width: 150px;
  text-rendering: optimizeLegibility;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: url(../images/logo-white.png) center 24px/85px 85px no-repeat #464646;
}

.kkcp-badge:before {
  content: "Customize Plus";
  display: block;
  color: #f9f8f8;
  font-size: 15px;
  font-weight: 600;
}

.about-wrap .kkcp-badge {
  position: absolute;
  top: 0;
  right: 20px;
}

/**
 * Base style for Admin UI
 *
 */
.kkcp-title {
  font-weight: normal;
}

/**
 * Features list in the Admin UI
 *
 */
.kkcp-features li {
  position: relative;
  padding: 10px 0 10px 40px;
  margin: 0;
}

.kkcp-features li > i {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  opacity: .4;
  -webkit-transition: font-size .18s ease;
  transition: font-size .18s ease;
}

.kkcp-features li.kkcp-premium > i {
  opacity: .8;
  text-shadow: 0 0 6px #e8d43d;
}

.kkcp-features:hover li:hover > i {
  font-size: 30px;
}

.kkcp-features b {
  font-size: 17px;
  font-weight: normal;
}

.kkcp-features em:before {
  font-family: 'dashicons';
  font-style: normal;
  content: "\f155";
  margin-right: 3px;
  color: #F9F25F;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

.kkcp-features a {
  font-style: normal;
}

/**
 * Responsive embedded videos
 *
 * {@link http://embedresponsively.com/}
 */
.kkcp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #ccc;
}

.kkcp-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kkcp-video-container {
  max-width: 500px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .about-wrap .kkcp-logo {
    position: static;
    float: left;
    margin: 0 20px 20px 0;
  }
}
