/*
Theme Name: Sheri Olson Architecture
Description: Custom theme
Author: Will Brady
Author URI: https://willbrady.com
Author Email: hello@willbrady.com
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/


.type-page {
    display: flex;
    flex-direction: column;
	min-height: calc(100vh - 186px);
}
.admin-bar .type-page{
	min-height: calc(100vh - 218px);
}
.type-page .site-content{
    flex-grow: 1;
}

bold, strong {
    font-weight: 400 !important;
    color: #a2a2a2;
}

h1, h2, h3 {
    text-wrap: balance;
}

.post-content h2, .post-content h3 {
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
}

.post-content h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.post-content h2 {
    margin-bottom: 1em !important;
    margin-top: 2em;
}

.post-content h2:first-of-type {
    margin-top: 0;
}


.post-content h4 {
    font-size: 1em;
    font-weight: 400 !important;
    color: #a2a2a2;
    margin-top: 2em;
}

.post-content h4::first-of-type {
    margin-top: 0;
}

.post-content a, .module-content a {
    text-decoration: underline !important;
    text-decoration-color: #a2a2a2 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px;
    font-weight: 400 !important;
    transition: 0.3s;
}

.post-content ul, .module-content ul {
    padding-bottom: 0.5em;
    padding-left: 30px;
}

.post-content ol, .module-content ol {
    padding-bottom: 1em;
    padding-left: 40px;
}

.post-content ol ul {
    padding-bottom: 0;
    padding-top: 0.5em;
}

.post-content ol li {
    padding-bottom: 1em;

}

.post-content ol ul, .module-content ol ul {
    list-style-type: disc;
}


.post-content ul li, .module-content ul li {
    padding-bottom: 0.5em;

}


.post-content li::marker, .module-content li::marker {
    color: #a2a2a2;
}


.dce-accordion-icon svg {
    width: 36px !important;
}



@media (min-width: 768px) {
.post-content h2, .post-content p:first-child {
    font-size: 48px;
    line-height: 57px;
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    margin-bottom: 2em;
}

.post-content p:first-child {
    text-indent: 40%;
}

.post-content p {
    font-size: 24px;
    line-height: 33px;
    text-indent: 0;
}

}

@media (max-width: 767px) {
    
.post-content h2, .post-content p:first-child {
    font-size: 24px;
    line-height: 30px;
}

.post-content p:first-child {
    text-indent: 40%;
}

.post-content p {
    font-size: 20px;
    line-height: 24px;
    text-indent: 0;
}    
    
}