.clipping-path{
    padding: 8em 0 1em 0;
    position: relative;
    z-index: 100;
    border-radius: 0 0 20px 20px;
    background-size: cover;
    background: linear-gradient(184.27deg, 
        rgba(152, 212, 255, 0.1) -13.27%,
        rgba(138, 244, 167, 0.1) 2.5%,
        rgba(240, 198, 88, 0.1) 28.03%,
        rgba(255, 91, 91, 0.1) 46.83%,
        rgba(149, 84, 192, 0.1) 78.85%,
        rgba(52, 96, 253, 0.1) 102.9%);
}

.single-post .clipping-path{
    padding: 8em 0 2em 0;
}

.gradient{
    border-image-source: linear-gradient( 90deg, #693a88 0%, #fe5462 25%, #f6972d 50%, #27fea3 75%, #4b61f3 100%);
    margin: 1em 0;
}

.thin{
    border-width: 1px;
    border-image-slice: 2;
}

.thick{
    border-width: 2px;
    border-image-slice: 2;
}

.headline p{
    font-size: 1.2em;
    color: #332f2e;
}

.headline hr{
    width: 50%;
    text-align: center;
    display: inline-block;
}

.headline .social-media-share a,
.headline .social-media-share i{
    color: #ff3b5d;
}

.header-image{
    position: absolute;
    right: 0;
    bottom: -30%;
    z-index: -1;
}

h3{
    font-weight: 700;
}

.button.pink:hover{
    background: #ff3b5d;
}

.button.more-articles{
    color: #ff3b5d;
    cursor: pointer;
}

.button.more-articles:hover{
    background: #ff3b5d;
}

p{
    color: #333;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 1.2em;
}

.date{
    font-weight: 600;
    text-transform: uppercase;
    color: #afafaf;
    margin: 0.5em 0;
}

.blog-category a{
    font-weight: 600;
    color: #ff3b5d;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0.5em 0;
}

.blog-category a:not(:last-child):after{
    content:  "|";
    margin: 0 5px;
}

.featured-image {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    height: 350px;
}

ul.categories{
    text-decoration-style: none;
    padding: 0;
    margin: 0;
}

ul.categories li{
    display: inline-block;
    padding: 1em 0;
}

.blog ul.categories .cat-item-all a,
ul.categories .current-cat a{
    border: 0;
}

ul.categories li:hover a{
    border: 1pt solid #ff3b5d;
}

.blog ul.categories .cat-item-all a,
ul.categories li:hover a,
ul.categories .current-cat a{
    color: #FFF;
    background: #ff3b5d;
    font-weight: 600;
    text-transform: uppercase;
}

ul.categories a{
    color: #ff3b5d;
    border: 1pt solid #e2e2e2;
    padding: 0.5em 1em;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f6f6f6;
}

.searchandfilter ul li{
    display: inline-block;
}

.searchandfilter label{
    display: block;
    position: relative;
}

.searchandfilter label::before{
    content: "\f002";
    position: absolute;
    top: 25%;
    left: 8%;
    color: #404040;
    font-family: "Font Awesome 7 Pro";
}

.searchandfilter input[type="text"]{
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em 3.5em;
}

.searchandfilter input[type="submit"]{
    border-radius: 0 30px 30px 0;
    padding: 1em 2em;
    border: 1pt solid #ff3b5d !important;
    background: #ff3b5d;
}

.sf-field-reset{
    position: relative;
    margin-left: 0.5em;
}

.searchandfilter .search-filter-reset{
    color: #ff3b5d;
    margin-left: 1.25em;
}

.search-filter-reset::before{
    content: "\f00d";
    position: absolute;
    top: 30%;
    left: 8%;
    color: #ff3b5d;
    font-family: "Font Awesome 7 Pro";
}

.single-post .date{
    padding: 0;
    font-size: 1em;
}

.single-post .prettydropdown > ul{
    border-radius: 10em;
    background: none;
    border: 1pt solid #332f2e !important;
}

.single-post .prettydropdown > ul.active{
     border-radius: 1em;
     background: #FFF;
     color: #ff3b5d;
}

.single-post .prettydropdown > ul.active li{
    color: #ff3b5d;
}

.single-post .prettydropdown.arrow > ul > li.selected::before, 
.single-post .prettydropdown.arrow > ul > li.selected::after {
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 16px;
    height: 16px;
    border: 8px solid transparent;
    border-top-color: #332f2e;
    box-sizing: border-box;
    content: '';
    display: block;
    margin: auto;
}

.single-post .prettydropdown.arrow > ul.active > li.selected::before,
.single-post .prettydropdown.arrow > ul.active > li.selected::after{
    border: none;
    top: 0;
    height: 0;
}

.single-post h2{
    font-size: 1.6em;
    margin: 1em 0;
    line-height: 1.2em;
}

.single-post h4,
.single-post strong{
    font-weight: 700;
}

.single-post p{
    margin: 0;
    padding: 0 0 1.5em;
}

.single-post #primary a{
    color: #ff3b5d;
}

.single-post a:hover{
    text-decoration: underline;
}

.single-post hr.wp-block-separator{
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

.single-post blockquote{
    border-left: 3px solid #ddd;
    clear: both;
    color: #ff3b5d;
    margin: 0 0 1.5em 1.5em;
    padding-left: 1.5em;
    position: relative;
}

.single-post blockquote p{
    margin: 1em 0 0 0;
}

.single-post figcaption{
    font-size: 1em;
    margin-top: 0.5em;
}

.single-post .prev-post{
    position: absolute;
    top: 50%;
    left: 0;
    color: #332f2e;
    font-size: 2em;
}

.single-post .next-post{
    position: absolute;
    top: 50%;
    right: 0;
    color: #332f2e;
    font-size: 2em;
}

ul.social-media-share{
    list-style-type: none;
    padding: 0;
}

ul.social-media-share li{
    display: inline-block;
    margin: 0 0.5em;
}

ul.social-media-share .share-icon{
    color: #ff3b5d;
}

.latest-posts hr.divider{
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

.latest-posts a:hover h3{
    color: #ff3b5d;
}

.latest-posts a:hover{
    text-decoration: none;
}

.latest-posts p{
    padding: 0;
}

@media only screen and (max-width: 75.9375em){
    .single-post .clipping-path,
    .clipping-path{
        padding: 2em 0 0em 0;
    }
}
