:root { --v-trar: rgb(255, 0, 0); --v-trao: rgb(255, 128, 0); --v-tradr1: rgb(224, 0, 0); --v-tradr2: rgb(192, 0, 0); --v-trar: rgb(255, 0, 0); --v-tralr1: rgb(255, 48, 48); --v-tralr2: rgb(255, 92, 92); } .colorimag { background-color: rgb(255, 92, 92); background-color: var(--v-tralr2); } .infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } #page [data-scrollscrub] { -webkit-transition: none; transition: none; } .fixed-at-top { position: fixed; top: 0; } .active.sequence:nth-of-type(1) { -webkit-transition-delay: 0s; transition-delay: 0s; } .active.sequence:nth-of-type(2) { -webkit-transition-delay: .25s; transition-delay: .25s; } .active.sequence:nth-of-type(3) { -webkit-transition-delay: .5s; transition-delay: .5s; } .active.sequence:nth-of-type(4) { -webkit-transition-delay: .75s; transition-delay: .75s; } .active.sequence:nth-of-type(5) { -webkit-transition-delay: 1s; transition-delay: 1s; } .active.sequence:nth-of-type(6) { -webkit-transition-delay: 1.25s; transition-delay: 1.25s; } .active.sequence:nth-of-type(7) { -webkit-transition-delay: 1.5s; transition-delay: 1.5s; } .active.sequence:nth-of-type(8) { -webkit-transition-delay: 1.75s; transition-delay: 1.75s; } .active.sequence:nth-of-type(9) { -webkit-transition-delay: 2s; transition-delay: 2s; } .active.sequence:nth-of-type(10) { -webkit-transition-delay: 2.25s; transition-delay: 2.25s; } .active.sequence:nth-of-type(11) { -webkit-transition-delay: 2.5s; transition-delay: 2.5s; } .active.sequence:nth-of-type(12) { -webkit-transition-delay: 2.75s; transition-delay: 2.75s; } .active.sequence:nth-of-type(13) { -webkit-transition-delay: 3s; transition-delay: 3s; } .active.sequence:nth-of-type(14) { -webkit-transition-delay: 3.25s; transition-delay: 3.25s; } .active.sequence:nth-of-type(15) { -webkit-transition-delay: 3.5s; transition-delay: 3.5s; } .active.sequence:nth-of-type(16) { -webkit-transition-delay: 3.75s; transition-delay: 3.75s; } .active.sequence:nth-of-type(17) { -webkit-transition-delay: 4s; transition-delay: 4s; } .active.sequence:nth-of-type(18) { -webkit-transition-delay: 4.25s; transition-delay: 4.25s; } .active.sequence:nth-of-type(19) { -webkit-transition-delay: 4.5s; transition-delay: 4.5s; } .active.sequence:nth-of-type(20) { -webkit-transition-delay: 4.75s; transition-delay: 4.75s; } .active.sequence:nth-of-type(21) { -webkit-transition-delay: 5s; transition-delay: 5s; } .active.sequence:nth-of-type(22) { -webkit-transition-delay: 5.25s; transition-delay: 5.25s; } .active.sequence:nth-of-type(23) { -webkit-transition-delay: 5.5s; transition-delay: 5.5s; } .active.sequence:nth-of-type(24) { -webkit-transition-delay: 5.75s; transition-delay: 5.75s; } .active.sequence:nth-of-type(25) { -webkit-transition-delay: 6s; transition-delay: 6s; } .active.sequence:nth-of-type(26) { -webkit-transition-delay: 6.25s; transition-delay: 6.25s; } .active.sequence:nth-of-type(27) { -webkit-transition-delay: 6.5s; transition-delay: 6.5s; } .active.sequence:nth-of-type(28) { -webkit-transition-delay: 6.75s; transition-delay: 6.75s; } .active.sequence:nth-of-type(29) { -webkit-transition-delay: 7s; transition-delay: 7s; } .active.sequence:nth-of-type(30) { -webkit-transition-delay: 7.25s; transition-delay: 7.25s; } .active.sequence:nth-of-type(31) { -webkit-transition-delay: 7.5s; transition-delay: 7.5s; } .js [data-scrollanimation*=fadeInUp] { opacity: 0; -webkit-transition: all .5s; transition: all .5s; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } .js [data-scrollanimation*=fadeInUp].fadeInUp { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .js [data-scrollanimation*=zoomIn] { -webkit-transition: all .5s; transition: all .5s; opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } .js [data-scrollanimation*=zoomIn].zoomIn { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } @-webkit-keyframes moveInLeft { 0% { opacity: 0; -webkit-transform: translateX(-10rem); transform: translateX(-10rem); } 80% { -webkit-transform: translateX(1rem); transform: translateX(1rem); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @keyframes moveInLeft { 0% { opacity: 0; -webkit-transform: translateX(-10rem); transform: translateX(-10rem); } 80% { -webkit-transform: translateX(1rem); transform: translateX(1rem); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @-webkit-keyframes moveInRight { 0% { opacity: 0; -webkit-transform: translateX(10rem); transform: translateX(10rem); } 80% { -webkit-transform: translateX(-1rem); transform: translateX(-1rem); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @keyframes moveInRight { 0% { opacity: 0; -webkit-transform: translateX(10rem); transform: translateX(10rem); } 80% { -webkit-transform: translateX(-1rem); transform: translateX(-1rem); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @-webkit-keyframes moveInBottom { 0% { opacity: 0; -webkit-transform: translateY(3rem); transform: translateY(3rem); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @keyframes moveInBottom { 0% { opacity: 0; -webkit-transform: translateY(3rem); transform: translateY(3rem); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } ol, ul { margin: 0 0 1.5em 30px; margin: 0 0 1.5em var(--gap); padding: 0; } ul { list-style: disc; } ol { list-style: decimal; } li>ol, li>ul { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: 700; } dd { margin: 0 1.5em 1.5em; } table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%; } thead th { border-bottom: 2px solid #bbb; padding-bottom: .5em; } th { padding: .4em; text-align: left; } tr { border-bottom: 1px solid #eee; } td { padding: .4em; } td:first-child, th:first-child { padding-left: 0; } td:last-child, th:last-child { padding-right: 0; } .u-center-text { text-align: center !important; } .u-margin-bottom-small { margin-bottom: 1.5rem !important; } .u-margin-bottom-medium { margin-bottom: 4rem !important; } .u-margin-bottom-big { margin-bottom: 8rem !important; } .u-margin-top-big { margin-top: 8rem !important; } .u-margin-top-huge { margin-top: 10rem !important; } fieldset { margin-bottom: 30px; margin-bottom: var(--gap); } .single article .entry-content { margin-bottom: 30px; margin-bottom: var(--gap); } .after-article { clear: both; width: auto; max-width: 900px; } @media (min-width: 350px) { .pagination { text-align: center; padding: 30px 0; padding: var(--gap) 0; } .pagination .page-numbers { background: #ff4a6b; color: #fff; margin: 0 3px; padding: 8px 8px; } .pagination .page-numbers * { pointer-events: none; } .pagination .page-numbers.current { background: gray; } .pagination .page-numbers.dots { background: 0 0; color: gray; margin: 0; } } @media (max-width: 349px) { .pagination { text-align: center; padding: 30px 0; padding: var(--gap) 0; } .pagination .page-numbers { background: #ff4a6b; color: #fff; padding: 2px 6px; } .pagination .page-numbers * { pointer-events: none; } .pagination .page-numbers.current { background: gray; } .pagination .page-numbers.dots { background: 0 0; color: gray; margin: 0; } } .heading-tertiary { font-weight: 700; text-transform: uppercase; padding-left: 10px; } .wp-block-file { -ms-flex-line-pack: center; align-content: center; } .wp-block-file a { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } #page .wp-block-gallery { padding: 0; } #page .wp-block-gallery li { padding: 0; } .comments-holder { max-width: 70rem; max-width: var(--container-content); margin: auto; } .comment-list { margin: 0; padding: 0; list-style: none; } .type-page.card, .type-post.card { -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .3); box-shadow: 0 1px 12px rgba(0, 0, 0, .3); border-radius: 5px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .type-page.card>*, .type-post.card>* { padding: 0 15px; } .type-page.card h2, .type-post.card h2 { margin-top: 0; } .type-page.card .cover-image, .type-post.card .cover-image { padding: 0; } .type-page.card .cover-image img, .type-post.card .cover-image img { height: 150px; } .type-page.card .card-title, .type-post.card .card-title { margin-bottom: 15px; margin-bottom: var(--gutters); } .type-page.card a.term-link, .type-post.card a.term-link { text-transform: uppercase; font-weight: 700; } .type-page.card .card-content, .type-post.card .card-content { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .type-page.card .card-meta, .type-post.card .card-meta { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 5px; } .type-page.card .posted-on, .type-post.card .posted-on { margin-right: 10px; } .form-submit input { margin: 5px; padding: 5px; }