/*
Theme Name: Dreamla
Theme URI: http://3styler.net/themes/dreamla
Description: Clean WordPress Blog
Author: 3styler
Author URI: 3styler.net
Version: 1.92
Text Domain: dreamla
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Tags: blog, right-sidebar, one-column, two-columns, featured-images, shop, e-commerce
*/

/* Global Settings
/*************************************************************************/
body,
html,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #787878;
  background: #ffffff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.004);
  text-rendering: optimizeLegibility!important;
  -webkit-font-smoothing: antialiased!important;
}
table {
  width: 100%;
  margin: 0 0 40px 0;
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
th,
td {
  padding: 10px 20px;
  border: 1px solid #ededed;
  font-weight: 400;
  vertical-align: middle;
}
ol {
  margin-bottom: 30px;
}
ol,
ul,
li {
  list-style: square inside;
}
ul {
  margin-bottom: 30px;
}
ol li {
  list-style: decimal inside;
}
ul li,
ol li {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 24px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 10px 0 5px 30px;
}
pre {
  overflow: auto;
  position: relative;
  left: 0;
  margin-bottom: 30px;
  padding: 2em;
  font-size: 13px;
  line-height: 2em;
  text-transform: none;
  background-color: #f5f5f5;
}
dl {
  margin-bottom: 25px;
  line-height: 1.8em;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 10px;
  margin-left: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.container::after,
#content::after {
  display: block;
  clear: both;
  content: ' ';
}
button:focus {
  outline: 0;
}
p {
  margin-bottom: 25px;
  line-height: 1.6em;
}
a {
  font-weight: 400;
  text-decoration: none;
  color: #111111;
  outline: 0;
  -webkit-transition: .20s;
  -moz-transition: .20s;
  -ms-transition: .20s;
  -o-transition: .20s;
  transition: .20s;
}
a:hover {
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  word-wrap: break-word;
  color: #111111;
}
h1 {
  font-size: 37px;
}
h2 {
  font-size: 31px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}
blockquote {
  position: relative;
  margin: 24px 0;
  padding-left:50px;
  font-size: 1.2em;
  font-weight: 700;
  font-style: italic;
  color: #000000;
}
blockquote::before {
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 33px;
  color: #111111;
  content: '\f10d';
}
strong {
  font-weight: 700;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111111;
}
label input {
  margin-right: 7px;
}
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 0;
  padding: 16px 18px;
  border: 1px #e8e8e8 solid;
  border-radius: 2px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #444444;
  outline: none;
  background-color: transparent;
}
select {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  border: 1px solid;
  border-color: #e8e8e8;
  border-radius: 2px;
  font-family: inherit;
  font-size: 13px;
  line-height: 47px;
  color: #333333;
  outline: 0;
  background: transparent;
  background: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'currentColor\' style=\'fill:rgb(182,196,210)\' width=\'100\' height=\'100\'><polygon points=\'0,0 100,0 50,50\'/></svg>') no-repeat;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 56%;
  background-size: 8px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type='submit'] {
  display: inline-block;
  width: auto;
  margin-top: 14px;
  padding: 11px 21px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111111;
  border: 1px #111111 solid;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
input[type='submit']:hover {
  background: #111111!important;
  color: #ffffff;
}
fieldset {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.site-content {
  margin-top: 50px;
}
.content-wide {
  width: 90%;
  margin: 0 auto;
}
#main-area {
  float: left;
  width: 74%;
  margin-bottom: 50px;
}
#main-area.fullwidth {
  width: 100%;
}
/* Header
/*************************************************************************/
#header {
  width: 100%;
  background: #ffffff;
}
.single #header,
.page #header,
.archive #header {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#header:before,
#header:after {
  display: table;
  clear: both;
  content: '';
}
#top-bar {
  display: flex;
  position: relative;
  z-index: 999;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.header-3 #top-bar {
  min-height: 80px;
}
.sticky-top {
  position: fixed!important;
}
.header-offset {
  height: 60px;
}
.top-logo {
  display: flex;
  width: 200px;
  margin: 50px auto 20px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
}
.top-logo a {
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: 600;
  vertical-align: middle;
  color: #3b3b3b;
}
.top-logo a img {
  width: 100%;
  height: auto;
}
#nav-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
}

.navbar-left,
.navbar-right {
  width: 20%;
  display: flex;
}
.navbar-left {
  justify-content: flex-start;
}
.navbar-right {
  justify-content: flex-end;
}
#topbar-social-links {
  display: block;
  float: right;
  position: relative;
  top: 0;
  right: 10px;
  padding-top: 12px;
}
#topbar-social-links a {
  margin: 0 10px;
  color: #ffffff;
}
#topbar-social-links a:hover {
  color: #999999;
}
.nosearch {
  margin-right: 0!important;
}
/* Top Menu */
#header .container {
  position: relative;
}
.slicknav_menu {
  display: none;
}
#nav-wrapper ul.topmenu {
  right: 38px;
  margin-bottom: 0;
}
#nav-wrapper .topmenu ul {
  margin-bottom: 0;
}
#nav-wrapper .topmenu li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 0;
}
#nav-wrapper .topmenu li:last-child {
  margin-right: 0;
}
#nav-wrapper .topmenu li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111111;
}
#nav-wrapper .topmenu li a:hover {
  color: #999999;
}
#nav-wrapper .topmenu > .menu-item-has-children > a:after {
  margin-left: 7px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #111111;
  content: '\f107';
}
.current-menu-item a {
  border-bottom: 2px solid #111111;
}
/* Dropdown */
#nav-wrapper .topmenu .sub-menu,
#nav-wrapper .topmenu .children {
  position: absolute;
  z-index: 99999;
  left: 0;
  margin-top: -1px;
  padding: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  visibility: hidden;
}
#nav-wrapper .topmenu .sub-menu > .menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #111111;
  content: '\f105';
}
.sub-menu {
  margin: 0;
}
#nav-wrapper ul.topmenu ul a,
#nav-wrapper .topmenu ul ul a {
  min-width: 175px;
  margin: 0;
  padding: 20px 10px;
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #111111;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  -ms-transition: .35;
  -o-transition: .35s;
  transition: .35s;
}
 ul li .current-menu-item a {
  text-decoration: underline;
  border-bottom: 0;
}
#nav-wrapper ul.topmenu ul li,
#nav-wrapper .topmenu ul ul li {
  margin-right: 0;
  padding-right: 0;
  border-top: 1px #f0f0f0 solid;
}
#nav-wrapper ul.topmenu ul a:hover,
#nav-wrapper .topmenu ul ul a:hover {
  color: #000000;
  background: #f0f0f0;
}
#nav-wrapper ul.topmenu li:hover > ul,
#nav-wrapper .topmenu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#nav-wrapper .topmenu .sub-menu ul,
#nav-wrapper .topmenu .children ul {
  top: 0;
  left: 100%;
}
.current-menu-item ul.sub-menu li a {
  border: none!important;
}
/* Search */
#top-search {
  display: flex;
  float: right;
  margin: 0 8px;
  align-items: center;
}

#top-search a.search {
  position: relative;
  font-size: 14px;
  color: #111111;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
#top-search a.search:hover {
  opacity: .65;
}
.searchform-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, .9);
  opacity: 0;
  transition: all ease-in-out .25s;
}
.searchform-overlay:before {
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  content: '';
}
.searchform-overlay .searchform {
  display: inline-block;
  visibility: hidden;
  max-width: 90%;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: all ease-in-out .3s;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
}
.searchform-overlay .searchform form {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, .7);
}
.searchform-overlay .search-field {
  width: 800px;
  max-width: 100%;
  padding: 20px;
  border: 0;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: rgba(0, 0, 0, .8);
  background-color: transparent;
  transition: all .3s ease-out;
}
.searchform-overlay .search-button {
  position: absolute;
  right: 10px;
  bottom: 15px;
  height: 40px;
  border: none;
  font-size: 30px;
  color: rgba(0, 0, 0, .8);
  background: transparent;
  cursor: pointer;
}
.searchform-overlay p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
}
.searchform-overlay .btn-close-search {
  display: block;
  position: absolute;
  top: 20%;
  right: 20%;
  transition: all .3s;
}
.searchform-overlay .btn-close-search:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.open-search-form .searchform-overlay {
  visibility: visible;
  opacity: 1;
}
.open-search-form .searchform {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.close-icon {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url('assets/img/close.svg');
  background-size: 30px;
}
/* Slicknav */
.menu-mobile {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.slicknav_menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5%;
}
.slicknav_nav li {
  margin-bottom: 0;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.slicknav_nav ul li:last-child {
  border-bottom: none;
}
.slicknav_btn {
  display: block;
  float: right;
  position: relative;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 1.188em;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: .188em 0 0 .438em;
  font-size: 19px;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 2px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 6px;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
  margin: 0;
}
.slicknav_nav li {
  display: block;
  margin: 20px 0;
}
.slicknav_nav .slicknav_arrow {
  display: none;
}
.slicknav_nav > .menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #111111;
  content: '\f107';
}
.slicknav_nav .sub-menu > .menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #ffffff;
  content: '\f107';
}
.slicknav_nav .sub-menu {
  padding: 5px 0 0 20px;
  border-bottom: 1px solid #eee;
}
.slicknav_nav .sub-menu li {
  border-bottom: 0;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu::before,
.slicknav_menu:after {
  display: table;
  content: ' ';
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu {
  zoom: 1;
}
.slicknav_btn {
  margin-right: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #111111;
}
.slicknav_menu {
  width: 100%;
  padding-top: 17px;
  background: inherit;
}
.slicknav_nav {
  margin: 0;
  padding: 0;
}
.slicknav_nav,
.slicknav_nav ul {
  overflow: hidden;
  list-style: none;
}
.slicknav_nav ul {
  padding: 0;
}
.slicknav_nav .slicknav_row {
  margin: 2px 0;
}
.slicknav_nav a {
  margin: 2px 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #111111;
}
.slicknav_nav a:hover {
  color: #999999;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  margin: 0;
  padding: 0;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/* Header Variations */

.header-2 .top-logo {
  margin: 20px auto 40px;
}

.header-3 .top-logo {
  margin: 0;
}

/* Posts Slider
/*************************************************************************/
#slider-content {
  width: 90%;
  margin: 0 auto;
}
.slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: 630px;
}
.slide-item .overlay {
  position: absolute;
  z-index: 6;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
}
.slide-content {
  display: table;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slide-title {
  position: relative;
  top: -40px;
}
.slide-text {
  display: table-cell;
  position: relative;
  z-index: 6;
  top: 40px;
  padding: 0 80px;
  text-align: center;
  vertical-align: middle;
}
.slide-text h2 a {
  display: block;
  margin: 64px 0 64px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1em;
  color: #ffffff;
}
.slide-text h2 a:hover {
  opacity: .7!important;
}
.slider-date {
  overflow: hidden;
  position: absolute;
  z-index: 6;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 610px;
  height: 25px;
  margin-left: 15px;
  padding-right: 20px;
  padding-left: 25px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top left;
}
.slider-date::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  background-color: #fff;
  content: '';
}
.slider-list-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
}
.slide-categ {
  position: relative;
  padding: 0 15px;
}
.slide-categ::before {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #fff;
  content: '';
  right: 90%;
}
.slide-categ::after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #fff;
  content: '';
}
.slide-categ a {
  padding: 0 10px;
}
.slider-list-meta .slide-categ a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.slide-readmore a {
  padding: 5px 0;
  border-bottom: 1px #ffffff solid;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.slide-readmore a:hover {
  color: #fff;
  opacity: .7;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 40px;
  border: none;
  text-align: center;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav button span {
  display: none;
}
.owl-prev {
  margin-left: 40px;
  background: url('assets/img/arrow-left.svg')!important;
  background-repeat: no-repeat!important;
}
.owl-next {
  float: right;
  right: 40px;
  background: url('assets/img/arrow-right.svg')!important;
  background-repeat: no-repeat!important;
}
.owl-dots {
  display: none;
}

/* Sticky Sides
/*************************************************************************/
.sticky-left {
  position: fixed;
  z-index: 999;
  width: 5%;
  margin-top: 40px;
}
.sticky-social a {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 20% 40%;
}
.sticky-right {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 5%;
  height: 300px;
  margin-top: 40px;
}
.sticky-subscribe {
  position: relative;
  bottom: -270px;
  width: 250px;
  height: 90px;
  padding-top: 35%;
  font-weight: 600;
  text-align: right!important;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top left;
}
.sticky-subscribe::after {
  display: inline-block;
  top: -10px;
  margin-left: 2px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #111111;
  content: '\f1d8';
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}

/* Posts
/*************************************************************************/
article,
.single-page {
  width: 100%;
  height: 100%;
}
/******** Post Entries ********/
.post-list {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.post-list .post-container {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.post-meta {
  margin-bottom: 0;
  font-size: 12px;
}
.post-list .image-part {
  float: left;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 50px;
  width: 42%;
  height: 300px;
}
.image-part img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
  -o-object-fit: cover;
  transition: -webkit-transform 3.5s ease-in-out;
  transition: transform 3.5s ease-in-out;
  transition: transform 3.5s ease-in-out,-webkit-transform 3.5s ease-in-out;
}
.image-part img:hover {
  -webkit-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
}
.custom-object-fit {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.custom-object-fit img {
  opacity: 0;
}
.list-date {
  overflow: hidden;
  position: absolute;
  z-index: 4;
  top: 300px;
  left: 0;
  width: 300px;
  height: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top left;
}
.list-date span {
  line-height: 50px;
  color: #111111;
}
.post-list .content-part {
  float: right;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 54%;
  min-height: 300px;
  padding: 0 0 0 60px;
}
.post-list p {
  color: #787878;
}
.post-header.no-excerpt {
  margin-bottom: 40px;
}
.post-readmore a {
  padding: 5px 0;
  border-bottom: 1px #c9c9c9 solid;
  font-size: 13px;
  text-transform: uppercase;
  color: #111111;
}
.post-readmore a:hover {
  color: #999999;
}
.post-meta a {
  font-weight: 400;
  color: #111111;
}
.content-part .post-meta li {
  position: relative;
  display: inline;
}
.post-categs {
  position: relative;
}
.post-list-entry {
  float: left;
  width: 100%;
}
.post-date::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  background-color: #c9c9c9;
  content: '';
}
.post-meta {
  overflow: hidden;
  position: relative;
  height: 30px;
  font-family: 'Poppins', sans-serif;
}
.content-part .post-meta::after {
  position: absolute;
  top: 40%;
  width: 500%;
  height: 1px;
  background-color: #c9c9c9;
  content: '';
}
/* List No Image */
.post-list .no-image {
  top: 0;
  min-height: 280px;
  background:  rgba(0, 0, 0, 0.06);
}
.post-list .no-image .list-date {
  top: 248px;
  width: 210px;
}
.post-list .no-image .content-part {
  float: right;
  width: 95%;
  min-height: 228px;
  margin-top: 0;
  padding: 30px 30px 30px 20px;
}
/* List 3rd Post */
.post-list:nth-child(3n) {
  height: 500px;
  display: block;
}
.post-list:nth-child(3n) .post-container,
.post-grid:nth-child(3n) .post-container {
  display: table;
  overflow: hidden;
  height: 100%;
  background: #2f2f31;
  width: 100%;
}
.post-list:nth-child(3n) .image-part,
.post-grid:nth-child(3n) .image-part {
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
}
.post-list .overlay {
  opacity: 0;
}
.post-list:nth-child(3n) .overlay {
  z-index: 6;
  opacity: .5;
}
.post-list:nth-child(3n) .content-part,
.post-grid:nth-child(3n) .content-part {
  display: table-cell;
  float: none;
  top: 40px;
  width: 100% ;
  padding: 0 150px 0 160px;
  text-align: center;
  vertical-align: middle;
  color: #ffff;
}
.post-list:nth-child(3n) .post-meta,
.post-grid:nth-child(3n) .post-meta,
.post-list:nth-child(3n) .post-header,
.post-grid:nth-child(3n) .post-header,
.post-list:nth-child(3n) .post-list-entry,
.post-grid:nth-child(3n) .post-list-entry,
.post-list:nth-child(3n) .post-readmore,
.post-grid:nth-child(3n) .post-readmore {
  position: relative;
  top: -40px;
}
.post-list:nth-child(3n) .content-part .post-title a {
  color: #fff;
}
.post-list:nth-child(3n) .content-part .post-title a:hover {
  color: #d3d3d3;
}
.post-list:nth-child(3n) p, 
.post-list:nth-child(3n) .list-date span, 
.post-list:nth-child(3n) .post-author span, 
.post-list:nth-child(3n) .post-meta a ,
.post-list:nth-child(3n) .post-readmore a{
  color: #fff;
}
.post-list:nth-child(3n) .post-meta {
  display: inline-block;
  overflow: visible;
  margin-bottom: 20px;
}
.post-list:nth-child(3n) .post-meta li:not(:last-child)::after {
  background: #fff;
}
.post-list:nth-child(3n) .post-meta::before {
  position: absolute;
  top: 40%;
  right: 100%;
  width: 50%;
  height: 1px;
  background-color: #c9c9c9;
  content: '';
}
.post-list:nth-child(3n) .post-meta::after {
  left: 100%;
  width: 50%;
  background: #fff;
}
.post-list:nth-child(3n) .post-readmore a {
  border-bottom: 1px solid #fff;
}
.post-list:nth-child(3n) .post-readmore a:hover {
  opacity: .6;
}
.post-list:nth-child(3n) .post-author {
  margin-left: 10px;
}
.post-list:nth-child(3n) .author-avatar,
.post-grid:nth-child(3n) .author-avatar,
.no-image .author-avatar {
  margin-right: 5px;
  float: none;
  display: inline;
}
.post-list:nth-child(3n) .list-date,
.post-grid:nth-child(3n) .list-date {
  overflow: hidden;
  top: 480px;
  width: 460px;
}
.post-list:nth-child(3n) .post-date::after {
  background: #fff;
}
.post-list:nth-child(3n) .post-readmore {
  top: -10px;
  position: relative;
}
/* Grid Posts */
#grid-content {
  width: 100%;
}
.post-grid {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 47%;
  margin-right: 5%;
  margin-bottom: 40px;
  vertical-align: top;
}
.post-grid:nth-child(2n) {
  margin-right: 0;
}
.post-grid .image-part {
  float: left;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: auto;
  width: 88%;
  height: 300px;
}
.post-grid .image-part img {
  height: 108%;
}
.fullwidth .post-grid .image-part img {
  height: 109%;
}
.post-grid .content-part {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
  padding: 315px 0 20px 50px;
}
.post-grid .list-date {
  overflow: hidden;
  top: 300px;
  width: 300px;
}
.post-grid .list-date span {
  padding-left: 0;
}
/* Grid No Image */
.post-grid .no-image {
  display: table;
  height: 575px;
  width: 100%;
  margin-top: 0!important;
  background:  rgba(0, 0, 0, 0.06);
}
.post-grid .no-image .content-part {
  display: table-cell;
  float: none;
  z-index: 22;
  width: 100%;
  padding: 20px 50px 20px 60px;
  text-align: center;
  vertical-align: middle;
}
.post-grid .no-image .list-date {
  overflow: hidden;
  top: 555px;
  width: 530px;
}
.post-grid .no-image .post-meta {
  display: inline-block;
  overflow: visible;
  max-width: 250px;
}
.post-grid .no-image .post-meta::before {
  position: absolute;
  top: 40%;
  width: 20%;
  height: 1px;
  background-color: #c9c9c9;
  content: '';
  right: 100%;
}
.post-grid .no-image .post-meta:after {
  background-color: #c9c9c9;
  width: 20%;
  left: 100%;
}
.post-grid .no-image .post-author {
  margin-left: 10px;
}
.post-grid .no-image .post-readmore {
  position: relative;
}
.post-grid .no-image .post-container {
  display: table;
  height: 100%;
  width: 100%;
}
.post-grid .no-image .post-container .content-part {
  display: table-cell;
  float: none;
  z-index: 22;
  width: 100%;
  padding: 0 150px 0 160px;
  text-align: center;
  vertical-align: middle;
}
/* Grid 3rd Post */
.post-grid:nth-child(3n) {
  overflow: hidden;
  height: 565px;
}
.post-grid:nth-child(3n) .post-container {
  height: 100%;
  background: #2f2f31;
}
.post-grid:nth-child(3n) .image-part {
  width: 100%;
  height: 100%;
}
.post-grid:nth-child(3n) p,
.post-grid:nth-child(3n) .list-date span,
.post-grid:nth-child(3n) .post-author span,
.post-grid:nth-child(3n) .post-meta a {
  color: #fff;
}
.post-grid:nth-child(3n) .post-meta li:not(:last-child)::after {
  background: #fff;
}
.post-grid:nth-child(3n) .post-author {
  margin-left: 10px;
}
.post-grid:nth-child(3n) .list-date {
  overflow: hidden;
  top: 555px;
  width: 530px;
}
.post-grid:nth-child(3n) .post-meta,
.post-grid:nth-child(3n) .no-image .post-meta {
  display:inline-block;
  overflow: visible;
}
.post-grid:nth-child(3n) .post-meta::before {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 1px;
  background-color: #fff;
  content: '';
  right: 100%;
}
.post-grid:nth-child(3n) .post-meta::after {
  width: 50px;
  left: 100%;
  background-color: #fff;
}
.post-grid:nth-child(3n) .content-part {
  z-index: 22;
  padding: 20px 50px 20px 60px;
  text-align: center;
  color: #ffff;
}
.post-grid:nth-child(3n) .post-date::after {
  background: #fff;
}
.post-grid:nth-child(3n) .post-readmore a {
  border-bottom: 1px solid #fff;
}
.post-grid:nth-child(3n) .post-readmore a:hover {
  opacity: .6;
}
.post-grid:nth-child(3n) .content-part .post-title a {
  color: #fff;
}
.post-grid:nth-child(3n) .content-part .post-title a:hover {
  color: #d3d3d3!important;
}
.post-grid:nth-child(3n) .post-readmore a {
  color:#fff;
}
.post-grid:nth-child(3n) .overlay {
  position: absolute;
  z-index: 6;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
}  
.post-grid:nth-child(3n) .post-readmore {
  position: relative;
}
/* Fullwidth */
.fullwidth .post-grid {
  margin-bottom: 60px;
}
.fullwidth .post-grid:nth-child(3n),
.fullwidth .post-grid .no-image {
  height: 730px;
}
.fullwidth .post-grid .image-part {
  width: 90%;
  height: 400px;
}
.fullwidth .post-grid .content-part {
  margin-top: 260px;
  padding: 160px 0 50px 55px;
}
.fullwidth .post-grid .no-image .content-part {
  margin-top: 0!important;
  padding-top: 50px;
}
.fullwidth .post-grid:nth-child(3n) .content-part,
.fullwidth .no-image .content-part {
  margin-top: 0;
  padding: 20px 50px 20px 60px;
}
.fullwidth .post-list:nth-child(3n) {
  height: 600px;
  display: block;
}
.fullwidth .post-list .post-container {
  min-height: 400px;
}
.fullwidth .post-list .list-date {
  top: 400px;
  width: 400px;
} 
.fullwidth  .post-list:nth-child(3n) .list-date  {
  top: 580px;
  width: 550px;
}    
.fullwidth  .post-list:nth-child(3n) .post-container {
  min-height: 400px;
}  
.fullwidth .post-list .post-container.no-image  {
  min-height: 300px;
}
.fullwidth  .post-list:nth-child(3n) .image-part {
  left: 0;
  width: 100%;
  height: 100%;
}
.fullwidth .post-list .content-part {
  padding: 50px 70px 40px 70px;
}
.fullwidth .post-list .no-image .content-part {
  margin-top: 0;
}
.fullwidth .post-list .no-image .content-part,
.list-no-image .content-part {
  padding: 50px 40px 40px 0;
}
.fullwidth .post-list .post-title a,
.fullwidth .post-grid .post-title a {
  font-size: 35px;
}
.fullwidth .post-list .post-container.no-image .list-date {
  top: 275px;
  width: 245px;
}
.fullwidth .post-grid .no-image .list-date,
.fullwidth .post-grid:nth-child(3n) .list-date {
  top: 700px;
  width: 670px;
}
.fullwidth .post-list .image-part {
  height: 400px;
}
.fullwidth .post-grid:nth-child(3n) .image-part {
  width: 100%;
  height: 100%;
}
.fullwidth .post-grid .list-date {
  top: 400px;
  width: 400px;
}
/* Sticky Post */
.sticky-post {
  position: absolute;
  z-index: 4;
  padding: 10px 12px;
  font-size: 10px;
  color: #ffffff;
  background: #e00000;
}
.sticky-post {
  left: 50px;
}
/* Video thumbnail*/
.video-overlay {
  display: table;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-content {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  zoom: 110%;
}
.video-wrapper .video-content.active {
  opacity: 1;
}
.video-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.video-control {
  opacity: 0;
  -webkit-transform: translateX(-9999px);
  transform: translateX(-9999px);
}
.video-thumb-init:hover .video-control {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.video-control .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
  color: #ffffff;
  background: #111111;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-control .video-button::after {
  position: relative;
  width: auto;
  font-family: 'FontAwesome';
  font-size: 13px;
  font-style: normal;
  color: #ffffff;
  opacity: 1;
}
.video-control .video-pause::after {
  content: "\f28b";
}
.video-control .video-play::after {
  content: "\f04b";
}
.video-control .video-mute::after {
  content: "\f026";
}
.video-control .video-unmute::after {
  content: "\f028";
}
/*Smooth scroll*/
*[data-animate-scroll] {
    opacity: 0;
    transform: translate3d(0,200px,0);
    transition: opacity 0.7s cubic-bezier(.694,0,.335,1),transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
*[data-animate-scroll="true"] {
    opacity: 1;
    transform: translateZ(0);
}
.project-pagin[data-animate-scroll] {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
}
.project-pagin[data-animate-scroll="true"] {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  background: #c9c9c9; 
}

/* Single Post
/*************************************************************************/
.post-entry {
  position: relative;
}
.post-entry .post-meta {
  height: auto;
}
.post-entry .post-meta a {
  letter-spacing: 1px;
  color: #3d3d3d;
}
.post-entry .post-meta a:hover {
  color: #848484;
}
.post-entry ul.post-meta {
  margin-bottom: 0;
  font-size: 12px;
}
.post-entry .post-meta li {
  display: inline;
  font-weight: 300!important;
  color: #999999;
}
ul.post-meta li:not(:last-child)::after {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 8px;
  width: 3px;
  height: 3px;
  margin-right: 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #000000;
  content: '';
}
.post-category a {
  margin-right: 8px;
  text-transform: uppercase;
}
.author-avatar {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.author-avatar img {
  border-radius: 50%;
}
.post-entry h1 {
  color: #111111;
}
.entry-title {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 400;
}
.post-entry .single-post-image,
.single-page .post-image {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  }
.single-post-image img {
  width: 100%;
  height: auto;
}
.single-post-image.audio iframe {
  width: 100%;
  height: 500px;
}
.single-post-image .slide-item {
  display: block;
  background: #efefef;
}
.single-post-image .owl-nav button {
  position: absolute;
  top: 50%;
  opacity: .4;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.single-post-image .owl-nav button:hover {
  top: 50%;
  opacity: .8;
}
.single-post-image .owl-prev {
  left: 30px;
}
.single-post-image .owl-next {
  right: 0;
}
.single-post-image .owl-dots {
  display: none;
}
.post-title,
.post-title a {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.3em;
  color: #111111;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.post-title a:hover {
  color: #414141;
}
.post-item-container h2.post-title {
  margin-bottom: 20px;
}
.list-meta span {
  color: #ffffff;
}
.post-date {
  font-weight: 400;
}
.post-content {
  width: 100%;
}
.post-content a {
  text-decoration: underline;
}
.post-content hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
.post-content blockquote p {
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.6em;
  color: #000000;
}
.post-content img {
  max-width: 100%;
}
.post-meta a {
  line-height: 2em;
  letter-spacing: 1px;
  color: #111111;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.post-meta a:hover {
  color: #999999;
}
.categ a {
  margin-right: 10px;
  text-transform: uppercase;
}
.post-grid:nth-child(3n) .categ a,
.post-list:nth-child(3n) .categ a {
  margin-left: 10px;
}
.categ.onecat a:not(:first-child) {
  display: none!important;
}
/*Post Share*/
.post-share {
  margin-top: 30px;
}
.post-share li {
  list-style: none;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0;
}
.post-share a {
  float: left;
  width: 50px;
  padding: 6px 0;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
.post-share a:hover {
  opacity: .8
}
.post-share .facebook {
  background: #3b5999;
}
.post-share .twitter {
  background: #28a9e0;
}
.post-share .googleplus {
  background: #dd4a40;
}
.post-share .linkedin {
  background: #0274b3;
}
.post-share .pinterest {
  background: #bd071d;
}
.post-share .whatsapp {
  background: #5acd66;
}
.related-posts-title {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.item-related {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.item-related:last-child {
  margin-right: 0;
}
.item-related .related-image {
  position: relative;
  width: 100%;
  height: 200px;
}
.item-related img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;

  object-fit: cover;
  -o-object-fit: cover;
}
.item-related h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.related-posts {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.post-box-title {
  margin-bottom: 30px;
  border-bottom: 1px #eeeeee solid;
  line-height: 3em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111111;
}
.item-related h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
  color: #111111;
}
.item-related  a {
  font-weight: 600;
  color: #111111;
}
.item-related h6 a:hover {
  color: #999999;
}
.item-related span {
  text-align: left!important;
}
.related-date {
  float: left;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #a1a1a1;
}
/* Post Navigation */
#post-navigation {
  margin: 50px 0;
}
.post-prev {
  float: left;
  max-width: 260px;
}
.post-next {
  float: right;
  max-width: 260px;
}
.postnav-image {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.post-prev .postnav-image {
  float: left;
}
.post-next .postnav-image {
  float: right;
}
.postnav-image .overlay {
  opacity: .2;
}
.postnav-image .overlay:hover {
  opacity: .4;
}
.postnav-image img {
  width: 100%;
}
.navprev::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 33px;
  color: #ffffff;
  content: '\f104';
  top: 22px;
  left: 35px;
  z-index: 2;
} 
.navnext::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 33px;
  color: #ffffff;
  content: '\f105';
  top: 22px;
  left: 35px;
  z-index: 2;
}
.postnav-noimage {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  background: #eee;
  border-radius: 50%;
}
.post-prev .postnav-noimage {
  float: left;
}
.post-next .postnav-noimage {
  float: right;
}
.postnav-noimage .navprev::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 33px;
  color: #111111;
  content: '\f104';
  top: 22px;
  left: 35px;
  z-index: 2;
} 
.postnav-noimage .navnext::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 33px;
  color: #111111;
  content: '\f105';
  top: 22px;
  left: 35px;
  z-index: 2;
}
.prev-post-title {
  width: 160px;
  float: left;
  padding-left: 20px;
}
.next-post-title {
  float: left;
  width: 160px;
  padding-right: 20px;
  text-align: right;
}
#post-navigation span {
  font-size: 14px;
  color: #999999;
}
#post-navigation h6 {
  margin: 5px 0;
}
#post-navigation h6:hover {
  color: #747474;
}
/* Post Comments */
.comments ul li {
  list-style: none;
}
.post-comments {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-comments .post-box-title {
  font-size: 1em;
}
.thecomment .comment-text ul li {
  list-style: square inside;
}
.thecomment .comment-text ol li {
  list-style: decimal inside;
}
.comment-text blockquote p {
  font-size: .9em;
  color: #111111;
}
.thecomment .author-img img {
  border-radius: 50%;
}
.comment-text .date {
  font-size: 12px;
  color: #999999;
}
.thecomment {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dotted #eeeeee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}
.thecomment p {
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 1.6em;
}
.thecomment .comment-text {
  overflow: hidden;
}
.thecomment .comment-text h6.author {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #111111;
}
.thecomment .comment-text h6.author a {
  color: #111111;
}
.comment-form-author {
  float: left;
  width: 48%;
  padding-right: 2%;
}
.comment-form-email {
  float: left;
  width: 48%;
  padding-left: 2%;
}
.post-comments ul.children {
  margin: 0 0 0 50px;
}
.post-comments .reply {
  float: right;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.post-comments .comment-reply-link::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-size: 13px;
  vertical-align: middle;
  color: #111111;
  content: '\f112';
}
.post-comments span.reply a {
  padding: 3px 8px;
  font-size: 12px;
  color: #999999;
}
#respond {
  margin-bottom: 20px;
}
#respond h3 {
  font-size: 16px;
  color: #111111;
}
#respond h3 small a {
  margin-left: 7px;
  padding: 4px 6px 5px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: #111111;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#comments-pagination {
  margin-bottom: 20px;
}
#comments-pagination a {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
.current {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
#commentform p {
  font-size: 14px;
  line-height: 1.3em;
}
#commentform label {
  margin-bottom: 5px;
  font-size: 13px;
}
#commentform .comment-form-cookies-consent label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9em;
  color: #999999;
}
#commentform .comment-form-cookies-consent input {
  float: left;
  width: 30px;
  margin-top: 6px;
}
#submit:hover {
  background: #414141;
}
.pagination {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.pagination .nav-links > * {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  color: #787878;
  background: #eeeeee;
}
.pagination .page-numbers:hover {
  color: #111111;
  background: #e8e8e8;
}
.pagination .current {
  color: #ffffff;
  background: #111111;
}
.category-box {
  width: 100%;
}
.category-box h1,
.page-title,
.post-header h1 {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 5px;
  padding-bottom: 12px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  color: #313131;
}
.post-header h1::after,
.category-box h1::after,
.page-title::after {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  background-color: #c9c9c9;
  content: '';
}
.category-box h1 span {
  font-size: 16px;
  text-transform: lowercase;
  color: #6a6a6a;
}
.more-link {
  color: #ffffff;
}
.more-link span {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.more-link:hover,
.more-link span:hover {
  color: #c5c5c5;
}
.more-link::after {
  display: inline-block;
  position: relative;
  margin-left: .75em;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  speak: none;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.post-tags {
  clear: both;
  margin-top: 25px;
  margin-bottom: -15px;
  padding-bottom: 13px;
}
.post-tags a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 10px 12px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777777;
  background: #f2f2f2;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.post-tags a:hover {
  text-decoration: none;
  color: #020202;
  opacity: .9;
}
.bypostauthor {
  font-weight: 400;
}
.pagination-post {
  padding-top: 30px;
  clear: both;
}
.pagination-post span {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #a0a0a0;
}
.pagination-post > span {
  color: #ffffff;
  background-color: #111111;
}
.pagination-post a:hover span {
  color: #201f22;
  background-color: #ededed;
}
.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.form-group {
  margin-bottom: 20px;
}
/* Misc */
.page-template-page-fullwidth .single-page {
  margin-bottom: 100px;
}

.error-page h1 {
  font-size: 7em;
  color: #000000;
}
.error-page .search-form,
.post-entry .search-form,
.search-no-results .search-form {
  width: 50%;
}
.archive-box {
  margin-bottom: 30px;
  font-size: 1.44em;
}
.archive-box span {
  font-weight: 700;
  color: #000000;
}
.nothing-header {
  font-size: 4em;
  color: #000000;
}
.nothing .search-form,
.error-page .search-form,
.search-no-results .search-form {
  position: relative;
}
.nothing .search-form .search-button,
.error-page .search-form .search-button,
.search-no-results .search-form .search-button {
  position: absolute;
  right: 10px;
  bottom: 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.wpcf7-form-control-wrap, .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  font-size: 14px;
}
.wpcf7-form-control input {
  width: auto;
}
.wpcf7-list-item label {
  font-weight: 400;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
/* About Author */
.about-author {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 300;
  text-align: center;
}
.author-img img {
  border-radius: 100%;
  margin: 0;
}
.author-content p {
  margin: 0 auto 15px;
  font-size: 15px;
  max-width: 700px;
  font-style: italic;
}
.author-social {
  padding: 10px;
  font-size: 16px;
}
/* Sidebar & Widgets
/*************************************************************************/
.sidebar {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 3%;
}
.sidebar a {
  color: #111111;
}
.sidebar a:hover {
  color: #999999;
}
.sidebar ul li {
  margin-bottom: 15px;
  list-style: none;
  font-weight: 400;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
} 
.sidebar ul ul {
  margin-left: 0;
}
.sidebar table {
  margin: 0;
}
.home .sidebar.sb-top {
  top: -155px;
}
.sidebar .widget {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
}
.sidebar .widget-title {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
}
.sidebar .widget-title::after {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  background-color: #c9c9c9;
  content: '';
}
.sidebar .widget p {
  font-size: 14px;
  line-height: 22px;
}
.sidebar .widget img {
  width: 100%;
}
.sidebar .widget ul {
  overflow: hidden;
  margin-bottom: 0;
}
.sidebar .widget ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}
.sidebar .widget ul li a:hover {
  color: #999999;
}
.sidebar .widget_archive ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_nav_menu ul li a {
  font-weight: 400;
}
/* About */
.about-widget {
  width: 100%;
}
.about-widget .about-img {
  width: 100%;
}
.about-img img {
  width: 100%;
  height: auto;
}
.about-content {
  padding: 20px 20px 0;
  line-height: 1.6em;
  text-align: center;
  color: #787878;
}
.about-content h5 {
  float: left;
  width: 100%;
  margin: 5px 0 10px 0;
  color: #111111;
}
.about-author-signature {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 15% 5px;
}
.about-author-signature img {
  max-width: 60%;
}
/* Latest Posts */
.sidebar .widget .latest-posts li {
  margin-bottom: 20px;
  overflow: hidden;
} 
.latest-posts-item {
  width: 100%;
}
.latest-posts-image {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 14px;
}
.latest-posts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.latest-posts-text {
  display: block;
  overflow: hidden;
}
.latest-posts-text h4 {
  margin: 0;
  line-height: .7em;
}
.latest-posts-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
/* Social */
.social-widget {
  text-align: center;
}
.social-widget a {
  padding: 10px;
  font-size: 18px;
  line-height: 1.8em;
  color: #111111;
}
/* Image with Button */
.widget_image_button .imagebtn {
  display: flex;
  position: relative;
  min-height: 125px;
  align-items: center;
}
.widget_image_button .imagebtn .bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget_image_button .imagebtn .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_image_button .imagebtn .widget-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #111111;
}
.widget_image_button .imagebtn .widget-content .description {
  margin-bottom: 25px;
}
.sidebar .widget-content .img-button {
  display: inline-block;
  overflow: hidden;
  padding: 13px 32px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 2.5px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  color: #111111;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-appearance: none;
}
.widget.widget_image_button {
  margin-bottom: 10px;
}
/* Navigation Menu */
.sidebar .sidebar-menu ul li {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111111;
}
.sidebar .sidebar-menu ul li a {
  font-size: 12px;
  font-weight: 400;
}
.sidebar .widget ul.menu li ul {
  margin-top: 9px;
}
.sidebar.widget ul {
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .widget ul ul {
  margin-left: 25px;
}
.sidebar .widget ul li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sidebar .widget ul li .sub-menu ul,
.sidebar .widget ul li .children {
  padding-top: 10px;
}
.sidebar .widget ul li .sub-menu li,
.sidebar .widget ul li .children li {
  border-bottom: none;
}
.sidebar-inner ul.menu li ul {
  padding-top: 20px;
  padding-left: 0;
}
.sidebar .widget li > ul {
  display: none;
  margin-left: 15px;
}
.widget li > .narrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.widget li > .narrow i {
  display: block;
  position: relative;
  width: 6px;
  margin-top: 20px;
  color: #999999;
}
.widget li > .narrow i::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.widget li > .narrow i::after {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  width: 100%;
  border-bottom: 1px solid;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget li.open > .narrow i::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget li.open > .narrow i::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.widget li > .narrow i,
.widget li > .narrow i::before,
.widget li > .narrow i::after {
  transition: all 150ms ease-out;
}
/* Categories */
.sidebar ul li.cat-item {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #999999;
}
.sidebar ul li.cat-item a {
  font-size: 12px;
  font-weight: 400;
}
/* Archive */
.sidebar .widget.widget_archive li {
  color: #999999;
  padding: 9px 0;
  font-size: 12px;
}
.sidebar .widget.widget_archive li a,
.widget_meta li a {
  font-size: 14px;
  color: #111111;
}
.widget_archive li a:hover,
.widget_meta li a:hover {
  color: #999999;
}
/* Search */
.sidebar .search-form {
  position: relative;
}
.sidebar .search-form .search-field {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  padding: 14px 20px;
  border-width: 1px;
  line-height: 20px;
  background: transparent;
}
.sidebar .search-form .search-button {
  display: block;
  position: absolute;
  top: 33%;
  right: 15px;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: normal;
  color: #111111;
  background: none;
}
/* Calendar */
.calendar_wrap table {
  border: 0;
}
.calendar_wrap table tr td,
.calendar_wrap table tr th {
  padding: 0;
  border: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  text-align: right;
}
#wp-calendar thead {
  font-size: 12px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody td {
  padding: 8px;
  font-size: 12px;
  text-align: center;
}
#wp-calendar tbody td a {
  font-weight: 700;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
}
#wp-calendar tfoot #next {
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
}
tfoot a {
  color: #000000;
}
/* Tag Cloud */
.sidebar .widget .tagcloud a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 8px 12px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777777;
  background: #f2f2f2;
  font-size: 11px !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sidebar .widget .tagcloud a:hover {
  text-decoration: none;
  color: #020202;
  opacity: .8;
}
/* Instagramm Side Widget */


.sidebar .widget .wp-my-instagram ul li {
  width: 50%;
}

.sidebar .instagram-pics {
  overflow: hidden;
}
.sidebar .instagram-pics li {
  display: inline-block;
  width: 32%;
  margin: 0 0 1% 1%;
  padding-bottom: 1%;
  border-bottom: none;
}
.sidebar .instagram-pics li img:hover {
  opacity: .80;
}
.sidebar .instagram-feed h6 {
  margin-top: 10px;
  text-align: center;
}
.sidebar .instagram-feed h6 a {
  padding: 6px 18px;
  font-size: 14px;
  color: inherit;
}
/* Recent Comments Widget*/
.sidebar .recentcomments a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.sidebar .widget_recent_comments .recentcomments > a {
  display: block !important;
  font-weight: 400;
  line-height: 1.4em;
}
.sidebar .recentcomments a:hover {
  color: #999999;
}
.sidebar .recentcomments .comment-author-link a {
  font-weight: 400;
  color: #999999;
}
.sidebar .widget_recent_comments .recentcomments .url {
  color: #737373;
}
.sidebar .widget_recent_comments ul {
  font-size: 14px;
  color: #999999;
}
.sidebar .widget_recent_comments ul li {
  margin-bottom: 15px;
}
.sidebar .widget_recent_comments .recentcomments .url {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* RSS */
.sidebar .widget_rss ul li {
  margin-bottom: 24px;
  font-size: 14px;
}
.sidebar .widget_rss ul ul {
  margin-bottom: 0;
}
.sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget_rss ul li a {
  display: block;
  font-weight: 600;
  color: #111111;
}
.widget_rss .rss-date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #999999;
}
.widget_rss img {
  display: none;
}
.rsswidget {
  font-weight: 600;
}
/* Mail Chimp */
.widget_mc4wp_form_widget form {
  padding: 20px;
}
.widget_mc4wp_form_widget p {
  width: 100%;
  margin-bottom: 10px;
}
.widget_mc4wp_form_widget input[type='email'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 17px;
  background: #ffffff;
}
.widget_mc4wp_form_widget input[type='submit'] {
  width: 100%;
  margin-top: 0;
  padding: 16px 0;
}
.widget_mc4wp_form_widget label {
  font-weight: 300;
}
.widget_mc4wp_form_widget label span{
  font-weight: 600;
}
.widget_mc4wp_form_widget input {
  width: auto;
  margin-right: 5px;
}
.single-page .mc4wp-form-fields {
  width: 50%;
}
.mc4wp-form-fields p select,
.mc4wp-form-fields p input[type=email] {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
}
/* Misc */
.widget_recent_entries ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.widget_recent_entries ul li a {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.widget_recent_entries span {
  float: left;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #999999;
}
.widget_pages a {
  font-weight: 400;
}
.widget_media_image img {
  width: 100%;
}
.sidebar .widget_recent_entries ul li{
  margin-bottom: 15px;
}
/* Hidden Sidebar */
#hidden-sidebar {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 31, .55);
  opacity: 0;
  content: '';
  transition: opacity .5s ease-out;
}
#hidden-sidebar.active {
  visibility: visible;
  opacity: 1;
}
#hidden-sidebar .widgets-side {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  left: -150px;
  box-sizing: border-box;
  width: 350px;
  height: 100%;
  height: 100vh;
  padding: 120px 30px 70px 30px;
  background: #ffffff;
  opacity: 0;
  transition: all .5s ease-out;
}
#hidden-sidebar.active .widgets-side {
  overflow-y: auto;
  left: 0;
  opacity: 1;
}
#hidden-sidebar a.close-button {
  display: inline-block;
  position: absolute;
  top: 66px;
  left: 50%;
  margin-left: -12px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
}
#hidden-sidebar a.close-button i {
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.hidden-sidebar-button {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.hidden-sidebar-button a.open-hidden-sidebar {
  display: block;
  position: relative;
  width: 18px;
  height: 10px;
  padding-bottom: 3px;
  color: #6a6b6c;
}
.hidden-sidebar-button a.open-hidden-sidebar span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -1px;
  border-bottom: 2px solid;
  opacity: 1;
  transition: all .3s ease-out;
}
a.open-hidden-sidebar span.bar-1 {
  top: 0px;
}
a.open-hidden-sidebar span.bar-2 {
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
a.open-hidden-sidebar span.bar-3 {
  bottom: 0px;
}
a.open-hidden-sidebar.active span.bar-2 {
  transform: translateX(-30%);
}
/* Footer
/*************************************************************************/
/* Instagram footer area */
#instagram-footer {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
#instagram-footer ul,
#instagram-footer ul li{
  margin-bottom: 0;
}
.instagram-title {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.instagram-title::before {  
  margin-right: 8px;
  font-family: 'FontAwesome';
  font-size: 20px;
  vertical-align: middle;
  content: '\f16d';
}  
#instagram-footer ul {
  overflow: hidden;
}
#instagram-footer ul li {
  float: left;
  width: 16.6666%;
  list-style: none;
}
#instagram-footer ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 320px!important;
  width: 100% !important;
}
#instagram-footer ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
#instagram-footer ul li img:hover {
  opacity: .87;
}
#instagram-footer .instagram-feed p a {
  padding: 12px 28px;
  font-size: 14px;
  color: #afafaf;
  background: #ffffff;
}
.zoom-instagram-widget__follow-me a.ig-b-v-24 {
  color: #fff!important;
  font-family: inherit!important;
  border: none;
  margin: 20px 0;
  background: #111!important;
  padding: 10px 15px;
}
#instagram-footer .clear {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
#instagram-footer #sb_instagram #sbi_load .sbi_load_btn {
  margin: 20px auto 20px auto!important;
}
#instagram-footer #sb_instagram #sbi_load .sbi_follow_btn {
  margin: 15px 0;
} 
#sb_instagram .sb_instagram_header {
  overflow: hidden;
  margin-left: 20px!important;
  margin-bottom: 20px!important;
}
/* Site Footer */
#footer {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #f0f0f0;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #999999;
}
.footer-logo {
  width: 200px;
  margin: 20px auto;
  text-align: center;
  vertical-align: middle;
}
.footer-logo a {
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: 600;
  vertical-align: middle;
  color: #efefef;
}
.footer-logo a img {
  width: 100%;
  height: auto;
}
.footer-social-links {
  padding: 20px 0;
  line-height: 2em;
}
.footer-social-links a {
  margin: 0 28px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-social-links a span {
  font-size: 11px;
}
.footer-social-links i {
  margin-right: 5px;
}
#footer-copyright {
  padding: 20px 0;
  font-size: 12px;
  color: #989898;
}
#footer-copyright a {
  text-decoration: underline;
}
/* Editor
/*************************************************************************/
.wp-block-preformatted,
.wp-block-table,
.wp-block-media-text {
  margin-bottom: 20px;
}
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
  padding: 15px;
}
.wp-block-table.is-style-stripes {
  border: 1px solid #f3f4f5;
}
.wp-block-verse {
  padding: 20px;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts {
  margin-bottom: 30px;
}
.wp-block-categories {
  width: 100%;
}
.wp-block-categories li {
  display: table;
  width: 100%;
  list-style: none;
}
.wp-block-latest-posts a {
  border-bottom: 0;
}
.wp-block-embed,
.wp-block-embed__wrapper iframe {
  width: 100%;
}
.post-content .wp-block-embed,
.post-content .wp-block-audio {
  margin-bottom: 32px;
}
.wp-block-media-text {
  margin-bottom: 40px;
}
.wp-block-media-text p {
  line-height: 1.9em;
}
.wp-block-audio figcaption {
  color: #111111;
}
.wp-block-categories,
.wp-block-archives {
  text-decoration: none;
}
.wp-block-embed-soundcloud iframe {
  height: 500px;
}
.wp-block-latest-posts__post-date {
  font-weight: 300;
}
/* Comments */
.wp-block-latest-comments__comment footer {
  width: auto;
  padding: 0;
  text-align: left;
  background: #ffffff;
}
.wp-block-latest-comments__comment-excerpt p {
  font-weight: 300;
}
.wp-block-latest-comments__comment {
  list-style: decimal inside!important;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none!important;
}
/* Buttons */
.wp-block-button {
  margin-bottom: 40px;
}
.wp-block-button a {
  text-decoration: none;
  margin-bottom: 30px;
}
.wp-block-button .wp-block-button__link {
  padding: 14px 24px;
  border-radius: 4px;
  color: #ffffff;
}
.wp-block-button .wp-block-button__link:hover {
  background: #414141 !important;
}
.is-style-outline a.wp-block-button__link {
  color: #111111;
  border: 2px solid currentcolor;
}
.is-style-outline a.wp-block-button__link:hover {
  color: #fff!important;
  border: 2px solid #414141;
  background: #414141;;
}
.wp-block-button__link {
  background: #111111;
}
.wp-block-button .wp-block-button__link {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* Separator */
.wp-block-separator:not(.is-style-dots) {
  max-width: 100%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-color: transparent;
  text-align: left;
  background-color: #767676;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 150px;
}
.wp-block-separator.is-style-dots:before {
  padding-left: calc(1.5 * 1rem);
  content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: calc(1.5 * 1rem);
}
.wp-block-separator:not(.is-style-dots) {
  clear: both;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
/* Images */
.wp-block-image {
  margin-bottom: 40px;
}
.wp-block-image figcaption {
  margin-top: 20px;
  padding-top: 10px;
  color: inherit!important;
}
.wp-block-cover.alignleft {
  margin-bottom: 50px!important;
}
.wp-block-cover, 
.wp-block-cover-image {
  margin-bottom: 30px!important;
}
.wp-block-cover.alignleft,
.wp-block-pullquote.alignleft {
  margin-right: 2em;
}
.wp-block-cover.alignright,
.wp-block-pullquote.alignright {
  margin-left: 2em;
}
.wp-block-image .alignleft {
  margin-right: 2em;
}
.wp-block-image .alignright {
  margin-left: 2em;
}
.post-content .wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.fullwidth .wp-block-image.alignfull,
.fullwidth .wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-1 * ((100vw - 100% - 17px + 0px) / 2));
  margin-right: calc(-1 * ((100vw - 100% - 17px + 0px) / 2));
}
.wp-block-gallery li {
  list-style: none!important;
}
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
/* Quotes */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-left: 50px!important;
}
.wp-block-pullquote {
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  text-align: left;
}
.wp-block-pullquote blockquote {
  border-left: none;
}
.wp-block-pullquote cite,
.wp-block-quote cite {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: #999999;
}
.wp-block-pullquote blockquote {
  padding-left: 0;
  color: #999999;
}
.wp-block-pullquote blockquote::before {
  position: relative;
  top: -15px;
}
.blockquote-footer {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
}
.wp-block-columns.has-3-columns blockquote {
  margin-top: 0;
}
/* Calendar */
.wp-block-calendar #wp-calendar {
  width: 50%;
}
.wp-block-calendar table {
  border: none;
}
.wp-block-calendar table tbody td {
  font-size: 15px!important;
  width: 14.2%;
}
.wp-block-calendar table caption, 
.wp-block-calendar table tbody {
  font-weight: 700;
  font-size: 14px!important;
}
.wp-block-calendar table th {
  font-weight: 700!important;
  background: transparent!important;
  border: none;
}
.post-content .wp-block-calendar tfoot a {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  font-size: 12px;
}
.post-content .wp-block-calendar #today a {
  text-decoration: none;
}
/* Search */
.wp-block-search {
  position: relative;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
  visibility: hidden;
  position: absolute;
  right: 10px;
  bottom: 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.wp-block-search .wp-block-search__button::before {
  visibility: visible;
  position: absolute;
  right: 10px;
  margin-left: 7px;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #111111;
  content: '\f002';
}

/* Elementor
/*************************************************************************/

.elementor ul li {
  list-style: none;
}
.elementor-widget-wp-widget-pages {
  font-size: 13px;
  text-transform: uppercase;
}
.elementor-widget-wp-widget-pages h5,
.elementor-widget-wp-widget-archives h5,
.elementor-widget-wp-widget-dreamla_latest_posts_widget h5,
.elementor-widget-wp-widget-instagram-feed h5 {
  font-size: 24px;
  font-weight: 700;
}
.elementor-widget-wp-widget-dreamla_latest_posts_widget .latest-posts-text h4 {
  font-size: 16px;
  line-height: 1.6em;
}
.elementor .instagram-pics {
  overflow: hidden;
  margin-bottom: 0;
}
.elementor .instagram-pics li {
  margin: 0;
  width: 25%;
  float: left;
}
.elementor-widget-wp-widget-instagram-feed h6 {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
/* WordPress Core
/*************************************************************************/
.alignnone {
  margin: 0;
}
p:empty {
  display: none;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  max-width: 100%;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  background: #ffffff;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px 4px 5px 4px;
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  color: #7f7f7f;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;

  clip-path: inset(50%);
}
.screen-reader-text:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  color: #444444;
  background-color: #eeeeee;
  clip-path: none;
}
ins {
  text-decoration: none;
  background: #fff9c0;
}
.gallery-item {
  float: left;
  margin: 0;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-item a {
  border: none;
}
#gallery-1 img {
  border: 0!important;
}
.gallery .gallery-caption {
  margin-top: 4px;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4em;
  color: #888888;
}
figure {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
cite {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: #999999;
}
code {
  color: inherit;
}
kbd {
  margin: 0 1px;
  padding: 3px 5px 2px 5px;
  font-size: 13px;
  background: #eaeaea;
}