/*
Theme Name: City Church
Theme URI: https://www.themeisle.com/
Description: Das ist ein Theme, das auf dem Theme "Hestia" und extra für die City Church Karlsruhe angepasst wurde.
Author: DanielSchließburgMedia
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/
/* Logogröße */
.navbar.hestia_left .title-logo-wrapper {
  min-width: 50px;
  max-width: 75px;
}

/* Menü */
.navbar, .navbar a, .label, .footer .footer-menu a, .media-footer a, .hestia-top-bar {
  font-size: 14px;
}

/* Boxed Layout */
.elementor {
  max-width: 1600px;
  margin: 135px auto;
}

@media screen and (min-width: 1024px) {
  .elementor {
  	margin: 135px;
  }
}

@media all and (max-width: 1024px) {
  .elementor {
    margin: 0 !important;
  }
}

/* Kontaktformular */
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  word-break: none !important;
  hyphens: auto !important;
}

/* Theme-Werbung verstecken */
.copyright, .copyright a, footer.footer.footer-black .copyright {
	display: none;
}

.footer-menu.pull-left {
	margin: auto;
	float: none !important;
}
