/*
Theme Name: Kitchen Appliances
Version: 1.0
Description: A WordPress Theme for Kitchen Appliances Website.
Author: Anjan Phukan
Author URI: http://www.bullseyewebsites.co.uk
*/

@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	color: #a1a1a1;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.clr {
	clear: both;
}
p {
	margin: 0px 0 10px 0;
	padding: 0px;
	line-height: 18px;
}
h1, h2, h3, h4 {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #333;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 21px;
	font-weight: normal;
}
.orange {
	color: #ff7b01;
}
a {
	color: #ff7b01;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.grey {
	color: #333;
}
.hidden{
	display:none;
	visibility:hidden;
	height:0;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
}
.right-section {
	/*width: 275px;
	float: right;*/
}
/*.left-section {
	width: 615px;
	float: left;
	padding-left: 10px;
}*/
.left-section {
	width: auto;
	padding-left: 10px;
}
.left-section img{
	max-width:615px;
	height:auto;
}
.left-section strong{
	color:#333;
}
.header {
	margin: 20px 0;
}
.logo {
	float: left;
}
.phone {
	font-size: 27px;
	color: #444444;
	width: 200px;
	text-align: left;
	float: right;
}
.phone span {
	background: url(images/phone-icon.jpg) left no-repeat;
	padding: 10px 0px 10px 33px;
	display: block;
	font-size: 14px;
	color: #ff7b01;
}
.banner-heading, .banner #featured_slider .content_left h2 {
	font-size: 50px !important;
	color: #d2d2d2;
	margin: 0px 0 29px 0;
	padding: 0px 0 0 0;
}
#featured_slider{
	margin:0 !important;
}
#featured_slider .content_left h2 a{
	text-decoration:none;
}
#featured_slider ul{
	margin:0 !important;
	padding:0 !important;
}
.read-more {
	background: url(images/read-more.png) no-repeat;
	width: 142px;
	height: 72px;
	display: block;
	cursor: pointer;
	margin-top:30px;
}
.banner {
	background: url(images/banner-bg.jpg) no-repeat;
	height: 365px;
	display: block;
	margin-bottom: 1px;
	margin-top: 10px;
	padding-top: 30px;
}
.banner-image {
	float: right;
	margin-right: 15px;
}
.banner-text {
	float: left;
	width: 500px;
	margin: 90px 0 0 30px;
}
.navigation ul {
	list-style: none;
	margin: 0px 0 0px 0px;
	padding: 0px;
}
.navigation li {
	float: left;
	width: 154.3px;
	margin-right: 4px;
}
.navigation li a {
	background: #eaeaea;
	border: 2px solid #cfcfcf;
	color: #a8a8a8;
	padding: 15px 0px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
.navigation li a:hover {
	background: #fecfa5;
	border: 2px solid #fd5d00;
	color: #333;
	padding: 15px 0px;
	text-align: center;
	display: block;
}
.navigation li.current-menu-item a, .navigation li.current-page-ancestor a {
	background: #fecfa5;
	border: 2px solid #fd5d00;
	color: #333;
	padding: 15px 0px;
	text-align: center;
	display: block;
}
.featured {
	background: url(images/featured-bg.jpg) no-repeat;
	min-height: 105px;
	-min-height: 105px;
	padding: 0px 0px 0 15px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 25px;
}
.featured-item1 {
	width: 27%;
	float: left;
	padding: 25px 0 25px 30px;
	margin: 0 10px;
}
.featured-item1+.featured-item1{
	background: url(images/featured-seprator.jpg) left no-repeat;
}
.featured-item2 {
	width: 30%;
	float: right;
	padding: 25px 20px 25px 0;
}
.featured a {
	color: #ff6201;
	text-decoration: underline;
}
.featured a:hover {
	text-decoration: none;
}
.why {
	margin-top: 25px;
}
.why-choose-us {
	float: left;
	width: 47%;
}
.what-we-do {
	float: right;
	width: 47%;
}
.services ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.services li {
	padding: 5px 0px;
}
.services li a {
	color: #a1a1a1;
	text-decoration: none;
	background: url(images/bullet.jpg) left no-repeat;
	padding: 0 0 0 20px;
}
.services li a:hover, .services li.current-menu-item a {
	color: #333;
}
.testimonial {
	margin-top: 20px;
}
.right-widget {
	margin-top: 25px;
}
.testimonial ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.testimonial ul li {
	margin-bottom: 15px;
}
.testimonial p {
	margin-bottom: 5px;
}
.testimonialswidget_testimonial cite {
	color: #ff6201;
}
.jcarousel-skin-tango .jcarousel-item img{
	max-width:140px;
	max-height:138px;
	_max-width:140px;
	_max-height:138px;
}
.comma {
	background: url(images/comma.jpg) left no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	margin: 0 5px 0 0px;
}
/*.scroll-product ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #f1f1f1;
}
.scroll-product li {
	float: left;
	padding: 0px 5px;
}
.scroll-product li+li {
	background: url(images/scroll-image-seprator.jpg) left no-repeat;
}*/
.footer {
	border-top: 1px solid #f1f1f1;
	background: url(images/featured-bg.jpg) top center no-repeat;
	padding: 15px 0px;
}
.footer-container {
	width: 950px;
	margin: 0 auto;
}
.footer-left {
	float: left;
}
.footer-left ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer-left ul li{
	display:inline;
	padding:0 5px;
}
.footer-left ul li+li{
	border-left:1px solid #9a9a9a
}
.footer-left ul li a {
	color: #9a9a9a;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 5px;
}
.footer-left ul li a:hover, .footer-left ul li.current-menu-item a, .footer-left ul li.current-page-ancestor a {
	text-decoration: underline;
}
.footer-right {
	float: right;
	line-height: 39px;
}
.copyright {
	margin: 5px 0 0 5px;
	font-size: 12px;
}
.footer-right ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.footer-right li{
	text-indent:-9999px;
	overflow:hidden;
}
.footer-right span{
	display:block;
	float:left;
	margin-right:30px;
}
.fb {
	background: url(images/fb.png) center no-repeat;
	width: 47px;
	height: 39px;
	display: block;
	cursor: pointer;
	margin-right: 10px;
	float: left;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding-left: 10px;
}
.fb:hover {
	background: url(images/fb-over.png) center no-repeat;
}
.twitter {
	background: url(images/twitter.png) no-repeat;
	width: 37px;
	height: 39px;
	margin-right: 10px;
	display: block;
	cursor: pointer;
	float: left;
	border-right: 1px solid #dddddd;
}
.twitter:hover {
	background: url(images/twitter-over.png) no-repeat;
}
.rss {
	background: url(images/rss.png) no-repeat;
	width: 37px;
	height: 39px;
	display: block;
	cursor: pointer;
	float: right;
}
.rss:hover {
	background: url(images/rss-over.png) no-repeat;
}
.height {
	height: 25px;
}
.p-listing ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.p-listing li {
	padding: 20px 0px 10px;
}
.p-listing li+li {
	border-top: 1px solid #f6f6f6;
}
.p-listing img {
	float: left;
	margin: 0 10px 5px 0px;
	width:158px;
	height:auto;
}
.p-listing a {
	color: #ff6600;
	text-decoration: underline;
}
.p-listing a:hover {
	text-decoration: none;
}
.our-team ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.our-team li {
	float: left;
	background: #f6f6f6;
	border: 2px solid #eaeaea;
	padding: 5px;
	margin: 0 2px 5px;
}
.our-team h4 {
	color: #ff6201;
	margin: 5px 0 0 0;
	padding: 0px;
}
.our-team p {
	font-size: 13px;
	margin: 0px;
}
.contact-input, .wpcf7-text, .wpcf7-textarea {
	background: #f8f8f8;
	width: 250px;
	padding: 5px;
	border: none;
	border: 1px solid #e7e6e6;
	margin-top: 5px;
}
.wpcf7-textarea{
	height:80px;
}
.submit, .wpcf7-submit {
	background: url(images/btn-bg.jpg) no-repeat;
	width: 80px;
	height: 36px;
	border: none;
	color: #fff;
	text-shadow: 1px 1px #a1a1a1;
	cursor: pointer;
}
.contact-container {
	width: 540px;
}
.map {
	margin-bottom: 20px;
}
.address {
	background: url(images/address.jpg) no-repeat left;
	padding: 10px 0px 10px 60px;
}
.contact-no {
	background: url(images/contact-icon.jpg) no-repeat left;
	padding: 10px 0px 10px 60px;
	min-height: 65px;
	-min-height: 65px;
}
