/*
Theme Name:BNI Pacesetters
Theme URI: www.pacesetterschapter.com
Description: custom theme by Gordon Multimedia.
Author: Gordon Multimedia
Version: 1.0
*/

html, body {
	height: 100%;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important; 
}
body {
	font-size: 16px;
	font-family: 'Lato', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.logo {
	text-align: center;
}
.logo a {
	font-size: 2rem;
	display: block;
	margin: 1.5rem 0;
}
.logo img {
	max-width: 300px;
	height: auto;
}
#branding {
}
#midPage {
	padding: 3rem 1rem;
}
h2.survey {
	color: #4989ff;
	font-size: 3rem;
	font-weight: 900;
}
h2.survey span {
	display: block;
	font-size: 1.2rem;
	font-style: italic;
	color: #888;
	margin-bottom: 2rem;
}
#gform_1 label {
}
#nav ul li.membership {
	display: none;
}
#nav .memcom ul li.membership{
	display: inline-block;
}
.surveyResults {
	margin-bottom: 2rem;
}
.socialBar {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
}
.socialBar li {
	display: inline-block;
	margin-left: .5em;
}
.socialBar a {
	color: #CCC;
	font-size: 1.5em;
}
.socialBar a .fab {
	line-height: 6rem;
}
.disolved {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.25);
}
@media(min-width:992px){
	.logo {
		text-align: left;
	}
	.socialBar {
		display: block;
	}
}
/* ------- add the following two styles to the CSS to center align the menu items - also requires 2 styles to be added to css
*/
.navbar-collapse.center {
    text-align: center;
}
.navbar-collapse.center .navbar-nav {
    display:inline-block;
    float: none;
}
/*------- end of center align menu styles */
/*-------- menu styles ---------*/

#nav-bar {
	background: #f5f5f5;
}

#nav {
	clear: both;
	height: 50px;
	padding-left: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
#nav ul li {
	display: inline-block;
	position: relative;
}
#nav ul li a {
	display: block;
	padding: 0px 15px 0px 15px;
	line-height: 50px;
	text-decoration: none;
}
#nav ul li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 90000;
	text-align: left;
}
#nav ul li ul li {
	float: none;
	white-space: nowrap;
	background-color: #fff;
	width: 220px;
}
#nav ul li ul li:hover {
	background-color: #7466ab;	
}
#nav ul li ul li a {
	text-transform: none;
	line-height: 30px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li:hover ul li ul {
	top: -5px;
	left: 100%;
	display: none;
}
#nav ul li ul li:hover ul {
	display: block;	
}
#responsive_menu_pro_button {
	display: none !important;
}

/*------ end of menu styles -------*/
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f5f5f5;
}
#footer h4 {
	text-transform: uppercase;
	color: rgba(256, 256, 256, 0.4);
	font-size: 1.2em;
}
#footer .row {
	overflow: hidden;	
}
.equalheight {
	margin-bottom: 40px !important;
	padding-bottom: 0px !important;	
}
.col-content {
	padding: 25px;
	margin-bottom: 2em;
}
.col-content img {
	width: 100%;
	height: auto;	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social {
	text-align: center;
}
.social a {
	color: rgba(256, 256, 256, 0.6);
}
.social a:hover {
	color: rgba(256, 256, 256, 0.3);
}
.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;	
}
.alignleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;	
}
.attachment-thumbnail {
	max-width: 100%;
	height: auto;	
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
hr {
	clear: both;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	font-size: 1.5em;
	border: none;	
}
.credit {

	padding: 1em;
}
.credit a {
	font-size: .8em;

}
.credit a:hover {

	text-decoration: underline;
}
/* ---------- styles for carousel -----*/
.carousel-caption {
	position: relative;	
	left: 0%;
	right: 0%;	
}
.carousel-caption h3, .slideShowHeader {
	font-size: 2em;
}
.carousel-indicators {
	bottom: 0px !important; 	
}
/*end of styles for carousel ----*/
/* styles to vertically center bootstrap modal window */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*-------- styles for home.php -----*/
.archive-thumb {
	text-align: right;
	padding-top: 15px;	
}
.archive-item {
	margin-top: 20px;	
}
.archive-item h4 {
	font-size: 1.2em;
	color: #000;
}
.postedOn {
	font-style: italic;
	color: #888;
    position: relative;
    top: -10px;
    font-size: .9em;
}
.pager {
	margin-top: 3em;
}
.pager li>a, .pager li>span {
	border-radius: 0;
}
/*----------- end of styles for home.php --------*/

.dateBox {
	border: 1px solid #CCC;
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-top: .4em;
}
.day {
	float: left;
    font-size: 2em;
    padding-right: .1em;
	padding-left: .1em;
    border-right: 1px dotted #ccc;	
}
.monthYear {
	padding-left: .3em;
	padding-right: .3em;
	float: left;	
}


/*------- styles for contact footer ----------*/
.contact-footer a {
	color: rgba(256, 256, 256, .8);	
}
.contact-footer a:hover {
	color: rgba(256, 256, 256, 1);	
	text-decoration: none;
}
/*---------- end of styles for contact footer --------*/
.size-large, .size-medium, .size-full {
	max-width: 100%;
	height: auto;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: block !important;
    font-size: 22px !important;
    font-weight: 700;
    margin: 2rem 0 8px;
    padding: 1rem 0 !important;
    border-top: 1px solid #CCC;
}
.gform_wrapper.gravity-theme .gsection {
    border-bottom: none !important;
}
@media (min-width:768px) {
	.navbar {
		border-radius: 0px !important;	
	}
	.navbar-default .navbar-nav>li>a {
		color: rgba(256, 256, 256, .8);	
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: rgba(256, 256, 256, 1) !important;	
		background-color: rgba(0, 68, 124, 1);	
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current-menu-ancestor>a {
		color: rgba(256, 256, 256, 1);
		background-color: rgba(0, 68, 124, .8);	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(256, 256, 256, 1);	
	}
	.navbar-toggle { /*this is for the collapsed button to activate menu*/
		display: none;
	}
	.navbar-default {
		border: none;
		background-color: rgba(0, 68, 124, .8);	
		margin-bottom: 0px;
	}
	.equalheight {
		margin-bottom: -99999px !important;
		padding-bottom: 99999px !important;	
	}
	.carousel-caption {
		bottom: 0px !important;	
	}
	.carousel-caption h3, .slideShowHeader {
		font-size: 3em;
		text-shadow: 1px 1px 3px rgba(0,0,0,1)	;
	}

}