/*
Theme Name: MetalFit
Text Domain: MetalFit Theme
Version: 1.0.0
Description: Custom MetalFit Theme
Author: The QUIKRETE Companies
Author URI: https://www.metalfit.com
*/

body {
  /*padding-top: 56px;*/
  padding-top: 0px;
}

@media (min-width: 576px) {
  .container {
    max-width: 90%;
    /* overwrites grid.scss */
  }
}

a,
a:hover {
  color: #1d6fac;
}


/* Fixes WP's image alignment not working */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

/* //Fixes WP's image alignment not working */

@media (max-width: 575px) {
  .alignright {
    float: none !important;
    /* Fixes WP's image alignment not working */
  }
}


h1.mt-4,
h2.mt-4 {
  margin-top: 0px !important;
  padding-bottom: 15px !important;
  border-bottom: solid 3px #222 !important;
}

.bottom-shadow {
  padding-bottom: 20px;
  margin-bottom: 20px;
  /*border-bottom: 2px #ccc solid;*/
  -webkit-box-shadow: 0px 50px 30px -50px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 50px 30px -50px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 50px 30px -50px rgba(0, 0, 0, 0.25);
}


.btn-black {
  margin: 0px 0px 15px 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: 0px;
  cursor: pointer;
}

.btn-red {
  /* Matches SmartSlider CTA button 
  font-family: 'Roboto', 'Arial';
  background-color: #cb0324;
  color: #ffffff;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;*/

  /**/
  font-family: 'Roboto', 'Arial';
  margin: 0px 0px 15px 20px;
  text-align: center;
  background-color: #cb0324;
  padding: 10px 25px;
  font-size: 15px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  border-radius: 25px;
  border: 2px solid #fff;
}

.btn-red:hover {
  background-color: #960920;
}

@media (max-width: 767px) {
  .btn-red {
    margin: 0px 0px 15px 0px;
  }
}


.btn-white {
  /*margin: 0px 0px 15px 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  padding: 5px 10px;
  color: #000;
  border: 0px;
  font-size: smaller;
  border: none !important;
  cursor: pointer;*/
  font-family: 'Roboto', 'Arial';
  margin: 0px 0px 15px 0px;
  text-align: center;
  background-color: #fff;
  padding: 10px 25px;
  font-size: 15px;
  color: #000;
  border: 0px;
  cursor: pointer;
}

.btn-white:hover {
  background-color: #CCC;
}

.mk-header .mk-header-inner {
  padding-top: 3%;
  padding-bottom: 3%;
}

.carousel-item {
  height: 70vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#breadcrumbs {
  padding: 10px 0px;
  /*border-bottom: dotted 1px #ccc;*/
  font-size: small;
  text-transform: uppercase;

}

.portfolio-item {
  margin-bottom: 30px;
}

/* Inspected code in order to define how to style WP menu */
.nav-item>a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
}

.nav-item>ul.sub-menu>li {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* CUSTOM STYLES */

/*#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 35px !important;
}*/

/* Fixes font awesome misalignment */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  margin-top: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  display: initial !important;
  /* Fixes how plus sign drops too low in menu */
}

.heading-overlay-container {
  position: relative;
  text-align: center;
}

.heading-overlay-text {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .heading-overlay-text {
    top: 20px;
    font-size: 24px;
    font-weight: bold;
  }
}

.featured-container {
  margin: 20px 0px;
}

.featured {
  text-align: center;
}

@media (max-width: 767px) {
  .featured {
    margin-bottom: 30px;
  }
}

.featured-header {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}


.featured-image {
  margin-bottom: 10px !important;
  border-bottom: 5px solid transparent;
}

.featured-image:hover {
  /*-webkit-filter: drop-shadow(0rem 0.75rem 0.75rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0rem 0.75rem 0.75rem rgba(0, 0, 0, 0.25));*/
  border-bottom: 5px solid #e17500;
}

.featured-image-link {
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}

.featured-image-link:hover {
  color: #e17500;
  text-decoration: none;
}

.logo {
  max-height: 100px;
}

@media (max-width: 767px) {
  .logo {
    max-height: 75px;
    margin: 10px;
  }
}



@media (min-width: 1200px) {
  .container {
    max-width: 85%;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

.carousel-inner {
  /*top: -20px;*/
}



div#n2-ss-2 .nextend-arrow img {
  width: 75px !important;
}

.ml-auto,
.mx-auto {
  margin-left: 0 !important;
  /* Removes right align from nav menu items */
}

/* Bootstrap to Wordpress CSS for Sub Menus*/
.sub-menu {
  list-style: none !important;
  position: absolute;
  display: none;
}

.nav li:hover>ul.sub-menu {
  display: block;
  margin: 0;
}

.sub-menu li {
  width: 100px;
  margin-left: -33px;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  padding: 8px;
}

.front-page-header {
  font-weight: bold;
  padding-top: 20px;
  font-size: 30px;
  text-transform: uppercase;
}

.section-wide-container {
  margin: 30px 0px;
  padding: 30px 0px;
}

.section-header {
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
}

.product-details-bullets {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: small;
}

@media (min-width: 768px) {
  .product-page-image {
    filter: drop-shadow(0rem 0.75rem 0.75rem rgba(0, 0, 0, 0.4));
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


/****************** Header Lines ******************/

.decorated {
  overflow: hidden;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0px !important;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 592px;
  /* half of limiter */
  margin: 0 20px;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

/****************** END: Header Lines ******************/

ul {
  margin: 0px 0px 20px 10px;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed>li {
  text-indent: -30px;
}

ul.dashed>li:before {
  content: "- ";
  text-indent: -20px;
}

/****************** Youtube Playlist ******************/
.vid-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-list-container,
.vid-list-container2,
.vid-list-container3,
.vid-list-container4,
.vid-list-container5 {
  width: 92%;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 4%;
  padding-bottom: 20px;
}

.vid-list {
  width: 1344px;
  position: relative;
  top: 0;
  left: 0;
}

.vid-item {
  display: block;
  width: 148px;
  height: auto;
  float: left;
  margin: 0;
  padding: 10px;
}

.archive-thumbs {
  /*padding: 15px;*/

  /*display: block;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  margin-bottom: 15px;
  /*max-height: 225px;*/
  /*width: auto;*/

  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 5px;
}

.archive-title {
  font-size: 18px;
}

@media (max-width: 768px) {
  .archive-title {
    text-align: center;
  }
}

.thumb {
  overflow: hidden;
  height: 70px;
}

.thumb img {
  width: 100%;
  position: relative;
  top: -13px;
}

.vid-item .desc {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}

.vid-item:hover {
  background: #eee;
  cursor: pointer;
}

.arrows {
  position: relative;
  width: 100%;
}

.arrow-left,
.arrow-left2,
.arrow-left3,
.arrow-left4,
.arrow-left5 {
  color: #000;
  position: absolute;
  background: #e17500;
  padding: 15px;
  left: 0;
  top: -175px;
  z-index: 99;
  cursor: pointer;
}

.arrow-right,
.arrow-right2,
.arrow-right3,
.arrow-right4,
.arrow-right5 {
  color: #000;
  position: absolute;
  background: #e17500;
  padding: 15px;
  right: 0;
  top: -175px;
  /*z-index: 100;*/
  cursor: pointer;
}

.arrow-left:hover {
  background: #e17500;
}

.arrow-right:hover {
  background: #e17500;
}

.media-body strong {
  text-transform: uppercase;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************** END: Youtube Playlist ******************/

.data-sheets-dropdown {
  background-color: #9e0b0f !important;
  border: #ccc 1px solid !important;
  color: #fff !important;
  font-size: 14px !important;
  width: 100%;
}

@media (max-width: 1690px) {
  .data-sheets-dropdown {
    font-size: 12px !important;
  }
}

@media (max-width: 1500px) {
  .data-sheets-dropdown {
    font-size: 10px !important;
  }
}

@media (max-width: 1100px) {
  .data-sheets-dropdown {
    font-size: 8px !important;
  }
}

@media (max-width: 768px) {
  .data-sheets-dropdown {
    font-size: 14px !important;
  }
}

/* Delete 10/10/2022 ?
.social-container {
  text-decoration: none;
}
a.social-nav {
  text-transform: none;
  padding: 0px 1px;
}
a.social-nav:hover {
  text-decoration: none;
}*/

@media (min-width: 768px) {
  .social-media-links {
    padding-top: 100px;
  }
}

.posts-data-table iframe,
.posts-data-table object,
.posts-data-table video {
  height: -webkit-fill-available !important;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  height: -webkit-fill-available !important;
}

/****************** Left Nav Styles ******************/
.nav-item>a {
  color: #000;
  font-size: smaller;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: bold;
}

.nav-item {
  padding: 0px;
}

/****************** End Left Nav Styles ******************/

.product-attributes {
  margin-bottom: 10px;
  font-size: smaller;
}

.product-attributes-content {
  margin-top: 10px;
}

.wp-paginate.font-inherit {
  text-align: center;
}



.tools {
  margin: 0px -20px !important;
}

button.text-left {
  white-space: normal;
}

.resources-button {
  background-color: #fbac2b;
  border: 0px !important;
  font-size: smaller;
}

/**************Smart Slider**********************/
.smart-slider-bullets {
  color: #fff;
  text-align: left;
  list-style-type: disc;
  font-size: 20px !important;
  font-weight: 600;
}

.smart-slider-bullets>li {
  margin-bottom: 10px;
}

.n2-section-smartslider {
  /*top: -20px;*/
}

@media (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
  }
}




.card-archive-page {
  margin-top: -20px;
  border: 0px;
  margin-bottom: 20px;
}

.card-archive-page>ul>li>a {
  font-size: smaller;
}

.corporate-links {
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .corporate-links {
    display: none;
  }
}

@media (max-width: 768px) {
  .n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
    height: 100%;
    min-height: 100%;
  }

  div#n2-ss-2 .n2-font-9bd9c1bd182cd4d8e57abe1694883c02-hover {
    font-size: 200%;
  }

  div#n2-ss-2 .n2-font-ef98a8fa676345d4b152da8eea0f4c6f-paragraph {
    font-size: 100%;
  }
}

/****** 7 Columns ******/
/* Create 7 equal columns that floats next to each other */
.column-7 {
  float: left !important;
  width: 14.2% !important;
  padding: 20px 20px 0px 20px !important;
  text-align: center !important;
}

@media (max-width: 580px) {
  .column-7 {
    float: left !important;
    width: 50% !important;
  }

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/****** 7 Columns ******/

.project-profiles>div {
  margin-bottom: 5px !important;
}

.footer {
  list-style: none !important;
}

.footer>li {
  margin-bottom: 5px !important;
  line-height: normal;
  margin-left: -40px !important;
}

@media (max-width: 400px) {
  .footer>li {
    margin-bottom: 10px !important;
  }

}

.footer-header {
  font-size: 18px !important;
  font-weight: bold !important;
}

.footer-font {
  color: #999 !important;
  font-size: 14px !important;
}


/****************** Social Media Hover *****************/
.hover-effect {
  text-align: center;
}

.hover-effect ul {
  /*padding-top: 50px;*/
}

.hover-effect ul li {
  display: inline-block;
}

.hover-effect ul li a {
  border-radius: 50%;
  font-size: 15px;
  color: #222;
  margin: 0px 5px;
  line-height: 26px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hover-effect ul li:hover a {
  background: #fff;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

/****************** END Social Media Hover *****************/







.fancybox__container {
  z-index: 10000 !important;
}

.fancybox__content {
  padding: 5px;
  background: #777;
}

.copyright {
  text-align: left;
}

@media (max-width: 575px) {
  .copyright {
    text-align: center;
  }
}

.us-pipe {
  position: absolute;
  width: 80px;
  right: 8%;
  z-index: 1;
  margin-top: -20px;
  /*-webkit-box-shadow: 0px 0px 38px 0px rgba(252, 252, 252, 0.9);
  -moz-box-shadow: 0px 0px 38px 0px rgba(252, 252, 252, 0.9);
  box-shadow: 0px 0px 38px 0px rgba(252, 252, 252, 0.9);*/
  filter: drop-shadow(0px 30px 30px #fff);
}

@media (max-width: 575px) {
  .us-pipe {
    width: 50px;
    right: 10%;
  }
}


.us-pipe-bottom {
  display: none;
  position: absolute;
  width: 60px;
  right: 8%;
  z-index: 100000;
  margin-top: -15px;
}

@media (max-width: 575px) {
  .us-pipe-bottom {
    display: none;
  }
}