.fok-ad-embed {
    padding: 20px 30px;
    border: 0!important;
    border-radius: 5px;
    width: 90%;
    margin: 20px auto 40px;
    background-color: #F0EAD3;
}

.fok-ad-embed-wrapper {
    display: table;
}

.fok-ad-embed-image,
.fok-ad-embed-content {
    display:table-cell;
    vertical-align:middle;
}

.fok-ad-embed-image {
    width: 25%;
}

.fok-ad-embed-image img {
    padding-right: 20px;
}

.fok-ad-embed-content {
    width: 75%;
}

.fok-ad-title {
    color: #4b301a;
    font-size: 24px;
    margin-bottom: 20px;
}

/* High specificity to negate: body.single article.format-standard p:last-of-type */
html body .fok-ad-embed .fok-ad-embed-content .fok-ad-content p {
    color: #4b301a;
    font-size:16px;
    margin-bottom: 20px !important;
    line-height:24px;
}

.fok-ad-button {
    color: #ffffff;
    background-color: #d93f3c;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.fok-ad-button:hover {
    color: #ffffff;
}

.fok-ad-image-embed {
    margin-bottom: 40px;
}

.fok-ad-image-embed img {

}

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

    .fok-ad-embed {
        text-align: center;
    }

    .fok-ad-embed-image,
    .fok-ad-embed-content {
        float: left;
        width: 100%;
    }

    .fok-ad-embed-image img {
        padding-right: 0;
    }

    .fok-ad-title {
        margin-top:20px;
    }

}
