::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}

/* GENERAL */
body {
  background-color: #f3f4f6;
  font-size: 16px;
}

p {
  line-height: 24px;
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: #333;
}

a {
  color: #0080FF;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

h2 a, h3 a {
  color: #333;
}

h2 a:hover, h3 a:hover {
  color: #0080FF;
}

img {
  max-width: 100%;
  height: auto;
}

ul.menu, ul.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.btn {
  border: 0px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 9px 15px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.btn.btn-sm {
  padding: 0px 15px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 3px;
}

.btn.btn-lg {
  font-size: 24px;
  padding: 14px 20px;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn.btn-secondary {
  background-color: #17B373;
  color: #fff;
}

.btn.btn-secondary:hover {
  background-color: #12a76a;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:visited {
  color: #fff;
}

.btn.btn-primary {
  background-color: #DB0B0B;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: #c70a0a;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:visited {
  color: #fff;
}

.btn.btn-border {
  background-color: transparent !important;
  border: 1px solid transparent;
}

.btn.btn-border:hover {
  opacity: 0.7;
}

.btn.btn-border.btn-primary {
  border-color: #DB0B0B;
  color: #DB0B0B;
}

.btn.btn-border.btn-secondary {
  border-color: #17B373;
  color: #17B373;
}

span.badge {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0px 10px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

span.star-rating {
  background-image: url(../images/star-rating.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  width: 98px;
  height: 16px;
}

span.star-rating > span {
  background-image: url(../images/star-rating.png);
  background-repeat: no-repeat;
  background-position: 0px -20px;
  height: 100%;
  display: block;
  width: 100%;
}

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

.flexslider:before, .flexslider:after {
  content: '';
  display: table;
}

.flexslider:after {
  clear: both;
}
/* END GENERAL */

/* HEADER */
#site-header {
  background-color: #111;
  color: #fff;
  min-height: 80px;
  font-size: 16px;
  position: relative;
  z-index: 200;
}

#site-header a {
  color: #fff;
  display: inline-block;
}

#site-header .container {
  position: relative;
}

#site-header .site-logo {
  position: absolute;
  left: 15px;
  top: 20px;
}

#site-header button.toggle-menu {
  float: left;
  border: 0px;
  background: transparent;
  outline: none;
  padding: 0px;
  margin-top: 8px;
  display: none;
}

#site-header button.toggle-menu span {
  display: block;
  margin: 6px 0px;
  background-color: #fff;
  border-radius: 4px;
  width: 31px;
  height: 3px;
}

#site-header button.toggle-search {
  float: right;
  border: 0px;
  padding: 0px 0px;
  background-color: transparent;
  font-size: 20px;
  line-height: 48px;
  outline: none;
  display: none;
}

#search-box {
  clear: both;
  background-color: #333;
  margin: 0px -15px;
  display: none;
}

#search-box form {
  position: relative;
  padding: 15px 53px 15px 15px;
}

#search-box form input[type="text"] {
  border: 0px;
  padding: 0px 15px;
  height: 38px;
  outline: none;
  color: #333;
  font-size: 14px;
  width: 100%;
}

#search-box form button[type="submit"] {
  width: 38px;
  height: 38px;
  background-color: #d9252b;
  border: 0px;
  padding: 0px 0px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width: 992px) {
  #site-nav ul.menu {
    float: right;
  }

  #site-nav ul.menu > li {
    float: left;
    position: relative;
    margin-left: 30px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }

  #site-nav ul.menu > li > a {
    line-height: 76px;
  }

  #site-nav ul.sub-menu {
    position: absolute;
    background-color: #111;
    min-width: 210px;
    padding: 6px 0px;
    top: 100%;
    left: 0px;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #site-nav ul.sub-menu a {
    display: block;
    padding: 8px 15px;
  }

  #site-nav ul.sub-menu > li {
    position: relative;
  }

  #site-nav ul.sub-menu > li:hover > a {
    background-color: #333;
  }

  #site-nav ul.sub-menu ul.sub-menu {
    top: 0px;
    left: 100%;
  }

  #site-nav ul.menu > li.current-menu-item,
  #site-nav ul.menu > li:hover {
    border-bottom-color: #db0b0b;
  }

  #site-nav ul.menu > li:hover > ul.sub-menu,
  #site-nav ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  #site-header {
    min-height: 48px;
  }

  #site-header .site-logo {
    max-width: 120px;
    height: auto;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #site-header button.toggle-menu,
  #site-header button.toggle-search {
    display: block;
  }

  #site-nav {
    display: none;
    clear: both;
  }

  #search-box.in, #search-box.collapsing,
  #site-nav.in, #site-nav.collapsing {
    display: block;
  }

  #site-nav ul.menu {
    padding: 0px 0px 5px;
  }

  #site-nav ul.menu a {
    display: block;
    padding: 8px 0px;
  }

  #site-nav ul.menu ul {
    margin-left: 15px;
  }
}
/* END HEADER */

/* MEGA MENU */
#site-header .megamenu {
  position: absolute;
  top: 100%;
  right: 15px;
  left: 15px;
  background-color: #111;
  padding: 30px 30px;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#site-header .megamenu ul.menu {
  float: none;
}

#site-header .megamenu ul.menu li {
  border: 0px;
  font-size: 16px;
  line-height: 22px;
  margin: 0px 0px 5px;
  float: none;
}

#site-header .megamenu ul.menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

#site-header .megamenu ul.menu li a:hover {
  color: #0080FF;
}

#site-header .megamenu ul.menu > li:nth-child(1) > a:after {
  content: '';
  width: 100%;;
  height: 2px;
  background-color: #db0b0b;
  border-radius: 6px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#site-header .megamenu ul.menu > li:nth-child(1) > a {
  position: relative;
  color: #db0b0b;
  font-weight: 700;
  padding-bottom: 3px;
  margin-bottom: 7px;
}

#site-nav ul.menu > li.has-megamenu {
  position: static;
}

#site-nav ul.menu > li.has-megamenu > ul.sub-menu {
  display: none;
}

#site-nav ul.menu > li.has-megamenu:hover > div.megamenu {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  #site-header .megamenu {
    display: none;
  }

  #site-nav ul.menu > li.has-megamenu > ul.sub-menu {
    display: block;
  }
}
/* END MEGA MENU */

/* FOOTER */
#site-footer {
  background-color: #333333;
  color: #888888;
  font-size: 16px;
  padding: 23px 0px;
}

#site-footer p {
  margin: 0px;
}

#site-footer a {
  color: #fff;
}

#site-footer a:hover {
  color: #888;
}

#site-footer p small {
  font-size: 12px;
}

#site-footer  ul.sub-menu {
  display: none;
}

@media (min-width: 992px) {
  #site-footer  ul.menu {
    float: right;
    margin-top: 17px;
  }

  #site-footer  ul.menu > li {
    float: left;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #site-footer  ul.menu > li {
    float: left;
    padding: 10px 30px 0px 0px;
  }
}
/* END FOOTER */

/* HERO */
#hero {
  background-image: url(/wp-content/uploads/2019/12/WePC-Pattern.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  color: #FFFFFF;
  position: relative;
  z-index: 100;
}

#hero .container {
  height: 100%;
}

#hero .hero-title {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#hero .hero-title h1 {
  font-size: 48px;
  line-height: 70px;
  color: #fff;
  margin: 0px 0px 5px;
}

#hero .hero-title p {
  margin: 0px;
  opacity: 0.8;
}

#hero .breadcrumbs {
  margin: 0px;
  padding: 15px 0px;
  font-size: 13px;
}

#hero .breadcrumbs a {
  color: #cecece;
}

#hero .breadcrumbs a:hover {
  color: #fff;
}

#hero .breadcrumbs .fa {
  margin: 0px 10px;
}

#hero .entry-meta {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
}

#hero .entry-meta a {
  color: #fff;
}

#hero .entry-meta span.separate {
  display: inline-block;
  height: 10px;
  overflow: hidden;
  background-color: #fff;
  text-indent: -999px;
  width: 1px;
  margin: 0px 12px;
}

@media (max-width: 767px) {
  #hero {
    height: auto;
    padding-bottom: 30px;
  }

  #hero .hero-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  #hero .entry-meta span.separate {
    display: block;
    height: 1px;
    visibility: hidden;
  }
}
/* END HERO */

/* MODULES */
#fl-welcome .fl-row-fixed-width {
  max-width: 930px;
  height: 540px;
  padding-top: 130px;
}

#fl-welcome h1.fl-heading {
  font-size: 62px;
  line-height: 78px;
}

#fl-welcome .fl-rich-text p {
  font-size: 18px;
  line-height: 30px;
}

.fl-heading-text span {
  color: #db0b0b !important;
}

.fl-row.fl-featured-builds {
  padding: 0px 20px;
}

.fl-row.fl-featured-builds p:empty {
  display: none;
}

.fl-row.fl-featured-builds p:last-child {
  margin-bottom: 0px;
}

.fl-row.fl-featured-builds .fl-row-content-wrap {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}

.fl-row.fl-featured-builds .fl-col:nth-child(2) {
  border-left: 1px solid #e3e7ea;
  border-right: 1px solid #e3e7ea;
}

.fl-row.fl-as-seen .fl-heading {
  font-weight: 400;
  padding-bottom: 12px !important;
  position: relative;
}

.fl-row.fl-as-seen .fl-heading:after {
  content: '';
  background-color: #939496;
  width: 42px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: 0px;
}

.fl-row.fl-as-seen .fl-rich-text p {
  margin: 15px 20px;
  display: inline-block;
}

.fl-row.fl-as-seen .fl-rich-text p:empty {
  display: none;
}

.fl-row.fl-as-seen .fl-rich-text img {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.fl-row.fl-as-seen .fl-rich-text img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.fl-row.fl-clicktoaction .fl-rich-text h3 {
  font-size: 42px;
  line-height: 54px;
  margin: 0px 0px 15px;
  color: #fff;
}

.fl-row.fl-clicktoaction .fl-rich-text p {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 28px;
}

.fl-html .guide-box {
  position: relative;
  text-align: center;
  padding: 0px 0px 20px;
  margin-bottom: 45px;
}

.fl-html .guide-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 145px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: -1;
}

.fl-html .guide-box > a {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 10;
}

.fl-html .guide-box img {
  display: block;
  margin: 0px auto 5px;
  position: relative;
  top: 0px;
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
}

.fl-html .guide-box span {
  display: block;
  font-size: 20px;
}

.fl-html .guide-box:hover img {
  top: 10px;
}

.posts-feed .col-md-3,
.posts-feed .col-md-4 {
  padding-bottom: 30px;
}

.posts-feed article {
  background-color: #fff;
  padding: 15px 15px 20px;
  border: 1px solid #e3e7ea;
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.posts-feed article:hover {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.06);
}

.posts-feed h3 {
  margin: 0px 0px 6px;
  font-size: 16px;
  line-height: 24px;
}

.posts-feed h3 a {
  color: #385563;
}

.posts-feed .posts-feed-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-bottom: 10px;
}

.posts-feed .posts-feed-meta a {
  color: #0080FF;
}

.posts-feed .posts-feed-thumbnail {
  display: block;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -15px -16px 20px;
}

.posts-feed .posts-feed-excerpt,
.posts-feed .posts-feed-excerpt p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.nc_socialPanel.scale-fullWidth {
  max-width: 600px;
  padding: 0px 15px;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .row.posts-feed {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .fl-col.fl-col-small {
    max-width: 100%;
  }

  .fl-row.fl-featured-builds .fl-col:nth-child(2) {
    border: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #fl-welcome .fl-row-fixed-width {
    height: auto;
    padding-top: 90px;
    padding-bottom: 30px;
  }

  #fl-welcome h1.fl-heading {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (max-width: 480px) {
  .fl-heading-text br {
    display: none;
  }
}
/* END MODULES */

/* COMMENT */
#comments {
  clear: both;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 30px;
}

#comments .comments-title,
#comments .comment-reply-title {
  margin: 0px 0px 20px;
  font-size: 32px;
}

#comments .logged-in-as,
#comments .comment-reply-title small {
  font-size: 14px;
}

.comment-form {
  position: relative;
  padding-right: 80px;
}

.comment-form .form-control {
  border-radius: 4px;
  border: 1px solid #D9DCDE;
  outline: none;
  height: 40px;
  padding: 4px 15px;
}

.comment-form textarea.form-control {
  height: 80px;
  padding: 10px 15px;
  resize: vertical;
}

.comment-form button[type=submit] {
  width: 60px;
  height: 60px;
  background-color: #DB0B0B;
  border-radius: 50%;
  border: 0px;
  outline: none;
  text-align: center;
  padding: 0px;
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.comment-form button[type=submit] p {
  display: none;
}

.comment-form button[type=submit]:hover {
  background-color: #c70a0a;
}

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form .form-group.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.comment-form .form-group.comment-form-email {
  float: right;
  width: 50%;
  padding-left: 10px;
}

.comment-form .form-group.comment-form-comment {
  clear: both;
  margin-bottom: 0px;
}

#comments ol.comment-list ol,
#comments ol.comment-list {
  padding: 0px;
  padding: 0px;
  list-style: none;
}

#comments ol.comment-list ol.children {
  padding: 20px 0px 0px 68px;
}

#comments ol.comment-list li.comment {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#comments ol.comment-list li.comment:after {
  content: '';
  position: absolute;
  left: 68px;
  right: 0px;
  bottom: 0px;
  border-top: 1px dashed #E4E7E9;
}

#comments ol.comment-list li.comment:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#comments ol.comment-list li.comment:last-child:after {
  display: none;
}

#comments ol.comment-list li.comment .comment-respond {
  padding: 20px 0px 0px 68px;
}

ol.comment-list .comment-body {
  font-size: 18px;
  position: relative;
  padding: 0px 0px 0px 68px;
}

ol.comment-list .comment-body p {
  line-height: 30px;
}

ol.comment-list .comment-author img {
  position: absolute;
  top: 0px;
  left: 0px;
}

ol.comment-list .comment-author .fn {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-bottom: 2px;
}

ol.comment-list .comment-author .says {
  display: none;
}

ol.comment-list .comment-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

ol.comment-list .comment-meta a {
  color: #999;
}

ol.comment-list .comment-reply-link {
  font-size: 14px;
  text-transform: uppercase;
}

.page-template-page_landing #comments {
  max-width: 1170px;
  margin: 40px auto 60px;
}

@media (max-width: 575px) {
  #comments {
    padding: 15px 15px;
  }
}

@media (max-width: 480px) {
  ol.comment-list .comment-author img {
    position: relative;
    margin-bottom: 10px;
  }

  ol.comment-list .comment-body {
    padding-left: 0px;
  }

  #comments ol.comment-list ol.children {
    padding-left: 20px;
  }

  #comments ol.comment-list li.comment .comment-respond {
    padding-left: 0px;
  }
}
/* END COMMENT */

/* CONTENT */
#site-container {
  position: relative;
  z-index: 150;
}

.content-sidebar .content {
  float: left;
  width: 68%;
  padding-right: 30px;
}

.content-sidebar .sidebar {
  float: right;
  width: 32%;
}

.content .content-inner {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 30px;
}

#backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #333333;
  border: 0px;
  width: 40px;
  height: 40px;
  padding: 0px;
  color: #db0b0b;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: none;
  z-index: 200;
}

#breadcrumbs {
  background-color: #fff;
  font-size: 13px;
  color: #999;
  padding: 8px 0px;
}

#breadcrumbs a {
  color: #999;
}

#breadcrumbs p {
  margin: 0px;
}

#breadcrumbs p .fa {
  margin: 0px 12px;
}

ul.page-numbers {
  clear: both;
  margin: 0px;
  padding: 20px 0px;
  list-style: none;
  text-align: center;
}

ul.page-numbers > li {
  display: inline-block;
  margin: 0px 2px;
}

ul.page-numbers > li span, ul.page-numbers > li a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E4E7E9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  padding: 0px 12px;
  color: #333;
}

ul.page-numbers > li a:hover,
ul.page-numbers > li .current {
  background-color: #DB0B0B;
  color: #fff;
  border-color: transparent;
}

article.nothing {
  padding: 30px 0px;
}

.entry-content {
  font-size: 18px;
}

.entry-content p {
  margin: 0px 0px 20px;
  line-height: 30px;
}

.entry-content img.alignleft {
  float: left;
  margin: 0px 20px 25px 0px;
}

.entry-content img.alignright {
  float: right;
  margin: 0px 0px 25px 20px;
}

.entry-content img.aligncenter {
  display: block;
  margin: 0px auto 25px;
}

@media (max-width: 991px) {
  .content-sidebar .sidebar,
  .content-sidebar .content {
    float: none;
    width: 100%;
    padding: 0px;
  }

  .content-sidebar .content {
    margin-bottom: 30px;
  }

  p.breadcrumbs span.breadcrumb_last {
    display: none;
  }

  .single-post p.breadcrumbs > span > span > span > span > span .fa,
  .single-post p.breadcrumbs > span > span > span > span > span span {
    display: none;
  }

  body:not(.single-post) p.breadcrumbs > span > span > span > span .fa,
  body:not(.single-post) p.breadcrumbs > span > span > span > span span {
    display: none;
  }
}

@media (max-width: 767px) {
  p.breadcrumbs > span > span > span > span .fa,
  p.breadcrumbs > span > span > span > span span {
    display: none;
  }
}

@media (max-width: 480px) {
  .content .content-inner {
    padding: 30px 30px;
  }
}
/* END CONTENT */

/* BLOG */
body.blog #site-content,
body.page-template-page_blog #site-content {
  padding: 30px 0px 0px;
}

.featured-post-item {
  position: relative;
  font-size: 12px;
  color: #999;
  border-radius: 8px;
  height: 220px;
  margin-bottom: 30px;
  overflow: hidden;
}

.featured-post-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 4;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.featured-post-item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 5px;
}

.featured-post-item a {
  color: #999;
}

.featured-post-item .featured-post-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.featured-post-item .featured-post-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 5px 30px;
  z-index: 5;
  -webkit-transition: bottom .2s ease;
  transition: bottom .2s ease;
}

.featured-post-item:hover .featured-post-title {
  bottom: 10px;
}

.col-md-6 .featured-post-item {
  height: 320px;
}

.col-md-6 .featured-post-item h3 {
  font-size: 22px;
  line-height: 32px;
}

.content .loop-post {
  color: #666666;
  border-bottom: 1px solid #E4E7E9;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.content .loop-post h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0px 10px;
}

.content .loop-post p {
  margin: 0px;
}

.content .loop-post a.thumbnail {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  border: 0px;
  margin: 0px 0px 20px;
  border-radius: 0px;
  padding: 0px;
}

.content .loop-post .entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .content .loop-post a.thumbnail {
    height: 220px;
  }
}
/* END BLOG */

/* BLOG POST */
#after-entry-post,
.post-sidebar .widget,
.post-content article {
  background-color: #fff;
  border-radius: 8px;
}

.single-post #site-container {
  padding: 30px 0px;
}

.post-content article {
  padding: 30px 30px;
  margin-bottom: 30px;
}

.post-content h1 {
  font-size: 36px;
  line-height: 52px;
  margin: 0px 0px 10px;
}

.post-content .entry-meta {
  font-size: 12px;
  color: #666666;
  margin-bottom: 20px;
}

.post-content .entry-meta p {
  margin: 0px;
}

.post-content .entry-thumbnail {
  margin: 0px -30px 25px -30px;
}

.post-content .entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.post-content .entry-content {
}

div.tags-links {
  padding: 15px 0px;
}

div.tags-links span {
  display: inline-block;
}

div.tags-links a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  border-radius: 4px;
  background-color: #EFF2F4;
  padding: 0px 15px;
  margin: 0px 0px 0px 10px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

div.tags-links a:hover {
  background-color: #ddd;
}

.post-content .post-share ul li {
  float: left;
  margin: 5px 10px 5px 0px;
}

.post-content .post-share a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0px 15px;
  border: 1px solid #E4E7E9;
  border-radius: 4px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.post-content .post-share a:hover {
  background-color: #EFF2F4;
}

.post-content .post-share a span {
  color: #333;
}

.post-content .post-share a.facebook {
  color: #3b5998;
}

.post-content .post-share a.twitter {
  color: #0084b4;
}

.post-content .post-share a.google {
  color: #d34836;
}

.post-content .post-share a.pinterest {
  color: #C92228;
}

.post-sidebar .widget {
  clear: both;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.post-sidebar .widget .widget-title {
  font-size: 16px;
  color: #999999;
  margin: 0px 0px 15px;
}

.widget .recent-post-item {
  position: relative;
  font-size: 12px;
  color: #666666;
  padding: 0px 0px 0px 130px;
}

.widget .recent-post-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0px 2px;
}

.widget .recent-post-item p a {
  color: #333;
}

.widget .recent-post-item span.author {
  display: none;
}

.widget .recent-post-item .recent-post-thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget .recent-post-item .recent-post-title {
  border-bottom: 1px solid #E4E7E9;
  min-height: 90px;
  margin-bottom: 10px;
}

.widget .recent-post-item.first {
  padding-left: 0px;
}

.widget .recent-post-item.first h3 {
  font-size: 16px;
  line-height: 24px;
}

.widget .recent-post-item.first span.author {
  display: inline-block;
}

.widget .recent-post-item.first .recent-post-thumbnail {
  position: relative;
  width: 100%;
  height: 140px;
  display: block;
  margin-bottom: 15px;
}

.widget .recent-post-item.first .recent-post-title {
  height: auto;
}

.widget .recent-post-item:last-child .recent-post-title {
  border: 0px;
  margin-bottom: 0px;
}

.widget .subscribe-widget p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.widget .subscribe-widget form {
  position: relative;
  border: 1px solid #E4E7E9;
  border-radius: 4px;
  margin: 0px;
  overflow: hidden;
}

.widget .subscribe-widget input[type=email] {
  font-size: 14px;
  height: 38px;
  width: 100%;
  padding: 0px 70px 0px 20px;
  border: 0px;
  outline: none;
}

.widget .subscribe-widget button[type=submit] {
  border: 0px;
  padding: 0px 15px;
  background-color: #DB0B0B;
  font-size: 14px;
  line-height: 40px;
  outline: none;
  color: #fff;
  position: absolute;
  top: -1px;
  right: 0px;
}

.widget .relate-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.widget .relate-post-item {
  width: 50%;
  padding: 0px 15px 30px;
}

.widget .relate-post-item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0px 0px 0px;
}

.widget .relate-post-item p a {
  color: #333;
}

.widget .relate-post-item .relate-post-thumbnail {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget.widget-follow ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.widget.widget-follow ul > li {
  float: left;
  width: 100px;
  margin-right: 12px;
}

.widget.widget-follow ul > li:last-child {
  margin-right: 0px;
}

.widget.widget-follow ul a {
  display: block;
  line-height: 65px;
  border-radius: 4px;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.widget.widget-follow ul a.facebook {
  background-color: #39579A;
}

.widget.widget-follow ul a.facebook:hover {
  background-color: #314e90;
}

.widget.widget-follow ul a.twitter {
  background-color: #059FF5;
}

.widget.widget-follow ul a.twitter:hover {
  background-color: #0594e4;
}

.widget.widget-follow ul a.pinterest {
  background-color: #C92228;
}

.widget.widget-follow ul a.pinterest:hover {
  background-color: #bf1a20;
}

.widget.widget-about header {
  margin-bottom: 15px;
  position: relative;
}

.widget.widget-about header p {
  font-size: 16px;
  color: #333333;
  margin: 0px 0px 0px;
}

.widget.widget-about header p small {
  font-size: 12px;
  color: #666666;
}

.widget.widget-about header img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.widget.widget-about header .about-author-name {
  position: absolute;
  left: 84px;
  top: 50%;
  -webkit-transform: translate3d(0%,-50%,0);
  transform: translate3d(0%,-50%,0);
}

#after-entry-post {
  padding: 30px 30px;
  margin-bottom: 30px;
}

#after-entry-post .widget-title {
  font-size: 20px;
  color: #333;
  margin: 0px 0px 25px;
}

.single-post #comments {
  padding: 30px 60px;
}

.post-content article h2 {
  position: relative;
  font-size: 36px;
  line-height: 52px;
}

.post-content article h2:before {
  content: '';
  width: 4px;
  height: 90%;
  background-color: #DB0B0B;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-content .fl-module.fl-module-photo > div.fl-module-content,
.post-content .fl-module.fl-module-heading > div.fl-module-content,
.post-content .fl-module.fl-module-rich-text > div.fl-module-content {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 575px) {
  .single-post #site-container > div.container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .single-post #comments,
  #after-entry-post,
  .post-content article {
    padding: 15px 15px;
  }

  .post-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .post-content .entry-thumbnail {
    margin-left: -15px;
    margin-right: -15px;
  }

  .post-content article h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .post-content article h2:before {
    width: 2px;
    left: -15px;
  }

  .widget .relate-posts {
    display: block;
    margin: 0px 0px;
  }

  .widget .relate-post-item {
    width: 100%;
    padding: 0px 0px 30px;
  }

  .post-sidebar .widget {
    padding-left: 15px;
    padding-right: 15px;
  }

  .widget.widget-follow ul>li {
    width: 70px;
  }
}
/* END BLOG POST */

/* HOW TO BUILD */
.single.postid-2037 #hero {
  height: auto;
  background-color: #373CD5;
  background-image: none !important;
}

.single.postid-2037 #hero h1 {
  margin-bottom: 20px;
}

.single.postid-2037 #hero p {
  line-height: 28px;
  margin-bottom: 15px;
}

.single.postid-2037 #hero .container {
  position: relative;
  min-height: 450px;
}

.single.postid-2037 #hero .container:before {
  content: '';
  width: 491px;
  height: 404px;
  background-image: url(/wp-content/uploads/2017/05/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0px;
  right: -60px;
}

.single.postid-2037 #hero .hero-title {
  position: relative;
  top: auto;
  transform: none;
  text-align: left;
  max-width: 690px;
  padding-top: 60px;
  padding-left: 40px;
  width: auto;
  left: auto;
  margin: 0px;
}

.single.postid-2037 #hero .entry-meta {
  display: none;
}

.fl-row.fl-step-content {
  padding: 0px 20px 40px;
}

.fl-row.fl-step-content div.fl-row-content-wrap {
  background-color: #fff;
  border-radius: 8px;
  margin-top: -80px;
  padding: 60px 160px;
  max-width: 1170px;
  margin: -80px auto 0px;
}

.fl-row.fl-step-content div.fl-rich-text h2 {
  font-size: 28px;
  margin: 0px 0px 10px;
}

.fl-row.fl-step-content div.fl-rich-text h3 {
  font-size: 20px;
  margin: 0px 0px 15px;
}

.fl-row.fl-step-content div.fl-rich-text p:empty {
  display: none;
}

.fl-row.fl-step-content div.fl-rich-text ul:not([class]) {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fl-row.fl-step-content div.fl-rich-text ul:not([class]) li {
  position: relative;
  margin: 0px 0px;
  padding: 0px 0px 20px 30px
}

.fl-row.fl-step-content div.fl-rich-text ul:not([class]) li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  top: 8px;
  left: 0px;
}

.fl-row.fl-step-content div.fl-rich-text ul.tick {
  margin: 0px 0px 20px;
  padding: 0px 0px;
  list-style: none;
}

.fl-row.fl-step-content div.fl-rich-text ul.tick > li {
  position: relative;
  padding: 0px 0px 10px 40px;
}

.fl-row.fl-step-content div.fl-rich-text ul.tick > li:before,
.fl-row.fl-step-content div.fl-rich-text ul.tick > li:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
}

.fl-row.fl-step-content div.fl-rich-text ul.tick > li:before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #76b240;
}

.fl-row.fl-step-content div.fl-rich-text ul.tick > li:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  top: 5px;
  left: 6px;
}

.build-step {
  position: relative;
  text-align: center;
  max-width: 250px;
  margin: 25px auto;
}

.build-step .build-step-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.build-step .build-step-title {
  position: relative;
  z-index: 5;
}

.build-step .build-step-title img {
  display: block;
  margin: 0px auto 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.build-step .build-step-title p {
  margin: 0px;
  line-height: 28px;
}

.build-step:hover .build-step-title img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .fl-row.fl-step-content div.fl-row-content-wrap {
    padding: 40px 80px;
  }
}

@media (max-width: 767px) {
  .single.postid-2037 #hero .container {
    padding-bottom: 200px;
  }

  .single.postid-2037 #hero .container:before {
    width: 230px;
    height: 200px;
    background-size: 100% auto;
    right: 0px;
  }

  .single.postid-2037 #hero .hero-title {
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .fl-row.fl-step-content div.fl-row-content-wrap {
    padding: 30px 30px;
  }
}
/* END HOW TO BUILD */

/* AUTHOR */
#author-header {
  background-image: url(/wp-content/uploads/2019/12/wepc-user-cover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 80px 0px;
  margin-bottom: 80px;
}

#author-header:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 10;
}

#author-header .container {
  position: relative;
  z-index: 20;
}

#author-header .author-name h1 {
  color: #fff;
  font-size: 24px;
  margin: 0px 0px 10px;
}

#author-header .author-name img {
  width: 150px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: block;
  margin: 0px auto 20px;
}

#author-header .author-name p {
  margin: 0px 0px;
  opacity: 0.8;
}

#author-header .author-bio {
  opacity: 0.8;
  padding-top: 25px;
}

#author-header .author-bio p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
}

#author-header ul.socials {
  position: absolute;
  bottom: -25px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  z-index: 20;
}

#author-header ul.socials li {
  display: inline-block;
  margin: 0px 15px;
}

#author-header ul.socials li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #225B99;
  border-radius: 50%;
  line-height: 50px;
  font-size: 24px;
  box-shadow: 1px 1px 10px 4px rgba(0,0,0,0.2);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}

#author-header ul.socials li a.twitter {
  background-color: #00ADF2;
}

#author-header ul.socials li a.googleplus {
  background-color: #D94D39;
}

#author-header ul.socials li a:hover {
  box-shadow: none;
}

#author-posts {
  padding: 0px 0px 80px;
}

#author-posts h2 {
  font-size: 36px;
  margin: 0px 0px 50px;
}

#author-posts .posts-feed article {
  background-color: #fff;
}

.footer-sidebar {
  background: #333333;
  color: #888888;
  font-size: 14px;
  text-align: center;
}

.footer-sidebar .widget {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  #author-header {
    height: 500px;
    padding: 0px;
  }

  #author-header .container {
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* END AUTHOR */

/* TABLE */
div.table-retro-gaming a.social-badge {
  display: inline-block;
  background-color: #111;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  padding: 0px 12px;
  border-radius: 3px;
  min-width: 60px;
  text-align: center;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

div.table-retro-gaming a.social-badge.facebook {
  background-color: #3b5998;
}

div.table-retro-gaming a.social-badge.facebook:hover {
  background-color: #4365ad;
}

div.table-retro-gaming a.social-badge.twitter {
  background-color: #55acee;
}

div.table-retro-gaming a.social-badge.twitter:hover {
  background-color: #64b5f3;
}

div.table-retro-gaming a.social-badge.youtube {
  background-color: #cc181e;
}

div.table-retro-gaming a.social-badge.youtube:hover {
  background-color: #e61c23;
}

div.table-retro-gaming a.social-badge.disabled {
  opacity: 0.4;
  pointer-events: none;
}

div.table-retro-gaming div.dataTables_paginate {
  text-align: center !important;
  padding: 20px 0px;
}


div.table-retro-gaming div.dataTables_paginate ul.pagination {
  margin: 0px 0px;
}

div.table-retro-gaming div.dataTables_paginate ul.pagination li {
  font-size: 14px;
}

div.table-retro-gaming ul.dtr-details {
  display: block;
  width: 100%;
}

div.table-retro-gaming ul.dtr-details li {
  padding: 0px 0px;
  margin: 0px 0px;
}

div.table-retro-gaming ul.dtr-details li a.social-badge {
  width: 100%;
}

div.table-retro-gaming ul.dtr-details li span.dtr-title {
  display: block !important;
}

div.table-retro-gaming ul.dtr-details li[data-dt-column="6"] span.dtr-title,
div.table-retro-gaming ul.dtr-details li[data-dt-column="7"] span.dtr-title,
div.table-retro-gaming ul.dtr-details li[data-dt-column="8"] span.dtr-title,
div.table-retro-gaming ul.dtr-details li[data-dt-column="9"] span.dtr-title {
  display: none !important;
}

table.dataTable-retro-gaming {
  margin: 0px 0px !important;
}

table.dataTable-retro-gaming thead th {
  font-size: 14px;
  outline: none;
}

table.dataTable-retro-gaming thead th span {
  display: inline-block;
}

table.dataTable-retro-gaming thead th img {
  max-width: 24px;
  height: auto;
}

table.dataTable-retro-gaming thead th .fa-facebook {
  color: #3b5998;
}

table.dataTable-retro-gaming thead th .fa-twitter {
  color: #55acee;
}

table.dataTable-retro-gaming thead th .fa-youtube {
  color: #cc181e;
}

table.dataTable-retro-gaming tbody td {
  font-size: 14px;
}

table.dataTable-retro-gaming tbody td h4 {
  font-size: 16px;
  margin: 0px 0px;
}

table.dataTable-retro-gaming tbody td h4 a {
  color: #333;
}
/* END TABLE */

/* MODAL */
.modal .modal-content {
  border: 0px;
  border-radius: 0px;
}

.modal .modal-header {
  background-color: #111;
}

.modal .modal-header h4 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.modal .modal-header button {
  opacity: 1;
  color: #fff;
  text-shadow: none;
}

.modal .modal-body textarea.code {
  width: 100%;
  min-height: 110px;
  font-family: Consolas,Monaco,monospace;
  unicode-bidi: embed;
  font-size: 12px;
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 5px 5px;
}
/* END MODAL */

/* ARCHIVE */
.archive .content {
  padding: 60px 0px 60px;
}
/* END ARCHIVE */

/* SINGLE GUIDE */
#after-entry-guide {
  padding: 30px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
}

#after-entry-guide #after-entry-post {
  padding: 0px 0px;
  margin: 0px;
  border-radius: 0px;
  background-color: transparent;
}

#after-entry-guide div.tags-links {
  padding: 0px 0px 30px;
}

.single.buying-guide #hero {
  height: auto;
}

.single.buying-guide-pillar #hero {
  padding-bottom: 160px;
}

.single.buying-guide #hero .hero-title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 0px 0px 35px;
}

.single.buying-guide #hero .hero-title h1 {
  margin-bottom: 10px;
}

.single.buying-guide #hero .entry-meta {
  padding-top: 20px;
}

.single.single-landing .widget .relate-post-item {
  width: 25%;
}

.single.single-landing .widget .relate-post-item .relate-post-thumbnail {
  height: 130px;
}

.single.single-landing .entry-comment {
  padding: 0px 20px 40px;
}

.single.single-landing .entry-comment .container {
  max-width: 1140px;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.single.single-landing .comments-area {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0px !important;
}

.single.single-landing .fl-row.fl-row-toc {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.single.single-landing .entry-content .swp_social_panel {
  max-width: 1080px !important;
  margin: 0px auto;
}

.fl-row.fl-row-full-width.fl-row-rounded .fl-row-fixed-width {
  max-width: 1140px;
  background-color: #fff;
  border-radius: 8px;
}

.fl-row.fl-row-full-width.fl-row-rounded .fl-module-separator {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.fl-row.fl-row-full-width.fl-row-rounded .fl-module.fl-module-module-monitors-table table .badge {
  left: -125px;
}

.fl-module-rich-text.fl-text-boxcenter .fl-rich-text {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.fl-module-rich-text.fl-text-boxcenter .fl-rich-text > h2.text-center {
  max-width: 500px;
  font-size: 36px;
  line-height: 52px;
  margin: 0px auto 25px;
}

.fl-module-rich-text.fl-text-boxcenter .fl-rich-text h3 {
  font-size: 20px;
  color: #333;
}

.fl-module-rich-text.fl-text-boxhighlight .fl-rich-text {
  background-color: #385565;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  padding: 30px 20px;
}

.fl-module-rich-text.fl-text-boxhighlight .fl-rich-text h2,
.fl-module-rich-text.fl-text-boxhighlight .fl-rich-text h3 {
  color: #fff;
  margin: 0px 0px 15px;
}

.fl-module-rich-text.fl-text-boxhighlight .fl-rich-text p {
  line-height: 26px;
}

.fl-module-rich-text.fl-text-boxhighlight .fl-rich-text p:last-child {
  margin-bottom: 0px;
}

.guides-navigation a {
  display: inline-block;
  border: 1px solid #E4E7E9;
  background-color: #fff;
  border-radius: 8px;
  font-size: 18px;
  color: #333333;
  width: 100%;
  padding: 16px 20px 16px 60px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.guides-navigation a .fa {
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.guides-navigation a.next {
  padding-right: 60px;
  padding-left: 20px;
}

.guides-navigation a.next .fa {
  left: auto;
  right: 25px;
}

.guides-navigation a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .single.single-landing .widget .relate-post-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fl-row.fl-row-guides-photo-right .fl-module-photo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 40%;
  }
}

@media (max-width: 480px) {
  .single.single-landing .widget .relate-post-item {
    width: 100%;
  }
}
/* END SINGLE GUIDE */

/* TAG TEMPLATE */
.archive.tag .content {
  padding: 60px 0px 0px;
}

.tag-posts {
  clear: both;
}

.tag-posts h2 {
  margin: 0px 0px 5px;
}

.tag-posts .posts-feed {
  padding-top: 30px;
}

.tag-posts.related-tags {
  padding: 60px 20px;
  background-color: #db0b0b;
  color: #fff;
}

.related-tags h2 {
  color: #fff;
  margin-bottom: 20px;
}

.related-tags ul {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
  text-align: center;
}

.related-tags ul li {
  display: inline-block;
  margin: 5px 10px;
}

.related-tags ul li a {
  display: inline-block;
  background-color: #fff;
  color: #db0b0b;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.related-tags ul li a:hover {
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.15);
}
/* END TAG TEMPLATE */

/* HOW TO TEMPLATE */
#howto-content article {
  background-color: transparent;
  border-radius: 0px;
  padding: 0px 0px;
}

#howto-content div.tags-links {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 30px;
}

.howto-section {
  position: relative;
  margin-bottom: 30px;
  padding-top: 60px;
  clear: both;
}

#intro.howto-section {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 8px;
}

.howto-section .entry-meta {
  margin-bottom: 10px;
}

.howto-section .entry-content p:last-child {
  margin-bottom: 0px;
}

.howto-section .howto-toc {
  padding: 10px 30px;
  margin: 0px -30px 30px;
  background-color: #db0b0b;
  color: #fff;
}

.howto-section .howto-toc span {
  display: inline-block;
  text-transform: capitalize;
}

.howto-section .howto-toc a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0px 12px 0px 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.howto-section .howto-toc a:after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 0px;
  background-color: #fff;
  transform: skewX(-25deg);
}

.howto-section .howto-toc a:last-child:after {
  display: none;
}

.howto-section .howto-toc a:hover {
  opacity: 0.7;
}

.howto-section .step-heading {
  height: 60px;
  font-size: 24px;
  line-height: 26px;
  margin: 0px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  -webkit-transition: border-radius .3s ease;
  transition: border-radius .3s ease;
}

.howto-section .step-heading .step-heading-num {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #db0b0b;
  text-align: center;
  font-size: 14px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0px 0px;
}

.howto-section .step-heading .step-heading-num span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 2px;
}

.howto-section .step-heading .step-heading-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #db0b0b;
  text-align: center;
  font-size: 22px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: 400;
}

.howto-section .step-heading .step-heading-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.howto-section .step-heading .step-heading-label {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.howto-section .step-heading.sticking {
  position: fixed;
  top: 0px;
  left: auto;
  max-width: 745px;
  z-index: 200;
  border-radius: 0px !important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.howto-section .step-description {
  background-color: #fff;
  padding: 30px 30px;
}

.howto-section ol.steps-list {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.howto-section ol.steps-list > li {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.howto-section ol.steps-list > li:nth-child(1) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.howto-section ol.steps-list .steps-list-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.howto-section ol.steps-list .entry-content {
  position: relative;
  padding: 40px 30px 30px;
}

.howto-section ol.steps-list .steps-list-num {
  width: 60px;
  height: 60px;
  background-color: #db0b0b;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  box-shadow: 1px 1px 10px 4px rgba(0,0,0,0.15);
}

.howto-section ol.steps-list li.no-photo .entry-content {
  margin-top: 40px;
}

.howto-section ol.steps-list li.alone .entry-content {
  padding-top: 30px;
}

.howto-section ol.steps-list li.alone.no-photo .entry-content {
  margin-top: 0px;
}

#steps-heading.howto-section .step-heading .step-heading-label,
.howto-section.addition-step .step-heading .step-heading-label {
  left: 30px;
}

.howto-section .step-heading.has-icon .step-heading-label {
  left: 80px;
}

#steps-heading.howto-section .step-heading {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .howto-section .step-heading {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  #intro.howto-section {
    padding: 15px 15px;
  }

  .howto-section .howto-toc {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
  }

  .howto-section .howto-toc a {
    display: block;
    padding: 0px 0px;
    margin: 5px 0px;
  }

  .howto-section .howto-toc a:after {
    display: none;
  }

  .howto-section .step-description,
  .howto-section ol.steps-list .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* END HOW TO TEMPLATE */

/* TABLEPRESS */
table.tablepress.table-cpu tr.row-head td {
  background-color: #e9e9e9;
  font-weight: 700;
}

table.tablepress.table-cpu tr td {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 10px 15px;
}

table.tablepress.table-cpu tr td[colspan="6"] {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #d3d3d3;
  padding: 15px 15px;
}

.fl-module.table-cpu .tablepress-table-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #d3d3d3;
  padding: 15px 15px;
}

.fl-module.table-cpu table.tablepress {
  margin: 0px 0px;
  max-width: 100% !important;
  width: 100% !important;
}

.fl-module.table-cpu table.tablepress caption {
  display: none;
}

.fl-module.table-cpu table.tablepress thead tr th {
  background-color: #e9e9e9;
  padding: 10px 15px;
}

.fl-module.table-cpu table.tablepress tbody tr td {
  padding: 10px 15px;
}

.fl-module.table-cpu table.tablepress tbody tr td.column-1 {
  width: 28%;
}

@media (max-width: 767px) {
  table.tablepress.table-cpu,
  table.tablepress.table-cpu tbody,
  table.tablepress.table-cpu tr,
  table.tablepress.table-cpu tr td {
      display: block;
  }

  table.tablepress.table-cpu tbody {
      display: flex;
      flex-wrap: wrap;
  }

  table.tablepress.table-cpu tr.row-head {
      display: none;
      visibility: hidden;
  }

  table.tablepress.table-cpu tr.row-name {
      width: 100%;
  }

  table.tablepress.table-cpu tr.row-info {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
  }

  table.tablepress.table-cpu tr.row-info td {
      width: 50%;
      border: 0px;
      border-top: 1px solid #e9e9e9;
  }

  table.tablepress.table-cpu tr.row-info td:before {
      content: 'Heading';
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: #777;
      margin: 0px 0px 5px;
  }

  table.tablepress.table-cpu tr.row-info td.column-1 {
      width: 100%;
      background-color: #e9e9e9;
  }

  table.tablepress.table-cpu tr.row-info td.column-6 {
      width: 100%;
  }

  table.tablepress.table-cpu tr.row-info td.column-1:before {
      content: 'Model';
  }

  table.tablepress.table-cpu tr.row-info td.column-2:before {
      content: 'Base clock';
  }

  table.tablepress.table-cpu tr.row-info td.column-3:before {
      content: 'Overclock Speed';
  }

  table.tablepress.table-cpu tr.row-info td.column-4:before {
      content: 'Core/Thread';
  }

  table.tablepress.table-cpu tr.row-info td.column-5:before {
      content: 'L3 cache';
  }

  table.tablepress.table-cpu tr.row-info td.column-6:before {
      content: 'Socket Type';
  }
}
/* END TABLEPRESS */

/* LOGIN BOX */
#login-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#login-box a:not([class]) {
  color: #0080FF;
}

#login-box .btn {
  border: 0px;
  padding: 0px 15px;
  line-height: 38px;
}

#login-box button[data-toggle] {
  border: 0px;
  padding: 0px 15px;
  background-color: transparent;
  line-height: 38px;
  outline: none;
}

#login-box span.login-or {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #ddd;
  text-align: center;
}

#login-box span.login-or:before,
#login-box span.login-or:after {
  content: '';
  background-color: #ddd;
  position: absolute;
}

#login-box p.login-heading {
  font-size: 18px;
}

#login-box .dropdown-menu {
  min-width: 250px;
  padding: 15px 15px;
  border: 0px;
  color: #333;
}

#login-box .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

#login-box .form-control {
  font-size: 13px;
  height: 38px;
  border: 1px solid #ddd;
  box-shadow: none;
}

#login-box .form-control.error {
  background-color: #f8e6e9;
  border-color: #ba7b84;
}

#login-box span.error {
  display: block;
  font-size: 12px;
  color: #c75050;
}

#login-box .alert {
  font-size: 12px;
  border: 0px;
  padding: 10px 10px;
  margin: 0px;
}

#login-box .alert a {
  display: none;
}

#login-box .dropdown.open button[data-toggle] {
  opacity: 0.7;
}

body.logged-in #login-box button[data-toggle] img,
body.logged-in #login-box button[data-toggle] span {
  display: inline-block;
  vertical-align: middle;
}

body.logged-in #login-box button[data-toggle] img {
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

body.logged-in #login-box .dropdown-menu {
  width: auto;
  min-width: 180px;
  padding: 10px 0px;
}

body.logged-in #login-box .dropdown-menu li {
  padding: 0px 0px;
}

body.logged-in #login-box .dropdown-menu a {
  display: block;
  padding: 5px 15px;
  color: #333;
}

@media (min-width: 992px) {
  body.page-id-507460 #site-nav ul.menu,
  body.page-id-507471 #site-nav ul.menu {
    padding-right: 190px;
  }

  #login-box {
    position: absolute;
    top: 20px;
    right: 15px;
  }

  #login-box .dropdown-menu {
    width: 500px;
    left: auto;
    right: 0px;
  }

  #login-box .dropdown-menu:before {
    left: auto;
    right: 35px;
  }

  #login-box span.login-or {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px 0px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }

  #login-box span.login-or:before,
  #login-box span.login-or:after {
    width: 1px;
    height: 62px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  #login-box span.login-or:before {
    top: -62px;
  }

  #login-box span.login-or:after {
    bottom: -62px;
  }

  #login-box .login-form {
    padding-right: 30px;
  }

  #login-box .login-socials {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #login-box {
    justify-content: space-between;
  }

  #login-box button[data-toggle] {
    padding-left: 0px;
  }

  #login-box span.login-or {
    margin: 0px 15px 15px;
  }

  #login-box span.login-or:before,
  #login-box span.login-or:after {
    width: 30%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #login-box span.login-or:before {
    left: 0px;
  }

  #login-box span.login-or:after {
    right: 0px;
  }
}
/* END LOGIN BOX */

/* LOGIN SOCIALS */
i.theChampLogin.theChampFacebookLogin {
  display: block;
  position: relative;
  width: auto;
  height: 30px;
  background-color: #3a579a;
  margin: 0px 0px 5px;
  padding: 0px 15px 0px 45px !important;
  border-radius: 3px;
  overflow: hidden;
}

i.theChampLogin.theChampFacebookLogin:after {
  content: 'Sign in with Facebook';
  white-space: nowrap;
  font-size: 13px;
  font-style: normal;
  color: #fff;
  line-height: 30px;
}

i.theChampLogin.theChampFacebookLogin .theChampLoginSvg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  background-size: 25px auto;
  background-position: center;
}

.heateor_ss_sl_optin_container label {
  display: block;
  margin: 0px;
  cursor: pointer;
}

.heateor_ss_sl_optin_container input {
  margin: 0px 4px 0px 0px;
}
/* END LOGIN SOCIALS */

/* HOT FIX REVIEWS */
.in-cat-reviews .fl-builder-content .fl-row > .fl-row-content-wrap,
.in-cat-reviews .fl-builder-content .fl-col > .fl-col-content {
  padding: 0px 0px !important;
  margin: 0px 0px !important;
}

body.error404 .content {
  padding: 30px 0px;
}

.tve-leads-lightbox .tve_p_lb_background .tve_p_lb_overlay {
  position: fixed;
  height: 100%;
}

body.tve-l-open.tve-o-hidden .tve-leads-lightbox .tve_p_lb_background {
  overflow-y: auto;
}

/* END */
