/*
Theme Name: Material horizontal
*/

.wplp-mh-post-author {
    font-size: 14px;
}

.wplp-mh-hide {
    display: none !important;
    visibility: hidden !important;
    padding: 0;
    margin: 0;
}

.wplp-mh-image {
    display: block;
    vertical-align: middle;
    border: 0;
}

.wplp-mh-image-responsive {
    display: block;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

.wplp-mh-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    clear: both;
}

.wplp-mh-flex-container-center {
    align-items: center;
}

.wplp-mh-flex-container-stretch {
    align-items: stretch;
}

.wplp-mh-flex-container {
    margin-left: -40px;
}

.wplp-mh-flex-container .wplp-mh-flex-container:first-child:nth-last-child(1) {
    padding-bottom: 0;
}

.wplp-mh-flex-container .wplp-mh-flex-container:last-child {
    padding-bottom: 0;
}

.wplp-mh-flex-container>[class*=wplp-mh-flex-column] {
    padding-left: 40px;
}

.wplp-mh-flex-container>[class*=wplp-mh-flex-column]>.wplp-mh-flex-row {
    margin-bottom: 40px;
}

.wplp-mh-flex-gutter-0 {
    margin-left: 0;
}

.wplp-mh-flex-gutter-0>[class*=wplp-mh-flex-column] {
    padding-left: 0;
}

.wplp-mh-flex-gutter-small {
    margin-left: 0px;
}

.wplp-mh-flex-gutter-small>[class*=wplp-mh-flex-column] {
    padding-left: 20px;
}

.wplp-mh-flex-gutter-medium {
    margin-left: -40px;
}

.wplp-mh-flex-gutter-medium>[class*=wplp-mh-flex-column] {
    padding-left: 40px;
}

[class*=wplp-mh-flex-column] {
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    max-width: 100%;
}

.wplp-mh-flex-column-auto {
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%;
}

.wplp-mh-flex-column-100 {
    flex-basis: 100%;
    width: 100%;
}

[class*=wplp-mh-flex-column].wplp-mh-flex-grow-2 {
    flex-grow: 2;
}

.wplp-mh-image-landscape,.wplp-mh-image-landscape-4-3 {
    padding-bottom: 75%;
}

.wplp-mh-image-portrait,.wplp-mh-image-portrait-3-4 {
    padding-bottom: 133.33333333333%;
}

svg.icon {
    fill: currentColor;
    transition: fill .4s ease 0s;
}

svg.icon .shape {
    fill: currentColor;
    transition: fill,opacity .4s ease 0s;
}

.js-lazy {
    opacity: 0;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
}

.js-lazy+.wplp-mh-loading {
    opacity: 1;
    z-index: 0;
    visibility: visible;
}

.js-lazy.lazy-loaded {
    opacity: 1;
}

.js-lazy.lazy-loaded+.wplp-mh-loading {
    opacity: 0;
    pointer-events: none;
}

.js-lazy-parent {
    position: relative;
}

.js-lazy-parent:before,.js-lazy-parent:after {
    opacity: 0;
}

.js-lazy-parent.lazy-loaded:before,.js-lazy-parent.lazy-loaded:after {
    opacity: 1;
}

.js-lazy-parent.lazy-loaded .wplp-mh-loading {
    opacity: 0;
}

.js-reveal-container .js-reveal {
    opacity: 0;
    transform: translateY(40px);
    will-change: transform,opacity;
    transition: all .4s ease .4s;
}

.js-reveal-container .js-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.wplp-mh-loading {
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    text-align: center;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    color: currentColor;
    transition: opacity .4s ease 0s;
}

.wplp-mh-loading .wplp-mh-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid currentColor;
    transform-origin: center center;
    animation: animationRotate .8s linear infinite;
}

.js-lazy {
    transition: opacity .8s ease 0s;
}

.wplp-mh-button {
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .025em;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    color: #fff;
    background-color: #222228;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    user-select: none;
    transition: all .4s ease 0s;
}

.wplp-mh-button:hover,.wplp-mh-button:focus {
    color: #fff;
    background-color: #2e2e36;
    border-color: transparent;
}

.wplp-mh-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.wplp-mh-button+.wplp-mh-button {
    margin-left: 20px;
}

.wplp-mh-button-micro {
    font-size: 12px;
    line-height: 12px;
}

.wplp-mh-button-small {
    font-size: 13px;
    line-height: 16px;
}

.wplp-mh-button-medium {
    font-size: 14px;
    line-height: 20px;
}

.wplp-mh-button-large {
    font-size: 15px;
    line-height: 24px;
}

.wplp-mh-button-huge {
    font-size: 16px;
    line-height: 28px;
}

.wplp-mh-button-icon,.wplp-mh-button-icon-small {
    padding-left: 68px;
}

.wplp-mh-button-icon .icon,.wplp-mh-button-icon-small .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    transition-property: left,right,color,opacity;
    transition-duration: .4s;
    transition-timing-function: ease;
}

.wplp-mh-button-icon .icon .shape,.wplp-mh-button-icon-small .icon .shape {
    fill: currentColor;
}

.wplp-mh-button-icon.wplp-mh-button-icon-right,.wplp-mh-button-icon-small.wplp-mh-button-icon-right {
    padding-right: 68px;
    padding-left: 40px;
}

.wplp-mh-button-icon.wplp-mh-button-icon-right .icon,.wplp-mh-button-icon-small.wplp-mh-button-icon-right .icon {
    right: 20px;
    left: auto;
}

.wplp-mh-button-bordered.wplp-mh-button-icon,.wplp-mh-button-bordered.wplp-mh-button-icon-small {
    padding-left: 38px;
}

.wplp-mh-button-bordered.wplp-mh-button-icon .icon,.wplp-mh-button-bordered.wplp-mh-button-icon-small .icon {
    opacity: 0;
    left: 0;
}

.wplp-mh-button-icon-small {
    padding-left: 64px;
}

.wplp-mh-button-icon-small .icon {
    width: 16px;
    height: 16px;
    left: 8px;
    margin-top: -8px;
}

.wplp-mh-button-icon-small.wplp-mh-button-icon-right {
    padding-right: 64px;
}

.wplp-mh-button-icon-small.wplp-mh-button-icon-right .icon {
    right: 8px;
}

.wplp-mh-button-accent {
    color: #fff;
    background-color: #dc5078;
}

.wplp-mh-button-accent:hover,.wplp-mh-button-accent:focus {
    color: #fff;
    background-color: #e06588;
}

.wplp-mh-button-bordered {
    color: rgba(34,34,40,.6);
    background-color: transparent;
    border: 1px solid rgba(34,34,40,.2);
    box-shadow: none;
}

.wplp-mh-button-bordered:hover,.wplp-mh-button-bordered:focus {
    color: #222228;
    background-color: transparent;
    border-color: #dc5078;
    box-shadow: none;
}

.wplp-mh-button-bordered.wplp-mh-button-icon.wplp-mh-button-icon-right,.wplp-mh-button-bordered.wplp-mh-button-icon-small.wplp-mh-button-icon-right {
    padding-right: 38px;
}

.wplp-mh-button-bordered.wplp-mh-button-icon.wplp-mh-button-icon-right .icon,.wplp-mh-button-bordered.wplp-mh-button-icon-small.wplp-mh-button-icon-right .icon {
    right: 0;
    left: auto;
}

.wplp-mh-post-image {
    position: relative;
    z-index: 1;
}

.wplp-mh-post-image .wplp-mh-image-link {
    display: block;
}

.wplp-mh-post-image a:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(50,50,60,.2);
    transition: all .4s ease 0s;
}

.wplp-mh-post-image .wplp-mh-image-link .wplp-mh-loading {
    color: rgba(34,34,40,.6);
}

.wplp-mh-post-image a.lazy-loaded:before,.wplp-mh-post-image a.lazy-loaded:after {
    opacity: 1;
}

.wplp-mh-post-category {
    position: relative;
    margin-bottom: 40px;
    color: var(--wplp-style-text-color, rgba(34,34,40,.6));
    background-color: #fff;
    transition: all .4s ease 0s;
}

.wplp-mh-post-category .wplp-mh-post-container {
    position: relative;
    padding: 30px;
    margin: 0;
    z-index: 20;
    transition: all .4s ease 0s;
}

.wplp-mh-post-category .wplp-mh-post-categories,
.wplp-mh-post-category .wplp-mh-post-author {
    margin-bottom: 10px;
}

.wplp-mh-post-category .wplp-mh-post-author {
    text-align: right;
    text-transform: capitalize;
}

.wplp-mh-post-category .wplp-mh-post-header {
    margin: 0;
    color: #222228;
}

.wplp-mh-post-category .wplp-mh-post-header h2,.wplp-mh-post-category .wplp-mh-post-header h3 {
    margin: 0;
    font-size: 25px;
    line-height: normal;
}

.wplp-mh-post-category .wplp-mh-post-header h2 a,.wplp-mh-post-category .wplp-mh-post-header h3 a {
    color: #222228;
    border-bottom: 1px solid transparent;
    display: inherit;
    width: fit-content;
}

.wplp-mh-post-category .wplp-mh-post-header+.wplp-mh-post-excerpt,.wplp-mh-post-category .wplp-mh-post-header+.wplp-mh-post-meta,.wplp-mh-post-category .wplp-mh-post-header+.wplp-mh-post-status,.wplp-mh-post-category .wplp-mh-post-header+.wplp-mh-post-location,.wplp-mh-post-category .wplp-mh-post-header+.wplp-mh-post-button {
    margin-top: 20px;
}

.wplp-mh-post-category .wplp-mh-post-image .wplp-mh-image-link {
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: all .4s ease 0s;
}

.wplp-mh-post-category .wplp-mh-post-image a:before {
    background-color: rgba(50,50,60,.2);
}

.wplp-mh-post-category .wplp-mh-post-meta {
    color: rgba(34,34,40,.6);
}

.wplp-mh-post-category .wplp-mh-post-meta li {
    display: block;
    padding: 4px 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.wplp-mh-post-category .wplp-mh-post-meta li a {
    display: initial;
    padding: 0;
    color: var(--wplp-style-color-link, rgba(34,34,40,.6))!important;
    border-bottom: 1px solid transparent;
}

.wplp-mh-post-category .wplp-mh-post-button {
    text-align: right;
}

.wplp-mh-post-category .wplp-mh-post-button .wplp-mh-button {
    padding-left: 10px;
    padding-right: 28px;
    color: var(--wplp-style-color-link, rgba(34,34,40,.6))!important;
    border-color: transparent;
}

.wplp-mh-post-category .wplp-mh-post-button .wplp-mh-button .icon {
    opacity: 1;
    color: rgba(34,34,40,.4)
}

.wplp-mh-post-category .wplp-mh-post-excerpt {
    display: block;
    max-width: 100%;
    line-height: 1.3;
}

.wplp-mh-post-category .wplp-mh-post-excerpt p, .wplp-mh-post-category .wplp-mh-post-excerpt span.line_limit {
    margin: 0;
    font-size: 14px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wplp-mh-post-category .wplp-mh-post-footer {
    margin-top: 20px
}

.wplp-mh-post-category .wplp-mh-post-meta ul li {
    display: block;
    padding: 0;
}

.wplp-mh-post-card {
    z-index: 1;
    border-bottom: 0;
    border-radius: 3px;
}

.wplp-mh-post-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    transition: all .4s ease 0s;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.wplp-mh-post-card .wplp-mh-post-image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wplp-mh-post-card .wplp-mh-post-image .wplp-mh-image-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wplp-mh-post-card.wplp-mh-post-side .wplp-mh-post-image {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    margin: 0;
}

.wplp-mh-post-card.wplp-mh-post-side .wplp-mh-post-image .wplp-mh-image-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
}

.wplp-mh-post-side .wplp-mh-post-image-column {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
}

@media (max-width: 767px) {
    .wplp-mh-post-side .wplp-mh-post-image-column {
        flex-basis:100%;
        width: 100%;
        max-width: 100%;
    }
}

.wplp-mh-post-side .wplp-mh-post-content-column {
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%;
}

.wplp-mh-post-side .wplp-mh-post-image-column {
    position: relative;
}

.wplp-mh-post-side .wplp-mh-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

@media (max-width: 767px) {
    .wplp-mh-post-side .wplp-mh-post-image {
        position:relative;
    }
}

.wplp-mh-post-side .wplp-mh-post-image .wplp-mh-image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .wplp-mh-post-side .wplp-mh-post-image .wplp-mh-image-link {
        position: relative;
    }
}

.wplp-mh-post-side .wplp-mh-post-image .wplp-mh-image {
    min-height: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .wplp-mh-post-side .wplp-mh-post-image .wplp-mh-image {
        min-height:240px;
    }
}

.wplp-mh-post-side .wplp-mh-post-header+.wplp-mh-post-excerpt,.wplp-mh-post-side .wplp-mh-post-header+.wplp-mh-post-meta,.wplp-mh-post-side .wplp-mh-post-header+.wplp-mh-post-status,.wplp-mh-post-side .wplp-mh-post-header+.wplp-mh-post-location,.wplp-mh-post-side .wplp-mh-post-header+.wplp-mh-post-button {
    margin-top: 10px;
}

.wplp-mh-post-side .wplp-mh-post-categories,
.wplp-mh-post-side .wplp-mh-post-author {
    margin-bottom: 10px;
}

.wplp-mh-post-side .wplp-mh-post-meta {
    padding: 0;
    margin: 0;
    border: 0;
}

.wplp-mh-post-side .wplp-mh-post-meta ul li {
    padding: 0;
}

.wplp-mh-post-side .wplp-mh-post-footer {
    margin-top: 10px;
}

.wplp-mh-post-meta {
    font-size: 0;
}

.wplp-mh-post-meta li {
    display: inline-block;
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.wplp-mh-post-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.wplp-mh-post-meta li a {
    display: block;
    line-height: normal;
    color: rgba(34,34,40,.6);
    border-bottom: 1px solid transparent;
}

.wplp-mh-post-terms {
    margin: 0;
    color: #222228;
}

.wplp-mh-post-terms a {
    color: #222228;
}

.wplp-mh-post-categories, .wplp-mh-post-author {
    margin: 0 0 20px;
    color: rgba(34,34,40,.4);
}

.wplp-mh-post-categories a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: var(--wplp-style-color-link, rgba(34,34,40,.4))!important;
    border-bottom: 1px solid transparent!important;
}

.wplp_widget_material-horizontal {
    height: auto !important;
    width: auto !important;
    text-align: unset!important;
    padding: 40px;
    overflow: auto!important;
}

.wplp_widget_material-horizontal .wplp_listposts {
    min-width: 350px;
}

.wplp_widget_material-horizontal #wplp_front_loadmore {
    text-align: center;
}

.wplp_widget_material-horizontal #wplp_front_loadmore #wplp_front_load_element {
    padding: 15px;
    font-size: 20px;
}

.wplp-mh-post-image-column span.img_cropper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio:  4/3;
}

.wplp-mh-post-footer .wplp-mh-flex-column-auto .wplp-mh-post-meta ul {
    padding: 0!important;
    margin-left: 0;
    position: unset;
}

a.wplp-mh-button.wplp-mh-button-bordered.wplp-mh-button-icon.wplp-mh-button-icon-right {
    border: 1px solid transparent;
}

.wplp-mh-content a:not([class*=button]):hover,.wplp-mh-content a:not([class*=button]):focus,[class*=wp-block] a:not([class*=button]):hover,[class*=wp-block] a:not([class*=button]):focus {
    color: #222228!important;
    border-color: #dc5078!important;
}

.wplp-mh-post-card:hover {
    z-index: 20;
}

.wplp-mh-post-card:hover:after {
    box-shadow: 0 8px 40px rgba(0,0,0,.2)
}

.wplp-mh-post-category:hover .wplp-mh-post-header h2 a, .wplp-mh-post-category:hover .wplp-mh-post-header h3 a {
    color: #222228!important;
    border-color: #222228!important;
}

.wplp-mh-post-terms a:hover, .wplp-mh-post-terms a:focus {
    color: #222228;
}

.wplp-mh-post-categories a:hover {
    color: #222228!important;
    border-color: #dc5078;
}

.wplp-mh-post-category:hover .wplp-mh-post-header h2 a:hover, .wplp-mh-post-category:hover .wplp-mh-post-header h3 a:hover {
    color: #222228!important;
    border-color: #dc5078!important;
}

.wplp-mh-post-category .wplp-mh-post-meta li a:hover, .wplp-mh-post-category .wplp-mh-post-meta li a:focus {
    color: #222228!important;
    border-color: #dc5078;
}

.wplp-mh-post-category .wplp-mh-post-button .wplp-mh-button:hover, .wplp-mh-post-category .wplp-mh-post-button .wplp-mh-button:focus {
    color: #222228!important;
    border-color: #dc5078!important;
}

.wplp-mh-post-category .wplp-mh-post-button .wplp-mh-button:hover .icon, .wplp-mh-post-category .wplp-mh-post-button .wplp-mh-button:focus .icon {
    color: #dc5078;
}

.wplp-mh-post-category .wplp-mh-post-image a:before {
    background-color: rgba(50,50,60,.2)
}

.wplp-mh-post-category .wplp-mh-post-image a:focus:before {
    background-color: rgba(50,50,60,0)
}

.wplp-mh-post-category:hover .wplp-mh-post-image a:before {
    background-color: rgba(50,50,60,0)
}

.wplp-mh-post-card .wplp-mh-post-image a:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: inline-block;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wplp-mh-post-card:hover .wplp-mh-post-image a:before {
    opacity: 1;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-family: 'Material Icons';
    text-align: center;
    border-radius: 8px;
}

.wplp-mh-post-card .wplp-mh-post-image .wplp-mh-image {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

#wplp_front_load_element {
    cursor: pointer;
}

.wplp-mh-post-excerpt .line_limit {
    line-height: 1.5;
}

.wplp-mh-post-header .line_limit {
    display: inherit;
}

.wplp-mh-pd-0 {
    padding: 0!important;
}

@media (max-width: 520px) {
    .wplp_widget_material-horizontal {
        padding: 20px;
    }
    .wplp_widget_material-horizontal .wplp_listposts {
        min-width: 260px;
    }
}