/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*
@font-face{ 
    font-family: 'bobby-jones';
    src: url('fonts/bobby-jones-soft-regular-webfont.ttf') format('truetype');
    src: url('fonts/bobby-jones-soft-regular-webfont.woff2') format('woff2'),
    url('fonts/bobby-jones-soft-regular-webfont.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face{ 
    font-family: 'winter-creative';
    src: url('fonts/wintercreative.ttf') format('truetype');
    src: url('fonts/wintercreative.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}
*/
.site-header {
    z-index: 2;
}

.site-header::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: calc( 100% + 20px );
    z-index: -1;
    background-image: url(mc_img/sketch-header.png) !important;
    background-color: transparent !important;
    background-repeat: repeat-x !important;
    background-position: center bottom !important;
    background-size: auto 100% !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.boton-blanco {
    color: #07436D !important;
    background-image: url(mc_img/boton-blanco-fondo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}

.boton-blanco:hover {
    color: #fff !important;
    background-image: url(mc_img/boton-azul-fondo.png);
}

.boton-azul {
    color: #fff !important;
    background-image: url(mc_img/boton-azul-fondo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}

.boton-azul:hover {
    color: #07436D !important;
    background-image: url(mc_img/boton-blanco-fondo.png);
}















