/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2021 | 08:26:55 */
/* 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 */ 

/* --- custom css -----*/
.testimon-1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.testimon-1 .widget-title, .testimon-1 .line {
	flex-basis:100%;
}

.testimon-1 .testimonials_manager_widget {
	flex-basis: 18%;
	margin:10px 5px !important;
}

@media screen and (max-width:756px){
  .testimon-1 .testimonials_manager_widget {
      flex-basis: 48%;
      margin:10px 5px !important;
  }
  
}

@media screen and (max-width:512px){
  .testimon-1 .testimonials_manager_widget {
      flex-basis: 100%;
      margin:10px 5px !important;
  }
  
}

textarea.wpcf7-form-control {
  width:100%;
}


@media (max-width: 991px)
.feature-column {
    margin-top: 0px !important;
}

.contact-form {
  background-color: #d4edfc;
}

.contact-form input, .contact-form textarea {
  background-color: #fff;
}

.entry-content ol {
  margin: 0 0 1rem 0;
  padding-left: 15px;
}

#about.acme-widgets,
#contact.acme-widgets,
#departments.acme-widgets {
  background-color: #d4edfc;
  
}

#about.acme-widgets .line > span::before,
#contact.acme-widgets .line > span::before,
#departments.acme-widgets .line > span::before {
    background: #d4edfc;
}

#departments.acme-widgets article.page {
    background: #d4edfc;
}

@media screen and (max-width: 1023px) {
.main-navigation ul ul {
    background: none repeat scroll 0 0 #fff;
}
  
.main-navigation ul ul a {
    color: #222;
}

.main-navigation ul ul li {
    padding-left: 10px;
}
  
  
  
}
