/*
Theme Name: chpllaw
Layout: Sidebar-Content
*/

.site-header {
	height: 120px;
	width: 100%;
	background: #fff;
	top: 30px;
	left: 0;
	position: fixed;
	z-index: 99;
	
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px rgba(0,0,0,0.75);
}

#masthead.stickyh {
	background-color: #FFFFFF;
	top: 0px;
	height: 90px;
	position: fixed;
}

.site-description {
	display: none;	
}

.site-branding h1.site-title a {
	display: block;
	width: 80%;
    max-width: 1520px;
    margin: 8px auto;
    height: 100px;
    background-image: url(/wp-content/uploads/2026/02/CHL_logo_2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.site-branding h1.site-title a span.site-title-name {
	display: none;
}

.stickyh .site-branding {
	margin-top: 0px;
	height: 90px;
}

.site-content {
	width: 80%;
	max-width: 1240px;
	margin: 0 auto;	
	margin-top: 240px;
	border-top: solid 5px #000;
	position: relative;
}


/*.content-area {
	width: 100%;
	float: right;
	margin-right: -320px;
	padding-right: 320px;

}*/

.content-area {
	
	/*	width: 100%;
	width: 74.2%;*/
	width: auto;
	width: calc(100% - 320px);

	margin-left: 320px;
	float: right;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0, 1);
	box-shadow: 0px 0px 10px rgba(0,0,0, 1);
	
}

.page-id-1725 .content-area, .error404 .content-area {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

.site-main {
	background: #fff;
	padding: 90px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0, 1);
	box-shadow: 0px 0px 10px rgba(0,0,0, 1);
	min-height: 630px;
}

/*.site-content .widget-area {
	background-color: #eee;
	overflow: hidden;
	width: 320px;
	min-height: 630px;
	padding: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	background-image: url(../images/palmTrees.jpg);
	background-repeat: no-repeat;	
	padding-top: 200px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	
	position: absolute;
	top: 0px;
	left: 0px;
}*/

.site-content .widget-area {
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	width: 320px;
	min-height: 630px;
	padding: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 0px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

.site-footer {
	clear: both;
	width: 80%;
	max-width: 1240px;
	margin: 0px auto;	
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

/*.site-footer .site-info {
	width: 100%;
	margin-left: 320px;
	padding: 5px;
	padding-right: 340px;
	background: #121212;
	color: #CBCBCB;	
}*/

.site-footer .site-info {
/*	width: 100%;
	width: 74.2%;*/
	width: auto;
	width: calc(100% - 320px);
margin-left: 320px;
padding: 5px 15px 5px 5px;
background: none repeat scroll 0% 0% #000;
color: #CBCBCB;
height: 30px;
}

/*Smaller Desktops and iPads 950 - 1120*/
@media screen and (max-width:1120px){
	

	.site-content {
	width: 90%;
	margin-top: 210px;
}

.site-branding {
	width: 90%;
}

.main-navigation {
	margin-right: 5%;
}

.site-footer {
    width: 90%;
}


.site-main {
	padding: 60px;	
}
/*Side area*/
.practice-areas {
    top: -60px;
    left: -380px;
}
	
 .bio-image, .side-image {
    top: -60px;
    left: -380px;
}

.customside {
    left: -380px;
    top: 420px;
}

.site-content .widget-area {
	min-height: 660px;
}

}

/*To Mobile and Small Table lesst that 950; Needs development*/

/*To Small Tablet 740- 940 */
@media screen and (max-width:940px){
	
	/*FOR THE HEADER AND MENU*/
	
	.site-branding h1.site-title a {
		max-width: 230px;
		height: 84px;
	}
	
	h1.site-title {
		height: auto;
	}
	
	.site-header {
		height: 90px;
		top: 30px;
	}

.main-navigation {
	margin-top: -71px;
	margin-right: 5%;
}

.main-navigation a {
    padding: 7px 30px;
}

.main-navigation .sub-menu a {
    padding: 4px 30px;
}


	.nav-menu {
		top: 90px;	
	}
	
	.site-main {
	padding: 60px 30px 30px 30px;	
}
	
	.site-content {
	width: 90%;
	margin-top: 150px;
}

.site-footer {
	width: 90%;
}

.site-footer .site-info {
	width: 100%;
	margin-left: 0px;	
/*	padding: 5px;*/
}
	
	
/*FOR THE SIDEBAR*/
	
.content-area {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
	
.site-content .widget-area {
    float: none;
	position: static;
    width: auto;
    padding: 30px;
	background-image: none;
	min-height: 0px;
	border:none;
}
	
input[type="search"] {
		margin: 0px -30px 0px -30px;
		width: 100%;
		width: calc(100% + 60px);	
		position: relative;
		top: -30px;
	}
	
}

/*To Mobile less than 740 */
@media screen and (max-width:740px){
	
	/*FOR THE HEADER AND MENU*/

	.site-header {
	height: 90px;
	width: 100%;
	background: #fff;
	top: 30px;
	left: 0;
	position: fixed;
	z-index: 99;
	
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px rgba(0,0,0,0.75);
	
		height: 90px;
		top: 0px;
		
}

h1.site-title {
	height: 90px;	
}
	
	h1.site-title a {
    display: block;
    height: 90px;
    width: 320px;
	margin: 0 auto;
    background-image: url("../images/chpl_logo_mobile3.png");
    background-position: center center;
}	

.site-branding {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 60px;
	background-image: none;
}

.main-navigation {
	float: none;
	margin: 0px auto;
	width: 100%;
	background: #496894;
/*	background: rgba(112,140,196,0.47);*/
	position: absolute;
	top: 90px;
	left: 0px;

}

	button.menu-toggle {
/*	width: 320px;
	text-align: right;
	border: none;
	border-radius: 0px;
	background: none;
	background-color: transparent;
	
		background-image: url(images/hamburger25.png);
	background-position: right center;
	background-repeat: no-repeat;
	
	box-shadow: none;
	color: #496793;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer; 

	-webkit-appearance: button; 

	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 20px 40px;
	text-shadow: none;*/
	
	background-image: url(../images/hamburger25_white.png);
	color: #fff;
	margin-left: 168px;
	margin: 0 auto;
	background-position: 66% center;
	padding: 30px 0px 5px;
	padding: 12px 0px;
	text-align: center;
	position: relative;
	left: -20px;
}

	.nav-menu {
		top: -90px;	
	}
	
	.stickyh .nav-menu {
		top: -90px;	
	}
	
	#masthead.stickyh h1.site-title a {
		height: 90px;
	}

	.stickyh .main-navigation {
		margin-top: 0px;	
	}
	
	.site-content {
	width: 100%;
	margin-top: 90px;
}

.site-footer {
	width: 100%;
}


}