/*
 Theme Name:   NDP Theme
 Theme URI:    https://nebraskademocrats.org
 Description:  Child theme
 Author:       Nebraska Democrats
 Author URI:   https://nebraskademocrats.org
 Template:     generatepress
 Version:      9.1
*/
::selection {
  background: #1a5091;
  color: #fff; }

::-moz-selection {
  background: #1a5091;
  color: #fff; }

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

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

.text-right {
  text-align: right; }

/*Site Specific Custom Styles*/
#sticky-navigation .inside-navigation.grid-container.grid-parent {
  max-width: none;
  padding: 0px 40px 0px 40px; }

.nav-float-right .is_stuck.main-navigation {
  z-index: 99999999999999 !important; }

.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus {
  color: #ffffff;
  background-color: #22a1c4; }

.close-search a {
  color: #fff !important; }

/* Candidates CSS * /

.candidatebar {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

h1.subtitle { 
	font-size: 18px;
}

.candidatesingle {
	width: 30%;
	margin: 0 1%;
    margin-top: 30px;
	display: inline-block;
	min-width: 250px;
    p {
        margin-bottom: 0;
    }
}


/* Mobile Styles */
@media (max-width: 768px) {
  .candidatesingle {
    width: 48%;
    margin: 0 1%;
    display: inline-block;
    min-width: 0px; } }

/*# sourceMappingURL=style-map.css.map */