/*
Theme Name: Shamrock Limousine
Theme URI: http://shamrocklimousine.com
Author: Marcel Mejia
Author URI: http://pixelturbine.com
Description: Shamrock Limousine Custom
Version: 1.0
License: Copyright 2013 Shamrock Limousine
License URI:
Tags:
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background-color: #222;
	color: #DDD;
	font-weight: 400;
}
h1,h2,h3,h4,ul {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 {
	font-weight: 400;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #84ab40;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img, a img {
	border: 0;
	text-decoration: none;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}

.header-cont, .menu-cont, .visual-cont, .page-cont, .footer-cont {
	width: 100%;
	float: left;
}
.header-cont {
	border-top: 4px solid #84ab40;
	background-image: url("images/body-bg.jpg");
}
.header, .menu, .visual, .page, .footer {
	width: 960px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -480px;
}
.logo {
	float: left;
	padding: 20px 10px;
}
.live-chat {
	float: right;
	padding: 34px 40px 0 0;
	height: 34px;
}
/* top nav */
.top-nav {
	float: right;
	padding: 25px 0;
}
.top-nav li {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
.top-nav a {
	color: #DDD;
	display: block;
}
.top-nav a:hover {
	color: #FFF;
}
.top-nav li ul {
	display: none;
	z-index: 10;
	background-color: #537326;
	position:absolute;
	width: 160px;
	border: 1px solid #222;
	margin-left: -30px;
}
.top-nav li:hover ul {
	display:block;
}
.top-nav li li {
	padding: 0;
}
.top-nav li li a {
	padding: 10px 20px;
}
.top-nav li li a:hover {
	/*background-color: #537326;*/
}

#account {
	font-size: .9em;
	background-image: url("images/account.png");
	margin-bottom: 5px;
}
#phone, .phone {
	font-size: 1.2em;
}
#phone {
	background-image: url("images/phone.png");
}

/* START MENU */
.menu-cont {
	background-color: rgba(0,0,0,.2);
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	text-transform: uppercase;
}

.menu{
	
	}
.menu ul{
	border-left: 1px solid #222;
	height: 50px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		display: inline;
		float: left;
		border-right: 1px solid #222;
		}
	.menu li a{
		display: block;
		line-height: 50px;
		height: 50px;
		color: #DDD;
		padding: 0 20px;
		text-align:center;
		}
		.menu li a:hover, .menu ul li:hover a{
			color: #FFF;
			background-color: #84ab40;
			background-image: -moz-linear-gradient(top, #84ab40, #537326);
			background-image: -ms-linear-gradient(top, #84ab40, #537326);
			background-image: -o-linear-gradient(top, #84ab40, #537326);
			background-image: -webkit-linear-gradient(top, #84ab40, #537326);
			background-image: linear-gradient(top, #84ab40, #537326);
			border: 1px solid #94bd4e;
			line-height: 48px;
			height: 48px;
			padding: 0 19px;
			}
	.menu li ul{
		background-color: rgba(0,0,0,.85);
		display:none;
		height:auto;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		border: 1px solid #222;
		}
	.menu li li {
		display:block;
		width:200px;
		border: 0;
		}
	.menu li:hover li a{
		background:none;
		border: 0;
		color: #DDD;
		height:36px;
		line-height: 36px;
		}
	.menu li ul a{
		display:block;
		
		text-align:left;
		border: 0;
		font-size: .9em;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			border: 0;
			color:#94bd4e;
			}
	.menu p{
		clear:left;
		}	
/* END MENU */

.visual-cont {
	background-color: #000;
	border-bottom: 1px solid #222;
}
.visual {
	height: 380px;
}
.page-cont {
	background-image: url("images/body-bg.jpg");
	border-bottom: 1px solid #111;
}
.page {
	padding: 20px 0;
}
.page a {
	color: #f8e384;
}
.page a:hover {
	color: #fdf49b;
}
.page-title, .entry-title, .entry-content {
	padding: 0 10px;
}
.page-title {
	font-size: 2.2em;
}
.entry-title {
	font-size: 1.8em;
}
.entry-content ul {
	list-style: disc;
	padding: 10px 20px 20px 20px;
}
.quote-title {
	font-size: 2.2em;
}
.section-title {
	color: #FFF;
}
.body-half {
	width: 640px;
	float: left;
	margin-bottom: 40px;
}
.body-full {
	margin-bottom: 40px;
}
.sidebar {
	float: left;
	width: 300px;
	padding: 0 10px;
	margin-bottom: 40px;
}
.form-list {
	width: 300px;
}
.form-list li {
	margin-bottom: 5px;
	clear: both;
}
.form-list label, .comments-cont label {
	font-size: .8em;
	color: #BBB;
}
.awards li {
	display: inline;
	float: left;
	width: 108px;
	padding: 10px;
}
.footer-sidebar {
	clear: both;
}
.footer-col {
	width: 300px;
	padding: 10px;
	float: left;
	margin-bottom: 40px;
}
.footer-col h3 {
	font-size: 1.8em;
	text-align: center;
	padding-bottom: 10px;
}
.footer-col p {
	font-size: .9em;
	padding-bottom: 10px;
	margin: 0;
}
.footer-title {
	color: #f8e384;
	font-size: 1.2em;
	text-transform: none;
}
.footer-title a {
	color: #f8e384;
}
.footer-title a:hover {
	color: #fdf49b;
}
.social-cont {
	text-align: center;
	padding: 10px 0 20px 0;
}
.social-icon {
	padding-right: 4px;
}
.footer-cont {
	background-color: #222;
	font-size: .8em;
	padding: 10px 0;
	color: #777;
	border-top: 1px solid #333;
}
.footer ul {
	width: 100%;
	text-align: center;
}
.footer li {
	display: inline;
	border-right: 1px solid #444;
	margin-right: 8px;
	padding-right: 8px;
}
.footer li:last-of-type {
	border: none;
}
.footer a {
	color: #777;
}
.footer a:hover {
	color: #999;
}

.single, select, textarea, #author, #email {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 5px 2%;
	font-size: .9em;
	color: #537326;
	box-shadow: inset 0px 0px 2px 0px #999999;
	background-image: -moz-linear-gradient(top, #dddddd, #eeeeee);
	background-image: -ms-linear-gradient(top, #dddddd, #eeeeee);
	background-image: -o-linear-gradient(top, #dddddd, #eeeeee);
	background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee);
	background-image: linear-gradient(top, #dddddd, #eeeeee);
	background-clip: padding-box;
	font-family: arial, helvetica, "san-serif";
}
textarea {
	width: 96%;
}
select {
	width: 100%;
}
.single {
	width: 96%;
}
.input-third {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}
#month, #day, #hour, #minute {
	margin-right: 5%;
}
.input-third:last-of-type {
	margin: 0;
}
.btn a, .btn-full, #submit {
	background-color: #84ab40;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0px #000;
	font-size: 1em;
	box-shadow: inset 0px 0px 1px 1px #8db477;
	background-image: -moz-linear-gradient(top, #84ab40, #537326);
	background-image: -ms-linear-gradient(top, #84ab40, #537326);
	background-image: -o-linear-gradient(top, #84ab40, #537326);
	background-image: -webkit-linear-gradient(top, #84ab40, #537326);
	background-image: linear-gradient(top, #84ab40, #537326);
	background-clip: padding-box;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;

}
.btn a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
}
.btn-full {
	line-height: 30px;
	height: 30px;
	width: 100%;
}
.btn-disabled {
	cursor: auto;
	background-image: none;
	background-color: #537326;
	text-shadow: 0 -1px 0px #000;
}
#submit {
	padding: 5px 20px;
}
.alert {
	width: 96%;
	padding: 10px 2%;
	background-color: #cc3333;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
}
.author {
	font-weight: bold;
	color: #FFF;
}
.form-note {
	text-align:center;
	font-size:.8em;
	padding: 0;
	margin: 0;
}
.quote {
	color: #84ab40;
}
.contact-table {
	margin: 20px 0px;
	width: 100%;
	background-color: #333;
}
.contact-table td {
	padding: 10px;
}
.contact-table th {
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	background-color: #537326;
	padding: 4px 10px;
}

/* SERVICES */
.services ul {
	float: left;
	margin-bottom: 60px;
}
.services li {
	float: left;
	margin: 10px;
	width: 172px;
}
.service-thumb {
	border-radius: 100px;
	border: 4px solid #FFF;
	overflow: hidden;
	width: 164px;
	height: 164px;
}
.services img {
	width: 164px;
}
.services h2 {
	text-align: center;
	padding-top: 10px;
	font-size: 1.4em;
	color: #F8E384;
}

/* Pricing */
.pricing ul {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.pricing li {
	width: 220px;
	margin: 10px;
	float: left;
}
.detail-pricing {
	width: 100%;
	background-color: #333;
}
.detail-pricing th {
	font-weight: 600;
	padding: 4px 10px;
	text-transform: uppercase;
}
.detail-pricing td {
	padding: 2px 10px;
}
.detail-pricing tr:nth-child(even) {
    background-color: #444444;
}
.green-pricing th {
	background-color: #537326;
	color: #FFF;
}
.pricing-header {
	color: #FFF;
	font-weight: 600;
}
.blue-pricing th {
	background-color: #294366;
	color: #FFF;
}
.orange-pricing th {
	background-color: #b96400;
	color: #FFF;
}
.purple-pricing th {
	background-color: #432e5b;
	color: #FFF;
}

/* Fleet Gallery */
.fleet-gallery {
	padding: 0 10px;
	margin: 20px 0 40px 0;
}
.gallery-featured img {
	width: 620px;
}
.gallery-nav {
	
}
.gallery-nav img {
	opacity: 0.6;
	cursor: pointer;
}
.gallery-nav img:hover {
	opacity: 1;
}
.gallery-thumb {
	float: left;
}
.gallery-thumb img {
	width: 155px;
}

/* Comments */
.comments-cont {
	padding: 10px;
}
.required {
	color: #84ab40;
	font-size: .9em;
}
.comment-reply-title {
	font-size: 1.6em;
}
.commentlist li {
	margin-bottom: 20px;
}

/* Mailchimp Signup */
#mc_embed_signup {
	padding-bottom: 10px;
}

/* Quote Form */

.form-step {
	display: none;
}
.alert {
	display: none;
}
.input-phone {
	text-align: center;
}
.phone-table td {
	text-align: center;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }