.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.col-4{
	width: 38%;
	display: inline-block;
	vertical-align: top;
}
.col-5{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.col-2{
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
.col-3{
	width: 28%;
	display: inline-block;
	vertical-align: top;
}

.col-8{
	width: 78%;
	display: inline-block;
	vertical-align: top;
}

.col-7{
	width: 68%;
	display: inline-block;
	vertical-align: top;
}

.col-6{
	width: 58%;
	display: inline-block;
	vertical-align: top;
}

/* Add some margins for each label */
.form-inline label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

/* Style the submit button */
.form-inline button {
    font-family: Cabin,sans-serif;
    background-color: #f7d117;
    color: #0c0606;
    border-radius: 4px;
    text-align: center;
    padding: 12px 48px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: 19px!important;
    border: 2px solid #f7d117;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.form-inline button.reset {
    font-family: Cabin,sans-serif;
    background-color: #fff5c5;
    color: #0c0606;
    border-radius: 4px;
    text-align: center;
    padding: 12px 48px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: 19px!important;
    border: 2px solid #f7d117;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.nispaara_profile_container_height_300 {
	height: 300px;
}

.nispaara_profile_container_height_200 {
	height: 200px;
}

.nispaara_profile_container_height_500 {
  height: 500px;
}

.nispaara_profile_container_height_800 {
  height: 800px;
}

.nispaara_profile_container_height_100_per {
  height: 100%;
  display: block;
  margin-bottom: 40px;
}


.nispaara_profile_container h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.nispaara_profile_container{
	width: 100%;
}

.nispaara_profile_container sup {
    color: #ff0000;
    font-weight: bold;
}

.nispaara_profile_container div.error {
    color: #ff0000;
    font-size:10px;
}

.nispaara_profile_container .info {
    font-size: 14px;
    line-height: 1.75;
    margin: 18px 0 0;
    margin: 0px 0px 5px 0px;
}
.mt-24 {
	margin-top: 24px;
}
.ml-20 {
	margin-left:  20px;
}

.mr-10 {
  margin-right:  10px;
}
.mr-20 {
  margin-right:  20px;
}

.clear-fix {
  height: 100px;
}

.input_width_adjust {
  width: 97.5%;
}


/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
 }

 .editButton {
    font-family: Cabin,sans-serif;
    background-color: #f7d117;
    color: #0c0606;
    border-radius: 4px;
    text-align: center;
    padding: 12px 48px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: 19px!important;
    border: 2px solid #f7d117;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

 .editButton:hover {
    background-color: #fff5c5;
	transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), 
	background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), 
	border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	font-size: 20px !important;
}

.editFormInput {
  display:block;
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
}

.fullwidth{
  display: block;
  width: 100%;
}

.float-right{
  float: right;
  margin: 30px 30px 10px 0px;
}

.page-id-2265 .actioncenters .actioncenters-wrapper .actioncenters-item .actioncenters-item-top .actioncenter-city a:hover span{
	color: #000 !important;
	opacity:1;
}
body div p a:hover{
	color: #000 !important;
	opacity:1;
}

.nispaara_columns {
  display: grid;
  grid-template-columns: 48% 48%;
  width: 100%;
}

.column {
  padding: 10px 15px;
}

.nispaara-loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #F7D117;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  margin-top: 60px;
}

.nispaara-loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #000000;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.noEvents {
  margin-top: 40px;
  font-weight: bold;
}

#upcomingevents__custom_new_events {
  width: 100%;
}
#upcomingevents__custom_new {
  width: 100%;
}

#upcomingevents__custom_new_loader {
  margin-left:50%;
}
.nispaara_upcomingevents__filters{
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 30px;
}