/*
	Theme Name: Apparition_Tekserve / Genesis Child Theme
	Theme URI: http://www.studiopress.com/themes/apparition
	Description: Apparition is a one column child theme created for the Genesis Framework.
	Author: StudioPress / Chad A. Carino
	Author URI: http://www.tekserve.com/
 
	Version: 1.6
 
	Tags: dark-blue, light-blue, orange, white, one-column, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, html5, responsive
 
	Template: genesis
	Template Version: 2.0
 
	License: MIT
	License URI: http://opensource.org/licenses/MIT

ul.certificationlogolist{
	width:90%;
	margin: 2em auto;
}

ul.certificationlogolist li{
	width:14%;
	display:table-cell;
	margin-right:1%;
	list-style:none;
	height:55px;
	vertical-align:baseline;
	text-align:center;
}
#bbblogo, #yelp-biz-badge-rrc-T-yDGKZZA71nkGQoPQCCng, #foursquare, #zagatrating{
	display:none;
}
ul.certificationlogolist li img{
	height:125px;
	width:auto;	
}
li#foursquare img{
	height:auto;
	width:72%;
	top:-23px;	

}
*/
ul.certificationlogolist li{


	list-style:none;
}
#apple-pp-logo{
	top: -8px;
    position: relative;
	width:150px;
	height:150px;
	margin:0px auto;
}
@media (max-width:764px){
		ul.certificationlogolist{
	width:100%;
	margin: 2em auto;
	max-width:155px;
	}
	ul.certificationlogolist li{
		width:90%;
		display:block;
		margin:0px auto;
		list-style:none;
		height:100px;
		vertical-align:baseline;
		position:relative;
	}
	
	ul.certificationlogolist li img{
		height:auto;
		width:100%;	
	}
	li#foursquare img{
	height:auto;
	width:100%;
	top:0px;	

}
li#zagatrating{
	top:-15px;
}

#apple-pp-logo{
	top: 0;
    position: relative;
}
	
	
}
/*home page tiles*/
.home-tile{
	width: auto;
	max-height:300px;
	float:right;
	padding-left:2em;
	max-width:190px;
}
.home-tile-left p, .home-tile-right p{
	text-align:left !important;
}
.home-tile-left{
	
	padding-right:5% !important;	
}
.home-tile-right{
	
	padding-left:5% !important;	
}
	.home-tile-right h2 img{ 
		float:left;
		height:60px;
		margin-right:10px;
		
	}
.home-spacer{
	background-color:#40a8c9;
	height: 25px;
}
a.learn-more{
	background-color:#004d72;
	border:3px solid #fff;
	color:#fff !important;

    font-size: 1.2em;
    padding: 5px 10px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}
a.learn-more:hover{
	border-color:#f36f37;
	color:#fff !important;

}

@media(max-width:959px){
	.home-tile-left{
		min-height:200px;
		padding-right:0px !important;
		clear:both;	
		padding-top:15px;
		padding-left:0px !important;
		
	}
	.home-tile-right{
		
		padding-left:0px !important;
		clear:both;
		padding-top:15px;
		min-height: 250px;

	}

	
	.home-spacer{
		display:none;
	}
	.home-tile{
		height:200px;
	}
}
.tekserve_custom_search form input{
	background-color:#fff !important;
}
.tekserve_custom_search input.search-submit{
	display:none !important;
}
@media(max-width:959px){
	.service-content{
		display:block !important;
		width:100%;
		margin-top:1em;
	}
}
.site-header form {
	background:transparent !important;
	outline:0px;
	
}
.site-header input[type=submit]{
	    padding: .3em .5em !important;
    	margin-left: .5em !important;
		border-radius:3px;
}