.module-dynamic-posts {
	max-width: 100%;
}

.module-dynamic-posts button:focus {
	outline: 1px dotted rgba(150,150,150,.2);
    outline-color: rgba(150, 150, 150, 0.2);
    outline-style: dotted;
    outline-width: 1px;
}

.opf_dp_post_row {
    margin-bottom: 30px;
}

.opf_dp_post_content_row {
    display: flex;
    flex-wrap: nowrap;
}

.opf_dp_header {
    justify-content: space-between;
    margin-bottom: 30px;
}

.opf_dp_settings {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.opf_dp_tags {
    font-style: italic;
}

.opf_dp_order select {
    padding: 5px 10px;
    color: #555555;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 20px;
}

.opf_dp_order_label {
    padding-right: 10px;
}

.opf_dp_filter select {
    padding: 5px 10px;
    color: #555555;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 20px;
}

.opf_dp_filter_label {
    padding-right: 10px;
}

.opf_dp_search {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.opf_dp_search_input {
    width: 200px !important;
    border-bottom: 1px solid #555555 !important;
    color: #555555 !important;
    margin: 0 !important;
    padding-right: 25px !important;
}

.opf_dp_apply_button {
    background: 0 !important;
    padding: 0 !important;
    color: #555555 !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    border: none !important;
}

.opf_dp_image_column {
    width: 100px !important;
}

.opf_dp_image_column .module-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.opf_dp_image_column .module-image .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
}

.opf_dp_image_column .module-image .image-wrap img {
    max-height: 75px;
    max-width: 75px;
}

.opf_dp_post_content_column {
    width: 100% !important;
}

.opf_dp_title a, .opf_dp_title a:hover {
    color: #137DA4;
}

.opf_dp_meta {
    font-size: 20px;
    margin-bottom: 10px;
}

.opf_dp_author {
    margin-bottom: 5px;
}

.opf_dp_reads_likes {
    display: flex;
    font-weight: bold;
}

.opf_dp_reads_likes > p {
    margin-right: 10px;
}

.opf_dp_pagination_button {
    background: 0 !important;
    padding: 6px !important;
    color: #C73079;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    line-height: 100%;
    margin: 0 1px 0 0;
    min-height: 18px;
    min-width: 18px;
    text-align: center;
    vertical-align: middle;
    border: none !important;
}

.opf_dp_pagination_button:hover {
    color: #C73079;
}

@media screen and (max-width: 768px) {
	.opf_dp_settings {
        flex-direction: column;
        width: fit-content;
        margin: 0 auto;
        align-items: flex-start;
    }

    .opf_dp_order,
    .opf_dp_filter,
    .opf_dp_tags {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .opf_dp_search_input {
        width: 100% !important;
    }
}

.opf_dp_layout_grid {
    display: flex !important;
    flex-wrap: wrap !important;
}

.opf_dp_layout_grid .opf_dp_post_row {
    width: 31.2% !important;
    margin-left: 3.2% !important;
    min-width: 31.2% !important;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease 0s;
}

.opf_dp_layout_grid .opf_dp_post_row .opf_dp_post_content_row {
    padding: 20px;
}

.opf_dp_layout_grid .opf_dp_post_row .opf_dp_post_content_row > .module_column {
    margin-left: 0 !important;
}

.opf_dp_layout_grid .opf_dp_post_row:hover {
	transform: translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 14px 2px;
}

.opf_dp_layout_grid .opf_dp_post_row .opf_dp_card_wrapper_with_link  {
	color: inherit !important;
}

.opf_dp_layout_grid .opf_dp_post_row:nth-of-type(3n+1)
{
    margin-left: 0 !important;
}

.opf_dp_layout_grid .opf_dp_post_content_row {
    align-items: center;
    flex-direction: column;
}

.opf_dp_layout_grid .opf_dp_title {
    text-align: center;
}

.opf_dp_layout_grid h4.opf_dp_title {
    font-weight: bold;
}

.opf_dp_layout_grid .opf_dp_image_column {
    margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
    .opf_dp_layout_grid .opf_dp_post_row {
        width: 100% !important;
        margin-left: 0 !important;
    }
}