select.wpcf7-form-control.wpcf7-select {
    padding: 24px;
    font-size: 19px;
	line-height: 19px;
	font-weight: normal;
    color: #767676;
	background-color: #fff;
    border: 0;
    min-width: 100%;
}

input.wpcf7-form-control.wpcf7-file {
    color: #fff;
    padding: 19px;
    font-size: 19px;
	border:0;
	max-width: calc(100% - 38px);

}

input.wpcf7-form-control.wpcf7-file[file-data-content]::after {
    content: attr(file-data-content);
    color: #767676;
    padding-left: 19px;
}

.parent-pageid-226 h2.mk-fancy-title.paddingfixed,
.parent-pageid-226 h4.mk-fancy-title.paddingfixed,
.custom-style__css .wpb_content_element {
  margin-bottom: 0;
}

.custom-style__css .column_container {
  min-height: 0;
}

.text-block__section h3 strong,
.text-block__section p {
  color: white;
}

.text-block__section .mk-grid {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1171px) {
  .mk-header-right {
    right: 0;
    max-width: 1200px;
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
  
  .mk-header-social.header-section.hidden {
    visibility: visible; 
    opacity: 1; 
  }

  .main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  
}