@import url(../lib/fa/css/font-awesome.min.css);
@import url(../lib/confirm/jquery-confirm.css);
section.elevate {
  font-family: "sans serif";
  font-size: 13pt;
  letter-spacing: 0px;
  font-weight: 300; }
  section.elevate h1, section.elevate h2, section.elevate h3, section.elevate h4, section.elevate h5 {
    font-family: "inherit"; }
  section.elevate .content {
    font-size: 16pt; }
  section.elevate form {
    margin-top: 25px;
    text-align: center; }
  section.elevate .header {
    margin-bottom: 20px; }
  section.elevate h2 {
    font-size: 23px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 20px;
    padding-bottom: 3px;
    font-family: "inherit";
    font-weight: normal;
    float: left; }
  section.elevate h2 em {
    font-style: normal; }
  section.elevate p {
    font-size: 16pt;
    margin-top: 10px;
    color: #555;
    max-width: 80%;
    margin: 20px auto 0px auto;
    line-height: 1.45;
    /*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
    */ }
  section.elevate .online {
    width: 31%;
    margin: auto;
    display: inline-table;
    margin: 5px;
    text-align: center; }
  section.elevate .online input[type=text] {
    width: 90%; }
  section.elevate .about {
    color: #999;
    font-size: 10.5pt;
    float: right;
    margin-top: 22px;
    font-weight: normal;
    font-family: sans-serif; }
    section.elevate .about a {
      color: #000c11;
      text-decoration: underline; }

.ajax-spinner {
  width: 32px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px; }

.elevate #dashboard {
  width: 100%; }
  .elevate #dashboard .spin {
    width: 20px;
    height: 20px;
    opacity: 0.5; }
  .elevate #dashboard .hero {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px; }
    .elevate #dashboard .hero li {
      width: 130px;
      display: inline-table;
      background: rgba(47, 53, 66, 0.5);
      height: 130px;
      vertical-align: top;
      box-sizing: border-box;
      border-radius: 65px;
      margin: 0px 20px;
      position: relative; }
      .elevate #dashboard .hero li a {
        text-decoration: none; }
      .elevate #dashboard .hero li .spin {
        width: 36px;
        height: 36px; }
      .elevate #dashboard .hero li .num {
        font-size: 35pt;
        display: block;
        color: white;
        margin-top: 26px;
        line-height: 35pt;
        font-weight: bold;
        font-family: sans-serif; }
      .elevate #dashboard .hero li .what {
        font-size: 11pt;
        box-sizing: content-box;
        color: white;
        margin-top: 0px;
        font-family: sans-serif;
        font-weight: 500; }
      .elevate #dashboard .hero li span {
        display: inline-block; }
    .elevate #dashboard .hero li.disabled {
      opacity: 0.5; }
      .elevate #dashboard .hero li.disabled i {
        font-weight: normal;
        font-size: 22pt;
        position: relative;
        top: -6px; }
    .elevate #dashboard .hero li:hover {
      cursor: pointer; }
    .elevate #dashboard .hero ul {
      margin-bottom: 30px; }
  .elevate #dashboard .flex {
    text-align: center; }
    .elevate #dashboard .flex ul {
      height: 70px; }
    .elevate #dashboard .flex li i {
      border: none !important;
      background: transparent;
      color: white;
      font-size: 30pt;
      opacity: 0.7;
      vertical-align: center;
      margin-top: 0px; }
    .elevate #dashboard .flex li.req {
      color: white;
      font-size: 10pt; }
    .elevate #dashboard .flex .disabled {
      opacity: 0.7; }
  .elevate #dashboard .plugin-info {
    background: rgba(140, 122, 230, 0.6); }
    .elevate #dashboard .plugin-info i {
      background: #a698ec;
      border: 2px solid #f1f1f1; }
    .elevate #dashboard .plugin-info a {
      color: white;
      text-decoration: underline; }
  .elevate #dashboard .sitemap-info {
    background: rgba(64, 115, 158, 0.6); }
    .elevate #dashboard .sitemap-info i {
      background: #4b85b6;
      border: 2px solid #f1f1f1; }
  .elevate #dashboard .google-info {
    background: rgba(113, 128, 147, 0.6); }
    .elevate #dashboard .google-info i {
      background: #8592a2;
      border: 2px solid #f1f1f1; }
  .elevate #dashboard .speed-info {
    background: rgba(225, 177, 44, 0.6); }
    .elevate #dashboard .speed-info i {
      background: #e5bd4b;
      border: 2px solid #f1f1f1; }
  .elevate #dashboard .crawl-info {
    background: rgba(0, 151, 230, 0.6); }
    .elevate #dashboard .crawl-info i {
      background: #0babff;
      border: 2px solid #f1f1f1; }
  .elevate #dashboard .search-info {
    background: rgba(232, 65, 24, 0.8); }
    .elevate #dashboard .search-info i {
      background: #eb5c38;
      border: 2px solid #f1f1f1; }
  .elevate #dashboard div.block-col2 {
    padding: 10px;
    min-height: 100px;
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 1%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 25px; }
    .elevate #dashboard div.block-col2 .wrap {
      text-align: center;
      display: block;
      width: 100%;
      position: relative;
      box-sizing: border-box; }
      .elevate #dashboard div.block-col2 .wrap i {
        font-size: 20pt;
        position: absolute;
        top: -40px;
        left: 50%;
        margin-left: -25px;
        text-align: center;
        padding: 10px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        vertical-align: middle;
        box-sizing: border-box;
        color: white;
        display: inline-table; }
    .elevate #dashboard div.block-col2 h4 {
      font-size: 12pt;
      margin-bottom: 15px;
      color: white;
      margin-left: -10px;
      margin-right: -10px;
      padding: 5px 10px;
      display: block;
      margin-top: 30px;
      font-family: sans-serif;
      font-weight: 600; }
    .elevate #dashboard div.block-col2 h5 {
      margin-bottom: 10px;
      font-size: 11pt;
      font-weight: normal;
      color: black;
      text-decoration: underline; }
    .elevate #dashboard div.block-col2 ul {
      margin-bottom: 15px;
      margin-left: 10px; }
    .elevate #dashboard div.block-col2 li {
      font-size: 12pt;
      margin-bottom: 0px;
      margin-top: 5px; }
    .elevate #dashboard div.block-col2 em {
      display: inline-block;
      margin-right: 5px;
      color: #eee;
      font-style: normal;
      font-family: sans-serif;
      font-weight: 500; }
    .elevate #dashboard div.block-col2 span {
      color: #fff;
      font-family: sans-serif; }
  .elevate #dashboard div.first {
    margin-left: 0px; }
  .elevate #dashboard div.second {
    margin-right: 0px;
    float: right; }
  .elevate #dashboard .no-data {
    text-align: center;
    padding-top: 40vh; }
    .elevate #dashboard .no-data .container {
      display: block;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 10px; }
    .elevate #dashboard .no-data img {
      width: 50px;
      opacity: 0.7; }
    .elevate #dashboard .no-data p {
      margin-top: 5px;
      color: #0097e6;
      line-height: 1.1;
      font-size: 20pt;
      font-weight: bold;
      opacity: 0.7; }

.grow {
  transition: all .1s ease-in-out; }

.grow:hover {
  transform: scale(1.03); }

.toplevel_page_elevate_dashboard #wpcontent,
.toplevel_page_elevate_plugin #wpcontent {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7)), url(../images/launch.jpg);
  background-size: cover;
  background-position: bottom center; }
  .toplevel_page_elevate_dashboard #wpcontent .header,
  .toplevel_page_elevate_plugin #wpcontent .header {
    border-bottom: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: bold; }
    .toplevel_page_elevate_dashboard #wpcontent .header h2,
    .toplevel_page_elevate_plugin #wpcontent .header h2 {
      margin-top: 10px;
      font-size: 22px;
      padding: 10px; }
    .toplevel_page_elevate_dashboard #wpcontent .header h2,
    .toplevel_page_elevate_dashboard #wpcontent .header .about,
    .toplevel_page_elevate_plugin #wpcontent .header h2,
    .toplevel_page_elevate_plugin #wpcontent .header .about {
      color: #eee; }
    .toplevel_page_elevate_dashboard #wpcontent .header .about,
    .toplevel_page_elevate_plugin #wpcontent .header .about {
      margin-top: 15px; }
    .toplevel_page_elevate_dashboard #wpcontent .header .about a,
    .toplevel_page_elevate_plugin #wpcontent .header .about a {
      color: white;
      text-decoration: underline; }
.toplevel_page_elevate_dashboard #wpfooter,
.toplevel_page_elevate_plugin #wpfooter {
  color: white !important; }
.toplevel_page_elevate_dashboard #wpcontent,
.toplevel_page_elevate_plugin #wpcontent {
  padding-left: 0px; }
.toplevel_page_elevate_dashboard #wpbody,
.toplevel_page_elevate_plugin #wpbody {
  padding-right: 0px; }

.clearfix {
  clear: both; }

#wpbody {
  padding-right: 20px; }

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard a:focus,
.wizard a:active {
  outline: none; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

#wpbody #elevate-wizard {
  width: 100%;
  box-sizing: border-box; }

#wpbody #elevate-wizard .hero {
  height: 80px;
  width: auto;
  background: transparent; }

#wpbody .elevate .wizard {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 40px; }
  #wpbody .elevate .wizard .content {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 10px 10px 10px 10px;
    text-align: center;
    padding-top: 20px;
    top: 2px;
    margin-top: 9px;
    margin-bottom: 20px; }
    #wpbody .elevate .wizard .content section {
      margin-top: -90px; }
    #wpbody .elevate .wizard .content h3 {
      margin: 20px 0px 5px 0px;
      color: #5F85BF;
      font-size: 34px;
      font-weight: 500; }
    #wpbody .elevate .wizard .content h4 {
      margin-top: 7px;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 70px;
      color: #94948f;
      font-family: "sans serif"; }
    #wpbody .elevate .wizard .content p {
      font-size: 20px;
      color: #555;
      font-family: sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #wpbody .elevate .wizard .content .button {
      font-size: 14pt;
      padding: 5px 10px;
      height: auto;
      background: rgba(95, 133, 191, 0.6);
      color: white;
      border: none;
      border-radius: 0px; }
    #wpbody .elevate .wizard .content .button:hover {
      background: rgba(95, 133, 191, 0.8); }
    #wpbody .elevate .wizard .content .body {
      float: left;
      position: absolute;
      width: 100%; }
      #wpbody .elevate .wizard .content .body ul {
        list-style: disc !important; }
      #wpbody .elevate .wizard .content .body iframe {
        border: 0 none;
        width: 100%;
        height: 100%; }
      #wpbody .elevate .wizard .content .body input {
        display: block;
        border: 1px solid #d8d8d8;
        font-family: sans-serif;
        font-size: 12pt; }
      #wpbody .elevate .wizard .content .body textarea {
        min-width: 500px;
        font-family: sans-serif;
        font-size: 12pt;
        text-align: center;
        min-height: 70px;
        border: 1px solid #d8d8d8; }
      #wpbody .elevate .wizard .content .body input[type="checkbox"] {
        display: inline-block; }
      #wpbody .elevate .wizard .content .body input[type="radio"] {
        display: inline-block; }
      #wpbody .elevate .wizard .content .body input[type="text"] {
        display: block;
        margin: auto;
        min-size: 300px;
        text-align: center;
        font-size: 12pt;
        color: #555;
        padding: 5px;
        min-width: 300px;
        padding: 5px; }
      #wpbody .elevate .wizard .content .body input[type="text"]::placeholder {
        color: #ccc; }
      #wpbody .elevate .wizard .content .body select[name=elevate_wizard_language] {
        padding: 5px 10px;
        vertical-align: middle;
        font-size: 12pt;
        font-family: sans-serif;
        color: #555;
        min-width: 150px;
        text-align: center;
        height: auto; }
      #wpbody .elevate .wizard .content .body input.error {
        background: #fbe3e4;
        border: 1px solid #fbc2c4;
        color: #8a1f11; }
      #wpbody .elevate .wizard .content .body label {
        display: block;
        margin-bottom: 5px;
        margin-top: 20px;
        font-size: 16px;
        color: #555;
        font-weight: 500;
        font-family: sans-serif; }
      #wpbody .elevate .wizard .content .body label.error {
        color: #8a1f11;
        display: inline-block;
        margin-left: 1.5em; }
      #wpbody .elevate .wizard .content .body button {
        padding: 5px;
        font-size: 12pt;
        font-family: sans-serif;
        vertical-align: middle;
        display: block;
        margin: auto;
        margin-top: 10px; }
      #wpbody .elevate .wizard .content .body button:hover {
        cursor: pointer; }
    #wpbody .elevate .wizard .content .google-services #services-checking {
      text-align: center; }
      #wpbody .elevate .wizard .content .google-services #services-checking img {
        display: block;
        margin: auto;
        width: 100px;
        height: auto;
        opacity: 0.5; }
      #wpbody .elevate .wizard .content .google-services #services-checking p {
        max-width: 60%;
        margin-bottom: 10px; }
    #wpbody .elevate .wizard .content .google-services #services-checked input[type=checkbox] {
      transform: scale(1.3);
      margin-right: 10px; }
    #wpbody .elevate .wizard .content .google-services label {
      display: inline-block;
      margin-top: 10px; }
    #wpbody .elevate .wizard .content #elevate_wizard_email {
      width: 50%;
      max-width: 350px;
      text-align: center;
      padding: 5px; }
    #wpbody .elevate .wizard .content #elevate_wizard_email::placeholder,
    #wpbody .elevate .wizard .content #elevate_wizard_email::-webkit-input-placeholder {
      color: #ccc; }
    #wpbody .elevate .wizard .content #wizard-auth {
      margin-top: 20px;
      background: rgba(95, 133, 191, 0.9); }
    #wpbody .elevate .wizard .content .search_api {
      display: none; }
    #wpbody .elevate .wizard .content .search_api input[type=text] {
      width: 50%;
      padding: 5px;
      margin-top: 20px; }
    #wpbody .elevate .wizard .content .site-setup {
      perspective: 1000px; }
      #wpbody .elevate .wizard .content .site-setup #pb {
        width: 270px;
        height: 100px;
        text-align: center;
        margin: auto;
        padding-bottom: 20px;
        margin-top: -5px; }
        #wpbody .elevate .wizard .content .site-setup #pb .progressbar-text {
          font-size: 20pt;
          font-family: 'Lucida Grande', sans-serif; }
      #wpbody .elevate .wizard .content .site-setup ul {
        margin-top: 30px; }
      #wpbody .elevate .wizard .content .site-setup li {
        color: #ccc;
        display: none;
        font-size: 15pt !important;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        margin-top: 10px; }
      #wpbody .elevate .wizard .content .site-setup li.active {
        color: #4C5268;
        list-style-type: none; }
      #wpbody .elevate .wizard .content .site-setup li i {
        backface-visibility: hidden;
        opacity: 0;
        transform: rotateY(180deg);
        display: none; }
      #wpbody .elevate .wizard .content .site-setup li.add-sc-site {
        display: none; }
      #wpbody .elevate .wizard .content .site-setup li.success {
        color: #94948f !important; }
        #wpbody .elevate .wizard .content .site-setup li.success i.fa-times-circle {
          display: none; }
      #wpbody .elevate .wizard .content .site-setup li.fail {
        color: #94948f !important; }
        #wpbody .elevate .wizard .content .site-setup li.fail i.fa-check-circle {
          display: none; }
      #wpbody .elevate .wizard .content .site-setup .flip {
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
        transform: rotateY(0deg);
        opacity: 1;
        font-size: 15pt;
        vertical-align: middle; }
      #wpbody .elevate .wizard .content .site-setup li.success i.flip {
        color: green; }
      #wpbody .elevate .wizard .content .site-setup li.fail i.flip {
        color: red; }
  #wpbody .elevate .wizard .steps {
    width: 100%;
    margin-top: 10px; }
    #wpbody .elevate .wizard .steps ul li {
      display: inline-block;
      margin-top: 1px;
      padding: 0px 0px;
      padding-bottom: 10px;
      position: relative; }
    #wpbody .elevate .wizard .steps .dot {
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid #888;
      display: block;
      text-align: center;
      margin: auto;
      margin-top: 10px;
      border-radius: 10px;
      margin-bottom: 10px;
      z-index: 10;
      background: #ccc; }
    #wpbody .elevate .wizard .steps .connector {
      background-image: url("../images/line1.png");
      width: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    #wpbody .elevate .wizard .steps ul li:nth-child(1) .connector {
      background-image: url("../images/line3.png"); }
    #wpbody .elevate .wizard .steps ul li:nth-last-child(1) .connector {
      background-image: url("../images/line2.png"); }
    #wpbody .elevate .wizard .steps li.current .dot {
      background: #fff;
      border: 1px solid #5F85BF; }
    #wpbody .elevate .wizard .steps li.done .dot {
      background: #fff;
      border: 1px solid #5F85BF; }
    #wpbody .elevate .wizard .steps a,
    #wpbody .elevate .wizard .steps a:hover,
    #wpbody .elevate .wizard .steps a:active,
    #wpbody .elevate .wizard .steps a:focus {
      text-align: center;
      width: auto;
      padding: 0px;
      text-decoration: none;
      font-size: 12.5pt;
      font-family: sans-serif;
      border: 0px;
      outline: 0px;
      font-weight: normal;
      vertical-align: center;
      overflow: hidden;
      padding: 10px;
      color: #5F85BF; }
    #wpbody .elevate .wizard .steps .number {
      display: none; }
    #wpbody .elevate .wizard .steps .disabled a,
    #wpbody .elevate .wizard .steps .disabled a:hover,
    #wpbody .elevate .wizard .steps .disabled a:active {
      cursor: default;
      color: #ddd; }
    #wpbody .elevate .wizard .steps .current a,
    #wpbody .elevate .wizard .steps .current a:hover,
    #wpbody .elevate .wizard .steps .current a:active {
      /* background: #D7B377; */
      color: #fff;
      cursor: default; }
    #wpbody .elevate .wizard .steps .done a,
    #wpbody .elevate .wizard .steps .done a:hover,
    #wpbody .elevate .wizard .steps .done a:active {
      /* background: #8F754F; */ }
    #wpbody .elevate .wizard .steps .error a,
    #wpbody .elevate .wizard .steps .error a:hover,
    #wpbody .elevate .wizard .steps .error a:active {
      /* background: #ff3111; */
      color: #ff9999; }
  #wpbody .elevate .wizard .actions {
    display: block;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 10px;
    letter-spacing: 0px;
    font-size: 14px; }
    #wpbody .elevate .wizard .actions ul {
      display: inline-block;
      text-align: right; }
    #wpbody .elevate .wizard .actions ul li {
      margin: 0px;
      float: left;
      min-width: 30px;
      text-align: center;
      margin-left: 10px;
      width: 120px; }
    #wpbody .elevate .wizard .actions a,
    #wpbody .elevate .wizard .actions a:hover,
    #wpbody .elevate .wizard .actions a:active {
      color: #fff;
      display: block;
      padding: 12px;
      text-decoration: none; }
    #wpbody .elevate .wizard .actions .disabled a,
    #wpbody .elevate .wizard .actions .disabled a:hover,
    #wpbody .elevate .wizard .actions .disabled a:active {
      background: rgba(0, 0, 0, 0.4);
      color: #fff; }

.wizard .intro i.fa,
.wizard .done i.fa {
  font-size: 80pt;
  color: #94948f;
  opacity: 0.5;
  margin-top: -0px; }

.wizard .google-services-config .services-checked {
  text-align: center;
  margin: auto; }
.wizard .google-services-config .not-centered {
  text-align: center;
  margin: auto; }
.wizard .google-services-config input[type=checkbox] {
  margin-right: 10px; }
.wizard .google-services-config ul {
  margin: auto;
  text-align: center;
  display: block;
  position: relative;
  top: 10px;
  height: 100%;
  vertical-align: middle; }
.wizard .google-services-config li {
  text-align: center;
  display: inline; }
  .wizard .google-services-config li i.fa-check-circle,
  .wizard .google-services-config li i.fa-times-circle,
  .wizard .google-services-config li i.fa-frown-o {
    font-size: 60px;
    color: #c77;
    background: #fff;
    display: inline-block;
    width: auto;
    line-height: 60px;
    width: 56px;
    margin: auto;
    margin-top: -40px;
    border: 1px solid #fff;
    border-radius: 28px; }
  .wizard .google-services-config li div {
    text-align: center;
    max-width: 25%;
    margin: auto;
    padding: 10px 10px;
    background: #fdfdfd;
    margin-bottom: 10px;
    clear: both;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    vertical-align: top;
    min-height: 165px;
    margin: 2px; }
  .wizard .google-services-config li div.checked {
    border: 1px solid rgba(156, 218, 156, 0.8);
    opacity: 1; }
  .wizard .google-services-config li div:hover {
    cursor: pointer;
    border: 1px solid #888;
    opacity: 1; }
  .wizard .google-services-config li div.disabled {
    opacity: 0.6;
    border: 1px solid #ddd; }
  .wizard .google-services-config li div.disabled:hover {
    opacity: 0.6;
    border: 1px solid #ddd;
    cursor: default; }
  .wizard .google-services-config li .disabled-info {
    display: none; }
  .wizard .google-services-config li .disabled p.disabled-info {
    display: block;
    font-size: 9pt !important;
    font-weight: bold !important;
    color: #500;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 100%;
    margin-top: 20px; }
    .wizard .google-services-config li .disabled p.disabled-info i {
      font-size: 11pt;
      vertical-align: middle; }
  .wizard .google-services-config li p.text {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: block !important;
    width: 100% !important;
    font-size: 12pt !important;
    max-width: 100% !important; }
  .wizard .google-services-config li h2 {
    font-weight: bold;
    font-size: 13pt;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #555; }
  .wizard .google-services-config li i.fa-times-circle {
    display: block; }
  .wizard .google-services-config li i.fa-check-circle {
    display: none; }
  .wizard .google-services-config li i.fa-frown-o {
    display: none; }
  .wizard .google-services-config li .checked i.fa {
    color: #9cda9c; }
  .wizard .google-services-config li .checked i.fa-times-circle {
    display: none; }
  .wizard .google-services-config li .checked i.fa-check-circle {
    display: block; }
  .wizard .google-services-config li .disabled i.fa-frown-o {
    display: block; }
  .wizard .google-services-config li .disabled i.fa-times-circle,
  .wizard .google-services-config li .disabled i.fa-check-circle {
    display: none; }
.wizard .google-services-config label {
  display: inline-block !important; }

.wizard .fa-envelope {
  font-size: 60pt;
  color: #94948f;
  opacity: 0.5; }

.wizard .google-services i.fa-frown-o {
  font-size: 80pt;
  color: #4C5268;
  margin-top: -15px; }
.wizard .google-services i.fa-smile-o {
  font-size: 80pt;
  color: #9cda9c;
  margin-top: -20px; }

.wizard .basics {
  text-align: center; }
  .wizard .basics img {
    max-width: 80%;
    max-height: 200px;
    margin: auto;
    display: block;
    margin-top: -20px; }

.wizard .titles #elevate_site_name {
  width: 50%; }

.wizard .home-title #elevate_home_title {
  width: 50%; }

.wizard #elevate_site_description {
  width: 50%; }
.wizard .bing-image {
  width: 60px;
  height: 60px;
  margin-top: -40px; }
.wizard #bing_sitemap {
  width: 60%; }
.wizard .bing h4 {
  margin-bottom: 20px !important; }
.wizard .bing ol {
  font-size: 12pt;
  max-width: 70%;
  margin: auto;
  list-style-type: circle; }
  .wizard .bing ol li {
    text-align: left;
    color: #777;
    margin-bottom: 5px;
    font-family: sans-serif; }
.wizard .bing label {
  margin-top: 0px !important; }
.wizard .bing strong {
  text-decoration: underline;
  font-weight: normal;
  color: black; }

#wpbody .elevate .wizard .content .branding h4 {
  margin-bottom: 0px; }
#wpbody .elevate .wizard .content .branding .upload {
  margin-top: 20px; }
#wpbody .elevate .wizard .content p {
  line-height: 1.2; }
#wpbody .elevate .wizard .content button {
  margin-top: 10px; }
#wpbody .elevate .wizard .content .image-wrapper {
  text-align: center; }
  #wpbody .elevate .wizard .content .image-wrapper img {
    max-width: 350px;
    height: auto;
    max-height: 200px;
    margin-top: 15px; }

.wizard .preview .google-preview {
  text-align: left;
  margin-left: 17%;
  margin-right: 17%;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-family: arial, sans-serif; }
  .wizard .preview .google-preview .desc {
    margin-top: 3px; }
  .wizard .preview .google-preview #google-image {
    width: 200px;
    height: 130px;
    float: left;
    margin-right: 10px;
    background-size: cover !important;
    background-repeat: no-repeat; }
.wizard .preview h4 {
  margin-bottom: 20px !important; }

.jconfirm .jconfirm-content {
  line-height: 1.3; }
.jconfirm .jconfirm-box {
  max-width: 450px !important; }
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: 7px solid #5F85BF; }

i.fa-twitter,
i.fa-google,
i.fa-facebook-f {
  display: block;
  text-align: center;
  font-size: 60px;
  color: #1DA1F2;
  position: relative;
  top: -20px; }

i.fa-google {
  color: #DB4437; }

.toplevel_page_elevate_plugin #wpcontent {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/launch.jpg);
  background-size: cover;
  background-position: top left; }
  .toplevel_page_elevate_plugin #wpcontent .header {
    border-bottom: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    background: transparent; }
    .toplevel_page_elevate_plugin #wpcontent .header h2, .toplevel_page_elevate_plugin #wpcontent .header .about {
      color: #333; }
      .toplevel_page_elevate_plugin #wpcontent .header h2 a, .toplevel_page_elevate_plugin #wpcontent .header .about a {
        color: #fff; }
    .toplevel_page_elevate_plugin #wpcontent .header h2 {
      font-size: 18pt;
      color: white; }

#config-error {
  background: white;
  text-align: center;
  margin: auto;
  padding: 20px;
  max-width: 350px;
  height: auto; }
  #config-error p {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  #config-error h2 {
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 16pt;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-family: "inherit"; }
  #config-error button {
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 5px 10px; }

.elevate .settings-area form {
  text-align: left;
  margin-bottom: 40px; }
  .elevate .settings-area form input.button {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: normal;
    position: absolute;
    right: 20px; }
  .elevate .settings-area form input.button-primary {
    background: #5F85BF;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px 10px;
    height: auto;
    width: auto;
    text-outline: 0px;
    border: 0px;
    box-shadow: none;
    text-shadow: none; }
  .elevate .settings-area form input.button-primary:hover {
    background: #a8bddc;
    border-radius: 0px;
    -webkit-border-radius: 0px; }
.elevate .settings-area h4 {
  font-size: 16pt;
  color: #5F85BF;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "inherit";
  font-weight: normal; }
.elevate .settings-area h5 {
  font-weight: normal;
  font-family: serif;
  color: #94948f;
  font-size: 14pt;
  margin-top: 0px;
  margin-bottom: 20px; }
.elevate .settings-area .settings-section {
  padding: 10px;
  background: #fff;
  margin-bottom: 15px;
  color: #555; }
  .elevate .settings-area .settings-section label,
  .elevate .settings-area .settings-section .inside-button p,
  .elevate .settings-area .settings-section select,
  .elevate .settings-area .settings-section textarea,
  .elevate .settings-area .settings-section input {
    letter-spacing: 0px;
    font-size: 11pt;
    font-family: sans-serif;
    font-weight: 500; }

.elevate-setting {
  margin-bottom: 7px; }
  .elevate-setting .inside-button p,
  .elevate-setting label {
    vertical-align: middle;
    text-align: right;
    min-width: 300px;
    display: inline-block;
    margin-right: 5px;
    color: #555;
    font-size: 12pt;
    margin-top: 0px;
    text-decoration: none; }
  .elevate-setting label.secondary {
    min-width: 0px;
    text-align: left;
    display: block;
    margin-left: 310px;
    margin-bottom: 10px; }
  .elevate-setting .radio-inside {
    position: relative;
    top: -15px;
    margin-bottom: -15px; }
  .elevate-setting input[type=radio] {
    margin-right: 5px; }
  .elevate-setting input {
    vertical-align: middle;
    font-family: "sans serif"; }
  .elevate-setting input::placeholder {
    color: #aaa; }
  .elevate-setting input[type=checkbox] {
    display: inline-block;
    margin-top: 2px; }
  .elevate-setting input[type=text] {
    min-width: 40%;
    color: #555;
    padding: 6px;
    font-size: 11pt;
    font-weight: normal;
    line-height: normal; }
  .elevate-setting textarea {
    min-width: 40%;
    vertical-align: top;
    font-family: "sans serif";
    font-size: 11pt;
    padding: 5px;
    margin-top: -5px;
    min-height: 65px;
    margin-bottom: 10px; }
  .elevate-setting select {
    font-size: 11pt;
    font-family: "sans serif";
    min-width: 200px;
    color: #555; }
  .elevate-setting .spacer {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    margin-left: 15%;
    margin-right: 20%; }

.upload-hide {
  display: none; }

.elevate-setting.radio {
  margin-top: 10px; }

.elevate-setting.upload input {
  text-overflow: ellipsis;
  text-align: left;
  font-size: setting_body_font_size;
  font-family: "sans serif"; }

.elevate-setting.upload a {
  font-size: setting_body_font_size;
  display: inline-block;
  margin: 0px 2px; }

div.upload_facebook_default_image label {
  vertical-align: top; }
div.upload_facebook_default_image img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 5px; }
div.upload_facebook_default_image button {
  vertical-align: top; }
div.upload_facebook_default_image input[type=text] {
  display: none; }
div.upload_facebook_default_image .image-wrapper {
  display: inline-block;
  max-width: 60%; }

.upload button {
  padding: 8px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 0px;
  min-width: 60px;
  border: 0px;
  display: inline-block;
  text-align: center;
  color: white;
  text-decoration: none; }

.upload button:hover {
  background: #83a1ce; }

#elevate_analytics_code {
  height: 230px; }

.inside-button .ui-button {
  padding: 10px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: normal;
  vertical-align: middle;
  min-width: 60px;
  border: 0px;
  display: inline-block;
  text-align: center;
  color: white;
  text-decoration: none; }
.inside-button .ui-button:hover {
  background: #83a1ce; }
.inside-button a {
  color: black; }
.inside-button button:hover {
  cursor: pointer; }

.elevate-setting .tooltip,
.google-services-config .tooltip,
.side-box .tooltip,
.elevate-title-meta .tooltip {
  display: inline-block;
  margin-left: 3px;
  margin-top: 1px;
  font-size: 8pt;
  width: 8px;
  height: 8px;
  color: black;
  background: #ddd;
  padding: 5px;
  line-height: 8px;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  font-family: sans-serif; }
.elevate-setting .tooltip i::hover,
.google-services-config .tooltip i::hover,
.side-box .tooltip i::hover,
.elevate-title-meta .tooltip i::hover {
  cursor: pointer; }
.elevate-setting .tooltip i,
.google-services-config .tooltip i,
.side-box .tooltip i,
.elevate-title-meta .tooltip i {
  font-style: normal; }

.opentip-container,
.opentip-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.opentip-container {
  position: absolute;
  max-width: 300px;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -ms-transition: -ms-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0); }

.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px); }

.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px); }

.opentip-container.ot-fixed .opentip {
  pointer-events: auto; }

.opentip-container.ot-hidden {
  display: none; }

.opentip-container .opentip {
  position: relative;
  font-size: 13px;
  line-height: 120%;
  padding: 9px 14px;
  color: #4f4b47;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.2); }

.opentip-container .opentip .header {
  margin: 0;
  padding: 0; }

.opentip-container .opentip .ot-close {
  pointer-events: auto;
  display: block;
  position: absolute;
  top: -12px;
  left: 60px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0);
  text-decoration: none; }

.opentip-container .opentip .ot-close span {
  display: none; }

.opentip-container .opentip .ot-loading-indicator {
  display: none; }

.opentip-container.ot-loading .ot-loading-indicator {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block; }

.opentip-container.ot-loading .ot-loading-indicator span {
  display: block;
  -webkit-animation: otloading 2s linear infinite;
  -moz-animation: otloading 2s linear infinite;
  -o-animation: otloading 2s linear infinite;
  -ms-animation: otloading 2s linear infinite;
  animation: otloading 2s linear infinite;
  text-align: center; }

.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }

.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  color: #317cc5;
  text-shadow: 1px 1px 8px rgba(0, 94, 153, 0.3); }

.opentip-container.ot-hide-effect-fade {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.opentip-container.ot-hide-effect-fade.ot-hiding {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out; }

.opentip-container.ot-show-effect-appear.ot-going-to-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.opentip-container.ot-show-effect-appear.ot-showing {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.opentip-container.ot-show-effect-appear.ot-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

@-moz-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=admin.css.map */
