/*
Theme Name: Sullivan Custom Theme
Version: 1.0
Author: Walkie Talkie
Author URI: https://www.wtalkie.com/
*/
body{
    font-family: "Alegreya Sans", sans-serif!important;
}
a{
    font-weight: 500;
}
a:hover, a:focus {
    color: #8B4545;
}
.post-template-default h1.templately-heading-title {
    text-align: center;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
}
.WeWorktArea:last-child {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.logo {
    text-align: left;
}

.logo a {
    display: block;
}
.logo img {
    height: 50px;
    object-fit: contain;
    width: auto;
}
.list-border li.elementor-icon-list-item.elementor-inline-item {
    border: 1px solid #d1d5dc;
    padding: 6px 16px;
    margin-bottom: 5px;
}
.elementor-widget-text-editor p {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Alegreya Sans", sans-serif;
    color: #4a5565;
}
.project-gallery-img #gallery-1 .gallery-item{
    padding-bottom: 10px;
}
.project-gallery-img #gallery-1 .gallery-item img {
    border: 0;
    height: 300px;
    object-fit: cover;
}
.get-started{
    background: #fbf9fa;
}
.bg-white{
    background: #fff;
}
.card-body h2 {
    font-size: 20px;
    line-height: normal;
}
.related-posts img.wp-post-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.related-posts .card-body p{
    margin-bottom: 20px;
}
section.blog-banner.py-5 {
    padding-bottom: 0px;
}
.pri, .next{
    display: inline-block;
    width: 49.9%;
}
.next {
    text-align: right;
}
.pro-cat ul li {
    border: 0.8px solid;
    border-color: color-mix(in oklab, #fff 15%, transparent);
    display: inline-block;
    text-align: center;
    border-width: 0.8px;
    padding: 16px 24px;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgb(224, 224, 224);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 10px;
    min-width: 212px;
}
hr {
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, rgb(139, 69, 69), rgb(80, 30, 40));
}
.our-services .WorkText p {
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}
.our-services .bttn a{
    color: #fff;
}
.WorkText {
    margin-right: 30px;
}
img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.post-template-default .post-content h2{
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 20px;
}
.post-template-default .post-content p {
    margin: 0 0 10px;
    color: #4a5565;
    font-weight: 300;
}
.post-content ul, .post-content ol {
    list-style: initial;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    color: #4a5565;
    font-weight: 300;
}
.post-content ol {
    list-style: decimal;
}
.post-content ul li, .post-content ol li{
    padding-bottom: 10px;

}
.d-flex.justify-content-between.mt-5 {
    padding: 30px 0px;
    border-top: 1px solid #ebe6e7;
    margin-top: 40px;
}
header.eael-entry-header {
    position: relative;
    background: transparent;
}
input.gform_button {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #3b3a3a;
    padding: .75rem 1.5rem;
    font-family: Alegreya Sans SC, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    transition: background-color .4s, color .4s;
    border: 0px;
}
input.gform_button:hover {
 background-color: #8b4545;
}
.photo-gallery dl.gallery-item a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.photo-gallery.service dl.gallery-item a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.FootCont .LogoArea ul li {
    display: inline-block;
    padding-right: 15px;
    margin-top: 20px;
}
.FootCont .LogoArea ul li i {
    padding-right: 5px;
    font-size: 12px;
}
.service-button .elementor-button.elementor-button-link{
    display: block;
    width: 100%;
}
.service-button span.elementor-button-text {
    width: 100%;
    white-space: nowrap;
}
.eael-accordion-list {
    border: 1px solid #9A959547;
}
.post-content h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}
@media(max-width: 767px){
    .project-gallery-img #gallery-1 .gallery-item{
        width: 100%;
    }
    .pro-cat ul li {
        width: 140px;
        font-size: 11px;
        min-width: 130px;
        white-space: normal;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }
    img.alignright {
        float: none;
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
    .post-template-default h1.templately-heading-title {
        font-size: 28px!important;
        line-height: 32px!important;
    }
    .post-template-default .post-content h2{
        font-size: 25px;
    }
    .pri, .next{
        width: 49%;
    }
    .logo {
        text-align: center;
    }
}