/* #Blog
================================================== */

	.blog {

	}

	.blog .cover {
		background-image: url(../images/backgrounds/blog.jpg);
	}

	.posts {

	}

	.blog .pagination a.nr {
		color: #aaaaaa;
		font-family: 'Montserrat';
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 7px;
		padding-right: 5px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}
	.blog .pagination a.newer ,.blog .pagination a.older
	{
		color: #aaaaaa;
	}
	.blog .pagination a.nr:hover, .blog .pagination a.newer:hover ,.blog .pagination a.older:hover
	{ 
		color: #000000 !important;
	}
	

	.blog .post {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 100px;
		padding-bottom: 98px;
		text-align: left;
	}
	
	.post .entry-thumbnail .slider {
		margin-bottom: -30px;
	}

	.post .entry-thumbnail img {
		max-width: 100%;
		height: auto;
	}

	.post .entry-thumbnail li {

	}

	.post .entry-title {
		margin-top: 25px;
	}

	.post .entry-title a {
		font-family: "Montserrat";
		font-size: 24px;
		letter-spacing: 0.1px;
		line-height: 55px;
		text-decoration: none;
	}

	.post .entry-meta {
		margin-top: 37px;
	}

	.post .entry-meta span , .post .entry-meta span a {
		color: #999999;
		font-family: "Montserrat";
		font-size: 12px;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.post .entry-meta span:after {
		content: "·";
		margin-left: 15px;
		margin-right: 10px;
	}

	.post .entry-meta span:last-child:after {
		content: " ";
	}

	.post .entry-content {
		margin-top: 0px;
	}

	.post .entry-content p {
		line-height: 30px;
	}
	
	.post .entry-content .more {
		border-color: #aaaaaa;
		color: #aaaaaa;
		margin-top: 15px;
	}

	.post .entry-content .more:hover {
		background-color: #aaaaaa;
		color: #ffffff;
	}

	.blog .sidebar {
		padding-left: 60px;
		text-align: left;
	}

	.widget {
		padding: 10px 0px 10px 0px;
		margin-bottom: 45px;
		max-width: 100%;
		overflow: hidden;
	}

	.widget table {
		border: 1px solid #EFEFEF;
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0 0 20px 0;
		text-align: left;
		padding: 0 5px;
		width: 100%;
	}
	.widget a 
	{
		text-decoration: none;
	}

	.widget table tr {
		border-bottom: 1px solid #EFEFEF;
	}

	.widget table th, .widget table td {
		padding: 5px;
	}

	.widget img{
		max-width: 100%;
		height: auto !important;
	}
	.widget ul li ul li ul li ul li ul li ul li ul 
	{
		margin-left: 0px;
	}

	.widget .title {
		font-size: 12px;
		margin-bottom: 15px;
	}
	

	.widget .item ,.widget ul li ,.widget  a  {
		color: #aaaaaa;
		cursor: pointer;
		font-family: "Montserrat";
		font-size: 12px;
		/*text-transform: uppercase;*/
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
		text-decoration: none;
		line-height: 21px;
		margin-bottom: 0px;
	}

	.widget .item:hover, .widget ul li:hover , .widget  a:hover {
		color: #000000;
	}

	.widget .search {
		
	}

	.widget .search input,.widget input.search, .widget_search form input[type="search"] {
		background-image: url(../images/misc/search-icon.png);
		background-position: 0px 4px;
		background-repeat: no-repeat;
		background-size: 12px 12px;
		border-left: none;
		border-right: none;
		border-top: none;
		padding-left: 20px !important;
		padding-top: 0px !important;
		width: 100%;
	}
	.widget select
	{
		border-left: none;
		border-right: none;
		border-top: none;
		padding-left: 0px !important;
		padding-top: 0px !important;
		width: 100%;
	}
	.widget_search form  label
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.widget_search form  label span , .widget_search form input[type="submit"]{
		display: none;
		
	}

 .flex-control-nav {
		bottom: 40px !important;
		position: relative !important;
	}

/* #Article
================================================== */

	.article {
		
	}

	.article .offset {
		padding-top: 135px !important;
	}

	.article .post {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 20px;
		padding-bottom: 98px;
	}

	.article .post .entry-thumbnail {
		margin-top: -3px;
		padding-bottom: 79px;
	}

	.article .post .entry-thumbnail img, .article .post .entry-thumbnail video {
		height: 394px;
		width: 700px;
		max-width: 100%;
	}

	.article .entry-title {
		margin-top: 25px;
	}

	.article .entry-title a {
		font-family: "Montserrat";
		font-size: 24px;
		letter-spacing: 0.1px;
		line-height: 55px;
		text-decoration: none;
	}

	.article .entry-meta {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 100px;
		margin-top: 0px;
		padding-bottom: 95px;
	}

	.article .entry-meta span , .article .entry-meta a {
		color: #999999;
		font-family: "Montserrat";
		font-size: 12px;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.article .entry-meta span:after {
		content: "·";
		margin-left: 15px;
		margin-right: 10px;
	}

	.article .entry-meta span:last-child:after {
		content: " ";
		margin-left: 0px;
		margin-right: 0px;
	}

	.article .entry-content {
		margin-top: 0px;
		text-align: left;
	}

	.article .entry-content p {
		line-height: 30px;
	}
	
	.article .post .entry-content img, .article .post .entry-content figure {
		max-width: 100% !important;
	}

	.article .entry-content blockquote {
		background-image: url(../images/misc/blockquote.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 73px 55px;
		font-family: "Montserrat";
		line-height: 30px;
		margin: 100px 0px;
		padding: 10px 25px 0 22px
	}

	.article .entry-content .more {
		border-color: #aaaaaa;
		color: #aaaaaa;
		margin-top: 15px;
	}

	.article .entry-content .more:hover {
		background-color: #aaaaaa;
		color: #ffffff;
	}

	.article .navigate {
		margin-bottom: 136px;
	}

	.article .info {
		margin-bottom: 45px;
		padding-left: 60px;
		text-align: left;
	}

	.article .info .title {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.article .info .item, .article .info .item a {
		color: #aaaaaa;
		font-family: "Montserrat";
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.article .comments-area {
		float: none !important;
		display: block;
		margin: 0px auto;
	}

	.article .comments-area .devider {
		margin-bottom: 100px;
	}

	.article .comment-list {
		margin: 100px 0px;
		padding: 0px;
	}

	.article .comment-list ul {
		margin-top: -5px;
		padding: 0px;
	}

	.article .comment {
		display: block;
		margin: 0px auto 60px;
		text-align: left;
	}

	.article .comment:last-child {
		margin-bottom: 0px;
	}

	.article .comment .comment-author .photo {
		background-color: #111111;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 90px 90px;
		height: 90px;
		float: left;
		margin-right: 20px;
		margin-top: 10px;
		width: 90px;
	}

	.article .comment .comment-author .photo:before {
		background-image: url(../images/misc/image-comment.png);
		background-position: center center;
		background-repeat: no-repeat;
		content: " ";
		display: block;
		height: 90px;
		position: relative;
		width: 90px;
	}

	.article .comment .comment-author .name, .article .comment .comment-author .name a {
		color: #000000;
		font-family: "Montserrat";
		font-size: 16px;
		letter-spacing: 1px;
		margin-bottom: 15px;
		padding-top: 20px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.article .comment .comment-content {
		color: #666666;
		font-weight: 400;
		line-height: 26px;
	}
	

	.article .comment-form label {
		text-align: left;
	}

	.article .comment-form form input[type='submit'] {
		background-color: #eeeeee;
		border: none;
		color: #666666;
		width: 100% !important;
	}

	.article .comment-form form input[type='submit']:hover {
		background-color: #666666;
		color: #eeeeee;
	}
	
	.article .comment-navigation
	{
		border-top: 1px solid #cccccc;
		padding-top: 20px;
		overflow: hidden;
		margin-bottom: 100px;
	}
