/* Make the site-wide body font colour darker */
body {
  color: #555555 !important;
  word-wrap: normal !important;
  hyphens: none !important;
}
.entry-content, .entry-summary, .page-content, .comment-content, .content {
  word-wrap: normal !important;
  hyphens: none !important;
}
/* Reduce the padding above the logo */
.site-branding {
  padding: 32px 0 39px 15px !important;
}
/* Remove the margin under the header headings to override default WooCommerce heading styles */
#header-right #text-6 h3 {
  margin-bottom: 0 !important;
}
#header-right .textwidget h3 {
  font-size: 16px !important;
}
#header-right .textwidget span {
  font-size: 12px !important;
}
/* Add some space between the top bar menu and the social media links */
.top-menu {
  margin-right: 10px !important;
}
/* White footer logo maximum width */
.footer-logo img {
  max-width: 190px;
  height: auto;
  margin-bottom: 10px;
}
/* Customise the appearance of headings within the main content area to match the sidebar headings */
.content h2 {
  border-bottom: 1px solid #dddddd;
  color: #111;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
/* ABECK Downloads page feature styles */
.ab-download-list {
  list-style-type: none !important;
  padding: 0px;
  margin: 0px !important;
  border-bottom: 1px solid #EEEEEE;
}
.ab-download-list > li {
  list-style-type: none !important;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 10px 18px;
  border-top: 1px solid #EEEEEE;
  line-height: 28px;
  font-size: 14px;
}
.ab-download-list > li > div {
  float: left;
  max-width: 75%;
}
.ab-download-list > li > p {
  margin: 0px !important;
  padding: 0px !important;
}
.ab-download-list > li a.ab-download {
  background-color: #E5ECF4;
  width: 20%;
  float: right;
  border-radius: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
.ab-download-list > li a.ab-download:hover {
  background-color: #CA3525;
  color: #FFFFFF;
  text-decoration: none;
}
/* Hide the accepted file types tooltip from Gravity Forms fields on the careers page for file upload field */
.ginput_container_fileupload #extensions_message {
  display: none !important;
}
/* Add a bottom margin to lists on blog posts */
.entry-content > ul, .entry-content > ol {
  margin-bottom: 1.5em !important;
}
/* Fix video to be full width on the ABECK homepage */
.ABvideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
   margin-bottom: 30px;
}
.ABvideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Screen size specific CSS changes */
@media screen and (min-width: 1200px) {
  /* Set the maximum logo size */
  .site-logo a img {
    height: auto !important;
    max-width: 290px !important;
  }
  footer {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  /* Set the maximum logo size */
  .site-logo a img {
    height: auto !important;
    max-width: 190px !important;
  }
  .aus-made {
    display: none !important;
  }
  header .col-md-4 {
    flex-basis: 30% !important;
    max-width: 30% !important;
  }
  header .col-md-3 {
    flex-basis: 35% !important;
    max-width: 35% !important;
  }
  header .col-md-5 {
    flex-basis: 35% !important;
    max-width: 35% !important;
  }
  #header-right .col-md-2 {
    flex-basis: 16% !important;
    width: 16% !important;
  }
  #header-right .col-md-3, #header-right .col-md-4 {
    flex-basis: 28% !important;
    float: right !important;
    max-width: 28% !important;
    width: 28% !important;
  }
  #menu-footer-menu li a, #text-4, #text-7 {
    font-size: 13.25px !important;
  }
}