/*
Theme Name: bootstrapwp
Theme URI: http://underscores.me/
Author: Cat Matteson
Author URI: http://colourcode.com.au
Description: Custom theme for Lord Law
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapwp
Domain Path: /languages/
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.

 bootstrapwp is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

7.0 - Alignments
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed');


body {
    font-family: Arial, Helvetica, sans-serif;	
	color: #282425;
}

html,
body {
    height: 100%;
}

/*--------------------------------------------------------------
1.0 Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Spacers
--------------------------------------------------------------*/
.mt {margin-top: 30px;}
.mb {margin-bottom: 30px;}
.mtb {margin-top: 30px; margin-bottom: 30px;}
.mtbx2 {margin-top: 60px; margin-bottom: 60px;}

.pt {padding-top: 30px;}
.pb {padding-bottom: 30px;}
.ptb {padding-top: 30px; padding-bottom: 30px;}
.ptx2 {padding-top: 60px;}
.pbx2 {padding-bottom: 60px;}
.ptbx2 {padding-top: 60px; padding-bottom: 60px;}

hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #cccccc;
}

/*--------------------------------------------------------------
3.0 Navbar
--------------------------------------------------------------*/
.navbar {
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
}

.navbar-brand {
	padding: 30px 15px;
	height: 162px;
}

.navbar-brand-right {
	padding: 10px 15px;
	height: 142px;
}

.call-us {
	font-size: 34px;
}

.email-us {
/*
	border-bottom: 1px solid #000;
    padding-bottom: 7px;
*/
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.email-us a {
	color: #282425;
    font-size: 17px;
    font-weight: normal;
}

.navbar-law-menu {
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
}

.enquiry-btn-header {
	background-color: #282425;
	color: #ffffff;
	padding: 10px;
}

.enquiry-btn-header-text {
    text-transform: uppercase;
    padding-left: 10px;
    color: #ffffff;
}

.enquiry-btn-header-text a {
    color: #ffffff;
}

.enquiry-btn-header .orange-text {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.enquiry-btn-header:hover .orange-text {
	color: #282425;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

#menu-navigation {
	border-bottom: 5px solid #282425;
}

.main-nav {
	border-top: 5px solid #fcac1b;
	background-color: transparent !important;
	z-index: 999;
}

.navbar-default .navbar-nav>li>a {
    color: #282425;	
    border-left: 1px solid #ffffff;
}

.navbar-default .navbar-nav>li:first-child a {
    border-left: 0px solid #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: #fcac1b;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: #fcac1b;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #fff;
}

.dropdown-menu {
   background-color: #fcac1b;
    border: 1px solid transparent;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 2px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    color: #282425;
 }
 
 .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.nav-justified>.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesnt close
 }

.navbar-toggle {
    padding: 15px 0px 15px 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
.orange-text {
	color: #fcac1b;
}

h2 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin: -10px 0 0;
    padding: 0 0 20px;
}

h3 {
    color: #FAA100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px;
}

p {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: justify;
}

a, a:visited {
	color: #000000;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}

a:hover, a:focus, a:active {
    color: #FAA100;
    text-decoration: none;
}

/*--------------------------------------------------------------
5.0 Lists
--------------------------------------------------------------*/
ol, ul {
    margin: 0;
    padding: 0;
}

main li {
    background: url(/~lordlawcom/dashboard/wp-content/themes/bootstrapwp/img/lord-law-fav.png) no-repeat scroll left 11px transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    list-style-type: none;
    padding: 7px 0 7px 30px;
}


/*--------------------------------------------------------------
6.0 Slider
--------------------------------------------------------------*/
#myCarousel {
	height: 430px;
	margin-top: -80px;
	z-index: -999;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    background-color: #fff;
}

.carousel-indicators>li {
margin: 1px 5px;
}

.carousel-caption {
	padding-bottom: 90px;
	text-align: left;
}

.carousel-credit {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    padding: 15px 15px 0px 15px;
    font-size: 80%;
}

.carousel-credit .small {
	margin-top: 5px;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.aop-button {
	background: #000;
	padding: 30px;
	position: relative;
	min-height: 100px;
}

.aop-button .icon-box {
	background: #FAA100;
	padding: 15px;
	color: #fff;
	position: absolute;
	top: 0;
	width: 72px;
	text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.aop-button:hover .icon-box {
	background: #FFF;
	color: #FAA100;
}
.aop-button .cat-text {
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 102px;
}

.aop-button .cat-text h3 {
	color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
	}

.aop-button:hover .cat-text h3 {
	color: #FAA100;
}


.cfsInputLabel {
	display: none;
}

/*--------------------------------------------------------------
7.0 Image Boxes
--------------------------------------------------------------*/

.fill-center {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.fill-top {
    width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.fill-bottom {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.tile {
	margin: 30px auto 0;
	height: 240px;	
	width: 100%;
	display:block;
	position:relative;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

 .tile .inner-tile {
	background: url(/~lordlawcom/dashboard/wp-content/themes/bootstrapwp/img/transparent_box.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	transition: opacity .4s;
}

 .tile .inner-tile h3 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 0 20%;
  font-size: 32px;
}

 .tile:hover .inner-tile h3, .tile-release:hover .inner-tile h3, .tile-label:hover .inner-tile h3 {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.tile:hover .inner-tile {
	background: url(/~lordlawcom/dashboard/wp-content/themes/bootstrapwp/img/transparent_box.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	opacity: 0;
	transition: opacity .4s ease;
}

.expand {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}


/*--------------------------------------------------------------
8.0 Team tabs
--------------------------------------------------------------*/
.panel-heading {
    text-align: left;
    border-bottom: 5px solid #fcac1b;
    cursor: pointer;    
}

.panel-title {
    font-size: 20px;	
}

.panel-position {
    color: #fcac1b;
    font-size: 16px;	
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid transparent;
}


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

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.acf-map {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.contact-details {
    padding: 30px;
    background: #f2f2f2;
}

.contact-details h2 {
	color: #333;
    font-size: 25px;
    text-align: left;
    padding: 0 0 10px 0;
    line-height: 30px;
}

.contact-details p {
	color: #666;
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    padding: 0 0 30px 0;
}

.contact-details a {
	color: #FAA100;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.entry-header {
    border-bottom: 1px solid #CCCCCC;
    color: #FAA100;
    font-size: 30px;
    margin: 8px 0 42px;
    padding: 35px 0 13px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.entry-meta, .entry-meta a {
	font-size: 12px;
	color: #696566;
}

.sticky {
}
.hentry, main {
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
}
.byline,
.updated {
	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;
}

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

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

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 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 {}


/*--------------------------------------------------------------
FOOTER 
--------------------------------------------------------------*/
.site-footer {
	background-color: #2A2829;	
	border-top: 5px solid #282425;
	padding: 30px 0;
}

.site-footer ul {
    border-bottom: 1px solid #878C90;
}

.site-footer li {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li a {
    padding: 5px 20px;
    border-right: 1px solid #878c90;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    }

.site-footer li:last-child a {
    border-right: 0px solid transparent;	
    padding-right: 0;
}

.site-footer li:first-child a {
    padding-left: 0;
}


.site-footer a {
    color: #fff;
    font-size: 14px;
}


.site-footer li a:hover, .site-footer li a:focus, .site-footer a:hover, .site-footer a:focus {
    color: #FAA100;
    background-color: transparent;
}

.site-footer h2 {
    padding: 20px 0 20px;
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}

.site-footer p {
	    padding: 0 0 2px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

p.copyright {
	color: #000;
	margin-top: 30px;
	font-size: 12px;
}

/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width:480px){

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.navbar-brand {width: 230px; height: 52px; padding: 15px;}
	.main-nav {border-top: 0px solid #fcac1b;}
	.navbar-brand-right {height: 162px;}
	.entry-header {padding-top: 0;}
	#menu-navigation {border-bottom: 0px solid #282425;}
	.navbar-default .navbar-nav>li>a {border-left: 0px solid #ffffff;}
/*
    .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-nav .dropdown-menu .dropdown-header {
    padding:5px 15px 5px 25px;}
    
    .navbar-nav .dropdown-menu > li > a{line-height:20px;}
	
	a.dropdown-toggle .caret {display: none;}   
*/
	
	.nav-justified>li>a {text-align: left;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.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;
}

.nav-justified>li {display: table-cell; width: 1%;}	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}