/*
Theme Name: Lamark
Theme URI: http://www.tommusrhodus.com/lamark-wordpress-theme/
Version: 1.0.1
Description: Lamark WordPress Theme
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: lamark
*/

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

[TABLE OF CONTENTS]

01. COMMONS
02. BUTTONS
03. FORMS
04. HEADER
05. HEROS
06. PORTFOLIO
07. FOOTER
08. SLIDERS
09. PAGES
10. BLOG
11. WORDPRESS

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

/** 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, .wp-block-gallery::after, .gallery::after  {
	content:'';
	display: table;
	clear: both;
}
*, *::before, *::after {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
}
body {
	line-height: 1.7;
	letter-spacing: 0.5px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffffff;
}
@media (max-width: 600px) {
	body {
		font-size: 13px;
	}
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 5px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
@media (max-width: 600px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 13px;
	}
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a.link,
.comment-reply-link {
	padding-bottom: 2px;
}
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
img.responsive, video.responsive {
	display: block;
	text-align: center;
	margin: 0 auto;
}
figure {
	position: relative;
}
figure .caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	font-size: 12px;
	padding: 5px 15px;
}
ul, ol {
	list-style: none;
}
blockquote {
	padding: 10px 0 10px 50px;
	letter-spacing: 3px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.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;
}
@media (max-width: 600px) {
	.gap-100 {
		height: 50px;
	}
}
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;
}
.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.loader.hide {
	opacity: 0;
	visibility: hidden;
}
.loader.hide .dots span {
	-webkit-animation: none;
	animation: none;
}
.loader .dots {
	width: 20px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -10px;
}
.loader .dots span {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	border-radius: 50%;
	-webkit-animation: loader 0.5s infinite linear;
	animation: loader 0.5s infinite linear;
}
.loader .dots span:nth-child(1) {
	left: 0;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
.loader .dots span:nth-child(2) {
	left: 50%;
	margin-left: -2px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.loader .dots span:nth-child(3) {
	right: 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
.to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.to-top.visible {
	opacity: 1;
	visibility: visible;
}
.to-top span {
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -1px;
}
.to-top span::before {
	content:'';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.to-top:hover span {
	-webkit-animation: totop 0.3s;
	animation: totop 0.3s;
}
@-webkit-keyframes totop {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
}
@keyframes totop {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
}
/** 02. BUTTONS
-------------------------------------------------- **/
.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	position: relative;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-family:'Roboto';
	font-size: 12px;
	padding: 0 50px;
	border: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
/** 03. FORMS
-------------------------------------------------- **/
.form-group:not(:last-child),
.wpcf7 input,
.wpcf7 textarea {
	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;
}
textarea {
	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: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
}
/** 04. HEADER
-------------------------------------------------- **/
.header {
	width: 100%;
	height: 80px;
	position: relative;
}
.header .logo {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 5px;
}
.header .menu li {
	display: inline-block;
	position: relative;
}
.header .menu li:not(:last-child) {
	margin-right: 25px;
}
.header .menu li a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 80px;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .menu li a.parent {
	padding-right: 10px;
}
.header .menu li a.parent::before {
	content:'';
	width: 3px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	border-radius: 50%;
}
.header .menu li ul {
	width: 180px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	text-align: right;
	padding: 15px 0;
}
.header .menu li ul li {
	display: block;
	position: relative;
}
.header .menu li ul li:not(:last-child) {
	margin-right: 0;
}
.header .menu li ul li a {
	display: block;
	font-size: 10px;
	padding: 10px 25px;
	line-height: 20px;
}
.header .menu li ul li a.parent {
	padding: 10px 25px;
}
.header .menu li ul li a.parent::before {
	left: 25px;
	margin-top: -2px;
}
.header .menu li ul li ul {
	top: 0;
	right: 100%;
}
.header .trigger {
	width: 20px;
	height: 16px;
	position: relative;
	cursor: pointer;
	margin-top: 32px;
}
.header .trigger span {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.header .trigger span::before, .header .trigger span::after {
	content:'';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
}
.header .trigger span::before {
	top: -7px;
}
.header .trigger span::after {
	bottom: -7px;
}
.header .mobile__nav {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	padding: 0 5%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .mobile__nav.visible {
	opacity: 1;
	visibility: visible;
}
.header .mobile__nav .menu li {
	display: block;
}
.header .mobile__nav .menu li:not(:last-child) {
	margin-right: 0;
}
.header .mobile__nav .menu li a {
	line-height: normal;
	padding: 10px 0;
}
.header .mobile__nav .menu li:last-child a {
	border-bottom: 0;
}
.header .mobile__nav .menu li ul {
	width: 100%;
	position: relative;
	text-align: left;
}
.header .mobile__nav .menu li ul li a {
	padding: 10px 15px;
}
.header .mobile__nav .menu li ul li a.parent {
	padding: 10px 15px;
}
.header .mobile__nav .menu li ul li a::before {
	right: 0;
	left: auto;
	margin-top: -2px;
}
.header .mobile__nav .menu li ul li ul {
	right: 0;
}
.header .mobile__nav .menu li ul li ul li a {
	padding: 10px 25px;
}
/** 05. HEROS
-------------------------------------------------- **/
.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.hero.no-img {
	height: auto !important;
}
.hero .hero__image, .hero .hero__content, .hero .particles {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero .hero__title {
	display: inline-block;
	min-width: 500px;
	padding: 80px;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 1.77;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.hero.no-img .hero__content,
.hero.no-img .hero__title {
	position: static;
	-webkit-transform: none;
	transform: none;
	margin: 0 auto;
	display: block;
	padding-bottom: 0;
	background: none;
}
.hero .hero__title .title {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 5px;
	word-break: break-word;
}
.hero .hero__title .subtitle,
h3 + h6 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 5px;
}
@media (max-width: 600px) {
	.hero .hero__title {
		width: 90%;
		min-width: auto;
		padding: 50px 25px;
	}
	.hero .hero__title::before, .hero .hero__title::after {
		display: none;
	}
	.hero .hero__title .title {
		font-size: 20px;
	}
	.hero .hero__title .subtitle {
		font-size: 11px;
	}
}
/** 06. PORTFOLIO
-------------------------------------------------- **/
.entry .entry__image {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.entry .entry__image--masonry {
	position: static;
	text-align: center;
}
.entry .entry__overlay {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.entry .entry__caption {
	position: relative;
	padding: 20px;
}
.entry .entry__caption .title {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 3px;
	position: relative;
	top: -10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.entry .entry__caption .cat {
	font-size: 12px;
	position: relative;
	top: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.entry .line {
	width: 16px;
	height: 2px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.entry:hover .entry__overlay {
	opacity: 1;
	visibility: visible;
}
.entry:hover .entry__caption .title, .entry:hover .entry__caption .cat {
	top: 0;
}
@media (max-width: 800px) {
	.entry .entry__overlay {
		display: none;
	}
}
.filters {
	text-align: center;
	margin-bottom: 0;
}
.filters li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.filters li:not(:last-child) {
	margin-right: 5px;
}
@media (max-width: 600px) {
	.filters li {
		display: block;
	}
	.filters li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5px;
	}
}
.project__details li {
	font-size: 14px;
}
.project__details li:not(:last-child) {
	margin-bottom: 10px;
}
.project__details li .details__title {
	display: table-cell;
	min-width: 100px;
	font-weight: 700;
}
.project__details li .details__desc {
	display: table-cell;
}
.project__navigation {
	text-align: center;
}
.project__navigation li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
}
.project__navigation li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/** 07. FOOTER
-------------------------------------------------- **/
.footer {
	width: 100%;
	padding: 50px 0;
}
.footer .copy {
	font-size: 12px;
}
.footer .copy a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 800px) {
	.footer .text-right {
		text-align: left;
	}
}
/** 08. SLIDERS
-------------------------------------------------- **/
.slider {
	position: relative;
}
.slider .owl-dots {
	width: 100%;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 3vw;
	left: 0;
	z-index: 99;
	text-align: center;
}
.slider .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
}
.slider .owl-dots .owl-dot span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(34, 34, 34, 0.3);
	border: none;
	box-shadow: none;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider .owl-nav {
	z-index: 100;
}
.slider .owl-nav div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	background: rgba(34, 34, 34, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider .owl-nav div:hover {
	background: rgba(34, 34, 34, 0.7);
}
.slider .owl-nav div.owl-prev {
	left: 0;
}
.slider .owl-nav div.owl-next {
	right: 0;
}
.slider .owl-nav div.owl-prev::before, .slider .owl-nav div.owl-next::before {
	content:'';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 600px) {
	.slider .owl-nav div {
		width: 30px;
		height: 60px;
		margin-top: -30px;
	}
}
/** 09. PAGES
-------------------------------------------------- **/
.service .service__icon {
	font-size: 20px;
}
.service .service__title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 15px 0;
}
.social li {
	display: inline-block;
	position: relative;
}
.social li:not(:last-child) {
	margin-right: 15px;
}
.social li a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/** 10. BLOG
-------------------------------------------------- **/
.post:not(:last-child) {
	margin-bottom: 50px;
}
.post .post__image a img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.post .post__image:hover a img {
	opacity: 0.7;
}
.post .post__header {
	margin: 25px 0;
}
.post .post__cat, a[rel="category tag"] {
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.post .post__title {
	margin-bottom: 0;
	word-break: break-word;
}
.post .post__title a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.post .post__date {
	font-size: 12px;
}
.post .post__link {
	margin-bottom: 25px;
}
.post .post__link a {
	display: block;
	font-size: 30px;
	font-weight: 500;
	padding: 50px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.post .post__link a .icon {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.post .post__quote {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 500;
	padding: 50px;
	text-align: center;
}
.post .post__quote::before {
	content: open-quote;
	font-size: 24px;
	padding-right: 15px;
}
.post .post__quote .quote__author {
	display: block;
	font-size: 14px;
}
.widget:not(:last-child) {
	margin-bottom: 50px;
}
.widget .widget__title {
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px;
	letter-spacing: 3px;
	margin-bottom: 25px;
}
.widget.about {
	text-align: center;
}
.widget.about .widget__content img {
	width: 70%;
	border-radius: 50%;
	margin-bottom: 15px;
}
.widget.widget_recent_entries ul li {
	display: block;
	position: relative;
}
.widget.widget_recent_entries ul li:not(:last-child) {
	margin-bottom: 10px;
}
.widget.widget_recent_entries ul li a {
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget.widget_recent_entries ul li span {
	display: block;
	font-size: 12px;
}
.widget.widget_categories ul li {
	display: block;
	position: relative;
}
.widget.widget_categories ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget.widget_categories ul li a span {
	float: right;
}
.blog__navigation {
	text-align: center;
	margin-top: 50px;
}
.blog__navigation li {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
}
.blog__navigation li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tags span {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
}
.tags a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 50px;
	margin-bottom: 8px;
}
.tags a:not(:last-child) {
	margin-right: 5px;
}
.post__comments {
	margin-top: 100px;
}
.post__comments .comments__list .comment:not(:last-child) {
	margin-bottom: 50px;
}
.post__comments .comments__list .comment .comment-img {
	width: 50px;
	float: left;
}
.post__comments .comments__list .comment .comment-img img {
	display: block;
	width: 100%;
}
.post__comments .comments__list .comment .comment-content {
	padding-left: 80px;
}
.post__comments .comments__list .comment .comment-content .name {
	font-weight: 700;
}
.post__comments .comments__list .comment .comment-content .date {
	font-size: 12px;
}
.post__comments .comments__list .comment .comment-content .desc {
	margin: 25px 0;
}
.post__comments .comments__list .comment .comment-content a.reply,
.comment-reply-link {
	font-size: 12px;
}
.post__comments .comments__list .comments__list {
	padding: 50px 0 0 50px;
}
.post__comments .comments__list .comment.pingback .comment-content {
	padding-left: 0px;
}
@media (max-width: 600px) {
	.post__comments .comments__list .comment .comment-img {
		width: 50px;
	}
	.post__comments .comments__list .comment .comment-content {
		padding-left: 70px;
	}
	.post__comments .comments__list .comments__list {
		padding: 50px 0 0 0;
	}
}
@media (max-width: 400px) {
	.post__comments .comments__list .comment .comment-img {
		display: none;
	}
	.post__comments .comments__list .comment .comment-content {
		padding-left: 0;
	}
}
/** 11. WordPress
-------------------------------------------------- **/
h3 + h6 {
	margin-top: -17px;
}
img {
	max-width: 100%;
	height: auto;
}
.elementor-section {
	padding: 100px 0;
}
.elementor-section-boxed + .elementor-section-boxed {
	padding-top: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 960px;
	width: 90%;
}
.elementor-section-boxed .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 20px;
}
.elementor-section-boxed .elementor-container > .elementor-row {
	margin: 0 -20px;
}
@media (max-width: 600px) {
	.elementor-section {
		padding: 50px 0;
	}
}
.post__header .post-categories {
	margin-bottom: 0;
}
.comment-respond label {
    display: block;
}
.widget {
    margin-bottom: 50px;
}
.widget:last-child {
	margin-bottom: 0;
}
.sticky {
    background: #fcfcfc;
    padding: 0 30px 30px;
    border: 1px solid #eee;
}
.sticky.column.col-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.bypostauthor img.avatar {
  border-color: #fff;
}
.screen-reader-text,
p:empty {
  display: none;
}
select {
  max-width: 100%;
  width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
  margin-bottom: 25px;
}
.alignnone {
  display: block;
}
.alignleft { 
  float: left; 
  margin: 0 30px 30px 0 !important;
}
.alignright { 
  float: right; 
  margin: 0 0 30px 30px !important;
}
.aligncenter { 
  display: block; 
  margin-right: auto; 
  margin-left: auto; 
  text-align: center; 
}
figure.aligncenter a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.wp-caption { 
  max-width: 100%; 
  text-align: center; 
}
.wp-caption img {
  margin-bottom: 10px;
}
.gallery-caption { 
  margin: 20px 0; 
  max-width: 100%; 
  text-align: center; 
  z-index: 999; 
}
.wp-caption-text, 
.gallery-caption-text { 
  margin: 6px 0; 
  font-style: italic; 
  font-size: 95%; 
  line-height: 120%; 
}
.aligncenter { 
  text-align: center;
}
table#wp-calendar {
  border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
  text-decoration: underline
}
table#wp-calendar thead>tr>th { 
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, 
tfoot>tr>td>a:link, 
tfoot>tr>td>a:visited, 
tfoot>tr>td>a:hover, 
tfoot>tr>td>a:active {
  text-decoration: underline;
  height: 23px;
  margin-left: 10px;
  padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
  width: 58px;
  height: 20px;
  text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
  width: 58px;
  height: 20px;
  text-align: right;
}
.widget_rss li {
  margin-bottom: 25px;
}
.widget_rss .rsswidget {
    clear: both;
}
.rssSummary {
  margin: 10px 0;
}
.widget_rss cite {
  font-size: 12px;
}
.post__content ul, .desc ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 40px;
}
.post__content ol, .desc ol {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 40px;
}
.post__content ul ul, 
.post__content ol ol, 
.desc ul ul, 
.desc ol ol,
.post__content ul ol, 
.post__content ol ul {
    margin-bottom: 0;
}
pre {
	word-wrap: break-word;
}
dd {
    padding:.5em 0;
}
dl {
    width:100%;
}
dt, dd {
    display:inline-block;
    width:30%;
}
dt {
    text-align:right;
    font-weight:bold;
    clear:left;
    float:left;
}
dd {
    width:70%;
    padding-left:1em;
    clear:right;
}
dd + dd {
    float:right;
    clear:both;
}
dt:first-child {
    padding-top:.5em;
}
dd + dt {
   clear:both;
    padding-top:.5em;
}
dt + dt {
    width: 100%;
    float: none;
    padding: 0 70% 0 0;
}
dt + dt + dd {
    margin-top: -2em;
}
dt + dt + dd + dt {
    margin-top: 2em;
}
table {
  border-collapse: collapse;
}
th, td {
	border: 1px solid #eeeeee;
	padding: 8px;
}
tr:nth-child(even) {
	background: #fcfcfc;
}
iframe {
	max-width: 100%;
}
hr {
	clear: both;
}
.post-categories li {
	display: inline;
}
.post-categories li + li {
	margin-left: 5px;
}
.gallery {
	display: block;
	clear: both;
}
.logo img {
	max-width: 240px;
	vertical-align: top;
}
img {
	max-height: 80vh;
	width: auto;
}
.single .post__content {
	padding-top: 25px;
}
/** 11. Gutenberg
-------------------------------------------------- **/
.wp-block-pullquote {
	border: none;
}
.page .alignfull,
.page .alignwide {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
}
@media only screen and ( min-width: 950px ) {
    .page .alignwide {
        margin-left: -125px;
        margin-right: -125px;
        max-width: 1150px;
    }
}
.container .wp-block-gallery {
	margin: 0 -8px 25px;
}
.wp-block-gallery li {
	float: left;
}
.wp-block-gallery:after, .wp-block-cover-image:after  {
	content:'';
	display: table;
	clear: both;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
	max-width: 100%;
}
@media only screen and ( min-width: 600px ) {
	.wp-block-gallery.columns-2 li:nth-child(2n + 1),
	.wp-block-gallery.columns-3 li:nth-child(3n + 1),
	.wp-block-gallery.columns-4 li:nth-child(4n + 1),
	.wp-block-gallery.columns-5 li:nth-child(5n + 1) {
		clear: left;
	}
}