/*--------------------------------------------------
				RESET
---------------------------------------------------*/
.two-third.inner-content {
	width: 68%;
	float: left;
}
.one-third.sidebar {
	width: 27%;
	float: right;
}
/*--------------------------------------------------
				WIDGET
---------------------------------------------------*/
.sidebar .widget {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	position:relative;
	padding-bottom: 50px;
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar .widget:after {
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	content: "";
	width: 25px;
}
.sidebar .widget:last-child:after {
    border-bottom: none;
}
.sb-slidebar .widget {
	margin-bottom: 50px;
	padding-bottom: 0;
}
.sb-slidebar .widget:after {
    border-bottom: none;
} 
.widget .title {
	font: 500 13px/17px 'Dosis', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.sidebar .widget ul li {
	padding: 0;
	margin: 0;
	width: 100%;
}
.sidebar .widget ul li:last-child {
	margin: 0;
}
.sidebar .widget ul li a {
	color: #444;
	text-decoration: none;
}
.sidebar .widget a:hover {
	color: #02e8d0;
}
.content.alternate.dark .sidebar .widget ul li a {
	color: #999;
}
.content.alternate.dark .sidebar .widget ul li a:hover {
	color: #02e8d0;
}
.sidebar .widget ul li span.date {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.sidebar .widget img.alignleft {
	margin: 5px 15px 0 0;
}
.sidebar .widget .bra_recent_entries li {
	margin-bottom: 15px;
}
/*--------------------------------------------------
			POST 
---------------------------------------------------*/
.post {
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post:last-child {
	margin: 0;
	padding: 0;
}
.post-media, .post-title, .post-meta {
}
/*--------------------------------------------------
			POST META
---------------------------------------------------*/
.post-title .title, .post-title .title a {
	font: 500 28px/35px 'Dosis', sans-serif;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #444;
}
.background--light, .background--light .post-title .title, .background--light, .background--light .post-title .title a, .background--light .post-title .title a:hover {
	color: rgba(0, 0, 0, 0.7);
}
.background--dark, .background--dark .post-title .title, .background--dark, .background--dark .post-title .title a, .background--dark .post-title .title a:hover {
	color: #fff;
}
.background--dark .post-title .title a:hover  {
	border-bottom: 3px solid #fff;
}
.background--light .post-title .title a:hover  {
	border-bottom: 3px solid rgba(0, 0, 0, 0.7);
}
.post-title .title a:hover {
	color: #02e8d0;
}
.post-meta {
	margin: 0 0 25px 0;
	padding: 0;
	font: 400 12px/18px "Dosis", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	word-spacing: 3px;
}
.post-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-meta li {
	display: inline;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta li:after {
	content: "\2022";
	margin-left: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
.post-meta li:last-child:after {
    content: "";
	margin-left: 0;
	padding-left: 0;
}
.post-meta span {
}
.post-meta span.day:after {
	content: ",";
}
.post-meta a {
	display: inline-block;
	font-weight: 500;
}
.post-meta a {
	color: #444;
	text-decoration: none;
}
.post-meta a:hover {
	color: #02e8d0;
}
.post-entry .button {
	margin-top: 14px;
}
.post-entry blockquote {
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
}
.post-entry blockquote:before {
	content: "";
}
.post-entry blockquote p {	
	font: 400 26px/28px "Lekton", sans-serif;
	margin: 0;
	padding-left: 0;
}
.post-entry blockquote b { display: none; }
/*--------------------------------------------------
			POST MEDIA
---------------------------------------------------*/
.format-video iframe, .format-video object, .format-video embed {
/*	position: absolute;           
    top: 0;                      
    left: 0;                        
    width: 100%;                    
    height: 100%;*/
}
.post-media {
    margin-bottom: 30px;
	position: relative; 
}
.post-media img {
	display: block;
	width: 100%;
}
.blog-holder .post-media {
    margin-bottom: 0;
}
.responsive-video-div > div { position: relative; }
.responsive-video-div iframe {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
}
.responsive-video-video > div { padding-top: 56.26506%; /* 467 ÷ 830 */ }
.responsive-video-vimeo > div { padding-top: 56.26506%; /* 467 ÷ 830 */ }
.responsive-video-youtube > div { padding-top: 56.271981%; /* 480 ÷ 853 */ }
/*--------------------------------------------------
			POST DATE
---------------------------------------------------*/
.post-date {
	text-transform: uppercase;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
}
.post-date ul {
	margin: 0;
	padding: 0;
}
.post-date li {
	display: inline;
}
.post-date li span, .post-date li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 700;
}
.post-date li a {
	color: #55606A;
}
.post-date li a:hover, .post-date li.comments:hover:before {
	color: #02e8d0;
}
/*--------------------------------------------------
				BLOG-HOLDER-DEFAULT
---------------------------------------------------*/ 
.blog-holder-default .post-content {
	width: 87%;
	float: right;
}
.blog-holder-default .post-date {
	float: left;
	width: 10%;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.blog-holder-default .post-date:after {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	left: -28px;
	top: -22px;
	transform: rotate(137deg);
	-webkit-transform: rotate(137deg);
	content:"";
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #fff;
}
.content.alternate .blog-holder-default .post-date:after {
	background-color: #f5f5f5;
}
.blog-holder-default .post-date li {
	position: absolute;
}
.blog-holder-default .post-date li span {
	font: 700 18px/14px 'Lekton', sans-serif;
    text-transform: none;
	color: rgba(0, 0, 0, 0.7); 
}
.blog-holder-default .post-date li.day {
	bottom: 0;
	right: 7px;
}
.blog-holder-default .post-date li.day span {
	font: 700 48px/14px 'Lekton', sans-serif;
	letter-spacing: 0;
}
.blog-holder-default .post-date li.month {
	top: 0;
	left: 0;
	z-index: 9999;
}
.blog-holder-default .post-date li.date:before {
	padding-right: 0;
    content: "";
}


.blog-holder-default .post {
	margin: 0;
	padding: 0;
	border-bottom: none;
	overflow: hidden;   
}
.blog-holder-default .post-entry {
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	overflow: hidden;   
}




.article-header .post-title .title, .article-header .post-title .title a {
	/*font: 500 72px/76px 'Dosis', sans-serif;*/
	font: 700 52px/58px 'Dosis', sans-serif;
	text-transform:none; 
	margin-bottom: 30px;
}
.inner-content .article-header .post-title .title, .inner-content .article-header .post-title .title a {
	color: #02e8d0;
}
.inner-content .article-header .post-title .title a:hover {
	color: #444;
}
.article-header .post-title .title {
}
/*--------------------------------------------------
			BLOG-HOLDER-MASONRY
---------------------------------------------------*/
.blog-masonry-wrapper {
	padding: 0 50px;
}
.blog-holder-masonry {
	width: 104.1%;
    margin: 20px 0 30px -2%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 
}
.blog-holder-masonry .post {
	float: left;
	margin-left: 2%; 
	margin-bottom: 2.2%; 
	padding: 0;
	text-align: center;
}
.blog-holder-masonry.col-2 .post {
	width: 47%;
}
.blog-holder-masonry.col-3 .post {
	width: 30.63%;
}
.blog-holder-masonry.col-4 .post {
	width: 22.50%;
}
.blog-holder-masonry.col-5 .post {
	width: 14.3%;
}
.blog-holder-masonry .post-content {
	padding: 40px 30px 30px 30px;
	border-style: solid;
    border-width: 5px;
	border-color: rgba(0, 0, 0, 0.05);
	background-color: rgba(255,255,255,0);
	position: relative;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
.blog-holder-masonry .post-content:hover {
	border-color: rgba(0, 0, 0, 0.7);
}
.blog-holder-masonry .post-content:hover .link {
	border-top-color: rgba(0, 0, 0, 0.7);
	border-left-color: rgba(0, 0, 0, 0.7);
}
.blog-holder-masonry .post-entry {
	padding: 10px 30px 30px 30px;
}
.blog-holder-masonry .post-media {
	margin-bottom: 25px;
	position: relative;
}
.blog-holder-masonry .post-meta {
	border: none;
    margin: 0 0 30px 0;
    top: -13px;
    left: 0;
    right: 0;
    position: absolute;
	width: auto;
}
.blog-holder-masonry .post-meta ul {
	background: none repeat scroll 0 0 #fff;
    padding: 0 20px;
	display: inline-block;
}
.content.alternate .blog-holder-masonry .post-meta ul {
	background: none repeat scroll 0 0 #f5f5f5;
}

.blog-holder-masonry .post-meta.alt {
	position: relative;
    margin: 30px 0 20px 0;
    padding: 0 0 20px 0;
	font: 14px/18px  "Lekton", sans-serif;
	letter-spacing: 0;
	text-transform: capitalize;
}
.blog-holder-masonry .post-meta.alt:before {
    bottom: 0;
    left: 50%;
    position: absolute;
	margin-left: -12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	content: "";
	width: 25px;
}


.blog-holder-masonry .post-content a.link {
	position: absolute;
	right: 0;
	bottom: 0;
    width: 50px;
    height: 50px;
	/*background-color: rgba(0, 0, 0, 0.05);*/
	border-top-style: solid;
    border-top-width: 5px;
	border-top-color: rgba(0, 0, 0, 0.05);
	border-left-style: solid;
    border-left-width: 5px;
	border-left-color: rgba(0, 0, 0, 0.05);
}
.blog-holder-masonry .post-content:hover a.link {
	color: rgba(0, 0, 0, 0.8);
}
.blog-holder-masonry .post-content a.link {
	color: rgba(0, 0, 0, 0.4);
	line-height: 42px;
}
/*--------------------------------------------------
			BLOG-HOLDER-GRID
---------------------------------------------------*/
.blog-holder-grid .post {   
    float: left;
    outline: 0 none;
    overflow: hidden;
	margin-bottom: 0;
    position: relative;
}
.blog-holder-grid .post {
	width:50%;  
    padding-bottom: 25%;  
}
.blog-holder-grid .post-content {
	background: none repeat scroll 0 0 #f5f5f5;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
	z-index:9;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	padding: 6%;
}
.blog-holder-grid .post-content:after {    
	border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
	border-right-style: solid;
    border-right-width: 15px;
	border-right-color: #f5f5f5;
	content:"";
	position:absolute;
	top:10%;
	left:-28px;
}
.content.alternate .blog-holder-grid .post-content {
	background-color: rgba(255, 255, 255, 1);
}
.content.alternate .blog-holder-grid .post-content:after  {
	border-right-color: #fff;
}
.blog-holder-grid .post-content:hover:after, .content.alternate .blog-holder-grid .post-content:hover:after  {
	border-right-color: #262626;
}
.content.alternate .blog-holder-grid .post:nth-child(6n+4) .post-content:after, .content.alternate .blog-holder-grid .post:nth-child(6n+5) .post-content:after, .content.alternate .blog-holder-grid .post:nth-child(6n+6) .post-content:after {
	border-left-color: #fff;
}

.blog-holder-grid .post-title .title, .blog-holder-grid .post-title .title a {
	font: 300 28px/33px 'Dosis', sans-serif;
	color: #444;
}
.blog-holder-grid .post-content:hover .post-title a:hover, .content.alternate .blog-holder-grid .post-content:hover .post-title a:hover {
	color: #fff;
}

.blog-holder-grid .post-content .post-meta {
    width: 100%;
	position:relative;
	margin: 0 0 25px 0;
    padding: 0 0 25px 0;
}
.blog-holder-grid .post-content .post-meta:after {
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	content: "";
	width: 25px;
}
.blog-holder-grid .post-content:hover .post-meta:after {
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	content: "";
	width: 25px;
}
.blog-holder-grid .post-content .post-meta li {
	display:inline;
}
.blog-holder-grid .post-content .post-meta li:after {
	content: "/";
    font-size: 13px;
	font-weight: 400;
}
.blog-holder-grid .post-content .post-meta li span.day:after {
    content: ",";
}
.blog-holder-grid .post-content .post-meta li:last-child:after, .blog-holder-grid .post-content .post-meta li span:last-child:after {
	content: "";
}
.blog-holder-grid .post-content .post-meta li a {
	color: #02e8d0;
}
.blog-holder-grid .post-content:hover .post-meta li a:hover, .content.alternate .blog-holder-grid .post-content:hover .post-meta li a:hover {
	color: #fff;
}
.blog-holder-grid .post-content .link {
    bottom: 8%;
    color: #384452;
    font-size: 13px;
    font-weight: 700;
    left: 8%;
    position: absolute;
    text-transform: uppercase;
	margin-left: 14px;
}

.blog-holder-grid .post-content:hover, .content.alternate .blog-holder-grid .post-content:hover {
	background-color: #262626;
}
.blog-holder-grid .post-content:hover .post-title a, .blog-holder-grid .post-content:hover .post-meta, .content.alternate .blog-holder-grid .post-content:hover .post-title a, .content.alternate .blog-holder-grid .post-content:hover .post-meta {
	color: rgba(255, 255, 255, 0.5);
}
.blog-holder-grid .post:nth-child(4n+3) .post-content:hover:after, .blog-holder-grid .post:nth-child(4n+4) .post-content:hover:after, .content.alternate .blog-holder-grid .post:nth-child(4n+3) .post-content:hover:after, .content.alternate .blog-holder-grid .post:nth-child(4n+4) .post-content:hover:after {
	border-left-color: #262626;
}

.blog-holder-grid .post-media {
    height: 100% !important;
    image-rendering: optimizequality;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-out 0s;
    width: 50% !important;
	z-index:1;
}
.blog-holder-grid .post-media img {
	top:0;
	left:0;
	height:100%!important;
	width:100%!important;
}
.blog-holder-grid .post-media img {
	right:0;
	left:auto;
}
.blog-holder-grid .post-media .player {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 90%;
}

.blog-holder-grid .post:nth-child(4n+3) .post-content, .blog-holder-grid .post:nth-child(4n+4) .post-content {
	right:auto;
	left:0;
}
.blog-holder-grid .post:nth-child(4n+3) .post-content:after, .blog-holder-grid .post:nth-child(4n+4) .post-content:after {
	left:auto;
	right:0;
	margin-right:-30px;
    border-right: 15px solid transparent;
	border-left-style: solid;
    border-left-width: 15px;
	border-left-color: #f5f5f5;
}
.content.alternate .blog-holder-grid .post:nth-child(4n+3) .post-content:after, .content.alternate .blog-holder-grid .post:nth-child(4n+4) .post-content:after {
	border-left-color: #fff;
}
.blog-holder-grid .post:nth-child(4n+1) .post-content:after, .blog-holder-grid .post:nth-child(4n+2) .post-content:after {
	right:auto;
	left:0;
	margin-left:-15px;
}
.blog-holder-grid .post:nth-child(4n+3) .post-media , .blog-holder-grid .post:nth-child(4n+4) .post-media  {
	right:0;
	left:auto;
}

.blog-holder-grid .responsive-video-video > div, .blog-holder-grid .responsive-video-vimeo > div, .blog-holder-grid .responsive-video-youtube > div { padding-top: 100%; }
/*--------------------------------------------------
		BLOG-HOLDER-BACKGROUND-IMAGE
---------------------------------------------------*/
.blog-holder-background-image .parallax {
	padding: 0;
}
.blog-holder-background-image .article {
    position: relative;
    height: 600px;
	float:left;
}
.blog-holder-background-image.col-1 .article {
    width: 100%;
    height: 400px;
}
.blog-holder-background-image.col-2 .article {
    width: 50%;
}
.blog-holder-background-image.col-3 .article {
    width: 33.33%;
}
.blog-holder-background-image.col-4 .article {
    width: 25%;
}
.blog-holder-background-image .article:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.blog-holder-background-image .article:hover:before {
    background: transparent;
}
.blog-holder-background-image .article .holder {
    padding: 50px 90px;
    width: 100%;
    position: relative;
	margin: 0 auto;
    height: 100%;
    transition: all 0.2s ease 0s;
}
.blog-holder-background-image .article .holder:hover {
     /*border: 10px solid rgba(255, 255, 255, 0.9);*/
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8) inset;
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8) inset;
	-moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8) inset;
}
.blog-holder-background-image .article .holder .post {
	margin: 0;
	padding: 0;
}
.blog-holder-background-image .article .holder .post-title a {
	font: 500 32px/39px 'Dosis', sans-serif;
	text-transform: none;
}
.blog-holder-background-image .article a.read-more {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 10px;
    right: 10px;
	display: none;
    font: 400 14px/18px 'Lekton', sans-serif;
	padding: 25px 15px 15px 25px;
	color: rgba(255, 255, 255, 0.7);
}
.blog-holder-background-image .article .holder:hover a.read-more {
	display: block;
}
/*--------------------------------------------------
			WP-PAGINATION 
---------------------------------------------------*/
.wp-pagenavi {
	width: 100%;
	float: right;
}
.wp-pagenavi span.pages {
	margin-right: 60px;
	width: auto;
	padding: 12px 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	display: inline-block;
	color: #444;
	font: 400 16px/24px 'Lekton', sans-serif;
	text-decoration: none;
	margin: 0 2px 0 0;
	padding: 12px;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	text-align: center;
}
.wp-pagenavi a:hover, .content.alternate .wp-pagenavi a:hover, .content.alternate.dark .wp-pagenavi a:hover {
    border: 1px solid rgba(0, 0, 0, 0.7);
}
.wp-pagenavi a.current, .wp-pagenavi a.current:hover {
	color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.7);
	background-color: rgba(0, 0, 0, 0.7);
}
/*--------------------------------------------------
			COMMENTS
---------------------------------------------------*/
.comment-list {
	margin: 0;
	padding: 0;
}
.comment {
	list-style-type: none;
    margin: 15px 0 0 0;
}
.comment div.entry {
	width: 100%;
	padding: 35px;
	margin: 0 0 35px 0;
	position: relative;
	z-index: 999;
	float: left;
	display: block;
	/*border: 1px solid rgba(255, 255, 255, 1); 
	background-color: #f5f5f5;*/
	box-shadow: 0 0 0 7px #f5f5f5; 
}
.content.alternate .comment div.entry {
	border: 1px solid rgba(0, 0, 0, 0.06); 
	box-shadow: 0 0 0 7px #fff; 
	background-color: #fff;
}
.content.alternate .comment div.entry, .content.alternate .comment .children div.entry {
	background-color: #fff;
}

.comment .avatar {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
    float: left;
	z-index: 1;
}
.comment .avatar img {
    border-radius: 50%;
	width: 50px;
	height: 50px;
}
.comment .comment-wrap {
    width: 90%;
    float: right;
	padding: 0;
}
.comment .comment-meta {
	font: 400 14px/18px  "Dosis", sans-serif;
	text-transform: uppercase;
	padding-top: 5px;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 5px;
}
.comment .comment-meta  .commentnumber {
    top: 15px;
    position: absolute;
    right: 0;
	letter-spacing: 2px;
}
.comment .date {
	font: 400 14px/18px  "Lekton", sans-serif;
    color: rgba(0, 0, 0, 0.5);
	display: block;
	margin-top: 4px;
	text-transform: lowercase;
}
.comment .children {
	padding: 0 0 0 7%;
    border-left: 2px solid #eee;
}
/*--------------------------------------------------
		COMMENT FORM
---------------------------------------------------*/
.form .comment-form-comment label {
    display: none;
}
.comment-form textarea {
	height: 200px;
}
/*--------------------------------------------------
		RELATED POST
---------------------------------------------------*/
.related-post {
    font: 400 14px/18px 'Lekton', sans-serif;
	position: relative;
	color: #777;
}
.related-post .post-meta {
	margin-bottom: 0;
	text-transform:uppercase;
}
.related-post .post-entry {
	padding: 30px 0 100px 0;
}
.related-post .post-entry .title {
    font: 300 19px/21px "Open Sans",serif;
}
.related-post .post-entry a {
	color: #444;
}
.related-post .post-entry p {
	margin: 0;
}
.related-post .link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12%;
}
.related-post .link a {
	color: #444;
	text-decoration:none;
}
.related-post .link a:hover, .related-post .post-entry a:hover {
	color: #02e8d0;
}
/*--------------------------------------------------
			AUTHOR
---------------------------------------------------*/
.author {
	margin: 30px 0 0 0;
	position: relative;
}
.author .midway .midway1 {
    padding: 40px;
}
.author .article:first-child {
	border-right: 3px solid rgba(0, 0, 0, 0.04);
}
.author .post-meta {
    top: -13px;
    left: 50%;
	margin-left: -95px;
    right: 0;
    position: absolute;
	width: 190px;
	z-index: 9999;
	background: none repeat scroll 0 0 #fff;
    padding: 0 20px;
	display: inline;
}
.content.alternate .container.author .post-meta {
	background: none repeat scroll 0 0 #f5f5f5;
}
/*--------------------------------------------------
			BLOG-HOLDER-MASONRY
---------------------------------------------------*/
.blog-holder-masonry-style2 {
	width: 110%;
    margin-bottom: 6%;
	margin-left: -6%;
	float: left;
}
.fullwidth .blog-holder-masonry-style2 {
	width: 100%;
    margin-bottom: 0;
	margin-left: -2%;
	float: left;
}

.blog-holder-masonry-style2 .post {
	width: 42%;
	float: left;
	margin-left: 6%; 
	margin-bottom: 6%; 
	padding: 0;
	position: relative;
}

.blog-holder-masonry-style2 .post-content {
	float: left;
    padding: 50px 40px 40px 40px;
	margin-top: -50px;
    border: 1px solid rgba(0, 0, 0, 0.9);
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
}

.blog-holder-masonry-style2 .post-media {
    position: relative;
	z-index: 1;
	display: block;
	width: 85%;
	float: right;
	margin-right: 20px;
}

.blog-holder-masonry-style2 .post-meta {
	position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.blog-holder-masonry-style2 .post-meta:before {
    bottom: 0;
    left: 0;
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
	content: "";
	width: 45px;
}
.blog-holder-masonry-style2 .post-meta li {
	text-transform: uppercase;
}

.blog-holder-masonry-style2 .post-content .post-left {
	width: 55%;
	float: left;
}
.blog-holder-masonry-style2 .post-content .post-right {
	width: 40%;
	float: right;
}
.blog-holder-masonry-style2 .post-content .post-title, .blog-holder-masonry-style2 .post-content .post-title a {
	font-weight: 600;
}