/*---------------------------------------------------------------------------------

	Theme Name: El Blog de Pills
	Version: 1.0
	Description: Dolo, Marga, Bibi y Alex, piden consejo sobre situaciones cotidianas a su amiga Reme, farmacéutica. Pills, como la llaman desde sus tiempos en la Universidad, les asesora sobre temas de salud, cuidado y belleza, de forma amena y desenfada.
	Author: Conca & Marzal
	Author URI: http://www.concaymarzal.com
	Theme URI: http://www.elblogdepills.com

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */

@font-face {
    font-family: 'titilliumlight';
    src: url('fonts/titillium-light-webfont.eot');
    src: url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-light-webfont.woff2') format('woff2'),
         url('fonts/titillium-light-webfont.woff') format('woff'),
         url('fonts/titillium-light-webfont.ttf') format('truetype'),
         url('fonts/titillium-light-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumregular';
    src: url('fonts/fonts/titillium-regular-webfont.eot');
    src: url('titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('fonts/titillium-regular-webfont.woff') format('woff'),
         url('fonts/titillium-regular-webfont.ttf') format('truetype'),
         url('fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumbold';
    src: url('fonts/titillium-semibold-webfont.eot');
    src: url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-semibold-webfont.woff2') format('woff2'),
         url('fonts/titillium-semibold-webfont.woff') format('woff'),
         url('fonts/titillium-semibold-webfont.ttf') format('truetype'),
         url('fonts/titillium-semibold-webfont.svg#titilliumbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumthin';
    src: url('fonts/titillium-thin-webfont.eot');
    src: url('fonts/titillium-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-thin-webfont.woff2') format('woff2'),
         url('fonts/titillium-thin-webfont.woff') format('woff'),
         url('fonts/titillium-thin-webfont.ttf') format('truetype'),
         url('fonts/titillium-thin-webfont.svg#titilliumthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

blockquote:before, blockquote:after {
	content:"";
}

a { outline:none; }

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=button],
input[type=tel],
input[type=submit],
textarea {
   -moz-appearance: none;
   -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	background: #f1f1f1;
	color: #444;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #13C4A5;
	text-decoration: none;
}

body a:hover {
	color: #13C4A5;
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #444;
	color: #FFF;
}

::-webkit-input-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }


/* Transitions --------------------------------------- */


 {
	-webkit-transition: all 0s ease-in-out;
	 -moz-transition: all 0s ease-in-out;
	 -ms-transition: all 0s ease-in-out;
	 -o-transition: all 0s ease-in-out;
	 transition: all 0s ease-in-out;
}

body a {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.blog-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.pagination,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after,
.searchbutton,
.search-toggle,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.form-submit #submit,
.widget_search .searchsubmit,
.widget_search .s,
.format-gallery .flex-direction-nav a,
.nav-toggle .bar,
.dribbble-shot,
.flickr_badge_image a,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

 {
	-webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section {
	position: relative;
	padding: 80px 0;
}

.no-padding { padding: 0; }
.small-padding { padding: 40px 0; }
.medium-padding { padding: 60px 0; }
.big-padding { padding: 100px 0; }

.section-inner {
	max-width: 90%;
	width: 1400px;
	margin: 0 auto;
}

.section-inner.content { width: 1440px; max-width: 92.6%; }

.section-inner .content-full-width {
	width: 100% !important;
	max-width: 100% !important;
}

.section-inner .content-full-width .featured-media {
	display: none;
}


.section-inner .content-full-width .featured-media img {
	width: 100%;
	height: auto;
}

.section-inner.wide { width: 1240px; }
.section-inner.thin { width: 700px; }

.bg-dark { background-color: #333333; }
.bg-graphite { background-color: #4d4d4d; }
.bg-grey { background-color: #f1f1f1; }

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cover.shade-light { background: rgba(0,0,0,0.25); }
.cover.shade-medium { background: rgba(0,0,0,0.5); }
.cover.shade-dark { background: rgba(0,0,0,0.75); }


/* columns */


.row .one-fourth { width: 21.5%; margin-left: 5%; float: left; }
.row .one-third { width: 30%; margin-left: 5%; float: left; }
.row .one-half { width: 47.5%; margin-left: 5%; float: left; }
.row .two-thirds { width: 65%; margin-left: 5%; float: left; }

.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */


.header .cover {
	background: transparent;
}

.header {
	margin-bottom: 30px;
}

.header-inner { position: relative; }

.header .blog-logo { text-align: center; }

.header .logo {
	display: inline-block;
	padding: 0px 0 0 0;
}

.header .logo img {
	max-height: 200px;
	width: auto;
}

.header .link-up {
	display: none;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 0 10px;
	z-index: 99999;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
}

.blog-title {
	padding: 80px 0;
	font-family: 'Damion', cursive;
	font-size: 4.2em;
	color: #686868;
	text-align: center;
	opacity: 1;
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.25);*/
}

.blog-title a { color: #686868; }

.blog-title a:hover { color: #686868; }

.blog-description {
	width: 90%;
	max-width: 540px;
	font-size: 1em;
	line-height: 110%;
	font-weight: normal;
	color: #686868;
	margin: 0 auto 0 auto;
	text-align: center;
}

/* search-toggle */

.search-toggle {
	display: block;
	width: 68px;
	height: 68px;
	background: url(images/icons/1x/spyglass-w.png) no-repeat center;
	background-size: 24px auto;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.search-toggle.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* header search block */

.header-search-block {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {
   color: #fff;
}

::-moz-placeholder {
   color: #fff;
}

:-ms-input-placeholder {
   color: #fff;
}

#commentform ::-webkit-input-placeholder {
   color: #999;
}

#commentform :-moz-placeholder {
   color: #999;
}

#commentform ::-moz-placeholder {
   color: #999;
}

#commentform :-ms-input-placeholder {
   color: #999;
}

.header-search-block .section-inner {  position: relative; }

.header-search-block .s {
	background: none;
	border: none;
	margin: 0;
	width: 90%;
	position: absolute;
	top: 50%;
	right: 5%;
	left: 5%;
	margin-top: -30px;
	font-family: 'Roboto Slab', serif;
	font-size: 2.5em;
	font-weight: 300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.header-search-block .s:focus { outline: none; }

.header-search-block .searchsubmit { display: none; }

.load-page-anchor {
	position: absolute;
	width: 100%;
	height: 1px;
	margin-top: 42px;
	background: transparent;
	z-index: 999999;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.main-menu {
	font-size: 0.9em;
	text-align: center;
}

.main-menu li { position: relative; }

.main-menu > li { float: left; }

.main-menu > li:before {
	content: "/";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	margin-right: -3px;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	z-index: 1000;
}

.main-menu > li:last-child:before { content: none; }

.main-menu > li > a {
	display: block;
	padding: 27px;
	font-size: 0.85em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: normal;
}

.main-menu > li:first-child > a { margin-left: 0; }

.main-menu > .has-children > a,
.main-menu > .page_item_has_children > a { padding-right: 47px; position: relative; }

.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #999;
	position: absolute;
	z-index: 1001;
	right: 29px;
	top: 50%;
	margin-top: -2px;
}

.main-menu li:hover > a { cursor: pointer; color: #fff; }

.main-menu > .has-children:hover > a::after,
.main-menu > .page_item_has_children:hover > a::after { border-top-color: #fff; }

/* Sticky Menú --------------------------------------- */

.sticky-menu,
.medias-menu {
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
	background: #fff;
}

.medias-menu {
	padding: 10px 0;
}

.sticky-menu li,
.medias-menu li {
	display: inline-block;
	text-align: center;
	list-style: none;
	margin-right: 30px;
}

.medias-menu li {
	margin-right: 0;
}

.sticky-menu li:last-child,
.medias-menu li:last-child {
	margin-right: 0;
}

.sticky-menu li a,
.medias-menu li a {
	font-family: 'titilliumbold';
	display: block;
	width: auto;
	padding: 10px 16px;
	color: #bbb;
	font-size: 15px;
	text-align: center;
	border: 2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: linear-gradient(to left, transparent, transparent 50%, #4d4d4d 50%, #4d4d4d);
	background-position: 100% 0;
	background-size: 200% 100%;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all ease 0.35s;
}

.medias-menu li a {
  font-size: 20px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.sticky-menu li a:hover,
.medias-menu la a:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #4d4d4d;
	background-position: 0 0;
}

.sticky-menu li a .fa-search {
	margin-left: 5px;
}

.sticky-wrapper {
	height: 90px !important; /* IMPORTANT -> KEEP HEIGHT OF BODY WHEN SCROLL */
}

.stuck {
  	position: fixed;
  	width: 100%;
  	top: 0;
  	border-bottom: 0px solid #eee;
  	z-index: 99999;
}

/* Menu Categories --------------------------------------- */

.header-categories {
	display: none;
}

.menu-categories {
	width: 100%;
	height: 160px;
	padding: 0;
	margin: 0 0 30px 0;
}

.menu-categories .cat-element {
	float: left;
	width: 5.88%;
	max-height: 160px;
	margin-bottom: -5px;
	overflow: hidden;
	background-size:cover;
}

.menu-categories .cat-element img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.icon-container, .portrait-container {
	position: relative;
}

.icon-container h4, .portrait-container h4 {
	font-family: 'titilliumbold';
	/*display: none;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 40%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.portrait-container h4 {
	color: #4d4d4d;
}

.icon-container:hover img, .portrait-container:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
}

.icon-container:hover h4, .portrait-container:hover h4 {
    /*display:block;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
}

.banner-cat {
	width: 100%;
	height: auto;
	padding: 0 24px 0 20px;
	margin-bottom: 40px;
}

.banner-cat .banner-icon {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#banner-deporte {
	background: #8c85c9;
}

#banner-dietetica {
	background: #b7dc78;
}

#banner-botiquin {
	background: #f74d66;
}

#banner-cuidado-bucal {
	background: #7c858c;
}

#banner-cuidado-capilar {
	background: #aabca4;
}

#banner-dermocosmetica {
	/*background: #b8b09b;*/
	background: #e26f80;
}

#banner-fitoterapia {
	background: #008374;
}

#banner-higiene-corporal {
	background: #cfacce;
}

#banner-homeopatia {
	background: #6bc698;
}

#banner-infantil {
	background: #f6c55b;
}

#banner-laboratorio {
	background: #5ab6b2;
}

#banner-optica {
	background: #a3a9ac;
}

#banner-ortopedia {
	background: #009abe;
}

#banner-salud-sexual {
	background: #89d2e6;
}

#banner-solares {
	background: #f98d29;
}

#banner-veterinaria {
	background: #ff8188;
}

#banner-consejo {
	/*background: #c99d66;*/
	background: #78cedd;
}

#banner-citas {
	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
}

.banner-cat #banner-deporte img {
	margin-bottom: -5px;
}

.btn-suscribir {
}

.back-to-top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 20px;
  text-indent: -99999px;
  background: url('images/icon-scroll-to-top.svg') no-repeat;
  background-size: cover;
  z-index: 99999;

  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
	transform: translateY(300px);

  -webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
}

.back-to-top.animate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
	transform: translateY(0);
}

.layer-suscribe {
	display: block;
	position: fixed;
	width: 320px;
	height: 290px;
	left: 20px;
  bottom: 20px;
	padding: 30px 30px 5px 30px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #444;
	z-index: 99999;

	-webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
}

.layer-suscribe.animate {
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -o-transform: translateY(120%);
	transform: translateY(120%);
}

.layer-suscribe .suscribe-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 31px;
	right: 80px;
	margin-top: 0;
	margin-left: -10px;
	border: 0px solid #4d4d4d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	cursor: pointer;
}

.layer-suscribe .suscribe-icon i {
	color: #fff;
}

.layer-suscribe h3.widget-title {
	margin: 0 0 30px 0 !important;
	font-family: 'Roboto Slab', serif;
	font-size: 20px !important;
	color: #fff !important;
	text-align: left !important;
	cursor: pointer;
}

.layer-suscribe p {
	font-size: 15px;
	color: #aaa !important;
	margin-bottom: 20px;
}

.layer-suscribe input {
	padding: 10px !important;
	font-family: 'titilliumregular';
	font-size: 14px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.layer-suscribe input[type=submit] {
	cursor: pointer;
	font-family: 'titilliumbold';
	display: block;
	width: 80px !important;
	padding: 2px;
	margin-top: 1.8em;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	background-image: linear-gradient(to left, transparent, transparent 50%, #686868 50%, #686868) !important;
	background-position: 100% 0;
	background-size: 200% 100%;
	-webkit-transition: all 0.30s ease-in;
	-moz-transition: all 0.30s ease-in;
	transition: all ease 0.30s;
}


.layer-suscribe input[type=submit]:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #686868;
	background-position: 0 0;
}

.layer-suscribe .close-layer {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 30px;
	right: 0;
  margin-left: 30px;
	border: 0px solid #4d4d4d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	cursor: pointer;
}

.layer-suscribe .close-layer i {
	margin-top: 0;
	color: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.layer-list-categories, .layer-list-entries {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
	overflow-y: scroll;
	background: rgba(255,255,255, 0.9);
	z-index: 99999;

	/*-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;*/

	/*-webkit-transform: translate3d(0, 3000px, 0);*/
}

/*.layer-list-entries.sliding, .layer-list-categories.sliding {
	-webkit-transform: translate3d(0, 0, 0);
}*/

.layer-list-categories .menu-categories {
	width: 100%;
	height: auto;
	padding: 0 20%;
	margin: 20% auto 60px auto;

	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.layer-list-entries .list-entries {
	width: 100%;
	height: auto;
	padding: 0;
	margin-left: auto;
	margin: auto;
	margin-bottom: 0;

	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.layer-list-entries .list-entries li {
	padding: 45px 25px 50px 25px;
	margin-bottom: 0;
	font-size: 46px;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #fff;

	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
}

.layer-list-entries .list-entries li .last-entries-date {
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	font-weight: 400;
}

.layer-list-entries .list-entries li a {
	color: #fff;
}

.layer-list-entries .list-entries h2 {
	width: 100%;
	padding: 40px 0;
	font-family: 'Roboto Slab', serif;
	color: #4d4d4d;
	font-size: 17px;
	text-align: center;
}

.layer-list-entries .list-entries h2 i {
	width: 40px;
	height: 40px;
	padding: 10px;
	margin: 10px 0 0 2px;
	font-size: 18px;
	border: 0px solid #4d4d4d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.layer-list-entries .list-entries h2 i:hover {
	cursor: pointer;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

.layer-list-categories .menu-categories .cat-element {
	float: left;
	width: 14.28%;
	max-height: 800px;
	margin-bottom: 0;
	overflow: hidden;
	background-size:cover;
}

.layer-list-categories > li {
	text-align: center;
	list-style: none;
}

.layer-list-categories > li > ul li {
	text-align: center;
}

.close-layer {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 71.5%;
	margin-top: -60px;
	border: 0px solid #4d4d4d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #4d4d4d;
	text-align: center;
	cursor: pointer;
}

.close-layer i {
	margin-top: 20px;
	color: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.close-layer:hover i {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

/* Sub menus --------------------------------------- */


.main-menu li ul {
	position: absolute;
	z-index: 10000;
	display: block;
	left: -9999px;
	top: 38px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.is_mobile .main-menu li ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	display: none;
}

.main-menu > li > ul { padding-top: 20px; }

.main-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom-color: #2d2d2d;
}

.main-menu ul li {
    float: none;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.075);
}

.main-menu ul li:first-child { border-top: none; }

.main-menu ul > .has-children::after,
.main-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.main-menu ul > .has-children:hover::after,
.main-menu ul > .page_item_has_children:hover::after { border-left-color: #FFF; }

.main-menu ul li {
	display: block;
	width: 240px;
	background: #2d2d2d;
}

.main-menu ul a {
	display: block;
	text-align: center;
	padding: 20px;
	margin: 0;
	line-height: 130%;
	color: #999;
}

.main-menu ul a:hover { color: #fff; }

.main-menu li:hover > ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: 50%;
	margin-left: -120px;
	top: 48px;
}

.is_mobile .main-menu li:hover ul { display: block; }


/* Deep down --------------------------------------- */


.main-menu ul li ul { top: 5px; }

.main-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}

.main-menu ul ul li { background: #3d3d3d; }
.main-menu ul ul ul li { background: #4d4d4d; }
.main-menu ul ul ul ul li { background: #4d4d4d; }


/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */


.posts { overflow: visible !important; }

.post-container {
	width: 33.3%;
	padding: 0 1.5% 4.5% 1.5%;
}

.hentry,
.post {
	width: 100%;
	position: relative;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);*/
	overflow: hidden;
}

.post.sticky .post-header { padding-right: 17.5%; }

.post .sticky-post {
	display: block;
	position: absolute;
	z-index: 100;
	right: 5%;
	height: 38px;
	width: 26px;
	background: #2B3542 url(images/icons/1x/tack-w.png) no-repeat center;
	background-size: 12px auto;
	top: 0;
	text-indent: -9999px;
}

.post .sticky-post:after {
	content: "";
	display: block;
	border: 13px solid transparent;
	border-left-color: #2B3542;
	border-right-color: #2B3542;
	position: absolute;
	right: 0;
	margin-top: -13px;
	top: 38px;
}


/*  Featured media  ----------------------------------------- */


.featured-media a,
.featured-media img,
.featured-media iframe { display: block; }

.featured-media iframe,
.featured-media object { border: none; margin: 0; }

.featured-media a { overflow: hidden; }

.featured-media a img { margin: 0 auto; }

.featured-media a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.media-caption {
	font-size: 0.8em;
	line-height: 110%;
	font-weight: normal;
	color: #999;
	padding: 20px 0;
	margin: 0 10%;
	border-bottom: 1px solid #eee;
}


/*  Post inner  ----------------------------------------- */


.post-header {
	position: relative;
	padding: 6% 10%;
	border-bottom: 0px solid #eee;
	/*background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important; */
}

.post-header-single {
	padding: 4% 10%;
}

.post-header .post-title {
	font-family: 'Roboto Slab', serif;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 120%;
	color: #fff;
	word-break: break-word;
	-ms-word-break: break-word;
}

.post-header .post-title-single {
	text-align: center;
}

.post-title-advice {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.post-title-advice a {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.post-title-advice a:hover {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.post-header .post-title a { color: #fff; }
.post-header .post-title a:hover { color: #fff; }

.post-excerpt {
	padding: 10%;
	background: #f5f5f5;
}

.post-excerpt p {
	font-size: 0.95em;
	line-height: 150%;
	color: #666;
	text-align: justify;
}

.post-excerpt p + p { margin-top: 1em; }

.post-excerpt .more-link {
	font-family: 'titilliumbold';
	display: block;
	width: 80px !important;
	padding: 2px;
	margin-top: 1.8em;
	color: #aaa;
	font-size: 13px;
	text-align: center;
	border: 2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: linear-gradient(to left, transparent, transparent 50%, #4d4d4d 50%, #4d4d4d);
	background-position: 100% 0;
	background-size: 200% 100%;
	-webkit-transition: all 0.30s ease-in;
	-moz-transition: all 0.30s ease-in;
	transition: all ease 0.30s;
}

.post-excerpt .more-link:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #4d4d4d;
	background-position: 0 0;
}

.posts .post-meta,
.related-posts li .post-meta {
	background: #4d4d4d;
	padding: 0 10%;
}

.posts .post-meta a,
.related-posts li .post-meta a {
	font-family: 'titilliumbold';
	display: block;
	color: #999;
	font-size: 0.9em;
	float: left;
	padding: 20px 0px 20px 24px;
	background: no-repeat left center;
	background-size: 18px auto;
	margin-left: 20px;
}

.posts .post-meta a:first-child,
.related-posts li .post-meta a:first-child { margin-left: 0; }

.posts .post-meta a:hover, .related-posts li .post-meta a:hover { color: #999; }

.posts .post-meta a.post-date,
.related-posts li .post-meta a.post-date { background-image: url(images/icons/1x/clock-g.png); }
.posts .post-meta a.post-date:hover,
.related-posts li .post-meta a.post-date:hover { background-image: url(images/icons/1x/clock-g.png); }
.posts .post-meta a.zilla-likes,
.related-posts li .post-meta a.zilla-likes { background-image: url(images/icons/1x/heart-g.png); }
.posts .post-meta a.zilla-likes:hover,
.related-posts li .post-meta a.zilla-likes:hover,
.posts .post-meta a.zilla-likes.active,
.related-posts li .post-meta a.zilla-likes.active { background-image: url(images/icons/1x/heart-g.png); color: #13C4A5; }
.posts .post-meta a.post-comments,
.related-posts li .post-meta a.post-comments { background-image: url(images/icons/1x/comment-g.png); }
.posts .post-meta a.post-comments:hover,
.related-posts li .post-meta a.post-comments:hover { background-image: url(images/icons/1x/comment-g.png); }

.posts .post-meta a.post-edit-link,
.related-posts li .post-meta a.post-edit-link {
	height: 59px;
	width: 20px;
	text-indent: -9999px;
	background-image: url(images/icons/1x/edit-g.png);
	background-size: 20px auto;
	background-position: center;
}

.posts .post-meta a.post-edit-link:hover,
.related-posts li .post-meta a.post-edit-link:hover { background-image: url(images/icons/1x/edit-g.png); }


/*  Post formats  ----------------------------------------- */


/* format standard, format quote, format link */

.post .post-header:before,
.page .post-header:before {
	content: "";
	display: none;
	border: 12px solid transparent;
	border-top-color: #eee;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 10%;
	margin-bottom: -24px;
}

.post .post-header:after,
.page .post-header:after {
	content: "";
	display: none;
	border: 11px solid transparent;
	border-top-color: #fff;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 10%;
	margin-left: 1px;
	margin-bottom: -21px;
}


/* format video, format image */


.posts .format-video .post-header:before,
.posts .format-video .post-header:after,
.posts .format-image .post-header:before,
.posts .format-image .post-header:after { content: none; }


/* format image */


.format-image .post-excerpt {
	padding-top: 7.5%;
	font-size: 0.9em;
}

.format-image .post-excerpt .image-caption { font-weight: normal; }


/* format audio */


.posts .format-audio .post-header:before,
.posts .format-audio .post-header:after { content: none; }

.post-audio .mejs-container {
	max-width: 100%;
	height: auto !important;
	background: #2B3542;
	padding: 3% 0;
	color: #FFF;
	position: relative;
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float-current,
.post-audio .mejs-mediaelement,
.post-audio .mejs-layers {
    display: none;
}

.post-audio .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

.post-audio .mejs-playpause-button,
.post-audio .mejs-time-rail,
.post-audio .mejs-volume-button,
.post-audio .mejs-horizontal-volume-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 0;
	margin-left: 3%;
	float: left;
}

.post-audio .mejs-horizontal-volume-slider { margin-right: 3%; }

.post-audio .mejs-playpause-button,
.post-audio .mejs-volume-button {
	width: 6.25%;
}

.post-audio .mejs-playpause-button button,
.post-audio .mejs-volume-button button,
.post-audio .mejs-mute button,
.post-audio .mejs-unmute button {
	margin: 0 auto;
	width: 100%;
	height: 31px;
	background: none;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.post-audio .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play.png); }
.post-audio .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause.png); }

.post-audio .mejs-mute button,
.post-audio .mejs-unmute button { background-size: 20px auto; }

.post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute.png); }
.post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute.png); }

.post-audio .mejs-horizontal-volume-slider {
	margin-top: 12px;
	width: 16.25%;
	cursor: pointer;
}

.post-audio .mejs-horizontal-volume-total,
.post-audio .mejs-horizontal-volume-current,
.post-audio .mejs-controls .mejs-time-rail span {
	height: 8px;
}

.post-audio .mejs-horizontal-volume-total { background: #222A34; }

.post-audio .mejs-horizontal-volume-current {
    position: absolute;
    margin-top: -8px;
    background: #13C4A5;
}

.post-audio .mejs-controls .mejs-time-rail {
    margin-top: 12px;
	max-width: 56.25%;
	float: left;
}

.post-audio .mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    max-width: 100%;
    cursor: pointer;
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-total { background: #555D67; }

.post-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    background: #222A34;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #13C4A5;
}

.post-audio .mejs-clear { clear: both; }

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button,
.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail {
	padding: 5% 0;
	margin-left: 5%;
}

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button { width: 15%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail { max-width: 80%; margin-right: 5%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-volume-button,
.post-audio .mejs-ios .mejs-controls .mejs-volume-button,
.post-audio .mejs-android .mejs-controls .mejs-horizontal-volume-slider,
.post-audio .mejs-ios .mejs-controls .mejs-horizontal-volume-slider {
	display: none;
}


/* format quote, format link */


.post-quote {
	padding: 10%;
	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	color: #fff;
}

.post-quote blockquote,
.post-link p {
	display: block;
	font-size: 1.4em;
	line-height: 140%;
}

.post-quote cite,
.post-link a {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 0.8em;
}

.post-quote cite { font-family: 'Roboto Slab', serif; font-weight: 600; }

.post-quote cite:before { content: "— " }


/* format link */


.post-link {
	padding: 10%;
	background: #2B3542;
	color: #fff;
}

.post-link a {
	color: #13C4A5;
	padding-left: 23px;
	background: url(images/icons/1x/link-c.png) no-repeat left center;
	background-size: 16px auto;
}

.post-link a:hover {
	color: #13C4A5;
	text-decoration: underline;
}

.single .post-link p,
.single .post-quote blockquote {
	font-size: 1.75em;
}


/* format gallery */


.format-gallery .flexslider { position: relative; }

.format-gallery .flex-direction-nav a {
	display: block;
	height: 32px;
	width: 20px;
	background-size: auto 32px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-indent: -9999px;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.format-gallery .flex-direction-nav .flex-prev {
	left: 16px;
	background-image: url(images/icons/1x/chevron-left-w-shade.png);
}

.format-gallery .flex-direction-nav .flex-next {
	right: 16px;
	background-image: url(images/icons/1x/chevron-right-w-shade.png);
}

.format-gallery .flex-direction-nav a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.format-gallery .flex-direction-nav .flex-prev:hover { left: 12px; }
.format-gallery .flex-direction-nav .flex-next:hover { right: 12px; }

.format-gallery .slides li { position: relative; }


/* format status */


.posts .format-status .post-excerpt {
	background: #2B3542;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {
	font-family: 'Pacifico', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
}

.format-status .post-content {
	color: #333;
	text-shadow: none;
}


/* format chat */


.format-chat .post-content p {
	margin-bottom: 0.25em;
	padding: 8px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.format-chat .post-content p:nth-child(odd) { background: #f5f5f5; }

.format-chat .more-link { margin-top: 1em; }



/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */


body.single .content { width: 67.5%; }
body.single .content.full-width { width: 100%; }
body.single .content.center {
	margin: 0 auto;
	width: 944px;
	max-width: 100%;
}

.single {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* post header */

.single .post-title { font-size: 3em; }

.single .post-content { padding: 7% 10% 5% 7%; font-family: 'Roboto Slab', serif; background: #f5f5f5; }

/* Justify texts */

.content-single p {
	text-align: justify;
}

/* format audio */

.single .featured-media .mejs-playpause-button.mejs-play button,
.single .featured-media .mejs-playpause-button.mejs-pause button { background-size: 24px auto; }

.single .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play-big.png); }
.single .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause-big.png); }

.single .featured-media .post-audio .mejs-mute button,
.single .featured-media .post-audio .mejs-unmute button { background-size: 32px auto; }

.single .featured-media .post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute-big.png); }
.single .featured-media .post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute-big.png); }

/* format gallery */

.single .format-gallery .flex-direction-nav a {
	height: 42px;
	width: 30px;
	background-size: auto 42px;
	margin-top: -21px;
}

.single .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/1x/chevron-left-w-shade-big.png); }
.single .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/1x/chevron-right-w-shade-big.png); }

/* format quote */

.single .post-quote cite {
	font-size: 1em;
	margin-top: 30px;
}

/* single post meta */

.single .post-meta-container {
	position: relative;
}

.single .post-meta-container:after {
	content: "";
	display: none;
	background: #3F4854;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 60%;
}

.single .post-meta {
	/*float: right;*/
	width: 100%;
	padding: 30px 25px 0 25px;
	position: relative;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 10;
}

.single .post-meta .banner-cat {
	padding-bottom: 10px;
}

.single .post-meta h4 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}

.single .post-meta p,
.single .post-meta > a,
.post-nav a {
	font-size: 1em;
	line-height: 120%;
	font-weight: normal;
	text-align: center;
	min-height: 20px;
	padding: 1px 0 1px 0;
	background: no-repeat left center;
	background-size: 16px auto;
	color: #fff;
}

.single .post-meta p:first-child { margin-top: 0; }

/*.single .post-meta p.post-date { background-image: url(images/icons/1x/clock-g.png); }
.single .post-meta a.zilla-likes { background-image: url(images/icons/1x/heart-g.png); }
.single .post-meta a.zilla-likes:hover { background-image: url(images/icons/1x/heart-c.png); }
.single .post-meta p.post-categories { background-image: url(images/icons/1x/folder-g.png); }
.single .post-meta p.post-tags { background-image: url(images/icons/1x/tag-g.png); }*/

.single .post-meta a { color: #fff; }
.single .post-meta a:hover { color: #fff; }

/* post navigation */

.post-nav {
	padding: 20px 0;
	margin-top: ;
	margin-bottom: 10px;
	text-align: center;
	background: #fff;
}

.post-nav a {
	color: #4d4d4d;
	font-size: 2em;
	font-weight: 300;
	/*background-position: left 3px;*/
}

.post-nav a:hover {
	color: #ccc;
}

.post-nav span.post-nav-separator {
	margin-right: 10px;
	margin-left: 10px;
	color: #4d4d4d;
	font-size: 2em;
	font-weight: 300;
}

.post-nav a:first-child { margin-top: 0; }

/*a.post-nav-prev { background-image: url(images/icons/1x/prev-g.png); }
a.post-nav-prev:hover { background-image: url(images/icons/1x/prev-c.png); }
a.post-nav-next { background-image: url(images/icons/1x/next-g.png); }
a.post-nav-next:hover { background-image: url(images/icons/1x/next-c.png); }*/
.single a.post-edit-link { background-image: url(images/icons/1x/edit-g.png); background-position: left 5px; display: none; }
.single a.post-edit-link:hover { background-image: url(images/icons/1x/edit-c.png); }

/* Post tags */

p.post-tags {
	max-width: 700px;
	margin: 10px auto 20px auto;
	text-align: center;
}

p.post-tags a, p.post-tags a:active {
	font-family: 'titilliumbold';
	display: inline-block;
	min-width: 80px !important;
	padding: 5px;
	margin: 0 5px 10px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: linear-gradient(to left, transparent, transparent 50%, #fff 50%, #fff);
	background-position: 100% 0;
	background-size: 200% 100%;
	-webkit-transition: all 0.30s ease-in;
	-moz-transition: all 0.30s ease-in;
	transition: all ease 0.30s;
}

p.post-tags a:hover {
	text-decoration: none;
	color: #444 !important;
	border: 2px solid #fff;
	background-position: 0 0;

}

p.post-tags a:last-child {
	margin-right: 0;

}

/* post-author */

.post-author {
	width: 100%;
	padding: 0;
	/*float: left;*/
	position: relative;
	overflow: hidden;
	background: red;
}

.post-author:before,
.post-author:after {
	content: "";
	display: none;
	position: absolute;
	left: 30px;
}

.post-author:before {
	display: none;
	z-index: 100;
	top: 0;
	width: 40px;
	height: 70px;
	background: #13C4A5 url(images/icons/1x/author-w.png) no-repeat center 29px;
	background-size: 22px auto;
}

.post-author:after {
	display: none;
	top: 50px;
	border: 20px solid transparent;
	border-left-color: #13C4A5;
	border-right-color: #13C4A5;
}

.post-author-content { margin-left: 70px; }

.post-author h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 15px;
}

.post-author p {
	font-size: 0.875em;
	line-height: 150%;
	color: #9499A0;
}

.author-links { margin-top: 18px; }

.author-links a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(255,255,255,0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	margin-left: 5px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	text-indent: -9999px;
}

.author-links a:first-child { margin-left: 0; }

.author-links a.author-link-posts { background-image: url(images/icons/1x/archive-w.png); display: none; }
.author-links a.author-link-website { background-image: url(images/icons/1x/home-w.png); }
.author-links a.author-link-mail { background-image: url(images/icons/1x/social/mail-w.png); }
.author-links a.author-link-twitter { background-image: url(images/icons/1x/social/twitter-w.png); }

.author-links a:hover { background-color: #13C4A5; }

/* -------------------------------------------------------------------------------- */
/*	6bis. Page
/* -------------------------------------------------------------------------------- */

.post.post-page .post-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.single .page-content {
  padding: 0 10% 5% 7%;
  font-family: 'Roboto Slab', serif;
  line-height: 130%;
  text-align: center;
  background: #fff;
}

.single .page-content p {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}

.single .page-content p span.wpsdc-drop-cap {
  float: none;
  padding: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 140%;
}

/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */

.post-content a {
	padding-bottom: 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
}

.post-content a:hover {
	color: #aaa;
	border-bottom: 2px solid #aaa;
}

.share-post{
	width: 100%;
	padding-left: 30px;
	margin-top: -140px;
	margin-bottom: 60px;
	text-align: center;
	color: #aaa;
}

.post-content .ssba a {
	border-bottom: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.post-content .ssba a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ssba {
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 180%;
	margin-bottom: 1.1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 30px;
	font-family: 'Roboto Slab', serif;
	color: #4d4d4d;
}

.post-content h1 { font-size: 2.6em; }

.post-content h2 { font-size: 2.2em; }

.post-content h3 { font-size: 1.8em; }

.post-content h4 { font-size: 1.4em; }

.post-content h5 { font-size: 1em; }

.post-content h6 { font-size: 0.9em; }

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	position: relative;
	font-size: 1em;
	font-weight: normal;
	margin: 40px 0;
}

.post-content blockquote:before,
.post-content blockquote:after {
	content: "";
	display: block;
	width: 128px;
	height: 3px;
	background: #eee;
	margin: 40px auto;
}

.post-content blockquote p {
	font-size: 1.2em;
	line-height: 160%;
	font-weight: normal;
	text-align: center;
}

.post-content cite {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 140%;
	text-align: center;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em { font-style: italic; font-weight: normal; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: normal;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #f5f5f5;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: normal; }

.post-content hr {
	width: 50%;
	height: 5px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #363F48;
	font-size: 0.8em;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.content-error {
	width: 100% !important;
	padding: 0 0 0 30px !important;
	margin: 0 !important;
}

.post-content-error {

	background: transparent !important;
}

.post-content-error p {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}


/* Post media --------------------------------------- */

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 0;
	border: 0px solid #EEE;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 300px;
}

.post-content .wp-caption a,
.post-content .wp-caption img { display: block; }

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .aligncenter a,
.post-content .aligncenter img { margin: 0 auto; }

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
	text-align: center;
	padding-top: 0.5em;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th { font-weight: normal; }

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 10px 12px;
	background: #13C4A5;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-weight: normal;
}

.post-content input,
.post-content textarea {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.post-content input[type="text"],
.post-content input[type="email"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 2px solid #eee;
	background: #fdfdfd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea {
	height: 180px;
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #13C4A5;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.content .comments,
div#disqus_thread {
	padding: 5% 10%;
	background: #fff;
}

.nocomments {
	padding: 5% 10%;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}

.comments + .nocomments { border-top: 1px solid #eee; }

.comments-title-container {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	font-family: 'Roboto Slab', sans-serif;
}

.comments-title {
	font-size: 1.75em;
	font-weight: normal;
	color: #2B3542;
}

.add-comment-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 5px;
}

.add-comment-title a {
	color: #999;
}

.add-comment-title a:hover {
	color: #4d4d4d;
	text-decoration: none;
}


/* comment */


.comments div.comment { margin-top: 40px; }

.comments .commentlist > li.comment:first-child > div.comment:first-child { margin-top: 0; }

.comments div.comment { position: relative; }

.comments .children { margin-left: 5%; }

.comment-inner {
	margin-left: 110px;
	padding: 20px;
	background: #eee;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	border-radius: 3px;
}

.comment-inner:after {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #eee;
	position: absolute;
	top: 28px;
	left: 0;
	margin-left: -24px;
}

.comment .avatar {
	float: left;
	width: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment.bypostauthor { position: relative; }

.comment.bypostauthor:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: #13C4A5 url(images/icons/1x/author-w.png) no-repeat center 8px;
	background-size: 14px auto;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -8px;
	margin-left: -8px;
}

.comment-header { margin-bottom: 25px; }

.comment-header cite {
	display: block;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 8px;
}

.comment-header cite,
.comment-header cite a { color: #2B3542; }
.comment-header cite a:hover { color: #13C4A5; }

.comment-header p { font-size: 0.85em; }

.comment-header p,
.comment-header p a { color: #999; }

.comment-header p a:hover { color: #666; }

/* comment-content */

.comment-content { font-size: 0.9em; }

.comment-content a:hover { text-decoration: underline; }

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 150%;
	margin-top: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-content *:first-child { margin-top: 0; }
.comment-content *:last-child { margin-bottom: 0; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 50px 0 20px;
	font-weight: normal;
	font-size: 1.2em;
}

.comment-content blockquote {
	padding: 20px;
	background: #ddd;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul { list-style: circle; }
.comment-content ul ul ul { list-style: square; }

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol { list-style: lower-alpha; }
.comment-content ol ol ol {
	list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address {
	padding: 20px;
	background: #ddd;
	line-height: 140%;
}

.comment-content pre {
	padding: 20px;
	background: #ddd;
	line-height: 150%;
	overflow-x: scroll;
}

/* comment actions */

.comment-actions {
	position: absolute;
	top: 22px;
	right: 20px;
}

.comment-actions a {
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background: #2B3542 no-repeat center;
	background-size: 16px auto;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	text-indent: -9999px;
}

.comment-actions a + a { margin-left: -8px; }

.comment-actions .comment-reply-link { background-image: url(images/icons/1x/reply-w.png) }
.comment-actions .comment-edit-link { background-image: url(images/icons/1x/edit-w.png) }

.comment-actions a:hover { background-color: #13C4A5; color: #fff; z-index: 10; }

/* comment navigation */

.comment-nav-below {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	font-size: 0.9em;
	font-weight: normal;
}

.comment-nav-below a { color: #666; }


/* pingbacks */

.comments .pingbacks {
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.pingbacks-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.25em;
	margin-bottom: 20px;
	color: #2B3542;
}

.pingbacklist .pingback {
	padding: 15px;
	line-height: 130%;
}

.pingbacklist .pingback a { color: #767676; }
.pingbacklist .pingback a:hover { color: #13C4A5; }

.pingbacklist .pingback:nth-child(2n) { background-color: #eee; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.comment-respond {
	padding: 5% 10%;
	background: #fff;
	border-top: 0px solid #eee;
}

.comment-respond form a {
	color: #ccc !important;
}

.comment-respond form a:hover {
	color: #4d4d4d !important;
	text-decoration: none;
}

.comments .comment-respond {
	padding: 5% 0;
	border-top: none;
}

.comment-reply-title {
	font-size: 1.75em;
	font-weight: normal;
	color: #2B3542;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}

.comment-reply-title #cancel-comment-reply-link:hover { text-decoration: underline; }

.comment-notes,
.logged-in-as {
	color: #666;
	line-height: 130%;
	margin-bottom: 40px;
	margin-top: 25px;
}

.logged-in-as a:hover { text-decoration: underline; }

.comment-form { margin-top: 10px; }

.comment-form p {
	margin-top: 14px;
	position: relative;
}

.comment-form p:first-child { margin-top: 0; }

.comment-form label,
.comment-form .required { display: none; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	display: block;
	width: 100%;
	padding: 16px 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f1f1f1;
	color: #333;
	border: 1px solid #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url { width: 100%; }

.comment-form input[type="text"],
.comment-form input[type="email"] {
	position: relative;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 24px;
}

input#author { background-image: url(images/icons/1x/author-g.png); }
input#email { background-image: url(images/icons/1x/social/mail-g.png); }
input#url { background-image: url(images/icons/1x/home-g.png); background-size: 24px auto; }

.comment-form textarea { height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	outline: none;
	color: #fff;
	background-color: #4d4d4d;
}

input#author:focus { background-image: url(images/icons/1x/author-w.png); }
input#email:focus { background-image: url(images/icons/1x/social/mail-w.png); }
input#url:focus { background-image: url(images/icons/1x/home-w.png); }

.form-allowed-tags,
.form-allowed-tags code {
	display: none;
	line-height: 160%;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as {
	font-size: 0.9em;
	color: #686868;
}

p.form-submit { margin-top: 30px; }

.form-submit #submit {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #aaa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #ccc;
	background: #fff;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all ease 0.35s;
}

.form-submit #submit:hover {
	cursor: pointer;
	color: #fff;
	border: 2px solid #4d4d4d;
	background: #4d4d4d;
}


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


.posts .page {
	width: 100%;
	position: relative;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}


/* Contributors template ---------------------------------------------------------- */


.post-content + .contributors-container { border-top: 1px solid #eee; }

.authors-row {
	position: relative;
	padding: 10%;
	border-top: 1px solid #eee;
}

.authors-row:first-child { border-top: none; }

.authors-row:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #eee;
}

.authors-row .author-info {
	width: 45%;
	margin-left: 10%;
	text-align: center;
}

.authors-row .author-info:first-child { margin-left: 0; }

.author-avatar {
	display: inline-block;
	width: 134px;
	height: auto;
	margin: 0 auto 25px auto;
	border: 6px solid #eee;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 9999px;
}

.author-avatar img {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	border-radius: 9999px;
}

.author-info h4 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}

.author-info h4 a { color: #2B3542; }
.author-info h4 a:hover { color: #13C4A5; }

.author-info h5 {
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	margin-bottom: 25px;
}

.author-info h5 a { color: #999; }
.author-info h5 a:hover { color: #444; }

.author-description {
	line-height: 140%;
	text-align: center;
}

.author-info .author-links a { background-color: #2B3542; }
.author-info .author-links a:hover { background-color: #13C4A5; }


/* Image ---------------------------------------------------------- */


.single .post-meta p.image-resolution { background-image: url(images/icons/1x/image-g.png); }

.single-attachment .post-author:before {
	background-image: url(images/icons/1x/image-w.png);
	background-position: center 32px;
}


/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */


.page-title {
	margin-bottom: 60px;
	text-align: center;
}

.page-title h5 {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	text-align: center;
}

.page-title h3 {
	margin-top: 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 3.4em;
	font-weight: 300;
	text-align: center;
	color: #4d4d4d;

}

.tag-archive-meta p {
	text-align: center;
	margin-top: 15px;
	color: #767676;
	font-style: italic;
}


/* archive navigation */

.archive-nav a {
	font-family: 'titilliumbold';
		display: block;
		width: auto;
		min-width: 80px !important;
		padding: 8px;
		margin-top: 1.8em;
		color: #aaa;
		font-size: 13px;
		text-align: center;
		border: 2px solid #ccc;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background-image: linear-gradient(to left, transparent, transparent 50%, #4d4d4d 50%, #4d4d4d);
		background-position: 100% 0;
		background-size: 200% 100%;
		-webkit-transition: all 0.30s ease-in;
		-moz-transition: all 0.30s ease-in;
		transition: all ease 0.30s;
}

.archive-nav a:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #4d4d4d;
	background-position: 0 0;
}

/* search */

.search-no-results .post-content p { text-align: center; }


/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */


.sidebar {
	width: 100%;
	background: #fff;
	/*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 6px;*/
	overflow: hidden;
}

.sidebar .widget {
	float: left;
	width:31.333333%;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-right: 3%;
	border-top: 0px solid #EEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
}

.sidebar .widget:first-child { border-top: none; }

.sidebar .widget:last-child { margin-right: 0; }

.widget-title {
	font-size: 0.9em;
	font-weight: normal;
	text-align:  !important;
	text-transform: uppercase;
	margin: 40px 0;
}

.sidebar .widget-title {
	color: #fff !important;
	font-size: 2em !important;
}

.sidebar .widget-content {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	color: #767676;
}

.widget-content a:hover { text-decoration: underline; }

.sidebar .widget-content p { line-height: 150%; }

.widget-content ul li {
	position: relative;
	margin-top: 0;
	padding: 8px 25px;
	line-height: 130%;
	text-align: ;
	border-bottom: 0px solid #eee;

	/*background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;*/
}

.widget-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #13C4A5;
	font-size: 18px;
}

.widget-content ul li a {
	color: #fff;
}

.widget-content > ul > li:first-child { margin: 0; }

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }


/* Widget tag cloud --------------------------------------- */


.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	margin: 0 5px 5px 0;
	background: #BBB;
	font-size: 0.8em !important;
	line-height: 1;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tagcloud a:hover { background-color: #13C4A5; color: #fff; text-decoration: none; }


/* Widget search --------------------------------------- */


.wrapper .searchform,
.footer .searchform { position: relative; }

.wrapper .searchform .s,
.footer .searchform .s {
	display: block;
	width: 100%;
	padding: 16px 55px 16px 20px;
	border: none;
	margin: 0;
	background: #ddd;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
}

.wrapper .searchform .s:focus,
.footer .searchform .s:focus {
	background-color: #2B3542;
	outline: none;
}

.wrapper .searchform .searchsubmit,
.footer .searchform .searchsubmit {
	display: block;
	height: 36px;
	width: 36px;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 10px;
	text-indent: -9999px;
	background: url(images/icons/1x/spyglass-g.png) no-repeat center;
	background-size: 24px auto;
}

.wrapper .searchform .searchsubmit:hover,
.footer .searchform .searchsubmit:hover {
	cursor: pointer;
	background-image: url(images/icons/1x/spyglass-c.png);
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #1abc9c; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
}

#wp-calendar caption {
	font-size: 1rem;
	color: #666;
	text-transform: capitalize;
	padding-bottom: 20px;
}

#wp-calendar thead th {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#wp-calendar tbody { border-bottom: 1px solid #eee; }

#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 12px 0;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #1abc9c;
}


/* Dribbble widget --------------------------------------- */


.dribbble-shot,
.dribbble-shot img { display: block; }

.dribbble-shot {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	padding: 6px;
	background: #f1f1f1;
}

.dribbble-shot:nth-child(2n) { margin-right: 0; }

.dribbble-shot:hover { background-color: #13C4A5; }

.widgetmore {
	display: block;
	clear: both;
}


/* Flickr widget --------------------------------------- */


.flickr_badge_image a,
.flickr_badge_image img { display: block; }

.flickr_badge_image {
	width: 21.25%;
	float: left;
	margin-left: 5%;
	margin-bottom: 5%;
}

.flickr_badge_image a {
	padding: 4px;
	background: #f1f1f1;
}

.flickr_badge_image a:hover { background-color: #13C4A5; }

.flickr_badge_image:nth-child(2),
.flickr_badge_image:nth-child(6),
.flickr_badge_image:nth-child(10),
.flickr_badge_image:nth-child(14) { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */

.footer .widget {
	margin-top: 40px;
	border-top: 4px solid #333;
	padding-top: 40px;
}

.footer .widget:first-child { margin: 0; border: none; padding: 0; }

.footer .widget-title {
	color: #FFF;
	letter-spacing: 0;
	font-size: 0.79em;
}

.footer .widget-content {
	color: #767676;
	font-size: 0.95em;
}

.footer .widget-content p { line-height: 160%; }

.widget-content p + p { margin-top: 1em; }

.footer-border {
	width: 100%;
	height: 1px;
	background: #eee;
}


/* Widgets --------------------------------------- */


/* Widget search */

.footer .widget_search .s { background: #333; }

/* widget tagcloud */

.footer .tagcloud a { background-color: #333; }

.footer .tagcloud a:hover {
	text-decoration: none;
	background-color: #13C4A5;
}

/* widget calendar */

.footer #wp-calendar caption {  color: #fff; }

.footer #wp-calendar thead th {
	border: none;
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
}

.footer #wp-calendar tbody { border-bottom: 1px solid #3B3B3B; }

/* dribbble and flickr widget */

.footer .dribbble-shot,
.footer .flickr_badge_image { background: #333; }

.column-2 {
	max-width: ;
	margin: 0 auto;
	text-align: center;
}

.textwidget {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


h3.widget-title, .textwidget p {
	text-align: center;
}

h3.widget-title {
	font-family: 'Damion', cursive;
	font-size: 46px !important;
	font-weight: 300;
	color: #4d4d4d !important;
	text-transform: none;
}

.textwidget p {
	color: #aaa !important;
}

.textwidget img {
	margin-top: 40px;
}

.portrait-element {
	float: left;
	width: 16%;
	max-height: 220px;
	margin: 0;
	overflow: hidden;
	background-size:cover;
}

portrait-element img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.portrait-element .portrait-container > h4 {
	margin-top: 10px;
	font-size: 1em;
	text-transform: uppercase;
}

.layer-bio {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	background: rgba(255,255,255,0.8);
	z-index: 999999;
}

.container-bio {
	display: none;
	width: 960px;
	height: 520px;
	margin: 12% auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #4d4d4d;
}

.container-bio .img-portrait {
	float: left;
	width: 50%;
	height: 100%;
	margin: 0;
	background: #f5f5f5;
}

.container-bio .img-portrait img {
	margin-top: 28px;
}

.container-bio .img-portrait-pills img {
	margin-top: 0;
}

.container-bio .bio-descr {
	float: right;
	width: 50%;
	height: 100%;
	margin: 0;
	color: #fff;
}

.container-bio .bio-descr p {
	padding: 60px;
	font-size: 15px;
	line-height: 19px;
}

.container-bio .bio-descr p span.portrait-name {
	font-family: 'titilliumbold';
	font-size: 26px;
	text-transform: none;
}

.close-layer-bio {
	position: absolute;
	width: 60px;
	height: 60px;
	margin-top: -60px;
	margin-left: 900px;
	border: 0px solid #4d4d4d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #555;
	text-align: center;
	cursor: pointer;
}

.close-layer-bio i {
	margin-top: 20px;
	color: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.close-layer-bio:hover i {
	margin-top: 20px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

#footer-a-content {
	margin-bottom: -30px;
}

.bio-text-footer {
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */


.credits {
	padding: 30px 0 20px 0;
	background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
}

.credits p {
	font-family: 'titilliumbold';
	color: #fff;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
}

.credits a { color: #fff; }

.credits a:hover {
	color: #fff;
	text-decoration: none;
}

.credits a i {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 20px;
}

img#wpstats { display: none; } /* Silly WordPress stats */


/* -------------------------------------------------------------------------------- */
/*	13. Responsive
/* -------------------------------------------------------------------------------- */


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	/* 2X images */

	.search-toggle { background-image: url(images/icons/2x/spyglass-w.png); }

	.post .sticky-post { background-image: url(images/icons/2x/tack-w.png); }

	.posts .post-meta a.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.posts .post-meta a.post-date:hover { background-image: url(images/icons/2x/clock-c.png); }
	.posts .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.posts .post-meta a.zilla-likes:hover,
	.posts .post-meta a.zilla-likes.active { background-image: url(images/icons/2x/heart-c.png); }
	.posts .post-meta a.post-comments { background-image: url(images/icons/2x/comment-g.png); }
	.posts .post-meta a.post-comments:hover { background-image: url(images/icons/2x/comment-c.png); }

	.featured-media .mejs-playpause-button.mejs-play button,
	.single .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/2x/audio/play.png); }
	.featured-media .mejs-playpause-button.mejs-pause button,
	.single .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/2x/audio/pause.png); }
	.featured-media .mejs-mute button,
	.single .featured-media .mejs-mute button { background-image: url(images/icons/2x/audio/audio-mute.png); }
	.featured-media .mejs-unmute button,
	.single .featured-media .mejs-unmute button { background-image: url(images/icons/2x/audio/audio-unmute.png); }

	.post-link a { background-image: url(images/icons/2x/link-c.png); }

	.format-gallery .flex-direction-nav .flex-prev,
	.single .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/2x/chevron-left-w-shade.png); }
	.format-gallery .flex-direction-nav .flex-next,
	.single .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/2x/chevron-right-w-shade.png); }

	.single .post-meta p.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.single .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.single .post-meta a.zilla-likes:hover { background-image: url(images/icons/2x/heart-c.png); }
	.single .post-meta p.post-categories { background-image: url(images/icons/2x/folder-g.png); }
	.single .post-meta p.post-tags { background-image: url(images/icons/2x/tag-g.png); }

	.author-links a.author-link-posts { background-image: url(images/icons/2x/archive-w.png); }
	.author-links a.author-link-website { background-image: url(images/icons/2x/home-w.png); }
	.author-links a.author-link-mail { background-image: url(images/icons/2x/social/mail-w.png); }
	.author-links a.author-link-twitter { background-image: url(images/icons/2x/social/twitter-w.png); }

	.comment.bypostauthor:after { background-image: url(images/icons/2x/author-w.png); }

	.comment-actions .comment-reply-link { background-image: url(images/icons/2x/reply-w.png); }
	.comment-actions .comment-edit-link { background-image: url(images/icons/2x/edit-w.png); }

	input#author { background-image: url(images/icons/2x/author-g.png); }
	input#email { background-image: url(images/icons/2x/social/mail-g.png); }
	input#url { background-image: url(images/icons/2x/home-g.png); }

	input#author:focus { background-image: url(images/icons/2x/author-w.png); }
	input#email:focus { background-image: url(images/icons/2x/social/mail-w.png); }
	input#url:focus { background-image: url(images/icons/2x/home-w.png); }

	.single .post-meta p.image-resolution { background-image: url(images/icons/2x/image-g.png); }
	.single-attachment .post-author:before { background-image: url(images/icons/2x/image-w.png); }

	.searchform .searchsubmit { background-image: url(images/icons/2x/spyglass-g.png); }
	.searchform .searchsubmit:hover { background-image: url(images/icons/2x/spyglass-c.png); }

}

@media (max-width: 1920px) {

	.header {
		background-size: 140%;
	}

	.menu-categories {
		height: 200px;
		margin: 0 0 220px 0;
	}

	.menu-categories .cat-element {
		width: 10%;
		max-height: 200px;
	}

}

@media (max-width: 1680px) {

	.menu-categories {
		margin: 0 0 180px 0;
	}

}

@media (max-width: 1440px) {

	.header {
		background-size: 160%;
	}

	.menu-categories {
		height: 200px;
		margin: 0 0 220px 0;
	}

	.menu-categories .cat-element {
		width: 11.11%;
		max-height: 200px;
	}

	.wrapper.section { padding: 5% 0; }

	/* pagination */

	.page-title { margin-bottom: 5%; }

	.archive-nav { margin-top: 1%; }

  .single .page-content p {
    font-size: 2.2em;
    line-height: 140%;
  }

}

@media (max-width: 1366px) {

	.menu-categories {
		margin: 0 0 180px 0;
	}

	.header {
		background-size: 170%;
	}

}

@media (max-width: 1280px) {

	.header {
		background-size: 200%;
	}

	.menu-categories {
		margin: 0 0 160px 0;
	}

  .single .page-content p {
    font-size: 1.8em;
    line-height: 140%;
  }

}

@media (max-width: 1400px) {

	.btn-suscribir {
	}

	.layer-suscribe {
		display: block;
		position: relative;
		width: 100%;
		max-width: ;
		height: auto;
    left: 0;
		right: 0;
		padding: 30px 30px 5px 30px;
		margin-top: 40px;
		margin-bottom: -22px;
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: -webkit-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
		background: -o-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
		background: -moz-linear-gradient(50deg, #00a4bd, #7ec65c) !important;
		background: linear-gradient(50deg, #00a4bd, #7ec65c) !important;
	}

	.layer-suscribe .close-layer, .layer-suscribe .suscribe-icon {
		display: none;
	}

	.suscribe-container {
		max-width: 600px;
		margin: 0 auto;
	}

	.layer-suscribe h3.widget-title {
		margin: 30px 0 60px 0 !important;
		font-size: 32px !important;
		text-align: center !important;
	}

	.layer-suscribe p {
		max-width: 460px;
		margin: 0 auto 30px auto;
		font-size: 16px;
		color: #fff !important;
		text-align: center;
	}

	.layer-suscribe p:first-child {
	}

	.layer-suscribe input {
		margin: 0 auto 0 auto !important;
		font-size: 15px;
	}

	.layer-suscribe input[type=submit] {
		margin: 30px auto 60px auto;
		color: #fff;
		font-size: 15px;
		background-image: linear-gradient(to left, transparent, transparent 50%, #fff 50%, #fff) !important;
	}


	.layer-suscribe input[type=submit]:hover {
		text-decoration: none;
		color: #444;
		border: 2px solid #fff;
		background-position: 0 0;
	}


}

@media (max-width: 1040px) {

	.header {
		background-size: 240%;
	}

	.section-inner.content { max-width: 94%; }

	.post-container {
		width: 50%;
		padding: 0 2% 5% 2%;
	}

  .single .page-content p {
    font-size: 1.5em;
    line-height: 140%;
  }

}

@media (max-width: 1024px) {

	.menu-categories {
		margin: 0 0 100px 0;
	}

	.layer-list-entries .list-entries li {
		font-size: 36px;
	}

	.layer-list-entries .list-entries li .last-entries-date {
		font-size: 15px;
	}

	.layer-list-categories .menu-categories .cat-element {
		width: 16.666%;
		max-height: 1000px;
	}

	.layer-list-categories .menu-categories {
		height: 500px;
	}
}

@media (max-width: 1000px) {

	.header-categories {
		display: none;
	}

	.sticky-menu {
		padding-bottom: 0;
		margin-top: 40px;
	}

	.sticky-menu li {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.sticky-wrapper {
		height: auto !important;
	}

	.stuck {
	  	position: relative;
	}

	.container-bio {
		display: none;
		width: 60%;
		height: auto;
		margin: 100px auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: #4d4d4d;
	}

	.container-bio .img-portrait {
		float: none;
		width: 100%;
		height: 100%;
		margin: 0;
		background: #686868;
	}

	.container-bio .img-portrait img {
		margin-top: 0;
	}

	.container-bio .bio-descr {
		float: none;
		width: 100%;
		height: 100%;
		margin: 0;
		color: #fff;
	}

	.container-bio .bio-descr p {
		padding: 60px;
		line-height: 22px;
	}

	.close-layer-bio {
		position: absolute;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}

	/* structure */

	body.single .content { width: 100%; float: none; }

	.sidebar { display: none; }

	/* navigation */

	.main-menu { display: none; }

	.search-toggle { width: 24px; }

	.nav-toggle {
		display: block;
		padding: 25px 0;
	}

	.nav-toggle .bar {
		display: block;
		width: 26px;
		height: 3px;
		margin-top: 5px;
		background: #8E8E8E;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}

	.nav-toggle .bar:first-child { margin-top: 0; }

	.nav-toggle:hover { cursor: pointer; }
	.nav-toggle.active .bar { background: #fff; }

	.mobile-menu li { border-top: 1px solid rgba(255,255,255, 0.1); }
	.mobile-menu > li:first-child { border-top: none; }

	.mobile-menu a {
		display: block;
		padding: 25px 5%;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #999;
		letter-spacing: 0;
	}

	.mobile-menu a:hover { color: #fff; }

	.mobile-menu ul a { padding-left: 10%; }
	.mobile-menu ul ul a { padding-left: 15%; }
	.mobile-menu ul ul ul a { padding-left: 20%; }
	.mobile-menu ul ul ul ul a { padding-left: 25%; }
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; }

}


@media (max-width: 800px) {

	.header {
		background-size: 340%;
	}

	.sticky-menu {
		padding: 20px;
	}

	.sticky-menu li {
		width: 48% !important;
		margin-right: 0;
		margin-bottom: 7px;
	}

	.sticky-menu li a {
		width: 100% !important;
	}

	.layer-list-entries .list-entries li {
		font-size: 30px;
	}

	.layer-list-categories .menu-categories .cat-element {
		width: 33.333333%;
	}

	.layer-list-categories .menu-categories-top-1 {
		margin-top: 100px;
	}

	.layer-list-categories .menu-categories-top-2  {
		margin-top: 100px;
	}

	.close-layer {
		position: absolute;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		margin-top: 0;
	}

	/* structure */

	.wrapper.section { padding: 4% 0; }

	.section-inner { max-width: 92%; }
	.section-inner.content { max-width: 97%; }

	/* header */

	.section.header { padding: 50px 0; }

	.header .logo img { max-height: 140px; }

	/* footer */

	.footer .one-third { width: 47.5%; }

	.footer .column-3 { display: none; }

	/* credits */

	.credits span { display: none; }

}


@media (max-width: 700px) {

  .back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 7px;
    bottom: 10px;
    background: url('images/icon-scroll-to-top.svg') no-repeat;
    background-size: cover;

    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
  	transform: translateY(300px);
  }

	/* single post */

	.post-author,
	.single .post-meta {
		width: 100%;
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.single .post-meta-container:after { content: none; }

	.single .post-meta { background-color: #3F4854; }

	/* post content */

  .single .page-content p {
    font-size: 1.2em;
    line-height: 150%;
  }

	.post-content .alignleft,
	.post-content .alignright {
		max-width: 100%;
		float: none;
		margin: 1.25em 0;
	}

	.post-content .alignleft a,
	.post-content .alignleft img,
	.post-content .alignright a,
	.post-content .alignright img { margin-left: auto; margin-right: auto; }

	/* comments */

	.comment-form-author,
	.comment-form-email,
	.comment-form-url { width: 100%; }

}

@media (max-width: 600px) {

	body { font-size: 16px; }

	.header {
		background-size: 360%;
	}

	/* structure */

	.wrapper.section { padding: 25px 0; }

	.post-header,
	.single .post-content,
	.post-excerpt,
	.content .comments,
	div#disqus_thread,
	.comment-respond,
	.post-quote,
	.post-link { padding: 7.5% 6%; }

	/* header */

	.section.header { padding: 35px 0; }

	.header-search-block .s { font-size: 1.5em; margin-top: -17px; }

	.nav-toggle { padding: 20px 0; }

	.search-toggle { height: 59px; }

	/* navigation */

	.navigation-inner { max-width: 90%; }

	.mobile-menu a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* main content */

	.section-inner.content { max-width: 92%; }

	.post-container {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}

	.post-container:first-child { margin-top: 0; }

	.post-header .post-title { font-size: 1.5em; }

	.post-excerpt { font-size: 1em; }

	.posts .post-meta { padding: 0 6%; }

	/* format audio */

	.single .featured-media .mejs-mute button,
	.single .featured-media .mejs-unmute button { background-size: 20px auto; }

	.single .featured-media .mejs-playpause-button.mejs-play button,
	.single .featured-media .mejs-playpause-button.mejs-pause button { background-size: 16px auto; }

	/* single post */

	.media-caption { margin: 0 6%; padding-bottom: 10px; }

	.single .post-quote blockquote,
	.single .post-link p { font-size: 1.2em; }

	.single .post-quote cite { font-size: 0.8em; }

	/* post content */

	.post-content p,
	.post-content blockquote,
	.post-content ul,
	.post-content ol,
	.post-content address,
	.post-content dl,
	.post-content .wp-caption,
	.post-content pre {
		line-height: 160%;
		margin-bottom: 1em;
	}

	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 40px 0 20px;
	}

	.post-content h1 { font-size: 1.4em; }
	.post-content h2 { font-size: 1.3em; }
	.post-content h3 { font-size: 1.25em; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }

	.post-content h6 {
		font-size: 0.9em;
		font-weight: normal;
		text-transform: uppercase;
	}

	.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
	.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
	.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
	.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
	.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
	.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
		margin-top: 20px;
	}

	.post-content blockquote { margin-top: 25px; }

	.post-content blockquote:before,
	.post-content blockquote:after {
		margin: 25px auto;
		width: 96px;
	}

	.post-content blockquote p {
		font-size: 1.1em;
		line-height: 150%;
	}

	.post-content blockquote cite { font-size: 0.8em; }

	/* comments */

	.comments-title,
	.add-comment-title {
		float: none;
		width: 100%;
	}

	.add-comment-title { display: none; }

	.comments-title,
	.comment-reply-title { font-size: 1.5em; }

	.comment .avatar { width: 50px; }

	.comment-inner { margin-left: 70px; }

	.comment-inner:after { top: 13px; }

	.comment-content { font-size: 0.9em; }

	.reply-title { margin-bottom: 15px; }
	.comment-form { margin-top: 15px; }

	/* respond */

	.comment-form { margin-top: 10px; }

	.comment-notes,
	.logged-in-as { margin-bottom: 25px; }

	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 96% center; }

	/* page & page templates */

	.authors-row { padding: 0; border: none; }

	.authors-row:before { content: none; }

	.authors-row .author-info {
		width: 100%;
		margin: 0;
		padding: 7.5% 6%;
		float: none;
		border-top: 1px solid #eee;
	}

	.authors-row:first-child .author-info:first-child { border-top: none; }

	.author-avatar,
	.author-info h5 { margin-bottom: 20px; }

	/* pagination */

	.page-title { margin-bottom: 25px; }

	.page-title h3 { font-size: 1.4em; }

	.archive-nav { margin-top: 25px; }

	/* footer */

	.footer { padding: 30px 0; }

	.footer .one-third {
		width: 100%;
		float: none;
		padding: 40px 0 0 0;
		border-top: 4px solid #333;
		margin: 40px 0 0 0;
	}

	.footer .one-third:first-child { margin-top: 0; border-top: none; padding-top: 0; }

	.footer .column-3 { display: block; }

	/* credits */

	.credits { padding: 30px 0; }

	.ssba, .share-post {
		padding-left: 0 !important;
	}

	.post-tags i {
		display: none !important;
	}

}

@media (max-width: 500px) {

	.header {
		background-size: 420%;
	}

	.sticky-menu {
		padding: 20px;
	}

	.sticky-menu li {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 7px;
	}

	.sticky-menu li a {
		width: 100% !important;
	}

	.layer-list-entries .list-entries li {
		font-size: 26px;
	}

	.layer-list-entries .list-entries li .last-entries-date {
		font-size: 14px;
	}

	.layer-list-categories .menu-categories .cat-element {
		width: 50%;
	}

	.container-bio {
		width: 90%;
	}

	.portrait-element {
		width: 33.333333%;
	}

	.textwidget img {
		margin-top: 20px;
	}

	/* header */

	.header .blog-title { font-size: 1.75em; }
	.header .blog-description {
		font-size: 1em;
		margin-top: 15px;
	}

	/* post meta */

	.post-author:before,
	.post-author:after { left: 15px; }

	.post-author-content { margin-left: 40px; }

	/* comments */

	.comments div.comment { margin-top: 20px; }

	.comment .avatar { display: none; }

	.comment-inner { margin-left: 0; }
	.comment-inner:after { content: none; }

	.comment-actions { display: none; }

	.comment-actions-below {
		display: block;
		margin-top: 20px;
	}

	.comment-actions-below a {
		display: inline-block;
		margin-left: 8px;
		font-size: 0.85em;
		font-weight: normal;
		text-transform: uppercase;
	}

	.comment-actions-below a:first-child { margin-left: 0; }
	.comment-actions-below a:hover { text-decoration: underline; }

	.comment-nav-below span { display: none; }

}

@media (max-width: 400px) {

	.header {
		background-size: 480%;
	}

	/* respond */

	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 94% center; background-size: 20px auto; }

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form textarea {
		padding: 12px;
		font-size: 0.9em;
	}

	.comment-form textarea { height: 150px; }

}


.related-posts {
	float: left;
	width: 80%;
  max-width: 1120px;
	padding: 0;
	margin: 100px 0 100px 10%;
	border-top: 1px solid #eee;
}

.related-posts h3 {
	width: 100%;
	padding: 60px 0;
	color: #2B3542;
	font-size: 1.75em;
	font-weight: normal;
	text-align: left;
}

.related-posts li {
  list-style: none;
	float: left;
	width: 31%;
	padding: 0;
	margin: 0 3.333333% 0 0;
}

.related-posts li:nth-child(4) {
	margin: 0;
}

.related-posts li .post-header h2 {
	font-size: 1.6em;
}

.related-posts li img {
	display: block;
  width: 100%;
  height: auto;
}

.related-posts li .post-excerpt {
	text-align: ;
}

.related-posts li .more-link {
	padding: 6px 0;
	margin-top: 25px;
}


@media (max-width: 1050px) {

	.related-posts li {
		width: 48%;
		margin: 0 4% 0 0;
	}

	.related-posts li:nth-child(3) {
		margin: 0;
	}

	.related-posts li:nth-child(4) {
		display: none;
	}

}

@media (max-width: 600px) {

  .related-posts {
  	width: 90%;
  	margin-left: 5%;
  }

	.related-posts h3 {
		padding: 40px 0;
  	font-size: 1.5em;
	}

	.related-posts li {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.related-posts li:nth-child(3) {
		margin: 0;
	}

	.related-posts li:nth-child(4) {
		display: none;
	}

  .related-posts li .post-header h2 {
  	font-size: 1.4em;
  }

}
