/*
Theme Name: CMM Advogados
Author: Ricardo Murta dos Santos
Author URI: http://wordpress.org/
Description: Tema elaborado para a CMM Advogados
*/

header .cmm-container,
#menu-menu-principal {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
	margin-left: -10px;
}

.menu a {
	text-decoration: none;
	color: white;
	font-family: baskvill;
	font-size: 10pt;
}

li{
	list-style: none;
}

.menu li:hover a,
.menu .current-menu-item a {
	text-decoration: none;

}

.current-menu-item{
	display: none;
}



.menu-item {
	width: 150px;
	height: 35px;
	background-image: url(images/menu.png);
	background-size: 150px 35px;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 10px 5px;
	text-align: center;
}

@font-face {
    font-family: baskvill;
    src: url(fonts/BASKVILL.TTF);
}

@font-face {
    font-family: leelawui;
    src: url(fonts/LeelawUI.ttf);
}

.index-img img{
	border-radius: 25px 0 0 0;
}

.bg-cmm{
	background-image: url(images/bg2.png);
	max-width: 1000px;
	margin: 0px auto;

}

.pagina-titulo{
	font-family: baskvill;
	font-size: 25pt;
	color: #0A243D;
}

.cmm-dot{
	border-bottom-style: dotted;
}

.imagem-pagina-titulo{
	width: 250px;
}

.pagina-conteudo{
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: leelawui;
	font-size: 13pt;
	color: #4B4B4D;
}



.area-imagem img{
	width: 270px;
	height: 170px;
}

.area-titulo{
	font-size: 18pt;
	font-family: baskvill;
	color: #4B4B4D;
}

.area-descricao{
	font-size: 14pt;
	font-family: leelawui;
	padding-right: 10px;
}

.area-descricao li{
	list-style: circle;
}

.area-bloco{
	margin-top: 20px;
	padding-right: 40px;
}

.prof-imagem img{
	width: 170px;
	height: 140px;
}

.prof-descricao{
	font-size: 12pt;
	font-family: leelawui;
	padding: 20px 10%;
	margin: 0px;
}

.prof-titulo{
	font-family: baskvill;
	font-size: 18pt;
}

.bg-artigo{
	background-color: #606062;
	padding: 10px;
	margin: 30px;
	border-radius: 25px 0px 0px 0px;
}

.artigo-imagem{
	width: 40px;
	height: 30px;
}

.artigo-titulo{
	font-size: 16pt;
	font-family: leelawui;
	color: white;
}

.leia-mais{
	width: 150px;
	height: 35px;
	background-image: url(images/menu.png);
	background-size: 150px 35px;
	background-repeat: no-repeat;
	padding: 5px;
	margin-right: 15px;
	margin-top: -20px;
	text-align: center;
	color: white;
	font-family: baskvill;
	margin-left: auto;
}

.leia-mais a{
	color: white;
}

.contato-endereco{
	margin-left: 20px;
	min-width: 400px;
	font-family: leelawui;
	margin-bottom: 20px;
	color: #4B4B4D;
}

.contato-form{
	padding: 15px;
	margin-left: 20px;
	background-color: #081522;
	display: inline-block;
}

.contato-form input{
	margin-bottom: 7px;
	background-color: #D2D3D5;
}

.contato-form textarea{
	background-color: #D2D3D5;
	margin-bottom: 7px;
}

.contato-submit{
	font-family: baskvill;
	float: right;
}

.mapa{
	width: 90%;
	margin: 35px auto 35px auto;
}

.missao{
	padding: 20px 20px 20px 0;
	margin: 10px;
	background-color: rgba(10, 36, 61, .5);
	border-radius: 5px;
	text-align: justify;
	font-family: leelawui;
	font-size: 14pt;
	color: #373435;
}

.missao h2{
	font-family: baskvill;
	color: white;
	font-size: 24pt;
}

.missao li{
	list-style: circle;
}

.cmm-footer{
	background-color: #0A243D;
	margin: 0 auto;
	display: flex;
}

.cmm-footer img{
	width: 250px;
}

.cmm-footer address{
	text-align: center;
	font-size: 12pt;
}

.cmm-footer address p{
	margin: 0px;
}

.cmm-footer address p a{
	text-decoration: none;
}

.cmm-footer address span{
	margin: 3px;
}

.cmm-footer div{
	padding: 25px;
	padding-bottom: 0px;
	color: white;
	width: 50%;
}