.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/** Start Grid **/
.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1440px;
}

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
/** End Grid **/

/** Start Post listing **/
.post__item {
  width: calc(100%/3);
  padding: 0 15px;
  margin: 50px 0;
}

.post__item a {
  text-decoration: none;
}

.post__thumbnail {
  display: block;
}

.post__thumbnail img {
  display: block;
  border-radius: 12px;
  max-width: 100%;
}

.post__content {
  margin-top: 35px;
}

.post__category a {
  font-size: 16px;
  color: #2C397B;
  background-color: #E2E4F9;
  border-radius: 2px;
  padding: 3px 10px;
}

.post__title {
  font-size: 30px;
  color: #1F2329;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15px;
}

.post__title a {
  color: inherit;
}

.post__title a:hover {
  color: #2C397B;
}

.post__meta {
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.post__meta span {
  color: #1F2329;
}

.post__meta span a {
  color: inherit;
}

.post__meta span a:hover {
  color: #2C397B;
}

.post__meta>span {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.post__meta>span:not(:last-child) {
  margin-right: 12px;
}

.post__meta>span:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #1F2329;
  display: inline-block;
  margin-right: 12px;
}

.post__author-label {
  margin-right: 3px;
}

.post__author-name {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .post__item {
    width: calc(100%/2);
    margin: 25px 0;
  }

  .post__category a {
    font-size: 14px;
  }

  .post__title {
    font-size: 22px;
  }

  .post__meta {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .post__item {
    width: 100%;
    margin: 15px 0;
  }

  .post__title {
    font-size: 20px;
  }
}
/** End Post listing **/

/** Start Single Post **/
/* start single post typography */
.singlepost,
.singlepost p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.singlepost a {
  text-decoration: none;
}

.singlepost .post_content ul li a {
	color: #0010cb;
	text-decoration: underline;
	font-weight: bold;
}

.singlepost .simple-link a {
  color: #2C397B;
  font-weight: bold;
  text-decoration: underline;
}

.singlepost h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
}

.singlepost h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.singlepost h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.singlepost h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.singlepost h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.singlepost h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.singlepost h1,
.singlepost h2,
.singlepost h3,
.singlepost h4,
.singlepost h5,
.singlepost h6 {
  font-family: 'Barlow', sans-serif;
  color: #1F2329;
}
/* end single post typography */

.singlepost .post__content p {
  margin: 0 0 18px;
}
.singlepost h1,
.singlepost h2,
.singlepost h3,
.singlepost h4,
.singlepost h5,
.singlepost h6,
.singlepost ul,
.singlepost ol {
  margin-bottom: 15px;
}
.singlepost .post_content > div,
.singlepost .post_content > pre,
.singlepost .post_content > figure {
  margin-bottom: 30px;
}

.singlepost {
  background-color: #F6F7FD;
  padding: 50px 0 85px 0;
}

.singlepost__sidebar {
  width: 22%;
  padding: 0 15px;
  margin: 15px 0;
}

.singlepost .post__item {
  width: 56%;
  padding: 0 15px;
  margin: 15px 0;
}

.singlepost .post__title {
  font-size: 40px;
  font-weight: 700;
	line-height: 1.4;
}

.singlepost .post__item-inner {
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 12px 28px 0px rgba(113, 122, 226, 0.12);
  margin-top: 50px;
}

.singlepost .post__ful-view img {
  display: block;
  border-radius: 16px;
}

.singlepost .post__content {
  margin-top: 0;
  padding: 40px;
}
.singlepost p.rad-yellow {
	border: solid 4px #E5E6FA;
	border-radius: 12px;
	padding: 35px 40px 35px 130px;
	/**background-color: rgba(252, 238, 226, .3);
	border-radius: 15px;
   border: rgba(238, 157, 85, .3);
   border-style: solid**/
}

.singlepost p.has-background {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;

}
.singlepost .radius {
	border-radius: 12px;
}
.singlepost .img-radius img {
	border-radius: 12px;
}
.singlepost .wp-block-quote {
	border: solid 4px #E5E6FA;
	border-radius: 12px;
	padding: 35px 40px 35px 130px;
}
.singlepost .wp-block-quote:before {
	content: "";
  background:url('/wp-content/uploads/2021/12/blog-demo-quote-icon.png');
	height: 49px;
	width: 60px;
	left: 40px;
}
.singlepost .wp-block-quote p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #5C6165;
	font-weight: 400;
  margin-bottom: 15px;
}
.singlepost .wp-block-quote cite, .singlepost .wp-block-quote footer {
	color: #1F2329;
	font-weight: 700;
	font-size: 18px;
}
@media (max-width: 600px) {
	.singlepost .wp-block-quote {
		padding: 30px;
	}
	.singlepost .wp-block-quote:before {
		display: block;
		position: static;
		margin-bottom: 5px;
	}
}

.singlepost .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 30px 0 0;
}
.singlepost .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 8px;
}
@media (max-width: 600px) {
	.singlepost .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 15px 0 0 0;
}
}
.singlepost .wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 30px;
}
@media (max-width: 600px) {
	.singlepost .wp-block-media-text .wp-block-media-text__content {
	padding: 15px 0 0 0;
}
}
.singlepost .wp-block-table,
.singlepost .wp-block-table th {
	font-family: 'Roboto', sans-serif;
}
.singlepost .wp-block-table thead {
	border-bottom: 2px solid #E5E6FA;
	background-color: rgba(226, 228, 249, .3);
}
.singlepost .wp-block-table td, .singlepost .wp-block-table th {
	border: 2px solid #E5E6FA;
}
.singlepost .wp-block-table tfoot {
	border-top: 2px solid #E5E6FA;
}
.singlepost .wp-block-table tbody tr td {
	border: 1px dashed rgba(112, 112, 112, .5);
}
.singlepost .wp-block-table tbody tr td {
	border-left: 2px solid #E5E6FA;
	border-right: 2px solid #E5E6FA;
}
.singlepost .wp-block-table thead, .singlepost .wp-block-table tfoot {
	text-align: left;
}
.singlepost .wp-block-table tfoot {
	font-size: 14px;
}

.singlepost .wp-block-table tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e1e1e1;
}
.singlepost .pro-tips .title {
	display: inline-block;
	margin-bottom: 20px;
}
.singlepost .wp-block-separator {
		max-width: 100% !important;
    width: 100% !important;
    height: 1px !important;
}
.singlepost .note .title {
	display: inline-block;
	margin-bottom: 20px;
}
.singlepost div[class*="box-style-"] {
	padding: 45px;
	border-width: 3px;
	border-style: solid;
	border-radius: 12px;
	position: relative;
}
.singlepost .box-style-1 {
	background-color: rgba(227, 236, 231, .3);
	border-color: rgba(62, 122, 91, .3);
}
.singlepost .box-style-2 {
	background-color: rgba(226, 228, 249, .3);
	border-color: rgba(85, 95, 220, .3);
}
.singlepost .box-style-3 {
	background-color: rgba(252, 238, 226, .3);
	border-color: rgba(238, 157, 85, .3);
}
.singlepost div[class*="box-style-"] .top-image-wrap {
	width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    line-height: 75px;
    border-radius: 100%;
    border: 7px solid #fff;
		box-shadow: 0px 12px 48px rgba(113, 122, 226, .12);
		position: absolute;
    top: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.singlepost div[class*="box-style-"].has-top-image {
	padding-top: 75px;
}
.singlepost div[class*="box-style-"].width-570 {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}
.singlepost div[class*="box-style-"] .title.center {
	text-align: center;
}
.singlepost div[class*="box-style-"] .title {
	margin-bottom: 30px;
}
.singlepost div[class*="box-style-"] .middle-image-wrap {
	margin: 25px 0;
}
.singlepost div[class*="box-style-"] .middle-image-wrap img {
	border: 10px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 12px 48px rgb(113,122,226,.12);
}
.singlepost div[class*="box-style-"] .button-wrap {
	margin-top: 30px;
}
.singlepost .img-radius-100 {
	border-radius: 100%;
}
.singlepost .button-wrap .btn,
.wp-block-buttons .wp-block-button .wp-block-button__link,
div .wp-block-file a.wp-block-file__button {
	font-size: 18px;
	font-family: barlow;
	font-weight: 500;
	line-height: 1.3;
	padding: 12px 25px;
	border: 1px solid #2C397B;
	border-radius: 6px;
	display: inline-block;
	color: #fff !important;
	background-color: #2C397B !important;
}
.singlepost .button-wrap .btn-lg {
	padding: 12px 50px;
}
.singlepost .button-wrap .btn:hover,
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
div .wp-block-file a.wp-block-file__button:hover {
  color: #fff !important;
	background-color: #192359 !important;
  border-color: #192359 !important;
}
div .wp-block-file a.wp-block-file__button:focus {
  outline: none;
}
.singlepost .button-wrap .btn-outline,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	color: #2C397B !important;
}
.singlepost .button-wrap .btn-outline:hover,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #2C397B !important;
	color: #fff !important;
}
.singlepost .button-wrap.button-center {
	text-align: center;
}
.singlepost div[class*="box-style-"] .button-wrap.double-button {
	margin-top: 20px;
}
.singlepost .button-wrap.double-button .btn {
	margin: 10px;
}

.singlepost .custom-cta1 {
	background-color: #14A269;
	padding: 10px 45px;
	max-width: 570px;
	margin: 0 auto;
}
.singlepost .custom-cta1-row {
	display: flex;
	margin: 0 -15px;
  flex-wrap: wrap;
	align-items: center;
}
.singlepost .custom-cta1-row div[class*="custom-cta1-col-"] {
	padding: 15px;
}
.singlepost .custom-cta1-row .custom-cta1-col-1 {
	width: 40%;
}
.singlepost .custom-cta1-row .custom-cta1-col-2 {
	width: 60%;
}
@media (max-width: 600px) {
	.singlepost .custom-cta1-row {
		flex-direction: column-reverse;
	}
	.singlepost .custom-cta1-row .custom-cta1-col-1 {
	width: 100%;
}
.singlepost .custom-cta1-row .custom-cta1-col-2 {
	width: 100%;
}
	.singlepost .custom-cta1 {
		text-align: center;
	}
}
.singlepost .custom-cta1 .button-wrap {
	margin-top: 25px;
}
.singlepost .text-white {
	color: #fff;
}
@media(min-width: 601px) {
	.singlepost .custom-cta1 .image-wrap {
		text-align: right;
	}
}
.singlepost .elementor-widget-author-box {
	width: 585px !important;
	max-width: 585px !important;
	padding-left: 15px;
	padding-right: 15px;
}
.singlepost .elementor-author-box__avatar {
	margin-right: 20px;
}
.singlepost .elementor-author-box__avatar img {
	border: 6px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 12px 48px rgba(113,122,226,.12);
}
.singlepost .elementor-author-box__name {
	font-size: 16px;
	font-weight: 500;
	color: #1F2329;
	line-height: 1.4;
}
.singlepost .elementor-author-box__bio {
	font-size: 14px;
}
@media (max-width: 550px) {
	.singlepost .elementor-author-box {
		display: block;
		text-align: center;
	}
	.singlepost .elementor-author-box__avatar {
		margin-bottom: 15px;
	}
}

/*.singlepost ol li,
.singlepost ul li {
	font-family: poppins;
	font-size: 16px;
}*/

.singlepost ol li:not(:first-child),
.singlepost ul li:not(:first-child) {
	margin-top: 10px;
}

.singlepost ol li::marker,
.singlepost ul li::marker {
	color: #0010CB;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.singlepost ul[class*="ul-s-"] {
	list-style: none;
  padding-left: 30px;
}

.singlepost ul[class*="ul-s-"] li {
  display: flex;
}

.singlepost ul[class*="ul-s-"] li:before {
  flex: none;
  position: relative;
}

.singlepost ul.ul-s-1 li:before {
	content: "";
	background-image: url("/wp-content/uploads/2021/12/list-style-1-icon.svg");
	width: 11px;
	height: 11px;
	margin-right: 10px;
  top: 5px;
}
.singlepost ul.ul-s-2 li:before {
	content: "";
	background-image: url("/wp-content/uploads/2021/12/list-style-2-icon.svg");
	width: 17px;
	height: 16px;
	margin-right: 10px;
  top: 3px;
}
.singlepost ul.ul-s-3 li:before {
	content: "";
	background-image: url("/wp-content/uploads/2021/12/list-style-3-icon.svg");
	width: 14px;
	height: 14px;
	margin-right: 10px;
  top: 3px;
}

.singlepost ol[class*="ol-s-"] li {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.singlepost ol.ol-s-1 li:not(:first-child) {
  margin-top: 20px;
}

.singlepost ol[class*="ol-s-"] li::marker {
  color: #fff;
  font-size: 14px;
}

.singlepost ol[class*="ol-s-"] li:before {
  position: absolute;
  display: inline-block;
}

.singlepost ol.ol-s-1 li:before {
	content: "";
	background-image: url("/wp-content/uploads/2022/02/list-style-4-icon.svg");
	width: 28px;
	height: 28px;
  left: -24px;
  z-index: -1;
  top: -3px;
}
.singlepost .wp-block-code {
	background-color: #f5f2f0;
	border-color: #e5e5e5;
	padding: 15px 20px;
}
.singlepost .wp-block-code code {
	font-Family: monospace;
	font-size: 16px;
	font-weight: 400;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.singlepost .wp-block-preformatted {
	white-space: pre-wrap;
	background-color: rgb(233,235,239,.5);
	padding: 15px 20px;
}
.singlepost .wp-block-pullquote {
	padding: 30px;
	border: 10px solid #E5E6FA;
}
.singlepost .wp-block-pullquote blockquote {
	margin: 0;
}
.singlepost .wp-block-pullquote blockquote:before {
  content: "";
  background: url("/wp-content/uploads/2021/12/blog-demo-quote-icon.png");
  height: 49px;
  width: 60px;
  margin: 0 auto 15px auto;
}
.singlepost .wp-block-pullquote blockquote p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}
.singlepost .wp-block-pullquote blockquote cite {
	font-style: italic;
}

.singlepost .wp-block-verse {
	background-color: rgb(233,235,239,.5);
	padding: 15px 20px;
}

.singlepost .wp-block-image figcaption {
	font-style: italic;
	font-weight: 300;
	margin-top: 5px;
}

.singlepost .table-content-new {
  background-color: #E2E4F9;
  padding: 50px 40px;
  border-radius: 12px;
}

.singlepost .table-content-new__header {
  background-color: #fff;
  padding: 12px 24px;
  border: 1px solid #5C6165;
  border-radius: 8px;
  font-size: 24px;
}

.singlepost .table-content-new__header span {
  display: flex;
  align-items: center;
}

.singlepost .table-content-new__header span:before {
  content: "";
  background-image: url(/wp-content/plugins/misc-customization/assets/images/jd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 50px;
  display: inline-block;
  margin-right: 20px;
}

.singlepost .table-content-new__body {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.singlepost .table-content-new ol li {
  counter-increment: item;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 1;
  position: relative;
  /*font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;*/
}

.singlepost .table-content-new ol li span:before {
  content: counter(item);
  color: #fff;
  background-image: url(/wp-content/plugins/misc-customization/assets/images/bullet.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
}

.singlepost .table-content-new ol li a {
  border-bottom: dashed 1px #5C6165;
  color: #1F2329;
  padding-bottom: 3px;
  margin-left: 15px;
}

.singlepost .table-content-new ol li a:hover {
  color: #2C397B;
}

.singlepost .table-content-new ol ol {
  margin-top: 20px;
  counter-reset: item;
  list-style: lower-alpha;
  list-style-position: inside;
  margin-bottom: 0;
}

.singlepost .table-content-new ol ol li {
  padding-left: 10px;
}

.singlepost .table-content-new ol ol li:before {
  content: "";
  background: url(/wp-content/plugins/misc-customization/assets/images/bullet.svg);
  position: absolute;
  top: 2px;
  left: 1px;
  width: 28px;
  z-index: -1;
  height: 28px;
  display: inline-block;
}

.singlepost .table-content-new ol ol li::marker {
  color: #fff;
  font-size: 14px;
}

.singlepost .table-content-new ol ol li span:before {
  content: none;
}

.singlepost .table-content-new ol li+li {
  margin-top: 20px;
}

.singlepost .post__tags {
  display: flex;
  margin-top: 30px;
}

.singlepost .post__tags span {
  display: inline-block;
  margin-top: 10px;
}

.singlepost .post__tags span:not(.post__tags-icon) a {
  font-size: 14px;
  color: #5C6165;
  background-color: rgba(226, 228, 249, 0.3);
  border-radius: 2px;
  padding: 3px 15px;
  display: inline-block;
}

.singlepost .post__tags span:not(.post__tags-icon):not(last-child) {
  margin-right: 10px;
}

.singlepost .post__tags .post__tags-icon {
  margin-right: 25px;
}

.singlepost .author-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 45px;
}

.singlepost .author-box__avatar {
  margin-right: 25px;
  margin-top: 15px;
}

.singlepost .author-box__avatar img {
  max-width: 90px;
  border-radius: 100%;
  border: 6px solid #fff;
  box-shadow: 0px 12px 48px rgba(113, 122, 226, 0.12);
  display: block;
}

.singlepost .author-box__content {
  margin-top: 15px;
}

.singlepost .author-box__name {
  font-size: 16px;
  font-weight: 500;
}

.singlepost .author-box__bio {
  font-size: 14px;
  color: #5C6165;
  margin-top: 5px;
}

.singlepost .post__social-area {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .singlepost .post__title {
    font-size: 36px;
  }

  .singlepost .post__content {
    padding: 30px;
  }

  .singlepost .table-content-new {
    padding: 30px;
  }

  .singlepost .table-content-new__header {
    font-size: 20px;
  }

  .singlepost .table-content-new__header span:before {
    width: 30px;
    height: 29px;
  }
}

@media (max-width: 767px) {
  .singlepost {
    padding-bottom: 35px;
  }

  .singlepost__sidebar {
    width: 100%;
  }

  .singlepost .post__item {
    width: 100%;
  }

  .singlepost .post__item-inner {
    margin-top: 30px;
  }

  .singlepost .post__title {
    font-size: 22px;
  }

  .singlepost .table-content-new__header {
    font-size: 18px;
  }

  .singlepost .post__tags span:not(.post__tags-icon) a {
    font-size: 12px;
  }

  .singlepost .post__tags .post__tags-icon {
    margin-right: 15px;
  }
}
/** End Single Post **/

/** Start Related Posts **/
.related-posts {
  padding-top: 100px;
}

@media (max-width: 1024px) {
	.related-posts {
		padding-top: 50px;
	}
}
/** End Related Posts **/

/** Start Table of content **/
.singlepost .table-content {
  background-color: #E2E4F9;
  border-radius: 12px;
}

.singlepost .table-content__header {
  background-color: #fff;
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 0;
}

.singlepost .table-content__body {
  padding: 20px 20px 0;
  margin-bottom: 0;
}

.singlepost .table-content ol {
  list-style-position: inside;
  margin: 0;
  list-style: none;
}

.singlepost .table-content ol ol {
  margin-top: 10px;
  counter-reset: item;
  padding-left: 15px;
}

.singlepost .table-content ol li {
  counter-increment: item;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

.singlepost .table-content ol li span:before {
  content: counters(item, ".") ". ";
}

.singlepost .table-content ol li a {
  border-bottom: dashed 1px #5C6165;
  color: #1F2329;
}

.singlepost .table-content ol li a:hover {
  color: #2C397B;
}

.singlepost .table-content ol li+li {
  margin-top: 10px;
}
/** End Table of content **/

.social-share {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 8px 18px rgba(113, 122, 226, .12);
  text-align: center;
  border-radius: 8px;
  padding: 2px 0;
  position: sticky;
  float: right;
  margin-top: 300px;
  top: 150px;
}

.social-share span {
  display: block;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.social-share .share-count {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.social-share div+div {
  border-top: 1px dashed #707070;
}

.social-share div {
  padding: 10px 15px;
}

.social-share a {
  color: #1F2329;
  font-size: 24px;
}

.social-share a:hover {
  color: #2C397B;
}

@media (max-width: 767px) {
	.social-share {
	  float: none;
	  margin-top: 0;
	}
}

/** Start Pagination **/
nav.pagination {
  /* margin: 0 auto; */
  padding: 0;
  border: 0;
}
nav.pagination .nav-links {
  align-items: center;
  justify-content: center;
}
nav.pagination .nav-links > * {
  margin: 0 12px;
  min-width: auto;
  min-height: auto;
  color: #5C6165;
  font-size: 24px;
  line-height: 1;
}
nav.pagination .nav-links > *.current,
nav.pagination .nav-links > a:hover {
  text-decoration: none;
  color: #2C397B;
}
nav.pagination .nav-links > *.prev {
  margin-right: 12px;
}
nav.pagination .nav-links > *.next {
  margin-left: 12px;
}
nav.pagination .nav-links > *.prev,
nav.pagination .nav-links > *.next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #5C6165;
  text-align: center;
}

nav.pagination .nav-links > *.prev svg,
nav.pagination .nav-links > *.next svg {
  height: 22px;
  fill: #fff;
}

nav.pagination .nav-links > *.prev:hover,
nav.pagination .nav-links > *.next:hover {
  color: #fff;
  background-color: #142D75;
}

nav.pagination .nav-links > *.dots {
  margin: 0;
}
nav.pagination .nav-links > *.dots + *.page-numbers {
  margin-left: 0;
} 
/** End Pagination **/
.comments-posts .container { max-width: 875px; }


