/*
Theme Name: heggenlaw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heggenlaw
Tags:
*/


body {background: #f2f2f2; padding: 40px 0;}
h1 {
	font-size: 24px;
    color: #1F5072;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.page-content ul li {
	position: relative;
	display: block;
	padding-left: 10px;
}

.page-content ul li:before {
	position: absolute;
	left:0;
	content: '-';
}

.header-img {
	position: relative;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

.header-img img {
	border-top: 5px solid #1F5072;
	border-bottom: 10px solid #1F5072;
}

.wrapper {background: #fff; padding: 20px;}
.sidebar {border-left: 1px solid #333; padding-left: 20px;}

.sidebar p {font-size: 13px;}

.logo img {
	width: 100%;
	margin-top: -40px;

}

.footer {background: #1F5072;}
.footer span {
	color: #ccc;
	font-size: 13px;
}
.footer p {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

.phone-intro {
	text-align: right;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.phone {
	text-align: right;
	color: #1F5072;
	font-weight: bold;
	font-size: 28px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}

.menu-main-container {
	padding-top: 0;
}

.menu-main-container ul li {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.menu-main-container ul li a {
	font-weight: bold;
	color: #333;
}

.header-split {
	box-sizing: content-box;
	height: 280px;
	border-top: 5px solid #1F5072;
	border-bottom: 10px solid #1F5072;
}

.more, .header-split {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.transport {
	display: flex;
	justify-content: space-between;
	border-top: 4px solid #1F5072;

}

.transport li {
	display: inline-block;
	width: 25%;
	margin: auto;
}

.transport li a {
	position: relative;
	display: block;
	height: auto;
	opacity: .8;
	transition: .2s linear all;
}

.transport li a:hover {
	opacity: 1;
}

.primary-image {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 680px;
}

.second-image {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 320px;
}

.header-info {
	position: absolute;
	top: 90px;
	max-width: 55%;
	padding-left: 50px;
}

.header-info::before {
	position: absolute;
	content: url('img/arrow.png');
	left: -25px;
	top: 30px;
}

.header-img .header-info-full {
	position: absolute;
	bottom: 60px;
	left: 60px;
	width: 100%;
}

.header-info h2, .header-img .header-info-full h2 {
	color: white;
	font-size: 32px;
}

.subheading {
	display: inline-block;
	background: #1F5072;
	color: white;
	padding: 1px 5px;
	font-size: 14px;
}

.widget-title {
	color: #1F5072;
	font-size: 28px;
	font-style: italic;
}

.blue {
	color: #1F5072;
}

.bio-wrapper {
	padding-bottom: 50px;
}

.bio-wrapper h2 {
	font-size: 32px;
	font-style: italic;
	color: #1F5072;
}

.linkedin {
	border-radius: 5px;
	background: #e7e7e7;
	padding: 10px;
}

.linkedin .two {
	padding: 4px 0 0 12px;
}

.gray-box {
	background: #e7e7e7;
	padding: 20px;
}

.gform_button {
	border: none;
	-webkit-appearance: none;
	background: #1F5072;
	color: white;
	padding: 10px 20px;
	font-weight: bold;

}

.callout {
	position: relative;
	padding-left: 65px;
	color: #1F5072;
	text-transform: uppercase;
}

.callout p {
	color: #1F5072;
	text-transform: uppercase;
}

.callout::before {
	position: absolute;
	content: url('img/arrow-right.png');
	left: 0;
}

.blue-button {
	display: block;
	text-align: center;
	background: #1F5072;
	border: 1px solid #1F5072;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .2s linear all;
}

.blue-button:hover {
	background: #e7e7e7;
}

/* Tabs Styles */

.su-spoiler-style-simple > .su-spoiler-title {
	padding-left: 30px !important;
	color: #1F5072 !important;
	font-weight: normal !important;
}

.llc input, .llc textarea {
	display: block;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	font-size: 21px;
	padding: 8px;
	margin-bottom: 40px;
}

.llc p {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.llcCheck {
	position: absolute;
	display: inline-block;
	background: #1F5072;
	color: white;
	padding: 10px;
	right: 0;
	top: 90px;
	z-index: 5;
}

.out {
	display: none;
}

.blog-post {
	padding: 40px 0;
	border-bottom: 1px solid #e7e7e7;
}

.blog-title {
	padding-bottom: 20px
}

.more {
	text-align: right;
}

.entry-meta {
	padding: 20px 0;
	margin: 20px auto;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
