   /*
   Theme Name: Llorix One Child
   Theme URI: https://www.themeisle.com/
   Description: This is a custom child theme I have created.
   Author: ThemeIsle
   URI: https://www.themeisle.com/
   Template: llorix-one-lite
   Version: 0.1
   */

.fonte-maior-titulo {
	font-size: xx-large;
}

/*---------------------------------------
   Personaliza o tamanho do LOGO
   Tive de colocar no CSS adicional
-----------------------------------------

.navbar-brand > img {
    display: inline-block;
    max-height: 100px;
}

/*---------------------------------------
   Personaliza as imagens dos Posts
-----------------------------------------*/

.post-img-wrap {
	position: relative;
	min-height: 200px;
	background-color: rgb(234, 234, 234);
}

h1.entry-title a {
    transform: none;
}

.post-list h1.entry-title a {
    text-transform: none;
}


/*---------------------------------------
   Personaliza as imagens dos posts
-----------------------------------------*/

img {
    min-height: 100%;
    width: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}



/*---------------------------------------
   Customizar cor da seÁ„o ribbon
-----------------------------------------*/
.call-to-action .section-overlay-layer {
    background: rgba(46, 62, 83, 0.8);
}

/* Botao - normal e acionado */
.btn {
    background: rgba(160, 45, 43, 0.9);
    border-color: rgba(170, 57, 53, 0.9);
}

.btn:hover {
    background: rgba(46, 62, 83, 1);
    border-color: rgba(46, 49, 80, 0.9);
}

/*------------------------------------------------
   Cor das linhas horizontais sob os titulos
-------------------------------------------------*/

.colored-line-right {
    background: rgba(00, 68, 38, 1);
}

.colored-line-left {
    background: rgba(00, 68, 38, 1);
}

.colored-line {
    background: rgba(00, 68, 38, 1);
}
/*---------------------------------------
   Customizar cor do header superior
-----------------------------------------*/
.very-top-header {
	background: #01223e;
	color: #FFF;
}
/*---------------------------------------
   Customizar cor do footer
-----------------------------------------*/
.footer,
.footer a {
    background-color: #01223e;
}

/*------------------------------------------------
   Espaços nos Títulos
   no CSS Adicional
-------------------------------------------------

h1.single-title {
	margin-top: 50px;
}

/*------------------------------------------------
   Espaço entre o slider e a próxima seção
   Está no arquivo menu-slider.css no frontend do plugin
   .nemus-slider {margin: 0 0 0px; position:relative; zoom: 1;min-height: 40px;}
------------------------------------------------- */
