/*
Theme Name:     GKH Motors
Theme URI:
Author:         Sara Pepper - Splendid Apple
Author URI:
Template:       startupcomplete
Version:        1.0
*/
 
@import url("../startupcomplete/style.css");
 @import url(http://fonts.googleapis.com/css?family=Quando);
@import url(http://fonts.googleapis.com/css?family=Average);
a {
	color: #fff;
	font-family: 'Quando' sans-serif;
	font-size: 11px;
}

/* ======================================================================================= */
/* Header ============================================================================== */
.header {
	background-color: #d6e0ef;
	padding-bottom:8px;
}
.head-contact span {
	font-family: 'Quando' sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1949c2;
}
.head-contact p {
	font-family: 'Average';
	font-size: 18px;
	color: #353535;
}

.logo-section {
	padding-top:20px;
}

/* ======================================================================================= */
/* Navigation ============================================================================== */
.navbar {
	background: #628bf4; /* Old browsers */
	background: -moz-linear-gradient(top, #628bf4 21%, #1a49c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #628bf4), color-stop(100%, #1a49c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #628bf4 21%, #1a49c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #628bf4 21%, #1a49c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #628bf4 21%, #1a49c3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #628bf4 21%, #1a49c3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#628bf4', endColorstr='#1a49c3', GradientType=0 ); /* IE6-9 */
}
.nav > li > a {
	font-family: 'Quando' sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.nav > li > a:hover {
	background: #1a49c3;
}

/* ======================================================================================= */
/* Slider Section ============================================================================== */
.slider-section {
	background: #fff;
}

.slide-inner {
	top:20px;
}
#slides img {
	margin-top: 6px;
}
.slide-inner span {
	background: url(images/slider-bg.png) repeat-x;
	margin-left: 150px;
	font-family: 'Quando' sans-serif;
	font-size: 26px;
	color: #444;
	float:right;

}
.slide-inner p {
	background: url(images/slider-bg.png) repeat-x;
	margin-left: 150px;
	font-family: 'Average' sans-serif;
	font-size: 18px;
	color: #444;
	text-align:right;
}

.slidesjs-pagination {
	padding-left: 465px;
}
.slidesjs-pagination li a {
	background: #174891;
	color: #fff;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active, .slidesjs-pagination li a:hover {
	background: #5783f3; /* Old browsers */
	background: -moz-linear-gradient(top, #5783f3 0%, #1949c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5783f3), color-stop(100%, #1949c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5783f3 0%, #1949c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5783f3 0%, #1949c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5783f3 0%, #1949c2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5783f3 0%, #1949c2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5783f3', endColorstr='#1949c2', GradientType=0 ); /* IE6-9 */
	border: 1px solid #000;
}

@media (max-width: 479px) {	
	#slides img {
		display:none;
	}
}

@media (max-width: 479px) {	
	.slide-inner span {
		margin-left:0;
	}
}

@media (max-width: 479px) {	
	.slide-inner p {
		margin-left:0;
		text-align:left;
	}
}

@media screen and (max-width: 479px) {
	.slidesjs-pagination {
		padding-left:20px;
}
}


/* ======================================================================================= */
/* Quickform ============================================================================== */
.home #quickform {
	margin: 10px 0 10px;
}
#quickform {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 8%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #f9f9f9), color-stop(100%, #dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 8%, #dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 8%, #dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 8%, #dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 8%, #dedede 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dedede', GradientType=0 ); /* IE6-9 */
	border: 1px solid #b5b5b5;
	box-shadow: 0px 0px 10px #b1b1b1;
}
#quickform h3 {
	color: #353535;
	font-family: 'Quando' sans-serif;
}
#quickform p {
	color: #353535;
	font-family: 'Average' sans-serif;
	font-size: 14px;
}
#quickform form button {
	background: #e38b00; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #e38b00 0%, #e06307 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e38b00), color-stop(100%, #e06307)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #e38b00 0%, #e06307 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #e38b00 0%, #e06307 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #e38b00 0%, #e06307 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #e38b00 0%, #e06307 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e38b00', endColorstr='#e06307', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border:1px solid #FF9114;
}
#quickform form button:hover {
	background: #e06307; /* Old browsers */
	background: -moz-linear-gradient(top, #e06307 7%, #ed8017 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #e06307), color-stop(100%, #ed8017)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e06307 7%, #ed8017 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e06307 7%, #ed8017 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e06307 7%, #ed8017 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e06307 7%, #ed8017 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06307', endColorstr='#ed8017', GradientType=0 ); /* IE6-9 */
}
input {
	background: #fff;
}

@media screen and (max-width: 479px) {
	#quickform {
	margin-bottom:20px;
}
}


/* ======================================================================================= */
/* Call Section ============================================================================== */
.call-section {
	background: #dadada; /* Old browsers */
	background: -moz-linear-gradient(top, #dadada 1%, #ffffff 68%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #dadada), color-stop(68%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dadada 1%, #ffffff 68%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dadada 1%, #ffffff 68%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dadada 1%, #ffffff 68%); /* IE10+ */
	background: linear-gradient(to bottom, #dadada 1%, #ffffff 68%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.inner-calls {
	padding: 18px 18px 30px 18px;
}
.call1, .call2, .call3 {
	border-radius: 0 0 50px 50px;
	background-color: #353535;
	border: 2px solid #fff;
}
.call1 .inner-calls {
	background: url(images/call-1-img.png) top right no-repeat;
}
.call2 .inner-calls {
	background: url(images/call-2-img.png) top right no-repeat;
}
.call3 .inner-calls {
	background: url(images/call-3-img.png) top right no-repeat;
}
.calls span {
	font-family: 'Quando' sans-serif;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}
.calls p {
	font-family: 'Average' sans-serif;
	font-size: 14px;
	color: #fff;
	margin-right: 112px;
	padding: 0;
}
.calls a {
	background: #5783f3; /* Old browsers */
	background: -moz-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #5783f3), color-stop(100%, #1a4ac3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5783f3 11%, #1a4ac3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5783f3', endColorstr='#1a4ac3', GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 4px #252525;
}
.calls a:hover {
	background: #1a4ac3; /* Old browsers */
	background: -moz-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #1a4ac3), color-stop(100%, #4e5adb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a4ac3 19%, #4e5adb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4ac3', endColorstr='#4e5adb', GradientType=0 ); /* IE6-9 */
}

/* ======================================================================================= */
/* Main Content ============================================================================== */
.article h1 {
	font-family: 'Quando' sans-serif;
	color: #353535;
	font-size: 24px;
}

.article a {
	color:#1835AF;
}

/* ======================================================================================= */
/* Sidebar ============================================================================== */
.widget {
	background: #353535;
	box-shadow: 2px 2px 6px #353535;
}
.widget h3 {
	font-family: 'Quando' sans-serif;
	color: #fff;
}
.widget p {
	color: #fff;
	font-family: 'Average' sans-serif;
}
.latest-date {
	background: #1a49c3;
	border-radius: 5px;
	border: 1px solid #fff;
}
.button {
	background: #5783f3; /* Old browsers */
	background: -moz-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #5783f3), color-stop(100%, #1a4ac3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5783f3 11%, #1a4ac3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5783f3', endColorstr='#1a4ac3', GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 4px #252525;
}
.button:hover {
	background: #1a4ac3; /* Old browsers */
	background: -moz-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #1a4ac3), color-stop(100%, #4e5adb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a4ac3 19%, #4e5adb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4ac3', endColorstr='#4e5adb', GradientType=0 ); /* IE6-9 */
}

/* ======================================================================================= */
/* Footer ============================================================================== */
.footer {
	background: #717171;
}
.footer p {
	color: #fff;
	font-family: 'Average' sans-serif;
	font-size: 12px;
}

/* ======================================================================================= */
/* Other Pages ============================================================================== */
.toggleMenu {
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
}
.topdate a {
	color: #000;
}

.article img.wp-post-image {
	border:1px solid #1949c2;
}

.article-section {
	font-size:14px;
}

/* ======================================================================================= */
/* Contact Page ============================================================================== */
#contactform button[type="submit"] {
	background: #5783f3; /* Old browsers */
	background: -moz-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #5783f3), color-stop(100%, #1a4ac3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5783f3 11%, #1a4ac3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5783f3 11%, #1a4ac3 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5783f3', endColorstr='#1a4ac3', GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 4px #252525;
	border: none;
}
#contactform button[type="submit"]:hover {
	background: #1a4ac3; /* Old browsers */
	background: -moz-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #1a4ac3), color-stop(100%, #4e5adb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a4ac3 19%, #4e5adb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a4ac3 19%, #4e5adb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4ac3', endColorstr='#4e5adb', GradientType=0 ); /* IE6-9 */
}
