@charset "UTF-8";
.f_r {
  margin-top: 40px;
  color: #fff;
  background: #000;
  padding: 40px 0;
  font-weight: normal;
}

.f_r a {
  color: #fff;
}

.f_r svg {
  max-height: 50px;
}

.f_r .widget-title {
  margin-bottom: 15px;
}

@media (max-width: 786px) {
  .f_r .whl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f_r .fwg {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 10px;
}

@media (max-width: 786px) {
  .f_r .fwg svg {
    margin: 0 auto;
  }
}

@media (max-width: 786px) {
  .f_r .fwg {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}

.f_r .fwg .widget-title {
  font-size: 16px;
  font-weight: bold;
}

.f_r .d_f.at {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.f_r .d_f.at > div {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-right: 10px;
}

@media (max-width: 786px) {
  .f_r .d_f {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.f_r .widget_custom_html svg {
  width: 12px;
  margin-right: 5px;
}

.f_r .widget_custom_html svg path {
  fill: #dd1b16;
}

.f_r .menu {
  margin-left: 20px;
  padding: 0;
  font-size: 15px;
}

.f_r .menu li {
  display: block;
  line-height: 1.6;
  position: relative;
}

.f_r .menu li:before {
  position: absolute;
  color: #dd1b16;
  left: -17px;
  top: -10px;
  content: "";
  font-family: FontAwesome;
  font-size: 25px;
}

.f_r .si a {
  color: #fff !important;
  background: #db1b1a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2;
  display: inline-block;
  margin-right: 5px;
}

.f_r .king-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.f_r .king-icon svg {
  fill: #fff;
  width: 16px;
}

@media (max-width: 786px) {
  .f_r .d_f.at {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f_r .d_f.at > div {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .f_r .menu {
    margin: 0;
    padding: 0 0 2px 0;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(47%, transparent), color-stop(49%, #383838), color-stop(51%, #383838), color-stop(53%, transparent)) repeat center -14px/100% 30px;
    background: linear-gradient(0deg, transparent 47%, #383838 49%, #383838 51%, transparent 53%) repeat center -14px/100% 30px;
  }
  .f_r .menu li {
    line-height: 1.7;
    display: inline-block;
  }
  .f_r .menu li a {
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
  }
  .f_r .menu li::before {
    display: none;
  }
}

.cpyrt {
  text-align: center;
  color: #fff;
  border-top: 1px solid #444;
  padding: 10px 0;
}

.cpyrt a {
  color: inherit;
}

.d_g {
  display: -ms-grid;
  display: grid;
  margin: 20px 0;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 768px) {
  .d_g {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .d_g {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.d_g .ent {
/*  border: 1px solid #fefefe;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
*/}

.d_g .ent .smtm {
  padding: 10px;
  display: block;
  line-height: 1.4;
}

.d_g .ent img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 720 / 360;
  background: #ccc;
}

.d_g .ent a {
  color: #000;
  font-weight: 400;
  text-decoration: none !important;
}

.fb-box {
  border: 3px solid #dd1c1a;
  margin: 20px auto;
  padding: 15px 15px 15px 10px;
}

.entry-author-social {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-bottom: -10px;
}

.button.button-small {
  font-size: 12px;
  padding: 5px 10px;
}

.entry-author-social a {
  font-size: 20px;
  text-decoration: none !important;
}

.king-text-align-right {
  text-align: right;
}

.king-text-align-center {
  text-align: center;
}

.entry-author {
  margin: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  line-height: 1.6;
}

.entry-author p {
  margin: 0.5em 0;
}

.entry-author a {
  color: #000;
}

.entry-author .alignleft {
  float: left;
  margin: 0 1.25em 0 0;
}

.entry-author .entry-author-body {
  position: relative;
  min-height: 80px;
}

@media (min-width: 500px) {
  .entry-author .entry-author-body {
    padding-left: 100px;
  }
}

.entry-author .entry-author-name .fn {
  font-weight: 600;
  display: block;
}

.entry-author .entry-author-name .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 500px) {
  .entry-author .entry-author-name .avatar {
    position: absolute;
    top: 0;
    left: 0;
  }
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, a.button, a.wp-block-button__link {
  background-color: #dd1c1a;
  border-color: #dd1c1a;
  color: #fff;
}

#respond {
  background: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 20px;
}

#respond input[type=text], #respond textarea {
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#respond input[type=text]:focus,
#respond input[type=email]:focus,
#respond input[type=url]:focus,
#respond textarea:focus {
  -webkit-box-shadow: 0 0 5px #51cbee;
          box-shadow: 0 0 5px #51cbee;
}

#respond #author, #respond #email {
  font-style: italic;
  color: #1d1d1d;
  letter-spacing: .1em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#respond #url {
  color: #1d1d1d;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#respond #submit {
  background-color: #dd1b16;
  border: 1px solid #dd1b16;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0 20px;
  font-size: 17px;
  text-decoration: none;
}

#respond #submit:active {
  position: relative;
  top: 1px;
}

#respond label {
  display: block;
  font-size: 14px;
}

.comments-area {
  padding: 20px;
  background: #f7f7f7;
  line-height: 1.6;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list, .children {
  list-style: none;
}

ul.children {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

.comment-author img {
  float: left;
  margin: 0 20px 0 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.title-line {
  border-top: 1px dotted #ccc;
  display: block;
  max-width: 30%;
  margin: 0 auto 25px;
}

.comment-body {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.comment-body a {
  color: #000;
  font-weight: bold;
}

#reply-title {
  font-weight: bold;
}

/* Responsive */
@media (max-width: 767px) {
  .comment-list, .children {
    padding-left: 0px;
  }
  .comment-wrap .comment-img {
    float: none;
    margin: 0px;
    width: 100%;
    padding-bottom: 0px;
  }
  .comment-img > img {
    display: block;
    margin: 0px auto;
  }
  .comment-author, .comment-author a, .comment-date {
    text-align: center;
  }
  .depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap, .depth-10 .comment-wrap {
    padding-left: 0px;
  }
  .comment-reply {
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px;
  }
}

.sitewide_container {
  max-width: 850px;
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border: 1px dashed #999;
  margin: 10px auto;
  color: #666;
  font-family: "Verdana";
  font-weight: 100;
}

.ks-post-thumbnail-overlay-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  #content {
    display: block;
  }
}

#content > article {
  flex-grow: 999;
  min-width: 30%;
  flex-basis: 0;
}

#content aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}

@media (min-width: 768px) {
  #content aside {
    margin-left: 20px;
  }
}

#content aside .widget {
  margin-bottom: 20px;
}

#content aside ul li {
  display: block;
}

.ls-cta.ls-lead {
  -webkit-box-shadow: 0 8px 14px #8fd739 inset, 0 -12px 14px #1e840a inset, 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 14px #8fd739 inset, 0 -12px 14px #1e840a inset, 0 5px 5px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#58df02), color-stop(35%, #66b714), to(#49b114));
  background: linear-gradient(180deg, #58df02 0%, #66b714 35%, #49b114 100%);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  border-top: 3px solid #77a005;
  line-height: 1.4;
  padding: 10px 20px;
}
.ls-box .ls-media img{
  width:100%; max-width:100%;
}

.swp_social_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 3;
  text-decoration: none;
}

.swp_social_panel > div {
  -webkit-transition: all 100ms;
  transition: all 100ms;
  cursor: pointer;
}

.swp_social_panel .swp_pinterest {
  background: #E60023;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swp_social_panel .swp_facebook {
  background: #0f56b2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swp_social_panel .swp_twitter {
  background: #0e75b4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swp_social_panel a {
  text-decoration: none !important;
  display: block;
}

.home button {
  color: #fff;
  background: #dd1c1a;
  display: inline-block;
  width: 200px;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  margin: 10px 30px;
  border: 0;
}

input {
  border: 1px solid #ccc;
}

.pum-form--alignment-center {
  margin-top: 20px;
  padding: 15px 0 0 0;
}

/**/
.ppbtn {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.ppbtn a {
  display: inline-block !important;
  font-size: 18px;
  padding: 0 15px;
  line-height: 40px;
}

.s-list {
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
}

.s-list li {
  position: relative;
  display: block;
  line-height: 2;
}

.s-list li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  left: -18px;
  top: 5px;
  line-height: 1.6;
  color: #dd1c1a;
}

.pum-content {
  line-height: 1.6;
  padding-top: 20px;
}

.pum-content p {
  margin: 0;
}

.tsred {
  color: #dd1c1a;
  font-weight: bold;
}

.tsborder {
  border: 3px solid  #dd1c1a;
  padding: 10px;
  text-align: center;
}
aside .tsborder{max-width:280px;}
aside .tsborder img{max-width:100%}

.d_g .ent .smtm.red a{color: #dd1c1a !important; }

.d_g .ent .smtm span {
  color: #999;
  font-weight: 300;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #eee;
}


.widget .pum-form--layout-inline .pum-form__field {
  display: block;
}

.widget .pum-form__field input, .widget .pum-form__field button {
  width: 100%;
}

.pflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .pflx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pum-content img.alignleft {
    margin: 10px auto;
    float: none;
    padding: 2px;
    display: block;
  }
}

.breadcrumbs {
  padding: 10px;
  color: #fff;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: linear-gradient(90deg, #000000, transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 6px;
}

.sidebar
.widget.widget_categories {
  margin-top: 30px !important;
}

.entry-author {
  margin: 1rem 0;
}

.entry-author-social a {
  font-size: 20px;
  text-decoration: none !important;
}

.site-footer .king-icon {
  height: 2em;
}

.sidebar .widget {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.sidebar .widget_categories {
  background: #f9f9f9;
}

.sidebar .widget-title {
  background: #fff;
  color: #232323;
  padding: 10px;
  margin: 0 !important;
  text-align: center !important;
}

.sidebar .widget_categories a {
  padding: 0 0 0 20px;
  display: block;
  color: #333;
  position: relative;
  line-height: 42px;
}

.sidebar .widget_categories ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget_categories ul li {
  position: relative;
}

.sidebar .widget_categories li:hover:before {
  width: 100%;
}

.sidebar .widget_categories li:hover a {
  color: #fff !important;
}

.sidebar .widget_categories li:before {
  content: "";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  width: 2px;
  height: 100%;
}
/*
.sidebar .widget_categories li.cat-item-16:before {
  background: #8224e3;
}

.sidebar .widget_categories li.cat-item-12::before {
  background: #81d742;
}

.sidebar .widget_categories li.cat-item-8::before {
  background: #ee2;
}

.sidebar .widget_categories .cat-item::before, .widget_categories .cat-item .count {
  background: #df2523;
}

.sidebar .widget_categories li.cat-item-15::before {
  background: #1e73be;
}
*/
.site-header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title, .entry-title, .page-title {
  text-transform: uppercase;
  text-align: center;
}

.single #primary article div:not(.ls-cta) a[href*=totalshape],
.single #primary article div:not(.ls-cta) a[target=_blank] {
  color: #000;
  text-decoration: underline;
}

.single #primary article div:not(.ls-cta) a[href*=amazon],
html .single #primary article div:not(.ls-cta) a[href*='/product'] {
  color: #dd1c1a;
  text-decoration: underline;
}

.single #primary article .ks_cta {
  color: #fff !important;
  text-decoration: none !important;
}

.single #primary article .ls-cta,
.single #primary article .ls-cta a {
  color: #fff !important;
}

html .entry-author a.button,
html #primary article .swp_social_panel a {
  color: #fff !important;
}

.navigation.pagination {
  text-align: center;
}

.navigation.pagination .nav-links {
  display: inline-block;
}

.navigation.pagination .page-numbers {
  display: block;
  min-width: 2em;
  margin-right: 0.5em;
  padding: 0.5em;
  float: left;
  text-decoration: none;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  color: inherit;
}

.navigation.pagination .current {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.ks_cta{box-sizing: border-box;}
.entry-thumbnail img{max-width:100%; height:auto;}

/*
ks
*/
