/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-pros-cons {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 30px auto; }
  .wp-pros-cons a {
    text-decoration: none; }
  .wp-pros-cons .wp-pros-cons-heading {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px; }
  .wp-pros-cons .wppc-boxs {
    display: grid;
    word-break: break-all;
    grid-template-columns: 50% 50%; }
    @media screen and (max-width: 767px) {
      .wp-pros-cons .wppc-boxs {
        display: block; } }
    .wp-pros-cons .wppc-boxs .wppc-box {
      background: #fff;
      margin: 0 15px;
      border: 1px solid #eee; }
      @media screen and (max-width: 767px) {
        .wp-pros-cons .wppc-boxs .wppc-box:not(:last-child) {
          margin-bottom: 100px; } }
      .wp-pros-cons .wppc-boxs .wppc-box .wppc-header .wppc-content-title {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500; }
  .wp-pros-cons .wppc-box-symbol {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    margin: 0 auto; }
    .wp-pros-cons .wppc-box-symbol [class*="fa"] {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      font-size: 26px; }
  .wp-pros-cons .wppc-box-symbol img {
    width: 30px;
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .wp-pros-cons .pros-content .wppc-box-symbol {
    color: #fff;
    background: #27C110; }
  .wp-pros-cons .cons-content .wppc-box-symbol {
    color: #fff;
    background: #f00; }
  .wp-pros-cons ul.wp-pros-cons-list {
    list-style: none;
    margin: 0;
    padding: 0 20px; }
    .wp-pros-cons ul.wp-pros-cons-list li {
      position: relative;
      margin: 10px 0;
      width: 100%;
      word-break: break-word;
      display: block;
      list-style-type: none; }
      .wp-pros-cons ul.wp-pros-cons-list li ul {
        margin-left: 20px;
        display: block;
        width: 100%; }
  .wp-pros-cons ul.wp-pros-cons-list li:before {
    content: '';
    padding-right: 25px;
    background-size: 20px 20px;
    background-position: 1px;
    background-repeat: no-repeat; }
  .wp-pros-cons .pros-content ul.wp-pros-cons-list li:before {
    background-image: url("../assets/icons/check-solid.svg"); }
  .wp-pros-cons .cons-content ul.wp-pros-cons-list li:before {
    background-image: url("../assets/icons/times-solid.svg"); }
  .wp-pros-cons .wppc-verdict-wrapper {
    margin: 30px;
    text-justify: inter-word; }
  .wp-pros-cons .wppc-btn-wrapper {
    text-align: center;
    margin: 30px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center; }
    .wp-pros-cons .wppc-btn-wrapper .wp-btn {
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300;
      display: inline-block;
      text-decoration: none; }
      .wp-pros-cons .wppc-btn-wrapper .wp-btn.wp-btn-sm {
        font-size: 14px;
        line-height: 1.5;
        padding: 6px 10px; }
      .wp-pros-cons .wppc-btn-wrapper .wp-btn.wp-btn-md {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 20px; }
      .wp-pros-cons .wppc-btn-wrapper .wp-btn.wp-btn-lg {
        font-size: 20px;
        line-height: 1.5;
        padding: 10px 24px; }
      .wp-pros-cons .wppc-btn-wrapper .wp-btn:focus {
        background: #202020; }
    .wp-pros-cons .wppc-btn-wrapper .wppc-btn-icon {
      vertical-align: middle; }
    .wp-pros-cons .wppc-btn-wrapper .wp-btn.wppc-icon-before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-pack: center;
          justify-content: center; }
    .wp-pros-cons .wppc-btn-wrapper .wp-btn.wppc-icon-after {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
      -ms-flex-pack: center;
          justify-content: center; }
    .wp-pros-cons .wppc-btn-wrapper .wp-btn.wppc-icon-before .wppc-btn-icon {
      margin-right: 10px; }
    .wp-pros-cons .wppc-btn-wrapper .wp-btn.wppc-icon-after .wppc-btn-icon {
      margin-left: 10px; }
  .wp-pros-cons.wppc-view1 .wppc-boxs {
    margin-top: calc(100px / 2); }
    .wp-pros-cons.wppc-view1 .wppc-boxs .wppc-header {
      margin-bottom: 20px;
      margin-top: calc(-100px / 2);
      text-align: center; }
      .wp-pros-cons.wppc-view1 .wppc-boxs .wppc-header .wppc-content-title {
        margin-top: 10px; }
  .wp-pros-cons.wppc-view2 .wppc-boxs .wppc-box {
    border-width: 2px;
    border-style: solid;
    border-radius: 4px; }
  .wp-pros-cons.wppc-view2 .wppc-header {
    padding: 10px 20px; }
    .wp-pros-cons.wppc-view2 .wppc-header .wppc-content-title {
      color: #fff; }
  .wp-pros-cons.wppc-view2 .pros-content {
    border-color: #27C110; }
    .wp-pros-cons.wppc-view2 .pros-content .wppc-header {
      background: #27C110;
      color: #fff; }
  .wp-pros-cons.wppc-view2 .cons-content {
    border-color: #f00; }
    .wp-pros-cons.wppc-view2 .cons-content .wppc-header {
      background: #f00;
      color: #fff; }
  .wp-pros-cons.wppc-view3 .wppc-boxs .wppc-box {
    border-radius: 4px; }
  .wp-pros-cons.wppc-view3 .wppc-header {
    padding: 10px 20px; }
    .wp-pros-cons.wppc-view3 .wppc-header .wppc-content-title {
      color: #fff; }
  .wp-pros-cons.wppc-view3 .pros-content .wppc-header {
    background: #27C110;
    color: #fff; }
  .wp-pros-cons.wppc-view3 .cons-content .wppc-header {
    background: #f00;
    color: #fff; }
