/* CONTENTS
	1. GENERAL STYLES
	2. BLOG HEADER
	3. BLOG LANDING PAGE / CATEGORY PAGE
	4. BLOG ARTICLE RENDERING PAGE
	5. BLOG ARCHIVE PAGE
----------- */

/* 1. GENERAL STYLES
----------------- */
.breadcrumb {
	text-transform: capitalize;
}
.breadcrumb li a:after {
	color: #ccc;
    content: ">";
    margin-left: 5px;
}
.breadcrumb li:last-child a {
	background: none;
	font-family: Georgia, serif;
	font-style: italic;
}
.breadcrumb li:last-child a:after {
	content: "";
}
.btn-blog {
	display: block;
	width: 240px;
	padding: 5px 50px;
	font-size: 16px;
	font-family: 'Muro', Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	text-align: center
}
.btn-blog:active {
	position: relative;
	top: 1px;
}
body .blog-button-white {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	border: 1px solid #b7b7b7;
	color: #606060;
}
body .blog-button-white:hover,
.blog-categories > li:hover > a {
	background: #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}
body .blog-button-white:active {
	backgorund: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	color: #999;
}
body .blog-button-gray {
	background: #575757;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	border: 1px solid #555;
	color: #e9e9e9;
}
body .blog-button-gray:hover {
	background: #4b4b4b;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
}
body .blog-button-gray:active {
	background: #888;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	color: #afafaf;
}
.blog-button-rounded {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 0.25em 1.5em 0.25em;
}
.spinner {
	background: url('../images/osfwordpress_spinner.gif') center center no-repeat;
	height: 48px;
	margin: 0 0 20px;
	width: 100%;
}
/* ---------------
GENERAL STYLES END */

/* 2. BLOG HEADER
----------------- */
.blog-name {
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}
.blog-name a {
	color: inherit;
}
.blog-categories {
	margin: 25px 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.blog-categories ul {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.blog-categories li {
	float: left;
	width: 25%;
	list-style-type: none;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 32px;
	box-sizing: border-box;
}
.blog-categories li:nth-child(4n + 2), .blog-categories li:nth-child(4n + 3) {
	text-align: center;
}
.blog-categories li:nth-child(4n + 4) {
	text-align: right;
}
.blog-categories li a {
	padding: 0 30px 9px;
	display: inline-block;
	border-bottom:  2px solid #6e668d;
	font-weight: 700;
	white-space: nowrap;
}
.blog-categories li.active a, .blog-categories li a:hover {
	padding-bottom: 7px;
	border-bottom: 4px solid #2b2059;
}
.blog-categories li.active a {
	font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.blog-categories li a {
		font-size: 14px;
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (max-width: 767px) {
	.container.accordion-content {
		padding: 0;
	}
	.blog-categories {
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	.blog-categories li {
		width: 100%;
	}
	.blog-categories li a {
		display: block;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.blog-categories li.active a, .blog-categories li a:hover {
		padding-bottom: 2px;
	}

}
.blog-categories .small-menu-item {
	width: 10%;
}
.blog-categories > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	line-height: 34px;
	height: 36px;
	margin: 0;
	overflow: hidden;
	padding: 0 1.5em;
	position: relative;
	width: 100%;
}
.blog-categories > li > div {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	border: 1px solid #b7b7b7;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display: none;
	font-size: 14px;
	opacity: 0;
	padding: 20px;
	position: absolute;
	top: 2.6em;
	-webkit-transiton: opacity 0.2s;
  	-moz-transition: opacity 0.2s;
  	-ms-transition: opacity 0.2s;
  	-o-transition: opacity 0.2s;
  	transition: opacity 0.2s;
	visibility: hidden;
	z-index: 2;
}
.blog-categories > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.blog-categories > li > div ul {
	border-right: 1px solid #b7b7b7;
	float: left;
	padding: 0 20px;
}
.blog-categories > li > div ul:first-child {
	padding-left: 0;
}
.blog-categories > li > div ul:last-child {
	border-right: 0;
	padding-right: 0;
}
.blog-categories > li > div a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
	text-align: left;
}
.blog-categories > li > div a:hover {
	text-decoration: underline;
}
.blog-categories .expandable {
	padding-right: 2.5em;
}
.blog-categories .expandable:after {
	background: url('../images/osfwordpress_arrow-down.png');
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0.75em;
	top: 0.75em;
	width: 16px;
}
/* ------------
BLOG HEADER END */

/* 3. BLOG LANDING PAGE / CATEGORY PAGE
--------------------------------------- */
.blog-featured-article {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 20px 20px;
	padding: 0 0 20px;
}
.blog-featured-article header {
	overflow: hidden;
	text-align: center;
}
.blog-featured-article > div {
	padding: 0 100px;
	text-align: center;
}
.blog-featured-article header img {
	max-height: 300px;
	max-width: 100%;
}
.blog-featured-article header iframe {
	height: 300px;
	width: 480px;
}
.blog-featured-article h3 {
	font-size: 22px;
	margin: 10px 0;
}
.blog-featured-article h3 a {
	color: inherit;
}
.featured-article-categories a:after,
.blog-article-categories a:after,
.blog-article-tags a:after,
.category-title a:after {
	content: ",";
}
.featured-article-categories a:last-child:after,
.blog-article-categories a:last-child:after,
.blog-article-tags a:last-child:after,
.category-title a:last-child:after {
	content: "";
}
.blog-featured-article p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;	
}
.blog-featured-article .short-description {
	margin: 20px 0 0;
	text-align: justify;
}
.primary-content .blog-category-name,
.primary-content .blog-archive-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 25px;
	text-align: center;
	text-transform: capitalize;
}
/* .blog-articles,
.blog-archive-articles {
	border-right: 1px solid #d9d9d9;
	padding: 0 35px 0 0;
} */
.blog-articles {
	font-size: 0;
	margin-bottom: 70px;
	margin-top: 30px;
	max-width: 1100px;
}
.blog-articles article,
.blog-archive-articles article {
	width: 33.3333%;
	display: inline-block;
	padding: 0 30px;
	margin: 35px 0 13px;
	box-sizing: border-box;
	vertical-align: top;
}
.blog-articles article:last-child,
.blog-archive-articles article:last-child {
	border: none;
}
.blog-articles article img,
.blog-articles article iframe {
	margin: 5px 0;
	max-height: 220px;
	max-width: 100%;
}
.blog-articles article iframe {
	height: 220px;
	width: 100%;
}
.blog-articles article p { 
	margin: 5px 0;
	font-size: 13px;
	line-height: 20px;
}
.blog-articles article .date { 
	margin-top: 24px;
}
.blog-articles article .author { 
	margin-top: 30px;
}
.blog-articles article h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0;
	text-transform: capitalize;
}
.blog-articles article h4 a {
	color: inherit;
}
.blog-articles article .short-description {
	padding: 0 10px;
	text-align: justify;
}
.blog-articles article .blog-button {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0;
}
.blog-articles .load-more,
.blog-archive-articles .load-more {
	margin: 15px auto 0;
	text-transform: capitalize;
}
.blog-popular-posts,
.blog-archive-menu {
	float: right;
	margin: 0 20px 0 0;
	text-align: center;
	width: 300px;
}
.popular-posts-title {
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}
.blog-popular-posts article {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 0 5px 10px;
	text-align: center;
}
.blog-popular-posts article:last-child {
	border: none;
}
.blog-popular-posts article .date {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}
.blog-popular-posts article h5 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.blog-popular-posts article h5 a {
	color: inherit;
}
.blog-popular-posts article img {
	max-height: 150px;
	max-width: 100%;
}
.blog-popular-posts article iframe {
	height: 150px;
	width: 240px;
}
/* ----------------------------------
BLOG LANDING PAGE / CATEGORY PAGE END */

/* 4.BLOG ARTICLE RENDERING PAGE
------------------------------ */
.blog-content-asset {
	margin-top: 40px;
	padding: 0 30px;
	font-size: 20px;
	line-height: 30px;
}
@media screen and (max-width: 767px) {
	.blog-content-asset {
		padding: 0;
		font-size: 14px;
		overflow-x: hidden;
	}
}
.blog-page .left-block,
.blog-page .right-block {
	width: 100%;
}
.blog-content-asset header {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center
}
.blog-content-asset h2 {
	font-size: 44px;
	line-height: 46px;
	margin: 24px 0;
	text-align: center;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: none;
}
.blog-article-author {
	font-size: 20px
}
.blog-article-categories {
	float: right;	
}
.blog-content-asset p,
.blog-content-asset ul,
.blog-content-asset ol,
.blog-content-asset code {
	font-size: 16px;
}
.blog-content-asset blockquote {
	margin: 0;
}
.blog-content-asset img {
	max-width: 100%;
	height: auto;
}
.blog-related-posts {
	border-top: 1px solid #d9d9d9;
	overflow: hidden;
	padding: 10px 5px 0;
}
.blog-related-posts .blog-related-posts-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px;
	text-align: center;
	text-transform: capitalize;
}
.blog-related-posts > div {
	float: left;
	height: 224px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	width: 230px;
}
.blog-related-posts > div > a {
	display: block;
	height: 150px;
}
/* ghost element to allow the vertical centering of the contained image */
.blog-related-posts > div > a:before {
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em;
}
.blog-related-posts > div img {
	display: inline-block;
	max-height: 150px;
	max-width: 100%;
	vertical-align: middle;
}
.blog-related-posts iframe {
	display: inline-block;
	height: 150px;
	vertical-align: middle;
	width: 230px;
}
.blog-related-posts .date {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
}
.blog-related-posts h5 {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.blog-related-posts h5 a {
	color: inherit;
}
/* ----------------------------
BLOG ARTICLE RENDERING PAGE END */

/* 5. BLOG ARCHIVE PAGE
-------------------- */
.blog-subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 0 25px;
	text-align: center;
}
.blog-archive-articles {
	width: 700px;
}
.blog-archive-articles article {
	overflow: hidden;
}
.blog-archive-articles article > a {
	float: left;
	font-size: 0;
	width: 200px;
}
.blog-archive-articles article > a img {
	max-height: 200px;
	max-width: 100%;
}
.blog-archive-articles article iframe {
	float: left;
	height: 150px;
	width: 200px;
}
.blog-archive-articles article > div {
	float: right;
	text-align: justify;
	width: 485px;
}
.blog-archive-articles article > div h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 2px 0 15px;
}
.blog-archive-articles article > div h4 a {
	color: inherit;
}
.blog-archive-articles article > div p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.blog-archive-articles article > div .date {
	margin: 0 0 5px;
}
.blog-archive-articles .more {
	font-size: 12px;
	line-height: 18px;
}
.blog-archive-articles .more:after {
	content: '...';
}
.blog-archive-menu {
	padding: 0;
	text-align: left;
	width: 150px;
}
.blog-archive-menu a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.blog-archive-menu a:hover,
.blog-archive-menu a.active {
	text-decoration: none;
}
.blog-archive-menu > ul {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
}
/* ------------------
BLOG ARCHIVE PAGE END */
.blog-banner {
	position: relative;
	clear: both;
	text-align: center
}
.blog-page .best-seller-carousel .btn-add-to-cart{
	font-weight: 700;
}
.top-banner .sub-navigation .sub-nav-item .explore-link, .top-banner .sub-navigation .sub-nav-item .shop-link {
	padding: 13px 47px;
}
@media screen and (max-width: 767px) {
	.blog-banner {
		padding: 17px 0;
		border-top: 1px solid #201547;
		border-bottom: 1px solid #201547;
	}
	.blog-banner img {
		width: 100%;
	}
}
.blog-banner .blog-banner-content {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
}
.blog-banner .blog-banner-content h2{
	margin: 0;
	color: white;
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Muro', Helvetica, Arial, sans-serif;
}
.blog-banner .blog-banner-content .btn-shop{
	display: inline-block;
	margin-top: 24px;
	padding: 5px 10px;
	background-color: white;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
.category-banner {
	height: 200px;
}
.category-title {
	font-size: 15px;
}
.blog-author {
	margin-top: 40px;
}
.blog-author h3{
	font-size: 18px;
	text-align: left;
}
.blog-author p {
	font-size: 16px;
}
.blog-author img {
	margin-left: 30px;
}
@media screen and (max-width: 767px) {
	.blog-author p,
	.blog-author h3 {
		text-align: center;
		font-size: 13px;
		margin: 0;
	}
	.blog-author h3 {
		font-size: 14px;
		margin: 10px 5px;
		font-weight: bold;
	}
}
.fb_iframe_widget span {
	top: -3px;
}
.social-button {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	overflow: hidden;
	text-align: center;
}
.social-button .inner {
	display: inline-block
}
.social-button .inner > div {
	float: left !important;
	margin-right: 10px;
}
.social-button .btn-twitter {
	margin-top: 5px;
}
.social-button .inner > div:last-child {
	margin: 7px 0 0 !important;
}

/* ------------------
BLOG BANNER END */

/* ---------------
RESPONSIVE STYLES START */
@media screen and (min-width: 768px) {
	.blog-articles {
		max-width: 1080px;
	}
	.blog-page .left-block {
		width: 100%;
	}
	.blog-page .right-block {
		width: 28%;
	}
}
@media screen and (max-width: 767px) {
	iframe {
		width: 100%;
	}
	.blog-page .left-block {
		width: 100%;
	}
	
	.top-blog {
		position: relative;
	}
	.top-blog .content-asset {
		margin-top: 56px;
	}
	.top-blog nav {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.top-blog .accordion-header.active i {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		-o-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
	.blog-articles article, 
	.blog-archive-articles article {
		width: 100%;
	}
	.blog-banner .blog-banner-content h2 {
		font-size: 30px;
		
	}
	.blog-banner .blog-banner-content .btn-shop {
		border: 1px solid black;
	}
	.blog-categories .col-4 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.blog-page .accordion {
		background-color: white;
	}
	.blog-page .accordion-header {
		padding: 10px 0;
		font-size: 15px;
		text-transform: uppercase;
		border-top: 1px solid #201547;
		border-bottom: 1px solid #201547;
		text-align: center;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		color: #2b2059;
		position: relative;
	}
	.blog-page .accordion-header i {
		font-size: 22px;
		line-height: 20px;
		position: absolute;
		top: 50%;
		right: 18px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.blog-articles article, .blog-archive-articles article {
		padding: 0 5px;
	}
	.blog-banner {
		border-bottom: 1px solid #201547;
		height: auto;
	}
	.blog-banner .blog-banner-content .btn-shop {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.blog-first-banner .blog-banner-content {
		position: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.blog-first-banner .blog-banner-content h2 {
		color: #4D4D4D;
	}
	.blog-first-banner .blog-banner {
		border-top: none;
		padding: 0;
	}
}
