/* Custom CSS Stylesheet */


/* Fonts
---------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


/* Theme
---------------------------------------------------------------------------------------------------------------- */

body {
	font-family: 'DM Sans', sans-serif !important;
	line-height: 29px !important;
}

a,
a:visited {
	color: #4f4f4f !important;
}

p {
	font-size: 16px;
	line-height: 29px;
}

.btn-primary,
.btn-primary:visited,
.btn-secondary:visited {
    color: #fff !important;
}

.btn-primary:hover {
    color: #fff !important;
	background-color: #7D85A1 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #3D8C8A;
    border-color: #3D8C8A;
}

.btn-secondary:hover {
	color: #fff !important;
	background-color: #0D6F6D;
    border-color: #0D6F6D;
}

h1 {
	font-size: 39px;
}

h1.article-title {
	font-size: 33px;
}

h3 {
    font-size: 33px;
}

.h5, h5 {
    font-size: 20px;
	line-height: 48px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.post, .page {
    margin: 0 0 !important;
}

@media (min-width:1300px) {

	.container {
		max-width: 1300px;
	}

}

.container .page-title {
	height: 127px;
}

.container.banner {
	width: 1440px !important;
	max-width: 1440px;
	padding: 0;
}

.container.banner .card,
.container.banner .card .card-img {
	border: 0;
	border-radius: 0;
}

.entry-content {
    margin-top: 40px !important;
}

.alert-dismissible {
    padding-right: 1.5rem;
}

.alert .message .alert-title {
	padding-right: 50px;
	font-size: 20px;
	font-weight: 700;
}

.accordion.container {
    margin-top: 40px;
}

.accordion .card {
    margin-top: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
}

.accordion .card .card-header {
    padding: 0 !important;
	border-bottom: 0;
}

.accordion .card .card-header:first-child {
    border-radius: 10px;
}

.accordion .card .collapse.show {
    border-top: 1px solid #e8e8e8;
}

.accordion .card .card-header .btn-link {
	width: 100%;
	font-size: 18px;
    font-weight: 500;
    color: #000;
	text-align: left;
	text-decoration: none;
}

.accordion .card .card-header .btn-link:hover {
	text-decoration: underline;
}

.accordion .card .card-header h5 .btn-link:after {
    content: url(/wp-content/themes/kinistin/images/icon-arrow-down-black.svg);
    position: absolute;
    right: 20px;
}

.accordion .card .card-header h5 .btn-link.accordion-img:after {
    top: 25px;
}

.accordion .card .card-header h5 .btn-link[aria-expanded="true"]:after {
	content: url(/wp-content/themes/kinistin/images/icon-arrow-up-black.svg);
	transition: 0.3;
}

ul.list-group {
    margin: 0 0 1.5em 0;
}

ul.list-bullets {
	margin: 0 0 1.5em 0;
	padding-left: 0;
  	list-style: none;
}

ul.list-bullets li::before {
	position: relative;
	top: 2px;
	content: "\2022";
	color: #55628C;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	width: 1em;
}

.list.container {
	margin-top: 50px;
}

.list-group-item,
ul.list-bullets li {
    padding: 0 0;
	line-height: 49px;
    border: 0 solid #c6c6c6;
	border-top: 0.5px solid #C6C6C6;
	border-bottom: 0.5px solid #C6C6C6;
}

.list.container p {
    margin-top: 0;
    margin-bottom: 0;
}

.card.border-primary {
	border-bottom: 10px solid #55628C !important;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-width: 0 0 10px 0;
}

.card.border-secondary {
	border-bottom: 10px solid #0D6F6D !important;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-width: 0 0 10px 0;
	transition: 0.3s;
}

.card.border-primary .card-title,
.card.border-primary .card-title a,
.card.border-secondary .card-title,
.card.border-secondary .card-title a {
	font-size: 23px;
	color: #000 !important;
}

.card.border-secondary:hover {
	background: #0D6F6D !important;
	color: #fff !important;
}

.card.border-secondary:hover a {
	color: #fff !important;
}

.card.bg-muted {
	background: #FBFBFB;
}

.card.bg-muted a {
	color: #2F80ED !important;
	text-decoration: none;
}

.container.breadcrumbs {
	margin-top: 40px;
	margin-bottom: 34px;
	font-size: 15px;
}

.container.breadcrumbs > :not(.breadcrumb_last) {
	color: #CECECE;
}

.container.breadcrumbs .breadcrumb_last {
	color: #4F4F4F;
	margin-left: 15px;
}

.container.breadcrumbs a,
.container.breadcrumbs a:visited {
	color: #000 !important;
	font-size: 15px;
	margin: 0 15px;
}

.container.breadcrumbs a:first-child {
	margin: 0 15px 0 0 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #FBFBFB;
}

.table td, .table th {
    border-top: 0 solid #e4e4e4;
}

.table td {
	font-weight: 400;
}

.row.vertical-divider {
  overflow: hidden;
}

.row.vertical-divider > div[class^="col-"] {
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 0.5px solid #CACACA;
  border-right: 0.5px solid #CACACA;
}

.row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}

.row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}

.form-control {
    box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
}

.page-template .col-12.col-lg-9.order-1.order-lg-2 {
	padding-left: 65px;
}


/* Header ---------------------------------------------------------------------------------------------------------------- */

.media .header-logo {
	width: 170px;
    padding: 10px 15px 10px 15px;
	background: #1E2334;
}

.site-header {
	background-color: #434655 !important;
}

.site-header > .container {
    width: 1440px !important;
	max-width: 1440px;
	padding: 0;
	background: #1E2334;
}

.site-header .row.top {
	min-height: 56px;
	max-height: 56px;
    margin-right: 0;
    margin-left: 0;
}

.site-header .row.top a {
    color: #fff !important;
	font-weight: 700;
	line-height: 38px;
    text-decoration: none;
}

.site-header .row.bottom {
	margin-left: 0;
	margin-right: 0;
	max-height: 81px !important;
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow:  0px 4px 20px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow:  0px 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.site-header .media {
	position: relative;
	z-index: 999;
}

.site-header #primary-menu .dropdown-toggle::before {
    display: inline-block;
	position: absolute;
	right: 15px;
	content: url(/wp-content/themes/kinistin/images/icon-arrow-down-black.svg);
	vertical-align: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.site-header #primary-menu ul.dropdown-menu {
	width: 1120px;
	top: -3px !important;
	padding: 30px 0 15px 30px;
	column-count: 2;
	transform: translate3d(-854px, 80px, 0px) !important;
	border-radius: 0;
	z-index: -1;
}

.site-header #primary-menu #menu-item-36 ul.dropdown-menu {
    transform: translate3d(-987px, 80px, 0px) !important;
}

.site-header #primary-menu ul.dropdown-menu a.dropdown-item {
    padding: .25rem 0;
}

.site-header #primary-menu ul.dropdown-menu .dropdown-item:focus,
.site-header #primary-menu ul.dropdown-menu .dropdown-item:hover {
    color: #4f4f4f;
    background-color: #fff;
}

.site-header #primary-menu li.nav-item {
	max-height: 81px !important;
}

.site-header #primary-menu ul.dropdown-menu li.nav-item {
	max-height: 100px !important;
}

.site-header #primary-menu ul.dropdown-menu li:first-child {
	column-span: all;
	font-size: 23px;
}

.site-header #primary-menu ul.dropdown-menu li a.dropdown-item,
.site-header #primary-menu ul.dropdown-menu a.dropdown-item:visited {
	color: #000 !important;
	font-weight: 400 !important;
}

.site-header #primary-menu ul.dropdown-menu li:first-child a:after {
	content: url(/wp-content/themes/kinistin/images/icon-arrow-right-dark-blue.svg);
	position: absolute;
	top: 35px;
	left: 140px;
}

.site-header #primary-menu ul.dropdown-menu li:first-child a:hover,
.site-header #primary-menu ul.dropdown-menu li:first-child a:visited:hover {
	color: #55628c !important;
}

.site-header #primary-menu ul.dropdown-menu li#menu-item-160:first-child a::after {
    left: 180px !important;
}

.site-header #primary-menu ul.dropdown-menu .menu-item-description {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #4F4F4F;
    font-size: 1rem;
    font-weight: 400;
	white-space: normal !important;
}

.site-header #primary-menu ul.dropdown-menu li:not(:first-child) {
	margin-right: 30px;
	font-size: 18px;
	line-height: 50px;
    border-top: 1px solid #DFDFDF;
}

.site-header #primary-menu ul.dropdown-menu li:not(:first-child) a {
	position: relative;
}

.site-header #primary-menu ul.dropdown-menu li:not(:first-child) a:hover {
    background: #fafafa !important;
}

.site-header #primary-menu ul.dropdown-menu li:not(:first-child) a:after {
	content: url(/wp-content/themes/kinistin/images/icon-arrow-right-blue.svg);
	position: absolute;
	right: 0;
}

.site-header .alert-danger {
    background: #963315;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
	min-height: 58px;
	max-height: 58px;
	z-index: 3;
}

.site-header .bg-alert-icon {
	display: inline-block;
    background: #BE4D2B;
    width: 170px;
    text-align: center;
}

.site-header .bg-alert-icon h2 {
	font-size: 41px;
	line-height: 58px;
	margin-bottom: 0;
}

.site-header .alert .message {
	display: inline-block;
	padding-left: 25px;
	height: 56px;
}

.site-header .alert .message .alert-title {
	padding-right: 50px;
	font-size: 20px;
	font-weight: 700;
}

.site-header .alert-danger .close {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 0 0 #fff;
}

.site-header .alert-danger .close:hover {
	color:  #F5F5F5 !important;
}

.site-header .header-title h1 {
	margin-bottom: 0;
	padding-left: 25px;
	font-size: 28px;
	font-weight: 500;
	line-height: 81px;
}

.site-header .row.bottom .nav-link {
    font-size: 18px;
	font-weight: 500;
    color: #000 !important;
    line-height: 81px;
}

.site-header .row.bottom .active .nav-link {
	background: rgba(67, 70, 85, 0.12) !important;
}

.site-header .row.bottom .active a.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #434655;
    opacity: 1;
}

.site-header .row.bottom .menu-item-has-children.dropdown a.nav-link::after {
    left: -5px;
}

/* Main Nav underline styles */
.site-header .row.bottom a.nav-link {
    display: block;
    position: relative;
    padding: 0 30px
}

.site-header .row.bottom .menu-item-has-children.dropdown a.nav-link {
    padding: 0 40px 0 20px;
}

/* Fade in */
.site-header .row.bottom a.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #434655;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.site-header .row.bottom .menu-item-has-children.dropdown a.nav-link::after {
  left: -5px;
}

.site-header .row.bottom a.nav-link:hover::after,
.site-header .row.bottom a.nav-link:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Slide in */
.site-header .row.bottom li.menu-item a {
  overflow: hidden;
}

.entry-header-wrapper.bg-primary {
	background-color: #434655 !important;
}

.entry-header.bg-primary {
	background-color: #434655 !important;
}

.container.entry-header {
    width: 1440px !important;
	max-width: 1440px;
}

.container.entry-header .page-title {
    padding-left: 70px;
}

.container.entry-header .page-title h1 {
    line-height: 127px;
}

.row.top .nav-item.search {
	width: 450px;
	margin-right: -15px;
}

.search-form input {
	height: 56px;
	padding-left: 20px;
	font-size: 17px;
    background: #f5f5f5;
    border-radius: 0;
    border: 0;
    border-left: 5px solid #1E2334;
}

.search-form .btn {
    background: #f5f5f5;
    border-radius: 0;
    border: 0;
}


/* Footer ---------------------------------------------------------------------------------------------------------------- */

.site-footer {
	margin-top: 60px;
	padding-top: 75px;
	padding-bottom: 32px;
	color: #fff;
	background-color: #2E3653 !important;
}

.site-footer .container {
	max-width: 1300px;
	padding-left: 0;
	padding-right: 0;
}

.site-footer .container.footer-menu {
	padding-bottom: 170px !important;
}

.site-footer a {
	color: #fff !important;
	text-decoration: none;
}

.site-footer .text-muted {
	color: #fff !important;
	opacity: 0.7;
	line-height: 32px;
}

.site-footer .text-muted a:hover {
	opacity: 0.9;
}

.site-footer h2.widget-title {
    display: none;
}

.site-footer h5 {
    color: #fff;
}

.site-footer .logo {
	width: 177px;
}

.site-footer .wrap-logo {
	padding-right: 95px;
}

.site-footer .container.copyright {
	font-size: 14px;
}


/* Sidebar ---------------------------------------------------------------------------------------------------------------- */

#secondary.widget-area .widget_nav_menu ul.menu {
	list-style: none;
	font-size: 17px;
	line-height: 45px;
	margin-left: 0;
	padding-left: 25px;
}

#secondary.widget-area .widget_nav_menu ul.menu li:before {
	content: url(/wp-content/themes/kinistin/images/icon-arrow-right-dark-gray.svg);
	position: absolute;
	left: 15px;
}

#secondary.widget-area .widget_nav_menu ul.menu li.current_page_item a {
	color: #55628C !important;
}


/* Homepage ---------------------------------------------------------------------------------------------------------------- */

.home h1.entry-title {
	color: #000;
	font-size: 28px;
	letter-spacing: 2%;
}

.home .entry-header {
    display: none;
}

.home .site-header .row.top .nav-item.search {
	display: none;
}

.home #primary {
    margin-top: -200px;
}

.home .banner .card .card-img-overlay {
    padding-top: 357px;
}

.home .banner .card,
.home .banner .card img {
    border: none !important;
	border-radius: 0 !important;
}

.home .banner .search-form {
    width: 50% !important;
    max-width: 512px;
}

.home .banner .search-form input {
	font-size: 20px !important;
}

.home .entry-content.container .row .col-md-4 {
	padding-bottom: 36px;
}

.home .entry-content .card .card-body {
	padding: 50px 1.25rem !important;
}

.home .entry-content .card:hover .card-body {
	padding: 20px 1.25rem !important;
}

.home .container.news h2 {
	font-weight: 400;
}

.home .card .service-links,
.home .card:hover .service-icon {
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.home .card:hover .service-links,
.home .card .service-icon {
	visibility: visible;
	opacity: 1;
}

.home .card:hover .card-title {
    line-height: 2rem;
}

.home .service-links ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 18px;
	line-height: 41px !important
}

.home .news.container {
    padding-top: 50px;
}

.home .news.container .card-body {
    padding: 30px;
}

.home .news.container .news-post-date {
    position: absolute;
    bottom: 30px;
}

.home .news.container h2 {
    padding-bottom: 20px;
}

.home .news.container .card:hover .card-title {
    line-height: 4.313rem;
}

.home .news.container ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.home .news.container a {
	text-decoration: none;
}


/* Default Page ---------------------------------------------------------------------------------------------------------------- */

.page-template:not(.home) .alert-danger,
.page-template-default:not(.home) .alert-danger {
	padding: 30px;
	background-color: rgba(190, 77, 43, 0.1) !important;
	color: #000 !important;
}

.links-grid.container {
    margin-top: 50px;
}

.links-grid.container hr {
    margin-top: 0;
}

.links-grid.container h4 {
    line-height: 69px;
}

.links-grid .list-group-item {
    padding: 0 0;
    line-height: 42px;
    border: 0 solid #c6c6c6;
    border-top: 0 solid #C6C6C6;
    border-bottom: 0 solid #C6C6C6;
}

.links-grid .list-group-item a:after {
	content: url(/wp-content/themes/kinistin/images/icon-arrow-right-gray.svg);
	position: absolute;
	right: 0;
}

.links-grid .col-md-6.col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.popular-topics .card {
    border: 0 solid #e4e4e4;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.popular-topics .card span.popular-topic {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.popular-topics a.custom-card,
.popular-topics a.custom-card:hover {
   color: inherit !important;
   text-decoration: none;
}

.popular-topics h3 {
   font-size: 26px;
}

.popular-topics.container .row .col-md-6.col-lg-4:nth-child(1n+4) {
	margin-top: 18px
}

.links-grid.container .col-md-6.col-lg-4:nth-child(1n+4) {
	margin-top: 50px
}


/* About Page ---------------------------------------------------------------------------------------------------------------- */

.page-id-90 h1.article-title {
	line-height: 50px;
}

.page-id-90 #primary {
    margin-top: -225px;
}

.page-id-90  .banner .card,
.page-id-90  .banner .card img {
    border: none !important;
	border-radius: 0 !important;
}

.about-text {
    margin-top: 10px;
    margin-bottom: 70px;
}

.about-caption {
    margin-top: 25px;
    margin-bottom: 70px;
}

.facts.container {
	margin-top: 40px;
}

.facts.container hr {
    margin-top: 70px;
    margin-bottom: 70px;
}

.facts.container h2 {
	font-weight: 700;
	font-size: 43px;
	line-height: 69px;
}

.col-md-6.image-01 {
	padding-right: 25px;
}

.col-md-6.image-02 {
	padding-left: 25px;
}


/* Timeline */

.container.line {
  border-top: 2px solid #565A5C;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.container.line:after {
	content: url(/wp-content/themes/kinistin/images/icon-arrow-timeline.svg);
	position: relative;
	right: -3px;
	top: -13px;
}

.timeline-group {
	margin-top: 35px;
	margin-bottom: 325px;
}

.link {
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.link a {
  font-weight: bold;
  text-decoration: none;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 15px;
}

.link:first-child {
  margin-left: -15px;
}

.link:last-child {
  margin-right: -55px;
}

.link a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  top: -25px;
  left: 15%;
  transform: translatex(-50%);
  background: #565A5C;
  border: 2px solid #565A5C;
}

.link a[aria-expanded="true"]::after,
.link a:hover::after {
    background: #55628C;
	border: 2px solid #55628C;
}

.timeline.container .card {
	border: 0 solid #e4e4e4;
}

.timeline.container h6 {
	color: #55628C;
	font-size: 13px;
	line-height: 32px;
	text-transform: uppercase;
}


/* Contact Page ---------------------------------------------------------------------------------------------------------------- */

.page-template-page-contact h2.widget-title {
	display: none;
}

.page-template-page-contact .entry-content {
    margin-top: 0 !important;
}

.page-template-page-contact #custom_html-9 p {
    margin-bottom: 33px;
}

.card-body.contact-table {
	padding: 0;
}

.card-body.contact-table .table {
    margin-bottom: 0;
}

.card-body.contact-table .table thead th {
    border-bottom: 0 solid #e4e4e4;
}


/* Sidebar Page ---------------------------------------------------------------------------------------------------------------- */

h2.widget-title {
	font-size: 20px !important;
}

#accordion-bios .position {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

#accordion-bios .contact a {
	text-decoration: none;
}

#accordion-bios .card .card-header .btn-link:hover {
    text-decoration: none !important;
}

#accordion-bios .far.fa-envelope,
#accordion-bios .fas.fa-phone {
	color: #55628C !important;
}

.download-resources.container .card {
	border: 0 solid #fff !important;
	border-radius: 0 !important;
}


/* Search Results Page ---------------------------------------------------------------------------------------------------------------- */

.search-results .search-title {
	margin-top: 50px !important;
}


/* News ---------------------------------------------------------------------------------------------------------------- */

.archive .container.entry-content {
    margin-top: 57px !important;
}

@media (min-width: 1300px) {

	.archive .container.entry-content {
		max-width: 1300px !important;
	}

}

.archive .container.entry-content .col-lg-9 {
	padding-right: 60px !important;
}

.archive ul.posts-list,
.archive ul.categories-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.archive ul.posts-list h3 {
	margin-top: 10px;
	color: #000 !important;
	font-size: 23px;
	font-weight: 400;
	line-height: 36px;
}

.archive ul.posts-list h3 a {
	text-decoration: none !important;
}

.archive ul.posts-list p:last-child {
    margin-bottom: 0;
}

.archive ul.posts-list .post-date {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.archive ul.posts-list p {
	color: #4F4F4F;
	font-size: 16px;
	line-height: 29px;
}

.archive hr {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.archive .news-thumbnail {
	width: auto;
	height: 150px;
}

.archive .news-thumbnail img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.archive .navigation.pagination {
	float: right;
}

.archive .navigation.pagination a {
	color: #B3B3B3 !important;
	text-decoration: none !important;
}

.archive .navigation.pagination .page-numbers {
	margin-left: 20px;
}

.archive .latest-news.card.bg-primary {
	color: #fff !important;
	background-color: #0D6F6D !important;
	border-radius: 0;
}

.archive .latest-news.card.bg-primary .card-body {
	padding: 25px 40px !important;
}

.archive .latest-news.card.bg-primary h2 {
	color: #fff !important;
	font-size: 23px;
	font-weight: 400;
	line-height: 36px;
}

.archive .latest-news.card.bg-primary p {
	color: #F2F2F2 !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	opacity: 0.7;
}

.archive .categories-list a {
	color: #0D6F6D !important;
	text-decoration: none !important;
}

.archive .categories-list li {
	line-height: 2 !important;
}

.archive .news-cats h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 42px;
}


/* Single */

.single-post .entry-content.container h1 {
	color: #000 !important;
	font-size: 40px !important;
	font-weight: 400 !important;
	line-height: 69px !important;
}

.single-post .lead p {
	color: #000 !important;
	font-size: 23px !important;
	line-height: 36px !important;
}

.single-post .news-image {
	margin: 45px 0;
}

.single-post .entry-meta {
	margin-top: 235px;
}

.single-post .entry-meta:before {
	content: "";
	width: 40px !important;
	display: block;
	border-top: 4px solid #55628C;
	transform: translateY(-0.75rem);
}

.single-post blockquote {
	margin-top: 40px;
	padding: 15px 25px;
	font-style: italic;
	font-weight: normal;
	font-size: 23px;
	line-height: 36px;
	color: #55628C;
	border-left: 4px solid #55628C;
}

.single-post blockquote p {
	font-size: 23px !important;
	line-height: 36px !important;
}

.single-post blockquote cite {
	margin-top: 20px !important;
	color: #4F4F4F !important;
	font-size: 16px !important;
	line-height: 29px !important;
	font-style: normal !important;
}

.single-post .entry-footer.bg-muted {
    background: #FBFBFB !important;
    padding: 50px;
	margin-top: 70px;
}

.single-post .site-footer {
    margin-top: 0;
}

.single-post .entry-footer.bg-muted .fab,
.single-post .entry-footer.bg-muted .fas {
	margin: 0 20px;
	color: #000 !important;
	font-size: 25px;
}


.single-post .entry-footer .pagination-post-link a {
	font-size: 13px;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none;
}


/* Responsive ---------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1439px) {

	.site-header > .container,
	.container.banner,
	.container.entry-header {
	    width: 100% !important;
		max-width: 100% !important;
	}

}


@media (max-width: 1299px) {

	.site-header .header-title h1 {
		font-size: 24px;
	}

	.site-header #primary-menu ul.dropdown-menu {
		width: 950px;
		transform: translate3d(-590px, 86px, 0px) !important;
	}

	.site-header #primary-menu #menu-item-36 ul.dropdown-menu {
	    transform: translate3d(-720px, 86px, 0px) !important;
	}

	.site-footer .container {
	    padding-left: 30px !important;
	    padding-right: 30px !important;
	}

	.site-footer .logo {
		width: 140px;
	}

	.site-footer .wrap-logo {
		padding-right: 25px;
	}

	.card.border-primary .card-title,
	.card.border-primary .card-title a,
	.card.border-secondary .card-title,
	.card.border-secondary .card-title a {
	    line-height: 36px;
	}

	/* Timeline */

	.container.line {
		padding-left: 50px;
		border-top: none !important;
		display: block;
	}

	.container.line:after {
		content: url();
	}

	.link a::after {
	    top: 5px;
	    left: -25px;
	}

	.timeline-group ul li.link {
	    position: relative;
		margin-top: 0;
	    margin-bottom: 0;
	    padding-bottom: 2.5em;
	}

	.timeline-group li.link:before {
    	content:"";
	    position: absolute;
	    left: -26px;
	    border-left: 2px solid #565A5C;
	    height: 100%;
	    width: 2px;
	}

	.timeline-group ul li.link:first-child:before {
	   top: 6px;
	}

	.timeline-group ul li.link:last-child:before {
	   height: 6px;
	}

	.timeline-group {
		position: relative;
		margin-bottom: 35px;
	}

	.link {
		width: 25%;
	}

	.link:first-child,
	.link:last-child {
		margin-left: 0;
	}

	.timeline.container .card {
		position: relative;
	    left: 20%;
	}

	.timeline.container .card.m-auto {
	    margin: unset !important;
	}

	.timeline.container .collapse {
	    position: absolute;
	    top: 20%;
	    z-index: -1;
	}

}


@media (max-width: 991px) {

	.site-header {
		position: relative;
		z-index: 3;
	}

	.site-header > .container {
	    padding: 0 15px;
	}

	.site-header > .container .row.title {
		padding: 20px 15px;
	}

	.site-header h1.mobile-title {
		margin-bottom: 0;
		color: #fff;
		font-size: 18px;
		line-height: 30px;
	}

	.navbar-toggler {
	    border: 0 solid transparent;
	    border-radius: 0;
	}

	ul#mobile-menu {
	    margin-left: 0;
	}

	ul#mobile-menu li {
		padding: 0;
		border-bottom: 1px solid #DBDBDB;
	}

	ul#mobile-menu li.menu-item-has-children .dropdown-menu {
	    padding: 0;
	}

	ul#mobile-menu li.menu-item-has-children ul.dropdown-menu .dropdown-item {
	    padding: .5rem 1.5rem;
	}

	ul#mobile-menu li.menu-item-has-children > a:after {
		content: url(/wp-content/themes/kinistin/images/icon-arrow-right-gray.svg);
		position: absolute;
		top: 10px;
		right: 15px;
		border-top: 0 solid;
		border-right: 0 solid transparent;
		border-bottom: 0;
		border-left: 0 solid transparent;
	}

	ul#mobile-menu li.menu-item-has-children.show {
		background: #E5E5E5;
	}

	ul#mobile-menu li.menu-item-has-children.show > a:after {
		content: url(/wp-content/themes/kinistin/images/icon-arrow-left-gray.svg);
	}

	ul#mobile-menu ul.dropdown-menu {
		position: relative !important;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		border: none;
		background: #fff !important;
		transform: none !important;
	}

	ul#mobile-menu ul.dropdown-menu.show {
		transform: none !important;
	}

	ul#mobile-menu li.item-hide:not(:last-child) {
		border-bottom: none;
	}

	ul#mobile-menu ul.dropdown-menu li:not(:first-child) {
		border-top: 1px solid #DBDBDB;
	}

	ul#mobile-menu li.menu-item-has-children.show {
		border-bottom: none;
	}

	ul#mobile-menu li:not(:last-child),
	ul#mobile-menu li.menu-item-has-children.show.item-hide,
	ul#mobile-menu li.menu-item-has-children.show.item-hide ul.dropdown-menu li.item-hide {
		display: flex;
		flex-direction: column;
	    opacity: 1;
	    height: 100%;
	    max-height: none;
	    overflow: visible;
	    transition: opacity 1s ease, height 1s ease, max-height 1s ease, overflow 1s ease, border-bottom 0s ease;
	}

	ul#mobile-menu li.item-hide:not(:last-child) {
	    display: flex;
	    flex-direction: column;
	    height: 0px;
	    max-height: 0px;
	    opacity: 0;
	    overflow: hidden;
		transition: opacity 1s ease, height 1s ease, max-height 1s ease, overflow 1s ease, border-bottom 0s ease;
	}

	#navbarNavDropdown {
		color: #000 !important;
		background: #fff !important;
	}

	#navbarNavDropdown ul li a {
		font-size: 15px;
	}

	#navbarNavDropdown ul#mobile-menu > li:last-child {
		padding: 15px 0;
		background: #1E2334 !important;
		text-align: center !important;
		border: none !important;
	}

	#navbarNavDropdown ul#mobile-menu > li:last-child a {
		color: #fff !important;
		font-size: 16px;
	}

	.mobile-nav .search-form input {
		height: 56px;
		padding-left: 25px;
		font-size: 15px;
	    background: #fff;
	    border-radius: 0;
	    border: 0;
	    border-left: 5px solid #1E2334;
	}

	.mobile-nav button[aria-expanded='true'] .fa-bars::before {
	    content: "\f00d";
	}

	.mobile-nav .row.card {
	    background-color: #F3F4F5;
	    border: 0 solid #e4e4e4;
	    border-radius: 0;
	}

	.mobile-nav .card .search-form .btn {
	    background: #fff;
	}

	.mobile-nav .card .search-form .btn-outline-secondary:hover {
	    color: #000;
	}

	.container.entry-header .page-title {
	    padding-left: 0;
	    text-align: center;
	}

	.container .page-title {
	    height: 58px;
	}

	.container.entry-header .page-title h1 {
	    line-height: 58px;
	    font-size: 22px;
	}

	.row.vertical-divider > div[class^="col-"] {
	    border-left: none;
	    border-right: none;
	}

	.home .container.banner .card .card-img-overlay {
	    padding-top: 60px;
	}

	.home .news.container .row .col-md-4 {
	    padding-bottom: 36px;
	}

	.archive .container.entry-content .col-lg-9 {
	    padding-right: 15px !important;
	}

	.popular-topics.container .row .col-md-6.col-lg-4:nth-child(1n+3) {
		margin-top: 18px
	}

	.links-grid.container .col-md-6.col-lg-4:nth-child(1n+3) {
		margin-top: 50px
	}

	.page-template .col-12.col-lg-9.order-1.order-lg-2 {
		padding-left: 0;
	}

	.page-template #secondary {
	    margin-top: 50px;
	}

	.page-id-90 #primary,
	.home #primary {
	    margin-top: 0px;
	}

	.home .banner .card .card-img-overlay {
	    padding-top: 100px;
	}

}


@media (max-width: 767px) {

	.popular-topics.container .row .col-md-6.col-lg-4 {
		margin-top: 18px
	}

	.links-grid.container .col-md-6.col-lg-4 {
		margin-top: 50px
	}

	.timeline.container .card {
	    left: 30%;
	}

	.single-post .entry-meta {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.archive ul.posts-list .news-thumbnail {
		margin-bottom: 15px;
	}

	.single-post .entry-footer.bg-muted .fab, .single-post .entry-footer.bg-muted .fas {
	    margin: 0 10px;
	}

	.site-footer .logo {
		width: 200px;
	}

}

/* Mobile Menu Animation */
