/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
html, body, body.page, .wf-container > * {
    font-size: 15px !important;

}
.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.menucontainer,
.timeline-copyright,
.page-title,
.headericon {
  display:none !important
}
.main-nav > li:not(.wpml-ls-item) > a .menu-text {
    color: #34421e;
}

#footer {
  margin-top:30px;
}

table {
      width: 100%;
}

h1 {
    font: normal 38px / 58px "Noticia Text", Helvetica, Arial, Verdana, sans-serif !important;
    color: #34421e !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom:0 !important;
}
.searchformbox {
  width:100%;
  padding-bottom:20px;
}
#main {
    padding: 25px 0 0 0 !important;
}
.fieldnameback,
.databack
{
      padding: 5px 10px 5px 5px;
      border-color: rgba(51,51,51,0.12);
}
.thumb, .smallimg, .media-preview, .titlebox {
  -webkit-border-radius: 0;
    border-radius: 0;
  -webkit-box-shadow: none;
    box-shadow: none
}
.snlink {
    padding: inherit;
    border: none;
    background-color: inherit;
    color: black;
    font-weight: inherit;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 40;
    text-align: inherit;
}
.table-histogram {
    margin-bottom: 30px;
    margin-left: 0;
}
.titlebox {
  padding:20px;
  background-color: #fff !important;
}
.titlebox > div {
  margin-right: 0 !important
}
ul.contact-info {
    padding-left: 0;
}
.sub-nav {
  margin:-33px 0 0 0;
}
select.zoomSelector {
  height: 25px !important;
  margin: 0 5px !important;
  padding: 1px 22px 5px 10px !important;
    font-size: 13px !important;
}
#tngnav a {
    display: block;
    color: #444;
    text-decoration: none;
    background: #e0e0f7;
    margin: 0;
    padding: 0.45em 1em 0.35em 8px;
    border-right: 0;
    position: relative;
    font: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn, .disabled, input[type="button"].btn, input[type="submit"].btn, input[type="submit"].disabled, input[type="reset"].btn {
        padding: 12px 18px 12px 18px !important;
  line-height:normal;
  margin-right: 7px;
  border:none
}
.widget_search input[type=text].searchform-s, .wpcf7-number, input[type=text]:not(.elementor-field):not(.searchform-s), input[type=search]:not(.elementor-field), input[type=tel]:not(.elementor-field), input[type=url]:not(.elementor-field), input[type=email]:not(.elementor-field), input[type=number]:not(.elementor-field), input[type=date]:not(.elementor-field), input[type=range]:not(.elementor-field), input[type=password]:not(.elementor-field), select:not(.elementor-field), textarea:not(.elementor-field) {
    margin-bottom: 0 !important;
    border-style: none;
    box-sizing: none;
}
input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit), .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"] {
    font: inherit;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 12px 18px 12px 18px;
    min-height: 40px !important;
    line-height: normal !important;
    border:0 !importnat;
}
#descendantchart {
    margin-bottom: 10px;
}
.rightround {
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-radius:0;
}
.bar-holder {
    width: 380px;
    padding: 0 20px;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], button, input[type="text"], textarea, select {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#cemwrapper {
  font-size: inherit !important;
}
.rounded4, div.pad5 img {
    -moz-border-radius:0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
input[type="text"],
input[type="submit"]
{
      margin-right: 7px;
}
.databack {
  background-color: #f9f9f9;
  border-color: rgba(51,51,51,0.12);
  color: #5f5d57;
}
.databack ul {
  padding-left: 0;
}
table.whiteback {
  border-color: rgba(51,51,51,0.12);
}
table.whiteback tr:nth-child(odd) td.databack {
      background-color: #efefef;
}