/*
Theme Name: morinandbarkley
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: morinandbarkley
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

morinandbarkley is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700italic,700,400italic);
@font-face {
  font-family: 'Trajan Pro';
  /*src: url('fonts/TrajanPro-Regular.otf') format('embedded-opentype');*/
  src: url('fonts/TrajanPro-Regular.eot');
  src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/TrajanPro-Regular.woff') format('woff'),
         url('fonts/TrajanPro-Regular.ttf') format('truetype'),
		 url('fonts/TrajanPro-Regular.svg#TrajanPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trajan Pro';
  /*src: url('fonts/TrajanPro-Bold.otf') format('embedded-opentype');*/
  src: url('fonts/TrajanPro-Bold.eot');
  src: url('fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/TrajanPro-Bold.woff') format('woff'),
         url('fonts/TrajanPro-Bold.ttf') format('truetype'),
		 url('fonts/TrajanPro-Bold.svg#TrajanPro') format('svg');
  font-weight: bold;
  font-style: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
#main-body-content h1, #main-body-content h2, #main-body-content h3, #main-body-content h4, #main-body-content h5, #main-body-content h6 {
	clear: none;
}

h1 {
	color: #70878c;
	font-size: 55px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: normal;	
	margin-top: 40px;
}
h2 {
    color: #99b2b7;
    font-family: 'Trajan Pro',serif;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0;
}
#main-body-content h2 {
	color: #948c75;
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;	
}
h3 {
	text-transform: uppercase;
    color: #948c75;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
}


h1.sub-h1 {
	color: #7a6a53;
	font-size: 37px;	
	margin-top: 0px;
}
h3.news-date {
    color: #948C75;
    font-family: 'Trajan Pro', 'Lato', serif;	
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
}

body, p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
p {
	margin-bottom: 15px;	
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#btn-wrap {
	margin: 40px 0;		
}
#btn-toggle, #form-toggle input.vfb-submit {
	background: #152f7a;
	transition: 100ms;
    border: none;
    padding: 10px 15px;
    color: #fff;
	border-radius: 2px;
	margin: 10px 0;
}
#btn-toggle:hover, #btn-toggle:focus, #btn-toggle:active,
#form-toggle input.vfb-submit:hover, #form-toggle input.vfb-submit:focus, #form-toggle input.vfb-submit:active {
	background: #1F3D94;	
	transition: 100ms;
}
#btn-toggle .fa {
	margin-left: 5px;	
}
#form-toggle {
	margin-bottom: 80px;	
}
/*** PRO VERSION ***/
.vfbp-form .btn-primary {
    color: #fff;
    background: #74BCCF ;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
	margin-top: 20px;
}
.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary.focus, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary.active, .vfbp-form .open>.dropdown-toggle.btn-primary {
	background: #70878c;
    border: 1px solid transparent;
}
.vfb-well {
	border-radius: 2px;
    padding: 20px 5px;
	background: #eee9dc;
	border: none;
}
.vfbp-form .vfb-form-control {
	border: 1px solid #eee9dc !important;
}
h3.form-header {
	padding-left: 15px;
	margin-top: 0;	
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header .container {
	padding-right: 0;
	padding-left: 0;	
}
.navbar-default {
	/*background: url('img/nav-gradient-100.png') repeat-x;*/
    background: rgb(95,165,183);
background: linear-gradient(180deg, rgba(95,165,183,1) 0%, rgba(116,188,207,1) 100%);
    /* Teal option:
    background: rgb(68,142,131);
background: linear-gradient(180deg, rgba(68,142,131,1) 0%, rgba(79,157,145,1) 100%);
    */
	border: none;
	height: 100px;
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
	box-shadow: 0px 2px 15px rgba(0,0,0,.5);
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;	
}
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	z-index: 999;	
}
.navbar-default .navbar-brand {
	text-align: center;	
	padding: 0;
}
.navbar-default .navbar-brand h1 {
    color: #fff;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 24px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
.brand-sub-header {font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 5px;
    color: #fff;
}
.llp {
	font-size: 14px;	
}

.navbar-default .navbar-nav > li > a {
   font-size: 22px;
    font-family: 'Alegreya Sans SC', sans-serif; text-transform: lowercase;
    font-weight: normal; letter-spacing: .05em;
	color: #fff;
	margin: 0 10px;
	transition: 100ms;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	transition: 100ms;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}
ul#menu-primary {
    margin-right: -10px;
}



.sidebar-menu {
	list-style: none;
	margin: 25px 25px 40px 10px;
	padding-left: 0;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.sidebar-menu li {
	
}
.sidebar-menu li a, .sidebar-menu li a:visited {
	padding: 10px 0;
	display: inline-block;
    width: 100%;
	border-bottom: 1px solid #e0dbce;
	color: #50330e;
}
.sidebar-menu li a:hover, .sidebar-menu li a:active, .sidebar-menu li a:focus {
	color: #6f868c;
	text-decoration: none;
}
.sidebar-menu li a.current, .sidebar-menu li.current_page_item a {
	color: #70878c;	
}
img.sidebar-flourish {
    margin-top: 40px;
    /* width: 292px; */
    margin-bottom: -15px;
    margin-left: -15px;
}
img.archives-flourish {
    margin-top: 0px;
    /* width: 292px; */
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #70878c;
    text-decoration: none;
}

a:visited {
	color: #70878c;
}

a:hover,
a:focus,
a:active {
	color: #70878c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
div#morinandbarkley-featured {
    z-index: -1;
	background: #eee9dc;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.home-slideshow-overlay.container {
	position: absolute;
    top: 185px;
    left: calc(50% - 157px);
}
#slideshow-text {    width: 288px;
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
    padding: 11px 11px 5px;
    position: absolute;
    border: 2px solid #959595;
    outline: 8px solid rgba(255, 255, 255, 0.9);
    text-align: center;
}
#slideshow-text h2 {font-family: 'Alegreya', serif; font-weight: normal; font-size: 23px;
    line-height: 1.05em;}
#slideshow-text .brown {color: #63533f}
#slideshow-text .blue {color: #74BCCF}


.home-news.container {
	padding-left: 5px;	
	padding-right: 5px;
}
#news-box {
	width: 315px;
	background: #70878c;
	color: #fff;	
	padding: 20px;
	position: absolute;
    top: 173px;
	border: 1px solid #fff;
	outline: 10px solid #70878c;
	-webkit-box-shadow: 0 0 15px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 10px rgba(0,0,0,.3);
    box-shadow: 0 0 15px 10px rgba(0,0,0,.3);
}
#news-box h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;	
}
.news-flourish {
	margin-top: -15px;
}
.post:first-of-type {
    margin-top: -20px;
}
#news-box a {
	color: #eee9dc;
	font-style: italic;
}
#news-box a h3 {
	margin-bottom: 5px;
	line-height: 24px;
	font-style: normal;
	color: #fff;	
	font-weight: normal;
    text-transform: none;
}
#news-box a h3, #news-box a {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}
i.fa.fa-caret-right {
    margin-left: 5px;
    vertical-align: middle;
}


#interior-page {
	padding-bottom: 40px;
}
#interior-page .container {
	padding-left: 0;
	padding-right: 0;	
}
#interior-page .closing-notice-container {
	width: 75%;
	margin: 0 auto;
}
#main-body-content {
	padding-left: 40px;
}


#sidebar-images {
	margin-top: 40px;	
	padding-left: 25px;
	padding-right: 0;
}
#sidebar-images .image {
	margin-bottom: 20px;	
}
.body-flourish {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
}


div#content {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#left-sidebar .post-container {
	 margin: 40px 25px 40px 10px;
}
#left-sidebar h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;	
	color: #50330e;
}
#left-sidebar .post h3, #left-sidebar .post a {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #50330e;
	margin-top: 10px;
	font-style: normal;
}
#left-sidebar .post a {
	font-style: italic;	 
}
#left-sidebar .post {
	border-bottom: 1px solid #e0dbce;	
	padding-bottom: 10px;
}


footer .row {
	margin: 0;	
}
footer .footer-brand-container {max-width: 340px;}

#footer-tagline {
	text-align: center;	
	padding: 40px 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
	box-shadow: 0px 2px 15px rgba(0,0,0,.5);
}
#footer-tagline h1 {
	font-size: 46px;	
	font-weight: normal;
    font-family: 'Alegreya', serif;
	margin: 0;
}
.brown {
	color: #b2a585;	
}
.green {
	color: #74BCCF
}

#footer-info {
	background: #63533f url('img/bg-footer-checkerboard-big.png') repeat-x;	
	padding: 40px 0;
}
.footer-brand {
	text-align: center;	
	padding: 0;
}
.footer-brand h1 {
    color: #fff;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0; text-align: center;
}
.footer-brand a:hover , .footer-brand a:focus  {text-decoration:  none}
.footer-brand a:hover h1, .footer-brand a:focus h1 { color: #74BCCF}
.footer-brand .brand-sub-header {
	font-size: 14px;
}
.footer-flourish {
	margin: 10px auto;
	display: block;	
}
#footer-credits {
	background: #4f4232;
	color: #fff;
	font-size: 14px;	
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding: 20px 0;
}
footer h2 {
    color: #74BCCF /*#99b2b7*/;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: normal;
    font-size: 27px;
	margin-top: 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;	
}
footer ul li {
    margin-bottom: 8px;
    line-height: 16px;
    padding-left: 10px;
    text-indent: -10px;
}
footer a, footer a:hover, footer a:visited, footer a:active, footer a:focus {
	color: #fff;	
}
footer h2 a, footer h2 a:hover, footer h2 a:focus {    color: #74BCCF !important }
footer p {
	color: #d5ded9;
	text-align: center;	
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}


ul.news-list {
	padding-left: 0;
    list-style: none;	
	margin-top: 20px;
}
li.news-item {
    margin-bottom: 20px;
}
li.news-item a .news-title {
	font-weight: bold;	
	color: #861619;
	border-bottom: 1px solid #861619;
	margin-bottom: 10px;
}
.news-item a {
	color: #333;
}
.news-item a:hover, .news-item a:active, .news-item a:visited, .news-item a:focus {
	color: #333;
	text-decoration: none;
}

.news-item:hover,
.news-item:focus {
	background: #F2EBD4;	
}

/** Green Sidebar **/
#sidebar-stretch.green-sidebar  {
	background: #70878c;	
}
.green-sidebar #left-sidebar h2 {
	color: #fff;	
	margin-bottom: 0;
}
.green-sidebar #left-sidebar a {
	color: #eee9dc;
    font-style: italic;
}
.green-sidebar #left-sidebar .post h3 {
	color: #fff;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: normal;
    text-transform: none;
}
.green-sidebar #left-sidebar .post {
	border: none;
}
.green-sidebar img.archives-flourish {
    margin-top: 10px;
    margin-bottom: 30px;
}
	

/** Attorneys list **/
.people-container {float: left; clear: both; width: 100%;}
#attorney-container {
	list-style: none;
	padding-left: 0;
	margin-top: 40px;	
	line-height: 18px;
}
#attorney-container .image {
	max-height: 200px; 
	overflow: hidden;
	margin-bottom: 5px;
}
#attorney-container a {
	font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: normal;
    font-size: 19px;
}


/** NEWS SIDEBAR - Bootstrap override **/
.news-sidebar .collapsing {
	height: initial;
	overflow: initial;
}
.news-sidebar .collapse {
	display: block;
}
.news-sidebar  ul {
    list-style: none;
    padding-left: 0;
}
.news-sidebar ul ul {
    padding-left: 10px;
}
.news-sidebar ul ul ul {
    padding-left: 20px;
}
.news-sidebar a {
	color: #861619;
}
.news-sidebar a:hover, .news-sidebar a:active, .news-sidebar a:focus, .news-sidebar a:visited {
	color: #861619;
}
#left-sidebar.news-sidebar h2 {
	margin-bottom: 5px;	
}
#left-sidebar #widget-collapscat-2-top li.collapsing.categories.item:before {
	content: '' !important;	
}
li.collapsing.categories.item {
    margin-bottom: 10px;
    line-height: 18px;
}
li.collapsing.categories.expandable {
    margin-bottom: 10px;
}
li.expand, li.expand a,
span.collapsing.categories, span.collapsing.categories a, 
#widget-collapscat-2-top li.collapsing.categories .sym {
    font-family: 'Trajan Pro', serif !important;
	color: #861619;
	margin-bottom: 10px;
}
span.sym, #widget-collapscat-2-top li.collapsing.categories .sym {
	font-size: 12px !important;	
	padding-right: 5px;
}
li.collapsing.archives.item, li.collapsing.archives.item a, li.collapsing.archives.item a:hover, li.collapsing.archives.item a:visited, li.collapsing.archives.item a:active, li.collapsing.archives.item a:focus,
li.collapsing.categories.item, li.collapsing.categories.item a, li.collapsing.categories.item a:hover, li.collapsing.categories.item a:visited, li.collapsing.categories.item a:active, li.collapsing.categories.item a:focus {
	color: #321c00;
	font-family: 'Lato', serif !important;	
}
span.yearCount, span.monthCount, span.catCount {
    color: #70878c;
}
#widget-collapscat-2-top li.collapsing.categories.self a {
    font-weight: normal !important;
}
li.collapsing.archives.item {
    margin-bottom: 10px;
}
li.collapsing.categories.expandable {
    font-family: 'Trajan Pro', serif;
}
span.collapsing.categories.expand {
    display: none;
}
.collapsing {
	height: 100%;	
}


/** SIDEBAR STRETCH **/
div#sidebar-stretch {
    background: #eee9dc;
    height: 100%;
    margin-left: -99999px;
    padding-left: 99999px;
	position: absolute;
}
#left-sidebar {
    width: 292px;
    height: 100%;
}
div#footer-tagline, footer {
    position: relative;
}
.home div#footer-tagline {    display: none;}


/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
    margin-top: 40px;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #eee9dc;
  color: #70878c;
}
.custom-pagination a:hover, .custom-pagination a:focus {
  background-color: #70878c;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #70878c;
}
.custom-pagination span.current {
  background-color: #70878c;
  color: #fff;
}


/*** VFBuilder ***/
.visual-form-builder fieldset {
	border: none;
	background: none;
	border-radius: 0;	
}
p#form_success, .vfb-form-success {
	margin-top: 40px !important;	
	color: #70878c !important;
}


/* ============================================================
  Responsive Google Maps iframe
============================================================ */
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
	

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



@media (min-width: 1px) {
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		
	}
	.navbar-default {
		/*background: #152f7a url('img/nav-gradient-100.png') repeat-x;*/
		border: none;
		height: 150px;
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
		box-shadow: 0px 2px 15px rgba(0,0,0,.5);
	}	
	
	.main-navigation ul {
		clear: both;	
	}
	.footer-brand {
		text-align: left;	
	}
	.footer-flourish {
		margin: 10px auto;
		display: block;	
	}
	footer p {
		text-align: left;	
	}
	#footer-tagline {
		padding: 20px 0;	
	}
	#footer-tagline h1 {
		font-size: 30px;	
	}
	

	
	.carousel.slide{
		/*max-width: 1920px; /* the largest you want the image to stretch */
		min-width: 320px; /* the "container" width */
		overflow: hidden;
	}
	.carousel-inner{
	   width: 1920px;
	   left: 50%;
	   margin-left: -960px;
	   height: 450px;
	}
	
	/* navbar toggle */
	.navbar-toggle  {
		margin-top: 50px;	
		margin-bottom: 0;
		border-radius: 0;
    	background: #74bccf;
    	border-color: #74bccf !important;
		padding: 16px 15px 0 15px;
		width: 100%;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
		margin-left: 60px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #74bccf;
		border-color: #74bccf !important;
	}
	.menu-button-contents-wrap {
		margin: 0 auto;
		width: 80px;
	}
	.navbar-default .navbar-text {
		color: #fff;
		float: left;
		font-weight: bold;
		margin-top: -5px;
	}
	.menu-toggle, .main-navigation.toggled ul {
		display: block;
		background: #74bccf;
		width: 100%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #74bccf;
		margin-left: -15px;
		-webkit-box-shadow: 0px 5px 13px rgba(0,0,0,.3);
    	-moz-box-shadow: 0px 5px 13px rgba(0,0,0,.3);
    	box-shadow: 0px 5px 13px rgba(0,0,0,.3);
		transition: 0;
	}
	.main-navigation li {
		float: left;
		clear: both;
		width: 100%;
	}
	.main-navigation .collapse.in li:hover,
	.main-navigation .collapse.in li:focus {
		background: #70878c;
	}
	.navbar-default .navbar-nav > li > a {
		border: none;
		padding: 15px 5px;	
	}
	.navbar-default .collapse.in .navbar-nav > .active > a, .navbar-default .collapse.in .navbar-nav > .active > a:hover, .navbar-default .collapse.in .navbar-nav > .active > a:focus, .navbar-default .collapse.in .navbar-nav > li > a:hover, .navbar-default .collapse.in .navbar-nav > li > a:focus {
		border: none;
		padding: 15px 5px;
	}
	
	
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		margin-right: 0;	
	}
	
	
	
	/* news box */
	.homepage #news-box {
		top: 20px;
		max-width: 100%;
		width: 100%;
		border: none;
		outline: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;	
		margin-left: -5px;
	}
	
	.navbar-default .navbar-brand {		float: none;	}
	.navbar-default .navbar-brand h1 {		font-size: 24px;	}
	.navbar-toggle {		margin-top: -1px 	}
	.navbar-default {		height: 76px 	}
	
	
	.footer-second-column, .footer-third-column, .footer-fourth-column {
		margin-top: 20px;	
	}	
	.full-footer-links {
		display: none;	
	}
	.mobile-footer-links {
		display: block;	
	}
	footer .mobile-footer-links ul {
		font-size: 16px;	
	}
	.green-sidebar #left-sidebar h2 {
		margin-bottom: 40px;	
	}
	.tablet-image {
		display: none;	
	}
	.contact-info-small {
		display: block;
	}
	
	#sidebar-images {
		display: block;	
	}
}
@media (min-width: 385px) {
	#footer-tagline {
		padding: 20px 0;	
	}
	#footer-tagline h1 {
		font-size: 24px;	
	}	
}
@media (max-width: 499px) {
	body.single-attorney #sidebar-images, .news-template #sidebar-images {
		display: none;	
	}
	body.single-attorney .contact-info-small #sidebar-images {
		display: block;	
		padding: 0;
		margin-top: 10px;
		margin-bottom: 40px;
	}
}
@media (min-width: 500px) {
	/* News box */
	.homepage #news-box {
		top: 30px;
		max-width: 315px;
		border: 1px solid #fff; 
		outline: 10px solid #70878c; 
		-webkit-box-shadow: 0 0 15px 10px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 15px 10px rgba(0,0,0,.3);
		box-shadow: 0 0 15px 10px rgba(0,0,0,.3); 	
		margin-left: 0;
	}
	.contact-info-small {
		display: none;
	}
	
	.navbar-default .navbar-brand {
		float: left;
		margin-left: 30px;
	}
	.navbar-default .navbar-brand h1 {
		font-size: 30px;
	}
	.navbar-toggle {
		margin-top: 50px;	
	}
	.navbar-default {
		height: 150px
	}
	#sidebar-images {
		display: none;	
	}
}

@media (min-width: 500px) {
    .home-slideshow-overlay.container {
        top: 177px;
    left: calc(50% - 223px);
    }
    #slideshow-text {width: 420px}         
    #slideshow-text h2 { font-size: 38px}
}

@media (max-width: 767px) {
   .navbar-default .navbar-brand {float: none;
       margin: 0 auto;}
}

@media (min-width: 500px) and  (max-width: 767px) {
	.navbar-toggle {
		margin-top: 11px;	
	}
	.navbar-default {
		height: 85px
	}
}

@media (min-width: 620px) {
    .navbar-default .navbar-brand h1 {        font-size: 39px    }
}

@media (min-width: 1px) {
	#attorney-container {
		height: 220px;	
	}
}
@media (min-width: 340px) {
	#attorney-container {
		height: 240px;	
	}
}
@media (min-width: 360px) {
	#attorney-container {
		height: 260px;	
	}
}
@media (min-width: 400px) {
	#attorney-container {
		height: 300px;	
	}
}
@media (min-width: 450px) {
	#attorney-container {
		height: 360px;	
	}
}
@media (min-width: 550px) {
	#attorney-container {
		height: 400px;	
	}
}
@media (max-width: 766px) {
	ul#menu-primary {
		margin-right: 0px;
	}
	#attorney-container .image {
		max-height: 360px;	
	}
	#sidebar-images .image {
		max-height: 300px;
		overflow:hidden;	
	}
}	

@media (min-width: 767px) {
   .home-slideshow-overlay.container {
            top: 178px;
    left: calc(50% - 354px);
    }
    #slideshow-text {width: 680px; outline: 12px solid rgba(255, 255, 255, 0.9);}         
    #slideshow-text h2 { font-size: 63px}

    .navbar-default .navbar-brand {
		margin-left: 0px !important;
	}
	.main-navigation li {
		float: left;
		clear: none;
		width: auto;
		width: initial;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		box-shadow: none;
		-webkit-box-shadow: none;
    	-moz-box-shadow: none;	
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 19px;
    font-family: 'Alegreya Sans SC', sans-serif; text-transform: lowercase;
    font-weight: normal; letter-spacing: .05em;
		color: #fff;
		padding: 44px 0 26px 0;
		margin: 0 10px;
		transition: 100ms;
		border-bottom: 5px solid rgba(189, 205, 208, 0);
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		border-bottom: 5px solid rgba(189, 205, 208, 1);
		transition: 100ms;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
		background: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 64px 0 11px 0;	
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		border-bottom: 5px solid #70878c;
	}
	#footer-tagline {
		padding: 40px 0;	
	}
	#footer-tagline h1 {
		font-size: 35px	
	}	
	.homepage #news-box {
		top: 60px;
		width: 315px;	
	}
	.carousel-inner{
	   height: 520px;
	}
	.footer-second-column, .footer-third-column {
		margin-top: 0px;	
	}	
	.full-footer-links {
		display: block;	
	}
	.mobile-footer-links {
		display: none;	
	}
	#attorney-container {
		height: 260px;
		margin-top: 20px;	
	}
}


@media (min-width: 768px)  {
    .navbar-default .navbar-brand h1 {        font-size: 42px;    }
}

@media (min-width: 776px) and (max-width: 991px) {
	#attorney-container .image {
			
	}
	.col-sm-3 {
		
	}
}

@media (max-width: 991px) {
	#interior-page .pull-right {
		float: none !important;
	}
	.sidebar-menu {
		margin: 40px 0;	
	}
	#sidebar-images {
		padding-left: 15px;
		padding-right: 15px;
	}
	#sidebar-images .image {
		display: none;	
	}
	#sidebar-images .image:first-of-type {
		display: block;	
	}
	#main-body-content {
		padding-left: 15px;	
	}
	#left-sidebar {
		width: 100%;
		background: #eee9dc;	
		margin-top: 40px;
	}
	.green-sidebar #left-sidebar {
		background: #70878c;	
	}
	#left-sidebar img {
		display: none;	
	}
	div#sidebar-stretch {
		position: relative;	
	}
	#interior-page .closing-notice-container {
		width: 85%;
	}
}
@media (min-width: 500px) and (max-width: 991px) {
	#sidebar-images .image {
		display: none;	
	}
	#sidebar-images .image:first-of-type {
		display: none;	
	}
	.tablet-image {
		display: block;	
		max-width: 250px;
		float: right;
		margin-left: 20px;
    	margin-bottom: 10px;
	}
	
}
@media (min-width: 992px) {
     .brand-sub-header {     font-size: 20px}
    .home-slideshow-overlay.container {
        top: 204px;
        left: calc(50% - 417px);
    }
    #slideshow-text {width: 776px;
        padding: 20px 27px;
        border: 2px solid #959595;
        outline: 19px solid rgba(255, 255, 255, 0.9); text-align: center;
    }
    #slideshow-text h2 {font-family: 'Alegreya', serif; font-weight: normal; font-size: 72px;
        line-height: 1.05em;}

	#sidebar-images {
		display: block;	
	}
	.footer-second-column {
		padding-left: 18px;	
	}
    footer .col-md-3 {    width: 25%;}
	footer .footer-brand-container {
		width: 31%;	
	}
	.footer-fourth-column.col-md-3 {
		width: 19%;	
		margin-top: 0;
	}	
	.footer-brand {
		text-align: center;	
	}
	.footer-flourish {
		margin: 10px auto;
		display: block;	
	}
	footer p {
		text-align: center;	
	}
	#footer-tagline h1 {
		font-size: 44px	
	}	
	.carousel-inner{
	   height: 600px;
	}
	#main-body-content {
		min-height: 650px;
	}	
	.green-sidebar #left-sidebar h2 {
		margin-bottom: 0px;	
	}
	.tablet-image {
		display: none;	
	}

	
}
@media (min-width: 992px) and (max-width: 1200px) {
	#left-sidebar {
		width: 247px;	
	}
	img.sidebar-flourish, img.green-flourish, img.archives-flourish {
		display: none;
	}
	img.sidebar-flourish.small, img.green-flourish.small, img.archives-flourish.small {
		display: block;
	}

}
@media (min-width: 1200px) {
	.navbar-default {
		/*background: url('img/nav-gradient-100.png') repeat-x;*/
		border: none;
		height: 100px;
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 2px 15px rgba(0,0,0,.5);
		box-shadow: 0px 2px 15px rgba(0,0,0,.5);
	}
	.navbar-default .navbar-nav > li > a {
		padding: 44px 0 26px 0;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		border-bottom: 10px solid #70878c;
	}
	.main-navigation ul {
		clear: none;	
	}
	#footer-tagline h1 {
		font-size: 46px
	}
	.homepage #news-box {
		top: 100px;
		width: 315px;	
	}
	#left-sidebar img.small {
		display: none;
	}
}
