@charset "UTF-8";

@-webkit-keyframes WPEC-rotate {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  25% {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  75% {
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes WPEC-rotate {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  25% {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  75% {
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes WPEC-emphasize {
  0%,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes WPEC-emphasize {
  0%,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes WPEC-fadein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes WPEC-fadein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.WPEC-accordion {
  margin: 1em 0;
  display: block;
}

.WPEC-accordion h4 {
  cursor: pointer;
  color: rgba(0,116,162,.8);
  margin: 0;
}

.WPEC-accordion h4 small {
  color: #444;
  font-weight: 400;
}

.WPEC-accordion h4 small:after,.WPEC-container .WPEC-row label:after {
  content: "\200E";
}

.WPEC-accordion .WPEC-icon-arrow-right {
  transition: transform .1s ease-out;
  transition: transform .1s ease-out,-webkit-transform .1s ease-out;
  display: inline-block;
}

.WPEC-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  height: 0;
  transition: height .2s cubic-bezier(.19,1,.22,1);
}

.WPEC-accordion h4 small,.WPEC-accordion ul li small {
  display: inline;
  float: none;
  width: auto;
}

.WPEC-accordion.WPEC-open h4 .WPEC-icon-arrow-right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.WPEC-accordion.WPEC-open ul {
  height: auto;
  margin: .6em 2em 0 0;
  visibility: visible;
}

.WPEC-button-group {
  border: 2px solid #27ae60;
  background-color: transparent;
  color: #27ae60;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color .2s ease-out;
  display: inline-block;
  text-align: right;
}

.WPEC-button-group.WPEC-button-export,.WPEC-button-group.WPEC-button-import {
  box-sizing: content-box;
}

.WPEC-button-group.WPEC-button-export.WPEC-open>.WPEC-dropdown-menu {
  height: 364px;
  border-top: 1px solid #27ae60;
}

.WPEC-button-group.WPEC-button-import.WPEC-open>.WPEC-dropdown-menu {
  height: 392px;
  border-top: 1px solid #27ae60;
}

.WPEC-button-group .WPEC-button-main {
  position: relative;
  padding: 6px 25px 6px 50px;
  box-sizing: content-box;
}

.WPEC-button-group .WPEC-dropdown-menu {
  height: 0;
  overflow: hidden;
  transition: height .2s cubic-bezier(.19,1,.22,1);
  border-top: none;
}

.WPEC-dropdown-menu {
  list-style: none;
}

.WPEC-dropdown-menu,.WPEC-dropdown-menu li {
  margin: 0!important;
  padding: 0;
}

.WPEC-dropdown-menu li a,.WPEC-dropdown-menu li a:visited {
  display: block;
  padding: 5px 26px;
  text-decoration: none;
  color: #27ae60;
  text-align: right;
  box-sizing: content-box;
}

.WPEC-dropdown-menu li a:hover,.WPEC-dropdown-menu li a:visited:hover {
  text-decoration: none;
  color: #111;
}

.ai1mw-lines {
  position: absolute;
  width: 12px;
  height: 10px;
  top: 9px;
  left: 20px;
}

.WPEC-line {
  position: absolute;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #27ae60;
  transition: all .2s ease-in-out;
}

.WPEC-line-first {
  top: 0;
  right: 0;
}

div.WPEC-open .WPEC-line-first,div.WPEC-open .WPEC-line-third {
  top: 50%;
}

.WPEC-line-second {
  top: 50%;
  right: 0;
}

.WPEC-line-third {
  top: 100%;
  right: 0;
}

.WPEC-button-blue,.WPEC-button-gray,.WPEC-button-green,.WPEC-button-green-small,.WPEC-button-red {
  display: inline-block;
  border: 2px solid #95a5a6;
  background-color: transparent;
  color: #95a5a6;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 26px 5px 25px;
  text-transform: uppercase;
  font-weight: 600;
  outline: 0;
  transition: background-color .2s ease-out;
  text-decoration: none;
}

.WPEC-button-gray:hover {
  background-color: #95a5a6;
  color: #fff;
}

.WPEC-button-blue,.WPEC-button-green,.WPEC-button-green-small,.WPEC-button-red {
  border: 2px solid #27ae60;
  color: #27ae60;
}

.WPEC-button-green:hover {
  background-color: #27ae60;
  color: #fff;
}

.WPEC-button-blue,.WPEC-button-green-small,.WPEC-button-red {
  border: 2px solid #6eb649;
  color: #6eb649;
}

.WPEC-button-green-small:hover {
  background-color: #6eb649;
  color: #fff;
}

.WPEC-button-blue,.WPEC-button-red {
  border: 2px solid #00aff0;
  color: #00aff0;
}

.WPEC-button-blue:hover {
  background-color: #00aff0;
  color: #fff;
}

.WPEC-button-red {
  border: 2px solid #e74c3c;
  color: #e74c3c;
}

.WPEC-button-red:hover {
  background-color: #e74c3c;
  color: #fff;
}

.WPEC-button-blue[disabled=disabled],.WPEC-button-green-small[disabled=disabled],.WPEC-button-green[disabled=disabled],.WPEC-button-red[disabled=disabled] {
  opacity: .6;
  cursor: default;
}

.WPEC-button-blue[disabled=disabled]:hover {
  color: #00aff0;
}

.WPEC-button-red[disabled=disabled]:hover {
  color: #e74c3c;
}

.WPEC-button-green[disabled=disabled]:hover {
  color: #27ae60;
}

.WPEC-button-blue[disabled=disabled]:hover,.WPEC-button-green-small[disabled=disabled]:hover,.WPEC-button-green[disabled=disabled]:hover,.WPEC-button-red[disabled=disabled]:hover {
  background: 100% 0;
}

.WPEC-message-close-button {
  position: absolute;
  left: 10px;
  top: 6px;
  text-decoration: none;
  font-size: 10px;
}

input[type=radio].WPEC-flat-radio-button {
  display: none;
}

input[type=radio].WPEC-flat-radio-button+a i,input[type=radio].WPEC-flat-radio-button+label i {
  vertical-align: middle;
  float: right;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: 100% 0;
  border: 2px solid #ccc;
  content: " ";
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
}

input[type=radio].WPEC-flat-radio-button:checked+a i,input[type=radio].WPEC-flat-radio-button:checked+label i {
  background-color: #d9d9d9;
  border-color: #6f6f6f;
}

.WPEC-clear {
  *zoom: 1;
  clear: both;
}

.WPEC-clear:after,.WPEC-clear:before {
  content: " ";
  display: table;
}

.WPEC-clear:after {
  clear: both;
}

.WPEC-container .WPEC-row label {
  position: relative;
  top: -1px;
}

.WPEC-share-button-container {
  text-align: center;
}

.WPEC-share-button-container .WPEC-share-button {
  text-decoration: none;
  margin: 10px;
  font-size: 30px;
}

.WPEC-report-problem {
  position: relative;
  float: left;
}

.WPEC-report-problem-dialog {
  position: absolute;
  z-index: 999;
  width: 280px;
  left: 0;
  background-color: #fff;
  margin: 6px 0 0;
  padding: 15px 15px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #fff inset;
  display: none;
}

.WPEC-report-email {
  width: 100%;
  font-weight: 400;
  font-size: .8rem;
  height: 2.3rem;
  line-height: 2.3rem;
  border-radius: 5px;
  margin-bottom: 4px;
  padding: 0 10px;
}

.WPEC-report-message {
  width: 100%;
  border-radius: 3px;
  font-size: .8rem;
  padding: 6px 10px;
  resize: none;
}

.WPEC-feedback-cancel:active,.WPEC-feedback-cancel:link,.WPEC-feedback-cancel:visited,.WPEC-report-cancel:active,.WPEC-report-cancel:link,.WPEC-report-cancel:visited {
  float: right;
  line-height: 34px;
  outline: 0;
  text-decoration: none;
  color: #e74c3c;
}

.WPEC-form-submit {
  float: left;
}

.WPEC-report-active {
  display: block;
}

.WPEC-report-terms-segment {
  font-size: .7rem;
  line-height: 1rem;
  margin: 4px 0 8px;
}

.WPEC-report-terms-segment>.WPEC-report-terms {
  border-radius: 3px;
}

.WPEC-import-info a,.WPEC-no-underline {
  text-decoration: none;
}

.WPEC-top-negative-four {
  top: -4px;
}

.WPEC-feedback-form {
  display: none;
}

.WPEC-feedback-types {
  margin: 0;
  padding: 0;
  list-style: none;
}

.WPEC-feedback-types li {
  margin: 14px 0;
  padding: 0;
}

.WPEC-feedback-types>li>a>span,.WPEC-feedback-types>li>label>span {
  display: inline-block;
  padding: 5px 8px 6px 0;
}

.WPEC-feedback-types>li>a {
  height: 29px;
  outline: 0;
  color: #333;
  text-deciration: none;
}

.WPEC-loader {
  display: inline-block;
  width: 128px;
  height: 128px;
  position: relative;
  -webkit-animation: WPEC-rotate 1.5s infinite linear;
  animation: WPEC-rotate 1.5s infinite linear;
  background: url(../img/loading.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.WPEC-hide {
  display: none;
}

.WPEC-label {
  border: 1px solid #5cb85c;
  background-color: transparent;
  color: #5cb85c;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  outline: 0;
  transition: background-color .2s ease-out;
  padding: .2em .6em;
  font-size: .8em;
  border-radius: 5px;
}

.WPEC-label:hover {
  background-color: #5cb85c;
  color: #fff;
}

.WPEC-dialog-message {
  text-align: right;
  line-height: 1.5em;
}

.WPEC-import-info {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 16px;
}

[class*=" WPEC-icon-"],[class^=WPEC-icon-] {
  font-family: 'wpecmask';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.WPEC-icon-file-zip:before {
  content: "\e60f";
}

.WPEC-icon-folder:before {
  content: "\e60e";
}

.WPEC-icon-file:before {
  content: "\e60b";
}

.WPEC-icon-file-content:before {
  content: "\e60c";
}

.WPEC-icon-cloud-upload:before {
  content: "\e600";
}

.WPEC-icon-history:before {
  content: "\e603";
}

.WPEC-icon-notification:before {
  content: "\e619";
}

.WPEC-icon-arrow-down:before {
  content: "\e604";
}

.WPEC-icon-close:before {
  content: "\e61a";
}

.WPEC-icon-wordpress2:before {
  content: "\e620";
}

.WPEC-icon-arrow-right:before {
  content: "\e605";
}

.WPEC-icon-plus2:before {
  content: "\e607";
}

.WPEC-icon-export:before {
  content: "\e601";
}

.WPEC-icon-publish:before {
  content: "\e602";
}

.WPEC-icon-paperplane:before {
  content: "\e608";
}

.WPEC-icon-help:before {
  content: "\e609";
}

.WPEC-icon-chevron-right:before {
  content: "\e60d";
}

.WPEC-icon-dropbox:before {
  content: "\e606";
}

.WPEC-icon-gear:before {
  content: "\e60a";
}

.WPEC-icon-database:before {
  content: "\e964";
}

.WPEC-icon-upload2:before {
  content: "\e9c6";
}

.WPEC-icon-checkmark:before {
  content: "\ea10";
}

.WPEC-icon-checkmark2:before {
  content: "\ea11";
}

.WPEC-icon-enter:before {
  content: "\ea13";
}

.WPEC-icon-exit:before {
  content: "\ea14";
}

.WPEC-icon-amazon:before {
  content: "\ea87";
}

.WPEC-icon-onedrive:before {
  content: "\eaaf";
}

@media (min-width:855px) {
  .WPEC-row {
    margin-left: 399px;
  }

  .WPEC-row:after,.WPEC-row:before {
    content: " ";
    display: table;
  }

  .WPEC-row:after {
    clear: both;
  }

  .WPEC-left {
    float: right;
    width: 100%;
  }

  .WPEC-right {
    float: left;
    width: 377px;
    margin-left: -399px;
  }

  .WPEC-right .WPEC-sidebar {
    width: 100%;
  }

  .WPEC-right .WPEC-segment {
    width: 333px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #fff;
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background-clip: padding-box;
  }

  .WPEC-right .WPEC-segment h2 {
    margin: 22px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
  }

  .WPEC-right .WPEC-feedback-email {
    width: 100%;
    font-weight: 400;
    font-size: .8rem;
    height: 2.3rem;
    line-height: 2.3rem;
    border-radius: 5px;
    margin-bottom: 4px;
    padding: 0 10px;
  }

  .WPEC-right .WPEC-feedback-message {
    width: 100%;
    border-radius: 3px;
    font-size: .8rem;
    padding: 6px 10px;
    resize: none;
  }

  .WPEC-right .WPEC-feedback-terms-segment {
    font-size: .7rem;
    line-height: 1rem;
    margin: 4px 0 8px;
  }

  .WPEC-right .WPEC-feedback-terms-segment>.WPEC-feedback-terms {
    border-radius: 3px;
  }
}

.WPEC-holder {
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fff;
  padding: 20px;
  background: #f9f9f9;
}

.WPEC-holder h1 {
  float: right;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}

.WPEC-holder h1 i {
  position: relative;
  top: 2px;
}

@media (max-width:854px) {
  .WPEC-container {
    margin-right: 10px!important;
  }

  .WPEC-right,.WPEC-row {
    margin-left: 0!important;
  }

  .WPEC-right {
    float: right!important;
    width: 100%!important;
    margin-top: 18px;
  }

  .WPEC-right .WPEC-sidebar {
    width: auto!important;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #fff;
    padding: 20px;
    background: #f9f9f9;
  }

  .WPEC-right .WPEC-feedback-email {
    width: 100%;
    font-weight: 400;
    font-size: .8rem;
    height: 2.3rem;
    line-height: 2.3rem;
    border-radius: 5px;
    margin-bottom: 4px;
    padding: 0 10px;
  }

  .WPEC-right .WPEC-feedback-message {
    width: 100%;
    border-radius: 3px;
    font-size: .8rem;
    padding: 6px 10px;
    resize: none;
  }

  .WPEC-right .WPEC-feedback-terms-segment {
    font-size: .7rem;
    line-height: 1rem;
    margin: 4px 0 8px;
    border-radius: 3px;
  }

  .WPEC-right .WPEC-feedback-terms-segment>.WPEC-feedback-terms {
    border-radius: 3px;
  }
}

.WPEC-container {
  margin: 20px 2px 0 20px;
}

.WPEC-container:after,.WPEC-container:before {
  content: " ";
  display: table;
}

.WPEC-container:after {
  clear: both;
}

.WPEC-replace-row {
  width: 100%;
  box-shadow: outset 0 1px 0 0 white;
  border-radius: 3px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  background-color: #f9f9f9;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  background-clip: padding-box;
  margin-bottom: 10px;
}

.WPEC-field {
  margin-bottom: 4px;
}

.WPEC-field input[type=text],.WPEC-field textarea,.WPEC-query div input {
  width: 100%;
  font-weight: 400;
}

.WPEC-field-set {
  margin-top: 18px;
}

.WPEC-message {
  -moz-box-sizing: border-box;
  background-color: #efefef;
  border-radius: 4px;
  color: rgba(0,0,0,.6);
  height: auto;
  margin: 10px 0;
  min-height: 18px;
  padding: 6px 10px;
  position: relative;
  border: 1px solid;
  transition: opacity .1s ease 0s,color .1s ease 0s,background .1s ease 0s,box-shadow .1s ease 0s;
}

.WPEC-message.WPEC-success-message {
  background-color: #f2f8f0;
  color: #119000;
  font-size: 12px;
}

.WPEC-message.WPEC-info-message {
  background-color: #d9edf7;
  color: #31708f;
  font-size: 11px;
}

.WPEC-message.WPEC-error-message {
  background-color: #f1d7d7;
  color: #a95252;
  font-size: 12px;
}

.WPEC-message.WPEC-red-message {
  color: #d95c5c;
  border: 2px solid #d95c5c;
  background-color: transparent;
}

.WPEC-message.WPEC-red-message h3 {
  margin: .4em 0;
  color: #d95c5c;
}

.WPEC-message p {
  margin: 4px 0;
  font-size: 12px;
}

.WPEC-message-warning {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 20px;
  margin: 0 0 22px;
  background-color: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #fff inset;
  border-right: 4px solid #ffba00;
}

.WPEC-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 100001;
}

.WPEC-modal-container {
  position: fixed;
  display: none;
  top: 50%;
  right: 50%;
  z-index: 100002;
  width: 480px;
  height: auto;
  padding: 16px;
  -webkit-transform: translate(240px,-94px);
  transform: translate(240px,-94px);
  border: 1px solid #fff;
  box-shadow: 0 2px 6px #292929;
  border-radius: 6px;
  background: #f6f6f6;
  box-sizing: border-box;
  text-align: center;
}

.WPEC-modal-container section {
  display: block;
  min-height: 102px;
}

.WPEC-holder h1,.WPEC-modal-container section h1 {
  margin: 0;
  padding: 0;
}

.WPEC-modal-container section h1 .WPEC-title-green {
  color: #27ae60;
  font-size: 20px;
}

.WPEC-modal-container section h1 .WPEC-title-red {
  color: #e74c3c;
  font-size: 20px;
}

.WPEC-modal-container section h1 .WPEC-title-grey {
  color: gray;
  font-size: 20px;
}

.WPEC-modal-container section h1 .WPEC-loader {
  width: 32px;
  height: 32px;
  background: url(../img/loading.png);
}

.WPEC-modal-container section h1 .WPEC-icon-notification {
  font-size: 1.2em;
  color: #e74c3c;
}

.WPEC-modal-container section p {
  margin: 0;
  padding: 12px 0;
}

.WPEC-modal-container section p .WPEC-modal-sites p {
  padding: 4px 10px;
  text-align: right;
}

.WPEC-modal-container section p .WPEC-modal-sites input,.WPEC-modal-container section p .WPEC-modal-sites select {
  padding: 0 6px;
  width: 100%;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
}

.WPEC-modal-container section p .WPEC-modal-subtitle-green {
  color: #27ae60;
}

.WPEC-modal-container section p .WPEC-modal-subtitle-red {
  color: #e74c3c;
}

.WPEC-modal-container section p .WPEC-modal-subdescription {
  display: block;
  text-align: right;
}

.WPEC-modal-container section p a.WPEC-button-green {
  display: inline-block;
  position: relative;
  top: 26px;
}

.WPEC-modal-container section p a.WPEC-emphasize {
  -webkit-animation: WPEC-emphasize 1s infinite;
  animation: WPEC-emphasize 1s infinite;
}

.WPEC-modal-container section p em {
  display: block;
  color: #34495e;
  font-style: normal;
}

.WPEC-modal-container section p.WPEC-import-modal-content {
  text-align: right;
}

.WPEC-modal-container .WPEC-import-modal-actions {
  border-top: 1px solid #ccc;
  padding-top: 1em;
  text-align: left;
}

.WPEC-modal-container .WPEC-import-modal-actions .WPEC-button-gray {
  margin-left: 1em;
}

.WPEC-modal-container .WPEC-import-modal-notice {
  border-top: 1px solid #ccc;
}

.WPEC-modal-container .WPEC-import-modal-notice p {
  font-weight: 700;
  margin: 0;
  padding-top: 16px;
  text-align: center;
}

.WPEC-query-arrow {
  position: relative;
  top: 4px;
  float: left;
}

.WPEC-query.WPEC-open {
  background: #ebebeb!important;
}

.WPEC-query.WPEC-open p small {
  border-bottom: 1px dashed #000;
}

.WPEC-query.WPEC-open div {
  visibility: visible!important;
  height: 5rem!important;
  margin-top: 8px;
}

.WPEC-query.WPEC-open .WPEC-query-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.WPEC-query {
  width: 100%;
  margin: 0 0 10px;
  list-style: none;
  background: 100% 0;
  border: 1px solid #d8d8d8;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.WPEC-query div {
  transition: height .2s cubic-bezier(.19,1,.22,1);
  visibility: hidden;
  height: 0;
}

.WPEC-query div input {
  font-size: .8rem;
  padding: 0 10px;
  height: 2.3rem;
  line-height: 2.3rem;
  margin-bottom: 4px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  background-color: #fff;
  color: #333;
  transition: .05s border-color ease-in-out;
  border-radius: 5px;
}

.WPEC-query div input:focus {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30,140,190,.8);
}

.WPEC-query p {
  margin: 0;
  cursor: pointer;
}

.WPEC-query p small {
  display: inline;
  width: auto;
  float: none;
}

.WPEC-query-arrow {
  transition: transform .1s ease-out;
  transition: transform .1s ease-out,-webkit-transform .1s ease-out;
}

#WPEC-queries {
  padding: 0;
}