/*
Theme Name: Verosol Theme
Author: Webology
Author URI: https://webology.net.au
Description: Quick Spec Custom Post Type for Verosol by Webology.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: verosol_theme
*/


body.single-wcpt-quickspec {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'HindRegular';
  color: #000;
  letter-spacing: 0px;
}

.single-wcpt-quickspec .container{
    margin-top:50px;
}

.single-wcpt-quickspec h2 {
    line-height: 0.5;
    font-family: 'HindSemibold';
}

.single-wcpt-quickspec p {
    font-family: 'HindLight';
    margin:0;
    line-height: 1.3em;
}

.single-wcpt-quickspec strong, b {
  font-family: 'HindSemibold';
}
.single-wcpt-quickspec .designer {
    color:#9B9B9B;
}

.single-wcpt-quickspec .product_spec_sheet{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 5px 0 5px 0;
}

.quickspec_row  {
    padding-top: 30px;
}



.btn-quickspecs { background: #d16c2a; letter-spacing: 3px; font-family: 'HindBold'; text-transform: uppercase; text-decoration: none; color: #e2e1e7; font-size: 1em; border-radius: 0; padding: 10px 15px; float: left; border-color: transparent; }
