/*
Theme Name: Mwaura&Wachira Advocates
Theme URI: https://www.mwadvocates.com
Author: Enet
Author URI: https://www.enet.co.ke
Description: A custom template for Mwaura&Wachira Advocates
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mwadvocates
*/

body {
	margin: 0;
	padding: 0;
	font-family:'Maven Pro', arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #F3F3F5;
	background-image:url('https://web.archive.org/web/20220327122645im_/http://www.mwadvocates.com/images/beige_paper.png');
	background-repeat:repeat;
}

#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;
	}
	
/*typography*/
a {
	text-decoration: none;
	color: #000000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/* DEFAULTS */
a:visited {
	color: #313A94;
}
a:link {
	color: #313A94;
}

a:active {
	text-decoration: underline;
	color: gray;
}
a:hover {
	text-decoration: underline;
	color: #313A94;
}
a img {
    border: 0;
}

#wrapper {
	width: 860px;
	height: auto;
	background-color: white;
	float: none;
	margin: 0 auto;
	padding: 0;

background: white;
border-radius:0 0 10px 10px;
border-top: 1px solid #FFFFFF;
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.298), rgba(0, 0, 0, 0.094) 0px 2px 20px inset, 0px -1px 7px rgba(0, 0, 0, 0.102);
margin:0 auto;

}

#header {
	width: 860px;
	height: 80px;
	clear: both;
	padding:5px 0;
	margin: 0 auto;
	border-bottom: 1px #D4D4D4 solid;
}

#header h1 {
	color: #37577D;
	margin: 1em 0 0.3em 0;
	font-family: 'Marcellus SC', serif;
	text-align: center;
	border-bottom: 1px #F3F3F5 solid;
}

.headand {
	color: #B99E69;
	font-size:1.4em;
}
	
	
#nav {
	text-align: center;
	padding: 0px;
	width: 860px;
	clear: both;
	height: 20px;
	margin: 0 auto;
	background-color: #37577D;
	border-bottom: 2px #B99E69 solid;
	font-size: 14px;
	font-family: 'Armata', sans-serif;
	font-weight: 400;
}

#nav ul	{
	list-style-type: none;
	display: block;
	margin:0px;
	padding:0 0 0 20px;	
}

#nav li	{
	float: left;
	list-style-type: none;
	display: block;
	border-right: 1px #D4D4D4 solid;
	margin:0;
	padding:0;
}

#nav a {
	padding: 3px 12px;
	margin: 0;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

#nav a.active {
	background-color: #666666;
	color: white;
}

#nav a:hover {
	color: #E8E8E8;
	background-color: #1F3147;
}

#nav .current {
	color: #FFFFFF;
	background-color: #B2B2B2;
	padding: 3px 12px 0 12px;
}


/********************/

#leftmenu {
	float:left;
	margin:0;
	padding:20px 0 0 0;
	width:200px;
	height: auto ;
	
}

.ca-menu {
	float:left;
	margin:0;
	padding:0;
}

.ca-menu li{
	width: 200px;
	height: 40px;
	overflow: hidden;
	display: block;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 4px;
	border-left: 10px #37577D solid;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}


.ca-menu li a{
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	color: #856C3F;
	position: relative;
}

.ca-content{
    position: absolute;
    left: 20px;
    width: 370px;
    height: 60px;
    top: 10px;
}

.ca-content h1, h2 {
	margin:0.2em 0;
}

.ca-main{
    font-size: 12px;
    transition: all 200ms linear;
}


.ca-menu li:hover{
	border-color: #B99E69;
	background: #37577D;
}
.ca-menu li:hover .ca-icon{
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #fff004;
	font-size: 50px;
}
.ca-menu li:hover .ca-main{
	color: #FFFFFF;
	font-size: 20px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 30px;
}








/*******************/


#content {
	width:860px;
	height: auto;
	padding:0px;
	font-size:1.1em;
	margin:0 auto;
background-image:url('https://web.archive.org/web/20220327122645im_/http://www.mwadvocates.com/images/sideimg1.png');
background-position: left bottom;
background-repeat:no-repeat;
}

.topimg {
	border-bottom:1px black solid;
}

#homecont {
	width:520px;
	padding:10px 40px;
	float:left;
	line-height:1.8em;
	text-align:justify;
}

#homecont h2 {
	color: #37577D;
	margin: 0.3em 0;
	font-family: 'Marcellus SC', serif;
	border-bottom: 1px #B99E69 solid;
}

#homecont h3 {
	color: #856C3F;
	text-decoration: underline;
	margin: 0.3em 0;
	font-family: 'Marcellus SC', serif;
}

.arrow1 {
	font-size: 1.8em;
	padding: 0 0 5px 0;
	color: #AB1C30;
}


em {
	font-style:italic;
}
em {
	padding-bottom: 0px;
	margin:0px; 
	padding-left: 0px; 
	outline-width: 0px; 
	padding-right: 0px; 
	font-family: inherit; 
	font-size: 100%; 
	vertical-align: baseline; 
	padding-top: 0px;
}

.sep {
	width:100%;
	height:5px;
	clear:both;
}

/*FOOTER*/

#footer {

	font-size: 0.8em;
	color: #666666;
	width: 820px;
	height:45px;
	clear: both;
	margin: 0 auto;
	padding:20px 20px 0 20px;
	border-bottom: 1px #E8E8E8 solid;
	border-top: 1px silver dotted;
	text-align:center;
}

#footer a {
	color:white;
	text-decoration:underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.copyinfo {
	color: #000000;
}

.designer {
	font-size:0.8em;
	text-align:right;
	width:860px;
	margin:0 auto;
	padding:10px;
	display:block;
	color:gray;
}