/*
Theme Name: cellhungaria
Description: Child theme
Version: 1.0.0
Author: KB
Template: hueman
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

/* Kontakt */ 
.contact-form  .half{
	margin-bottom: 10px;
	width: 47.5%;
  display: inline-block;
}

.contact-form .half.right {
  float: right;
}
.contact-form .half.left {
	margin-right: 5%;
}

.contact-form .half.right.online {
  padding-top: 10px;
}

.contact-form input:not([type="submit"]):not([type="checkbox"]), .contact-form textarea {
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
	font-weight: 400;
}

.contact-form label {
  font-weight: 700;
  color: #525252;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: none !important;
  background: #ef8080;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
	outline: #dd6868 1px solid;
}

.required:after {
  content: "*";
  margin-left: 5px;
  color: #ef8080;
}

.error, .wpcf7-response-output.wpcf7-validation-errors {
  border-radius: 3px !important;
  margin: 0 !important;
  background: #dd6868;
  color: #fff;
}

.success, .wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 0 !important;
  background: #a4ca61 !important;
  border-radius: 3px;
}

.half {
  width: 50%;
  display: inline-block;
  margin-left: -2px;
}

.half.right {
    width: 47.5%;
}
.half.left {
    width: 47.5%;
    margin-right: 5%;
}