/*
Theme Name: MANAFU
Theme URI: http://www.manafu.ro
Description: Tema blogului lui Cristian Manafu
Version: 2.0.0
Author: Coconut Dam
Author URI: http://www.coconutdam.com
Tags: responsive
*/

*,
::before,
::after {
	margin: 0;
	padding: 0;
	outline: none;
	background-clip: padding-box;
	background-origin: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: none;
}
address,
caption,
cite,
dfn,
th,
var {
	font-style: normal;
	font-weight: 400;
}
caption,
th,
td {
	text-align: left;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}
abbr,
acronym {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}
blockquote,
q {
	quotes: ;
}
b,
strong {
	font-weight: 700;
}
a {
	color: #2f93da;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #03a9f4;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto !important;
} /* CLEARFIX * fix box model http://nicolasgallagher.com/micro-clearfix-hack/ * -------------------------------------------------------------   ================================================== */
.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* General */
body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #212121;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-backface-visibility: hidden;
}
.wrapperin {
	margin: 0 16px;
}
.content {
	padding: 16px 0;
}
.main {
	margin-bottom: 50px;
}
.post {
	padding-bottom: 40px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 40px;
}
@media all and (min-width: 480px) {
	.content {
		padding: 24px 0;
	}
	#lbheader {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}
}
@media all and (min-width: 624px) {
	.sidebar {
		margin-left: -24px;
	}
	.sidebox {
		float: left;
		overflow: hidden;
		width: 50%;
		padding-left: 24px;
	}
}
@media all and (min-width: 1000px) {
	.wrapperin {
		width: 930px;
		margin: 0 auto;
	}
	.connect {
		margin: 138px 0 0 390px;
	}
	.content {
		padding: 40px 0;
	}
	#lbheader {
		display: block;
		width: 960px;
		margin: 0 auto 10px;
	}
	.main {
		float: left;
		width: 600px;
		margin-bottom: 0;
	}
	.sidebar {
		float: right;
		width: 300px;
	}
	.sidebox {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}
@media all and (min-width: 1040px) {
	.wrapperin {
		width: 960px;
	}
	.connect {
		margin: 138px 0 0 408px;
	}
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.ascuns {
	text-indent: -9999px;
}
em,
i {
	font-style: italic;
}
strong,
b {
	font-weight: 700;
}
a {
	color: #0c8ed9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hidden,
.linklove {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.textascuns {
	text-indent: -9999px;
}
.avertizare {
	background: #fffbcc !important;
	border: 1px solid #fc0 !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	padding: 10px !important;
	margin: 1em 0 !important;
}
.eroare,
.failure {
	background: #ffe8e8 !important;
	border: 1px solid #ff0606 !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	padding: 10px !important;
	margin: 1em 0 !important;
}
.merge,
.success {
	background: #d7ffd7 !important;
	border: 1px solid #090 !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	padding: 10px !important;
	margin: 1em 0 !important;
}
.success,
.failure {
	margin-top: 0 !important;
}
.navigation {
	font-size: 14px;
	text-decoration: none;
	line-height: 17px;
	padding: 15px 0 6px;
}
.navigation div {
	width: 200px;
}
.navigation div.fr {
	text-align: right;
}
.navigation div a {
	padding: 8px 12px;
	background: white;
	border: 1px solid #0c8ed9;
	border-radius: 3px;
}
.navigation div a:hover {
	background: #0c8ed9;
	color: white;
	text-decoration: none;
}
blockquote {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 7px;
	border-left: 3px solid #eee;
	padding-left: 15px;
	font-style: italic;
}
.gri {
	color: #999;
}
.tar {
	text-align: right !important;
}
.tac {
	text-align: center !important;
}
.boxmore {
	margin: 8px 0 0 !important;
}
.nobt {
	border-top: none !important;
}
.nobb {
	border-bottom: none !important;
}
.nomb {
	margin-bottom: 0 !important;
}
.nobg {
	background: none !important;
}
.f10 {
	font-size: 10px;
}
h2 {
	font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande",
		sans-serif;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
}
@media all and (min-width: 767px) {
	h2 {
		font-size: 36px;
		line-height: 42px;
	}
}
h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 18px;
} /* Header */
.header {
	height: 50px;
	background: #111314;
	z-index: 3;
}
.small h1 {
	font-weight: 300;
	line-height: 50px;
	text-align: center;
}
.small h1 a {
	color: #fff;
	display: block;
}
.small h1 a {
	text-decoration: none;
}
.small > a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 13px 16px;
	color: #949395;
	z-index: 2;
}
.small > a:first-child {
	left: 0;
	right: auto;
}
.hero {
	display: none;
}
.hsmenu {
	background: #111314;
	margin: 0 -16px;
	padding: 12px 0;
}
.hsmenu li a {
	font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande",
		sans-serif;
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 16px;
	color: #949395;
	text-transform: uppercase;
}
.hsmenu li a:hover {
	color: #fff;
	text-decoration: none;
}
.hsform {
	background: #111314;
	margin: 0 -16px;
}
.hsform form {
	padding: 16px;
}
.hsform .screen-reader-text {
	display: none;
}
.hsform #s {
	width: 100%;
	background: #5b5c5d;
	border: none;
	padding: 7px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.hsform #s:focus,
.hsform #s:active {
	background: #eee;
}
.hsform #searchsubmit {
	position: absolute;
	right: 1px;
	top: 1px;
	border: none;
	background: #fff;
	z-index: -1;
}
@media all and (max-width: 999px) {
	.hide {
		display: none;
	}
}
@media all and (min-width: 1000px) {
	.small {
		display: none;
	}
	.header {
		height: 40px;
	}
	.hsmenu {
		float: left;
		margin: 0 0 0 -8px;
		padding: 0;
	}
	.hsmenu li {
		float: left;
	}
	.hsmenu li a {
		font-size: 11px;
		padding: 12px 8px;
	}
	.hsform {
		float: right;
		margin: 0;
		width: 170px;
	}
	.hsform form {
		padding: 8px 0;
	}
	.hsform #s {
		padding: 4px 8px;
	}
	.hero {
		display: block;
		background: #605e61 url(images/bg.jpg) center top no-repeat;
	}
	.hero,
	.hero .wrapperin {
		height: 250px;
	}
	.logo {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	.logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.bdf {
		display: block;
		position: absolute;
		bottom: 0;
	}
	.bdf img {
		display: block;
	}
	.tenor {
		background-image: url(data:image/png;base64,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);
		background-color: #fff;
		border-bottom: 1px solid #cecece;
		padding: 6px 0;
	}
	@font-face {
		font-family: "manafu";
		src: url("fonts/manafu.eot?-9ew2ub");
		src: url("fonts/manafu.eot?#iefix-9ew2ub") format("embedded-opentype"),
			url("fonts/manafu.woff?-9ew2ub") format("woff"),
			url("fonts/manafu.ttf?-9ew2ub") format("truetype"),
			url("fonts/manafu.svg?-9ew2ub#manafu") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	[class^="icon-"],
	[class*=" icon-"] {
		font-family: "manafu";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1; /* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.icon-heart::before {
		content: "\21";
	}
	.icon-settings::before {
		content: "\22";
	}
	.icon-camera::before {
		content: "\23";
	}
	.icon-bulb::before {
		content: "\24";
	}
	.icon-bubble::before {
		content: "\25";
	}
	.icon-phone::before {
		content: "\26";
	}
	.icon-banknote::before {
		content: "\27";
	}
	.icon-lab::before {
		content: "\28";
	}
	.icon-world::before {
		content: "\29";
	}
	.icon-calendar::before {
		content: "\63";
	}
	.tenor i {
		font-size: 32px;
		display: block;
		margin: 0 0 10px;
	}
	.tenor a {
		display: block;
		padding: 10px;
		color: #757575;
		font-family: "Montserrat", sans-serif;
		font-size: 10px;
		letter-spacing: -0.5px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none !important;
		border-left: 1px solid #cecece;
		border-right: 1px solid #ebebeb;
	}
	.tenor ul {
		-webkit-box-shadow: 1px 0 0 0 #cecece, -1px 0 0 0 #ebebeb;
		box-shadow: 1px 0 0 0 #cecece, -1px 0 0 0 #ebebeb;
	}
	.tenor li {
		display: block;
		float: left;
		width: 10%;
	}
} /* Continut */
#lbheader {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}
#lbheader object,
#lbheader embed {
	margin-bottom: 0 !important;
}
#lbheader a {
	display: inline-block;
	vertical-align: top;
}
#lbheader img {
	display: block;
}
.entry {
	overflow: hidden;
}
.post-thumb {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}
.post-thumb img {
	display: block;
	width: 100%;
}
.main h2 {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}
.main h2 a {
	color: #000;
	text-decoration: none !important;
}
.main h2 a:hover {
	color: #444;
}
.subhead {
	margin-bottom: 18px;
}
.subhead li {
	float: left;
	margin-left: 10px;
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #7f7f7f;
}
.subhead li:first-child {
	margin-left: 0;
}
.subhead-cat {
	background: #2f93da;
	padding: 0 3px;
	display: inline-block;
}
.subhead-cat a {
	color: #fff;
}
.entry p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}
p:last-child {
	margin-bottom: 0;
}
.cautare {
	font-size: 17px;
	letter-spacing: normal !important;
	margin-bottom: 4px;
}
.cautare a {
	font-size: 17px;
	color: #0c8dd9 !important;
	text-decoration: underline;
}
.cautare a:hover {
	color: red !important;
}
.single .post,
.single #respond {
	border-bottom: none;
	padding-bottom: 0;
}
.metapost {
	font-size: 11px;
	color: #999;
	border-bottom: 2px solid #646265;
	padding: 9px 0 6px;
	background: url(images/dots.png) left top repeat-x;
	margin: 0 !important;
}
.entry img {
	width: 100%;
	max-width: 600px;
}
.entry ul,
.entry ol {
	margin-bottom: 18px;
}
.entry ul li {
	list-style: outside disc;
	margin-left: 25px;
}
.wp-caption-text {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
}
.fb-btn {
}
.fb-like > span {
	vertical-align: top !important;
}
.g1-btn {
}
.tm-btn {
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.sidebox {
	margin-bottom: 35px;
}
.sidebox-gray {
	background-color: #ddd;
}
.sidebox h4 {
	font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande",
		sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #555;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}
.sidebox h5 {
	font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande",
		sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #757575;
	margin-bottom: 10px;
}
.sidebox p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 8px;
	color: #555;
}
.sidebox-rec > object,
.sidebox-rec > a {
	display: block;
	margin-top: 20px;
}
.sidebox img {
	display: block;
}
.half {
	margin-top: -10px;
}
.half li {
	background: url(images/dots.png) left bottom repeat-x;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 21px;
}
.half li a {
	display: block;
	padding: 10px 0;
	color: #555;
}
.half li a:hover {
	text-decoration: none;
	color: #333;
}
.half li a i {
	color: #999;
	margin-right: 6px;
}
.list-view {
}
.list-view li {
	background: url(images/dots.png) left bottom repeat-x;
	padding: 10px 0;
}
.list-view li:first-child {
	padding-top: 0;
}
.list-view li,
.card-view li {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #555;
}
.list-view li a,
.card-view li a {
	display: block;
	font-weight: 700;
}
.list-view li a:hover,
.card-view li a:hover {
	text-decoration: none;
	color: #111;
}
.list-view li a img {
	float: left;
	margin: 20px 14px 12px 0;
}
.card-view li a img {
	width: 100%;
	display: block;
	margin: 0 0 12px;
}
.promo {
	margin-left: -10px;
}
.promo li {
	float: left;
	width: 137px;
	padding: 5px;
	margin: 0 0 10px 10px;
	border: 1px solid #cdcdcd;
}
.promo li a,
.promo li a img {
	display: block;
}
.instagram-pics {
	overflow: hidden;
}
.instagram-pics li {
	float: left;
	width: 33.33%;
}
.instagram-pics a,
.instagram-pics img {
	width: 100%;
	display: block;
}
.instagram-pics + p {
	font-weight: 700;
	margin-top: 12px;
} /* Footer */
.footer {
	background: #111314;
	color: #fff;
}
.footer p {
	font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande",
		sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 17px;
}
@media all and (min-width: 1000px) {
	.footer p {
		float: left;
		font-size: 11px;
		padding-top: 12px;
	}
	.footer .hsmenu {
		float: right;
	}
} /* FORM COMMENTS * ------------------------------------------------------------- */
#commentform .merge {
	margin-bottom: 0 !important;
}
#commentform p {
	font-size: 12px;
	margin-bottom: 8px;
}
#commentform label {
	font-weight: 700;
}
#commentform p span {
	color: #7f7f7f;
	font-weight: 400 !important;
}
input,
textarea {
	display: block;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
	padding: 7px;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.025);
	border-radius: 4px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus,
input:hover,
input:focus {
	border-color: #a5a5a5;
}
input[type="checkbox"] {
	float: left;
	width: auto;
	margin: 8px 10px 0 0;
}
.submitbtn {
	width: auto !important;
	background: #dfe2e6 url(images/bg-btn-link.png) left top repeat-x;
	padding: 7px 12px;
	color: #333;
	text-shadow: 0 1px #fff;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-weight: 700;
	border: 1px solid #aaa;
}
.submitbtn:hover,
.submitbtn:active {
	border: 1px solid #2f93da;
} /* COMMENTS * ------------------------------------------------------------- */
.commentlist li {
	margin-bottom: 30px;
}
.vcard {
	line-height: 1px;
}
.says {
	display: none;
}
.avatar {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 4px;
}
.fn {
	font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande",
		sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #7f7f7f;
}
.comment-meta {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
}
.comment-meta a {
	color: #7f7f7f !important;
}
.comment-body > p,
.comment-body > ul,
.comment-body > ol {
	font-size: 14px;
	line-height: 1.5;
}
.comment-body > p + p,
.comment-body > ul + p,
.comment-body > ol + p {
	margin-bottom: 20px;
}
.comment-text {
	padding: 5px 10px;
}
.comment-text p {
	margin-bottom: 10px;
}
.children {
	padding-left: 26px;
	background: url(images/reply-arrow.png) left 10px no-repeat;
	margin-left: 26px;
}
@media all and (min-width: 600px) {
	#respond {
		padding-left: 32px;
		background: url(images/reply-arrow.png) left top no-repeat;
		margin-left: 20px;
	}
	.comment-body > p,
	.comment-body > ul,
	.comment-body > ol {
		margin-left: 52px;
	}
}
@media all and (min-width: 800px) {
	#commentform input {
		width: 70%;
	}
	#commentform textarea {
		width: 90%;
		height: 200px;
	}
}
.social-btn-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: justify;
	width: 100%;
}
.btn-social {
	flex: 1;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	color: #fff !important;
}
.btn-social-facebook {
	background-color: #3d57a8;
}
.btn-social-linkedin {
	background-color: #007bb6;
}
.btn-social-twitter {
	background-color: #2daae2;
}
.btn-social-whatsapp {
	background-color: #64d448;
}
.btn-social-google-plus {
	background-color: #dd4b39;
}
@media all and (max-width: 1024px) {
	.social-btn-group {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
}
.pswp__ui {
	position: static;
}
@media all and (min-width: 920px) {
	.btopmob {
		display: none;
	}
}