/*
 * Styling for the mgoc-members-area plugin
 */

body.single-local_club .inner-header-description,
body.page-id-115738 .inner-header-description,
body.page-id-115736 .inner-header-description,
body.page-id-115735 .inner-header-description {
    display: none;
}

/*
 * UK map
 */
div.mgoc-uk-map {
  float: left;
} 
div.mgoc-uk-map-plus {
  float: left;
  padding: 1em;
}

/* 
 * List of Results
 */

.mgoc-local-club a,
.mgoc-local-club-subtypes a {
  text-decoration: none;      /* no underline normally */
}

.mgoc-local-club a:hover,
.mgoc-local-club-subtypes a:hover {
  text-decoration: underline; /* underline only on hover */
}

.mgoc-local-club {
    border: 1px solid #a9bdd4;
    background-color: #fff;
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
    min-height: 265px;
}
.mgoc-local-club.mgoc-local-meeting {
    min-height: 130px;
}
.mgoc-local-club.mgoc-club-links {
    min-height: 100px;
}

.mgoc-local-club-metadata {
    float: left;
    width: 70%;
}

.mgoc-local-club-photo {
    float: right;
    margin-left: 1em;
}
.mgoc-local-club-photo img {
    max-height: 225px;   
}
.mgoc-local-club-date {
    float: right;
    font-size: 0.85em;
    font-style: italic;
}
.mgoc-local-club-title {
/*    float: left;  */
    font-weight: bold;
}
.mgoc-local-club-price {
    font-weight: bold;
}
.mgoc-local-club-year {
    margin-left: 2em;
    font-weight: bold;
}
.mgoc-local-club-body {
    margin-top: 1em;
}
.mgoc-local-club-description {
    margin-top: 0.5em;
    font-style: italic;
}
.mgoc-local-club-news-caption {
    margin-top: 0.5em;
    font-style: italic;
}

/* Model filters */
#mgoc-local-club-subtypes {
    border: 1px solid #a9bdd4;
    background-color: #fff;
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
    display: none;
}
/*
.mgoc-local-club-subtype {
    border: 1px solid #a9bdd4;
    background-color: #f0f0f0;
    font-size: 0.8em;
    padding: 0.5em;
    line-height: 3em;
}
*/
#mgoc-local-club-subtypes-toggle {
    float: right;    
    font-weight: 600;
    font-size: 14px;
    padding: 0.5em;
/*
    background: #171717 url(images/interface/bg-primary-cta-arrow.png) 100% 50% no-repeat;
    border: none;
    color: #f8f8f8;
    line-height: 20px;
*/
}

/* Month filters */
div.mgoc-local-club-months {
    margin-top: 0.5em;
    padding: 0;
}
ul.mgoc-nav-links {
    list-style-type: none;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
ul.mgoc-nav-links li {
    float: left;
    margin: 2px;
    margin-right: 0;
}
ul.mgoc-nav-links li a {
    background-color: #a9bdd4;
    color: black;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;      /* no underline normally */
}
ul.mgoc-nav-links li.active a, 
ul.mgoc-nav-links li a:hover {
    background-color: #406ca0;
}

/* Styling for the custom post type template */
.mgoc-area-secretary-box {
    border: 1px solid #a9bdd4;
    background-color: #fff;
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
}
.mgoc-local-club-photo-large {
/*
    margin-left: 1em;
*/
}

/*
.type-local_club dt {
    display: inline-block;
}
.type-local_club dd {
    display: inline-block;
    margin-left: 0;    
}
*/
