@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #1C2026;
}
header {
    background: rgb(18,89,149);
    background: linear-gradient(90deg, rgba(18,89,149,1) 0%, rgba(107,194,215,1) 100%);
    padding-bottom: 10px;
}
.aside-menu {
    order: 2;
}

.container{
    width: 100%;
    min-height: 60vh;
}
.top-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 25vh;
    padding: 1rem;
    padding-top: 4rem;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo > span {
    color: #F2856D;
    font-weight: 700;
    font-size: 1.3rem;
    margin-left: .5rem;
    letter-spacing: .5rem;
}
.custom-logo {
    max-width: 300px;
}
.social-media .wp-block-button__link{
    background: none;
    padding: 0;
}

.market-button .wp-block-button__link{
    display: flex;
    align-items: center;
    background-color: #1C2540;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    padding: 3px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}
.menu-area {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 10vh;
    padding: 1rem;
    padding-top: 2rem;
}
.menu ul li{
    display: inline;
}

.menu ul li a {
    color: #1C2540;
    text-decoration: none;
    text-transform: uppercase;
    margin: 2rem;
    font-weight: 600;
    pointer-events: auto;
}
.sub-menu {
    display: flex;
    flex-direction: column;
}
.social-icons {
    margin: 1rem 0;
}
.sub-menu l1{
    color: #404040;
}
.posts-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3rem 4rem;
}
.title-default-widget-area > h3 {
    color: #F2856D;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.posts-area > .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 1rem;
    row-gap: 3rem;
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
}

.posts {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 380px;
    padding-bottom: 1.5rem;
    border-radius: 20px 20px 0 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.posts > div {
    display: flex;
    align-items: center;
}
.sidebar {
    width: 2px; 
    background-color: #6BC2D7;
    height: 10vh;
    margin: 0 1rem 0 2rem;
    margin-top: -9%;
}
.post-title {
    display: inline;
    font-size: 1.2rem;
    color: #1C2540;
    padding: 1.5rem;
    padding-left: 0;
}
.posts img {
    width: 380px;
    border-radius: 20px 20px 0 0;
}
.posts span {
    background-color: #F2856D;
    font-weight: 700;
    padding: 5px 30px;
    position: absolute;
    top: 20px;
    left: 0;
}

.posts span a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFF;
}
.posts p {
    padding: 1.5rem;
    padding-top: 0;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.post-container article {
    max-width: 879px;
}
.post-container article p {
    line-height: 34pt;
    text-align: justify;
    margin: 0 0 1rem 0;
}

.post-container article img {
    max-width: 100%;
    height: auto;
}

.default-button {
    background-color: #1C2540;
    text-decoration: none;
    font-size: 1rem;
    color: #FFF;
    padding: 3px 10px;
    border: none;
    border-radius: 5px;
    margin: 0 1.5rem;
    cursor: pointer;
}
#searchform div {
    width: 100%;
}
.search-bar {
    width: 40%;
    display: inline;
}
#searchsubmit{
    background-color: #F2856D;
    color: #FFF;
    font-weight: 700;
    width: 24%;
    padding: 10px;
    border: none;
    margin-left: -1%;
    border-radius: 0  8px 8px 0;
    cursor: pointer;
    text-transform: uppercase;
}
#s{
    background-color: #F2F2F2;
    padding: 10px;
    width: 75%;
    border: none;
    border-radius: 8px 0 0 8px;
}
.banner-section {
    background-color: #F2F2F2;
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 8rem;
    padding-bottom: 2rem;
}
.banner-section .col-sm-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}
.has-text-color {
    margin: 1rem 0;
    font-size: 1.3rem;
    color: #404040;
}
.banner-section .col-sm-4 img {
    margin-top: -5.5rem;
    width: 100%;
    pointer-events: none;
}
.banner-section .col-sm-4 h2 {
    margin-top: 3rem;
}
.media-links {
    width: 10%;
}
.newsletter-form {
    background: rgb(18,89,149);
    background: linear-gradient(90deg, rgba(18,89,149,1) 0%, rgba(107,194,215,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 3rem 2rem;
}
.newsletter-form > form {
    display: flex;
}
.newsletter-form h3 {
    color: #FFF;
    margin-bottom: 1rem;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"]
{
    background-color: #F2F2F2;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 1rem;
    margin-left: 1rem;
    border: none;
    border-radius: 5px;
}
.wpcp-post-title
.newsletter-form input[type="submit"] {
    background-color: #F2856D;
    color: #FFF;
    font-weight: 700;
    display: block;
    width: 50%;
    margin-bottom: 10px;
    padding: 8px;
    margin-left: 1rem;
    border: none;
    border-radius: 5px;
}
.menu-menu-footer-container ul li {
    list-style-type: none;
    padding-bottom: .5rem;
}
.menu-menu-footer-container ul li a {
    color: #125995;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}
.widget-wrapper ul li a {
    color: #1C2540;
    text-decoration: none;
    margin: 1rem;
    font-weight: 700;
    pointer-events: auto;
}
.wp-block-columns {
    margin: 0;
}
.social-media {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.cont {
    display: block;
}
.footer-info {
    background: rgb(18,89,149);
    background: linear-gradient(90deg, rgba(18,89,149,1) 0%, rgba(107,194,215,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
}
.nanvigation-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 3rem 2rem;
}
.footer-info > span {
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
}
#main-container {
    display: flex;
    width: 100%;
}
.load-more-container {
    display: inline;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wp-block-read-more {
    color: #125995;
    margin-bottom: 1rem;
}
.aside-menu {
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 20%;
    padding: 2rem 1rem;
}
.aside-title {
    color: #1C2540;
    font-weight: 700;
    margin: 1rem 0;
    margin-top: 2rem;
}
.with-arrow::before {
    content: "▶"; 
    margin-right: .5rem;
    color: #F2856D;
}
.aside-menu ul li a  {
    color: #125995;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
}
.aside-menu article h2 {
    font-size: 1rem;
}
.aside-menu article h2 a{
    text-decoration: none;
    color: #125995;
}
.aside-menu ul li {
    list-style-type: none;
    margin: .5rem;
    padding: 0;
    text-transform: uppercase;
}
.aside-menu ul li::before {
    content: "▶"; 
    margin-right: .5rem;
    color: #F2856D;
}
.post-container {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    max-width: 1200px;
    padding: 2rem 2rem 2rem 8rem;
    overflow: auto;
    word-break: break-word;
}

.about-btn .wp-block-button__link{
    background-color: #125995;
    padding: .3rem 1rem;
    font-size: 1rem;
    margin-top: 1rem;
}
.categories {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4rem 6rem;
    padding-bottom: 6rem;
}
.categories div{
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100%;
}
.categories h2{
    color: #1C2540;
    font-weight: 600;
    margin-bottom: 2rem;
}
.post-container article h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
}
.post-container article h2 a {
    text-decoration: none;
    color: #1C2540;
}

.post-summary P {
    color: #F2856D;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 1rem 0;
}

#primary {
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-container {
    background-color: #F2F2F2;
    text-align: center;
    padding: 2rem 0;
    width: 90%;
}

.slider-container .wpcp-carousel-content-wrapper {
    display: flex;
    justify-content: flex-start;
}

.slider-container .wpcp-single-item {
    border: 1px solid #EDEDED;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    text-align: start;
}
.slider-container .wpcp-post-title {
    padding: .5rem;
    padding-left: 0;
    text-align: left;
}
.slider-container .wpcp-carousel-section .wpcp-all-captions a, .wpcp-carousel-section a {
    color: #1C2540;
    font-size: 1.2rem;
    font-weight: 700;
}
.swiper-button-prev i,
.swiper-button-next i {
    width: 50px;
    height: 50px;
    font-size: 4rem;
    font-weight: 800;
}
.default-title {
    color: #F2856D;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.wp-block-column > p {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
#load-more-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 1rem;
    row-gap: 3rem;
    width: 100%;
    margin-top: 3rem;
}
#load-more-button {
    background-color: #1C2540;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
    color: #FFF;
    padding: 3px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.asside-post-title li {
    margin-bottom: 1rem !important;
}

.asside-post-title li::before {
    content: none !important;
    margin: 0;
}

.aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-title-wrapper{
    background: #F2F2F2;
    padding: 0;
}
.aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-title-wrapper h3{
    color: #125995;
    font-size: 1rem;
}
.aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-title-wrapper span {
    color: #F2856D;
    font-size: 1rem;
}
.aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-content-wrapper .eb-accordion-content{
    border: none;
}
.aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-content-wrapper .eb-accordion-content p{
    font-weight: 700;
}
.aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-content-wrapper .eb-accordion-content a{
    text-decoration: none;
    color: #404040;
}
 .categories .wpcp-single-item {
    display: flex;
    justify-content: center;
}
 .categories .wpcp-slide-image{
    max-width: 9rem !important;
}

.mobile-menu-my{
    display: none;
}
.slider-container p{
    text-align: justify;
}
.slider-container h2{
    text-align: justify;
}
.wp-block-image img {
    margin: 5px;
}

.post-container article li{
    margin: 0 0 1rem 2rem;
    line-height: 20pt;
    text-align: justify;
}
.parent:has(> .post-container article li)
{
    margin-left: 0;
}

.about-btn strong{
  color: #FFF;
}

.slide-mobile {
  display: none;
}

@media(max-width: 940px) {
    .wp-post-image {
        width: 90%;
    }
    #load-more-button {
        font-size: .7rem;
    }
    .menu-area {
        display: block;
     }
    .aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-title-wrapper{
        padding: 0;
    }
    .aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-title-wrapper h3{
        font-size: .8rem;
    }
    .aside-menu .eb-accordion-yspgi00.eb-accordion-container .eb-accordion-title-wrapper span {
        font-size: .8rem;
    }
    .top-bar {
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding: 0;
        padding-top: 1rem;
    }
    .market-button .wp-block-button__link{
        font-size: .8rem;
        margin: 1rem;
    }
    .wp-block-button__link .wp-element-button img {
        font-size: .8rem;
    }
    .banner-section {
        flex-direction: column;
        margin: 0;
        padding: 2rem;
        padding-bottom: 0;
    }
    .banner-section .col-sm-4 {
        width: 100%;
    }
    .banner-section .col-sm-4 img {
        margin: 0;
        max-width: 600px;
        width: 100%;
    }
    .has-text-color {
        font-size: 1rem;
        color: #F2856D;
    }
    .posts-area{
        justify-items: center;
        padding: 2rem 1rem ;
    }
    .title-default-widget-area > h3 {
        font-size: 1rem;
    }
    .posts-area > .content {
        justify-items: center;
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .wp-block-read-more strong {
        margin: 1rem 0;
    }
    .posts {
        max-width: 340px;
        width: 100%;
    }
    .posts img {
        width: 100%;
        object-fit: cover;
    }
    .nanvigation-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        padding: 1rem;
    }
    .social-media {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1rem 0;
    }
    .search-bar {
        display: inline;
       
        width: 90%;
        margin: 1rem;
    }
    
    #menu-menu-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #menu-menu-footer li a {
        font-size: .8rem;
        margin: 1rem;
        color: #1C2540;
    }
    #menu-menu-footer li a:hover {
        color: #125995;
    }
    #searchsubmit {
        font-size: .6rem;
        
        padding: .5rem;
    }
    #s {

        font-size: .6rem;
        padding: .5rem;
    }
    .menu-area {
        padding: .5rem;
        font-size: .8rem;
        height: auto;
    }
    .menu ul li a {
        margin: 0;
    }
    .menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .categories {
        width: 100%;
        padding: .5rem;
        margin: 0;
    }
    .categories h2{
        font-size: 1rem;
        margin: 1rem;
    }
    #main-container {
        flex-direction: column;
    }
    .post-container {
        width: 100%;
        overflow-wrap: break-word;
        padding: 1rem;
    }
    
    .post-container article h2 {
        font-size: 1.2rem;
    }
    .post-container article p,
    .post-container .has-text-color 
    {
        font-size: 1rem;
        margin: .2rem 0 .5rem 0;
        line-height: 25pt;
    }
    .aside-menu {
        display: none;
    }
    .aside-title {
        font-size: 1rem;
        margin: .5rem 0;
    }
    .footer-info {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .top-bar .social-icons,
    .top-bar .social-media {
        display: none;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }
    .wp-block-column p strong{
        margin: 0;
    }
    .newsletter-form {
        padding: 2rem 1.5rem;
    }
    .newsletter-form form{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 25rem;
    }
    .newsletter-form input[type="text"],
    .newsletter-form input[type="email"],
    .newsletter-form input[type="submit"]{
        margin-left: 0;
    }
    .cont .logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .slider-container h3{
        font-size: 1rem;
    }
    .cat-item  {
        font-size: .8rem;
    } 
    .asside-post-title {
        font-size: .8rem;
    } 
    .wp-block-button__link strong{
        font-size: .8rem;
    }
    #menu-menu-footer {
        display: flex;
        width: 100%;
    }
    .menu-area .menu {
        display: none;
    }
    .banner-section .col-sm-4 h2 {
        margin-top: 1rem;
    }
    .post-summary P {
        font-size: .8rem;
    }
}

@media(max-width: 570px) {
    .post-container img {
        width: 100%; 
        height: auto;
    }
    .wp-block-image .alignright {
        float: none;
        width: 100%;
    }
    .slider {
      display: none;
    }
    
    .slide-mobile {
      display: flex;
    }
}

@media (max-width: 400px) {
    .post-container {
        align-items: center;
    }
    .post-container img{
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    .post-container article h2 {
        font-size: 1.2rem;
        max-width: 300px;
    }
    .post-container article p,
    .post-container .has-text-color 
    {
        font-size: 1rem;
        text-align: justify;
        max-width: 300px;
    }
    .slick-arrow {
        display: none !important;
    }
    .categories {
        padding: .5rem  0 !important;
    }
    .panel img{
        width: 95% !important;
        height: auto !important;
        margin:  0;
    }
}
