/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* Grundlayout */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.form-group.half {
  flex: 1;
  margin-right: 10px;
}

.form-group.half:last-child {
  margin-right: 0;
}

/* Inputs & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 0 !important; 
  font-size 0.9em;
}

/* Checkbox */
.checkbox-row {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Button */
.wpcf7 input[type="submit"].btn-red {
  background: #e63922;
  color: #fff;
  border: none;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.wpcf7 input[type="submit"].btn-red:hover {
  background: #c52a18;

}


.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  color: gray !important;
}

.wpcf7-form p{
	width: 100%;
}

.ekit-wid-con .ekit-form form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ekit-wid-con .ekit-form form textarea{
	padding: 10;
}

input[type="submit"].cf7-button.custom-button{
background-color: #E33116 !important;
  color: white !important;
  font-weight: bold !important;
}

input[type="submit"].cf7-button.custom-button:hover{
	  background-color: #CC1B00 !important;
}

/*Checkbox + Label nebeneinander */
.wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: center;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  margin-right: 8px;
  position: relative;
  top: 0;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  float: left;
}

.wpcf7-list-item-label {
  line-height: 15px;
  padding-bottom: 20px;
}

.sp_staff-template-default  .sp-template-staff-selector{
	display: none;
}

#zhcal-root div.zhcal_monthholder div.zhcal_header{
	background-color: gray;
  color: white;
}

.elementor-element-66559e5, .elementor-element-1eed93b{
	display: none;
}

.sp-template-photo{
	padding: 50px 30px;
}

.my-booking-frame .page_content_wrap {
  padding-top: 0px;
}

@media (max-width: 768px) {
  	.elementor-1944 .elementor-element.elementor-element-2030497 {
    	--width: 48%;
  	}
	.elementor-1944 .elementor-element.elementor-element-5818886 .elementor-heading-title{
		font-size: 50px;
	}
	.elementor-1944 .elementor-element.elementor-element-cdcfd84 > .elementor-widget-container{
		font-size: 25px;
	}
}
