/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


/************************************
    Geral
*************************************/
section > .container, section > .container-fluid {
    padding-bottom: 0px !important;
}

.text-contato {
    color: #015fa4 !important;
    font-weight: bold;
    font-size: 24px;
}

.line-bottom {
    border-bottom: 1px dotted #d3d3d3;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.bg-red {
    background-color: #a51219 !important;
}

#quemsomos {
    background-color: #fff!important;
}

    #quemsomos strong {
        color: #a51219 !important;
    }

.text-blue {
    color: #015fa4 !important;
}

.text-red {
    color: #a51219 !important;
}

.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #015fa4 !important;
    border-color: #015fa4 !important;
}

    .btn-dark.btn-theme-colored:hover {
        color: #fff;
        background-color: #1a70ae !important;
        border-color: #1a70ae !important;
    }

/************************************
    Notícias
*************************************/
#noticias {
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

    #noticias .post {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: solid 1px #e1e1e1;
    }

        #noticias .post img {
        }

        #noticias .post h2 {
            margin: 0px;
            color: #1a70ae;
        }

            #noticias .post h2:hover {
                margin: 0px;
                color: #a51219;
            }

/************************************
    Igrejas
*************************************/
#igrejas {
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

    #igrejas strong {
        color: #015fa4 !important;
    }

    #igrejas .causes-details {
        box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    }

/************************************
    Eventos
*************************************/
.bg-blue {
    background-color: #015fa4 !important;
}

    .bg-blue ul {
    }

        .bg-blue ul li {
            color: #fff;
        }

#eventos {
    padding-bottom: 50px;
}

.evento {
    margin-bottom: 10px;
}

    #eventos .evento-detalhe {
        padding-top: 10px;
        height: 121px;
        background-color: #f1f1f1 !important;
    }

.color-blue {
    color: #015fa4 !important;
}
/************************************
    Contato
*************************************/
#contato {
    padding-bottom: 50px;
}

/************************************
    Footer
*************************************/
#footer {
    padding: 25px 0px 25px 0px;
    background-color: #015fa4 !important;
}

    #footer img {
        width: 300px;
    }

.copyright {
    padding: 15px 0 15px 0;
    background-color: #a51219 !important;
    font-size: 12px;
    color: #fff;
}


/************************************
    Blog
*************************************/
#blog {
    padding: 50px 0px 50px 0px;
}

    #blog .post {
        border-bottom: 1px solid #e9e9e9;
        padding: 25px 0px;
    }

        #blog .post img {
            float: left;
            margin-right: 15px;
        }

        #blog .post h2 {
            color: #015fa4;
        }

            #blog .post h2:hover {
                color: #a51219;
            }

.title-post {
    padding: 30px 0;
    border-top: 1px solid #e9e9e9;
    background: #f8f9f9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    margin-top: 90px;
}

    .title-post h3 {
        font-size: 22px;
        color: #015fa4;
    }

#blog-detalhe {
    padding: 50px 0px 50px 0px;
}

    #blog-detalhe p {
        font-size: 18px;
        text-align: justify
    }

    #blog-detalhe .widgets-right {
        border-left: 1px solid #e9e9e9;
    }

        #blog-detalhe .widgets-right .categoria {
            display: block;
            min-width: 100px;
            padding: 15px;
            background-color: #a51219;
            color: #fff;
            float: left;
            margin-left: 5px;
            margin-bottom: 5px;
        }

            #blog-detalhe .widgets-right .categoria:hover {
                background-color: #015fa4;
            }

        #blog-detalhe .widgets-right h2 {
            margin: 0px;
            color: #015fa4;
        }


    #blog-detalhe .last-post {
        border-bottom: 1px solid #e9e9e9;
        padding: 15px 0px 15px 0px;
    }

        #blog-detalhe .last-post img {
            width: 150px;
            float: left;
            margin-right: 10px;
        }

        #blog-detalhe .last-post h1 {
            font-size: 15px;
            color: #a51219;
            margin: 0px !important;
        }

            #blog-detalhe .last-post h1:hover {
                color: #015fa4;
            }
