/*
Theme Name:     Traveltour Child
Template:       traveltour
Version:        1.0
*/
/* Template part 'author-block' */
.tt-child-author-block {
    margin: 50px auto;
}
.tt-child-author-block__contain {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 61px -21px rgba(0,0,0,0.5);
    border-radius: 12px;
    padding: 0 20px 50px;
    max-width: 900px;
    margin: auto;
}
.tt-child-author-block__image img {
    margin-top: -8%;
    width: 170px;
    border-radius: 100px;
    max-width: 100%;
}
.tt-child-author-block__name p {
    margin-bottom: 5px;
    font-size: 18px;
}
.tt-child-author-block__name i.fa {
    font-size: 32px;
}
.tt-child-author-block__title {
    font-size: 20px;
    font-weight: 500;
}
.tt-child-author-block__description {
    max-width: 800px;
    margin: auto;
}

@media (max-width: 425px) {
    .tt-child-author-block__image img {
        width: 140px;
        margin-top: -50px;
    }
}

/* Template part 'patricio-murrieta-piney-block' */
.tt-child-patricio-block {
    margin-top: 50px;
}
.tt-child-patricio-block__contain {
    display: flex;
}
.tt-child-patricion__image {
    width: 100%;
    max-width: 200px;
}
.tt-child-patricion__image img {
    border-radius: 6px;
    max-width: 100%;
}
.tt-child-patricion__info {
    padding-left: 50px;
}
.tt-child-patricion__info h2 {
    font-size: 40px;
    color: #FF7F41;
}

@media (max-width: 768px) {
    .tt-child-patricio-block__contain {
        display: block;
    }
    .tt-child-patricion__info {
        padding-left: 0;
    }
}
