/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2017 | 02:36:39 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Extra Small Devices, Phones */ 
@media (max-width: 640px){
  
.wpb_column, .vc_column_container, .col-sm-4{
width: 100% !important;  
}
      
}


/* Small Devices, Tablets */
@media (max-width: 767px){
  
.wpb_column, .vc_column_container, .col-sm-4{
width: 100% !important;         
}

}

/* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

.wpb_column, .vc_column_container, .col-sm-4{
  width: 33.3333333% !important;
}      
      
    }



.wpcf7-form-control, .wpcf7-text, .wpcf7-validates-as-required{
width:100% !important;
margin-top: 10px;
margin-bottom: 10px;  
}

.team-inner>img, .team-caption>img{
margin-left: auto;
margin-right: auto;
}

input, button, select, textarea{
padding-left:13px !important;
}

.team-social a{
margin:0px !important;}