/*
Theme Name:   BL Companies
Theme URI:    http://www.blcompanies.com
Description:  A custom website built for BL Companies by TexTivia, Inc.
Author:       Joshua R. Craig w/ the TexTivia team
Author URI:   http://www.textivia.com/
Template:     wp-forge
Version:      v5.2.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  wpstarter
*/

/* Make sure to view the readme.txt file for proper installation. */

@import url("../wp-forge/style.css");

/* =Custom Theme -------------------------------------------------------------- */

.row {
	max-width: 1000px;
}
#rev_slider_1_1_wrapper {
	position: relative;
	top: 0px;
	z-index: 1;
	margin-top: -12.6rem;
}

#header, nav {
	z-index: 20;
	position: relative;
}

.customButton, .read-more {
	font-size: 14px;
	padding: 4px 16px !important;
	background: rgba(255,255,255,1);
	display: inline-block;
	color: rgba(42,42,134,1) !important;
	font-weight: bold;
}

#header {
	margin-top: 2rem;
	padding: 0;
}

#header {
	background-position-y: 2.8rem !important;
}

.socialMedia {
	padding-bottom: 1rem;
}

.socialMedia a {
	padding: 0 .2rem;
}

.socialMedia a:hover img {
	opacity: .8;
}

nav, nav a {
	background: rgba(42,42,134,1) !important;
	width: 100%;
	border-right: 0px;
	border-left: 0px;
	color: rgba(109,110,112,1);
}

nav a:hover {
	background: rgba(42,42,134,.65) !important;
	width: 100%;
	border-right: 0px;
	border-left: 0px;
	color: rgba(109,110,112,1);
}

nav.top-bar .divider {
	display: none;
}

ul.left > li.menu-item:hover ul.dropdown {
	display:inline-block;
}


body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Muli', sans-serif;
	color: rgba(42, 42,134,1);
	text-transform: uppercase;
	font-weight: 300;

}
body h1, body h2 {
	font-size: 1.625rem;
}

.entry-content h2 { margin-bottom: 1.5rem;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h7 small {
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
}

body p, body ul li {
	font-size: .875rem;
	font-family: 'Lato', sans-serif;
}

body p a, body ul li a {
	color: rgba(42,42,134,1);
}
body p a:hover, body ul li a:hover  {
	color: rgba(42, 42,134,1);
	text-decoration: underline;
}

#mainContent {
	padding-top: 2rem;
}
.home #mainContent {
	padding-bottom: 2rem;
}
#homeServices {
	padding: 2rem 0;
}

.read-more { margin-top: 1rem;}

button.customButton,a.customButton, a.read-more {
	padding: 8px 16px !important;
	display: inline-block !important;;
	background: rgba(255,255,255,1);
	color: rgba(24,24,134,1);
	font-size: 14px;
	font-family: Lato !important;
	line-height: 1.6;
	text-align: center;
	margin: 4px !important;

}
button.customButton:hover,a.customButton:hover {
	text-decoration: none;
}

button.customButton.blueButton, a.customButton.blueButton, a.read-more {
	border: 4px double;
	background: rgba(24,24,134,1);
	color: rgba(255,255,255,1) !important;
}

button.customButton.blueButton:hover, a.customButton.blueButton:hover {
	background: #151456;
	text-decoration: none !important;
}

button.customButton.grayButton, a.customButton.grayButton {
	color: rgba(255,255,255,1) !important;
	background: rgba(88,89,91,1);
	border: 4px double;
}
button.customButton.grayButton:hover, a.customButton.grayButton:hover {
	background: rgba(88,89,91,.75);
}

a.customButton.whiteButton {
	color: rgba(24,24,134,1) !important;
	border: 4px double rgba(24,24,134,1);
}
a.customButton.whiteButton:hover {
	background: rgba(255,255,255,.75);
}

.blueBL, .grayBL, .blueGrayBL {
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.blueGrayBL {
	background-image:url(imgs/bl-bluegray.jpg);
	background-size: 100% auto;
}
.blueBL {
	background-image:url(imgs/bl-blue.jpg);
	background-size: 100% auto;
}
.grayBL {
	background-image:url(imgs/bl-gray.jpg);
	background-size: cover;
	padding: 2rem 0;
}


#categoryWall .columns {
	padding: .25rem;
}

#categoryWall h3 {
	text-transform: none;
	background: rgba(0,0,0,.75);
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height: 2rem;
	margin-top: -1.9rem;
	height: 2rem !important;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 0px;
}
#categoryWall h3 a {
	color: rgba(255,255,255,1);
}
#categoryWall img.wp-post-image {
	margin-bottom: 0px;
}

ul.sub-list {
	vertical-align: top;
	margin-right: 1rem;
	display: inline-block !important;
	width: 45%;
	margin-left: 0px;
	margin-bottom: 2rem !important;
}

ul.sub-list li {
	text-align: left;
}

ul li {
	font-size: .875rem;
	font-family: Lato;
}
.split-list {
	/* list-style: none; */
}
/* body:not(.page-id-14) .sub-list li {
	list-style: disc;
} */

#copyright {
	background: rgba(188,190,192,1);

}

#footerCallout {
	text-align: center;
	padding: 2rem 0;
}
#footer {
	background: rgba(241,241,241,1);
}
#footerCallout h2, #footerCallout p, #footerCallout h2 small {
	color: rgba(255,255,255,1);
}

#footerCallout h2 {
	margin-bottom: 1.5rem;
	font-weight: normal;
}

#footerCallout h2 small {
	text-transform: none;
}

#footer {
	padding: 2rem 0 .75rem 0;
	text-align: center;
}
#copyright p, #copyright a {
	font-family: Lato;
	font-size: 12px;
	line-height: 35px;
	margin-bottom: 0px;
}
#copyright {
	padding: .5rem 0;
}
#copyright a {
	color: rgba(24,24,134,1);
}

#headerFeaturedImage {
	height: 225px;
	margin-top: -12.6rem;
}
.topContent {
	padding-top: 2rem;
	padding-bottom: 2rem;

}

.secondaryContent {
	padding: 2rem 0;
}

.page-id-22 .secondaryContent {
	padding-top: 0;
}

.topContent #content p:last-of-type{
	margin-bottom: 0px !important
}

.page-template-default h2, .page-template-page-case-studies-php h2, .topContent h2 {
	text-align: center;
}

.home .split-list li,
.page-template-default .split-list li {
	font-weight: bold;
	margin-bottom: .5rem;
}

.home .split-list li a:hover,
.page-template-default .split-list li a:hover
 {
	color: rgba(24,24,134,1);
	text-decoration: underline;
}

.home .split-list li a,
.home .split-list li,
.page-template-default .split-list li,
.page-template-default .split-list li a {
	display: block;
	line-height: 25px;
	}

.split-list [title~="Commercial"] {
    background: url(imgs/icons/icon-commercial.png) left no-repeat;
	padding-left: 35px;
}
.split-list [title~="Community"] {
	padding-left: 35px;
    background: url(imgs/icons/icon-community-development.png) left no-repeat;
}
.split-list [title~="Education"] {
	padding-left: 35px;
    background: url(imgs/icons/icon-education.png) left no-repeat;
}
.split-list [title~="Energy"] {
	padding-left: 35px;
    background: url(imgs/icons/icon-energy.png) left no-repeat;
}
.split-list [title~="Public"] {
	padding-left: 35px;
	background: url(imgs/icons/icon-public-infrastructure.png) left no-repeat;
}
.split-list [title~="Residential"] {
	padding-left: 35px;
	background: url(imgs/icons/icon-residential.png) left no-repeat;
}
.split-list [title~="Retail"] {
	padding-left: 35px;
	background: url(imgs/icons/icon-retail.png) left no-repeat;
}
.home .sub-list:last-child li:last-child  {
	padding-left: 35px;
	background: url(imgs/icons/icon-plus.png) left no-repeat;
}

#awardsCarousel {
	padding: 2rem 0;
	text-align: center;
}

.lshowcase-logos .bx-wrapper .bx-next {
	right: 0px !important;
}

.lshowcase-logos .bx-wrapper .bx-prev {
	left: 0px !important;
}


#communityInvolvement {
	background: url(imgs/community-involvement.jpg) center center;
	background-size: cover !important;
}
#communityInvolvement h2, #communityInvolvement p {
	color: rgba(255,255,255,1);
}
#coreValues h2, #communityInvolvement h2 {
	text-align: center;
}

.page-template-page-about-php .topContent h2{
text-align: center;
}

#missionStatement {
	background: rgba(33,33,105,1);
}
#missionStatement h2 {
	text-align: center;
}
#missionStatement h2, #missionStatement p {
	color: rgba(255,255,255,1);
}

.caseStudy {
	border-top: 1px solid #ababab;
	padding: 1rem 0;
}
.caseStudy h3 {
	font-size: 24px;
}
.taxonomyList {
	margin-top: 1rem;
}
.taxonomyList p {
	font-weight: bold;
	margin-bottom: .25rem;
}

#awards {
	padding-top: 0;
	text-align: left;
}
#awards .row .columns {
	padding-right: 2rem;
	padding-left: 2rem;
}
#awards h3 {
	font-size: .875rem;
	font-weight: bold;
	font-family: Lato;
	color: rgba(85,85,85,1);
	text-transform: none;
}

body p {
	color: rgba(85,85,85,1);
}

#awards p {
	margin-bottom: .5rem;
}

#awards .row {
	margin-bottom: 1.5rem;
}
.employee h3 {
	font-size: 14px;
	color: rgba(88,89,91,1);
	font-weight: bold;
	font-family: Lato;
	text-transform: none;
}

.leadershipTitle {
	padding: 3rem 0;
}

.employee .small-block-grid-1 li {
	margin-bottom: 1rem;
}

.employee p {
	margin-bottom : .5rem;
}

.error404 .topContent {
	padding: 4rem 0;
	text-align: center;
}


#case-studies .entry-title a {
	color: rgba(24,24,134,1);
}
#case-studies .entry-title a:hover {
	color: rgba(24,24,134,.75);
	text-decoration: underline;
}
#content a, h3 a {
	color: rgba(24,24,134,1);
}

#content a:hover, h3 a:hover {
	color: rgba(24,24,134,.75);
	text-decoration: underline !important;
}

a.customButton.blueButton:hover,
a.customButton.grayButton:hover,
a.customButton.whiteButton:hover,
#content a.customButton:hover {
	text-decoration: none !important;
	border: 6px double;
	margin: 2px !important;
}

.newsItem {
	border-top: 1px solid rgba(88,89,91,.15);
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

ul.pagination li.current a {
	background: rgba(24,24,134,1);
}
#careers {
	padding-bottom: 2rem;
}

#careers h3, #careers header {
	margin-bottom: .5rem;
}

#careers h3 a, #news h3 a {
	font-weight: bold;
	font-size: 1.15rem;
	color: rgba(88,89,91,1);
}

#careers .careerItem a.customButton, #news .newsItem a.customButton.blueButton  {
	font-size: .75rem;
	padding: 4px 16px !important;
}

#careers .careerItem, #news .newsItem {
	border-top: 1px solid rgba(88,89,91,.15);
	padding: 0rem 0 1rem 0;
}
#careers .careerItem:last-child, #news .newsItem:last-child  {
	padding: 1rem 0;
}
.page-template-page-careers-php .secondaryContent {
	padding-top: 0;
	padding-bottom: 0px;
}

#careers {
	padding-top: 0rem;
}

.single .topContent h2 { text-align: left; }

.gform_wrapper input, .gform_wrapper textarea {
	background: rgba(88,89,91,.1);
}

.gform_wrapper .gform_footer input.gform_button {
	background: rgba(24,24,134,1);
	border: 4px double rgba(255,255,255,1);
	padding: 8px 16px !important;
	font-size:.875rem !important;
}
.gform_wrapper .gform_footer input.gform_button:hover, .gform_wrapper .gform_footer input.gform_button:active {
	background: rgba(24,24,134,.75);
	border: 4px double rgba(255,255,255,1);
	padding: 8px 16px !important;
	font-size:.875rem !important;
}


ul.off-canvas-list li ul li a {
	padding-top:  .25rem !important;
	padding-bottom: .25rem !important;
	color: #ffffff !important;
}

ul.off-canvas-list li a:hover {
	background-color: rgba(128, 128, 128, 0.2729412);
	color: #ffffff !important;
}

.page-id-254 .topContent, .archive .topContent {
	padding-bottom: 0px !important;
}


.f-dropdown {
	overflow: auto;
	max-height: 15rem;
}

.page-id-28 .secondaryContent h3 {
	color: rgba(42, 42,134,1) !important;
}

.opacityHover {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
}

#categoryWall div.small-12:hover .opacityHover,
#categoryWall div.small-6:hover .opacityHover {
	display: inline-block;
}

#rev_slider_1_1_wrapper .customButton.grayButton1:hover {
	opacity: 0.8;
}

#footerCallout .contact_phone {
	color: rgba(255,255,255,1);
}


/*******************  added 2014.12.19 *****************/
.page-template-page-leadership-all-php .secondaryContent {
	padding-top: 0px;
	margin-top: 0px;
}

.page-template-page-leadership-all-php .topContent {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.leadershipTitle h2 {
	border-bottom: 1px solid rgba(42, 42,134,.25);
}


.nav.section {
margin-right: -2000px
}

/******************* end added 2014.12.19 *****************/

@media only screen and (max-width: 40rem) {
	ul.sub-list {
		vertical-align: top;
		margin-right: 1rem;
		display: inline-block !important;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 2rem !important;
	}
}
@media only screen and (min-width: 40.095rem) {
	.home #headerFeaturedImage {
		display: none;
	}

}

@media only screen and (max-width: 48rem) {
	.blueBL, .grayBL, .blueGrayBL {
		background-size: cover !important;
		background-position: left center !important;
	}

}

@media only screen and ( min-width: 1000px) {
	#header {
		margin-top: 2rem;
		/*background: url(imgs/headerbg.jpg) right center no-repeat;*/
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 48em)  {
	.top-bar-section .has-dropdown > a:after {
		padding-right: 0px !important;
	}

	.top-bar-section li:not(.has-form) a:not(.button) {
		padding-right: 5px;
		padding-left:7px !important;
		font-size: 12px !important;
	}

	.top-bar-section .has-dropdown > a {
		padding-right: 12px !important;
		padding-left:8px !important;
		font-size: 12px !important;
	}

	.top-bar-section .has-dropdown > a::after {
		margin-right: 0px !important;
	}
}

@media only screen and (min-width: 48.063em) and (max-width: 60em)  {
	.top-bar-section .has-dropdown > a:after {
		padding-right: 0px !important;
	}

	.top-bar-section li:not(.has-form) a:not(.button) {
		padding-right: 11px;
		padding-left:11px !important;
		font-size: 12px !important;
	}

	.top-bar-section .has-dropdown > a {
		padding-right: 20px !important;
		padding-left:8px !important;
		font-size: 12px !important;
	}

	.top-bar-section .has-dropdown > a::after {
		margin-right:5px !important;
	}
}

