/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*    HEADER   */
.x-brand img {
    padding-bottom: 10px;
}

.x-navbar {
	border-bottom: 0px;
	box-shadow: none;
}

.x-topbar {
	background-color: #000 !important;
}

.x-topbar .p-info {
	float: right !important;
}

.x-topbar-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

#head-login {
	font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 125%;
    color: #bbb;
    padding-right: 20px;
    text-transform: uppercase;
}

#head-login a {
	border-bottom: none;
}

#head-contact {
	font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 125%;
    color: #fff;
    text-transform: uppercase;
}

#login {
	float: right;
	margin: 20px;
	margin-top:27px;
}

#login input[type="text"], #login input[type="password"] {
	font-size: 12px;
	height: 2em;
	margin-top: 5px;
	border-radius:0px;
}

#login input[type="submit"] {
	font-size: 11px;
	border: 2px solid #fff;
	color: #fff;
	background-color: rgba(0,84,124,0);
}

#login input[type="submit"]:hover {
	background-color: #666;
	color: #fff;
}



/*   FOOTER  */

.x-colophon {
	background-color: #000;
	border-top: 0px;
	
}

.x-colophon.top {
	padding: 0px;
}

.x-colophon.bottom {
	background-color: #000;
	border-top: 0px;
	box-shadow: none;
}


.footer-nav-section {
	margin: 20px 20px 10px 20px;
}

.foot-nav {
	text-align: center;
}

.foot-nav li {
	margin: 0 3em;
	display: inline-block !important;
}

.x-nav>li>a {
	color: #fff;
}
	

.x-nav>li>a:hover {
	color: #6b6b6b; /* rgb(0,84,124) */
}

.widget {
	text-shadow: none;
}

.x-colophon.top .widget_text {
	text-align: center;
}

.footer-icon  {
	font-size: 25px;
	margin-right: 20px;
/*
	border-radius: 10px;
	border: 1px solid #fff;
*/
	color:#fff;
}

.footer-icon:hover { 
	color: rgb(0,84,124);
}
	

/* BODY */

.wire {
text-transform:lowercase;
}

.right-quote {
	text-align: right !important;
}

.icon-headline {
	position: relative;
	left: -50px;
}

.center-btn {
	text-align:center;
}

.hp-rev-btn {
	padding-right:4em !important; 
	padding-left:4em !important;
	background-color: rgb(0,84,124) !important;
	color: #fff !important;
}

.hp-rev-btn:hover {
	padding-right:4em !important; 
	padding-left:4em !important;
	background-color: #fff !important;
	color: rgb(0,84,124) !important;
}

.x-btn   {
	text-shadow: none !important;
	font-weight: 700;
	border: 2px solid !important;
	text-transform: uppercase;
}

.button, [type="submit"]  {
	text-shadow: none !important;
	font-weight: 700;
	border: 2px solid !important;
	text-transform: uppercase;
}

.homepage-section-img  {
	opacity: 30%;
	background-image: 
}

.homepage-section-img {
	background-color: #ccc;
}


.hero-300 {
	color: hsl(0, 0%, 100%);
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-style: normal;
    font-weight: 300;
	line-height: 1.1;
	font-size: 171.4%;
	text-rendering: optimizelegibility;
}

.hero-400 {
	color: hsl(0, 0%, 100%);
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 1.1;
	font-size: 171.4%;
	text-rendering: optimizelegibility;
}

.x-counter {
	text-align: left;
	margin-left: 25px;
}

.hp-icon {
	text-align: left;
}

.hp-icon img {
	margin-left: 25px;
}

/* Skew a section */
.skew-box {
-moz-transform: skewY(-2.5deg);
-ms-transform: skewY(-2.5deg);
-o-transform: skewY(-2.5deg);
-webkit-transform: skewY(-2.5deg);
transform: skewY(-2.5deg);
margin:-2% 0!important;
}

.skew-box> *{
-moz-transform: skewY(2.5deg);
-ms-transform: skewY(2.5deg);
-o-transform: skewY(2.5deg);
-webkit-transform: skewY(2.5deg);
transform: skewY(2.5deg);
}



.testimony-hp {
	color: rgb(0,84,124) !important;
	font-family: "Lato",sans-serif !important;
	font-style: italic !important;
	font-size: 150%;
}



.brand-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.brand-box:after {
	content: "BAMwire";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -75px;
	height: 50px;
	width: 100px;
	background-color: white;
}

.growth-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.growth-box:after {
	content: "GROWTH";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -73px;
	height: 50px;
	width: 100px;
	background-color: white;
}


.streamline-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.streamline-box:after {
	content: " STREAMLINE\00a0 BACKOFFICE\00a0 PROCESSING";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -78px;
	height: 50px;
	width: 100px;
	background-color: white;
}

.TMS-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.TMS-box:after {
	content: "TMS\00a0 INTEGRATIONS";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -76px;
	height: 50px;
	width: 100px;
	background-color: white;
}


.pp-grow-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.pp-grow-box:after {
	content: "EVERYTHING\00a0 YOU\00a0 NEED\00a0 TO\00a0 GROW\00a0 YOUR\00a0 BUSINESS,\00a0 INCLUDING\00a0 TIME";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -79px;
	height: 50px;
	width: 100px;
	background-color: white;
}

.pp-switch-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.pp-switch-box:after {
	content: "SWITCH\00a0 TO\00a0 EFFICIENT\00a0 PAYMENTS\00a0 PROCESSING";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -79px;
	height: 50px;
	width: 100px;
	background-color: white;
}

.aljex-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
  left:-150px;
}

.aljex-box:after {
	content: "ALJEX";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -79px;
	height: 50px;
	width: 100px;
	background-color: white;
}

.nsf-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
  left:-150px;
}

.nsf-box:after {
	content: "NAVY\00a0 SEAL\00a0 FOUNDATION";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -79px;
	height: 50px;
	width: 100px;
	background-color: white;
}


.free-up-box {
  height: 100px;
  width: 100px;
  border: 5px solid rgb(0,84,124);
  position: relative;
/*   left:-150px; */
}

.free-up-box:after {
	content: "FREE\00a0 UP\00a0 WORKING\00a0 CAPITAL";
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 228.5%;
	line-height: 1.2;
	color: #000;  
	float: right;
	margin-top: 25%;
	margin-right: -73px;
	height: 50px;
	width: 100px;
	background-color: white;
}



.pp-grow-box-txt {
	padding: 20px 0 0 100px;
}


.x-btn-navbar.collapsed {
	background-color: rgb(0,84,124);
	color: #fff;
}

.x-btn-navbar.collapsed:hover {
	background-color: #6b6b6b !important;
	color: #fff;
}

.x-btn-navbar {
	margin-top: 25px !important;
}


.broker-box-left {
	background-image: url('http://67.225.162.113/~bam/wp-content/uploads/2017/07/Box1.jpg');
	background-size: cover !important;
}
.broker-box-left-txt {
	border-right: 5px solid #fff;
    width: calc(100% + 5px);
    position: relative;
    color: #000;
}

.broker-box-left-txt p {
	text-align: left;
	padding:0 30px;
}

.broker-box-left-2 {
	background-image: url('http://67.225.162.113/~bam/wp-content/uploads/2017/07/Box3.jpg');
	background-size: cover !important;
}
.broker-box-left-2-txt {
	border-right: 5px solid #fff;
    width: calc(100% + 5px);
    position: relative;
    color: #000;
}

.broker-box-left-2-txt p {
	text-align: left;
	padding:0 30px;
}


.broker-box-right {
	background-image: url('http://67.225.162.113/~bam/wp-content/uploads/2017/07/Box2.jpg');
	background-size: cover !important;
	
}
.broker-box-right-txt {
	border-left: 5px solid #fff;
    width: calc(100% + 5px);
    left: -5px;
    position: relative;
    color: #000;
}

.broker-box-right-txt p {
	text-align: left;
	padding:0 30px;
}

.broker-box-right-2 {
	background-image: url('http://67.225.162.113/~bam/wp-content/uploads/2017/07/Box4.jpg');
	background-size: cover !important;
	
}
.broker-box-right-2-txt {
	border-left: 5px solid #fff;
    width: calc(100% + 5px);
    left: -5px;
    position: relative;
    color: #000;
}

.broker-box-right-2-txt p {
	text-align: left;
	padding:0 30px;
}



.carrier-list {
	font-size: 1.2em;
	margin-left: 3em;
	color: #333;
	list-style: none;
}

.carrier-list ul {
	margin-left: 3em;
	
}

.carrier-list li {
	margin-bottom: 1em;
}

.quote-title {
	padding: 20px;
	background-color: rgb(0,84,124);
}

.quote-name {
	float: right;
	color: #ccc;
}


.payment-count-col {
	background-color: rgb(0, 84, 124) !important;
	min-height: 350px;
}

.testimony-row {
	margin: 0px auto;
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: left;
}

.testimony-img {
	text-align: right !important;
}

.x-flexslider .x-slides img {
	display: initial;
}


.hp-hero-row {
	min-height: 550px;
}

.hero-row {
	min-height: 450px;
}



.x-header-landmark {
    margin: 34px auto 0;
    text-align: center;
    margin: 0px;
    padding: 45px 0px;
    background-image: url('http://67.225.162.113/~bam/wp-content/uploads/2017/07/NewsHero.jpg');
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
}

.h-landmark span:before, .h-landmark span:after {
display: none;
}


header.x-header-landmark.x-container.max.width {

    width: 100%;
    max-width: 100%;
}

.x-header-landmark h1 {
	color: #fff;
	margin-top: 30px;
}

@media (max-width: 767px) {
	
	.x-topbar .p-info {
		float: none !important;
		background-color:#000 !important;
	}
	
	.brand-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.growth-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.streamline-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.TMS-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	
	.pp-switch-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.aljex-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.nsf-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.free-up-box {
	  height: 100px;
	  width: 100px;
	  border: 5px solid rgb(0,84,124);
	  left: 0px;
	}
	
	.pp-grow-box-txt {
		padding: 20px 0 0 0;
	}
	
	.right-quote {
		text-align: center !important;
	}
	
	.hp-testimony {
		text-align: center !important;
	}

	.x-counter {
		text-align: center;
	}

	
	.hp-icon {
		text-align: center !important;
	}
	
	.testimony-img {
		text-align: center !important;
	}
	
	.testimony-row {
		margin: 0px auto;
	    padding: 0px;
	    display: block ;
	}
	
	.x-topbar-inner {
		display: block;
	}

}