/*
Theme Name:     Newspaper 7 - elBaix.cat
Theme URI: 		http://www.elbaix.cat
Description:    Child theme made by Laukatu
Author:         tagDiv & Laukatu
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        1.0
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

@media (min-width: 700px) {
    .municipis-list {
        padding-left: 23px !important;
        padding-right: 23px !important;
        min-width: 450px;
        left: auto !important;
        right: 0;
        column-count: 2;
        column-gap: 10px;
        line-height: 23px;
    }
    .municipis-town-link {
        padding: 0 !important;
        font-size: 12px !important;
    }
    .td-week .td-header-style-10 .td-logo-wrap-full {
        min-height: auto !important;
        line-height: 130px !important;
    }

    .td-big-grid-meta h3.td-module-title a {
        text-shadow: 2px 0 4px rgb(0,0,0) !important;
    }
    .td_module_mx1 div.td-module-meta-info h3.td-module-title a {
        text-shadow: 2px 0 4px rgb(0,0,0) !important;
    }
}

/* MOBILE */
@media (max-width: 700px) {
    .municipis-menu-link {
        position: relative
    }
    .municipis-menu-link::before {
        font-family: 'newspaper';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e80d';
        position: absolute;
        right: 8px;
        color: #fff;
        font-size: 12px;
        opacity: .7;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .td-sub-menu-open .municipis-menu-link::before {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .td-big-grid-meta h3 a {
        text-shadow: 2px 0 4px rgb(0,0,0) !important;
    }
    .td_module_mx1 div.td-module-meta-info h3.td-module-title a {
        text-shadow: 2px 0 4px rgb(0,0,0) !important;
    }
}