/*   
Theme Name: Biostar
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting

*/

.header-contacts-icons a:not(:last-child) {
  margin-right: 0px;
}

.production-info p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 5px;
}

.contacts-form .wpcf7-form-control-wrap:not(:last-of-type) {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-not-valid {
  border: 1px solid #ff2127;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.contacts-form-text a {
  color: #666;
  text-decoration: underline;
}

.request-terms {
  max-width: 600px;
  text-align: left;
}

.request-terms p,
.request-terms ul,
.request-terms ol {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.request-terms a {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.current-lang a{
    background-color: transparent;
    color: #004f86;    
}

.description {
	background-color: transparent;
	padding-bottom: 0px;
	box-shadow: none;
}
.invite-photos-item img, .invite-map img {
	max-height: 400px;
    width: 100%;
    object-fit: cover;
}