/*--------------------------------------------------------------
>>> CUSTOM.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
2.0 Typography
3.0 Home Page
4.0 Header
5.0 Footer
11.0 Responsive
--------------------------------------------------------------*/

/** 1.0 General **/

#page-inner {
	overflow: hidden;
}
.col2-left {
	float: left;
	width: 49%;
}
.col2-right {
	float: right;
	width: 49%;
}

.addtoany_list.a2a_kit_size_32 a > span {
	border-radius: 50%!important;
}

/** Make YouTube Videos Responsive **/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix {
	clear: both;
	display: block;
}

/** 2.0 Typography **/

.centre {
	text-align: center;
}
.read-more-link {
	display: inline-block;
}
p.intro {
	font-size: 17px;
}

/** 3.0 Home Page **/

ul.home-intro {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.home-intro > li:first-child {
	width: 68%;
	float: left;
	margin-right: 2%;
}
ul.home-intro > li:last-child {
	width: 30%;
	float: left;
	padding-top: 1em;
	padding-left: 2%;
	border-left: 1px solid #eee;
}
ul.home-intro > li:last-child h4 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
ul.home-intro h3 {
	font-size: 24px;
}
ul.services {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
	overflow: hidden;
}
ul.services li {
	width: 50%;
	float: left;
	background: url('images/bullet.svg') no-repeat left top;
	padding: 0 0 0 2em;
	font-weight: bold;
}

/** 4.0 Header **/

#header-items h2,
#header-items h3 {
	margin: 0;
}
#header-items h2 {
	font-style: normal;
	color: #111;
}
.social-wrap {
	float: right;
}

.social a.fb,
.social a.tw,
.social a.gp,
.social a.li {
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	border-radius:50%;
	margin: 6px 0 0 10px;
	padding: 0;
}
.social a.fb {
	background-image: url('images/fb-icon.svg');
	background-position: center center;
}
.social a.tw {
	background-image: url('images/tw-icon.svg');
	background-position: center center;
}
.social a.gp {
	background-color: rgba(230, 73, 46, .50);
	background-image: url('images/gp-icon.png');
	background-position: center center;
}
.social a.li {
	background-color: rgba(0, 120, 173, .50);
	background-image: url('images/li-icon.png');
	background-position: center center;
}
.social a:hover.fb {
	background-color: rgba(79, 79, 153, 1.0);
}
.social a:hover.tw {
	background-color: rgba(97, 161, 223, 1.0);
}
.social a:hover.gp {
	background-color: rgba(230, 73, 46, 1.0);
}
.social a:hover.li {
	background-color: rgba(0, 120, 173, 1.0);
}

/** 5.0 Footer **/

.address p {
	margin-bottom: 0.5em;
}
.address h6 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	color: #eeb500;
}

#footer-logo-etc {
	text-align: center;
}
#footer-logo-etc #social {
	clear: both;
	display: table;
	margin: 0 auto;
	padding: 18px 3.5% 0 0;
	overflow: hidden;
	text-align: center;
}
.cleaning-icons {
	max-width: 55%;
}

/** 11.0 Responsive **/

@media screen and (max-width: 1224px) {

	#header-items h3 {
		font-size: 26px;
		line-height: 1.2;
	}
	
	.slogan-head {
		font-size: 18px;
		padding-top: 5px;
	}
	.tel-head {
		font-size: 26px;
	}
	#menu-main-menu,
	ul.banner,
	.hs-inner {
		padding-left: 2%;
		padding-right: 2%;
	}
	ul.banner li:first-of-type {
		width: 727px;
	}
	ul.banner li:last-of-type {
		width: 223px;
	}
}

@media screen and (max-width: 768px) {

	#header-items h2,
	#header-items h3 {
		font-size: 20px;
		line-height: 1.3;
	}
	#logos a,
	#logos {
		padding: 0 0 0 13px;
		border-right: none;
		position: relative;
		left: 2px;
	}
	.mobile-arrows .flex-direction-nav {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	ul.home-intro > li:first-child {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	ul.home-intro > li:last-child {
		width: 100%;
		float: none;
		padding-top: 1em;
		padding-left: 0;
		border-left: none;
	}
	.social-wrap {
		float: none;
		width: 100%;
		height: 50px!important;
		display: block!important;
		margin: 0 auto!important;
		width: 90px!important;
	}
	h1 {
		margin: 0 0 0.5em 0;
	}
	h1, h2, #home-bottom-inner h3 {
	    font-size: 26px;
	    line-height: 1.2;
	    text-align: center;
	}
	#home-bottom-inner h3 {
	    font-size: 22px;
	    line-height: 1.2;
	}
	#secondary {
		display: none;
	}
	ul.services li {
		width: 100%;
		float: none;
	}
}

