/*
    Theme Name: Spencer Child
    Theme URI: https://www.cssigniter.com/ignite/themes/technico
    Author: Pointer
    Author URI: https://pointer.gr
    Description: Child theme for the Spencer WordPress theme
    Version: 1.0.0
    Template: spencer
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: spencer-child
    Domain Path: /languages
*/


/* Custom CSS*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'Source Sans Pro', sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}



.head-intro {
    padding: 3px 0;
}


.navigation-main a {
    position: relative;
    color: #282828;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}

/*.page-hero-subtitle {*/
    /*padding: 5px;*/
    /*font-size: 34px;*/
    /*margin-right: -20px;*/
/*}*/


.page-hero-subtitle {
    margin: 0;
}

.head-intro {
    text-align: right;
}

.head-intro-info {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.head-intro-info a {
    font-weight: bold;
    font-size: 16px;
}

label {
    display: block;
    margin: 0 0 4px;
    font-weight: 700;
    letter-spacing: -0.025em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #474747;
    text-transform: uppercase;
    font-size: 14px;
}

.page-hero::before {
    background-color: unset!important;
}




.widget {
    margin: 0 0 10px;
}

.widget-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.widget_text p {
    font-size: 15px;
}

.widget_text a {
    font-size: 14px;
}


