/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: eSterling
Author URI: http://esterling.co.uk/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
.grecaptcha-badge{
	z-index: 1000;
}
.ls-container.ls-v5 .ls-nav-prev, .ls-container.ls-v5 .ls-nav-next {
    width: 50px;
    height: 50px;
}
.ls-nav-prev:after,
.ls-nav-next:after{
	line-height: 50px;
}
body{
	font-family: Lato, arial, sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
}
a:hover {
	color: #01458e;
}
nav.main_menu > ul > li:last-of-type > a {
	padding:0 0 0 17px;
}
/*mobile menu*/
.mobile_menu_button span {
	color:#01458e;
	font-size:16px;
}

/*main body*/
.container_inner {
	width:1150px;
}
.wpb_text_column ul {
	margin-bottom:25px;
}
/*header*/
.tel {
    position: absolute;
    width: 200px;
    top: -15px;
    left: 200px;
    display: inline-block;
    color:#01458e;
    font-weight:900;
    font-size:13px;
    text-transform: uppercase;
}
.header_bottom {
	padding:15px 0;
}
.title_holder {
	padding-top:82px !important;
}
header.fixed.scrolled .header_bottom {
	box-shadow:none;
}
/*nav*/
nav.main_menu ul li.active a:hover {
	color:#00458e;
}
/* Icon */
.service-icons .wpb_text_column {
	text-align: center;
}
.service-icons .wpb_text_column:before {
	content:'';
	background: #01458e url('img/box.png') no-repeat center -105px;
	background-size:40px 160px;
	padding:40px;
	border-radius:50%;

	-webkit-transition: all .35s .15s;
	-moz-transition: all .35s .15s;
	-o-transition: all .35s .15s;
	transition: all .35s .15s;

	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	position:absolute;
	top:20px;
	left:50%;
}
.service-icons h3 {
	margin: 0 0 20px;
	font-size:24px;
	font-weight:400;
}
/*blue home banner*/
.box-banner h2 {
	color:#fff;
	font-size:34px;
	text-transform: none;
	word-wrap:normal;
}	

.blue-boxes.section {
	background-size: 800px;
	background-position: 0 center;
}

.blue-boxes:after {
	content:'';
	background:url(../bridge-child/img/packaging-solutions.png) no-repeat right -135px;
	width:100%;
	height:450px;
	position: absolute;
	bottom:0;
}
/*home page cta*/
.cta a {
	float:right;
	margin-left:20px;
	font-size:12px;
}

/*footer*/
.footer_top {
	padding:50px 0;
}
.footer_top a:hover {
	color:#666 !important;
}
.footer_top .column1 .textwidget:before {
	content:'\f041';
}
.footer_top .column2 span:nth-of-type(1):before {
	content:'\f095';	
}
.footer_top .column2 span:nth-of-type(2):before {
	content:'\f02f';	
}
.footer_top .column2 span:nth-of-type(3):before {
	content:'\f003';	
}
.footer_top .column2 span:nth-of-type(3) {
	padding:0 0 0 25px;
}
.footer_top .column1 .textwidget:before,
.footer_top .column2 span:before {
	font-family:fontawesome;
	color:#01458e;
	font-size:20px;
	padding-right:10px;
	position: absolute;
	left:0;
}
.footer_top .column1 .textwidget {
	padding-left:25px;
}
.footer_top .column2 .textwidget {
	text-align:right;
}
.footer_top span {
	position: relative;
}
.footer_top .column2 span {
	padding:0 25px;
}
/*footer copyright*/
.footer_bottom span {
	float:left;
}
.footer_bottom span:last-of-type {
	float:right;
}
.footer_bottom .textwidget {
	max-width:1150px;
	margin:0 auto;
	text-transform: uppercase;
	font-size:11px;
}
.footer_bottom a {
	color:#01458e;
}
/*slider*/
.ls-slide h1 {
	font-weight:600;
}

.ls-slide a {
	background:#fff;
	text-align:center;
	border-radius:3px 3px 0 0;
	padding:16px 30px;
	text-transform: uppercase;
	font-size:11px;
	font-weight:900;
	color:#777;
	letter-spacing: .5px;
	border-bottom:4px rgba(0,0,0,.25) solid;

	-webkit-transition:.25s;
	-moz-transition:.25s;
	-o-transition:.25s;
	transition:.25s;
}
.ls-slide a:hover {
	color:#fff;
	background:#01458e;
	border-bottom:0;
	border-radius:0;
}
.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active {
	background:rgba(255,255,255,.75);
}

.ls-v5 .ls-bottom-slidebuttons a {
	background-image:none !important;
	width:8px !important;
	height:8px !important;
	border-radius:50%;
	background:rgba(0,0,0,.25);
	margin:0 5px;
}
.title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e3ea+0,c3c6cf+100 */
	background: rgb(224,227,234); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(224,227,234,1) 0%, rgba(195,198,207,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(224,227,234,1)), color-stop(100%,rgba(195,198,207,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(224,227,234,1) 0%,rgba(195,198,207,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(224,227,234,1) 0%,rgba(195,198,207,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(224,227,234,1) 0%,rgba(195,198,207,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(224,227,234,1) 0%,rgba(195,198,207,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e3ea', endColorstr='#c3c6cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
 .title h1 {
 	color:#6C717B;
 }
.title .separator {
	display: none;
}
.breadcrumbs span {
	padding-left:10px;
}
.breadcrumbs a:hover {
	color:rgba(255,255,255,.75) !important;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding:0;
}
/*contact form*/
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	border:1px #ccc solid;
}
input.wpcf7-form-control.wpcf7-text:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
	border:1px #666 solid;
}
.boxed .section .section_inner, 
.grid_section .section_inner {
	width:1150px;
}
/*Google maps*/
.wpb_gmaps_widget .wpb_map_wraper {
	position: relative;
}
.wpb_gmaps_widget .wpb_map_wraper:after {
	content:'';
	position: absolute;
	top:0;
	left:5%;
	width:90%;
	height:100%;
	z-index:999;
	background: transparent;
}
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a, 
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a, 
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li:not(:first-child):before {
	color:#989898;
}

/*tablet*/
@media only screen and (max-width:1200px) {
	.title .container_inner {
		display: inline;
	}
	/*slider*/
	.ls-slide h1 {
		max-width:100%;
		padding:0 50px !important;
	}
	.ls-slide a {
		margin:0 50px !important;
	}

	.ls-slide p {
    max-width: 100%;
    padding: 0 50px !important;
	}
.ls-slide a {
    margin: 0 !important; 
}

.ls-slide img{
	width: 40% !important;
	  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  float: left !important;
}

	/*header*/
	.header_bottom .container {
		padding:10px 25px;
	}
	.container,
	.footer_bottom {
		padding:0 25px;
	}
	.container_inner {
		max-width:100%;
	}
	.header_bottom {
		padding:0;
	}
	/*call to action*/
	.cta a {
		float:none;
		margin:20px 20px 0 0;
	}
	/*blue box section*/
	.blue-boxes.section {
		background-position: -500px center;
	}
	.blue-boxes:after {
		background-position: 550px center;
	}


}
/*media quieries*/
@media only screen and (min-width:900px) {
	/*contact form*/
	.wpcf7 .left,
	.wpcf7 .right {
		width:48.5%;
		float:left;
	}	
	.wpcf7 .left {
		margin-right:3%;
	}
	.wpcf7 .third {
		width:32%;
		float:left;
		margin-right:2%;
	}
	.wpcf7 .third:last-of-type {
		margin-right:0;
	}
	/*end*/
	.title_holder {
		padding-top:100px !important;
	}
	/* Icon hover */
	.service-icons .wpb_text_column:hover:before {
		background: #01458e url('img/box.png') no-repeat center 34px;
		background-size:40px 160px;
		cursor:pointer;
		padding:50px;
	}
	/*Icon sparks from box*/
	.service-icons .wpb_text_column:after {
		content:'';
		background-size:30px 39px;
		padding:40px;
		background: transparent url('img/spark.png') no-repeat center -20px;	

		-webkit-transition: all 2.5s;
		-moz-transition: all 2.5s;
		-o-transition: all 2.5s;
		transition: all 2.5s;

		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		
		opacity:0;
		visibility: hidden;
		position:absolute;
		top:20px;
		left:50%;
	}
	.service-icons .wpb_text_column:hover:after {
		background-size:30px 39px;
		opacity:1;
		visibility: visible;
		background: transparent url('img/spark.png') no-repeat center -100px;		
	}
}
@media only screen and (max-width:1000px) {
	.q_logo a {
		height:54px !important;
	}
}
@media only screen and (max-width:768px) {
	/*service icons*/
	.service-icons .wpb_column:first-of-type .wpb_text_column {
		margin-top:0;
	}
	.service-icons .wpb_text_column {
		margin-top:40px;
	}
	.blue-boxes:after {
	background-position: 500px center;
	}
	.service-icons .wpb_text_column:before {
		top:40px;
	}
}
/*mobile landscape*/
@media only screen and (max-width:600px) {
	.title {
		padding:35px 0 !important;
	}
	.breadcrumbs {
		padding-top:10px;
	}
	/*blue box section*/
	.blue-boxes,
	.cta {
		padding:50px 0 !important;
	}
	.blue-boxes:after {
		display: none;
	}
	.blue-boxes.section {
		background-position: center;
	}
	/*footer*/
	.footer_top .column1 .widget,
	.footer_top .column2 .widget {
		text-align:center;
	}
	.footer_top .column1 .textwidget,
	.footer_top .column2 .textwidget {
		display: inline-block;
		position: relative;
	}
	.footer_bottom span,
	.footer_bottom span:last-of-type {
		float:none;
		display: block;
	}
	.footer_top .column2 .textwidget {
		text-align: center;
	}	
}
/*mobile potrait*/
@media only screen and (max-width:480px) {
	.footer_top .column1 .textwidget:before {
		left:7px;
	}
	.footer_top .column_inner>div {
		margin:0 !important;
	}
	.blue-boxes h2 {
		text-align:center;
	}
	.cta h2 {
		text-align:center;
	}
	.cta a {
		margin:10px 10px 0;
	}
	.cta .wpb_wrapper {
		text-align:center;
	}
	/*slider layers*/
	.ls-slide a {
		margin:0 20px !important;
	}
	.ls-slide h1 {
		padding:0 20px !important;
		font-size:26px !important;
	}
}

.header_bottom {
padding:35px 0px;
}
.content {
	margin-top:0;
}
.title {
	height:auto !important;
}
.title_holder {
	padding-top:0 !important;
}
/* 3rd party menu shortcode */
.wpsm-menu ul li {margin-left:0px;}
.menu-mian-container {z-index: 9999;float: right;margin-top: 15px;padding:20px 0px 20px 0px ;}
.menu-mian-container a {text-transform: uppercase;font-weight: bold;}

.secondnav {
	margin-top: 80px;
	padding-bottom: 20px;
	z-index: 9999;
}

.extrapadding {
	padding: 40px 0px 40px 0px;
}

#short_menu_560bb6d39d8d8 ul, #short_menu_560bb6d39d8d8 ul ul {
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    z-index: 9999;
    padding: 5px !important;
    min-width: 100%;
}
#short_menu_560bb9cfc583e ul a {
    color: #bababa;
    display: inline-block;
    width: 110%;
}

ul.sub-menu {
    background: rgba(255,255,255,0.8);
    width: 190px !important;
}

.enhance_shortcode_menu_inline ul li {
    display: block;
    width: 120%;
}

.zindex {z-index: 1;}


h4 {color: #005095;padding-bottom: 10px;font-weight: 700;}

h2 {padding-bottom: 10px;font-weight: 600;}

p {
	color: #4b4b4b;
}

p {
    color: #4b4b4b;
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Open Sans';
}

.portfolio_categories {
display:none;
}
.portfolio_content h6 {
display:none;
}

input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz
{
border:1px solid #ccc;
}

.bgcontainer {
	padding:10px;
}

.pad {display:block;margin-bottom:10px;}

.mainlogo {
z-index:999;
margin-top:10px;
}
.wpb_wrapper p {
	margin-bottom:25px;
}
.gallery_holder ul li .gallery_hover {
	background: rgba(197,200,209,0);
}
/*Contact form*/
input.wpcf7-form-control.wpcf7-text:focus, 
textarea.wpcf7-form-control.wpcf7-textarea:focus {
	border:1px solid #005095;
}
input.wpcf7-form-control.wpcf7-text, 
input.wpcf7-form-control.wpcf7-number, 
input.wpcf7-form-control.wpcf7-date,
textarea.wpcf7-form-control.wpcf7-textarea, 
select.wpcf7-form-control.wpcf7-select, 
input.wpcf7-form-control.wpcf7-quiz,
input.wpcf7-form-control.wpcf7-submit {
	font-family:'Open Sans', sans-serif;
}
input.wpcf7-form-control.wpcf7-submit {
	border:0;
	border-radius:0;
	background:#01458e;
	color:#fff !important;
	padding:0 40px;
}
/*Meet the team*/
.q_team span {
	color:white;
	line-height:1.25;
	min-height:38px;
	display: inline-block;
}
.q_team .q_team_description_inner {
	padding:0;
}
.q_team .q_team_title_holder {
	margin:0;
	line-height:1.25;
}
.q_team .q_team_description_wrapper {
	background-color: rgba(255,255,255,.8);
}
.wpcf7-select {
	padding:14px 15px !important;
}
.team_description p {
	margin:0;
}
.team_description a {
	color:#C6D0DA;
	text-align: center;
	display: block;
	font-size:14px;
	margin-top:10px;
}
.team_description a:hover {
	color:white;
}
@media (min-width:481px) {
	.gallery_holder li {
		padding:5px !important;
	}
}
@media (max-width:601px) {
	.gallery_holder li {
		margin-bottom:10px !important;
	}
}
@media(min-width:1200px) {
	.proccess-1 img,
	.proccess-2 img,
	.proccess-3 img {
		border-radius:50%;
		max-width:200px;
	}
	.proccess-1 .wpb_wrapper,
	.proccess-2 .wpb_wrapper,
	.proccess-3 .wpb_wrapper {
		text-align: center;
		position: relative;
	}
	.proccess-1 .wpb_text_column,
	.proccess-2 .wpb_text_column,
	.proccess-3 .wpb_text_column {
		position: absolute;
		width:100%;
		bottom:-75px;
	}
}
.product-list {
	position: relative;
}
.product-list:after {
	content:'';
	background: url(../bridge-child/img/design-bg.jpg) no-repeat top center;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.8;
	display: inline-block;
}
.product-list p {
	background: rgba(255,255,255,.75);
	padding:6px;

	-webkit-transition:.25s;
	-moz-transition:.25s;
	-o-transition:.25s;
	transition:.25s;
}
.product-list .vc_row > .wpb_column:hover p {
	background:#01458e;
	color:white;
}
/*Hide lightobox image title*/
.ppt {
	display: none !important;
}
body a.pp_previous:after,
body a.pp_next:after {
	border:0;
}
body a.pp_next:after {
	right:0;
}
body a.pp_previous:after {
	left:0;
}
/*Product Table*/
table {
	width:100%;
	margin-bottom:50px !important;
	border:2px #aaa solid !important;
}
table tr {
	width:100%;
	clear:both;
}
table tr:nth-of-type(2n) {
	border-bottom:2px #aaa solid;
}
table tr td {
	border:1px #ddd solid;
}
/*Environmental*/
.environmental .section_inner_margin {
	background: rgba(255,255,255,.7);
	padding:50px 25px;
}
/*Techincal gallery*/
.fefco .gallery_holder ul li {
	min-height:160px;
	padding:10px;
}
.fefco .gallery_holder ul li a {
	position: absolute;
	padding:15px;
	top:50%;
	overflow: visible;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.fefco .image_title {
	position: absolute;
	bottom:-10px;
	left:0;
	width:100%;
	text-align: center;
	font-weight:bold;

	-webkit-transition:.25s;
	-moz-transition:.25s;
	-o-transition:.25s;
	transition:.25s;
}
.fefco .gallery_holder ul.v4 li {
	width:24% !important;
	border:1px #ccc solid;
	margin-right:1% !important;
	margin-bottom:1% !important;
}
.fefco .gallery_holder ul.v4 li:hover {
	border:1px #00458e solid;
}
@media (min-width:900px) {
	.fefco .gallery_holder ul.v4 li:nth-of-type(4n) {
		margin-right:0 !important;
	}
	.fefco .gallery_holder ul.v4 li:hover .image_title {
		font-size:18px;
		color:#00458e;
	}
}
@media (min-width:600px) and (max-width:899px) {
	.fefco .gallery_holder ul.v4 li:nth-of-type(3n) {
		margin-right:0 !important;
	}
	.fefco .gallery_holder ul.v4 li {
		width:32% !important;
		margin-right:2% !important;
	}
}
@media (min-width:481px) and (max-width:599px) {
	.fefco .gallery_holder ul.v4 li:nth-of-type(2n) {
		margin-right:0 !important;
	}
	.fefco .gallery_holder ul.v4 li {
		width:49% !important;
		margin-right:2% !important;
	}
}
@media (max-width:480px) {
	.fefco .gallery_holder ul.v4 li {
		margin-right:0 !important;
	}
	.fefco .gallery_holder ul.v4 li {
		width:100% !important;
		margin-bottom:4% !important;
	}
}
@media (max-width:768px) {
	.product-list .bgcontainer .vc_row {
		margin-bottom:25px !important;
	}
	.product-list:after {
		background-size: cover;
	}
}
/*Font style for the 'Printed Products' page*/
.font1 {
	font-family:Tahoma;
	font-style: italic;
}
.font2 {
	font-family:impact;
	font-weight:normal;
}
.font3 {
	font-family:Verdana;
	font-style: italic;
}
.font4 {
	font-family:Georgia;
}

.image_title{
	display: none !important;
}
.wpcf7 form .wpcf7-response-output {
	color:#444;
}
.wpcf7 form.sent .wpcf7-response-output {
	color:#46b450;
}