/*
Theme Name: greedkod
Author: <a href="http://rursul.ru">Ursul Roman Mihailovich</a>
Description: base wp theme
Version: 1.0
*/

.screen-reader-response,
form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
form .wpcf7-mail-sent-ok {
  display: none !important;
}
form .wpcf7-not-valid:not(.wpcf7-checkbox) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00;
}

fieldset {
	border: none;
}

.clear {
    clear: both;
}

.ajax-loader {
	display: none !important;
}

input[type="submit"]:disabled {
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
    cursor: not-allowed;
}

.pager {
    clear: both;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
}

.pager a:hover{
    color: #FF358A;
}

.header .jqselect {
    width: 100%;
    margin-left: 30px;
}

.row_discussions .col-lg-3 img{
    border-radius: 20px;
    margin-bottom: 20px;
}

.img_wr img {
    width: 100%;
    height: auto;
}