/*
Theme Name: Hayward
Author: RipeConcepts
Author URI: http://www.ripeconcepts.com/
Description: A custom Wordpress theme for Hayward Rentals.
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

strong, b {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a img, p, input, textarea{
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
	outline:none;
}

a {
	text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
	border: 0;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
}

img {
	vertical-align: text-bottom;
}

.clear:before,
.clear:after {
	content: " "; 
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

.container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 928px;
	background-color: #fff;
}

.border0 {
	border: none !important;
}

.margin0 {
	margin: 0 !important;
}

.background0 {
	background: none !important;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('fonts/arialn.eot');
    src: url('fonts/arialn.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialn.woff') format('woff'),
         url('fonts/arialn.ttf') format('truetype'),
         url('fonts/arialn.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic';
    src: url('fonts/gothic.eot');
    src: url('fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothic.woff') format('woff'),
         url('fonts/gothic.ttf') format('truetype'),
         url('fonts/gothic.svg#Gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothicBold';
    src: url('fonts/gothicb.eot');
    src: url('fonts/gothicb.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothicb.woff') format('woff'),
         url('fonts/gothicb.ttf') format('truetype'),
         url('fonts/gothicb.svg#GothicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


input::-moz-focus-inner,
button::-moz-focus-inner /*Remove button padding in FF*/ 
{
    border: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
}

body {
	background: #E2EBED;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1;
	color: #000;
}

header {
	padding: 0.5rem 10px;
	position: relative;
	background: #ce7928 url('images/header_bg.png') top center no-repeat;
	min-height: 192px;
}

#content-body {
	background: #E2EBED;
}

#open-left {
	width: 36px;
	height: 10px;
	padding: 12px 0 12px 36px;
	float: left;
	display: none;
	background: url('images/menu.png') 12px center no-repeat;
	color: #fff;
}

#header-logo {
	width: 415px;
	margin-left: -190px;
	position: absolute;
	left: 50%;
	top: 10px;
	text-align: center;
}

#header-logo span {
	display: block;
	text-indent: -9999px;
}

#header-logo p {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;	
}

#header-sched {
	margin-top: 130px;
	float: left;
}

#header-sched p,
#header-add p {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}

#header-add {
	margin-top: 102px;
	float: right;
	text-align: right;
}

#header-cart a {
	padding: 3px 21px;
	margin-bottom: 6px;
	border: 1px solid #1F6AAD;
	border-radius: 11px;
	background-color: #2d7cc3;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
}

#navbar {
	background-color: #044ae8;
}

ul#nav-top {
	width: 710px;
	float: left;
}

ul#nav-top li {
	padding: 11px 0;
	float: left;
	position: relative;
	border-right: 1px solid #96B4F4;
}

ul#nav-top li:hover {
	background-color: #d47a22;
}

ul#nav-top li ul.sub-menu {
	width: 130px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 200;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #044ae8;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.44);
}

ul#nav-top li:hover ul.sub-menu {
	display: block;
}

ul#nav-top li ul.sub-menu li {
	padding: 0;
	float: none;
	border-right: 0;
	border-bottom: 1px solid #fff;
}

ul#nav-top li ul.sub-menu li a {
	padding: 5px 11px;
	display: block;
}

ul#nav-top li a {
	padding: 11px 8px;
	color: #fff;
}

.slicknav_menu {
	width: 30%;
	padding: 0;
	float: left;
	display:none;
	background: none;
}

.slicknav_btn {
	margin: 0;
	padding: 8px;
	float: left;
	background: none;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
	background: none;
}

#search {
	margin-right: 10px;
	padding: 5px 0 0;
	width: 200px;
	float: right;
}

#search-box {
	width: 140px;
	height: 22px;
	padding: 0 6px;
	border: 1px solid #bec7d8;
	background-color: #fff;
	font-size: 13px;
	color: #777777;
}

#search-btn {
	width: 34px;
	height: 24px;
	float: right;
	background: url('images/go_button.png') no-repeat center center;
}

#con {
	padding: 15px 15px 35px;
}

#home-panel1 {
	padding: 0;
}

#home-panel1 img {
	margin-right: 10px;
	float: left;
}

#home-panel1 p {
	font-size: 16px;
	line-height: 1.3;
}

ul#home-panel2 {
	margin: 15px 0;
}

ul#home-panel2 li {
	width: 215px;
	margin-right: 10px;
	float: left;
	border: 1px solid #000;
}

ul#home-panel2 li:last-child {
	margin-right: 0;
}

ul#home-panel2 li h2 {
	padding: 3px;
	background-color: #f79331;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #10499e;
}

ul#home-panel2 li a {
	margin: 5px 0;
	display: block;
	text-align: center;
}

#rental-list {
	width: 215px;
	float: left;
	border: 1px solid #000;
}

#rental-list-logo {
	background-color: #f79331;
	border-bottom: 1px solid #ffd0ac;
}

#rental-list-logo img {
	max-width: 100%;
}

#rental-list-logo p {
	text-align: center;
}

#rental-list h3 {
	padding: 4px;
	background-color: #f79331;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #10499e;
}

ul#rental-list-sub {
	padding: 8px 12px 0;
}

ul#rental-list-sub li {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

ul#rental-list-sub li a {
	text-decoration: underline;
	color: #838080;
}

ul#rental-list-sub li a:hover {
	color: #f79331;
}

#content-main {
	width: 670px;
	float: right;
	line-height: 1.6;
}

#content-main p {
	margin-bottom: 21px;
}

#brand-logo {
	margin: 3px 0 6px;
}

#brand-logo li {
	float: left;
	width: 33%;
	text-align: center;
}

#social {
	margin: 40px 0 0;
}

.woocommerce #social,
.page-id-72 #social {
	display: none;
}

.home #social,
.page-template-sub #social,
.page-template-sub-logo #social,
.page-template-svc #social {
	text-align: center;
}

#social h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.home #social h4,
.page-template-sub #social h4,
.page-template-sub-logo #social h4,
.page-template-svc #social h4 {
	display: inline-block;
}

#social-list li {
	margin: 10px 10px 0 24px;
	float: left;
}

.home #social #social-list,
.page-template-sub #social #social-list,
.page-template-sub-logo #social #social-list,
.page-template-svc #social #social-list {
	display: inline-block;
	vertical-align: middle;
}

.home #social #social-list img,
.page-template-sub #social #social-list img,
.page-template-sub-logo #social #social-list img,
.page-template-svc #social #social-list img {
	width: 70%;
	height: auto;
}

#announcements {
	margin-top: 20px;
	border: 1px solid #000;
}

.woocommerce #announcements,
.page-id-72 #announcements {
	display: none;
}

#announcements h5 {
	padding: 6px 15px;
	background-color: #f79331;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

#announcements-list li {
	padding: 6px 24px;
	font-size: 16px;	
}

#announcements-list li:nth-child(2n) {
	background-color: #d1cfd0;
}

#announcements-list li a {
	color: #6f6969;
}

#announcements-list li a:hover {
	color: #f79331;
}

#announcements p {
	margin: 0;
	padding: 6px 24px;
	font-size: 16px;	
}

.autoheight {
	position: relative;
}

.page-template-sub #announcements,
.page-template-sub-logo #announcements {
	position: absolute;
	bottom: 0;
	display: none;
}

.wp-pagenavi {
	margin-top: 15px;
}

/*------------------------------*\
    Inner
\*------------------------------*/

.page #content-main h1,
.single #content-main h1,
.search #content-main h1,
.archive #content-main h1 {
	margin-bottom: 6px;
	font-size: 26px;
	font-weight: 700;
	color: #f79331;
	line-height: 1.2;
}

.wpcf7 input,
.wpcf7 textarea {
	max-width: 90%;
	padding: 6px 3px;
	border: 1px solid #aeaeae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 300px;
}

.wpcf7 p span {
	color: #f00;
}

input.wpcf7-form-control.wpcf7-submit {
	padding: 5px 10px;
	border: 1px solid #1F6AAD;
	border-radius: 11px;
	background-color: #2d7cc3;
	color: #fff;
	letter-spacing: 1px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #2C679D;
}

#content-main .wpcf7 p {
	margin-bottom: 12px;
}

div.wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 12px;
	border-radius: 4px;
	line-height: 1.4;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
	border: 1px solid #EB8C8C;
	background: #FFC7C7;
	color: #C22C2C;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #93CC79;
	background: #C4F3AF;
	color: #127F08;
}

/*------------------------------*\
    WooCommerce
\*------------------------------*/

.woocommerce-breadcrumb,
.woocommerce-ordering {
	display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #044ae8;
	color: #fff !important;
	-webkit-appearance: none;
	vertical-align: middle;
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #1859ED;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 6px 4px;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1.2;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 20%;
	margin-right: 2%;
	padding: 1.6%;
	border: 1px solid #ddd;
	text-align: center;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0;
}

.woocommerce ul.products li.product a img {
	width: auto;
	height: 130px;
	display: inline-block;
}

.woocommerce ul.products li.product h3 {
	font-weight: 700;
	color: #000;
}

.woocommerce ul.products li.product a {
	color: #f79331;
}

.woocommerce .quantity .qty {
	padding: 4px 0;
}

.woocommerce div.product form.cart .button {
	padding: 9px 1em;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 44%;
	padding: 2%;
	border: 1px solid #ddd;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product {
	width: 20%;
}

.product-category mark.count {
	display: none;
}

.woocommerce-cart table.cart img {
	width: 90px;
	max-width: 100%;
}

.shop_table.cart .product-name a {
	color: #f79331;	
}

.shop_table.cart .product-price,
.shop_table.cart .product-subtotal {
	display: none;
}

.cart_totals h2,
.cart_totals table {
	display: none;
}

.woocommerce .checkout .col2-set .col-1, .woocommerce-page .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2, .woocommerce-page .checkout .col2-set .col-2 {
	width: 55%;
	float: left;
}

#myfield2_field {
	float: right;
}

.add_info_wccs,
#ship-to-different-address,
table.shop_table.woocommerce-checkout-review-order-table .product-total,
table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
table.shop_table.woocommerce-checkout-review-order-table .shipping,
table.shop_table.woocommerce-checkout-review-order-table .order-total {
	display: none;
}

p#myfield3_field {
	float: none;
	width: auto;
}

p#delivery-service {
  padding: 10px;
  background-color: #F9F2C1;
  border: 1px solid #DDD59B;
  border-radius: 6px;
  color: #5C520D;
}

h3#order_review_heading {
	font-size: 14px;
	font-weight: 700;
}

.woocommerce-checkout #payment {
	background: none;
}

table.shop_table.order_details a {
	color: #f79331;
}

.woocommerce-checkout .woocommerce header {
	padding: 0;
	min-height: 1px;
	background: none;
}

footer {
	padding: 10px;
	border-top: 1px solid #dddddd;
	text-align: center;
	line-height: 1.6;
}

iframe, img {
	max-width: 100%;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
	font-weight: bold;
	color: #000;
}

.wpcf7-form-control-wrap.your-message textarea {
	height: 100px;
	width: 100%;
}

@media (max-width: 928px) {
	.container {
		width: 100%;
	}
	ul#home-panel2 li {
		width: 23.2%;
		margin-right: 2%;
	}
	ul#home-panel2 li img {
		max-width: 96%;
	}
	#rental-list {
		width: 20%;
	}
	#content-main {
		width: 77%;
	}
}

@media (max-width: 768px) {
	#header-logo {
		margin: 10px auto 0;
		left: auto;
		top: auto;
		position: relative;
	}
	#header-sched,
	#header-add {
		float: none;
		margin: 20px 0;
		text-align: center;
	}
	#open-left {
		display: block;
	}
	#nav-top {
		display: none;
	}
	#rental-list {
		width: 30%;
	}
	#content-main {
		width: 67%;
	}
	#social {
		width: auto !important;
		margin: 10px 0 0;
		float: none !important;	
	}
	#social-list li {
		float: left !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 44%;
		padding-bottom: 4%;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product {
		width: 44%;
	}
	.woocommerce .quantity .plus, .woocommerce-page .quantity .plus,
	.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
		display: none;
	}
	.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
		border: 1px solid #bbb3b9;
		border-radius: 2px;
	}
	.single-product .quantity input.qty {
		height: 28px;
	}
	.woocommerce a.button {
		text-align: center;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
		width: 48%;
		float: right;
	}
	#continue-shopping {
		float: left;
	}
	#update-cart {
		float: right;
	}
	.woocommerce .checkout .col2-set .col-1, .woocommerce-page .checkout .col2-set .col-1, .woocommerce .checkout .col2-set .col-2, .woocommerce-page .checkout .col2-set .col-2 {
		width: 100%;
	}
	.g-recaptcha {
		margin-bottom: 10px;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: 40%;
	}
	
	#nav-top {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.slicknav_nav {
		width: 300px;
	}
	.autoheight {
		height: auto !important;
	}
	.page-template-sub #announcements, .page-template-sub-logo #announcements {
		position: relative;
	}
}

@media (max-width: 568px) {
	ul#home-panel2 li {
		width: 47.5%;
		margin: 0 3% 10px 0;
	}
	ul#home-panel2 li:nth-child(2n) {
		margin: 0;
		float: right;
	}
	#header-logo {
		width: 80%;
	}
	#home-panel1 img {
		margin-bottom: 10px;
	}
	#rental-list {
		width: 99.5%;
	}
	#content-main {
		width: 100%;
	}
	ul#rental-list-sub li {
		text-align: center;
	}
	#brand-logo {
		margin-top: 20px;
	}
	#brand-logo li {
		width: 50%;
	}
	

	.inner-banner {
		margin: 10px 0 0;
	}
	.page-template-inner #content-main h1,
	.single #content-main h1 {
		margin-top: 10px;
		font-size: 18px;
	}
	.woocommerce-page #rental-list {
		margin-bottom: 15px;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: 100%;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 50%;
	}
}

@media (max-width: 500px) {

}

@media (max-width: 420px) {
	#header-logo p {
		font-size: 12px;
		line-height: 1.2;
	}
	#header-sched p,
	#header-add p {
		font-size: 12px;
	}
	#home-panel1 p {
		font-size: 14px;
	}
	ul#home-panel2 li h2 {
		font-size: 12px;
	}
	#announcements h5 {
		font-size: 16px;
	}
	#announcements-list li {
		font-size: 14px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
		width: 55%;
	}
	.woocommerce-checkout #payment div.form-row.place-order {
		padding: 1em 0;
	}
	#continue-shopping {
		padding-left: 0;
		padding-right: 0;
	}
	footer {
		font-size: 10px;
	}
}

#rental-list-logo img {
	max-width: 100%;
	width: 8rem;
	padding: 0.5rem 0;
}