/*
Theme Name: Centum Child Theme
Theme URI: http://themeforest.net/user/purethemes/portfolio
Description: This is a child theme for Centum
Author: Mark Kavanagh
Author URI: http://themeforest.net/user/purethemes/portfolio
Template: Centum
Version: 2.0.7
*/

@import url("../Centum/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

#logo a img {
    float: none;
}

#post-24 .wpcf7-form {
	margin-right:2rem;
}

#wpgmza_map {
	float:none !important;
	margin-bottom:1rem
}

.client-list li {
	border:0 !important;
	width:17.5%;
	margin:1rem 1% 0 1% !important;
	padding:0;
	min-width:130px;
}

.home .container .one-third.column {
    margin-left:5px;
    margin-right:5px;
}

.client-list li img {
margin:0 auto;
}

#navigation {
	background: #1e80c1;
	display: block;
	width: 100%;
	float: left;
	max-height: 52px;
	margin: 0 0 15px 0;
}

#footer-bottom {
	border-top: 1px solid #386070;
	margin-top: 25px;
	padding: 22px 0;
	color:#7da8ba
}

#footer .widget ul li:before {
    color: #386070;
}

ul#menu-menu-4 {
    columns: 120px 2;
}

#tagline {
	color: #888;
	border-left: 1px solid #fff;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 20px;
	float: left;
}

.button.gray {color: #fff;background: #7c6a56;}


.button.light {color:#fff; background:#1a9c7c;}


.button.color {color:#fff; }
.button.color:hover {background:#aaa;}

.headline {
	background:none;
}

.slider button {
	font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: .4rem .7rem;
    background: #2cade0;
    color: white;
    border: 0;
}



@media only screen and (min-width: 768px) {
	#contact-details {
		display: block;
		margin-top:40px;
	}
	
	#navigation {
		margin-top:20px;
	}
}

@media only screen and (max-width: 767px) {
	#logo a img {
		margin:0 auto;
	}
	
	#contact-details {
		text-align: center;
		width: 100%;
	}
	
	ul#menu-menu-4 {
		columns: auto
	}
	
}

@media only screen and (max-width: 479px) {
	#contact-details li {
		text-align: center;
	}
}

element.style {
    columns: 120px 3;
}


/****************************************************************/
/****************************************************************/
/****************************************************************/