/*
Theme Name: Sandpiper on Smiths Lake
Theme URI: https://www.sandpiperonsmithslake.com/
Version: 3.8
Description: Heavily modified theme from Elegant Themes, customised to suit Sandpiper on Smiths Lake.
Author: Golden Age Media Enterprises
Author URI: http://www.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, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
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: 20px; font-family: 'Lato', Arial, Verdana, sans-serif; font-size: 17px; color: #333; background: #fff; }

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

h1, h2, h3, h4, h5, h6 { padding-bottom: 20px; color: #59b692; letter-spacing: 0px; line-height: 1em; font-weight: lighter; font-family: 'PT Sans Narrow', Arial, sans-serif; text-shadow: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #59b692; }
h1 { font-size: 44px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 20px; line-height: 27px; }
strong { font-weight: bold; }
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.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input[type=email],input[type=password],input.text, input.title, textarea, select { background-color: #fff; border: 2px solid #b7dacd; padding: 10px !important; color: #333; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color: #6f9d8c; color: #333; }
input[type=text], input[type=email], input[type=password], input.text, input.title, textarea, select { 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"] { font-size: 14px !important; }

.gform_wrapper .top_label .gfield_label { margin-top: 10px !important; }

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(images/bg-select-box.png) no-repeat 98.5% 50%;
	padding-right: 44px;
}
select::-ms-expand {
    display: none;
}


input[type=button], input[type=submit], button, .button {
	-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	display: inline-block;
	border: 0px none;
	cursor: pointer;
	background: #fff;
	border: 2px solid #73d0ac;
	color: #73d0ac;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 50px;
	padding: 0px 35px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover { text-decoration: none; background: #73d0ac; color: #fff; }

.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 */

/* Change this class to whatever ID or class you wish to animate */
input[type=button], input[type=submit], button, .button, ul#top-menu a, ul#top-menu a::after {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

.container { text-align: left; margin: 0 auto; width: 1160px; position: relative; }

		#header { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 11; padding: 10px 10px; background: #fff; background: rgba(255,255,255,0.9); }
			#logo { float: left; height: 70px !important; }
			ul#top-menu { float: right; }
		
		#mysticky-nav.wrapfixed { background-color: rgba(255,255,255,0.9) !important; border-bottom: 1px solid #ededed; box-shadow: 0px 0px 10px rgba(0,0,0,0.06); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.06); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.06); }
			#mysticky-nav .myfixed { border-bottom: 1px solid #ccc; } 		
		
	#homepage-slider { position: relative; }
	
	#header-image { background: url(images/header-bg-image.jpg) no-repeat 50% 50%; height: 300px; background-size: 100%; -moz-background-size: 100%; -webkit-background-size: 100%; }
	
	#header-contact-details { position: relative; background: #73d0ac; color: #fff; font-weight: bold; font-size: 20px; padding: 10px 0px; }
		#header-contact-details a { display: inline-block; color: #fff; line-height: 54px; }
		#header-contact-details a#header-booking { float: right; background: none transparent; border-color: #fff; }
		
		
	
	
	/* Homepage Accommodation Types */
	#homepage-accomm { position: relative; z-index: 1; margin-top: -40px; margin-bottom: 50px; }
		#homepage-accomm ul#home-rooms-loop { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: stretch; list-style: none outside; margin: 0 0; }
		#homepage-accomm ul li.cabin { position: relative; z-index: 1; width: 32%; margin-right: 2%; overflow: hidden; background: #fff; }
		#homepage-accomm ul li.cabin:last-child { margin-right: 0; }
			#homepage-accomm ul li.cabin a.cabin-img { position: relative; display: block; overflow: hidden; margin-bottom: 10px; }
				#homepage-accomm ul li.cabin a.cabin-img img {
					position: relative; width: 101%; height: auto;
					-webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: scale(1);  /* IE 9 */
					transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
				 }
			#homepage-accomm ul li.cabin h2 { position: absolute; z-index: 1; top: 220px; left: 10px; right: 10px; background: #73d0ac; letter-spacing: 2px; font-weight: lighter; font-family: 'Lato', Arial, sans-serif; text-transform: uppercase; font-size: 16px; text-align: center; padding: 0; }
				#homepage-accomm ul li.cabin h2 a { display: block; color: #fff; padding: 15px 15px 18px; }
					#homepage-accomm ul li.cabin h2 a:hover { text-decoration: none; }
			#homepage-accomm ul li.cabin p { padding: 0px 10px 20px 10px; text-align: justify; }
			#homepage-accomm ul li.cabin a.more { display: inline-block; width: auto; height: auto; margin-bottom: 0px; font-family: 'Lato', Arial, sans-serif; text-transform: uppercase; background: #d79555; color: #fff; padding: 10px 10px; margin-left: 10px; }
		#homepage-accomm ul li.cabin a.more svg { margin-left: 0px; width: 18px; font-size: 13px; vertical-align: top; margin-top: 4px; }
			#homepage-accomm ul li.cabin .price { float: right; margin-right: 10px; font-family: 'Lato', Arial, sans-serif; text-transform: uppercase; font-size: 30px; line-height: 52px; color: #73d0ac; letter-spacing: -3px; }
			#homepage-accomm ul li.cabin .price strong { letter-spacing: 0px; font-size: 12px; color: #a0a0a0; }
				
				
		/* Hover Effects */
		#homepage-accomm ul li.cabin, #homepage-accomm ul li.cabin a img, #homepage-accomm .cabin a.more, #homepage-accomm .cabin a.more svg, #homepage-accomm .cabin .price { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
		#homepage-accomm ul li.cabin:hover { background: #e6e6e6; }
		#homepage-accomm ul li.cabin:hover a img {
			 -webkit-transform: scale(1.2);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: scale(1.2);  /* IE 9 */
			transform: scale(1.2);  /* Firefox 16+, IE 10+, Opera */
		}
		#homepage-accomm ul li.cabin a.more:hover { background: #bb7837; text-decoration: none; }
		#homepage-accomm ul li.cabin a.more:hover svg { margin-left: 10px; }
		#homepage-accomm ul li.cabin:hover .price { color: #e40000; }
		/* End Hover Effects */
	/* End Homepage Accommodation Types */
		
		
		
		
		
	/* Homepage Content Section */
	#content-home { background: #fff; padding: 70px 100px 50px; text-align: center; margin-bottom: 50px; }
		#content-home h1 { display: inline-block; position: relative; letter-spacing: 2px; }
			#content-home h1::after { content: ''; position: absolute; right: -50px; top: 6px; z-index: 11; background: url(images/content-home-bird.png) no-repeat 0px 0px; width: 41px; height: 43px; }
			#content-home h1 strong { font-size: 27px; letter-spacing: 0px; }
			#content-home p { padding-bottom: 30px; }
	/* End Homepage Content Section */
		
		
		
		
	/* Homepage Bookings Section */
	#home-bookings { position: relative; background: #73d0ac; padding: 80px 0px; }
		#home-bookings ul { }
			#home-bookings li { float: left; width: 50%; color: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-shadow: 1px 1px 0px rgba(0,0,0,0.12); }
			#home-bookings li:first-child { padding-right: 100px; }
				#home-bookings li:first-child h2 { font-size: 50px; }
				#home-bookings li h2, #home-bookings li h2 a { color: #fff; text-shadow: 1px 1px 0px rgba(0,0,0,0.12); text-decoration: none; }
				#home-bookings li:first-child p { padding-bottom: 30px; }
				#home-bookings li a { color: #fff; text-decoration: underline; }
					#home-bookings li a:hover { color: #fff; text-decoration: none; }
					
				#home-bookings li img { float: right; margin: 4px 0px 20px 20px; }
				#home-bookings li .fancybox img { float: right; margin: 4px 0px 0px 20px; padding: 6px; width: 220px; border: 1px solid #a8ffdf; }
				
				#home-bookings li .button { border-color: #fff; background: transparent; color: #fff; text-decoration: none; text-shadow: 0px 0px 0px rgba(0,0,0,0); }
					#home-bookings li .button:hover { background: #fff; color: #73d0ac; text-decoration: none; }
	/* End Homepage Bookings Section */
		
		
		
		
	/* Homepage Instagram Section */
	#home-instagram { position: relative; background: #fff; padding: 80px 0px; }
		#home-instagram h3 { display: block; margin: 0 auto; text-align: center; font-size: 46px; }
		#home-instagram p { text-align: center; }
			#home-instagram p strong { color: #73d0ac; font-weight: normal; font-size: 23px; letter-spacing: -1px; }
		#home-instagram .wdi_feed_thumbnail_1 .wdi_load_more_wrap, #home-instagram .wdi_feed_thumbnail_1 .wdi_spinner_wrap { padding-bottom: 5px !important; background-color: #ffffff !important; border: 1px solid #73d0ac !important; border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; height: auto !important; line-height: 29px !important; }
		.wdi_feed_theme_1 .wdi_load_more_text { color: #73d0ac !important; }
			#home-instagram .wdi_feed_thumbnail_1 .wdi_load_more_wrap:hover, #home-instagram .wdi_feed_thumbnail_1 .wdi_spinner_wrap:hover { border: 1px solid #4b8e74 !important; }
			.wdi_feed_theme_1 .wdi_load_more_text:hover { color: #4b8e74 !important; }
	/* End Homepage Instagram Section */
		
		
		
		
	#breadcrumbs { font-size: 14px; font-family: 'PT Sans Narrow', Arial, sans-serif; font-weight: lighter; padding: 12px 0px; color: #999; }
		#breadcrumbs a { color: #999; text-decoration: none; }
			#breadcrumbs a:hover { color: #999; }
		#breadcrumbs .raquo { color: #999; }
		
	#category-name { text-align: center; margin: 0 auto; padding: 30px 0px; border: 1px solid #ccc; border-width: 1px 0px; }
		#category-inner { }
			h1.category-title { color: #73d0ac; font-size: 40px; padding-bottom: 5px; }
			p.description { color: #929292; font-size: 20px; font-family: 'PT Sans Narrow', Arial, sans-serif; font-weight: lighter; }
			
			
		#content { padding: 0px 0px 60px; background: url(images/content-bg.png) repeat-y 800px 0px; }
		.fullwidth { background: none !important; }
			#left-area { width: 800px; float: left; }
			.fullwidth #left-area { width: 100%; }
				.post { padding: 35px 35px 25px 0px; }
					.post-thumbnail { display: block; float: left; position: relative; margin-right: 35px; margin-top: 6px; }
						.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; padding-bottom: 15px; }
						h2.title a { color: inherit; text-decoration: none; }
						h2.title a:hover { color: inherit; }
						.post p.meta-info { padding-bottom: 9px; padding-top: 9px; font-family: 'PT Sans Narrow', Arial, sans-serif; font-weight: lighter; font-size: 15px; color: #d0d0d0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin-bottom: 11px; }
							.post p.meta-info a, p.description a { color: #929292; text-decoration: none; }
							p.description a { color: #6e6e6e; }
							.post p.meta-info a:hover, p.description a:hover { color: #111; }
					a.read-more, .reply-container a  { border: 1px solid #ccc; float: right; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-family: 'PT Sans Narrow', Arial, sans-serif; padding: 3px 10px; text-decoration: none; display: block; background: #fff; }

	.post ul, .comment-content ul { list-style-type: disc; padding: 0px 0px 20px 20px; }
		.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0px 0px 20px 2px; }
			.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 Post - Accommodation Type */
	ul#single-accomm-extras { list-style: disc outside; margin: 0 0 40px; padding: 0 0; }
		ul#single-accomm-extras li { display: inline-block; margin-right: 5%; font-size: 120%; }
			ul#single-accomm-extras li a { color: initial; text-decoration: underline; }
	/* End Single Post - Accommodation Type */
	
	
	.bookings-stayz, .bookings-airbnb { display: block; border: 3px solid #999; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 20px; text-align: center; margin-bottom: 30px; color: #999; font-weight: bold; font-size: 22px; }
		.bookings-stayz img, .bookings-airbnb img { margin-top: 10px; }
		.bookings-stayz { border-color: #7cb334; }
		.bookings-airbnb { border-color: #ff5a5f; }
	
	
	.contact-page-form { background: #e7f7f1; padding: 20px 5px 11px 20px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
		.contact-page-form .gform_wrapper { margin: 0 0 !important; }
		body .gform_wrapper ul li.gfield { margin-top: 0 !important; }
		body .contact-page-form  .gform_wrapper .top_label div.ginput_container { margin-top: 2px !important; }
		.contact-page-form .gform_wrapper .top_label .gfield_label { color: #5f8879 !important; font-weight: normal !important; font-size: 15px !important; }
	.contact-page-map { border: 6px solid #a5d7c4; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

	
	#accomm-photo-gallery h4 { display: block; background: #73d0ac; color: #fff; font-size: 40px; text-align: center; padding: 30px 0px; }
	#ftg-11 .ftg-items .loading-bar, #ftg-22 .ftg-items .loading-bar, #ftg-33 .ftg-items .loading-bar { background: none transparent !important; }
	
	
	
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul#top-menu li { padding: 0px 15px; }
	ul#top-menu a { position: relative; font-size: 16px; font-family: 'PT Sans Narrow', Arial, sans-serif; color: #222; text-decoration: none; font-weight: lighter; text-transform: uppercase; display: inline-block; padding: 0px 0px; line-height: 70px; overflow: hidden; }
	ul#top-menu a:hover, ul#top-menu > li.sfHover > a { color: #73d0ac; }
	ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a { color: #73d0ac !important; font-weight: normal; }

	ul#top-menu a::after { content: ''; position: absolute; bottom: 20px; left: 150px; width: 200px; height: 2px; background: #73d0ac; }
	ul#top-menu a:hover::after { left: 0px; }
	
	
ul#top-menu ul { width: 300px; background: #fff; border-top: 4px solid #73d0ac; top: 34px !important; padding: 10px 8px 10px 20px; z-index: 9999px; display: none; -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
	ul#top-menu ul li { padding: 5px 0; }
		ul#top-menu ul li a { padding: 0px 0px 0px 12px; width: 260px; }

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


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

#sidebar { width: 320px; float: left; padding-top: 35px; padding-left: 40px; }
	.widget { width: 320px; padding-bottom: 25px; }
		.widget h3.title { padding-bottom: 10px; }
			.widget ul li { background:url(images/sidebar-bullet.png) no-repeat 0px 7px; padding-bottom: 8px; padding-left: 15px; display: block; }
				.widget ul li a { color: #929292; text-decoration: none; }
					.widget ul li a:hover { color:#b2b2b2; }
				
	.sidebar-address, .sidebar-phone, .sidebar-email { display: inline-block; margin-bottom: 10px; color: #333; }
		.sidebar-address svg, .sidebar-phone svg, .sidebar-email svg { color: #73d0ac; margin-right: 5px; vertical-align: middle; }
		.sidebar-address svg { margin-bottom: 10px; margin-top: 5px; float: left; }
	
	.strong-view.simple .testimonial-inner { padding: 10px 0px 45px !important; }
		.wpmslider-prev { position: absolute; left: 0px; bottom: 0px; }
		.wpmslider-next { position: absolute; right: 0px; bottom: 0px; }
	
	
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer-top { background: #B0B0B0; color: #fff; padding: 40px 0px; }
	#footer-left-info { float: left; }
		#footer-logo { display: block; margin-bottom: 10px; }
		#footer-address { display: block; margin-bottom: 10px; text-decoration: none; color: #fff; }
		#footer-phone { display: block; margin-bottom: 20px; text-decoration: none; color: #fff; }
		#footer-facebook { display: block; padding-left: 23px; background: url(images/footer-facebook.png) no-repeat 0px 2px; text-decoration: none; color: #fff; }
	#back-top { float: right; position: relative; }
		#back-top a { display: inline-block; font-size: 14px; color: #fff; text-align: center; text-decoration: none; text-transform: uppercase; }
		#back-top span { background: url(images/up-arrow.png) no-repeat scroll center center; display: inline-block; width: 21px; height: 12px; margin-left: 5px; vertical-align: middle; }


#footer { position: relative; float: left; width: 100%; background: #999; color: #fff; padding: 14px 0px; font-size: 14px; }
	
		#copyright { float: left; color: #fff; }
			#copyright a { color: #fff; }
			#copyright a:hover { color: #fff; text-decoration: none; }
			#copyright #footer-logo { float: left; }
			#copyright #footer-address { float: left; display: inline-block; }
			
		#developed { float: right; color: #666; text-align: right; }
		 #developed a { color: #666; }
		 #developed a:hover { color: #fff; text-decoration: none; }
			
			
						
		
		
		
	#footer-toggle-menu { display: none; position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 9999999999999; background: #222; color: #fff; line-height: 80px; text-align: center; }
		#footer-toggle-menu a { display: inline-block; text-indent: -9999px; width: 65px; height: 45px; line-height: 80px; vertical-align: middle; opacity: 0.7; }
			#footer-toggle-menu a.ftm-phone { background: url(images/icon-ftm-phone.png) no-repeat 0px 0px; }
			#footer-toggle-menu a.ftm-email { background: url(images/icon-ftm-email.png) no-repeat 0px 0px; margin: 0px 50px; }
			#footer-toggle-menu a.ftm-address { background: url(images/icon-ftm-address.png) no-repeat 0px 0px; }
			#footer-toggle-menu a:hover{ opacity: 1.0; }
		#footer-toggle-menu div.ftm-toggle { display: block; position: absolute; top: -27px; left: 50%; margin-left: -80px; width: 160px; height: 27px; opacity: 1; background: url(images/icon-ftm-toggle.png) no-repeat 0px 0px; text-indent: -9999px; vertical-align: middle; }
			
			
		
		
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

h3#comments { font-size: 28px; margin-bottom: 20px; }
#comment-wrap { padding: 42px 35px 0 0; }
.comment-body-outer	{ border: 1px solid #ccc; margin-bottom: 25px; background: url(images/comment-top-bg.png) repeat-x; }
	.comment-body { background: #fff; padding: 18px 14px 12px 100px; position: relative; background: url(images/comment-bottom-bg.png) bottom left repeat-x; }
		.avatar-box { position: absolute; top: 17px; left: 19px; padding: 6px 0 0 6px; }
			.avatar-overlay { position: absolute; top: 0; left: 0; width: 68px; height: 68px; background: url(images/avatar-overlay.png) no-repeat; }
			.comment-date { font-size: 12px; color: #d4d4d4; font-family: Georgia, serif; font-style: italic; float: right; }
			span.fn, span.fn a { font-family: 'PT Sans Narrow', Arial, sans-serif; font-weight: lighter; font-size: 20px; text-decoration: none; }
			span.fn a:hover { color: inherit; text-decoration: none; }
		.comment-arrow { position: absolute; bottom: -19px; right: 45px; background: url(images/comment-arrow.png) no-repeat; width: 18px; height: 19px; }
		.reply-container { float:right; }
		.comment ul.children { padding-left: 100px; }
#commentform textarea#comment { width: 96%; }
	#commentform input[type=text] { width: 38%; }
	#commentform .hidden { display: none; }
	li.comment #respond textarea { width: 91% !important; }
	li.comment #respond input[type=text] { width: 48% !important; }
#trackbacks { margin-bottom: 20px; }
	#trackbacks h3#comments, #respond h3#comments { margin-bottom: 5px; }



/*------------------------------------------------*/
/*------------[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 { display:inline; float:left; margin: 4px 15px 10px 0px; }
img.alignright { display:inline; float:right; margin: 4px 0px 10px 25px; }
.imageborder { border: 1px solid #ccc; 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: left; position: relative; }
.nav a { display: block; float: left; }
	.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' */ }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #ffffff; }
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }
.wp-pagenavi { position: relative; font-family: 'PT Sans Narrow', 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; }

#et_control_header_font, #et_control_body_font { width: 73px; }

#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; }

#ie7 #header { position: relative; z-index: 2; }
#ie7 .flex-container, #ie7 #category-name, #ie7 #content-area { position: relative; z-index: 1; }

.lightbox { z-index: 110000 !important; }






iframe.googlemap { border: 10px solid #cecece; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* Shortcodes */

.shortcode-pdf { position: relative; display: inline-block; 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: 0px 0px 40px; border-top: 2px solid #93acc7; }

.shortcode-address, .shortcode-phone, .shortcode-email { position: relative; vertical-align: top; margin-bottom: 15px; border: 2px dashed #ccc; padding: 20px; padding-right: 0px; }
	.shortcode-address i, .shortcode-phone i, .shortcode-email i { float: left; font-size: 26px; margin: -2px 20px 0px 0px; }
	.shortcode-address strong, .shortcode-phone strong, .shortcode-email strong { display: block; font-size: 20px; margin-bottom: 10px; }
	.shortcode-address p, .shortcode-phone p, .shortcode-email p { padding-bottom: 0px; }

.shortcode-cta { position: relative; display: block; font-family: 'Blinker', Arial, sans-serif; font-size: 2.4em; line-height: 1.2em; letter-spacing: -1px; font-weight: lighter; color: #333333; margin-bottom: 30px; text-align: center; }
