.kb-options-section {
  background: white;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: 120% 250%;
  background-size: 40%; }
  .kb-options-section.notice {
    border-left: none; }
  .kb-options-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    margin: -2rem -2rem 2rem -2rem;
    padding: 1rem 2rem; }
    .kb-options-section-header h3 {
      font-size: 18px;
      font-weight: 300; }
    .kb-options-section-header h2 {
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 700;
      margin-top: 20px; }
    .kb-options-section-header .kb-badge {
      padding: 8px 10px;
      background: green;
      color: white;
      font-size: .9rem;
      margin-left: 12px;
      font-weight: 600;
      border-radius: 5px; }
  .kb-options-section .kb-header-right {
    margin-left: 2rem; }
  .kb-options-section-title {
    font-size: 21px;
    margin: 0 0 20px;
    color: #222; }
    .kb-options-section-title img {
      max-height: 24px;
      margin-left: .5rem; }
  .kb-options-section .kb-row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
    .kb-options-section .kb-row > div {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box; }
  .kb-options-section .fun-fact {
    background: #e7e7e7;
    padding: 5px 20px;
    border-radius: 100px;
    margin-top: -5px;
    margin-bottom: 1rem;
    display: inline-block;
    opacity: .5; }
  .kb-options-section .kb-socials .button {
    border-radius: 100px;
    border: none;
    box-shadow: none;
    padding: 0;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px; }
    .kb-options-section .kb-socials .button span {
      line-height: 48px;
      font-size: 22px;
      color: white; }
  .kb-options-section .kb-socials .bt-kb {
    color: white; }
    .kb-options-section .kb-socials .bt-kb-fb {
      background-color: #4267b2; }
    .kb-options-section .kb-socials .bt-kb-tw {
      background-color: #1da1f2; }
    .kb-options-section .kb-socials .bt-kb-yt {
      background-color: #ff0000; }
      .kb-options-section .kb-socials .bt-kb-yt .dashicons {
        font-size: 24px;
        margin-left: -4px; }
  .kb-options-section .kb-options-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px; }
    .kb-options-section .kb-options-features:first-of-type {
      padding-bottom: 2rem;
      border-bottom: 1px solid #e7e7e7; }
    .kb-options-section .kb-options-features:after {
      display: block;
      clear: both;
      content: " "; }
    .kb-options-section .kb-options-features li {
      font-size: 14px;
      line-height: 1.8;
      display: block;
      color: #838383;
      width: 50%;
      float: left;
      box-sizing: border-box; }
      .kb-options-section .kb-options-features li:nth-child(even) {
        padding-left: 1rem; }
        .kb-options-section .kb-options-features li:nth-child(even):after {
          display: block;
          clear: both;
          content: " "; }
  .kb-options-section .kb-options-buttons {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7; }
  .kb-options-section .kb-embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .kb-options-section .kb-embed-responsive:before {
      content: " ";
      display: block;
      padding-top: 56.25%; }
    .kb-options-section .kb-embed-responsive-item {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  @media (min-width: 992px) {
    .kb-options-section {
      padding: 3rem; }
      .kb-options-section-header {
        margin: -3rem -3rem 3rem -3rem;
        padding: 2rem 3rem; }
        .kb-options-section-header h3 {
          font-size: 25px; }
        .kb-options-section-header h2 {
          font-size: 35px;
          margin-bottom: 20px; }
      .kb-options-section-title {
        line-height: 1;
        display: flex;
        align-items: center; }
      .kb-options-section .kb-row.kb-cols-2 > div {
        flex: 0 0 50%;
        max-width: 50%; } }

#fs_connect {
  width: 600px !important; }
  #fs_connect .fs-actions {
    background: none !important; }
  #fs_connect .fs-visual .fs-site-icon, #fs_connect .fs-visual .fs-plugin-icon, #fs_connect .fs-visual .fs-connect-icon, #fs_connect .fs-visual .fs-connect-logo, #fs_connect .fs-visual .dashicons-wordpress {
    border-radius: 100px; }
    #fs_connect .fs-visual .fs-site-icon img, #fs_connect .fs-visual .fs-plugin-icon img, #fs_connect .fs-visual .fs-connect-icon img, #fs_connect .fs-visual .fs-connect-logo img, #fs_connect .fs-visual .dashicons-wordpress img {
      border-radius: 100px; }

.notify-gutenslider {
  background: #fff6e6;
  padding: 1em 2em;
  border-radius: 4px;
  margin-bottom: 2rem; }
