/*
 Theme Name:   OGCSA
 Theme URI:    http://dev.ogcsa.org/
 Description:  Peddlar Child Theme
 Author:       Design Missoula
 Author URI:   http://designmissoula.com
 Template:     peddlar
 Version:      1.2.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 GitHub Theme URI: https://github.com/DesignMissoula/ogcsa-theme
*/

#gform_49 input, #gform_49 textarea {
    background: #eee;
}
#gform_submit_button_49 {
    background: #005d38 !important;
}
#gform_submit_button_49:hover {
    background: #77CB6D !important;
}
#field_49_20 li li {
    list-style: square !important;
}
#field_49_31 {
    margin-top: -20px !important;
    margin-left: 20px !important;
}
.gform_button_select_files {
    color:#aaa !important;
}

.tribe-events-list-widget .tribe-event-featured {
    background: none !important;
 
}

.footer-shop.promo-message .inner .footer-shop-content p {
    display: inline;
    float: left;
    font-size: 1.618em;
    margin-bottom: 0;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    text-align: center;
    width: 100%;
}

.footer-shop.promo-message .inner {
    padding: 2.997em 0;
}


ul.nav li.float-right {
	float: right;
}

#header #logo {
    margin: 0px !important;
}


.post header h1 a:link, .type-page header h1 a:link, .post header h1, .type-page header h1 a,
.post header h1 a:link, .type-page header h1 a:link, .post header h1 a:visited, .type-page header h1 a:visited {
    color: #141414;
    font-size: 24px;
    margin: 0 0 0.218em !important;
     line-height: 1.216em !important;
}

.post .post-meta, .type-page .post-meta {
    font-size: 0.875em;
    margin: 0 0 2.018em !important;
}

.post .entry, .type-page .entry {
    margin-bottom: 2.018em !important;
}


.fullwidth-widgets .widget,  {
    /* padding: 4.0em  0 2.5em !important; */
}

div.home .widget, div.business .widget {
	/* padding: 0px !important; */
}

.fullwidth-widgets .widget .widget, div.home .widget .widget, div.business .widget .widget
 {
    padding: 0 0 1.0em !important;
}

#sidebar .widget {
    margin-bottom: 2.236em !important;
}

#sidebar .widget h1 {
	font-size: 26px;
}

#main, #sidebar {
    margin-bottom: 2.0em !important;
}

.fullwidth-widgets .widget, div.home .widget, div.business .widget {
    padding-bottom: 0px !important;
}

.home .homepage-area {
    margin-bottom: 0px !important;
}

#footer-widgets {
    padding-bottom: 0px !important;
}

#footer-widgets-wrapper {
	background: #FFF;
	 margin-left: -1.618em;
    margin-right: -1.618em;
}


.featured-image img {
	width: 100%;
	height: auto;
	margin-bottom: 4.236em;
}


#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #005d38 !important;
    color: #FFF !important;
}

.wpwidget-slideshow {
	max-width: 100% !important;
}

/* Directory Sponsors */

.platinum {
	color: #7a0b3c;
}

.gold {
	color: #D4AF37;
}

.silver {
	color: #474747;
}

.bronze {
	color: #CD7F32;
}

.listing-item {
	margin-bottom: 15px;
	clear: both;
}

.listing-item a {
	display: block;
	font-weight: bold;
}

#text-3 h2 { margin-bottom: 2em; }

.featured .entry-details { font-size: .8em; padding-bottom: 2em; }

.featured h3 { font-size: 1.5em; line-height: 1.45em; }

.featured h4 { font-size: 1.15em; line-height: 1.1em; font-weight: normal; }

.featured h5 { font-size: .95em;  line-height: .95em; font-weight: normal; }

header aside.post-meta ul {
	display: block;
	margin-bottom: 3px;
}

header aside.post-meta ul li {
	float: left;
	margin-right: 2em; 
}
.mobile-only {
  display: none;
}


/** New sponsor bottom layout - 1/31/2023 **/
.sponsors.grid {
  margin-top: 60px;
}
.sponsors.grid.platinum {
  margin-top: 0;
}
.sponsors.grid h3 {
  margin-top: 20px !important;
}
.sponsor-wrapper.flexing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sponsor {
  flex-basis: 325px;
  margin: 20px 10px;
}
.sponsor.silver {
  margin: 10px;
  text-align: center;
}
.sponsor img {
  max-width: 75%;
}
.contacts {
  z-index: 9;
}
/**Welcome to our newest members**/
.newest-member-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newest-member {
  flex-basis: 200px;
  margin: 15px 20px;
}
@media screen and (max-width:799px) {
  .mobile-only {
    display: block;
  }
}
