/*
Theme Name: Capri Child
Theme URI: http://demo.select-themes.com/capri/
Description: A child theme of Capri Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: capri
*/
@import url("../capri/style.css");

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('fonts/hvd_fonts_-_brandongrotesque-black-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brandongrotesque-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/hvd_fonts_-_brandongrotesque-bold-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brandongrotesque-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('fonts/hvd_fonts_-_brandongrotesque-regular-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brandongrotesque-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('fonts/hvd_fonts_-_brandongrotesque-light-webfont.woff2') format('woff2'),
         url('fonts/hvd_fonts_-_brandongrotesque-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {
font-family: 'brandon_grotesquelight'!important;
}

h2, h3, h4 {
font-family: 'brandon_grotesque_regularRg'!important;
}

h5
{
font-family: 'brandon_grotesquelight'!important;
}




.latest_post_title, .icon_title custom_icon_holder {
font-family: 'brandon_grotesquelight'!important;
}

.qbutton.icon_right {
font-family: 'brandon_grotesquebold'!important;
}

.about-tlp-header {
background-color: #1b2e54;
height: 630px;
}



/*DONATION STYLING
.give-btn, .give-btn-modal{
font-family: 'brandon_grotesquebold'!important;
height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 40px;
    color: #1b2e54;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #1b2e54;
    border-width: 2px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: auto;
margin: 0;
border: 2px solid #171717;
text-align: left;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
text-shadow: none;
    white-space: nowrap;
transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
box-sizing: initial!important;
vertical-align: baseline;
  
}

.give-btn:hover, .give-btn-modal:hover {
    background: #47c2c7;
    color: #fff;
}


*/










