/*!
Theme Name: OSDIA Lodge
Theme URI: http://underscores.me/
Author: Member Minder Pro, LLC
Author URI: https://www.memberminderpro.com/
Description: Description
Version: 1.1
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: osdia
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.

OSDIA 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/
*/


/* 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;
	clear: both;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.resources_tab .tab-content p {
      margin: 0 0 20px;
}

.single-lodge .state_map .notes_list ul li:before
{
display: none;
}
.single-lodge .notes_list ul li
{
 padding-left:0;
}
/*
.single-lodge .mapsvg-marker img {
    width: 25px;
    height: 50px;
    object-fit: contain;
    object-position: bottom;
}
*/
.single-lodge .mapsvg-marker-cluster {
  color:#fff !important;
}

.single-lodge .mapsvg-header.mapsvg-top-container {
    display: none !important;
}
.single-lodge .mapsvg-footer.mapsvg-top-container {
    display: none !important;
}
.single-lodge .map_notes_list {
    margin-bottom: -20px;
    margin-top: 20px;
}

.mapsvg-marker img {
    width: 25px;
    height: 50px;
    object-fit: contain;
    object-position: bottom;
}
.mapsvg-marker-cluster {
  color:#fff !important;
}

.mapsvg-controller-view-content {
    line-height: 1.4;
}

.mapsvg-tooltip.mapsvg-tt-bottom-right {
    min-width: inherit !important;
}
.mapsvg-marker-cluster
{
	z-index: 99;
}
.mapsvg .mapsvg-popover {
    z-index: 99;
}

.mapsvg .mapsvg-marker-cluster
{
width: 25px;
line-height: 15px;
height: 25px;
font-size: 10px;
}

.page-template .wp-editor-container input[type="button"]
{
min-width:auto;
color: #2271b1 !important;
}
.page-template-manage_member .catagory_table li
{
display: block;
}
#search_members input#search_keyword {
    margin-bottom: 20px;
}
.page-template-discussion-board .catagory_table ul li div
{
    flex: 0 0 33.3%;
}
.page-template-discussion-board  .catagory_table ul li .catagory_ttl
{
    flex: 0 0 33.3%;
}
div#divtot strong {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

p.recaptcha_error {
    border: 1px solid #d31a35;
    padding: 0 15px;
}
div#lodgesublist select {
    margin-top: 20px;
}
.billboard .fullimglink
{
	width: 100%;
	min-height: inherit;
}

/* Admin Bar header fix
Corresponds to the following in functions.php:
```
// Admin Bar
add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) );
```

See: https://www.billerickson.net/code/handle-admin-bar-styling-theme
--------------------------------------------- */
.admin-bar .site-container {
	padding-top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
	
	.admin-bar .site-container {
	  padding-top: 46px;
	}
	
  }