/*
Theme Name: RepairPress Child
Template:     repairpress-pt
Theme URI: https://demo.proteusthemes.com/repairpress/
Author: ProteusThemes
Author URI: https://www.proteusthemes.com/
Description: RepairPress WordPress Theme.
Version: 1.5.8
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: repairpress-child
*/
html, body {
  margin: 0; }

.pointer {
  cursor: pointer !important; }

h2 {
  margin-top: 50px; }

.meni-icon-github, .meni-icon-contribute, .meni-icon-donate, .meni-icon-search {
  text-transform: uppercase; }
  .meni-icon-github > a, .meni-icon-contribute > a, .meni-icon-donate > a, .meni-icon-search > a {
    padding-right: 0 !important;
    color: #aaaaaa !important; }
    .meni-icon-github > a:after, .meni-icon-contribute > a:after, .meni-icon-donate > a:after, .meni-icon-search > a:after {
      background-color: transparent !important; }
    .meni-icon-github > a:hover, .meni-icon-contribute > a:hover, .meni-icon-donate > a:hover, .meni-icon-search > a:hover {
      color: #333333 !important; }
      .meni-icon-github > a:hover:after, .meni-icon-contribute > a:hover:after, .meni-icon-donate > a:hover:after, .meni-icon-search > a:hover:after {
        background-color: #333333 !important;
        width: 100% !important; }
    .meni-icon-github > a:before, .meni-icon-contribute > a:before, .meni-icon-donate > a:before, .meni-icon-search > a:before {
      font-family: FontAwesome !important;
      display: inline-block !important;
      position: relative !important;
      background-color: transparent !important;
      vertical-align: top !important;
      font-size: 35px;
      margin-top: -17px; }

.meni-icon-github {
  margin-left: auto !important; }
  .meni-icon-github > a:before {
    content: "\f09b" !important;
    padding-right: 35px !important; }

.meni-icon-contribute > a:before {
  content: "\f2b5" !important;
  padding-right: 20px !important; }

.meni-icon-donate > a:before {
  content: "\f004" !important;
  padding-right: 32px !important; }

.meni-icon-search {
  margin-right: 20px;
  cursor: pointer; }
  .meni-icon-search > a {
    content: '' !important; }
    .meni-icon-search > a:before {
      content: "\f002" !important; }

@media (min-width: 992px) {
  .navbar-collapse.collapse, .main-navigation {
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%; }

  .navbar-collapse.collapse {
    display: flex !important; }

  .hide-separator a:before {
    background-color: transparent !important; }

  .meni-icon-github {
    margin-left: auto !important; }
    .meni-icon-github > a:before {
      padding-right: 35px !important; }

  .meni-icon-contribute > a:before {
    padding-right: 50px !important; }

  .meni-icon-donate > a:before {
    padding-right: 40px !important; }

  .meni-icon-search {
    margin-right: 20px; }
    .meni-icon-search > a:before {
      padding-right: 35px !important; } }
.pt-cv-pinterest:not(.pt-cv-no-bb) .pt-cv-pinmas > * {
  border-bottom: 0; }

.pt-cv-pinterest .pt-cv-pinmas {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .pt-cv-pinterest .pt-cv-pinmas:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background-color: #f2f2f2; }

.accordion__panel .panel-body a {
  position: static !important;
  display: inline !important;
  color: #3baed4 !important;
  padding: 0 !important;
  border: 0 !important; }
  .accordion__panel .panel-body a:before {
    display: none !important;
    content: '' !important; }
  .accordion__panel .panel-body a:hover {
    color: #1588ae !important;
    text-decoration: underline;
    background-color: transparent; }

pre {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  color: #C7254E;
  background-color: #F9F2F4;
  white-space: pre;
  font: 16px/24px 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; }

.search-form {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  height: 100vh; }
  .search-form__modal {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex ;
    flex-flow: row wrap;
    justify-content: center;
    overflow-y: scroll;
    height: 100vh; }
  .search-form .searchbox {
    pointer-events: auto;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 800px; }
  .search-form header {
    width: 100%;
    text-align: right;
    padding: 20px; }
  .search-form main {
    width: 100%;
    padding: 50px;
    padding-top: 0; }
    .search-form main .gsc-input-box, .search-form main .gsc-search-button-v2, .search-form main .gsc-search-button-v2:hover, .search-form main .gsc-search-button-v2:focus {
      height: 35px; }

.tag {
  display: inline-block;
  padding: 3.5px 10px;
  background-color: #3baed4;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 100ms ease-out;
  cursor: default;
  margin-top: 3px ;
  margin-bottom: 3px ;
  margin-right: 3px; }
  .tag:hover {
    color: #fff;
    background-color: #4fc2e8;
    text-decoration: none; }

.taxonomy .tag {
  text-transform: initial; }

.hentry__header .wp-post-image {
  width: 100%; }
.hentry__header .image-sidebar {
  width: 100%; }

@media (min-width: 992px) {
  .hentry__header {
    align-items: center;
    display: flex ;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .hentry__header .wp-post-image {
      width: calc(100% - 300px); }
    .hentry__header .image-sidebar {
      width: 250px;
      margin-left: 50px; } }
.header__widgets .widget_text {
  align-items: flex-end;
  display: flex ;
  flex-flow: row wrap;
  justify-content: flex-end; }
  .header__widgets .widget_text p {
    font-size: 24px;
    top: 10px;
    position: relative;
    margin-bottom: 0; }

.highlihted {
  align-items: center;
  display: flex ;
  flex-flow: column nowrap;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .highlihted {
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: row nowrap; } }
  .highlihted__device {
    display: block;
    background-color: #ffffff;
    padding: 20px;
    text-decoration: none !important; }
    .highlihted__device:hover {
      text-decoration: none !important; }
    @media (min-width: 768px) {
      .highlihted__device + a {
        margin-left: 20px; } }
    .highlihted__device--img {
      object-fit: contain;
      object-position: 50% 50%; }
    .highlihted__device--title {
      text-align: center; }

@media (min-width: 992px) {
  .single-device .two-column {
    align-items: flex-start;
    display: flex ;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .single-device .two-column > .specifications, .single-device .two-column > .faq {
      width: calc((1 / 2) * 100% - (1 / 2) * 50px) ; }
    .single-device .two-column > .specifications + .faq {
      margin-left: 50px; }

  .faq {
    margin-bottom: 50px; } }
.section-full {
  margin-left: -390px ;
  margin-right: -390px ;
  padding-left: 390px ;
  padding-right: 390px ;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 30px;
  border: 0;
  background-color: #fafafa; }

.section-content {
  padding-top: 30px; }

.device_support {
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 15px 30px; }
  .device_support.csc {
    background-color: #fc4e03; }
    .device_support.csc:hover {
      background-color: #e60000; }
  .device_support.eos {
    background-color: #fc4e03; }
    .device_support.eos:hover {
      background-color: #e60000; }
  .device_support.wip {
    background-color: orange; }
    .device_support.wip:hover {
      background-color: #e69500; }
  .device_support.supported {
    background-color: #79A70A; }
    .device_support.supported:hover {
      background-color: #688f09; }

@media (min-width: 992px) {
  .device_support {
    margin-top: 0; } }
.kernel_supported, .kernel_unsupported, .kernel_cli {
  position: relative;
  background-color: #ffffff; }
  .kernel_supported .ribbon, .kernel_unsupported .ribbon , .kernel_cli .ribbon{
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    width: 135px;
    height: 135px;
    text-align: right; }
    .kernel_supported .ribbon span, .kernel_unsupported .ribbon span, .kernel_cli .ribbon span {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 35px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 170px;
      display: block;
      background: linear-gradient(#9BC90D 0%, #79A70A 100%);
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 31px;
      right: -36px; }
      .kernel_supported .ribbon span::before, .kernel_unsupported .ribbon span::before, .kernel_cli .ribbon span::before  {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #79A70A;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79A70A; }
      .kernel_supported .ribbon span::after, .kernel_unsupported .ribbon span::after, .kernel_cli .ribbon span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #79A70A;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79A70A; }

.kernel_supported .ribbon span {
  color: #ffffff;
  background: #79A70A;
  background: linear-gradient(#79A70A 0%, #688f09 100%); }
.kernel_supported .ribbon span::before {
  border-left: 3px solid #79A70A;
  border-top: 3px solid #79A70A; }
.kernel_supported .ribbon span::after {
  border-right: 3px solid #79A70A;
  border-top: 3px solid #79A70A; }

.kernel_unsupported .ribbon span {
  color: #ffffff;
  background: red;
  background: linear-gradient(red 0%, #e60000 100%); }
  .kernel_unsupported .ribbon span::before {
    border-left: 3px solid red;
    border-top: 3px solid red; }
  .kernel_unsupported .ribbon span::after {
    border-right: 3px solid red;
    border-top: 3px solid red; }

.kernel_cli .ribbon span {
  color: #ffffff;
  background: #777777;
  background: linear-gradient(#77777 20%, #a5a5a5 100%); }
  .kernel_cli .ribbon span::before {
    border-left: 3px solid #fgfgfg;
    border-top: 3px solid #fgfgfg; }
  .kernel_cli .ribbon span::after {
    border-right: 3px solid #fgfgfg;
    border-top: 3px solid #fgfgfg; }


.newsflash--item {
  width: calc((1 / 1) * 100%) ;
  align-items: center;
  display: flex ;
  flex-flow: row nowrap;
  justify-content: flex-start;
  text-decoration: none !important;
  cursor: pointer; }
  .newsflash--item .newsflash__title, .newsflash--item .fa {
    color: #3baed4 !important; }
  .newsflash--item:hover .newsflash__title, .newsflash--item:hover .fa {
    color: #1588ae !important; }
.newsflash__text {
  margin-top: 5px;
  margin-left: 20px;
  width: calc(100% - 75px); }
.newsflash__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .newsflash__title + p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.maker__logo, .soc__logo {
  padding: 20px;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center; }

.progress__container {
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background-color: #eeeeee; }
  .progress__container--bar {
    height: 10px;
    float: left; }
  .progress__container .bar--green {
    background-color: #79A70A; }
  .progress__container .bar--orange {
    background-color: orange; }
  .progress__container .bar--red {
    background-color: red; }

.kernels, .accessories {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .kernels__item, .accessories__item {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.kernels__archive {
  width: 100%;
  text-align: center; }
.kernels__archive > a {
  margin: 10px auto;
  padding: 10px 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  border-color: #eeeeee;
  background-color: #eeeeee;
  color: #aaaaaa;
  transition: all .3s ease; }
  .kernels__archive > a:hover {
    border-color: #aaaaaa;
    background-color: #aaaaaa; }
.adds_item {
  width: 100%;
  margin-bottom: 0px;
}
.kernels__item {
  width: 100%;
  margin-bottom: 20px; }
  .kernels__item--adds {
    padding: 20px;
    min-height: 180px;
    justify-content: space-evenly; }
  .kernels__item--content {
    padding: 20px;
    min-height: 160px; }
  .kernels__item--links {
    padding: 10px 20px 20px 20px;
    display: flex;
    justify-content: space-evenly; }
    .kernels__item--links a {
      padding-left: 50px;
      padding-top: 10px ;
      padding-bottom: 10px ;
      background-color: transparent;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      background-size: 45px; }
  .kernels__item--issue {
    background-color: #f2f2f2;
    margin-top: 10px;
    padding: 20px; }
    .kernels__item--issue__content h3 {
      margin-top: 10px; }
    .kernels__item--issue__content--toggle {
      cursor: pointer; }
    .kernels__item--issue__content--toggled {
      color: #3d3d3d; }

.kernels-archive {
  margin-left: auto ;
  margin-right: auto ; }

.accessories {
  align-items: stretch; }
  .accessories__item {
    width: 100%;
    margin-bottom: 20px;
    transition: all .3s ease;
    background-color: #ffffff; }
    .accessories__item:hover {
      text-decoration: none;
      background-color: #f2f2f2; }
    .accessories__item:focus {
      text-decoration: none; }
    .accessories__item--margin {
      margin: 20px; }
    .accessories__item--description {
      color: #aaaaaa;
      margin-top: 10px; }
    .accessories__item h3 {
      font-size: 20px; }

.cvp-live-filter .cvp-label {
  color: #3d3d3d;
  display: block;
  font-size: 30px; }

@media (min-width: 768px) {
  .kernels__item {
    flex-basis: calc((1 / 2) * 100% - (1 / 2) * 20px) ; }
    .kernels__item + .kernels__item {
      margin-left: 20px; }
    .kernels__item:nth-child(2n+1) {
      margin-left: 0; } }
@media (min-width: 480px) and (max-width: 639px) {
  .accessories__item {
    flex-basis: calc((1 / 2) * 100% - (1 / 2) * 20px) ; }
    .accessories__item + .accessories__item {
      margin-left: 20px; }
    .accessories__item:nth-child(2n+1) {
      margin-left: 0; } }
@media (min-width: 640px) and (max-width: 767px) {
  .accessories__item {
    flex-basis: calc((1 / 3) * 100% - (2 / 3) * 20px) ; }
    .accessories__item + .accessories__item {
      margin-left: 20px; }
    .accessories__item:nth-child(3n+1) {
      margin-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .accessories__item {
    flex-basis: calc((1 / 4) * 100% - (3 / 4) * 20px) ; }
    .accessories__item + .accessories__item {
      margin-left: 20px; }
    .accessories__item:nth-child(4n+1) {
      margin-left: 0; } }
@media (min-width: 992px) {
  .accessories__item {
    flex-basis: calc((1 / 5) * 100% - (4 / 5) * 20px) ; }
    .accessories__item + .accessories__item {
      margin-left: 20px; }
    .accessories__item:nth-child(5n+1) {
      margin-left: 0; }

  .newsflash__grid {
    align-items: center;
    display: flex ;
    flex-flow: row wrap;
    justify-content: flex-start; }
  .newsflash--item {
    width: calc((1 / 3) * 100% - (2 / 3) * 40px) ;
    height: 100px; }
    .newsflash--item + .newsflash--item {
      margin-left: 40px; } }

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