/*!
Theme Name: aanr
Author: George Oberle
Author URI: george@naturisthub.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aanr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aanr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# 	- Typography
	- Heading Tags
	
#	- Colors

# Generic
	- Normalize
	- Box sizing
# Base
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* -- Typography -- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #232323;
	font-family:  Open Sans, "Helvetica Neue", -apple-system,  BlinkMacSystemFont sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

/* -- Heading tag Definitions -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
}

h1 {
	font-size: 3em;
	margin: 0.67em 0;
}

h2 {
	font-size: 2em;
	margin: 15px 0px;
	color: #0483c6;
}

h3 {
	font-size: 1.5em;
	margin: 15px 0px;
	color: #0483c6;
	line-height: 36px;
}


h4 {
	font-size: 1.3em;
	margin: 10px 0px;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	font-weight: 600;	
}

/*----------------------
      Alignment
-----------------------*/

.center {
	text-align: center;
	width:100%;
}

.left {
	text-align: left;
}

.right {
	text-align:right;
}


/*-------------------------
       Comments
-------------------------*/

.black {
	color: #000;
}

.AANRblue {
	color: #0483c6;
}

.gray {
	color: #232323;
}


/* ------------------- 
  Body Tag Definitions 
----------------------*/


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*  -- Normalize -- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

.shadow {
    text-shadow: 5px 5px 20px #888;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/*------------------------
    Contact Form 7 
-------------------------*/

.webForm {
	max-width: 450px;
}




/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px 10px 0px 0px;
	padding-left: 0px;
	text-align: left;
}

ul {
	list-style: disc inside;
}

ol {
	list-style: decimal inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
    padding-bottom: 15px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	margin-top: 10px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.grid-container form {
    line-height: 44px;
    padding-top: 15px;
}

/*-------------------------------------------
              Buttons
-------------------------------------------*/

a.btn {
	background: #0483c6;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 10px;
	letter-spacing: 1px;
	box-shadow: 2px 2px 8px #888888;
	text-decoration: none;
}

a.btn:hover {	
	background: #2bb6cb;
}


/*-------------------------------------------
              Comments
-------------------------------------------*/

.comments-area li {
	list-style: none;
    border: 1px solid;
    padding: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    max-width: 700px;
    background-image: linear-gradient(#ccfaff, #f5f5f5);
    color: #000;
	margin-top: 20px;
}

.children li {
    border: unset;
    background: transparent;
}

article.comment-body {
    background: #fff;
    border: 1px solid;
    padding: 15px;
}



/*---------------------------------------------
      Top Nav Area w/ social icons 
---------------------------------------------*/

.fa, .fa-brands {font-size:30px; margin-right: 15px; text-shadow: none;}
	
.fa-envelope {color: #ccc; }

.fa-x-twitter {color:#333;}

.fa-facebook-square {color:#3b5998;}

.fa-thumbs-up {color:#069;}

.fa-instagram { background: -webkit-linear-gradient(#9933cc, #ff6633);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }


/*--------------------------------------------
      Main Navigation Instructions
--------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #0483c6;
	height: 55px;
	padding-top: 10px;
	z-index: 1000;
	position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 0px;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul li li {
	top: 0px;
	background: rgba(0,0,0, 0.9);
    width: 225px;
    color: #666666;
    padding: 0px;
    border-bottom: 1px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
}	

.main-navigation ul li li a {
    color: #f5f5f5;
	text-align: left;
	font-weight: 600;
}

.main-navigation ul li li a:hover {
	background: #224f91;
	color: #fff;	
}

.menu-top-nav-container {
    max-width: 1200px;
    margin: auto;
}

.menu-item {
    line-height: 21px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 223px;
	font-size: 14px;
	padding: 11px 7px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative !important;
	display: inline-flex;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	margin-left: auto;
	font-weight: 600;
	padding-top: 7px;
	color: #fff; 
}

/*  Add a caret to the right of main nav item with sub-items  */

.nav-menu li > a:after {
    content: " \25BC";
	font-size: 12px;
}

.nav-menu li > a:only-child:after {
    content: "";
}

.nav-menu li li > a:after {
    content: " \25BC";
    position: absolute;
    right: 5px;
	font-size: 12px;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	max-width: 270px;
	background: transparent; 
	padding: 5px; 
}

.mobileMenuText {
    margin-bottom: 5px;
}


button.menu-toggle {
    margin-top: 3px !important;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

	.site-main .comment-navigation, .site-main
	.posts-navigation, .site-main
	.post-navigation {
		margin: 0 0 1.5em;
		overflow: hidden;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/* Comments & Comments form
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.required {
	color: red;
}




/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*------------------------------- 
	THEME LAYOUT INSTRUCTIONS 
--------------------------------*/

.contentBody {
/*	max-width: 1600px; */
	margin: auto;
}


/* -- Header --*/

.site-branding {display:none;}

.wrapper {
	position:relative;
	width:100%; 
	padding:0px;
	margin:0px;
	}

.topHeader {
	float:left;
	width:100%;
 	background: #fff;
	padding-top: 1px;
	padding-bottom:5px;
	}
	
.topLogoContainer {
	float: left;
	padding-left: 20px;
	}	

.topLogo {
	margin-bottom: 10px;
	width: 100%;
   	text-align: left;
	display: inline;
}

.topAANR {
    position: relative;
    left: 20px;
    top: 17px;
	text-align: left;
    width: 98%;
    }
	
.topAANR a {
    color: #0483c6;
    text-decoration: none;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 1px 0px 0px #000;
}	
	

.topHeaderItem {
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	float: right;
	margin-right: 25px;
	position: relative;
	top: -30px;
	max-width: 400px;
	text-align: center;
}

.socialLinks {
    text-align: center;
}



@media screen and (max-width: 1280px) {

.topAANR a {
       font-size: 36px;
	}
	
.topLogoContainer {
	position: unset;	
	display: none;
	}
}

@media screen and (max-width: 1450px) {

.topLogoContainer {
	float: unset;
    padding-left: 0px;
    position: absolute;
}

.topAANR {
    position: relative;
    left: unset;
    top: 17px;
    width: 100%;
    text-align: center;
}

.topHeaderItem {
    text-align: center;
    margin-right: 25px;
    position: relative;
    top: 10px;
	padding: 10px;
	float:unset;
	margin: auto;
    }

}


.topHeaderItem.left {
	text-indent: 10px;
	padding-top:10px;
	}

.topHeaderItem.center {padding-top:10px;}


.topNav {
	position: relative; 
	background-image: linear-gradient(#f00,#c00);
	display: inline-flex; 
	width: 100%; 
	color: #000; 
	font-weight: bold;
	}

.main-navigation ul {
	display:inline;
	width: 100%;
	list-style: none;
	}

.main-navigation ul li {
	margin: 0px 20px; 
	white-space: nowrap;
	}
	
	
.mobileMenuBar {
    height: 2px;
    width: 30px;
    background: #fff;
    margin-bottom: 3px;

}
.mobileMenuText {
	text-align: center;
	color: #fff;
	font-size: 12px;
}


/* --------------------------------
    Aside Right-Side Column CSS  
---------------------------------*/

.asideBtn {
	text-align:center;
	padding: 20px 0px !important;
}


a.sideBtn {
	padding: 5px 10px;
	background-image: linear-gradient(#f00,#c00);
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

a.sideBtn:hover {
    background-image: linear-gradient(#232323,#484848);
	color: #fff;
}

.textwidget {
    margin: auto;
    text-align: center;
}

#secondary .textwidget a {
    text-decoration: none;
}

#secondary .textwidget h3 {
    color: #d00;
    text-decoration: none;
	font-size: 30px;
	text-shadow: 2px 2px 10px #888;
}


/*-----------------------------------------------------
  Footer Styles
-----------------------------------------------------*/


.footer {
	width: 100%; 
	background: #232323;  
	text-align:center; 
	min-height: 150px; 
	overflow:hidden; 
	}

.footerContainer {
	margin-left:auto; 
	margin-right:auto; 
	display: inline-block;
	}

.footer-1, .footer-2, .footer-3, .footer-4 {
	float: left; 
	min-width: 275px; 
	max-width: 25%; 
	border-radius: 10px;
	margin: 20px;
	margin-bottom: 40px;
	line-height: 28px;
	font-size: 14px;
	color: #d5d5d5;
	}
	
.footer-2, .footer-3, .footer-4 {
    margin-top: 75px;
}

.footer h4 {
	color: #fff; 
	font-size: 16px; 
	padding-top: 35px; 
	padding-bottom: 15px;
	margin-top: 0; 
	border-radius: 7px 7px 0px 0px;
	}

.footerTitle {
	color: #fff;
	Font-weight: 600;
}
	

.copyright {
    font-size: 12px;
    padding: 0px 20px;
    margin: 0px;
	margin-bottom: 5px;
	color: #d5d5d5;
}
.copyright a {
	font-size: 12px;
	color: #d5d5d5;
	text-decoration: none;
}

.copyright a:hover {
	font-size: 12px;
	color: #0483c6;
	text-decoration: underline;
}

.footer-widget.center {
    margin-top: 2px;
}

a.footerLink, a.footerLink:active, a.footerLink:visited  {
	text-decoration: none;
	color: #d5d5d5;
	font-size: 14px;
	cursor: pointer;
}

a.footerLink:hover {
	text-decoration: underline;
	color: #0483c6;
}

/*--------------------------
   Home Page Instructions 
------------------------- */

.header {
	width:100%; 
	position:relative;
	}
	

.memberLogin {
	font-weight: 400;
}

.memberLogin a {
	font-size: 14px;
	font-weight: 400px;
	text-decoration: none;
}

.memberLogin a:hover {
	text-decoration: underline;
}

.hero{
	width:100%; 
	height:1000px;
	}

.logo {
	width:350px;
	margin-left: auto; 
	margin-right: auto; 
	}

.heroMessage { 
	position: relative; 
	top: -25px; 
	height: 100px; 
	width: 100%;  
	background: rgba(000, 000, 000, 0.8); 
	text-align: center; 
	}

.hero h1 {
	display: inline-block; 
	color: #fff;
	text-shadow: 2px 1px 0px #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	margin-bottom: 35px;
	text-align: center;
	height: 50px;
	font-size: 60px;
	}
	
.home img {
   }	


.hero h2 {
	color:#fff;
	text-shadow: 1px 0px 0px #000;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5px; 
	margin-bottom: 20px; 
	text-align: center; 
	height: 50px;
	} 
	
	
.bannerArrow {
	max-width: 100px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
}

.bannerArrowCTA {
	text-align:center;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	font-weight: bold;
}

.hero .imageCredit {
    color: #e5e5e5;
    float: left;
    font-size: 14px;
    left: 15px;
    position: relative;
    padding-top: 25px;
}

.overlay {
	background: rgba(000,000,000,0.6 ); 
	background-size: auto auto;
	background-size: cover;
	height: 100%;
	}
	
.content { 
	max-width: 1600px;  
	margin-left: auto;  
	margin-right: auto;
	}	

.container {
	float:left; 
	width:50%; 
	text-align: center; 
	margin-top:20px; 
	margin-bottom:20px;
	padding: 25px;
	}

.container h2 {
	color: #000; 
	text-shadow: 1px 0px 15px #888;
	margin-bottom: 65px;
	}

.container img {
	box-shadow: 2px 2px 10px #888; 
	max-width: 100%;
	}

.containerText {
	line-height: 28px; 
	text-align:left !important;
	margin-bottom: 35px;
	}


.ctaBar {
	float: left;	 
	margin: auto; 
	width: 100%;
	height:auto; 
	background-image: linear-gradient(#0483c6,#0483c6);
	padding: 25px 0px; 
	text-align:center;
	}
	
.ctaBar.top {
	margin-bottom: 30px; 
}

a.cta {
	background-image: linear-gradient(#232323,#484848);  
	color: #fff;
	padding: 10px 15px;
	border: 1px solid #888888;
	border-radius: 3px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	font-weight: bold;
	}

a.cta:hover {
	background: #000; 
	color:#fff;
	}


.divider {
	max-width:100%;
	overflow: hidden;
	}
	
	

/* --  Home Page Tiles -- */

.bg-stretch {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 400px;
	-webkit-transition: all .60s linear;
	transition: all .60s linear;
}

.tile-frame:hover .bg-stretch {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.bg-parallax {
	margin: 0 0 -80px;
}


.intro-blog .bg-stretch:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	/*  background:rgba(0, 0, 0, 0.32); */
	width:100%;
	height:100%;
}
.tiles-block {
	overflow :hidden;
	width: 100%;
	margin: 10px 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.tiles-block .tiles-holder {
	overflow: hidden;
	margin: -5px;
}

.tiles-block .tile {
	float: left;
	width: 25%;
	padding: 5px;
	position: relative;
}

.tiles-block .tile .tile-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
	z-index: 20;
}

.tiles-block .tile.large {
	width: 50%;
	float: left;
}


.tiles-block .tile.largeHome {
	width: 60%;
	float: left;
}

.tiles-block .tile.bottomlargeHome {
	width: 50%;
	float: left;
}

.tiles-block .tile.halfHome {
	width: 40%;
	float: left;
}


.tiles-block .tile.large .tile-frame {
	height: 634px;
}

.tiles-block .tile-frame{
	overflow: hidden;
	position:relative;
	height:350px;
}
.tiles-block .tile .more-link{
	display:none;
}
.tiles-block .text-box {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tiles-block .text-holder {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 25px 16px;
	overflow: auto;
}

.tiles-block a.text-holder:hover {background: rgba(0, 0, 0, 0.7);}
	
.tiles-block .tileClick {
    position: relative;
    top: 50%;
    left: 42%;
    width: 100px;
	z-index: 100;
   	}
	
a.tileBtn {
    padding: 0px;
    background: rgba(0, 102, 153, 0.1);
    width: 1px;
	height: 1px;
    color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
	-webkit-transition: width 0.5s, height 0.5s, padding 0.5s, color 0.5s, background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0.5s, padding 0.5s, color 0.5s, background 0.5s;
	}

a.tileBtn:hover {
	width: 100px;
	height:20px;
	padding: 10px 10px;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(0, 102, 153, 0.70);
}
	
.tiles-block h3 {
    font: 22px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 0.15em;
	text-shadow: 1px 1px 0px #000000;
}

.tiles-block a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.tiles-block p {
	margin: 0 0 0.5em;
}

.tiles-block .tile.large .text-holder {
	padding: 16px 18px;
}

.tiles-block .tile.large h3 {
	font-size: 42px;
}


/* ----------------------
   Home Page Articles
------------------------*/


.articles-holder {
    float: left;
    width: 50%;
}

.articles-block {
    padding: 10px;
	width: 100%;
	float: left;
}


.featured {
	float:left;
	width:50%;
	margin-right: 25px;
	}
	
.featuredInfo {
	float:left;
	width:43%;
	text-align:left;
	margin-left: 30px;
}


h3.featuredArticles {
    font-size: 44px;
    text-shadow: 0px 0px 25px #888;
	margin: 40px 0px;
	line-height: 50px;
}

.hero_HomeImage {
	min-width: 500px; 
	max-width: 560px; 
	height: auto;
}


.NudistsInNews {
    float: right;
}

.news-holder {
    line-height: 14px;
    font-size: 12px;
}

.news-holder ul {
	list-style: outside;	
}

.homeNews {
	margin-bottom: 15px;
	line-height: 16px;
	color: #e5e5e5;
}
.homeNews a {
    color: #00a7ff;
}

.NudeNewsItem h4 a {
    color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
}

.NudeNewsItem h4 a:hover {
	color: #00a7ff;
}

.articlesHome {
	float: left;
	width: 100%;
}

.featuredArticle {
	float: left; 
	width: 70%; 
}	

.featuredPost {
    margin: 0px;
}

h3.featuredPost a {
    color: #0483c6;
    text-decoration: none;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 1px 1px 0px #000;
}

.featuredArticleExcerpt {
    font-size: 16px;
    margin-bottom: 20px;
}

.NudistsInNews {
	float: right;
	margin-top: -90px;
	width: 25%;
	min-width: 225px;
	border: 1px solid #0483c6;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(/wp-content/themes/aanr/images/Couple-on-Beach-Nudist-in-News.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 625px;
}

.nudistNewsInner {
	padding-left: 10px;
	padding-bottom: 15px;
	max-height: 500px;
}

h3.NudistsNews {
    margin-top: 0px;
    color: #fff;
	text-shadow: 2px 1px 0px #000;
    text-align: center;
}

.news-holder ul li {
    list-style: none;
}

.NudistsInNewsInner {
	max-height: 430px;
	overflow: auto;
	scrollbar-color: #b5b5b5 Transparent;
}

.NudistsNews {
    color: #000;
}

h4.NudeNews {
	margin: 5px 0px;
	display: inline;
}

.lowerArticles {
	float: left;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 45px;
}

h4.featuredArticles {
	border-bottom: 1px solid #777; 
	font-size: 30px; 
	padding-bottom: 20px; 
	margin-bottom: 35px; 
	color: #0483c6;  
	font-size: 44px; 
	text-shadow: 0px 0px 25px #888; 
	margin: 40px 0px; 
}

.lowerArticle {
    float: left;
    margin-bottom: 40px;
    width: 25%;
}

.lowerArticleBorder {
	border: 1px solid #0483c6;
	max-width: 300px;
	box-shadow: 3px 3px 8px #888;
	padding: 10px;
	min-height: 550px;
	background: #f5f5f5;
}

.lowerArticleTitle a  {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	margin-bottom: 2px;
    margin-top: 1px;
}
.lowerArticle h3 a {
    color: #0483c6;
    text-shadow: 1px 0px 20px #888;
    text-decoration: none;
	font-size: 20px;
}

.lowerArticleImage {
    width: 278px;
    height: 250px;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.lowerArticleTitle {
    min-height: 95px;
}

.articleExcerpt {
	min-height: 150px;
	font-size: 14px;
}

.viewAllButton {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	float: left;
}


/*----------------------------
  Mission Statement Parallax
------------------------------*/

.mission_statement {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 38px;
    line-height: 56px;
    color: #f5f5f5;
}

.parallax {
	height: auto;
	width: 100%;
	background-attachment: fixed !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	max-height: 1000px;
}

.parallax_text {
	padding: 0px 0px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	line-height: 60px;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

/*  Hide Scroll bars in Parallax area */


.parallax::-webkit-scrollbar {    
  display: none;    /*Chrome, Safari and Opera */
}

.parallax {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}


/*----------------------------
       Facet Filtering
------------------------------*/

.facetwp-pager {
	margin-bottom: 25px;
	width: 100%;
	float: left;
}


.facetwp-page {
    border: 1px solid #888;
    background: #fff;
    box-shadow: 1px 1px 0px #888;
}



/*----------------------------
   Bottom  Homepage Containers
------------------------------*/


.bottomContainer {
    float: left;
    width: 25%;
    margin: 50px 60px;
}


.bottomContainerBorder {
	color: #fff;
	font-size: 26px;
	text-shadow: 1px 0px 0px #000;
	display: inline-block;
	float: left;
	padding: 40px 30px 30px 30px;
	position: relative;
	background: linear-gradient(to right, #0483c6, #2bb6cb);
	border: 1px solid #555;
	min-height: 700px;

}

.bottomContainerTitle {
	position: relative;
	float:left;
	margin-top:-35px;
	font-weight: bold;
	
}

.bottomContainer h3 {
    font-size: 26px;
    width: auto;
	color: #fff;
	text-shadow: 1px 0px 0px #000;
	text-align: left;
}
	

.bottomContainerImage {
	width: 100%;
	min-width: 350px;
	height: 250px;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.bottomContainerTextArea {
    min-height: 315px;
    background: #fff;
    padding: 10px;
	min-height: 375px;
}

.bottomContTitle {
    min-height: 95px;
}

.bottomContainerTextArea a {
    text-decoration: none;
    font-size: 24px;
    color: #222;
    text-shadow: none;
    font-weight: bold;
    text-align: center !important;
}

a.btnBottom {
    background: #0483c6;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 8px #888888;
    text-decoration: none;
	top: -5px !important;
	position: relative;
}

.bottomContainerExcerpt {
	min-height: 230px;
    font-size: 14px;
    color: #333;
    text-shadow: none;
    line-height: 24px;
}

.bottomContainerExcerpt a {
    font-size: 14px;
    color: #0483c6;
    text-decoration: none;
}

	
/* ---------------------------
    Post Page - Tile Layout
-----------------------------*/

.articles {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

.articleTiles, .resortTiles {
    margin: auto;
    max-width: 1575px;
}


.articleCategory, .resortState  {
	text-align: center;
    background: linear-gradient(to right, #0483c6, #2bb6cb);
    color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000;
}

.tileCard {
	float: left;
	max-width: 352px;
	min-height: 715px;
	margin: 20px;
	border: 1px solid #0483c6;
	box-shadow: 2px 2px 25px #888;
	position: relative;
}


.articleInfo {
	padding: 15px;
}


.resortName {
	height: 60px;
}


.articleName {
	text-align: center;
    min-height: 73px;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.articleExcerpt {
    min-height: 170px;
    font-size: 14px;
	text-align: left;

}

.resortExcerpt {
    min-height: 230px;
    font-size: 14px;
    margin: 15px;
    background: #fff;
    padding: 10px;
}



.sortresortImg {
	height: 200px;
	width: 350px;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.articleImg {
	height: 315px;
	width: 100% !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.article-more-link {
	margin: 5px;
}

.resorts-more-link {
	margin: 15px;
}

.articlePostDate {
	margin: 5px;
	font-size: 12px;
	color: #111;
	text-shadow: none;
	text-align:left;
}

.resortPostDate {
	margin-left: 5px;
	font-size: 12px;
	color: #111;
	text-shadow: none;
	text-align:left;
}

.postDate {
	font-size: 12px;
	color: #111;
	text-shadow: none;
	text-align: center;
}

.resortItem {
    padding: 0px;
    text-align: center;
}

a.resortLink {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

a.resortLink:hover {
    color: #0483c6;
	text-shadow: 0px 0px 0px #000;
}


/* ---------------------------
    Post Page - List Layout
-----------------------------*/

.listPosts {
    max-width: 900px;
    margin: auto;
	padding-top: 30px;
}

a.listTitle {
    text-decoration: none;
}

h4.FAQ {
    margin-top: 30px;
}


/* ---------------------------
    Social Bookmarks
-----------------------------*/

.social-bookmarks {
	float: left;
	margin-right: 35px;
	margin-bottom: 40px;
	height: 35px;
	font-size: 10px;
	margin-top: 5px;
	z-index: 10;
	position: relative;
	text-align: center;
	width: 100%;

}

.social-bookmarks h4 {
    font-size: 14px;
    margin: 0px;
    line-height: 14px;
}


.social-bookmarks ul {
    margin: 10px 0;
    list-style: none;
	display: inline-flex;
}

.twitter {
    padding-top: 2px;
}


	
/* ---------------------------
        Post Styles
-----------------------------*/


/* -- Banner Area -- */

.pageHero {
	background-repeat:no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	width: 100%; 
	height: 750px;
}

.pageHero h1 {
	display: inline-block; 
	color: #fff;
	text-transform: capitalize;
	text-shadow: 2px 1px 0px #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	margin-bottom: 35px;
	text-align: center;
	height: 50px;
	font-size: 72px;
	line-height: 100px;
	}

.pageHero h2 {
	color:#fff;
	text-shadow: 1px 0px 0px #000;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5px; 
	margin-bottom: 20px; 
	text-align: center; 
	height: 50px;
	} 


/* -- Left Column Post page --*/

.leftColumnMobile {
	display: none;
}


.leftColumn {
	display: block;
	float:left;
	margin-right: 10px;
	width: 20%;
	}

.leftColumnInner {
    text-align: center;
    max-width: 250px;
	min-width: 200px;
    float: left;
    min-height: 100%;
    border: 1px solid #666666;
    padding: 10px;
    font-size: 14px;
    border-radius: 7px;
    margin-top: 50px;
    margin-left: 25px;
	background: #e1edf4;
}


.authorView {
	font-size:13px;
	font-weight: 600;
}

.authorView a {
	font-size:15px;
	text-decoration: none;
	cursor: pointer;
	}
	

/* -- Center Column Content Area -- */

.centerColumn {
	float:left;
	width: 60%;
	margin-right: 10px;
	margin-bottom: 75px;
	}
	
.centerColumnInner {
	padding: 10px;
	font-size: 18px;
	max-width: 1000px;
	margin: auto;
}


.centerColumnInner h2 {
	color: #0483c6; 
    text-shadow: 0px 0px 40px #888;
	line-height: 48px;
}

.entry-content {
    margin: auto;
}


.quote {
	width: 90%; 
	font-size: 125%; 
	font-style: italic; 
	color: #027ac2; 
	margin: auto;
	text-align: center;
	line-height: 36px;
	}
	

/* -- Right Column Post -- */

.rightColumn {
	float:left;
	width:15%; 
	margin-top: 25px;
}

.rightColumnInner {
	text-align:center;
	}
	
	
	
/* -- MemberContainer Styles -- */
.memberContainer {
	width:100%;
	margin:auto;
	height:auto;
	max-width: 1200px;
}

.memberContainer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
  }

/* -- TwoThirds Content Area -- */
.twoThirdsColumn {
	float:left;
	width: 60%;
	margin-right: 10px;
	margin-bottom: 75px;
}
	
.twoThirdsColumnInner {
	padding: 10px;
	font-size: 18px;
	max-width: 100%;
	margin: auto;
}

/* -- OneThird Content Area -- */
.OneThirdColumn {
	float:left;
	width:30%; 
	margin-top: 25px;
}

.OneThirdColumnInner {
	text-align:center;
}

.OneThirdColumnInner #menu-aanr-members-area {
	list-style: none;
	margin-left: 50px;
}
	
/*---------------------------
    List Post Layout Page
---------------------------*/
	
.centerColumnList {
	float:left;
	width: 58%;
	margin-right: 10px;
	margin-bottom: 75px;
	}
	
.centerColumnInnerList {
	padding: 10px;
	font-size: 14px;
	max-width: 900px;
	margin: auto;
}

.rightColumnList {
	float:right;
	width:20%; 
	margin-top: 25px;
}

.centerColumnList h1 {
    line-height: 50px;
	font-size: 40px;
}


/*---------------------------
     AANR Articles
----------------------------*/

h1.center {
    font-size: 50px;
    color: #000;
    line-height: 60px;
    text-align: center;
}

h1.articlePage {
    display: inline-block;
	width: 100%;
    color: #fff;
    text-shadow: 2px 1px 0px #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10% !important;
    margin-bottom: 35px;
    text-align: center;
    height: 50px;
    font-size: 72px;
    line-height: 100px;
}

.singlePage h1 {
    margin-top: 4%;
}

.bannerTextContainer {
    margin-top: 5%;
    position: relative;
    float: left;
    width: 100%;
}

h1.articleBanner {
	display: inline-block;
	width: 100%;
    color: #fff;
    text-shadow: 2px 1px 0px #000;
	margin-top: 15px;
    margin-bottom: 35px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 72px;
    line-height: 100px;
}

h3.articleBanner {
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
	
}

.articleBannerCredit {
	position: relative;
	top: -50px;
	color: #fff;
	font-size: 16px;
	left: 15px;
	font-size: 14px;
}

.aanr_article.container {
    width: 100%;
    text-align: left;
}
	
.aanr_article {
    margin-bottom: 5px;
}

.aanr_article h1 {
    margin-top: 15px;
    margin-bottom: 0px;
}

.articlesImage {
    max-width: 750px;
    margin: auto;
}
	
.articleCaption h4 {
    font-size: 16px;
    text-align: center;
	font-style: italic;
    color: #333;
    font-weight: 400;
    margin: 0px;
}

.aanr_article_image {
	max-width: 850px;
	margin: 20px auto 0px;
	text-align: center;
}


.article.center {
	margin-bottom: 20px;
	float: left;
	margin-top: 5px;
	text-align: left;
}

.resortInfo .social-bookmarks {
    text-align: left;
}

.writeForAANR {
	width: 100%;
	text-align:center;
	margin: auto;
}
	
/*---------------------------
     AANR Resorts
----------------------------*/

.resortBanner {
	height: 750px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.resortHero {
	max-width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.resortBannerHeading {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
	top: 140px;
	position: relative;
}

.resortBannerHeading h1 {
    color: #fff !important;
	line-height: 84px;
	text-shadow: 1px 0px #000;
}

.resortBannerHeading h3 {
    color: #fff !important;
}

.resortBannerText {
	width: 100%;
}

.resortImage {
	float: left;
	height: 170px;
	margin-right: 15px;
	margin-top: 15px;
}

.resortImage img {
	max-height: 170px;
	max-width: 100%;
}

.resortAddress {
    float: left;
    margin-top: 20px;
	width: 100%;
}

.resortDescription {
	float: left;
	margin-top: 20px;
}

.resortDescription h4 {
    color: #0483c6;
}

.resortArticle {
    margin-bottom: 25px;
}
	
.resortCaption h4 {
    font-size: 16px;
    text-align: center;
	font-style: italic;
    color: #333;
    font-weight: 400;
    margin: 0px;
}

.resortArticleImage {
	max-width: 850px;
	margin: 20px 0px;
	text-align: center;
}


.resort.center {
    margin-bottom: 50px;
}

.facilities {
    float: left;
    font-size: 16px;
    font-weight: bold;
	margin-top: 20px;
	max-width: 950px;
}

.facilities h4 {
    color: #0483c6;
}

.amenity {
	float:left;
	margin-right: 20px;
}



/*---------------------------
     AANR non-Landed Clubs
----------------------------*/

.nonLandedBanner {
	height: 750px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.nonLandedHero {
	max-width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.nonLandedBannerHeading {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
	top: 200px;
	position: relative;
}

.nonLandedBannerHeading h1 {
    color: #fff !important;
}

.nonLandedBannerHeading h3 {
    color: #fff !important;
}

.nonLandedBannerText {
	width: 100%;
}

.nonLandedInfo h5 {
    margin: 0px;
}

.nonLandedImages {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

.nonLandedImage {
	margin: 15px;
	height: 200px;
	float: left;
}

.nonLandedImage img {
	max-height: 170px;
	max-width: 100%;
}

.nonLandedAddress {
    margin-top: 20px;
    float: left;
    width: 100%;
	line-height: 34px;
}

.nonLandedAddress h4 {
    color: #0483c6;
}

.nonLandedDescription {
	margin-top: 20px;
}

.nonLandedArticle {
    margin-bottom: 25px;
}
	
.nonLandedCaption h4 {
    font-size: 16px;
    text-align: center;
	font-style: italic;
    color: #333;
    font-weight: 400;
    margin: 0px;
}

.nonLandedArticleImage {
	max-width: 850px;
	margin: 20px auto 0px;
	text-align: center;
}


.nonLanded.center {
    margin-bottom: 50px;
}

.website.left.nonLanded {
    margin-bottom: 20px;
}

.website.left.nonLanded a {
    z-index: 1000;
    cursor: pointer;
    position: relative;
}

.clubActivities {
    float: left;
	width: 100%;
    font-size: 16px;
    font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.clubActivities h4, .clubDescription h4 {
    color: #0483c6;
}

.activity {
	float:left;
	margin-right: 20px;
}

.clubDescription {
	float:left;
	margin-top: 25px;
}

/*--------------------------------
    Place in Nature
---------------------------------*/

.NudeinNatureHero {
	max-width: 600px;
	margin-left: 15px;
}

h2.nudeNature { 
	color: #fff;  
	line-height: 60px;  
	text-align: center;  
	text-shadow: 1px 0px 0px #000;
}

.social-bookmarks-in-nature {
    float: left;
    height: 35px;
    font-size: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.social-bookmarks-in-nature h4 {
    font-size: 14px;
    margin: 0px;
    line-height: 14px;
}


.social-bookmarks-in-nature ul {
    margin: 10px 0;
    list-style: none;
	display: inline-flex;
}


.disclaimer {
	float:left;
	width:100%;
	font-size: 14px;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 25px;
}


/*---------------------------------
  Participating Business Listings
---------------------------------*/


.businessTiles {
    margin: auto;
    max-width: 1600px;
}

.businessInfo {
	text-align: left; 
	float: left;
}

.businessItem {
	height: 260px;
    padding: 0px;
    text-align: center;
}


.businessName {
    height: 50px;
}


.sortBusinessLogo {
	height: 200px;
	width: 350px;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.businessPostDate {
	margin-left: 5px;
	font-size: 12px;
	color: #111;
	text-shadow: none;
	text-align:left;
}


.businessExcerpt {
    min-height: 230px;
    font-size: 14px;
    margin: 15px;
    background: #fff;
    padding: 10px;
}


.businesss-more-link {
	margin-left: 25px;
}

a.businessLink {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

a.businessLink:hover {
    color: #0483c6;
	text-shadow: 0px 0px 0px #000;
}


	
/*---------------------------------
  Press Release Styles
---------------------------------*/

.PressReleaseDate {
	font-weight: bold;
	font-size: 16px;
}

.PressRelease {
	text-align: left;
	font-size: 16px;
	font-weight:normal;
}

.itemBox {
    border: 1px solid;
    margin-bottom: 25px;
    padding: 10px;
    background-image: linear-gradient(to right, #f5f5f5, #e1edf4);
}

a.list {
    position: relative;
    top: 20px;
}

h2.press {
    line-height: 38px;
    text-shadow: 0.5px 0px 0px #000;
}
	
/*---------------------------------
  Blog Post Styles
---------------------------------*/
	
/*  Blog Home  */
	
.blogHome h2 {
	text-align: left;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	}
	
.blogHome a {
    text-decoration: none;	
}

a.more-link.btn {
    color: #fff;
}

a.more-link.btn:hover {
    color: #000;
}

.post-content {
	max-width: 1000px;
	border-bottom: 1px solid;
	padding-bottom: 60px;
	padding-top:	5px;
	color: #111;
	text-shadow: none;
}

.post-content:nth-last-child(1) {
	border-bottom: 0px;
}

/*-------------------------------
        Comments Styling
-------------------------------*/


#comments {
    top: 40px;
    position: relative;
	float: left;
}


.commentsContent {
    max-width: 878px;
    margin: auto;
}


/* --  User Avatar and info -- */
.avatar {
    border-radius: 50%;
	border: 1px solid #0483c6; 
}

.author-box {
	width: 200px;
	float: left;
	margin:50px;
	min-height: 100%;
	padding: 10px;
	font-size: 14px;
	text-align:center;
	background-image: linear-gradient(#ccc,#e5e5e5);
	border: 3px solid #d00;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #888;
}

.mobileAuthor-box {
	display: none;	
}

.author {
    text-align: center;
	color: #111;
	font-size: 18px;
	font-weight: 600;
}

.author-link {
	color: #111 !important;
	font-weight: 400;
	text-decoration: none;
}

a.author-link:hover {
	color: #d00;
}

.authorAttribution {
	font-size: 11px;
	color: #111;
	text-shadow: none;
	margin: 5px 0px;
}

.date {
    float: left;
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.name a {
    color: #111 !important;
    text-shadow: 1px 0px 15px #888;
	text-decoration: none;
}

.authorBio {
	margin-top: 15px;
	color: #333;
	font-size: 14px;
	text-align: left;
	text-shadow: none;
	font-weight: 400;
}

h3.authorBio {
    font-size: 28px;
    font-weight: bold;
}


.soc-box {
    text-align: center;
    margin: 20px 0px;
}

.connect {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #111;
}

.ViewAuthorPosts {
    text-align: center;
    margin-top: 10px;
	color: #111;
}

.blogPost .entry-content {

    width: 55%;
    float: left;
}


/*  ---------------------------
  --  Author Page  --- 
------------------------------*/


.author .leftColumn {
  	float: left;
	margin-right: 100px;
}

.leftColumnInner {
    text-align: center;
    float: left;
    width: 225px;
    float: left;
    min-height: 100%;
    border: 1px solid #0483c6;
    padding: 10px;
    font-size: 14px;
    margin-right: 50px;
    box-shadow: 2px 2px 10px #777;
    border-radius: 7px;
    margin-top: 50px;
    margin-left: 25px;
}

.leftColumnInner .author h3 {
	color:#fff;
}


/* .rightColumn {float: left;  width: 45%;}  */

.authorRightColumn {
	float:left;
	width:50%; 
	text-align:left;
	max-width: 800px;
	}

.authorName a {
    color: #fff;
}

.author h2 {
    text-align: left;
}

.authorBioBox { 
	margin-top: 50px; 
	margin-bottom: 50px;
	background: linear-gradient(to right, #f5f5f5, #e1edf4);
	border: 1px solid #0483c6; 
	border-radius: 5px; 
	box-shadow: 2px 2px 8px #888888;
	}
	
.authoorInfo {
    display: inline-flex;
}


.authorTitle {
    color: #000;
    text-shadow: none;
}

.authoorInfo .authorTitle {
    font-weight: bold;
    text-align: left;
}

.articleTitle a {
    color: #0483c6 !important;
}

.authorArticle {
    margin-bottom: 100px;
}
	
.author-entry-header {
	padding: 10px 25px;
	color: #fff; 
	text-align:left;
	}


.authorConnect {
	text-align:left;
	font-weight:bold;
	font-size:18px;
	margin-bottom:12px;
	}
	
a.authorWebsite {
	background: #0483c6; 
	color: #fff; 
	text-align: center;  
	font-size: 14px; 
	font-weight: bold;  
	padding: 7px 10px; 
	letter-spacing: 1px;   
	box-shadow: 2px 2px 8px #888888; 
	text-decoration: none;
	}
	
a.authorWebsite:hover {
	background: #000;
	}


.articleImage {
	width: 660px;
	height: auto;
	min-height: 300px;
	margin-top: 5px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.authorExcerpt {
    font-size: 16px;
    text-shadow: none;
    font-weight: 400;
}

.more-link {
    margin-top: 20px;
}

.authorSidebar {
	float:left;
	width: 25%;
}

.iconTxt {
	font-size: 14px; 
}


/*-------------------------  
      Map / Club Locator    
--------------------------*/

.clear {
	clear:both;
}

.clubLocPosts {
	margin:50px;
	text-align:center;
}

.locator {
    background-color:#fa5d07 !important;
     width:100%;
     margin:0px;
     padding-bottom:30px;
}

h5.filterOptions {
	margin-left: 10px; 
	margin-bottom: 10px;
	text-align:left;
}

 .locator h5 {
    color:white;
}
 .locator #addressSearch ul, .locator #stateSearch ul, .locator #clubSearch ul {
    list-style:none;
}
 .locator #addressSearch li a, .locator #stateSearch li a, .locator #clubSearch li a {
    color:white;
     text-decoration:underline;
     cursor:pointer;
}
 .locator #addressSearch li a:hover, .locator #stateSearch li a:hover, .locator #clubSearch li a:hover {
     color:#C3C3C3;
}
 .locator #addressSearch p, .locator #stateSearch p .locator #clubSearch p {
    color:white;
}
 #map_holder {
     width: 100%;
     min-height:800px !important;
     height:100% !important;
}
 #map_sidebar div {
    width: 25%;
}
 #map_sidebar2 a {
    text-decoration: none;
     color: #333;
}
 #map_sidebar2 a:hover {
    color:#464646
}
 #man_sidebar2 .link a {
    color: #0099ff;
}
 #map_sidebar2 h6, #map h6 {
    margin: 0;
     font-size: 16px;
     font-weight:bold;
}
 #map_sidebar2 p, #map p {
    margin-top: 0;
     font-size:14px;
     color:black;
}
 #map_sidebar2 .premium_listing {
    padding: 12px 8px;
     margin-bottom: 8px;
     background: #fff;
     border: 1px solid #666;
}
 #map_sidebar2 a.club_name h6 {
    cursor:pointer;
}
 #map_sidebar2 .non-landed a.club_name h6 {
    background: url('images/icon48.png') no-repeat;
     padding-left: 16px;
}
 #map_sidebar2 .premium_listing h4 {
    font-size: 16px;
}
 #map a {
     color: #0056b3;
}
 .photo img {
     width:200px;
     height:auto;
}
 #map_sidebar2 {
    width: 100%;
     max-width:25%;
     max-height: 600px;
     height:100%;
     background: #fff;
     overflow: auto;
     padding:6px;
     float: left;
}
 #map {
    width: 100%;
     max-width:75%;
     min-height:600px;
     height:100%;
     padding: 0;
    float: right
}
 #select_holder {
    display: none;
}
 .smaller {
    font-size: .9em;
}
 .club_searchform div {
    margin-top: 8px;
}
 .btn-aanr {
    font-size:13px;
     border:1px solid #c1c1c1;
     padding:5px;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     background-color:#fa5d07;
     color:white !important;
     text-decoration:none;
}
 .btn-aanr:hover {
     background-color:#d85e1c;
     text-decoration:none;
}
 .map_filters {
     width:100%;
}
 .map_filters .options {
     float:left;
     width:49%;
}
 .map_filters .filters {
     float:right;
     width:49%;
}




/*----------------------------------
     CSS Grid Definitions
-----------------------------------*/

.grid-container  {display: grid;  grid-template-columns: 50%  50%; max-width: 1000px; padding: 10px;}
.grid-container1 {display: grid;  grid-template-columns: 100%; max-width: 1000px; padding: 10px; }
.grid-container3 {display: grid;  grid-template-columns: 33%; max-width: 1000px; padding: 10px; }
.grid-container4 {display: grid;  grid-template-columns: 25%; max-width: 1000px; padding: 10px; }


.grid-item {
	padding: 10px;
}



/*----------------------------------
     Join AANR Page
-----------------------------------*/

.leftColumnJoin {
	width: 25%;
	float: left;
	text-align: center;
	padding: 25px;
}

.rightColumnJoin {
	width:60%;
	float: left;
	line-height: 36px;
	padding: 25px;
}

.rightColumnJoin h3 {
    text-shadow: 4px 4px 15px #888;
}

.rightColumnJoin form {
    border: 1px solid;
    width: 350px;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 25px;
}

input[type="image"] {
    margin-top: 21px;
}

	
/* --------------------------------
    Contact Form 7  CSS  
---------------------------------*/
	
.wpcf7-form-control.wpcf7-submit {

    background: #0483c6;
    border: 1px solid;
    font-weight: bold;
    font-size: 14px;
	color: #fff;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    max-width: 700px;
}

/* --------------------------------
    jQueryUI CSS  
---------------------------------*/
.ui-widget-header {
	background-color: transparent !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom:1px solid #ddd;
}

.ui-widget.ui-widget-content {
	border:none !important
}

/* --------------------------------
    Just For Fun Styles  
---------------------------------*/
#cartoon_images, #wallpaper_images {
	list-style: none;
}

#cartoon_images:after, #wallpaper_images:after {
	content: "";
	display: table;
	clear: both;
}

#cartoon_images li, #wallpaper_images li {
	float:left;
	width:30%;
}
.download_link {
	text-align: center;
	display: block;
	font-weight: bold;
}
#cartoon_images img, #wallpaper_images img {
	margin:auto;
	display:block;
	width:100%;
	height:auto;
	max-width: 150px;
}

/*-----------------------------------------------------
	Club Happenings
-----------------------------------------------------*/

.happening {
border: 1px solid;
margin-bottom: 25px;
padding: 10px;
background-image: linear-gradient(to right, #f5f5f5, #e1edf4);
}

.happening strong {
    color: #0483c6;
    font-size: 22px !important;
}




/*-----------------------------------------------------
	Responsive Instructions
-----------------------------------------------------*/

@media screen and (max-width: 1500px) {
	.featuredInfo {width: unset;}
}

@media screen and (max-width: 1300px) {
	.footer-1, .footer-2, .footer-3, .footer-4 {width:unset; min-width: unset; max-width: 230px;}
	.lowerArticle {width: 30%; margin-right: 30px;}	
	.NudistsInNews {width: 30%;}
}

@media screen and (max-width: 1200px) {
	.topLogo {left:unset;text-align: center;}
	.topLogo a {left:unset;text-align: center;}
	.topHeader {display: block;  height: auto;; left:unset; text-align: center;}
	.topHeaderItem {float: unset; margin: auto; padding: 10px;}
	.topNavMobile {display: block; height: 50px; background: #f00; width: 100%; position: relative; top: 90px;}
	.topNavMobileContainer {padding:7px}
	.topNavMobileItem {display: block; background: #fff; width: 25px; height: 2px; margin-top: 5px; margin-left: 10px; position: relative;}	
	.menu-top_nav-container {position: relative; z-index: 1000;}
	.menu-toggle {max-width: 60px; margin-left: 10px;}
	.main-navigation {padding-top: 1px;}
	.main-navigation a {color: #fff;border-bottom: 1px solid; padding: 5px 0px; text-indent: 5px;text-align: left;}
	.main-navigation a:hover {color: #fff; background: #0483c6;}
	.main-navigation ul {display:none;}
	.main-navigation ul.nav-menu.toggled-on {width: 100%; text-align: left;}
	.main-navigation ul ul {padding: 0px !important;}	
	.main-navigation ul {position: unset !important;}
	.main-navigation ul ul a {width:250px;}
	.main-navigation ul li {width: 100%; margin:unset;}	
	.main-navigation ul li li {border:unset; background: transparent; text-indent: 15px;}
	.main-navigation ul li li:hover {background-image: unset}
	.main-navigation ul li li a {color: #0483c6; padding: 5px 15px; font-size: 14px;}
	.main-navigation ul li li a:hover {color: #0483c6; border-bottom: none; }
	.main-navigation ul li ul li {display:none;}
	.main-navigation li {display: block;width: 100%; position: unset; background: rgba(000,000,000, 0.8); margin-left: 1px;}	
	.main-navigation li a {text-indent: 10px;font-size: 14px;}
	.menu-item-has-children a {display: block !important;}
	.menu-item-has-children {position: relative;}
	.main-navigation li ul {display: none;}
	.menu-item-has-children a {display: block !important;}
	.menu-item-has-children:after {content: ' \02C7'; position: absolute; right: 70px; font-size: 20px;top: 0; display: flex; align-items: center; justify-content: center; height: 30px; width: 30px; cursor: pointer; } 
	.menu-item {padding-bottom: 5px;}
	#primary-menu {padding-top: 2px; margin-left: -10px;}
	
	.featured {width: 80% } 
	.featuredInfo { width: 90% }
	.bottomContainer {margin: auto; width: 50%;}
	.bottomContainerBorder {margin: 20px;}
	.lowerArticle {width: 33%; margin-right: 30px;}
	.lowerArticleTitle {min-height: 0px; }
	.lowerArticleBorder {min-height: 605px;}
		
	.page .innerContent {width:100%}	
	.footer-1, .footer-2, .footer-3, .footer-4 {float:none; min-width: 80%; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;}	
	.footer h4 {padding-top: 20px;padding-bottom: 0px;}
	.footer-widget.center {margin-top: 30px;}
	#mc4wp-form-1 {margin-left:auto;margin-right:auto;}
	#secondary {margin: auto; position: relative; width: 100% !important;}
	.leftColumn {display: none;}
	.rightColumn {width:100%;}
	.leftColumnInner {display: none;}
	.leftColumnMobile {display:block;float: left;width: 100%;max-width: 100%;background-image: linear-gradient(#cff2f8,#e5e5e5); border: 3px solid #209be5;border-radius: 10px;box-shadow: 2px 2px 10px #888; min-height: 100%;padding: 10px; font-size: 14px;  margin: auto; margin-bottom: 50px;}
	.leftColumnInnerMobile {width: 100%;}
	.authorAttributionMobile {text-align: center; font-size: 20px; font-weight: bold; }
	.authorMobile {font-size: 26px; color: #0483c6; font-weight:bold; text-align: center;}
	.authorViewMobile {text-align:center; line-height: 34px;}
	.authorRightColumn {width: 100%; padding: 10px;} 
	.authorImage {text-align: center;}
	.centerColumn {width: 100%;}
	.centerColumnInner {width: 100%}
	.centerColumnInner h2 { font-size: 44px; text-align: center; line-height: 54px;}
	
	.centerColumnList {width: 100%}
	.centerColumnInnerList {width: 100%}
	.centerColumnInnerList h1 {line-height: 48px;}
	.rightColumnList {float:unset; width: 100%; }
	
	.NudistsInNews {margin-top: 10px;}	
	h1.articlePage {margin-top: 20% !important; }	
	.social-bookmarks {float: left; width: 100%; margin-right: unset; margin-bottom: 15px; text-align: center; }
}

@media screen and (max-width: 900px) {
	.parallax {background-size: unset !important; background-attachment: unset !important; background-repeat: repeat !important;}
	.blogPost .entry-content {width: 100%;}
	.hero {background-position: 50% 50% !important; margin-bottom: 6px;}
	.hero h1 {margin-top: 60px; line-height: 90px;}
	.hero h2 {margin-top: 35px; line-height: 50px;}
	
	.bannerArrow {margin-top: 60px;}
	.logo {padding-left:unset; text-align:center; }
	.overlay {background: rgba(000,000,000,0.6 ); background-size: auto auto;background-size: cover; height: 100%;}
	.container {width: 100%; margin: unset; padding-bottom: 20px; }
	.page .innerContent {width:100%; margin-left: 5px; padding: 5px;}
	.pageHero {height: 950px;}
	.leftColumn, .rightColumn {width:100%;}
	.leftColumnJoin {width: 100%;text-align: left;padding: 0px;padding-top: 25px;border-top: 1px solid #888;}
	.rightColumnJoin {width: 100%; padding: 20px;}
	
	.tile-container {float: left;margin: auto;width: 50%;}	
	.tiles-block .tile{width:50%;}
	.tiles-block .tile.large{width:100%;}
	.tiles-block .tile.large .tile-frame{height:500px;	}
	.tiles-block .tile.large {width: 100%;float: left;}
	.tiles-block .tile.largeHome {width: 100%;float: left;}
	.tiles-block .tile.bottomlargeHome {width: 100%;float: left;}
	.tiles-block .tile.halfHome {width: 100%;float: left;}
	.tiles-block .tile.large .tile-frame {height: 200px;}
	
	.articles {width: 100%;}
	.articlesHome {max-width: 100%; width:100%;}
	.featured {width:100%;}

	.hero_HomeImage {min-width:unset ;max-width: 100%;}
	h3.featuredArticles {text-align: center; margin-top: 5px; margin-bottom: 25px;}
	h4.featuredArticles {line-height: 46px; text-align: center; border-bottom: 0px; padding-bottom: 1px;border-top: 2px solid #0483c6; padding-top: 25px; }
	h3.NudistsNews { line-height: 46px; }
	h4.featureArticles {border-top: 2px solid #0483c6; font-size: 30px; padding-bottom: 20px; margin-bottom: 35px; color: #0483c6;  font-size: 44px; text-shadow: 0px 0px 25px #888; text-align: center; margin: 40px 0px; line-height: 46px; text-align: center; }
	h2.nudeNature { color: #fff;  line-height: 60px;  text-align: center;  text-shadow: 1px 0px 0px #000;}
	h1.articlePage {margin-top: 26% !important; }
	.featuredArticle {width: 100%;}
	.nonLandedInfo h5 { margin: 0px; text-align: center;}
	.featuredInfo {max-width: 100%;width: 100%; margin-left: 0px; margin-bottom: 25px;}
	.NudistsInNews {float: unset; width:100%; margin-top: 25px; border: unset; max-height: 450px; overflow: hidden; }
	.NudistsNews {border-top: 2px solid #0483c6; font-size: 30px; padding-top: 20px; margin-bottom: 35px; color: #0483c6;  font-size: 44px; text-shadow: 0px 0px 25px #888; text-align: center;  margin: 40px 0px;}
	.NudistsInNewsInner {max-height: 325px; }
	.lowerArticles {margin-top: 1px;}
	.lowerArticle {float: unset;width: 95%;margin: auto; margin-top: 25px !important;}
	.lowerArticleBorder {max-width: 500px; min-height: unset; margin: auto;}
	.lowerArticleImage {width: unset;  max-width: 480px; }
	.articleExcerpt { /* min-height: unset; */ }
	.more-link-articles {margin: 20px 0px;}
	.parallax {max-height: unset; background-position: 100% 100% !important;background-size: cover !important;}
	.parallax_text {line-height: 58px;}
	.bottomContainer {float: unset; margin: auto; width: auto; }
	.bottomContainerBorder {margin-top: 20px; margin-bottom: 20px; margin-top: 20px; margin-bottom: 20px; max-width: 100%; }
	.bottomContainerTitle {font-size: 22px; text-align: center; width: 100%;}
	.bottomContTitle { min-height: auto;  margin-bottom: 20px; }
	.bottomContainerImage {min-width: unset;}

	 #map_sidebar2 { max-width:unset; }
	 #map {max-width: 100%;}	
	 h5.filterOptions {margin-left: 10px;text-align: left;margin-bottom: 15px;}
	 .map_filters .options {width: 100%;float: left !important;}
	 .map_filters .filters {width: 100%; float: left !important; margin-bottom: 20px;}
	 #clubInput {max-width: 280px;}
	 .clubLocPosts {margin: 5px;}
}

@media screen and (max-width:767px) {
	.tile-container {width: 100%;float: unset;}
	.tileCard {float: unset;margin: 20px auto;}

	.twoThirdsColumn {
		float:none;
		width: 100%;
		margin-right: 10px;
		margin-bottom: 75px;
	}
	
	.OneThirdColumn {
		float:none;
		width:100%; 
		margin-top: 25px;
	}
	
	.businessTiles {
		margin: auto;
		max-width: 1600px;
		position: relative;
		top: 100px;
	}
	
	.resortBannerHeading h3 {
    color: #fff !important;
	margin-top: 50px;
	}

}

@media screen and (max-width: 600px) {	
	.topHeaderItem {width:100%;text-align:center;}
	.topHeaderItem.left {font-weight:bold;}
	.topNav {display:none;}
	.resortBannerHeading {position: unset; padding-top: 275px;}
	.address {font-size: 12px;}
	.logo {padding-top: 25px;}
	.hero h1 {margin-top: 50px; font-size: 52px; line-height: 68px; }
	.pageHero h1 {margin-top: 8%; font-size:60px !important; line-height: 68px; }
	.blog.hero {margin-top: 20px; font-size:46px !important;}
	.hero h2 {margin-top: 25px; line-height: 50px;}
	.bannerArrow {max-width: 100px; margin-left: auto; margin-right: auto; margin-top: 10px;}
	.sponsors-container {float:unset; margin-left:auto;margin-right:auto;}
	.footer-1, .footer-2, .footer-3, .footer-4 {float:none; min-width: 80%; min-height: unset; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 40px;}

	.tiles-block{margin:0 0 23px;}
	.tiles-block h3{font-size:18px;}
	.tiles-block .text-box p{display:none;}
	.tiles-block .tiles-holder{margin:-3px;}
	.tiles-block .tile{padding:3px;width:100%;}
	.tiles-block .tile.large h3{font-size:24px;	margin:0 0 0.5em;}
	.tiles-block .tile.large .tile-frame{height:317px;}
	.tiles-block .tile-frame:after{content:"";	position:absolute;top:0;left:0;	width:100%;	height:100%;background:rgba(0, 0, 0, 0.5);}
	.tiles-block .text-holder{background: rgba(0,0,0,0.4);	position:relative;	z-index:1;	padding:10px 6px;}
	.tiles-block .tile-frame{height: 200px;	}
	.tiles-block .tile.large .text-holder{padding:15px 11px;}
	.main-container{padding-left: 0px;}

	#cartoon_images li, #wallpaper_images li {
		float:left;
		width:100%;
	}
}

