* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Roboto;
}

:root {
    --primary-color: #000033;
    --touch-1: #005887;
    --primary-1: #c12321;
    --primary-2: #333333;
    --primary-3: #272727;
}

/* Adverts */
.px-above-content-ad,
.px-homepage-desktop-ad,
.px-above-content-ad-mobile,
.px-category-ad,
.px-category-ad-mobile,
.px-bottom-content-ad-mobile,
.px-bottom-content-ad,
.px-top-content-ad,
.px-top-content-ad-mobile,
.px-qx-left-sidebar-ad,
.px-q1-right-sidebar-ad,
.px-q2-left-sidebar-ad,
.px-q2-left-sidebar-ad-mobile,
.px-q1-right-sidebar-ad-mobile,
.px-q1-category-ad,
.px-q1-category-ad-mobile,
.px-q2-category-ad,
.px-q2-category-ad-mobile,
.px-above-click-to-view-ad,
.px-above-click-to-view-ad-mobile,
.px-below-click-to-view-ad,
.px-below-click-to-view-ad-mobile,
.px-q2-right-sidebar-ad,
.px-q2-right-sidebar-ad-mobile {
    max-width: 100%;
    margin-bottom: 20px;
}

.px-above-content-ad a img,
.px-homepage-desktop-ad a img,
.px-above-content-ad-mobile a img,
.px-category-ad a img,
.px-category-ad-mobile a img,
.px-bottom-content-ad-mobile a img,
.px-bottom-content-ad a img,
.px-top-content-ad a img,
.px-top-content-ad-mobile a img,
.px-qx-left-sidebar-ad a img,
.px-q1-right-sidebar-ad a img,
.px-q2-left-sidebar-ad a img,
.px-q2-left-sidebar-ad-mobile a img,
.px-q1-right-sidebar-ad-mobile a img,
.px-q1-category-ad a img,
.px-q1-category-ad-mobile a img,
.px-q2-category-ad a img,
.px-q2-category-ad-mobile a img,
.px-above-click-to-view-ad a img,
.px-above-click-to-view-ad-mobile a img,
.px-below-click-to-view-ad a img,
.px-below-click-to-view-ad-mobile a img,
.px-q2-right-sidebar-ad a img,
.px-q2-right-sidebar-ad-mobile a img,
.adsbygoogle {
    max-width: 100%;
    height: auto;
}

.px-header-ad {
    max-width: 100%;
    height: auto;
}

/*Top header area*/
#top-header-area {
    color: #757575;
    font-size: 12px;
    width: 100%;
    padding: 10px;
}

#top-header-area {
    height: 32px;
}

#top-header-area .px-top-nav {
    margin-top: -3px;
}

#top-header-area .top-nav-area {
    width: 50%;
    float: left;
}

#top-header-area .top-nav-area ul {
    list-style: none;
}

#top-header-area .top-nav-area ul li {
    display: inline-block;
}

#top-header-area .top-nav-area a {
    color: #757575;
    padding: 0 12px 0 0;
}

#top-header-area .top-nav-area a:hover {
    color: #333;
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

#top-header-area .px-date {
    width: 35%;
    text-align: center;
}

#top-header-area .px-social-icon-area {
    width: 15%;
    padding-right: 15px;
}

#top-header-area .px-social-icon-area ul {
    list-style: none;
}

#top-header-area .px-social-icon-area ul li {
    display: inline-block;
}

#top-header-area .px-social-icon-area ul li a {
    display: block;
    padding: 0 0 0 10px;
    font-size: 13px;
}

#menu-top-menu {
    margin-bottom: 0px;
}

#top-header-area .px-social-icon-area a:hover {
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

.px-facebook:before {
    color: #45629f;
}

.px-twitter1:before {
    color: #5eb2ef;
}

.px-linkedin:before {
    color: #0083bb;
}

.px-pinterest:before {
    color: #e02647;
}

.px-facebook:hover:before {
    color: rgba(69, 98, 159, 0.5);
}

.px-twitter1:hover:before {
    color: rgba(94, 178, 239, 0.5);
}

.px-linkedin:hover:before {
    color: rgba(0, 131, 187, 0.5);
}

.px-pinterest:hover:before {
    color: rgba(224, 38, 71, 0.5);
}

/*Header area*/
.px-header-area {
    background: var(--primary-color);
    border-bottom: 1px solid #fff;
    position: relative;
}

.logo-area {
    padding: 0;
}

.logo-area a img {
    width: 370px;
    height: auto;
    margin: 7px 0;
    float: left;
}

.px-header-ad {
    float: right;
    width: 720px;
    height: auto;
    margin: 7px 0;
}

.px-nav-area {
    background: var(--primary-color);
    height: 45px;
    margin-bottom: 20px;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 20;
}

. sticky + .content {
    padding-top: 147px;
}

.stickyMobile {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
}

.px-nav-area .nav-bar {
    width: 80%;
    float: left;
    height: 45px;
}

.menu-main-menu-container {
    clear: both;
}

.px-nav-area .nav-bar ul {
    list-style: none;
    margin-bottom: 0px;
    /*    text-transform: uppercase;*/
}

.px-nav-area .nav-bar ul li {
    display: inline-block;
    position: relative;
}

.px-nav-area .nav-bar ul li a {
    color: #f5f5f5;
    font-size: 14px;
    padding: 12px 16px;
    display: block;
    font-weight: bold;
}

.px-nav-area .nav-bar ul li a:hover {
    background: var(--touch-1);
    color: #fff;
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

.px-nav-area .nav-bar ul li:hover {
    background: var(--touch-1);
    color: #fff;
}

.px-nav-area .nav-bar ul li ul {
    background: var(--primary-color) none repeat scroll 0 0;
    left: -999999px;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 250px;
}

.px-nav-area .nav-bar ul li:hover ul {
    left: 0;
    z-index: 1;
}

.px-nav-area .nav-bar ul li ul li {
    display: block;
    padding-top: 0px;
    border-bottom: 1px solid var(--touch-1);
}

.px-nav-area .nav-bar ul li ul li a {
    padding: 8px 10px;
    font-weight: normal;
    color: #fff;
}

.px-nav-area .nav-bar ul li ul ul {
    left: -999999px;
    top: 0px;
    position: absolute;
}

.px-nav-area .nav-bar ul li:hover ul li ul {
    left: -999999px;
}

.px-nav-area .nav-bar ul li ul li:hover ul {
    left: 250px;
}

.px-nav-area .nav-bar ul li ul li:hover a {
    background: var(--touch-1);
    color: #f5f5f5;
    transition: all 0.7s ease 0s;
}

.px-nav-area .nav-bar ul li ul li:hover ul li a {
    background: var(--primary-color);
    color: #f5f5f5;
}

.px-nav-area .nav-bar ul li ul li ul li a:hover {
    background: var(--touch-1);
    color: #f5f5f5;
    transition: all 0.7s ease 0s;
}

.px-nav-area button,
.px-ask-question a,
#mobile-nav-menu button {
    background: var(--primary-1);
    float: right;
    padding: 5px 16px;
    margin-top: 5px;
    border: none;
}

.px-ask-question a {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}

.px-nav-area button:hover,
.px-ask-question a:hover,
.px-view-answer span:hover,
#mobile-nav-menu button:hover {
    background: #a41e1c;
    transition: all 0.7s ease 0s;
    text-decoration: none;
    cursor: pointer;
}

.px-nav-area button:active,
#mobile-nav-menu button:active {
    border: none;
}

.px-nav-area button a,
#mobile-nav-menu button a {
    color: #f5f5f5;
    font-size: 12px;
}

.px-nav-area button a:hover,
#mobile-nav-menu button a:hover {
    text-decoration: none;
}

.px-nav-area button a span,
#mobile-nav-menu button a span {
    margin-right: 5px;
}

/*FRONT PAGE*/

.px-latest-posts {
    font-size: 16px;
    color: var(--primary-3);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--touch-1);
    margin-bottom: 13px;
}

.px-thumbnail {
    width: 100%;
    height: 215px;
}

.px-thumbnail img {
    height: 100%;
    width: 100%;
}

.px-hp-post-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.px-latest-post-1 h2 a {
    color: var(--primary-3);
}

.px-latest-post-1 h2 a:hover {
    color: var(--touch-1);
    text-decoration: none;
}


.px-post-meta {
    color: #a0a0a0;
    font-size: 11px;
    margin-top: 15px;
    text-transform: uppercase;
}

.px-span,
.px-span-1,
.px-span-3 {
    margin: 0px 11px 0px 0px;
}

.px-span a {
    color: var(--touch-1);
    font-weight: bold;
}

.px-span a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

.px-clock:before {
    color: var(--touch-1);
    font-weight: bold;
    /*    margin-right: 5px;*/
}

.px-comment:before {
    color: var(--touch-1);
}

.px-hp-post-excerpt p {
    font-size: 14px;
    color: var(--primary-2);
}

.px-hp-post-excerpt a {
    color: var(--primary-2);
    font-size: 11px;
    padding: 6px 18px;
    margin: 15px 0px 0px;
    border: 1px solid #ddd;
}

.px-hp-post-excerpt a:hover {
    color: #f5f5f5;
    background: var(--touch-1) none repeat scroll 0 0;
    transition: all 0.7s ease 0s;
    text-decoration: none;
}

.px-hp-latest-post {
    margin-bottom: 25px;
}

.px-thumbnail-2 {
    display: flex;
    width: 120px;
    height: 86px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 15px;
}

.px-thumbnail-2 img {
    display: block;
    height: 100%;
}

.px-hp-title h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

.px-hp-title h2 a {
    color: var(--primary-3);
}

.px-hp-title h2 a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

.px-hp-latest-post-1 {
    margin-top: -10px;
    margin-bottom: 18px;
    padding: 0px 10px 10px 14px;
    border-bottom: 1px solid #eee;
}

.px-hp-latest-post-1 h3 {
    font-size: 14px;
}

.px-hp-latest-post-1 h3:before,
.qx-related-post ul li:before {
    content: "";
    border-color: transparent var(--touch-1);
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.4em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}

.px-hp-latest-post-1 h3 a {
    color: var(--primary-3);
}

.px-hp-latest-post-1 h3 a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

.px-hp-post-categories {
    margin: 10px 0px 20px 0px;
}

.px-hp-post-categories h2 {
    font-size: 16px;
    font-weight: bold;
    background: var(--touch-1);
    padding: 10px 15px;
    margin: 0px 0px 12px;
    white-space: nowrap;
    color: #fff;
}

.px-hp-post-categories h2 a {
    color: #fff;
}

.px-hp-post-categories h2 a:hover {
    text-decoration: none;
    color: var(--primary-1);
}

.px-hp-post-categories h2 span,
.px-hp-post-categories h2 a span {
    margin-right: 10px;
    font-weight: normal;
}

.px-hp-latest-post-2 {
    padding: 5px 10px 5px 14px;
    border-bottom: 1px solid #eee;
}

.px-hp-latest-post-2 h3 {
    font-size: 14px;
}

.px-hp-latest-post-2 h3:before {
    content: "";
    border-color: transparent var(--touch-1);
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.4em;
    display: block;
    height: 0;
    width: 0;
    left: -0.8em;
    top: 1em;
    position: relative;
}

.px-hp-latest-post-2 h3 a {
    color: var(--primary-3);
}

.px-hp-latest-post-2 h3 a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

/*BLOG AREA*/
#blog-section {
    min-height: 61vh;
}


.px-category-header,
.px-blog-header {
    margin-bottom: 40px;
}

.px-category-title,
.px-post-title,
.px-page-title {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.px-category-content,
.px-blog-content {
    margin-bottom: 30px;
}

.px-thumbnail-container {
    display: flex;
    width: 261px;
    height: 184px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 30px;
}

.px-thumbnail-container img {
    display: block;
    /*    max-width: 100%;*/
    height: 100%;
}

.px-category-post-title h2,
.px-blog-post-title h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

.px-category-post-title h2 a,
.px-blog-post-title h2 a {
    color: var(--primary-3);
}

.px-category-post-title h2 a:hover,
.px-blog-post-title h2 a:hover {
    color: var(--touch-1);
    text-decoration: none;
}


.px-category-post-excerpt {
    font-size: 14px;
}

/*Pagination */

#page-navi p.pages {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 3px;
}

#page-navi p.pages span {
    padding: 0px 2px;
    display: inline-block;
}

#page-navi span.page-numbers {
    background: var(--touch-1);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

#page-navi a.page-numbers {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

#page-navi a.page-numbers:hover {
    background: var(--touch-1);
    text-decoration: none;
}

/*WIDGET AREA*/

/*Search button    */
.px-btn {
    background: var(--primary-color) none repeat scroll 0 0;
    color: #fff;
    margin-left: 5px;
}

.px-btn:hover {
    background: var(--touch-1) none repeat scroll 0 0;
    color: #fff;
}

.no-search-result {
    margin: 20px 0;
}

.px-default-sidebar {
    margin-bottom: 25px;
}

.px-default-sidebar:last-child {
    position: sticky;
    top: 10px;
}

/*Default sidebar    */

.px-default-sidebar h2.title {
    background: var(--touch-1);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
}

.px-default-sidebar ul {
    list-style-type: none;
    padding: 0px 18px;
    font-size: 14px;
    text-align: left;
}

.px-default-sidebar ul li:before {
    content: "";
    border-color: transparent var(--touch-1);
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.4em;
    display: block;
    height: 0;
    width: 0;
    left: -0.8em;
    top: 1em;
    position: relative;
}

.px-default-sidebar ul li a {
    color: var(--primary-3);
}

.px-default-sidebar ul li a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

/*search page*/
.px-search-page-header h2 {
    font-size: 26px;
    font-weight: 700;
}

.no-search-result h2 {
    font-size: 20px;
    font-weight: 700;
}

.px-search-page-box {
    margin-bottom: 20px;
}

.px-read-more a {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 5px;
}

.px-read-more a:hover {
    background: var(--touch-1);
    text-decoration: none;
}

/*Single post*/
.px-entry-header {
    margin-bottom: 30px;
}

.px-post-title {
    font-size: 42px;
    color: var(--primary-3);
    margin: 0 0 16.8px;
}

.meta-container {
    font-size: 13px;
    color: #a0a0a0;
}

.px-post-author a {
    color: var(--touch-1);
    font-weight: bold;
}

.px-post-author a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

.px-post-category a {
    color: #a0a0a0;
    font-weight: bold;
}

.px-post-category a:hover {
    text-decoration: none;
}

.px-comment-count {
    /*    font-size: 18px;*/
}

/*Share button*/
.px-share-button {
    margin-bottom: 30px;
}

.px-share-stats > div {
    float: left;
    text-align: center;
    line-height: 1;
    margin-right: 15px;
    position: relative;
}

.px-share-stats .px-counts {
    font-size: 26px;
    font-weight: 700;
}

.px-share-count .px-counts {
    color: var(--touch-1);
}

.px-share-stats .px-sharetext {
    font-size: 11px;
    color: #a0a0a0;
}

.px-share-stats > div:last-child {
    padding-right: 15px;
}

.px-share-stats > div:last-child:after {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.px-btn-facebook {
    background: #45629f;
}

.px-sharelist a {
    float: left;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    color: #fff;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    backface-visibility: hidden;
    transition: 0.2s;
    text-align: center;
    white-space: nowrap;
}

.px-sharelist a.expanded {
    width: auto;
    max-width: none;
    padding: 0 12px;
}

.px-sharelist a.expanded > span {
    display: inline;
    position: relative;
}

.px-share-span {
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.px-btn-twitter {
    background: #1da1f2;
}

.px-btn-twitter .px-twitter1:before {
    color: #fff;
}

.px-btn-twitter .px-twitter1:hover:before {
    color: #fff;
}

.px-sharelist .px-icon {
    margin-top: 10px;
}

.px-sharelist a:hover {
    text-decoration: none;
}

.px-btn-linkedin {
    background: #0077b5;
}

.px-btn-linkedin .px-linkedin:before {
    color: #fff;
}

.px-btn-mail {
    background: #eb4d3f;
}

.px-btn-whatsapp {
    background: #25d366;
}

.px-btn-pinterest {
    background: #bd081c;
}

.px-btn-pinterest .px-pinterest:before {
    color: #fff;
}

.px-content {
    color: #333;
    font-size: 16px;
    line-height: 1.625em;
    word-break: normal;
}

.px-content h2 {
    margin: 25.9358px 0px 15.624px;
}

.px-content h3 {
    font-size: 25.008px;
}

.px-content h4 {
    font-size: 20px;
}

.px-content p a, .px-qx-more ol li a, .px-qx-more p a   {
    color: var(--primary-1);
}

.px-content p a:hover, .px-qx-more ol li a:hover, .px-qx-more p a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

.px-content img {
    max-width: 100%;
    height: auto;
}

/*Align content image to center*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.px-content ol {
    list-style: decimal;
}

.px-content ol,
.px-content ul {
    padding-left: 2.14285714em;
    margin: 0px 0px 24px;
    margin-bottom: 1.5em;
}

.px-content ol li,
.px-content ul li {
    margin: 0px 0px 8px;
}

/*Quote*/

blockquote {
    background: #f9f9f9;
    border-left: 10px solid var(--touch-1);
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: var(--touch-1);
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
    font-style: italic;
}

/*page links*/

.px-page-info,
.px-page-nav-area a {
    background: var(--primary-color);
    color: #fff;
    padding: 7px 12px;
}

.px-page-nav-area a,
.page-number-dots,
.page-number-active {
    margin-left: 5px;
}

.page-nav-area a:hover,
.page-number-dots,
.page-number-active {
    color: #fff;
    background: var(--touch-1);
    padding: 7px 12px;
    text-decoration: none;
}

/*Tags*/
.px-post-tags {
    margin-top: 15px;
}

.px-post-tags > span {
    font-size: 12px;
    font-weight: bold;
    margin: 0px 3px 0px 0px;
}

.px-post-tags > a {
    font-size: 12px;
    color: var(--primary-1);
    background: #f5f5f5;
    padding: 4px 10px;
    margin: 0px 3px 5px 0px;
    letter-spacing: 1px;
}

.px-post-tags > a:hover {
    color: #fff;
    text-decoration: none;
    background: var(--touch-1);
    transition: all 0.7s ease 0s;
}

.post-page-numbers {
    background: var(--primar-color);
}

/*Previous/Next Posts*/
.px-previous-post > span,
.px-next-post > span {
    display: block;
    font-weight: 700;
    color: #a0a0a0;
}

.px-prevnxt > p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 1em;
    border-left: 10px solid #eee;
    margin: 10px 0;
    transition: 0.3s ease;
}

.px-prevnxt > p:hover {
    border-left: 10px solid var(--touch-1);
}

.px-prevnxt a,
.px-prevnxt a:hover {
    color: var(--primary-3);
    text-decoration: none;
}

/*Related posts*/
.next-previous-posts {
    margin-bottom: 30px;
}

.px-related-posts,
.px-search-latest-posts {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    line-height: normal;
    border-bottom: 2px solid var(--touch-1);
    padding-bottom: 5px;
    /*    float: left;*/
}

.px-related-post {
    margin-bottom: 25px;
}

.px-related-post-thumbnail {
    width: 223.22px;
    height: 164.44px;
    margin-bottom: 10px;
    overflow: hidden;
}

.px-related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.px-related-post-title {
    font-size: 16px;
    color: var(--primary-3);
    font-weight: bold;
}

.px-related-post-title:hover {
    color: var(--touch-1);
    text-decoration: none;
}

.px-post-date {
    font-size: 11px;
    color: #a0a0a0;
    font-weight: 400;
    text-transform: uppercase;
}

*/
/*Comment section*/

#comment-template .px-comment-count p {
    font-size: 26px;
    font-weight: 700;
}

#comment-template .px-comment-count p span {
    color: #fff;
    background: #999;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 2px;
}


.form-submit .px-submit-btn {
    background: var(--touch-1);
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    border: none;
    margin-top: 15px;
}

.form-submit .px-submit-btn:hover {
    background: var(--primary-1);
    border: none;
}

#commentform .logged-in-as a,
.comment-reply-title small a {
    font-size: 12px;
    background: #ddd;
    color: #333;
    padding: 3px 5px;
    border-radius: 2px;
}

#commentform .logged-in-as a:hover,
.reply a:hover,
#reply-title small a:hover,
.comment-reply-title small a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

*/ .comment-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.px_comments {
    margin-bottom: 40px;
}

.comments-title {
    font-weight: bold;
    font-size: 26px;
    margin: 20px 0;
    letter-spacing: -0.02em;
}

.comments-title .count {
    display: inline-block;
    font-size: 13px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    padding: 2px 12px;
    vertical-align: middle;
    margin-left: 5px;
}

.commentlist li {
    list-style: none;
}

.commentlist,
.pinglist {
    clear: both;
    font-size: 15px;
    line-height: 24px;
}

.commentlist li,
.pinglist li {
    clear: both;
    font-size: 1em;
}

.comment-body {
    padding: 20px 0 0 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.commentlist .children {
    margin-left: 2em;
}

.commentlist .comment-body,
.pinglist li {
    clear: both;
    margin-bottom: 10px;
}

.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
    font-size: 15px;
    display: inline-block;
    line-height: 22px;
}

.commentlist .comment-author {
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}

.commentlist .fn,
.pinglist .ping-link {
    color: var(--primary-3);
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.fn{
	color: var(--touch-1) !important;
}
.fn a {
    color: var(--touch-1);
}

.fn a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

.commentlist .says {
    display: none;
}

.commentlist .avatar {
    border-radius: 100%;
    width: 55px;
    position: absolute;
    top: 0;
    left: -70px;
}

.commentlist .bypostauthor > .comment-body > .comment-author > .fn {
    color: #f70d28;
}

.commentlist .comment-meta .fa,
.pinglist .ping-meta:before {
    color: #a0a0a0;
    margin-right: 2px;
}

.commentlist .comment-meta a,
.pinglist .ping-meta {
    color: #a0a0a0;
    font-size: 12px;
}

.comment-content p {
    margin-bottom: 1em;
}

.comment-content p:first-child {
    margin-top: 0;
}

.comment-content p:last-child {
    margin-bottom: 0.5em;
}

.commentlist .reply a {
    /*    color: #a0a0a0;*/
    font-weight: bold;
    font-size: 11px;
    text-rendering: auto;
    background: #ddd;
    color: #333;
    padding: 3px 5px;
    border-radius: 2px;
}

.commentlist .reply a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

.comment-awaiting-moderation {
    color: var(--touch-1);
    font-style: normal;
}

/** Comment Navigation **/
.comment-navigation {
    padding-top: 20px;
}

.comment-navigation a {
    color: #fff;
    background: var(--touch-1);
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.comment-navigation a:hover {
    background: var(--primary-1);
    text-decoration: none;
}

.comment-navigation .prev-comment {
    float: left;

}

.comment-navigation .next-comment {
    float: right;
}

/* Pings */
.pinglist li {
    padding-left: 0;
}

.pinglist .ping-meta {
    font-size: 13px;
    line-height: 22px;
}

/** Comment Form **/
.comment-respond {
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.comment-form-comment > textarea,
#author,
#email,
#url {
    width: 100%;
    border: 1px solid #e0e0e0;
}


.comment-reply-title {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 10px;
    letter-spacing: -0.02em;
    position: relative;
}

.comment-notes {
    font-size: 12px;
}

.comment-form p {
    margin: 0 0 20px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
textarea {
    padding: 7px 14px;
}

textarea:focus,
input:focus {
    outline: none;
}

.comment-form p.form-submit {
    clear: both;
}

.form-submit > #submit {
    background: var(--touch-1);
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    border: none;
    margin-top: 15px;
}

.form-submit > #submit:hover {
    background: var(--primary-1);
}

.comment-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #58565C;
}

.comment-form-email,
.comment-form-url {
    width: 50%;
    float: left;
}

.comment-form-email {
    padding-right: 15px;
}

.comment-form-url {
    padding-left: 15px;
}

span.required {
    color: var(--primary-1);
    font-weight: normal;
    font-family: monospace;
    font-size: 16px;
}

.comment-form-cookies-consent > input {
    float: left;
    margin-right: 5px;
}

.comment-form-cookies-consent > label {
    font-size: 12px;
    float: left;
}

.pingback .comment-body {
    padding-left: 0;
}

.pingback .comment-edit-link {
    color: #686868;
}

.pingback .edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-meta a:hover {
    color: var(--primary-1);
    text-decoration: none;

}

.comment-meta span {
    color: #A0A0A0;
}

.comment-meta span a:hover {
    color: #A0A0A0;

}

/*Scroll to top*/
.px-toTop {
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    border: none;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 40px;
    position: fixed;
    background: var(--primary-color);
    z-index: 20;
}

.px-toTop:active {
    background: var(--touch-1);
    width: 50px;
    height: 50px;
    border: none;
}

/*404 Page */
.px-404 {
    margin-bottom: auto;
    margin-top: 20px;
    text-align: center;
}

.px-search-header h1,
.px-archive-title {
    margin: 20px 0;
    font-size: 26px;
    font-weight: bold;
}

.px-archive-title {
    margin-bottom: 40px;
}

.px-search-box {
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

/*Question and Answers*/
.px-qx-categories {
    margin-bottom: 20px;
}

.px-qx-categories-title {
    background: var(--touch-1);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
}

.px-question-archive-title {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: bold;
    /*    color: var(--touch-1);*/
    border-bottom: 2px solid var(--touch-1);
    padding: 5px 0 6px 0;
}

.px-qx-categories li {
    list-style: none;
    margin-left: 17px;
}

.px-qx-categories li:before {
    content: "";
    border-color: transparent var(--touch-1);
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.4em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}

.px-qx-categories li a {
    color: var(--primary-2);
    font-size: 14px;
    font-weight: bold;
}

.px-qx-categories li a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

.px-qx-content {
    background: #fafafa;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 5px;
}

.px-question,
.px-leave-answer {
    font-size: 18px;
    font-weight: bold;
}

.px-question a,
.px-qx-span a {
    color: var(--primary-2);
}

.px-question a:hover,
.px-qx-span a:hover,
.qx-related-post ul li a:hover {
    color: var(--touch-1);
    text-decoration: none;
}

.px-qx-content > hr {
    margin-bottom: 0px;
}

.px-qx-meta {
    font-size: 13px;
    padding: 5px;
    margin-bottom: 0px;
}

.px-qx-meta span {
    margin-right: 5px;
}

.px-qx-l > div:last-child,
.px-qx-r > div:last-child {
    position: sticky;
    top: 65px;
}

.px-qx-r > div:last-child {}

.px-qx-more {
    font-size: 14px;
    margin-top: 10px;
}

.px-qx-more ul,
.px-qx-more ol {
    margin-left: 30px;
}

.px-answer {
    background: var(--touch-1) !important;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
}

.px-answer-count {
    color: #fff;
    background: #999;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 2px;
}

.px-edit:before {
    color: #fff;
    margin-right: 5px;
}

.px-view-answer {
    margin: 25px 0px;
}

.px-view-answer span {
    background: var(--primary-1);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
}

#px_qx-answers {
    display: none;
    margin-top: 20px;
}

.qx-content {
    margin-bottom: 20px;
}

.qx-related-post ul {
    font-size: 14px;
}

.qx-related-post ul li {
    list-style: none;
    margin-left: 15px;
}

.qx-related-post ul li a {
    color: var(--primary-3);
}


/*FOOTER AREA*/

/*Scroll to top*/
.px-toTop {
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    border: none;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 40px;
    position: fixed;
    background: var(--primary-color);
    z-index: 20;
}

.px-toTop:active {
    background: var(--touch-1);
    width: 50px;
    height: 50px;
    border: none;
}

#footer-area {
    background: var(--touch-1);
    margin-top: 30px;
}

.px-footer-area {
    padding: 60px 0px;
}

#footer-area h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

#child-footer {
    margin-bottom: 25px;
}

#footer-area .textwidget a {
    color: #f5f5f5;
    font-size: 14px;
    /*    margin-left: 15px;*/
}

#footer-area .textwidget a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

#copyright-area {
    color: #a8a8aa;
    font-size: 12px;
    background: var(--primary-color);
}

.px-copyright-area {
    padding: 10px 0px;
}

.px-copyright {
    width: 35%;
    float: left;
}

.px-design {
    width: 15%;
    float: left;
}

.px-design a {
    color: #f5f5f5;
}

.px-design a:hover {
    color: var(--primary-1);
    text-decoration: none;
}

#copyright-area .footer-nav-area ul {
    list-style: none;
}

#copyright-area .footer-nav-area ul li {
    display: inline-block;
}

#copyright-area .footer-nav-area a {
    color: #757575;
    padding: 0 12px 0 0;
}

#copyright-area .footer-nav-area a:hover {
    color: var(--primary-1);
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

#menu-footer-menu {
    margin-bottom: 0px;
}

@media (min-width: 1025px) {
    #px-blog-section .container {
        max-width: 1200px;
    }

    .px-footer-area {
        width: 1170px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #px-blog-section .container {
        max-width: 1024px;
    }

    .logo-area a img {
        width: 270px;
        height: auto;
        margin: 15px;
    }

    .px-header-ad,
    .px-header-ad img {
        float: right;
        width: 620px;
        height: auto;
        margin: 7px 0;
    }

    .px-thumbnail {
        width: 100%;
        height: 188.8px;
    }

    .px-latest-post-1 h2 {
        font-size: 18px;
    }

    .px-hp-latest-post {
        margin-bottom: 30px;
    }

    .px-thumbnail-2 {
        width: 100px;
        height: 71.5px;
        margin-right: 15px;
    }

    .px-thumbnail-2 img {
        display: block;
        height: 100%;
    }

    .px-hp-title h2 {
        font-size: 13px;
        margin: 0px 0px 2px;
    }

    .px-hp-title .px-post-meta {
        margin-top: 15px;
    }

    .px-span-1 {
        display: none;
    }

    .px-hp-post-excerpt p {
        font-size: 14px;
    }

    .px-hp-latest-post-1 {
        margin-top: -10px;
        margin-bottom: 18px;
    }

    .px-hp-latest-post-1 h3 {
        font-size: 13px;
    }

    .px-hp-post-categories h2 {
        font-size: 14px;
    }

    .px-hp-latest-post-2 h3 {
        font-size: 13px;
    }

    /*share button*/
    .px-share-span {
        display: none !important;
    }

    /*    Related post*/
    .px-related-post-thumbnail {
        width: 185.72px;
        height: 135.66px;
        margin-bottom: 10px;
        overflow: hidden;
    }
}


@media (max-width: 768px) {
    #top-header-area .top-nav-area {
        width: 50%;
        float: left;
    }

    #top-header-area .px-date {
        width: 30%;
        text-align: center;
    }

    #top-header-area .px-social-icon-area {
        width: 20%;
        padding-right: 15px;
    }

    /*    header*/

    .logo-area a img {
        width: 200px;
        height: auto;
        margin: 15px;
        margin-top: 30px;
    }

    .px-header-ad,
    .px-header-ad img {
        float: right;
        width: 420px;
        height: auto;
        margin: 7px 0;
    }

    /*    Navbar*/

    .px-nav-area .nav-bar {
        width: 70%;
        float: left;
    }

    .px-thumbnail {
        width: 100%;
        height: 134px;
    }

    .px-thumbnail .px-hp-category {
        bottom: 25%;
    }

    .px-latest-post-1 h2 {
        font-size: 16px;
    }

    .px-post-meta {
        font-size: 10px;
    }

    .px-hp-latest-post {
        margin-bottom: 30px;
    }

    .px-thumbnail-2 {
        width: 80px;
        height: 57px;
        margin-right: 15px;
    }

    .px-thumbnail-2 img {
        display: block;
        height: 100%;
    }

    .px-hp-title h2 {
        font-size: 14px;
        margin: 0px 0px 2px;
    }

    .px-hp-title .px-post-meta {
        margin-top: 10px;
    }

    .px-hp-latest-post-1 h3 {
        font-size: 12px;
    }

    .px-hp-post-categories h2 {
        font-size: 14px;
    }

    .px-hp-latest-post-2 h3 {
        font-size: 12px;
    }

    /*   single post     */
    .px-entry-header {
        margin-bottom: 30px;
    }

    .px-post-title {
        font-size: 32px;
        margin: 0 0 12.8px;
    }

    /*share button*/
    .px-share-span {
        display: none !important;
    }


    /*    Related post*/
    .px-related-post-thumbnail {
        width: 129.98px;
        height: 100px;
    }

    .px-related-post-title {
        font-size: 13px;
    }

    .px-post-date {
        font-size: 10px;
        font-weight: 300;
    }

    .px-thumbnail-container {
        width: 200px;
        height: 143px;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .px-category-post-title h2 {
        font-size: 14px;
    }

    .px-post-meta p {
        margin-bottom: 5px;
        margin-top: -10px;
    }

    .px-category-post-excerpt {
        font-size: 12px;
    }



}

@media (max-width: 767px) and (min-width: 320px) {
    .px-floating-ad {
        max-width: 100%;
        height: auto;
    }

    .px-floating-ad a img {
        max-width: 100%;
        height: auto;
    }

    #top-header-area {
        font-size: 12px;
    }

    #top-header-area .top-nav-area {
        width: 70%;
    }

    #top-header-area .top-nav-area a {
        padding-right: 5px;
    }

    .menu-top-menu-container ul li a {
        border-right: 1px solid #757575;
    }

    .menu-top-menu-container ul li:last-child a {
        border-right: none;
    }

    #top-header-area .px-social-icon-area {
        width: 30%;
    }

    #top-header-area .px-social-icon-area ul li a {
        padding: 0 0 0 5px;
        font-size: 13px;
    }

    #px-blog-section .container {
        max-width: 560px;
        margin-top: 15px;
    }

    .px-thumbnail {
        width: 100%;
        height: 204px;
    }

    .px-thumbnail img {
        width: 100%;
        height: 204px;
    }

    .px-thumbnail .px-hp-category {
        bottom: 20%;
    }

    .px-latest-post-1 {
        margin-bottom: 20px;
    }

    .px-latest-post-1 h2 {
        font-size: 16px;
    }

    .px-span-1 {
        display: none;
    }

    .px-hp-latest-post {
        margin-bottom: 20px;
    }

    .px-thumbnail-2 {
        width: 80px;
        height: 57px;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .px-thumbnail-2 img {
        display: block;
        height: 100%;
    }

    .px-hp-title h2 {
        font-size: 14px;
        margin: 0px 0px 2px;
    }

    .px-hp-title .px-post-meta {
        margin-top: 10px;
    }

    .px-latest-post-3 {
        margin-top: 25px;
    }

    .px-hp-latest-post-1:last-child {
        margin-bottom: 0px;
    }

    .px-hp-latest-post-1 h3 {
        font-size: 14px;
    }

    .px-hp-post-categories-2,
    .px-hp-post-categories-3,
    .px-hp-post-categories-4 {
        margin-top: 15px;
    }

    .px-hp-post-categories h2 {
        font-size: 14px;
    }

    .px-hp-latest-post-2 h3 {
        font-size: 14px;
    }

    /*Mobile Menu*/
    #px-mobile-menu-area {
        margin-bottom: 20px;
    }

    .mobile-header-area {
        background: var(--primary-color);
        color: #f5f5f5;
        height: 60px;
        width: 100%;
        padding: 0px 15px;
        border-bottom: 1px solid #fff;
    }

    .px-mobile-logo {
        float: left;
        padding-top: 2px;
    }

    .px-mobile-logo img {
        width: 220px;
        height: auto;
    }

    .px-toggle {
        display: block;
        float: right;
        margin: 10px 0px 10px 20px;
        cursor: pointer;
        font-size: 30px;
    }

    .px-reorder:before {
        font-size: 35px;
    }

    .px-responsive-header .container {
        background: var(--primary-color);
    }

    #mobile-nav-menu {
        display: none;
    }

    #menu-nav-menu ul li {
        display: block;

    }

    .menu-main-menu-container ul li a,
    .menu-mobile-menu-container ul li a {
        color: #fff;
        padding: 15px 10px;
        display: block;
        font-weight: bold;
    }

    .menu-main-menu-container ul li a:hover,
    .menu-mobile-menu-container ul li a:hover {
        background: var(--touch-1);
        color: #fff;
        text-decoration: none;
    }

    .menu-main-menu-container ul li:hover a,
    .menu-mobile-menu-container ul li:hover a {
        /*        background: #333;*/
        color: #fff;
    }

    .menu-main-menu-container ul li ul,
    .menu-mobile-menu-container ul li ul {
        background: var(--primary-color) none repeat scroll 0 0;
        left: -999999px;
        position: absolute;
        text-align: left;
        top: 0px;
    }

    .menu-main-menu-container ul li:hover ul,
    .menu-mobile-menu-container ul li:hover ul {
        position: relative;
        left: 0px;

    }

    #menu-nav-menu ul li ul li,
    .sub-menu li {
        display: block;
        position: relative;
        padding-top: 0px;
        margin-left: 20px;
        /*    left: 0px;*/

    }

    .sub-menu li a:hover {
        text-decoration: none;
    }

    #menu-nav-menu ul li ul li a {
        display: block;
        position: absolute;
        padding: 7px 10px;
        margin-left: 30px;
        color: #fff;

    }

    #mobile-nav-menu button {
        margin-bottom: 10px;
        margin-top: -5px;
    }

    /*    single post*/
    .px-previous-post,
    .px-next-post {
        text-align: center;
    }

    .px-prevnxt > p {
        border-left: none;
        padding-left: 0px;
    }

    .px-prevnxt > p:hover {
        border-left: none;
    }

    .px-previous-post span,
    .px-next-post span {
        font-size: 14px;
    }

    .px-related-post-thumbnail {
        width: 100%;
        height: 274.22px;
    }

    .px-related-post-title {
        font-size: 18px;

    }

    .px-post-date {
        font-size: 10x;

    }

}

@media (max-width: 320px) {
    #top-header-area {
        font-size: 10px;
    }

    #top-header-area .px-social-icon-area ul li a {
        font-size: 11px;
    }

}
