﻿.tips-archive .title {
    display: flex;
    justify-content: space-between;
}

.tips-archive .title .column {
	flex-basis: 50%;
}

.tips-archive .title .sort-box {
	width: 170px;
    margin-left: auto;
}

.tips-archive .title .sort-box label {
	display: block;
	margin-bottom: 0.7em;
}

.tips-archive .title select.sort-select {
	display: block;
	border-radius: 5px;
    border-width: 1px;
    color: var(--gray);
    border-color: var(--gray-shade6);
	/*width: 170px;*/
}

.tips-archive .count {
	margin-top: 5px;
}

.tips-archive .posts {
	margin: 20px auto;
    text-align: center;
    line-height: 25px;
}
.tips-archive .posts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tips-archive .posts .post {
	padding: 25px 30px;
	border: 1px solid #fff;
	background-color: var(--white);
	text-align: left;
	border-radius: 4px;
	font-family: "din-2014", sans-serif;
	flex-basis: 30%;
	height: 240px;
	border-left:1px solid var(--gray-shade6);
	border-right:1px solid var(--gray-shade6);
	border-top: 1px solid var(--gray-shade6);
	border-radius: 5px;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.tips-archive .posts .post .category a {
	font-size: 22px;
	font-family: "din-2014", sans-serif;
	padding-bottom: 1rem;
	display: flex;
}

.tips-archive .posts .post .title {
	font-size: 20px;
	padding-bottom: 1rem;
	display: flex;
}

.tips-archive .posts .post .title a, .tips-archive .posts .category a {
	text-decoration: none;
}

.tips-archive .posts .post .title a:hover, .tips-archive .posts .category a:hover {
	text-decoration: underline;
}

.tips-archive .posts .post .content {
	font-size: 16px;
	line-height: 25px;
}

.tips-archive .pagination {
	text-align: center;
	    border-top: 0;
}

.tips-archive .pagination a, .tips-archive .pagination span {
	display: inline-block;
	height: 50px;
	width: 53px;
	margin: 0 4px;
	padding: 13px 10px;
	border-radius: 3px;
	border: 1px solid var(--bgred);
	text-decoration: none;
	font-size: 24px;
	color: var(--gray);
	font-family: "din-2014", sans-serif;
}

.tips-archive .pagination span.current {
	color: #fff;
	background-color: var(--bgred);
}

.tips-archive .pagination a:hover {
	text-decoration: underline;
}


/*Multi background color css*/

.tips-archive.background-gray{
	background-color: var(--gray-shade1);
}

.tips-archive.background-green{
	background-color: var(--bggreen);
}

.tips-archive.background-default{
	background-color: var(--bgred);
}

.tips-archive.background-blue{
	background-color: var(--bgblue);
}

.tips-archive.background-purple{
	background-color: var(--bgpurple);
}


.tips-archive.background-yellow{
	background-color: var(--bgyellow);
}

/*Multi background color css*/


/*Multi color button css*/

.call-out.accent-green a.button{
    background-color: var(--white);
    color:var(--gray);
    border: 3px solid var(--bggreen);
}

.call-out.accent-green a.button:hover{
	background-color: var(--bggreen); 
}

.call-out.accent-red a.button{
	background-color: var(--white);
	color:var(--gray);
	border: 3px solid var(--bgred);
}

.call-out.accent-red a.button:hover{
	background-color: var(--bgred);
}




.call-out.accent-purple a.button{
	background-color: var(--white);
	color:var(--gray);
	border: 3px solid var(--bgpurple);
}

.call-out.accent-purple a.button:hover{
	background-color: var(--bgpurple);
}

.call-out.accent-yellow a.button{
	background-color: var(--white);
	color: var(--gray);
	border: 3px solid var(--bgyellow);
}

.call-out.accent-yellow a.button:hover{
	background-color: var(--bgyellow);
}



.call-out.accent-green a.outline{
	border:2px solid var(--white);
	color:var(--gray);
}

.call-out.accent-default a.outline{
	border:2px solid var(--white);
	color:var(--gray);
}


.call-out.accent-purple a.outline{
	border:2px solid var(--white);
	color:var(--gray);
}


.call-out.accent-yellow a.outline{
	border:2px solid var(--white);
	color:var(--gray);
}

.call-out.accent-red a.outline{
	border:2px solid var(--white);
	color:var(--gray);
}

.call-out a.button, .tips-archive a.outline{
	padding: 15px 25px;
	border-radius: 4px;
	font-family: "din-2014", sans-serif;
	text-decoration: none;
	font-size: 24px;
}

.tips-archive.accent-default .posts .post {
	border-bottom: 10px solid var(--bgred);
}

.tips-archive.accent-blue .posts .post {
	border-bottom: 10px solid var(--bgblue);
}

.tips-archive.accent-purple .posts .post {
	border-bottom: 10px solid var(--bgpurple);
}

.tips-archive.accent-yellow .posts .post {
	border-bottom: 10px solid var(--bgyellow);
}

.tips-archive.accent-green .posts .post {
    border-bottom: 10px solid var(--bggreen);
}

/*Multi color heading css*/
.tips-archive.background-yellow .heading,
.tips-archive.background-yellow .heading,
.tips-archive.background-yellow .heading,
.tips-archive.background-yellow .heading,
.tips-archive.background-yellow .heading {
	color: var(--white);
}

/* Responsive */
@media only screen and (max-width: 767px) {
	.tips-archive .posts, .two-column{
		flex-direction: column;
	}

	.tips-archive .posts .post{
		margin-bottom: var(--global--spacing-vertical);
	}

	.call-out a.button, .tips-archive a.outline {
		font-size: 18px;
	}

	.tips-archive.accent-yellow .posts .post, .tips-space, .count {
		margin-left: 5px;
	    margin-right: 5px;
	}

	.tips-archive .title {
	    flex-direction: column;
	}

	.tips-archive .title .sort-box, .tips-archive .title select.sort-select, .post-feed .title .sort-box, .post-feed .title select.sort-select {
		width: 100%;
	}

	.tips-archive .title .column:nth-child(2) {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

	.tips-archive .pagination a, .tips-archive .pagination span {
		font-size: 18px;
		width: 38px;
		height: 48px;
		background: #fff;
	}
}