html {
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #444;
    font: normal 15px/20px 'Open Sans', sans-serif;
    text-align: left;
}

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

a:visited,
a:active,
a:hover {
    color: #509C94;
}

article {
    min-width: 310px;
    max-width: 800px;
    padding: 5px;
    margin: 0 auto;
}

article h1,
article h2,
article h3,
article h4 {
    margin: 0 0 20px;
    padding: 3px 0;
    line-height: 1.1;
}

article h1 {
    font-size: 26px;
    color: #8C6B76;
}

article h2 {
    font-size: 24px;
    color: #9E848D;
}

article h3 {
    font-size: 22px;
    color: #4f5254;
}

article h4 {
    font-size: 20px;
    color: #5c5a63;
}

article b,
article strong {
    color: #4a4c3e;
}

article a {
    color: #9E848D;
}

article p {
    margin: 0;
    padding: 0 0 20px;
}

.center {
    margin: 10px auto 20px;
}

ul {
    margin-top: 0;
    margin-bottom: 20px;
}

ul li:not(:last-child) {
    padding-bottom: 5px;
}

textarea {
    box-sizing: border-box;
    min-width: 310px;
    max-width: 100%;
    width: 80%;
    min-height: 74px;
    margin: 10px 0 0 0;
    padding: 10px;
    border: 1px solid #7c766b;
    border-radius: 3px;
    background-color: #ded9ce;
    color: #282828;
    font-size: 11px;
    font-family: monospace;
}

#bottom {
    padding: 30px 0 50px;
    text-align: center;
    text-transform: uppercase;
}

#broughtby {
    margin-bottom: 20px;
}

/* Author box small */

.author-details {
    position: relative;
    padding: 0 0 10px 45px;
    margin: 0 0 10px;
    font-size: 12px;
}

.author-details p {
    margin: 0;
    padding: 0;
}

.author-details img {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e8eb;
    border-radius: 50%;
    background: #444;
    background-size: contain;
    filter: grayscale(1);
}

/* Simple table */

.simple-table {
    margin: 0 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.simple-table table {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.simple-table.full table {
    width: 100%;
}

.simple-table table tr th,
.simple-table table tr td {
    padding: 8px 16px;
    border: 1px solid #444;
    font-size: 14px;
    line-height: 1.15;
}

.simple-table.text-center table tr th,
.simple-table.text-center table tr td {
    text-align: center;
}

.simple-table table tr th {
    background: #9E848D;
    color: #fff;
}

.simple-table table tr td+td {
    border-left-width: 0;
}

.simple-table table tr+tr td {
    border-top-width: 0;
}

/* Author box */

.author-block {
    position: relative;
    padding: 10px 16px 84px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.6;
    color: #29292a;
    background-image: -moz-linear-gradient(90deg, rgb(228, 238, 237) 1%, rgb(211, 235, 210) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(228, 238, 237) 1%, rgb(211, 235, 210) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(228, 238, 237) 1%, rgb(211, 235, 210) 99%);
}

.author-block:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 38px;
    background: url(/wp-content/themes/custom/images/logo.svg) no-repeat center/contain;
}

.author-block .author-image {
    margin: 0 auto -100px;
    border-radius: 50%;
    border: 12px solid #e3f2e4;
    width: 152px;
    height: 152px;
    overflow: hidden;
}

.author-block .author-inner {
    padding: 115px 20px 35px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 15px;
}

.author-block .author-name {
    font-weight: 800;
    font-size: 28px;
    font-style: normal;
}

.author-block .author-job {
    color: #187c3d;
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

.author-block p {
    margin: 0;
    padding: 10px 0 0;
}

@media (min-width: 768px) {
    .author-block {
        display: grid;
        grid-template-columns: 178px 20px auto;
        padding: 25px 20px;
        background-image: -moz-linear-gradient(150deg, rgb(228, 238, 237) 1%, rgb(211, 235, 210) 99%);
        background-image: -webkit-linear-gradient(150deg, rgb(228, 238, 237) 1%, rgb(211, 235, 210) 99%);
        background-image: -ms-linear-gradient(150deg, rgb(228, 238, 237) 1%, rgb(211, 235, 210) 99%);
    }

    .author-block .author-image {
        margin-bottom: 0;
    }

    .author-block .author-image,
    .author-block:after {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .author-block:after {
        display: block;
        position: static;
        margin: 0 auto;
        transform: none;
    }

    .author-block .author-inner {
        padding: 25px 40px;
        grid-column-start: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        text-align: left;
    }
}