@font-face {
	font-family: DMSans;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../assets/fonts/DMSans/DMSans-Regular.woff') format('woff'), url('../../assets/fonts/DMSans/DMSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: DMSans;
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../../assets/fonts/DMSans/DMSans-Italic.woff') format('woff'), url('../../assets/fonts/DMSans/DMSans-Italic.woff2') format('woff2');
}
@font-face {
	font-family: DMSans;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../../assets/fonts/DMSans/DMSans-Medium.woff') format('woff'), url('../../assets/fonts/DMSans/DMSans-Medium.woff2') format('woff2');
}
@font-face {
	font-family: DMSans;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../assets/fonts/DMSans/DMSans-Bold.woff') format('woff'), url('../../assets/fonts/DMSans/DMSans-Bold.woff2') format('woff2');
}
body {
	font-family: DMSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #616161;
}
h1, h2, h3, h4, h5, h6 {
	font-family: DMSans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size: 36px;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 30px;
	margin: 60px 0 20px 0;
}
h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
h6 {
	font-size: 12px;
	margin: 0 0 10px 0;
}
a {
	color: #3471b8;
	text-decoration: none !important;
}
a:hover {
	background-color: #eaf3fd;
	text-decoration: none !important;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img.alignright {
	float: right;
	margin: 1em 0 1em 30px;
}
img.alignleft {
	float: left;
	margin: 1em 30px 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************************/
/*** Buttons                                                               ***/
/*****************************************************************************/
.mshk-button-blue {
	border: solid 1px #3471b8;
	border-radius: 4px;
	background-color: #3471b8;
	text-decoration: none;
	text-align: center;
	color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: .5em 1.2em .5em 1.2em !important;
}
.mshk-button-blue.search {
	font-size: 18px !important;
	font-weight: normal !important;
}
.mshk-button-blue:hover {
	background-color: #3471b8 !important;
	color: #f1f1f1 !important;
	filter: brightness(110%);
}
.mshk-button-redpill {
	border: solid 1px #ed1d5f;
	border-radius: 30px;
	background-color: #ed1d5f;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding: .75em 2.5em .75em 2.5em !important;
}
.mshk-button-redpill.email-template {
	font-weight: 500 !important;
	padding: .5em 1em .5em 1em !important;
}
.mshk-button-redpill:hover {
	background-color: #ed1d5f !important;
	color: #f1f1f1 !important;
	filter: brightness(110%);
}

/*****************************************************************************/
/*** Email Templates                                                       ***/
/*****************************************************************************/
.mshk-emailtemplate {
	padding-top: 10px;
	padding-bottom: 30px;
}
.mshk-emailtemplate__toolbar {
	border: solid 1px #d9d9d9;
	padding-top: 10px;
}
.mshk-emailtemplate__content {
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 25px 25px 0 25px;
	margin-bottom: 15px;
}

/*****************************************************************************/
/*** Preview Wrapper                                                       ***/
/*****************************************************************************/
.mshk-preview {
	padding-top: 100px;
}

/*****************************************************************************/
/*** Main Wrapper                                                          ***/
/*****************************************************************************/
.mshk-blog {
	background-image: url('../../assets/images/blog-hero-bg.png');
	background-repeat: no-repeat;
	background-position: 100px 0;
}

/*****************************************************************************/
/*** Header                                                                ***/
/*****************************************************************************/
.mshk-header {
	background-color: #ffffff;
	padding: 5px 0 10px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
    border-bottom: solid 3px;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #2890ff 10.79%, #ed1d5f 89.36%);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1em;
	padding-right: 1em;
}
.navbar-nav {
	margin-top: 7px;
}
.mshk-navbar li a {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 0 20px;
}
.mshk-navbar li a:hover {
	color: #2890ff;
	background: none;
}
.mshk-navbar .navbar-brand:hover {
	background: none;
}
.mshk-navbar .navbar-toggler {
	border: solid 1px #3471b8;
	box-shadow: none;
	margin-top: 5px;
}
.mshk-navbar .navbar-toggler:hover {
	background-color: #2890ff;
}
.mshk-navbar .navbar-toggler:hover > .navbar-toggler-icon {
	color: #ffffff;
}
.mshk-navbar .navbar-toggler:focus {
	outline: none;
}
.mshk-navbar .navbar-toggler-icon {
	color: #3471b8;
	padding-top: 5px;
}

/*****************************************************************************/
/*** Footer                                                                ***/
/*****************************************************************************/
.mshk-footer {
	padding: 80px 0 40px 0;
	background-color: #eff6fe;
	font-size: 14px;
}
.mshk-footer__links .logo {
	margin-right: 400px;
}
.mshk-footer__widget h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.mshk-footer__widget a {
	color: #899097;
	text-decoration: none;
}
.mshk-footer__widget a:hover {
	color: #2890ff;
	background: none;
}
.mshk-footer__widget ul {
	padding-left: 0;
}
.mshk-footer__widget li {
	list-style-type: none;
	padding-bottom: 20px;
}

/*****************************************************************************/
/*** Footer CTA                                                            ***/
/*****************************************************************************/
.mshk-footercta {
	background-image: url('../../assets/images/blog-footer-cta-bg.png');
	background-size: cover;
	height: 380px;
}
.mshk-footercta.index {
	background-image: url('../../assets/images/blog-footer-index-cta-bg.png');
}
.mshk-footercta__shortcode {
	height: 380px;
}
.mshk-footercta__shortcode .cta-copy {
	padding-right: 30px;
}
.mshk-footercta__shortcode .cta-copy h3,
.mshk-footercta__shortcode .cta-copy h4 {
	color: #ffffff;
	font-weight: normal;
}
.mshk-footercta__shortcode .cta-copy h4 {
	font-size: 18px;
	margin-bottom: 30px;
}

/*****************************************************************************/
/*** Sidebar                                                               ***/
/*****************************************************************************/
.mshk-sidebar-blog-widget {
	margin-bottom: 40px;
}
.mshk-sidebar-blog-widget h4 {
    font-size: 16px;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 10px;
}
.mshk-sidebar-blog-widget ul {
	column-count: 2;
	margin: 0 !important;
	padding-left: 0;
}
.mshk-sidebar-blog-widget li {
	text-transform: capitalize;
	font-size: 16px;
	list-style-type: none;
}

/*****************************************************************************/
/*** 404                                                                   ***/
/*****************************************************************************/
.mshk-404 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.mshk-404__content {
	padding-left: 200px;
	padding-right: 200px;
}
.mshk-404__content h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.mshk-404__content p {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
.mshk-404__content input {
	padding: 10px;
	width: 88%;
	border: solid 2px #e9e9e9;
	border-radius: 4px;
}
.mshk-404__content input:focus {
	outline: none;
	box-shadow: 0px 4px 14px rgba(27, 85, 166, .2);
}

/*****************************************************************************/
/*** Single                                                                ***/
/*****************************************************************************/
.mshk-single {
	padding: 20px 0 80px 0;
}
.mshk-single ol,
.mshk-single ul {
	margin: 0 0 20px 20px;
}
.mshk-single li {
	padding-bottom: 10px;
}
.mshk-single ol li {
	padding-left: 10px;
}
.mshk-single p {
	line-height: 1.7em;
	margin-bottom: 20px;
}
.mshk-single p.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	padding-top: 5px;
}
.mshk-single blockquote {
    color: #2d2e2d;
    padding: 30px;
    margin: 0 0 30px 0;
    background-color: #ebf9ff;
}
.mshk-single__post img {
	box-shadow: 0 0 20px #dddddd;
}
.mshk-single__post p img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mshk-single__post .breadcrumb {
	font-size: 14px;
	margin-left: 0;
}
.mshk-single__post .breadcrumb a:hover {
	background: none;
}
.mshk-single__post .breadcrumb li {
	margin-right: 10px;
}
.mshk-single__post .breadcrumb li:nth-child(2) {
	list-style: disc;
	margin-left: 20px;
}
.mshk-single__post .breadcrumb li:nth-child(3) {
	list-style: disc;
	margin-left: 20px;
}
.mshk-single__post .featured-image {
	margin-bottom: 30px;
	box-shadow: 0 0 20px #dddddd;
}
.mshk-single__post .author {
	margin-bottom: 40px;
	font-size: 16px;
}
.mshk-single__post .author .avatar {
	display: inline-block;
	margin-right: 5px;
}
.mshk-single__post .author .avatar img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-shadow: none;
}
.mshk-single__post .author .name {
	display: inline-block;
	font-weight: bold;
}
.mshk-single__post .author .date {
	display: inline-block;
}
.mshk-single__post .author .date ul {
	margin-left: 0;
	margin-bottom: 0;
}
.mshk-single__post .author .date li {
	padding-left: 3px;
}
.mshk-single__post .social {
	text-align: right;
	margin-top: 13px;
}
.mshk-single__post .social a:hover {
	background: none;
}
.mshk-single__post .social img {
	margin-left: 5px;
	box-shadow: none;
}
.mshk-single__post .author-bio {
    margin-top: 60px;
    padding: 30px;
	border: solid 2px #eeeeee;
}
.mshk-single__post .author-bio .avatar img {
    border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.mshk-single__post .author-bio .avatar h4 {
	display: inline-block;
}
.mshk-single__post .author-bio .bio p {
    font-size: 16px;
	margin-bottom: 0;
}
.mshk-single__post .ads {
	text-align: center;
	margin-top: 60px;
}
.mshk-single__post .ads a:hover {
	background: none;
}
.mshk-single__post .ads img {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border: solid 2px #eeeeee;
	box-shadow: none;
}
.mshk-single__sidebar {
	padding-left: 40px;
	height: 100%;
	top: 50px;
	margin-top: 50px;
}
.mshk-single__sidebar--toc {
	margin-bottom: 30px;
}
.mshk-single__sidebar--toc #ez-toc-container {
    width: 100%;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.mshk-single__sidebar--toc #ez-toc-container ul.ez-toc-list-level-1 {
    border-top: solid 1px #dddddd;
    padding-top: 7px;
	margin-top: 7px;
	overflow: visible;
	list-style: disc;
}
.mshk-single__sidebar--toc #ez-toc-container ul li {
	line-height: 2;
	overflow: visible;
	list-style: disc;
	margin-left: 20px;
}
.mshk-single table {
    margin-bottom: 20px;
}
.mshk-single table th, .mshk-single table td {
    padding: 0.25rem 0.5rem;
    vertical-align: top;
    border: 1px solid;
}
.mshk-single table td ul {
    margin: 0.5rem 0;
}

/*****************************************************************************/
/*** Archive                                                               ***/
/*****************************************************************************/
.mshk-archive {
	padding: 30px 0 30px 0;
}
.mshk-archive h1 {
	font-size: 48px;
	font-weight: normal;
}
.mshk-archive__search {
	margin-bottom: 100px;
}
.mshk-archive__search.index {
	margin-bottom: 40px;
}
.mshk-archive__search form {
	position: relative;
}
.mshk-archive__search input {
    border-radius: 8px;
	width: 100%;
	padding: 15px 15px 15px 50px;
	border-color: transparent;
	box-shadow: 0px 4px 14px rgba(27, 85, 166, .2);
}
.mshk-archive__search input:focus {
	outline: none;
	box-shadow: 0px 4px 14px rgba(27, 85, 166, .5);
}
.mshk-archive__search button {
    padding: 19px;
    background: 0 0;
    border: 0;
    position: absolute;
    left: 0;
	color: #899097;
}
.mshk-archive__search button i {
    font-size: 20px;
}
.mshk-archive__categories {
	position: relative;
	margin-bottom: 20px;
}
.mshk-archive__categories--item {
	min-width: 124px;
	text-align: center;
}
.mshk-archive__categories--item a {
	display: block;
	width: auto;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #333333;
	border-radius: 100px;
	background-color: #e0f1ff;
}
.mshk-archive__categories--item a:hover {
	background: #b9e0ff;
}
.mshk-archive__categories--buttons i {
	font-size: 20px;
}
.mshk-archive__categories .swiper-container {
	overflow: hidden;
	margin: 0 5.5rem 0 5.5rem;
}
.mshk-archive__categories .swiper-slide {
	width: auto;
}
.mshk-archive__categories .swiper-button-next,
.mshk-archive__categories .swiper-button-prev {
	width: 42px;
	height: 42px;
	top: 0;
	bottom: auto;
	border: solid 3px #e2e2e2;
	border-radius: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.mshk-archive__categories .swiper-button-next {
	right: 0;
	left: auto;
}
.mshk-archive__categories .swiper-button-prev {
	left: 0;
	right: auto;
}
.mshk-archive__categories .swiper-button-next:after,
.mshk-archive__categories .swiper-button-prev:after {
	display: none;
}
.mshk-archive__post {
	padding: 20px;
}
.mshk-archive__post--image {
    overflow: hidden;
    border-radius: 8px;
	height: 170px;
}
.mshk-archive__post--entry {
	position: relative;
	padding-top: 30px;
}
.mshk-archive__post--entry .category,
.mshk-archive__latest--post .featured-entry .category {
    position: absolute;
    top: 0;
    left: 2rem;
    bottom: auto;
    right: auto;
	font-weight: 700;
    line-height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mshk-archive__post--entry .category a,
.mshk-archive__latest--post .featured-entry .category a {
    padding: 5px 15px;
    display: inline-block;
    margin: 1px 0;
    font-weight: 500;
    font-size: 12px;
    border-radius: 100px;
    color: #333333;
    background-color: #e0f1ff;
    white-space: nowrap;
}
.mshk-archive__post--entry .category a:hover,
.mshk-archive__latest--post .featured-entry .category a:hover {
	background: #b9e0ff;
}
.mshk-archive__post--entry .title h4 {
	font-size: 20px;
	font-weight: normal;
}
.mshk-archive__post--entry .title a {
	color: #333333;
}
.mshk-archive__latest {
	margin-bottom: 80px;
}
.mshk-archive__latest--subscribe {
	padding-right: 40px;
}
.mshk-archive__latest--subscribe p {
	padding-bottom: 30px;
}
.mshk-archive__latest--post {
	padding: 0;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0px 4px 14px rgba(27, 85, 166, 0.2);
}
.mshk-archive__latest--post .featured-image {
    overflow: hidden;
    height: 250px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.mshk-archive__latest--post .featured-entry {
	position: relative;
	padding-top: 30px;
    padding-left: 20px;
	padding-right: 20px;
}
.mshk-archive__latest--post .featured-entry .title h2 {
	font-weight: normal;
}
.mshk-archive__latest--post .featured-entry .title a {
	color: #333333;
}
.mshk-archive__pagination {
    border-top: solid 1px #eaeaea;
	margin: 30px 0 30px 0;
    padding: 30px 0 30px 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.mshk-archive__pagination .prev {
	text-align: left;
}
.mshk-archive__pagination .next {
	text-align: right;
}

/*****************************************************************************/
/*** YouTube Load                                                          ***/
/*****************************************************************************/
.mshk-youtube__iframe-relative {
    position: unset;
    top: unset;
    left: unset;
    height: unset;
    aspect-ratio: 16/9;
}
.mshk-youtube__hide-poster {
    display: none;
}
[data-mshk-youtube-id] {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
	.mshk-footer__links .logo {
		margin-right: 240px;
	}
	.mshk-404__content {
		padding-left: 150px;
		padding-right: 150px;
	}
	.mshk-404__content input {
		width: 87%;
	}
	.mshk-single__post .ads img {
		width: 270px;
	}
	.mshk-archive__latest--subscribe {
		width: 41.66666667%;
	}
	.mshk-archive__latest--post .featured-image {
		height: 245px;
	}
	.mshk-archive__post--image {
		height: 150px;
	}
}
@media screen and (max-width: 1200px) {
	.mshk-footer__links .logo {
		margin-right: 70px;
	}
	.mshk-404__content {
		padding-left: 80px;
		padding-right: 80px;
	}
	.mshk-404__content input {
		width: 86%;
	}
	.mshk-single__post .ads img {
		width: 220px;
	}
	.mshk-archive__latest--post .featured-image {
		height: 210px;
	}
	.mshk-archive__post--image {
		height: 120px;
	}
}
@media screen and (max-width: 992px) {
	.navbar-nav {
		float: right;
		background-color: #ffffff;
		box-shadow: 0 5px 5px #efefef;
	}
	.mshk-navbar li a {
		text-align: right;
	}
	.mshk-navbar .mshk-button-blue {
		border: none;
		background: none;
		color: #3471b8 !important;
	}
	.mshk-footer__links .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.mshk-footercta__shortcode .cta-copy,
	.mshk-footercta__shortcode .cta-image {
		width: 33.33333333%;
	}
	.mshk-404__content {
		padding-left: 0;
		padding-right: 0;
	}
	.mshk-404__content h1 {
		font-size: 46px;
	}
	.mshk-single__post {
		width: 75%;
	}
	.mshk-single__post .ads img {
		width: 210px;
	}
	.mshk-single__sidebar {
		width: 25%;
	}
	.mshk-archive h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.mshk-archive__latest--subscribe p {
		padding-bottom: 20px;
	}
	.mshk-archive__latest--post .featured-image {
		height: 150px;
	}
	.mshk-archive__latest--post .featured-entry .title h2 {
		font-size: 24px;
	}
	.mshk-archive__post--image {
		height: 80px;
	}
	.mshk-archive__post--entry .title h4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.mshk-footer__links .links {
		width: 33.33333333%;
	}
	.mshk-404__content h1 {
		font-size: 34px;
	}
	.mshk-404__content input {
		width: 85%;
	}
	.mshk-sidebar-blog-widget ul {
		text-align: left;
		margin-left: 120px !important;
	}
	.mshk-single {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.mshk-single__post {
		width: 100%;
	}
	.mshk-single__post .author {
		width: 70%;
	}
	.mshk-single__post .social {
		width: 30%;
	}
	.mshk-single__post .author-bio {
		display: none;
	}
	.mshk-single__post .ads {
		margin-bottom: 40px;
	}
	.mshk-single__sidebar {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.mshk-single__sidebar--toc #ez-toc-container ul.ez-toc-list-level-1 {
		text-align: left;
	}
	.mshk-archive__search input {
		padding: 10px 15px 10px 50px;
	}
	.mshk-archive__search button {
		padding: 15px;
	}
	.mshk-archive__latest--subscribe {
		width: auto;
	}
	.mshk-archive__latest--post {
		margin-top: 40px;
	}
	.mshk-archive__post--image {
		height: 170px;
	}
	.mshk-archive__pagination .prev,
	.mshk-archive__pagination .next {
		width: 50%;
	}
}
@media screen and (max-width: 576px) {
	.mshk-footer {
		padding-left: 40px;
		padding-right: 40px;
	}
	.mshk-footercta__shortcode .cta-copy {
		width: 75%;
		padding-right: 0;
	}
	.mshk-footercta__shortcode .cta-image {
		display: none;
	}
	.mshk-404__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mshk-404__content h1 {
		padding-bottom: 10px;
		font-size: 32px;
	}
	.mshk-404__content input {
		width: 78%;
	}
	.mshk-archive__categories .swiper-container {
		margin: 0.25rem 3.5rem 0 3.5rem;
	}
	.mshk-archive__categories--item a {
		padding: 5px 10px 5px 10px;
	}
}
@media screen and (max-width: 428px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
		margin-top: 40px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	p, ol, ul, li {
		font-size: 16px;
	}
	.mshk-button-redpill {
		font-size: 14px !important;
	}
	.mshk-button-blue.search {
		font-size: 14px !important;
	}
	.mshk-emailtemplate__content,
	.mshk-emailtemplate__content p {
		font-size: 14px;
	}
	.mshk-footer__links .links {
		width: 50%;
	}
	.mshk-sidebar-blog-widget ul {
		margin-left: 60px !important;
	}
	.mshk-404 {
		padding-top: 100px;
	}
	.mshk-404__content {
		padding-left: 0;
		padding-right: 0;
	}
	.mshk-404__content p {
		font-size: 16px;
	}
	.mshk-404__content h1 {
		font-size: 26px;
	}
	.mshk-404__content input {
		width: 79%;
		font-size: 14px;
		padding: 6px;
	}
	.mshk-single__post .author {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	.mshk-single__post .social {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.mshk-single__post .ads img {
		width: 150px;
	}
	.mshk-archive h1 {
		font-size: 28px;
	}
	.mshk-archive__search input {
		padding: 6px 15px 6px 35px;
		font-size: 16px;
	}
	.mshk-archive__search button {
		padding: 8px 10px 8px 10px;
	}
	.mshk-archive__search button i {
		font-size: 16px;
	}
	.mshk-archive__latest--post .featured-entry .title h2 {
		font-size: 20px;
	}
	.mshk-archive__categories .swiper-container {
		margin: 0.3rem 3rem 0 3rem;
	}
	.mshk-archive__categories--item a {
		padding: 5px 15px 5px 15px;
		font-size: 14px;
	}
	.mshk-archive__post--image {
		height: 150px;
	}
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 390px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	.mshk-sidebar-blog-widget ul {
		margin-left: 50px !important;
	}
	.mshk-404__content h1 {
		font-size: 24px;
	}
	.mshk-404__content p {
		font-size: 14px;
	}
	.mshk-404__content input {
		margin-left: 10px;
		width: 69%;
	}
	.mshk-single__post .ads img {
		width: 210px;
		margin-bottom: 20px;
	}
	.mshk-archive__post--image {
		height: 140px;
	}
}
@media screen and (max-width: 375px) {
	.mshk-footer__links .links {
		width: 100%;
	}
	.mshk-footercta__shortcode .cta-copy {
		width: 91.66666667%;
	}
	.mshk-footercta__shortcode .cta-copy h3 {
		font-size: 20px;
	}
	.mshk-footercta__shortcode .cta-copy h4 {
		font-size: 16px;
	}
	.mshk-archive__post--image {
		height: 135px;
	}
}
@media screen and (max-width: 360px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	p, ol, ul, li {
		font-size: 14px;
	}
	.mshk-button-redpill.email-template {
		font-size: 14px !important;
	}
	.mshk-button-redpill.subscribe {
		padding: .5em 1.5em .5em 1.5em !important;
	}
	.mshk-sidebar-blog-widget ul {
		margin-left: 40px !important;
	}
	.mshk-404__content p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mshk-404__content h1 {
		font-size: 20px;
	}
	.mshk-404__content input {
		width: 67%;
	}
	.mshk-single ol,
	.mshk-single ul {
		margin-left: 0;
	}
	.mshk-archive h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.mshk-archive__latest--subscribe p {
		padding-bottom: 10px;
	}
	.mshk-archive__search input {
		font-size: 14px;
	}
	.mshk-archive__search button {
		padding: 6px 10px 8px 10px;
	}
	.mshk-archive__latest--post .featured-entry .title h2 {
		font-size: 18px;
	}
	.mshk-archive__post--image {
		height: 130px;
	}
	.mshk-archive__post--entry .title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 320px) {
	.mshk-sidebar-blog-widget ul {
		margin-left: 25px !important;
	}
	.mshk-404__content p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mshk-404__content input {
		width: 62%;
	}
	.mshk-single__post .author {
		text-align: left;
	}
	.mshk-single__post .author .name {
		vertical-align: top;
		margin-top: 5px;
	}
	.mshk-single__post .author .date {
		vertical-align: top;
	}
	.mshk-single__post .author .date ul {
		margin-top: -25px;
		margin-left: 40px;
	}
	.mshk-single__post .author .date li {
		list-style: none;
	}
	.mshk-archive__post--image {
		height: 100px;
	}
}
@media screen and (max-width: 280px) {

}
