body {
  position: relative;
  background: #f9f9f9;
}



* {
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  -webkit-box-sizing: border-box!important;
     -moz-box-sizing: border-box!important;
          box-sizing: border-box!important;	
  
}

a:hover {
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

/*----------------------------------- */
/* HEADINGS / TYPE                    */
/*----------------------------------- */ 



h1 {
  font-size: 60px;
  line-height: 60px;
  text-transform: none;
}

.heading-area h1 {
  text-align: center;
  color:#fff;
  font-size: 2.4vw;
  font-weight: bold;
  margin-top:2.2vw;
}

.hero-heading-area h1 {
  text-align: left;
  margin-left: 50px;
  margin-top:0;
  font-size: 2.4vw;  
}

.hero-heading-area .hero-content {
  top:9vw;
}
.section.full-width {
  padding: 0;
  background: #f5f5f5;
}
.section.full-width .column img {
  width:100%;
}
.section.full-width h1 {
  font-size: 4vw;
  padding-left: 8.333333%;
}

h2 {
/*   font-weight: 200; */
  font-size: 30px;
  line-height: 40px;
  margin: 1vw 0;
  word-spacing: 1px;
  color:#000;
  font-weight: 600;
}

.home-sub-text {
  padding: 60px 0px 30px 0px;
}

.name-spacing {
  word-spacing: 10px;
}

h3 {
  font-size: 22px;
}

h4 a {
  color: #6799a9;
  font-size: 1vw;
  text-decoration: none;
  border-bottom: 2px solid #6799a9; 
  padding: 5px 0px;
 }

 h4 a:hover {
  color: rgba(103, 153, 169, 0.9);	
  border-bottom: 2px solid rgba(103, 153, 169, 0.2); 
 }

h5 {
  font-size: 18px;
}

.container li,
p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 10px 0;
  text-align: left;
  word-spacing: 2.5px;
  font-weight: 400;
}



p.leading {
  font-size: 26px;
  line-height: 32px;
  color:#999;
  font-weight: 500;
  margin: 30px 0;
}

p.large {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  margin-top: 40px;
}

ul li {
}



p a {
  text-decoration: underline;
}


.breadcrumbs a:hover,
p a:hover {
  color:#333;
}
.column.practice-areas ul li a:hover,
.column.qualifications ul li a:hover,
.meta-nav:hover,
.page-numbers:hover {
  opacity: 0.5;
}

.sm-bold {
  font-size: 1vw;
  text-transform: lowercase;
  color: #33332f;
  padding: 0px 10px;
}

sup {
  font-size: 1vw;
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
}


.button {
  background: #08519d;
  color:#fff;
  padding: 0 30px;
  text-decoration: none;  
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.04em;
  display:inline-table;
  width:auto;
  text-transform: uppercase;
  font-weight: 500;
}

.button:hover {
  background-color:#191919;
}

/*----------------------------------- */
/* NAVIGATION                         */
/*----------------------------------- */  


/*
.mobilenav {
  cursor: pointer;
  z-index: 8;
  display:block;
  position: fixed;
  left: 16.66667%;
  width:6vw;
  height: 6vw;
  background: url(/img/mobilenav.png) no-repeat center center #3185c6;
  background-size: 50% 50%;
  margin-left: -6vw;
}
.mobilenav.scrolled {
  margin-left: 0;
}

.mobilenav:hover {
  background-color: #191919;
  -webkit-transition: all 0.15s ease;
     -moz-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;  
}
*/
#primary-navigation {
  float: right;
}

.navigation ul {
  padding: 0;

}

#primary-navigation ul {
  margin: 0 0;
}

#primary-navigation li a {
  text-transform: capitalize;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  display: block;
  padding: 0px 15px 15px 15px;
  text-decoration: none;
  line-height: 40px;
  margin-top:20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
}


#menu-header .menu-item a:hover,
#menu-header .current-menu-item a {
  color: #6799a9;
}

.mobile-nav, .mobile-nav:after, .mobile-nav:before {
  background-color: #ccc;
}

.single_product_display {
  padding: 0;
}

.sidebar-wrapper {
  display:block;
  width:300px;
  position: absolute;
  top:0;
  height: 100vh;
}

.sidebar-container {
  display:block;
  position: relative;
  height: 100vh;
  width:300px;
}

.side-navigation {
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  top:auto;
  background: #3185c6;
  width:300px;
  color:#fff;
  padding: 40px 50px;
  z-index: 2;  
  padding-top:50px;
}

.side-navigation.short-navigation {
  top: 20vw;
}

.side-navigation.no-header {
  top:80px;
  bottom:auto;
}

.side-navigation.fixed {
  position: fixed;
  top:80px;
  bottom:auto;
}


.side-navigation ul,
.side-navigation li {
  display:block;
  float: left;
  margin: 0;
  padding: 0;
  width:100%;
}

.side-navigation li {
  padding: 0 ;
  line-height: 30px;  
}


.side-navigation a {
  color:#fff;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.04em;
  opacity:0.75;
  line-height: 12px;
}

.side-navigation h4 {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin: 0 0 15px 0;
}

.side-navigation li.current a {
  opacity:1;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

#primary-navigation li.primary-menu-item a {
  font-weight: 500;
  color:rgba(255,255,255,1);
  
}


.section.header.scrolled #primary-navigation li a {
  color:rgba(0,0,0,0.3);
  font-weight: 500;
}

.section.header.scrolled #primary-navigation li.primary-menu-item a {
  color:rgba(0,0,0,1);
}

.section.header.scrolled #primary-navigation li.primary-menu-item.current a {
  border-bottom: 5px solid #3185c6;  
}

.section.header #primary-navigation li {
  float:right;
}

.section.header #primary-navigation li.primary-menu-item {
  float:left;
}

.section.header.scrolled {
/*
  -moz-box-shadow: 0 0 0.1vw 0.1vw rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 0.1vw 0.1vw rgba(0,0,0,0.15);
  box-shadow: 0 0 0.1vw 0.1vw rgba(0,0,0,0.15);
*/
}
#primary-navigation li:hover a {
  color:rgba(0,0,0,0.7);  
}


/*----------------------------------- */
/* SECTIONS / CONTAINERS              */
/*----------------------------------- */  

.section.header {
  background: #f7f7f7;
  height: 120px;
  opacity: 0.9;
  padding: 35px 0px;

}

.section.bgd-home {
   background: url(/img/bgd-home.jpg) no-repeat top center fixed; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
}

.section.bgd-about {
   background: url(/img/bgd-home.jpg) no-repeat top center fixed; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
}

.section.bgd-overview {
   background: url(/img/bgd-home.jpg) no-repeat top center fixed; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
}

.section.bgd-attorney {
   background: url(/img/bgd-home.jpg) no-repeat top center fixed; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
}

.container.white {
  padding: 240px 0px;
} 

.whitebox {
  background: #ffffff;
  padding: 100px 70px;
  overflow: hidden;
}


.column.practice-areas {
  padding: 40px 30px;
  height: 480px;
}

.column.practice-areas ul,
.column.qualifications ul {
  margin: 0px;
  padding: 0px;
}

.column.practice-areas ul li,
.column.qualifications ul li {
  list-style-type: none;
  padding: 10px 0px;
  font-size: 1.2vw;
  line-height: 24px;
  color: #666666;
}

.column.practice-areas ul li a,
.column.qualifications ul li a {
  color: #666666;
  display: block;
}

.column.two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
       -o-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
       -o-column-gap: 60px;
          column-gap: 60px;
}





/*----------------------------------- */
/* ATTORNEYS                          */
/*----------------------------------- */

.headshot-large {
  margin: 0 0 30px 0;
}

.column.qualifications h3 {
  margin: 30px 0px 5px 0px;
}

.attorney-name {
  position: relative;
  padding-bottom: 30px;
}

.bio h2, .attorney-name h2 {
  padding: 0px;
}

.bio h4 {
  float: right;
}

.attorney-name h4 {
  float:right;
  margin-top: 0px;
  margin-bottom: 30px;
  position: absolute;
  right: 30px;
  top: 0;
}

.attorneylist {
  padding: 40px 30px;
}

.qualifications img {
   padding-top: 25px;
}

.bio p,
.area-overview p,
.news-text p {
  padding: 15px 0px;
}

p.title {
   line-height: 20px;
   padding: 0px; 
}






/*----------------------------------- */
/* PRACTICE AREAS                     */
/*----------------------------------- */

.column.area-overview ul li {
  list-style-type: none;
  font-size: 1.2vw;
  line-height: 34px;
  color: #666666;
}

.column.area-overview ul li:before {
  content: "?";
  position: absolute;
  margin-left: -1.1em; 
}

.column.area-overview h4{
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

#nav_menu-3 {
  font-size: 1.2vw;
}

#menu-practiceareas {
  padding: 0;
}

.menu-practiceareas-container ul li {
  border-top: 1px solid #333;
  list-style-type: none;
  padding: 20px 10px;
}


.navigation .sub-menu{
  display: none;  
  position: absolute;
  padding: 0!important;
  background:#f5f5f5;
  border: 0;
  text-align: left;
}
.navigation .menu-item-has-children:hover .sub-menu {
  display:block;
}

.navigation li:hover {

}

.navigation .sub-menu li{
  width:100%;
  display: block;
  float: none;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.navigation .sub-menu li a{ 

}
.navigation .sub-menu li ul {
  display:block;
  position: absolute;
  left:100%;
  top:0;
  background: #f5f5f5;
  display:none;
}

.navigation .sub-menu li:hover ul {
  display:block;
}

.navigation .sub-menu li:hover ul li ul {
  display:none;
}

.navigation .sub-menu li:hover ul li:hover ul {
  display:block;
}
#primary-navigation .sub-menu li a{
  font-size: 13px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: normal;
  text-transform: none;
}

.navigation .sub-menu li a:hover {
  background: #e5e5e5;
}

#menu-header li:hover > .sub-menu{
  display: block;
}




/*----------------------------------- */
/* NEWS                               */
/*----------------------------------- */

.news-title {
  padding-bottom: 40px;
}

.post-container {
  display: table;
  margin-left: -30px;
  margin-right: -30px;
}

.post-title,
.post-date {
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
}

.entry-date {
  text-transform: uppercase;
  font-size: 1vw;
  letter-spacing: 1px;
  line-height: 30px;
}

.post-title {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-title {
  line-height: 24px !important;
}

.byline {
  display: none;
}

.nav-links,
.pagination {
  padding: 10px 0px;
  border-top: 1px solid #eee;
  margin-top: 30px;
}

.meta-nav,
.page-numbers {
  text-align: center;
  padding-right: 20px;
  font-size: 1.2vw;
  color: #ccc;
  text-decoration: underline;
}

.page-numbers {
  text-decoration: none !important;
} 

/*----------------------------------- */
/* SIDEBARS                           */
/*----------------------------------- */

.sidebar-header {
  color: #333;
  font-size: 1.2vw;
  border-top: 1px solid #333;
  padding: 10px;
}

.category-list {
  padding: 0px 30px;
  margin: 0px;
}

.practice-list {
  padding: 0px;
}

.category-list li,
.practice-list li {
  list-style-type: none;
  padding: 10px 0px;
  font-size: 1.2vw;
}

.menu-practice-areas-container .practice-list li a {
  text-decoration: none;
  color: #333;
}

.category-list li a {
  text-decoration: none;
  color: #666;
}

.menu-practice-areas-container li.menu-item {
  padding: 20px;
}

.category-list li:first-child{
  padding-top: 0px;
}

.category-list li a:hover,
.menu-practice-areas-container .practice-list li a:hover {
  color: #6799a9;
}

.menu-practice-areas-container ul li.menu-item {
  border-top: 1px solid #333;
}

.menu-practice-areas-container ul li .menu-item a {
  color: #666;
}

.menu-practice-areas-container ul .sub-menu li.menu-item {
  color: #666 !important;
}

#menu-news .menu-item a:hover,
#menu-news .current-menu-item a,
#menu-practice-areas .sub-menu .current-menu-item a  {
  color: #6799a9;
}

.menu-news-container #menu-news .current-menu-item a:before,
.menu-practice-areas-container #menu-practice-areas .sub-menu .current-menu-item a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(/img/arrow.png) no-repeat;
  margin-top: 3px;
  margin-left: -10px;
}

.practice-list li ul {
  display: none;  /* Required to hide menu when inactive */
}

/* This is the rule that displays sub-menus when a parent link is clicked */
.practice-list li.current-menu-parent ul,
.practice-list li.current-menu-item ul {
  display: block;
}



/*----------------------------------- */
/* CONTACT                            */
/*----------------------------------- */

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
}

.chosen-container {
  border: 1px solid #e5e5e5;
}

.input-group input:not([type=submit]):not([type=file]), 
.chosen-container-single .chosen-single {

  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding: 0px 5px;
}

.input-group textarea {
  border: 1px solid #33332f;
  border-radius: 0px;
  height: 180px;
  padding: 5px;
  font-size: 2vw;
}

.input-group input:not([type=submit]):not([type=file]), 
.input-group textarea {
  font-size: 1.4vw;
  line-height: 26px;
  color: #666666;
}

/* error */
.input-box.error input:not([type=submit]):not([type=file]) {
  border-bottom: 1px solid red;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.column.contactinfo {
  padding: 40px 30px;
}

.column.contactinfo p {
  float: right;
}

.submit {
  color: #6799a9;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #6799a9; 
  padding: 5px 0px;
  background: #ffffff;
  float: right;
}

.submit:hover {
  color: rgba(103, 153, 169, 0.9);	
  border-bottom: 2px solid rgba(103, 153, 169, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease; 
 }

 .successmessage {
  border: 0;
  color: #bbb;
  padding: 20px 0px;
  text-align: right;
}

/*----------------------------------- */
/* FOOTER                             */
/*----------------------------------- */  

.column.footer {
  padding: 0px;
}

#menu-footer li:last-child {
  margin-right: 0px;
}

#footer-navigation,
.credit {
  float: right;
}

.footer ul {
  padding: 0px;
  margin: 20px 0px;
}

#footer-navigation li a,
.footer li, .footer li a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  vertical-align: baseline;
  opacity: 1;
}

#footer-navigation li a:hover,
.footer li a:hover,
.credit a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.credit {
  font-size: 12px;
  color: #333333;
}

.credit a{
  text-decoration: none;
  color: #333333;
}

/*----------------------------------- */
/* WOOcommerce                     */
/*----------------------------------- */  

.upsells.products{
  width: 100%;
  float: left;
}

#primary-navigation li a:hover {
  color:#999;
}



.proceedshopping{
  position: absolute;
  right: 20px;
  top: 20px;
}

.proceedshopping.abutton{
  position: static;
}


.overlayPopup h2{
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  width: 100%;
  float: left;
  margin: 26px 0px 20px 0px;
}


.overlayPopup .actionbox{
  float: left;
  width: 100%;
  text-align: left;
}

.overlayPopup .actionbox label{
  margin: 5px 0px;
  display: block;
}

.overlayPopup .actionbox select,
.overlayPopup .actionbox input,
.actionbox .projectname input{
  width: 100%;
  height: 40px !important;
  margin-bottom: 10px !important;
}


.changeprojectmode,
.proceedshopping.abutton,
#jumptoproject{
  color: #3185c6;
  font-size: 13px;
  display: block;
  width: 100%;
}

.proceedshopping.abutton,
#jumptoproject{
  margin: 10px 0px;
}

.addtocart,
#additemtoproject{
  border: none;
  background: #3185c6;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  font-weight: 500;
  cursor: pointer;
  display: inline-table;
  margin: 20px 0;
  color: white;
  font-size: 12px;
  width: 100%;
  
}


	.actionbox .loadingbox {
		display:block;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background: url(/img/loading.gif) no-repeat center center #fff;
		opacity:.5;
		}
		
		
		#quantity.formerrors{
			background-color:#f6e8e8!important;
			border:1px solid #b60000!important;
		}





@media (max-width: 1480px) {


}

@media (max-width: 1080px) {

.logo {
  margin-left: 20px;
}

.container.white {
  padding: 120px 0px;
}

}

@media (max-width: 780px) {

h1 {
  font-size: 14px;
}  

h2 {
  font-size: 18px;
  line-height: 28px;

}

h4 a,
.sm-bold,
sup {
  font-size: 10px;
}

.name-spacing {
  word-spacing: 5px;
  line-height: 22px;
}

.menu-header-container {
  opacity: 1;
}

.navigation ul li {
  text-align: center;
}

#primary-navigation.display ul#menu-header li a {
  padding: 30px;
}

 
.section.header {
  height: 80px;
  padding: 22px 0px;
}

.container.white {
  padding: 120px 0px;
}

#footer-navigation li a, 
.footer li, 
.footer li a {
  text-align: center;
}

#footer-navigation .credit {
  float: center;
  text-align: center;
}

.section.footer .container {
  padding: 0px;
}
}

@media (max-width: 480px) {
p {
  font-size: 14px;
}

.home-sub-text {
  padding-top: 40px;
  padding-bottom: 10px;
}

.whitebox {
  padding: 50px 0px;
}

.column {
  padding: 0px 20px;
}

.attorneylist img {
  padding: 40px 0px;
}

}

