body {
    font-family: Poppins, sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 28px
}

.px-socials-side {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.px-socials {
    position: absolute;
    left: 30px;
    z-index: 99;
    top: 50%
}

.px-socials ul {
    width: 45px;
}

.px-socials ul li {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    margin-bottom: 13px;
}

.px-socials ul li a {
    display: block;
}

.px-socials ul li:last-child {
    margin-bottom: 0;
}

.px-socials ul li:after {
    content: '';
    height: 15px;
    border-right: 1px dashed #fff;
    display: block;
    position: absolute;
    top: 45px;
    left: 22.5px;
}

.px-socials ul li:last-child:after {
    content: none;
}

.px-socials ul li i {
    font-size: 20px;
    color: #fff;
}

.px-header-menu-black,
.px-header-menu-white {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.px-article ol li,
.px-comments .comment-content ol li {
    counter-increment: list
}

.px-article ul,
.px-comments .comment-content ul {
    list-style-position: inside;
    list-style-type: disc
}

.px-notice {
    color: #fff;
    line-height: 60px
}

.px-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

.px-loader {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -30px;
    margin-top: -30px
}

.px-page,
.px-wrap {
    position: relative;
    width: 100%
}

.px-wrap {
    overflow-x: hidden;
    background: #fff
}

.px-page {
    z-index: 1;
    background: #fff
}

.px-header,
.px-notice {
    z-index: 999;
    width: 100%;
    left: 0
}

.px-content {
    min-height: 65.5vh
}

.px-no-content {
    padding: 120px 0
}

.px-no-found {
    font-weight: 600;
    color: #222;
}

.px-notice {
    position: fixed;
    height: 60px;
    background: #222;
    bottom: 0;
    text-align: center
}

.px-header {
    position: absolute;
    top: 0;
    height: 90px;
    padding: 15px 0;
}

.px-header.px-logo-center {
    height: auto;
}

.px-header-row {
    padding: 0 30px;
}

.px-header-white {
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

.px-header-dark {
    background: #222
}

.px-sticky {
    position: fixed
}

.logged-in .px-sticky {
    top: 32px
}

.px-header-logo {
    display: inline-block;
    float: left;
    height: 60px;
    max-height: 60px;
}

.px-header-logo img {
    height: 20px;
    max-height: 60px;
}

.px-logo-center .px-header-logo {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 30px 0
}

.px-logo-center .px-header-logo a {
    display: inline-block
}

.px-header-menu-white .px-logo-color,
.px-logo-white {
    display: none
}

.px-header-menu-white .px-logo-white {
    display: block
}

.px-main-menu {
    float: none;
    height: 60px;
}

.px-header-row .px-main-menu {
    float: right;
    text-align: right;
}

.px-menu-center .px-main-menu {
    float: none;
    margin-right: 0;
    text-align: center
}

.px-main-menu .main-menu {
    height: 60px;
    display: inline-block;
    margin-right: 45px;
    float: right;
}

.px-logo-center .px-main-menu .main-menu {
    margin-right: 0;
    float: none;
}

.px-main-menu .main-menu li {
    display: inline-block;
    position: relative;
    height: 75px;
}

.px-main-menu .main-menu .menu-item-has-children a:after {
    content: '\2024\2024\2024';
    display: block;
    position: absolute;
    top: 15px;
    left: 30px;
}

.px-main-menu .main-menu li a,
.px-main-menu .px-no-menu a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 60px;
    display: block;
    position: relative;
    color: #222;
    padding-left: 30px;
}

.px-logo-center .px-main-menu .main-menu li a,
.px-logo-center .px-main-menu .px-no-menu a {
    padding: 0 15px;
}

.px-header-dark .px-main-menu .main-menu li a,
.px-header-dark .px-main-menu .px-no-menu a,
.px-header-menu-white .px-main-menu .main-menu li a,
.px-header-menu-white .px-main-menu .px-no-menu a {
    color: #fff
}

.px-main-menu .main-menu li >.sub-menu {
    background: #fff;
    position: absolute;
    display: none;
    opacity: 0;
    left: 30px;
    top: 120px;
    height: auto;
    border: 1px solid #f0f0f0
}

.px-main-menu .sub-menu li >.sub-menu {
    top: 30px;
    left: 240px
}

.px-main-menu .main-menu .sub-menu li {
    display: list-item;
    width: 240px;
    height: auto;
    cursor: default;
    text-align: left
}

.px-btn-sub-main-menu:after {
    font-family: Epic;
    content: '\e26f';
    font-size: 8px;
    position: absolute;
    right: 15px;
    top: 10px
}

.px-main-menu .main-menu .sub-menu li:last-child {
    border-bottom: none
}

.px-main-menu .main-menu .sub-menu li a {
    margin: 10px 15px;
    padding-left: 0;
    line-height: 24px;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize
}

.px-main-menu .main-menu .sub-menu li a:after {
    display: none
}

.px-side-scroll {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 9;
    max-height: 600px;
    margin-top: -30px;
    width: 100%;
    overflow-y: scroll;
}

.px-side-scroll::-webkit-scrollbar {
    display: none;
}

.px-heading,
.px-loop .px-grid,
.px-person,
.px-posts-page {
    overflow: hidden
}

.px-side-menu {
    padding-left: 60px;
    max-width: 100%
}

.px-side-menu ul {
    max-width: 240px;
}

.px-side-menu ul li {
    height: 45px;
    line-height: 45px;
    position: relative;
    display: table;
    width: 240px;
}

.px-btn-sub-side-menu {
    font-size: 12px;
    position: absolute;
    display: inline-block;
    left: -60px;
    top: 0;
    z-index: 9;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    height: 45px;
    width: 45px
}

.px-side-menu ul .sub-menu li,
.px-side-menu ul .sub-menu li .px-btn-sub-side-menu {
    height: 30px;
    line-height: 30px
}

.px-side-menu ul li a {
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    position: relative
}

.px-side-menu ul .sub-menu {
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 25px
}

.px-side-menu ul .sub-menu .sub-menu {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.px-side-menu ul .sub-menu li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400
}

.px-side-menu .px-no-menu a {
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 30px;
    font-weight: 400
}

.px-nav-bullets {
    width: 60px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 998
}

.px-nav-bullets ul li {
    display: block;
    margin: 15px 0;
    position: relative
}

.px-nav-bullets .px-bullet {
    height: 10px;
    width: 10px;
    margin: 0 auto;
    cursor: pointer;
    background: #ebebeb;
    border-radius: 100%
}

.px-btn-search {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: right;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
}

.px-btn-search i {
    color: #222
}

.px-header-dark .px-btn-search i,
.px-header-menu-white .px-btn-search i {
    color: #fff
}

.px-btn-header {
    float: right;
    margin-right: 30px;
}

.px-btn-header.px-btn-xs {
    margin-top: 15px;
}

.px-btn-header.px-btn-s {
    margin-top: 8px
}

.px-btn-header.px-btn-m {
    margin-top: 0;
}

.px-logo-center .px-btn-header {
    float: left;
    margin-right: 0;
}

.px-modal-search {
    position: fixed;
    z-index: 9999;
    background: #fff;
    display: none;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: auto;
    height: auto;
}

.px-modal-menu {
    left: 0;
    background: rgba(31, 31, 31, .9)
}

.px-modal-search form {
    position: absolute;
    height: 90px;
    margin-top: -45px;
    top: 50%;
    width: 100%;
    left: 0
}

.px-modal-search input {
    text-align: center;
    height: 90px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    letter-spacing: 1px;
    color: #f62459
}

.px-btn-close,
.px-btn-menu-side {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
}

.px-modal-search .px-btn-close {
    display: none;
}

.px-bar-title,
.px-blockq-author {
    text-transform: uppercase
}

.px-btn-close i {
    color: inherit
}

.px-btn-close {
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 9
}

.logged-in .px-btn-close {
    top: 62px
}

.px-btn-close i {
    font-size: 16px
}

.px-btn-menu-side {
    float: right;
    display: none
}

.logged-in .px-btn-menu-side {
    top: 32px
}

.px-btn-menu-side i {
    font-size: 14px;
    color: #222
}

.px-header-dark .px-btn-menu-side i,
.px-header-menu-white .px-btn-menu-side i {
    color: #fff
}

.px-btn-to-top i,
.px-footer-bott-widgets div,
.px-footer-bott-widgets p,
.px-footer-copy,
.px-footer-right a {
    color: #fff
}

.px-footer-socials ul li {
    border-radius: 100px;
}

.px-widget ul li {
    margin-bottom: 15px;
}

.px-widget img {
    box-shadow: 10px 10px 0 #f0f0f0;
}

.px-modal-center {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 100%
}

.px-modal-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.px-side-nav,
.px-side-nav .px-btn-close {
    position: absolute
}

.px-side-nav .px-btn-close {
    display: none;
}

.px-side-nav {
    width: 25%;
    top: 30px;
    height: auto;
    z-index: 9;
    background: #fff;
    bottom: 30px;
    display: none;
}

.px-menu-left .px-side-nav {
    left: 30px
}

.px-menu-center .px-side-nav,
.px-menu-right .px-side-nav {
    right: 30px
}

.logged-in .px-side-nav {
    top: 62px
}

.px-footer-top-widgets {
    padding-top: 90px;
    background: #f0f0f0;
    padding-bottom: 60px
}

.px-footer-top-widgets .px-widget .cat-item a,
.px-footer-top-widgets .px-widget .menu li a {
    border-bottom: none
}

.px-footer-bott-widgets {
    background: #222;
    padding-top: 90px;
}

.px-footer-fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.px-footer-fixed::-webkit-scrollbar {
    width: 0 !important
}

.px-footer-bordered {
    bottom: 60px;
    width: auto;
    left: 60px;
    right: 60px
}

.px-footer-bottom {
    position: relative;
    background: #222;
    padding-bottom: 60px;
    padding-top: 60px;
}

.px-footer-logo {
    margin-bottom: 10px
}

.px-footer-logo img {
    height: 20px;
    max-height: 20px
}

.px-btn-to-top-fix,
.px-footer-right li {
    height: 60px;
    width: 60px;
    line-height: 60px
}

.px-footer-right li {
    text-align: center;
    display: inline-block
}

.px-footer-right li a {
    display: block
}

.px-blockquote,
.px-btn i {
    display: inline-block
}

.px-footer-right a {
    font-size: 18px
}

.px-footer-copy {
    font-size: 12px;
    letter-spacing: 1px
}

.px-bar-title,
.px-btn-to-top i {
    font-size: 14px
}

.px-btn-to-top-fix {
    position: fixed;
    text-align: center;
    bottom: -90px;
    right: 45px;
    z-index: 99;
}

.px-btn-to-top {
    height: 40px;
    width: 40px;
    line-height: 42px;
}

.px-canvas {
    position: absolute;
    top: 0;
    left: 0
}

.px-bar,
.px-hero {
    position: relative
}

.px-foreground .px-canvas {
    z-index: 99
}

.px-hero-padded {
    padding: 0 15px
}

.px-bar {
    height: 5px;
    margin-bottom: 30px;
    background: #F0F0F0
}

.px-bar-title,
.px-blockq-text {
    margin-bottom: 15px;
    letter-spacing: 1px
}

.px-bar-title {
    font-weight: 600
}

.px-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0
}

.px-blockquote {
    padding: 30px
}

.px-blockq-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.px-blockq-author {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600
}

.px-blockq-offset {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.px-count,
.px-count-label,
.px-thumb-title,
.px-title {
    font-weight: 700;
    letter-spacing: 1px
}

.px-image.px-shadow {
	box-shadow: 10px 10px 0 #f0f0f0;
}

.px-image img {
    width: 100%;
}

.px-thumb img,
.px-thumb-link {
    width: 100%
}

.px-blockq-text:before {
    content: '\02BA';
    font-size: 32px;
    color: #F62459
}

.px-blockq-offset:before {
    content: '-';
    display: inline-block;
    margin: 0 10px
}

.px-btn i {
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 2px
}

.px-cta {
    position: relative
}

.px-cta .px-btn {
    position: absolute
}

.px-cta-text {
    padding-left: 270px;
    line-height: 30px;
    letter-spacing: 1px
}

.px-txt-right .px-cta-text {
    padding-right: 270px;
    padding-left: 0
}

.px-txt-right .px-cta .px-btn {
    right: 0
}

.px-txt-right .px-cta .px-btn:after {
    right: initial;
    left: -120px
}

.px-txt-center .px-cta-text {
    padding-right: 0;
    padding-left: 0
}

.px-txt-center .px-cta .px-btn {
    position: static;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.px-txt-center .px-cta .px-btn:after {
    display: none
}

.px-title {
    display: inline-block
}

.px-btn-down {
    position: absolute;
    z-index: 9
}

.px-title,
.px-thumb {
    position: relative
}

.px-back-title {
    position: absolute;
    top: -25px;
    left: -90px;
    z-index: 0;
    opacity: 0.05;
}

.px-txt-right .px-back-title {
    right: -90px;
}

.px-txt-center .px-back-title {
	left: 50%;
    max-height: 120px;
    overflow: hidden;
	transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.px-sep-title:after {
    content: '';
    border-bottom: 10px solid;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
    width: 90px;
    display: block;
    border-color: #6bb9f0;
	opacity: 0.3
}

.px-heading .px-exc {
    margin-top: 15px;
}

.px-heading-fix .px-exc {
    margin-top: 45px;
}

.px-title {
    font-size: 36px;
    line-height: 48px;
    z-index: 1;
}

.px-carousel,
.px-slider {
    margin-bottom: 0
}

.px-item-caption.px-border,
.px-thumb .px-border {
    border: 1px solid #f0f0f0
}

.px-item .px-btn-go {
    margin-top: 20px
}

.px-item .px-btn-onsale {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    right: 30px
}

.px-brd-overlay {
    border: 10px solid #fff;
}

.px-thumb .px-overlay,
.px-thumb-link {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    position: absolute
}

.px-accordion-title.px-radius,
.px-tab-title.px-radius {
    border-radius: 22.5px
}

.px-thumb.px-cropped img {
    width: auto
}

.px-txt-center .px-image img {
    margin: 0 auto
}

.px-accordion,
.px-count {
    margin-bottom: 15px
}

.px-thumb .px-thumb-caption {
    padding: 30px
}

.px-thumb .px-overlay {
    display: none;
    width: 100%
}

.px-thumb .px-btn-link {
    position: absolute;
    z-index: 99;
    top: 30px;
    left: -100px
}

.px-thumb .px-btn-zoom {
    position: absolute;
    z-index: 99;
    top: 30px;
    right: -100px
}

.px-thumb .px-btn-link i,
.px-thumb .px-btn-zoom i {
    font-size: 16px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.px-thumb-title {
    font-size: 14px;
    position: relative
}

.px-overlay .px-thumb-title {
    position: absolute;
    left: 30px;
    right: 30px;
    width: auto;
    bottom: -100%;
    z-index: 99
}

.px-thumb-caption .px-thumb-title {
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.px-arr-prev {
    left: -90px
}

.px-arr-next {
    position: absolute;
    right: -90px
}

.px-btn-arr {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px
}

.px-accordion-title,
.px-tab-title a {
    line-height: 41px;
    text-transform: uppercase
}

.px-btn-arr i {
    font-size: 30px;
    vertical-align: middle
}

.px-count {
    font-size: 36px
}

.px-count-circle.px-font-xxs {
    width: 90px;
    height: 90px;
    line-height: 90px !important;
}

.px-count-circle.px-font-xs {
    width: 100px;
    height: 100px;
    line-height: 100px !important;
}

.px-count-circle.px-font-s {
    width: 110px;
    height: 110px;
    line-height: 110px !important;
}

.px-count-circle.px-font-m {
    width: 120px;
    height: 120px;
    line-height: 120px !important;
}

.px-count-circle.px-font-l {
    width: 130px;
    height: 130px;
    line-height: 130px !important;
}

.px-count-circle.px-font-xl {
    width: 140px;
    height: 140px;
    line-height: 140px !important;
}

.px-count-circle.px-font-xxl {
    width: 150px;
    height: 150px;
    line-height: 150px !important;
}

.px-count-circle {
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.px-count-label {
    text-transform: uppercase;
    font-size: 14px
}

.px-accordion-content p:last-child,
.px-tabs ul {
    margin-bottom: 0
}

.px-accordion-title {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 45px;
    text-align: center
}

.px-accordion-title span {
    font-weight: 600 !important;
    font-size: 14px
}

.px-txt-left .px-accordion-title {
    text-align: left
}

.px-txt-right .px-accordion-title {
    margin-left: 0 !important;
    text-align: right
}

.px-tags {
    margin-bottom: -15px
}

.px-tag {
    margin-right: 15px;
    margin-bottom: 15px
}

.px-client,
.px-person-detail,
.px-quote-caption .px-quote-author,
.px-quote-caption .px-quote-role,
.px-quote-caption .px-quote-text {
    text-align: center
}

.px-accordion-title i {
    position: absolute;
    vertical-align: middle;
    top: 0;
    right: 15px;
    font-size: 12px
}

.px-person-name,
.px-person-role,
.px-quote-author,
.px-quote-role,
.px-tab-title a {
    font-size: 14px;
    letter-spacing: 1px
}

.px-txt-right .px-accordion-title i {
    left: 15px;
    right: initial
}

.px-accordion-content {
    margin-top: 30px;
    display: none
}

.px-accordion-open {
    display: block
}

.px-tab-title {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 14px
}

.px-tab-title a {
    font-weight: 600 !important;
    display: block;
    padding: 0 15px
}

.px-client img,
.px-quote-author,
.px-sep,
.px-service-title {
    display: inline-block
}

.px-txt-center .px-tab-title {
    margin-left: 6.5px;
    margin-right: 6.5px
}

.px-txt-right .px-tab-title {
    margin-left: 14px !important;
    margin-right: 0
}

.px-txt-left .px-tab-title {
    margin-right: 14px !important;
    margin-left: 0
}

.px-tab-content {
    margin-top: 15px
}

.px-sep {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #F0F0F0;
    width: 30px;
    margin: 30px 0
}

.px-quote-avatar,
.px-quote-text,
.px-service .px-icon {
    margin-bottom: 30px
}

.px-service {
    position: relative
}

.px-service-title {
    letter-spacing: 1px
}

.px-txt-left .px-service .px-icon {
    position: absolute;
    top: 1px;
    left: 0
}

.px-txt-right .px-service .px-icon {
    position: absolute;
    top: 1px;
    right: 0
}

.px-person,
.px-quote-author {
    position: relative
}

.px-txt-left .px-service-caption {
    padding-left: 90px
}

.px-txt-right .px-service-caption {
    padding-right: 90px
}

.px-client img {
    width: auto;
    max-width: inherit
}

.px-post-image.px-inset {
	padding: 30px
}

.px-item-image img,
.px-post-image img {
    max-width: 100%;
}

.px-quote-carosuel {
    padding: 45px
}

.px-quote-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.px-txt-right .px-quote-avatar {
    float: right
}

.px-txt-center .px-quote-avatar {
    margin-left: auto;
    margin-right: auto
}

.px-quote-text {
    clear: both
}

.px-quote-author {
    text-transform: uppercase;
    font-weight: 600
}

.px-quote-role {
    text-transform: capitalize
}

.px-person img {
    width: 100%
}

.px-person .px-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99;
    display: none
}

.px-person-name {
    text-transform: uppercase;
    font-weight: 600
}

.px-carousel .px-person-name {
    position: relative
}

.px-person-detail,
.px-person-links {
    position: absolute;
    z-index: 999;
    width: 100%
}

.px-carousel .px-person {
    border-bottom: none
}

.px-person-role {
    text-transform: capitalize
}

.px-person-detail {
    top: 50%;
    margin-top: -30px
}

.px-person-links {
    bottom: -30px;
    left: 0
}

.px-person-links ul {
    text-align: center;
    width: 100%
}

.px-person-links ul li {
    margin: 0 10px;
    display: inline-block;
    border-bottom: 1px solid transparent
}

.px-person-links ul li i {
    font-size: 16px
}

.px-team .px-person-caption {
    padding: 30px
}

.px-team .px-person-role:before {
    display: inline-block;
    content: '/';
    padding: 0 10px
}

.px-feature,
.px-pricing-bott,
.px-pricing-top {
    padding: 30px
}

.px-team .px-person-role {
    font-size: 14px
}

.px-team .px-person .px-exc {
    margin-top: 15px
}

.px-feature-btn,
.px-pricing-btn {
    margin-top: 30px
}

.px-feature .px-icon {
    margin-bottom: 30px
}

.px-feature .px-icon-no-bg {
    margin-bottom: 0;
    width: auto
}

.px-feature-title {
    margin-bottom: 15px;
    letter-spacing: 1px
}

.px-pricing-top {
    border-width: 0 0 1px
}

.px-pricing .px-icon {
    margin-bottom: 30px
}

.px-pricing .px-icon-no-bg {
    margin-bottom: 0
}

.px-pricing-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.px-pricing-price {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1
}

.px-pricing-currency {
    font-weight: 600
}

.px-pricing-time:before {
    content: '/';
    padding-right: 10px
}

.px-pricing-from,
.px-pricing-time {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300
}

.px-pricing-from {
    padding-right: 10px
}

.px-header-sub .px-post-author,
.px-post-date,
.px-post-sticky {
    text-transform: uppercase
}

.px-post-sticky {
    color: #F62459
}

.px-post-author,
.px-post-cat,
.px-post-sticky {
    font-size: 12px;
    font-weight: 600
}

.px-item-caption {
    margin-top: 0;
    position: relative
}

.px-portfolio .px-item-caption .px-item-cat {
    margin-bottom: 0
}

.px-item-title,
.px-post-cat,
.px-post-exc {
    margin-bottom: 15px
}

.px-post-btn {
    margin-top: 15px;
}

.px-portfolio .px-item-caption.px-border {
    margin-top: -1px
}

.px-item-btn {
    margin-top: 30px
}

.px-post-caption {
    padding: 30px
}

.px-post-caption.px-border {
    border: 1px solid #f0f0f0
}

.px-post-card .px-post-caption.px-border {
    border-bottom-width: 10px;
}

.px-post-caption .px-post-meta {
    padding-top: 15px
}

.px-header-sub .px-post-date:before,
.px-post-author:before,
.px-post-sticky:after {
    padding: 0 5px;
    content: '-';
    display: inline-block
}

.px-post-date {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px
}

.px-post-sticky {
    letter-spacing: 1px
}

.px-post-author {
    text-transform: capitalize;
    letter-spacing: 1px
}

.px-filter,
.px-overlay .px-post-meta,
.px-post-cat,
.px-post-overlay-cat,
.px-post-overlay-meta {
    text-transform: uppercase;
    letter-spacing: 1px
}

.px-post-overlay-cat,
.px-post-overlay-meta {
    font-size: 12px;
    font-weight: 600;
}

.px-post-title {
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.px-title-brd {
    padding-left: 30px;
    border-left: 10px solid #f0f0f0;
}

.px-post-overlay-title {
    text-align: left;
    letter-spacing: 1px;
}

.px-overlay .px-post-meta {
    position: absolute;
    bottom: -60px;
    left: 30px;
    z-index: 9
}

.px-overlay .px-caption-fix {
    position: absolute;
    bottom: 100%;
    left: 30px;
    z-index: 9;
    right: 30px;
    width: auto;
}

.px-overlay .px-item-cat,
.px-overlay .px-item-title {
    letter-spacing: 1px;
}

.px-portfolio-filters li:after {
    content: '';
    width: 15px;
    border-top: 1px dashed;
    display: inline-block;
    opacity: 0.5;
    position: absolute;
    margin: 12px 10px;
}

.px-portfolio-filters li:last-child:after {
    content: none;
}

.px-portfolio-filters li,
.px-txt-left .px-portfolio-filters li {
    margin-right: 35px;
    margin-left: 0;
}

.px-txt-right .px-portfolio-filters li {
    margin-right: 35px;
    margin-left: 0;
}

.px-txt-center .px-portfolio-filters li {
    margin-left: 17.5px;
    margin-right: 17.5px;
}

.px-filter {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 14px
}

.px-item-author,
.px-item-cat,
.px-item-date {
    font-size: 12px;
    letter-spacing: 1px
}

.px-post .px-frame {
    margin-bottom: -1px;
}

.px-item-padd-s {
    padding: 30px
}

.px-item-padd-m {
    padding: 45px
}

.px-item-caption {
    padding: 30px
}

.px-portfolio .px-item-caption {
    margin-top: 0
}

.px-portfolio .px-item-title {
    margin-bottom: 0;
    display: inline-block
}

.px-item-caption .px-item-meta {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0
}

.px-item-date {
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400
}

.px-grid #infscr-loading div,
.px-item-author,
.px-item-cat,
.px-loop .px-post-format,
.px-overlay .px-item-cat,
.px-widget-title {
    text-transform: uppercase
}

.px-item-author:before {
    content: '-';
    display: inline-block;
    padding: 0 5px
}

.px-grid #infscr-loading img,
.px-posts-page {
    display: none
}

.px-item-author {
    font-weight: 600
}

.px-item-cat {
    font-weight: 600;
    margin-bottom: 15px
}

.px-item-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.px-overlay .px-item-cat {
    font-size: 12px;
    font-weight: 600;
    bottom: 40px;
    margin-bottom: 0;
}

.px-overlay .px-item-title {
    bottom: 20px;
    margin-bottom: 0
}

.px-caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.px-item-exc {
    margin-top: 15px
}

.px-grid #infscr-loading {
    position: absolute;
    z-index: 999;
    bottom: -60px;
    left: 0;
    text-align: center;
    width: 100%
}

.px-grid #infscr-loading div {
    margin-bottom: 30px;
    font-weight: 600
}

.px-loop {
    margin-top: 90px;
}

.px-loop .px-post-caption {
    border: 1px solid #F0F0F0
}

.px-nav-next,
.px-nav-prev,
.px-posts-nav ul li {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    border: 1px solid
}

.px-loop .px-post-image {
    background: #fff
}

.px-loop .px-post .px-btn-overlay i {
    color: #fff
}

.px-loop .px-post-author,
.px-loop .px-post-cat {
	color: #f62459
}

.px-loop .px-post-title {
    color: #222
}

.px-loop .px-post-format {
    position: absolute;
    bottom: -60px;
    left: 30px;
    z-index: 9;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px
}

.px-nav-prev {
    margin-right: 0;
    padding-right: 4px
}

.px-nav-next {
    margin-left: 5px
}

.px-nav-next,
.px-nav-prev {
    display: inline-block
}

.px-nav-next i,
.px-nav-prev i {
    font-size: 12px;
    color: #222
}

.px-nav-next i {
    padding-left: 4px
}

.px-nav-next a,
.px-nav-prev a {
    display: block
}

.px-posts-nav ul,
.px-posts-nav ul li {
    display: inline-block
}

.px-posts-nav ul li {
    margin: 0 5px
}

.px-widget .px-item-meta,
.px-widget .px-post-meta {
    line-height: 1;
    text-transform: uppercase
}

.px-widget .px-item-image img,
.px-widget .px-post-image img {
    border-radius: 100%;
    box-shadow: 8px 8px 0 #f0f0f0;
}

.px-posts-nav ul .px-active {
    background: #222
}

.px-404-page,
.px-arch-header,
.px-page-header,
.px-post-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.px-posts-nav ul .px-active a {
    color: #fff
}

.px-404-title,
.px-no-post span {
    color: #222
}

.px-posts-nav ul li a {
    display: block;
    font-weight: 700
}

.px-404-sub,
.px-404-title,
.px-header-title,
.px-widget-title {
    font-weight: 600;
    letter-spacing: 1px
}

.px-no-post {
    cursor: default !important
}

.px-arch-header,
.px-page-header,
.px-post-header {
    position: relative;
    background-attachment: fixed;
		
}

.px-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.px-header-meta {
    position: relative;
}

.px-exc-hide {
    opacity: 0 !important
}

.px-header-caption {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 60px
}

.px-caption-bott {
    transform: none !important;
    margin-top: 0;
    top: inherit;
    bottom: 60px
}

.px-header-title {
    color: #222;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 15px
}

.px-404-content {
    margin-bottom: 0
}

.px-404-page {
    height: 100vh;
    position: relative
}

.px-404-caption {
    position: absolute;
    top: 50%;
    margin-top: 45px;
    left: 0;
    width: 100%;
    z-index: 9
}

.px-404-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.px-widget .px-item-title,
.px-widget .px-post-title {
    overflow: hidden;
    max-height: 62px;
    height: 62px
}

.px-404-icon {
    margin-bottom: 30px
}

.px-404-sub {
    margin-bottom: 60px
}

.px-widget,
.px-widget .px-item {
    margin-bottom: 30px
}

.px-widget-title {
    margin-bottom: 15px;
    font-size: 14px;
    position: relative
}

.px-404-btn {
    background: 0 0
}

.px-404-btn i {
    display: inherit
}

.px-404-btn a {
    color: #fff
}

.px-widget .px-item-cat,
.px-widget .px-post-cat {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    color: #222
}

.px-widget .px-post {
    margin-bottom: 30px;
    position: relative
}

.px-widget .px-post-image {
    position: absolute;
    top: 0;
    left: 0
}

.px-widget .px-post-detail {
    padding-left: 105px
}

.px-widget .px-post-cat {
    font-weight: 600
}

.px-widget .px-item {
    position: relative;
    padding: 0;
    min-height: 90px
}

.px-widget .px-item-image {
    position: absolute;
    top: 0;
    left: 0
}

.px-comments-nav,
.px-comments-title,
.px-rel-title {
    position: relative;
    text-align: center
}

.px-rel-title {
    color: #6bb9f0;
}

.px-widget .px-item-detail {
    padding-left: 105px
}

.px-widget .px-item-title {
    margin-bottom: 0;
    text-transform: inherit
}

.px-widget .px-item-thumb,
.px-widget .px-post-thumb {
    width: 33.33%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    float: left
}

.px-widget .px-item-cat {
    font-weight: 600
}

.px-widget-fix {
    margin-left: -5px;
    margin-right: -5px
}

.px-content-right,
.px-sidebar-right {
    padding-left: 30px
}

.px-widget .px-thumb img {
    width: 100%;
    max-width: 100%
}

.px-widget .px-thumb-double {
    width: 66.65%
}

.px-content-left {
    padding-right: 30px
}

.px-content-inner {
    padding-top: 90px;
    padding-bottom: 60px
}

.px-sidebar {
    padding-top: 90px;
    padding-bottom: 60px
}

.px-sidebar-left {
    padding-right: 15px
}

.px-composer-content {
    margin-bottom: 0
}

.px-content-inner .px-header-title {
    margin-bottom: 30px;
    display: inline-block
}

.px-content-inner .px-header-meta,
.px-content-inner .px-header-sub {
    margin-bottom: 30px;
    padding-top: 0;
}

.px-content-inner .px-post-cat {
    color: #6bb9f0;
    font-size: 14px
}

.px-content-inner .px-post-date {
    font-size: 14px;
}

.px-content-inner .px-post-author {
    color: #f62459;
    text-transform: uppercase;
    font-size: 14px
}

.px-no-header {
    padding-top: 90px
}

.px-page-feat-image,
.px-post-feat-image {
    margin-bottom: 60px
}

.px-article a {
    color: #222
}

.px-page-feat-image img,
.px-post-feat-image img {
    box-shadow: 10px 10px 0 #f0f0f0;
}

.px-article img {
    padding: 10px;
    border: 1px solid #F0F0F0;
}

.px-article p:last-child,
.px-text p:last-child {
    margin-bottom: 0
}

.px-article ol,
.px-article ul {
    margin-bottom: 15px;
	margin-top: 15px;
    display: table
}

.px-article ol ol,
.px-article ul ul,
.px-comments .comment-content ol ol,
.px-comments .comment-content ol ul,
.px-comments .comment-content ul ol,
.px-comments .comment-content ul ul {
    text-indent: 15px;
    margin-bottom: 15px
}

.px-article ol li:before {
    content: counter(list) ".";
    margin-right: 15px;
    font-weight: 600;
    font-size: 12px;
	color: #f62459
}

.px-breadcrumbs {
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px
}

.px-breadcrumbs span,
.px-breadcrumbs a {
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px
}

.px-author-card {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0
}

.px-author-avatar img {
    border-radius: 100%;
    width: 80px
}

.px-author-name {
    font-size: 14px;
    color: #222;
    margin-bottom: 40px;
    margin-top: -75px;
    padding-left: 100px;
    letter-spacing: 1px
}

.px-author-name span {
    font-weight: 600;
    display: block
}

.px-author-details .px-exc p {
    margin-bottom: 0 !important
}

.page .px-post-bottom {
    border-top: 1px solid #f0f0f0
}

.px-page .px-post-share {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: -15px
}

.px-share-title {
    color: #222;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600
}

.px-post-share li.px-label {
    text-transform: uppercase;
    margin-right: 30px;
    letter-spacing: 1px;
    width: auto
}

.px-post-share li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px
}

.px-post-share li a {
    border-radius: 14px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    background: #F0F0F0
}

.px-post-tags {
    margin-top: 30px;
    margin-bottom: -15px;
    padding: 0;
    clear: both
}

.px-post-tags .px-tag {
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 15px;
    height: 30px;
    line-height: 28px;
    margin-right: 15px;
    border: 1px solid #222
}

.px-post-tags .px-tag a {
    font-size: 12px;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none
}

.px-post-rel {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F0F0F0
}

.px-blog-rel {
    margin-top: 45px;
}

.px-post-rel .px-loop {
    margin-bottom: 15px
}

.px-blog-rel .px-post-caption {
    background: #fff;
    border: none
}

.px-blog-rel .px-post-cat {
    color: #f62459;
}

.px-blog-rel .px-post-title {
    font-weight: 600;
}

.px-blog-rel .px-post-author {
    color: #f62459;
}

.px-item-rel {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F0F0F0;
    border-bottom: 1px solid #ddd
}

.px-blog-rel .px-post-title {
    color: #222;
    letter-spacing: 1px;
}

.px-rel-title {
    margin-bottom: 60px;
    font-weight: 600
}

.px-portfolio-rel .px-item-caption {
    background: #fff;
    margin-top: 0;
    border: none
}

.px-comment-form,
.px-comments {
    margin-top: 60px
}

.px-portfolio-rel .slick-dots {
    bottom: -60px
}

.px-portfolio-rel .px-item-cat {
    color: #f62459;
}

.px-portfolio-rel .px-item-title {
    margin-bottom: 0;
    color: #222
}

.px-portfolio-rel .px-overlay {
    background: #222;
    opacity: .9
}

.px-item-comments,
.px-page-comments,
.px-post-comments {
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px
}

.px-comments-title {
    color: #f62459;
    font-weight: 600
}

.px-comments .comment-content a {
    color: #222
}

.px-comments .comment-content ul {
    margin-bottom: 30px;
    display: table
}

.px-article ol ol ol,
.px-article ul ul ul,
.px-article ol ul ol,
.px-article ul ol ul,
.px-article ul ul ol,
.px-article ol ol ul,
.px-article ol ol ul.px-comments .comment-content ol ol ol,
.px-comments .comment-content ol ul ol,
.px-comments .comment-content ul ol ul,
.px-comments .comment-content ul ul ul,
.px-comments .comment-content ul ul ol,
.px-comments .comment-content ol ol ul {
    text-indent: 30px;
}

.px-comments .comment-content ol li:before {
    content: counter(list) ".";
    margin-right: 15px;
    font-weight: 600;
    font-size: 12px
}

.px-comments-nav .page-numbers,
.px-posts-nav .page-numbers {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase
}

.px-comments .comment-content ol {
    margin-bottom: 30px;
    display: table
}

.px-comments-nav .page-numbers {
    border: 1px solid #222;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: #fff;
    text-align: center;
    width: 45px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 100%
}

.px-page-prev,
.px-page-next,
.px-post-next,
.px-post-prev {
    height: 90px;
    line-height: 90px;
    width: 50%
}

.px-comments-nav .page-numbers.prev {
    position: absolute;
    left: 0;
    top: 0
}

.px-comments-nav .page-numbers.next {
    position: absolute;
    right: 0;
    top: 0
}

.px-comments-nav .page-numbers.current {
    background: #222;
    color: #fff
}

.px-item-nav,
.px-post-nav,
.px-page-nav {
    position: relative;
    height: 90px;
    background: #6bb9f0
}

.px-page-prev,
.px-post-prev {
    text-align: left;
    float: left
}

.px-page-next,
.px-post-next {
    text-align: right;
    float: right
}

.px-btn-nav,
.px-posts-nav .page-numbers {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100%
}

.px-page-next a,
.px-page-next span,
.px-page-prev a,
.px-page-prev span,
.px-post-next a,
.px-post-next span,
.px-post-prev a,
.px-post-prev span {
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase
}

.px-post-next i {
    margin-left: 15px
}

.px-post-prev i {
    margin-right: 15px
}

.px-posts-nav {
    padding-bottom: 60px
}

.px-nav-fix {
    text-align: center;
    height: 45px;
    position: relative
}

.px-posts-nav .page-numbers {
    text-align: center;
    width: 45px;
    margin: 0 3px;
    border-radius: 100%
}

.px-posts-nav .page-numbers i {
    font-size: 12px;
    vertical-align: middle
}

.px-posts-nav .page-numbers.prev {
    margin-right: 60px
}

.px-posts-nav .page-numbers.next {
    margin-left: 60px
}

.px-posts-nav .page-numbers.current {
    color: #fff;
    background: #F62459
}

.px-btn-nav {
    border: 1px solid #222;
    background: #fff
}

.px-btn-nav a,
.px-btn-nav span {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 30px;
    display: block
}

.px-btn-nav i {
    font-size: 12px
}

.px-link-nav {
    margin-top: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase
}

.px-link-nav a,
.px-link-nav span {
    font-size: 14px;
    margin-left: 15px
}

.px-row-form {
    margin-left: -15px !important;
    margin-right: -15px !important
}