.entry-title {
    text-align: left;
    font-size: 30px; 
    font-weight: bold;
    position: absolute;
    left: 26%;
    top: 25%;
    color: white !important;
    z-index: 1000;
    transform: translate(-10%, -50%);
    width: 450px;
    word-wrap:break-word;
    display: block;
}

@media screen and (max-width: 800px) {
  .entry-title {
    top: 30%;
  }
}

/*
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
    left: 26px;
    bottom: 50%;
    width: 30%;
    height: 100%;
    right: auto;
}
*/

.scboxtitle {
  	text-align: center;
}
.scbox {
    overflow: hidden;
  	border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 20px 0px;
}

.scbox1 {
    float:left;
    width:15%;
}

.scbox2 {
    float:left;
    width:50%;   
}

.scbox3 {
    float:left;
    width:25%;
}

.box1 {
		float: left;
    width: 28%;
    margin: 0px 15px;
    background-color: #ebebec;
    padding: 20px 10px 20px 10px;
}

.box2 {
  float: left;
    width: 28%;
    margin: 0px 15px;
    background-color: #ebebec;
    padding: 20px 10px 20px 10px;
}

.box3 {
  float: left;
    width: 28%;
    margin: 0px 15px;
    background-color: #ebebec;
    padding: 20px 10px 20px 10px;
}

.footer_text {
	text-align: center;
}

/*
.site-content {
	color: #106148;
}
*/

#theme-attribution {
  	display: none;
}

/*
.site-main, .entry-content {
  color: #106148;
}
*/

.logo-height-constrain {
  	width: 200px;
    height: 190px;
}

.gform_title {
  	display: none;
}

.pmtStatement {
  font-size: 11px;
}

.checktMsg {
   font-weight: bold;
   font-size: 11px;
}

.errorMsg {
  font-weight: bold;
  color: red;
}

.grey_out {
   cursor: not-allowed;
   pointer-events: none;

   /*Button disabled - CSS color class*/
   color: #c0c0c0 !important; 
   background-color: #ffffff !important;
  
   opacity:1 !important;     
}

.addressMsg {
   margin-top: -40px;
   position: absolute;
   float: right;
   margin-left: 30px;
}

.sys_txt p {
  	padding: 5px 0;
}

#HandicapIndexMsg {
  	color: red;
}

.phoneMsg {
  font-weight: bold;
  color: red;
}

.contactInfoDiv {
    float: right;
    width: 40%;
}

.contactInfo {
    font-size: 12px;
}

/*
.spinner {
    background-image:url('/wp-admin/images/spinner-2x.gif') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
*/

.playing_title,
.notplaying_title {
   margin: auto 0;
   font-weight: bold;
   font-size: 14px; 
}

.hidden {
  display: none;
}

.eventDescriptionDiv {
  margin: auto 0;
  font-size: 14px;
  font-weight: bold;
}

/* table list */
.new {
   display: none;
}

p.search-box {
    float: right;
    margin: 0;
}

.tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    padding-top: 5px;
    vertical-align: middle;
}

.tablenav .tablenav-pages {
    float: right;
    margin: 0 0 9px;
}

.tablenav .one-page .displaying-num {
    display: inline-block;
    margin: 5px 0;
}
.tablenav .no-pages, .tablenav .one-page .pagination-links {
    display: none;
}

/*
body {
    background: #f1f1f1; 
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}
*/

#the-list button.toggle-row {
    display: none;
}

.error {
  	color: red;
  	font-weight: bold;
}

.members th {
    text-align: center;    
    border: 1px solid black;
    background-color: #70AD47;
}

.members td {
  	padding: 3px 3px 3px 7px;
    text-align: left;
}

.div-sides {
  display : inline-flex;
}

tfoot {
	display:none;   
}