/* ----------------------------------------------
	Theme Name: Low Beaton Richmond LLP
	Author: Tom Hart
	Author URI: http://www.hurtlecreative.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

html, body {
	height:94%;
	width:100%;
}
body {
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	margin:0;
	padding:0;
}
a {
	outline: none!important;
}
a img { border: 0 }
img, object, embed {
	max-width: 100%;
}
img {
	width: auto;
	height: auto;
	-ms-interpolation-mode:bicubic;
}
* {
	outline:none;
}

/******************************************************************
	Text Selection Styles
******************************************************************/
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
::-webkit-selection {
	background: #000;
	color: #fff;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#container {
}
.row {
}
.inner {
}

/* Header */

#header {
}
#logo {
}


/*  Main Navigation  */

#nav {
	background-color:#f4f4f4;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#nav .navbar-brand {
	height:95px;
}
#nav .navbar-brand, #nav .navbar-brand h1 {
 	font-family: "Optima","Palatino Linotype", Palatino, serif;
	font-size:30px;
	color:#ffffff; /* customize_logo_color */
	line-height:50px; 
	width:240px;
}
#nav .navbar-brand h1, #nav .navbar-brand p {
	margin-top:0;
	margin-bottom:0;
}
#nav .navbar-nav a {
	font-size:20px;
	font-weight: 300;
}
#nav .navbar-nav a {
    font-family: 'Quattrocento', serif;
	background:none!important;
	color:#243E90; /* customize_main_nav_link */
	-webkit-transition: color 400ms ease;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-ms-transition: color 400ms ease;
	transition: color 400ms ease;
}
#nav .navbar-nav a:hover, #nav .navbar-nav li.active > a, #nav .navbar-nav li.active-path > a {
	color:#FFF; /* customize_main_nav_link_hover */
    background-color:#0555A2!important;
}
#nav .navbar-nav li.active > a, #nav .navbar-nav li.active-path > a {
	color:#FFF; /* customize_main_nav_link_hover */
    background-color:#FFCD12!important;
}
#nav .navbar-toggle {
	margin-top: 15px;
    padding: 20px;
}
.navbar-default .navbar-toggle {
	border:none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ffffff;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	z-index:990;
}


/* Feature */
#feature {
	background-color:#243E90;
	background-attachment:scroll;
	background-size:cover; */
	color:#ffffff; /* customize_feature_text */
	text-align:center;
	padding:0;
	margin:90px 0 0;
	position:relative;
}
#feature .container {
	padding-top:40px;
	padding-bottom:40px;
}
#feature h1 {
    color:#FFCC00;
}
#feature h2 {
    color:#FFCC00;
    font-size: 48px;
}
#feature p {
    color:#FFF;
    margin-bottom: 40px;
}
#feature a.btn-primary{border:none!important}

body.page_type_home #feature {
	height:77%;
}
body.page_type_home #feature .container {
	padding:0;
	display:table;
	height:100%;
}
body.page_type_home #feature .container .row {
	display:table-cell;
	vertical-align:middle;
}
#feature .rotate {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 5px;
	font-weight:normal;
}
a.scrolldown {
	display: block;
	width: 100%;
	height: 51px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	color:#fff;
	line-height:50px;
	text-align:center;
	z-index: 2;
}


/* Callout */
#callout {
	font-size: 28px;
	background-color:#f5f5f5;
	text-align: center;
	padding: 10px 0;
	color:#616161; /* customize_callout_text */
	font-weight: 300;
}


/* Sections */
#sections {
}


/* Wrapper */
#wrapper {
	padding-top:0px;
	padding-bottom:30px;
}


/* Content */
.page_type_right_sidebar #content {
    padding-right: 60px;
}
.page_type_portfolio_item #content {
	padding-top:35px;
}

div.section.divider {
    width: 100%;
    height: 40px;
    border-top-width: 2px;
    border-top-style: dotted;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}
div.section.divider .section-title {
	background-color: #FFF;
	margin-top: -20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
div.section.divider {
	border-color:#666; /* customize_section_title_border */
}

/* Sidebar */
#sidebar {
    background-color: #f5f5f5;
    margin-top: 20px;
    padding-top: 1px;
    padding-bottom: 20px;
}


/* Sub Navigation */
.nav > li > a:hover, .nav > li > a:focus {
	background-color:#f6f6f6;
    font-family: 'Quattrocento', serif;
}
.nav-pills > li > a {
	border-radius:0px;
	padding:5px 10px;
}
.nav-pills > li > a:before {
	color:#CFCFCF;
}


/* Footer */
#footer {
	background-color:#0555A2; /* customize_footer_background */
	margin-top: 20px;
	padding:30px 0 0;
	color:#FFF; /* customize_footer_text */
}
#footer h2, #footer h3, #footer h4, #footer p {color:#FFF;}
#footer a {
	color:#FFF; /* customize_footer_link */
}
#footer a:hover {
    color:#FFCC00;
}
#footer label{text-align: left}
#footer a.btn-primary, #footer a.btn-primary:hover{border: 1px solid #fff;}

#footer-utility {
	background-color:#243E90; /* customize_footer_utility_background */
	margin:30px 0 0;
	padding:15px 0;
	font-size:12px;
    text-align: center;
}
#footer-utility p {
	margin:0;
}
#footer-utility a {
	color:#fff;
    text-decoration: none;
}
#footer-utility a:hover {
	color:#FFCC00;
}


/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 


/* Page List */
h4.ccm-page-list-title {
	margin: 0 0 0.25em;
    text-align: center;
    background: #F5F5F5;
    padding: 10px;
}
h4.ccm-page-list-title a {text-decoration: none}

div.ccm-page-list-description {
	margin:0 0 2em;
}

/* Carousel */

ul.portfolio {
	margin:0 0 30px;
	padding:auto;
}
ul.portfolio li {
	cursor: pointer;
	display: none;
	opacity: 0;
}
.portfolioitem {
	display: block;
	position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.portfolioitem:hover {
    filter: none;   
    cursor: pointer;
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Blog Carousel */
div.section.block.blog {
	text-align: left;
	height: 220px;
}
div.section.block.blog .hover {
	left: -10px;
}
div.section.block.blog img {
	height: 220px;
}
div.section.block span {
	text-align: center;
	display:block;
}
div.section.block.blog h5, div.section.block.blog h6, div.section.block.blog a {
	margin-left: 20px;
	margin-right: 20px;
}
div.section.block.blog h6 a {
	margin-left:0;
	margin-right:0;
}
div.section.block.blog .content h5 {
	margin-top:10px;
}
div.section.block.blog .content {
	height: 220px;
}
div.section.block.blog .hover {
	height: 220px;
}
a.readmore {
	display: block;
	margin-top: 0;
	font-size:12px;
}
div.section.block.blog .hover a.readmore {
	color: #FFF;
}


/* Blog List */
article.post {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
article.post:last-child {
	border-bottom: none;
}
div.postimage {
	width: 100%;
	position:relative;
}
div.postimage img {
}
article.post .hover {
	overflow:hidden;
}
div.posthover {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 71%;
	height: 100%;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
article.post .hover:hover div.posthover {
	opacity: 0.8;
}
article.post .hover:hover div.postinfo h6, article.post .hover:hover div.postinfo b {
	color: #FFF;
}
div.posthover a {
	display: block;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	line-height: 125px;
}
div.postinfo {
	width: 100%;
	background-color: #f6f6f6;
	padding: 15px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
div.postinfo h6 {
	margin:0;
}
article.post h3 {
	clear: both;
	padding-top: 10px; 
}
article.post p {
	clear: both;
	padding-top: 4px; 
}


/* Person Block */
div.person {
	margin-top: 20px;
	margin-bottom:20px;
}
div.person div.image {
/* 	height: 250px;  */
	margin-bottom: 10px;
}
div.person div.info h2 {
	margin:0;
}
div.person div.info h4 {
	margin:0 0 5px;
}
div.person div.info span {
	margin-right:15px;
}
div.person div.image img {
  text-align: center;
}
a.socialicon {
	background-image: url(images/socialicons.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 20px 10px 0px 0px;
}
a.socialicon.linkedin {
	background-position: 0px 0px;
}
a.socialicon.linkedin:hover {
	background-position: 0px -30px;
}
a.socialicon.facebook {
	background-position: -30px 0px;
}
a.socialicon.facebook:hover {
	background-position: -30px -30px;
}
a.socialicon.twitter {
	background-position: -60px 0px;
}
a.socialicon.twitter:hover {
	background-position: -60px -30px;
}
a.socialicon.pinterest {
	background-position: -90px 0px;
}
a.socialicon.pinterest:hover {
	background-position: -90px -30px;
}
a.socialicon.dribbble {
	background-position: -120px 0px;
}
a.socialicon.dribbble:hover {
	background-position: -120px -30px;
}


/* BX Slider */
.bx-wrapper {
	margin-bottom:40px!important;
}
.bx-wrapper .bx-viewport {
	background:none;
	border:none;
	box-shadow:none;
	left:0;
}
.bx-wrapper .bx-prev {
	left:auto;
	right: 25px;
	background: url(images/carouselcontrols.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(images/carouselcontrols.png) no-repeat -20px 0px;
}

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

.bx-wrapper .bx-next:hover {
	background-position: -20px 0;
}
.bx-wrapper .bx-controls-direction a {
	background-image: url(images/carouselcontrols.png);
	background-repeat: no-repeat;
	top:-25px;
	z-index:900;
	width:20px;
	height:20px;
	margin:0;
	border-radius: 10px;
}


/* Buttons */
.btn, .btn:hover {border: 1px solid #fff;}
.btn-primary,
.navbar-default .navbar-toggle,
li.filter.active,
.ccm-tags-display ul.ccm-tag-list li a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active-path > a,
.nav-pills > li.active-path > a:hover,
.nav-pills > li.active-path > a:focus,
ul.portfolio li:hover .portfoliohover,
article.post .hover:hover div.postinfo,
div.section.block .hover.content,
div.posthover {
    background-color: #0053A2;
    padding: 10px 20px;
    font-family: 'Quattrocento', serif;
    font-size: 20px;
}
.bx-wrapper .bx-controls-direction a{background-color: #0053A2}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.bx-wrapper .bx-controls-direction a:hover,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.ccm-tags-display ul.ccm-tag-list li a:hover {
background-color:#FFCC00; /* customize_button_hover_color */
}


/* Tags list */
.ccm-tags-display ul.ccm-tag-list {
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
}
.ccm-tags-display ul.ccm-tag-list li {
	height:auto!important;
	padding:0!important;
}
.ccm-tags-display ul.ccm-tag-list li a {
	color:#fff;
	display:block;
	padding:6px 8px;
}
.ccm-tags-display ul.ccm-tag-list li a:hover {
	text-decoration:none;
}



/* Google Map */
.googleMapCanvas img {
	max-width:none;
}

/* Video ----------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* alignment classes & additional classes*/

.pull-left  { float: left; }
.pull-right { float: right; }


/* concrete5 interface */
#ccm-page-controls-wrapper *,
#ccm-page-controls-wrapper *:before,
#ccm-page-controls-wrapper *:after,
.ui-dialog *,
.ui-dialog *:before,
.ui-dialog *:after,
.ccm-ui,
.ccm-ui:before,
.ccm-ui:after,
.ccm-ui *,
.ccm-ui *:before,
.ccm-ui *:after
{
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display:inline-block;
	width:auto;
}
.ui-dialog select {
	width:auto;
}
div#ccm-page-status-bar {
	z-index:998!important;
}
#ccm-page-controls-wrapper .breadcrumb > li + li:before {
	content:'';
	padding:0;
}
.ccm-ui .popover .arrow, .ccm-ui .popover .arrow:after {
	border-style:none;
}
.mobile-hide{display: block}

/* Mobile
------------------------- */
@media (max-width: 480px) {
    #feature h2 {
        font-size: 36px;
        line-height: 1.1em;
        margin-bottom: 40px;
}
    .mobile-hide{display: none}
    span.arrow{display: none}
    h1 {font-size: 32px!important}
    #footer-utility p {font-size: 75%}
    a.btn-primary {display: block}
    .page_type_right_sidebar #content {padding-right: 20px}
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
#feature h2 {
    font-size: 42px;
    line-height: 1.1em;
}
    #feature p {
    font-size: 16px;
    line-height: 1.4em;
}
}

@media (min-width: 768px) {
	#nav .navbar-nav > li > a {
    margin: 27px 3px 0;
    line-height: 15px;
    border-radius: 5px;
	}
	.lead {
		font-size:18px;
	}
	ul.portfolio li {
		width: 50%;
		float: left;
	}
	div.postimage {
		float:left;
		/* height: 170px; */
		width: 150%;
	}
	div.postinfo {
		float:right;
		height: 170px;
		padding:58px 30px;
		width: 25%;
	}

#logo {
height: 50px;
width: auto;
}

}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 870px) {
}

@media (min-width: 870px) {
	ul.portfolio li {
		width: 33.33%;
		float: left;
	}
	
}

/* Desktop to big desktop
------------------------- */
@media (min-width: 870px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
	ul.portfolio li {
		width: 25%;
		float: left;
	}
	div.postimage {
		width: 100%;
	}
	div.postinfo {
		width: 20%;
	}
}


/* customize_miscellaneous */

	.center {
		text-align: center;
}
	.mt20 {
    		margin-top: 20px;
}
.arrow{
    background: url(images/arrow.png) no-repeat top left;
    display: inline-block;
    height: 30px;
    width: 20px;
}
.align-l{text-align: left}
.submit{margin-top:20px;}
.errors{padding:20px;background-color:#FFCD12;margin-bottom: 20px;border-radius: 4px}
.success{padding:20px;background-color:#FFCD12;margin-bottom: 20px;border-radius: 4px}

.g-recaptcha {margin: -24px 0 8px;}

 /* customize_miscellaneous */

/* Google Map */
.googleMapCanvas img {
	max-width:none;
}
#map {width: 100%;height: 400px;}
#map a{color: #a89b8a}