/*
Copyright 2019 tommaso.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/* 
    Created on : 25 gen 2019, 16:56:58
    Author     : tommaso
*/

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
form.imuralescom .input_error { background-color: #fdd; }

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 1.5rem;
    font-size: 14px;
}

.sidenav-trigger {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        /*top: 40%;*/
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.parallax-container {
    min-height: 75px;
    height: 100px;
}


body.homepage div.project-info {
    display: block;
}

div.project-info  {
    display: none;
}

#extended, #footer {
    display: none;
}

h5.header.col.s12.light span {
    background: #e1d9cc;
    padding-left: 5px;
    padding-right: 5px;
}
/*
.sidenav-overlay {
    display: none !important;
}*/

fieldset {
    margin-bottom: 20px;
    border: 1px solid #aaa;
}

h3 {
    border-bottom: 4px solid #ee6e73;
}

div.sidebar, fieldset {
    border-radius: 12px;
}

ul.form-error li, div.form-error {
    color: red;
}


p.imurales.flash { padding: 0.5em 0.5em 0.5em 32px; }
p.imurales.error {
    border-top: 1px solid #fcc;
    border-bottom: 1px solid #fcc;
    background-color: #fee;
    background-image: url(../images/icons/error16.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    border-radius: 5px;
}

p.imurales.success {
    border-top: 1px solid #fcc;
    border-bottom: 1px solid #fcc;
    background-color: lightgreen;
    border-radius: 5px;
}

li.pagination_cur_page {
    font-size: 20px;
    color: #039be5;
    font-weight: bold;
}

.pagination_desc input.pagination_pager_page {
    width: 40px;
}

div.attachments.gallery.row div.col {
    margin: 10px auto;
}

div.attachments.gallery.row div.col img.materialboxed {
    max-height: 100px; 
    margin: auto;
}

.to_clear { clear: both; }

#google_translate_element {
    float: right;
    clear: both;
    height: 25px;
}

#google_translate_element .goog-te-gadget-simple {
    background: transparent;
    display: inline-flex;
}

#google_translate_element span {
    display: initial;
    color: #000000;
}

#google_translate_element a {
    font-size: small !important;
}

div.channel.box div.card-panel p {
    line-height: 1.6em;
}

div.channels > ul > li, div.channels > div, div.devices > ul > li, div.devices > div  {
     height: 210px;
}

.device.box {
    position: relative;overflow: hidden;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

div.my-parallax-bg {
    background: #e1d9cc; 
}

div.type-button {
    text-align: center;
}

h5 {
    font-size: 2rem;
}

/*
body.channel_view.channel_44 #breaking_news p.contentnote span.date, body.channel_device_view.device_276 #breaking_news p.contentnote span.date {
    display: none;
}

body.channel_view.channel_44 #breaking_news p.contentnote:after, body.channel_device_view.device_276 #breaking_news p.contentnote:after {
    content: 'in diretta'
}

*/