/*
Theme Name: AG Mowers 2020
Theme URI: https://agmowers.com.au/
Version: 2.1
Description: Heavily modified theme from Elegant Themes, customised to suit AG Mowers. This is a website revamp of the original website, created November 2020.
Author: Golden Age Media Enterprises
Author URI: https://goldenagemedia.com.au/web-design/
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
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, font, 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, lTitillium Web, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; overflow-x: hidden; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

a[href^=tel], a[href^=tel]:hover {
 color: inherit;
 text-decoration: inherit;
}


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { line-height: 1.5rem; font-family: 'Comfortaa',Arial,Verdana,sans-serif; font-weight: 400; font-size: 1.1rem; color: #444; background: #ffffff; }

a { text-decoration: none; color: #b30903; }
a:hover { text-decoration: underline; color: #444; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 30px; color: #b30903; letter-spacing: 0px; line-height: 3rem; font-weight: 400; font-family: 'Titillium Web', Arial, sans-serif; text-shadow: none; text-transform: Capitalize; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #b30903; }
h1 { font-size: 3rem; }
h2 { font-size: 2.8rem; }
h3 { font-size: 2.5rem; }
h4 { font-size: 2.2rem; }
h5 { font-size: 1.8rem; }
h6 { font-size: 1.8rem; }
p { padding-bottom: 30px; line-height: 1.7rem; }
strong { font-weight: 700; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8rem; }
sub { top: 0.3rem; }
dl { margin: 0 0 1.5rem 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5rem;}
blockquote  { margin: 1.5rem; padding: 1rem; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }
img, input, div, ul, li, input[type=button], input[type=submit], button, .button, article { box-sizing: border-box; box-sizing: border-box; box-sizing: border-box; }

::-webkit-input-placeholder { color: #222; }
::-moz-placeholder { color: #222; }
:-ms-input-placeholder { color: #222; }
:-moz-placeholder { color: #222; }

input[type=text], input[type=email], input[type=tel], input[type=password], input.text, input.title, textarea, select { background-color: #fff; color: #222 !important; border: 1px solid #cecece; padding: 12px !important; color: #222; font-weight: 300; font-size: inherit; }
select { background-color: #fff; border: 1px solid #cecece; padding: 5px !important; color: #222; font-size: 0.9rem; font-weight: 300; }
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color: #888; color: #222; }
input[type=text], input[type=email], input[type=tel], input[type=password], input.text, input.title, textarea, select { margin: 0 0 10px; }
input[type=file] { border: 2px solid #cecece; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 15px; margin-right: 15px; background: #f8f8f8; }
.gform_wrapper textarea { resize: vertical !important; }
.gform_wrapper ul li { background: none transparent !important; padding: 0 16px 0 0 !important; line-height: inherit !important; }

.gform_wrapper { margin: 0 0 !important; }
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper li select , .gform_wrapper li textarea { font-size: 1.05rem !important; font-weight: 400 !important; }
.gform_wrapper .gfield_html.gfield_no_follows_desc { margin-top: 0 !important; }
body .gform_wrapper div.ginput_container { margin: 0 0 !important; }
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
    margin-top: -5px;
}
.gform_wrapper textarea.medium { height: 100px !important; }
.gform_wrapper .gform_footer { padding: 20px 0 0 !important; margin: 0 0 !important; }


/***** Select Box Styling *****/
.select-css select {
	display: block;
	font-family: sans-serif;
	font-weight: 300;
	color: #666;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(images/select-arrow.png),linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css select::-ms-expand {
	display: none;
}
.select-css select:hover {
	border-color: none;
}
.select-css select:focus {
	border-color: none;
	box-shadow: 0 0 0 transparent;
	color: #444;
	outline: none;
}
.select-css select option {
	font-weight: 300;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css select, :root:lang(ar) .select-css select, :root:lang(iw) .select-css select {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css select:disabled, .select-css select[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#fff 100%);
}
.select-css select:disabled:hover, .select-css select[aria-disabled=true] {
	border-color: none;
}
/***** End Select Box Styling *****/



input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit {
	-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	position: relative;
	border: 0 none;
	display: inline-block;
	cursor: pointer;
	background: #b30903 !important;
	color: #fff !important;
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 2rem;
	padding: 22px 60px 20px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover, a.read-more:hover, .reply-container a:hover, #commentform input#submit:hover {
	background: #8d0703 !important;
	text-decoration: none;
	color: #fff !important;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


ul#top-menu li a, ul#top-menu li a::before, ul#top-menu ul li a, ul#top-menu ul li:first-child a, input[type=button], input[type=submit], button, .button, #header, #home-brands article a.button, #home-brands article a.button i {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



.container { margin: 0 auto; width: 1360px; position: relative; }
		
		
	#header { position: relative; z-index: 11; padding: 15px 0px; width: 100%; }
		#logo { display: inline-block; }
		#header-contacts { position: absolute; top: 0px; right: 0px; text-align: left; font-weight: 700; font-size: 0.9rem; line-height: 1rem; }
			#header-contacts a { display: inline-block; vertical-align: middle; padding-left: 30px; color: #222; }
				#header-contacts a i { display: inline-block; border: 2px solid #b30903; color: #b30903; margin-right: 10px; width: 20px; padding: 14px 12px; text-align: center; border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; }
					#header-contacts a:last-of-type i { float: left; margin-top: -15px; top: 7px; position: relative; }
		#navigation { position: absolute; bottom: -40px; right: 0; background: #333659; }
			#navigation::before { position: absolute; left: -50px; bottom: 0px; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 50px 50px; border-color: transparent transparent #333659 transparent; }
			#navigation::after { position: absolute; right: -2000px; bottom: 0px; content: ''; background: #333659; width: 2000px; height: 50px; }
			ul#top-menu { float: left; }
	
	
	
	#homepage-slider { position: relative; z-index: 1; }
	
	
	
	#homepage-bar { position: relative; z-index: 2; padding: 30px 0px; }
		#homepage-bar .bar-1 { position: absolute; top: -25px; left: 0px; z-index: 3; background: #333659; padding: 42px 30px; text-align: left; width: 65%; color: #fff; font-family: 'Titillium Web', Arial, sans-serif; font-size: 2rem; font-weight: 700; text-transform: uppercase; }
			#homepage-bar .bar-1::after { position: absolute; right: -108px; bottom: 0px; content: ''; width: 0; height: 0; border-style: solid; border-width: 108px 108px 0 0; border-color: #333659 transparent transparent transparent; }
		#homepage-bar .bar-2 { position: absolute; top: -5px; right: 0px; z-index: 2; background: #24263f; padding: 20px 20px; text-align: right;width: 40%; }
			#homepage-bar .bar-2::before { position: absolute; left: -134px; bottom: 0px; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 134px 134px; border-color: transparent transparent #24263f transparent; }
	
	
	
	#homepage-main-content, #home-section-2, #home-brands { position: relative; padding: 100px 0px; width: 100%; float: left; }
	
	
	/* Homepage Main Content */
	#homepage-main-content { background: #fff; padding: 150px 0px 100px; text-align: center; }
		#homepage-main-content h1 { position: relative; z-index: 2; padding-bottom: 20px; margin-bottom: 40px; display: inline-block; font-size: 2.6rem; line-height: 2.8rem; color: #473721; }
			#homepage-main-content h1 em { font-style: normal; font-size: 2.2rem; line-height: 2.8rem; color: #666; }
		#homepage-main-content article { position: relative; float: left; width: 100%; }
			#homepage-main-content ul { position: relative; float: left; width: 100%; }
				#homepage-main-content ul li { float: left; width: 50%; padding-right: 10px; padding-top: 30px; }
					#homepage-main-content ul li a { font-weight: 600; color: inherit; font-size: 1.3rem; }
						#homepage-main-content ul li a:hover { text-decoration: none; color: #b30903; }
					#homepage-main-content ul li img { float: left; margin: 6px 20px 10px; }
			
	/* End Homepage Main Content */
	
	
	
	
	/* Homepage Section 2 */
	#home-section-2 { background: #333659 url(images/bg-second-section.jpg) no-repeat 50% 50% fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; text-align: center; }
		#home-section-2 article { width: 100%; }
			#home-section-2 article h2 { position: relative; z-index: 2; padding-bottom: 20px; margin-bottom: 60px; display: inline-block; font-size: 2rem; line-height: 2rem; color: #fff; }
				#home-section-2 article h2::after { position: absolute; z-index: 1; background: #b30903; left: 50%; bottom: 0px; margin-left: -70px; content: ''; width: 140px; height: 2px; }
			#home-section-2 article ul { width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; }
				#home-section-2 article ul li { width: 23.5%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
					#home-section-2 article ul li a { display: block; color: #fff; }
					#home-section-2 article ul li img { margin-bottom: 20px; width: 100%; height: auto; display: block; }
	/* End Homepage Section 2 */
	
	
	
	
	/* Homepage Brands */
	#home-brands { background: #fff; padding: 80px 0px; }
		#home-brands article { float: left; width: 100%; text-align: center; }
			#home-brands article h2 { position: relative; z-index: 2; padding-bottom: 20px; margin-bottom: 40px; display: inline-block; font-size: 2rem; line-height: 2rem; }
			#home-brands article p { padding-bottom: 40px; line-height: 1.9rem; }
			#home-brands article p:last-of-type { padding-bottom: 0px; }
				#home-brands article a:hover { color: #b30903; }
				
				/* Owl Carousel */
				#home-brands article .owl-theme .owl-nav [class*="owl-"], .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { color: #222 !important; background: none transparent !important; font-family: Arial, Tahoma, sans-serif; font-size: 44px !important; margin: 15px 20px; }
				.owl-carousel .owl-item { padding: 0px 12px; }
					.owl-carousel .owl-item img { }
				
			#home-brands article a.button { display: inline-block; margin-top: 20px; padding: 0px 0px !important; background: none transparent !important; color: #473721 !important; font-size: 2rem; }
				#home-brands article a.button i { vertical-align: middle !important; font-size: 3rem; margin-top: -14px; }
					#home-brands article a.button:hover i { padding-left: 20px; }
	/* End Homepage Specialty Nights */
					
					
					
	
	
	
	#page-header { position: relative; background: #eee url(images/page-header-default.jpg) no-repeat 50% 50%; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }
		#page-header-overlay { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.2); }
		#category-name { position: relative; z-index: 2; text-align: center; margin: 0 auto; padding: 80px 0; }
			#category-inner {  }
				h1.category-title { padding: 0 0; margin: 0 0; color: #fff; font-size: 3.3rem; text-shadow: 1px 1px 0px rgba(0,0,0,0.4); }
				p.description { color: #fff; font-size: 1.2rem; font-family: 'Comfortaa', Arial, sans-serif; font-weight: lighter; padding-bottom: 0px; }
		#breadcrumbs { position: relative; z-index: 2; text-align: center; color: #fff; line-height: 40px; font-family: 'Comfortaa',Arial,Verdana,sans-serif; font-weight: 300; font-size: 0.90rem; text-transform: uppercase; padding: 0 0; letter-spacing: 1px; }
			#breadcrumbs a { color: #fff; text-decoration: none; letter-spacing: 0; }
				#breadcrumbs a:hover { color: #fff; }
			#breadcrumbs .raquo { color: #11; }
			
		#content { margin: 50px 0px; }
		.fullwidth { background: none !important; }
			#left-area { width: 1000px; float: left; }
			.fullwidth #left-area { width: 100%; }
			#sidebar { width: 360px; float: right; padding-left: 40px; }
				.post { padding: 0px 0px 25px 0px; }
				.fullwidth .post { padding-right: 0px; }
					p > a { text-decoration: underline; }
						p > a:hover { text-decoration: underline; }
					.post-thumbnail { display: block; float: right; position: relative; margin-left: 35px; padding: 50px; border: 1px solid #ccc; }
						.post-thumbnail img { display: block; }
						.post-thumbnail .boat-hire-rate { right: -20px; }
						.post-thumb { margin-top: 7px; margin-left: 7px; }
						span.post-overlay { background:url(images/post-overlay.png) no-repeat;
						display: block; height: 200px; left: 0px; position: absolute; top: 0px; width: 200px; }
						
					h2.title { font-size: 28px; font-family: 'Titillium Web', Arial, sans-serif; font-weight: lighter; padding-bottom: 15px; }
						h2.title a { color: #1d1d1d; text-decoration: none; }
						h2.title a:hover { color: #000; }
						.post p.meta-info { padding-bottom: 9px; padding-top: 9px; font-family: 'Comfortaa', Arial, sans-serif; font-weight: lighter; font-size: 15px; color: #fff; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin-bottom: 11px; }
							.post p.meta-info a, p.description a { color: #fff; text-decoration: none; }
							p.description a { color: #fff; }
							.post p.meta-info a:hover, p.description a:hover { color: #fff; }

	.post ul, .comment-content ul { list-style-type: none; padding: 0px 0px 30px 10px; line-height: 1.6rem; }
	.post ul li, .comment-content ul li { background: url(images/list-item-tick.png) no-repeat 0 5px; padding: 0px 0px 8px 30px; }
	.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0px 0px 30px 2px; line-height: 1.6rem; }
		.post ul li, .comment-content ul li, .post ol li, .comment-content ol li { line-height: 1.6rem; }
		.post ul li.et_pt_blogentry { background: none transparent; padding: inherit; }
			.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
			.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol  { padding: 2px 0px 2px 35px; }


	/* Single.php Footer More Boats */
	#boat-hire-others { position: relative; border-top: 10px solid rgba(0,0,0,0.1); margin-top: 20px; padding-top: 20px; margin-bottom: 20px; }
		#boat-hire-others h3 { font-size: 1.6rem; }
		#boat-hire-others ul { position: relative; float: left; width: 100%; }
			#boat-hire-others ul li { position: relative; float: left; width: 20%; padding: 0px 20px; }
				#boat-hire-others ul li:last-child { padding-right: 0px; }
				#boat-hire-others ul li img { width: 100%; height: auto; max-height: 218px; }
	
	
			
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul#top-menu { }
ul#top-menu li { padding: 0px 15px; }
	ul#top-menu li a { position: relative; font-size: 0.8rem; font-family: 'Comfortaa', Arial, sans-serif; color: #fff; text-decoration: none; font-weight: 700; display: inline-block; line-height: 50px; letter-spacing: 0px; text-transform: uppercase; overflow: hidden; }
	
	ul#top-menu a:hover, ul#top-menu > li.sfHover > a { color: #b30903; }
	ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a { }

ul#top-menu ul { width: 350px; background: #fff; top: 50px !important; left: 0px; padding: 10px 8px 10px 20px; z-index: 9999px; display: none; box-shadow: 3px 3px 10px rgba(0,0,0,0.1); }
	ul#top-menu ul li { padding: 8px 0; }
		ul#top-menu ul li a, ul#top-menu ul li:first-child a { padding: 0px 0px 0px 30px; width: 320px; color: #444; line-height: 1.7rem; background: url(images/icon-menu-arrows.png) no-repeat 0 9px; }
			ul#top-menu ul li a:hover { color: #444; background: url(images/icon-menu-arrows.png) no-repeat 4px 9px; }
				ul#top-menu ul li a::before, ul#top-menu ul li a:hover::before { bottom: 0; height: 0; background: none transparent; }

		ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul { top: -12px !important; left: 197px !important; }

		
		
	#mysticky-nav .myfixed { bottom: 0 !important; width: 100% !important; float: none !important; text-align: center; }
		#mysticky-nav .myfixed ul#top-menu { float: none; }
			#mysticky-nav .myfixed ul#top-menu li ul li a { color: #444 !important; text-align: left; }
		
		

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.widget { position: relative; margin-bottom: 15px; float: left; width: 100%; clear: both; }
	.widget h3.title, .widget h3.widget-title { display: block; margin-bottom: 20px; font-family: 'Titillium Web', sans-serif; font-weight: 700; line-height: 1.6rem; font-size: 1rem; color: #333659; text-align: left; border: 1px solid #333659; border-width: 1px 0px; padding: 10px 0px; }
	.widget a { color: #222; }
	.widget img { display: block; max-width: 100% !important; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
	.widget .button, .widget button { display: block; padding: 22px 0px 20px; text-align: center; line-height: 1.8rem; }
	
	
	#custom_html-3 h3.title { display: none; }
		#custom_html-3 #widget-channels-bistro { background: #ff6501; color: #222; text-align: center; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; font-size: 1.4rem; padding: 10px; }
			#custom_html-3 #widget-channels-bistro strong, #custom_html-3 #widget-channels-bistro p { display: block; text-align: center; padding: 10px 40px; }
			#custom_html-3 #widget-channels-bistro .button { background: #222 !important; line-height: 1.5rem !important; }
	
	
	.widget_etfromblogwidget ul { position: relative; }
		.widget_etfromblogwidget ul li { float: left; width: 100%; clear: both; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e3e3e3; }
			.widget_etfromblogwidget ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0 none; }
			.widget_etfromblogwidget ul li a { color: #666; }
				.widget_etfromblogwidget ul li a:hover { color: #222; text-decoration: none; }
				.widget_etfromblogwidget ul li a img { width: auto; height: auto; margin: 5px 0px; display: block; margin: 0 auto; }
				.widget_etfromblogwidget ul li a p { padding-bottom: 0px; text-decoration: underline; font-size: 80%; color: #b30903; }
	
	
		
		
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer-ctabar { position: relative; width: 100%; float: left; background: #333659; padding: 20px 0px; text-align: left; color: #fff; }
	#footer-ctabar span { float: left; max-width: 450px; font-family: 'Titillium Web', Arial, sans-serif; font-size: 1.5rem; line-height: 2.4rem; }
	#footer-ctabar a.button { float: right; border: 2px solid #fff; background: #333659 !important; }
		#footer-ctabar a.button:hover { background: #fff !important; color: #333659 !important; }
	
#footer { position: relative; width: 100%; float: left; background: #333659 url(images/bg-footer.jpg) no-repeat 50% 0; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; padding: 100px 0px 0px; text-align: left; color: #fff; }
	#footer a { position: relative; color: #fff; }
		#footer a i { position: relative; display: inline-block; color: #fff; }
		#footer a:hover { text-decoration: underline !important; }
		
	ul#footer-cols { width: 100%; float: left; }
		ul#footer-cols li { width: 33.333%; float: left; padding-right: 50px; }
			ul#footer-cols li:last-child { padding-right: 0px; }
			ul#footer-cols li img.ftlogo { margin-bottom: 30px; max-width: 250px; }
			ul#footer-cols li h4 { color: #fff; font-size: 1.8rem; margin-bottom: 10px; }
			ul#footer-cols li span { display: block; margin-bottom: 25px; font-size: 1rem; line-height: 1.7rem; }
				ul#footer-cols li span i { vertical-align: middle; margin: -2px 0px 0px 0px; min-width: 40px; text-align: center; }
				ul#footer-cols li span.ftr-location i { float: left; margin-top: 5px; margin-bottom: 40px; }
				
			#footer ul#footer-cols li.ftr-brands div { display: block; line-height: 2.6rem; }
				#footer ul#footer-cols li.ftr-brands div i { margin-right: 15px; }
	
	
	#footer-bottom { position: relative; width: 100%; float: left; margin-top: 100px; padding: 10px 10px; background: rgba(0,0,0,0.3); font-size: 80%; color: #9ea1c1; }
		#copyright { float: left; }
			#copyright a { color: #9ea1c1; }
				#copyright a:hover { color: #fff; text-decoration: none; }
		#developed { float: right; }
			#developed a { color: #9ea1c1; line-height: 17px; }
				#developed a:hover { color: #fff; text-decoration: none; }
	
	
	
#back-top { padding: 0; bottom: 40px; position: fixed; right: 20px; }
	#back-top a { display: block; width: 50px; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; }
	#back-top span { background: #68c3e8 url(images/up-arrow.png) no-repeat 0 0; display: block; width: 35px; height: 35px; margin-bottom: 0; }
	
	
	#footer-toggle-menu { display: none; position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 9999999999999; background: #222; color: #fff; width: 100%; float: left; }
		#footer-toggle-menu li { float: left; display: inline-block; width: 25%; vertical-align: middle; text-align: center; }
			#footer-toggle-menu li a { display: block; padding: 9px 0px; color: #fff; font-size: 0.7rem; line-height: 0.8rem; font-family: 'Blinker', Arial, sans-serif; }
				#footer-toggle-menu li a i { display: block; margin: 0 auto; font-size: 1.2rem; min-height: 21px; }
				#footer-toggle-menu li a:hover{ opacity: 1.0; background: #000; text-decoration: none; }
				
				.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: #4F4FA5 !important; }
	
	
	


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { float:left; margin: 4px 15px 10px 0px; }
img.alignright { float:right; margin: 4px 0px 10px 25px; }
.imageborder { border: 10px solid #e2e2e2; padding: 2px; }

.gallery { margin-bottom: 20px !important; }
.gallery-item img { max-width: 93%; }


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position: absolute; top: -999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float: none; position: relative; display: inline-block; vertical-align: middle; }
.nav a { float: none; position: relative; display: inline-block; vertical-align: middle; }
	.nav li:hover ul, ul.nav li.sfHover ul { left: 0px; top: 50px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top: -999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left: 192px; top: 0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li { display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 191px; z-index: 1000; }
		.nav li li a:link, .nav li li a:visited { display: block; height: auto; float: left; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.nav.sf-arrows li.menu-item-has-children > a:after { content: " \00bb"; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }
.wp-pagenavi { position: relative; font-family: 'Comfortaa', Arial, sans-serif; color: #1d1d1d; font-size: 14px; text-align: right; padding: 15px 33px 0 0; }
.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 12px !important; margin: 2px; text-decoration: none; border:1px solid #eaeaea !important; color: #413f36; background-color: #fff; font-weight: lighter !important; color: #1d1d1d; font-size: 14px; }
.wp-pagenavi a:visited { padding: 5px 12px; margin: 2px; text-decoration: none; border: 1px solid #eaeaea; background-color: #fff; color: #1d1d1d; font-size: 14px; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important; border: none !important; background-color: none; color: #1d1d1d; font-size: 14px; font-weight: lighter; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 5px 12px !important; margin: 2px; font-weight: bold; background-color:#f6f6f6 !important; border:1px solid #eaeaea !important; color: #1d1d1d !important; font-size: 14px; font-weight: lighter !important; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a  { text-decoration: none; }
.foursixeight { margin: 0px 0px 15px 84px;}
.et_pt_blogentry { position: relative; }
#comment-wrap .navigation { padding: 10px 0; }
	.nav-previous { float: left; }
	.nav-next { float: right; }
h3#reply-title small { display: block; }
	h3#reply-title small a { font-size: 12px; letter-spacing: 0px; }
#commentform input[type=text] { width: 40%; display: block; padding: 5px; }
#commentform textarea#comment { width: 91%; }
.commentlist #respond textarea#comment { width: 91% !important; }
.commentlist #respond input[type=text] { width: 40%; display: block; padding: 5px; }
.comment_navigation_bottom, .comment_navigation_top { padding-bottom: 12px; }
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea { padding: 25px 78px 0px 85px !important; }
#ie7 #header { position: relative; z-index: 2; }
#ie7 .flex-container, #ie7 #category-name, #ie7 #content-area { position: relative; z-index: 1; }


/* Shortcodes */

.shortcode-pdf { position: relative; padding: 10px 10px 10px 50px; margin-bottom: 24px; border: 2px dashed #e40000; line-height: 30px; }
	.shortcode-pdf::before { position: absolute; left: 10px; z-index: 1; font-weight: 900; font-family: "Font Awesome 5 Free"; content: '\f1c1'; font-size: 30px; line-height: 30px; color: #e40000; }
	.shortcode-pdf a { color: #222; }

.shortcode-hr { position: relative; margin: 30px 0px; border-top: 2px solid #93acc7; }

.shortcode-address, .shortcode-phone, .shortcode-email { position: relative; vertical-align: middle; margin-bottom: 24px; border: 2px dashed #ccc; padding: 18px; padding-right: 0px; line-height: 2.2rem; }
	.shortcode-address i, .shortcode-phone i, .shortcode-email i { font-size: 36px; margin: -2px 20px 0px 0px; vertical-align: middle; }
	.shortcode-address p, .shortcode-phone p, .shortcode-email p { padding-bottom: 0px; }

.shortcode-cta { position: relative; display: block; border: 1px solid #ccc; background: #fff; font-size: 1.4rem; line-height: 2.7rem; color: #666; margin-bottom: 30px; text-align: center; padding: 30px 20%; }
	.shortcode-cta a { color: #666; font-size: inherit; text-decoration: underline; }
		.shortcode-cta a:hover { color: #32a28c; font-size: inherit; text-decoration: underline; }
		

.shortcode-urllink { position: relative; padding-left: 30px; font-weight: bold; color: #b30903; }
	.shortcode-urllink a { color: #b30903; text-decoration: underline; }
		.shortcode-urllink a:hover { color: #b30903; }
	.shortcode-urllink::before { position: absolute; left: 0px; z-index: 1; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1"; }




/*****************************************************************/
/***************** Override Gravity Forms Styles *****************/
	.gform_wrapper .top_lTitillium Web input.medium, .gform_wrapper .top_lTitillium Web select.medium { width: 100% !important; }
/***************** End Gravity Forms Styles *****************/
/*****************************************************************/
	
	
	