/*
Theme Name: SDK
*/
.news-grid {
  padding: 20px 0px;
}
.news-grid .news-grid__date {
  font-size: 12px;
  margin-bottom: 10px;
}
.news-grid .news-grid__left {
  width: 240px;
  padding: 0px 15px;
  float: left;
}
.news-grid .news-grid__right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.news-grid .news-grid__left + .news-grid__right {
    padding-left: 240px;
}
.news-grid .news-grid__l {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.news-grid .news-grid__l:hover, .news-grid .news-grid__l:focus {
  color: #fff;
}
.news-grid .news-grid__desc {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.news-grid .news-grid__readmore {
  margin-top: 30px;
  text-align: left;
  padding-right: 15px;
}
.news-grid .news-grid__readmore a {
    background: #0D1C37;
    cursor: pointer;
    border: none;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.news-grid .news-grid__readmore a:hover, .news-grid .news-grid__readmore a:focus {
  background: #173160;
}
@media only screen and (max-width: 480px) {
    .news-grid .news-grid__right {
        padding-left: 15px;
    }
    .news-grid .news-grid__left {
    width: 180px;
    }
    .news-grid .news-grid__left + .news-grid__right {
        padding-left: 15px;
    }
}

.content .news-grid {
  border-bottom: 3px solid #0d1c37;
}
.content .news-grid:last-child {
  border-bottom: none;
}
.page-cnt  {
    padding-top: 100px;
    font-size: 18px;
}
.page-cnt p {
    margin-bottom: 30px;
}
.page-cnt .pull-left {
    float: left;
    margin: 0px 20px 20px 0px;
}
@media screen and (max-width: 880px) {
    .page-cnt {
        padding-top: 0;
    }
}
.pagination {
    text-align: center;
    padding: 20px 0px
}
.page-numbers {
    padding: 5px 8px;
    margin: 5px;
    text-decoration: none;
    font-size: 16px;
}
a.page-numbers {
    background: #0D1C37;
    cursor: pointer;
    border: 1px solid #0D1C37;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
a.page-numbers:hover {
    background: #173160;
}
span.page-numbers {
    border: 1px solid #0D1C37;
}
.not-found {
    font-size: 32px;
    font-weight: bold;
    margin-top: 110px;
}
.product__desc td, .product__desc th {
    font-size: 16px;
    border: 1px solid #23334f;
    padding: 5px 10px;;
    font-weight: normal;
}
.product__desc th {
    background: #0d1c37;
}
.product__desc table {
    width: 100%;
}
.page-id-29 p {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: normal;
}
.page a {
    color: #fff;
}
textarea {
    font-family: "Open Sans Condensed";
}
.recom-block {
    margin-top: 40px;
}
.recom .item {
    width: 100%;
    padding: 0px 5px;
    
}
.recom .item .item__image {
    height: 165px;
    line-height: 165px;
}
.recom .item .item__image img {
    line-height: 165px;
    max-height: 165px;
    display: inherit;
}
.recom .item .item__cnt {
    max-width: 156px;
    margin-bottom: 0;
}
.recom .item .item__name {
    font-size: 15px;
}
.recom .owl-nav > div {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: -50px;
  margin: 0;
  outline: none;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.recom .owl-nav > div.owl-prev {
  background-image: url("assets/images/left-arrow-chevron.png");
}
.recom .owl-nav > div.owl-next {
  background-image: url("assets/images/move-to-the-next-page-symbol.png");
  left: auto;
  right: -50px;
}
.recom .owl-nav > div.disabled {
  opacity: .4;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .recom-block {
        padding: 0px 30px;
    }
}
@media screen and (min-width: 881px) and (max-width: 1024px) {
    .header .header__l {
        display: none;
    }
    .header .menu {
        text-align: left;
    }
}
.breadcrumbs {
    font-size: 17px;
    margin-bottom: 20px;
}
.breadcrumbs a {
    color: #fff;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs a, .breadcrumbs span {
    display: inline;
    vertical-align: middle;
}
.breadcrumbs .breadcrumbs__sep {
    margin: 0px 3px;
}
.breadcrumbs span:not(.sep) {
    color: #989898;
}
@media screen and (max-width: 880px) {
    .breadcrumbs {
        font-size: 15px;
        background: #0d1c37;
        padding: 3px 15px 6px 15px;
        margin: 0px -15px 20px -15px;
    }
}
.section__form ul {
    list-style: none;
}
.section__form ul li {
    font-size: 21px;
    margin-bottom: 5px;
}
.section .section__form .form {
    margin-top: 40px;
}
.product__desc a {
    color: #fff;
}
.product__desc a:hover {
    text-decoration: none;
}