/*
Theme Name: Litigation Sector
Theme URI: https://www.orrick.com
Author: Rick Gatrell
Author URI: https://www.orrick.com
Description: Base blog template for Orrick Sites in the litigation Sector
Version: 5.3.3
License: GNU General Public License v3.0 /
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) https://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (https://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (https://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * https://getbootstrap.com/components/

*/


/* My Minimal WordPress Styling comes here */

@font-face {
    font-family: "Open Sans";
src: url("./fonts/OpenSans-VariableFont_wdth,wght.ttf"),         
	local('Open Sans');
         font-weight: normal;
      font-style: normal;
      font-display: block
  }

html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size:13px;
	line-height:22px;
	color:#717271;
	background-color:#F8F7F5;

}
/* needed for white background */
	#content{background-color:#FFFFFF;}
	.sidebar {background-color:#FFFFFF;}
	.white {background-color:#FFFFFF !important; margin-top:-15px; margin-bottom:-15px;}

	a:link{color:#4071a4;}
	a:visited{color:#4071a4;}
	a:hover{color:#333e48;}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {

	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/


/* HEADER STYLES */

/* sets header size and bottom border color */
.site-header {
	background-color:#333; 
	border-bottom:solid 18px #802655; 
	 
	padding-top:25px;
	}
/*header text*/
.site-description {
	color:#FFFFFF !important;}
.site-title, .site-title a{
	color:#FFFFFF !important; 
	font-size:50px; 
	font-weight:800;}
.site-title a:hover {
	text-decoration:none; 
	opacity:0.5;}

/* SIDEBAR STYLES */
/* Sidebar search
    button*/
.ssb{
    float: right;
    height: 20px;
    font-size: 10px !important;
    padding: 0 5px;
}
/* Sidebar Search field*/
.ss {
    float: left;
    font-size: 12px !important;
    padding: 0px !important;
    line-height: 15px !important;
    height: 20px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
	margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { 
	padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in searchform.php */
/*.widget_search .search-form input[type="submit"] { display: none; } */

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Fetch Tweets 
* fix for horizontal scroll bar */
.fetch-tweets {
	overflow:hidden;}
/* Share styles */
.a2a_full_footer a {
	display:none !important;}
/*change font size for popup link text*/
.a2a_mini_services a, .a2a_full_services a, .a2a_full_footer a {
	font-size:10px !important;}
/*change More link font size */
#a2apage_show_more_less {
	font-size:10px !important;}
.search-field {
	width:60%; 
	border-radius:0px !important; 
	float:left; 
	clear:none;
	}
.search-submit {
	display:block !important; 
	float:right; 
	top:0px; 
	background-color:#95969A; 
	color:#FFFFFF;
	}


#archives-dropdown-2 select, #cat select, .widget select {
   background: transparent;
  
   padding: 5px;
   font-size: 14px;
   font-weight:bold;
   
   border: 0;
   border-radius: 0;
   height: 36px;
   -webkit-appearance: none;
   }
   
   #archives-dropdown-2, #cat, .widget select {
   width: 240px;
   height: 36px;
   overflow: hidden;
   background: url(https://orrick.staging.wpengine.com/trustanchor/wp-content/themes/orrick-blogs-litigation/img/ic_arrow_drop_down.png) no-repeat right #ddd;
  border: 1px solid #ccc;
  background-color:#FFFFFF !important;
   } 
select::-ms-expand {
    display: none;
}
/*editors list*/
.editors {
	margin-left:0px; 
	padding-left:0px;}
.editors li {
	list-style:none; 
	margin-left:0px;}


/* Events */
.eo-events-widget {margin-left:0px; padding-left:0px;}
.eo-events-widget li{list-style:none !important;}

.subsc:hover{opacity:0.7;}


.fetch-tweets-profile-image {margin-right:-30px !important;}
.fetch-tweets-profile-image {
    margin-right: -0.5em !important; clear:none;
}

 /* Fetch Tweets */
 .fetch-tweets > .fetch-tweets-item {
    padding-bottom: 1em;
}
.fetch-tweets-item > .fetch-tweets-main {
    margin-left: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
	
}
.fetch-tweets-profile-image {
    margin-right: 0.5em !important;
}
.fetch-tweets-heading > .fetch-tweets-tweet-created-at {
    float: right;
    margin-left: 0px;
}
.fetch-tweets-main > .fetch-tweets-body {
    clear: both;
    margin: 0px;
    padding: 0px;
}
div.fetch-tweets-body > p.fetch-tweets-text {
    padding-bottom: 0px; 
	font-size: 13px;
}
p.fetch-tweets-text  {margin-top:10px;}
.fetch-tweets-intent-buttons {clear:both !important;}

.fetch-tweets-tweet-created-at {font-size: 10px !important;}
.fetch-tweets-tweet-created-at:hover{text-decoration:underline !important; color:#717271 !important;}
.fetch-tweets-item{margin-bottom:20px !important; border-bottom:1px solid #D6D8DA !important; }
.fetch-tweets-item:last-child{margin-bottom:0px !important;}
.fetch-tweets-retweet-credit {float:left !important; clear:both !important; margin-left:0px !important;}
.fetch-tweets-retweet-credit a:hover {color:#717271 !important; text-decoration:underline;}
.fetch-tweets {}
.btn-o {margin-top:-20px;}
.widget-title {font-size:16px}

/* sidebar UL fix */

.textwidget li {margin-left:0px; padding-left:0px; list-style:none;}
.textwidget ul {margin-left:0px; padding-left:0px;}

/* End Sidebar Styles */


/* Twitter Widget Pro */
.widget_twitter {float: left;}
.widget_twitter a {float: left; clear: left; }
.time-meta {float: left; clear: left;}
.widget_twitter ul {margin-left: 0px !important; padding-left:0px !important; }
.widget_twitter li {margin-left: 0px !important; padding-left:0px !important; list-style:none; margin-bottom: 10px !important; border-bottom:1px solid #D6D8DA !important; padding-bottom: 10px !important; float: left; clear: both !important; }

/* RECENT POSTS WIDGET */

.widget_recent_entries a:link, .widget_recent_entries a:visited {padding-left:0px;}
.widget_recent_entries .nav a:hover {background-color:transparent; padding-left:0px; text-decoration:underline;}
.widget_recent_entries .nav li:hover {background-color:transparent;}


/* FOOTER STYLES */
.site-footer {background-color:#EAE9E5;}
.social-icons {
	display:block;
    margin-left: 0px !important;
	padding-left:0px !important;
    margin-top: 20px;
	float:left;
}
.social-icons li { list-style:none; display:inline-block; }
.social-icons a:hover{opacity:0.5;}	

/*global search */
.gsearch {margin-top:20px;}
.form-control {display:table-cell;  border-radius: 25px ;}

@media only screen and (max-width:500px) {
.gsearch {float:left !important; width:100%}	
	
}
/* CONTENT STYLES - used for page content not sidebar/header/footer */
h1 {font-size:24px; color:#333e48; font-weight:800;}
h2 {font-size:16px; color:#333e48; font-weight:800;}
h3 {font-size:14px; color:#333e48; font-weight:700}
h4 {font-size:12px; color:#717271; font-weight:700}
h5 {font-size:11px; color:#717271; font-weight:normal}
h6 {font-size:10px; color:#717271; font-weight:normal}
.page-title {color:#333e48 !important;}
.page-title a:link, page-title a:visited{color:#333e48 !important;}
.page-title a:hover {color:#717271 !important;}

/* post styles */
.entry-meta{font-size:11px;}
.posted-on {float:right; font-size:13px;}
.byline {font-size:13px;}
.moretext {float:right; clear:both; font-weight:700 !important; margin-top:25px;}
hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #333e48 !important; opacity:0.2 !important;}
	.main-content-inner {padding-top:20px;}
	
/*.main-content {background-color:#EAE9E5;}*/
/*.row {background-color:#FFFFFF;}*/
/* Header/Masthead  */


/* Navigation */
nav a{font-weight:600;}
nav a:focus {font-weight:600;}
nav a:hover {font-weight:600;}
nav a:visited {font-weight:600;}
.dropdown-submenu{position:relative; }
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-menu a:hover {background-color:/*#7a9c49*/#802655 !important; background-image:none !Important;}
/*make nav buttons flush with content*/
.navbar {margin-left:-30px !important; }

/* make mobile nav appear above page content */
.site-navigation-inner {z-index:999999 !important; clear:both;}


/* change default padding on nav list items - desktop */
.nav > li > a {padding-top:9px !important; padding-bottom:9px !important;  }
/* set height of navigation */
.navbar{min-height:32px !important; font-size:16px;}
#dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px; }
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.site-navigation {background-color: #333e48; padding-bottom:0px !important; margin-bottom:0px !important; height:38px !important;}
.navbar-default {
  background-color: #333e48;
  border-color: /*#7a9c49*/#802655;
  border:none;
	margin-right:-20px;
}
.navbar-default .navbar-brand { 
  color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  
}
.navbar-default .navbar-nav > li > a:hover{background-color: /*#7a9c49*/#802655;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color:#FFFFFF;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #333e48;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #FFFFFF;
  background-color: /*#7a9c49*/#802655;
   
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #333e48;
   
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color:/*#7a9c49*/#802655;
  
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: /*#7a9c49*/#802655;
   
}
.navbar-default .navbar-toggle {
  border-color: /*#7a9c49*/#802655;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: /*#7a9c49*/#802655; 
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #333e48;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-nav {width:100% !important; padding-left:20px;}
  .navbar-default  {margin-right:-15px;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF; 
    background-color: /*#7a9c49*/#802655 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: /*#7a9c49*/#7802655 !important;
  }	
}

/* make dropdowns work on mouseover instead of click on desktop*/
@media only screen and (min-width:769px) {
.dropdown:hover .dropdown-menu {
    display: block;
	 
}
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
}
}

/* ICONS in NAV */
.custom-navbar .fa {font-size:25px}
.navbar-right {margin-right:15px;}
.navbar-right>li>a{padding-left:5px; padding-right:5px;}
/* mobile navigaton*/
@media (max-width:767px) { 
    .custom-navbar .navbar-right {
        float: right;
        
    }
     .nav.navbar-nav.navbar-right li {
        float: right;
    }
     .nav.navbar-nav.navbar-right li > a {
        padding:0px 5px;
    }
   .navbar-toggle {
        float: left;
		/* move the nav button over in mobile */
		margin-left:30px;
    }
    .navbar-header {
        float: left;
        width: auto!important;
    }
    .navbar-collapse {
        clear: both;
        float: none;
    }
}
/* AUTHOR template */
#lawyer-bio-image{float:left; clear:none; margin-right:15px; margin-bottom:15px;}
#lawyer-bio-heading {float:left; margin:0px;} #lawyer-bio-heading h1 {margin-top:0px !important; Padding-top:0px !important;}
#lawyer-title{float:left;}
#lawyer-primary-practice{float:left;}
.office-list  {float:left; padding-left:0px !important;} .office-list li {list-style:none !important; margin-left:0px !important;}
.phone-number {float:left;}
.lawyer-email {float:left;}
.attorney-hidden-bio-text {display:none;}

.site-header img { -ms-interpolation-mode: bicubic; }

/* FIX FEATURED IMAGE   YES USE THIS */
.entry-content-thumbnail {
	float: left;
    margin-right: 13px;
    margin-bottom: 10px;
    margin-top: 11px;	
	max-width:250px;
}

/*.entry-content {    padding-top: 10px;} */

@media (max-width:767px)
{
	.entry-content-thumbnail {padding-bottom:10px !important;}
}

/*add button styles*/


.addthis_toolbox .addthis_default_style .addthis_ {
    margin-top:0px !Important; float:left; clear:both;
}

.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
     float:left; 
}
/*PRINT STYLES*/
.print-title {display:none !Important;}

@media print {
.site-footer-inner, .nav-previous, .nav-next, .gsearch, .posted-on, footer, nav, nav.site-navigation, .addthis_toolbox, .addthis_default_style /*, .site-meta*/{display:none !important;}


.url .fn {display:none;}
a {color:#000000 !Important; font-weight:bold;}
.site-title a:after {
	content: " (" attr(href) ")";
	fontsize: 90% }
	
	.page-title a[href^="https://"]:after {
	display:none; }
	
	
p a:after {
content: " (" attr(href) ")";
font-size: 80%;
font-weight:normal;
}

p a[href^="https://"]:after {
content: " (" attr(href) ")";
font-size: 90%;
font-weight:normal;
}

p a[href^="#"]:after {
display: none;
}

p a {
word-wrap: break-word;
}

.sidebar {display:none !important;} 
#masthead {display:none !important;} 

.print-title {display:block !important; font-weight:bold; font-size:30px; margin-left:15px;}

*{transition:none!important;}
}
.lastlinks {margin-left:0px !important; padding-left:0px !important;}
.lastlinks li { list-style:none; display:inline-block; }
.lastlinks a { border-right: 1px solid #8a8c8a; padding-left:10px; padding-right:10px;}
.lastlinks li:first-child a{padding-left:0px !important} 
.lastlinks li:last-child a {border:none;} 