[class*="col-"] {
  min-height: 30px;
}

@media (max-width: 480px) {
  .tech-container {
    padding-top: 20px;
  }
}
.content-container .tab-content {
  margin-top: 20px;
  overflow: visible;
}
@media (max-width: 767px) {
  .content-container {
    margin: 0 10px !important;
  }
}

#converterTab .converterCategoryContainer {
  width: 85%;

}
@media (max-width: 1200px) {
  #converterTab .converterCategoryContainer {
    width: 70%;
  }
}
@media (max-width: 979px) {
  #converterTab .converterCategoryContainer {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #converterTab .converterCategoryContainer {
    width: 90%;
  }
  #converterTab .converterCategory {
font-size: 13px !important;
  }
}
#converterTab .converterCategory {
    border-radius: 0px;
    background-color: #C6C6C5;
    color: #000 !important;
    text-shadow: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    border: none;
    font-family: 'Bebas Neue', sans-serif;
}
#converterTab .converterCategory .change {
  color: #000;
}
#converterTab .converterCategory .caret {
  border-top: 8px solid #fff;
  border-left-width: 8px;
  border-right-width: 8px;
}
#converterTab .btn .caret {
  margin-top: 8px;
}
#converterTab .dropdown-menu {
  width: 100%;
  padding: 10px 30px 10px 0;
}
#converterTab .dropdown-toggle {
  width: 100%;
  text-align: left;
}
#converterTab .change {
  color: #AEAEAE;
  margin-left: 7px;
}
#converterTab .converterOptions {
    background: #fff;
    width: 85%;
    margin-top: 0px;
    padding: 10px 15px;
    box-shadow: 0px 4px 4px rgba(184, 184, 184, 0.25);
}
#converterTab .converterOptions .dropdown-toggle {
  background: #333333;
    color: #fff;
    padding: 15px 18px;
    border-radius: 0;
    border: none;
}
#converterTab .converterOptions .btn-group {
  width: 100%;
      margin-bottom: 10px
}
input.valueToConvert.form-control {
  margin-bottom: 10px;
  }
  #converterTab .btn-warning:focus{
    outline: none;
  }
@media (max-width: 1200px) {
  #converterTab .converterOptions {
    width: 70%;
  }
}
@media (max-width: 979px) {
  #converterTab .converterOptions {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #converterTab .converterOptions {
    width: 90%;
  }
}
#converterTab .converter-inner {
  padding: 15px;
}
#converterTab .converter-inner .col-md-1 {
  margin-top: 4px;
}
#converterTab .btn-warning {
  width: 100%; 
  opacity: 0.2;
}
#converterTab .conversionResult {
  font-size: 16px;
  margin-top: 4px;
  color: #555555;
}
#converterTab .step2 {
  width: 100%;
}

#flangeTab #flangeTable {
  display: none;
  color: white;
  width: 100%;
  margin-top: 40px;
}
#flangeTab #flangeTable .main {
  background: #ef1c21;
}
#flangeTab #flangeTable .sub {
  background: #d67e80;
}
#flangeTab .flangeNotes {
  display: none;
}
#flangeTab .flangecontrols {
  margin-top: 30px;
  align-items: start;
}
#flangeTab .flangecontrols p {
    color: var(--pure-black);
    font-weight: 400;
}
#flangeTab .flangecontrols .diametercontrol {
  padding: 15px;
  background: #f3f3f3;
  min-height: 225px;
  position: relative;
}
#flangeTab .flangecontrols .diametercontrol label {
  font-weight: bold;
  font-size: 15px;
  color: #0d2e56;
}
#flangeTab .flangecontrols .diametercontrol span {
  color: #969696;
  font-weight: bold;
}

#flangeTab .flangecontrols .col-md-6 {
  margin-left: 0px;
}
#flangeTab .flangecontrols .categorycontrol {
  padding: 15px;
  background: #f3f3f3;
}
#flangeTab .download-btn {
  background: #ef1c21;
  color: white;
  text-align: center;
  padding: 12px 5px;
  display: block;
}
#flangeTab .download-btn span {
  font-size: 18px;
  font-weight: bold;
}
#flangeTab .row {
    display: inline-block;
    background: #fff;
    width: 100%;
}
@media (max-width: 992px) {
  #flangeTab .download-btn {
    margin-top: 20px;
  }
}
#flangeTab img {
  max-width: 100%;
}
@media only screen and (max-width: 979px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #flangeTab {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  #flangeTab table,
  #flangeTab thead,
  #flangeTab tbody,
  #flangeTab th,
  #flangeTab td,
  #flangeTab tr {
    display: block;
  }
  #flangeTab thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #flangeTab tr {
    border: 1px solid #f3f3f3;
  }
  #flangeTab tr.hidden {
    display: none;
  }
  #flangeTab td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    color: #3a3a3a;
  }
  #flangeTab td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #868686;
  }
  #flangeTab td:nth-of-type(1):before {
    content: "Nominal Size";
  }
  #flangeTab td:nth-of-type(2):before {
    content: "Standard";
  }
  #flangeTab td:nth-of-type(3):before {
    content: "Class / Table";
  }
  #flangeTab td:nth-of-type(4):before {
    content: "Outside Diamter";
  }
  #flangeTab td:nth-of-type(5):before {
    content: "Pitch Circle Diameter";
  }
  #flangeTab td:nth-of-type(6):before {
    content: "No. Holes";
  }
  #flangeTab td:nth-of-type(7):before {
    content: "Hole Diameter";
  }
  #flangeTab td:nth-of-type(8):before {
    content: "Bolt Diameter";
  }
  #flangeTab td:nth-of-type(9):before {
    content: "Cast Iron";
  }
  #flangeTab td:nth-of-type(10):before {
    content: "Ductile Iron";
  }
  #flangeTab td:nth-of-type(11):before {
    content: "Copper Alloy";
  }
  #flangeTab td:nth-of-type(12):before {
    content: "Steel";
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #flangeTab body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #flangeTab body {
    width: 495px;
  }
}
@media (max-width: 979px) {
  #flangeTab .col-md-8 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #flangeTab .flangecontrols {
    margin-top: 10px;
  }
  #flangeTab .flangecontrols .col-md-6 {
    margin-top: 20px;
  }
}
 .searchDiameter{

    background-color: #ef1c21;
  }


   .searchCategories{

    background-color: #ef1c21;
  }
/*.btn-default:hover{

  background-color: #ef1c21 !important;
*/}
.btn-default:active,{

  background-color: #ef1c21 !important;
}
.single .post, .single .post-meta{

  max-width: 100% !important; 
}

#cta-nav {
    float: right;
    background: #f3f3f3;
    border-radius: 0 0 8px 8px;
    padding: 12px 20px 12px 0 !important;
    margin: 0 0 8px 18 !important;
   /* width: auto !important;*/
    height: 55px !important;
    margin-left: 20px !important;
}
#footer-social ul li a{
  height: 48px !important;
  width: 48px !important;
}

#converterTab .row{

  margin-bottom: 0px;
}

#content .entry a, #content .entry a:hover{

  color: #333;
}
#flangeTab .flangeNotes ul {
    list-style: inside;
}
#flangeTab button:focus{
  outline: none;
}