/*!
Theme Name: im
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: im
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

im is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
input[type="submit"] {
    -webkit-appearance: none;
}
.contacts .qinfo_form form p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
width: 100%;
    opacity: 1;
    line-height: normal;
}
.qinfo_form label input {
    width: 100%;
}
.qinfo_form label textarea {
    width: 100%;
}
.wpcf7-response-output {
width: 100%;
opacity: .7;
 }
div.wpcf7-response-output {
margin: 0;
padding: 12px 20px;
font-size: 13px;
color: #fff;
    margin-top: 10px;
}

.wpcf7-not-valid {
  border-bottom: 1px solid #cb6e7c !important; }
span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.brain .col1 p img, .brain .col3 .el p img {
   
    margin-right: 0px;
        margin-left: 0;
}

.brain .col1 p:first-child, .brain .col3 p:first-child
    {
    height: 60px;
    width: 60px;
    margin-right: 13px;
        margin-left: 0;
}
.brain .col3 .el p:first-child {
    margin-right: 0;
    margin-left: 13px;
}
.brain .col p:nth-child(2) {
    width: calc(100% - 60px)
}
.stat .stat_line p:first-child
{
    width: 45px;
height: 45px;
position: absolute;
left: -10px;
top: -15px;
}
.stat .stat_line p span {
        padding-left: 43px;
}
.stat .stat_line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}
.qform .wr h2{
    position: relative;
    padding-left: 48px;
    
}
.qform .wr .col h2 {
    padding-left: 0;
}
.qform .wr h2:after {
    position: absolute; 
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
        background: url(img/youtube.svg);
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    z-index: 10;
    
}
#sow-editor-4 {
    margin-left: auto;
    margin-right: auto;
}
.header ul li a {
    margin-left: 27px;
}
.story .story_img img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}
.comm .el_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

/* .ol-attribution.ol-unselectable.ol-control.ol-collapsed {
	display: none !important;
} */