/* reset */
.nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
    text-decoration: none !important;
}
.page-template-default .nv-page-title-wrap {
    display: none;
}
.page-template-default .nv-single-page-wrap {
    margin-top: 50px;
}

.template-template-default .alignfull .wp-block-group__inner-container {
    margin: 0 auto;
}

/* button */
.banner-action-btn {
    margin-top: 50px;
    line-height: 0;
    font-size: 0;
}
.banner-action-btn .btn {
    margin: 0 8px;
}

.banner-action-btn .btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 25px;
    transition: 400ms;
    border: none;
    box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    text-decoration: none !important;
}

/*--------------------------------------------------------------
## Header Banner
--------------------------------------------------------------*/
.header-banner {
    text-align: center;
    padding: 100px 20px 120px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.header-banner-subtitle {
    color: #000;
    max-width: 850px;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -2px;
}

/*--------------------------------------------------------------
## Demos Item
--------------------------------------------------------------*/
.wpxpo-block-section {
    padding: 130px 0 150px;
}
.wpxpo-block-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
.wpxpo-block-items .wpxpo-block-item {
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 50px 30px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpxpo-block-items .wpxpo-block-item img {
    filter: opacity(0.6) grayscale(100%);
    height: 50px;
}
.wpxpo-block-item h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 32px 0 12px;
}
.wpxpo-block-item h3 a {
    color: #000;
    transition: 400ms;
    text-decoration: none !important;
}
.wpxpo-block-item h3 a:hover {
    color: #037fff;
}
.wpxpo-block-item p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.wpxpo-block-item-btn {
    display: inline-block;
    margin-top: 30px;
    color: #037fff;
    transition: 400ms;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
}
.wpxpo-block-item-btn span {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 4px;
    transition: 400ms;
}
.wpxpo-block-items .wpxpo-block-item:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}
.wpxpo-block-items .wpxpo-block-item:hover img {
    filter: opacity(1) grayscale(0%);
}
.wpxpo-block-items .wpxpo-block-item:hover .wpxpo-block-item-btn {
    color: #000;
    text-decoration: none;
}
.wpxpo-block-items .wpxpo-block-item:hover .wpxpo-block-item-btn span {
    margin-left: 10px;
    color: #000;
}

/* template */
.template-template-default .entry-header,
.template-template-default .nv-thumb-wrap,
.template-template-default .comments-area,
.design-template-default .entry-header,
.design-template-default .nv-thumb-wrap,
.design-template-default .comments-area {
    display: none;
}
.template-template-default .nv-content-wrap,
.design-template-default .nv-content-wrap {
    margin-top: 60px;
}


body.page-template-homepage-template,
body.page-template-template-layouts,
body.page-template-template-sections{
    background: #f9f9f9;
}
/* Blocks */
body.page-template-block-template {
    background: #f9f9f9;
}
/* layouts */
.margin80 {
    margin-top: 60px;
}
.page-template-template-layouts .header-page-banner,
.page-template-template-sections .header-page-banner,
.page-template-block-template .header-page-banner {
    padding: 140px 20px 60px;
}
.post-type-archive-layouts {
    background: #f5f5f5;
}
.layouts-template-items {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 10px 0;
}
.layouts-template-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease-in-out;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}
.layouts-template-item:hover {
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-5px);
}

.layouts-item-content {
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ebee;
    margin: 15px -10px -10px;
    padding: 10px 15px;
}
.layouts-title {
    margin-top:0;
    margin-bottom: 0;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
}
.layouts-title a {
    color: #000;
    transition: 400ms;
}
.layouts-title a:hover {
    color: #037fff;
    text-decoration: none;
}
.layouts-item-content .coblog-btn-common {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border: 1px solid #037fff;
    border-radius: 20px;
    transition: 400ms;
}
.layouts-item-content .coblog-btn-common:hover {
    text-decoration: none;
    background: #037fff;
    color: #fff;
}


/* Sections */
.section-template-items {
    page-break-inside: avoid;
    break-inside: avoid;
    column-count: 4;
    column-gap: 40px;
}
.section-template-item {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    display: block;
    break-inside: avoid;
    width: 100%;
    will-change: transform;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease-in-out;
}
.section-item-image img {
    transition: all .2s ease-in-out;
}
.section-item-image {
    position: relative;
    transition: all .2s ease-in-out;
}
.section-item-image .section-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    fill: #000;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease-in-out;
}
.section-item-image .section-btn:visited {
    color: #fff;
}
.section-item-image .section-btn span {
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px;
    border: 1px solid #037fff;
    background: #037fff;
    color: #fff;
    border-radius: 20px;
    transition: 400ms;
    text-transform: uppercase;
}
.section-item-image .section-btn span:hover {
    border: 1px solid #000;
    background: #000;
}

.section-item-content {
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ebee;
    padding: 10px 15px;
    background: #fff;
}
.section-item-content .layouts-title {
    font-size: 14px;
    font-weight: 400;
}
.section-item-content .layouts-title a {
    color: #7d7d7d;
    transition: 400ms;
}
.section-item-content .layouts-title a:hover {
    color: #037fff;
}
.section-template-item:hover {
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-5px);
}
.section-template-item:hover .section-item-image .section-btn {
    opacity: 1;
}
.section-template-item:hover .section-item-image img {
    opacity: .4;
    filter: blur(2px);
}
.single .nv-comment-content a, .single .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
	text-decoration:none;
}


/* responsive */
@media screen and (max-width: 768px) {
    /* promo */
    .wpxpo-promo-items {
        grid-template-columns: 1fr;
    }
    /* blocks */
    .wpxpo-block-items {
        grid-template-columns: 1fr;
    }
    .layouts-template-items {
        grid-template-columns: 1fr;
    }
    .section-template-items {
        column-count: 2;
    }
    .header-banner-subtitle {
        font-size: 48px;
        font-size: 54px;
    }
}