.PostSlider-Button a {
	color: #000;
	font-size:12px !important;
}
		.sidebar-widget h3::after {
			width:0px;
		}
		.sidebar-widget h3::before {
			width:0px;
		}
		.archivePostCategory, .archivePostCategory:visited {
			font-weight:400;
			letter-spacing:0px;
		}
		.news-articles > div {
    		height: 758px;
    		text-align: center;
    		padding-top: 68px
		}
		.news-articles > div > h2 {
    		font-size: 3em;
    		color: #000;
		}
		.news-articles > div > p {
    		color: #777;
    		margin: 0 auto;
    		width: 444px;
    		margin-bottom: 45px;
			font-family: 'Open Sans' , sans-serif;
		}
		.news-articles .owl-controls {
    		display: block;
    		width: 100%;
    		height: auto;
		    /* margin-top: 35px; */
		    text-align: center;
   			margin-bottom: 0px;
		}
		.news-articles .owl-controls .owl-buttons {
    		display: block;
    		width: 106px;
    		position: absolute;
    		left: 50%;
    		margin-left: -43px;
		}
		.news-articles .owl-controls .owl-buttons div {
    		width: 13px;
    		height: 20px;
    		float: left;
    		background-position: center center;
    		background-repeat: no-repeat;
    		opacity: 0.5;
    		margin: 10px 20px 0 20px;
    		-webkit-transition: all 0.3s;
    		-moz-transition: all 0.3s;
    		transition: all 0.3s;
		}
		.news-articles .owl-controls .owl-buttons div:nth-of-type(1) {
    		background-image: url(/public/sagedining/assets/images/arrow-1-back.png);
		}
		.news-articles .owl-controls .owl-buttons div:nth-of-type(2) {
    		background-image: url(/public/sagedining/assets/images/arrow-1-next.png);
    		margin-left: 6px;
		}
		.news-articles .owl-controls .owl-buttons div:hover {
    		opacity: 1;
		}
		.sage-in-the-news {
    		width: auto;
    		margin: 0 auto;
		}
		.sage-in-the-news article {
    		text-align: center;
		}
		.sage-in-the-news .item {
    		width: 260px;
    		margin: 0 0 43px 0;
   		 	padding: 0;
		}
		.sage-in-the-news .item-m {
    		width: 255px;
    		margin: 0 0 43px 0;
    		padding: 0;
		}
		.sage-in-the-news article > div {
    		margin: 0 12px 0 12px;
    		position: relative;
		}
		.sage-in-the-news article .art-img {
    		position: relative;
    		overflow: hidden;
			max-height:170px;
		}
		.sage-in-the-news article .art-img img {
    		width: 100%;
		}
		.sage-in-the-news article .art-img span {
    		position: absolute;
    		display: block;
    		background: url(/public/sagedining/assets/images/arrow-up.png) center center no-repeat;
    		bottom: 0;
    		width: 100%;
    		height: 10px;
    
    		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    		filter: alpha(opacity=0);
    		opacity: 0;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s; 
		}
		.sage-in-the-news article .text {
    		padding: 15px 0 15px 0;
    		background: #fff;
			height:350px;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s;
		}
		.sage-in-the-news article .text span {
    		font-family: 'Open Sans' , sans-serif;
    		font-weight: 400;
    		font-size: 0.75em;
    		letter-spacing: 0.08em;
    		color: #222;
		}
		.sage-in-the-news article > div > span {
    		font-family: 'Open Sans' , sans-serif;
    		font-weight: 400;
    		font-size: 0.75em;
    		letter-spacing: 0.08em;
    		color: #222;
    		display: block;
    		position: absolute;
    		top: 5px;
    		left: 5px;
    		background-color: #fff;
    		line-height: 1.8em;
    		padding: 0 10px 0 10px;
		}
		.sage-in-the-news article h3 {
    		font-size: 1.2em;
    		color: #000;
    		margin: 10px 0 10px 0;
		}
		.sage-in-the-news article a {
    		color: #000;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s;
		}
		.sage-in-the-news article p {
    		color: #777;
			font-family: 'Open Sans' , sans-serif;
		}
		.sage-in-the-news article p a {
    		color: #222;
			font-family: 'Open Sans' , sans-serif;
		}
		.sage-in-the-news article:hover span {
    		color: #fff;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s;
		} 
		.sage-in-the-news article:hover a {
    		color: #fff;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s;
		}
		.sage-in-the-news article:hover .text {
    		background: #222;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s;
		}
		.sage-in-the-news article:hover .art-img span {
    		position: absolute;
    		display: block;
    		background: url(/public/sagedining/assets/images/arrow-up.png) center center no-repeat;
    		bottom: 0;
    		width: 100%;
    		height: 10px;
    
    		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    		filter: alpha(opacity=100);
    		opacity: 1;
    
    		-webkit-transition-duration: .3s;
    		-moz-transition-duration: .3s;
    		-ms-transition-duration: .3s;
    		-o-transition-duration: .3s;
    		transition-duration: .3s;  
		}
		.sage-in-the-news article:hover > div {
    		border: solid 0.5px #222;
		}