/*
Theme Name:   Sabino Child
Description:  Тема для компьютерной фирмы ХХХХХ
Author:       Leonid
Template:     sabino
Version:      1.0.0
*/

/* Add custom styling from here */

.site-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

h3.entry-title {
    font-size: 30px;
}

h3.entry-title {
    font-size: 25px;
}

/*Форма обратной связи*/
form h3 {
	padding-bottom: 10px;
	border-bottom: 1px dashed black;
}
form#feedback  {
	/*border:1px solid #e5e5e5;*/
	/*padding:10px;*/
	/*background:#e9ffd0;*/
	/*border-radius:5px;*/
}
#feedback label {
	font-weight: bold;
	font-size: 14px;
}
#feedback input:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	-moz-box-shadow: 0 0 3px #BCEF89;
	-webkit-box-shadow: 0 0 3px #BCEF89;
	border-color: #393 !important;
	background: #fff url(img/valid.png) no-repeat 98% center;
}
#feedback textarea:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	-moz-box-shadow: 0 0 3px #BCEF89;
	-webkit-box-shadow: 0 0 3px #BCEF89;
	border-color: #393 !important;
}
#feedback input:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	-moz-box-shadow: 0 0 3px #FFDF97;
	-webkit-box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97 !important;
	background: #fff url(img/invalid.png) no-repeat 98% center;
}
#feedback textarea:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	-moz-box-shadow: 0 0 3px #FFDF97;
	-webkit-box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
}
.err {
	border: 1px solid #ff8c00;
	padding: 10px;
	background: #FFDF97;
	text-align: left;
	border-radius: 3px;
}
.ok {
	border: 1px #BCEF89 solid;
	margin-bottom: 15px;
	padding: 10px;
	background: #f5f9fd;
	text-align: center;
	border-radius: 3px;
}
#author, #email, #subject {
	width: 30%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
#msgText {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
#submit {
	font-weight: 400;
	background: #393;
	font-size: 15px;
	color: #fff;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
}