/*
Theme Name: kse
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body,h1, h2, h3, h4, h5, h6, p, .bold, strong, b, a, .swiper-slide .button a, #call-to-action span, #call-to-action .container a{
    
    font-family: "proxima-nova",sans-serif;
}

.swiper-slide .content h2 {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 14px;
}
.swiper-slide .content p {
font-size: 21px;
    line-height: 26px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
}
    @media only screen and (max-width: 1300px) and (min-width: 1000px){
        .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p, .full-width-content .vc_span12 .swiper-slide .content p {
            font-size: 18px!important;
            line-height: 24.2px!important;
        }
    }
    @media only screen and (max-width: 1000px) and (min-width: 690px){
        .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p, .full-width-content .vc_span12 .swiper-slide .content p {
            font-size: 14.2px!important;
            line-height: 18px!important;
        }
    }
.icon-normal{
    margin-bottom: 10px;
}