/*
 Theme Name:   Stratford BSAC
 Description:  Theme for Stratford BSAC, child of Tempara
 Author:       Chris Hastie
 Author URI:   http://www.oak-wood.co.uk
 Template:     tempera
 Version:      1.0.1
*/

#branding {
  border-bottom: 7px solid #23398B;
}

#sbsac-site-title {
  font-size: 20px;
  float: left;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  /*font-family: "Open Sans Light";*/
  font-family: "Ubuntu";
  color: #ffffff;
  line-height: 1.2;
}

#sbsac-site-title a {
  color: #ffffff;
}

#sheader {
  margin-top:10px;
}

#callusnow {
  font-family: "Ubuntu";
  font-size: 18px;
  color: #0abab5;
  margin: 8px 0;
}

#access ul li.current_page_item > a, #access ul li.current-menu-item > a,
#access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a 
#access ul li.current-post-ancestor > a, 
#access ul li.current-menu-parent > a, 
#access ul li.current-post-parent > a {
  color: #E30613;
}

#access ul ul li.current_page_item > a, #access ul ul li.current-menu-item > a,
#access ul ul li.current_page_ancestor > a, #access ul ul li.current-menu-ancestor > a 
#access ul ul li.current-post-ancestor > a, 
#access ul ul li.current-menu-parent > a, 
#access ul ul li.current-post-parent > a {
  color: #E30613;
}

 
.actualAuthor {
  clear: both;
  font-style: italic;
  font-size: 120%;
  padding-top: 7px;
}

ul.mcl-linklist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.mcl-linklist li.mcl-link-item {
  list-style-type: none;
  background-image: url(images/fileicons/doc-icon-24x24.png);
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 32px;
  margin-bottom: 0.8em;
}

ul.mcl-linklist li.mcl-link-item.mcl-file-pdf {
  background-image: url(images/fileicons/pdf-icon-24x24.png);
}

ul.mcl-linklist li.mcl-link-item.mcl-file-xlsx, 
ul.mcl-linklist li.mcl-link-item.mcl-file-xltx {
  background-image: url(images/fileicons/xlsx-icon-24x24.png);
}

ul.mcl-linklist li.mcl-link-item.mcl-file-ods,
ul.mcl-linklist li.mcl-link-item.mcl-file-ots{
  background-image: url(images/fileicons/ods-icon-24x24.png);
}

.mcl-filesize {
  font-size: smaller; 
}

.mcl-linklist a {
  font-weight: bold;
}

/*
.mcl-linklist-description {
  display: block;  
}
*/

.nivo-caption h2
{
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 47px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: none;
  font-weight: normal;
  text-align: right;
}

#slider-credits {
  font-size: 8pt;
  color: #888;
  float: right;
}


#bsaclogo {
  display: block;
  height: 65px;
}



h3.committeerole {
  color: #E30613;
  font-family: Open Sans Light;
  font-size: 20px;
  margin-top: 5px;
}

/* Magazine layout - include events */
.magazine-layout #content article.tribe_events {
float:left; 
width:100%;
padding: 0px 0px 10px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}



/* Committee list in news */
dl.ctteelist {
  
}

dl.ctteelist dt {
  font-weight: bold;
  clear: both;
  float: left;
  margin-right: 0.5em;
  /*width: 12em;*/
}

dl.ctteelist dt::after {
  content: ":";
  font-weight: bold;
}

dl.ctteelist dd {
  float: left; 
}

.entry-content a[href^="tel"]:link,
.entry-content a[href^="tel"]:visited, 
.entry-content a[href^="tel"]:hover,
.entry-content a[href^="tel"] {
    color: #555;
    cursor: default;
    text-decoration: none;
}

/*
.tribe-events-list-widget .tribe-events-widget-link a {
  font-size: 14px !important;    
}

p.tribe-events-widget-link {
  padding-left: 10px;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 !important;
  margin-left: 10px;
}

.tribe-events-list-widget h4.tribe-event-title {
  font-size: 14px;
  margin-bottom: 0;
}
*/

a:link, a:visited,
h1#sbsac-site-title a:link, h1#sbsac-site-title a:visited {
  font-weight: bold;   
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
  font-weight: normal;   
}


.widget-title a {
  color: #fff; 
}

.widget-title a:hover {
  color: #DBF5F3; 
}

#front-columns .column-text {
  margin-bottom: 10px;
}

a.contactlink:before {
  content: "\2709";
  margin-right: 0.3em;
  font-weight: normal;
}

a.contactlink {
  font-weight: normal;    
}

.columnmore {
  font-family: Ubuntu;
  /*font-size: 1em;*/
  font-weight: bold;
}

#footer2 #site-copyright a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

.ol-attribution {
  font-size: 8px;   
}

.ol-attribution a:link, .ol-attribution a:visited {
  font-weight: normal;   
}

.bigemphasis {
  color: #e30613;
  font-weight: bold;
  
}

div.standout {
  background-color: #E1E2E0;
  border: 3px solid #333531;
  padding: .75rem 1.25rem;
  margin: 0.75rem 0rem;
  border-radius: .25rem;
}

div.standout-warning {
  background-color: #fff3cd;
  border: 3px solid #ffc400;     
}

a.footnote-identifier-link {
    text-decoration: none;
    position: relative;
    top: -0.5em;
    font-size: 80%;
    padding-left: 1px;
}

img.no-border {
  border: none !important;
}

/* events widget */
h3.tribe-events-widget-events-list__event-title {
  font-size: 14px !important;   
  font-weight: bold;
}

div.tribe-events-widget-events-list__events,
div.tribe-events-widget-events-list__view-more
{
  margin-left: 10px;
}

article.tribe-events-widget-events-list__event.hentry {
  margin-bottom: 10px; 
}

@media (max-width: 800px) {
    #branding {
      padding: 0 !important;
      border-bottom: none;
    }

}

@media screen and (max-width: 650px) {
  #bsaclogo {
    margin: 0 auto 8px auto;
  }
  .entry-content a[href^="tel"]:link,
  .entry-content a[href^="tel"]:visited, 
  .entry-content a[href^="tel"]:hover,
  .entry-content  a[href^="tel"]{
      color: #0c8683;
      cursor: pointer;
  }
  .entry-content a[href^="tel"]:hover {
    text-decoration: underline;
  }
  .entry-content a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.3em;
  }
  
  .entry-content img.size-medium {
    width: 220px;   
  }
  
  #bg_image {
    display: none;
  }
  

}

@media screen and (max-width: 480px) {
  #sheader {
    display: none;
  }
  .entry-content img.size-medium {
    width: 170px;   
  }
}


@media screen and (min-width: 651px) {
  /* blue bars beneath hovered menus */
  #access a span:hover {
    border-bottom: 4px solid #E30613;
    padding-bottom: 6px;
  }
  
  /* custom footer styles */
  #site-copyright
  {
    display: block;
    float: left;
    clear: left;
    padding-top: 2px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 0;
    text-align: left;
  }
  

  #sfooter
  {
    float: left;
    clear: left;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #footer2 {
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 15px;
  }
  
  #bsaclogo {
    float: right;
  }
} 
