/* wp clan special css */

.blue {
    color:#6ec1e4 !important;
}

.grid-article,
.grid-articles {display: grid;grid-gap:30px;grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));grid-auto-rows: auto;grid-auto-flow: dense;}
* + .grid-articles,
.grid-articles + * {
    margin-top: 30px;
}

section.wp-block-group h2.wp-block-heading {
    font-size: 2rem;
    line-height: 1.2;
}
section.wp-block-group h2.wp-block-heading.big {
    font-size: 4rem;
}

.sipa-pg,
.wp-block-group > .wp-block-group__inner-container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group .wp-block-columns {
    background-color: transparent;
    padding: 0;
}

.wp-block-group.full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.wp-block-group.pull-right,
.wp-block-columns.pull-right {
    margin-right: calc(50% - 50vw);
}
.wp-block-group.pull-left,
.wp-block-columns.pull-left {
    margin-left: calc(50% - 50vw);
}

/* grid zones */

.flex-monsters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.flex-monsters.columns {
    flex-direction: column;
}
.flex-monsters > article {
    flex: 1;
    position: relative;
    z-index: 1;
}
.flex-monsters > article:hover {
    z-index: 2;
}
.flex-monsters > article picture {
    display: block;
}

.flex-monsters > article[style*="background"] {
    padding: 30px;
}
.flex-monsters > article p.actions {
    display: none;
}
.flex-monsters > article > * {
    margin: 0;
}
.flex-monsters > article > * + * {
    margin-top: 30px;
}
.flex-monsters > article h2 {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
}
.flex-monsters > article[style*="background"] h2 {
    color: #ffffff;
}

a.stick {
    position: absolute;
    z-index: 10;
    inset: 0;
    font-size: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.tmnf_entry .flex-monsters > article h2:not(.elementor-heading-title) {
    margin: 0;
}

.sipa-pg .tmnf_entry > * + *:not(.close) {
    margin-top: 6vw;
}
.sipa-pg .tmnf_entry > * + *.almost-close:not(.close) {
    margin-top: 3vw;
}

body.home #was-this-helpful {
    display: none;
}

.blog-summary-boxes > .wp-block-column > *,
.tmnf_entry .blog-summary-boxes > .wp-block-column > h2 {
    margin: 0;
}
.blog-summary-boxes > .wp-block-column > * + *,
.tmnf_entry .blog-summary-boxes > .wp-block-column > h2 + * {
    margin-top: 26px;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column > p.number {
    font-size: .8rem;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column > h2 {
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(47, 50, 66, 0.2);
}
.tmnf_entry .blog-summary-boxes > .wp-block-column > h2 > a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff6701;
    margin-bottom: -2px;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column > p:last-child {
    font-size: .85rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 0;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column > p:last-child > a {
    border:0;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column > p:last-child > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    content: "\f061";
    font-family: Font Awesome\ 5 Free;
}


.blog-summary-list,
.blog-summary-list > li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.blog-summary-list > li > h3 a {
    position: relative;
    z-index: 1;
    display: block;
    padding:12.5px 12.5px 12.5px 26px;
    border-top: 1px solid rgba(47, 50, 66, 0.2);
    border-bottom: none !important;
}
.blog-summary-list > li > h3 a:before {
    content: "\f15c";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    z-index: 1;
    inset: 12.5px auto auto 0;
    color: #2f3242;
    opacity: .2;
}

.tmnf_entry .blog-summary-boxes > .wp-block-column .blog-summary-list > li > h3 {
    margin: 0;
    font-size: 1.2rem;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column .blog-summary-list > li > h3 a {
    color: #2f3242;
    text-decoration: none;
}
.tmnf_entry .blog-summary-boxes > .wp-block-column .blog-summary-list > li > h3 a:hover {
    color: #000000;
}
.tmnf_entry ul.blog-summary-list:not(.wp-block-gallery) li,
.tmnf_entry .blog-summary-list li {
    padding: 0;
}

.blog-summary-boxes + .blog-summary-boxes {
    margin-top: 3vw;
}

#ebulletin-message > div {
    padding: 4vw;
    position: relative;
    z-index: 1;
    background-color: #ebebeb;
}
#ebulletin-message > div:before {
    content: "";
    display: block;
    background:transparent url(/wp-content/uploads/2021/10/doodles-5960094_1920.jpg) center / cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .09;
}
#ebulletin-message > div > * {
    position: relative;
    z-index: 5;
}

.grid-blog-latest > article > p.cats {
    margin: 0 -2.5px !important;
}
.grid-blog-latest > article > p.cats > a {
    display: inline-block;
    line-height: 1.1;
    padding: 7.5px 10px;
    border: 0;
    font-size: .7rem;
    background-color: #ffb44c;
    color: #000000;
    text-transform: uppercase;
    margin: 2.5px;
}
.grid-blog-latest > article > p.date {
    font-size: .85rem;
    text-transform: uppercase;
    margin: 5px 0 !important;
}
.grid-blog-latest > article > h2 {
    margin: 0 0 20px 0!important;
    font-size: 1.6rem;
    line-height: 1.2;
}
.grid-blog-latest > article .excerpt {
    line-height: 1.35;
    font-size: .9rem;
}

.piotnetforms,
.piotnetforms div,
.piotnetforms input,
.piotnetforms select,
.piotnetforms textarea,
.piotnetforms button,
.piotnetforms ul,
.piotnetforms ol,
.piotnetforms blockquote {
    font-family: 'Jost';
}

.gray-bg {
    background-color:#f6f6f6;
}

#piotnetforms .p1728593>.piotnet-section__container {
    max-width: unset !important;
}
form[id="31410"].piotnetforms__form {
    margin-left: -20px;
    margin-right: -20px;
}



/* _last for all screen */

@media screen and (max-width:1220px) {
    .sipa-pg,
    .wp-block-group > .wp-block-group__inner-container {
        max-width: unset;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (orientation:portrait) {
    .wp-block-group.full {
        margin-left: unset;
        margin-right: unset;
    }
    .wp-block-group.pull-right,
    .wp-block-columns.pull-right {
        margin-right:unset;
    }
    .wp-block-group.pull-left,
    .wp-block-columns.pull-left {
        margin-left:unset;
    }
    section.wp-block-group h2.wp-block-heading {
        font-size: 1.8rem;
    }
    section.wp-block-group h2.wp-block-heading.big {
        font-size: 2.5rem;
    }
    .sipa-pg .tmnf_entry > * + *:not(.close) {
        margin-top: 6vh;
    }
    .sipa-pg .tmnf_entry > * + *.almost-close:not(.close) {
        margin-top: 3vh;
    }
    .flex-monsters,
    .flex-monsters.columns {
        flex-direction: column;
    }
    .flex-monsters > article picture {
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-summary-boxes + .blog-summary-boxes {
        margin-top: 3vh;
    }
    #ebulletin-message > div {
        padding: 2vh;
    }
    
}
