/**
 *	Theme Name: RediPlant Custom Website Theme
 *	Author: Mariart Design Studio
 *	Author URI: http://www.mariart.com.au
 *	Description: This is the custom theme design for the RediPlant website
 *	Version: 1.0
 *	Text Domain: redi
 */

/**
 *	Standard Colours:
 *	
 *	Dark Blue: 		#1A2E3C
 *	Red:			#DA291C
 *	Text Grey:		#475661
 *	Headline: 		#002A3A
 */
 
 
 
 
 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*  **********  Web Fonts  **********  */

@font-face {
	font-family: 'verb';
	src: url('fonts/VerbCondRegular.eot');
	src: url('fonts/VerbCondRegular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/VerbCondRegular.woff2') format('woff2'),
		 url('fonts/VerbCondRegular.woff') format('woff'),
		 url('fonts/VerbCondRegular.ttf') format('truetype'),
		 url('fonts/VerbCondRegular.svg#VerbCondRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'verb';
	src: url('fonts/VerbCondLight.eot');
	src: url('fonts/VerbCondLight.eot?#iefix') format('embedded-opentype'),
		 url('fonts/VerbCondLight.woff2') format('woff2'),
		 url('fonts/VerbCondLight.woff') format('woff'),
		 url('fonts/VerbCondLight.ttf') format('truetype'),
		 url('fonts/VerbCondLight.svg#VerbCondLight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'verb';
	src: url('fonts/VerbCondMedium.eot');
	src: url('fonts/VerbCondMedium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/VerbCondMedium.woff2') format('woff2'),
		 url('fonts/VerbCondMedium.woff') format('woff'),
		 url('fonts/VerbCondMedium.ttf') format('truetype'),
		 url('fonts/VerbCondMedium.svg#VerbCondMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'verb';
	src: url('fonts/VerbCondRegular-Bold.eot');
	src: url('fonts/VerbCondRegular-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/VerbCondRegular-Bold.woff2') format('woff2'),
		 url('fonts/VerbCondRegular-Bold.woff') format('woff'),
		 url('fonts/VerbCondRegular-Bold.ttf') format('truetype'),
		 url('fonts/VerbCondRegular-Bold.svg#VerbCondRegular-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}




/*  **********  Standard HTML Tags  *********  */

body {
	background: #FFFFFF;
	color: #475661;
	font-size: 16px;
	font-family: verb, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #002A3A;
}

h1 {
	font-size: 34px;
	margin: 0 0 20px 0;
}

b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}

video {
	width: 100%;
	height: auto;
}
input,
select,
textarea {
	color: #475661;
	font-size: 16px;
	font-family: verb, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #DA291C;
}




/*  **********  Page Containers  **********  */

#main-content {
	max-width: 1080px;
	margin: 0 auto;
}




/*  **********  Header  **********  */

#masthead {
	background: #1A2E3C;
	color: #FFFFFF;
}
#masthead .header-main {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 60px;
}

#rediplant_logo_header {
	width: 255px;
	height: auto;
	padding: 45px 0;
}

#header_contact {
	float: right;
	color: #FFFFFF;
	padding: 30px 30px 0 0;
	text-align: right;
}
#header_contact a {
	text-decoration: none;
}
#header_contact .phone {
	font-size: 22px;
	font-weight: 500;
}
#header_contact .phone .contact_item {
	display: inline-block;
	margin-left: 30px;
	font-weight: 300;
}
#header_contact .phone span {
	font-weight: bold;
	text-transform: uppercase;
}
#header_contact .social_icons .social {
	display: inline-block;
	margin: 0 0 14px 10px;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-position: center center;
	background-repeat: no-repeat;
}
#header_contact .social_icons .social.linkedin {
	background-image: url("images/header/linkedin.png");
}
#header_contact .social_icons .social.gplus {
	background-image: url("images/header/gplus.png");
}
#header_contact .social_icons .social.facebook {
	background-image: url("images/header/facebook.png");
}
#header_contact .social_icons .social.linkedin:hover {
	background-image: url("images/header/linkedin_over.png");
}
#header_contact .social_icons .social.gplus:hover {
	background-image: url("images/header/gplus_over.png");
}
#header_contact .social_icons .social.facebook:hover {
	background-image: url("images/header/facebook_over.png");
}




/*  *********  Clock Area  **********  */

#header_clock {
	float: right;
	background: url("images/header/bg_clock.png") bottom left repeat-x #F1F1F3;
	color: #1A2E3C;
	padding: 20px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-transform: uppercase;
}
#header_clock > div {
	display: inline-block;
}
.time_text .label {
	font-size: 16px;
	margin-bottom: 10px;
}
.time .time_display {
	font-size: 39px;
}
.time .ampm {
	font-size: 20px;
}




/*  **********  Navigation Menu  **********  */

#header_spacer_area {
	height: 60px;
}

#primary-navigation {
	background: #DA291C;
	color: #FFFFFF;
	height: 60px;
	z-index: 9999;
}
#primary-navigation > div {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 60px;
}

#menu-item-35 img {
	width: 20px;
	height: auto;
}

.sf-menu {
	margin: 0;
	padding: 0;
}
.sf-menu li,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.sf-menu li a {
	background: none;
	border: none;
	line-height: 60px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding: 0 25px;
}
.sf-menu li > a:hover,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-menu-ancestor > a {
	background: url("images/header/menu_marker.png") top center no-repeat;
}

/*  Second Level  */
.sf-menu ul.sub-menu {
	box-shadow: none;
}
.sf-menu ul.menu li,
.sf-menu ul.sub-menu li:hover, 
.sf-menu ul.sub-menu li.sfHover {
	background: none;
}
.sf-menu ul.sub-menu li a {
	line-height: 20px;
	font-size: 16px;
	padding: 10px 15px;
	background: #1A2E3C;
	text-transform: none;
}
.sf-menu ul.sub-menu li a:hover,
.sf-menu ul.sub-menu li.current-menu-item > a,
.sf-menu ul.sub-menu li.current-menu-parent > a,
.sf-menu ul.sub-menu li.current-menu-ancestor > a {
	background: #DA291C;
}




/*  **********  Mega Menu  **********  */

.mega_menu {
	background: #FFFFFF;
	display: none;
}
.mega_menu > div.inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 60px;
}
.mega_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 33.3%;
	width: calc(100% / 3);
}
.mega_menu ul li {
	margin: 0;
	padding: 0 30px;
}
.mega_menu ul li a {
	font-size: 18px;
	line-height: 24px;
	color: #1A2E3C;
	text-decoration: none;
	border-bottom: 1px solid #D1D5D8;
	display: block;
	padding: 5px 0;
}
.mega_menu ul li a:hover {
	background-color: #F3F3F3;
}




/*  **********  Footer  **********  */

#pre-footer {
	padding-top: 50px;
	clear: both;
}
.page-template-template-browse #pre-footer {
	padding: 0;
}

#colophon {
	color: #999999;
	background: #1A2E3C;
}
#colophon a {
	color: #888888;
	text-decoration: none;
	font-size: 16px;
}
#colophon a:hover {
	color: #FFFFFF;
}
#colophon > .inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 60px;
}
#colophon .site-info {
	text-align: right;
}
#footer-menu li {
	float: left;
	margin: 0 20px 0 0;
}




/*  **********  Home Page  **********  */

.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
	z-index: 0;
}
.bxslider > li {
	height: 400px;
	position: relative;
}
.slider_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slider_item {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.slider_item .content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 30px;
	background: rgba(255,255,255,0.8);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	max-width: 400px;
}
.slider_item .content h2 {
	margin: 15px 0;
	font-size: 39px;
	font-weight: 500;
}

.bx-wrapper {
	margin: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0;
	padding: 0 0 20px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	background: url("images/header/pager.png") center center no-repeat;
	width: 11px;
	height: 11px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("images/header/pager_active.png") center center no-repeat;
}
.bx-wrapper .bx-controls-direction a {
	width: 32px;
	height: 58px;
  	margin-top: -29px;
	background-position: right center;
}
.bx-wrapper .bx-prev {
	background: url("images/header/prev.png") right center no-repeat;
}
.bx-wrapper .bx-next {
	background: url("images/header/next.png") right center no-repeat;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: left center;
}

#feature_image {
	width: auto;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 0 60px 0;
}

#best_buys {
	background: #ECECEC;
	margin: 0 0 50px 0;
}
#best_buys > .inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#best_buys > .inner h2 {
	position: absolute;
	top: -50px;
	left: 0;
	line-height: 50px;
	padding: 0 60px 0 20px;
	background: url("images/header/best_buys_head.png") top right no-repeat;
	text-transform: uppercase;
	font-size: 27px;
}
#best_buys .best_buy_item {
	width: 23.125%;
	margin: 0 0 0 2.5%;
	float: left;
}
#best_buys .best_buy_item.first {
	margin: 0;
}
#best_buys .best_buy_item a {
	display: block;
	margin: 20px 0;
	text-decoration: none;
}
#best_buys .best_buy_item a img {
	width: 100%;
	height: auto;
	display: block;
}
#best_buys .best_buy_item a h3 {
	text-decoration: none;
	color: #FFFFFF;
	background: url("images/link_circle.png") center right 10px no-repeat #1A2E3C;
	padding: 10px 50px 10px 10px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
	border-bottom-right-radius: 10px;
}
#best_buys .best_buy_item a:hover h3 {
	background-color: #00456F;
}

.home #content {
	float: left;
	width: 560px;
}
.home #video {
	width: 490px;
	float: right;
	padding-top: 55px;
}

#footer_enews {
	background: #ECECEC;
}
#footer_enews > .inner {
	max-width:1080px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#footer_enews h3 {
	font-size: 23px;
	font-weihgt: 500;
	text-transform: uppercase;
	text-align: center;
}
#footer_enews .gform_description {
	margin: 20px 0;
	text-align: center;
}
#footer_enews .gfield_label {
	display: none;
}
#footer_enews .gform_body {
	display: inline-block;
	width: 65%;
	text-align: right;
}
#footer_enews .gform_footer {
	display: inline-block;
	width: 30%;
	margin: 0 0 2% 0;
}
#footer_enews .gfield {
	display: inline-block;
	width: 35%;
	margin: 0 0 2% 0;
}
#footer_enews .gfield input {
	width: 95%;
}




/*  **********  Hire & Sale Archive Pages  *********  */

.post-type-archive-view-for-hire #primary,
.post-type-archive-view-for-hire #extra,
.post-type-archive-view-for-hire #range_icons_container,
.post-type-archive-view-for-sale #primary,
.post-type-archive-view-for-sale #extra,
.post-type-archive-view-for-sale #range_icons_container {
	padding: 45px 60px;
}
.post-type-archive-view-for-hire #primary,
.post-type-archive-view-for-sale #primary {
	padding-top: 0;
}
.post-type-archive-view-for-hire #primary #content,
.post-type-archive-view-for-sale #primary #content {
	text-align: center;
}
.post-type-archive-view-for-hire #primary #content,
.post-type-archive-view-for-hire #extra #extra_content,
.post-type-archive-view-for-hire #range_icons_container > .inner,
.post-type-archive-view-for-sale #primary #content,
.post-type-archive-view-for-sale #extra #extra_content,
.post-type-archive-view-for-sale #range_icons_container > .inner {
	margin: 0 auto;
	max-width: 1080px;
}
.post-type-archive-view-for-hire #range_icons_container,
.post-type-archive-view-for-sale #range_icons_container {
	background-color: #ECECEC;
}

.post-type-archive-view-for-hire h1,
.post-type-archive-view-for-hire h2,
.post-type-archive-view-for-sale h1,
.post-type-archive-view-for-sale h2 {
	font-size: 34px;
	line-height: 44px;
}

.post-type-archive-view-for-hire #range_icons_container h2,
.post-type-archive-view-for-sale #range_icons_container h2 {
	text-align: center;
	margin: 0 0 20px 0;
}

.range_container {
	float: left;
	width: 18.4%;
	margin: 0 0 20px 2%;
	text-align: center;
}
.range_container.col_5_0 {
	margin-left: 0;
	clear: left;
}

.range_container a {
	text-decoration: none;
}
.range_container a .image {
	width: 100px;
	height: 100px;
	margin: 0 auto 15px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px 90px;
}
.range_container a:hover .image {
	background-size: 100px 100px;
}




/*  *********  Hire and Sales Listings Pages  **********  */

.single-view-for-hire #main,
.single-view-for-sale #main {
	padding: 0 60px 60px 60px;
}
.single-view-for-hire #main #primary,
.single-view-for-sale #main #primary {
	margin: 0 auto;
	max-width: 1080px;
}

.equipment_list_item {
	margin: 60px 0 0 0;
}
.uses span {
	font-weight: 500;
	display: block;
}

.equipment_list_table {
	min-width: 300px;
	border-collapse: collapse;
}
.equipment_list_table tr {
	vertical-align: top;
}
.equipment_list_table th,
.equipment_list_table td {
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ECECEC;
}
.equipment_list_table th {
	width: 100px;
	font-weight: 500;
}

#item_list_refine {
	margin: 30px 0;
}
#item_list_refine select {
	font-size: 18px;
}
#item_list_refine span {
	display: inline-block;
	margin: 0 10px 0 0;
}
#item_list_refine span.size {
	margin-left: 30px;
}

.attachment_list_area {
	float: left;
	width: 23.5%;
	margin: 20px 0 0 2%;
}
.attachment_list_area.col_4_0 {
	margin-left: 0;
	clear: left;
}

.attachment_list_area img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.attachment_list_area .icon img {
	width: 60px;
}




/*  **********  Item Pages  **********  */

.single-for-hire h1 {
	margin-bottom: 60px;
}

#product_gallery {
	width: 690px;
	float: right;
}
#product_gallery img {
	width: 100%;
	height: auto;
}

#product_gallery_small {
	
}
#product_gallery_small .move_prev a,
#product_gallery_small .move_next a {
	width: 5%;
	float: left;
	height: 120px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.move_prev a {
	background: url("images/items/arrow_left.png") center left no-repeat;
}
.move_next a {
	background: url("images/items/arrow_right.png") center right no-repeat;
}
#product_carousel_container {
	float: left;
	width: 90%;
	height: 120px;
	margin: 0;
	padding: 0;
}
.click_zoom {
	clear: both;
	padding: 10px 0 10px 30px;
	font-size: 16px;
	line-height: 18px;
	background: url("images/items/click_zoom.png") center left no-repeat;
}

#product_overview {
	width: 330px;
	float: left;
}
#product_overview h3 {
	margin: 45px 0 15px 0;
	font-size: 17px;
}

#product_info {
	clear: both;
	padding: 60px 0 0 0;
}

.item_attachments_list .attachment_icon {
	text-align: center;
	float: left;
	width: 25%;
	font-size: 12px;
}
.item_attachments_list .attachment_icon.col_4_0 {
	clear: left;
}
.item_attachments_list .attachment_icon .inner {
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: #E5E5E5;
	min-height: 100px;
}
.item_attachments_list .attachment_icon img {
	margin: 0 auto 5px auto;
	width: 100%;
	max-width: 60px;
	height: auto;
}

.product_info_tab .heading {
	font-size: 20px;
	font-weight: 500;
	padding: 13px 13px 13px 40px;
	background: url("images/items/more_cross.png") center left no-repeat;
	border-top: 1px solid #D0D0D0;
	cursor: pointer;
}
.product_info_tab.first .heading {
	border-top: none;
}
.product_info_tab .heading:hover {
	background-color: #ECECEC;
}
.product_info_tab .content {
	display: none;
	background: #ECECEC;
	padding: 30px;
}
.product_info_tab .content li {
	margin: 10px 0 10px 20px;
	list-style: disc;
	list-style-position: outside;
}

.price_display {
	margin-right: 350px;
}
.price_display .price {
	font-size: 18px;
}
.price_display .price span {
	font-weight: 500;
	padding: 0 20px 20px 0;
}

.ad_display {
	float: right;
	width: 300px;
}

.condition_container {
	position: relative;
	padding: 30px 0;
}
.condition_container .marker {
	height: 40px;
	border: 1px solid #D9D9D9;
}
.condition_container .marker .indicator {
	width: 100%;
	height: 100%;
	background: url("images/items/condition.png") center left no-repeat;
}
.condition_container .working,
.condition_container .good,
.condition_container .excellent {
	position: absolute;
}
.condition_container .working {
	left: 0;
	bottom: 2px;
}
.condition_container .good {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.condition_container .excellent {
	right: 0;
	bottom: -2px;
}




/*  **********  Browse Hire Range Footer  **********  */

#pre_browse_hire_range {
	padding: 50px;
	clear: both;
}
#browse_hire_range {
	background: #ECECEC;
	padding: 45px 60px;
}
#browse_hire_range > .inner {
	max-width: 1080px;
	margin: 0 auto;
}
#browse_hire_range h2 {
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 20px 0;
}
.browse_hire_item {
	float: left;
	width: 20%;
	text-align: center;
}
.browse_hire_item.col_5_0 {
	clear: left;
}
.browse_hire_item a {
	text-decoration: none;
}
.browse_hire_item > .inner {
	margin: 20px 10px;
}
.browse_hire_item img {
	width: 100%;
	max-width: 100px;
	height: auto;
}
.browse_hire_item .icon {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background-size: 90px 90px;
	background-position: center center;
	background-repeat: no-repeat;
}
.browse_hire_item a:hover .icon {
	background-size: 100px 100px;
}




/*  **********  Team Page  **********  */

.team_member {
	float: left;
	width: 30%;
	margin: 0 0 30px 5%;
	background: #ECECEC;
}
.team_member.col_3_0 {
	clear: left;
	margin-left: 0;
}
.team_member > .inner {
	padding: 20px;
	text-align: center;
}
.team_member img {
	width: 100%;
	height: auto;
}
.team_member h2 {
	font-size: 20px;
	margin: 15px 0;
}
.team_member h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}




/*  **********  News and Blog  **********  */

.category #main,
.single-post #main {
	max-width: 1080px;
	margin: 0 auto;
}
.category #primary,
.single-post #primary {
	float: left;
	width: 80%;
}
.category #secondary,
.single-post #secondary {
	float: right;
	width: 15%;
}

.category #secondary li,
.single-post #secondary li {
	list-style: none;
}
.category #secondary h2,
.single-post #secondary h2 {
	/* display: none; */
	background: url("images/more-link.png") no-repeat right center;
	border-bottom-right-radius: 5px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	padding: 5px 50px 5px 7px;
	text-decoration: none;
	font-weight: normal;
	
}
.category #secondary .cat-item a,
.single-post #secondary .cat-item a {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #D1D5D8;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #002A3A;
}
.category #secondary .cat-item:first-child a,
.single-post #secondary .cat-item:first-child a {
	border-top: none;
}

.list_item_container {
	margin: 0 0 60px 0;
}
.list_item_container .image {
	width: 20%;
	float: left;
}
.list_item_container .image img {
	width: 100%;
	height: auto;
}
.list_item_container .content {
	margin-left: 25%;
}
.list_item_container h2 {
	font-size: 30px;
}
.list_item_container h2 a {
	text-decoration: none;
	color: #002A3A;
}




/*  **********  Contact Us Page  **********  */

#contact_map {
	width: 100%;
	height: 400px;
	margin: 30px 0 0 0;
}

.page-template-template-contact h2 {
	font-size: 34px;
	margin: 0 0 20px 0;
}

.page-template-template-contact h3 {
	margin: 0 0 15px 0;
}
.page-template-template-contact dt,
.page-template-template-contact dd {
	float: left;
	margin: 20px 0 0 0;
	line-height: 24px;
}
.page-template-template-contact dt {
	width: 100px;
	clear: left;
	font-weight: 500;
	color: #002A3A;
}





/*  **********  Shortcodes  **********  */

/*  Page Columns  */
.page_col_half,
.page_col_third,
.page_col_twothirds {
	 float: left;
 }
.page_col_half {
	width: 48%;
	margin: 0 4% 0 0;
}
.page_col_third {
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
}
.page_col_twothirds {
	width: 65%;
	float: left;
}
.page_col_right {
	margin-right: 0;
}

.page_col_half img,
.page_col_third img,
.page_col_twothirds img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*  Downloads  */

#downloads_list li {
	margin: 20px;
	list-style: disc;
	list-style-position: outside;
}
#downloads_list li a {
	text-decoration: none;
	font-weight: 500;
}

/*  Brands  */
.brand_container {
	padding: 40px 0 0 0;
	clear: both;
}
.brand_container .image {
	float: left;
	width: 250px;
}
.brand_container .image img {
	width: 100%;
	height: auto;
}
.brand_container .content {
	margin-left: 280px;
}
.brand_contianer .content h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
}




/*  **********  WordPress styles  **********  */

.menu-toggle,
.screen-reader-text {
	display: none;
}




/*  **********  Shared Styles  **********  */

.feature {
	font-size: 22px;
	line-height: 34px;
}

#feature_image_container {
	z-index: 0;
}
#quick_hire_search {
	position: relative;
	z-index: 9999;
}
#quick_hire_search > .inner {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
#quick_search_container {
	position: absolute;
	top: 0;
	right: 0;
	background: url("images/header/quick_search.png") bottom left repeat-x #F1F1F1;
	padding: 30px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#quick_search_container h3 {
	font-size: 23px;
	margin: 0 0 20px 0;
	font-weight: 500;
	text-transform: uppercase;
}
#quick_search_container input,
#quick_search_container select {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
	border: none;
	text-align: left;
}
#quick_search_container select {
	color: #929CA5;
	text-transform: uppercase;
	font-size: 18px;
}

.clear {
	clear: both;
}

.more-link,
.gform_button {
	display: inline-block;
	padding: 5px 50px 5px 7px;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background: url("images/more-link.png") center right no-repeat;
	border-bottom-right-radius: 5px;
}
input.more-link,
input.gform_button {
	border: none;
	width: auto;
	cursor: pointer;
}
.more-link.full {
	display: block;
}
.more-link.gray {
	background-image: url("images/more-link-gray.png");
	color: #022A3A;
}
.more-link:hover,
.gform_button:hover {
	background-image: url("images/more-link-over.png");
	color: #FFFFFF;
}

#content img {
	max-width: 100%;
	height: auto;
}

#breadcrumbs {
	margin: 0 60px 30px 60px;
}
#breadcrumbs ul {
	max-width: 1080px;
	margin: 0 auto;
	display: block;
}
#breadcrumbs ul li {
	display: inline-block;
	font-size: 12px;
}
#breadcrumbs a {
	color: #475661;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumbs .final {
	font-weight: bold;
}

.col_third {
	width: 30%;
	float:left;
}
.col_twothirds {
	width: 65%;
	float: right;
}

#content ul,
#content ol {
	margin: 0 0 0 15px;
}
#content ul li,
#content ol li {
	list-style: disc outside;
	margin: 10px 0;
}
#content ol li {
	list-style-type: lower-roman;
}





/*  ********************************************************************************  **
**  ********************************************************************************  **

	Responsive Media Queries

**  ********************************************************************************  **
**  ********************************************************************************  */




/*  ********************************************************************************  **

	Large tablet - 1200px

**  ********************************************************************************  */

@media screen and (max-width: 1200px) {
	
	/*  **********  Page Containers  *********  */
	
	.page #content {
		margin: 50px 0;
	}
	
	
	
	
	/*  **********  Header  **********  */
	
	#masthead .header-main {
		padding: 0 50px;
	}
	#header_contact {
		padding-top: 15px;
	}
	#header_contact .phone .contact_item {
		display: block;
		margin: 10px 0 0 0;
	}
	#header_contact .social_icons .social {
		margin: 0 0 0 10px;
	}
	#quick_hire_search > .inner {
		max-width: none;
	}
	
	
	
	
	/*  **********  Quick Hire Search  **********  */
	
	#quick_search_container {
		position: relative;
		border-radius: 0;
		padding: 20px 50px;
	}
	#quick_search_container h3,
	#quick_search_container select,
	#quick_search_container input {
		display: inline-block;
		width: auto;
	}
	#quick_search_container select {
		font-size: 15px;
	}
	
	
	
	
	/*  **********  Home Page  **********  */
	
	.slider_item .content {
		left: 50px;
	}
	.bx-controls-direction {
		display: none;
	}
	#best_buys > .inner {
		padding: 0 50px;
	}
	#best_buys > .inner h2 {
		left: 50px;
	}
	
	.home #primary {
		padding: 0 50px;
	}
	.home #content {
		width: 55%;
	}
	.home.page #content {
		margin: 0;
	}
	.home #video {
		width: 40%;
	}
	
	
	
	
	/*  **********  Hire & Sales Archive Pages  **********  */
	
	.single-view-for-hire #main, .single-view-for-sale #main {
		padding: 0 50px 60px 50px;
	}
	.post-type-archive-view-for-hire #primary,
	.post-type-archive-view-for-hire #extra,
	.post-type-archive-view-for-hire #range_icons_container {
		padding: 45px 50px;
	}
	
	
	
	
	
	/*  **********  Items Pages  **********  */
	
	.single-for-hire #primary,
	.single-for-sale #primary {
		padding: 0 50px;
	}
	#product_overview {
		width: 35%;
	}
	#product_gallery {
		width: 60%;
	}
	
	
	
	
	/*  **********  Team Page  **********  */

	.team_member,
	.team_member.col_3_0 {
		width: 47%;
		margin: 0 0 30px 6%;
		clear: none;
	}
	.team_member.col_2_0 {
		clear: left;
		margin-left: 0;
	}
	
	
	
	
	/*  **********  News and Blog  **********  */

	.category #main,
	.single-post #main {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 50px;
	}
	
	
	
	
	/*  **********  Shared Itmes  **********  */
	
	#breadcrumbs {
		margin: 0 50px 30px 50px;
	}
	
}






/*  ********************************************************************************  **

	Mid Tablet - 1000px

**  ********************************************************************************  */

@media screen and (max-width: 1000px) {

	.page-template-template-contact #content {
		padding: 0 30px;
	}
	
	/*  **********  Navigation Menu  **********  */
	.menu-toggle {
		display: block;
		width: 100%;
		text-indent: -9999px;
		border: 0;
		background: url("images/header/menu-toggle.png") center center no-repeat #DA291C;
		line-height: 60px;
		cursor: pointer;
	}
	
	#primary-navigation {
		height: auto;
	}
	#primary-navigation > div {
	  padding: 0;
	}
	
	.sf-menu {
		display: none;
		float: none;
	}
	.sf-menu li {
		float: none;
		margin: 0;
	}
	.sf-menu li a {
		display: block;
		background: #FF3D2F;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 18px;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid rgba(25,255,255,0.35);
	}
	.sf-menu li:hover,
	.sf-menu li.current-menu-item,
	.sf-menu li.current-menu-parent,
	.sf-menu li.current-menu-ancestor,
	.sf-menu li > a:hover,
	.sf-menu li.current-menu-item > a,
	.sf-menu li.current-menu-parent > a,
	.sf-menu li.current-menu-ancestor > a {
		background: #DA291C;
	}
	
	.sf-menu li#menu-item-35 a {
		text-indent: -999px;
		background: url("images/header/home.png") center center no-repeat #FF3D2F;
		background-size: 20px 17px;
	}
	.sf-menu li#menu-item-35 a:hover {
		background-color: #DA291C;
	}
	.sf-menu li#menu-item-35.current-menu-item a {
		background-color: #FFFFFF;
		background-image: url("images/header/home_red.png");
	}
	
	/*  Second Level  */
	.sf-menu ul.sub-menu {
		position: relative;
	}
	.sf-menu ul li a,
	.sf-menu ul.sub-menu li a {
		background: #FFFFFF;
		color: #1A2E3C;
		font-size: 14px;
		line-height: 18px;
		padding: 5px;
		border-bottom: 1px solid #D1D5D8;
	}
	.sf-menu ul li a:hover,
	.sf-menu ul.sub-menu li a:hover {
		background: #F3F3F3;
		color: #1A2E3C;
	}
	
	
	
	
	/*  **********  Mega Menu  **********  */
	
	.mega_menu > div.inner {
		padding: 0;
	}
	.mega_menu ul {
		float: none;
		width: auto;
	}
	.mega_menu ul li {
		padding: 0;
	}
	.mega_menu ul li a {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	
	/* Fix Superfish issues */
	.sf-menu .mega_menu ul {
		box-shadow: none;
		left: inherit;
		top: inherit;
		position: relative;
	}
	
	
	
	
	/*  **********  Attachments List Page  **********  */
	
	.attachment_list_area,
	.attachment_list_area.col_4_0 {
		width: 44%;
		margin: 0 0 20px 4%;
	}
	.attachment_list_area.col_2_0 {
		margin-left: 0;
		clear: left;
	}
	
	
	
	
	/*  **********  Browse Hire Footer  **********  */
	
	.browse_hire_item,
	.browse_hire_item.col_5_0 {
		width: 33.3%;
		width: calc(100% /3);
		clear: none;
	}
	.browse_hire_item.col_3_0 {
		clear: left;
	}
	
	
}






/*  ********************************************************************************  **

	Small Tablet - 850px

**  ********************************************************************************  */

@media screen and (max-width: 850px) {
	
	/*  **********  Page Containers  *********  */
	
	.page #content {
		margin: 30px;
	}
	
	
	
	
	/*  **********  Header  **********  */
	
	#header_contact .phone .contact_item {
		font-size: 16px;
	}
	#header_clock .clock {
		display: none;
	}
	
	
	
	
	/*  *********  Footer  **********  */
	
	#colophon .site-info {
		text-align: center;
		margin-top: 25px;
	}
	#footer-menu li {
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
	}
	
	
	
	
	/*  **********  Quick Hire Search  **********  */
	
	#quick_search_container h3 {
		display: block;
	}
	#quick_search_container select,
	#quick_search_container input {
		display: inline;
		width: 30%;
		width: calc((100% - 40px) / 3);
	}
	#quick_search_container input {
		text-align: center;
	}
	
	
	
	
	/*  **********  Home Page  *********  */
	
	.bxslider > li {
		height: auto;
	}
	.slider_image {
		height: 250px;
	}
	.slider_item .content {
		background: #FFFFFF;
		border-radius: 0;
		position: relative;
		left: auto;
		top: auto;
		max-width: none;
		margin: 250px 0 0 0;
		padding: 30px 30px 80px 30px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: auto;
		top: 220px;
	}
	#feature_image {
		width: auto;
		height: 220px;
	}
	
	
	
	
	/*  **********  Hire & Sales Archive Pages  **********  */
	
	.single-view-for-hire #main, .single-view-for-sale #main {
		padding: 0 30px 30px 30px;
	}
	
	.post-type-archive-view-for-hire #primary,
	.post-type-archive-view-for-hire #extra,
	.post-type-archive-view-for-hire #range_icons_container {
		padding: 45px 30px;
	}
	.range_container,
	.range_container.col_5_0 {
		clear: none;
		width: 30%;
		margin-left: 5%;
	}
	.range_container.col_3_0 {
		clear: left;
		margin-left: 0;
	}
	
	
	
	/*  *********  Product pages  **********  */
	
	.equipment_list_table {
		min-width: 0;
	}
	
	
	
	
	/*  **********  News and Blog  **********  */

	.category #main,
	.single-post #main {
		padding: 0 30px;
	}
	.category #primary,
	.category #secondary,
	.single-post #primary,
	.single-post #secondary {
		width: auto;
		float: none;
		margin: 0 0 40px 0;
	}
	
}




/*  ********************************************************************************  **

	Between Devices - 650px

**  ********************************************************************************  */

@media screen and (max-width: 650px) {
	
	/*  **********  Header  **********  */
	
	#rediplant_logo_header {
		margin: 0 auto;
		display: block;
		padding: 30px;
	}
	#header_clock,
	.social_icons {
		display: none;
	}
	#header_contact {
		float: none;
		text-align: center;
	}
	#masthead .header-main {
		padding: 0 30px;
	}
	#rediplant_logo_header {
		padding: 20px;
		width: 70%;
		max-width: 200px;
	}
	
	
	
	
	/*  **********  Quick Hire Search  **********  */
	
	#quick_search_container h3,
	#quick_search_container select,
	#quick_search_container input {
		display: inline;
		width: 100%;
	}
	#quick_search_container input {
		text-align: center;
	}
	
	
	
	
	/*  *********  Items Pages  **********  */
	
	#product_gallery,
	#product_overview {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
	
	.price_display {
		margin-right: 0;
	}
	.ad_display {
		float: none;
		margin: 0 0 30px 0;
	}
	
	
	
	
	/*  **********  Shortcodes  **********  */

	/*  Page Columns  */
	.page_col_half,
	.page_col_third,
	.page_col_twothirds {
		 float: none;
		 width: auto;
		 margin: 20px 0;
	 }
	 
	 /*  Brands  */
	 .brand_container .image {
	 	float: none;
	 }
	 .brand_container .content {
	 	margin: 15px 0 0 0;
	 }
	 
	
	
	
	
	/*  **********  Shared Itmes  **********  */
	
	#breadcrumbs {
		margin: 0 30px 20px 30px;
	}
	
	.col_third,
	.col_twothirds {
		width: 100%;
		float: none;
		margin: 20px 0;
	}
	
	.page-template-template-contact #content {
		padding: 0;
	}
	
}






/*  ********************************************************************************  **

	Large phone - 600px

**  ********************************************************************************  */

@media screen and (max-width: 600px) {
	
	/*  **********  Quick Hire Search  **********  */
	
	#quick_search_container {
		padding: 20px 30px;
	}
	
	
	
	
	/*  **********  Home Page  **********  */
	
	#best_buys > .inner {
		padding: 0 30px;
	}
	#best_buys > .inner h2 {
		left: 30px;
	}
	#best_buys .best_buy_item {
		flaot: none;
		width: auto;
		margin: 0 0 15px 0;
	}
	
	.home #primary {
		padding: 0 30px;
	}
	.home #content,
	.home #video {
		float: none;
		width: auto;
	}
	.home #video {
		margin-top: 30px;
	}
	
	#footer_enews {
		padding: 0 30px;
	}
	#footer_enews .gform_body,
	#footer_enews .gform_footer {
		display: block;
		width: auto;
	}
	#footer_enews .gfield {
		display: block;
		margin: 0;
		width: 100%;
	}
	#footer_enews .gfield input {
		width: 100%;
	}
	
	
	
	
	/*  **********  Hire & Sales Archive Pages  **********  */
	
	.range_container,
	.range_container.col_5_0,
	.range_container.col_3_0 {
		clear: none;
		width: 46%;
		margin-left: 6%;
	}
	.range_container.col_2_0 {
		clear: left;
		margin-left: 0;
	}
	
	
	
	
	/*  **********  Attachments List Page  **********  */
	
	.attachment_list_area,
	.attachment_list_area.col_4_0,
	.attachment_list_area.col_2_0 {
		float: none;
		width: auto;
		margin: 20px 0;
	}
	
	
	
	
	/*  **********  Items Pages  **********  */
	
	.single-for-hire #primary,
	.single-for-sale #primary {
		padding: 0 30px;
	}
	
	
	
	
	/*  **********  Browse Hire Footer  **********  */
	
	#browse_hire_range {
	  padding: 30px;
	}
	.browse_hire_item,
	.browse_hire_item.col_5_0,
	.browse_hire_item.col_3_0 {
		width: 50%;
		clear: none;
	}
	.browse_hire_item.col_2_0 {
		clear: left;
	}
	
	
	
	
	/*  **********  Team Page  **********  */

	.team_member,
	.team_member.col_3_0,
	.team_member.col_2_0 {
		width: auto;
		margin: 30px 0;
		float: none;
	}
	
	
	
	
	/*  **********  News and Blog  **********  */
	
	.list_item_container .image,
	.list_item_container .content {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	
}