

.tp-caption{
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
    -o-user-select: text !important;
}


.border {
transition: all .1s ease-in-out;
  transition: box-shadow .3s;
}
.border:hover{
    transform: scale(1.0);
  box-shadow: 0 0 20px rgb(165, 165, 165); 
}




@media only screen and (min-width: 770px){
.borderssd .q_elements_holder.three_columns .q_elements_item:first-child {
    position: relative !important; 
    left: -20px !important;
}
.borderssd .q_elements_holder.three_columns .q_elements_item:last-child {
    position: relative !important; 
    left: 20px !important;
}
.borderssd .q_elements_holder {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}
}




@media only screen and (max-width: 769px){
.borderssd .q_elements_holder.three_columns .q_elements_item:first-child {
    position: relative !important; 
    bottom: 15px !important;
}
.borderssd .q_elements_holder.three_columns .q_elements_item:last-child {
    position: relative !important; 
    top: 15px !important;
}
.borderssd .q_elements_holder {
    box-sizing: border-box !important;
}
.qode-workflow-image.left {
    display: none !important;
}
}


@media only screen and (max-width: 1350px) {
h2, .h2, h2 a {
    color: #000000;
    font-size: 23px !important;
    line-height: 40px;
    font-weight: 800;
    text-transform: none;
}
}



input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
    background-color: #111922;
    border-width: 0px;
    border-color: #777777;
    width: 30%;
    height: 40px;
    color: #fff;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 500;

font-family: 'Montserrat';
text-transform: none;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #111922;
    border-width: 0px;
    border-color: #777777;
     color: #DDDEDE;
   transition: 0.2s;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 200 !important;
    font-family: 'Montserrat' !important;
    border: 2px solid #777777 !important;
}



.three_columns>.column1>.column_inner {
    padding: 0 15px 20px 0 !important;
}




