/*
Theme Name: KingPower Child Theme
Theme URI: -
Description: KingPower WordPress Theme
Template: kingpower-v1-06
Author: Goodlayers
Author URI: http://goodlayers.com
*/

@import url("../kingpower-v1-06/style.css");


h2.page-header-title {
    color: #ffffff;
}
h2.page-header-title {
    font-size: 33px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 0;
    margin-left: 22px;
    text-transform: uppercase;
}

#head-buttons {
	position: absolute;
	z-index: 50;
	top:180px;
	left:0;
	right:0;
}

#head-buttons .container {
	position: relative;
}

body.home ul#hp-buttons {
	position: absolute;
	top: 0px;
	right:10px;
	z-index: 50;
	max-width: 340px;
}

body.home ul#hp-buttons li {
	width: auto;
	margin:0 0 20px 0;
	padding:0;	
	text-align: center;
}

body.home ul#hp-buttons li span#phone {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

body.home ul#hp-buttons li a {
	margin:0 auto;
	max-width: 340px;
	border:1px solid #fff;
	border:1px solid rgba(255,255,255,0.7);
}

ul#hp-buttons {
	margin:0;
	padding:0;
	list-style: none;
}

ul#hp-buttons li {
	margin:0 0 10px 0;
	padding:0;
	text-align: center;
}

ul#hp-buttons li a {
	display: block;
	color: #fff;
	background-color: #005a9f;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul#hp-buttons li a:hover {
	text-decoration: none;
	background-color: #003d6c;
}

.gdl-search-form {
	display: none;
}

#top-right {
	float: right;
  bottom: 35px;
  position: absolute;
  right: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

#top-right span {
	display: block;
	margin:0 0 5px 0;
}

#top-right a {
	display: inline-block;
	background-color: #fff;
	padding:5px 10px; 
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#top-right a:hover {
	text-decoration: underline;
}

#support {
	width: 500px;
	padding:20px;
}

.bottom-column-service-title {
	line-height: 1.2em;
}

.bottom-slider-wrapper img {
	float: left;
	width: 100px;
	height: auto;
	margin:35px 20px 60px 30px;
}

.top-navigation-left .phone {
	font-weight: bold;
	display: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products *,
.woocommerce-page ul.products * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	margin:0 -10px 40px !important;
	padding:0;
}

.woocommerce-result-count { display: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 33.3333% !important; margin:0 0 20px 0 !important; padding:0 10px !important; }


@media only screen and (max-width : 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% !important; }
	#head-buttons {
	    left: auto;
	    position: relative;
	    right: auto;
	    top: auto;
	    z-index: 50;
	}
body.home #head-buttons { background-color:#fff; padding-bottom:20px; }
	body.home ul#hp-buttons { position: relative; max-width:none; bottom:auto; left:auto; right:auto; padding-top: 5px; background-color: #fff; }
	body.home ul#hp-buttons li { float: none; width: auto; margin-bottom: 5px; }
	body.home ul#hp-buttons li a { max-width: none; }
}

@media only screen and (max-width : 568px) {


body.home ul#hp-buttons { max-width: none; }

	body.home ul#hp-buttons li span#phone { display: none; }
	
	.bottom-slider-wrapper img {
		width: 80px;
		margin:35px 20px 20px 30px;
	}

	.logo-wrapper a { max-width: 100%; }

	.top-navigation-left .phone { display: block; }
	#top-right span { display: none; }
	#top-right { float: none; position: relative; text-align: center; bottom: auto; right: auto; display: none; }
	#top-right a { margin-bottom: 10px; }


}
