/*  
Theme Name: MinBlog
Theme URI: http://www.unikpixel.com/minblog
Version: 1.1
Description: MinBlog - Mnimalist Blogging Theme
Author: Unik Pixel
Author URI: http://www.unikpixel.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, beautiful, clean, cool, flat, minimal, modern, simple, personal, portfolio, responsive, socials, dribbble, instagram, translation-ready.
*/


@import url("fonts/fonts.css");

*, *:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

body {
	line-height: 1.75;
}

a, img {
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

img, object, embed { 
	max-width: 100%; 
	height: auto;
}

i {
	width: 1em;
  	margin-right: 4px;
}

.alignleft {
	float: left;
	margin: .3em 2em 2em 0;
}

.alignright {
	float: right;
	margin: .3em 0 2em 2em;
}

.aligncenter {
	display: block;
	margin-top: 1.6em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

.clear:before, .clear:after { 
	content: " "; 
	display: table; 
}

.clear:after { 
	clear: both; 
}

strong {
	font-weight: bold;
}

h1 { font-size: 45px; }
h2 { font-size: 39px; }
h3 { font-size: 33px; }
h4 { font-size: 27px; }
h5 { font-size: 21px; }
h6 { font-size: 15px; }

ul, ol {
	list-style-position: inside;
}

input, textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

.rounded {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

::selection {
	background: #ff6;
	color: #121212;
}

.hidden {
	display: none;
}

.visuallyhidden {
	opacity: 0;
}

blockquote {
	padding: 25px;
	position: relative;
}

blockquote:before, blockquote:after {
	font-family: "font-awesome";
	font-size: 35px;
	opacity: 0.08;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

blockquote:hover::before, blockquote:hover::after {
	opacity: 0.35;
}

blockquote:before {
	content: "\e851";
	position: absolute;
	top: -15px;
	left: -15px;
}

blockquote:after {
	content: "\e850";
	position: absolute;
	bottom: 0;
	right: -10px;
}

iframe {
	width: 100%;
}

video {
	max-width: 100%;
}

/******************* THE GRID *******************/
.row {
	width: auto;
}

.row:before, .row:after { 
	content: " "; 
	display: table; 
}

.row:after { 
	clear: both; 
}

[class*='col-'] {
	float: left;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.3333%;
}

.col-2-3 {
	width: 66.6666%;
}

.col-1-4 {
	width: 25%;
}

.col-3-4 {
	width: 75%;
}

.col-1-5 {
	width: 20%;
}

.col-4-5 {
	width: 80%;
}

/******************* HEADER *******************/
#header {
	position: relative;
	text-align: center;
	background: white;
}

#logo {
	padding-top: 80px;
	padding-bottom: 80px;
}

#logo h1 {
	line-height: 1;
}

#logo a, #logo img {
	display: block;
}

#logo img {
	margin: 0 auto;
}

#main-menu, .tinynav-wrap {
	padding: 0 8%;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
}

.tinynav-wrap {
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	display: none;
}

.tinynav-wrap .container {
	position: relative;
}

.tinynav-mask {
	padding: 11px 15px;
	background: #7e7e7e;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	line-height: 1;
}

.tinynav-wrap .main-nav-search {
	float: right;
}

.tinynav-wrap .main-nav-search a {
	padding: 15px;
	color: white;
	display: block;
	width: 56px;
	text-align: center;
	line-height: 1;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
}

.tinynav-wrap i {
	margin-right: 0;
}

.tinynav-mask i {
	font-size: 33px;
}

.tinynav-wrap .main-nav-search i {
	font-size: 25px;
}

.tinynav {
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 50px;
}

#main-nav {
	z-index: 99999;
}

#main-menu > .menu-item, #main-menu > .main-nav-search {
	position: relative;
	display: inline-block;
	margin-right: -0.3em;
}

#main-menu > li > a {
	padding: 10px 20px 15px 20px;
	display: inline-block;
	position: relative;
	z-index: 10;
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
}

#main-menu > li > a:before {
	color: white;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

#main-menu > li:hover > a:before, #main-menu > li.current-menu-item > a:before,
#main-menu > li.current-menu-ancestor > a:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
}

.scroll-to-fixed-fixed #main-menu > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
}

#main-menu > li > a:hover {
	box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
}

#main-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	z-index: 99;
	display: none;
}

#main-menu ul a {
	padding: 10px 20px;
	display: block;
}

#main-menu li:hover > ul {
	display: block;
}

#main-menu ul li {
	float: none;
	position: relative;
	margin: 0;
	white-space: nowrap;
}

#main-menu ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.search-box {
	padding: 15px 5%;
	background: white;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	text-align: center;
	display: none;
	list-style: none;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
}

.searchform {
	width: 100%;
	min-width: 200px;
	max-width: 334px;
	position: relative;
	display: inline-block;
}

.s, .s+button {
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.s {
	width: 100%;
	margin: 0;
	padding: 7px 35px 7px 13px;
	outline: none;
	border: none;
	font-size: 14px;
	background: #e5e5e5;
	color: #999;
	border: 2px solid transparent;
}

.s:focus {
	background: white;
	border-color: #555;
}

#footer .s:focus {
	border-color: transparent;
}

.s+button {
	margin: 0;
	background: transparent;
	color: white;
	height: 100%;
	border: none;
	cursor: pointer;
	outline: none;
}

.s:focus+button {
	color: #555;
}

.s+button i {
	margin-right: 0;
	font-size: 16px;
}

.search-submit {
	padding: 0 12px;
	position: absolute;
	top: 0;
	right: 0;
}


/*****************POSTS & PAGES******************/
.page-main-wrap {
	padding-left: 5%;
	padding-right: 5%;
}

#page-main {
	padding-top: 80px;
	max-width: 1140px;
	margin: 0 auto;
}

#content.no-sidebar {
	width: 100%;
	float: none;
}

.post, .portfolio {
	margin-bottom: 80px;
	position: relative;
}

.post-main, .template-content {
	margin-bottom: 80px;
	padding: 60px 8%;
	background: white;
	position: relative;
	box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
}

.post-main.page-main {
	margin-bottom: 80px;
}

.page-title {
	margin-bottom: 80px;
	padding: 30px 8%;
	background: white;
	text-align: center;
}

.template-content {
	margin-bottom: 80px;
}

.page-404 {
	text-align: center;
}

.page-404-title {
	font-size: 40px;
	margin-bottom: 30px;
}

.page-404 p {
	font-size: 22px;
	margin-bottom: 40px !important;
}

.entry-header {
	text-align: center;
	position: relative;
}

.entry-title {
	margin-bottom: 1.8rem;
}

.entry-content {
	margin-top: 1.8rem;
}

.entry-content p {
	margin-bottom: 1.3em;
}

.entry-content p:last-of-type {
	margin-bottom: 0;
}

.entry-content > ul {
	list-style-type: circle;
}

.entry-content > ol {
	list-style-type: decimal;
}

.entry-meta {
	font-size: 14px;
	display: inline-block;
	position: relative;
	line-height: 1;
	background: #ff6;
}

.entry-meta span, .entry-meta i, .entry-meta a {
	display: inline-block;
}

.entry-meta span {
	margin: 0.5rem 14px 0.5rem 32px;
	position: relative;
}

.entry-meta a {
	position: relative;
}

.entry-meta a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	opacity: 0;
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.entry-meta a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.entry-meta span:before, .entry-meta span:after {
	font-family: "font-awesome";
	position: absolute;
	left: -18px;
	width: 14px;
	height: 14px;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.entry-meta span:before {
	top: -100%;
	opacity: 0;
}

.entry-meta span:hover::before {
	top: 0;
	opacity: 1;
}

.entry-meta span:after {
	top: 0;
	color: #797979;
}

.entry-meta span:hover::after {
	top: 100%;
	opacity: 0;
}

.entry-date:before, .entry-date:after {
	content: '\e88b';
}

.entry-categories:before, .entry-categories:after {
	content: '\e8b5';
}

.entry-comments:before, .entry-comments:after {
	font-family: "line-icons" !important;
	content: '\e817';
}

.entry-tags {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry-tags a, .tagcloud a {
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 2px 20px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #cacaca;
	position: relative;
	z-index: 10;
}

.entry-tags a {
	margin-right: 10px;
}

.entry-tags a:hover, .tagcloud a:hover {
	border-color: transparent;
	color: white !important;
}

/********************* Post formats styling******************/
.post-image {
	text-align: center;
	background: white;
}

.post-image img {
	display: block;
	margin: 0 auto;
}

.post-image a {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.post-image a:after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.post-image a:hover::after {
	opacity: 0.4;
	top: 0;
}

.post-image a.lightbox:before {
	font-size: 70px !important;
	margin-top: -35px;
	margin-left: -35px;
	width: 70px !important;
	height: 70px !important;
}

.post-link, .post-quote {
	padding: 75px 8%;
	text-align: center;
	position: relative;
}

.post-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.quote {
	margin-bottom: 2.2rem;
	font-family: NovecentowideDemiBold, sans-serif;
	font-size: 54px;
	position: relative;
	z-index: 10;
	line-height: 1.6;
}

.quote-author {
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 1;
	z-index: 10;
	color: white;
}

.post-quote {
	background: #212121;
}

.post-quote > a {
	display: block;
}

.post-quote > a:hover {
	opacity: 0.8;
}

.post-link {
	background: #6f6f6f;
}

.entry-link {
	padding: 15px;
	font-size: 25px;
	border: 2px solid;
	display: inline-block !important;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.entry-link:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -10;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.entry-link:hover::before {
	top: 0;
}

.link-icon {
	margin: 0;
	padding: 0 15px 0 8px;
	border-right: 1px solid;
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.link-icon+span {
	padding: 0 15px;
}

.post-video iframe, .post-audio iframe {
	display: block;
}

.post-audio.audio-style1 {
	padding: 50px 8%;
	background-repeat: no-repeat;
	background-position: center center;
}

.post-audio .mejs-container {
	background: #555555;
	width: 100% !important;
	height: 40px !important;
	display: block;
}

.post-audio .mejs-container .mejs-controls {
	height: 100%;
	background: transparent none;
	padding: 3px 100px 0 70px;
	width: auto;
	float: none;
	position: static;
	display: block;
}

.mejs-controls .mejs-time span {
	font-size: 13px !important;
}

.post-audio .mejs-container .mejs-playpause-button {
	height: 40px;
	width: 40px;
	background: url(./images/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 20px;
}

.post-audio .mejs-container .mejs-pause { 
	background-image: url(./images/pause.png); 
}

.post-audio .mejs-container .mejs-playpause-button button {
	background: transparent !important;
	width: 40px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}

.post-audio .mejs-controls .mejs-time-rail {
	padding-top: 9px;
}
	
.post-audio .mejs-controls .mejs-time-rail .mejs-time-total, 
.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 36px;
	margin: 3px 10px;					
	background: url(./images/bar_total.png) repeat-x left top;
}

.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	top: 9px;
	margin: 0px;
}
		
.post-audio .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
	background: url(./images/bar_loaded.png) repeat-x left top;
	height: 100%;
}

.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 
	top: 9px; 
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current, 
.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: url(./images/bar.png) repeat-x left top;
	height: 100%;
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0px;
	top: -3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.post-audio .mejs-container .mejs-controls .mejs-time { 
	padding-top: 9px; 
}

.post-audio .mejs-container .mejs-controls .mejs-duration-container { 
	margin: 0 100px 0 0; 
}

.post-audio .mejs-controls .mejs-horizontal-volume-slider {
	position: absolute;
	top: 6px;
	right: 80px;
	width: 100px;
}

.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 100px; 
}

.post-audio .mejs-container .mejs-controls .mejs-volume-button {
	position: absolute;
	top: 7px;
	right: 25px;
}

.post-audio .mejs-container .mejs-controls .mejs-volume-button button {
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(./images/mute.png) no-repeat left top;
}

.post-audio .mejs-container .mejs-controls .mejs-mute button {
	background: url(./images/volumn_up.png) no-repeat left top;
}

.embed-post	{
	text-align: center;
	padding: 50px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
}

.embed-post > div {
	overflow-x: auto; 
	overflow-y: hidden;
	max-width: 100% !important;
}

#content [id^=___post_] {
	width: 500px !important;
}

.post.sticky:before {
	font-family: 'font-awesome';
	content: '\e819';
	position: absolute;
	top: -10px;
	left: -20px;
	color: white;
	width: 60px;
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	z-index: 999;
}

.post.sticky:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 42px;
	left: -20px;
	border-style: solid;
	border-width: 0 20px 6px 0 ;
	border-color: transparent #555 transparent transparent;
}

/******************* Authors, post share, prev/next posts, related posts, more link *******************/
.read-more {
	text-align: center;
	margin-top: 2.4rem;
}

.more-link {
	padding: 9px 11px;
	color: white !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.more-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
	z-index: -10;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	
}

.more-link:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.entry-nav-share {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}

.posts-nav {
	margin-bottom: 10px;
}

.prev-post, .next-post {
	text-transform: uppercase;
	display: inline-block;
	font-size: 0.9rem;
}

.prev-post {
	margin-right: 1.5rem;
}

.portfolio .entry-share-wrap {
	margin-top: 4rem;
	padding-top: 25px;
	border-top: 1px solid #ededed;
}

.entry-share-title {
	margin-right: 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	display: inline-block;
}

.entry-share-wrap a {
	margin: 0 9px 5px 0;
	padding: 15px;
	font-size: 20px;
	line-height: 1;
	color: #9b9b9b;
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.entry-share-wrap a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	border: 2px solid #000;
	opacity: 0;
	-webkit-transform: scale(0.3, 1);
	transform: scale(0.3, 1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.entry-share-wrap i {
	margin-right: 0;
	font-size: 21px;
	line-height: 1;
}

.entry-share-wrap a:hover {
	color: #000 !important;
}

.entry-share-wrap a:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.entry-thumbnail {
	margin-bottom: 2.1em;
	text-align: center;
}

.author-bio {
	margin-top: 80px;
	margin-bottom: 80px;
	background: white;
	text-align: center;
}

.author-bg {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

.author-content .author-bio {
	margin-top: 0;
}

.avatar-name {
	position: relative;
}

.author-avatar-container, .author-avatar-container img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.has-bg .author-avatar-container {
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -70px;
	padding: 10px;
	background: white;
	display: inline-block;
}

.no-bg .author-avatar-container {
	padding-top: 40px;
}

.author-avatar-container img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.author-avatar-container:hover img {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.author-info {
	padding: 0 12% 40px 12%;
}

.name-contact {
	margin-bottom: 10px;
}

.author-name {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}

.has-bg .author-name {
	padding-top: 85px;
}

.no-bg .author-name {
	padding-top: 20px;
}

.author-description {
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 12%;
	padding-right: 12%;
}

.author-website {
	margin-bottom: 14px;
	text-transform: uppercase;
	font-size: 14px;
}

.author-contact {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ededed;
}

.author-social {
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 8px 6px;
	color: white !important;
	width: 30px;
	text-align: center;
	line-height: 1;
	display: inline-block;
}

.author-social:hover {
	opacity: 0.8;
}

.author-socials i {
	margin-right: 0;
}

.related-posts, .author-bio, #comments, #respond {
	box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
}

.related-posts {
	margin-bottom: 80px;
	padding: 40px 8%;
	background: white;
	position: relative;
}

.related-posts-title {
	font-size: 1.5rem;
	float: left;
	text-transform: uppercase;
}

.related-slides {
	margin-top: 1.1rem;
	position: relative;
	display: block;
}

.related-nav-container {
	float: right;
	position: relative;
	top: 6px;
}

.direction-button {
	display: inline-block;
	padding: 5px;
	background: #555;
	color: white !important;
	text-align: center;
}

.direction-button i {
	margin: 0;
	display: block;
	line-height: 1;
	font-size: 16px;
}

.prev-button {
	margin-right: 10px;
}

.related-slide {
	width: 100%;
}

.related-post {
	position: relative;
	float: left;
	overflow: hidden;
	width: 30%;
	margin-right: 5%;
}

.related-post:nth-child(3n) {
	margin-right: 0;
}

.related-post img {
	display: block;
	width: 100%;
	height: auto;
}

.related-title {
	padding: 2px 0;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	position: absolute;
	left: 0;
	bottom: -80px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.related-post:hover .related-title {
	bottom: 0;
}

.related-placeholder {
	background: #f2f2f2;
	width: 200px;
	height: 200px;
}


/******************* PAGINATION *******************/

.posts-pagination {
	margin-bottom: 80px;
	text-align: center;
}

.page-numbers {
	margin: 0 10px 10px 10px;
	padding: 12px 15px;
	line-height: 1;
	position: relative;
	background: white;
	color: #57565e;
	display: inline-block;
	z-index: 10;
}

a.page-numbers:hover {
	color: white;
}

.page-numbers.current {
	color: white;
}

.page-numbers.dots {
	background: transparent;
}


/******************* FLEXSLIDER styling *******************/
.flex-direction-nav a {
	display: block;
	padding: 12px;
	background: rgba(0, 0, 0, 0.7);
	color: white !important;
	text-indent: inherit;
	text-align: center;
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
}

.flexslider:hover .flex-direction-nav a {
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.flexslider:hover .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	right: 0;
}

.flex-direction-nav i {
	margin: 0;
	display: block;
	line-height: 1;
	font-size: 21px;
}


/**************** LIGHTBOX ***************/
.lightbox {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

a.lightbox:before, a.lightbox:after {
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

a.lightbox:before {
	content: "\e894";
	font-family: "font-awesome";
	font-size: 46px;
	color: white;
	position: absolute;
	width: 46px;
	height: 46px;
	top: 60%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
	z-index: 15;
	text-align: center;
	line-height: 1;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

a.lightbox:after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
}

a.lightbox:hover::before {
	opacity: 1;
	top: 50%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

a.lightbox:hover::after {
	top: 0;
	opacity: 0.3;
}


.lightbox img {
	display: block;
}

.mfp-title {
	font-size: 16px;
	text-transform: uppercase;
}


/******************* Gallery media *******************/
.inner-gallery {
	margin-bottom: 1.3em;
}

.mfp-figure:after {
	background: transparent;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}


.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/******************* PORTFOLIO *******************/
.content-portfolio {
	text-align: center;
}

.portfolio-header .template-title {
	padding-bottom: 20px;
	position: relative;
}

.portfolio-header .template-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 2px;
}

#portfolio-filters {
	max-width: 600px;
	margin: 45px auto;
}

#filters li {
	display: inline-block;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-bottom: 1.03rem;
	position: relative;
}

#filters a {
	font-size: 15px;
	padding: 9px 18px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	position: relative;
	z-index: 10;
}

#filters a:before {
	color: white;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

#filters a:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#filters li.active a, #filters a:hover {
	color: white !important;
}

.portfolio-list {
	position: relative;
}

.portfolio-item {
	margin-bottom: 30px;
	float: left;
	background: white;
	overflow: hidden;
	position: relative;
}

.portfolio-item > a, .portfolio-item > a img {
	display: block;
	position: relative;
}

.portfolio-item > a {
	overflow: hidden;
}

.portfolio-item > a div {
	padding: 10px;
	position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-item span, .portfolio-item span a {
	color: white;
}

.portfolio-title {
	margin-top: 25%;
	margin-bottom: 8%;
	position: relative;
}

.portfolio-item .filters {
	font-style: italic;
}

.portfolio-filter {
	margin-bottom: 1.8rem;
	padding: 0.55rem;
	font-size: 14px;
	display: inline-block;
	position: relative;
	line-height: 1;
}

.type-portfolio .entry-content {
	margin-top: 0;
}

.portfolio-info {
	margin-top: 2.1rem;
	padding: 5px 0;
	background: #fafafa;
	font-size: 14px;
	text-align: center;
	display: block;
}

.portfolio-info span {
	font-weight: bold;
	text-transform: uppercase;
}

.portfolio-info p {
	margin: 0 25px;
	display: inline-block;
}

.portfolio-intro {
	font-size: 1.2rem;
	margin-bottom: 4.1rem;
	padding-bottom: 2.7rem;
	border-bottom: 1px solid #dedede;
}

.lauch-project {
	text-align: center;
	margin-top: 2.4rem;
	margin-bottom: 0.9rem;
}

.launch-project-link {
	padding: 16px 20px;
	color: white !important;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
}

.launch-project-link:hover {
	opacity: 0.8;
}

/******************* COMMENTS *******************/

#comments, #respond, .wpcf7 {
	margin: 0 auto 80px auto;
	background: white;
	padding: 40px 8%;
	position: relative;
	max-width: 900px;
}

.no-sidebar #comments, .no-sidebar #respond {
	margin-left: auto;
	margin-right: auto;
}

.comments-upper {
	margin-bottom: 30px;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

.comments-title, #reply-title {
	text-transform: uppercase;
	font-size: 1.5rem;
	display: inline-block;
}

.comments-title {
	float: left;
}

.switch-comments {
	margin-left: 30px;
	display: inline-block;
	float: right;
}

.switch-comments a {
	margin-left: 20px;
	font-size: 21px;
	display: inline-block;
	position: relative;
	color: #9b9b9b;
	position: relative;
	border: 2px solid transparent;
	z-index: 10;
}

.switch-comments a:before {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}

.switch-comments a:hover, .switch-comments a.active {
	color: #000000 !important;
	border-color: #000000;
}

.native-comment-type {
	top: 3px;
}

.native-comment-type:before {
	font-family: "dashicons";
	content: '\f120';
}

.fb-comment-type:before {
	font-family: "zocial-icons";
	content: '\e816';
}

ol li ol {
	margin-left: 7.5%;
}

article.comment {
	margin-bottom: 50px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ededed;
	position: relative;
}

ol.commentlist > li.comment:nth-last-child(1) article.comment:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.comment .avatar-container {
	margin-bottom: 15px;
}

.avatar-container img {
	display: block;
}

.no-sidebar .author-bio, .no-sidebar .related-posts {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.comment-left-col {
	width: 12%;
	float: left;
}

.comment-right-col {
	width: 84%;
	float: right;
}

.fn {
	margin-bottom: 25px;
	position: relative;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.author-link {
	margin-left: 15px;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	top: -1px;
	border: 1px solid #ededed;
}

.author-link:hover {
	color: white !important;
}

.time {
	display: inline-block;
	font-weight: normal;
	position: relative;
	top: 0px;
	float: right;
}

.reply {
	margin-top: 20px;
}

.reply a, .edit-link a, .time, .comment-reply-link, .comment-edit-link {
	font-size: 0.9rem;
	text-transform: uppercase;
	opacity: 0.7;
}

.reply a:hover, .edit-link a:hover, .time:hover, .comment-reply-link:hover {
	opacity: 1;
}

.comment-reply-link {
	position: relative;
}

.comment-reply-link:before {
	margin-right: 5px;
	font-family: "font-awesome";
	content: '\e854';
}

.comment-edit-link {
	margin-left: 1.2rem;
}

#reply-title {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ededed;
}

#reply-title > a {
	text-decoration: underline;
}

#cancel-comment-reply-link {
	margin-top: 35px;
	font-size: 20px;
	display: block;
	text-transform: none;
	text-decoration: underline;
}

#commentform p {
	margin-bottom: 27px;
}

#commentform span.label {
	display: block;
}

#commentform input, #commentform textarea, .wpcf7-form input, .wpcf7-form textarea {
	font-size: 1em;
}

#commentform input, .wpcf7-form input {
	max-width: 100%;
}

#commentform textarea, .wpcf7-textarea {
	width: 100%;
}

#commentform .reply-input, #commentform textarea, .wpcf7-text, .wpcf7-textarea {
	padding: 10px;
	outline: none;
	border: 2px solid transparent;
	background: #f1f0ed;
	transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
}

#commentform .reply-input:focus, #commentform textarea:focus, .wpcf7-text:focus, .wpcf7-textarea:focus {
	background: #fff;
	border-color: #555;
}

.form-submit {
	text-align: center;
	margin-bottom: 0 !important;
}

#submit, .wpcf7-submit {
	padding: 10px;
	background: #555;
	color: white;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.wpcf7-submit, .ajax-loader {
	display: block;
	margin: 15px auto 0 auto !important;
}


/**************** SIDEBAR ***************/
#sidebar .widget {
	margin-bottom: 80px;
	padding: 20px 6% 20px 6%;
	background: white;
	position: relative;
	box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
    -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.085) inset;
}

#sidebar.style2 .widget {
	padding: 20px 6% 25px 6%;
}

.widget-title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
}

#sidebar.style1 .widget-title {
	margin-bottom: 20px;
	padding: 8px 15px;
	position: absolute;
	top: -9px;
	color: white;
	font-size: 15px;
}

#sidebar.style1 .widget-title:before, #sidebar.style1 .widget-title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -6px;
	border-style: solid;
}

#sidebar .widget-title+div, #sidebar .widget-title+ul, #sidebar .widget-title+ol, #sidebar .widget-title+p {
	margin-top: 13px;
}

#sidebar .flex-direction-nav a {
	padding: 7px;
}

.author-widget-image {
	text-align: center;
}

.author-image-wrap {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.author-image-wrap:after {
	background: #dedede;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.author-image-wrap.rounded::after {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.author-image-wrap img {
	display: block;
}

.unik-author:hover .author-image-wrap:after {
	opacity: 1;
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}

.author-widget-name {
	font-size: 1.6rem;
}

.author-widget-bio {
	text-align: center;
}

.image-widget-content {
	overflow: hidden;
	position: relative;
}

.image-widget a, .image-widget img {
	display: block;
}

.image-widget a {
	position: relative;
}

.cat-item:before, .cat-item:after {
	content: " ";
	display: table;
	clear: both;
}

.widget_categories .cat-item:last-child {
	border-bottom: none;
}

.cat-item a, .post-count {
	display: inline-block;
}

.post-count {
	margin-top: 3px;
	padding: 3px 8px;
	color: white;
	line-height: 1;
	float: right;
	position: relative;
	z-index: 10;
}

li:hover .post-count {
	color: #212121;
}

li .post-count:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	background: #555;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

li:hover .post-count:before {
	background: #ff8;
	-webkit-transform: scale(1.3, 1);
	transform: scale(1.3, 1);
}

#cat, .widget_archive select {
	display: block;
}

.posts-comments-tags .widget-title {
	padding: 0 !important;
	text-align: left;
	background: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
}

.posts-comments-tags .widget-title a {
	background: #555;
	color: white !important;
	position: relative;
	z-index: 10;
}

#sidebar.style1 .posts-comments-tags .widget-title a {
	padding: 8px 15px;
}

#sidebar.style2 .posts-comments-tags .widget-title a {
	padding: 8px 11px;
}

.posts-comments-tags .widget-title a:hover {
	color: white !important;
}

.posts-comments-tags .widget-title a:before {
	color: white !important;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.posts-comments-tags .widget-title a:hover::before, .posts-comments-tags .widget-title a.active:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#sidebar.style2 .posts-comments-tags-widget {
	margin-top: 20px;
}

.widget ul li {
	margin-bottom: 12px;
}

.tab-panel li {
	opacity: 0;
	-webkit-transform: translateY(100px) translateZ(-1000px);
	transform: translateY(100px) translateZ(-1000px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.tab-panel.active li {
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}

.tab-panel.active li:nth-child(2) { -webkit-transition-delay: 0.04s; transition-delay: 0.04s; }
.tab-panel.active li:nth-child(3) { -webkit-transition-delay: 0.08s; transition-delay: 0.08s; }
.tab-panel.active li:nth-child(4) { -webkit-transition-delay: 0.12s; transition-delay: 0.12s; }
.tab-panel.active li:nth-child(5) { -webkit-transition-delay: 0.16s; transition-delay: 0.16s; }
.tab-panel.active li:nth-child(6) { -webkit-transition-delay: 0.20s; transition-delay: 0.20s; }
.tab-panel.active li:nth-child(7) { -webkit-transition-delay: 0.24s; transition-delay: 0.24s; }
.tab-panel.active li:nth-child(8) { -webkit-transition-delay: 0.28s; transition-delay: 0.28s; }
.tab-panel.active li:nth-child(9) { -webkit-transition-delay: 0.32s; transition-delay: 0.32s; }


.widget ul li:last-child {
	margin-bottom: 0 !important;
}

.scheme-light {
	background: white;
}

.posts-list .post-thumb, .comments-list .widget-author-avatar {
	margin-right: 20px;
	background: #d8d8d8;
	float: left;
	position: relative;
	overflow: hidden;
}

.posts-list .post-thumb img, .comments-list .widget-author-avatar img {
	display: block;
}

.posts-list .post-thumb {
	width: 60px;
	height: 60px;
	background: #f2f2f2;
}

.comments-list li {
	margin-bottom: 19px !important;
}

.posts-list li {
	margin-bottom: 19px !important;
}
	
.posts-list .post-date {
	position: absolute;
	padding-top: 15px;
	width: 60px;
	height: 60px;
	background: #ff6;
	font-size: 14px;
	color: #121212;
	opacity: 0;
	left: 0;
	top: 60px;
	text-align: center;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.posts-list li:hover .post-date {
	opacity: 1;
	top: 0;
}

.posts-list .post-content {
	padding-top: 12px;
	font-size: 14px;
}

.posts-list .post-title {
	font-size: 16px;
	line-height: 1.5;
}

.posts-comments-tags .tab-title {
	display: inline-block;
	padding: 0 9px;
	position: relative;
}

.widget-comment-content {
	position: relative;
	top: -8px;
}

.widget-comment-author {
	font-size: 14px;
}

.widget-comment-author+span {
	font-style: italic;
	font-size: 0.86rem;
}

.featured-slider-content, .image-widget-content {
	max-width: 440px;
}

.featured-slider li {
	margin-bottom: 0 !important;
}

.featured-slider .slide-post {
	background: #121212;
	position: relative;
	overflow: hidden;
}

.featured-slider .slide-post a {
	display: block;
}

.slide-post-title {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: white;
	display: inline-block;
	line-height: 1.5;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.featured-slider:hover .slide-post-title, .image-widget:hover .slide-post-title {
	bottom: 0;
}

.featured-slider .post-quote, .featured-slider .post-link {
	background: #000;
	padding: 20px;
}

.featured-slider .quote {
	margin-bottom: 0.2rem;
	font-family: georgia, sans-serif;
	font-size: 20px;
	position: relative;
	z-index: 10;
	line-height: 1.6;
}

.featured-slider .quote-author {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 1;
	z-index: 10;
}

.featured-slider .post-link {
	padding: 45px 20px;
}

.featured-slider .entry-link {
	padding: 5px;
	font-size: 20px;
	line-height: 1.3;
}

.featured-slider .link-icon {
	padding: 0 5px 0 0;
}

.featured-slider .link-icon+span {
	padding: 0 5px;
}

.featured-slider .post-cover {
	opacity: 0.5;
}

.featured-slider .featured-placeholder {
	background: #f2f2f2;
	height: 185px;
}

.newsletter-widget form {
	position: relative;
	display: inline-block;
}

.subscribe-email, .subscribe {
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.subscribe-email {
	margin: 0;
	padding: 7px 35px 7px 13px;
	width: 100%;
	max-width: 350px;
	outline: none;
	border: 2px solid #e5e5e5;
	font-size: 14px;
	background: #e5e5e5;
	color: #999;
	border: 2px solid transparent;
}

.subscribe-email:focus {
	background: white;
	border-color: #6a6359;
}

.subscribe {
	text-align: center;
	margin-top: 20px;
	padding: 9px 11px;
	color: white !important;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	border: none;
	cursor: pointer;
}

.subscribe:hover {
	opacity: 0.8;
}

#sidebar .tagcloud a {
	border: 1px solid #cacaca;
}

#sidebar .tagcloud a:hover {
	border-color: transparent;
}

.socials a {
	margin: 7px 11px 11px 11px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 52px;
	color: white !important;
	text-align: center;
	position: relative;
}

.socials a:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.socials i {
	margin-right: 0;
	font-size: 25px;
	width: 25px;
	height: 25px;
	line-height: 0;
}


.widget .social-dribbble, .author-socials .social-dribbble { background: #EA4C89; }
.widget .social-facebook, .author-socials .social-facebook { background: #3B5998; }
.widget .social-flickr, .author-socials .social-flickr { background: #0063DB; }
.widget .social-forrst, .author-socials .social-forrst { background: #5B9A68; }
.widget .social-github, .author-socials .social-github { background: #4183C4; }
.widget .social-gplus, .author-socials .social-gplus { background: #D14836; }
.widget .social-instagram, .author-socials .social-instagram { background: #3F729B; }
.widget .social-linkedin, .author-socials .social-linkedin { background: #00ACED; }
.widget .social-pinterest, .author-socials .social-pinterest { background: #2B96BE; }
.widget .social-rss, .author-socials .social-rss { background: #FF8300; }
.widget .social-skype, .author-socials .social-skype { background: #00ACED; }
.widget .social-tumblr, .author-socials .social-tumblr { background: #2C4762; }
.widget .social-twitter, .author-socials .social-twitter { background: #00ACED; }
.widget .social-vimeo, .author-socials .social-vimeo { background: #44BBFF; }
.widget .social-youtube, .author-socials .social-youtube { background: #CD332D; }

.tweets {
	position: relative;
}

#sidebar .twitter-widget {
	padding: 33px 6% 50px 6% !important;
}

.tweet_text:before {
	margin-right: 5px;
	font-family: "zocial-icons";
	content: '\e829';
	font-size: 25px;
	display: inline-block;
	line-height: 1;
}

.tweet_text .at+a {
	text-decoration: underline;
}

.tweet_text a {
	word-wrap: break-word;
}

.tweet_time {
	display: block;
}

.tweet_time a {
	font-size: 0.85em;
	color: #707070 !important;
}

.tweets .flex-control-nav {
	text-align: left;
}

.dribbble-wrap, .instagram-wrap {
	max-width: 440px;
}

#sidebar .dribbble-wrap, #sidebar .instagram-wrap {
	margin: 0 auto;
}

.dribbble-wrap li > a {
	display: block;
	overflow: hidden;
}

.dribbble-meta, .instagram-meta {
	padding: 3px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0;
	line-height: 1;
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.dribbble-wrap:hover .dribbble-meta, .instagram-wrap:hover .instagram-meta {
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}

.dribbble-meta span, .instagram-meta span {
	margin: 0 0.7em;
	color: white;
	display: inline-block;
}

#sidebar .gplus-widget {
	text-align: center;
}

#sidebar [id^=___page_] {
	margin-top: 20px !important;
}

/**************** FOOTER ***************/
#footer {
	padding: 45px 5%;
}

#footer .container {
	max-width: 1140px;
	margin: 0 auto;
}

#footer .widget {
	margin-bottom: 40px;
}

#footer .widget-title {
	margin-bottom: 1.3rem;
}

.footer-widget ul li:first-child {
	padding-top: 0;
}

.footer-widget ul li:last-child {
	border-bottom: none;
}

#footer .tagcloud a {
	background: #3f3f3f;
	color: #cfcfcf;
	border: none;
	-moz-transition:.8s linear; 
	-webkit-transition:.8s ease-out; 
	transition:.8s linear;
}

#footer .tagcloud a:hover {
	-moz-transition:.01s linear; 
	-webkit-transition:.01s ease-out; 
	transition:.01s linear;
}

#footer .twitter-widget {
	padding-bottom: 40px !important;
}

#footer-bottom {
	padding-top: 25px;
	border-top: 2px solid #6b6b6b;
	text-transform: uppercase;
	font-size: 15px;
}


/**************** SCROLL TOP ***************/
.scrollup {
	padding: 10px 11px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    background: #555555;
    transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.scrollup i {
	margin: 0;
	width: auto;
	display: block;
	line-height: 1;
}


/**************** LISTS ***************/
.unik-list ul {
	list-style: none;
}

.unik-list li {
	position: relative;
}

.unik-list li:before {
	margin-right: 10px;
	font-family: "font-awesome";
	font-size: 17px;
}

.unik-list.type-1 li:before { content: '\e818'; color: #e0c225; }
.unik-list.type-2 li:before { content: '\e819'; color: #fc4618; }
.unik-list.type-3 li:before { content: '\e82e'; color: #6a6359; }
.unik-list.type-4 li:before { content: '\e82a'; color: #6a6359; }
.unik-list.type-5 li:before { content: '\e835'; color: #44da28; }
.unik-list.type-6 li:before { content: '\e831'; color: #ff2424; }



/**************** Advertising Areas ***************/
.ad-above-header, .ad-above-posts, .ad-above-footer {
	text-align: center;
}

.ad-link {
	display: inline-block;
}

.ad-above-header img, .ad-above-posts img, .ad-above-footer img {
	margin: 0 auto;
	display: block;
}

.ad-above-header {
	padding: 40px 8% 0 8%;
}

.ad-above-posts, .ad-above-footer {
	margin: 0 auto;
	max-width: 1140px;
}

.ad-above-posts {
	padding-top: 80px;
}

.ad-above-footer {
	padding-bottom: 80px;
}


/**************** ISOTOPE FILTERING ***************/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/**************** MEDIA QUERIES ***************/
@media only screen and (min-width: 769px) and (max-width: 1010px) {
	#sidebar.style1 .posts-comments-tags-widget {
		margin-top: 40px !important;
	}

	#sidebar.style1 .posts-comments-tags .widget-title:after {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	body.admin-bar .scroll-to-fixed-fixed.main-nav {
		margin: 32px;
	}

	#sidebar.style1 .posts-comments-tags {
		padding: 32px 6% 30px 6% !important;
	}

	.portfolio-2cols .portfolio-item {
		margin-left: 1.9%;
		margin-right: 1.9%;
		margin-bottom: 35px;
		width: 46%;
	}

	.portfolio-3cols .portfolio-item {
		margin-left: 1.6%;
		margin-right: 1.6%;
		width: 30%;
	}

	.portfolio-4cols .portfolio-item {
		margin-left: 1.3%;
		margin-right: 1.3%;
		width: 22%;
	}

	.portfolio-4cols .portfolio-title {
		margin-top: 18%;
		font-size: 25px;
	}

	#page-main > div:nth-child(2) {
		padding-left: 5%;
	}

	.footer-widget {
		padding-left: 5%;
	}

	.footer-widget:first-child {
		padding-left: 0 !important;
	}
}


@media only screen and (max-width: 768px) {
	[class*='col-'] {
		width: auto !important;
		padding: 0;
		float: none;
	}

	.post .entry-title a, .portfolio .entry-title a, .page-title a, .type-page .entry-title a, .template-title a,
	.post .entry-title span, .portfolio .entry-title span, .page-title span, .type-page .entry-title span, .template-title span {
		font-size: 0.9em;
	}

	.quote {
		font-size: 36px;
	}

	.comment-right-col {
		width: 75%;
	}

	.portfolio-2cols .portfolio-item {
		margin-left: 2.8%;
		margin-right: 2.8%;
		margin-bottom: 25px;
		width: 43%;
	}

	.portfolio-3cols .portfolio-item {
		margin-left: 2.4%;
		margin-right: 2.4%;
		width: 45%;
	}

	.portfolio-4cols .portfolio-item {
		margin-left: 2.4%;
		margin-right: 2.4%;
		width: 45%;
	}

	.portfolio-title {
		font-size: 22px;
	}

	#sidebar .featured-slider-content {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	.tinynav-wrap { 
		display: block;
	}

    #main-menu { 
    	display: none; 
    }

    .post .entry-title a, .portfolio .entry-title a, .page-title a, .type-page .entry-title a, .template-title a,
	.post .entry-title span, .portfolio .entry-title span, .page-title span, .type-page .entry-title span, .template-title span {
		font-size: 0.73em;
	}

	.mejs-currenttime-container, .mejs-duration-container, .mejs-horizontal-volume-slider, .mejs-volume-button {
		display: none !important;
	}

	.mejs-time-total {
		width: 67% !important;
	}

	.quote {
		font-size: 30px;
	}

	.comments-title, .switch-comments {
		float: none;
		display: block;
	}

	.switch-comments {
		margin-left: 0;
	}

	.switch-comments a {
		margin-left: 0;
	}

	.switch-comments a:first-child {
		margin-right: 20px;
	}

	.comment-left-col, .comment-right-col {
		float: none;
		width: 100%;
	}

	.comment .avatar-container {
		margin-top: 1.6rem;
	}

	.time {
		margin-top: 1.3rem;
		display: block;
		float: none;
	}

	.related-posts-title {
		float: none;
	}

	.related-nav-container {
		float: none;
		margin-bottom: 8px;
	}

	.portfolio-title {
		font-size: 22px;
	}

	.footer-widget {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 480px) {
	.embed-post	{
		padding: 0;
	}

	.embed-post > div {
		display: block !important;
	}

	.related-title {
		font-size: 12px;
	}

	#sidebar .widget-title:after {
		display: none;
	}

	.portfolio-2cols .portfolio-item, .portfolio-3cols .portfolio-item, .portfolio-4cols .portfolio-item {
		float: none;
		margin-left: 12.4%;
		margin-right: 12.4%;
		margin-bottom: 30px;
		width: 75%;
		background: white;
		overflow: hidden;
		position: relative;
	}

	.portfolio-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 400px) {
	.mejs-time-total {
		width: 40% !important;
		min-width: 20px;
	}
}