/*--------------------------------------------------
				RESET
---------------------------------------------------*/
.inner-content.two-third {
	width: 67%;
	float: left;
}
.inner-content.two-third.last {
	float: right;
}
.sidebar.one-third {
	width: 25%;
	float: left;
}
.sidebar.one-third.last {
	float: right;
}
/*--------------------------------------------------
				WIDGET
---------------------------------------------------*/
.sidebar .widget {
	margin-bottom: 50px;
	position:relative;
	padding-bottom: 50px;
    display: block;
	font-size: 13px;
}
.widget:last-child, 
.sb-slidebar .widget:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar h3.title {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
    position: relative;
    width: 100%;
	color: rgba(0, 0, 0, 0.3);
}
.sidebar h3.title:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    vertical-align: top;
    width: 100%;
}
.widget .title {
	margin: 0 0 15px 0;
	font: 700 12px/18px  "Open Sans", sans-serif;
	text-transform: uppercase;
    letter-spacing: 0;
}
.sidebar .widget ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.sidebar .widget a {
	text-decoration: none;
	font-weight: bold;
}
.sidebar .widget ul li span.date {
	font-size: 11px;
	display: block;
}
.sidebar .widget img.alignleft {
	margin: 5px 15px 0 0;
}
.sidebar .brankic_recent_entries li {
	margin-bottom: 25px;
	overflow:hidden;
}
.brankic_recent_entries li .post-img-holder {
    float: left;
    margin-right: 25px;
}
.brankic_recent_entries li img {
    border-radius: 30px;
    height: 58px;
    width: 58px;
}
.brankic_recent_entries li .post-info-holder {   
	display: block;
    padding-left: 80px;
    padding-top: 5px;
}
.brankic_recent_entries li span, .brankic_recent_entries li a {
    display: block;
}
.sidebar .brankic_recent_entries li a {
	line-height: 20px;
}
.brankic_recent_entries li span {
    font: 300 11px/20px "Open Sans",sans-serif;
    letter-spacing: .1em;
	text-transform:uppercase;
	opacity: .7;
}
/*--------------------------------------------------
			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;
	float:left;
    width: 100%;
}
.post:last-child {
	margin: 0;
	padding: 0;
}
.inner-content.one .post{
	margin: 0;
}
/*--------------------------------------------------
			POST META
---------------------------------------------------*/
.post-title .title, 
.post-title .title a {
	font: 700 27px/37px 'Montserrat', sans-serif;
	letter-spacing: .15em;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.post-title a {
	text-decoration: none;
}
.post-meta {
	margin: 0;
	padding: 0;
	display: block;
}
.post-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-meta li {
	display:inline;
	font: 600 11px/20px "Open Sans",sans-serif;
    letter-spacing: .1em;
	text-transform: uppercase;
	font-style:normal;
    margin-right: 10px;
	position: relative;
	padding-left: 35px;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta li:first-child {   
	padding-left: 0;
}
.post-meta li:before {    
	content: "";
    width: 25px;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    top: 7px;
    left: -2px;
    background-color: currentColor;
}
.post-meta li:first-child:before {    
    opacity: 0;
}
.post-meta li:last-child:after {
    content: "";
	margin-left: 0;
	padding-left: 0;
}
.post-meta span {
	letter-spacing: 0;
	text-transform: none;
}
.post-meta span.day, .post-meta span.month, .post-meta span.year {
    letter-spacing: .1em;
	text-transform: uppercase;
}
.post-meta span.day:after {
	content: ",";
}
.post-meta a {
	display: inline;
	text-decoration: none;
}

.post-meta li.date.slash-module span {
	margin-right: 5px;
}
.post-meta li.date.slash-module span:last-child {
	margin-right: 0;
}
.post-meta li.date.slash-module span:after {
	content: "/";
	margin-left: 5px;
}
.post-meta li.date.slash-module span:last-child:after {
	content: "";
	margin-left: 0;
}
.post-meta .post-author img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
}
.post-meta .post-author span {
    font: 600 11px/20px "Open Sans",sans-serif;
    letter-spacing: .1em;
    margin: 0 0 0 12px;
	text-transform:uppercase;
}
.post-meta i {
    margin-right: 10px;
}

.post-meta .tag-cat {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
    position: relative;
}
.post-meta .tag-cat li {
	display:inline;
    margin-right: 10px;
	padding-left: 0;
}
.post-meta .tag-cat li:last-child {
    margin-right: 0;
}
.post-meta .tag-cat li:first-child {  
    margin-right: 0; 
	padding-left: 0;
    position: relative;
	top: 4px;
}
.post-meta .tag-cat li:before {    
    width: 0;
    height: 0;
    opacity: 0;
}
.post-meta .tag-cat li a:hover {  
	color: #000 !important;
}

.post-meta.item ul {
    display: flex !important;
	display: -webkit-flex; 
    margin-top: 35px; 
}
.post-meta.item li {
    flex: 1 1 0;
	-webkit-flex: 1 1 0;
	margin-right: 3%;
	padding-left: 0;
}
.post-meta.item li:before {    
    width: 0;
    height: 0;
    opacity: 0;
}
.post-meta.item strong {
	display:block;
	font-family: "Open Sans", sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.3em;
	font-weight:100;
    margin-bottom: 15px; 
}
.post-meta.item span {
    display: block !important;
	font: 500 14px/20px "Open Sans",sans-serif;
	margin-bottom: 5px;
}
/*--------------------------------------------------
			POST ENTRY
---------------------------------------------------*/
.post-entry .button {
	margin-top: 14px;
}
.post-entry blockquote {
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
    border: none;
	background-color: transparent;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(23, 61, 80, 0); 
	-moz-box-shadow: 7px 7px 0px 0px rgba(23, 61, 80, 0); 
	box-shadow: 7px 7px 0px 0px rgba(23, 61, 80, 0);
}
.post-entry blockquote:before {
	content: "";
}
.post-entry blockquote p {	
	font: 400 20px/30px "Playfair Display", sans-serif;
	margin: 0;
	padding-left: 0;
	letter-spacing: 0;
}
.post-entry blockquote b { display: none; }
/*--------------------------------------------------
			POST MEDIA
---------------------------------------------------*/
.format-video iframe, 
.format-video object, 
.format-video embed {
}
.post-media {
    margin-bottom: 30px;
    overflow: hidden;
}
.post-media img {
	display: block;
}
.blog-holder .post-media {
    margin-bottom: 0;
}
.post-content img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------
			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;
}
/*--------------------------------------------------
				BLOG-HOLDER-DEFAULT
---------------------------------------------------*/ 
.blog-holder-default.fullwidth {
	width: 80%;
	float: none;
	margin: 0 auto;
}
.blog-holder-default .post {
	width: 100%;
	float: left;
	position: relative;
}
.blog-holder-default .post-content {
    display: block;
    margin-left: 90px;
}
.blog-holder-default .post-title .title, .blog-holder-default .post-title .title a {
	font: 500 33px/41px 'Playfair Display', serif;
}
.blog-holder-default .post-title a, 
.blog-holder-default .post-title .title {
	line-height: 35px;
	letter-spacing: 0;
	text-transform:none;
}

.blog-holder-default .post-date {
    border: medium none;
    float: left;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 90px;
}
.blog-holder-default .post-date li {
    position: absolute;
}
.blog-holder-default .post-date li.date::before {
    content: "";
    padding-right: 0;
}
.blog-holder-default .post-date li span {
    color: rgba(0, 0, 0, 0.7);
    font: 400 13px/20px "Open Sans",sans-serif;
    text-transform: uppercase;
}
.blog-holder-default .post-date li.day {
    left: 22px;
    top: 0;
}
.blog-holder-default .post-date li.day span {
    font: 600 35px/30px "Open Sans",sans-serif;
    letter-spacing: 0;
}
.blog-holder-default .post-date li.month {
    left: 5px;
    top: 2px;
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    z-index: 9999;
}
.blog-holder-default .post-date li.month span {
    letter-spacing: .2em;
}
.blog-holder-default .post-date li.year {
    left: 22px;
    top: 35px;
	border-top: 1px solid currentColor;
	margin-top: 3px;
	width: 38px;
	text-align:right;
}
.blog-holder-default .post-date li.year span {
    font-weight: 700;
    letter-spacing: .1em;
}

.blog-holder-default .post {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.blog-holder-default .post-entry {
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden; 
}
.blog-holder-default .post-meta {
	margin: -10px 0 30px 0;
}
.blog-holder-default blockquote, .blog-holder-default .link {
	padding: 50px;
}
.blog-holder-default .post-media {
	box-shadow: 0 0 22px 0px rgba(0, 0, 0, 0.07); 
	-webkit-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.07); 
}

.blog-holder-default .post.sticky {
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
}
.blog-holder-default .sticky .post-content {
    display: block;
    padding: 50px;
	background: #f8f8f8;
}
.blog-holder-default .sticky .post-media {
	margin: -50px -50px 60px -50px;
}
.blog-holder-default .sticky .post-entry {
	margin: 0;
	padding: 0;
	border-bottom: none;
	overflow: hidden; 
}
/*--------------------------------------------------
			BLOG-HOLDER-MASONRY 
---------------------------------------------------*/
.blog-masonry-wrapper {
    margin-right: -30px;
}
.holder.fullwidth .blog-masonry-wrapper {
	margin: 0 15px 0 50px;
}
.blog-holder-masonry {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 
}
.blog-holder-masonry .post {
	padding: 0 30px 30px 0;
	margin: 0;
	text-align: center;
	display: inline-block;
}
.holder.fullwidth .blog-holder-masonry .post {
	padding: 0 30px 30px 0;
}
.blog-holder-masonry.col-2 .post {
	width: 50%;
}
.blog-holder-masonry.col-3 .post {
	width: 33.33%;
}
.blog-holder-masonry.col-4 .post {
	width: 25%;
}
.blog-holder-masonry.col-5 .post {
    width: 20%;
}
.blog-holder-masonry .post-content {
	padding: 40px 30px 30px 30px;
	border-style: solid;
    border-width: 4px;
	border-color: rgba(0, 0, 0, 0.03);
	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;
	border-radius: 4px;
}
.blog-holder-masonry .post-content:hover {
	border-color: #ec5a62;
}
.blog-holder-masonry .post-content:hover .link {
	border-top-color: #ec5a62;
	border-left-color: #ec5a62;
}
.blog-holder-masonry .post-entry {
	padding: 0 30px 30px 30px;
	text-align: left;
	color: rgba(0, 0, 0, 0.7);
}
.blog-holder-masonry .post-title .title, 
.blog-holder-masonry .post-title .title a { 
	letter-spacing: 0;
    line-height: 35px;
	text-transform: none;
} 
.blog-holder-masonry .post-title .title {
	padding: 0 30px;
}
.blog-holder-masonry .post-media {
	margin-bottom: 25px;
	position: relative;
}
.blog-holder-masonry .post-meta {
	border: none;
    margin: 0 0 30px 0;
    top: -16px;
    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;
}
.blog-holder-masonry .post-meta li.date {
	font-style:normal;
}
.blog-holder-masonry .post-meta li.date.slash-module {
	font-size: 12px;
}
.content.background-light-grey .blog-holder-masonry .post-meta ul {
	background: none repeat scroll 0 0 #f8f8f8;
}

.blog-holder-masonry .post-meta.alt {
	position: relative;
    margin: 30px 0 10px 0;
}

.blog-holder-masonry .post-content a.link {
	position: absolute;
	right: 0;
	bottom: 0;
    width: 50px;
    height: 50px;
	border-top-style: solid;
    border-top-width: 4px;
	border-top-color: rgba(0, 0, 0, 0.03);
	border-left-style: solid;
    border-left-width: 4px;
	border-left-color: rgba(0, 0, 0, 0.03);
}
.blog-holder-masonry .post-content:hover a.link {
	color: #ec5a62;
}
.blog-holder-masonry .post-content a.link {
	color: rgba(0, 0, 0, 0.2);
	line-height: 47px;
}



.blog-holder-masonry .sticky .post-content {
	border-color: #000;
}
.blog-holder-masonry .sticky .post-content:hover {
	border-color: #ec5a62;
}
.blog-holder-masonry .sticky .post-content a.link {
	border-color: #000;
}
.blog-holder-masonry .post-content a.link {
	color: #000;
}
.blog-holder-masonry .sticky .post-content:hover a.link {
	color: #ec5a62;
}
.blog-holder-masonry .sticky .post-content:hover .link {
	border-top-color: #ec5a62;
	border-left-color: #ec5a62;
}
/*--------------------------------------------------
			BLOG-HOLDER-MASONRY STYLE 2
---------------------------------------------------*/
.blog-masonry-wrapper-style2 {
    margin-right: -50px;
}
.blog-holder-masonry-style2 {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 
}
.holder.fullwidth .blog-masonry-wrapper-style2 {
    margin: 0 0 0 50px;
}
.blog-holder-masonry-style2 .post {
	width: 50%;
	float: left;
	padding: 0 50px 50px 0;
	margin: 0;
	position: relative;
}
.blog-holder-masonry-style2.col-3 .post {
	width: 33%;
}
.blog-holder-masonry-style2 .post-content {
	float: left;
    padding: 60px 50px 50px 50px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); 
	position: relative;
	width: 100%;
}
.blog-holder-masonry-style2 .post-media {
    position: relative;
	z-index: 1;
	display: block;
	width: 85%;
	float: right;
	margin-right: 20px;
	margin-bottom: -20px;
}
.blog-holder-masonry-style2 .post-title .title, 
.blog-holder-masonry-style2 .post-title .title a { 
	letter-spacing: 0;
    line-height: 35px;
    text-transform: none;
	font-family: 'Playfair Display', serif;
}
.blog-holder-masonry-style2 .post-meta {
	position: relative;
    margin: 0 0 10px 0;
    padding: 0;
	width: 40%;
	float:left;
}
.blog-holder-masonry-style2 .post-meta li {
	position: relative;
    margin: 0 0 0 0;
    padding: 0;
	width: 100%;
	float:left;
}
.blog-holder-masonry-style2 .post-meta li:before {    
    opacity: 0;
}
.blog-holder-masonry-style2 .post-meta li::after {
    content: "";
    margin-left: 0;
    padding-left: 0;
}
.blog-holder-masonry-style2 .post-meta:last-child {
    margin: 0;
}
.blog-holder-masonry-style2 .post-meta.alt {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 40%;
	padding-left: 50px;
}
.blog-holder-masonry-style2 .post-content .post-entry {
    margin: 0 0 0 0;
	width: 60%;
	float:left;
	padding-left: 30px;
}
.blog-holder-masonry-style2 .post-content .post-right {
	width: 100%;
	float: right;
}

.blog-holder-masonry-style2 .sticky .post-content {
	background: #d0e8f3;
}
.blog-holder-masonry-style2 .sticky .post-title .title a {
	color: #fff;
}
.blog-holder-masonry-style2 .sticky .post-title .title a:hover {
	color: #000;
}
/*--------------------------------------------------
			BLOG-HOLDER-GRID
---------------------------------------------------*/
.blog-holder-grid .post {   
    float: left;
    outline: 0 none;
    overflow: hidden;
	margin: 0;
	padding: 0;
    position: relative;
}
.blog-holder-grid.col-1 .post {
	width:100%;  
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-holder-grid.col-1 .post:last-child {
	border-bottom: none;
}
.blog-holder-grid.col-2 .post {
	width:50%;   
}
.blog-holder-grid.col-3 .post {
	width:33.33%;   
}

.blog-holder-grid.elastic .post.alt, .blog-holder-grid.elastic .wrap .post {
    width: 100%;
}
.blog-holder-grid.elastic .row:nth-child(even) {background: #CCC; overflow: hidden;}
.blog-holder-grid.elastic .row:nth-child(odd) {background: #FFF; overflow: hidden;}

.blog-holder-grid.elastic .row:nth-child(odd) .wrap:nth-child(odd) .post .post-media {
	float:right;
}
.blog-holder-grid.elastic .row:nth-child(even) .wrap:nth-child(odd) .post .post-media, .blog-holder-grid.elastic .row:nth-child(even) .post .post-media {
	float:left;
}
.blog-holder-grid.elastic .post.alt .post-media {
    image-rendering: optimizequality;
    transition: all 0.5s ease-out 0s;
    width: 100%;
	z-index:1;
	margin: 0;
	display:block;
	float:left;
    position: relative;
}
.blog-holder-grid .post.alt .post-media .background-image {
	height: 100vh;
	max-height: 100vh;
    min-height: 100vh;
}
.blog-holder-grid.elastic .post .post-content {
	background: none repeat scroll 0 0 transparent;
}
.blog-holder-grid.elastic .post.alt .post-content {
    image-rendering: optimizequality;
    transition: all 0.5s ease-out 0s;
    width: 100%;
	z-index:1;
	margin: 0;
    position: absolute;
	top: 0;
	left: 0;
	background: none repeat scroll 0 0 transparent;
	height: 100vh;
}

.blog-holder-grid.elastic .post.alt:hover .post-content {
	background: none repeat scroll 0 0 transparent;
}
.blog-holder-grid .post-media {
    image-rendering: optimizequality;
    transition: all 0.5s ease-out 0s;
    width: 50%;
	z-index:1;
	margin: 0;
	display:block;
	float:left;
    position: relative;
}
.blog-holder-grid .post .post-media .background-image {
    transition: all 0.5s ease-out 0s;
	max-height: 100vh;
	min-height: 50vh;
}
.blog-holder-grid .post:hover .post-media .background-image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.blog-holder-grid .post-content {
	background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    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: 70px;
	display:block;
	float:left;
	position:relative;
}
.blog-holder-grid .post:hover .post-content {
	background-color: #26252A;
}
.blog-holder-grid .post-content:after {    
	background-color: #fff;
	content:"";
	position:absolute;
	top:70px;
	left:-10px;
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	 transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width:50px;
    height:50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog-holder-grid .post:hover .post-content:after {
	background-color: #26252A;
}
.blog-holder-grid .row:nth-child(even) .post .post-media, .blog-holder-grid .row:nth-child(even) .post .post-content {
	float:right;
}
.blog-holder-grid .row:nth-child(even) .post-content:after {
	left:auto;
	right:-10px;
}
.blog-holder-grid .row:nth-child(even) .post:hover .post-content:after {
	border-left-color: #26252A;
}

.blog-holder-grid .post-title .title, 
.blog-holder-grid .post-title .title a {
	font: 700 27px/33px "Playfair Display", sans-serif;
	letter-spacing: .03em;
	text-transform:none;
}
.blog-holder-grid .post:hover .post-title a, 
.blog-holder-grid .post:hover .post-meta, 
.blog-holder-grid .post:hover .post-meta a {
	color: #ddd;
}
.blog-holder-grid .post:hover .post-title a:hover, 
.blog-holder-grid .post:hover .post-meta a:hover {
	color: currentColor !important;
}
.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 li {
	display:inline;
}
.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 .post-meta li a {
	color: #444;
}
.blog-holder-grid .post:hover .post-meta li a:hover {
	color: #fff;
}
.blog-holder-grid .post-content .post-meta.alt {
    bottom: 70px;
    left: 0;
	padding: 0 70px;
	margin: 0;
    position: absolute;
    width: 100%;
}
.blog-holder-grid.col-1 .post-content .post-meta.alt {
	bottom: 63px;
}
.blog-holder-grid .post-entry {
	padding-bottom: 90px;
	color: #888;
}





.blog-holder-grid .sticky .post-content {
	background: none repeat scroll 0 0 #26252A;
}
.blog-holder-grid .post.sticky:hover .post-content {
	background-color: #fff;
}
.blog-holder-grid .sticky .post-content:after {    
	background-color: #26252A;
}
.blog-holder-grid .post.sticky:hover .post-content:after {
	background-color: #fff;
}
.blog-holder-grid .row:nth-child(even) .post.sticky:hover .post-content:after {
	border-left-color: #fff;
}
.blog-holder-grid .post.sticky .post-title a,
.blog-holder-grid .post.sticky .post-meta, 
.blog-holder-grid .post.sticky .post-meta a {
	color: #ddd;
}  
.blog-holder-grid .post.sticky .post-entry {
	color: #888;
}
.blog-holder-grid .post.sticky:hover .post-title a, 
.blog-holder-grid .post.sticky:hover .post-meta, 
.blog-holder-grid .post.sticky:hover .post-meta a {
	color: #444;
} 
.blog-holder-grid .post.sticky:hover .post-entry {
	color: #888;
}
.blog-holder-grid .post.sticky:hover .post-meta li a:hover {
	color: #fff;
}
/*--------------------------------------------------
		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 .article.height-2 {
    height: 1200px;
}
.blog-holder-background-image .article a {
	text-decoration: none;
}
.blog-holder-background-image.col-1 .article {
    width: 100%;
    height: 500px;
}
.blog-holder-background-image.col-2 .article {
    width: 50%;
}
.blog-holder-background-image.col-2 .article .holder {
    padding: 10% 20% 10% 10%;
    width: 100%;
    position: relative;
	margin: 0 auto;
    height: 100%;
}
.blog-holder-background-image.col-3 .article {
    width: 33.33%;
}
.blog-holder-background-image.col-3 .article.width-2 {
    width: 66.66%;
}
.blog-holder-background-image.col-4 .article {
    width: 25%;
    height: 550px;
}
.blog-holder-background-image.col-4 .article.width-2 {
    width: 50%;
}
.blog-holder-background-image.col-4 .article.height-2 {
    height: 1100px;
}

.blog-holder-background-image .article:after, .blog-holder-background-image .article:before, .blog-holder-background-image .article .background-color-overlay {
    content: "";
 	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;   
    z-index: -1;
	-webkit-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	opacity: 0.5;
}
.blog-holder-background-image .article:before {
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%) repeat scroll 0 0;
}
.blog-holder-background-image .article:hover:before {
	opacity: 0.15;
 	bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;   
}
.blog-holder-background-image .article:hover .background-color-overlay {
	opacity: 0.1;
}
.blog-holder-background-image .article .holder {
    padding: 60px;
    width: 100%;
    position: relative;
	margin: 0 auto;
    height: 100%;
}
.blog-holder-background-image .article .holder .post {
	margin: 0;
	padding: 0;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.blog-holder-background-image .article .post-content {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.blog-holder-background-image .article .post.font-black .post-content {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.blog-holder-background-image .article.width-2 .post-content {
    width: 60%;
}
.blog-holder-background-image .post-title a, 
.blog-holder-background-image .post-title .title {
	line-height: 35px;
	letter-spacing: 0;
	text-transform:none;
}
.blog-holder-background-image .post-title .title {
	position: relative;
	margin-top: 10px;
}
.blog-holder-background-image.light .article .holder .post-title a:hover {
	border-bottom: 2px solid currentColor;
}
.blog-holder-background-image .post-meta {
	margin-bottom: 10px;
}
.blog-holder-background-image .post-meta.alt {
	position:absolute;
	bottom: 0;
	left:0;
    width: 100%;
}
.blog-holder-background-image .post-meta.alt li {
	padding-left: 0;
}
.blog-holder-background-image .post-meta.alt li:before {    
    opacity: 0;
}
.blog-holder-background-image .post-meta.alt li:after {
	content: "";
}	
.blog-holder-background-image .article .post-meta.alt .post-author {
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
   -webkit-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
    display: block;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}	
.blog-holder-background-image .article:hover .post-meta.alt .post-author {
   -webkit-transform: translateY(-50px);
   -o-transform: translateY(-50px);
   transform: translateY(-50px);
   opacity:0;
}
.blog-holder-background-image .post-meta.alt .link {
	content: "";
	color: rgba(255, 255, 255, 1);
	position:absolute;
	bottom: 0;
	left:0;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity:0;
}
.blog-holder-background-image .link {
	-webkit-transform: translateY(50px);
   -o-transform: translateY(50px);
	transform: translateY(50px);
}	
.blog-holder-background-image .article:hover .post-meta.alt .link {
   -webkit-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
	opacity:1;
}
.blog-holder-background-image .article:hover a .post-meta.alt .link, .blog-holder-background-image .article:hover a .post-meta.alt .post-author {
   -webkit-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
	opacity:1;
}
.blog-holder-background-image .link a {
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.blog-holder-background-image blockquote { background-color: transparent; border: medium none; float: none; margin: 0; padding: 0; width: 100%; }
.blog-holder-background-image blockquote p { font: 700 27px/37px "Montserrat",sans-serif; letter-spacing: 0; word-spacing: 0; }
.blog-holder-background-image blockquote:before { content: ""; }
.blog-holder-background-image blockquote p { padding-left: 0; }
/*--------------------------------------------------
			WP-PAGINATION 
---------------------------------------------------*/
.wp-pagenavi {
    display: table;
    margin: 0;
    padding-left: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.wp-pagenavi a {
    display: inline-block;
	cursor: pointer;
}
.wp-pagenavi .page-first, .wp-pagenavi .page-prev, .wp-pagenavi .page-next, .wp-pagenavi .page-last {
    width: 30px;
}
.wp-pagenavi .page-prev, .wp-pagenavi .page-first {
    float: left;
}
.wp-pagenavi .page-next, .wp-pagenavi .page-last {
    float: right;
}
.wp-pagenavi span.pages {
	margin-right: 60px;
	width: auto;
	padding: 12px 0;
}
.wp-pagenavi a, .wp-pagenavi span.expand {
	color: rgba(0, 0, 0, 0.3);
	font: 700 24px/32px 'Monserrat', sans-serif;
	text-decoration: none;	
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi a:link, 
.wp-pagenavi span {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 12px;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	text-align: center;
}
.wp-pagenavi a.current, 
.wp-pagenavi a:hover {
	color: rgba(0, 0, 0, 1) !important;
}
/*--------------------------------------------------
			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: 4px solid rgba(0, 0, 0, 0.04); 
}
.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, 
.comment .comment-meta {
    width: 88%;
    float: right;
	padding: 0;
}
.comment .comment-meta {
	font: 400 12px/18px  "Montserrat", sans-serif;
	text-transform: uppercase;
	padding-top: 5px;
	margin-bottom: 30px;
	position: relative;
    letter-spacing: .2em;
}
.comment .comment-meta ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.comment .comment-meta a.author {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
.comment .comment-meta a.author:hover {
	color: rgba(0, 0, 0, 0.5);
}
.comment .comment-meta li.date span {
	text-transform: uppercase;
}
.comment .comment-meta .commentnumber {
    top: -48px;
    position: absolute;
    right: 0;
	letter-spacing: .02em;
	font: 700 24px/18px  "Montserrat", sans-serif;
	background-color: #fff;
	padding: 0 15px;
	color: rgba(0, 0, 0, 0.07);
}
.content.background-light-grey .comment .comment-meta .commentnumber {
	background-color: #f8f8f8;
}
.comment .date {	
	font: 300 11px/18px 'Open Sans', sans-serif;
	font-style:normal;
	text-transform: none;
	letter-spacing: .2em;
    color: rgba(0, 0, 0, 0.5);
	display: block;
	margin-top: 4px;
}
.comment .children {
	padding: 0 0 0 7%;
    border-left: 2px solid #eee;
}
.comment .reply {
	margin-top: 30px;
}
/*--------------------------------------------------
		RELATED POST
---------------------------------------------------*/
.related-post-wrapper {
	width: 100%;
}
.related-post-wrapper.col2 .related-post {
    width: 50%;
}
.related-post-wrapper.col3 .related-post {
    width: 33.3%;
}
.related-post-wrapper.col4 .related-post {
    width: 25%;
}
.related-post-wrapper.col5 .related-post {
    width: 20%;
}
.related-post {
	position: relative;
	float: left;
}
.bg-image .related-post-wrapper.col2 .related-post {
    width: 48.5%;
}
.bg-image .related-post-wrapper.col3 .related-post {
    width: 31.33%;
}
.bg-image .related-post-wrapper.col4 .related-post {
    width: 22.75%;
}
.bg-image .related-post-wrapper.col5 .related-post {
    width: 17.6%;
}
.bg-image .related-post {
	margin-right: 3%;
}
.bg-image .related-post:last-child {
	margin-right: 0;
}
/*--------------------------------------------------
		BG-IMAGE
---------------------------------------------------*/
.related-post.bg-image:hover, .related-post.bg-image:hover a {
	color: #fff !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.related-post.bg-image .info {
	padding: 50px;
}	
.related-post.bg-image .post-meta {
	margin-bottom: 0;
	text-transform:uppercase;
}
.related-post.bg-image .post-meta {
	background-color: transparent;
	padding: 0 0 70px 0;
	z-index: 999;
}
.related-post.bg-image .post-meta li {
	float: none;
}
.related-post.bg-image .post-entry {
	padding: 30px 0 130px 0;
}
.related-post.bg-image .post-entry .title {
	font: 400 24px/33px 'Playfair Display', sans-serif;
	letter-spacing: .04em;
	text-transform:none;
	margin-bottom: 0;
}
.related-post.bg-image .post-entry p {
	margin: 0;
}
.related-post.bg-image .link {
	position:absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.related-post.bg-image .link a {
	text-decoration: none;
}
.related-post.bg-image .info:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
 	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;   
	margin: 7px;
    transition: all 0.3s ease 0s;
	z-index: -1;
	opacity: 1;
}
.light-grey .related-post.bg-image .info:after {
    background: none repeat scroll 0 0 #fdfdfd;
}
.related-post.bg-image .info:hover:after {
	background: none repeat scroll 0 0 #000;
	opacity: 0.15;
}
.related-post.bg-image .background-image {
	opacity: 0.3;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
    transition: all 0.2s ease 0s;
    background: none repeat scroll 0 0 #262626;
}
.related-post.bg-image:hover .background-image {
	opacity: 1;
}
/*--------------------------------------------------
		BLOG-HOLDER-MASONRY STYLE 3
---------------------------------------------------*/
.holder.fullwidth .blog-masonry-wrapper-style3 {
	margin: 0 0 0 50px;
}
.blog-masonry-wrapper-style3 {
    margin-right: -50px;
}
.blog-holder-masonry-style3 {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 
}
.blog-holder-masonry-style3.col-1 .post {
    width: 100%;
}
.blog-holder-masonry-style3.col-2 .post {
    width: 50%;
}
.blog-holder-masonry-style3.col-3 .post {
    width: 33.33%;
}
.blog-holder-masonry-style3.col-4 .post {
    width: 25%;
}
.blog-holder-masonry-style3 .post {
	float: left;
	padding: 0 50px 50px 0;
	margin: 0;
}
.blog-holder-masonry-style3 .post-media {
    position: relative;
	z-index: 1;
	margin: 0;
	width: 100%;
}
.blog-holder-masonry-style3 .post-content {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09); 
	float: left;
	width: 100%;
    padding: 40px 60px;
    position: relative;
	color: currentColor;
}
.blog-holder-masonry-style3 .post-title .title, 
.blog-holder-masonry-style3 .post-title a { 
	letter-spacing: 0;
    line-height: 35px;
    text-transform: none;
	margin: 0 0 5px 0;
}
.blog-holder-masonry-style3 .post-meta, .blog-holder-masonry-style3 .post-meta .tag-cat {
	position: relative;
    margin: 0 0 40px 0;
    padding: 0;
}
.blog-holder-masonry-style3 .post-meta .button.small { padding: 3px 12px; margin-bottom: 35px; display: inline-block; }
.blog-holder-masonry-style3 .post-meta .button + .button { margin-left: 10px; }
.blog-holder-masonry-style3 .post-meta .button { border:none; background-color: transparent; }
.blog-holder-masonry-style3 .post-meta:last-child {
    margin: 0;
}
.blog-holder-masonry-style3 .post-meta.alt {
	position: relative;
    padding: 25px 0 0 0;
    margin: 40px 0 0 0;
}
.blog-holder-masonry-style3 .post-meta.alt:before {
	content: "";
	width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 1px solid currentColor;
    opacity: 0.09;
}
.blog-holder-masonry-style3 .post-content .post-entry {
	color: rgba(0, 0, 0, 0.4);
	font-size: 15px;
}
/*--------------------------------------------------
		         BLOG-MINIMAL
---------------------------------------------------*/
.blog-minimal.owl-carousel .owl-wrapper-outer {
    overflow: visible !important;
}
.blog-minimal  {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05); 
}
.blog-minimal.gap,
.blog-minimal.odd-even-color  {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); 
}
.blog-minimal .post {
	float: left;
	padding: 0;
	margin: 0;
}
.blog-minimal.gap .post {
	margin: 10px 0;
	padding: 0 10px;
}
.blog-minimal.col-1 .post {
    width: 100%;
}
.blog-minimal.col-2 .post {
    width: 50%;
}
.blog-minimal.col-3 .post {
    width: 33.33%;
}
.blog-minimal.col-4 .post {
    width: 25%;
}
.blog-minimal.col-5 .post {
    width: 20%;
}
.blog-minimal .post-content {
    padding: 70px 15% 160px 15%;
    position: relative;
	color: currentColor;
    width: 100%;
}
.blog-minimal.odd-even-color .post-content {
	border-left: none;
	border-bottom: none;
}
.blog-minimal.odd-even-color .post-content {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
}
.blog-minimal.odd-even-color.col-2 .post:nth-child(4n+2) .post-content, 
.blog-minimal.odd-even-color.col-2 .post:nth-child(4n+3) .post-content,
.blog-minimal.odd-even-color.col-3 .post:nth-child(2n) .post-content,
.blog-minimal.odd-even-color.col-4 .post:nth-child(8n+2) .post-content, 
.blog-minimal.odd-even-color.col-4 .post:nth-child(8n+4) .post-content,
.blog-minimal.odd-even-color.col-4 .post:nth-child(8n+5) .post-content, 
.blog-minimal.odd-even-color.col-4 .post:nth-child(8n+7) .post-content,
.blog-minimal.odd-even-color.col-5 .post:nth-child(2n) .post-content {
    background-color: rgba(245, 245, 245, 0.43) !important;
}

.blog-minimal.gap .post-content {
    background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09); 
	border: solid 1px rgba(0, 0, 0, 0.08);
}
.blog-minimal .post-content {
    background-color: rgba(255, 255, 255, 1);
	margin: 0;
	box-shadow: 0px 0px 0px 2px #f5f5f5;
	-webkit-box-shadow: 0px 0px 0px 2px #f5f5f5;
	-moz-box-shadow: 0px 0px 0px 2px #f5f5f5;
}
.blog-minimal.odd-even-color .post-content {
	margin: 0;
}
.blog-minimal .post:last-child .post-content {
	margin: 0;
}
.blog-minimal .post-content .post-media {
	margin: -42px -60px 30px -60px;
}
.blog-minimal .post-meta li {
	margin-bottom: 0;
	display: inline-block;
}
.blog-minimal .post-meta li:last-child {
	margin-bottom: 0;
}
.blog-minimal .post-meta li:after {
	content: "\2022";
}
.blog-minimal .post-meta li:last-child:after {
	content: "";
}
.blog-minimal .post-meta.alt {
    bottom: 80px;
    left: 15%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 70%;
}
.blog-minimal.gap .post-meta.alt {
    bottom: 50px;
    padding: 0 60px;
}
.blog-minimal .post-meta.alt li {
	display:inline;
}
.blog-minimal .post-meta .button.small {
    padding: 3px 12px;
}
.blog-minimal .post-title .title, .blog-minimal .post-title .title a {
    font: 400 27px/37px "Playfair Display",sans-serif;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    margin: 50px 0 0 0;
}
.blog-minimal .post-entry {
	color: #888;
    margin: 20px 0 0 0;
}
.blog-minimal.odd-even-color .sticky .post-content {
    background-color: #26252A !important;
    color: #ddd;
}
.blog-minimal.odd-even-color .sticky a {
    color: #fff;
}

.blog-single-sidebar .blog-minimal  {
	float: left;
	box-shadow: 0px 0px 0px 0px #f5f5f5;
} 
.blog-single-sidebar .blog-minimal .post-content {
	margin: 0 2px 0 0;
}
.blog-single-sidebar .post-title {
	font-family: "Playfair Display",sans-serif;
}
.blog-single-sidebar .blog-minimal .post-content {
	-webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.07);
	box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.07);
	float: left;
	padding: 0px 30px 60px 30px;
}
.blog-single-sidebar .blog-minimal .post:first-child .post-content {
	-webkit-box-shadow: inset 0px 0px 0px 0px transparent;
	-moz-box-shadow: inset 0px 0px 0px 0px transparent;
	box-shadow: inset 0px 0px 0px 0px transparent;
	padding-left: 0;
}
.blog-single-sidebar .blog-minimal .post:last-child .post-content {
	padding-right: 0;
}
.blog-single-sidebar .blog-minimal .post-meta.alt {
    bottom: 0;
    left: 30px;
}
.blog-single-sidebar .blog-minimal .post:first-child .post-meta.alt {
    left: 0;
}
.blog-single-sidebar .single_share {
	margin: -60px 0 0 0;
}
/*--------------------------------------------------
		         AUTHOR
---------------------------------------------------*/

.post-author .author {
    float: left;
    width: 14.55%;
}
.post-author .author img {
 width: 75%;
 max-width: none;
 height: 75%;
}
.post-author .author-info {
 padding-left: 17%;
}