
/*
 Theme Name:   Foundation
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:     square
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  square
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: var(--square-body-color, #404040);
    font-size: var(--square-body-size, 16px);
    letter-spacing: var(--square-body-letter-spacing, 0);
    line-height: var(--square-body-line-height, 1.8);
    font-family: var(--square-body-family, 'Manrope', sans-serif);
    font-weight: var(--square-body-weight, 400);
    font-style: var(--square-body-style, normal);
    text-decoration: var(--square-body-text-decoration, none);
    text-transform: var(--square-body-text-transform, none);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--square-h-family, 'Manrope', sans-serif);
    letter-spacing: var(--square-h-letter-spacing, 0);
    line-height: var(--square-h-line-height, 1.2);
    font-weight: var(--square-h-weight, 400);
    font-style: var(--square-h-style, normal);
    text-decoration: var(--square-h-text-decoration, none);
    text-transform: var(--square-h-text-transform, none);
    margin: 0;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.sq-main-title{
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: none;
    color: #FFF;
    position: relative;
}
#sq-masthead.disable-sticky{
    position: relative;
}
.sq-main-header{
    background-color: #74acdc;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0 50px;
    margin-bottom: 40px;
    background-size: cover;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-meta,
.entry-footer{
    font-size: 13px;
    font-style: normal;
    opacity: 0.8;
}
