/*
Theme Name: Material World
Theme URI: https://github.com/twheelertech/materialpress
Author: Tony Wheeler
Author URI: https://wheelertechconsulting.com
Description: https://wheelertechconsulting.com
Version: 1.0
Text Domain: wheelertechconsulting
Tags:
*/
/*
 * Globals
 */
h1,
h2 {
  font-family: "Cinzel", serif !important;
}
html,
body,
p,
input {
  font-family: "Lato", sans-serif !important;
}

.buttonContainer input {
  color: white !important;
}

/* Dropdown Mateialize navwalker */
.dropdown-content {
  overflow: visible !important;
}

.drag-target .alignright {
  float: right;
}
.alignleft {
  float: left;
}
ul li ul li {
  display: none;
}

ul li:hover ul li {
  display: block;
}

.parallax {
  /* The image used */
  background-image: url("../img/cross.jpg") !important;
  /* Full height */
  height: 100% !important;
  /* Create the parallax scrolling effect */
  background-attachment: fixed !important;
  top: 10%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.sidenav li {
  color: white !important;
  height: auto !important;
}
.white-text a {
  color: white !important;
  overflow: visible;
}
.white-text {
  color: white !important;
}

.nav ul a,
.main-menu-item,
sub-menu-item,
.main-menu-item a,
.sub-menu-item a {
  color: #ffa000 !important;
}

.border-white {
  border: 4px solid white;
  border-radius: 4px;
}

.border-blue {
  border: 4px solid #0d47a1;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  display: block;
}

.brand-logo {
  font-size: 1.33rem !important;
  margin-left: 1.33rem !important;
}

.leader-img {
  width: 100%;
  margin-bottom: 0;
}

.sidenav {
  width: 80%;
  overflow-y: scroll;
}

.m-nav-link {
  padding-left: 1rem;
}
.m-nav-link:hover {
  background-color: #1f8ee7;
}

.comment {
  list-style-type: none;
  border: 1px solid #0d47a1;
  margin: 15px;
  border-radius: 4px;
}

.comments h3,
.comments h2 {
  background: #ffa000;
  color: white;
  border-radius: 4px;
}
.comment-meta {
  background: #0d47a1;
  color: white;
  padding: 10px;
  overflow: auto;
}
.comment-meta img {
  float: left;
}

.comment-reply-link {
  background: #ffa000;
  color: #0d47a1;
  padding: 10px 15px;
  border-radius: 4px;
  display: inline-block;
}
.dropdown-content {
  display: inline-block !important;
  min-width: 200px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.dropdown-trigger {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.paddingy1 {
  padding-top: 50px !important;
  padding-bottom: 25px !important;
}

.paddingx1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.paddingy2 {
  padding-top: 50px !important;
  padding-bottom: 25px !important;
}

.paddingy3 {
  padding-bottom: 17px !important;
}

.row {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.bold {
  font-weight: bold;
}

.tab a {
  color: white !important;
  font-weight: bold;
}

.text-white {
  color: white !important;
}

.white-text a {
  color: white !important;
}

.post-thumb img {
  width: 100%;
  height: auto;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-25 {
  margin-top: 25px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}
.pt-50 {
  padding-top: 50px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

a[href^="tel"] {
  color: inherit !important;
}

.underline {
  text-decoration: underline !important;
}

@media screen and (max-width: 395px) {
  .sidenav {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo {
    font-size: 1rem !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 420px) {
  .brand-logo {
    display: none !important;
  }
}
@media screen and (max-width: 703px) {
  .tabs-content {
    min-height: 450px;
  }
}
@media screen and (max-width: 550px) {
  .tabs-content {
    min-height: 500px;
  }
}
@media screen and (max-width: 475px) {
  .tabs-content {
    min-height: 600px;
  }
}
@media screen and (max-width: 395px) {
  .tabs-content {
    min-height: 800px;
  }
}
@media screen and (max-width: 300px) {
  .tabs-content {
    min-height: 1000px;
  }
}
@media screen and (max-width: 246px) {
  .tabs-content {
    min-height: 1300px;
  }
}
@media screen and (max-width: 214px) {
  .tabs-content {
    min-height: 1700px;
  }
}
@media screen and (max-width: 176px) {
  .tabs-content {
    min-height: 2000px;
  }
}
@media screen and (max-width: 176px) {
  .tabs-content {
    min-height: 2300px;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo {
    font-size: 1rem !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .brand-logo {
    display: none !important;
  }
}

@media screen and (max-width: 475px) {
  .call-btn {
    min-height: 80px !important;
  }
}
