/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Font Awesome */

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('fonts/fa-regular-400.eot');
    src: url('fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
        url('fonts/fa-regular-400.woff2') format('woff2'),
        url('fonts/fa-regular-400.woff') format('woff'),
        url('fonts/fa-regular-400.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free Brands';
    src: url('fonts/fa-brands-400.eot');
    src: url('fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
        url('fonts/fa-brands-400.woff2') format('woff2'),
        url('fonts/fa-brands-400.woff') format('woff'),
        url('fonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('fonts/fa-solid-900.eot');
    src: url('fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
        url('fonts/fa-solid-900.woff2') format('woff2'),
        url('fonts/fa-solid-900.woff') format('woff'),
        url('fonts/fa-solid-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Headings */

h1, h2, h3, h4 ,h5, h6, p, a {
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal !important;
}

h2 {
  font-size: 48px;
}

/* Navigation */

@media(min-width: 990px) {
  #header_meta {
    position: absolute;
    width: 100%;
    background: transparent;
    border: none;
  }
  .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 142px !important;
  }
  #avia-menu li a {
    height: 100%;
    line-height: 232px !important;
  }
  .logo img {
    padding-top: 10px;
  }
  .logo a {
    max-width: 450px;
  }
  .sub_menu {
    margin-top: 10px;
  }
}

.avia-menu-text {
  font-weight: 400;
  font-size: 16px;
}

#avia2-menu li {
  border: 2px solid #121c75;
  padding: 16px;
  font-size: 14px;
  border-radius: 25px;
  margin-left: 20px;
  transition: 0.3s;
}

#avia2-menu li:hover {
  background: #121c75 !important;
  transition: 0.3s;
}

#avia2-menu li:hover a, #avia2-menu li:hover ::before {
  color: #ffffff !important;
  transition: 0.3s;
}

#avia2-menu li a {
  font-weight: 400;
  color: #121c75;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
}

#avia2-menu li a:hover {
  text-decoration: none;
  transition: 0.3s;
}

#avia2-menu .top-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 400;
  color: #121c75;
  padding-right: 7px;
}

#avia2-menu .top-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  color: #121c75;
  padding-right: 7px;
}

@media (min-width: 550px) and (max-width: 767px){
  .responsive #header_meta .sub_menu>ul>li {
    padding: 13px 17px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #avia2-menu li {
    margin-left: 5px !important;
    margin-right: 5px;
  }
}

@media(max-width: 549px) {
  #avia2-menu li {
    border: none;
    padding: 0 10px;
    margin-left: 0;
  }
  #header_meta {
    background: #f8f8f8 !important;
  }
}

.avia-menu-fx {
    display: none;
}

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before {
    background-color: #121c75 !important;
}


/* Buttons */

.avia-button, input[type='submit'] {
    border: 2px solid #121c75;
    background: transparent !important;
    color: #121c75 !important;
    text-transform: uppercase;
    border-radius: 25px !important;
    border-bottom-width: 2px !important;
    font-size: 15px !important;
}

.wpcf7 input[type='submit'] {
  transition: 0.3s;
  height: 51px;
}

form input[type="submit"] {
  height: 51px;
}

input[type='submit']:hover {
  background: #121c75 !important;
  color: #ffffff !important;
  transition: 0.3s;
}

.avia-button:active {
  border-top-width: 2px !important;
}

/* Images */

.home-img img {
    border-radius: 0;
    box-shadow: 1px 6px 9px #afafaf;
}

/* CTA */

.contact-cta .template-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-cta h2 {
  font-size: 42px;
  letter-spacing: 0;
}

.contact-cta h3 {
  font-size: 30px;
  letter-spacing: 0;
}

/* Home */

.home-quote h2 {
  max-width: 500px;
  font-size: 45px;
  font-weight: 400;
}

.home-tma-btn {
  margin-top: 10px;
}

@media(max-width: 767px) {
  .mobile-flip {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Trace Metal Analysis */

.trace-box {
  background: #f7f7f7;
  box-shadow: 1px 1px 7px #dadada;
}
.check-table {
  box-shadow: 1px 1px 11px #dadada;
}
.check-table tr:first-of-type td {
  font-weight: bold;
  color: #121c75;
}
.check-table .fa-check {
    color: #121c75;
}
.check-table td {
  text-align: center;
  border: none !important;
}
.check-table tr:nth-child(odd):first-of-type {
    background: #d6daf9;
}
.check-table tbody {
    border: 2px solid #d6daf9;
}

@media(max-width: 767px) {
  .avia_scrollable_table .avia-table {
    width: calc(100% + 1px) !important;
  }
  .avia_scrollable_table {
    box-shadow: 1px 1px 11px #dadada;
  }
  .check-table {
    box-shadow: none;
  }
  .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td {
    white-space: break-spaces !important;
    font-size: 12px;
  }
}

/* Organic Analysis */

.arrow-list ul li {
  text-decoration: none;
  list-style: none;
}

.arrow-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #121c75;
  font-size: 18px;
  padding-right: 7px;
}

/* Members Area */

.members-container {}
.members-container-inner{}

#member-navigation ul {
  list-style: none;
}

#member-navigation li {
  margin-bottom: 10px;
  display: inline-flex;
}

#member-navigation a {
  border: 2px solid #121c75;
  padding: 5px 12px 5px 12px;
  text-decoration: none;
  border-radius: 25px;
  transition: 0.3s;
}

#member-navigation a:hover {
  background: #121c75;
  color: #ffffff;
  transition: 0.3s;
}

#member-downloads {
  overflow-x: scroll;
}

@media(max-width: 600px){
  #member-downloads thead th {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
  }
}

#wpmem_login .button_div {
  display: inline-flex;
  align-items: center;
}

#wpmem_login input[type=checkbox] {
  order: 2;
}

#wpmem_login label, #wpmem_reg label {
  order: 3;
}

#wpmem_login input[type='submit'] {
    order: 1;
    margin-right: 10px;
}

#wpmem_login .button_div label {
  margin-left: 10px;
  margin-right: 10px;
}

@media(max-width:400px){
  #wpmem_login input[type='submit'] {
    width: 100% !important;
  }
  #wpmem_login .button_div {
    text-align: left !important;
    display: block !important;
  }
}



/* Contact Page */

@media(min-width: 900px) {
  .page-id-39 #av_section_1 {
    background: transparent;
    position: relative;
    z-index: 2;
    top: -155px;
    margin-bottom: -170px;
    pointer-events: none;
  }
  .page-id-39 #av_section_1 .post-entry {
    background: white;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  .page-id-39 #av_section_1 .entry-content-wrapper{
    pointer-events: all;
  }
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
  font-size: 14px !important;
  padding: 12px !important;
  border: none;
  border-radius: 4px;
}

.wpcf7-form label {
    font-weight: 400 !important;
    font-size: 16px !important;
}

/* Policy Pages */

.toggle_content {
    background: #f7f7f7 !important;
}
.toggler {
    color: #121c75 !important;
}

/* Footer */

#menu-useful-links li a {
  font-weight: 400;
  padding: 3px 6px 3px 0;
  font-size: 16px;
  color: #222222;
}

@media(max-width: 767px) {
  #footer .widget {
    margin: 7px 0 7px 0 !important;
  }
}

@media(max-width: 500px){
  #footer {
    text-align: center;
  }
}

.footer-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 400;
  color: #121c75;
  padding-right: 7px;
}

.footer-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  color: #121c75;
  padding-right: 7px;
}

.footer-fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
  color: #121c75;
  padding-right: 7px;
}

.footer-fax {
  color: #222222;
}

.footer-tel, .footer-email, .footer-tel:hover, .footer-email:hover {
  text-decoration: none;
  color: #222222 !important;
}

#socket .copyright {
  font-size: 14px;
}
#socket .copyright a {
  font-weight: bold;
}

#scroll-top-link{
  background-color: #d6daf9;
}

#scroll-top-link {
  color: #000a53;
  border: 1px solid #d6daf9;
}

/* Cookies */

@media(max-width: 467px){
	.avia-cookie-consent .avia-cookie-consent-button {
    margin-top: 7px !important;
	}
}

.avia-cookie-consent-modal-buttons-wrap .avia-button {
    margin-bottom: 7px !important;
    font-size: 12px !important;
}

#av-consent-extra-info h3 {
    font-weight: 500;
}

.avia-cookie-consent a {
    background: #ffffff !important;
    font-size: 12px !important;
}

/* Recaptcha */

.grecaptcha-badge {
  z-index: 5;
}
