/*-----------------------------------------------------------------------------------

	Theme Name: HOPE - Non-Profit Charity Theme
	Theme URI: http://www.pulsarmedia.ca
	Description: Another Premium WordPress Theme by Pulsar Media
	Author: Pulsar Media
	Author URI: http://www.pulsarmedia.ca
	Version: 1.7
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
	License: GNU General Public License
	License URI: license.txt


General comments (optional).
-----------------------------------------------------------------------------------------*/
@import "css/bootstrap.css";
@import "css/main.css";

/* LMRF Landing Page Styling */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.lmrf-info h2,
.lmrf-info p,
.lmrf-info a {
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
}

.lmrf-info {
  padding: 2em;
  background: url(http://www.bclionsclub.org.au/wp-content/uploads/2015/04/Gala-background.jpg);
}

.lmrf-info h2 {
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  font-family: fantasy;
  font-weight: 100;
  letter-spacing: 1px;
}

.lmrf-info span {
  
}

.lmrf-button-blue {
  background: #005299;
  color: #FFF;
  padding: 0.5em 2em;
  margin-top: 1em;
  text-shadow: none !important;
}

.lfrm-address {
  font-size: 18px;
  line-height: 30px;
}

.lmrf-info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.lmrf-contact {
  text-decoration: underline;
  color: #FFF;
}

.lmrf-title {
  padding-bottom: 1em;
}

.lmrf-sponsors-panel h2,
.lmrf-sponsors-panel p {
  color: rgb(44, 110, 169);
  font-family: Oswald;
}

.lmrf-sponsors-panel h2 {
  padding-bottom: 1em;
}

.lmrf-sponsor-logo {
  max-width: 150px;
  float: left;
  padding: 5px;
}

@media (max-width: 980px) {
  .lmrf-sponsor-logo {
    float: none;
    margin: 0 auto;
  }
}

.lmrf-dsponsor-logo {
  max-width: 200px;
  height: 100px;
  float: left;
  padding: 5px;
}

.lmrf-sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.lmrf-sponsors-panel p {
  font-weight: bold;
}

.lmrf-spacer {
  width: 75%;
  margin: 0 auto;
  border-bottom: 1px solid rgb(44, 110, 169);
  padding-top: 1em;
}

.flex-caption h1 {
line-height: 40px;
}

/* LMRF sponsor page styling */

@media (min-width: 1200px) {
  .span3 {
    width: 0;
  }
}

.lmrf_sponsor_bulk img {
  object-fit: contain;
  min-height: 150px;
  /* Set to 0 if mobile view breaks */
  margin-bottom: 1em; 
}

@media (max-width: 980px) {
  .lmrf_sponsor_bulk img {
    min-height: 0 !important;
  }
}

.lmrf_sponsor_h2 {
  text-decoration: underline;
}

@media (min-width: 980px) {
  .lmrf_sponsor_h2 {
    padding-top: 1em;
  }
}

@media (max-width: 767px) {
  .lmrf_sponsor_bulk .span3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

.lmrf_sponsors_wrapper .pm_paddingVertical60 {
  padding-bottom: 0 !important;
}

.lmrf_sponsors_wrapper .span3 {
  width: 12em !important;
}