/**
 * Variables bootstrap and for all our modules
 *
 * IMPORTANT: Overwrites the one from bootstrap, so it must be placed in same folder (which is /less/)
 *
 * @author  arndg, michi
 * @version 1.1
 * @since   0.2
 */
/*@grid-gutter-outer:         50px;*/
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-gallery {
  margin-right: -20px/2;
  margin-left: -20px/2;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-self: flex-start;
  margin: 0 20px 20px 0;
  width: calc(50% - 20px);
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 20px;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
  width: calc(12.5% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
  margin-right: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
  width: calc(14.28571429% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
  margin-right: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: calc(16.66666667% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
  margin-right: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc(20% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
  margin-right: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc(25% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(33.33333333% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}
.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: calc(50% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: calc(100% - 20px);
  /*    margin-right: @grid_gap/2;
      margin-left: @grid_gap/2;*/
}
.wp-block-gallery.columns-1 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-1 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
  margin-right: 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
  align-self: inherit;
}
.wp-block-gallery.is-cropped img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped figure a {
  width: 100%;
  height: 100%;
  flex: 1;
}
.wp-block-gallery.is-style-rowgrid .blocks-gallery-grid {
  margin-right: -20px;
}
@media (max-width: 992px) {
  .wp-block-gallery.is-style-rowgrid .blocks-gallery-grid {
    margin-right: 0;
  }
}
.wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-image,
.wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item {
  align-self: inherit;
}
.wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item {
  height: 22vw;
  width: auto;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item {
    height: 26vw;
  }
}
@media (max-width: 992px) {
  .wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item {
    height: 38vw;
  }
}
@media (max-width: 480px) {
  .wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item {
    height: 52vw;
  }
}
.wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-style-rowgrid .blocks-gallery-grid .blocks-gallery-item figure a {
  width: 100%;
  height: 100%;
  flex: 1;
}
.wp-block-media-text {
  margin-bottom: 20px;
  min-height: 18vw;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 30px;
}
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100%!important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-image-fill .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    min-height: 42vw;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-video video {
  max-width: 100%;
}
.entry-content > *.alignfull {
  margin-left: calc(( 100vw - 80vw ) /-2);
  margin-right: calc(( 100vw - 80vw ) /-2);
  width: 100vw;
}
@media (max-width: 1440px) {
  .entry-content > *.alignfull {
    width: calc(100% +  30px*2);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 992px) {
  .entry-content > *.alignfull {
    width: calc(100% +  20px*2);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: 0;
}
.entry-content > .alignfull:first-child {
  margin-top: -60px;
}
.wp-block-cover,
.wp-block-image {
  margin-bottom: 20px;
}
.wp-block-gallery figcaption,
.wp-block-image figcaption {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}
.wp-block-gallery .blocks-gallery-grid + figcaption {
  margin-top: -10px;
}
/*.wp-block-image.alignfull + .wp-block-ma-blocks-block-ma-section.alignfull {
margin-top: -@blocks_margin_bottom;
}*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size,
.has-large-font-size,
.has-huge-font-size {
  font-size: inherit;
}
.queryForm_blog {
  position: relative;
  top: 0;
  font-size: 16px;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.queryForm_blog .searchfield_blog {
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) inset rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) inset rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) inset rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  border-radius: 40px;
  justify-content: space-between;
  background-color: #fff;
}
.queryForm_blog .searchfield_blog .query_blog {
  text-overflow: ellipsis;
}
.queryForm_blog .input-group-addon,
.queryForm_blog .form-control,
.queryForm_blog .btn {
  border: none;
  height: 40px;
  line-height: 40px;
  color: #3c3c3c;
  background: none;
}
.queryForm_blog .btn {
  line-height: 1;
}
.queryForm_blog .input-group-addon {
  padding: 0 3px ;
}
.queryForm_blog .form-control {
  font-size: 16px;
}
.queryForm_blog .form-group {
  margin: 0;
  flex-grow: 1;
}
.queryForm_blog .queryFormInput_blog {
  order: 1;
}
.queryForm_blog .querySubmitButton_blog {
  margin-right: 6px;
  order: 4;
}
.queryForm_blog .input-group-btn,
.queryForm_blog .input-group-addon {
  width: auto;
  display: block;
}
.queryForm_blog .form-control {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 3px;
  padding-left: 20px;
  padding-top: 4px;
  font-size: 16px;
}
.queryForm_blog .btn {
  background: none;
  padding: 6px;
  width: 35px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.queryForm_blog .btn .icon-w61 {
  font-size: 21.25px;
}
.queryForm_blog .btn:active,
.queryForm_blog .btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none rgba(0, 0, 0, 0.5);
  background: none !important;
}
.form-control.round {
  border-radius: 100em !important;
  padding: 6px 18px;
  border-color: #000;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header {
  position: relative;
}
#navbar {
  min-height: inherit;
}
#top_header {
  width: 100%;
}
#top_header .container {
  position: relative;
}
#home_header_widgetarea {
  margin-top: 30px;
}
#home_header_widgetarea,
#home_header_widgetarea * {
  color: #000;
}
#home_header_widgetarea .widget:last-child {
  margin-bottom: 0px;
}
#home_header_widgetarea .widget .teaser_content > *:last-child {
  margin-bottom: 0;
}
footer {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  max-height: inherit !important;
  text-align: center;
  font-size: 13px;
  color: #9a9a9a;
}
footer a {
  color: #9a9a9a;
}
footer a:hover {
  color: #8fe142;
}
footer img {
  max-height: inherit;
}
footer #footer_content {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  footer #footer_content {
    flex-direction: column;
    display: flex;
  }
}
footer #footer_content #footer-nav {
  flex-wrap: wrap;
}
#footerlogo {
  width: 188px;
  height: 23px;
  background: url("../img/W61_logo_negativ_vs_2021.svg") no-repeat scroll 0 0 transparent;
  background-size: 100% ;
  background-position: top center;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 40px;
}
#footerlogo:hover {
  text-decoration: none;
}
#legalline_text {
  display: inline;
}
@media (max-width: 1200px) {
  #footer_container {
    width: 100%;
  }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#social-nav {
  font-size: 24px;
  margin-bottom: 20px;
}
#social-nav li {
  padding: 0 15px;
}
#social-nav li a {
  color: #575757;
}
#social-nav li a:hover {
  color: #8fe142;
}
#footer_widgetarea {
  width: 100%;
}
#footer_widgetarea .widget {
  margin-bottom: 20px;
}
#sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 0.1;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.menue,
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menue li,
.menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.menue a,
.menu a {
  text-decoration: none;
  border: none;
}
#main_nav li.highlight > a {
  color: #8fe142;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer .menu,
footer .menue,
#footer-nav {
  margin: auto;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-transform: uppercase;
}
footer .menu a,
footer .menue a,
#footer-nav a {
  color: #fff;
}
footer .menu a:hover,
footer .menue a:hover,
#footer-nav a:hover {
  color: #8fe142;
}
footer .menu li,
footer .menue li,
#footer-nav li {
  padding: 0 20px;
}
footer .menu .sub-menu,
footer .menue .sub-menu,
#footer-nav .sub-menu {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
footer .menu .sub-menu li,
footer .menue .sub-menu li,
#footer-nav .sub-menu li {
  margin-top: 10px;
}
@media (max-width: 768px) {
  footer .menu:not(#social-nav),
  footer .menue:not(#social-nav),
  #footer-nav:not(#social-nav) {
    flex-direction: column;
  }
  footer .menu:not(#social-nav) > li,
  footer .menue:not(#social-nav) > li,
  #footer-nav:not(#social-nav) > li {
    margin-bottom: 20px;
  }
}
.teaser {
  background-color: #cdcdcd;
  margin-bottom: 30px;
}
.teaser,
.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6,
.teaser .h1,
.teaser .h2,
.teaser .h3,
.teaser .h4,
.teaser .h5,
.teaser .h6 {
  color: #fff;
}
.teaser a {
  color: #000;
}
.teaser a:hover {
  color: #8fe142;
}
.teaser .teaser_content {
  padding: 20px;
  box-sizing: border-box;
}
.teaser.backimage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teaser.backimage .teaser_img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.teaser.backimage .teaser_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.teaser.backimage .teaser_content {
  position: relative;
  padding: 30px;
}
.widget .teaser {
  margin-bottom: 0;
}
#main_column .teaser {
  min-height: 15vw;
  font-size: 18px;
}
@media (min-width: 992px) {
  #main_column .teaser:not(.backimage) {
    display: flex;
    flex-direction: row;
  }
  #main_column .teaser:not(.backimage) .teaser_img,
  #main_column .teaser:not(.backimage) .teaser_content {
    width: 50%;
  }
  #main_column .teaser:not(.backimage) .teaser_content {
    align-self: center;
    flex-grow: 1;
  }
  #main_column .teaser:not(.backimage) .teaser_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
}
#related_posts_slider_outer {
  position: relative;
  background-color: blue;
  width: 100%;
  display: block;
  float: left;
}
.posts_slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  align-items: stretch;
  box-sizing: content-box;
}
.posts_slider .swiper-wrapper {
  margin-bottom: 20px;
}
.posts_slider .short_post {
  flex-shrink: 0;
  position: relative;
  box-sizing: content-box;
  margin: 0;
}
@media (max-width: 768px) {
  .posts_slider .short_post {
    max-width: 80%;
    width: 80% !important;
  }
}
.posts_slider .short_post:before,
.posts_slider .post-thumbnail img {
  width: calc(100% - 1px);
}
.posts_slider-navigation {
  text-align: center;
}
.posts_slider-navbtn {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid #000;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.posts_slider-navbtn:hover {
  background-color: #000;
  color: #fff;
}
/**
 * Defines a for-each mixin, to loop over a list
 */
.has-black-background-color,
.has-black-background-color.has-background-dim,
.has-black-background-color.button,
.has-black-background-color.wp-block-button__link {
  background-color: #000;
}
.has-black-color,
.has-black-color a:not(.wp-block-button__link),
.has-black-color.button,
.has-black-color.wp-block-button__link {
  color: #000;
}
.catcolor-black .entry-content a:not(.btn),
.post.catcolor-black .entry-content a:not(.btn),
.catcolor-black .entry-date,
.post.catcolor-black .entry-date,
.catcolor-black .photographer_title,
.post.catcolor-black .photographer_title,
.catcolor-black .archive-title,
.post.catcolor-black .archive-title {
  color: #000;
}
.post_category_list .catcolor-black,
.home_category_filterlist .catcolor-black,
.post_category_list .catcolor-black a,
.home_category_filterlist .catcolor-black a {
  color: #000;
}
.post_category_list .catcolor-black .btn.outline,
.home_category_filterlist .catcolor-black .btn.outline,
.post_category_list .catcolor-black .icon-btn.outline,
.home_category_filterlist .catcolor-black .icon-btn.outline {
  border-color: #000;
  color: #000;
}
.has-white-background-color,
.has-white-background-color.has-background-dim,
.has-white-background-color.button,
.has-white-background-color.wp-block-button__link {
  background-color: #fff;
}
.has-white-color,
.has-white-color a:not(.wp-block-button__link),
.has-white-color.button,
.has-white-color.wp-block-button__link {
  color: #fff;
}
.catcolor-white .entry-content a:not(.btn),
.post.catcolor-white .entry-content a:not(.btn),
.catcolor-white .entry-date,
.post.catcolor-white .entry-date,
.catcolor-white .photographer_title,
.post.catcolor-white .photographer_title,
.catcolor-white .archive-title,
.post.catcolor-white .archive-title {
  color: #fff;
}
.post_category_list .catcolor-white,
.home_category_filterlist .catcolor-white,
.post_category_list .catcolor-white a,
.home_category_filterlist .catcolor-white a {
  color: #fff;
}
.post_category_list .catcolor-white .btn.outline,
.home_category_filterlist .catcolor-white .btn.outline,
.post_category_list .catcolor-white .icon-btn.outline,
.home_category_filterlist .catcolor-white .icon-btn.outline {
  border-color: #fff;
  color: #fff;
}
.has-key-background-color,
.has-key-background-color.has-background-dim,
.has-key-background-color.button,
.has-key-background-color.wp-block-button__link {
  background-color: #8fe142;
}
.has-key-color,
.has-key-color a:not(.wp-block-button__link),
.has-key-color.button,
.has-key-color.wp-block-button__link {
  color: #8fe142;
}
.catcolor-key .entry-content a:not(.btn),
.post.catcolor-key .entry-content a:not(.btn),
.catcolor-key .entry-date,
.post.catcolor-key .entry-date,
.catcolor-key .photographer_title,
.post.catcolor-key .photographer_title,
.catcolor-key .archive-title,
.post.catcolor-key .archive-title {
  color: #8fe142;
}
.post_category_list .catcolor-key,
.home_category_filterlist .catcolor-key,
.post_category_list .catcolor-key a,
.home_category_filterlist .catcolor-key a {
  color: #8fe142;
}
.post_category_list .catcolor-key .btn.outline,
.home_category_filterlist .catcolor-key .btn.outline,
.post_category_list .catcolor-key .icon-btn.outline,
.home_category_filterlist .catcolor-key .icon-btn.outline {
  border-color: #8fe142;
  color: #8fe142;
}
.has-blogcola-background-color,
.has-blogcola-background-color.has-background-dim,
.has-blogcola-background-color.button,
.has-blogcola-background-color.wp-block-button__link {
  background-color: #ffbc00;
}
.has-blogcola-color,
.has-blogcola-color a:not(.wp-block-button__link),
.has-blogcola-color.button,
.has-blogcola-color.wp-block-button__link {
  color: #ffbc00;
}
.catcolor-blogcola .entry-content a:not(.btn),
.post.catcolor-blogcola .entry-content a:not(.btn),
.catcolor-blogcola .entry-date,
.post.catcolor-blogcola .entry-date,
.catcolor-blogcola .photographer_title,
.post.catcolor-blogcola .photographer_title,
.catcolor-blogcola .archive-title,
.post.catcolor-blogcola .archive-title {
  color: #ffbc00;
}
.post_category_list .catcolor-blogcola,
.home_category_filterlist .catcolor-blogcola,
.post_category_list .catcolor-blogcola a,
.home_category_filterlist .catcolor-blogcola a {
  color: #ffbc00;
}
.post_category_list .catcolor-blogcola .btn.outline,
.home_category_filterlist .catcolor-blogcola .btn.outline,
.post_category_list .catcolor-blogcola .icon-btn.outline,
.home_category_filterlist .catcolor-blogcola .icon-btn.outline {
  border-color: #ffbc00;
  color: #ffbc00;
}
.has-blogcolb-background-color,
.has-blogcolb-background-color.has-background-dim,
.has-blogcolb-background-color.button,
.has-blogcolb-background-color.wp-block-button__link {
  background-color: #de3500;
}
.has-blogcolb-color,
.has-blogcolb-color a:not(.wp-block-button__link),
.has-blogcolb-color.button,
.has-blogcolb-color.wp-block-button__link {
  color: #de3500;
}
.catcolor-blogcolb .entry-content a:not(.btn),
.post.catcolor-blogcolb .entry-content a:not(.btn),
.catcolor-blogcolb .entry-date,
.post.catcolor-blogcolb .entry-date,
.catcolor-blogcolb .photographer_title,
.post.catcolor-blogcolb .photographer_title,
.catcolor-blogcolb .archive-title,
.post.catcolor-blogcolb .archive-title {
  color: #de3500;
}
.post_category_list .catcolor-blogcolb,
.home_category_filterlist .catcolor-blogcolb,
.post_category_list .catcolor-blogcolb a,
.home_category_filterlist .catcolor-blogcolb a {
  color: #de3500;
}
.post_category_list .catcolor-blogcolb .btn.outline,
.home_category_filterlist .catcolor-blogcolb .btn.outline,
.post_category_list .catcolor-blogcolb .icon-btn.outline,
.home_category_filterlist .catcolor-blogcolb .icon-btn.outline {
  border-color: #de3500;
  color: #de3500;
}
.has-blogcolc-background-color,
.has-blogcolc-background-color.has-background-dim,
.has-blogcolc-background-color.button,
.has-blogcolc-background-color.wp-block-button__link {
  background-color: #8c8d00;
}
.has-blogcolc-color,
.has-blogcolc-color a:not(.wp-block-button__link),
.has-blogcolc-color.button,
.has-blogcolc-color.wp-block-button__link {
  color: #8c8d00;
}
.catcolor-blogcolc .entry-content a:not(.btn),
.post.catcolor-blogcolc .entry-content a:not(.btn),
.catcolor-blogcolc .entry-date,
.post.catcolor-blogcolc .entry-date,
.catcolor-blogcolc .photographer_title,
.post.catcolor-blogcolc .photographer_title,
.catcolor-blogcolc .archive-title,
.post.catcolor-blogcolc .archive-title {
  color: #8c8d00;
}
.post_category_list .catcolor-blogcolc,
.home_category_filterlist .catcolor-blogcolc,
.post_category_list .catcolor-blogcolc a,
.home_category_filterlist .catcolor-blogcolc a {
  color: #8c8d00;
}
.post_category_list .catcolor-blogcolc .btn.outline,
.home_category_filterlist .catcolor-blogcolc .btn.outline,
.post_category_list .catcolor-blogcolc .icon-btn.outline,
.home_category_filterlist .catcolor-blogcolc .icon-btn.outline {
  border-color: #8c8d00;
  color: #8c8d00;
}
.has-blogcold-background-color,
.has-blogcold-background-color.has-background-dim,
.has-blogcold-background-color.button,
.has-blogcold-background-color.wp-block-button__link {
  background-color: #842780;
}
.has-blogcold-color,
.has-blogcold-color a:not(.wp-block-button__link),
.has-blogcold-color.button,
.has-blogcold-color.wp-block-button__link {
  color: #842780;
}
.catcolor-blogcold .entry-content a:not(.btn),
.post.catcolor-blogcold .entry-content a:not(.btn),
.catcolor-blogcold .entry-date,
.post.catcolor-blogcold .entry-date,
.catcolor-blogcold .photographer_title,
.post.catcolor-blogcold .photographer_title,
.catcolor-blogcold .archive-title,
.post.catcolor-blogcold .archive-title {
  color: #842780;
}
.post_category_list .catcolor-blogcold,
.home_category_filterlist .catcolor-blogcold,
.post_category_list .catcolor-blogcold a,
.home_category_filterlist .catcolor-blogcold a {
  color: #842780;
}
.post_category_list .catcolor-blogcold .btn.outline,
.home_category_filterlist .catcolor-blogcold .btn.outline,
.post_category_list .catcolor-blogcold .icon-btn.outline,
.home_category_filterlist .catcolor-blogcold .icon-btn.outline {
  border-color: #842780;
  color: #842780;
}
@viewport {
  width: device-width;
}
html {
  height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  -webkit-transition: padding-top 0.5s ease 0s;
  -moz-transition: padding-top 0.5s ease 0s;
  -o-transition: padding-top 0.5s ease 0s;
  -ms-transition: padding-top 0.5s ease 0s;
  transition: padding-top 0.5s ease 0s;
}
@media (max-width: 992px) {
  body {
    overflow: auto;
    position: relative;
    display: block;
    height: auto;
  }
}
.post-edit-link {
  background-color: red;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
  color: #fff;
  text-decoration: none;
}
#page {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#content {
  flex-grow: 1;
  padding-top: 60px;
}
.archive-header + #content {
  padding-top: 0;
}
.container {
  width: 80vw;
  padding-left: 0 ;
  padding-right: 0 ;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.content img {
  width: 100%;
  height: auto;
}
.content embed,
.content iframe,
.content object {
  max-width: 100%;
}
.archive-header {
  padding-top: 60px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#scrollup_blog {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#scrollup_blog:hover {
  background-color: #fff;
  color: #000;
}
#queryForm:not(header #queryForm) {
  margin: 0;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#home_link {
  line-height: 1;
  display: block;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#footer_logo {
  width: auto;
}
#footer_logo {
  margin-bottom: 15px;
  max-width: 270px;
  min-width: 160px;
  width: 40%;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
article {
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.post img {
  max-width: 100%;
  height: auto;
}
.anchor {
  position: absolute;
  left: 0px;
}
.entry-date {
  font-weight: 800;
  font-family: "Arquitecta", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffbc00;
  text-transform: uppercase;
}
.entry-content {
  font-size: 16px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.single .entry-date {
  margin-bottom: 60px;
}
.post_category_list {
  list-style: none;
  display: flex;
  font-weight: 800;
  font-family: "Arquitecta", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffbc00;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.post_category_list a {
  color: #ffbc00;
  text-decoration: none;
}
.post_category_list a:hover {
  color: #000;
}
.post_category_list li {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.post_category_list li:last-child {
  margin-right: 0;
}
.widget {
  margin-bottom: 30px;
}
.content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .content {
    flex-direction: column;
  }
}
.content #main_column {
  flex: 1;
  margin-bottom: 20px;
  width: calc(100% -  300px);
}
@media (max-width: 992px) {
  .content #main_column {
    width: 100%;
  }
}
.content #sidebar {
  width: 300px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .content #sidebar {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content #sidebar .widget {
    margin-right: 20px;
    width: calc(100%/2 - (20px/2));
  }
  .content #sidebar .widget:nth-child(even) {
    margin-right: 0 ;
  }
  .content #sidebar .widget > * {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .content #sidebar .widget {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.posttags_list {
  margin-bottom: 30px;
}
.posttags_list .posttag_btn {
  margin-right: 16px;
  margin-bottom: 16px;
}
.wp-caption {
  width: auto !important;
}
.wp-caption .wp-caption-text {
  margin-top: 10px;
}
/* /////////////////////////////////////////////////////////////////////////  author //////////////////////////////////////////////////////////////////// */
.author-bio {
  background-color: #eeeeee;
  display: flex;
  margin-bottom: 50px;
}
.author-bio .author-bio-img {
  width: 225px;
  height: auto;
}
.author-bio .author-bio-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.author-bio .author-bio-content {
  font-size: 16px;
  flex: 1;
  padding: 30px;
}
@media (max-width: 768px) {
  .author-bio {
    flex-direction: column;
  }
  .author-bio .author-bio-img {
    width: 100%;
  }
}
/* /////////////////////////////////////////////////////////////////////////  home //////////////////////////////////////////////////////////////////// */
.short_post {
  margin: 0 20px 20px 0;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  position: relative;
}
.short_post::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #cdcdcd;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.short_post .short_post_content {
  padding: 20px;
}
.short_post .headline {
  font-size: 22px;
}
.short_post .post-thumbnail {
  z-index: 1;
  position: relative;
  padding-bottom: 100%;
  background: #efefef;
}
.short_post .post-thumbnail img {
  height: 100%;
  width: calc(100% - 1px);
  object-fit: cover;
  object-position: center;
  position: absolute;
}
a.short_post:hover {
  text-decoration: none;
  color: inherit !important;
}
a.short_post:hover::before {
  border: 1px solid #000;
}
.shortpost_archive {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 30vw;
}
.shortpost_archive .short_post {
  width: calc(100%/3 - 20px);
}
@media (max-width: 1199px) {
  .shortpost_archive .short_post {
    width: calc(100%/2 - (20px/2));
  }
  .shortpost_archive .short_post:nth-child(even) {
    margin-right: 0 ;
  }
}
@media (max-width: 767px) {
  .shortpost_archive .short_post {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.shortpost_archive .short_post .post_category_list {
  flex-direction: column;
}
.photographer_title {
  font-family: "Arquitecta", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffbc00;
  text-transform: uppercase;
  font-weight: 800;
}
.client_title {
  font-size: 1.45em;
}
.title_label {
  font-weight: 300;
}
.vertical_grid {
  column-count: 3;
  column-gap: 20px;
  min-height: auto;
  display: block !important;
}
@media (max-width: 1199px) {
  .vertical_grid {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .vertical_grid {
    column-count: 1;
  }
}
.vertical_grid .short_post {
  width: 100%;
  display: inline-flex;
  margin-bottom: 10px;
  margin: 0;
  display: grid;
  display: inline-grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  break-inside: avoid;
}
.vertical_grid .short_post .post-thumbnail {
  padding-bottom: 0;
  margin: 0;
}
.vertical_grid .short_post .post-thumbnail img {
  height: auto;
  width: calc(100% - 1px);
  position: relative;
}
/* /////////////////////////////////////////////////////////////////////////  homeposts //////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {
  #homeposts .short_post:nth-child(9),
  #homeposts .short_post:nth-child(8),
  #homeposts .short_post:nth-child(7),
  #homeposts .short_post:nth-child(6),
  #homeposts .short_post:nth-child(5) {
    display: none;
  }
}
@media (max-width: 767px) {
  #homeposts .short_post:nth-child(9),
  #homeposts .short_post:nth-child(8),
  #homeposts .short_post:nth-child(7),
  #homeposts .short_post:nth-child(6),
  #homeposts .short_post:nth-child(5) {
    display: none;
  }
}
.home_category_filterlist {
  display: flex;
  min-width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .home_category_filterlist {
    min-width: 70%;
  }
}
@media (max-width: 992px) {
  .home_category_filterlist {
    min-width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .home_category_filterlist {
    min-width: 50%;
  }
}
@media (max-width: 480px) {
  .home_category_filterlist {
    min-width: calc(100% - 40px);
  }
}
.home_category_filterlist li {
  margin: 10px;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.home_category_filterlist li .btn {
  width: 100%;
  white-space: nowrap;
}
.home_category_filterlist .btn.outline,
.home_category_filterlist .icon-btn.outline {
  background: none;
}
@media (max-width: 768px) {
  .home_category_filterlist {
    flex-direction: column;
  }
}
.home_category_filterlist + #content {
  padding-top: 30px;
}
/* /////////////////////////////////////////////////////////////////////////  pagination //////////////////////////////////////////////////////////////////// */
.pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.pagination .next,
.pagination .prev {
  text-decoration: none;
}
.pagination .page-numbers:not(.dots) {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 16px;
  text-decoration: none !important;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pagination .page-numbers:not(.dots):hover:not(span) {
  background-color: #000;
  color: #fff;
}
.pagination .page-numbers:not(.dots).current {
  background-color: #8fe142;
}
@media (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination .page-numbers:not(.dots) {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .pagination .page-numbers.dots {
    display: none;
  }
  .pagination .page-numbers:first-child {
    margin-left: 0;
  }
  .pagination .page-numbers:last-child {
    margin-right: 0;
  }
}
/* /////////////////////////////////////////////////////////////////////////  sharing //////////////////////////////////////////////////////////////////// */
.sharing-buttons {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.sharing-buttons .sharing-button {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none !important;
  font-size: 40px;
  color: #9a9a9a;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sharing-buttons .sharing-button:hover {
  color: #8fe142;
}
/* /////////////////////////////////////////////////////////////////////////  header //////////////////////////////////////////////////////////////////// */
#headerimage {
  height: 38vw;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  box-sizing: content-box;
  background-color: #3c3c3c;
}
#headerimage .headerimage_content {
  min-height: 500px;
}
@media (max-width: 992px) {
  #headerimage {
    height: auto;
    min-height: calc(100vh - 290px);
  }
  #headerimage .headerimage_content {
    min-height: calc(100vh - 290px);
  }
}
.headerimage_image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 992px) {
  .headerimage_image {
    position: absolute;
    height: 100%;
    z-index: 1;
  }
}
.headerimage_content {
  width: 100%;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .headerimage_content {
    padding-top: 30px;
    padding-bottom: 50px;
    z-index: 2;
  }
}
.headerimage_content h1,
.headerimage_content h2,
.headerimage_content .h1,
.headerimage_content .h2 {
  font-size: 55px;
}
@media (max-width: 768px) {
  .headerimage_content h1,
  .headerimage_content h2,
  .headerimage_content .h1,
  .headerimage_content .h2 {
    font-size: 45px;
  }
}
/* /////////////////////////////////////////////////////////////////////////  newsletterbox //////////////////////////////////////////////////////////////////// */
.newsletterbox {
  background-color: #7eb1c1;
  color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.newsletterbox,
.newsletterbox h1,
.newsletterbox h2,
.newsletterbox h3,
.newsletterbox h4,
.newsletterbox h5,
.newsletterbox h6,
.newsletterbox .h1,
.newsletterbox .h2,
.newsletterbox .h3,
.newsletterbox .h4,
.newsletterbox .h5,
.newsletterbox .h6 {
  color: #fff;
}
.newsletterbox .form-control.round {
  height: auto;
}
.newsletterbox .newsletterform_text {
  text-align: center;
}
/* /////////////////////////////////////////////////////////////////////////  alignment //////////////////////////////////////////////////////////////////// */
.alignleft {
  float: left;
  margin: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.alignright {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  margin-top: 5px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
.alignnone {
  margin-bottom: 20px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
@media (max-width: 1200px) {
  .alignright,
  .alignleft,
  .aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
