/** ==================================================

LAYERZ - flagrant

[TABLE OF CONTENTS]

01. COMMONS
02. HEADER
05. FOOTER
06. PORTFOLIO
07. ABOUT
08. BLOG

================================================== **/

/** 01. COMMONS
================================================== **/
.container {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.column {
	float: left;
	position: relative;
	min-height: 1px;
	padding: 0 25px;
}

.column.col-1 {
	width: 8.333%;
}

.column.col-2 {
	width: 16.666%;
}

.column.col-3 {
	width: 24.999%;
}

.column.col-4 {
	width: 33.332%;
}

.column.col-5 {
	width: 41.665%;
}

.column.col-6 {
	width: 49.998%;
}

.column.col-7 {
	width: 58.331%;
}

.column.col-8 {
	width: 66.664%;
}

.column.col-9 {
	width: 74.997%;
}

.column.col-10 {
	width: 83.33%;
}

.column.col-11 {
	width: 91.663%;
}

.column.col-12 {
	width: 100%;
}

.column.offset-1 {
	margin-left: 8.333%;
}

.column.offset-2 {
	margin-left: 16.666%;
}

.column.offset-3 {
	margin-left: 24.999%;
}

.column.offset-4 {
	margin-left: 33.332%;
}

.column.offset-5 {
	margin-left: 41.665%;
}

.column.offset-6 {
	margin-left: 49.998%;
}

.column.offset-7 {
	margin-left: 58.331%;
}

.column.offset-8 {
	margin-left: 66.664%;
}

.column.offset-9 {
	margin-left: 74.997%;
}

.column.offset-10 {
	margin-left: 83.33%;
}

.column.offset-11 {
	margin-left: 91.663%;
}

@media (max-width:800px) {
	.column {
		float: none;
		width: 100% !important;
		padding: 0 !important;
		margin-left: 0 !important;
	}

	.column:not(:last-child) {
		margin-bottom: 50px;
	}

}

.row {
	display: block;
	position: relative;
	margin: 0 -25px;
}

@media (max-width:800px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

}

.container::after,
.row::after,
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	max-width: 1600px;
	margin: 0 auto;
	font-family: 'Lato';
	font-size: 16px;
	color: #666666;
	line-height: 1.7;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffffff;
}

@media (max-width:600px) {
	body {
		font-size: 15px;
	}

}

::selection {
	color: #ffffff;
	background: #000000;
}

::-moz-selection {
	color: #ffffff;
	background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}

@media (max-width:800px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

}

p.lead {
	font-size: 125%;
	color: #000000;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a.link {
	color: #b3b3b3;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

a.link:hover {
	color: #000000;
}
/**  Image goes from vertical or portrait to horizontal or landscape
================================================== **/
img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.responsive,
video.responsive {
	display: block;
	width: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.responsive1 {
  display: inline-block;
  vertical-align: middle; 
}
ul,
ol {
	list-style: none;
}

ul.list-style {
	list-style-type: circle;
	list-style-position: inside;
}

ul.list-style ul,
ul.list-style ol {
	margin: 5px 0 5px 25px;
	list-style-position: inside;
}

ul.list-style ul {
	list-style-type: circle;
}

ul.list-style ol {
	list-style-type: decimal;
}

ol.list-style {
	list-style-type: decimal;
	list-style-position: inside;
}

blockquote {
	font-family: 'Cardo';
	padding: 10px 15px 10px 25px;
	color: #0135e3;
	border-left: 5px solid #cccccc;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Lato';
	font-size: 14px;
	color: #ffffff;
	padding: 0 50px;
	background: #000000;
	border: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #1a1a1a;
}

.btn.submit-button,
button.submit-button,
input[type="submit"].submit-button,
input[type="reset"].submit-button,
input[type="button"].submit-button {
	text-transform: none;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	padding: 0;
	background: none;
}

.btn.submit-button span,
button.submit-button span,
input[type="submit"].submit-button span,
input[type="reset"].submit-button span,
input[type="button"].submit-button span {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.submit-button:hover,
button.submit-button:hover,
input[type="submit"].submit-button:hover,
input[type="reset"].submit-button:hover,
input[type="button"].submit-button:hover {
	color: #808080;
}

.btn.submit-button:hover span,
button.submit-button:hover span,
input[type="submit"].submit-button:hover span,
input[type="reset"].submit-button:hover span,
input[type="button"].submit-button:hover span {
	padding-left: 15px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

.form-group:not(:last-child) {
	margin-bottom: 15px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	width: 100%;
	font-family: inherit;
	padding: 15px;
	border: none;
	background: #f2f2f2;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 120px;
}

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

label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
}

/*input[type],
	textarea,
	select {
		&::-webkit-input-placeholder { color: darken(@white_color, 30%); }
		&::-moz-input-placeholder { color: darken(@white_color, 30%); }
		&:-moz-input-placeholder { color: darken(@white_color, 30%); }
		&:-ms-input-placeholder { color: darken(@white_color, 30%); }
	}*/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

div[class*='gap-'] {
	display: block;
}

.gap-25 {
	height: 25px;
}

.gap-50 {
	height: 50px;
}

.gap-100 {
	height: 100px;
}

.gap-150 {
	height: 150px;
}

@media (max-width:600px) {
	.gap-25 {
		height: 25px;
	}

	.gap-50 {
		height: 25px;
	}

	.gap-100 {
		height: 50px;
	}

	.gap-150 {
		height: 100px;
	}

}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
	margin-bottom: 25px;
}

.fade {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fade.hide {
	opacity: 0;
	visibility: hidden;
}

.fade.hide::before {
	-webkit-animation: none;
	animation: none;
}

.fade::before {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid #000000;
	-webkit-animation: loader 1s linear infinite;
	animation: loader 1s linear infinite;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

.reveal {
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.reveal.reveal-in {
	top: 0;
	opacity: 1;
}

/** 04. HEADER
-------------------------------------------------- **/
.site__content {
	padding: 40px 40px 0 150px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	z-index: 100;
}

.header .logo {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 100;
	width: 70px;
	height: 70px;
}

.header .logo a {
	display: block;
}

.header .logo a img {
	width: 100%;
	height: 100%;
}

.header .burger {
	width: 34px;
	height: 24px;
	position: absolute;
	bottom: 40px;
	left: 58px;
	z-index: 100;
	cursor: pointer;
}

.header .burger span {
	height: 4px;
	position: absolute;
	left: 0;
	background: #000000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .burger span:nth-child(1) {
	top: 0;
	width: 80%;
}

.header .burger span:nth-child(2) {
	top: 50%;
	margin-top: -2px;
	width: 100%;
}

.header .burger span:nth-child(3) {
	bottom: 0;
	width: 50%;
}

.header .burger:hover span {
	width: 100%;
}

.header .burger.active span:nth-child(2) {
	width: 0;
}

.header .burger.active span:nth-child(1) {
	width: 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px;
}

.header .burger.active span:nth-child(3) {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -2px;
}

.header .toggle__filters {
	width: 16px;
	height: 24px;
	position: absolute;
	bottom: 124px;
	left: 50%;
	z-index: 100;
	margin-left: -8px;
	cursor: pointer;
}

.header .toggle__filters span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000000;
	position: absolute;
	left: 6px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .toggle__filters span:nth-child(1) {
	top: 0;
}

.header .toggle__filters span:nth-child(2) {
	top: 50%;
	margin-top: -2px;
}

.header .toggle__filters span:nth-child(3) {
	bottom: 0;
}

.header .toggle__filters:hover span:nth-child(1) {
	left: -1px;
}

.header .toggle__filters:hover span:nth-child(2) {
	left: 12px;
}

.header .toggle__filters:hover span:nth-child(3) {
	left: 3px;
}

.nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav.visible {
	opacity: 1;
	visibility: visible;
}

.nav .menu {
	display: table;
	width: 100%;
	height: 100%;
}

.nav .menu ul {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav .menu li:not(:last-child) {
	margin-bottom: 25px;
}

.nav .menu li a {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav .menu li a:hover,
.nav .menu li a.active {
	color: #0135e3;
}

.nav .menu li ul {
	display: block;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 0;
}

.nav .menu li ul li:not(:last-child) {
	margin-bottom: 5px;
}

.nav .menu li ul li a {
	font-size: 16px;
	font-weight: normal;
}

.nav .share {
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: 40px;
	text-align: center;
	line-height: 1;
}

.nav .share li {
	display: inline-block;
	position: relative;
}

.nav .share li:not(:last-child) {
	margin-right: 25px;
}

.nav .share li a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav .share li a:hover {
	color: #0135e3;
}

@media (max-width:800px) {
	.header {
		width: 100%;
		height: 70px;
		background: #ffffff;
	}

	.header .logo {
		top: 15px;
		left: 15px;
		width: 40px;
		height: 40px;
	}

	.header .burger {
		width: 24px;
		height: 16px;
		top: 27px;
		right: 15px;
		bottom: auto;
		left: auto;
	}

	.header .burger span {
		height: 2px;
	}

	.header .burger span:nth-child(2) {
		margin-top: -1px;
	}

	.header .burger.active span:nth-child(1) {
		margin-top: -1px;
	}

	.header .burger.active span:nth-child(3) {
		margin-bottom: -1px;
	}

	.header .toggle__filters {
		height: 16px;
		top: 27px;
		right: 66px;
		bottom: auto;
		left: auto;
	}

	.nav .menu li a {
		font-size: 30px;
	}

	.nav .share {
		bottom: 30px;
	}

	.site__content {
		padding: 70px 15px 0 15px;
	}

}

@media (max-width:600px) {
	.nav .share {
		display: none;
	}

}

/** 05. FOOTER
-------------------------------------------------- **/
.footer {
	margin-top: 100px;
	padding-bottom: 35px;
}

.footer h5 {
	position: relative;
}

.footer h5 span {
	display: inline-block;
	background: #ffffff;
	position: relative;
	z-index: 2;
	min-width: 100px;
}

.footer h5:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

.footer a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer a:hover {
	color: #0135e3;
}

.footer .social__footer {
	display: flex;
}

.footer .social__footer .list {
	min-width: 150px;
}

.footer .social__footer .list a {
	display: block;
}

@media (max-width:600px) {
	.footer {
		margin-top: 50px;
	}

}

/** 06. PORTFOLIO
-------------------------------------------------- **/
.gallery .entry .entry__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #f2f2f2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery .entry .entry__image.second {
	opacity: 0;
	visibility: hidden;
}

.gallery .entry .entry__overlay {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #0135e3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0.3, 0, 1);
	transition: all 0.3s cubic-bezier(0.6, 0.3, 0, 1);
}

.gallery .entry .entry__overlay.visible {
	opacity: 1;
	visibility: visible;
}

.gallery .entry .entry__overlay .overlay__content {
	display: table-cell;
	vertical-align: middle;
	padding: 50px;
}

.gallery .entry .entry__overlay .overlay__content .title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.gallery .entry .entry__overlay .overlay__content .cat {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: 40px;
	bottom: 40px;
	line-height: 1;
}

.gallery .entry.w2 .entry__overlay .overlay__content .title {
	font-size: 40px;
}

.gallery .entry:hover .entry__image.second {
	opacity: 1;
	visibility: visible;
}

.gallery .entry:hover .entry__overlay {
	opacity: 1;
	visibility: visible;
}

.gallery .entry .reveal {
	width: 100%;
	height: 100%;
	position: absolute;
}

@media (max-width:600px) {
	.gallery .entry .entry__overlay {
		display: none;
	}

}

.filters__content {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filters__content.visible {
	opacity: 1;
	visibility: visible;
}

.filters__content .filters {
	position: absolute;
	bottom: 40px;
	left: 200px;
}

.filters__content .filters li {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filters__content .filters li:hover,
.filters__content .filters li.active {
	color: #0135e3;
}

.filters__content .filters li:not(:last-child) {
	margin-bottom: 25px;
}

.filters__content .filters li span.counter {
	font-weight: normal;
	color: #b3b3b3;
}

.filters__content .filters li span.counter:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 2px;
	background: #000000;
	margin: 0 15px;
}

@media (max-width:800px) {
	.filters__content .filters {
		left: 15px;
	}

	.filters__content .filters li {
		font-size: 18px;
	}

}

.project__title {
	display: block;
	font-size: 24px;
	color: #000000;
	margin-bottom: 50px;
}

.pages__nav {
	text-align: right;
	margin-top: 100px;
}

.pages__nav li {
	display: inline-block;
	position: relative;
}

.pages__nav li:not(:last-child) {
	margin-right: 25px;
}

.pages__nav li a {
	font-size: 30px;
	color: #000000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pages__nav li a:hover {
	color: #0135e3;
}

@media (max-width:600px) {
	.pages__nav {
		margin-top: 50px;
	}

}

.works__hover {
	position: fixed;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}

.works__hover.visible {
	opacity: 1;
	visibility: visible;
}

.works__hover .title {
	white-space: nowrap;
	background: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px;
	color: #000000;
}

.works__hover .cat {
	display: inline-block;
	font-family: 'Cardo';
	font-size: 14px;
	padding: 5px 25px;
	color: #0135e3;
	background: #ffffff;
}

@media (max-width:600px) {
	.works__hover {
		display: none;
	}

}

.works__fade {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.works__fade.visible {
	opacity: 1;
	visibility: visible;
}

.works__fade .content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.works__fade .content .cat {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.works__fade .content .title {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin: 50px 0 25px;
}

@media (max-width:600px) {
	.works__fade {
		display: none;
	}

}

/** 07. ABOUT
-------------------------------------------------- **/
.recognition .recognition__heading {
	float: left;
	width: 180px;
	color: #000000;
	font-weight: 700;
}

.recognition .recognition__table {
	float: left;
}

.recognition .recognition__table .recognition__row {
	padding: 5px 0;
}

.recognition .recognition__table .recognition__row.head {
	padding: 0;
	color: #000000;
	font-weight: 700;
	margin-bottom: 25px;
}

.recognition .recognition__table .recognition__row .cell {
	display: table-cell;
	white-space: nowrap;
	min-width: 180px;
}

@media (max-width:800px) {
	.about {
		padding-left: 0;
	}

	.recognition {
		display: block;
	}

	.recognition .recognition__heading {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}

	.recognition .recognition__table {
		-webkit-box-flex: none;
		flex-grow: none;
	}

	.recognition .recognition__table .recognition__row {
		display: flex;
		flex-wrap: wrap;
	}

	.recognition .recognition__table .recognition__row:not(:last-child) {
		margin-bottom: 25px;
	}

	.recognition .recognition__table .recognition__row.head {
		display: none;
	}

	.recognition .recognition__table .recognition__row .cell {
		min-width: 100%;
	}

}

/** 07. BLOG
-------------------------------------------------- **/
.posts__list li {
	position: relative;
}

.posts__list li:not(:last-child) {
	margin-bottom: 50px;
}

.posts__list li .title {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

.posts__list li .thumb {
	width: 340px;
	height: 240px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -110px;
	opacity: 0;
	visibility: hidden;
	background-color: #f2f2f2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.posts__list li .thumb .cat {
	width: 100px;
	position: absolute;
	right: 100%;
	bottom: 0;
	font-size: 12px;
	line-height: 1;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg) translateY(90px);
	transform: rotate(-90deg) translateY(90px);
}

.posts__list li:hover .thumb {
	margin-top: -120px;
	opacity: 1;
	visibility: visible;
}

@media (max-width:600px) {
	.posts__list li .title {
		font-size: 20px;
	}

	.posts__list li .thumb {
		display: none;
	}

}

.metas {
	margin-bottom: 10px;
}

.metas span {
	display: inline-block;
	font-family: 'Cardo';
	font-size: 14px;
}

.metas span:not(:last-child) {
	margin-right: 25px;
}

.post__img {
	margin: 50px 0;
}

.tags {
	display: block;
	margin: 50px 0;
	font-size: 14px;
	font-weight: 700;
}

.tags span {
	margin-right: 15px;
	color: #bfbfbf;
}

.tags a {
	color: #000000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tags a:hover {
	color: #0135e3;
}

.post__comments {
	padding: 100px 0;
	background: #f2f2f2;
}

@media (max-width:600px) {
	.post__comments {
		padding: 50px 15px;
		margin: 0 -15px;
	}

}

.comments__count {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	line-height: 38px;
	margin-bottom: 100px;
}

.comments__count span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #000000;
	margin-right: 10px;
}

.comments__list .comment:not(:last-child) {
	margin-bottom: 100px;
}

.comments__list .comment .comment__img {
	float: left;
	width: 70px;
}

.comments__list .comment .comment__img img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.comments__list .comment .comment__content {
	margin-left: 120px;
}

.comments__list .comment .comment__content .author {
	font-weight: 700;
	color: #000000;
}

.comments__list .comment .comment__content .date {
	font-family: 'Cardo';
}

.comments__list .comment .comment__content .desc {
	display: block;
	font-size: 18px;
	margin-top: 25px;
}

.comments__list .comment .comment__content .reply {
	font-size: 14px;
	font-weight: 700;
	padding-left: 15px;
	line-height: 14px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comments__list .comment .comment__content .reply:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d9d9d9;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comments__list .comment .comment__content .reply:hover {
	color: #000000;
}

.comments__list .comment .comment__content .reply:hover:before {
	background: #0135e3;
}

.comments__list .comment .sub-comments {
	margin: 100px 0 0 50px;
}

@media (max-width:600px) {
	.comments__list .comment:not(:last-child) {
		margin-bottom: 50px;
	}

	.comments__list .comment .comment__img {
		display: none;
	}

	.comments__list .comment .comment__content {
		margin-left: 0;
	}

	.comments__list .comment .sub-comments {
		margin: 50px 0 0 0;
	}

}

.leave__a__comment {
	margin-top: 100px;
}

.leave__a__comment .title {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 50px;
}

.leave__a__comment #contact__form {
	width: 100%;
	position: relative;
	padding-top: 50px;
}

.leave__a__comment #contact__form .form__name,
.leave__a__comment #contact__form .form__email {
	width: 50%;
	height: 50px;
	position: absolute;
	top: 0;
	border-right: 1px solid #000000;
}

.leave__a__comment #contact__form .form__name {
	left: 0;
}

.leave__a__comment #contact__form .form__email {
	right: 0;
}

.leave__a__comment #contact__form .form__email {
	border-right: none;
}

.leave__a__comment #contact__form .form__message {
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 5px solid #000000;
}

.leave__a__comment #contact__form .form__send {
	margin-top: 10px;
}

.leave__a__comment #contact__form .form__send button {
	height: auto;
	text-transform: none;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	padding: 0 15px;
	background: none;
}

.leave__a__comment #contact__form .form__send button:hover {
	color: #808080;
}

.leave__a__comment #contact__form input[type="text"],
.leave__a__comment #contact__form textarea {
	height: 100%;
	background: none;
	resize: none;
}

@media (max-width:600px) {
	.leave__a__comment {
		margin-top: 50px;
	}

}
