/*
Theme Name: Awaken Child
Theme URI: https://computec.consulting/awaken-child/
Description: Child theme based on Awaken
Author: Graham Trott
Author URI: https://computec.consulting
Template: awaken
Version: 1.1.1
Tags:
Text Domain: awaken-child
*/

article.painting {
    overflow: hidden;
}

article.painting .painting-description {
    margin-bottom: 10px;
}

article.painting ul {
    margin: 0;
    list-style: none;
}

article.painting ul li,
article.painting .painting-description {
    font-size: 18px;
}

article.painting ul li a {
    color: #333;
    text-decoration: underline;
}

article.painting ul li a:hover {
    color:#fa5742;
}

article.painting h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.wpecpp-payment-message {
    font-size: 22px!important;
}


.post-type-archive-painting .genpost-entry-header,
.tax-keyword .genpost-entry-header,
.tax-technique .genpost-entry-header,
.tax-art-form .genpost-entry-header,
.tax-artwork-theme .genpost-entry-header {
    height: 50px;
}

.post-type-archive-painting .genpost-featured-image a,
.tax-keyword .genpost-featured-image a,
.tax-technique .genpost-featured-image a,
.tax-art-form .genpost-featured-image a,
.tax-artwork-theme .genpost-featured-image a {
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    overflow: hidden;
}



.post-type-archive-painting .genpost-featured-image a img,
.tax-keyword .genpost-featured-image a img,
.tax-technique .genpost-featured-image a img,
.tax-art-form .genpost-featured-image a img,
.tax-artwork-theme .genpost-featured-image a img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}

.archive article.painting {
    margin-bottom: 4rem;
}

.archive article.painting h2 {
    text-align: center;
}

.paintings-navigation {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.paintings-navigation > div {
    background-color: #eee;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    flex-wrap: wrap;
    gap: 30px;
}

.paintings-navigation a {
    color: #333;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

.paintings-navigation a:hover {
    color:#fa5742;
}

@media screen and (min-width: 768px) {
    .post-type-archive-painting .genpost-featured-image a,
    .tax-keyword .genpost-featured-image a,
    .tax-technique .genpost-featured-image a,
    .tax-art-form .genpost-featured-image a,
    .tax-artwork-theme .genpost-featured-image a {
        height: 315px;
    }

    .post-type-archive-painting .genpost-entry-header,
    .tax-keyword .genpost-entry-header,
    .tax-technique .genpost-entry-header,
    .tax-art-form .genpost-entry-header,
    .tax-artwork-theme .genpost-entry-header {
        height: 80px;
    }

    .paintings-navigation > div {
        padding: 14px;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .paintings-navigation a {
        width: 50%;
    }

}

.term-description {
    margin-bottom: 30px;
}

/* adventures image */
#attachment_5430 {
    margin-bottom: 0;
}


form label {
    display: block;
}

form label span {
    display: block;
}

form label input,
form label textarea {
    border-radius: 5px;
    font-size: 25px;
    font-weight: 400;
    padding: 2px;
    max-width: 100%;
}

form div.cols-2,
form div.cols-1 {
    padding: 5px 20px;
}


@media screen and (min-width: 1024px) {
    form div.cols-2 p {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }   
}

form div.cols-2 label,
form div.cols-1 label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

form.wpcf7-form {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 0;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    border: solid #eee;
    width: 100%;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7-acceptance label {
    display: block!important;
}

.wpcf7-acceptance label input {
    display: inline;
    width: auto;
    margin-right: 5px;
}

.wpcf7-acceptance label span {
    display: inline;
}


figure.vertical-image img {
    width: 361px;
    height: 507px;
    object-fit: cover;
    max-width: 100%;
}


.free-painting-evaluation-cta {
    background-color: #FAE8EB;
    padding: 10px 15px 20px 15px;
    border-radius: 10px;
    margin-top: 20px;    
}


.free-painting-evaluation-cta h4 {
    font-size: 20px;
}

.free-painting-evaluation-cta a {
    display: inline-block;
    background-color: #fa5742;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #fa5742;
}

.free-painting-evaluation-cta a:hover {
    background-color: #FAE8EB;
    color: #fa5742;
    text-decoration: none;
}

.box-description {
    padding: 20px;
}

.box-description h4 {
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.3;
}

.widget .free-painting-evaluation-cta {
    margin-top: 0;
}

#block-8 > p {
    margin: 0;
}

div#page div.site-branding {
    display: block!important;
    min-height: auto!important;
    padding: 20px 0;
}

.site-branding .header-ad-area {
    margin: 0;
    margin-top: 20px;
    width: auto;
    height: auto;
}

.site-branding .header-ad-area aside {
    margin-bottom: 0;
}

.site-branding .header-ad-area aside > p {
    display: none;
}

.language-flags {
    display: flex;
    gap: 10px;
}

.language-flags img {
    width: 50px;
}

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

    .site-branding .header-ad-area {
        float: none;
        height: 20px;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    
    .language-flags {
        justify-content: center;
    }

    .language-flags img {
        width: 20px;
    }   
}

#post-5938 p {
    font-size: 16px;
}

form.wpcf7-form {
    background-color: #fdfdfd;
}

.free-painting-textarea {
    height: 120px;
}

.send-email-cta {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 2px 2px #eee;
}

.send-email-cta h2 {
    margin-top: 0;
}

.send-email-cta a {
    color:#fa5742
}
