html, body {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 400;
}
a, .foto-box, .hover-box, .foto-box:hover .hover-box {
    
    transition: all ease-in-out 0.3s;
}
a:hover {
    color: #e1757d;
}
.search-icon img {
    max-height: 14px;
    width: auto;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.pagination li:last-child, .pagination li:first-child {
    display: inline-block;
}
.pagination li {
    margin-right: 0.0625rem;
    display: inline-block;
    border-radius: 0px;
    text-align: center;
    font-size: 0.875rem;
}
.pagination .current {
    padding: 0;
    background: #000;
    color: #fefefe;
    line-height: 40px;
    cursor: default;
    border: 1px solid #000;
    height: 40px;
    display: inline-block;
    width: 40px;
}
.pagination a, .pagination button {
    border: 1px solid #c6c6c6;
    padding: 0;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.pagination a.prev, .pagination a.next {
    width: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
}
.divi-header>span:after {
    content: '';
    display: block;
    width: 20000px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 100%;
    top: 50%;
}
.divi-header-center>span::before {
    content: '';
display: block;
width: 20000px;
height: 1px;
background: #000;
position: absolute;
right: 100%;
top: 50%;
}

.post-main-list h3 a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #e1757d;
    float: left;
    position: relative;
    top: 9px;
    margin-left: -15px;
}
.post-main-list h3 a {
    display: block;
    position: relative;
    font-size: .925rem;
    padding-left: 15px;
}
.post-main-list li {
    list-style-type: none;
    padding-bottom: 5px;
}
.border-image {
    border: 17px solid transparent;
    -webkit-border-image: url(images/border.png) 17 round;
    -o-border-image: url(images/border.png) 17 round;
    border-image: url(images/border.png) 17 round;
}
.logo-sticker {
    display: none;
}
.nav-container-sticky .logo-sticker {
    display: inline-block;
}
.wp-pagenavi span.current {
    background: #e1757d;
    color: #fff;
    border: 1px solid #e1757d;
    font-size: 11px;
    font-weight: 400;
    position: relative;
   
    display: inline-block;
    font-family: "Montserrat";
    padding: 0px 5px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    transition: all .3s ease;
    margin: 0 5px;
}
.wp-pagenavi a {
    font-size: 11px;
    font-weight: 400;
    position: relative;

    display: inline-block;
    font-family: "Montserrat";
    color: #1c1d1f;
    padding: 0px 5px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 0px solid #d0d0d2;
    border-radius: 5px;
    text-align: center;
    transition: all .3s ease;
    margin: 0 5px;
}
.content-post-inside {
    font-size: 1.125rem;
    
    line-height: 1.7;
}
.content-post-inside p {
    color:#555;
    padding-bottom: 1rem;
}
.content-post-inside h2 {
    font-family: "Oswald";
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.875rem;

}
.content-post-inside h3 {
    font-family: "Oswald";
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.575rem;
}
.content-post-inside h4 {
    font-family: "Oswald";
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.275rem;
}
.content-post-inside ol li {
    list-style: auto;
}
.content-post-inside ul, .content-post-inside ol {
    padding-bottom: 1rem;
    color:#555;
    padding-left: 2rem;
}
.content-post-inside ul li {
    list-style-type: disc;
}
.content-post-inside a {
    color: #e1757d;
    font-weight: bold;
}
.soc-post:hover svg {
    fill: #fff;
}
.breadcrumbs .current-item {
    font-weight: bold !important;
}

.content-post-inside .wp-block-image {
    padding: 3rem 0;
}