@import "variables.css";

/* The post */
.post-title {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--text-black);
    font-size: 35px !important;
}

.post-excerpt {
    text-align: center;
    font: normal normal normal 22px/27px Lato;
    letter-spacing: 0px;
    color: var(--text-black);
    max-width: 70%;
}

.post-excerpt>p {
    font-size: 17px;
}

/* Meta grid */
.meta-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-name {
    padding: 0px 10px;
}

.read-icon {
    padding: 3px 6px 0px 10px;
}

.read-icon, .dashicons-calendar {
    color: var(--mtg-pink);
}

.space-grid {
    padding: 12px 0px 20px 0px;
}

.author-avatar img {
    width: 28px;
    height: 28px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--gray-70);
    border-radius: 50%;
}

.author-name {
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 0px;
    color: var(--text-black);
}

.post-date {
    grid-column: 1 / 5;
}

.post-image {
    width: 100%;
    max-width: 1400px;
}

.post-image img {
    width: 70%;
    min-width: 320px;
}

ul.has-white-color.has-text-color.has-background,
ul.has-black-color.has-cyan-bluish-gray-background-color.has-text-color.has-background {
    background-color: #fff !important;
    padding: 0px;
    padding: 0px 0px 0px 18px;
}

.post-content h2 {
    padding: 25px 0px 10px 0px !important;
}

.post-content h3 {
    padding: 25px 0px 10px 0px !important;
}

/* Subscribe */
.main-subscribe {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.divider-single {
    width: 980px;
    height: 2px;
    background-color: #e3e3e3;
    margin-top: 20px;
}

.main-center-divider {
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-subscribe {
    width: 320px;
    height: 191px;
}

.sub-single {
    padding-left: 24px;
    padding-bottom: 1px;
    font-size: 28px;
}

.sub-title-single {
    color: #212121;
    line-height: 1.1;
    margin-left: 25px;
    padding-bottom: 20px;
}

.blocks {
    display: flex;
    padding-left: 27px;
}

.inform {
    padding-right: 25px;
    
}

.inform>h6 {
    line-height: 0.9;
}

.email-subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
}

.btn-single {
    border-radius: 50px;
    background: #7833ff;
    width: 119px;
    height: 40px;
    margin-left: 15px;
    border: 1px solid #7833ff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.btn-single:focus {
    outline: none;
}

.btn-single:disabled {
    margin-top: -104px;
    margin-left: 230px;
}

.input-single {
    width: 330px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 3px 6px #00000029;
    padding-left: 10px;
    height: 40px;
}

.input-single:focus-visible {
    outline: none;
}

.input-single:focus {
    box-shadow: 0px 3px 6px #00000029;
}

.controller-divider {
    display: flex;
    justify-content: center;
}

.titleContentTags {
    margin: 20px 0px 20px 155px;
}

.style-alert-success {
    max-width: 248px;
    margin-left: 23px !important;
}

/* RELATED POSTS */
.rp4wp-related-posts ul {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 32%);
}

.rp4wp-related-posts h3 {
    text-align: center;
    padding-bottom: 20px !important;
}

.rp4wp-related-posts li {
    list-style-type: none;
}

.rp4wp-related-posts li div a {
    text-align: left;
    letter-spacing: 0px;
    color: var(--text-black);
    font: normal normal bold 26px/32px Lato;
}

.rp4wp-related-posts li div a img {
    width: 100%;
    height: 197px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0px 3px 6px #00000029;
    background: radial-gradient(orange, red);
}

.wp-block-embed__wrapper {
    text-align: center;
}

.limit-text-excerpt {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

/* Button back home */
.main-btn-back-home {
    padding-top: 30px;
}

.btn-back-home {
    width: 125px;
    height: 41px;
    background: #7833FF 0% 0% no-repeat padding-box;
    border-radius: 0px 2px 10px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn-back-home a {
    color: #FFF;
    padding-right: 10px;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 19px;
}

.svg-btn-back-home {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.rp4wp-related-post-content {
    padding-top: 13px;
}

/* About Author */
.main-card-about {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-author-about {
    width: 983px;
    height: 208px;
    background: #EEEEEE;
}

.author-avatar-about {
    min-width: 145px;
    display: grid;
    align-content: center;
    padding-top: 15px;
    padding-left: 20px;
}

.author-avatar-about img {
    height: 104px;
    width: 104px;
}

.card-about-author {
    display: flex;
}

.author-description {
    width: 100%;
    display: grid;
    justify-content: center;
}

.title-about-author {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: bold;
    text-align: center;
    padding-right: 145px;
}

.description-about-author {
    font-size: 16px;
    font-family: 'Lato';
    line-height: 1.1;
    width: 770px;
}

.wp-block-button__link {
    color: #fff !important;
    background-color: #7833FF !important;
    font-family: Arial;
    font-size: 16px;
    height: 47px;
}

.wp-block-button__link:hover {
    background-color: #6351A5 !important;
    text-decoration: none !important;
}

/* Adjustment mobile */
@media (max-width: 550px) {
.limit-text-excerpt {
    min-width: 470px;
    justify-content: start;
}
.main-subscribe,
.card-about-author,
.blocks {
    display: block;
}
.sub-single,
.post-content p {
    text-align: center;
}
.sub-title-single br {
    display: none;
}
.description-about-author {
    width: 380px;
    padding: 0px 20px;
    text-align: center;
}
.main-author-about {
    height: 100%;
}
.title-about-author {
    padding-right: 0px;
}
.author-avatar-about {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0px;
}
.titleContentTags {
    margin: 5px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.post-tags {
    padding-left: 0px;
    justify-content: center;
    padding-bottom: 20px;
}
.rp4wp-related-posts ul {
    display: table-row;
}
.rp4wp-related-post-content {
    text-align: center;
    margin-bottom: 30px;
}
.post-image {
    padding: 0px !important;
    margin-bottom: 25px;
}
.sub-single, .post-content p {
    text-align: start !important;
}
.content-subscribe p,
.content-subscribe h4 {
    text-align: center;
}
.menus-container {
    padding: 0px;
}
.footer-container-cactus {
    display: inline !important;
    width: 100%;
    display: flex;
}
.footer-copyright-text {
    margin-left: 0px;
}
.footer-container-cactus a {
    display: flex;
    justify-content: center;
}
.container {
    padding: 0px !important;
}
}