/*	

Theme Name: Attorneys

Description: <strong> Premium responsive WordPress theme for law related companies</strong>

Author: LawyerWordPresThemes

Theme URI: http://www.lawyerwordpressthemes.com/

Author URI: http://www.lawyerwordpressthemes.com/

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Version: 2.0

*/

@charset "utf-8";



@import url("style-main.css");

@import url("style-phone.css");



#blog .hide {
	max-height: 0;
    overflow: hidden;
}

#blog .read-less {
	display: none;
}

#blog .active .hide {
	max-height: 100%;
    transition: all 0.5s ease-in;
}


#blog .active .read-less {
	display: block;
}

#blog .active .excerpt-area{
	display: none;
}


#footer .footer:before,

#footer .footer:after {

  content:"";

  display:table;

}

#footer .footer:after {

  clear:both;

}

#footer .footer {

  zoom:1; /* For IE 6/7 (trigger hasLayout) */
  position: relative;
  padding-bottom: 20px;
  height:auto;

}

#footer{

height: auto;

}

.footer .global-chambers {
	position: absolute;
	bottom:10px;
	width:80%;

}

.footer .global-chambers a {
	width:40%;
	margin-right:5%;
	float: left;
}

#mid-content .contact-form .form-error{

	border: 1px solid #aa0e01;

	border-radius: 5px;

}

/*Custom*/
#banner-main .slider .caption {
	position: relative;
}

#banner-main .slider .caption a {
	position: absolute;
	top:20px;
	width:100%;
	left:  calc(50% - 56px);
}

.global-chambers {
	width:100%;
	max-width:960px;
	margin: 0 auto;
	padding:1rem 0;
	border-top:1px solid #666;
}

.global-chambers a {
	display: inline-block;
	width:12.5%;
	vertical-align: top;
	margin-left:1.5%;
}

.global-chambers a:first-child{
	margin-left: 0;
}

.global-chambers a span {
	margin-top: 0.5rem;
}


.gc_2015 {
	clear: both;
	padding: 1rem 0;
	margin-top: 0.5rem;
}

.gc {
	font-size: 0.7rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
}

.footer .gc {
	padding-left:0;
}

.gc a {	
	color: rgba(255, 255, 255, 0.9);
}

/*News Ticker*/

.news-ticker {
	margin-bottom: 0 auto 1.5rem auto;
	min-height: 60px;
}

.news-label a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	width:auto;
	float: left;
	background-color: #a00;
	padding:0.5rem 0.75rem;
}

.news-feed {
	
	width: 80%;
	float: left;
	padding:0.5rem;
}

.news-feed a {
	color: #a00;
}


.news-feed .bx-wrapper .news-feed .bx-viewport {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fc0 !important;
	border: none;
	left: 5px;
	background: #fff;
}

.news-date {
	font-size: 80%;
	color: #000;
	padding-right:0.5rem;
}

.reviews {
	background: #efefef;
	border:1px solid #ddd;
	padding:1rem;
	width:80%;
	margin: 1rem auto;
}

.reviews span {
	font-style: italic;
	text-align: right;
	font-size: 110%;
	font-weight: 600;
}

.gc {
	font-size: 0.7rem;
	line-height: 1.25;
	padding-right:0.5rem;
}

.gc img {
	float:left;
	vertical-align: top;
	padding: 0 0.5rem;
	margin-bottom: 1rem;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 0 60px 0;
	padding: 0;
	*zoom: 1;
	width:95%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.team .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  10px solid #fff;
	left: 5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.client-list li {
	line-height: 1.5;
}