/*   
Theme Name: turkish
Theme URI: https://github.com/saxap/clean-wp-template
Version: 1.0
Tags: clean, development, html5
Description: Clean wp template for fast development starting. Buy beer author via PayPal: saxap@bk.ru
Author: saxa:p
Author URI: http://dontforget.pro
*/

.form
{
	margin: 0 auto;
	width: 320px;
}

/*//////////////////////////////*/
/* Contact Form 7 */
/*//////////////////////////////*/
div.wpcf7-response-output {
    margin-top: -30px;
}
 
span.wpcf7-not-valid-tip {
    margin-top: -14px;
    margin-bottom: -10px;
    text-align: center;
}
 
span.wpcf7-not-valid-tip {
  color: #a01414;
      font-size: 1em;
      /* font-weight: normal; */
      display: block;
      font-weight: 700 !IMPORTANT;
}
 
 
@media screen and (max-width:768px){
span.wpcf7-not-valid-tip {
    margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-text {
    max-height: 30px;
}
}
 
/* Loader */
/* div.wpcf7 .ajax-loader {
 
    margin-left: auto;
    vertical-align: middle;
    margin-right: auto;
    position: inherit;
    padding-right: 51%;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: -31px;
} */
 
 
/* Стили блоков с ошибкой ввода, для форм которые расположены на затемненном бекграунде: */
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: aliceblue;
    font-weight: 800;
}
 
span.wpcf7-not-valid-tip {
    font-weight: 900;
}
 
textarea {
    height:150px !Important;
    margin-bottom: 15px;
}
 
/* Скрытие бульонов в эрор алерете */
.screen-reader-response ul {
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
 
/*Сообщение о ошибке - белые буквы*/
.screen-reader-response {
    color: white;
    margin-bottom: 10px;
}
 
 
/* Сообщение об ошибке - отступ нижнего сообщения */
/* span.wpcf7-form-control-wrap.textarea-102 span.wpcf7-not-valid-tip {
    margin-top: -30px;
} */
/* Сообщение об ошибке - отступ нижнего сообщения */
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: -60px;
}
 
/*Оформление текста в INPUT*/
input.wpcf7-form-control,
textarea#TextareaJA,
input.wpcf7-form-control.wpcf7-submit {
    font-family: "Open Sans";
    font-size: 15px;
    /* font-size: 20px; */
    line-height: 30px;
    font-weight: 700;
}
}
 
/*Оформление кнопки отправки*/
input.wpcf7-form-control.wpcf7-submit {
    margin-top: -15px;
}
/*//////////////////////////////*/
/*Contact Form 7 END*/
/*//////////////////////////////*/
 
 
 
/* N E W 2018-06-04*/
/* Стили при вставке курсора для обводки инпутов */
form.wpcf7-form input:focus,
 form.wpcf7-form textarea:focus,
 form.wpcf7-form input[type="text"]:focus {
     border-color: #709242;
 }
 
/* Центруем прилоадер шагрузки ContactForm7 */
span.ajax-loader {
   margin-left: auto !important;
   margin-right: auto !important;
   float: inherit !important;
   width: 15px !important;
   display: block !important;
   margin-top: 10px !important;
   margin-bottom: -15px !important;
}
 
/* Google ReCapcha - центруем */
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
    /* margin-right: 21px; */
    width: 300px;
}
div#recapcha-popups .wpcf7-form-control-wrap {
  padding-top: 25px;
      margin-left: -11px;
      padding-bottom: 38px;
}
 
/* Плейсхолдеры - центруем */
span.wpcf7-form-control-wrap input#Email,
span.wpcf7-form-control-wrap input#PhoneJA,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    text-align: left;
    
    width: 100%;
}

.wpcf7-form-control-wrap input::placeholder
{
    padding-left: 12px;
}

input#PhoneJA, textarea#TextareaJA
{
    width: 322px;
}

.wpcf7 form.invalid .wpcf7-response-output
{
    display: none !important;
}
 
/* Делаем красивой кнопку отправки */
input.wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
    background: #20498D;
    font-weight: 600;
    border: none;
    margin-top: 10px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 0px;
    position: relative;
    /*     background: #42BCE2; */
    transition: all .3s ease 0s;
    width: 324px;
    cursor: pointer;
    }

    .h1c
    {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .cntc
    {
        color: #fff;
    }
 
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ffffff;
    color: #20498D;
/*     color: #5a8f2b; */
    border: 1px solid #20498D;
}
 
/* Выравниваем по центру плейсхолдер текстового поля,оставляя выравнивание по правому краю при печати текста */
textarea#TextareaJA::-webkit-input-placeholder {
text-align: left;
padding-left: 12px;
}
textarea#TextareaJA:-moz-placeholder { /* Firefox 18- */
text-align: left;
padding-left: 12px;
}
textarea#TextareaJA::-moz-placeholder {  /* Firefox 19+ */
text-align: left;
padding-left: 12px;
}
textarea#TextareaJA:-ms-input-placeholder {
text-align: left;
padding-left: 12px;
}



