/*
Descrição: Folha de estilos criada para Missionária Eli Rosângela"
Autor: Jamaicon Batista
Homepage: http://www.producercia.com
*/

/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Lato');

body{ font: 16px/1.6 'Open Sans', serif;  }
body p{ font: 16px/1.6 'Lato', sans-serif; }
h1{ font-size: 28px; margin:15px 0 15px; }
h2{ font-size: 24px; margin-top: 0;}
h3{ font-size: 20px; margin-top: 0;}
h4{ font-size: 18px; margin-top: 0;}

.rpwwt-post-excerpt a{text-decoration: none; background:#54382D; color:#fff; padding:4px; float:right; border-radius:5px;}
.rpwwt-post-excerpt a:hover{background:#000; color:#fff; padding:4px; border-radius:5px;}

/*media all*/
#toTop:hover {
    background-position: top center;
}

.inscrev{padding-top:35px;}
/*media all*/
#toTop {
    width: 37px;
    height: 39px;

	background: url('http://images.gofreedownload.net/red-up-arrow-26819.jpg') bottom center no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: background .2s;
}

/* Header - Barra Topo */

.barra-nav{ background:#F9F1E4 url('http://elirosangela.com/wp-content/uploads/2018/11/bgMenu.png') center repeat;
    color: #222;
    padding: 5px 0;
    margin-top: 54px;
	border-bottom: 2px solid #54382D;
}

@media only screen and (max-width: 320px) {

    .barra-nav{
		 top: 200px;
	}
	.idioma{text-align:center;}

}

@media only screen and (max-width: 320px) {

	.pesquisa{text-align:center;}

}

/* GALERIA ACESSO RÁPIDO */
.fmcarousel-container{
	background-color:transparent;
	border: 2px solid #DBC0AF;
	-Moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}

.rpwwt-widget{
	background-color:#F9F1E4;
	border: 3px solid #DBC0AF;
	padding: 10px;
	-Moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

/* Icones Diversos */
.icone ul{ padding: 0; margin: 0; }


/* Header - Menu Principal */
.area-menu{ background: #AA0F0E; 
	padding: 10px 0; margin-top: 54px;
}

.navbar {   
    min-height: 45px;
    margin-bottom: 1px;
    border: 2px solid transparent;
}

.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}

.navbar-default {background: #54382D url('') center repeat;
	
	border-color:transparent;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;    background-color: #e7e7e7;
	border-radius:5px 0px 5px 0px;
	-webkit-border-radius:5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-ms-border-radius:5px 0px 5px 0px;
	}

.navbar-default .navbar-nav>li>a{color:#fff;}

.navbar-default .navbar-nav>li>a:hover{
	background-color:#f9f1e4;
	border-radius:5px 0px 5px 0px;
	-webkit-border-radius:5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-ms-border-radius:5px 0px 5px 0px;
}

/*media all*/
.navbar-brand {
    float: left;
    font-size: 18px;
	padding:0 0 15 15px;
}

/*main*/
main{
	background: #f9f1e4; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f1e4 0%, #dbc0af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f1e4 0%,#dbc0af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f1e4 0%,#dbc0af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f1e4', endColorstr='#dbc0af',GradientType=0 ); /* IE6-9 */	

}


/* Serviços */
.servicos{ background:#ddd url('http://elirosangela.com/wp-content/uploads/2018/04/bg_acessoRapido1300x200.png') center repeat; padding: 25px 0; color: #222; border-top:4px solid #fff; }
.servicos h1{ text-align: center; }
.servicos .servicos-desc, .servicos .servicos-img{ text-align: center; }
.servicos .servicos-desc h2{text-transform: uppercase; font-size: 90%; color: #f6e497;}
.servicos .servicos-img img{ border: 15px solid #FFF; }
.servicos .servicos-img {
    margin-right: 10px;
    height: 32px;
    width: 32px;
}

.servicos .servicos-desc, .servicos .servicos-img {
    text-align: justify;
}

/* Meio */
.meio{ padding: 25px 0; 
	background: #f9f1e4; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f1e4 0%, #dbc0af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f1e4 0%,#dbc0af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f1e4 0%,#dbc0af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f1e4', endColorstr='#dbc0af',GradientType=0 ); /* IE6-9 */	
}
.meio h1{ color: #4c1b1b; text-transform: uppercase;  }
.noticia-destaque .miniatura{ max-height: 400px; overflow: hidden; }
.noticia-secundaria .miniatura{ max-height: 150px; overflow: hidden; }

/* Meio - Barra Lateral */
.barra-lateral{ background: #F9F1E4; padding: 20px; margin: 0 0 30px; 
	border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px;}
.barra-lateral img.wp-image-136{ width: 100%; height: auto; }
.barra-lateral .wpcf7 input:not([type=submit]), .barra-lateral .wpcf7 textarea { width: 100%; }

/* Meio - Notícias */
.noticias .miniatura{ margin: 0 0 15px; }

/* Rodapé */

footer{  padding: 15px 0; color: #222;  bottom:0px; 
	background:#F9F1E4 url('http://elirosangela.com/wp-content/uploads/2018/11/bgMenu.png') center repeat;
}

footer.home{ padding: 15px 0; color: #222;  bottom:0px; margin-top:-50px;
	background:#F9F1E4 url('http://elirosangela.com/wp-content/uploads/2018/11/bgMenu.png') center repeat;
}

.rodape{clear:both; padding-top:15px;}

/* Meio - Alinhamento */
img.alignright {float:right; margin:0 0 1em 1em;
	border: 4px solid #F9F1E4;
	border-radius:5px 0px 5px 0px;
	-webkit-border-radius:5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-ms-border-radius:5px 0px 5px 0px;
}
img.alignleft {float:left; margin:0 1em 1em 0; 
	border: 4px solid #F9F1E4;
	border-radius:10px 0px 10px 0px;
	-webkit-border-radius:10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-ms-border-radius:10px 0px 10px 0px;
}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; 
	border: 4px solid #F9F1E4;
	border-radius:10px 0px 10px 0px;
	-webkit-border-radius:10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-ms-border-radius:10px 0px 10px 0px;
}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


/* Blog */
/* Blog */
article.noticia-secundaria.wp-post-image{ width:80px; float: left; margin: 0 15px 10px 0; }
.wp-post-image{ float: left; margin: 0 15px 10px 0; }
.post-format-image h1 { color: #fff; background: #717171; padding: 15px; }
.post-format-video h1 { color: #fff; background: #211e1e; padding: 15px; }
.post-format-padrao h1 {
    color: #444;
    /* background: #d2d2d2; */
    padding: 15px;
    margin: 0 0 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}
.blog h1 { margin: 0 0 15px; }

/* Demais páginas */
.conteudo .blog, .arquivo { margin-bottom: 30px; }
.arquivo > p { margin-bottom: 15px; font-weight: bold;  }
.arquivo > h1{ border-bottom: 1px dashed #ccc; margin-bottom: 5px; padding: 15px 0; }
.conteudo > .container .page, main > .container .post{ margin: 40px 0; }
.search main .container{ margin-top: 40px; margin-bottom: 40px;  }
.error404 .widget_recent_entries{ margin-top: 30px; }
.comment-respond{ margin: 30px 0; }
.comment-respond label{ width: 100%; }
#comment{width:60%; height:100px;}

/* Cor de Fundo dos Resumos */
.bg-content {
    border: 2px dashed #ccc;
    background-color: #f9f1e4;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
    margin-bottom: 10px;
}

/* Cor de Fundo dos Títulos */

.t-single {
    background-color: #f9f1e4;
    border-bottom: 3px solid #ccc;
    padding: 7px 20px;
}

section.extra {
    padding-top: 15px;
	background: #f9f1e4; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f1e4 0%, #dbc0af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f1e4 0%,#dbc0af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f1e4 0%,#dbc0af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f1e4', endColorstr='#dbc0af',GradientType=0 ); /* IE6-9 */	
}

.video {
    width: 100%;
	padding-bottom:2px;
    background-color: #54382D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.video li {
    display: inline;
	-ms-display:inline;
	-webkit-display:inline;
	-moz-display:inline;
    text-decoration: none;
	padding-top:5px;
}

.developer {
    clear: both;
	bottom: 0px;
	padding-top:50px;
	text-align: center;
}

.extra .widget-titulo{
	border-bottom:2px solid #222;
	padding-bottom:5px;
}

.idioma{padding-top:20px;}
.redes-sociais{padding-top:20px;}

a{color:#54382D;}

.yuzo_wraps{margin-bottom:15px;}
