/*
 Theme Name:   bllibertari
 Theme URI:    https://tandem.blog
 Description:  GeneratePress child theme
 Author:       tabndem
 Author URI:   https://tandem.blog
 Template:     generatepress
 Version:      0.1
*/

/* Colors */

:root {
    --colorPrimari : #282828;
    --colorSecundari : #d55d5d;
    --colorFons : #f2f2f2;
    --colorBlau : #3100ff;
    --colorGris : #606060;
}


 /* logo */



.logo-b {
	width: auto;
	height:100px;
}

.lletra-b {
	width: 100px;
	height:100px;
	float: left;
	-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);
	
}
 
.paraula-b {
	margin-top: 17px;
	margin-left: -40px;
	width: auto;
	font-size: 3rem;
	font-weight: 700;
	float: left;
	opacity: .8;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
}

.logo-b a {
	color: var(--colorPrimari);
}

.sfm-navicon-button.sf_label_default {
    margin: 15px 30px 0 0;
}


/* portada */

.titol-caixa {
	z-index: 999;
}

.main-navigation ul li:after {
    background-color: var(--colorSecundari);
}

.main-navigation .inside-navigation {
    border-top: 1px solid var(--colorSecundari);
}

.navigation-search.nav-search-active {
	background-color: var(--colorSecundari);
	top: 100%;
}

/* Theme Global */
@media (min-width: 769px) {
    body {
        margin: 0 30px;
    }
}

body.single-post.no-sidebar .site-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Navigation */
.second-nav.grid-container {
    padding: 0;
}

@media (min-width: 769px) {
    .main-navigation ul li {
        position: relative;
    }

    .main-navigation ul li:after {
        content: '';
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
        filter: hue-rotation(90deg);
        -webkit-filter: hue-rotation(90deg);
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }

    .main-navigation ul li:hover:after, .main-navigation ul li.current-menu-item:after {
        height: 6px;
    }
}

/* Widgets */
.widget-title {
    margin: 1em 0;
    font-size: 0.8em !Important;
}

.widget .wp-show-posts article {
    margin-bottom: 0.5em !important;
}

.zero-padding {
    padding: 0 !important;
}

.widget.no-background {
    background-color: transparent;
}

/* Buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    pointer-events: initial !important;
    border-color: inherit;
}


/* Post Navigation */
#post-nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #post-nav a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

#post-nav, #post-nav .post-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

#post-nav .post-nav-wrap {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 120px;
    height: 100%;
    padding: calc(6% + 1em) 5%;
   -webkit-box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-box-shadow 500ms;
    transition: -webkit-box-shadow 500ms;
    transition: box-shadow 500ms;
    transition: box-shadow 500ms, -webkit-box-shadow 500ms;
    position: relative;
	box-sizing: border-box;
}

#post-nav .post-nav-wrap:hover {
   -webkit-box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
}

.post-nav-wrap>* {
    color: #fff;
}

.post-nav-date {
    font-size: 0.9em;
}

.post-nav-title {
    margin: 5px 0 !important;
}

.post-nav {
    min-width: 60px;
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 0;
}

.post-nav:first-child {
    left: 0;
}

.post-nav:last-child {
    right: 0;
}

.post-nav {
    padding: 6px 12px;
    border-radius: 0px;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: var(--colorSecundari);
    color: #fff !important;
}

/* Page Heros */
.page-hero.overlay {
   -webkit-box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
box-shadow: inset 0px -900px 900px -79px rgba(0,0,0,0.2);
}

.gradient-overlay {
    position: relative;
    z-index: -1;
}

.gradient-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 89, 155, .5)), to(rgba(14, 161, 234, .6)));
    background: linear-gradient(rgba(3, 89, 155, .5), rgba(14, 161, 234, .6));
    z-index: -1;
}



.header-widget .lsi-social-icons li {
	margin-bottom: 0 !important;
}

/* issue */

.issuuembed.issuu-isrendered {
    width: 600px !important;
    max-width: 90vw;
}
	

#primary {
    border-bottom: 3px solid;
}
	