/*
Theme Name: istanbuhl
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1634910503
Updated: 2021-10-22 15:48:23

*/

/* NAV */
.header-bg {
  background: #f7f7f7;
}
#masthead {
  padding: 0 20px;
  height: 140px;
  max-width: 1400px;
}
.entry-header.alignwide {
  max-width: 1400px;
  padding: 0 20px;
}
.singular .entry-title {
  font-size: 30px;
  font-weight: bold;
}

.singular .entry-header {
  border-bottom: none;
  padding-bottom: calc(1.5 * var(--global--spacing-vertical));
  margin-bottom: calc(1.2 * var(--global--spacing-vertical));
  margin-top: 50px !important;
}
.insta-menu a {
  background: url(/wp-content/uploads/2022/11/insta.png) no-repeat;
  background-size: 25px;
  font-size: 0;
  background-position: center;
  margin-left: 10px;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), [class*="inner-container"] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}
h1 {
  font-size: 30px;
  font-weight: bold;
}
h3 {
  font-size: 20px;
}
/* Galerie */


@MEDIA ALL AND (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - 70px);
    margin-right: 50px;
    margin-bottom: 80px;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-child(4n+4) {
    margin-right: 0;
  }
  h1 {
    font-size: 50px;
    font-weight: bold;
  }
  h3 {
    font-size: 30px;
  }
}
@MEDIA ALL AND (min-width: 681px) {
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - 80px);
    margin-right: 50px;
    margin-bottom: 80px;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-child(4n+4) {
    margin-right: 0;
  }
}
@MEDIA ALL AND (min-width: 881px) {
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - 90px);
    margin-right: 50px;
    margin-bottom: 80px;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-child(4n+4) {
    margin-right: 0;
  }
}
.wp-block-image .alignleft {
  float: left;
  margin: 0 auto !important;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  object-fit: contain !important;
}
figure.wp-block-gallery.has-nested-images {
  align-items: flex-start;
}
.wp-element-caption {
  position: relative !important;
  background: none !important;
  color: #000 !important;
  text-align: left !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
  background-color: #fff !important;
}
a:focus, a:focus img {
  outline: none !important;
  text-decoration: none;
}
.slb_details {
  display: none;
}
.wp-block-image figure {
  transition: all 0.6s;
  overflow: hidden;
  box-shadow: 0 0 20px #00000030;
  border-radius: 5px;
}
.wp-block-image figure:hover {
  transition: all 0.6s;
  box-shadow: 0 0 20px #00000060;
  transform: scale(1.03);
}
.wp-block-image a img {
  transition: all 0.6s;
  box-shadow: 0 0 10px #00000010;
}
.wp-block-image:hover a img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.wp-block-gallery .wp-block-image:hover a img {
  transform: none;
}

/* Page */

.page .entry-header {
  display: none;
}
body:not(.home).page .entry-content {
  max-width: 800px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  border: none !important;
}
/* Form */

.wpcf7-form-control {
  border: solid 1px #bbb !important;
  border-radius: 5px !important;
  margin-bottom: 40px !important;
}
.wpcf7-form-control.wpcf7-acceptance.optional {
  border: none !important;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-top: 20px;
}
/* Footer */
 .footer-bg {
  background: #f7f7f7;
 }
.entry-footer.default-max-width {
  display: none !important;
}
#comments {
  display: none;
}
#colophon {
  display: none;
}
.widget-area .wp-block-image {
  width: 40px;
  padding: 0 !important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none;
}
.footer-navigation {
  display: none;
}