/*
    Theme Name: Signfix Website
    Author: John Rey
    Description: Signfix Website Theme
    Version: 1.0
*/

.search .col-sm-4:nth-child(3n+1) {
	clear:none;
}

.nav-search {
	float:right;
	width:100%;
	max-width:150px;
	padding-top:25px;
	margin-right:-15px;
}

.navbar-right {
	margin-right:5px !important;
}

.nav-search form > div:before {
	content: url("img/search.svg");
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	vertical-align:middle;
	top: 3px;
	top:auto;
}

.nav-search form input[type="text"] {
	width:100%;
	width:calc(100% - 20px);
	border-width:0px 0px 1px;
	border-color:#086d38;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	padding:0;
}

.nav-search form label,
.nav-search form input[type="submit"] {
	display:none;
}

.navbar-default #navMenu .nav.navbar-nav .menu li:last-of-type > a {
	margin-right:18px;
}

.no-thumbnail-wrap {
	min-height: 112px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 26px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.navbar-default #navMenu .nav.navbar-nav .menu li a {
		margin-right: 0px;
		font-size: 12px;
	}
	
	.navbar-default #navMenu .nav.navbar-nav .menu li:last-of-type > a {
		margin-right:0;
	}
	
	.nav-search {
		max-width:125px;
	}
}

@media only screen and (max-width: 991px) {
	.nav-search {
		float:none;
		margin:0 auto 40px;
		max-width:50%;
	}
	
	.navbar-right {
		margin-right:0 !important;
	}
}

@media only screen and (max-width: 860px) {
	.nav-search form > div {
		position:relative;
	}
	
	.nav-search form > div:before {
		position:absolute;
		top:50%;
		margin-top:-7px;
		left:5px;
	}
	
	.nav-search form input[type="text"] {
		width:100%;
		padding:5px;
		padding-left:25px;
	}
}

@media only screen and (max-width: 480px) {
	.nav-search {
		float:none;
		margin:0 auto 40px;
		max-width:100%;
	}
}

/* band page */
.band_title
{
	width: auto;
	height: 70px;
    background-color: #259af2;
    background-image: url(./img/band-it.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
}
.sf-sidebar
{
	padding-top: 40px;
	padding-left: 12px;
}
.energy_product_title
{
	background-color: #1a2026;
	text-align: center;
    width: auto;
}
.energy_product_title h1{
   	line-height: 60px;
    color: white;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Teko", serif;
    margin: 0 !important;
    padding: 10px 0 0 !important;
}
.energy_product_content
{
    margin-top: 25px;
    font-size: 16px;
    margin-left: 5px;
    color:#666666;
}
.page-template-band-new .sf-sidebar > li a{
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}
.page-template-band-new:not(.page-child) .page-content .page-list-item .page-title
{
	text-align: left;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: 22px;
	margin-right: 0;
	line-height: 55px;
}
.page-template-band-new .page-content .page-list-item .page-image
{
	max-width: 250px;
	max-height: 250px;
	margin: 0 auto 10px;
}
.page-template-band-new .page-content
{
	min-height: 420px;
}
.fragment-div
{
	height: 70px;
	position: absolute;
	background-color: #1a2026;
}
.page-excerpt img{
	max-width: 100%;
	height: 180px;
	margin: 15px auto 10px;
}
@media only screen and (max-width: 768px) {
	.fragment-div{
		display: none;
	}
	.page-template-band-new .page-content .page-list-item .page-title
	{
		text-align: center;
	}
}

.navbar-default #navMenu .nav.navbar-nav .menu li a{
	color: black;
}
.site-footer, .site-footer .foot-note > .heading, .site-footer .foot-note > .subheading, .site-footer a[href^=tel], .site-footer a[href^='mailto'], .site-footer a, .site-footer .foot-address{
	color: black !important;
}
.site-footer .foot-hr{
	border-top:1px solid #000000;
}