/*

Theme Name: X &ndash; 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

*/

/** Nav **/
.x-navbar .desktop .x-nav>li>a {
	padding: 0 1em;
	padding: 0 10px;
}

#conTop > a {
	border:0;
}

div#service_thumb > a {
	max-width:220px;
}

.photos{
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	list-style: none;
	padding: 0 1.313em;
}
.photos li{

    margin-left: 1%;
    margin-right: 1%;
    float: none;
    width: 30%;
    display: inline-block;
}
.photos li img{

   width: 100%; height: auto;
   display: block;
}

.h-custom-headline{ margin-bottom: 30px; }