/*
Theme Name: Paspective Bespoke Theme
Theme URI: http://example.com/paspective/
Description: Twenty Sixteen Child Theme
Author: Peter Andrease
Author URI: http://example.com
Template: twentysixteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/
* {
	border: 0;
	outline: 0;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	position: static !important;
	color: #181717;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}
p {
	font-size: 18px;
	line-height: 32px;
	color: #181717;
}
p a {
	color: #ee402a;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
p.title-text {
	font-size: 22px;
	line-height: 32px;
	margin: 10px auto 30px auto;
	max-width: 850px;
}
p.sub-title {
	font-size: 22px;
	line-height: 30px;
	padding: 8px 0 20px 0;
	margin: 0;
	font-weight: 300;
}
p.sub-title-text {
	color: #2a357c;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 10px;
}
h1 {
	font-size: 38px;
	line-height: 42px;
	color: #181717;
}
h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #181717;
	margin: 0;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.top-bar {
	background: #181717;
	padding: 8px 0;
	height: 35px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.top-bar p {
	margin: 0;
	font-size: 13px;
	color: #eeeded;
	text-align: right;
	line-height: 16px;
}
.top-bar p a {
	color: #eeeded;
}
#navbar {
	position: fixed;
	top: 35px;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
#logo {
	float: left;
	width: 30%;
}
#logo a {
	display: inline-block;
}
#logo img {
	width: 155px;
	height: 135px;
	display: block;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
#right-header {
	float: right;
	width: 70%;
	text-align: right;
	padding-top: 25px;
}
#right-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right-header ul li {
	display: inline-block;
	padding-left: 30px;
	padding-bottom: 3px;
	font-size: 15px;
	line-height: 15px;
}
#right-header ul li a {
	color: #181717;
	border-bottom: 1px solid rgba(87,157,58,0);
	padding-bottom: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
}
#right-header ul li a:hover, #right-header ul li.current-menu-item a {
	border-bottom: 1px solid rgba(87,157,58,1);
}

#home-header {
	background: #dbdde8 url(images/features/sgr-tree.jpg) center bottom no-repeat;
	width: 100%;
	height: 670px;
	padding-top: 250px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.home-text {
	max-width: 450px;
	padding: 20px;
	display: inline-block;
	background: rgba(219,221,232,0.5);
}
#home-header h1 {
	margin: 0;
	padding-bottom: 20px;
	font-weight: 300;
	color: #181717;
}
#home-header h1 strong {
	font-weight: 600;
}
.glsr-form-wrap {
	margin-top: 15px !important;
}
.glsr-button {
	background: #2a357c !important;
	border-radius: 0 !important;
	margin-top: 10px !important;
}
.glsr-button:hover {
	background: #579d3a !important;
}
.main-but {
	display:inline-block;
	padding: 15px 20px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	background: #2a357c;
}
.main-but:hover {
	background: #579d3a;
}


@media only screen and (min-width: 680px) {
#navbar.smaller {
	top: 0;
	background: rgba(219,221,232,0.8);
}
#navbar.smaller #logo img {
	width: 80px;
	height: 70px;
}
}


.home-feature {
	float: left;
	width: 50%;
	padding: 70px;
	background: url(images/features/experienced-lawyers.jpg) right center no-repeat;
	background-size: cover;
	display: block;
	text-decoration: none;
	text-align: right;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.home-feature:hover {
	-webkit-filter: brightness(1.2);-moz-filter: brightness(1.2);-ms-filter: brightness(1.2);-o-filter: brightness(1.2);filter: brightness(1.2);
}
.home-feature-text {
	max-width: 350px;
	display: inline-block;
}
.home-feature p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin: 0;
}
.home-feature h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin: 0;
}
.home-feature h2 span {
	display: block;
	font-size: 18px;
	color: #2a357c;
	text-transform: uppercase;
}
	
.home-feature-purple {
	background: #2a357c;
	text-align: left;
}
.home-feature-purple p, .home-feature-purple h2 {
	color: #ffffff;
}
.home-feature-purple h2 span {
	color: #579d3a;
}


.home-feature-big {
	float: left;
	width: 50%;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: url(images/features/private-representation.jpg) right center no-repeat;
}
.home-feature-legal {
	background-image: url(images/features/legal-aid.jpg);
	background-position: center center;
}
.home-feature-big-text {
	height: 520px;
	display: block;
	padding-top: 200px;
	text-align: center;
	background: rgba(0,0,0,0);
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.home-feature-big:hover .home-feature-big-text {
	background: rgba(0,0,0,0.5);
}
.home-feature-big h2 {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	margin: 0 auto;
	max-width: 85%;
}
.home-feature-big p {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin: 15px auto;
	width: 440px;
	max-width: 85%;
}
.link-but {
	background: url(images/misc/purple-arrow.png) right center no-repeat;
	padding-right: 32px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}


.white-area {
	padding: 110px 0;
	background: #fff;
}

.two-column {
	float: left;
	width: 47%;
	text-align: left;
}

.inner-content {
	padding: 80px 0 0 200px;
}

#footer {
	text-align: center;
	border-top: 2px solid #2c2c2d;
	margin: 150px 0 20px 0;
}
.footer-tree {
	position: absolute;
	top: -120px;
	right: 20px;
}
#footer p {
	color: #313131;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	font-weight: 500;
}
.footer-left {
	float: left;
	width: 30%;
}
.footer-left img {
	display: inline-block;
	margin-right: 10px;
}
.footer-right {
	float: right;
	width: 70%;
	text-align: right;
	padding-top: 15px;
	max-width: 650px;
}
.footer-right p {
	font-size: 14px;
	line-height: 20px;
	color: #424141;
}
#footer p a {
	color: #313131;
}
#footer p strong {
	color: #ffffff;
	font-weight: 500;
}
.footer-column {
	float: left;
	width: 20%;
	padding: 15px 1% 30px 2%;
	margin-top: 50px;
	border-left: 1px solid #c8c8c8;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
	 min-height: 140px;
}
.footer-column-one {
	width: 18%;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	border-left: none;
}
.footer-column-two {
	width: 20%;
}
.footer-column-three {
	width: 26%;
	padding-right: 0;
}
.footer-column-last {
	width: 17%;
	padding-right: 0;
}
.footer-column-area {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 15px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links ul li {
	float: left;
	width: 50%;
	padding-bottom: 8px;
	font-size: 13px;
	line-height: 15px;
}
.footer-links ul li a {
	color: #313131;
	text-decoration: none;
}
.footer-links ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer-title {
	color: #1b1b1b;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
ul.social-links li {
	display: inline-block;
	padding: 0 6px 0 0;
	border-bottom: none;
}
ul.social-links li a {
	display: block;
	width: 20px;
	height: 19px;
	background: url(images/misc/social-icons.png) left center no-repeat;
}
ul.social-links li a:hover {
	opacity: 0.5;
}
ul.social-links li a.twitter-link {
	background-position: -25px center;
}
ul.social-links li a.li-link {
	background-position: right center;
}

/* ------------------- WP Menu --------------------- */

#wprmenu_bar .menu_title a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	top: 0;
}
#wprmenu_bar {
	background: #000000 !important;
}
#wprmenu_menu.wprmenu_levels ul li a {
	text-transform: uppercase !important;
}
#wprmenu_menu.wprmenu_levels ul li {
	border-bottom: 1px solid #0854a2 !important;
	border-top: 1px solid #3c90e6 !important;
}
#wprmenu_menu ul li a {
	background: #0b74e0 !important;
	font-family: 'Raleway', sans-serif !important;
	color: #ffffff !important;
}
#wprmenu_menu ul li a:hover {
	background: #3c90e6 !important;
}

/* ---------------------------------------- */

/* ------------------- Blog --------------------- */
#blog-content {
	float: left;
	width: 66%;
	padding: 50px 0;
}
#blog-content h1 {
	margin-top: 0;
	font-size: 40px;
	line-height: 46px;
}
#blog-sidebar {
	float: right;
	width: 28%;
	padding: 50px 0;
}
a.more-link, #blog-content span.author {
	display: none;
}
.post-navigation, .post-edit-link {
	display: none;
}
.entry-footer {
	background: #dfdfdf;
	padding: 8px 12px 8px 12px;
	margin: 20px 0 60px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.entry-footer a {
	color: #000;
	text-decoration: none;
}
.entry-footer a:hover {
	text-decoration: underline;
}
.entry-footer span {
	display: inline-block;
	padding-right: 4px;
}
.comments-link {
	float: right;
	width: 200px;
	text-align: right;
}
#blog-sidebar .widget {
	padding-bottom: 20px;
}
#blog-content .post {
	margin-bottom: 40px;
}
#blog-content h1 {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#blog-sidebar h2 {
	padding-bottom: 15px;
	margin-bottom: 0;
}
#blog-sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#blog-sidebar ul li {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 19px;
	font-size: 14px;
}
#blog-sidebar ul li a {
	color: #5c5c5c;
	text-decoration: none;
}
#blog-sidebar ul li a:hover {
	color: #ee402a;
}
#blog-content .greyline {
	margin: 30px 0 30px 0;
}
.updated {
	display: none;
}
.published {
	display: inline;
}
#blog-content .post-thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#blog-content a.post-thumbnail img {
	float: left;
	max-width: 30%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-excerpt {
	float: right;
	width: 67%;
}
.blog-excerpt p {
	font-size: 16px;
	line-height: 24px;
}
.ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#blog-content h2 a, #blog-content h3 a {
	color: #ee402a;
	text-decoration: none;
}
#blog-content h2 a:hover, #blog-content h3 a:hover {
	color: #232323;
}

/* ---------------------------------------------- */
/* ------------------- Contact Form --------------------- */

.wide-form label.blank-field {
	font-size:1px;
	height:1px;
	color:#fff
}
.wide-form p {
	margin:0;
	line-height: 22px;
	text-align: left;
}
.wide-form input,.wide-form textarea,.wide-form select {
	border:none;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#282828;
	width:100%;
	height:40px;
	line-height:40px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	margin-bottom: 18px;
	padding: 0 0 0 10px;
	border: 1px solid #bbbbbb;
}
.wide-form input.wpcf7-not-valid,.wide-form textarea.wpcf7-not-valid,.wide-form select.wpcf7-not-valid {
	background: #f47979;
}
.wide-form input:focus, .wide-form textarea:focus, .wide-form select:focus {
    background-color: #ebebeb;
}
.wide-form label {
	display: block;
	margin-bottom: 5px;
}
.wide-form select {
	width:auto;
}
.wide-form textarea {
	height:120px;
	line-height:26px;
	width:100%;
	padding-top: 6px;
}
.wide-form span.wpcf7-not-valid-tip {
	position:absolute;
	top:-25px;
	right:0;
	width:19px;
	height:19px;
	z-index:100;
	background:url(images/misc/not-valid.png) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-3000px;
	color:#ececec
}
.wide-form div.wpcf7-response-output {
	border:2px solid #fa6565!important;
	padding: 12px !important;
	font-size:14px!important;
	font-weight: 600 !important;
	color:#ed2525!important;
	text-align: center !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.wide-form .sent div.wpcf7-response-output {
	border:2px solid #15a623!important;
	color:#15a623!important;
}
.wide-form input.wpcf7-submit {
	border: none;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-indent: 0;
	width: 180px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	padding: 0;
	background: #2a357c;
}
.wide-form input.wpcf7-submit:hover {
	background: #579d3a;
}
.wide-form .red-text {
	color:#ea4141
}
.required {
	color:#b91919
}
/* ---------------------------------------------- */

/* ------------------------- Sitemap --------------------- */
.sitemap li {
	list-style: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	padding-left: 10px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #eaeaea;
}

/* ---------------------------------------------- */
.float-right {
	float: right !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.mobile-only {
    display: none;
}
@media only screen and (max-width: 1220px) {
	
img {
	max-width: 100%;
	height: auto;
}
.wrapper {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}
#right-header {
	padding-top: 20px;
}
	
}
@media only screen and (max-width: 980px) {
	
.home-feature {
	padding: 30px;
}
.home-feature h2 {
	font-size: 24px;
	line-height: 28px;
}
.home-feature h2 span {
	font-size: 16px;
}
.footer-tree {
	top: -140px;
}
.white-area {
	padding: 80px 0;
}

}
@media only screen and (max-width: 680px) {

.footer-column {
	float: none;
	width: 95%;
	padding: 20px 2.5%;
	border-left: none;
	margin-top: 0;
	min-height: 10px;
	border-bottom: 1px solid #c8c8c8;
}
.footer-column-one {
	padding-top: 0;
}
.footer-column-area {
	padding: 0;
	border: none;
}	
.footer-links ul li {
	width: auto;
	display: inline-block;
	float: none;
	padding: 0 10px 0 0;
}
#footer p.btm-text {
	padding-top: 10px;
}


.home-feature {
	float: none;
	width: 100%;
	text-align: center;
}
.home-feature-text {
	max-width: 90%;
}
#navbar {
	position: absolute;
	top: 87px;
}
#right-header {
	display: none;
}
.desktop-only {
	display: none;
}
.mobile-only {
    display: block;
}
.top-bar {
	height: 45px;
	padding: 5px 0;
}
.top-bar p {
	text-align: center;
}
.two-column {
	float: none !important;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#logo {
	float: none;
	width: 100%;
	text-align: center;
}
#logo img {
	margin: 0 auto;
}

#home-header {
	padding-top: 200px;
	height: 600px;
}
#home-header .wrapper {
	text-align: center;
}
.home-text {
	margin: 0 auto;
	text-align: center;
}
#home-header h1 {
	font-size: 32px;
	line-height: 40px;
}
.footer-tree {
	top: -60px;
}
.white-area {
	padding: 60px 0;
}
h2 {
	font-size: 25px;
	line-height: 30px;
}

.home-feature-big {
	float: none;
	width: 100%;
	background-size: 680px 354px;
}
.home-feature-big-text {
	height: 354px;
	padding-top: 100px;
}
.inner-content {
	padding: 150px 0 0 0;
	text-align: center;
}
.sitemap ul li a {
	padding-left: 0;
}
#footer {
	border-top: none;
	margin-top: 80px;
}
.footer-left {
	float: none;
	width: 100%;
	text-align: center;
}
.footer-left img {
	margin: 0 6px;
}
.footer-right {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 6px;
}
.footer-right p {
	font-size: 13px;
	line-height: 18px;
}

}

@media only screen and (max-width: 460px) {

.footer-tree {
	right: -80px;
}
.home-feature-big-text {
	padding-top: 90px;
}

}