html {
    font-size: 16px
}

@media (max-width: 767px) {
    html {
        font-size:14px
    }
}

body {
    color: #666;
    font-family: "Poppins";
    background-color: #f4f7fa
}

.page-wrapper {
    overflow: hidden
}

.section {
    padding: 80px 0
}

@media (max-width: 991px) {
    .section {
        padding:50px 0
    }
}

@media (max-width: 767px) {
    .section {
        padding:40px 0
    }
}

img {
    max-width: 100%
}

a {
    color: #108af9
}

a:hover {
    color: #108af9
}

p {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins"
}

.row.row--sm {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row.row--sm>div {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.page-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    opacity: 0.8
}

.page-title:before {
    content: "\f274";
    font-family: "FontAwesome";
    color: #108af9;
    padding-right: 10px
}

.btn {
    border-radius: 40px;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.btn.btn--white {
    color: #fff
}

.btn.btn--blue {
    background: #108af9;
    color: #fff;
    box-shadow: 0 3px 0 #0562b8;
    font-weight: 700
}

.btn.btn--lg {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    width: 100%;
    max-width: 260px
}

.btn.btn--solid {
    position: relative;
    overflow: hidden
}

.btn.btn--solid:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.15;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10
}

.btn.btn--solid:hover {
    color: #fff;
    opacity: 0.7
}

.btn.btn--solid:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.btn.btn--border {
    border-width: 2px
}

.btn.btn--border.btn--white {
    border-color: #fff
}

.btn.btn--border.btn--white:hover {
    background: #fff;
    color: #666
}

.btn.btn--border.btn--black {
    border-color: #242a37
}

.btn.btn--border.btn--border-light {
    border-width: 1px;
    border-radius: 20px;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 20px 5px 10px
}

.btn.btn--border.btn--border-light i {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    top: 2px
}

.btn.btn--border.btn--border-light:hover {
    background: #242a37;
    color: #fff
}

.btn i {
    margin-right: 5px;
    font-size: 18px;
    font-size: 1.125rem
}

.center-area {
    text-align: center
}

.mm-navbar.mm-navbar_has-btns .mm-navbar__btn {
    position: static
}

.entry-content p {
    line-height: 1.5;
    margin-bottom: 20px
}

.entry-content p:empty {
    display: none
}

.entry-content p a:not(.btn) {
    color: inherit;
    text-decoration: underline
}

.entry-content p a:not(.btn):hover {
    text-decoration: none
}

.entry-content>h1,.entry-content>h2,.entry-content>h3,.entry-content>h4,.entry-content>h5,.entry-content>h6 {
    color: #242a37
}

.entry-content>h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-size: 2.625rem
}

@media (max-width: 767px) {
    .entry-content>h1 {
        font-size:34px;
        font-size: 2.125rem
    }
}

.entry-content>h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 2.25rem
}

@media (max-width: 767px) {
    .entry-content>h2 {
        font-size:28px;
        font-size: 1.75rem
    }
}

.entry-content>h3 {
    margin-bottom: 15px;
    font-size: 28px;
    font-size: 1.75rem
}

@media (max-width: 767px) {
    .entry-content>h3 {
        font-size:22px;
        font-size: 1.375rem
    }
}

.entry-content>h4,.entry-content>h5,.entry-content>h6 {
    margin-bottom: 15px
}

.entry-content .img-wrapper {
    margin-bottom: 20px
}

.entry-content>ul,.entry-content>ol {
    margin-bottom: 20px
}

.entry-content>ul li,.entry-content>ol li {
    margin: 8px 0
}

.entry-content .text-list {
    margin-bottom: 20px
}

.entry-content .text-list li {
    list-style: none;
    display: block;
    margin: 8px 0;
    line-height: 1.15em
}

.entry-content .text-list li:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 8px
}

.entry-content .text-list--one li:before {
    content: "\f0da"
}

.entry-content .text-list--two li:before {
    content: "\f138"
}

.entry-content .text-list--three li:before {
    content: "\f00c"
}

.entry-content .text-list--four li:before {
    content: "\f058"
}

.entry-content .text-list--five li:before {
    content: "\f046"
}

.entry-content .text-list--six li:before {
    content: "\f111"
}

.entry-content .text-list--underline li {
    text-decoration: underline
}

.entry-content hr {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.widget .menu {
    padding-left: 0
}

.widget .menu li a {
    padding-left: 20px;
    display: block;
    position: relative
}

.widget .menu li a:after {
    font-family: "FontAwesome";
    content: "\f121";
    position: absolute;
    top: 1px;
    left: -2px;
    font-size: 14px;
    color: #108af9
}

.post-excerpt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.box-link {
    background: #f4f7fa;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    display: block;
    transition: all 400ms ease;
    margin-bottom: 30px
}

.box-link:hover {
    text-decoration: none;
    background: rgba(244, 247, 250, 0.2)
}

.box-link .icon {
    height: 80px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px
}

.box-link span {
    color: #242a37;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500
}

.widget {
    margin-bottom: 30px
}

.widget .widget-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #242a37;
    text-transform: uppercase;
    margin-bottom: 20px
}

.white-box {
    background: #fff;
    padding: 45px 45px 0px;
    border-bottom: 5px solid #108af9;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .white-box {
        padding:25px 25px 0px
    }
}

.white-box>h1,.white-box>h2,.white-box>h3,.white-box>h4,.white-box>h5,.white-box>h6 {
    color: #242a37;
    margin-bottom: 25px
}

.white-box>h1 {
    font-size: 36px;
    font-size: 2.25rem
}

.white-box>h2 {
    font-size: 36px;
    font-size: 2.25rem
}

.white-box>h3 {
    font-size: 28px;
    font-size: 1.75rem
}

.box-s1 {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
    min-width: 250px
}

@media (max-width: 767px) {
    .box-s1 {
        min-width:0
    }
}

.box-s1 h5 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold
}

.box-s1 span {
    font-size: 12px;
    font-size: 0.75rem;
    display: block
}

.box-s1 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f4f7fa
}

.box-s2 {
    text-align: center;
    padding: 25px 15px 15px;
    min-width: 160px;
    height: 100%
}

@media (max-width: 767px) {
    .box-s2 {
        min-width:0
    }
}

.box-s2 .icon {
    height: 55px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.box-s2 span {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Poppins";
    padding: 15px 15px 5px
}

.row .col-12:nth-child(odd) .box-s2 {
    background-color: #fff
}

.search-form {
    position: relative;
    padding-right: 180px
}

.search-form>label {
    display: block
}

.search-form .search-field {
    display: block;
    width: 100%;
    padding: 0;
    height: 40px;
    border: 0 none;
    background: none;
    border-bottom: 2px solid #242a37
}

.search-form .search-field:focus {
    outline: none
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 40px;
    border: 0 none;
    background: #242a37;
    color: #fff
}

.pagination {
    display: block;
    margin: 30px auto 0;
    color: #fff;
    text-align: center
}

.pagination span,.pagination>a {
    display: inline-block;
    min-width: 44px;
    padding: 0 12px;
    line-height: 44px;
    background-color: #108af9;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    margin: 0 4px;
    opacity: 0.4;
    color: #fff
}

.pagination>a {
    opacity: 1;
    transition: all 400ms ease
}

.pagination>a:hover,.pagination>a:focus {
    text-decoration: none;
    opacity: 0.4
}

.search-form-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    display: none
}

.search-form-wrapper .trigger-close {
    position: absolute;
    top: 15x;
    right: 10px;
    color: #242a37;
    font-size: 24px;
    font-size: 1.5rem
}

.search-form-wrapper .trigger-close:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .search-form-wrapper .trigger-close {
        font-size:38px;
        font-size: 2.375rem
    }
}

.search-form-wrapper form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    max-width: 500px
}

@media (max-width: 767px) {
    .search-form-wrapper form {
        padding:0 20px;
        text-align: center
    }
}

.search-form-wrapper form input[type="text"] {
    display: block;
    width: 100%;
    padding: 0;
    height: 40px;
    border: 0 none;
    background: none;
    border-bottom: 2px solid #242a37
}

.search-form-wrapper form input[type="text"]:focus {
    outline: none
}

.search-form-wrapper form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 40px;
    border: 0 none;
    background: #242a37;
    color: #fff
}

@media (max-width: 767px) {
    .search-form-wrapper form button {
        position:relative;
        margin-top: 20px;
        display: inline-block
    }
}

.breadcrumbs-wrapper {
    padding: 10px 0;
    font-size: 12px;
    font-size: 0.75rem
}

.breadcrumbs-wrapper .separator {
    font-size: 10px;
    font-size: 0.625rem;
    opacity: 0.7
}

.banner-wrapper {
    text-align: center
}

.banner-wrapper.banner-wrapper--padding {
    padding: 30px 0
}

.banner-wrapper.banner-wrapper--padding.banner-wrapper--bottom {
    padding: 0 0 30px
}

.featured-wrapper {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.featured-wrapper img {
    display: block
}

.post-excerpt .featured-wrapper {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 0 none
}

.post-info {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-size: 0.875rem
}

.post-info .separator {
    opacity: 0.5;
    padding: 0 5px
}

.post-excerpt .entry-title a {
    color: #666
}

.post-excerpt .btn--more {
    color: #666
}

.post-excerpt .btn--more:hover {
    text-decoration: none
}

.post-excerpt .btn--more:hover i {
    transform: translateX(5px)
}

.post-excerpt .btn--more i {
    color: #108af9;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    top: 1px;
    transition: all 400ms ease
}

.prp-page .reviews-list-wrapper .item-review {
    text-align: center;
    box-shadow: 2px 1px 40px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 25px;
    margin-bottom: 30px
}

.prp-page .reviews-list-wrapper .item-review .prp-el-circle-rating {
    margin: 0 auto
}

.prp-page .reviews-list-wrapper .item-review .part-descr {
    margin: 20px 0
}

.prp-page .reviews-list-wrapper .item-review .part-descr h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px
}

.prp-page .reviews-list-wrapper .item-review .part-descr p {
    margin-bottom: 0
}

.latest-posts-widget {
    overflow: hidden
}

.latest-posts-widget .col-latest {
    float: left;
    width: 500px;
    margin-right: 30px
}

@media (max-width: 1199px) {
    .latest-posts-widget .col-latest {
        width:100%;
        margin-right: 0;
        float: none
    }
}

.latest-posts-widget .col-rest {
    float: left;
    width: calc(100% - 530px)
}

@media (max-width: 1199px) {
    .latest-posts-widget .col-rest {
        width:100%;
        float: none
    }
}

.latest-posts-widget .col-full .item--latest {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

.latest-posts-widget .item h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px
}

.latest-posts-widget .item h4 a {
    color: #666
}

.latest-posts-widget .item img {
    display: block;
    margin-bottom: 20px
}

.latest-posts-widget .item p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px
}

.latest-posts-widget .item .btn--more {
    font-size: 12px;
    font-size: 0.75rem;
    color: #666
}

.latest-posts-widget .item .btn--more:hover {
    text-decoration: none
}

.latest-posts-widget .item .btn--more:hover i {
    transform: translateX(5px)
}

.latest-posts-widget .item .btn--more i {
    color: #108af9;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    top: 1px;
    transition: all 400ms ease
}

.latest-posts-widget .item.item--sm {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 1199px) {
    .latest-posts-widget .item.item--latest {
        padding-bottom:15px;
        margin-bottom: 15px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1)
    }
}

.latest-posts-widget-s2 .item {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

.latest-posts-widget-s2 .item:hover .btn--more {
    transform: translateX(-10px)
}

.latest-posts-widget-s2 .item img {
    display: block;
    width: 100%
}

.latest-posts-widget-s2 .item .item-text {
    position: relative;
    margin-top: 15px;
    padding-right: 55px
}

.latest-posts-widget-s2 .item h4 {
    margin-bottom: 0
}

.latest-posts-widget-s2 .item h4 a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    color: #666
}

.latest-posts-widget-s2 .item .btn--more {
    width: 34px;
    height: 34px;
    border: 1px solid #242a37;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    color: #242a37;
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 400ms ease
}

.latest-posts-widget-s2 .item .btn--more i {
    transition: all 400ms ease
}

.latest-posts-widget-s2 .item .btn--more:hover {
    text-decoration: none
}

.latest-posts-widget-s2 .item .btn--more:hover i {
    transform: translateX(3px)
}

.section-header {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #f4516c;
    background-size: cover
}

.section-header:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(21, 31, 40, 0.85);
    z-index: 1
}

.section-header .head-menu {
    background: #fff;
    z-index: 1000;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06)
}

.section-header .head-menu .site-logo {
    display: block;
    height: 100%;
    position: relative;
    width: 180px
}

@media (max-width: 575px) {
    .section-header .head-menu .site-logo {
        width:150px
    }
}

.section-header .head-menu .site-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.section-header .head-menu .btn-trigger-search {
    float: right;
    font-size: 18px;
    font-size: 1.125rem;
    color: #666;
    margin-top: 12px;
    border-radius: 100%;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #666
}

.section-header .head-menu .btn-trigger-search:hover {
    text-decoration: none
}

.section-header .head-menu .menu {
    z-index: 1000;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px
}

.section-header .head-menu .menu>li {
    margin: 0 10px;
    display: inline-block;
    position: relative
}

.section-header .head-menu .menu>li a {
    color: #242a37;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    line-height: 52px;
    letter-spacing: 0.5px;
    transition: all 400ms ease
}

.section-header .head-menu .menu>li a:hover {
    opacity: 0.6;
    text-decoration: none
}

.section-header .head-menu .menu>li ul {
    position: absolute;
    top: -15px;
    left: 100%;
    background: #fff;
    padding: 15px 0 0px;
    width: 240px;
    display: block;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08)
}

.section-header .head-menu .menu>li ul li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: left
}

.section-header .head-menu .menu>li ul li.menu-item-has-children>a:after {
    content: "\f165";
    font-family: "FontAwesome";
    font-weight: normal;
    padding-left: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    transform: rotate(-90deg);
    position: relative;
    display: inline-block;
    top: 2px
}

.section-header .head-menu .menu>li ul li a {
    line-height: 1em
}

.section-header .head-menu .menu>li>ul {
    left: -15px;
    top: 52px
}

.section-header .head-menu .menu>li.menu-item-has-children>a:after {
    content: "\f165";
    font-family: "FontAwesome";
    font-weight: normal;
    padding-left: 5px;
    font-size: 14px;
    font-size: 0.875rem
}

.section-header .head-menu .menu li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
    transform: translateY(10px)
}

.section-header .head-menu .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}

@media (max-width: 991px) {
    .section-header .head-menu .menu {
        display:none
    }
}

.section-header .trigger-mmenu {
    overflow: hidden;
    display: none;
    color: #666;
    padding: 0 0 0 12px;
    line-height: 48px;
    margin-top: 3px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

@media (max-width: 991px) {
    .section-header .trigger-mmenu {
        display:block;
        float: right
    }
}

.section-header .trigger-mmenu .icon {
    width: 22px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle
}

.section-header .trigger-mmenu .icon span {
    display: block;
    height: 3px;
    background: #666;
    margin-bottom: 5px;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.section-header .trigger-mmenu span {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700
}

.section-header .trigger-mmenu:hover,.section-header .trigger-mmenu:focus {
    text-decoration: none
}

.section-header .trigger-mmenu:hover .icon span:first-child {
    top: -1px
}

.section-header .trigger-mmenu:hover .icon span:last-child {
    top: 1px
}

.section-header .head-main {
    padding: 80px 0;
    color: #fff;
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .section-header .head-main {
        padding:50px 0
    }
}

@media (max-width: 767px) {
    .section-header .head-main {
        padding:40px 0
    }
}

.section-header .head-main .entry-content {
    text-align: center
}

.section-header .head-main .entry-content h1 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 300;
    color: #fff
}

.section-header .head-main .entry-content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    opacity: 0.5;
    padding-bottom: 15px;
    position: relative;
    color: #fff
}

.section-header .head-main .entry-content h3:after {
    content: "";
    display: block;
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    margin-left: -50px
}

.section-header .head-main .entry-content p {
    font-size: 22px;
    font-size: 1.375rem;
    max-width: 680px;
    margin: 0 auto 30px
}

.section-header .head-main .entry-content p:last-child {
    margin-bottom: 0
}

.section-header .head-main .entry-content .btn {
    margin: 0 5px 0
}

.mm-opened .trigger-mmenu {
    opacity: 0.5
}

#mobile-menu:not(.mm-menu) {
    display: none
}

.section-footer {
    background: #142434;
    padding: 80px 0 0;
    color: #fff
}

@media (max-width: 991px) {
    .section-footer {
        padding:50px 0 0
    }
}

@media (max-width: 767px) {
    .section-footer {
        padding:40px 0 0
    }
}

.section-footer a {
    color: #fff
}

.section-footer .footer-top .widget {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .section-footer .footer-top .widget {
        width:50%
    }
}

@media (max-width: 767px) {
    .section-footer .footer-top .widget {
        width:100%
    }
}

.section-footer .footer-top .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
    text-transform: uppercase
}

.section-footer .footer-top .widget ul li {
    display: block;
    margin-bottom: 5px
}

.section-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    text-align: center
}

.section-footer .footer-bottom h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
    text-transform: uppercase
}

.section-footer .footer-bottom p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5
}

.section-footer .footer-copyright {
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.1)
}

.section-footer .footer-copyright p {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    margin-bottom: 0
}

.section-footer .footer-logos-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.section-footer .footer-logos-wrapper img {
    margin: 0 8px;
    display: inline-block
}

.section-footer .widget .widget-title {
    color: #fff
}

.prp-page .prp-content,.wp-admin .prp-content,.prp-page.page .prp-content {
}

.prp-page .prp-content .table-s1 .item,.wp-admin .prp-content .table-s1 .item,.prp-page.page .prp-content .table-s1 .item {
    border-bottom: 2px solid rgba(16, 138, 249, 0.1)
}

.prp-page .prp-content .table-s1 .item .count,.wp-admin .prp-content .table-s1 .item .count,.prp-page.page .prp-content .table-s1 .item .count {
    text-indent: 1px;
    background-color: #b1c1d0;
    color: #fff
}

.prp-page .prp-content .table-s1 .item .c4 h4,.wp-admin .prp-content .table-s1 .item .c4 h4,.prp-page.page .prp-content .table-s1 .item .c4 h4 {
    font-weight: 400;
    color: #666
}

.prp-page .prp-content .table-s1 .item .c5 .prp-btn--review,.wp-admin .prp-content .table-s1 .item .c5 .prp-btn--review,.prp-page.page .prp-content .table-s1 .item .c5 .prp-btn--review {
    margin-top: 7px
}

.prp-page .prp-content .table-s1 .item:nth-child(even),.wp-admin .prp-content .table-s1 .item:nth-child(even),.prp-page.page .prp-content .table-s1 .item:nth-child(even) {
    background: none
}

.prp-page .prp-content .table-s1 .item:nth-child(even) .prp-el-circle-rating,.wp-admin .prp-content .table-s1 .item:nth-child(even) .prp-el-circle-rating,.prp-page.page .prp-content .table-s1 .item:nth-child(even) .prp-el-circle-rating {
    background-color: rgba(16, 138, 249, 0.03)
}

.prp-page .prp-content .table-s1 .item:nth-child(even) .count,.wp-admin .prp-content .table-s1 .item:nth-child(even) .count,.prp-page.page .prp-content .table-s1 .item:nth-child(even) .count {
    background-color: #b1c1d0
}

.prp-page .prp-content .prp-el-circle-rating,.wp-admin .prp-content .prp-el-circle-rating,.prp-page.page .prp-content .prp-el-circle-rating {
    background-color: rgba(16, 138, 249, 0.03);
    box-shadow: 0 3px 0px rgba(16, 138, 249, 0.15);
    border-radius: 40px;
    width: 140px;
    height: 120px
}

.prp-page .prp-content .prp-btn,.wp-admin .prp-content .prp-btn,.prp-page.page .prp-content .prp-btn {
    box-shadow: 0 3px 0 #0562b8;
    font-weight: 700
}

.prp-page .prp-content .prp-btn--review,.wp-admin .prp-content .prp-btn--review,.prp-page.page .prp-content .prp-btn--review {
    background-color: #b1c1d0;
    box-shadow: none
}

.prp-page .prp-content .table-widget-s1 .item .prp-btn,.wp-admin .prp-content .table-widget-s1 .item .prp-btn,.prp-page.page .prp-content .table-widget-s1 .item .prp-btn {
    max-width: 260px;
    margin: 0 auto
}

.single-prp_reviews h1 {
    margin-bottom: 30px
}

.single-prp_reviews .single-review-tpl-top .prp-el-circle-rating {
    width: 100%;
    height: auto
}

.single-review-tpl-top {
    padding: 35px;
    border-bottom: 5px solid #108af9;
    background: #fff
}

.single-review-tpl-top h1 {
    font-size: 32px;
    font-size: 2rem
}

.single-review-tpl-top .part-logo {
    text-align: center;
    height: 100%;
    vertical-align: middle
}

.single-review-tpl-top .part-logo img {
    width: auto;
    height: auto;
    vertical-align: middle
}

.single-review-tpl-top .part-logo .btn--link {
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem
}

.single-review-tpl-top .part-description {
    margin-top: 30px;
    position: relative;
    padding-left: 55px
}

.single-review-tpl-top .part-description .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-size: 2.5rem;
    color: #108af9
}

.single-review-tpl-top .part-description h4 {
    font-size: 14px;
    font-size: 0.875rem
}

.single-review-tpl-top .part-description p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0
}

.single-review-tpl-cols {
    padding-top: 40px
}

.single-review-tpl-cols h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px
}

.single-review-tpl-cols .info-list {
    padding-left: 0;
    margin-bottom: 30px
}

.single-review-tpl-cols .info-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.single-review-tpl-cols .info-list li strong {
    display: block
}

.single-review-tpl-cols .info-list li:before {
    font-family: "FontAwesome";
    content: "\f121";
    font-size: 14px;
    font-size: 0.875rem;
    color: #108af9;
    position: absolute;
    top: 1px;
    left: 0
}

.single-review-tpl-cols .info-list.info-list--pros li:before {
    content: "\f2c3";
    color: #277e27;
    font-size: 18px;
    font-size: 1.125rem
}

.single-review-tpl-cols .info-list.info-list--cons li:before {
    content: "\f28f";
    color: #7e2733;
    font-size: 18px;
    font-size: 1.125rem
}

.single-review-tpl-cols .part-bonus-box {
    background: #fff;
    text-align: center;
    padding: 30px;
    box-shadow: 2px 1px 40px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px
}

.single-review-tpl-cols .part-bonus-box h4 {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 2px;
    opacity: 0.8
}

.single-review-tpl-cols .part-bonus-box p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1em;
    margin-bottom: 20px
}

.single-review-tpl-cols .part-bonus-box p strong {
    color: #108af9
}

.single-review-tpl-cols .part-screenshots .screenshots-list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.single-review-tpl-cols .part-screenshots .screenshots-list li {
    list-style: none;
    width: 50%;
    padding: 0 10px 20px
}

.single-review-tpl-cols .part-screenshots .screenshots-list li a {
    border-radius: 40px;
    display: block;
    overflow: hidden
}

.single-review-tpl-cols .part-screenshots .screenshots-list li a img {
    display: block;
    width: 100%
}

img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img,.widget-container img {
    max-width: 100%;
    height: auto
}

.alignleft,img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright,img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

.aligncenter,img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft,img.alignright,img.aligncenter {
    margin-bottom: 12px
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px
}

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery img {
    border: 10px solid #f1f1f1
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery br+br {
    display: none
}

#content .attachment img {
    display: block;
    margin: 0 auto
}

.wp-smiley,.gallery dl {
    margin: 0
}

#comments {
    clear: both
}

#comments .navigation {
    padding: 0 0 18px
}

h3#comments-title,h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

h3#comments-title {
    padding: 24px 0
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 0 0 0 56px;
    position: relative
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

#comments .comment-body ul,#comments .comment-body ol {
    margin-bottom: 18px
}

#comments .comment-body p:last-child {
    margin-bottom: 6px
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px
}

.commentlist ol {
    list-style: decimal
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0
}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: 700
}

.comment-author .says {
    font-style: italic
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px
}

.comment-meta a:link,.comment-meta a:visited {
    color: #888;
    text-decoration: none
}

.reply {
    font-size: 12px;
    padding: 0 0 24px
}

.reply a,a.comment-edit-link {
    color: #888
}

.commentlist .children li {
    border: none;
    margin: 0
}

.nopassword,.nocomments {
    display: none
}

#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px
}

.commentlist li.comment+li.pingback {
    margin-top: -6px
}

#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

#comments .pingback .url {
    font-size: 13px;
    font-style: italic
}

input[type="submit"] {
    color: #333
}

#respond {
    margin: 24px 0;
    overflow: hidden;
    position: relative
}

#respond .comment-notes,#respond .logged-in-as {
    margin-bottom: 15px
}

.form-allowed-tags {
    line-height: 1em
}

.children #respond {
    margin: 0 48px 0 0
}

h3#reply-title {
    margin: 18px 0
}

#comments-list #respond {
    margin: 0 0 18px
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

#respond .required {
    color: #ff4b33;
    font-weight: 700
}

#respond label {
    color: #888;
    font-size: 12px
}

#respond input {
    margin: 0 0 9px;
    width: 98%
}

#respond textarea {
    width: 98%
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px
}

#respond .form-allowed-tags code {
    font-size: 11px
}

#respond .form-submit {
    margin: 12px 0
}

#respond .form-submit input {
    font-size: 14px;
    width: auto
}

.commentlist,.commentlist .children {
    list-style: none;
    margin: 0
}

.comment-meta a:active,.comment-meta a:hover,.reply a:hover,a.comment-edit-link:hover {
    color: #ff4b33
}

#respond p,#comments-list ul #respond {
    margin: 0
}

#comments label {
    font-size: 16px;
    font-size: 1rem
}

#comments input[type="text"],#comments input[type="email"],#comments input[type="url"],#comments textarea {
    margin: 0 0 15px;
    padding: 3px 10px;
    width: 100%;
    border-radius: 40px;
    border: 1px solid #e7e7e7
}

#comments input[type="text"]:focus,#comments input[type="email"]:focus,#comments input[type="url"]:focus,#comments textarea:focus {
    outline: none
}

#comments textarea {
    padding: 10px;
    resize: none
}

#comments #submit {
    padding: 5px 20px
}

.comment-list {
    padding-left: 0
}

.comment-list li {
    display: block
}

.comment-list li .comment-body {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px
}

.comment-list li .avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px
}

.comment-list li .comment-meta {
    font-size: 12px;
    font-size: 0.75rem;
    opacity: 0.7;
    margin-bottom: 5px;
    margin-left: 52px;
    position: relative;
    top: -10px
}

.comment-list li .reply {
    padding-left: 52px
}

.comment-list li .reply .comment-reply-link {
    opacity: 0.7;
    color: #108af9
}

.comment-list li p {
    padding-left: 52px
}

.comment-list li .comment-respond h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-left: 52px
}

.comment-list li .comment-respond h2 #cancel-comment-reply-link {
    color: #108af9;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px
}

.comment-list li ol.children {
    padding-left: 30px;
    position: relative
}

.comment-list li ol.children:after {
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f064";
    font-family: FontAwesome;
    opacity: 0.06;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}
