@charset "UTF-8";
/* CSS Document */

/* 	
	Thomas Law Firm
	Date: 10/2015
*/

@media screen and (min-width: 0px) and (max-width: 1000px) {
 	
	body { font-size: 1.0em; }
	
	h1 {
	font-size:1.6em;
	}
	
	h2 {
	font-size:1.3em;
	}
	
	h3 {
	font-size:1.4em;
	}
	
	#topbar {
	height: 150px;
	background-color: #77889a;
	width:100%;
	padding-top:10px;
	padding-bottom:20px;
}
	
	#menubar {
	display: none;
}

	/* Main Navigation */
	#menu {
	display:none;
	}

	#headerbar {
	height: auto;
}

	
	#menumobile {
	display: block; /*Show mobile menu */
	float: right;
	top: 60px; 
	position:relative;
	padding-right:10px;
	}
	/* END MENU */

	#logo {
		float:left;
		top: 1px;
		left: 5px;
	}
	
	.logo {
	 width:60%;
	 height:60%;
	}
	
	#topbg { 
	height:150px;
	}
	
	#topbg-sub { 
	height:75px;
	}
	
	#mobilecontact {
		display: block;
		font-size:1.5em;
		font-weight: bold;
		color: #fff;
		text-align:center;
		top: 10px;
	}
	
	#social {
		display:none;
	}
	
	#portfolio {
	width: 265px;
	height: 150px;
	padding: 8px;
	float:left;
	margin:10px;
	background-color: #fcfcfc;
	font-size:.8em;
}

	
	.headerhome {
	color: #14375e; font-size:1.8em; text-transform:lowercase; font-weight:bold; }

	.headerhome2 {
	font-weight:300; color:#3a75bb; font-size:.8em; }
	
	
	
	#servicebox {
	font-family: 'Lora', Arial, Helvetica, sans-serif; 
	font-size:22px;
	font-weight:300; 
	color: #845e70; 
	padding: 0;
	margin:0;
	text-align:left;
	border-bottom: 1px solid #fafafa;
	margin-bottom:10px;
}

	#masthead { 
	background-color: #fff; 
	padding: 0;
	max-width: 1000px; 
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding-bottom:20px;
	padding-top: 30px;
}

#sub-mastheadholder { 
	display:none;
}
	
	#newsbar {
		display:none;
	}

	#engagebar-holder {
	text-align:center;
	font-family: 'Lora', Arial, Helvetica, sans-serif; 
	font-size:.8em;
	font-style:italic;
	font-weight:normal; 
	color: #BBBBBB;
	padding-top: 10px;
}
	
	#content {
	width: 90%;  
	margin: 0px auto; 
	top: 0px;
	position: relative;
	padding-bottom:10px;
	}
	
	#content-left {
	float:none;
	width:100%;
	padding-bottom:20px;
	}
	
	#content-right {
	float:none;
	width:100%;
	padding-bottom:20px;
	}

	#sub-content {
	width: 90%;  
	margin: 0px auto;
	padding: 0; 
	top: 0px;
	position: relative;
	padding-bottom: 5em;
	}


#featuresholder {
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
	height:auto;
	margin-bottom:20px;
}


#features {
	width: 80%;
	padding: 10px;
	float:left;
	margin:20px;
	font-size:.8em;
	background-color: #fff;
	background-image:none;
	color: #333;
	border: 1px dotted #969696;
	text-align:center;
}

#features:nth-child(3n) {  /*handle responsive layout a little better by selecting last of elements in columns */
  margin-right: 0px;
  margin-bottom: 100px;
}


#footer {
	width: 100%;  
	margin: 0px auto; 
	padding: 0; 
	position:relative;
	color: #999999;
	top: -115px;
	font-size:.8em;
	margin-top:25px;
}

#footer-left {
	float:left;
	width:45%;
}

#footer-right {
	float:right;
	width:45%;
	text-align:right;
}

.dontshowme {
	display:none;
}

#services-left {
	width: 100%;  
	padding: 0; 
	position:relative;
	margin-bottom: -15px;
}

#services-right {
	width: 100%;  
	padding: 0; 
	position:relative;
	margin-bottom: 15px;
}

.imgscale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

}