/*
Theme Name: SimpleMag
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Version: 3.0
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
 * Global
 */
.menu a,
a:hover,
.entry-meta a,
.entry-title a,
.entry-image a,
.widget_pages a,
.comment-reply-link,
.widget_categories a,
.widget-post-title a,
a[class*="read-more"],
.comments li .vcard a,
.widget_recent_entries a,
.widget_recent_comments a {
	text-decoration:none;
}


.widget_pages a:hover,
.comment-reply-link:hover,
.widget_categories a:hover,
.comments li .vcard a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.page-header .entry-meta a:hover {
	text-decoration:underline;
}

nav li,
input#s,
.tagline,
.sub-title,
.widget h3,
.vcard.author,
.entry-header,
.comment-box label,
.section-header,
.comment-meta,
.comment .vcard,
.widget-post-title,
.widget_pages li,
.widget_nav_menu li,
.widget_categories li,
.comment-reply-link,
#submit,
.widget h4,
.copyright,
.entry-meta,
.top-strip nav,
input[type="submit"],
[class*="read-more"],
.slide-dock h4,
.related-posts h4,
.secondary-menu li,
.sub-menu li {
	letter-spacing:0.2em;
	text-transform:uppercase;
}

.entries .entry-title,
.entries .entry-header {
	letter-spacing:0.05em;
}

nav li,
input#s,
.tagline,
.sub-title,
.widget h3,
.entry-title,
.vcard.author,
.entry-header,
.comment .vcard,
.comment-box label {
	font-size:18px;
}

#submit,
.widget h4,
.copyright,
.entry-meta,
.comment-meta,
.top-strip nav,
input[type="submit"],
[class*="read-more"],
.slide-dock h4,
.related-posts h4,
.secondary-menu li,
.widget-post-title {
	font-size:12px;
}

.sub-menu li {
	font-size:10px;
}

.single-title .entry-title {
	letter-spacing:normal;
}

.title-with-bg,
.title-with-sep {
	line-height:100%;
}

.title-with-bg .title,
.title-with-bg .entry-title,
.title-with-sep .title,
.title-with-sep .entry-title,
.classic-layout .entry-title a {
	font-size:100%;
}
	
.title-with-sep .title,
.title-with-sep .entry-title {
	display:inline-block;
	line-height:120%;
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
}

.format-bg .title-with-sep {
	background-image:none;
}

.format-bg .title-with-sep .title,
.layout-full .format-bg .title-with-sep .title {
	background-color:transparent;
}

#submit,
.read-more,
input[type="submit"] {
	color:#000;
	background:none;
	padding:14px 25px 12px;
	border:3px solid #000;
	position:relative;
}
	#submit:hover,
	.read-more:hover,
	input[type="submit"]:hover {
		box-shadow:3px 3px 0 #000;
	}
	
	#submit:active,
	.read-more:active,
	input[type="submit"]:active {
		top:1px;
		box-shadow:1px 1px 0 #000;
	}

[class*="read-more"] {
	position:relative;
	line-height:100%;
	display:inline-block;	
}

.read-more {
	letter-spacing:2px;
	font-size:14px;
	padding:15px 30px;
}

.read-more-link {
	margin-top:15px;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
	width:100%;
	padding:10px;
	border:1px solid #ccc;
}


/*
 * Colors
 */
body {
	color:#444;
}

a,
.title-with-sep{
	color:#000;
}
	
.layout-boxed {
	background:#fff;
}

.copyright,
.copyright a,
#pageslide a,
.comment-meta a,
.comment-box label,
.comment-reply-link,
.comment-reply-login,
.widget-post-title a,
.single-rating .description{
	color:#8c919b;
}

.sidebar .widget_rss li,
.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a,
.sidebar .widget_categories ul li,
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li a,
.sidebar .widget_ti_latest_comments li a {
	border-color:#ddd;
}
	
.copyright {
	background-color:rgba(0,0,0,0.1)
}
	.color-site-white .copyright {
		background-color:rgba(0,0,0,0)
	}

.tagline,
.sub-title,
.entry-meta,
.entry-meta a,
#open-pageslide,
#close-pageslide,
.cat-description {
	color:#8c919b;
}

#pageslide {
	color:#8c919b;
	background:#242628;			
}

#pageslide .block,
#pageslide .menu,
#pageslide .menu li {
	border-color:#343133;
}

.title-with-bg,
.title-with-bg a,
.title-with-bg .read-more,
.title-with-bg .sub-title,
.title-with-bg .entry-title,
.content-over-image,
.content-over-image a,
.content-over-image .read-more,
.content-over-image .entry-meta,
.content-over-image .entry-title {
	color:#fff;
}

.title-with-bg .read-more,
.content-over-image .read-more {
	border-color:#fff;
}


/*
 * Header 
 */
#masthead {

}
	.with-menu {
		margin-bottom:30px;
	}
	
	.top-strip {
		height:50px;
	}
	
		.top-strip-fixed:not(.hide-strip) {
			margin-top:40px;
		}
	
		.top-strip-fixed .top-strip {
			position:fixed;
			width:100%;
			top:0;
			left:auto;
			z-index:9999;
		}
	
		.layout-boxed .top-strip {
			max-width:1110px;
		}
	
	.color-site-white {
		padding-top:20px;
	}
	

#branding {
	margin-top:30px;
	margin-bottom:30px;
	
	-webkit-animation-name:fadeIn;
	   -moz-animation-name:fadeIn;
		 -o-animation-name:fadeIn;
			animation-name:fadeIn;

	-webkit-animation-delay:0.2s;
	   -moz-animation-delay:0.2s;
		-ms-animation-delay:0.2s;
		 -o-animation-delay:0.2s;
			animation-delay:0.2s; 
}

.header .inner {
	display:table;
	width:100%;	
}

.header .inner-cell {
	display:table-cell;
	vertical-align:middle;
}

.tagline,
.logo img {
	display:block;
	margin-bottom:-3px;
}

.header-search {
	
}
	.header-search .social {
		float:right;	
	}
	
	.search-form-cell {
		width:140px;	
	}
	
.header-banner {
	
}
	.header-banner .ad-block {
		float:right;	
	}
	
.header-default {
	text-align:center;	
}
	
	.header-banner .logo,
	.header-default .logo {
		display:inline-block;	
	}
	
/* 
 * Menus
 */
.main-menu,
.secondary-menu {
	font-size:0;
}

.main-menu li,
.secondary-menu li {
	display:inline-block;	
}

.main-menu > ul > li > a,
.secondary-menu > ul > li > a {
	position:relative;
}

.main-menu .sub-menu,
.secondary-menu .sub-menu {
	position:absolute;
	top:-9999px;
	left:0;
	width:100%;
	z-index:999;
	box-sizing:border-box;
    opacity:0;
}

.main-menu li:hover > .sub-menu,
.secondary-menu li:hover > .sub-menu {
	top:100%;
	opacity:1;
	transition:all 0s .2s;
}

.main-menu .sub-menu a,
.secondary-menu .sub-menu a {
	display:block;
}

/* sub menu third level */
.sub-menu .sub-menu {
	left:160px;
}

.sub-menu .menu-item-has-children {
	position:relative;	
}

li:hover .sub-menu .sub-menu {
	top:0;
}

	.secondary-menu .sub-menu .menu-item-has-children > a:before,
	.sub-links-only .sub-menu .menu-item-has-children > a:before {
		content:"❯";
		font-size:10px;
		font-family:Arial;
		display:block;
		text-align:center;
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-8px;
		z-index:999;
		cursor:default;
	}

/* main menu */
.main-menu-container {
	position:relative;
	z-index:997;
	
	-webkit-animation-name:fadeIn;
	   -moz-animation-name:fadeIn;
		 -o-animation-name:fadeIn;
			animation-name:fadeIn;

	-webkit-animation-delay:0.5s;
	   -moz-animation-delay:0.5s;
		-ms-animation-delay:0.5s;
		 -o-animation-delay:0.5s;
			animation-delay:0.5s;	
}

.main-menu {
	position:relative;
	z-index:998;
}
	
.main-menu > ul {
	text-align: left;
}
	
.main-menu > ul > li {

}
	.main-menu > ul > li:after {
		content:"/";
		font:normal 24px/24px Helvetica, Arial;
		display:block;
		float:left;
		width:6px;
		margin-top:14px;
	}
		.main-menu > ul > li:last-child:after {
			display:none;
		}
	
.main-menu > ul > li > a {
	height:50px;
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	float:left;
}
	.main-menu > ul > .link-arrow > a:after {
		content:"";
		position:absolute;
		left:40%;
		bottom:0;
		border-width:0 10px 10px;
		border-style:solid;
		border-color:transparent transparent #000;
		width:0;
		z-index:999;
		opacity:0;
	}
		.main-menu > ul > .link-arrow:hover > a:after {
			opacity:1;
			transition:all 0s .2s;
		}
		

/* main menu sub-menu */	
html .main-menu > ul > li > .sub-menu {
	border-top-width:3px;
}
		
.main-menu > ul > li > .sub-menu {
	padding-top:20px;
}
	.main-menu .sub-links {
		display:none;
	}
	
	.main-menu .sub-menu li,
	.main-menu .sub-menu .sub-links {
		display:block;
	}
		.main-menu .sub-menu .sub-links a {
			position:relative;
			padding:12px;
			line-height:16px;
		}
			
			.main-menu .sub-menu .sub-links a:after {
				content:"";
				display:block;
				position:absolute;
				left:0;
				bottom:0;
				width:100%;
				height:1px;
				opacity:0.2;
			}
				.main-menu .sub-links-only .sub-menu .sub-links li:last-child a:after {
					display:none;
					margin-bottom:12px;
				}

/* sub menu posts */
.main-menu .sub-menu .sub-posts {
	float:left;
	width:100%;
	padding:15px 0 30px;
}
	.main-menu .sub-menu .sub-posts li {
		float:left;
		width:30%;
		margin-left:2.5%;
	}
	.main-menu .sub-menu .sub-posts li figure {
		margin-bottom:10px;
	}

/* sub menu "two columns" layout */
.main-menu .sub-menu-two-columns .sub-menu .sub-links {
	float:left;
	width:25%;
	text-align:left;
	padding-bottom:20px;
}

.main-menu .sub-menu-two-columns .sub-menu .sub-posts {
	width:75%;
	float:right;
}
	.main-menu .sub-menu-two-columns .sub-menu .sub-links a {
		padding-left:25px;
		padding-right:25px;
	}
	
	.main-menu .sub-menu-two-columns .sub-menu .sub-links .sub-links {
		float:none;
		width:95%;
		margin-left:5%;
		padding-bottom:0;
	}

	.main-menu .sub-menu-two-columns .sub-menu .sub-links .sub-links a:after {
		left:-5%;
		width:105%;
	}

.main-menu .sub-menu-two-columns > .sub-menu:before,
.main-menu .sub-menu-two-columns > .sub-menu:after {
   content:"";
   position:absolute;
   z-index:-1;
   top:0;
   width:100%;
   height:100%;
}
	.main-menu .sub-menu-two-columns > .sub-menu:before {
		left:0;
		width:25%;
	}
	.main-menu .sub-menu-two-columns > .sub-menu:after {
		right:0;
		width:75%;
	}
	
/* sub menu "columns" layout */	
.main-menu > ul > .sub-menu-columns {

}

.main-menu .sub-menu-columns .sub-menu .sub-menu,
.main-menu .sub-menu-two-columns .sub-menu .sub-menu {
	position:static;
	opacity:1;
}
	
.main-menu > ul > .sub-menu-columns > .sub-menu > .sub-links {
	width:100%;
	float:left;
	text-align:left;
}
	.main-menu > ul > .sub-menu-columns > .sub-menu > .sub-links > li {
		float:left;
		margin:0 2%;
	}
		
.main-menu > ul > .sub-menu-columns > .sub-menu > .sub-links > li > a {
	font-size:130%;
}

.main-menu > ul > .sub-menu-columns-1,
.main-menu > ul > .sub-menu-columns-2,
.main-menu > ul > .sub-menu-columns-3 {
	position:relative;
}

.main-menu > ul > .sub-menu-columns-2 > .sub-menu {
	width:400px;
	left:50%;
	margin-left:-200px;
}

.main-menu > ul > .sub-menu-columns-3 > .sub-menu {
	width:600px;
	left:50%;
	margin-left:-300px;
}
	.main-menu > ul > [class*="sub-menu-columns-"]:first-child > .sub-menu {
		left:0;
		margin-left:0;
	}

	.main-menu > ul > [class*="sub-menu-columns-"]:last-child > .sub-menu {
		left:auto;
		right:0;
		margin-left:0;
	}
		.main-menu > ul > [class*="sub-menu-columns-"] > .sub-menu > .sub-links > li {
			width:21%;
			margin-bottom:30px;
			
		}
			.main-menu > ul > [class*="sub-menu-columns-"] > .sub-menu {
				padding-bottom:0;	
			}
		
		.main-menu > ul > .sub-menu-columns-2 > .sub-menu > .sub-links > li {
			width:46%;
		}
		
		.main-menu > ul > .sub-menu-columns-3 > .sub-menu > .sub-links > li {
			width:29%;
		}
		
		.main-menu > ul > [class*="sub-menu-columns-"] > .sub-menu > .sub-links > li:nth-child(4n+1) {
			clear:left;
		}
	
/* sub menu "links only" layout */	
.main-menu > ul > .sub-links-only {
	position:relative;
}
	.main-menu .sub-links-only .sub-menu {
		padding-top:0;
		padding-bottom:0;
		box-sizing:content-box;	
	}
		.main-menu .sub-links-only .sub-menu li {

		}
	
	.main-menu > ul > .sub-links-only > .sub-menu {
		width:160px;
		left:50%;
		margin-left:-80px;
		text-align:left;
	}
	
/* sub menu "full width" layout */	
.main-menu > ul > .sub-menu-full-width {

}

/* secondary menu */
.secondary-menu {
	margin-left:-1px;	
}
	.secondary-menu li {
		border-style:dotted;
		border-width:0;
	}
		.color-site-white .secondary-menu li {
			border:none;
		}
	
	.secondary-menu > ul > li {
		position:relative;
		line-height:49px;
		border-right-width:1px;
	}
	
	.secondary-menu > ul > li:first-child {
		border-left-width:1px;
	}
	
	.secondary-menu > ul > li a {
		padding:12px 15px;
	}
	
	.secondary-menu .sub-menu {
		width:160px;
	}
	
	.secondary-menu .sub-menu li {
		line-height:14px;
		display:block;
		border-top-width:1px;
	}
		.secondary-menu .sub-menu li:first-child {
			border-top:none;
		}
		
	.color-site-white .secondary-menu .sub-menu {
		border:3px solid #000;
	}

	.color-site-white .secondary-menu .sub-menu li:first-child {
		position:relative;
		
	}
		.color-site-white .secondary-menu .sub-menu li:first-child:after,
		.color-site-white .secondary-menu .sub-menu li:first-child:before {
			bottom:100%;
			border:solid transparent;
			content:"";
			height:0;
			width:0;
			position:absolute;
			pointer-events:none;
			border-style:solid;
		}
		
		.color-site-white .secondary-menu .sub-menu li:first-child:after {
			border-bottom-color:#fff;
			border-width:5px;
			left:25%;
			margin-left:-5px;
		}
		
		.color-site-white .secondary-menu .sub-menu li:first-child:before {
			border-bottom-color:#000;
			border-width:9px;
			left:25%;
			margin-left:-9px;
		}
		
			.color-site-white .secondary-menu .sub-menu .sub-menu li:first-child:after,
			.color-site-white .secondary-menu .sub-menu .sub-menu li:first-child:before {
				display:none;
			}
			
			.color-site-white .secondary-menu .sub-menu .sub-menu {
				top:-3px;
			}

.sticky-active .main-menu-fixed {
	opacity:0.95;
	z-index:9999;
	background-color:#fff;
	border-top:none;
	border-bottom:1px solid #000;
	-webkit-backface-visibility:hidden;
}

.sticky-active .main-menu-fixed nav {
	margin:auto;
	border-top:0;
	border-bottom-width:0;
}


/* 
 * Content
 */
#content {
	min-height:300px;
	margin-bottom:30px;
	
	-webkit-animation-name: fadeIn;
	   -moz-animation-name: fadeIn;
		 -o-animation-name: fadeIn;
			animation-name: fadeIn;
	
	-webkit-animation-delay:0.8s;
	   -moz-animation-delay:0.8s;
		-ms-animation-delay:0.8s;
		 -o-animation-delay:0.8s;
			animation-delay:0.8s;
}

/* 
 * Footer
 */
#footer {
	-webkit-animation-name:fadeIn;
	   -moz-animation-name:fadeIn;
		 -o-animation-name:fadeIn;
			animation-name:fadeIn;

	-webkit-animation-delay:1.2s;
	   -moz-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		 -o-animation-delay:1.2s;
			animation-delay:1.2s; 	
}

#footer .advertisement {
	margin:0;
	padding:30px 0;
}

.copyright {
	padding:30px 0;
	line-height:2em;	
}

.copyright .back-top {
	font-size:70%;
	text-align:right;
}

/* 
 * Home Page Blocks
 */
.home-section {
	
}

.with-sidebar .home-section {
	width:100%;
}

.home-section,
.home-section .section-header {
	margin-bottom:30px;
}

.home-section .section-header {
	text-align:center;
}

.sub-title {
	display:block;	
}

.featured-posts {
	
}

.category-posts {
	
}

.format-posts {
	
}
	.format-bg {
		padding:30px;
		box-sizing:border-box;
	}

.latest-posts {

}

.latest-reviews {
	
}

.latest-posts .masonry-layout .hentry,
body:not(.home) .masonry-layout .hentry {
	padding-bottom:27px;
	border-bottom:3px solid #000;
}

.title-text {
	text-align:center;
	margin-bottom:30px;	
}

.advertising {
	text-align:center;
}

.advertising img {
	display:block;
	margin:0 auto;	
}

.composer-button {
	text-align:center;
	margin-bottom:60px;
}


/* Full width Image */
.title-with-bg {
	padding:200px 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}

/* All News button */	
.all-news-link {
	margin:60px auto 30px;
}
	
	.all-news-link .read-more {
		display:block;
		max-width:690px;
		padding:20px 0;
		margin-left:auto;
		margin-right:auto;
		font-size:100%;
		line-height:100%;
		text-align:center;
		border:none;
	}


/* 
 * Sliders ( global )
 */
.flexslider {
	overflow:hidden;
	position:relative;
}

.flexslider .slides li {
	position:relative;
}

.flexslider li img.alter {
	background:#242628;
}

.flex-direction-nav a,
#gallery-carousel .carousel-nav {
	position:absolute;
	bottom:0;
	z-index:998;
	font-size:14px;
	text-decoration:none;
	background:url("images/pixel.gif");	
}

#gallery-carousel .carousel-nav,	
.posts-slider .flex-direction-nav a {
	color:#fff;
	font-size:28px;
	display:block;
	width:54px;
	height:54px;
	line-height:55px;
	text-align:center;
	top:50%;
	margin-top:-32px;		
}
	#gallery-carousel .prev,
	.posts-slider .flex-prev {
		left:5%;
	}
	
	#gallery-carousel .next,
	.posts-slider .flex-next {
		right:5%;
	}
	
	#gallery-carousel .carousel-nav:hover .carousel-nav {
		box-shadow:3px 3px 0 #000;		
	}

.posts-slider.loading {
	background:url("images/loading.gif") no-repeat center;
}


/* 
 * Posts Slider
 */
.posts-slider {

}

.posts-slider li,
.posts-slider .flex-viewport {
	margin-bottom:30px;
}
		
.posts-slider .entry-title {
	font-size:36px;
	line-height:120%;
}

.grid-8 .posts-slider .slides li,
.slider-latest .posts-slider .slides li {
	height:460px;
}
	.grid-8 .posts-slider .entry-title,
	.slider-latest .posts-slider .entry-title,
	.slider-latest .entries .content-over-image .entry-title {
		font-size:26px;
	}
	
	.grid-8 .posts-slider .flex-direction-nav a,
	.slider-latest .posts-slider .flex-direction-nav a {
		font-size:18px;
		width:36px;
		height:36px;
		line-height:36px;
		margin-top:-32px;	
	}

	.grid-8 .posts-slider .entry-header .read-more,
	.grid-8 .posts-slider .entry-header .entry-meta,
	.slider-latest .posts-slider .entry-header .read-more,
	.slider-latest .posts-slider .entry-header .entry-meta {
		font-size:80%;	
	}

/*
 * Slider and two Latest Posts
 */
.slider-latest {
	margin-bottom:0;	
}

.slider-latest .entries article {
	overflow:hidden;
	max-height:215px;
	margin-bottom:30px;
}

.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .grids,
.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .columns {
	width:100%;
	margin-left:0;
}
	.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .entries article {
		width:48%;
		float:right;
	}
	
	.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .entries article:first-child {
		float:left;
		margin-bottom:0;
	}


/* 
 * Native WP Gallery
 */
.gallery {

}

.gallery .gallery-item {

}

.gallery-item img {
	border:none !important;
}

.gallery .gallery-caption {

}

/* 
 * Custom Gallery
 */
.custom-gallery {

}

.custom-gallery .gallery-item {
	float:left;
	width:98%;
	height:450px;
	margin-bottom:1%;
	position:relative;
}

.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
	width:32%;
	margin-right:1%;
	height:200px;
}

/* Old IE support */
.oldie .custom-gallery .row .gallery-item {
	width:32%;
	height:200px;
}

.custom-gallery .gallery-item .gallery-caption {
	position:absolute;
	left:0;
	bottom:0;
	width:98%;
	padding:5px 1%;
	font-size:90%;
	line-height:110%;
	text-align:center;
	color:#fff;
	background:#555;
	background:rgba(0,0,0,0.5);
}




/*
 * Gallery Carousel
 */
#gallery-carousel {
	width:100%;
	overflow:hidden;
	position:relative;
}

#gallery-carousel .carousel {
	width:9999px;
}

#gallery-carousel .gallery-item {
	float:left;	
	margin:0 5px 0 0;
	position:relative;
}
	
/* 
 * Sliders and Gallery content
 */	
.content-over-image {
	position:relative;
}

.content-over-image .entry-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
}

.content-over-image [class*="-header"] {
	position:absolute;
	top:0;
	left:15%;
	width:70%;
	height:100%;
}

	.content-over-image [class*="-header"] .inner {
		width:100%;
		height:100%;
		display:table;
	}
	
	.content-over-image [class*="-header"] .inner-cell {
		width:100%;
		height:100%;
		display:table-cell;
		vertical-align:middle;
	}
			
		.content-over-image a {
			text-decoration:none;	
		}
			
		.content-over-image img {
			display:block;
		}
		
		.content-over-image .entry-meta {
			margin-bottom:10px;
		}
		
		.content-over-image .entry-meta {
			position:relative;
			z-index:3;
		}
		
		.content-over-image .read-more {
			margin-top:40px;
		}
		
		.content-over-image .author a:hover,
		.content-over-image .entry-author a:hover,
		.content-over-image .entry-category a:hover {
			border-bottom:2px solid #fff;
		}
		

.content-over-image .flex-direction-nav a:hover {
	box-shadow:3px 3px 0 #000;
	text-shadow:3px 3px 0 #000;
}

.content-over-image figure:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	-webkit-transition:opacity .2s linear;
	   -moz-transition:opacity .2s linear;
	    -ms-transition:opacity .2s linear;
	     -o-transition:opacity .2s linear;
	        transition:opacity .2s linear;
}

/* 
 * Posts ( global )
 */
.entry-header {
	text-align:center;
}
		
	.entry-header .entry-meta .author:after,
	.entry-header .entry-meta .entry-date:after,
	.entry-header .entry-meta .entry-category:after,
	.posts-slider .entry-header .entry-meta .entry-author:after {
		content:"/";
		padding:0 5px;
	}
		.entry-header .author:last-child:after,
		.entry-header .entry-meta .entry-date:last-child:after,
		.entry-header .entry-category:last-child:after {
			content:"";	
		}
	
	.entry-header .vcard.author {
		font-size:100%;
	}

.entries  {
	
}

.entries .hentry {
	text-align:center;
	margin-bottom:30px;
}

.entries .hentry .entry-title {
	margin:5px 0;
	line-height:150%;	
}

.entries .hentry .entry-author {
	font-size:12px;
}

.entries .hentry .entry-header .vcard.author {
	display:block;
	font-size:12px;
	margin-bottom:10px;
}

.entries .hentry .entry-header .vcard.author:after {
	content:"";
	padding:0;	
}

.entries .format-audio iframe {
	width:100% !important;
}

/* Images */	
.entry-image {
	
}
	
.entry-image img {
	display:block;
}

.entries .entry-image {
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
	.entries .entry-image [class*="icomoon-"] {
		font-size:24px;
		position:absolute;
		left:50%;
		top:50%;
		width:80px;
		height:80px;
		margin:-40px 0 0 -40px;
		line-height:80px;
		color:#fff;
		background:#000;
		border-radius:50%;
		opacity:0.5;
		text-align:center;
		transition: opacity 0.1s ease;
	}

	.entries .entry-image:hover [class*="icomoon-"] {
		opacity:1;
	}
	
	.entries .entry-image img {
		width:100%;
	}
	
	.entries .entry-image img:hover {
		-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter:alpha(opacity=50);
	}
	
	
	
/* Image Caption*/
.image-caption {
	opacity:0;
	position:absolute;
	left:0;
	bottom:0;
	width:90%;
	padding:20px 5%;
	font:italic 16px Georgia, serif;
	line-height:24px;
	letter-spacing:0.1em;
	color:#fff;
	background:#000;
	background:rgba(0,0,0,0.8);
	transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
}

figure .icon:before {
	opacity:1;
	content:"i";
	position:absolute;
	right:0;
	bottom:0;
	background:#000;
	color:#fff;
	display:block;
	width:28px;
	height:28px;
	text-align:center;
	font:italic 14px/28px Georgia, serif;
}

figure:hover .icon:before {
	opacity:0;
}

figure:hover .image-caption {
	opacity:1;
}

.advertisement {
	margin-bottom:30px;
	background:#f5f5f5;
}

	.advertisement img{
		display:block;
		margin:auto;
	}


/* 
 * Posts Layouts
 */
.list-layout,
.list-layout .hentry,
.classic-layout,
.classic-layout .hentry {
	margin-left:0;
}

.list-layout .hentry,
.classic-layout .hentry {
	float:left;
	width:100%;
	padding-bottom:30px; 
}
	.list-layout .hentry:last-child,
	.classic-layout .hentry:last-child {
		padding-bottom:0;
	}
 
/* List */
.list-layout {

}

.list-layout .hentry {
	border-bottom:1px solid #ddd; 
}
	.list-layout .hentry:last-child {
		border-bottom:none; 
	}

.list-layout .hentry,
.list-layout .entry-header {
	text-align:left;	
}

.list-layout .entry-image {
	float:left;
	width:47.8%;
	max-width:330px;
	margin-right:5%;
	margin-bottom:0;	
}

.list-layout .entry-summary {
	overflow:hidden;	
}

/* Classic Column */	
.classic-layout {
	
}

	.classic-layout .entry-image,
	.classic-layout .author{
		margin-bottom:20px;
	}
	
	.classic-layout .read-more-link {
		padding:14px 25px 12px;
		border:1px solid #000;
	}
		.classic-layout .read-more-link:hover {
			box-shadow:3px 3px 0px #000;
		}


/* Grid */	
.grid-layout {
	
}

/* ad between posts */
.post-ad img {
	display:block;	
}

/*
 * Pages
 */
.page-header {
	margin-bottom:30px;	
}
	.page-header .entry-meta {
		margin-bottom:5px;	
	}

.page-title {

}

.page-content {
	
}

.cat-description {
	max-width:690px;
	text-align:center;
	margin:-15px auto 45px;	
}


/*
 * Single
 */
.single-title {

}

.base-image {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
}

.single .entry-media {

}
	.single .entry-media img {
		display:block;
	}
	
	.base-image img,
	#gallery-carousel,
	.single .entry-media iframe,
	.single .entry-media .video-wrapper {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:30px;
	}
	
	.single .entry-media iframe {
		display:block;
		width:100% !important;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		max-width:1050px !important;	
	}

.single-box {
	margin-bottom:60px;	
}
	.single-box .title,
	.comment-reply-title {
		text-align:center;
		margin-bottom:10px;
		text-transform:none;
	}

/* Single Post & Page post */
.page .page-content {

}

.single .entry-content {
	padding-bottom:30px;
	border-bottom:3px solid #000;
	
}

.page .page-content iframe,
.single .entry-content iframe,
.page .page-content .fluid-width-video-wrapper,
.single .entry-content .fluid-width-video-wrapper {
	clear:both;
}

.single .single-box.entry-media iframe {
	width:100% !important;
}

.single-box.entry-media .wrapper {
	width:100%;		
}

	.single .entry-content > p:first-of-type:first-letter {
		font-size:70px;
		float:left;
		line-height:60px;
		padding:4px 12px 0 0;	
	}
	
	.page .page-content h1,
	.single .entry-content h1,
	.page .page-content h2,
	.single .entry-content h2,
	.page .page-content h3,
	.single .entry-content h3,
	.page .page-content h4,
	.single .entry-content h4,
	.page .page-content h5,
	.single .entry-content h5,
	.page .page-content h6,
	.single .entry-content h6 {
		margin-bottom:18px;
	}
	
	.title-text h1,
	.page .page-content h1,
	.single .entry-content h1 { 
		font-size:50px;
		line-height:54px;
	}
	
	.title-text h2,
	.page .page-content h2,
	.single .entry-content h2 { 
		font-size:36px;
		line-height:40px;
	}
	
	.page .page-content h3,
	.single .entry-content h3 { 
		font-size:28px;
		line-height:32px;
	}
	
	.page .page-content h4,
	.single .entry-content h4 { 
		font-size:22px;
		line-height:26px;
	}
	
	.page .page-content h5,
	.single .entry-content h5 { 
		font-size:18px;
		line-height:22px;
	}
	
	.page .page-content h6,
	.single .entry-content h6 { 
		font-size:16px;
		line-height:18px;
	}
	
	.page .page-content p,
	.page .page-content li,
	.page .page-content hr,
	.single .entry-content p,
	.single .entry-content li,
	.single .entry-content hr {
		margin-bottom:18px;
	}

	.page .page-content ol,
	.page .page-content ul,
	.single .entry-content ol,
	.single .entry-content ul {
		padding-left:40px;
	}
	
	.page .page-content li,
	.single .entry-content li {
		padding-left:15px;
	}
		.page .page-content ul li,
		.single .entry-content ul li {
			list-style:square;
		}
		
		.page .page-content ol li,
		.single .entry-content ol li {
			list-style:decimal;
		}
	
	.page .page-content hr,
	.single .entry-content hr {
		border:0;
		height:0;
		border-bottom:1px solid #ddd;
		clear:both;
	}
	
	.page .page-content .wp-caption,
	.single .entry-content .wp-caption {
		max-width:100%;
	}
	
	.page .page-content .wp-caption .wp-caption-text,
	.single .entry-content .wp-caption .wp-caption-text{
		color:#8c919b;
		font-style:italic;
		text-align:center;
	}
	
	.page-content blockquote,
	.entry-content blockquote {
		color:#000;
		margin:0;
		padding:15px;
		font-size:22px;
		line-height:1.5em;
		quotes:"\201C""\201D""\2018""\2019";
	}
		.page-content blockquote:before,
		.entry-content blockquote:before {
			content:open-quote;
			font-size:4em;
			line-height:.1em;
			margin-right:.15em;
			vertical-align:-.4em;
		}
		.page-content blockquote:after,
		.entry-content blockquote:after {
			content:close-quote;
			font-size:4em;
			line-height:.1em;
			margin-left:.15em;
			vertical-align:-.7em;
		}
		
		.page-content blockquote p:first-child + p
		.entry-content blockquote p:first-child + p {
			margin-top:18px;
		}
		
		.page-content blockquote p:first-child,
		.page-content blockquote p:first-child,
		.entry-content blockquote p:last-child,
		.entry-content blockquote p:last-child {
			display:inline;
		}
	
	.single-rating {
		padding:10px;
		margin-bottom:30px;
		background:#f8f8f8;	
	}
		.single-rating .inner {
			padding:20px;
			border:1px solid #dfdfdf;	
		}
		
		.single-rating .title {
			border-bottom:none;
		}
		
		.single-rating .description {
			text-align:center;
			margin-bottom:20px;
		}
		
		.rating-score-box .score {
			width:74px;
			height:74px;
			padding:3px;
			margin:0 auto;
			border-radius:50%;
			position:relative;
		}
			.rating-score-box .score input {
				color:#8c919b;
				opacity:0.7;
				font:normal 29px/29px Arial, Helvetica, sans-serif;
				letter-spacing:-0.1em;
				width:76px;
				height:44px;
				left:0;
				top:50%;
				margin-top:-22px;
			}
			
			.oldie .rating-score-box .score input {width:80px;margin-top:-19px;}
			@media screen and (min-width:0\0) {.rating-score-box .score input {width:80px;}}

	
/* Tags */			
.tag-box {
	text-align:center;
	padding-bottom:30px;
	border-bottom:3px solid #000;
}

.tag-box a {
	margin:0 10px;
	padding:5px 10px;
	line-height:30px;
	text-decoration:none;
}
	
/* Social links */
.social-box {

}

.social-box ul {
	text-align:center;	
}

.social-box li {
	margin-bottom:15px;
	display:inline-block;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
	
.social-box li a {
	position:relative;
	text-decoration:none;
}

.social-box li a:hover {
	text-decoration:underline;
}
	
	/* minimal */
	.social-minimal li {
		font-size:12px;
		padding-left:2%;
		padding-right:2%;
	}
	
	.social-minimal li:after {
		content:"|";
		position:relative;
		top:-1px;
		right:-15px;
		font-size:10px;
	}
	
	.social-minimal li:last-child:after {
		content:normal;
	}
	
	.social-minimal [class^="icomoon-"] {
		display:none;
	}

	/* colorful */	
	.social-colors li {
		font-size:11px;
	}	

	.social-colors [class^="share-"] a {
		display:block;
		color:#fff;
		background-color:#444;
		box-shadow:inset 0 -3px 0 rgba(0,0,0,0.2);
		border-radius:1px;
		padding:8px 16px 8px 10px;
	}
	
		.social-colors .share-facebook a {
			background-color:#306199;
		}
		
		.social-colors .share-twitter a {
			background-color:#26c4f1;
		}
		
		.social-colors .share-pinterest a {
			background-color:#b81621;
		}
		
		.social-colors .share-linkedin a {
			background-color:#007bb6;
		}
		
		.social-colors .share-gplus a {
			background-color:#d34836;
		}
		
		.social-colors .share-mail a {
			background-color:#3C9;
		}

	.social-colors li a:hover {
		box-shadow:none;
		text-decoration:none;
	}
	

/* Post Author */
.single-author-box {

}

.single-author-box .author-tabs-content {
	color:#666;
	font-size:90%;
	padding:20px;
	border:1px  solid #ccc;
}
	.single-author-box .avatar {
		float:left;
		width:11%;
		height:11%;
	}
		.single-author-box .avatar img {
			width:100%;
			height:auto;
		}

	.single-author-box .author-info,
	.single-author-box .author-social {
		margin-left:20%;
	}

	.single-author-box .author-info p {
		margin:5px 0;
	}

	.single-author-box .author-info ul {
		margin-top:10px;
		padding-left:20px;
		padding-right:20px;
	}

	.single-author-box .author-info li {
		margin:5px 0;
		list-style:square;
	}
	
	.author-social li {
		display:inline-block;
		margin-right:15px;
		font-size:80%;
		letter-spacing:0.2em;
	}
	
	.single-author-box .author-tabs-button {
		position:relative;
		bottom:-1px;
	}
	
		.single-author-box .author-tabs-button li {
			float:left;
			width:50%;
		}
		
		.single-author-box .author-tabs-button li a {
			display:block;
			font-size:14px;
			padding:8px 20px;
			text-align:center;
			text-decoration:none;
			outline:none;
		}
	
	.single-author-box .author-tabs-button li a.active {
		border-bottom:3px solid #000;
	}

/* Related Posts */
.related-posts {
	overflow:hidden;
	position:relative;
}
	.related-posts .item {
		float:left;
		margin-left:30px;	
	}
	
	.related-posts .carousel-nav {
		position:absolute;
		top:0;
		width:22px;
		line-height:22px;
		text-align:center;
		font-size:14px;
		text-decoration:none;	
	}
	
	.related-posts .carousel-nav:hover {
		color:#fff;
		background:#000;	
	}
	
	.related-posts .next {
		right:0;	
	}
	
	.related-posts .prev {
		right:26px;	
	}
	
	
/* Slide dock */
.slide-dock {
	position:fixed; 
	bottom:0; 
	right:-361px; 
	width:330px;
	padding-bottom:30px; 
	border:1px solid #000;
	z-index:9999;
	
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}

.slide-dock-on {
	transform:translate(-360px,0);
    -webkit-transform:translate(-360px,0);
    -o-transform:translate(-360px,0);
    -moz-transform:translate(-360px,0);
}

.slide-dock-off {
	transform:translate(360px,0);
    -webkit-transform:translate(360px,0);
    -o-transform:translate(360px,0);
    -moz-transform:translate(360px,0);
}

.no-csstransforms .slide-dock-on 	{right:0;}
.no-csstransforms .slide-dock-off 	{display:none;}

.close-dock {
	position:absolute;
	top:18px;
	left:30px;
	display:block;
	font-size:20px;
	text-decoration:none;	
}

.slide-dock h3 {
	padding:20px 0 0;	
}

.slide-dock h4 {
	margin-bottom:10px;
}

.slide-dock h4 a {
	text-decoration:none;
}

.slide-dock .entries {
	padding:0 30px 0;
	font-size:80%;	
}


/* The Next and Previous post links */
.nav-single {
	padding:30px 0;
	position:relative;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
}
	.nav-next,
	.nav-previous {
		width:36%;
		padding:0 7%;
		text-align:center;
	}	
	.nav-next {
		float:right;
	}
	.nav-previous {
		float:left;
	}	
		.nav-next a,
		.nav-previous a {
			font-size:12px;
			display:block;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		.nav-next [class^="icomoon-"],
		.nav-previous [class^="icomoon-"] {
			font-size:25px;
			position:absolute;
			top:50%;
			margin-top:-14px;
		}
		.nav-next [class^="icomoon-"] 		{right:0;}
		.nav-previous [class^="icomoon-"] 	{left:0;}

	.nav-single .sep {
		display:block;
		position:absolute;
		top:0;
		left:50%;
		width:1px;
		height:100%;
		border-left:1px dotted #444;
	}

/* Comments */
.comment-list .comment-body {
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}	
	.comment-list .comment-body img {
		position:absolute;
		top:0;
		left:0;
	}

	.comment-list .comment-body .reply {
		position:absolute;
		top:0;
		right:0;
	}

.comment-list .comment-meta,	
.comment-list .comment-author {
	margin-left:80px;	
}

	
.comment-list .children {
	margin-left:30px;
}
	
.comment-list .comment-author .fn {
	font-style:normal;
}

.comment-list .form-submit,
.comment-list .comment-meta {
	margin-bottom:30px;
}

.comment-list .comment-meta a {
	text-decoration:none;	
}

.comment-edit-link:after{
	content:"\f040";
	font-size:16px;
	font-family:icomoon;
	padding:0 5px;
}

.comment-reply-link,
.comment-reply-login {
	font-size:12px;
}

.comment-form-comment {
	margin-bottom:30px;	
}	

.form-allowed-tags,	
.comment-author .says {
	display:none;	
}

/*
 * Pagination
 */
.paging-navigation {
	margin-top:30px;
}

.paging-navigation .loop-pagination {
	padding:30px 0;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
	.loop-pagination a {
		display:inline-block;
		margin:0 5px;
	}
	
	.loop-pagination a,
	.loop-pagination span {
		color:#8c949c;
		font-size:16px;
		line-height:20px;
		padding:5px 10px;
		display:inline-block;
		text-decoration:none;
	}

	.loop-pagination a.next,
	.loop-pagination a.prev {
		color:#000;
		border:none;
	}
	
	.loop-pagination a.next:hover,
	.loop-pagination a.prev:hover {
		color:#fff;
		background:#000;	
	}
	
.link-pages {
	font-size:16px;
	margin-top:30px;
	padding-top:30px;
	text-align:center;
	border-top:1px solid #eee;
}
	
	.entry-content .link-pages h3 {
		font-size:20px;
	}

	.link-pages a {
		text-decoration:none;
	}
		
	.link-pages span{
		padding:5px 10px;
	}
		
	.link-pages a span {
		color:#8c949c;
		background:none;
	}

	.link-pages span,
	.link-pages a span {
		margin:0 5px;
	}


/* 
 * Author Page
 */	
.author-page .column-2 {
	float:right;	
}

.author-page .author-box {
	padding:8%;
	margin-bottom:30px;
	border:1px solid #ccc;
	text-align:center;
}

.author-page .author-box .avatar {
	margin-bottom:15px;
}

.author-page .author-box .author-info,
.author-page .author-box .author-info h1 {
	margin-bottom:30px;
}

.author-page .author-box .avatar img {
	display:block;
	margin:0 auto;
}

.author-page .author-box .author-social {
	display:inline-block;

}

.author-page .author-box .author-social li {
	margin:0;
	padding:0 8px;
}

.author-page .author-box .author-social li a {
	text-decoration:none;
	font-size:18px;
}


/* 
 * Search
 */
#searchform {
	position:relative;
}

#searchform input[type="text"] {
	padding-left:15px;
}
	
#searchform input,
#searchform button {
	padding:0;
	height:40px;
	border:none;
	background:none;
}

.oldie #searchform input {
	line-height:40px;
}

#searchform input {
	width:100%;
	outline:none;
	font-size:12px;	
}

#searchform button {
	position:absolute;
	right:0;
	top:50%;
	width:40px;
	z-index:99;
	margin-top:-20px;
}

#masthead #searchform {
	width:130px;
	height:50px;
	float:right;	
}
	#masthead #searchform input[type="text"] {
		position:absolute;
		top:0;
		right:0;
		z-index:98;
		height:50px;
		border-style:dotted;
		border-width:0;
		border-left-width:1px;
		border-right-width:1px;
	}
	
#searchform input[type="text"] {
	background:#000;
}
	#searchform input,
	#searchform button {
		color:#8c919b;	
	}
	
	#masthead .header-search #searchform input[type="text"],
	#masthead.color-site-white #searchform input[type="text"] {
		background:#fff;
		border:none;
		border:1px solid #000;	
	}

.color-site-white.top-strip #searchform {
	margin-top:-3px;
}

.color-site-white #searchform input[type="text"] {
	border-width:3px;
	border-style:solid;
}

.search-result-nav {
	margin-top:30px;	
}

/*
 * Review graph 
 */
.score-line span {
	display:block;
}

.score-outer {
	background:#f3f3f3;
	background:rgba(0,0,0,0.05);
}

.entry-image .score-line {
	position:absolute;
	left:0;
	bottom:0;
	text-align:right;
}
	.entry-image .score-line span i {
		padding:0 10px;
		font-style:normal;
	}
	
.entry-breakdown {

}
	
.entry-breakdown .total {
	float:right;
}
	
.entry-breakdown .item {
	margin-bottom:20px;
}
	
.entry-breakdown .item .score-line {
	background:#ececec;
}
	
.entry-breakdown .score-line,
.entry-breakdown .score-line span {
	height:12px;
}

.entry-breakdown .total-score h4 {
	color:#000;
}

.entry-breakdown .total-score h4 .total {
	font-size:18px;	
}


/*
 * Sitemap
 */
.sitemap {
	margin-top:4px;	
}

.sitemap .trigger {
	cursor:pointer;
	position:relative;
	padding:21px 0 18px 40px;
	border-top:1px solid #ddd;
	margin-top:-1px;
}

.sitemap .trigger.active {
	margin-top:-3px;
	border-top:3px solid #000;
}

.sitemap .trigger.active:hover {
	color:#000;
}

.sitemap .trigger:after,
.sitemap .trigger.active:after {
	display:none;
	position:absolute;
	top:5px;
	right:40px;
	font:normal 50px "Courier New", Courier, monospace;
}

.sitemap .trigger:after {
	content:"+";
}

.sitemap .trigger.active:after {
	content:"-";
}
	.sitemap .trigger:hover:after {
		display:block;
	}

.sitemap .row ul {
	display:none;
	overflow:hidden;
	padding:0 0 21px 40px;
	border-bottom:1px solid #000;
	border-top:0;
}
	.sitemap .row:first-child ul {
		display:block;
	}

.sitemap .row ul li {
	margin:10px 0;
}
	
.sitemap .page-content {
	margin-bottom:30px;	
}


/*
 * Social icons
 */
.social li {
	display:inline-block;
}
	.social li a {
		display:block;
		position:relative;
		width:32px;
		height:32px;
		line-height:42px;
		text-align:center;
		font-size:18px;
		text-decoration:none;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		-ms-transition:all 0.2s ease;
		transition:all 0.2s ease;
	}
	
	.social li a:hover {
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		-ms-transform:scale(1.1);
		transform:scale(1.1);
	}
	
	.social li .social-share-link {
		display:none;
	}
	
.top-strip .social {
	float:right;
	margin-top:4px;
}
	
.social-center {
	text-align:center;
}


/* 
 * Page 404
 */
.error404 .post {
	margin-top:60px;
	text-align:center;	
}

.error404 .post img {
	margin-bottom:60px;	
}

.error404 .post h1 {
	font-size:50px;
	text-transform:uppercase;
}


/*
 * Contact Form 7 Plugin
 */
.wpcf7-form {
	
}

.wpcf7-form input,
.wpcf7-form textarea {
	margin-bottom:30px;	
}

.wpcf7-form-control-wrap {
	display:block;		
}

span.wpcf7-not-valid-tip {
	border:none;
	width:100%;
	height:41px;
	line-height:40px;
	padding:0;
	top:0; left:0;
	text-align:center;
	background:#fde2e7	
}


/*
 * Jetpack Subscription Widget
 */
.jetpack_subscription_widget {
	
}

.jetpack_subscription_widget p {
	margin-bottom:18px;	
}

#subscribe-email input {
	width:100%;
	padding:10px;
}

#subscribe-submit {
	text-align:center;	
}

/*
 * Jetpack Share
 */
.sharedaddy {
	margin-top:10px;	
}


/* 
 * Sidebars 
 */
.sidebar {
	padding:8%;
}

.sidebar-fixed {
	-webkit-backface-visibility:hidden;
}

/* Footer Sidebar */
.footer-sidebar {
	
}

/* Footer Sidebar Columns */
.columns {

}

.col-2 .widget-area {
	width:49%;
}

.col-3 .widget-area {
	width:25%;
}
	.col-3 .widget-area-1 {
		width:49%;
	}

.widget-area {
	box-sizing:border-box;	
}

.widget-area-1 .widget {
	border-left:none;	
}
	
.widget-area-3 .widget {
	border-right:none;	
}

html .footer-sidebar .widget {
	border-left:none;	
	border-right:none;	
	border-bottom:none;	
}
	
html .widget-area-2,
html .widget-area-3 {
	border-top:none;
	border-right:none;
}

html .col-1 .widget-area {border:none;}
html .col-2 .widget-area:first-child {border-left:none;}
html .col-2 .widget-area:last-child  {border-right:none;}


/*
 * Widgets
 */
.widget {
	
}
	.sidebar .widget {
		margin-bottom:30px;
		padding-bottom:30px;
	}
		.sidebar .widget:last-child {
			border:none;
			margin-bottom:0;
			padding-bottom:0;
		}
	
	.footer-sidebar .widget {
		font-size:14px;
		padding:30px 0;
	}

.widget h3 {
	text-align:center;
	margin-bottom:20px;
}

.widget-post-title {
	display:block;	
}

/* Widget Slider */
.widget .flexslider {
	padding-bottom:40px;
}
	.widget .carousel-nav,
	.widget .flex-direction-nav a {
		display:block;
		width:22px;
		line-height:22px;
		text-align:center;
		text-decoration:none;
		font-size:14px;
		position:absolute;
		bottom:10px;
	}
	
	.widget .carousel-nav:hover,
	.widget .flex-direction-nav a:hover {
		color:#fff;
		background:#000;	
	}
	
	.widget .next,
	.widget .flex-next {
		right:50%;
		margin-right:-23px;	
	}
	
	.widget .prev,
	.widget .flex-prev {
		left:50%;
		margin-left:-23px;	
	}

.widget .flexslider .entry-image {
	overflow:hidden;
	margin-bottom:10px;	
}


/* Widget About */	
.widget_ti-about-site {
	
}

.widget_ti-about-site img {
	float:left;
	max-width:100%;
	height:auto;
	margin:2px 15px 30px 0;
}

.widget_ti-about-site p {
	margin-bottom:30px;
}

/* Recent Posts & Comments */
.widget_recent_entries,
.widget_recent_comments {
	counter-reset:count;
}

.widget_recent_entries ul,
.widget_recent_comments ul {
	margin-bottom:-30px;
}

.widget_recent_entries li,
.widget_recent_comments li {
	padding-left:15%;
	margin-bottom:15px;
	padding-bottom:15px;
	position:relative;
}
	.sidebar .widget_recent_entries li,
	.sidebar .widget_recent_comments li {
		border-bottom-width:1px;
		border-bottom-style:solid;
	}

.widget_recent_entries span {
	display:block;
	font-size:85%;
	font-weight:bold;	
}

.widget_recent_comments .url {
	font-weight:bold;
	letter-spacing:0.2em;
}

	.widget_recent_entries li:before,
	.widget_recent_comments li:before {
		content:counter(count);
		counter-increment:count;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-25px;
		opacity:0.5;
		font:italic 36px/1 serif;
	}
	
.footer-sidebar .widget_recent_entries li:after,
.footer-sidebar .widget_recent_comments li:after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0.2;
}

/* Featured Posts */
.widget_ti_featured_posts {

}

/* Latest Posts */
.widget_ti_latest_posts {
		
}

/* Latest Posts By Category */
.widget_ti_latest_cat_posts {
	
}

.widget .flexslider a,
[class^="widget-posts"] a {
	text-decoration:none;
}	
	.widget-posts-entries li {
		float:left;
		width:100%;
		margin-bottom:15px;
	}
	
	.widget-posts-entries .entry-image {
		float:left;
		width:45%;
		margin-top:5px;
		margin-right:5%;	
	}
	
	.widget-posts-entries h4 {
		font-size:100%;
		letter-spacing:0;
		text-transform:none;	
	}
		
	.widget-posts-classic-entries li {
		margin-bottom:30px;
	}
		
	.widget-posts-classic-entries .entry-image img {
		width:100%;
		margin-bottom:10px;
	}
	
	.flexslider .widget-post-title,
	.widget-posts-classic-entries .widget-post-title {
		text-align:center;	
	}


/* Tag Cloud */
.widget_tag_cloud a {
	display:inline-block;
	line-height:120%;
	padding:5px 10px;
	margin-bottom:3px;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	font-size:100% !important;	
}


/* Video */
.widget_ti_video_embed {
	text-align:center;
}

.widget_ti_video_embed .video-title {
	margin-top:10px;
}


/* Author Widget */
.widget_ti_site_authors .inner {
	margin:0 auto;
}

.widget_ti_site_authors img {
	width:auto;
	height:auto;
	max-width:100%;
	display:block;
}

.widget_ti_site_authors .carousel-nav {
	position:static;
	float:right;
	margin-top:10px;
}

.widget_ti_site_authors .prev {margin-right:50%;}
.widget_ti_site_authors .next {margin-left:50%;}

.widget_ti_site_authors .carousel li {
	float:left;
	width:54px;
	height:54px;
	margin:0 0 1px 1px;	
}

.widget_ti_site_authors .authors-list li {
	margin-bottom:10px;
}

.widget_ti_site_authors .authors-list li a {
	line-height:12px;
	text-decoration:none;
}
	.widget_ti_site_authors .authors-list li a:hover {
		text-decoration:underline;
	}

.widget_ti_site_authors .authors-list .author-avatar {
	float:left;
	display:block;
	width:30%;
	max-width:78px;
	margin-right:5%;
}

.widget_ti_site_authors .authors-list .author-name {
	font-size:16px;
	letter-spacing:0.05em;
	text-transform:uppercase;	
}
	.widget_ti_site_authors .authors-list .f-name {
		font-weight:100;
	}
	.widget_ti_site_authors .authors-list .l-name {
		display:block;	
		font-weight:700;
	}
	
.widget_ti_site_authors .authors-list .author-post {
	color:#8c919b;	
}

/* Custom Menu & Pages Widget & Categories & RSS */
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul {

}
	
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.widget_categories ul li {
	display:block;
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}
	.widget_nav_menu ul ul li a,
	.widget_categories ul ul li a {
		padding-left:20px;
	}
		.widget_nav_menu ul ul ul li a,
		.widget_categories ul ul ul li a {
			padding-left:40px;
		}
	
.widget_nav_menu ul ul li a,
.widget_categories ul ul li a {
	text-transform:none;
}

.sidebar .widget_rss li,
.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a,
.sidebar .widget_categories ul li {
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.footer-sidebar .widget_rss li:after,
.footer-sidebar .widget_pages li a:after,
.footer-sidebar .widget_nav_menu li a:after,
.footer-sidebar .widget_categories ul li:after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0.2;
}

/* RSS Widget */
.widget_rss ul {
	
}

.rsswidget {
	display:block;
	font-size:14px;
	letter-spacing:0.05em;
	text-transform:uppercase;	
}

.rss-date {
	display:block;
	margin:10px 0;	
}


/* Most Commented */
.widget_ti_most_commented li {
	line-height:22px;
	margin:10px 0 17px;
	position:relative;
}

.widget_ti_most_commented li:after {
	content:"";
	position:absolute;
	left:0;
	bottom:6px;
	z-index:1;
	display:block;
	width:90%;
	border-bottom:1px dashed #999;	
}

.widget_ti_most_commented li h4 {
	display:inline;
	padding:0 5px 0 0;
	position:relative;
	z-index:2;
	background:#fff;	
}

.widget_ti_most_commented li a {
	text-decoration:none;
}

.sidebar .widget_ti_most_commented li a {
	color:#000;
}

.widget_ti_most_commented span {
	float:right;
	display:block;
	height:22px;
	padding:0 5px;
	text-align:center;
	color:#000;
	position:relative;
	z-index:3;	
}

.widget_ti_most_commented span i {
	font-style:normal;	
}

.widget_ti_most_commented span i:before {
	content:"";
	position:absolute;
	bottom:-4px;
	left:1px;
	width:16px;
	height:10px;
}

.widget_ti_most_commented span i:after {
	content:"";
	position:absolute;
	bottom:-4px;
	left:8px;
	border:2px solid transparent;
	background:transparent;
}

/* Latest Reviews */
.widget_ti_latest_reviews {
	
}

.widget_ti_latest_reviews li {
	line-height:22px;
	margin:10px 0 17px;	
}

.widget_ti_latest_reviews li a {
	text-decoration:none;
}
	.sidebar .widget_ti_latest_reviews li a {
		color:#000;
	}

.widget_ti_latest_reviews .total {
	float:right;
	font-size:16px;	
}

.widget_ti_latest_reviews .score-line span {
	height:5px;
	margin-top:3px;	
}


/* Meta & Archive */
.widget_meta ul,
.widget_archive ul {
	padding-left:15px;	
}

.widget_meta li,
.widget_archive li {
	padding:5px;
	list-style:square;	
}



/* Latest Comments */
.widget_ti_latest_comments {

}

.widget_ti_latest_comments li {
	border:none;
	margin-bottom:30px;
}

.widget_ti_latest_comments header {
	margin-bottom:10px;
	min-height:40px;
}

.widget_ti_latest_comments figure {
	float:right;
	margin:0 0 0 15px;
}

.widget_ti_latest_comments .commentnum {
	float:left;
	margin:0 15px 0 0;
	opacity:0.5;
	font:italic 36px/1 serif;
}

.widget_ti_latest_comments .comment-post {
	display:block;
	overflow:hidden;	
}

.widget_ti_latest_comments .comment-text {
	font-size:90%;
	font-style:italic;
	padding:10px;
	position:relative;
	border-width:1px;
	border-style:solid;
}

.widget_ti_latest_comments .comment-text:after,
.widget_ti_latest_comments .comment-text:before {
	bottom:100%;
	border:solid transparent;
	content:"";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.widget_ti_latest_comments .comment-text:after {
	border-width:6px;
	left:95%;
	margin-left:-6px;
}

.widget_ti_latest_comments .comment-text:before {
	border-width:7px;
	left:95%;
	margin-left:-7px;
}

	.sidebar .widget_ti_latest_comments .comment-text {
		border-color:#000;
	}
	
	.sidebar .widget_ti_latest_comments .comment-text:after {
		border-bottom-color:#fff;
	}
	
	.sidebar .widget_ti_latest_comments .comment-text:before {
		border-bottom-color:#000;
	}

/* Banners */
.widget_ti_code_banner,
.widget_ti_image_banner {
	text-align:center;	
}

.widget_ti_code_banner img,
.widget_ti_image_banner img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;	
}

.widget_ti_code_banner iframe,
.widget_ti_image_banner iframe {
	max-width:100% !important;	
}

.sidebar .widget_ti_code_banner,
.sidebar .widget_ti_image_banner {
	margin-left:-5%;
	margin-right:-5%;
}


/*
 * Text alignment
 */
.text-left .tag-box,
.text-left .social-box ul,
.text-left .widget:not(.slide-dock) h3,
.text-left .single-box .title,
.text-left .comment-reply-title,
.text-left .social-center,
.text-left .cat-description,
.text-left .widget-post-title,
.text-left .main-menu > ul,
.text-left .entry-header,
.text-left .entries .hentry,
.text-left .home-section .section-header {
	text-align:left;
}

.text-left .tag-box a,
.text-left .cat-description,
.text-left .title-with-sep .title,
.text-left .title-with-sep .entry-title {
	margin-left:0;
	padding-left:0;
}

.text-left .all-news-link .read-more {
	margin-left:0;
}


/*
 * Sidebar in Mobile View 
 */
#pageslide {

}

#pageslide .block {
	padding:1.25em;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

#open-pageslide,
#close-pageslide {
	display:none;
	border:none;
	padding:0;
	margin:0;
	background:none;
	font-size:28px;
	line-height:49px;
	text-decoration:none;
}

#close-pageslide {
	width:100%;
	color:#8c919b;
	text-align:center;
}

#pageslide .menu {
	margin:-1.25em;
}

#pageslide .menu li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
	border-top-width:1px;
	border-top-style:solid;
}

#pageslide .menu li a {
	outline:none;
	display:block;
	padding:1.5em 1.25em;
	letter-spacing:0.2em;
	text-decoration:none;
	text-transform:uppercase;
	font:normal 12px Arial, Helvetica, sans-serif;
}
	
#pageslide .menu li a:focus,
#pageslide .menu li a:hover {
	text-decoration:none;
	color:rgba(255,255,255,1);
	background:rgba(255, 255, 255, 0.1);
}

#pageslide .sub-menu {
	display:none;
}
	#pageslide .menu .plus:before {
		content:"+";
		font-size:24px;
		font-family:Arial;
		display:block;
		width:50px;
		height:50px;
		line-height:50px;
		text-align:center;
		position:absolute;
		right:0;
		top:0;
		z-index:999;
		cursor:default;
	}
	
	#pageslide .menu .plus.expanded:before {
		content:"_";
		line-height:26px;
	}
	
	#pageslide .menu .sub-menu a {
		font-size:90%;
		padding:2.2em;
	}
	
	#pageslide .menu .sub-menu .sub-menu a {
		font-size:80%;
		padding-left:6em;
	}
	
#pageslide .sub-menu figure {
	display:none;
}


/*
 * Media Queries
 */

/* Only on Desktop view */
@media only screen and (min-width: 751px) {
	.layout-boxed .main-nav .wrapper,
	.layout-boxed .top-strip .wrapper {
		width:100%;
	}
	
	#gallery-carousel .carousel-nav,	
	.posts-slider .flex-direction-nav a {
		border:3px solid #fff;		
	}
	
	.posts-slider .slides li {
		max-height:700px;
		overflow:hidden;
	}

	.posts-slider.loading {
		height:730px;
	}

	#gallery-carousel .carousel-nav,
	.posts-slider .flex-direction-nav {
		opacity:0;
		transition:opacity .2s ease-in-out;
		-moz-transition:opacity .2s ease-in-out;
		-webkit-transition:opacity .2s ease-in-out;
	}
	
	#gallery-carousel:hover .carousel-nav,
	.posts-slider:hover .flex-direction-nav {
		opacity:1;
	}
	
	#gallery-carousel .carousel-nav:hover,
	.posts-slider .flex-direction-nav a:hover {
		box-shadow:3px 3px 0 #000;
		background-color:rgba(255,255,255,0.5);
	}
	
	.hide-strip .top-strip {
		display:none;	
	}
	
	.format-posts.format-bg {
		padding-right:0;
		padding-bottom:0;	
	}
	
	.format-bg .grids {
		margin-left:-3.3%;
	}
	
	.format-bg .hentry {
		float:left;
		width:29%;
		margin-left:3.3%;
	}
		.grid-8 .format-bg .hentry:nth-child(odd) {
			clear:none;	
		}
	
	.footer-sidebar .columns {
		overflow:hidden;	
	}
	
	.col-2 .widget-area,
	.col-3 .widget-area {
		float:left;
		margin-bottom:-2000em;
		padding-bottom:2000em;
	}
	
	.footer-sidebar .widget:first-child {
		border:none;
	}
	
	.footer-sidebar .widget {padding-left:8%; padding-right:8%;}
	.footer-sidebar .col-1 .widget {padding-left:0; padding-right:0;}
	.footer-sidebar .widget-area-1 .widget {padding-left:0;}
	.footer-sidebar .widget-area-3 .widget {padding-right:0;}
	.footer-sidebar .col-2 .widget-area:first-child .widget {padding-left:0;}
	.footer-sidebar .col-2 .widget-area:last-child .widget  {padding-right:0;}
	
	.csstransitions #masthead #searchform input[type="text"] {
		-webkit-transition:width 0.5s ease-in-out;
		-moz-transition:width 0.5s ease-in-out;
		-o-transition:width 0.5s ease-in-out;
		transition:width 0.5s ease-in-out;
	}
	
	.csstransitions #masthead #searchform input[type="text"]:focus {
		width:305px;
	}
	
	.entry-image {
		opacity:0;
		transition:opacity 0.7s ease-in-out;
		-moz-transition:opacity 0.7s ease-in-out;
		-webkit-transition:opacity 0.7s ease-in-out;
		-webkit-transform:translateZ(0);
	}
	
	.entry-image.inview,
	.no-csstransitions .entry-image {
		opacity:1;
	}
	
	.entries .hentry .entry-image img {
		-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}

	.entries .hentry .entry-image img:hover {
		opacity:0.5;
	}

	.csstransitions .entries .hentry .entry-image img:hover {
		-webkit-transform:scale(1.06);
		-moz-transform:scale(1.06);
		-o-transform:scale(1.06);
		-ms-transform:scale(1.06);
		transform:scale(1.06);
	}
	
	.entry-image .score-line span {
		width:0;
		-webkit-transition:width 0.7s ease-in-out;
		-moz-transition:width 0.7s ease-in-out;
		-o-transition:width 0.7s ease-in-out;
		transition:width 0.7s ease-in-out;	
	}
	
	.inview .score-line span {
		width:100%;
	}
	
	.single-rating-top {
		float:left;
		width:300px;
		margin-right:30px;
	}
	
	.single-rating-bottom .score {
		float:right;
	}
	
	.single-rating-bottom .description {
		float:left;
		width:70%;
		text-align:left;
	}
	
	.text-left .social-box li:first-child {
		margin-left:0;
		padding-left:0;
	}
	
	.sidebar .flexslider .entry-image {
		height:183px;
	}
	
	.col-1 .widget-area .flexslider .entry-image {
		height:500px;
	}
	
	.col-2 .widget-area .flexslider .entry-image,
	.col-3 .widget-area-1 .flexslider .entry-image {
		height:315px;
	}
	
	.col-3 .widget-area-2 .flexslider .entry-image,
	.col-3 .widget-area-3 .flexslider .entry-image {
		height:147px;
	}
	
}

@media only screen 
and (min-device-width:768px) 
and (max-device-width:1024px) {
	.entry-image {
		opacity:1;
	}
}

@media only screen and (max-width: 959px) {
	.social-box li:after {
		content:normal;
		padding-left:0;
	}
	
	.posts-slider .entry-header {
		font-size:80%;
	}
	
	#gallery-carousel .carousel-nav,
	.posts-slider .flex-direction-nav a {
		font-size:18px;
		width:36px;
		height:36px;
		line-height:38px;
	}

	.title-with-bg .title,
	.title-with-bg .entry-title,
	.title-with-sep .title,
	.title-with-sep .entry-title,
	.classic-layout .entry-title a {
		font-size:80%;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.grid-8 .posts-slider .slides li,
	.slider-latest .posts-slider .slides li {
		height:400px;
	}
	
	.slider-latest .entries article {
		height: 185px;
	}
	
	.main-menu > ul > li > a,
	.main-menu > ul > li:after {
		font-size:0.9em;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		max-width:930px !important;	
	}
	
	.custom-gallery .gallery-item {
		height:397px;
	}

	.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
		height:197px;
	}
	
	.sidebar .flexslider .entry-image {
		height:161px;	
	}
	
	.col-1 .widget-area .flexslider .entry-image {
		height:399px;
	}
	
	.col-2 .widget-area .flexslider .entry-image,
	.col-3 .widget-area-1 .flexslider .entry-image {
		height:279px;
	}
	
	.col-3 .widget-area-2 .flexslider .entry-image,
	.col-3 .widget-area-3 .flexslider .entry-image {
		height:130px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 959px) {
	.grid-8 .posts-slider .slides li,
	.slider-latest .posts-slider .slides li {
		height:300px;
	}
	
	.slider-latest .entries article {
		height: 135px;
	}
	
	.main-menu > ul > li > a,
	.main-menu > ul > li:after {
		font-size:0.65em;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		max-width:700px !important;	
	}
	
	.custom-gallery .gallery-item {
		height:300px;
	}

	.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
		height:134px;
	}
	
	.sidebar .flexslider .entry-image {
		height:122px;	
	}
	
	.col-1 .widget-area .flexslider .entry-image {
		height:300px;
	}
	
	.col-2 .widget-area .flexslider .entry-image,
	.col-3 .widget-area-1 .flexslider .entry-image {
		height:211px;
	}
	
	.col-3 .widget-area-2 .flexslider .entry-image,
	.col-3 .widget-area-3 .flexslider .entry-image {
		height:98px;
	}
}

@media only screen and (max-width: 750px) {
	#masthead {
		margin-bottom:0;
	}
	
	.logo img {
		margin-left:auto;
		margin-right:auto;
	}
	
	.header-search .logo,
	.header-search .social {
		float:none;
	}
	
	.search-form-cell,
	#masthead .header-search #searchform {
		width:100%;
		float:none;	
	}
	
	.header .inner-cell {
		display:block;
		text-align:center;
	}
		.header .inner > .inner-cell {
			margin-bottom:20px;
		}
		
		.header .inner > .inner-cell:last-child {
			margin-bottom:0;
		}
		
	.title-with-bg {
		padding-top:120px;
		padding-bottom:120px;
	}

	.title-with-bg .title,
	.title-with-bg .entry-title,
	.title-with-sep .title,
	.title-with-sep .entry-title,
	.classic-layout .entry-title a   {
		font-size:70%;
	}

	.main-menu,
	.secondary-menu,
	#gallery-carousel .carousel-nav,
	.posts-slider .entry-header .entry-meta,
	.posts-slider .entry-header .read-more {
		display:none;	
	}
	
	.hide-strip .top-strip .social,
	.hide-strip .top-strip .message,
	.hide-strip .top-strip #searchform {
		display:none;
	}
	
	#open-pageslide,
	#close-pageslide {
		display:block;
	}
	
	.top-strip .social {
		
	}
		
		.top-strip .social li {
			float:none;
			margin:0;
		}
	
		.top-strip .social li a {
			width:40px;
			height:40px;
		}
		
		.top-strip .social li .social-share-link {
			display:block;	
		}
		
		.top-strip .social > li {
			position:relative;
		}
		
		.top-strip .social li ul {
			position:absolute;
			left:0;
			top:32px;
			z-index:999;
			display:none;
		}
		
		.top-strip .social > li:hover ul {
			display:block;
		}
		
	.sidebar {
		margin-top:30px;
		margin-bottom:30px;
	}

	.widget-area .entry-image,
	.with-sidebar .posts-slider .slides li,
	.slider-latest .posts-slider .slides li {
		height:auto;	
	}
	
	.slider-latest .entries {
		width:100%;
		float:left;
	}
	
		.slider-latest .entries article {
			width:47%;
			float:right;
		}
		
		.slider-latest .entries article:first-child {
			float:left;
			margin-bottom:0;
		}
		
	#gallery-carousel img {
		width:100%;	
	}
	
	#gallery-carousel .gallery-item {
		margin-left:0;
		margin-right:0;
	}

	.custom-gallery .gallery-item,
	.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
		float:none;
		width:100%;
		height:auto;
		margin:0 0 2px;	
	}

	.custom-gallery .gallery-item img {
		width:100%;
		height:auto !important;
		display:block !important;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		width:90% !important;	
	}
	
	.widget .flex-direction-nav a {
		color:#fff;
		font-size:18px;
		top:50%;
		margin:-40px 0 0;		
	}
	
	.widget .flex-direction-nav a:hover {
		background:none;	
	}
		.widget .flex-prev {
			left:20px;
		}
		
		.widget .flex-next {
			right:20px;
		}
	
	.tagline,
	.sub-title {
		font-size:14px;
	}
	
	.title-with-sep .entry-title {
		margin:0;
		padding:0 5px;	
	}
	
	.masonry-layout .hentry {
		padding-bottom:0;
		border-bottom:none;
	}
	
	.single .entry-media {
		margin-bottom:30px;	
	}
	
	.slide-dock-on {
		transform:none;
		-webkit-transform:none;
		-o-transform:none;
		-moz-transform:none;
	}
	
	.social-box li {
		font-size:10px;
	}
	
	.social-box.social-colors li {
		display:block;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	
	#tags-box {
		text-align:center;
	}
	
	#tags-box [class^="icomoon-"] {
		display:none
	}
	
	.nav-next,
	.nav-previous {
		width:100%;
		float:none;
		padding:0;
		text-align:center;	
	}
	
	.nav-next [class^="icomoon-"],
	.nav-previous [class^="icomoon-"] {display:none;}

	.nav-single .sep {
		width:100%;
		height:1px;
		border:none;
		margin:30px 0;
		position:static;
		background:#000;
	}
	
	.related-posts .item {
		margin-left:0;
	}
	
	.col-2 .widget-area,
	.col-3 .widget-area,
	.col-3 .widget-area-1 {
		float:none;
		width:100%;
	}
	
	.footer-sidebar .widget {
		padding-left:0;
		padding-right:0;
	}
	
	html .widget-area-2,
	html .widget-area-3 {
		border-left:none;
	}
	
	.footer-sidebar .columns .widget-area:last-child {
		border-bottom:none;
	}
	
	.copyright,
	.copyright .back-top {
		text-align:center;
	}

	.page blockquote,
	.single blockquote {
		float:none;
		width:100%;
		margin:20px 0;
	}
	
	.posts-slider .entry-title,
	.with-sidebar .posts-slider .entry-title,
	.slider-latest .posts-slider .entry-title,
	.slider-latest .entries .content-over-image .entry-title {
		font-size:12px;
	}
	
	.single .entry-rating {
		float:none;
		width:96%;
		padding:2%;
		margin:0 0 30px;	
	}
	
	 .social-box li {
		display:block;
		margin-bottom:15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 750px) {
	
}

@media only screen and (max-width: 479px) {
	.list-layout .entry-image {
		float:none;
		width:100%;
		max-width:none;
		margin-right:0;
		margin-bottom:10px;
	}
	
	.list-layout .read-more-link {
		display:block;
		text-align:center;
		margin-top:30px;
		padding:10px 15px;
		border:1px solid #000;
	}

	.posts-slider .flex-prev {
		left:0;
	}	
	.posts-slider .flex-next {
		right:0;
	}
}

@media only screen and (max-width: 240px) {

}

/* Plurale changes */
.current-menu-item a {
font-weight: bold !important;
}

.page-title {
display: none;
}
