﻿.two-column {
    display: flex;
    justify-content: space-between;
}

.two-column .column {
	flex-basis: 50%;
}

.post-feed .title .sort-box {
	width: 170px;
    margin-left: auto;
}

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

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

.post-feed .count {
	margin-top: 5px;
}

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

.post-feed .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;
}

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

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

.post-feed .posts .post .title a {
    text-decoration: none;
}

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

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

.post-feed .posts .post .content {
   font-size: 16px;
   line-height: 25px;
    
}
/*Multi background color css*/


.post-feed.background-gray{
    background-color: var(--gray-shade1);
    padding-bottom: var(--global--spacing-vertical);
    padding-top: var(--global--spacing-vertical);
    
}

.post-feed.background-green{
    background-color: var(--bggreen);
    
}

.post-feed.background-default{
    background-color: var(--bgred);
}
   

.post-feed.background-blue{
    background-color: var(--bgblue);
   
}

.post-feed.background-purple{
    background-color: var(--bgpurple);
  
}


.post-feed.background-yellow{
    background-color: var(--bgyellow);
   
}

/*Multi background color css*/


/*Multi color button css*/

.post-feed.accent-green:not(.post-listing) a.button{
    background-color: var(--white);
    color:var(--gray);
    border: 2px solid var(--bggreen);
    
}

.post-feed.accent-green:not(.post-listing) a.button:hover{
    background-color: var(--bggreen);    
}

.post-feed.accent-red:not(.post-listing) a.button{
    background-color: var(--white);
    color:var(--gray);
    border: 2px solid var(--bgred);
}

.post-feed.accent-red:not(.post-listing) a.button:hover{
    background-color: var(--bgred);    
}

.post-feed.accent-blue:not(.post-listing) a.button{
    background-color: var(--white);
    color:var(--gray);
    border: 2px solid var(--bgblue);
}

.post-feed.accent-blue:not(.post-listing) a.button:hover{
    background-color: var(--bgblue);    
}

.post-feed.accent-purple:not(.post-listing) a.button{
    background-color: var(--white);
    color:var(--gray);
    border: 2px solid var(--bgpurple);
    
}

.post-feed.accent-purple:not(.post-listing) a.button:hover{
    background-color: var(--bgpurple);    
}



.post-feed.accent-yellow:not(.post-listing) a.button{
    background-color: var(--white);
    color:var(--gray);
    border: 2px solid var(--bgyellow);
}

.post-feed.accent-yellow:not(.post-listing) a.button:hover{
    background-color: var(--bgyellow);    
}

.post-feed:not(.post-listing) a.button:hover{
    color:var(--white);
}




.post-feed.accent-green:not(.post-listing) a.outline{
    border:2px solid var(--bggreen);
    color:var(--bggreen);
}

.post-feed.accent-default:not(.post-listing) a.outline{
    border:2px solid var(--bgred);
     color:var(--bggred);
}

.post-feed.accent-blue:not(.post-listing) a.outline{
    border:2px solid var(--bgblue);
     color:var(--bgblue);
}

.post-feed.accent-purple:not(.post-listing) a.outline{
    border:2px solid var(--bgpurple);
    color:var(--bgpurple);
}


.post-feed.accent-yellow:not(.post-listing) a.outline{
    border:2px solid var(--bgyellow);
     color:var(--bgyellow);
}

.post-feed a.button, .post-feed a.outline{
    padding: 15px 25px;
    border-radius: 4px;
    font-family: "din-2014", sans-serif;
    text-decoration: none;
    font-size: 24px;
}
/*Multi color button css*/



/*Multi color border css*/


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

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


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

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


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


/*Multi color border css*/



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



/*Multi color heading css*/

/* Responsive css */
@media only screen and (max-width: 767px) {
.post-feed .posts{
    flex-direction: column;
    margin: 0 10px;
    
}
    
.post-feed .posts .post{
    margin-bottom: var(--global--spacing-vertical);
    width: 100%;
    
}

.post-feed a.button, .post-feed a.outline{
 font-size: 18px;
}

/* Responsive css */
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-feed .posts .post{
        margin-right: 0rem;
    }
    
    .post-feed .posts .post .title{
        font-size: 18px;
    }
    
    .post-feed .posts .post:last-child{
    margin-right:0;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
 .post-feed .posts .post:last-child, .post-feed .posts .post:nth-child(3){
    margin-right:0;
    }

}