.single-productupdates .site,
.page-template-product-releases .site{
    background-color: #f7f7f7;

}
.pr-page {
    padding: 0 20px;
    font-family: "Open Sans", sans-serif;
}

.pr-header h1 {
    font-size: 48px;
    font-family: "dinPro", "Open Sans", sans-serif;
    font-weight: 700;
    margin:30px 0 40px;
    text-align: center;
}
.pr-filter {
    text-align: center;
    position: relative;

}
#pr_select {
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
}
.pr-filter .btn-loader {
    position: absolute;
    left: 0;
    top: -37px;
    right: 0;
    margin: 0 auto;
}

.prs-container {
    min-height: 700px;
}
.pr-s {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.pr-list {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 700px;
}
.pr-item {
    margin-bottom: 40px;
    box-shadow: 0 2px 6px 0 rgba(0,1,1,.1);
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    padding: 20px;
}
.pr-item:hover {
    box-shadow: 0 5px 10px 0 rgba(0,1,1,.15);
}
.pr-img {
    margin-bottom: 20px;
    text-align: center;
}
.pr-img img {
    display: inline-block;
    width: 100%;
    height: 150px;
    border-radius: 3px;
    object-fit: cover;
}
.pr-img.pr-contain img {
    object-fit: contain;
}
.pr-item.no-img .pr-info {
    padding-top: 10px;
}
.pr-brow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pr-icons {
    display: inline-block;
    margin-right: 5px;
}
.pr-icons > img {
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}
.pr-products {
    font-size: 14px;
    display: inline-block;
    color: #788693;
    /*width: calc(100% - 30px);*/
    /*width: 100%;*/
}
.pr-info > h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px
}
.pr-info > h4 a {
    color: #333;
}
.pr-info > h4 a:hover {
    text-decoration: none;
    color: #e75204;
}
.pr-info > p {
    font-size: 17px;
}
.pr-info .btn-arrow {
    margin: 0 0 10px;
    display: inline-block;
    height: 30px;
}

.pr-info .btn-arrow:hover {
    padding-right: 5px;
}
.pr-info .btn-arrow:after {
    right: -20px;
    top: -2px;
}


/* Single Page */
.pr-single {
    font-family: "Open Sans", sans-serif;
}
.prs-header {
    padding: 0 20px;
}
.prs-header h1 {
    font-size: 36px;
    font-family: "dinPro", "Open Sans", sans-serif;
    font-weight: 700;
    margin: 30px 0 40px;
}
.prs-back {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.prs-back a {
    font-size: 18px;
    color: #2B3A47;
    font-weight: 600;
}
.prs-back a:hover {
    text-decoration: none;
}
.pr-single .pr-brow {
    padding: 20px 0;
}
.prs-aside {
    margin-bottom: 40px;
    padding:  0 20px;
}
.prs-download {
    text-align: center;
    margin-bottom: 40px;
}
.prs-download img {
    display: inline-block;
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
    border-radius: 5px;
    object-fit: cover;
}
.prs-link {
    width: calc(50% - 10px);
    float: left;
}
.prs-link:first-child {
    margin-right: 20px;
}
.prs-l-type {
    color: #788693;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.prs-ll {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prs-icon {
    background-color: #e75204;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.prs-link:first-child .prs-icon {
    line-height: 36px;
}
.prs-icon i {
    color: #fff;
    font-size: 17px;
}
.prs-ll span {
    width: calc(100% - 42px);
    font-size: 15px;
    color: #2B3A47;
    font-weight: 600;
    line-height: 1.1;
}
.pr-single .b-post {
    padding: 20px;
    font-size: 18px;
    line-height: 1.7;
}


@media (min-width: 700px) {
    .pr-page,
    .pr-single {padding: 0 40px;max-width: 800px;margin: 0 auto;}
    .pr-filter {text-align: left;}
    #pr_select {width: 300px;}
    .pr-filter .btn-loader {left: 310px;top: 7px;right: auto;}
    .pr-item {padding: 30px;}
    .pr-img {width: 200px;height: 200px;float: left;margin-bottom: 0;}
    .pr-img img {width: 100%;height: 100%;border-radius: 5px;}
    .pr-info {float: left;width: calc(100% - 220px);padding-left: 25px;}
    .pr-item.no-img .pr-info {width: 100%;padding-left: 0;padding-top: 0;}
    .pr-info > h4 {margin-top: 5px;}
    .pr-info .btn-arrow { margin-bottom: 0; margin-right: 5px;}

    .pr-single {max-width: 900px;}
    .prs-header, .prs-aside {padding: 0}
    .prs-back {text-align: left;}
    .pr-brow > div {text-align: left;}
    .prs-container {position: relative; padding-left: 300px;}
    .prs-aside {width: 260px; position: absolute; left: 0; top: 0;}
    .prs-download img {width: 260px; height: 260px;}
    .prs-download .btn-md {width: 100%;}
    .prs-link {width: 100%; margin-bottom: 30px;}
    .prs-ll span {font-size: 17px;}
}


@media (min-width: 900px) {
    .pr-page {padding: 0;}

    .pr-info {padding-right: 15px;}
    .pr-info p {margin-bottom: 2px;}
    .prs-back {border-bottom: none; float: right;}
    .prs-header {border-bottom: 1px solid #ddd; margin-bottom: 50px;}
    .pr-single .b-post {padding: 0; background-color: transparent; box-shadow: none;}
    .pr-single .pr-brow {float: left; padding-top: 0;}

    .pr-brow > div {position: relative;top: 4px;}
}

@media (min-width: 1000px) {
    .pr-single {padding: 0;}
}




























