@media only screen and (max-width: 1024px) {
	/*
	* === HEADER 01 ===
	*/
	body.header-01-fixed{
		padding-top: 190px;
	}
	header.header-01.fixed.scroll-down{
		top: -80px;
	}
	header.header-01 .logo{
		float: none;
		position: relative;
		z-index: 1;
	}
	header.header-01 .social-icons{
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
	}
	header.header-01 .nav-menu {
		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(244,244,244,1);
		-moz-box-shadow: inset 0px 1px 0px 0px rgba(244,244,244,1);
		box-shadow: inset 0px 1px 0px 0px rgba(244,244,244,1);
		float: none;
		display: block;
		margin: 0 -15px;
	}
	header.header-01 .nav-menu .main-nav{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	/*
	* === HEADER 02 ===
	*/
	header.header-02 .nav-menu .main-nav{
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	header.header-02 .header-inner{
		width: 100%;
	}
	header.header-02.fixed.shrink{
		top: -120px;
	}
	
	/*
	* — Instagram gallery Widget —
	*/
	.widget-instagram-gallery .item img{
		width: 180px;
	}

	/*
	* === MAIN CONTENT ===
	*/
	.featured-post-gallery .slide-item,
	.post-featured-img,
	.page-featured-img {
		height: 400px;
	}

	/*
	* === RELATED POST ===
	*/
	.related-post-grid .item .item-inner .featured-img{
		height: 120px;
	}
	.related-post-grid .item .item-inner .featured-img img{
		width: 200px;
	}

	/*
	* === TILED FEATURED ===
	*/
	.tiled-featured .item,
	.tiled-featured .item:first-child{
		width: 33.33333333%;
	}
	.tiled-featured .item .featured-img{
		height: 300px;
	}
	.tiled-featured .item .featured-img img{
		height: 300px;
	}
	.tiled-featured .item:first-child .featured-img img{
		width: auto;
		height: 300px;
	}
	.tiled-featured .item:first-child .caption{
		padding: 20px;
	}
	.tiled-featured .item .caption .post-title a,
	.tiled-featured .item:first-child .caption .post-title a {
		font-size: 20px;
	}
	
	
	/*
	* === SLIDESHOW FEATURED ===
	*/
	.slideshow-featured.owl-carousel .item {
		height: 480px;
	}

	/*
	* === SPLIT SLIDESHOW FEATURED ===
	*/
	.split-slideshow-featured .item,
	.split-slideshow-pagination .item .inner-item {
		height: 500px;
	}
	
	
	/*
	* === ARCHIVE LIST ===
	*/
	.archive-list .item,
	.archive-list.post-masonry .item .caption,
	.archive-list.post-grid .item .caption,
	.archive-list.post-classic .item .caption{
		padding: 20px;
	}
	.cover-image{
		padding: 20px;
		margin: -20px;
	}
	.cover-image .text-content .top-meta{
		margin-top: -20px;
	}
	
	/*
	* — Post Grid —
	*/
	
	.archive-list.post-masonry .item .featured-embed,
	.archive-list.post-masonry .cover-image,
	.archive-list.post-masonry .item .featured-gallery .slide-item,
	.archive-list.post-masonry .item .featured-img,
	.archive-list.post-grid .item .featured-embed,
	.archive-list.post-grid .cover-image,
	.archive-list.post-grid .item .featured-gallery .slide-item,
	.archive-list.post-grid .item .featured-img{
		height: 200px;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item img,
	.archive-list.post-masonry .item .featured-img img,
	.archive-list.post-grid .item .featured-gallery .slide-item img,
	.archive-list.post-grid .item .featured-img img{
		height: auto;
		width: 350px;
	}
	
	.archive-list.post-masonry .cover-image .cover-img-bg img,
	.archive-list.post-grid .cover-image .cover-img-bg img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image .text-content .format-post-content:before{
		margin-left: -15px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}
	.archive-list.post-masonry .cover-image.link-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.link-post .text-content .format-post-content:before{
		line-height: 33px;
	}
	.archive-list.post-masonry .cover-image.quote-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.quote-post .text-content .format-post-content:before{
		line-height: 33px;
	}
	.archive-list.post-masonry .cover-image.audio-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.audio-post .text-content .format-post-content:before{
		padding-right: 3px;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content .content-title,
	.archive-list.post-grid .cover-image .text-content .format-post-content .content-title{
		font-size: 18px;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content .content-subtitle,
	.archive-list.post-grid .cover-image .text-content .format-post-content .content-subtitle{
		font-size: 14px;
		margin-top: 3px;
	}
	.archive-list.post-masonry .cover-image.quote-post .text-content .format-post-content .content-title,
	.archive-list.post-grid .cover-image.quote-post .text-content .format-post-content .content-title{
		font-size: 16px;
	}

	.archive-list.post-masonry .item.masonry-medium .featured-img{
		height: 300px;
	}
	.archive-list.post-masonry .item.masonry-medium .featured-embed{
		height: 300px;
	}
	.archive-list.post-masonry .item.masonry-medium .featured-img img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img{
		height: 450px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-embed{
		height: 450px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .cover-image{
		height: auto;
	}
	
	/*
	* === FOOTER ===
	*/
	.footer-logo{
		padding: 30px 0 10px;
	}
	.footer-copy{
		padding-bottom: 0;
	}
	.footer-copyright,
	.footer-menu {
		text-align: center;
		background: #c9c9c9;
		position: relative;
		z-index: 2;
	}
	.footer-copyright {
		padding: 30px 30px 0 30px;
		margin: 50px -30px 0 -30px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	.footer-menu {
		padding: 20px 0 30px;
	}
	.instagram-carousel.owl-carousel .item {
		height: 150px;
	}
	.instagram-carousel.owl-carousel .item img {
		height: 225px;
	}
	
	
	/*
	* === BACK TO TOP ===
	*/
	.back-to-top,
	.back-to-top.back-top ,
	.back-to-top.show
	.back-to-top.back-top.show {
		display: none;
		opacity: 0;
		z-index: -999;
	}
	
}



@media only screen and (max-width: 800px) {
	/*
	* === HEADER 01 ===
	*/
	body.header-01-fixed{
		padding-top: 110px;
	}
	header.header-01.fixed.scroll-down{
		top: 0px;
	}
	header.header-01 .logo{
		text-align: center;
	}
	header.header-01 .social-icons{
		display: none;
	}
	header.header-01 .search-form{
		right: 0px;
		top: 10px;
	}
	header.header-01 .search-form.open{
		width: 100%;
	}
	header.header-01 .open-search,
	header.header-01 .close-search{
		width: 50px;
		height: 60px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		line-height: 60px;
		background: #fff;
	}
	header.header-01 .search-form .form-control{
		background: #fff;
		height: 60px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border-color: #fff;
	}
	header.header-01 .search-form .form-control:focus{
		background: #fff;
		border-color: #fff;
	}
	
	/*
	* === HEADER 02 ===
	*/
	body.header-02-fixed{
		padding-top: 110px;
	}
	header.header-02.fixed.shrink{
		top: 0px;
	}
	header.header-02.fixed.scroll-down{
		top: 0px;
	}
	header.header-02 .logo{
		margin: 10px 0;
	}
	header.header-02 .social-icons,
	header.header-02 .btn-search{
		display: none;
	}
	header.header-02 .header-inner{
		padding: 0;
		width: auto;
		margin: 0 -15px;
	}
	
	header.header-02 .open-search,
	header.header-02 .close-search{
		display: block;
	}
	header.header-02 .search-form{
		position: absolute;
		z-index: 2;
		right: 0px;
		top: 0px;
		width: 50px;
		-webkit-transition: width ease-in-out .3s;
		-o-transition: width ease-in-out .3s;
		transition: width ease-in-out .3s;
	}
	header.header-02.fixed.shrink .search-form{
		top: 0px;
	}
	header.header-02 .search-form.open{
		width: 100%;
	}
	header.header-02 .open-search,
	header.header-02 .close-search{
		width: 50px;
		height: 60px;
		background: #fff;
		position: absolute;
		z-index: 3;
		right: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		line-height: 60px;
		color: #787b80;
		cursor: pointer;
		font-family: 'FontAwesome';
		text-align: center;
	}
	header.header-02 .close-search{
		background: transparent;
	}
	header.header-02 .close-search:before{
		content: "\f00d";
	}
	header.header-02 .open-search:before{
		content: "\f002";
	}
	header.header-02 .search-form .form-control{
		background: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding-left: 30px;
		height: 60px;
		border-color: #fff;
		opacity: 0;
		-webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
		-o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
		transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
	}
	header.header-02 .search-form .form-control:focus{
		background: #fff;
		border-color: #fff;
	}
	header.header-02 .search-form.open .form-control{
		opacity: 1;
	}
	
	header.header-01 .nav-menu,
	header.header-02 .nav-menu {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	header.header-02 .nav-menu {
		padding-top: 20px;
	}
	header.header-01 .nav-menu .main-nav,
	header.header-02 .nav-menu .main-nav{
		padding-right: 10px;
		padding-left: 10px;
	}
	
	
	
	/*
	* === NAV MENU ===
	*/
	.overflow-hidden{
		overflow: hidden;
	}
	.burger-menu {
		display: block;
	}
	.body-overlay{
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility ease-in-out .3s, opacity ease-in-out .3s;
		-o-transition: visibility ease-in-out .3s, opacity ease-in-out .3s;
		transition: visibility ease-in-out .3s, opacity ease-in-out .3s;
	}
	.body-overlay.show-overlay{
		visibility: visible;
		opacity: 1;
	}
	.nav-menu {
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		width: 300px;
		z-index: 12;
		background: #2f3034;
		height: auto;
		overflow: auto;
		padding: 0;
		margin: 0;
		-webkit-transition: left ease-in-out .3s;
		-o-transition: left ease-in-out .3s;
		transition: left ease-in-out .3s;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.nav-menu.toggle-nav {
		left: 0px;
	}
	.nav-menu .main-nav {
		margin: 20px 0px;
		padding: 0;
	}
	.nav-menu .main-nav li{
		display: block;
	}
	.nav-menu .main-nav li a{
		line-height: 60px;
		color: rgba(255,255,255,0.5)
	}
	.nav-menu .main-nav li.has-children:after{
		content: "\f107";
		line-height: 60px;
	}
	.nav-menu .main-nav .sub-nav{
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		display: none;
	}
	.nav-menu .main-nav .sub-nav .sub-nav{
		left: 0;
	}
	.nav-menu .main-nav li:hover .sub-nav,
	.nav-menu .main-nav li:hover .sub-nav li .sub-nav,
	.nav-menu .main-nav li .sub-nav li:hover .sub-nav,
	.nav-menu .main-nav li .sub-nav li:hover .sub-nav li .sub-nav,
	.nav-menu .main-nav li .sub-nav li .sub-nav li:hover .sub-nav{
		display: none;
	}
	.nav-menu .main-nav li .toggle-submenu {
		display: block;
	}
	.nav-menu .main-nav .sub-nav li a{
		padding-left: 30px;
	}
	.nav-menu .main-nav .sub-nav .sub-nav li a{
		padding-left: 40px;
	}
	.nav-menu .main-nav .sub-nav .sub-nav .sub-nav li a{
		padding-left: 50px;
	}
	
	.nav-menu .main-nav li.has-children.active:after{
		content: "\f106";
	}
	.nav-menu .main-nav .sub-nav li.has-children:after{
		content: "\f107";
	}
	.nav-menu .main-nav .sub-nav li.has-children.active:after{
		content: "\f106";
	}
	
	
	/*
	* — Widget post list —
	*/
	.widget-post-list.large-post-first li:first-child .thumb{
		height: 400px;
	}
	.widget-post-list.large-post-first li:first-child .thumb img{
		width: 800px;
	}
	
	/*
	* — Instagram gallery Widget —
	*/
	.widget-instagram-gallery .item img{
		width: 350px;
	}
	
	/*
	* — Instagram slideshow Widget —
	*/
	.instagram-slideshow-widget.owl-carousel .item{
		height: 400px;
	}
	.instagram-slideshow-widget.owl-carousel .item img {
		height: 600px;
	}

	/*
	* === MAIN CONTENT ===
	*/
	.featured-post-gallery.wide-post-img .slide-item,
	.full-page-content .featured-post-gallery .slide-item ,
	.post-featured-img.wide-post-img,
	.full-page-content .post-featured-img ,
	.content.full-page-content .page-featured-img {
		height: 400px;
	}
	.cover-post-detail.cover-image.wide-post-img,
	.featured-video-embed.wide-post-img,
	.featured-embed-detail.wide-post-img,
	.featured-post-gallery-tiled.wide-post-img,
	.featured-post-gallery.wide-post-img,
	.post-featured-img.wide-post-img{
		margin: 0;
	}
	.post-overflow {
		margin-top: -100px;
		margin-left: 30px;
		margin-right: 30px;
	}

	/*
	* === RELATED POST ===
	*/
	.related-post-grid .item .item-inner .featured-img{
		height: 150px;
	}
	.related-post-grid .item .item-inner .featured-img img{
		width: 250px;
	}

	/*
	* === TILED FEATURED ===
	*/
	.tiled-featured .item,
	.tiled-featured .item:first-child{
		width: 100%;
	}
	.tiled-featured .item .featured-img{
		height: 300px;
		width: 50%;
		float: left;
	}
	.tiled-featured .item .featured-img img,
	.tiled-featured .item:first-child .featured-img img{
		width: auto;
		height: 300px;
	}
	.tiled-featured .item .caption{
		height: 300px;
		width: 50%;
		float: left;
	}
	.tiled-featured .item .caption:after{
		width: 0; 
		height: 0; 
		border-right: 15px solid #fff;
		border-left: none;
		border-bottom: 15px solid transparent;
		border-top: 15px solid transparent;
		position: absolute;
		z-index: 3;
		content:"";
		left: -15px;
		top: 50%;
		margin-top: -15px;
		margin-left: 0;
	}
	.tiled-featured .item:nth-child(2) .caption:after{
		border-right: none;
		border-left: 15px solid #fff;
		border-bottom: 15px solid transparent;
		border-top: 15px solid transparent;
		right: -15px;
		left: auto;
		top: 50%;
		margin-top: -15px;
		margin-right: 0;
		margin-left: auto;
		bottom: 0;
	}
	.tiled-featured .item:nth-child(2) .caption{
		top: 0px;
		float: left;
	}
	.tiled-featured .item:nth-child(2) .featured-img{
		top: 0px;
		float: right;
	}
	
	
	/*
	* === SLIDESHOW FEATURED ===
	*/
	.slideshow-featured.owl-carousel .item {
		height: 400px;
	}
	
	/*
	* === ARCHIVE LIST ===
	*/
	.archive-list .item{
		padding: 30px;
	}
	.cover-image{
		padding: 30px;
		margin: -30px;
	}
	.cover-image .text-content .top-meta{
		margin-top: -30px;
	}
	
	/*
	* — Post Grid —
	*/
	.archive-list.post-masonry.post-masonry-fullwidth .ma-item,
	.archive-list.post-grid.post-grid-fullwidth .item-wrapper{
		width: 50%;
	}
	.archive-list.post-masonry .item .featured-embed,
	.archive-list.post-masonry .cover-image,
	.archive-list.post-masonry .item .featured-gallery .slide-item,
	.archive-list.post-masonry .item .featured-img,
	.archive-list.post-grid .item .featured-embed,
	.archive-list.post-grid .cover-image,
	.archive-list.post-grid .item .featured-gallery .slide-item,
	.archive-list.post-grid .item .featured-img{
		height: 240px;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item img,
	.archive-list.post-masonry .item .featured-img img,
	.archive-list.post-grid .item .featured-gallery .slide-item img,
	.archive-list.post-grid .item .featured-img img{
		width: 400px;
	}
	.archive-list.post-masonry .item .caption,
	.archive-list.post-grid .item .caption{
		padding: 30px;
	}

	.archive-list.post-masonry .cover-image .cover-img-bg img,
	.archive-list.post-grid .cover-image .cover-img-bg img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image .text-content .format-post-content:before{
		position: relative;
		display: block;
		margin-bottom: 10px;
		left: 50%;
		margin-left: -25px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		border-radius: 25px;
		font-size: 20px;
	}
	.archive-list.post-masonry .cover-image.link-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.link-post .text-content .format-post-content:before{
		line-height: 53px;
	}
	.archive-list.post-masonry .cover-image.quote-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.quote-post .text-content .format-post-content:before{
		line-height: 53px;
	}
	.archive-list.post-masonry .cover-image.audio-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.audio-post .text-content .format-post-content:before{
		padding-right: 3px;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content .content-title,
	.archive-list.post-grid .cover-image .text-content .format-post-content .content-title{
		font-size: 22px;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content .content-subtitle,
	.archive-list.post-grid .cover-image .text-content .format-post-content .content-subtitle{
		font-size: 16px;
		margin-top: 5px;
	}
	.archive-list.post-masonry .cover-image.quote-post .text-content .format-post-content .content-title,
	.archive-list.post-grid .cover-image.quote-post .text-content .format-post-content .content-title{
		font-size: 18px;
	}
	
	.archive-list.post-masonry .item.masonry-medium .featured-img{
		height: 300px;
	}
	.archive-list.post-masonry .item.masonry-medium .featured-embed{
		height: 300px;
	}
	.archive-list.post-masonry .item.masonry-medium .featured-img img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img{
		height: 450px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-embed{
		height: 450px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .cover-image{
		height: auto;
	}

	/*
	* — Post Classic —
	*/
	.archive-list.post-classic .item .caption{
		padding: 30px;
	}
	
	
	/*
	* === FOOTER ===
	*/
	#footer-instagram-carousel.owl-carousel .owl-controls .owl-buttons div {
		display: none;
	}
	
}



@media only screen and (max-width: 600px) {	
	
	
	/*
	* — Widget post list —
	*/
	.widget-post-list.large-post-first li:first-child .thumb{
		height: 300px;
	}
	.widget-post-list.large-post-first li:first-child .thumb img{
		width: 100%;
	}
	
	/*
	* === HEADINGS ===
	*/
	.archive-heading {
		padding: 15px 20px;
	}
	.archive-heading h3{
		font-size: 20px;
	}
	.archive-heading.bold-bordered{
		-webkit-box-shadow: inset 0px -4px 0px 0px #f5bb00;
		-moz-box-shadow: inset 0px -4px 0px 0px #f5bb00;
		box-shadow: inset 0px -4px 0px 0px #f5bb00;
	}
	.page-heading {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.content-inner .page-heading:before ,
	.content-inner.sm .page-heading:before {
		left: -20px;
		width: 10px;
		height: 6px;
		margin-top: -3px;
	}

	/*
	* === MAIN CONTENT ===
	*/
	.content-inner {
		padding: 20px;
	}
	.post-top-title .cover-post-detail.cover-image,
	.post-top-title .featured-video-embed,
	.post-top-title .featured-embed-detail,
	.post-top-title .featured-post-gallery-tiled,
	.post-top-title .featured-post-gallery,
	.post-top-title .post-featured-img{
		margin: 0px -20px 30px -20px;
	}
	.cover-post-detail.cover-image,
	.featured-video-embed,
	.featured-embed-detail,
	.featured-post-gallery-tiled,
	.featured-post-gallery,
	.post-featured-img{
		margin: -20px -20px 30px -20px;
	}
	.featured-post-gallery.wide-post-img .slide-item,
	.full-page-content .featured-post-gallery .slide-item,
	.featured-post-gallery .slide-item,
	.post-featured-img.wide-post-img,
	.full-page-content .post-featured-img,
	.post-featured-img,
	.content.full-page-content .page-featured-img,
	.page-featured-img {
		height: 300px;
	}
	.full-page-content .post-overflow {
		margin: -100px 30px 0 30px;
	}




	/*
	* === COMMENTS ===
	*/
	.comments .subcomments{
		margin-left: 50px;
	}
	
	/*
	* === RELATED POST ===
	*/
	.related-post-grid .item {
		width: 50%;
	}
	.related-post-grid .item .item-inner .featured-img{
		height: 200px;
	}
	.related-post-grid .item .item-inner .featured-img img{
		width: 350px;
		height: auto;
	}
	.related-post-list li .featured-img {
		width:180px;
		height: 150px;
	}
	.related-post-list li .featured-img img{
		width: 240px;
	}
	.related-post-list li .caption{
		margin-right: 200px;
	}
	.related-post-list.list-left-img li .caption{
		margin-left: 200px;
	}
	.related-post-list .caption .post-title {
		font-size: 20px;
	}
	
	
	/*
	* === SLIDESHOW FEATURED ===
	*/
	.slideshow-featured.owl-carousel .item {
		height: 360px;
	}

	/*
	* === SPLIT SLIDESHOW FEATURED ===
	*/
	.split-slideshow-featured .item {
		height: 360px;
	}
	.split-slideshow-pagination .item .inner-item {
		height: 360px;
	}
	.split-slideshow-pagination .item .inner-item .caption {
		padding: 15px 15px 30px 15px;
	}
	
	/*
	* === ARCHIVE LIST ===
	*/
	.archive-list .item{
		padding: 20px;
	}
	.cover-image{
		padding: 20px;
		margin: -20px;
	}
	.cover-image.audio-post{
		padding-bottom: 40px;
	}
	.cover-image .text-content .top-meta{
		margin-top: -20px;
	}
	.cover-image .text-content .format-post-content{
		margin-bottom: 20px;
		padding-left: 70px;
		min-height: 50px;
	}
	.cover-image .text-content .format-post-content:before{
		width: 50px;
		line-height: 50px;
		height: 50px;
		border-radius: 25px;
		font-size: 20px;
	}
	.cover-image.link-post .text-content .format-post-content:before{
		line-height: 53px;
	}
	.cover-image.quote-post .text-content .format-post-content:before{
		line-height: 53px;
	}
	.cover-image.audio-post .text-content .format-post-content:before{
		padding-right: 3px;
	}
	.cover-image .text-content .format-post-content .content-title{
		font-size: 24px;
	}
	.cover-image .text-content .format-post-content .content-subtitle{
		font-size: 14px;
		margin-top: 5px;
	}
	.cover-image.quote-post .text-content .format-post-content .content-title{
		font-size: 20px;
	}
	
	
	/*
	* — Default List —
	*/
	.archive-list.default-list .item .featured-img{
		width:180px;
		height: 150px;
	}
	.archive-list.default-list .item .featured-img img{
		width: 240px;
	}
	.archive-list.default-list .item .caption{
		margin-right: 200px;
	}
	.archive-list.default-list.list-left-img .item .caption{
		margin-left: 200px;
	}
	
	/*
	* — Post Grid —
	*/
	.archive-list.post-masonry .item .featured-embed,
	.archive-list.post-masonry .cover-image,
	.archive-list.post-masonry .item .featured-gallery .slide-item,
	.archive-list.post-masonry .item .featured-img,
	.archive-list.post-grid .item .featured-embed,
	.archive-list.post-grid .cover-image,
	.archive-list.post-grid .item .featured-gallery .slide-item,
	.archive-list.post-grid .item .featured-img{
		height: 200px;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item img,
	.archive-list.post-masonry .item .featured-img img,
	.archive-list.post-grid .item .featured-gallery .slide-item img,
	.archive-list.post-grid .item .featured-img img{
		width: 350px;
	}
	.archive-list.post-masonry .item .caption,
	.archive-list.post-grid .item .caption{
		padding: 20px;
	}
	.archive-list.post-masonry .cover-image .cover-img-bg img,
	.archive-list.post-grid .cover-image .cover-img-bg img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image .text-content .format-post-content:before{
		margin-left: -15px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}
	.archive-list.post-masonry .cover-image.link-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.link-post .text-content .format-post-content:before{
		line-height: 33px;
	}
	.archive-list.post-masonry .cover-image.quote-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.quote-post .text-content .format-post-content:before{
		line-height: 33px;
	}
	.archive-list.post-masonry .cover-image.audio-post .text-content .format-post-content:before,
	.archive-list.post-grid .cover-image.audio-post .text-content .format-post-content:before{
		padding-right: 3px;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content .content-title,
	.archive-list.post-grid .cover-image .text-content .format-post-content .content-title{
		font-size: 18px;
	}
	.archive-list.post-masonry .cover-image .text-content .format-post-content .content-subtitle,
	.archive-list.post-grid .cover-image .text-content .format-post-content .content-subtitle{
		font-size: 14px;
		margin-top: 3px;
	}
	.archive-list.post-masonry .cover-image.quote-post .text-content .format-post-content .content-title,
	.archive-list.post-grid .cover-image.quote-post .text-content .format-post-content .content-title{
		font-size: 16px;
	}
	
	.archive-list.post-masonry .item.masonry-medium .featured-img{
		height: 260px;
	}
	.archive-list.post-masonry .item.masonry-medium .featured-embed{
		height: 260px;
	}
	.archive-list.post-masonry .item.masonry-medium .featured-img img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img{
		height: 360px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-embed{
		height: 360px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img img{
		width: auto;
		height: 100%;
	}
	.archive-list.post-masonry .cover-image{
		height: auto;
	}


	/*
	* — Post Classic —
	*/
	.archive-list.post-classic .item .featured-gallery .slide-item,
	.archive-list.post-classic .item .featured-img{
		height: 300px;
	}
	.archive-list.post-classic .item .caption{
		padding: 20px;
	}
	.archive-list.post-classic .item  .share-icons{
		right: 15px;
		bottom: 0px;
	}


	
	
}



@media only screen and (max-width: 480px) {
	/*
	* === HEADER 01 ===
	*/
	body.header-02-fixed,
	body.header-01-fixed{
		padding-top: 90px;
	}
	header.header-02 .logo img,
	header.header-01 .logo img{
		height: 40px;
	}
	header.header-01 .search-form{
		top: 0px;
	}
	header.header-02.fixed.shrink .search-form,
	header.header-02 .search-form{
		top: -10px;
	}
	header.header-02 .nav-menu {
		padding-top: 0px;
	}
	
	
	
	/*
	* === NAV MENU ===
	*/
	.burger-menu {
		height: 60px;
		line-height: 60px;
	}
	.nav-menu {
		left: -100%;
		width: 100%;
	}
	.nav-menu.toggle-nav {
		left: 0px;
	}
	.close-nav {
		display: block;
	}
	
	
	/*
	* === SIDEBAR WIDGETS ===
	*/
	.sidebar {
		padding: 10px;
		margin-bottom: 20px;
	}
	
	
	/*
	* — Images width —
	*/
	.archive-list.post-masonry .item.masonry-large .featured-img,
	.archive-list.post-masonry .item.masonry-medium .featured-img,
	.archive-list.post-classic .item .featured-img,
	.archive-list.post-masonry .item .featured-img,
	.archive-list.post-grid .item .featured-img,
	.archive-list.default-list .item .featured-img,
	.tiled-featured .item .featured-img,
	.related-post-list li .featured-img,
	.widget-post-list.large-post-first li:first-child .thumb{
		width: 100%;
		height: auto;
		float: none;
	}
	.archive-list.post-masonry .item.masonry-large .featured-img img,
	.archive-list.post-masonry .item.masonry-medium .featured-img img,
	.archive-list.post-classic .item .featured-img img,
	.archive-list.post-masonry .item .featured-img img,
	.archive-list.post-grid .item .featured-img img,
	.archive-list.default-list .item .featured-img img,
	.tiled-featured .item .featured-img img,
	.tiled-featured .item:first-child .featured-img img,
	.related-post-list li .featured-img img,
	.widget-post-list.large-post-first li:first-child .thumb img{
		width:100%;
		height: auto;
		position: relative;
		margin: 0;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	
	.archive-list.post-masonry .item.masonry-medium .featured-embed{
		height: 200px;
	}
	.archive-list.post-masonry .item.masonry-large .featured-embed{
		height: 200px;
	}
	.archive-list.post-masonry .cover-image{
		height: auto;
	}

	
	/*
	* — Instagram gallery Widget —
	*/
	.widget-instagram-gallery .item img{
		width: 220px;
	}
	
	/*
	* — Instagram slideshow Widget —
	*/
	.instagram-slideshow-widget.owl-carousel .item {
		height: 300px;
	}
	.instagram-slideshow-widget.owl-carousel .item img {
		height: 300px;
		width: auto;
	}
	
	/*
	* — About Widget —
	*/
	.about-me.horizontal{
		margin-left: 0px;
		text-align: center;
	}
	.about-me.horizontal .text-content{
		margin-left: 0px;
	}
	.about-me.horizontal .img-avatar{
		margin: 0;
		left: auto;
		margin-left: 0;
		float: none;
	}
	.about-me.horizontal .img-avatar{
		width: 100px;
		height: 100px;
		margin: 0 0 20px 0;
		overflow: hidden;
		position: relative;
		left: 50%;
		margin-left: -50px;
	}
	.about-me.horizontal .img-avatar img{
		height: 100px;
	}
	.about-me.horizontal .social-icons{
		left: 0px;
		text-align: center;
		width: 100%;
	}
	
	
	/*
	* === TYPOGRAPHY ===
	*/
	blockquote{
		margin: 30px 0;
		padding: 30px 20px 10px;
	}
	blockquote:before{
		top: -20px;
		font-size: 120px;
	}
	blockquote:after{
		bottom: -60px;
		font-size: 120px;
	}
	blockquote p{
		font-size: 20px;
	}
	.blockquote-reverse,
	blockquote.pull-right {
		padding: 30px 20px 10px;
	}

	/*
	* === MAIN CONTENT ===
	*/
	.post-top-title .cover-post-detail.cover-image,
	.post-top-title .featured-video-embed,
	.post-top-title .featured-embed-detail,
	.post-top-title .featured-post-gallery-tiled,
	.post-top-title .featured-post-gallery,
	.post-top-title .post-featured-img{
		margin: 0px -10px 15px -10px;
	}
	.cover-post-detail.cover-image,
	.featured-video-embed,
	.featured-embed-detail,
	.featured-post-gallery-tiled,
	.featured-post-gallery,
	.post-featured-img{
		margin: -10px -10px 15px -10px;
	}
	.featured-post-gallery.wide-post-img .slide-item,
	.full-page-content .featured-post-gallery .slide-item,
	.featured-post-gallery .slide-item,
	.post-featured-img.wide-post-img,
	.full-page-content .post-featured-img,
	.post-featured-img,
	.content.full-page-content .page-featured-img,
	.page-featured-img {
		height: 240px;
	}
	.content-inner {
		margin-bottom: 20px;
		padding: 10px;
	}
	.content-inner.sm {
		padding: 10px;
	}
	
	.full-page-content .post-overflow,
	.post-overflow {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	/*
	* === SINGLE POST ===
	*/
	.post-heading .post-meta,
	.post-heading .share-icons {
		float: none;
		display: block;
	}
	.post-heading .share-icons a:first-child .fa {
		padding-left: 0;
		margin-left: 0;
	}
	.post-heading .post-title {
		font-size: 28px;
	}
	.post-footer .heading-meta {
		margin-top: 30px;
	}
	.post-footer .heading-meta .share-icons,
	.post-footer .heading-meta .tagcloud {
		float: none;
		width: auto;
		display: block;
		text-align: center;
	}
	.post-footer .heading-meta .share-icons {
		padding: 20px 0 10px;
		height: auto;
		margin-top: 10px;
		border-top: 1px solid #f4f4f4;
	}
	.post-footer .prev-next-post {
		padding-top: 20px;
	}
	.post-footer .prev-next-post .next-post ,
	.post-footer .prev-next-post .prev-post {
		width: 100%;
	}
	.post-footer .prev-next-post .next-post {
		float: right;
		margin-top: 20px;
	}
	
	/*
	* === HEADINGS ===
	*/
	.archive-heading {
		padding: 15px;
		margin-bottom: 20px;
	}
	.archive-heading.bold-bordered{
		-webkit-box-shadow: inset 0px -2px 0px 0px #f5bb00;
		-moz-box-shadow: inset 0px -2px 0px 0px #f5bb00;
		box-shadow: inset 0px -2px 0px 0px #f5bb00;
	}
	.page-heading {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.content-inner .page-heading:before ,
	.content-inner.sm .page-heading:before {
		left: -10px;
		width: 5px;
		height: 6px;
		margin-top: -3px;
	}

	/*
	* === COMMENTS ===
	*/
	.comments .comment-item{
		padding: 10px;
	}
	.comments .subcomments{
		margin-left: 30px;
	}
	.comments .comment-item .heading .reply-btn{
		padding-left: 10px;
		padding-right: 10px;
		right: -5px;
		top: -5px;
	}
	
	/*
	* === RELATED POST ===
	*/
	.related-post-grid .item .item-inner .featured-img{
		height: 150px;
	}
	.related-post-grid .item .item-inner .featured-img img{
		width: 250px;
	}
	.related-post-list li {
		padding: 15px 0;
	}
	.related-post-list li .featured-img {
		margin-bottom: 15px;
	}
	.related-post-list li .caption,
	.related-post-list.list-left-img li .caption{
		margin-left: 0px;
		margin-right: 0px;
	}
	.related-post-list .caption .post-title {
		font-size: 18px;
	}
	

	/*
	* === TILED FEATURED ===
	*/
	.tiled-featured .item {
		margin-bottom: 20px;
	}
	.tiled-featured .item:last-child {
		margin-bottom: 0px;
	}
	.tiled-featured .item:first-child .caption,
	.tiled-featured .item .caption{
		height: auto;
		width: 100%;
		float: none;
		padding: 15px 10px 10px 10px;
	}
	.tiled-featured .item .caption:after{
		border-top: none;
		top: auto;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
		position: absolute;
		top: -15px;
		left: 50%;
		margin-left: -15px;
		margin-top: 0;
	}
	.tiled-featured .item:nth-child(2) .caption:after{
		right: auto;
		margin-right: auto;
		bottom: auto;
		border-top: none;
		top: auto;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
		position: absolute;
		top: -15px;
		left: 50%;
		margin-left: -15px;
		margin-top: 0;
	}
	.tiled-featured .item:nth-child(2) .caption{
		top: 0px;
		float: none;
	}
	.tiled-featured .item:nth-child(2) .featured-img{
		top: 0px;
		float: none;
	}
	.tiled-featured .item .caption .post-meta{
		position: relative;
		right: auto;
		bottom: auto;
		margin-bottom: 15px;
	}

	/*
	* === SLIDESHOW FEATURED ===
	*/
	.slideshow-featured.owl-carousel .item {
		height: 280px;
	}
	.slideshow-featured.owl-carousel .item .caption{
		width: auto;
		padding: 20px;
		bottom: 40px;
		left: 30px;
		right: 30px;
		margin-left: 0;
	}
	.slideshow-featured.owl-carousel .item .caption:after{
		top: -10px;
		bottom: -10px;
		right: -5px;
		left: -5px;
	}
	.slideshow-featured.owl-carousel .item .caption:before{
		top: -5px;
		bottom: -5px;
		right: -10px;
		left: -10px;
	}
	.slideshow-featured .item .caption .post-meta span{
		font-size: 12px;
	}
	.slideshow-featured .item .caption .post-title a {
		font-size: 20px;
	}
	.slideshow-featured .item.format-post:before{
		width: 30px;
		height: 30px;
		top: 5px;
		right: 5px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		line-height: 30px;
		font-size: 12px;
	}
	.slideshow-featured .item.format-post.link-post:before{
		line-height: 30px;
	}
	.slideshow-featured .item.format-post.quote-post:before{
		line-height: 30px;
	}
	.slideshow-featured .item.format-post.video-post:before{
		line-height: 30px;
	}

	/*
	* === SPLIT SLIDESHOW FEATURED ===
	*/
	.split-slideshow-featured .item {
		height: 280px;
	}
	.split-slideshow-pagination .item .inner-item {
		height: 280px;
	}
	.split-slideshow-pagination .item .caption .category span{
		font-size: 10px;
	}
	.split-slideshow-pagination .item .caption .post-meta span{
		font-size: 12px;
	}
	.split-slideshow-pagination .item .inner-item .caption {
		padding: 15px 15px 30px 15px;
	}
	.split-slideshow-pagination .item .caption .post-title a {
		font-size: 16px;
	}
	
	
	/*
	* === ARCHIVE LIST ===
	*/
	.archive-list .item{
		margin-bottom: 20px;
		padding: 10px;
	}
	.archive-list .item .caption .post-title {
		font-size: 18px;
	}
	.cover-image{
		padding: 10px;
		margin: -10px;
		text-align: center;
	}
	.cover-image .cover-img-bg img{
		height: 100%;
		width: auto;
	}
	.cover-image.audio-post{
		padding-bottom: 40px;
	}
	.cover-image .text-content .top-meta{
		margin-top: 0px;
		height: auto;
		padding: 0 0 10px 0;
	}
	.cover-image .text-content .top-meta .category,
	.cover-image .text-content .top-meta .post-meta{
		float: none;
		display: block;
		line-height: 30px;
	}
	.cover-image .text-content .format-post-content{
		margin-bottom: 20px;
		padding-left: 0;
		min-height: 50px;
	}
	.cover-image .text-content .format-post-content:before{
		position: relative;
		display: block;
		margin-bottom: 20px;
		left: 50%;
		margin-left: -25px;
	}
	.cover-image .text-content .format-post-content .content-title{
		font-size: 22px;
	}
	.cover-image.quote-post .text-content .format-post-content .content-title{
		font-size: 18px;
	}
	
	/*
	* — Default List —
	*/
	.archive-list.default-list .item .featured-img{
		margin-bottom: 15px;
	}
	.archive-list.default-list .item .caption,
	.archive-list.default-list.list-left-img .item .caption{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	/*
	* — Post Grid —
	*/
	.archive-list.post-masonry.post-masonry-fullwidth .ma-item,
	.archive-list.post-masonry .ma-item,
	.archive-list.post-grid.post-grid-fullwidth .item-wrapper,
	.archive-list.post-grid .item-wrapper{
		width: 100%;
		float: none;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item,
	.archive-list.post-masonry .item .featured-img,
	.archive-list.post-grid .item .featured-gallery .slide-item,
	.archive-list.post-grid .item .featured-img{
		margin-bottom: 5px;
	}
	.archive-list.post-masonry .item .caption,
	.archive-list.post-grid .item .caption{
		padding: 10px;
	}
	.archive-list.post-masonry .item .caption .post-title,
	.archive-list.post-grid .item .caption .post-title {
		font-size: 18px;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item,
	.archive-list.post-classic .item .featured-gallery .slide-item,
	.archive-list.post-grid .item .featured-gallery .slide-item{
		height: 300px;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item img,
	.archive-list.post-classic .item .featured-gallery .slide-item img,
	.archive-list.post-grid .item .featured-gallery .slide-item img{
		width: 100%;
		height: auto;
	}
	.archive-list.post-masonry .cover-image,
	.archive-list.post-grid .cover-image{
		height: auto;
		margin-bottom: 5px;
	}
	.archive-list.post-masonry .cover-image .cover-img-bg img,
	.archive-list.post-grid .cover-image .cover-img-bg img{
		width: 100%;
		height: auto;
	}
	.cover-image .cover-img-bg img,
	.archive-list.post-masonry .cover-image .cover-img-bg img,
	.archive-list.post-classic .cover-image .cover-img-bg img,
	.archive-list.post-grid .cover-image .cover-img-bg img{
		height: auto;
		width: 600px;
	}

	/*
	* — Post Classic —
	*/
	.archive-list.post-classic .item .featured-img{
		margin-bottom: 5px;
	}
	.archive-list.post-classic .item .caption{
		padding: 10px;
	}
	.archive-list.post-classic .item .caption .post-title {
		font-size: 18px;
	}
	.archive-list.post-classic .item  .share-icons{
		right: 15px;
		bottom: -10px;
	}
	
	
	/*
	* === FOOTER ===
	*/
	.instagram-carousel.owl-carousel .item {
		height: 100px;
	}
	.instagram-carousel.owl-carousel .item img {
		height: 150px;
	}
}



@media only screen and (max-width: 360px) {
	
	/*
	* — Instagram gallery Widget —
	*/
	.widget-instagram-gallery .item img{
		width: 180px;
	}
	
	/*
	* — Instagram slideshow Widget —
	*/
	.instagram-slideshow-widget.owl-carousel .item {
		height: 240px;
	}
	.instagram-slideshow-widget.owl-carousel .item img {
		height: 240px;
		width: auto;
	}
	
	/*
	* === TYPOGRAPHY ===
	*/
	blockquote{
		margin: 20px 0;
		padding: 20px 10px 10px;
	}
	blockquote p{
		font-size: 18px;
	}
	.blockquote-reverse,
	blockquote.pull-right {
		padding: 20px 10px 10px;
	}
	
	/*
	* === MAIN CONTENT ===
	*/
	.blank-inner-content {
		padding: 20px 0 0 0;
	}
	.blank-inner-content img{
		max-width: 220px;
	}
	.post-featured-img.wide-post-img,
	.related-post-list li .featured-img,
	.related-post-grid .item .item-inner .featured-img,
	.full-page-content .post-featured-img,
	.post-featured-img,
	.content.full-page-content .page-featured-img,
	.page-featured-img {
		height: auto;
		overflow: visible;
		width: 100%;
		float: none;
	}
	.post-featured-img.wide-post-img img,
	.related-post-list li .featured-img img,
	.related-post-grid .item .item-inner .featured-img img,
	.full-page-content .post-featured-img img,
	.post-featured-img img,
	.content.full-page-content .page-featured-img img,
	.page-featured-img img{
		width:100%;
		height: auto;
		position: relative;
		margin: 0;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	
	.full-page-content .post-featured-img,
	.post-featured-img{
		width: auto;
		display: block;
		float: none;
	}

	/*
	* === COMMENTS ===
	*/
	.comments .subcomments{
		margin-left: 0;
	}
	.comments .comment-item .heading .reply-btn{
		padding-left: 10px;
		padding-right: 10px;
		right: -10px;
		top: -10px;
		height: 26px;
		background: #fdfdfd;
		padding-top: 3px;
		border: 1px solid transparent;
	}
	.comments .comment-item .heading .caption .mini-meta{
		font-size: 12px;
	}
	
	/*
	* === RELATED POST ===
	*/
	.related-post-grid  {
		margin: 0;
	}
	.related-post-grid .item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		border-bottom: 1px solid #f4f4f4;
	}
	.related-post-grid .item:last-child {
		margin-bottom: 0px;
		border-bottom: none;
	}
	.related-post-grid .item .item-inner .featured-img{
		margin-bottom: 5px;
	}
	.related-post-list li .featured-img {
		margin-bottom: 15px;
	}
	.related-post-list li .caption{
		margin-right: 0;
	}
	.related-post-list.list-left-img li .caption{
		margin-left: 0;
	}

	/*
	* === SLIDESHOW FEATURED ===
	*/
	.featured-post-gallery .slide-item,
	.slideshow-featured.owl-carousel .item {
		height: 220px;
	}
	.featured-post-gallery .slide-item img,
	.slideshow-featured.owl-carousel .item img {
		width: 360px;
	}
	.slideshow-featured.owl-carousel .item .caption:after{
		top: -10px;
		bottom: -10px;
		right: -5px;
		left: -5px;
	}
	.slideshow-featured .item .caption .post-meta{
		margin-bottom: 0px;
	}
	.slideshow-featured.owl-carousel .item .caption .btn{
		display: none;
	}
	.slideshow-featured .item .caption .post-title{
		line-height: 1;
	}
	.slideshow-featured .item .caption .post-title a {
		font-size: 18px;
	}
	.slideshow-featured.owl-carousel .owl-controls .owl-buttons div {
		display: none;
	}

	/*
	* === SPLIT SLIDESHOW FEATURED ===
	*/
	.split-slideshow-featured .item {
		height: 220px;
	}
	.split-slideshow-pagination .item .inner-item {
		height: 220px;
	}
	.split-slideshow-pagination .item .inner-item .caption {
		padding: 15px;
	}
	.split-slideshow-pagination .item .inner-item {
		border-right: 1px solid rgba(255,255,255,0);
	}
	.split-slideshow-featured .item img {
		width: 360px;
	}
	
	
	/*
	* — Post Grid —
	*/
	.archive-list.post-masonry .item .featured-gallery .slide-item,
	.archive-list.post-classic .item .featured-gallery .slide-item,
	.archive-list.post-grid .item .featured-gallery .slide-item{
		height: 200px;
	}
	.archive-list.post-masonry .item .featured-gallery .slide-item img,
	.archive-list.post-classic .item .featured-gallery .slide-item img,
	.archive-list.post-grid .item .featured-gallery .slide-item img{
		width: 350px;
		height: auto;
	}
	
	
	/*
	* — Post List —
	*/
	.archive-list.post-classic .item  .share-icons{
		right: auto;
		bottom: auto;
		position: relative;
		margin: 20px 0 0 0;
		padding-top: 5px;
		text-align: center;
		border-top: 1px solid #f4f4f4;
	}
}
/*
     FILE ARCHIVED ON 21:51:05 Jul 23, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:09:09 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.58
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.056
  esindex: 0.01
  cdx.remote: 2.748
  LoadShardBlock: 271.842 (3)
  PetaboxLoader3.datanode: 520.55 (6)
  PetaboxLoader3.resolve: 2426.217 (4)
  load_resource: 2703.753 (2)
*/