/*
Theme Name: Flamini
Theme URI: http://www.tommusrhodus.com/flamini-wordpress-theme/
Version: 1.0.3
Description: Flamini 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: flamini
*/

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

[TABLE OF CONTENTS]

01. COMMONS
02. BUTTONS
03. FORMS
04. 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;
  word-break: break-word;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 17px;
}
.big__title,
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 120px;
}
.big__title span {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@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;
  }
  .big__title {
    font-size: 60px;
  }
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: auto;
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
blockquote {
  padding: 10px 15px 10px 25px;
}
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;
}
.gap-150 {
  height: 150px;
}
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;
  -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;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
}
.fade.has-image::before {
	display: none;
}
@-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);
  }
}
.preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/** 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-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) {
  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%;
  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;
  margin-bottom: 5px;
  cursor: pointer;
}
/** 04. HEADER
-------------------------------------------------- **/
.header {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px;
}
.header .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
.header .logo a {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.header .logo a span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .burger {
  width: 22px;
  height: 19px;
  position: absolute;
  bottom: 40px;
  left: 49px;
  cursor: pointer;
}
.header .burger span {
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .burger span:nth-child(1) {
  top: 0;
}
.header .burger span:nth-child(2) {
  top: 8px;
}
.header .burger span:nth-child(3) {
  bottom: 0;
}
.header .burger.visible span {
  width: 100%;
}
.header .burger.active span:nth-child(2) {
  width: 0;
}
.header .burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1.5px;
}
.header .burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1.5px;
}
.header .info,
.header .search__toggle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .info.hide,
.header .search__toggle.hide {
  opacity: 0;
  visibility: hidden;
}
.header .info span,
.header .search__toggle span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .info span:nth-child(2),
.header .search__toggle span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.header .info.active span:nth-child(1),
.header .search__toggle.active span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header .info.active span:nth-child(2),
.header .search__toggle.active span:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav.visible {
  opacity: 1;
  visibility: visible;
}
.nav .menu {
  position: absolute;
  top: 40px;
  right: 40px;
  text-align: right;
}
.nav .menu li:not(:last-child) {
  margin-bottom: 25px;
}
.nav .menu li a {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav .menu li ul {
  margin-top: 15px;
}
.nav .menu li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.nav .menu li ul li a {
  font-size: 16px;
  font-weight: normal;
}
.nav .menu li ul li a::before {
  display: none;
}
.nav .share {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.nav .share li {
  display: inline-block;
  position: relative;
}
.nav .share li:not(:last-child) {
  margin-right: 25px;
}
.nav .share li a {
  font-size: 14px;
  line-height: 1;
}
.site__content {
  padding: 40px 40px 0 30%;
}
@media (max-width: 800px) {
  .header {
    width: 60px;
    padding: 0;
  }
  .header .logo {
    top: 30px;
    left: 20px;
  }
  .header .logo a {
    font-size: 20px;
  }
  .header .logo a img {
  	max-height: 30px;
  }
  .header .burger {
    width: 20px;
    top: auto;
    bottom: 30px;
    left: 20px;
  }
  .header .info,
  .header .search__toggle {
    right: auto;
    left: 0;
    line-height: 60px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
  }
  .header .info span:nth-child(2),
  .header .search__toggle span:nth-child(2) {
    right: auto;
    left: 0;
  }
  .nav {
    left: 60px;
  }
  .nav .menu {
    top: 30px;
  }
  .nav .menu li a {
    font-size: 30px;
  }
  .nav .share {
    bottom: 30px;
  }
  .site__content {
    padding: 30px 15px 0 60px;
  }
}
.header .logo.logo-horizontal a {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: none;
  transform-origin: none;
  left: 0;
}
/** 05. FOOTER
-------------------------------------------------- **/
.footer {
  padding: 40px 0 35px;
}
@media (max-width: 800px) {
  .footer {
    padding: 40px 0 25px;
  }
}
/** 06. PORTFOLIO
-------------------------------------------------- **/
.gallery .entry .entry__image,
.gallery .entry .entry__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .entry .entry__image.hover {
  opacity: 0;
  visibility: hidden;
}
.gallery .entry .entry__overlay {
  display: table;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
}
.gallery .entry .entry__overlay .content {
  display: table-cell;
  vertical-align: middle;
}
.gallery .entry .entry__overlay .cat {
  font-size: 14px;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery .entry .entry__overlay .title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .entry:hover .entry__image.hover {
  opacity: 1;
  visibility: visible;
}
.gallery .entry:hover .entry__overlay {
  opacity: 1;
  visibility: visible;
}
.gallery .entry:hover .entry__overlay .cat,
.gallery .entry:hover .entry__overlay .title {
  top: 0;
}
.gallery[data-cols="4"] .entry .entry__overlay {
  padding: 25px;
}
.gallery[data-cols="4"] .entry .entry__overlay .title {
  font-size: 18px;
}
.project__header {
  margin-bottom: 50px;
}
.project__header .project__cat {
  font-size: 14px;
  line-height: 1;
}
.project__header .project__title {
  font-size: 40px;
  font-weight: 700;
}
.project__nav {
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.project__nav a {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__nav a.next {
  float: right;
}
.project__nav a .icon {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project__nav a.prev {
  float: left;
}
.project__nav a.next {
  float: right;
}
.project__description {
  position: fixed;
  right: 0;
  bottom: -20px;
  left: 30%;
  z-index: 10;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__description.visible {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.project__description.toggle-disabled {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    padding: 10px 0 40px;
}
.project__description .project__details li {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1;
}
.project__description .project__details li:not(:last-child) {
  margin-bottom: 10px;
}
.project__description .project__details li .title {
  display: inline-block;
  min-width: 100px;
  font-weight: 700;
}
.works__mouse__title {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.works__mouse__title.visible {
  opacity: 1;
  visibility: visible;
}
.works__mouse__title .work__cat {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -5px;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
}
.pages__nav {
  text-align: center;
  margin: 80px 0 40px;
}
.pages__nav li {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.pages__nav li a {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages__nav li .icon {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pages__nav li.prev {
  float: left;
}
.pages__nav li.next {
  float: right;
}
@media (max-width: 800px) {
  .project__description {
    left: 60px;
    padding: 30px 15px 30px 0;
  }
}
/** 07. ABOUT
-------------------------------------------------- **/
.about .services__list,
.about .featured__list {
  font-size: 17px;
}
/** 07. BLOG
-------------------------------------------------- **/
.thumb__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb__image:hover {
  opacity: 0.7;
}
.thumb__header {
  padding-top: 25px;
}
.thumb__header .post__title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__metas span {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.post__metas span:not(:last-child) {
  margin-right: 15px;
}
.post__header {
  margin: 25px 0;
}
.tags {
  font-size: 14px;
}
.tags span {
  margin-right: 15px;
}
.tags a:not(:last-child) {
  margin-right: 10px;
}
.search-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.search-wrapper.visible form {
  display: block;
  opacity: 1;
  visibility: visible;
}
.search-wrapper form {
  padding: 40px;
}
.search-wrapper form h1 {
  line-height: 1;
  margin-bottom: 50px;
}
.search-wrapper form .field {
  width: 100%;
  height: 50px;
  font-size: 17px;
  background: none;
  padding: 0;
}
.post__comments {
  margin-top: 50px;
}
.post__comments .comments__list .comment:not(:last-child) {
  margin-bottom: 40px;
}
.post__comments .comments__list .comment .comment-img {
  width: 60px;
  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.comment-reply-link {
  font-size: 14px;
}
.post__comments .comments__list .children {
  padding: 40px 0 0 40px;
}
@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 .children {
    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;
  }
}
@media (max-width: 800px) {
  .search-wrapper {
    left: 60px;
  }
  .search-wrapper form {
    padding: 30px;
  }
}
/** 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: none;
}
.comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
}
.widget {
    margin-bottom: 50px;
}
.widget:last-child {
	margin-bottom: 0;
}
.sticky {
    background: #fff;
}
.sticky .thumb__header {
	position: relative;
	padding-left: 20px;
}
.sticky .thumb__header:before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 99px;
	background: #ebab21;
	position: absolute;
	top: 35px;
	left: 0;
}
.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;
}
.alignleft { 
  float: left; 
  margin: 0 30px 30px 0 !important;
}
.alignright { 
  float: right; 
  margin: 0 0 30px 30px !important;
}
.aligncenter { 
  clear: both;
  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;
}
.widget #searchform h1 {
	display: none;
}
.admin-bar .header {
	padding-top: 72px;
}
.admin-bar .header .logo {
	top: 72px;
}
.admin-bar .nav,
.admin-bar .search-wrapper {
	top: 32px;
}
.archive-title p {
	margin-bottom: 0;
}
.archive-title {
	padding-bottom: 30px;
}
table, dl {
	margin-bottom: 30px;
}
.header .info span, .header .search__toggle span {
	word-break: normal; 
}
/** 11. Gutenberg
-------------------------------------------------- **/
.wp-block-gallery,
.post__content .wp-block-gallery {
	margin: 0 -8px 25px;
}
/** 12. Elementor
-------------------------------------------------- **/
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
	width: 100%;
}
.site__content > .elementor {
	margin-right: -40px;
}
/** 13. Zoom
-------------------------------------------------- **/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}