/*
Theme Name: wtpem
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
    color: #444444;
}

body>textarea {
    display: none;
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}

body.home {
    background: linear-gradient(to top left, white, rgba(255, 153, 150, 0), #ffd9d9),
    linear-gradient(to top right, #ffffad, rgba(255, 153, 150, 0), #ffd7ff) rgb(246, 218, 214);
    background-repeat: no-repeat;
}

:root {
    --mw: 1200px;
    --accent-color: #e73c7e;
    --accent2-color: #ffd6d5;
    --border-radius1: 3px;
    --font-color: #29313a;
    --trans: all .2s ease;
    --acc-txt: #d42564;
    --sel-color: #a8deff;
}

body p {
    margin: 10px 0;
    color: #757575;
    line-height: 26px;
}

body p, body li, body a {
    font-size: 16px;
}

.wp-block-image img {
    height: auto;
}


body.admin-bar .cd-header{
    top: 32px;
}

section {
    max-width: 100%;
}

h1, h2, h3 {
    font-family: "Roboto Slab";
    margin: 10px 0;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}

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

a {
    text-decoration: none;
    color: var(--font-color);
}

.nat, .uni, .native {
    margin: 20px 0;
}


@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 1000px) {
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.4em;
    }
}
@media screen and (max-width: 800px) {
    h1 {
        font-size: 1.6em;
    }
    h2 {
        font-size: 1.4em;
    }
    h3 {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 600px) {
    body p {
        font-size: 14px;
        line-height: 21px;
    }
    body li, body a, td {
        font-size: 14px;
    }
    h1 {
        font-size: 1.3em;
        line-height: 1.2;
    }
    h2 {
        font-size: 1.2em;
    }
    h3 {
        font-size: 1em;
    }
}
@media screen and (max-width: 400px) {

}


/*layout*/


.wrapper {
    max-width: var(--mw);
    margin: 80px auto 0;
    padding: 0 10px;
}

.wrapper-sidebar {
    display: grid;
    grid-gap: 20px;
}

.page-template-default .wrapper {
    margin: 70px auto 0;
}

.narrow {
    max-width: var(--mw);
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .narrow {
        padding: 0 10px;
    }
}

@media (min-width: 1000px) {

    .wrapper-sidebar {
        grid-template-columns: 8fr 3fr;
    }
}

.shdiv {
    position: relative;
}

.single .wrapper, .archive .wrapper {
    margin-top: 80px;
}



/* #Navigation START ================================================== */
.nav img {
    max-width: inherit;
}

.logo-wrap img {
    max-width: 150px;
    height: auto;
    max-height: 50px;
}

.cd-header {
    background: transparent;
}

.cd-header .header-wrapper {
    max-width: var(--mw);
}

.header-wrapper .logo-wrap {
    position: relative;
    left: 0;
    top: 0;
}

.header-wrapper .nav-but-wrap {
    display: none;
}

.header-wrapper .nav {
    position: relative;
    display: flex;
}

.nav .nav__content {
    visibility: visible;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-self: center;
}

.nav .nav__content .nav__list{
    display: flex;
    flex-direction: row;
}
.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav__content .menu-item {
    opacity: 1;
    display: inline-block;
    letter-spacing: inherit;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.nav .nav__content .menu-item .mnu-a{
    font-size: 17px;
    padding-left: 0;
    margin-left: 10px;
    display: block;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-item:first-child .mnu-a {
    margin-left: 0;
}

.menu-item .mnu-a:after {
    display: none;
}

.cd-header {
    width: 100%;
    position: fixed;
    height: 50px;
    top: 0;
    z-index: 100;
    background-color: #6d1e338a;
    backdrop-filter: blur(7px);
}

.header-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0 10px;
}

.logo-wrap {
    z-index: 100;
}

.logo-wrap a {
    display: block;
    cursor: pointer;
    margin: 5px 0 0;
    transition : all 0.3s ease-out;
}

.logo-wrap a:hover {
    opacity: 0.9;
}

.nav__content .menu-item .mnu-a{
    position: relative;
    text-decoration: none;
    color: #ececec;
    overflow: hidden;
    z-index: 2;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 17px;
    display: inline-block;
    transition: all 200ms linear;
}

.menu-item .mnu-a:hover{
    color: #b1b1b1;
}
.menu-item.active-nav .mnu-a{
    color: #a8a8a8;
}

body.nav-active .nav__content {
    visibility: visible;
}

.nav {
    position: fixed;
    z-index: 98;
}


@media screen and (max-width: 800px) {

    .nav__list {
        height: 180px;
    }

    .nav .nav__content {
        position: fixed;
        visibility: hidden;
        top: 50px;
        text-align: left;
    }

    .nav .nav__content .nav__list {
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nav__content .menu-item {
        position: relative;
        display: block;
        transition-delay: 0.3s;
        opacity: 0;
        text-align: left;
        transform: translate(30px, 0%);
        transition: opacity .2s ease, transform .2s ease;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .header-wrapper .nav-but-wrap{
        position: relative;
        display: inline-block;
        float: right;
        right: 0;
        margin-top: 10px;
        transition : all 0.3s ease-out;
        z-index: 100;
    }

    .menu-icon {
        height: 30px;
        width: 30px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: block;
    }

    .menu-icon__line {
        height: 2px;
        width: 30px;
        display: block;
        background-color: #fff;
        margin-bottom: 7px;
        cursor: pointer;
    }

    .menu-icon__line-left {
        width: 16.5px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .menu-icon__line-right {
        width: 16.5px;
        float: right;
        transition: all 200ms linear;
    }

    .menu-icon:hover .menu-icon__line-left,
    .menu-icon:hover .menu-icon__line-right {
        width: 30px;
    }
    .nav:before, .nav:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        opacity: .75;
        background: linear-gradient(45deg, #460c1a 5%, #43194a 95%);
        transform: translateZ(0);
        z-index: -1;
        will-change: border-radius;
        transition: width cubic-bezier(0.77, 0, 0.175, 1) 0.5s, height cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    }
    .nav:after {
        background-color: rgba(9,9,12,0.9);
        transition-delay: 0s;
    }
    .nav:before {
        transition-delay: .1s;
    }
    body.nav-active .menu-icon__line {
        background-color: #fff;
        transform: translate(0px, 0px) rotate(-45deg);
    }
    body.nav-active .menu-icon__line-left {
        width: 15px;
        transform: translate(2px, 4px) rotate(45deg);
    }
    body.nav-active .menu-icon__line-right {
        width: 15px;
        float: right;
        transform: translate(-3px, -3.5px) rotate(45deg);
    }
    body.nav-active .menu-icon:hover .menu-icon__line-left,
    body.nav-active .menu-icon:hover .menu-icon__line-right {
        width: 15px;
    }
    body.nav-active .nav {
        visibility: visible;
    }
    body.nav-active .nav:before, body.nav-active .nav:after {
        width: 100%;
        height: 250px;
        will-change: width, height;
    }
    body.nav-active .nav:after {
        transition-delay: .1s;
    }
    body.nav-active .nav:before {
        transition-delay: 0s;
    }
    body.nav-active .menu-item {
        opacity: 1;
        transform: translateX(0%);
        transition: opacity .3s ease, transform .3s ease, color .3s ease;
    }
    body.nav-active .menu-item:nth-child(0) { transition-delay: 0.3s;}  body.nav-active .menu-item:nth-child(1) {transition-delay: 0.4s;}  body.nav-active .menu-item:nth-child(2) {transition-delay: 0.5s;}  body.nav-active .menu-item:nth-child(3) {transition-delay: 0.6s;}  body.nav-active .menu-item:nth-child(4) {transition-delay: 0.7s;}  body.nav-active .menu-item:nth-child(5) {transition-delay: 0.8s;}  body.nav-active .menu-item:nth-child(6) {transition-delay: 0.9s;}  body.nav-active .menu-item:nth-child(7) {transition-delay: 1s;}  body.nav-active .menu-item:nth-child(8) {transition-delay: 1.1s;}  body.nav-active .menu-item:nth-child(9) {transition-delay: 1.2s;}  body.nav-active .menu-item:nth-child(10) {transition-delay: 1.3s;}
}

/* #Navigation END ================================================== */

/*search form*/

.form-wrap {
    margin: 0;
    padding: 0;
    display: flex;
    height: 40px;
    flex-direction: row;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    overflow: hidden;
}

.form-wrap svg {
    height: 28px;
    fill: #ff9a86;
}

.form-wrap input {
    -webkit-appearance: textfield;
    background-color: transparent;
    padding: 5px 10px 5px 20px;
    border: none;
    width: 100%;
    height: auto;
    color: #c3c3c3;
    font-size: 16px;
}

.form-wrap input[type="submit"] {
    opacity: .8;
    height: 25px;
    width: 25px;
    align-self: center;
    margin-right: 10px;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    background-image: url(/wp-content/themes/wtpem/images/search-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.form-wrap input[type="submit"]:hover {
    opacity: 1;
}

@media screen and (max-width: 800px) {
    .top-head .menu-search-form {
        position: absolute;
        top: 61px;
        left: 14px;
        z-index: 110;

    }
    .form-wrap input {
        color: rgb(210, 210, 210);
    }
    .form-wrap input[type="submit"] {
        background-image: url(/wp-content/themes/emwtpro/images/search-white.svg);
    }
}

/* Common START */

/* main page */

.main-header {
    display: flex;
    color: #fff;
}

.hero {
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto Slab';
    font-weight: 600;
}

.main-header-wrapper {
    padding: 65px 0 45px;
    background: #12c2e9;
    background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
}

.mh-wrap {
    display: flex;
    align-items: center;
}

.mh-info {
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
    .mh-decor {
        max-width: 30%;
    }

    lottie-player {
        max-width: 100%;
    }
}



/* SINGLE */

/*copy to clipboard*/

.copy-wrap {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.copy-block {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: max-content;
    margin-right: 15px;
    border-radius: var(--border-radius1);
}
.copy-txt {
    font-weight: bold;
}

.smile-item-copy {
    text-align: center;
    padding: 7px 9px;
    font-size: 20px;
    margin-right: 10px;
    line-height: 24px;
    width: 50px;
    border: 1px solid var(--accent-color);
    border-radius: 3px;
}

.copyEmoji {
    cursor: pointer;
    font-size: 14px;
    padding: 11px 20px;
    color: #fff;
    border: none;
    border-radius: var(--border-radius1);
}
.copyEmoji p{
    font-size: 14px;
    margin: 0;
    color: #fff;
    border: none;
    border-radius: var(--border-radius1);
    background-color: var(--accent-color);
    transition: var(--trans);
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: var(--accent-color);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--accent-color) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* single content */

.hide {
    margin: 20px 0;
}


.hd-box .hd-btn {
    display: inline;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    height: 36px;
}

.hd-box p {
    margin: 0;
}

.hd-box {
    max-height: 80px;
    position: relative;
    overflow: hidden;
}
.hd-box .read-more {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0 15px 0;
    background-image: linear-gradient(to top, #383348, transparent);
}

/* single content end */

/* examples */


.ctc {
    display: inline-block;
    margin: 5px 15px 10px 0;
    padding: 5px 15px;
    border: 2px solid #6c4dec;
    border-radius: 5px;
    cursor: pointer;
    transition: all .1s ease;
}

.ctc:last-child {
    border: none;

}
.ctc:last-child:hover {
    border: none;
    background: none;

}

.ctc:hover {
    background: #ddd7f3;
}

.ctc:active {
    background: #c9bde5;
}

.combos li {
    list-style-type: none;
}

/*rel*/

.rel-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 15px 25px;
}

.relatedem .related-item {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    transition: var(--trans);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 5px;
}

.relatedem .related-item:hover {
    box-shadow: 0 8px 11px rgba(0,0,0,.2);
}


/*kaomoji*/

.kao {

}

.kao span {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid var(--accent-color);
    border-radius: 20px;
}

.single-post .kao span:last-child {
    display: none;
}


/*imgemoji*/

.imgemoji-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-gap: 15px 25px;
}

.imgemoji-item-wrap {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .2s ease;
    border-radius: 10px;
}

.imgemoji-item-wrap:hover {
    box-shadow: 0 3px 10px #bcbcbc;
    background-color: #ffdef0;
}

.imgemoji-face {
    font-size: 87px;
    line-height: 100px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.imgemoji-item-wrap img {
    max-width: 100px;
    height: auto;
    margin-bottom: 5px;
    margin-top: 10px;
}

/*search*/

.search-single .form-wrap input {
    border-radius: 20px;
    outline: none;
    color: #fff;
}


/*tables */

table {
    border-collapse: collapse;
    width: 100%;
}

table, th, td {
    border: 1px solid #ffceeb;
}

td {
    padding: 5px 15px;
}


@media screen and (max-width: 800px) {

    .logo-wrap img {
        max-height: 30px;
        max-width: 100px;
    }

    .wrapper-sidebar.wrapper {
        margin: 56px auto;
        padding: 0 10px;
    }
    .smile-title {
        font-size: 1.2em;
    }

    table {
        margin: auto;
        word-break: break-word;
    }
    .imgemoji-block {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: 10px;
    }
    .single .entry-content p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }

    .single .entry-content h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .imgemoji-face {
        font-size: 60px;
        line-height: 64px;
    }

    .imgemoji-item-wrap img {
        max-width: 70px;
        height: auto;
        margin-bottom: 5px;
        margin-top: 5px;
    }

}

@media screen and (max-width: 400px) {
    .copyEmoji {
        font-size: 13px;
    }
    .copyEmoji p{
        font-size: 13px;
    }
}





@media screen and (max-width: 1000px) {
    .wrapper-sidebar.wrapper {
        display: block;
    }

}



/* collections */

.collection {

}

.collection .collection-item {
    display: inline-block;
    color: var(--font-color);
    background-color: var(--accent2-color);
    border-radius: 10px;
    padding: 12px 18px;
    margin: 5px 3px;
    transition: var(--trans);
}

.collection .collection-item:hover {
    color: var(--accent-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.29);
}



/* SINGLE END */



/* post */

.single-blog .content a {
    text-decoration: underline;
    color: var(--accent-color);
    font-weight: bold;
}


/* ARCHIVE */

.grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.cat-wrap {
    margin: 20px 0;
}

@media (max-width: 800px) {
    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .portfolio-menu .menu li a {
        padding: 5px 10px;
        margin: 5px 0;
        font-size: 13px;
    }

    .archive .site-main {
        grid-template-columns: auto;
        grid-gap: 1em;
    }

    .archive .page-header {
        margin: 0px 0;
        padding: 10px 0;
    }

    .archive .page-header .page-title {
        font-size: 1.6em;
    }

    .archive .page-header p{
        margin: 3px 0;
    }
}

.grid-item .wp-post-image {
    max-width: 100%;
    height: auto;
}


.entry-text {
    padding: 0 20px;
}

.entry-h {
    color: #585858;
}


@media screen and (max-width: 1200px) {
    .archive .site-main {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .archive .site-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .archive .site-main {
        grid-template-columns: 1fr;
    }
}


.emojis-block {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.smile-block-item {
    border-radius: 5px;
    box-shadow: 0 2px 4px #9e9e9e;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.smile-block-item .face {
    display: block;
    font-size: 70px;
    text-align: center;
}

.smile-block-item .title {
    font-weight: 400;
    text-align: center;
    display: block;
}

.smile-block-wrap {
    margin-bottom: 40px;
}

.pagination {
    clear: both;
    padding-top: 30px;
    text-align: center;
    width: 100%; }
.pagination .page-numbers {
    border: 1px solid #626262;
    color: #626262;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9333em;
    line-height: normal;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 11px 17px;
    transition: .3s;
    vertical-align: top; }
.pagination .page-numbers:visited {
    color: #626262; }
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
    border-color: #f14e4e;
    color: #f14e4e; }

.pagination .page-numbers.dots {
    border: none;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 13px;
    padding-right: 0;
    padding-left: 0; }
.pagination .page-numbers.dots:hover {
    background: none;
    color: #626262; }
.pagination .current {
    border-color: #f14e4e;
    color: #f14e4e; }



/* ARCHIVE END */



/* Loops */

.all-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));;
}

.emunit {
    text-align: center;
    transition: var(--trans);
    padding: 5px;
    margin-bottom: 5px;
}

.all-block .emunit {
    padding: 3px;
    margin: 6px;
}

.emunit:hover {
    background-color: #a8deff;
    border-radius: 4px;
}

.emface, .emlink {
    display: block;
}

.emface {
    font-size: 36px;
    margin-bottom: 7px;
}
.emlink {
    font-size: 12px;
    word-wrap: break-word;
    color: #404040;
}

/* Sidebar */

/* sidebar */

.sb-block {
    box-shadow: 1px 1px 20px 0 #dae2eb;
    padding: 10px 20px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.sb-header {
    font-size: 20px;
    color: #222;
    margin: 7px 0;
    text-align: center;
}

.sb-list-wrap {
    margin: 0;
    padding: 0;
}

.sb-list-wrap li {
    list-style-type: none;
}

.sb-list-wrap li {
    display: block;
    margin: 3px 0;
    padding: 5px 8px;
}

.sb-list-wrap li a {
    font-size: 14px;
}

.current-cat {
    background-color: var(--sel-color);
    border-radius: 4px;
}

@media screen and (max-width: 800px) {

    .grid-block {
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    }

    .emunit {
        padding: 3px;
        margin-bottom: 3px;
    }

    .emface {
        font-size: 29px;
        margin: 2px;
    }
}


/* Common END ------------------------------------------------------------------*/


/*-------------------------- BLOCKS --------------------------*/

/* catschild */

.catschild  {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
}

.catschild .children {
    padding: 0;
}

.catschild li {
    list-style-type: none;
}

.catschild>li {
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: #ffffff9e;
}

.catschild>li>a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.catschild .children .cat-item {
    margin: 5px 0;
}
.catschild .children .cat-item a {
    font-size: 15px;
}

/* catschild end*/

/* games */

.h1c {
    text-align: center;
}

.games  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));;
    grid-gap: 20px;
    margin-top: 20px;
}

.game {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.game img {
    border-radius: 10px;
}

.game-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}



/* games end*/

/* constr-cta */
.constr-cta {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    width: 100%;
    background-image: linear-gradient( 109.6deg,  rgba(116,18,203,1) 11.2%, rgba(230,46,131,1) 91.2% );
}

.constr-cta a {
    color: #fff;
    font-size: 32px;
    font-family: "Roboto Slab";
}

.constr-cta:hover a {
    color: #efc2ff;
}

.constr-cta-img img{
    max-width: 50px;
    width: auto;
}

.constr-cta-img img:first-child{
    margin-left: 0;
    animation: rotation 8s infinite linear;
}

.constr-cta-img img:nth-child(2){
    margin-left: 20px;
    animation: rotation1 5s infinite linear;
}

.constr-cta-img img:nth-child(3){
    margin-left: 20px;
    animation: rotation 3s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation1 {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 800px) {
    .constr-cta {
        padding: 15px;
    }
    .constr-cta a {
        font-size: 20px;
    }
    .constr-cta-img img{
        max-width: 30px;
    }
    .constr-cta-img img:nth-child(2){
        margin-left: 15px;
    }

    .constr-cta-img img:nth-child(3){
        margin-left: 15px;
    }
}

@media screen and (max-width: 400px) {
    .constr-cta {
        padding: 10px 15px;
    }
    .constr-cta a {
        font-size: 18px;
    }
    .constr-cta-img img{
        max-width: 20px;
    }
    .constr-cta-img img:nth-child(2){
        margin-left: 10px;
    }

    .constr-cta-img img:nth-child(3){
        margin-left: 10px;
    }
}

/* constr-cta end */

/* slang & quotes */

.single-quote .breadcrumb_last {
    display: none;
}

blockquote {
    background-color: #ffeeee;
    padding: 20px;
    margin: 15px 0;
    border-radius: 10px;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tags-list li {
    display: flex;
    list-style-type: none;
    margin-right: 20px;
}

.tags-list li:hover {
    text-decoration: underline;
}

.single-slang h3 {
    font-size: 1.2em;
}

.l-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    text-align: center;
}

.l-wrap a {
    background-color: #e2e2e2;
    padding: 7px 12px;
    margin: 7px 12px 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    transition: var(--trans);
    white-space: nowrap;
}

.l-wrap a:hover {
    background-color: #c3c3c3;
}

.letters {
    margin-top: 20px;
}

.letters-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0;
}

.letters-wrap a {
    padding: 5px 10px 5px 0;
}

.letters-wrap a:hover {
    text-decoration: underline;
}

.quotes-wrap {
    display: flex;
    flex-direction: column;
}

.quote-link {
    display: block;
    margin: 20px 0;
}

.quote-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
    transition: var(--trans);
    padding: 20px;
}

.quote-item:hover {
    background-color: #e4e4e4;
}

.quote-item-link:hover {
    text-decoration: underline;
}

.quote-auth {
    margin-top: 15px;
}

.quote-auth a {
    color: #2a5b85;
    font-size: 13px;
}

.quote-auth a:hover {
    text-decoration: underline;
}

/*-------------------------- BLOCKS END --------------------------*/

/* Footer START */

.footer {
    color: #ffffff;
    margin-top: 20px;
    padding: 20px 10px;
    background: linear-gradient(45deg, rgb(23, 212, 2) 0%, #08619c 100%);
}

.t-container {
    max-width: var(--mw);
    margin: 0 auto;
    position: relative;
}

.nav-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.nav-foot li {
    list-style-type: none;
    padding: 3px;
}

.nav-foot li a {
    color: #fff;
    margin: 2px;
}

.nav-foot li:hover a {
    text-decoration: underline;
}