@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.socialMediaSharer a {
    padding: 10px 20px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    transition: 0.4s;
    margin-right: 10px;
}

.socialMediaSharer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 20px;
}

.socialMediaSharer a.facebookShare {
    background: #3b5998;
    transition: 0.4s;
    text-decoration: none;
    color: #fff;
}

.socialMediaSharer a.twitterShare {
    background: #00acee;
    transition: 0.4s;
    text-decoration: none;
    color: #fff;
}

.socialMediaSharer a.facebookShare:hover {
    background: #304a80;
}

.socialMediaSharer a.twitterShare:hover {
    background: #019ad5;
}
.innerContentBlog .row:first-child >div {
    width: 50%;
}
.innerContentBlog .row:first-child {
    display: flex;
    
    flex-wrap:wrap;
}
.innerContentBlog .row:first-child >div:first-child {
    padding-right: 20px;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 35px;
    border-left: 3px solid rgba(0,0,0,.05);
    font-style: italic;
}
.singleBlog h1 {
    font-size: 30px;
    text-align: center;
    color: #1a1a1a;
    font-family: 'Domine', serif;;
    margin-bottom: 50px;
}
.singleBlog ol{
    font-family: 'Avenir-regular';
    margin-left: 20px;
    color: #6d6d6d;
}
.singleBlog a {
    color: #39B79C;
    font-family: 'Avenir-regular';
}
.singleBlog p {
    font-family: 'Avenir-regular';
}

.singleBlog .innerContentBlog h3 {
    font-size: 18px;
}

.singleBlog {
    padding: 100px 0;
}
.singleBlog .maxWidth {
    margin: auto;
}
.innerContentBlog .shadowed {
    float: right;
    margin-left: 30px;
    margin-bottom: 50px;
    box-shadow: -15px 15px 0px #d8f2ee;
    max-width: 45%;
    width: 100%;
}

.innerContentBlog h2 {
    font-size: 20px;
    color: #1a1a1a;
    font-family: 'Domine', serif;;
}
.wp-caption {
    margin: auto;
}

.singleBlog .innerContentBlog>p {
    text-align: left;
    margin-bottom: 11.2px;
} 

.singleBlog .innerContentBlog h3 {
    font-size: 18px;
}
.singleBlog .innerContentBlog img {
max-width: 650px;
}





section.new-section .wrapper{
    max-width: 1612px;
    margin: 0 auto;
}
section.new-section .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 791px;
    padding: 100px 0;
    height: 100%;
    margin: 0 auto;
}
section.new-section h2{
    color: #1A1A1A;
    font-family: 'Domine', serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    text-transform: capitalize;
    margin-bottom: 15px;
}
section.new-section p{
    color: #212529;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-bottom: 15px;
}
section.new-section a{
    color: #39B79C;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
section.new-section .image-container{
    max-width: 660px;
    display: flex;
    height: 100%;
}
.image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
section.new-section{
    background-color: #F8F9FA; 
}



@media (max-width:1700px) {
    section.new-section .wrapper{
        padding: 0 5%;
    }
}
@media (max-width:1200px) {
    section.new-section .wrapper{
        padding: 0;
    }
    section.new-section{
        padding: 70px 30px;
        padding-bottom: 0;
    }
}

  

@media only screen and (max-width: 991px){
    .singleBlog{
        padding: 70px 30px;
    }
    .innerContentBlog .row:first-child {
        flex-direction: column-reverse;
    }
    .innerContentBlog .row:first-child >div {
        width: 100%;
    }
    .innerContentBlog .shadowed {
        float: none;
        margin-left: auto;
        margin-bottom: 50px;
        box-shadow: -15px 15px 0px #d8f2ee;
        max-width: 45%;
        width: 100%;
        margin-right: auto;
    }
    section.new-section .row{
        flex-direction: column-reverse;
    }
    section.new-section{
        padding-bottom: 0;
    }
    section.new-section .image-container{
        margin: 0 auto;
    }
    section.new-section .content{
        padding: 0;
    }
}

@media only screen and (max-width: 767px){
    .singleBlog,section.new-section{
        padding: 50px 20px;
        padding-bottom: 0;
    }
}