.post-list {
	text-align: center;
	padding: 56px 0 !important;
}

.post-list-t1 h2, .post-list h2 {
    font-size: 30px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width: 768px) {
	.post-list-t1 h2, .post-list h2 {
		font-size: 48px;
	}
}

.post-list-t1 p, .post-list p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}

.post-list-t1 button, .post-list button {
    margin: 39px auto 13px auto;
}

.post-list-title {
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	text-align: left;
	font-family: 'stolzl';
	margin-bottom: 20px;
}

.post-list-location {
	margin-bottom: 20px;
}

.post-list-location, .post-list-desc {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    font-family: 'stolzl';
	font-weight: 400;
}

.post-list-t1 .post-wrapper, .post-list .post-wrapper {
	max-width: 1200px;
	margin: auto;
	justify-content: center;
}

.post-list .item-wrapper {
    background-color: white;
    padding: 30px 20px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 323px;
}

.post-list-t1 a, .post-list a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    font-size: inherit;
    font-weight: 400 !important;
}

.post-list-t1 h2, .post-list-t1 p {
	color: white;
}

.item-image {
	width: 100%;
    height: 211px;
    background-size: cover;
    background-position: center;
}

.post-list-t1 .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 15px 2px #0000005c;
}

.post-list-t1 .item-image {
	border-radius: 15px 15px 0 0;
}

.post-list-t1 .item-content-wrapper {
    padding: 15px;
    margin-bottom: 55px;
}

.post-list-bump {
    width: 202px;
    height: 56px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 7px;
}

.post-list-t1 {
	text-align: center;
	padding: 56px 0 150px 0 !important;
}

.list-t2 .item-wrapper button, .default .item-wrapper button, .post-list-t4 .item-wrapper button {
	display:none;	
}

.list-t2 .item-wrapper:hover, .default .item-wrapper:hover {
    margin-top: -20px;
    transition-duration: 0.5s;
    box-shadow: 0 5px 20px 10px #e5bf6a;
}

.list-t2 .item-wrapper, .default .item-wrapper, .post-list-t4 .item-wrapper {
    margin-top: 0;
    transition-duration: 0.5s;
}

.list-t2 .item-wrapper:hover button, .default .item-wrapper:hover button, .post-list-t4 .item-wrapper:hover button {
	display: block;
}

.list-t3 .post-item-container a::before {
    content: '';
    background: rgba(255, 255, 255, 0);
	transition: .3s background;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-t3 .post-item-container a:hover::before {
	background: rgba(255, 255, 255, 0.3);
}

.list-t3 .post-meta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    max-width: 80%;
    border-radius: 0 20px 0 20px;
    background-color: white;
    padding: 15px;
    min-height: 102px;
}

.list-t3 .item-wrapper {
    height: 256px;
    background-size: cover;
	background-position: center;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-end;   
}


.list-t3 .post-list-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    font-family: 'stolzl';
	margin-bottom: 0;
}

.list-t3 .post-date {
	color: white;
	font-size: 14px;
	line-height: 20px;
}

.post-item-container:first-of-type {
    max-width: 100% !important;
    width: 100%;
    flex: 0 0 100%;
}

.post-item-container:first-of-type .item-wrapper {
	min-height: 503px;
}

.post-item-container:first-of-type .post-meta-wrapper {
    max-width: 556px;
}

.post-item-container:first-of-type .post-date {
    font-size: 18px;
	line-height: 24px;
}

.post-item-container:first-of-type .post-list-title {
    font-size: 32px;
	line-height: 42px;
}

.list-t3 .post-meta-wrapper {
	position: relative;
}

.list-t3 .post-meta-wrapper img {
    position: absolute;
    top: -24px;
    width: 88px;
    height: 24px;
}

.post-item-container:first-of-type .post-meta-wrapper img {
    top: -34px;
    width: 122px;
    height: 34px;
}

@media only screen and ( max-width: 767px ) {
	.post-meta-wrapper {
		max-width: 100% !important;
		width: 100% !important;
	}
	.post-item-container:first-of-type .item-wrapper {
   		min-height: inherit;
	}
	.post-item-container:first-of-type .post-list-title {
   		font-size: 20px;
    	line-height: 26px;
	}
	.post-item-container:first-of-type .post-date {
    	font-size: 14px;
    	line-height: 20px;
	}
}

.post-list-t1 .banner-bump {
    top: -60px;
}

.post-list-t4 .arrow-prev {
	left: 0;
}

.post-list-t4 .arrow-next {
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.post-list-t4 .slider-arrow:hover {
	cursor: pointer;
}

.post-list-t4 .slider-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.post-list-t4 {
	padding-left: 20px !important;
	padding-right: 20px !important;	
}

.post-list-t4 .item-wrapper {
	padding: 0 !important;
	justify-content: flex-start;
    height: 263px;
}

.post-list-t4 .post-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.post-list-t4 .item-holder {
    width: 100%;
    height: 96%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding: 30px;
}

.post-list-t4 .item-holder .post-list-title {
	flex-grow: 1;
}

.post-list-t4 .slick-track .slick-slide:nth-child(1n) .item-wrapper {
    background-color: #DD265D;
}

.post-list-t4 .slick-track .slick-slide:nth-child(2n) .item-wrapper {
    background-color: #43B02A;
}

.post-list-t4 .slick-track .slick-slide:nth-child(3n) .item-wrapper {
    background-color: #129BDB;
}

.post-list-t4 .slick-track .slick-slide:nth-child(3n) .item-wrapper {
    background-color: #DD265D;
}

.post-list-t4 .item-holder {
	margin-top: 0;
	transition-duration: 0.5s;
}

.post-list-t4 .item-holder:hover {
	margin-top: -15px;
	transition-duration: 0.5s;
}

.post-list-t4 .slick-list {
	padding-top: 7px;
}

.list-t3 .bump {
	display: none;
}

.list-t3 .post-list-title {
	color: white;
}

.list-t3 .post-item-container:first-child .bump-pink {
	display: block;
}

.list-t3 .post-item-container:first-child .post-meta-wrapper {
	background-color: #DD265D;	
}

.list-t3 .post-item-container:nth-child(2n) .bump-dark-blue {
	display: block;
}

.list-t3 .post-item-container:nth-child(2n) .post-meta-wrapper {
	background-color: #161739;
}

.list-t3 .post-item-container:nth-child(3n) .bump-light-blue {
	display: block;
}

.list-t3 .post-item-container:nth-child(3n) .post-meta-wrapper {
	background-color: #129BDB;
}

.list-t3 .post-item-container:nth-child(4n) .bump-green {
	display: block;
}

.list-t3 .post-item-container:nth-child(4n) .post-meta-wrapper {
	background-color: #43B02A;
}

.list-t3 .post-item-container:nth-child(5n) .bump-pink {
	display: block;
}

.list-t3 .post-item-container:nth-child(5n) .post-meta-wrapper {
	background-color: #DD265D;
}

.h-header h2 {	
    max-width: 290px;
    text-align: left;
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
    font-family: 'stolzl';
}

.h-header .title-wrapper {
    height: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url(/wp-content/themes/visions/images/header-bgn-hrt.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: left;	
}

.h-header {
	background-color: #F2E1BB;
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.h-bump {
    display: block;
    position: absolute;
    right: 8%;
    bottom: -1px;
    margin: auto;
    width: 230px;
}

.post-list-t5 .item-wrapper button {
	display:none;	
}

.post-list-t5 .item-wrapper {
    margin-top: 0;
    transition-duration: 0.5s;
}

.post-list-t5 .item-wrapper:hover button {
	display: block;
}

.post-list-t5 .arrow-prev {
	left: 0;
}

.post-list-t5 .arrow-next {
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.post-list-t5 .slider-arrow:hover {
	cursor: pointer;
}

.post-list-t5 .slider-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.post-list-t5 {
	padding-left: 20px !important;
	padding-right: 20px !important;	
}

.post-list-t5 .item-wrapper {
	padding: 0 !important;
	justify-content: flex-start;

}

.post-list-t5 .post-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.post-list-t5 .item-holder {
    width: 100%;
    height: 96%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding: 30px;
}

.post-list-t5 .slick-track .slick-slide:nth-child(3n-2) .item-wrapper {
    background-color: #DD265D;
}

.post-list-t5 .slick-track .slick-slide:nth-child(3n-1) .item-wrapper {
    background-color: #43B02A;
}

.post-list-t5 .slick-track .slick-slide:nth-child(3n) .item-wrapper {
    background-color: #129BDB;
}

.post-list-t5 .item-holder {
	margin-top: 0;
	transition-duration: 0.5s;
}

.post-list-t5 .item-holder:hover {
	margin-top: -15px;
	transition-duration: 0.5s;
}

.post-list-t5 .slick-list {
	padding-top: 7px;
}

.post-list-t5 .plist-thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 30px 30px 0 0;
}

.post-list-t5 .item-wrapper {
	border-radius: 30px;
}

.post-list-t5 .info-container {
	padding: 28px;
	color: white;
}

.post-list-t6 .item-wrapper button {
	display:none;	
}

.post-list-t6 .item-wrapper {
    margin-top: 0;
    transition-duration: 0.5s;
}

.post-list-t6 .item-wrapper:hover button {
	display: block;
}

.post-list-t6 .arrow-prev {
	left: 0;
}

.post-list-t6 .arrow-next {
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.post-list-t6 .slider-arrow:hover {
	cursor: pointer;
}

.post-list-t6 .slider-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.post-list-t6 {
	padding-left: 20px !important;
	padding-right: 20px !important;	
}

.post-list-t6 .item-wrapper {
	padding: 0 !important;
	justify-content: flex-start;

}

.post-list-t6 .post-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.post-list-t6 .item-holder {
    width: 100%;
    height: 96%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding: 30px;
}

.post-list-t6 .slick-track .slick-slide:nth-child(1n) .item-wrapper {
    background-color: #129BDB;
}

.post-list-t6 .slick-track .slick-slide:nth-child(2n) .item-wrapper {
    background-color: #161739;
}

.post-list-t6 .slick-track .slick-slide:nth-child(3n) .item-wrapper {
    background-color: #819FAB;
}

.post-list-t6 .item-holder {
	margin-top: 0;
	transition-duration: 0.5s;
}

.post-list-t6 .item-holder:hover {
	margin-top: -15px;
	transition-duration: 0.5s;
}

.post-list-t6 .slick-list {
	padding-top: 7px;
}

.post-list-t6 .plist-thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 30px 30px 0 0;
}

.post-list-t6 .item-wrapper {
	border-radius: 30px;
}

.post-list-t6 .info-container {
	padding: 28px;
	color: white;
}

.post-list-t6 .slick-slider .slick-slide > div {
	margin-bottom: 20px;
}

.post-list-t7 .slider-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.post-list-t7 {
	padding-left: 20px !important;
	padding-right: 20px !important;	
}

.post-list-t7 .item-wrapper {
	padding: 0 !important;
	justify-content: flex-start;
	height: 263px;
}

.post-list-t7 .post-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.post-list-t7 .item-holder {
    width: 100%;
    height: 96%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding: 30px;
}

.post-list-t7 .item-holder .post-list-title {
	flex-grow: 1;
}

.post-list-t7 .col-wrap:nth-child(4n-3) .item-wrapper {
    background-color: #DD265D;
}

.post-list-t7 .col-wrap:nth-child(4n-2) .item-wrapper {
    background-color: #43B02A;
}

.post-list-t7 .col-wrap:nth-child(4n-1) .item-wrapper {
    background-color: #129BDB;
}

.post-list-t7 .col-wrap:nth-child(4n) .item-wrapper {
    background-color: #161739;
}

.post-list-t7 .item-holder {
	margin-top: 0;
	transition-duration: 0.5s;
}

.post-list-t7 .item-holder:hover {
	margin-top: -15px;
	transition-duration: 0.5s;
}

.post-list-t7 .item-wrapper button {
	display:block;	
}

.post-list-t7 .item-wrapper {
    margin-top: 0;
    transition-duration: 0.5s;
	height: 270px !important;
}

.post-list-t7 .item-wrapper:hover button {
	display: block;
}

.post-list-t7 .col-wrap {
	margin-bottom: 20px;
}

.post-list-t7 select {
	width: 100%;
}

.post-list-t7 .search-btn input {
    border: 0;
    background-color: #129BDB;
    width: 162px;
    height: 47px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    float: left;
}

.post-list-t7 .crs-fld {
    border: 0;
    height: 47px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'stolzl';
}

.post-list-t7 label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'stolzl';
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}


.post-list-t8 .slider-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.post-list-t8 {
	padding-left: 20px !important;
	padding-right: 20px !important;	
}

.post-list-t8 .item-wrapper {
	padding: 0 !important;
	justify-content: flex-start;

}

.post-list-t8 .post-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.post-list-t8 .item-holder {
    width: 100%;
    height: 96%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 30px;
}

.post-list-t8 .col-wrap:nth-child(1n) .item-wrapper,
.post-list-t8 .col-wrap:nth-child(1n) .item-wrapper .btn-round {
    background-color: #DD265D;
}

.post-list-t8 .col-wrap:nth-child(2n) .item-wrapper, 
.post-list-t8 .col-wrap:nth-child(2n) .item-wrapper .btn-round {
    background-color: #161739;
}

.post-list-t8 .col-wrap:nth-child(3n) .item-wrapper,
.post-list-t8 .col-wrap:nth-child(3n) .item-wrapper .btn-round {
    background-color: #129BDB;
}

.post-list-t8 .item-holder {
	margin-top: 0;
	transition-duration: 0.5s;
}

.post-list-t8 .item-holder:hover {
	margin-top: -15px;
	transition-duration: 0.5s;
}

.post-list-t8 .item-wrapper {
    margin-top: 0;
    transition-duration: 0.5s;
}

.post-list-t8 .item-wrapper:hover button {
	display: block;
}

.post-list-t8 .col-wrap {
	margin-bottom: 20px;
}

.post-list-t8 select {
	width: 100%;
}

.post-list-t8 .search-btn input {
    border: 0;
    background-color: #129BDB;
    width: 162px;
    height: 47px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    float: left;
}

.post-list-t8 .crs-fld {
    border: 0;
    height: 47px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'stolzl';
}

.post-list-t8 label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'stolzl';
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

.post-list-t8 .btn-round {
    width: 28px;
    min-height: 28px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* new */
.post-list-t8 .school-image {
    border-radius: 16px;
    min-height: 280px;
    margin-bottom: 24px;
}

.post-list-t8 .school-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.post-list-t8 .item-wrapper {
    height: 100%;
}

.post-list-t8 .post-list-title {
    font-weight: 400;
}

.post-list-t8 .post-meta {
    text-align: left;
}

.post-list-t8 .post-list-location {
    margin-bottom: 0;
}
.post-list-t8 .post-meta .meta-item {
    margin-bottom: 16px;
	font-size: 14px;
	font-weight: 400;
	    font-family: 'stolzl';
}

.post-list-t8 .post-meta .meta-item img {
    width: auto;
    height: 21px;
	max-width: 20px;
    object-fit: contain;
    margin-right: 8px;
}

.post-list-t8 .item-holder a{
	margin: 20px 0px;
}

.post-list-t8 .btn-round{
	margin: 12px 0px;
}

.post-list-t8 a.col-md-4.col-wrap:hover {
    color: unset;
}

@media only screen and ( max-width: 767px ){
	.post-list-t8 .post-list-title {
		font-size: 18px;
	}
	
	.post-list-t8 .school-image {
	    min-height: 200px;
		margin-bottom: 20px;
}
}
