/*
Theme Name: Caravilla Motel 2020
Theme URI: http://motelintaree.com.au/
Version: 2.1
Description: Heavily modified theme from Elegant Themes, customised to suit Caravilla Motel.
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 { position: relative; line-height: 26px; font-family:'Roboto',Arial,Verdana,sans-serif; font-size: 16px; font-weight: 300; color: #333; background: #fff; letter-spacing: 1px; }

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

h1, h2, h3, h4, h5, h6 { position: relative; padding-bottom: 10px; margin-bottom: 30px; color: #0069aa; letter-spacing: 0px; line-height: 1em; font-weight: lighter; font-family: 'Cinzel', Arial, sans-serif; text-shadow: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0069aa; }
h1 { font-size: 45px; }
h2 { font-size: 41px; }
h3 { font-size: 37px; }
h4 { font-size: 33px; }
h5 { font-size: 30px; }
h6 { font-size: 24px; }
p { padding-bottom: 32px; line-height: 26px; }
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; }
img, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=date], input[type=number], input.text, input.title, textarea, select { background-color: #fff; border: 2px solid #ccc; padding: 10px !important; margin: 0 0 10px; color: #222; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-family: 'Roboto', Arial, Verdana, sans-serif; font-weight: 300; font-size: inherit; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
select { background-color: #fff; border: 2px solid #ccc; padding: 5px !important; color: #222; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=date]:focus, input[type=number]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color: #888; color: #222; }
input[type=file] { border: 2px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 15px; margin-right: 15px; background: #f8f8f8; }

.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: 17px !important; }

input[type=button], input[type=submit], button, .button {
	-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	border: 2px solid #00b4ff;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	color: #00b4ff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 60px;
	padding: 0px 40px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover {
	background: #00b4ff;
	color: #fff;
	text-decoration: none;
}

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

#header, input[type=button], input[type=submit], button, .button, ul#top-menu a, ul#top-menu a::after, #footer #footer-social a {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

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

	#header { position: absolute; top: 0px; left: 0px; z-index: 9999; width: 100%; padding: 10px 30px; background: rgba(0,105,170,0.45); }
		#logo { float: left; width: 240px !important; }
		ul#top-menu { float: right; padding-top: 20px; }
		
		#header.header-fixed { position: fixed; top: 0px; background: rgba(0,105,170,0.75); }

	#homepage-slider { position: relative; z-index: 1; }
	#page-header { position: relative; background-image: url(images/page-header-rooms.jpg); background-repeat: no-repeat; background-position: 50% 0; width: 100%; height: 400px; }
	
	
	
	

	#home-booking { position: relative; width: 100%; background: #1b4e6e; color: #fff; padding: 20px 0px; }
		#home-booking .container { text-align: center; }
					#home-booking strong { vertical-align: middle; display: inline-block; margin-right: 50px; font-size: 44px; line-height: 44px; font-family: 'Cinzel', Arial, sans-serif; }
					#home-booking .button { vertical-align: middle; background: #00b4ff; color: #fff; border: 0px none; line-height: 66px; }
						#home-booking .button:hover { background: #7ad8ff; }
	
	
	
	

	#home-content { color: #fff; padding: 80px 0px 100px; background: #73b0d1;
background: -moz-radial-gradient(center, ellipse cover,  #73b0d1 0%, #0069aa 99%);
background: -webkit-radial-gradient(center, ellipse cover,  #73b0d1 0%,#0069aa 99%);
background: radial-gradient(ellipse at center,  #73b0d1 0%,#0069aa 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b0d1', endColorstr='#0069aa',GradientType=1 );
 }
		#home-content .container { text-align: center; }
			#home-content h1 { color: #fff; }
				#home-content h1::after { position: absolute; bottom: 0px; left: 50%; content: ''; background: #7ad8ff; width: 200px; height: 2px; margin-left: -100px; }
			#home-content a { color: #fff; }
			#home-content p { padding-bottom: 50px; }
			#home-content h2 { color: #fff; font-size: 33px; }
				#home-content h2::after { position: absolute; bottom: 0px; left: 50%; content: ''; background: #7ad8ff; width: 100px; height: 2px; margin-left: -50px; }
			#home-content ul { width: 80%; margin: 0 auto; }
			#home-content ul li { float: left; width: 20%; vertical-align: top; text-align: center; }
				#home-content ul li img { display: block; margin: 0 auto 10px; }
				#home-content ul li strong { display: block; text-align: center; color: #fff; font-weight: 300; }
	


	
	

	#home-rooms { position: relative; float: left; width: 100%; background: #fff; padding: 80px 0px; }
		#home-rooms-bg { position: absolute; z-index: 1; bottom: -50px; left: 0px; background: url(images/bg-rooms-section.png) no-repeat 0 0; width: 615px; height: 100px; }
		#home-rooms .section-slider { position: relative; float: left; width: 750px; vertical-align: top; }
		#home-rooms .section-content { position: relative; float: right; width: 850px; vertical-align: top; padding: 75px 0px 75px 70px; text-align: right; }
			#home-rooms .section-content h3 { font-size: 4rem; }
				#home-rooms .section-content h3::after { position: absolute; bottom: 0px; right: 0; content: ''; background: #7ad8ff; width: 100px; height: 2px; }
	
	
	

	#home-region { float: left; width: 100%; background: #0069aa; padding: 90px 0px 80px; color: #fff; }
		#home-region .section-slider { position: relative; float: right; width: 750px; vertical-align: top; }
		#home-region .section-content { position: relative; float: left; width: 850px; vertical-align: top; padding: 0px 75px 20px 0px; text-align: left; }
			#home-region .section-content h3 { color: #fff; font-size: 3.1rem; }
				#home-region .section-content h3::after { position: absolute; bottom: 0px; left: 0; content: ''; background: #7ad8ff; width: 100px; height: 2px; }
				#home-region .section-content .button { border: 2px solid #fff; color: #fff; background: #0069aa; }
					#home-region .section-content .button:hover { border: 2px solid #fff; color: #0069aa; background: #fff; }
	
	
	
	
		
	#breadcrumbs { font-size: 14px; font-family: 'Cinzel', Arial, sans-serif; font-weight: lighter; padding: 10px 0 10px 0; }
		#breadcrumbs a { color: #666; text-decoration: none; }
			#breadcrumbs a:hover { color: #666; }
		#breadcrumbs .raquo { color: #666; }
	#category-name { text-align: left; padding-top: 30px; background: url(images/top-category-bg.png) no-repeat; }
		#category-inner { background: url(images/bottom-category-bg.png) no-repeat bottom left; padding-bottom: 30px; }
			h1.category-title { font-size: 50px; padding-bottom: 5px; margin-bottom: 0px; }
			p.description { color: #929292; font-size: 20px; font-family: 'Cinzel', Arial, sans-serif; font-weight: lighter; }
	
	
		#content { padding: 0px 0px 60px; background: url(images/content-bg.png) repeat-y 70% 0px; }
		.fullwidth { background: none !important; }
			#left-area { width: 70%; float:left; }
			.fullwidth #left-area { width: 100%; }
			#sidebar { width: 30%; float:left; padding-top: 30px; padding-left: 30px; }
				.post { padding: 50px 50px 0px 0px; }
				.fullwidth .post { padding-right: 0px; }
					.post-thumbnail { display: block; float: left; position: relative; }
						.post-thumb { margin-bottom: 20px; }
						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: 'Cinzel', 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: 'Cinzel', 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: #2f2b44; }
					a.read-more, .reply-container a, #commentform input#submit  { border: 1px solid #eaeaea; float:right; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; font-family: 'Cinzel', Arial, sans-serif; font-weight: lighter; font-size: 12px; color: #1d1d1d; 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; }

	#location-directions { background: #0069aa; padding: 50px; color: #fff; }
		#location-directions h2 { color: #fff; }
		#location-directions label { display: block; font-family: 'Roboto',Arial,Verdana,sans-serif; font-weight: 300; font-size: 1.4rem; margin-bottom: 10px; }
		#location-directions input[type=text] { border: 1px solid #fff; background: none transparent; color: #fff; padding: 20px !important; border-radius: 0px; border-radius: 0px; border-radius: 0px; width: 50%; }
		#location-directions input[type=submit] { border: 1px solid #fff; background: #fff; color: #0069aa; border-radius: 0px; border-radius: 0px; border-radius: 0px; }
			
			
	/* Rooms Single Posts */
	#rooms-features { position: relative; float: right; width: 270px; margin: 0 0 10px 50px; padding: 0 0; }
		#rooms-features .room-pricing { position: relative; margin-right: -62px; margin-bottom: 20px; color: #fff; padding: 20px; font-size: 38px; line-height: 40px; font-weight: bold; letter-spacing: 0px; text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f2b44+0,998c46+100 */
		background: rgb(197,183,89); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(197,183,89,1) 0%, rgba(153,140,70,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(197,183,89,1) 0%,rgba(153,140,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(197,183,89,1) 0%,rgba(153,140,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2b44', endColorstr='#998c46',GradientType=0 ); /* IE6-9 */

		}
			#rooms-features .room-pricing span { line-height: 27px; font-size: 18px; font-weight: 300; text-transform: uppercase; vertical-align: bottom; }
		#rooms-features .room-pricing::after { position: absolute; z-index: 1; content: ''; right: 0px; bottom: -9px; background: url(images/room-pricing-corner.png) no-repeat 0 0; width: 12px; height: 9px; }
		#rooms-features strong { text-transform: uppercase; }
		#rooms-features ul { padding: 0 0; }
		#rooms-features li { list-style: none outside none; display: block; border-bottom: 1px solid #dedede; padding: 20px 0px 20px 20px; }
			#rooms-features li i { color: #007399; margin-right: 10px; }
			
			

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul#top-menu li { padding: 0px 20px; }
	ul#top-menu a { position: relative; font-size: 18px; font-family: 'Cinzel', Arial, sans-serif; color: #fff; text-decoration: none; font-weight: lighter; display: inline-block; line-height: 40px; text-transform: uppercase; }
	ul#top-menu a:hover, ul#top-menu > li.sfHover > a { color: #b4c8d4; }
	ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a { color: #b4c8d4 !important; font-weight: normal; }
	
	ul#top-menu a::after { position: absolute; left: 0; bottom: 0px; z-index: 11; content: ''; background: rgba(180,200,212,0); width: 100%; height: 1px; }
	ul#top-menu a:hover::after { bottom: 4px; background: rgba(180,200,212,1); }

ul#top-menu ul { width: 300px; background: rgba(255,255,255,0.9); left: 20px; top: 44px !important; padding: 15px 0px 15px 20px; z-index: 9999px; display: none; -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	ul#top-menu ul li { padding: 5px 0; }
		ul#top-menu ul li a { padding: 0px 0px 0px 0px; width: 100%; color: #333; line-height: 30px; }
			ul#top-menu ul li a:hover { color: #333; }
			ul#top-menu ul li a:hover::after { bottom: 0; background: none transparent; }

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



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

.button-book-room { display: block; background: #009961; color: #fff; font-size: 20px; padding: 20px 0px; text-align: center; border: 0px none; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 24px; }
	.button-book-room  i { vertical-align: middle; margin-top: -4px; font-size: 30px; }
	.button-book-room:hover { background: #007248; }

.widget { width: 100%; padding-bottom: 25px; }
	.widget h3.title { font-size: 33px; margin-bottom: 0px; 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: #444; text-decoration: none; }
				.widget ul li a:hover { color: #b2b2b2; }
	.widget a { color: #0069aa; text-decoration: none; }
		.widget a:hover { color: #444; text-decoration: none; }
	.widget-contact { font-size: 1.1em; letter-spacing: 0.5px; line-height: 1.9em; }
	.widget i { display: inline-block; min-width: 33px; text-align: center; font-size: 1.3em; }
	.widget-box { display: block; background: none transparent; padding: 20px; border: 1px solid #dedede; margin-bottom: 10px; clear: both; }
	
	
	
	.widget_etfromblogwidget ul { }
		.widget_etfromblogwidget ul li { display: block; background: none transparent; padding: 10px; border: 1px solid #dedede; margin-bottom: 10px; clear: both; }
		.widget_etfromblogwidget ul li .post-thumb { float: left; margin: 2px 16px 10px 0px; }
		.widget_etfromblogwidget ul li h4 { font-size: 18px; margin-bottom: 0px; padding-top: 2px; padding-bottom: 6px; }
		.widget_etfromblogwidget ul li p { letter-spacing: 0.2px; padding-bottom: 0px; }
		
		
		
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer { background: #fff; padding: 80px 0px 60px; text-align: center; border-top: 1px solid #dedede; }
	#footer .container { text-align: center; }
	
	#footer #footer-logo { position: relative; }
	
	#footer #footer-menu { position: relative; margin: 30px auto; }
		#footer #footer-menu ul, #footer #footer-menu ul li { display: inline-block; }
			#footer #footer-menu ul li a { position: relative; display: inline-block; margin: 0px 10px; letter-spacing: 2px; color: #999; text-decoration: none; }
				#footer #footer-menu ul li a:hover { color: #7ad8ff; text-decoration: none; }
				
				#footer #footer-menu ul li a::after { position: absolute; right: -14px; z-index: 1; content: "-"; color: #999; }
				#footer #footer-menu ul li:last-child a::after { content: ''; }
	
	#footer #footer-social { margin-bottom: 10px; }
		#footer #footer-social a { display: inline-block; background: #ccc; color: #fff; width: 40px; line-height: 40px; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; font-size: 18px; text-align: center; text-decoration: none; margin: 0px 10px; }
			#footer #footer-social a:hover { background: #7ad8ff; }
			
	#footer #footer-address, #footer #footer-phone { display: inline-block; line-height: 34px; color: #999; text-decoration: none; }
		#footer #footer-address i, #footer #footer-phone i { color: #999; }
		#footer #footer-address:hover, #footer #footer-phone:hover { color: #7ad8ff; text-decoration: none; }
	
	#footer .footer-divider { width: 50%; border-bottom: 1px solid #dedede; margin: 44px auto; }
	
	#copyright { font-size: 14px; color: #999; }
		.footer-spacer { display: inline-block; width: 1px; height: 16px; background: #ccc; vertical-align: middle; margin: 0 30px; }
		#copyright a { color: #999; text-decoration: none; }
		#developed { color: #999; text-decoration: none; }
			#developed a { color: #999; text-decoration: none; }
				#developed a:hover { color: #444; text-decoration: none; }
		
			
#back-top { bottom: 10px; margin-left: -150px; position: fixed; right: 20px; }
	#back-top a { display: block; width: 61px; color: #BBBBBB; font: 11px/100% Arial,Helvetica,sans-serif; text-align: center; text-decoration: none; text-transform: uppercase; }
	#back-top span {
		background: url("images/up-arrow.png") no-repeat scroll center center;
		display: block; height: 61px; margin-bottom: 0px; width: 61px;
		}
		
		
	
	#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; text-decoration: none; }
				#footer-toggle-menu li a i { display: block; margin: 0 auto; font-size: 1.2rem; min-height: 21px; text-decoration: none; }
				#footer-toggle-menu li a:hover{ opacity: 1.0; background: #111; 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: #00b4ff !important; }
	
		
		

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

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100% !important; border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding: 10px; margin-bottom: 24px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.wp-caption.alignleft { margin: 0px 20px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 20px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 14px; line-height: 17px; letter-spacing: 0.5px; padding: 5px 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: 5px 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' */ }

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

/*------------------------------------------------*/
/*-----------------[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: 'Cinzel', 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; }


/* Gravity Forms Styles */
.gform_wrapper { margin: 0 !important; }
body .gform_wrapper ul li.gfield { margin-top: 0 !important; }
/* End Gravity Forms Styles */







/* 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: 0px 0px 40px; border-top: 1px solid #dedede; }

.shortcode-address, .shortcode-phone, .shortcode-email { position: relative; vertical-align: top; margin-bottom: 24px; border: 2px dashed #ccc; padding: 18px; padding-right: 0px; min-height: 80px; }
	.shortcode-address i, .shortcode-phone i, .shortcode-email i { float: left; font-size: 46px; margin: 6px 20px 40px 0px; height: 42px; }
		.shortcode-email i { margin: -3px 10px 40px 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-address br, .shortcode-phone br, .shortcode-email br { display: none; }


