/* This stylesheet is meant to override SASS styles. Please place them below.  To activate, uncomment line 12 in ../inc/scripts.php */
#resetpasswordform input[type="password"].som-password-input {
    max-width: none;
}
#member-list ul li .listRight .district {
	margin: 0 0 0 24px;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
	max-width: none;
}

.home .ginput_recaptcha > div {
    margin: 0 auto;
}

.site-header .mainMenuBar #mainMenu ul li {
	padding: 18px 6px;
}

@media screen and (min-width: 1320px) {
	.site-header .mainMenuBar #mainMenu ul li {
	    padding: 18px 10px;
	}
	.site-header .mainMenuBar #mainMenu ul li a {
	    font-size: 16px; 
	}
}

.vimeo-video {
	margin: 50px 0 20px;
	text-align: center;
}

.vimeo-video iframe {
	max-width: 100%;
}
.site-header .topMenuBar #topMenu ul #menu-item-2745 a {
	background: url('../images/user-regular.svg') center left no-repeat;
}
.site-header .topMenuBar #topMenu ul #menu-item-2746 a {
	background: url('../images/icon-loginlogo.png') center left no-repeat;
}

.post-type-archive-tribe_events .pageHeader {
	margin: 0;
}

.post-type-archive-tribe_events .photoGallery {
	padding: 30px 0 1px;
}
.post-type-archive-tribe_events .photoGallery h4 {
	margin: 20px 0 20px;
}



#member-list .searchBar span:not(.title) {
	margin: 0;
}

#member-list .searchBar .filters {
	/* width: 220px; */
	padding-top: 20px;
	margin: 0 auto;
	float: right;
}




body.search .search-form {
    display: flex;
    flex-flow: row;
}
body.search .search-form label {
    flex-grow: 1;
    margin: 0;
}
body.search .search-form .search-field {
    margin: 0;
    height: 100%;
    border-radius: 0;
}
body.search .search-form .search-submit {
    width: 150px;
}



body .buttonArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

body .buttonArea li {
	width: auto;
	margin-bottom: 20px;
	float: none;
}



/* // Member Forum */

#bbpress-tag-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
#bbpress-tag-nav a {
    text-align: center;
    width: 100%;
    background: #dedede;
    margin-right: 5px;
    padding: 5px;
    color: #00205b;
    font-weight: bold;
}
#bbpress-tag-nav a:hover {
	background: #b1b1b1;
}
#bbpress-tag-nav a.active {
	background: #00205b;
	color: white;
}

#bbpress-forums .bbp-reply-content {
	margin-left: 0;
}

#bbpress-forums .text {
  position: relative !important;
  width: auto !important; /* can be fixed as well (ie 400px) */
  z-index: 0 !important;
  pointer-events: none !important;
}
#bbpress-forums .preventSelect {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 99 !important;
  pointer-events: none !important;
  background-size: cover;
  background-position: center;
}

.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media print {
	#bbpress-forums {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.noSelect {
		display: none;
	}
}