/**
 * Theme Name:   Haskill Creek
 * Theme URI:    https://findandsupply.com/
 * Author:       Find & Supply
 * Author URI:   https://findandsupply.com/
 * Version:      1.0
 * License:      GNU General Public License v2
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Description:  Fully Responsive WordPress Theme With Woocommerce Support.
 * Text Domain:  haskill-creek
**/


/* style for blogs */
.article_desc ol li p,
.article_desc ul li p{
    margin: 0;
    line-height: 144.444%;
}

.article_desc ol,
.article_desc ul{
    padding-left: 50px !important;
}

.article_desc h1, .article_desc h2, .article_desc h3, .article_desc h4, .article_desc h5, .article_desc h6, .article_desc .faux-heading{
    margin: 40px 0px 15px 0px !important;
}

.article_desc h1 > b, .article_desc h1 > i, .article_desc h1 > a, 
.article_desc h2 > b, .article_desc h2 > i, .article_desc h2 > a, 
.article_desc h3 > b, .article_desc h3 > i, .article_desc h3 > a, 
.article_desc h4 > b, .article_desc h4 > i, .article_desc h4 > a, 
.article_desc h5 > b, .article_desc h5 > i, .article_desc h5 > a, 
.article_desc h6 > b, .article_desc h6 > i, .article_desc h6 > a, 
.article_desc .faux-heading > b, .article_desc .faux-heading > i, .article_desc .faux-heading > a{    
    font-family: 'LarkenLight' !important;    
    font-size: inherit;
}

.article_desc h1 > b, .article_desc h1 > strong, 
.article_desc h2 > b, .article_desc h2 > strong,
.article_desc h3 > b, .article_desc h3 > strong,
.article_desc h4 > b, .article_desc h4 > strong,
.article_desc h5 > b, .article_desc h5 > strong,
.article_desc h6 > b, .article_desc h6 > strong,
.article_desc .faux-heading > b ,
.article_desc .faux-heading > strong {
    font-weight: bold !important;
}

.article_desc > img {
    margin-top: 0;
}

.article_desc p a,
.article_desc p b,
.article_desc p b u,
.article_desc p a u {
    font-family: 'AktivGroteskSemiBold';
    font-size: 2rem;
}

p.paragraphonly-br{
    margin-bottom: 0 !important;
    line-height: 0px!important;
}

@media(max-width: 767px){
    .article_desc p a,
    .article_desc p b,
    .article_desc p b u,
    .article_desc p a u {
        font-family: 'AktivGroteskSemiBold';
        font-size: 16px;
    }
     
    .article_desc ol,
    .article_desc ul{
        padding-left: 24px !important;
    }
}