/*
 Theme Name:   Jon Frazer (Lawyeria Lite)
 Description:  Child of Lawyeria Lite
 Template:     lawyeria-lite
 Version:      1.0.1
 Text Domain:  lawyeria-lite-child
*/
.frazer-header .logo,
.frazer-header .sidebar {
	height: 150px;
} 

.frazer-header .logo {
	float: left;
	width: 170px;
	padding-right: 10px;
}
.frazer-header .logo img {
	width: 100%;
}

.frazer-header .content {
}

.frazer-header .sidebar {
	float: right;
	width: 170px;
	padding-top: 30px;
	padding-left: 10px;
}

.frazer-header .sidebar h3 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.frazer-header {
	color: black;
}

.frazer-header a {
	color: black;	
}

.frazer-header p {
	line-height: 120%;
}

.frazer-header h1 {
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
.frazer-header h2 {
	font-size: 18px;
	margin: 10px 0;
}

.frazer-header .clear {
	clear: both;
}

body > header {
        background: white;
}

@media (max-width: 760px) {
  .frazer-header .logo,
  .frazer-header .sidebar {
    display: none;
  }
}