/************************************************************************* Custom Css Added here START ********************************************************************************/

.author-info { display: flex; align-items: flex-start;  margin-top: 20px;  padding: 20px;  border: 1px solid #ddd;  border-radius: 5px; }
.author-avatar { margin-right: 20px; }
.author-avatar img {  border-radius: 50%; }
.author-details h3 {  margin: 0; font-size: 1.5rem; }
.author-details p {  margin: 5px 0 0; font-size: 1rem; }

.featured-post-large .featured-post-text,
.featured-post-small .featured-post-text {
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    z-index: 2;
    transition: opacity 0.3s;
    position: absolute;
    color: #fff;
}
#footer,
body {
    font-family: Arial, sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background-color: #efefef;
}



.header-container,
.main-nav {
    align-items: center;
    position: relative;
}
#header,
.header-container,
.main-nav {
    position: relative;
}
.header-menu li a,
.site-logo a {
    color: #fff;
    text-decoration: none;
}
#header {
    background: black;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    position: relative;
}
.header-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.site-logo {
    flex: 1;
    text-align: left;
}
.site-logo a {
    font-size: 1.5rem;
}
.main-nav {
    justify-content: center;
    flex: 2;
    height: 70px;
}
.header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
}
.header-menu li {
    margin: 0 15px;
}
.header-menu li a {
    font-size: 1rem;
    font-weight: 700;
}
.close-menu,
.menu-toggle {
    display: none;
}

.menu-toggle {
	background: transparent;
}

.header-social {
	margin-top: 15px;
    display: flex;
    align-items: center; /* This ensures that all items are aligned in the center vertically */
    gap: 10px; /* Optional: Adds some space between the items */
}

.header-social a,
.header-social button {
    display: inline-flex;
    align-items: center;
}

.header-social a{
	font-size: 24px;
    text-decoration: none;
	color: #a8a8aa;
}

.opencriticimg {
	height: 24px;
	width: 24px;
	position: absolute;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .close-menu,
    .menu-toggle {
        font-size: 2rem;
        position: absolute;
        cursor: pointer;
        z-index: 1001;
    }
    .header-container {
        padding: 0 20px;
        height: 70px;
        justify-content: space-between;
    }
    .header-menu {
        align-items: unset;
    }
    .site-logo {
        flex: 1;
        text-align: center;
    }
    .menu-toggle {
        display: block;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
	
	
	
	.main-nav {
		display: none;
		height: 70px;
	}

	.main-nav.active {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; /* Full height of the screen */
		background: #fff;
		flex-direction: column;
		justify-content: space-between; /* Space out items */
		align-items: flex-start;
		padding: 10px;
		transition: transform 0.3s, background-color 0.1s ease-in-out; /* Added background-color transition */
		z-index: 1000;
		transform: translateX(0);
	}

	.header-social {
		display: none; /* Initially hidden */
	}

	.header-social.active {
		display: block; /* Show when active */
		position: fixed;
		bottom: 20px; /* Place the social icons at the bottom */
		left: 50%; /* Center horizontally */
		transform: translateX(-50%); /* Adjust position to be centered */
		transition: transform 0.3s;
		z-index: 1000;
		background: #fff; /* Ensure background remains visible */
	}



	.header-social .active #dark-mode-toggle {
		display: none;
	}
	
    .close-menu {
        display: block;
        background: 0 0;
        border: none;
        color: #333;
        top: 20px;
        right: 20px;
    }
    .header-menu {
        flex-direction: column;
        padding: 70px 0 0 50px;
        margin: 0;
    }
    .header-menu li {
        margin: 15px 0;
    }
    .header-menu li a {
        color: #333;
        font-size: 1.2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        left: 15px; /* Adjust for tablets or smaller screens */
    }
}

@media (max-width: 480px) {
    .menu-toggle {
        left: -15px; /* Further adjust for mobile phones */
    }
}



#dark-mode-toggle {
	margin-bottom: 15px;
}

#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text {
	padding-left: 40px;
}













.frontpage-container {
    width: 70%;
    margin: 0 auto;
	margin-top: 85px;
    background-color: #fff;
}

@media (max-width: 768px) {
	.frontpage-container {
		margin-top: 40px;

	}
}

.single .row {
	display: block;
}
.featured-post-large,
.featured-post-small {
    background-color: transparent;
    position: relative;
    overflow: hidden;
	border: 1px solid #cdcccc;
}
.frontpage-news-container {
    margin: 0 auto;
    width: 90%;
}
.featured-posts-container {
    display: flex;
    margin: 0 auto;
}
.featured-post-large {
    flex: 0 0 60%;
    height: 400px;
    margin-bottom: -7px;
}
.featured-post-large a, .featured-post-small a {
	z-index: 2;
    position: relative;
}
.featured-post-large img,
.featured-post-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%);
    position: relative;
    z-index: 1;
    transition: transform 0.3s, filter 0.3s;
}
.featured-post-large:hover img,
.featured-post-small:hover img {
    filter: brightness(60%);
}
.featured-post-large .featured-post-text {
    padding: 10px;
    font-size: 1rem;
}
.featured-post-large:hover .featured-post-text,
.featured-post-small:hover .featured-post-text {
    opacity: 1;
}
.featured-post-grid {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 400px;
}
.featured-post-small {
    width: 50%;
    height: 50%;
    box-sizing: border-box;
}
.kevin-back-to-top-container,
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.featured-post-small .featured-post-text {
    padding: 5px;
    font-size: 0.875rem;
}
.featured-post-text a {
    color: #fff !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}
.featured-post-large::after,
.featured-post-small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media (max-width: 1024px) {
    .frontpage-container {
        width: 100%;
    }
    .featured-posts-container {
        flex-direction: column;
    }
    .featured-post-grid,
    .featured-post-large {
        width: 100%;
        height: auto;
    }
    .featured-post-large .featured-post-text {
        font-size: 0.875rem;
    }
    .featured-post-small .featured-post-text {
        font-size: 0.75rem;
    }
    .featured-post-small {
        height: auto;
    }
}
@media (max-width: 600px) {
    .featured-post-large .featured-post-text {
        font-size: 0.75rem;
    }
    .featured-post-small .featured-post-text {
        font-size: 0.65rem;
    }
}
@media (max-width: 300px) {
    .featured-post-large .featured-post-text {
        font-size: 0.65rem;
    }
    .featured-post-small .featured-post-text {
        font-size: 0.5rem;
    }
}
#kevin-btn-next,
#kevin-btn-prev {
    cursor: pointer;
    color: #000;
}
.kevin-main-content {
    padding: 20px;
}
.kevin-back-to-top-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
}
.line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, red 3%, #fff 54%);
    margin-bottom: 20px;
}


.post-rank {
    font-family: 'Roboto Slab', serif; /* Replace with your chosen font */
    font-size: 2rem; /* Adjust size as needed */
    margin-right: 10px;
    color: #e43d1e; /* Customize the color */
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .post-rank {
        font-size: 1.7rem; /* Adjusted font size for mobile */
    }
}

@media screen and (max-width: 768px) {
    .post-rank {
        font-size: 1.3rem; /* Further reduced font size for small screens */
    }
}

@media (min-width: 1025px) {
    .frontpage-news-container {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .kevin-content-wrapper {
        display: flex;
    }
    .popular-posts {
        flex: 1;
        order: 2;
        margin-left: 20px;
        padding: 20px;
    }
    .popular-posts h2 {
        font-size: 1.75rem;
        margin-bottom: 15px;
        color: #000;
    }
    .popular-posts ul {
        padding: 30px;
        margin: 0;
    }
    .kevin-news-item,
    .popular-posts li {
        padding: 10px 0;
        margin-bottom: 10px;
        font-size: 1rem;
    }
	.popular-posts li::marker {
	  color: red;
	}
    .popular-posts li {
        border-bottom: 1px solid #ddd;
    }
    .popular-posts li:last-child {
        border-bottom: none;
    }
    .popular-posts a {
        text-decoration: none;
		font-weight: bold;
        color: #000000;
        font-weight: 700;
    }
    .kevin-news-author a:hover,
    .popular-posts a:hover {
        text-decoration: underline;
    }
    .kevin-news-section {
        flex: 2;
        order: 1;
    }
    .kevin-news-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .kevin-news-item {
        display: flex;
        align-items: flex-start;
        background-color: transparent;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }
    .kevin-news-image {
        flex: 0 0 auto;
        width: 260px;
        height: 167px;
        margin-right: 20px;
        overflow: hidden;
    }
    .kevin-news-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }
    .kevin-news-content {
        flex: 1;
    }
    .kevin-news-heading {
        font-size: 1.5rem;
        margin: 0 0 10px;
    }
    .kevin-news-comments i,
    .kevin-news-date i,
    .kevin-news-meta {
        font-size: 0.875rem;
    }
    .kevin-news-heading a {
        color: #000;
        text-decoration: none;
    }
    .kevin-news-meta {
        color: #db0000;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .kevin-news-author {
        color: #e43d1e;
        display: flex;
    }
    .kevin-news-author a {
        color: #e43d1e;
        text-decoration: none;
    }
    .kevin-news-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .kevin-news-comments {
        color: #d80000;
    }
    .kevin-pagination {
        margin-top: 30px;
        padding-bottom: 40px;
        text-align: center;
    }
    .kevin-pagination button {
        background-color: #f5f5f5;
        color: #333;
        border: 1px solid #ddd;
        padding: 10px 20px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 4px;
        font-size: 1rem;
        transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .kevin-pagination button:hover {
        background-color: #cccdcf;
    }
}

#comments {
	margin: 0!important;
}
#wpdcom {
	margin-bottom: 0;
}
.popular-posts ul {
	border-radius: 5px;
	padding: 30px;
	background-color: #f7f7f7;
}

@media (max-width: 1024px) {
    .frontpage-news-container {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }
    .kevin-content-wrapper,
    .kevin-news-list {
        display: block;
    }
    .popular-posts {
        margin-bottom: 20px;
        padding: 15px;
    }
    .popular-posts h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        color: #000;
    }
    .popular-posts ul {
		padding: 30px;
        margin: 0;
    }
    .popular-posts li {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        margin-bottom: 8px;
        font-size: 0.875rem;
    }
	.popular-posts li::marker {
	  color: red;
	}
    .popular-posts li:last-child {
        border-bottom: none;
    }
    .popular-posts a {
		font-weight: bold;
        text-decoration: none;
        color: #000000;
    }
    .kevin-news-author a:hover,
    .popular-posts a:hover {
        text-decoration: underline;
    }
    .kevin-news-section {
        margin: 0;
    }
    .kevin-news-item {
        display: block;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .kevin-news-image {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
    .kevin-news-image img {
        width: 100%;
        height: auto;
        border-radius: 4px;
        object-fit: cover;
    }
    .kevin-news-content {
        margin-left: 0;
    }
    .kevin-news-heading {
        font-size: 1.25rem;
        margin: 0 0 8px;
    }
    .kevin-news-heading a {
        color: #000;
        text-decoration: none;
    }
    .kevin-news-meta {
        font-size: 0.75rem;
        color: #db0000;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .kevin-news-author {
        color: #e43d1e;
    }
    .kevin-news-author a {
        color: #e43d1e;
        text-decoration: none;
    }
    .kevin-news-comments {
        color: #d80000;
    }
    .kevin-pagination {
        margin-top: 30px;
        padding-bottom: 40px;
        text-align: center;
    }
    .kevin-pagination button {
        background-color: #f5f5f5;
        color: #333;
        border: 1px solid #ddd;
        padding: 10px 20px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 4px;
        font-size: 1rem;
        transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .kevin-pagination button:hover {
        background-color: #cccdcf;
    }
}
@media (min-width: 1025px) {
    .kevin-patch-section {
        flex: 2;
        order: 1;
        margin: 0 auto;
        width: 90%;
    }
    .kevin-patch-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .kevin-patch-item {
        display: flex;
        align-items: flex-start;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .kevin-patch-image {
        flex: 0 0 auto;
        width: 260px;
        height: 167px;
        margin-right: 20px;
        overflow: hidden;
    }
    .kevin-patch-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }
    .kevin-patch-content {
        flex: 1;
    }
    .kevin-patch-heading {
        font-size: 1.5rem;
        margin: 0 0 10px;
    }
    .kevin-patch-comments i,
    .kevin-patch-date i,
    .kevin-patch-meta {
        font-size: 0.875rem;
    }
    .kevin-patch-heading a {
        color: #000;
        text-decoration: none;
    }
    .kevin-patch-meta {
        color: #db0000;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .kevin-patch-author {
        color: #e43d1e;
    }
    .kevin-patch-author a {
        color: #e43d1e;
        text-decoration: none;
    }
    .kevin-patch-author a:hover {
        text-decoration: underline;
    }
    .kevin-patch-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .kevin-patch-comments {
        color: #d80000;
    }
    .kevin-patch-excerpt {
        font-size: 1rem;
        color: #333;
        margin: 10px 0;
        line-height: 1.6;
        overflow: hidden;
    }
    .kevin-pagination {
        margin-top: 20px;
        text-align: center;
    }
    .kevin-pagination button {
        background-color: #fff;
        color: #fff;
        border: none;
        padding: 10px 20px;
        margin: 0 5px;
        cursor: pointer;
    }
    .kevin-pagination button:hover {
        background-color: #cccdcf;
    }
}
.footer-logo img,
.footer-right ul li {
    margin-bottom: 10px;
}
#footer {
    background-color: black;
    padding: 20px 0;
    color: #fff;
}
.footer-container {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    padding: 20px;
}
.footer-left,
.footer-right {
    flex: 1;
}
.footer-logo img {
    max-width: 150px;
    height: auto;
}
.footer-text {
    margin-bottom: 20px;
}
.footer-rights {
    margin-top: 20px;
}
.footer-right {
    text-align: left;
    padding-left: 20%;
}
.footer-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-right ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-right ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .kevin-patch-section {
        margin: 0 auto;
        width: 90%;
    }
    .kevin-patch-list {
        display: block;
    }
    .kevin-patch-item {
        display: block;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .kevin-patch-image {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
    .kevin-patch-image img {
        width: 100%;
        height: auto;
        border-radius: 4px;
        object-fit: cover;
    }
    .kevin-patch-content {
        margin-left: 0;
    }
    .kevin-patch-heading {
        font-size: 1.25rem;
        margin: 0 0 8px;
    }
    .kevin-patch-heading a {
        color: #000;
        text-decoration: none;
    }
    .kevin-patch-meta {
        font-size: 0.75rem;
        color: #e43d1e;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .kevin-patch-author {
        color: #e43d1e;
    }
    .kevin-patch-author a {
        color: #e43d1e;
        text-decoration: none;
    }
    .kevin-patch-author a:hover {
        text-decoration: underline;
    }
    .kevin-patch-comments {
        color: #e43d1e;
    }
    .kevin-patch-excerpt {
        font-size: 0.9rem;
        margin: 8px 0;
    }
    .kevin-pagination {
        margin-top: 15px;
        text-align: center;
    }
    .kevin-pagination button {
        background-color: #fff;
        color: #fff;
        border: none;
        padding: 8px 16px;
        margin: 0 5px;
        cursor: pointer;
    }
    .kevin-pagination button:hover {
        background-color: #cccdcf;
    }
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-left,
    .footer-right {
        text-align: left;
        margin: 10px 0;
        width: 100%;
    }
    .footer-right {
        padding-left: 0;
    }
    .footer-logo img {
        max-width: 120px;
    }
    .footer-rights,
    .footer-social p,
    .footer-text {
        font-size: 18px;
    }
    .footer-social a {
        font-size: 20px;
    }
    .footer-right ul li {
        margin-bottom: 8px;
        font-size: 18px;
    }
}
.scroll-to-top {
    width: 50px;
    height: 50px;
    background-color: #e43d1e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 9999;
}
.scroll-to-top.show {
    opacity: 1;
    transform: translateY(0);
}
.scroll-to-top i {
    margin: 0;
}
.scroll-to-top:hover {
    background-color: #d12a16;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.scroll-to-top:active {
    background-color: #b92a0e;
}


/* Single PHP New CSS */
.single-container {
	margin: 0 auto;
    width: 70%;
	background-color: #fff;
}
.kevinsingle-container {
	width: 90%;
    margin: 0 auto;
    
}

@media (max-width: 1024px) {
	.single-container {
		margin: 0 auto;
		width: 100%;
	}
}

/* Additional styling */
.kevinsingle-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.kevinsingle-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.kevinsingle-author-info {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.kevinsingle-author-details h3 {
    margin: 0;
    font-size: 1.2rem;
}

.kevinsingle-author-details p {
    font-size: 1rem;
    color: #666;
}

.kevinsingle-tags {
    margin-top: 20px;
}

.kevinsingle-tags a {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.9rem;
    color: #333;
}

.kevinsingle-breadcrumbs h6 {
	margin: 0;
	padding-top: 50px;
}

/* Breadcrumbs container */
.kevinsingle-breadcrumbs {
    padding: 10px 0;
    margin-bottom: 20px; /* Space below the breadcrumbs */
    font-size: 1.2rem; /* Slightly smaller font size */
    color: #333; /* Darker text color for better readability */
}

/* Breadcrumbs heading */
.kevinsingle-breadcrumbs h6 {
    margin: 0;
    font-weight: normal; /* Normal font weight */
    line-height: 1.5; /* Line height for better readability */
}

/* Breadcrumbs links */
.kevinsingle-breadcrumbs a {
    color: #0073e6; /* Bright blue color for links */
    text-decoration: none; /* Remove underline from links */
    font-weight: bold; /* Bold text for links */
}

.kevinsingle-breadcrumbs a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Separator between breadcrumbs */
.kevinsingle-breadcrumbs a + a::before {
    content: " > "; /* Separator character */
    color: #555; /* Light gray color for separator */
}

/* Container for meta information */
.kevinsingle-meta {
    padding: 15px;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px; /* Space below the meta section */
}

/* Author meta information */
.kevinsingle-author-meta {
    display: flex;
    align-items: center; /* Align items vertically */
    font-size: 0.9rem; /* Slightly smaller text */
    color: #333; /* Darker text color for better readability */
}

/* Avatar image styling */
.kevinsingle-author-meta img {
    width: 35px;
    height: 35px; /* Ensure image is circular */
    border-radius: 50%; /* Circular image */
    margin-right: 10px; /* Space between avatar and text */
}

/* Styling for 'by' text */
.kevinsingle-author-meta span:first-of-type {
    color: #a0a0a0; /* Light gray color */
    margin-right: 5px; /* Space between 'by' and the author's name */
}

/* Styling for author's name link */
.kevinsingle-author-meta a {
    color: #0073e6; /* Bright blue color for links */
    text-decoration: none; /* Remove underline from links */
    margin: 0 5px; /* Space around the author's name */
}

.kevinsingle-author-meta a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Styling for date and category information */
.kevinsingle-author-meta span:last-of-type {
    color: #555; /* Slightly lighter gray */
    margin-left: 5px; /* Space to the left of the text */
}

.kevinsingle-author-meta span:last-of-type a {
    color: #0073e6; /* Consistent link color */
}


.kevinsingle-author-info { display: flex; align-items: flex-start;  margin-top: 20px;  padding: 20px;  border: 1px solid #ddd;  border-radius: 5px; }
.kevinsingle-author-avatar { margin-right: 20px; }
.kevinsingle-author-avatar img {  border-radius: 50%; }
.kevinsingle-author-details h3 {  margin: 0; font-size: 1.5rem; }
.kevinsingle-author-details p {  margin: 5px 0 0; font-size: 1rem; }
.post, .page {
	margin: 0;
}

.codevidia-author-thumbnail {
	width: 35px;
    border-radius: 100%!important;
    margin-right: 5px!important;
}

.archive .codevidia-author-thumbnail {
	width: unset;
}

/* Container for the More MP1st Reading section */
.more-reading {
    margin: 20px 0;
}

.more-reading h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333; /* Darker color for title */
}

/* Style for the list of related posts */
.related-posts-list {
    list-style-type: disc; /* Bullet points */
    margin: 0;
}

/* Link styling */
.related-post-item a {
    font-size: 16px;
    color: #0073aa; /* Link color */
}

.related-post-item a:hover {
    text-decoration: underline; /* Underline on hover */
    color: #005177; /* Darker color on hover */
}

/* Hide all popular posts by default */
.popular-posts ul li {
	display: none;
}

/* Show 5 posts for mobile */
@media (max-width: 768px) {
	.popular-posts ul li:nth-child(-n+5) {
		display: block; /* Show first 5 items */
	}
}

/* Show 7 posts for desktop */
@media (min-width: 769px) {
	.popular-posts ul li {
		display: block; /* Show all 7 items */
	}
}

blockquote {
    position: relative;
    /* background: #ddd; */
    margin: 0 auto;
    max-width: 80%;
}
blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 4em;
  margin-left: -0.6em;
  margin-top: -0.4em;
}
blockquote:after {
  position: absolute;
  content: close-quote;
  font-size: 4em;
  bottom: 0;
  right: 0;
  margin-right: -0.6em;
  margin-bottom: -0.8em;
}
blockquote p {
  text-align: left;
}

.mp1stwatermark {
	display: none;
}

.custom-archive-author {
	background: #f5f5f5; 
	border: 1px solid #eaeaea; 
	border-radius: 3px; 
	padding: 30px 20px;
}

/* Edit Category Css */
/* Main container */
#kevincategoryBody, #newsBody, #guidesBody, #videosBody {
    width: 80%;
    margin: 0 auto;
}

/* Main content */
.kevincategory-main-content {
    padding: 20px;
}

/* Breadcrumbs header */
.kevincategory-header {
	margin-top: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.kevincategory-header a {
    text-decoration: none;
    color: #007bff;
}

.kevincategory-header i {
    margin: 0 5px;
    color: #999;
}

/* Navigation */
.kevincategory-navigation {
    margin-top: 20px;
    text-align: center;
}

.kevincategory-navigation a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 5px;
}

.kevincategory-navigation a:hover {
    background-color: #e0e0e0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    #kevincategoryBody, #newsBody, #guidesBody, #videosBody {
        width: 95%;
    }

    .kevincategory-main-content {
        padding: 15px;
    }

    .kevincategory-header {
        font-size: 13px;
    }

    .kevincategory-navigation a {
        padding: 5px 8px;
        font-size: 12px;
        margin: 3px;
    }
}

@media (max-width: 480px) {
    .kevincategory-header {
        font-size: 12px;
    }

    .kevincategory-navigation a {
        padding: 4px 6px;
        font-size: 11px;
    }
}


/* Archive New Css */
/* Basic styling for the container */
.kevinarchive-container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.kevinarchive-content {
    max-width: 1200px; /* Adjust based on your design */
    margin: 0 auto;
}

/* Styling for individual articles */
.kevinarchive-loop {
    display: flex;
    align-items: flex-start; /* Align items at the top */
    margin-bottom: 20px;
    overflow: hidden;
}

/* Thumbnail styling */
.kevinarchive-thumbnail {
    flex: 0 0 30%; /* Adjust the width to be a percentage */
    max-width: 300px; /* Ensure it doesn’t grow too large */
    margin-right: 20px; /* Space between image and text */
}

.kevinarchive-thumbnail img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block;
}

/* Text content styling */
.kevinarchive-text {
    flex: 1; /* Take up remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space between title and meta */
}

/* Title styling */
.kevinarchive-title {
    font-size: 1.5rem;
    margin: 0;
    color: #333;
}

.kevinarchive-title a {
    text-decoration: none;
    color: #333;
}

.kevinarchive-title a:hover {
    color: #007bff; /* Color on hover */
}

/* Meta information styling */
.kevinarchive-meta {
    margin-top: 10px;
    font-size: 0.875rem;
    color: #555;
}

.kevinarchive-meta div {
    display: inline-block;
    margin-right: 15px;
}

.kevinarchive-meta a {
    color: #007bff;
    text-decoration: none;
}

.kevinarchive-meta a:hover {
    text-decoration: underline;
}

/* Excerpt styling */
.kevinarchive-excerpt {
    margin-top: 10px;
}

.kevinarchive-excerpt p {
    margin: 0;
    color: #666;
}

/* Responsive styles */
@media (max-width: 992px) {
    .kevinarchive-loop {
        /* Keep image on the left and text on the right */
        flex-direction: row;
    }

    .kevinarchive-thumbnail {
        flex: 0 0 30%; /* Adjust width percentage */
    }

    .kevinarchive-text {
        width: 70%; /* Adjust text width to fit with image */
    }
}

@media (max-width: 768px) {
    .kevinarchive-loop {
        /* Maintain side-by-side layout */
        flex-direction: row;
    }

	.kevinarchive-excerpt {
		display: none;
	}
	
    .kevinarchive-thumbnail {
        flex: 0 0 30%; /* Image takes 30% of the width */
    }

    .kevinarchive-text {
        width: 70%; /* Text takes 70% of the width */
    }
}

@media (max-width: 576px) {
    .kevinarchive-thumbnail {
        flex: 0 0 40%; /* Adjust image size for smaller screens */
    }

	.kevinarchive-title {
		font-size: 1rem;
	}
    .kevinarchive-text {
        width: 60%; /* Adjust text width for smaller screens */
    }

    .kevinarchive-excerpt {
        display: none; /* Hide excerpt on very small screens */
    }
}

@media (max-width: 400px) {
	.kevinarchive-title {
		font-size: 10px;
	}
	
	.kevinarchive-meta {
		font-size: 9px;
	}
}

/* Custom CSS for Author Page */
/* Container styling */
.kevinauthor-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header styling for filter links */
.kevinauthor-header {
    margin-bottom: 20px;
}

.kevinauthor-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kevinauthor-links li {
    display: inline-block;
    margin-right: 10px;
}

.kevinauthor-links a {
    text-decoration: none;
    color: #007bff;
}

.kevinauthor-links .active a {
    font-weight: bold;
}

/* Content and item styling */
.kevinauthor-archive-content {
    margin-top: 20px;
}

.kevinauthor-archive-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border: none;
}

.kevinauthor-archive-thumbnail {
    flex: 0 0 30%;
    max-width: 260px;
    margin-right: 20px;
}

.kevinauthor-archive-thumbnail img {
    width: 100%;
    height: auto;
}

.kevinauthor-archive-text {
    flex: 1;
}

.kevinauthor-title {
    font-size: 1.5rem;
    margin: 0;
    color: #333;
}

.kevinauthor-title a {
    text-decoration: none;
    color: #333;
}

.kevinauthor-title a:hover {
    color: #007bff;
}

.kevinauthor-meta {
    margin-top: 10px;
    font-size: 0.875rem;
    color: #555;
}

.kevinauthor-meta div {
    display: inline-block;
    margin-right: 15px;
}

.kevinauthor-meta a {
    color: #007bff;
    text-decoration: none;
}

.kevinauthor-meta a:hover {
    text-decoration: underline;
}

.kevinauthor-excerpt {
    margin-top: 10px;
}

.kevinauthor-excerpt p {
    margin: 0;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .kevinauthor-archive-item {
        flex-direction: row;
    }

    .kevinauthor-archive-thumbnail {
        flex: 0 0 40%;
        max-width: 200px;
    }

    .kevinauthor-archive-text {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .kevinauthor-archive-item {
        flex-direction: row;
    }

    .kevinauthor-archive-thumbnail {
        flex: 0 0 50%;
    }

    .kevinauthor-archive-text {
        width: 50%;
    }

    .kevinauthor-title {
        font-size: 1rem;
    }

    .kevinauthor-meta {
        font-size: 0.75rem;
    }
	
	.kevinauthor-excerpt {
		display: none;
	}
}

@media (max-width: 576px) {
    .kevinauthor-archive-item {
        flex-direction: row;
        text-align: left; /* Ensure alignment on mobile */
    }

    .kevinauthor-archive-text {
        width: 100%;
    }

    .kevinauthor-title {
        font-size: 1rem;
    }

    .kevinauthor-meta {
        font-size: 0.65rem;
    }

    .kevinauthor-excerpt {
        display: none; /* Hide excerpt on very small screens */
    }
}

@media (max-width: 400px) {
    .kevinauthor-title {
        font-size: 10px;
    }

    .kevinauthor-meta {
        font-size: 9px;
    }
}


/************************************************************************* Custom Css Added here END ********************************************************************************/


/* MV CSS */

@media only screen and (max-width: 359px) {

.col-12.col-md-12.col-xl-8 {

padding-left: 10px !important;

padding-right: 10px !important;

}

.container.justify-content-center {

padding-left: 0px !important;

padding-right: 0px !important;

}

.row {

margin-left: 0px !important;

margin-right: 0px !important;

}

ul#mp1st-footer-menu {

max-width: 320px !important;

}

}

/* end of fix */



@media (min-width: 320px) and (max-width: 666px) {
    .mp1st-content-wrapper {
        width: 330px;
    }
    .mp1st-home-ads {
        height: 75px;
        margin-bottom: 20px;
        width: 310px;
    }
    .mp1st-container {
        width: 100%;
    }
    .mp1st-home-featured-news {
        width: 330px;
        height: 300px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-wrapper {
        width: 310px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-container {
        display: flex;
        width: 310px;
        background-color: #8e1600;
        border-radius: 50px;
        color: white !important;
        text-decoration: none;
    }
    .mp1st-button-patch {
        text-align: center;
        padding: 6px 24px 12px;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
        height: 54px;
        font-weight: 500;
    }
    .mp1st-article-wrapper {
        margin-bottom: 15px;
    }
    .mp1st-home-content-container {
        width: 310px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row {
        width: 310px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news {
        width: 695px;
        display: flex;
        justify-content: center;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-content-container {
        width: 280px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 260px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news {
        width: 350px;
        display: flex;
        justify-content: center;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news .mp1st-home-content-container-row-updates-wrapper {
        padding: 10px 10px 10px 10px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        width: 260px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title a {
        font-family: Helvetica, Arial, sans-serif;
        background-color: #e43d1e;
        color: #fff;
        border-radius: 2px 2px 0 0;
        display: inline-block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-upcoming {
        width: 333px;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-content-container {
        width: 260px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates {
        margin-bottom: 15px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.3px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a {
        color: black;
        text-decoration: none;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a:hover {
        color: #e43d1e !important;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-thumb {
        width: 100px;
        margin-right: 10px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-content {
        width: 150px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-meta-author {
        margin-right: 1em;
        font-size: 10px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-meta-author a {
        color: #e43d1e;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }
    .mp1st-patch-thumbnail {
        width: 100px;
        height: 71.5px;
    }
    .mp1st-patch-thumbnail img {
        width: 100px;
        height: 71.5px;
    }
}
@media (min-width: 667px) and (max-width: 740px) {
    .mp1st-content-wrapper {
        width: 720px;
    }
    .mp1st-home-ads {
        height: 275px;
        margin-bottom: 20px;
        width: 700px;
    }
    .mp1st-content-wrapper {
        width: 100%;
    }
    .mp1st-home-ads {
        height: 75px;
        margin-bottom: 20px;
        width: 310px;
    }
    .mp1st-button-patch-wrapper {
        margin-top: 20px;
        width: 310px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-container {
        display: flex;
        width: 310px;
        background-color: #8e1600;
        border-radius: 50px;
        color: white !important;
        text-decoration: none;
    }
    .mp1st-button-patch {
        text-align: center;
        padding: 6px 24px 12px;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
        height: 54px;
        font-weight: 500;
    }
    .mp1st-article-wrapper {
        margin-bottom: 15px;
    }
    .mp1st-home-content-container {
        width: 650px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row {
        width: 650px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news {
        width: 650px;
        display: flex;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-content-container {
        width: 650px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-content-wrapper {
        display: flex;
        width: 650px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news {
        width: 577px;
        display: flex;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news .mp1st-home-content-container-row-updates-wrapper {
        padding: 10px 10px 10px 10px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        width: 577px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title a {
        font-family: Helvetica, Arial, sans-serif;
        background-color: #e43d1e;
        color: #fff;
        border-radius: 2px 2px 0 0;
        display: inline-block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-upcoming {
        width: 333px;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-content-container {
        width: 577px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates {
        margin-bottom: 15px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.3px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a {
        color: black;
        text-decoration: none;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a:hover {
        color: #e43d1e !important;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-thumb {
        width: 200px;
        margin-right: 10px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-content {
        width: 347px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-meta-author {
        margin-right: 1em;
        font-size: 10px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-meta-author a {
        color: #e43d1e;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }
    .mp1st-patch-thumbnail {
        width: 200px;
        height: 143px;
    }
    .mp1st-patch-thumbnail img {
        width: 200px;
        height: 143px;
    }
}
@media (min-width: 741px) and (max-width: 1023px) {
    .mp1st-content-wrapper {
        width: 720px;
    }
    .mp1st-home-ads {
        height: 275px;
        margin-bottom: 20px;
        width: 700px;
    }
    .mp1st-container {
        width: 100%;
    }
    .mp1st-home-featured-news {
        width: 700px;
        height: 390px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-wrapper {
        width: 310px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-container {
        display: flex;
        width: 310px;
        background-color: #8e1600;
        border-radius: 50px;
        color: white !important;
        text-decoration: none;
    }
    .mp1st-button-patch {
        text-align: center;
        padding: 6px 24px 12px;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
        height: 54px;
        font-weight: 500;
    }
    .mp1st-article-wrapper {
        margin-bottom: 15px;
    }
    .mp1st-updates-content-container {
        width: 160px;
    }
    .mp1st-home-content-container {
        width: 700px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row {
        width: 700px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news {
        width: 490px;
        padding-left: 30px;
        padding-right: 15px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-content-container {
        width: 440px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-content-wrapper {
        display: flex;
        justify-content: left;
        width: 440px;
        flex-wrap: wrap;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news {
        width: 210px;
        display: flex;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news .mp1st-home-content-container-row-updates-wrapper {
        width: 210px;
        padding: 0px 0px 0px 15px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        width: 210px;
        margin-bottom: 20px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title a {
        font-family: Helvetica, Arial, sans-serif;
        background-color: #e43d1e;
        color: #fff;
        border-radius: 2px 2px 0 0;
        display: inline-block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-upcoming {
        width: 333px;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 19.6px;
        letter-spacing: -0.28px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a {
        text-decoration: none;
        color: black;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a:hover {
        color: #e43d1e !important;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-content {
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .mp1st-content-wrapper {
        width: 976px;
    }
    .mp1st-home-ads {
        height: 115px;
        width: 100%;
    }
    .mp1st-container {
        width: 1396px;
    }
    .mp1st-home-featured-news {
        width: 976px;
        height: 452px;
        margin-bottom: 35px;
        display: flex;
        justify-content: center;
    }
    .mp1st-article-wrapper {
        margin-bottom: 15px;
    }
    .mp1st-button-patch-wrapper {
        width: 310px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-container {
        display: flex;
        width: 310px;
        background-color: #8e1600;
        border-radius: 50px;
        color: white !important;
        text-decoration: none;
    }
    .mp1st-button-patch {
        text-align: center;
        padding: 6px 24px 12px;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
        height: 54px;
        font-weight: 500;
    }
    .mp1st-home-content-container {
        width: 976px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row {
        width: 976px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news {
        width: 614px;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-container {
        width: 614px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news {
        width: 350px;
        display: flex;
        justify-content: center;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news .mp1st-home-content-container-row-updates-wrapper {
        padding: 10px 10px 10px 10px;
        width: 320px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        width: 244px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-wrap {
        width: 320px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title {
        width: 320px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        margin-bottom: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-thumb {
        width: 120px;
        margin-right: 10px;
        height: 86px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title a {
        font-family: Helvetica, Arial, sans-serif;
        background-color: #e43d1e;
        color: #fff;
        border-radius: 2px 2px 0 0;
        display: inline-block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        word-spacing: 0px;
        letter-spacing: normal;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-upcoming {
        width: 333px;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-thumbnail {
        width: 120px;
        height: 86px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-thumbnail img {
        width: 120px;
        height: 86px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 19.6px;
        letter-spacing: -0.28px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a {
        text-decoration: none;
        color: black;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a:hover {
        color: #e43d1e !important;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-content {
        margin-bottom: 5px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .mp1st-content-wrapper {
        width: 100%;
    }
    .mp1st-home-ads {
        height: 115px;
        width: 100%;
    }
    .mp1st-container {
        width: 1396px;
    }
    .mp1st-home-featured-news {
        width: 100%;
        height: 540px;
        margin-bottom: 35px;
    }
    .mp1st-button-patch-wrapper {
        width: 310px;
        margin-bottom: 20px;
    }
    .mp1st-button-patch-container {
        display: flex;
        width: 310px;
        background-color: #8e1600;
        border-radius: 50px;
        color: white !important;
        text-decoration: none;
    }
    .mp1st-button-patch {
        text-align: center;
        padding: 6px 24px 12px;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
        height: 54px;
        font-weight: 500;
    }
    .mp1st-article-wrapper {
        margin-bottom: 15px;
    }
    .mp1st-home-content-container {
        width: 100%;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row {
        width: 100%;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news {
        width: 58%;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-latest-news .mp1st-latest-news-container {
        width: 665px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news {
        width: 38%;
        display: flex;
        justify-content: center;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-updates-news .mp1st-home-content-container-row-updates-wrapper {
        padding: 10px 10px 10px 10px;
        width: 320px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        width: 244px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-wrap {
        width: 320px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title {
        width: 320px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header {
        margin-bottom: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-thumb {
        width: 120px;
        margin-right: 10px;
        height: 86px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-updates-header-title a {
        font-family: Helvetica, Arial, sans-serif;
        background-color: #e43d1e;
        color: #fff;
        border-radius: 2px 2px 0 0;
        display: inline-block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        word-spacing: 0px;
        letter-spacing: normal;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-home-content-container-row-upcoming {
        width: 25%;
        padding-left: 30px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-thumbnail {
        width: 120px;
        height: 86px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-thumbnail img {
        width: 120px;
        height: 86px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 19.6px;
        letter-spacing: -0.28px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a {
        text-decoration: none;
        color: black;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .mp1st-patch-post-title a:hover {
        color: #e43d1e !important;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates-content {
        margin-bottom: 5px;
    }
    .mp1st-home-content-container .mp1st-home-content-container-row .article-updates {
        margin-bottom: 15px;
    }
}
.mp1st-submit-button {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
}
.mp1st-submit-button a {
    text-decoration: none;
    color: white;
    background: #8e1600;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 13px;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.mp1st-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.mp1st-flex {
    display: flex;
    justify-content: center;
}
.mp1st-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.mr-2 {
    margin-right: 10px;
}
.pr-0 {
    padding-right: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
    .codevidia-post-title {
        font-family: Helvetica, Arial, sans-serif;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .codevidia-post-title a {
        color: #212121;
        text-decoration: none;
    }
    .codevidia-post-title a:hover {
        color: #e43d1e;
    }
    .codevidia-meta-date a {
        text-decoration: none;
        color: #a0a0a0 !important;
        font-size: 10px;
    }
    .codevidia-meta-date a:hover {
        color: #a0a0a0;
    }
    .codevidia-meta-comment a {
        color: #a0a0a0 !important;
        font-size: 10px;
    }
    .codevidia-meta-comment a:hover {
        color: #a0a0a0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-archive-container {
        max-width: 768px !important;
    }
    .mp1st-archive-container-wrapper {
        width: 750px;
    }
    .mp1st-archive-thumb-content {
        width: 500px !important;
    }
    .mp1st-archive-upcoming-container {
        width: 250px !important;
    }
    .codevidia-post-title {
        font-family: Helvetica, Arial, sans-serif;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .codevidia-post-title a {
        color: #212121;
        text-decoration: none;
    }
    .codevidia-post-title a:hover {
        color: #e43d1e;
    }
    .mp1st-meta-author {
        margin-right: 1em;
        font-size: 10px;
    }
    .mp1st-meta-author a {
        color: #e43d1e;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }
    .codevidia-meta-date a {
        text-decoration: none;
        color: #a0a0a0 !important;
        font-size: 10px;
    }
    .codevidia-meta-date a:hover {
        color: #a0a0a0;
    }
    .codevidia-meta-comment a {
        color: #a0a0a0 !important;
        font-size: 10px;
    }
    .codevidia-meta-comment a:hover {
        color: #a0a0a0;
    }
}
@media (min-width: 1024px) {
    .mp1st-archive-container {
        max-width: 1024px;
    }
    .codevidia-post-title {
        font-family: Helvetica, Arial, sans-serif;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .codevidia-post-title a {
        color: #212121;
        text-decoration: none;
    }
    .codevidia-post-title a:hover {
        color: #e43d1e;
    }
    .mp1st-meta-author {
        margin-right: 1em;
    }
    .mp1st-meta-author a {
        color: #e43d1e;
        font-size: 11px;
        font-weight: 700;
        text-decoration: none;
    }
    .codevidia-meta-date a {
        text-decoration: none;
        color: #a0a0a0 !important;
        font-size: 10px;
    }
    .codevidia-meta-date a:hover {
        color: #a0a0a0;
    }
    .codevidia-meta-comment a {
        color: #a0a0a0 !important;
        font-size: 10px;
    }
    .codevidia-meta-comment a:hover {
        color: #a0a0a0;
    }
}
@media (min-width: 360px) {
    .line-height-1 {
        line-height: 21px !important;
    }
}
.mp1st-single-breadcrumbs {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.mp1st-single-breadcrumbs-home {
    text-decoration: none;
    color: #53585c;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.mp1st-single-breadcrumbs-home:hover {
    color: #e43d1e;
}
.mp1st-single-breadcrumbs-category {
    text-decoration: none;
    color: #a0a0a0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.mp1st-single-breadcrumbs-category:hover {
    color: #e43d1e;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .md-mt-1 {
        margin-top: 10px !important;
    }
}
.codevidia-post-meta {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    color: #a0a0a0;
}
.codevidia-post-meta > div {
    display: inline-block;
}
@media (min-width: 667px) {
    .codevidia-post-excerpt {
        font-size: 12px;
        line-height: 19.2px;
        margin-top: 1em;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
}
@media (min-width: 768px) {
    .codevidia-post-excerpt {
        font-size: 12px;
        line-height: 19.2px;
        margin-top: 1em;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
}
@media (min-width: 1024px) {
    .codevidia-post-excerpt {
        font-size: 14px;
        line-height: 22.4px;
        margin-top: 1em;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
}
@media (min-width: 320px) and (max-width: 666px) {
    .mp1st-post-info {
        width: 150px !important;
    }
    div.codevidia-thumbnail {
        width: 100px;
        height: 71.5px;
        margin-right: 10px;
    }
    div.codevidia-thumbnail img {
        width: 100px;
        height: 71.5px;
    }
}
@media (min-width: 667px) and (max-width: 740px) {
    .mp1st-post-info {
        width: 420px !important;
    }
    div.codevidia-thumbnail {
        width: 200px;
        height: 143px;
        margin-right: 10px;
    }
    div.codevidia-thumbnail img {
        width: 200px;
        height: 143px;
    }
}
@media (min-width: 1280px) and (max-width: 1366px) {
    .h3-title-sm a {
        font-size: 20px !important;
        font-weight: 700;
        padding-top: 10px;
        line-height: 30.8px;
    }
    .mp1st-post-info {
        width: 270px !important;
    }
}
@media (min-width: 739px) and (max-width: 1024px) {
    div.codevidia-thumbnail {
        width: 200px;
        height: 143px;
        margin-right: 10px;
    }
    div.codevidia-thumbnail img {
        width: 200px;
        height: 143px;
    }
}
@media (min-width: 1200px) {
    div.codevidia-thumbnail {
        margin-right: 10px;
    }
    div.codevidia-thumbnail img {
        width: 260px;
        height: 167px;
    }
}
@media (min-width: 360px) {
    .mp1st-footer div.container {
        height: 100%;
    }
}
@media (min-width: 1024px) {
    .mp1st-footer div.container {
        height: 236px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .mp1st-archive-thumbnail {
        width: 112px !important;
        height: 71.5px;
        margin-right: 10px;
    }
    .mp1st-archive-content {
        width: 220px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-archive-content-container {
        width: 470px;
    }
    .mp1st-archive-thumbnail {
        width: 212px !important;
        height: 143px;
        padding-right: 0px;
        margin-right: 30px;
    }
    .mp1st-archive-content {
        width: 240px !important;
    }
    .mp1st-archive-upcoming {
        width: 228px !important;
    }
}
@media (min-width: 1024px) {
    .mp1st-archive-thumbnail {
        width: 280px !important;
        height: 185px;
        padding-right: 0px;
        margin-right: 30px;
    }
    .mp1st-archive-content {
		/* width: 613px !important; Kevin Edit*/
        width: 262px !important;
    }
    .mp1st-archive-upcoming {
        width: 421px !important;
    }
}
@media (min-width: 1200px) { /* New Kevin Edit*/
    .archive .mp1st-archive-content {
        width: 450px !important;
    }
}
@media (min-width: 1400px) { /* New Kevin Edit*/
    .archive .mp1st-archive-content {
        width: 613px !important;
    }
}
.codevidia-nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.codevidia-author-thumbnail {
    border-radius: 50%;
}
.limit {
    width: 300px;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
}
.limit img {
    width: 100%;
    height: 100%;
}
.codevidia-singular-post-title {
    font-weight: bolder;
    font-size: 2.8em;
    line-height: 1.15;
    margin: 0 0 0.4em;
    letter-spacing: -0.04em;
}
.codevidia-singular-post-tags {
    display: inline-block;
}
.codevidia-post-meta-info {
    display: inline;
}
.codevidia-post-tags {
    background: #f5f5f5;
    padding: 4px 10px;
    color: #616161;
    text-decoration: none;
    transition: all 0.2s linear;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.codevidia-post-tags:hover {
    background-color: #e43d1e;
    color: white;
}
.mp1st-tag-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
    .codevidia-post-navigation {
        font-family: Helvetica, Arial, sans-serif;
        border-left: 10px solid #eee;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        position: relative;
        padding-left: 1em;
        margin: 10px 0;
        transition: 0.3s ease;
        text-decoration: none;
        color: black;
        text-align: start;
        height: 45px;
        width: 100%;
    }
    .codevidia-post-navigation:hover {
        border-left: 10px solid #e43d1e;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .codevidia-post-navigation {
        font-family: Helvetica, Arial, sans-serif;
        border-left: 10px solid #eee;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        position: relative;
        padding-left: 1em;
        margin: 10px 0;
        transition: 0.3s ease;
        text-decoration: none;
        color: black;
        text-align: start;
        height: 45px;
    }
    .codevidia-post-navigation:hover {
        border-left: 10px solid #e43d1e;
    }
}
@media (min-width: 1024px) {
    .codevidia-post-navigation {
        font-family: Helvetica, Arial, sans-serif;
        border-left: 10px solid #eee;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        position: relative;
        padding-left: 1em;
        margin: 10px 0;
        transition: 0.3s ease;
        text-decoration: none;
        color: black;
        text-align: start;
        height: 45px;
        width: 431px;
    }
    .codevidia-post-navigation:hover {
        border-left: 10px solid #e43d1e;
    }
}
.mp1st-prev {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 22.4px;
    font-weight: 700;
    color: #a0a0a0;
}
.mp1st-next {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 22.4px;
    font-weight: 700;
    color: #a0a0a0;
}
.codevidia-post-navigation a {
    text-decoration: none;
    color: black;
}
.codevidia-post-navigation a:hover {
    color: black;
}
.nav-previous a {
    text-decoration: none;
}
.nav-links a {
    text-decoration: none;
}
.entry-content a {
    color: #050505;
}
.codevidia-home-loop a {
    color: #050505;
}
.codevidia-home-loop a:hover {
    color: #e43d1e;
}
.codevidia-archive-loop a {
    text-decoration: none;
    color: #050505;
}
.codevidia-archive-loop a:hover {
    color: #e43d1e;
}
@media (min-width: 320px) and (max-width: 767px) {
    .codevidia-archive-loop {
        width: 330px;
    }
    .mp1st-archive-margin {
        margin-bottom: 15px !important;
    }
    .mp1st-meta-author-archive a {
        color: #e43d1e;
        font-size: 10px;
        font-weight: 700;
        line-height: 22.4px;
    }
    .mp1st-meta-author-archive span {
        font-size: 10px;
    }
    .mp1st-meta-date-archive {
        margin-right: 1em;
    }
    .mp1st-meta-date-archive a {
        font-size: 10px;
        color: #a2a0a0;
    }
    .mp1st-meta-date-archive a:hover {
        color: #a2a0a0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-archive-margin {
        margin-bottom: 30px !important;
    }
    .mp1st-meta-author-archive a {
        color: #e43d1e;
        font-size: 10px;
        font-weight: 700;
        line-height: 22.4px;
    }
    .mp1st-meta-date-archive {
        margin-right: 1em;
    }
    .mp1st-meta-date-archive a {
        font-size: 10px;
        color: #a2a0a0;
    }
    .mp1st-meta-date-archive a:hover {
        color: #a2a0a0;
    }
}
@media (min-width: 1204px) {
    .mp1st-archive-margin {
        margin-bottom: 3em !important;
    }
    .mp1st-meta-author-archive a {
        color: #e43d1e;
        font-size: 11px;
        font-weight: 700;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .mp1st-single-title {
        color: #212121;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 32px;
        letter-spacing: -1.68px;
        line-height: 48.3px;
        margin: 0 0 0.4em;
        letter-spacing: -0.04em;
    }
    .codevidia-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        float: left;
        border-bottom: 2px solid #eee;
        width: 100%;
    }
    .codevidia-block-title ::after {
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
    .mp1st-archive-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 13px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        float: left;
        border-bottom: 2px solid #eee;
        width: 100%;
    }
    .mp1st-archive-block-title ::after {
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-single-title {
        color: #212121;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 33.6px;
        letter-spacing: -1.68px;
        line-height: 38.6333px;
        margin: 0 0 0.4em;
        letter-spacing: -1.344px;
    }
    .codevidia-archive-loop {
        width: 470px;
    }
    .codevidia-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 13px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        float: left;
        border-bottom: 2px solid #eee;
        width: 100%;
    }
    .codevidia-block-title ::after {
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
    .mp1st-archive-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 13px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        float: left;
        border-bottom: 2px solid #eee;
        width: 100%;
    }
    .mp1st-archive-block-title ::after {
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .codevidia-archive-loop {
        width: 903px;
    }
    .codevidia-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        border-bottom: 2px solid #eee;
        width: 100%;
    }
    .codevidia-block-title ::after {
        margin-top: 5px;
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
    .mp1st-archive-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        float: left;
        border-bottom: 2px solid #eee;
        width: 100%;
        margin-bottom: 30px;
    }
    .mp1st-archive-block-title ::after {
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
}
@media (min-width: 1280px) {
    .codevidia-block-title {
        font-family: Helvetica, Arial, sans-serif;
        color: #212121;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
        line-height: 36px;
        border-bottom: 2px solid #eee;
        width: 100%;
    }
    .codevidia-block-title ::after {
        margin-top: 5px;
        content: "";
        width: 30px;
        height: 2px;
        background: #f70d28;
        display: block;
        position: relative;
        bottom: -2px;
    }
}
.codevidia-author-vcard {
    position: relative;
    padding: 30px 20px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.mp1st-archive-breadcrumbs a {
    color: #53585c;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 22.4px;
    font-weight: 400;
}
.mp1st-archive-breadcrumbs a:hover {
    color: #e43d1e;
}
@media (min-width: 320px) and (max-width: 767px) {
    .mp1st-archive-title {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 19.6px;
        font-weight: 400;
    }
}
@media (min-width: 768px) {
    .mp1st-archive-title {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 19.6px;
        font-weight: 700;
    }
}
@media (min-width: 1024px) {
    .mp1st-archive-title {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 30.8px;
        font-weight: 700;
    }
}
.mp1st-archive-tag-title h1 {
    color: #212121;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 32.5px;
}
.mp1st-archive-tag-title span {
    color: #212121;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 32.5px;
    letter-spacing: -0.52px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .mp1st-archive-header {
        width: 470px;
        height: 74.9px;
    }
}
@media (min-width: 1024px) {
    .mp1st-archive-header {
        width: 100%;
        height: 100%;
    }
    .mp1st-archive-header-aji {
        height: 74.9px !important;
    }
    .mp1st-category-header {
        width: 100%;
    }
}
.mp1st-archive-breadcrumbs i {
    color: #a0a0a0;
    font-size: 12px;
}
@media (min-width: 320px) {
    .mp1st-latest-news-container {
        min-width: 310px;
        width: 310px;
        max-width: 310px;
    }
    .mp1st-updates-container {
        min-width: 340px;
        width: 340px;
        max-width: 340px;
    }
}
@media (min-width: 768px) {
    .mp1st-latest-news-container {
        min-width: 460px;
        width: 460px;
        max-width: 460px;
    }
    .mp1st-updates-container {
        min-width: 200px;
        width: 200px;
        max-width: 200px;
    }
}
@media (min-width: 1024px) {
    .mp1st-latest-news-container {
        min-width: 685px;
        width: 685px;
        max-width: 685px;
    }
    .mp1st-updates-container {
        min-width: 340px;
        width: 340px;
        max-width: 340px;
    }
}
@media (min-width: 360px) {
    .mp1st-home-updates-header {
        background-color: #e43d1e;
        padding: 8px 10px 8px 10px;
        font-size: 16px;
        line-height: 36px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 500;
        color: white;
    }
}
@media (min-width: 768px) {
    .mp1st-home-updates-header {
        background-color: #e43d1e;
        padding: 8px 0px 8px 4px;
        font-size: 13px;
        line-height: 30px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 500;
        color: white;
    }
}
@media (min-width: 1025px) {
    .mp1st-home-updates-header {
        background-color: #e43d1e;
        padding: 8px 10px 8px 10px;
        font-size: 16px;
        line-height: 36px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 500;
        color: white;
    }
}
@media (min-width: 360px) {
    .mp1st-col-1 {
        width: 100%;
    }
    .mp1st-footer-col-2 {
        width: 100%;
    }
    .mp1st-footer-col-3 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .mp1st-footer-col-1 {
        width: 100%;
    }
    .mp1st-footer-col-2 {
        width: 494px !important;
    }
    .mp1st-footer-col-3 {
        width: 220px !important;
    }
}
@media (min-width: 1024px) {
    .mp1st-col-1 {
        width: 233px;
    }
    .mp1st-footer-col-2 {
        width: 58.33333333% !important;
    }
    .mp1st-footer-col-3 {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .mp1st-col-1 {
        width: 233px;
    }
    .mp1st-footer-col-2 {
        width: 58.33333333%;
    }
    .mp1st-footer-col-3 {
        width: 25% !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .mp1st-upcoming-container {
        min-width: 323px;
        width: 323px;
        max-width: 323px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-upcoming-container {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .mp1st-upcoming-container {
        min-width: 323px;
        width: 323px;
        max-width: 323px;
    }
}
@media (min-width: 360px) {
    .mp1st-home-container .elementor-container .elementor-row {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .mp1st-home-container .elementor-container .elementor-row {
        justify-content: center;
    }
}
.upk-global-link-yes .upk-hazel-grid .upk-post-grid-item:hover {
    cursor: pointer;
}
@media (min-width: 320px) and (max-width: 666px) {
    .ultimate-post-kit-container {
        display: flow-root;
        box-sizing: content-box;
        width: 330px;
        height: 300px;
    }
    .ultimate-post-kit * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .upk-hazel-grid .upk-post-grid {
        display: grid;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in;
        height: 100%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge a {
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 10px;
        background: #e43d1e;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 6px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge * {
        color: #fff;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        line-height: 16.2px;
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title {
        display: inline;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        display: inline-flex;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author {
        float: left;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        text-transform: capitalize;
        font-weight: 600;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .upk-post-grid-author {
        display: flex;
        line-height: 1;
        margin-left: 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        left: 0;
        top: 53%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date i {
        margin: 0 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box:before {
        opacity: 0.2;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content {
        opacity: 1;
        transform: translateY(0);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        opacity: 1;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content {
        padding: 15px;
        width: 100%;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-cetagory {
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-title {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .by {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-pg-text-position-bottom-left .upk-blog-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(30px);
    }
    .upk-hazel-grid .upk-post-grid {
        grid-template-columns: repeat(4, 82.5px);
        grid-template-rows: repeat(4, 75px);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        height: 150px;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 330px;
    }
}
@media (min-width: 667px) and (max-width: 739px) {
    .ultimate-post-kit-container {
        display: flow-root;
        box-sizing: content-box;
        width: 607px;
        height: 470px;
    }
    .ultimate-post-kit * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .upk-hazel-grid .upk-post-grid {
        display: grid;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in;
        height: 100%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge a {
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 10px;
        background: #e43d1e;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 6px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge * {
        color: #fff;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        line-height: 16.2px;
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title {
        display: inline;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        display: inline-flex;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author {
        float: left;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        text-transform: capitalize;
        font-weight: 600;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .upk-post-grid-author {
        display: flex;
        line-height: 1;
        margin-left: 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        left: 0;
        top: 53%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date i {
        margin: 0 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box:before {
        opacity: 0.2;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content {
        opacity: 1;
        transform: translateY(0);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        opacity: 1;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content {
        padding: 15px;
        width: 100%;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-cetagory {
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-title {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .by {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-pg-text-position-bottom-left .upk-blog-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(30px);
    }
    .upk-hazel-grid .upk-post-grid {
        grid-template-columns: repeat(4, 151.75px);
        grid-template-rows: repeat(4, 117.5px);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 5;
        height: 235px;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 607px;
    }
}
@media (min-width: 740px) and (max-width: 767px) {
    .ultimate-post-kit-container {
        display: flow-root;
        box-sizing: content-box;
        width: 700px;
        height: 350px;
    }
    .ultimate-post-kit * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .upk-hazel-grid .upk-post-grid {
        display: grid;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in;
        height: 100%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge a {
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 10px;
        background: #e43d1e;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 6px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge * {
        color: #fff;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        line-height: 16.2px;
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title {
        display: inline;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        display: inline-flex;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author {
        float: left;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        text-transform: capitalize;
        font-weight: 600;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .upk-post-grid-author {
        display: flex;
        line-height: 1;
        margin-left: 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        left: 0;
        top: 53%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date i {
        margin: 0 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box:before {
        opacity: 0.2;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content {
        opacity: 1;
        transform: translateY(0);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        opacity: 1;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content {
        padding: 15px;
        width: 100%;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-cetagory {
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-title {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .by {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-pg-text-position-bottom-left .upk-blog-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(30px);
    }
    .upk-hazel-grid .upk-post-grid {
        grid-template-columns: repeat(8, 87.5px);
        grid-template-rows: repeat(4, 87.5px);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(n + 1) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
        width: 175px;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
        width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .ultimate-post-kit-container {
        display: flow-root;
        box-sizing: content-box;
        width: 700px;
        height: 350px;
    }
    .ultimate-post-kit * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .upk-hazel-grid .upk-post-grid {
        display: grid;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in;
        height: 100%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge a {
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 10px;
        background: #e43d1e;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 6px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge * {
        color: #fff;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        line-height: 16.2px;
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title {
        display: inline;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        display: inline-flex;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author {
        float: left;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        text-transform: capitalize;
        font-weight: 600;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .upk-post-grid-author {
        display: flex;
        line-height: 1;
        margin-left: 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        left: 0;
        top: 53%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date i {
        margin: 0 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box:before {
        opacity: 0.2;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content {
        opacity: 1;
        transform: translateY(0);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        opacity: 1;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content {
        padding: 15px;
        width: 100%;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-cetagory {
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-title {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .by {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-pg-text-position-bottom-left .upk-blog-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(30px);
    }
    .upk-hazel-grid .upk-post-grid {
        grid-template-columns: repeat(8, 87.5px);
        grid-template-rows: repeat(4, 87.5px);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(n + 1) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
        width: 175px;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
        width: 350px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .ultimate-post-kit-container {
        display: flow-root;
        box-sizing: content-box;
        width: 920px;
        height: 452px;
    }
    .ultimate-post-kit * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .upk-hazel-grid .upk-post-grid {
        display: grid;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in;
        height: 100%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:hover .upk-blog-image {
        transform: translate(10px);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge a {
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 10px;
        background: #e43d1e;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 6px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge * {
        color: #fff;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title {
        display: inline;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        display: inline-flex;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author {
        float: left;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        text-transform: capitalize;
        font-weight: 600;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .upk-post-grid-author {
        display: flex;
        line-height: 1;
        margin-left: 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        left: 0;
        top: 53%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date i {
        margin: 0 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box:before {
        opacity: 0.2;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content {
        opacity: 1;
        transform: translateY(0);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        opacity: 1;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content {
        padding: 15px;
        width: 100%;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-cetagory {
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-title {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .by {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-pg-text-position-bottom-left .upk-blog-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(30px);
    }
    .upk-hazel-grid .upk-post-grid {
        grid-template-columns: repeat(8, 115px);
        grid-template-rows: repeat(4, 113px);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(n + 1) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
        width: 230px;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(n + 1) img {
        height: 250px !important;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
        width: 460px;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) img {
        height: 500px !important;
    }
}
@media (min-width: 1200px) {
    .ultimate-post-kit-container {
        display: flow-root;
        box-sizing: content-box;
        width: 100%;
        height: 540px;
    }
    .ultimate-post-kit * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .upk-hazel-grid .upk-post-grid {
        display: grid;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in;
        height: 100%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all 0.3s ease;
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box:hover .upk-blog-image {
        transform: scale(1.1);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content {
        padding: 20px;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge a {
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 10px;
        background: #e43d1e;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 6px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-badge * {
        color: #fff;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title {
        display: inline;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        display: inline-flex;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author {
        float: left;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        text-transform: capitalize;
        font-weight: 600;
        text-decoration: none;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .upk-post-grid-author {
        display: flex;
        line-height: 1;
        margin-left: 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        left: 0;
        top: 53%;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date i {
        margin: 0 5px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box:before {
        opacity: 0.2;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content {
        opacity: 1;
        transform: translateY(0);
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item:hover .upk-post-grid-item-box .upk-blog-box-content .upk-blog-post-meta {
        opacity: 1;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content {
        padding: 15px;
        width: 100%;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-cetagory {
        margin-bottom: 15px;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-title {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author .by {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-author a {
        color: #fff;
    }
    .upk-hazel-grid .upk-blog-content-style-2 .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        color: #ffffff;
    }
    .upk-hazel-grid .upk-pg-text-position-bottom-left .upk-blog-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(30px);
    }
    .upk-hazel-grid .upk-post-grid {
        grid-template-columns: repeat(8, calc(100% / 8));
        grid-template-rows: repeat(4, calc(100% / 4));
        height: 540px;
    }
    .upk-hazel-grid .upk-post-grid .upk-post-grid-item .upk-post-grid-item-box .upk-blog-box-content .upk-blog-title-wrap {
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(n + 1) {
        grid-column: span 2 / auto;
        grid-row: span 2 / auto;
        width: 100%;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(n + 1) img {
        height: 295px !important;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
        width: 100%;
    }
    .upk-post-grid.upk-post-grid-style-6 .upk-post-grid-item:nth-child(5n + 1) img {
        height: 580px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .m1pst-footer {
        background-color: #212121 !important;
        height: 100%;
        padding: 10px 0 10px;
    }
    .flex-container {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between;
        height: 60px;
        width: 100%;
    }
    .flex-item:nth-child(1) {
        order: 0 !important;
        flex: 0 1 auto !important;
        height: 45px !important;
        width: 28px !important;
        align-self: center !important;
        font-size: 25px !important;
        margin-right: 10px;
    }
    .flex-item:nth-child(2) {
        order: 0;
        flex: 4 1 auto;
        align-self: flex-end;
        width: 301px;
        max-width: 301px;
        display: flex;
        justify-content: center;
    }
    .flex-item:nth-child(2) .flex-item-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .flex-item:nth-child(3) {
        order: 0;
        flex: 0 1 auto;
        align-self: center;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m1pst-footer {
        background-color: #212121 !important;
        height: 100%;
        padding: 10px 0 10px;
    }
    .flex-container {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between;
        height: 84px;
        width: 768px;
    }
    .flex-item:nth-child(1) {
        order: 0;
        flex: 0 1 auto;
        height: 45px;
        width: 228px;
    }
    .flex-item:nth-child(1) .flex-item-title {
        height: 45px;
    }
    .flex-item:nth-child(1) .flex-item-title .custom-logo-link {
        height: 45px;
    }
    .flex-item:nth-child(2) {
        order: 0;
        flex: 4 1 auto;
        align-self: center;
    }
    .flex-item:nth-child(3) {
        order: 0;
        flex: 0 1 auto;
        align-self: center;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .m1pst-footer {
        background-color: #212121 !important;
        height: 100%;
        padding: 10px 0 10px;
    }
    .flex-container {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: center;
        height: 84px;
        width: 100%;
    }
    .flex-item:nth-child(1) {
        order: 0;
        flex: 0 1 auto;
        height: 100%;
        width: 70px;
        display: flex;
        align-items: center;
    }
    .flex-item:nth-child(1) .flex-item-title {
        height: 45px;
    }
    .flex-item:nth-child(1) .flex-item-title .custom-logo-link {
        height: 45px;
    }
    .flex-item:nth-child(1) i {
        font-size: 1.3em;
    }
    .flex-item:nth-child(2) {
        order: 0;
        align-self: center;
        width: 228px;
    }
    .flex-item:nth-child(3) {
        order: 0;
        flex: 4 1 auto;
        align-self: center;
    }
}
@media (min-width: 1200px) {
    .flex-container {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between;
        height: 84px;
        width: 1370px;
    }
    .flex-item:nth-child(1) {
        order: 0;
        flex: 0 1 auto;
        height: 45px;
        width: 228px;
    }
    .flex-item:nth-child(1) .flex-item-title {
        height: 45px;
    }
    .flex-item:nth-child(1) .flex-item-title .custom-logo-link {
        height: 45px;
    }
    .flex-item:nth-child(2) {
        order: 0;
        align-self: center;
        width: 228px;
    }
    .flex-item:nth-child(3) {
        order: 0;
        flex: 4 1 auto;
        align-self: center;
    }
}
@media (min-width: 1200px) {
    .m1pst-footer {
        background-color: #212121 !important;
        height: 213px;
        padding: 10px 0 10px;
    }
    .flex-container {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between;
        height: 84px;
        width: 1370px;
    }
    .flex-item:nth-child(1) {
        order: 0;
        flex: 0 1 auto;
        height: 45px;
        width: 228px;
    }
    .flex-item:nth-child(1) .flex-item-title {
        height: 45px;
    }
    .flex-item:nth-child(1) .flex-item-title .custom-logo-link {
        height: 45px;
    }
    .flex-item:nth-child(2) {
        order: 0;
        align-self: center;
        width: 228px;
    }
    .flex-item:nth-child(3) {
        order: 0;
        flex: 4 1 auto;
        align-self: center;
    }
}
.mp1st-footer-logo img {
    height: 45px;
    width: 200px;
}
.mp1st-navigation-title {
    color: #e43d1e;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    border-color: rgba(255, 255, 255, 0.15);
    font-family: Helvetica, Arial, sans-serif;
    line-height: 18.2px;
}
.mp1st-topbar {
    position: relative;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.mp1st-topbar-container {
    width: 1370px;
    height: 40px;
    display: flex;
}
.mp1st-topbar-flex-item:nth-child(1) {
    width: 1145px;
}
.mp1st-topbar-flex-item:nth-child(2) {
    width: 225px;
}
.mp1st-social-items-wrapper {
    width: 88px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.mp1st-social-items-wrapper > a {
    margin-right: 5px;
}
.mp1st-footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    height: 213px;
}
.mp1st-footer-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: flex-start;
}
.mp1st-footer-item:nth-child(2) {
    order: 0;
    flex: 4 1 auto;
    align-self: flex-start;
}
.mp1st-footer-item:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: flex-start;
}
.separator {
    border-left: 2px solid #e43d1e;
    height: 15px;
    width: 3px;
    margin: -3px 10px;
    display: inline-block;
}
.mp1st-tagline a {
    text-decoration: none;
    color: White;
    font-size: 14px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 19.6px;
}
.mp1st-tagline a:hover {
    color: #999;
}
#mp1st-header-menu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
#mp1st-header-menu li:last-child {
    padding-right: 0px;
}
#mp1st-header-menu a {
    color: #f5f5f5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-family: Helvetica, Arial, sans-serif;
    width: 73px;
    height: 50px;
    text-align: center;
}
#mp1st-header-menu a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-top: 5px;
    background: #e43d1e;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
@media (min-width: 320px) and (max-width: 769px) {
    #mp1st-footer-menu {
        width: 330px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #mp1st-footer-menu {
        width: 510px;
    }
}
@media (min-width: 1024) {
    #mp1st-footer-menu {
        width: 100%;
    }
}
#mp1st-header-menu a:hover:after {
    width: 100%;
    left: 0;
}
#mp1st-footer-menu li {
    display: inline;
    list-style-type: none;
    color: rgba(255, 255, 255, 0.8);
}
#mp1st-footer-menu li :after {
    content: "/";
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.3);
    margin-right: 6px;
}
#mp1st-footer-menu li:last-child {
    display: inline;
    list-style-type: none;
    color: rgba(255, 255, 255, 0.8);
}
#mp1st-footer-menu li:last-child :after {
    content: "";
}
#mp1st-footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    line-height: normal;
}
.mp1st-facebook {
    background: #45629f;
    border-radius: 100%;
}
.mp1st-header-social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mp1st-header-social-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 5px 5px 5px 0px;
}
.mp1st-header-social-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.mp1st-header-social-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.facebook-icon {
    background: #45629f;
    padding: 8px;
    border-radius: 100%;
    color: white;
}
.twitter-icon {
    background: #5eb2ef;
    padding: 8px;
    border-radius: 100%;
    color: white;
}
.youtube-icon {
    background: #c61d23;
    padding: 8px;
    border-radius: 100%;
    color: white;
}
.mp1st-author-meta a {
    text-decoration: none;
    color: #e43d1e;
}
.mp1st-site-footer-description {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 22.4px;
    color: #a8a8aa;
}
.mp1st-header-social-icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
}
.mp1st-footer-follow-us-icons {
    width: 10.28px;
    height: 22.4px;
    margin: 0 20px 15px 0;
}
.mp1st-header-topbar {
    background-color: #e43d1e;
    height: 40px;
}
@media (min-width: 360px) and (max-width: 767px) {
    .mp1st-header-container {
        max-width: 360px !important;
        height: 60px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-header-container {
        max-width: 768px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .mp1st-header-container {
        max-width: 1400px !important;
    }
}
@media (min-width: 1200px) {
    .mp1st-header-container {
        max-width: 1400px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .mp1st-header {
        background-color: #000;
        color: white;
        height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mp1st-header {
        background-color: #000;
        color: white;
        height: 83px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .mp1st-header {
        background-color: #000;
        color: white;
        height: 83px;
    }
}
@media (min-width: 1200px) {
    .mp1st-header {
        background-color: #212121;
        color: white;
        height: 83px;
    }
}
.mp1st-author-meta-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mp1st-author-meta-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.mp1st-author-meta-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.mp1st-author-meta {
    display: flex;
    align-items: flex-start;
}
.mp1st-author-meta .author-name {
    color: #e43d1e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22.4px;
    font-weight: 700;
}
.mp1st-author-meta-date {
    color: #a0a0a0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22.4px;
    font-weight: 400;
}
.mp1st-author-meta-date:before {
    content: "\2014";
    margin-right: 10px;
}
.mp1st-single-content a {
    text-decoration: none;
    color: #e43d1e;
}
.mp1st-single-content a:hover {
    color: black;
}
.mp1st-post-navigation:after {
    content: "";
    background-color: #eee;
    width: 90%;
    height: 1px;
    margin-top: 20px;
}
.mp1st-post-navigation:before {
    content: "";
    background-color: #eee;
    width: 90%;
    height: 1px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {	
	.entry-content div {
        color: #333333;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 740px) {
    .container-sm,
    .container {
        max-width: 730px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 745px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.d-none {
    display: none !important;
}
@media (min-width: 320px) and (max-width: 359px) {
    .special-none-sm {
        display: none !important;
    }
}
@media (min-width: 360px) and (max-width: 739px) {
    .d-sm-block {
        display: block !important;
    }
    .d-sm-none {
        display: none !important;
    }
}
@media (min-width: 740px) and (max-width: 1023px) {
    .d-md-none {
        display: none !important;
    }
}
@media (min-width: 1024px) and (max-width: 1406px) {
    .special-none {
        display: none !important;
    }
}
@media (min-width: 1406px) {
    .d-xl-none {
        display: none !important;
    }
}
@media (min-width: 360px) and (max-width: 666px) {
    .h3-title-sm a {
        font-size: 15px;
        font-weight: 400;
        padding-top: 10px;
        line-height: 21px;
        word-spacing: 0px;
    }
}
@media (min-width: 667px) and (max-width: 740px) {
    .h3-title-sm a {
        font-size: 16px;
        font-weight: 700;
        padding-top: 10px;
    }
}
@media (min-width: 739px) {
    .h3-title-sm a {
        font-size: 14px;
        font-weight: 700;
        padding-top: 10px;
    }
}
@media (min-width: 1024px) {
    .h3-title-sm a {
        font-size: 22px;
        font-weight: 700;
        padding-top: 10px;
        line-height: 30.8px;
    }
}
label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
label input {
    opacity: 0;
    width: 0;
    height: 0;
}
label input:checked + .slider {
    background-image: linear-gradient(#59bfff, #d9f1ff);
}
label input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
label input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-image: radial-gradient(#e9deaf, #faf8ed);
    box-shadow: none;
}
label .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #d4d0bc;
    box-shadow: inset 8px -4px 1px 0 #faf8ed;
}
label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
    background-image: linear-gradient(#002231, #00364d);
}
#main {
    transition: margin-left 0.5s;
    padding: 20px;
}
.mp1st-copyright p {
    padding: 8px 8px 8px 32px;
    font-family: Helvetica, Arial, sans-serif;
    color: #757575;
    font-size: 11px;
    font-weight: 400;
    line-height: 22.4px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .mp1st-social-facebook i {
        width: 38px !important;
        line-height: 36px !important;
    }
    .mp1st-social-twitter i {
        width: 38px !important;
        line-height: 36px !important;
    }
    .mp1st-social-youtube i {
        width: 38px !important;
        line-height: 36px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .sidenav {
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sidenav {
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
        display: flex;
        flex-direction: column;
        height: 85%;
    }
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
div.scrollmenu {
    background-color: #333;
    overflow: hidden;
    white-space: nowrap;
}
div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
div.scrollmenu a:hover {
    background-color: #777;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media (min-width: 320px) and (max-width: 666px) {
    .slider-container img {
        height: 150px;
    }
    .slider-content {
        width: 247px !important;
        position: relative !important;
        color: white !important;
        position: relative !important;
        font-size: 15px !important;
        text-align: left !important;
    }
    .slider {
        width: 330px;
        text-align: center;
        overflow: hidden;
    }
    .slides > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 165px;
        height: 150px;
        background: #eee;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
    }
}
@media (min-width: 667px) and (max-width: 739px) {
    .slider-content {
        width: 323px !important;
        position: relative !important;
        color: white !important;
        position: relative !important;
        font-size: 15px !important;
        text-align: left !important;
    }
    .slider {
        width: 607px;
        text-align: center;
        overflow: hidden;
    }
    .slides > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 165px;
        height: 235px;
        background: #eee;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
    }
    .slider-container img {
        height: 235px;
    }
}
.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.slides::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
    background: transparent;
}
.slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}
.slider > a:active {
    top: 1px;
}
.slider > a:focus {
    background: #000;
}
.slider-category-tag {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 10px;
    background: #e43d1e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 3px 6px;
}
.slider-category-tag a {
    text-decoration: none;
    color: white;
}
#ajiForm .d-flex {
    display: flex !important;
}
#ajiForm .mp1st-navigation {
    display: flex;
    justify-content: center;
    position: relative;
	margin-bottom: 50px;
}
#ajiForm .mp1st-prev::before {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    background: #eee;
    left: 0;
    top: 50%;
    position: absolute;
}
#ajiForm .mp1st-next::after {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    background: #eee;
    right: 0;
    top: 50%;
    position: absolute;
}
#ajiForm .ultimate-post-kit * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
}
#ajiForm .flex-wrap {
    flex-wrap: wrap;
}
#ajiForm .justify-center {
    justify-content: center !important;
}
#ajiForm .justify-between {
    justify-content: space-between !important;
}
#ajiForm .aji-ultimate-post-kit-container {
    width: 100%;
    margin-top: 35px;
}
#ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit {
    display: flex;
    justify-content: center;
}
#ajiForm .aji-ultimate-post-kit-container .upk-hazel-grid {
    max-width: 1370px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: auto;
    padding-right: auto;
    overflow: hidden;
}
#ajiForm #submitTip {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    background: #e43d1e;
    position: fixed;
    top: 31rem;
    right: 0;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: none;
}
#ajiForm .upk-post-grid-item.left .upk-post-grid-item-box {
    position: relative;
    left: -30px;
    width: 108%;
}
#ajiForm .upk-post-grid-item.right .upk-post-grid-item-box {
    position: relative;
    right: -30px;
    width: 103%;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box {
    overflow: hidden;
    height: 345px;
    transition: 0.3s;
    transform: skewX(-7deg);
    width: 50%;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .upk-blog-title-wrap {
    line-height: 30px;
    font-size: 30px;
    font-family: Helvetica;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .upk-blog-date {
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right {
    height: 345px;
    font-family: Helvetica !important;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right img {
    transition: 0.3s;
    transform: scale(1.3);
    position: relative;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right .upk-blog-box-content {
    transition: 0.3s;
    position: absolute;
    top: 12rem;
    padding: 4px 120px 3px 75px;
    transform: skewX(7deg);
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-badge {
    margin-bottom: 7px !important;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-badge a {
    background: #e43d1e;
    color: #fff;
    text-decoration: none;
    padding: 2px 6px 1px 6px;
    font-size: 11px;
    position: relative;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-title-wrap a {
    color: #fff !important;
    text-decoration: none;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
    transition: 0.3s;
    opacity: 0;
    color: #fff !important;
    text-decoration: none;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box-right::before {
    background: linear-gradient(180deg, transparent 0, #000 65%, #000);
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box {
    height: 345px;
    border-color: blue transparent transparent transparent;
    border-width: 0 0 100px 100px;
    font-family: Helvetica !important;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box img {
    transition: 0.3s;
    transform: scale(1.3);
    position: relative;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box img::before {
    background: linear-gradient(180deg, transparent 0, #000 65%, #000);
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box .upk-blog-box-content {
    transition: 0.3s;
    position: absolute;
    top: 12rem;
    padding: 4px 20px 3px 20px;
    transform: skewX(7deg);
    left: 101px;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-badge {
    margin-bottom: 7px !important;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-badge a {
    background: #e43d1e;
    color: #fff;
    text-decoration: none;
    padding: 2px 6px 1px 6px;
    font-size: 11px;
    position: relative;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-title-wrap a {
    color: #fff !important;
    text-decoration: none;
}
#ajiForm .upk-post-grid-item .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
    transition: 0.3s;
    opacity: 0;
    color: #fff !important;
    text-decoration: none;
}
#ajiForm #newsBody {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 34px;
}
#ajiForm .post-wrapper img {
    width: 90%;
    height: auto;
}
#ajiForm .post-wrapper .category-news {
    position: absolute;
    padding-top: 5px;
    padding-left: 1%;
}
#ajiForm .post-wrapper .category-news a {
    color: #fff;
    text-decoration: none;
    background: #e43d1e;
    padding: 0px 6px 1px 6px;
    font-size: 11px;
}
#ajiForm .jeg_readmore {
    color: #53585c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    margin-top: 15px;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    border-top-color: #e0e0e0;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #e0e0e0;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #e0e0e0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #e0e0e0;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}
#ajiForm .jeg_readmore:hover {
    color: #fff;
    background: #e43d1e;
}
#ajiForm .mp1st-archive-header {
    margin-bottom: 40px;
}
#ajiForm .mp1st-archive-header .mp1st-archive-tag-title h1 span {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.04em;
}
#ajiForm .mp1st-archive-header .mp1st-archive-breadcrumbs {
    font-size: 15px;
    margin: 0;
    color: #a0a0a0;
}
#ajiForm .widget-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}
#ajiForm .widget-header h3 {
    font-size: 16.6px;
}
#ajiForm .widget-header::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #f70d28;
    background-color: #f70d28;
    display: block;
    position: relative;
    bottom: -2px;
}
#ajiForm #releaseContainer #taghubs {
    display: flex;
    flex-wrap: wrap;
}
#ajiForm #releaseContainer #taghubs a {
    width: 100%;
}
@media (min-width: 1024px) {
    #ajiForm .mp1st-article-wrapper {
        margin-bottom: 48px;
    }
    #ajiForm .upk-post-grid-item-box {
        overflow: hidden;
        height: 345px;
        margin-left: 4px;
        margin-right: 4px;
        transition: 0.3s;
    }
    #ajiForm .upk-post-grid-item-box .upk-blog-title-wrap {
        line-height: 30px;
        font-size: 26px;
        font-family: Helvetica;
    }
    #ajiForm .upk-post-grid-item-box .upk-blog-date {
        font-size: 12px;
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right {
        height: 345px;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right img {
        transition: 0.3s;
        transform: scale(1.3);
        left: 0px;
        position: relative;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right .upk-blog-box-content {
        transition: 0.3s;
        position: absolute;
        top: 11rem;
        padding: 4px 120px 3px 75px;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-badge a {
        background: #e43d1e;
        color: #fff;
        text-decoration: none;
        padding: 2px 6px 1px 6px;
        font-size: 11px;
        position: relative;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-title-wrap a {
        color: #fff !important;
        text-decoration: none;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        transition: 0.3s;
        opacity: 0;
        color: #fff !important;
        text-decoration: none;
    }
    #ajiForm .upk-post-grid-item-box .slant-box-right::before {
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    #ajiForm .upk-post-grid-item-box .slant-box {
        height: 345px;
        border-color: blue transparent transparent transparent;
        border-width: 0 0 100px 100px;
    }
    #ajiForm .upk-post-grid-item-box .slant-box img {
        transition: 0.3s;
        transform: scale(1.3);
        left: 0px;
        position: relative;
    }
    #ajiForm .upk-post-grid-item-box .slant-box img::before {
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
    }
    #ajiForm .upk-post-grid-item-box .slant-box .upk-blog-box-content {
        transition: 0.3s;
        position: absolute;
        top: 14rem;
        padding: 4px 120px 3px 40px;
    }
    #ajiForm .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-badge a {
        background: #e43d1e;
        color: #fff;
        text-decoration: none;
        padding: 2px 6px 1px 6px;
        font-size: 11px;
        position: relative;
    }
    #ajiForm .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-title-wrap a {
        color: #fff !important;
        text-decoration: none;
    }
    #ajiForm .upk-post-grid-item-box .slant-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        transition: 0.3s;
        opacity: 0;
        color: #fff !important;
        text-decoration: none;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box-right img {
        left: 30px;
        position: relative;
        opacity: 0.95;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box-right .upk-blog-box-content {
        top: 11rem;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box-right .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        opacity: 1;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box {
        transition: 0.3s;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box img {
        left: 30px;
        position: relative;
        opacity: 0.9;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box .upk-blog-box-content {
        top: 10.5rem;
    }
    #ajiForm .upk-post-grid-item-box:hover .slant-box .upk-blog-box-content .upk-blog-post-meta .upk-blog-date {
        opacity: 1;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    #ajiForm .upk-blog-box-content {
        left: 10px !important;
    }
}
@media (max-width: 1060px) {
    #ajiForm .slant-box-right,
    #ajiForm .slant-box {
        height: 250px !important;
    }
    #ajiForm .slant-box-right img,
    #ajiForm .slant-box img {
        height: 345px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #ajiForm #newsBody {
        padding-left: 30px;
        padding-right: 30px;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-post-grid-item-box .upk-blog-title-wrap {
        line-height: 24px;
        font-size: 20px;
        font-family: Helvetica;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-post-grid-item-box:hover .upk-blog-box-content {
        top: 3rem !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left {
        left: 85px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left .upk-post-grid-item-box {
        height: 250px;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left .slant-box {
        height: 250px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left .slant-box img {
        height: 345px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right {
        right: 35px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .upk-post-grid-item-box {
        height: 250px;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .slant-box-right {
        height: 250px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .slant-box-right img {
        height: 345px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-blog-box-content {
        top: 5rem !important;
    }
    #ajiForm .mp1st-article-wrapper {
        margin-right: 30px;
        margin-bottom: 25px;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-title {
        margin-left: 7px;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-title a {
        font-family: Helvetica !important;
        font-weight: bold;
        font-size: 16px;
        margin-right: 20px;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-meta {
        margin-left: 7px;
    }
    #ajiForm .mp1st-article-wrapper .post-wrapper .image-container {
        margin-right: 15px;
    }
    #ajiForm .mp1st-article-wrapper .post-wrapper img {
        width: 230px !important;
        height: 164px !important;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-excerpt {
        margin-left: 7px;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-excerpt p {
        line-height: 19.2px;
        font-size: 12px;
        font-family: Helvetica;
        margin-top: 1px;
    }
    #ajiForm .jeg_readmore {
        margin-left: 8px;
        margin-top: 0px;
    }
    #ajiForm #releaseContainer .widget-header h3 {
        line-height: 1px;
    }
    #ajiForm #releaseContainer .widget-header h3 span {
        font-size: 13px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    #ajiForm #submitTip {
        display: block;
    }
    #ajiForm #newsBody {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }
    #ajiForm .upk-hazel-grid .d-flex {
        display: block !important;
    }
    #ajiForm .aji-ultimate-post-kit-container {
        height: 300px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-post-grid-item-box {
        width: 100%;
        overflow: hidden;
        height: 150px;
        transition: 0.3s;
        padding-top: 10px;
        padding-bottom: 10px;
        transform: skewX(0deg);
        left: 0px;
        margin: 10px 0;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-post-grid-item-box .upk-blog-title-wrap {
        line-height: 24px;
        font-size: 20px;
        font-family: Helvetica;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-post-grid-item-box .slant-box-right img {
        transform: scale(1) !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left {
        left: 0px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left .slant-box {
        width: 100%;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.left .slant-box .upk-blog-badge a {
        padding: 3px 8px 2px 6px;
        font-size: 8px;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right {
        right: 0px !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .upk-post-grid-item-box {
        width: 100% !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .slant-box-right {
        width: 100%;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .slant-box-right img {
        width: 100% !important;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item.right .slant-box-right .upk-blog-badge a {
        padding: 3px 8px 2px 6px;
        font-size: 8px;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-blog-box-content {
        top: 4rem !important;
        transform: skewX(0deg);
        left: 65px;
        padding: 0;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-blog-box-content .upk-blog-title {
        font-size: 15px;
    }
    #ajiForm .aji-ultimate-post-kit-container .ultimate-post-kit .upk-post-grid-item .upk-blog-box-content .upk-blog-title-wrap {
        line-height: 16px;
    }
    #ajiForm .mp1st-archive-header {
        margin-bottom: 20px;
    }
    #ajiForm .mp1st-archive-header .mp1st-archive-tag-title h1 span {
        font-size: 27px !important;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-title,
    #ajiForm .mp1st-article-wrapper .codevidia-meta-date {
        margin-left: 7px;
    }
    #ajiForm .mp1st-article-wrapper .jeg_readmore {
        display: none;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-title a {
        font-family: Helvetica !important;
        font-weight: bold;
        font-size: 16px;
    }
    #ajiForm .mp1st-article-wrapper .category-news a {
        font-size: 8px;
        text-decoration: none;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-title {
        line-height: 19.6px;
        font-weight: 700;
        font-size: 14px;
        font-family: Helvetica;
    }
    #ajiForm .mp1st-article-wrapper .codevidia-post-title a {
        font-size: 14px;
    }
    #ajiForm .widget-header h3 {
        line-height: 1px;
    }
}
@media (max-width: 480px) {
    .aji-sm-none {
        display: none;
    }
}
#aji-header .burger-container {
    display: none;
    position: absolute;
    padding: 0 0 4rem 0;
}
#aji-header .aji-header-topbar {
    padding: 7px;
    background-color: #e43d1e;
}
#aji-header .aji-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#aji-header .aji-topbar-container {
    display: flex;
    justify-content: space-between;
}
#aji-header .logo-container {
    align-self: center;
}
#aji-header .aji-submit-button a {
    text-decoration: none;
    color: white;
    background: #8e1600;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 13px;
    letter-spacing: 0.5px;
    line-height: 26px;
    height: 26px;
}
#aji-header .aji-secondary-header {
    background-color: #212121;
    color: #f5f5f5;
}
#aji-header .aji-secondary-header .aji-tagline {
    margin: 0;
    text-transform: uppercase;
    padding-left: 25px;
}
#aji-header .aji-secondary-header .aji-tagline a {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 19.6px;
}
#aji-header .aji-secondary-header .aji-tagline .separator {
    margin: 0 10px;
}
#aji-header .aji-secondary-header #aji-header-menu li {
    display: inline;
}
#aji-header .aji-secondary-header #aji-header-menu > li a {
    position: relative;
    padding: 0 16px;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
#aji-header .aji-secondary-header #aji-header-menu > li > a::before {
    content: "";
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #f70d28;
    background-color: #f70d28;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
#aji-header .aji-secondary-header #aji-header-menu > li > a:hover::before {
    width: 80%;
    opacity: 1;
}
#aji-header .aji-flex-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 84px;
}
@media (min-width: 1441px) {
    #aji-header .aji-container {
        max-width: 1400px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    #aji-header .aji-container {
        max-width: 1170px;
    }
}
@media (max-width: 1024px) {
    #aji-header .aji-header-topbar,
    #aji-header .aji-tagline,
    #aji-header #aji-header-menu {
        display: none;
    }
    #aji-header .burger-container {
        display: block;
    }
    #aji-header .aji-secondary-header {
        background-color: #000;
    }
    #aji-header .aji-flex-container .logo-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #aji-header .aji-flex-container .logo-container .flex-item-title {
        padding: 0px 0 15px 0;
    }
    #aji-header .aji-secondary-header {
        background-color: #000;
        height: 60px;
    }
    #aji-header #btn_menu_open i {
        font-size: 25px !important;
        padding: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #aji-header .aji-container {
        max-width: 970px;
    }
    #aji-header .aji-tagline {
        display: none;
    }
}
#mySidenav a:hover {
    color: #e43d1e;
}
#mySidenav .aji-social-items-wrapper {
    display: flex;
}
#mySidenav .aji-social-items-wrapper a {
    padding: 5px;
}
#mySidenav .aji-social-items-wrapper a.aji-social-facebook {
    padding-left: 20px;
}
#mySidenav .aji-social-items-wrapper a i {
    width: 35px;
    line-height: 26px;
    border-radius: 100%;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    height: 35px;
    padding: 4px;
}
#mySidenav .aji-copyright {
    padding-left: 20px;
    font-size: 11px;
    color: #757575;
    letter-spacing: 0.5px;
}
@media (min-width: 320px) and (max-width: 767px) {
    #my-header {
        position: fixed;
        width: 100%;
        transition: top 0.3s;
        z-index: 100;
    }
}
@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}
.back-to-top-link {
    pointer-events: all;
    top: calc(100vh - 5rem);
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    padding: 0.25rem;
    position: fixed;
    right: 10%;
    border: 1px solid #757876;
}
.back-to-top-wrapper {
    position: absolute;
    top: 100vh;
    right: 0.25rem;
    bottom: -5em;
    width: 3em;
    pointer-events: none;
}
.mp1st-page-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 750px) and (max-width: 968px) {
    .mp1st-page-container {
        max-width: 750px;
    }
}
@media (min-width: 970px) and (max-width: 1168px) {
    .mp1st-page-container {
        max-width: 970px;
    }
}
@media (min-width: 1170px) and (max-width: 1399px) {
    .mp1st-page-container {
        max-width: 1170px;
    }
}
@media (min-width: 1400px) {
    .mp1st-page-container {
        max-width: 1400px;
    }
    .mp1st-page-content {
        padding: 30px 0 40px;
    }
}
.nav-links {
	margin-bottom: 50px;
}
.nav-links .page-numbers {
    color: #212121;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #eee;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    transition: 0.2s ease;
}
.nav-links .page-numbers .dots {
    border: 0;
    font-weight: 400;
}
.mp1st-author-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .mp1st-author-container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .mp1st-author-container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .mp1st-author-container {
        max-width: 1170px;
    }
}
@media (min-width: 1441px) {
    .mp1st-author-container {
        max-width: 1400px;
    }
}
.mp1st-authorlinks {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-left: 0px;
}
.mp1st-authorlinks a {
    color: black;
    text-decoration: none;
}


