/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
    font-family: Thesans-5;
    src: url(https://manuals.mectron.com/wp-content/themes/divi-child/fonts/thesans-5-regular.ttf);
}

h1 {
font-family: Thesans-5, Arial, sans-serif;
font-size: 48px;
color: #464646;
}

h2 {
font-family: Thesans-5, Arial, sans-serif;
font-size: 24px;
color: #f36e20;
}

p {
font-family: Thesans-5, Arial, sans-serif;
font-size: 16px;
}
footer p {
	color:#fff;
}

.download_link {
	text-align:right;
}
p.info_result {
    padding-bottom: 17px !important;
    text-align: right;
}
.download_link a:before {
	content:url('https://mectron-doc-cdn.s3.eu-west-1.amazonaws.com/wp-content/uploads/2021/03/10171207/pdf-link.png');
	margin-right:5px;
}
/*form search*/
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 0.5em 3.5em 0.5em 1em;
    color: #4e4e4e;
    height: 33px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}
.et_pb_widget select {
    width: 100%;
    height: 36px;
    padding: 7px 11px;
}
.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

select {

  /* styling */
  background-color: white;
  border: thin solid #cdcdcd;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.sf-input-select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.sf-input-select:focus {
  background-image:
    linear-gradient(45deg, #f36e20 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #f36e20 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #f36e20;
  outline: 0;
}

footer hr {
    padding: 0;
    margin: 0 0 10px 0;
    border-style: dotted;
    border-width: 0 0 2px;
}
#social .facebook,
#social .linkedin {
	display: inline-block;
	margin-right:20px;
}

.link_element {
    padding: 17px 0;
}
@media only screen and ( max-width: 980px ) {
	.sf-field-taxonomy-document_category, .sf-field-taxonomy-country, .sf-field-taxonomy-language {
    width: 100% !important;
	}
	.entry-content ul {
    padding: 0;
}
}
