/*
Fix Buttons
*/

a.btn-default {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #7ca6c0;
  padding: 6px 12px 6px 12px;
  text-decoration: none!important;
  color: #fff!important;
  background-color: #7ca6c0!important;
}

a.btn-default:hover {
  background: #358abf!important;
  text-decoration: none;
}

/*
content-mglinks.php and single-mglinks.php
*/

.plant .entry-title {
    padding-top: .25em;
    padding-bottom: .15em;
}
.tax-group-archive > div {
    display: inline-block;
}
.tax-group-label-archive, .tax-group-label-single-page {
	padding-right: 10px;
}
.tax-group-item-list-single-page ul,.tax-group-item-list-archive ul {
	display: inline-block;
	padding: 0;
}
.tax-group-item-list-single-page ul.children:before, .tax-group-item-list-archive  ul.children:before {
	 content: ">";
	display: inline-block;
	
}
.tax-group-item-list-single-page li, .tax-group-item-list-archive li{
	display: inline-block;
}

.mglinks-url {
	margin-bottom: 15px;
	margin-left: 15px;
}
.content-mglinks-row h6, .content-mglinks-row h2 {
	padding: 0;
}

/*
All Call to Action Widgets
*/
.sow-cta-base h5 {
	font-size: 1.1em;
	text-transform: none;
}

.panel-grid-cell .so-panel {
margin-bottom: 0px !important; 
}

/*
Front Page Quick Links Widget
*/

.mg-quicklinks {
height: 400px;
overflow: auto;
}
@media (max-width: 767px) {

	.mg-quicklinks {
    height: 100%;
	}
}

 
.mg-quicklinks h3 {
    padding-top: 0!important;
    color:  #C76C14;
    font-size: 1.1em;
    text-align: center;
}
.mg-quicklinks ul {
    padding-left: 20px!important;
   
}
.mg-quicklinks li {
    list-style-type: none;
}
.mg-quicklinks p {
    padding:0;
    margin: 0;
}
.mg-quicklinks a {
    font-weight: 400!important;
    font-size: 18px;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif!important;
    color: #cfb991!important;
    text-decoration: none!important;
}
.mg-quicklinks a:hover {
    text-decoration: underline!important;
}
/*
Front Page Spotlight Widget
*/
.mg-spotlight-widget .sow-carousel-title h3.widget-title  {
	padding: 0 0 10px 0;
}

/*
Front Page Events Widget
*/
.widget_em_widget .widget-title {
    padding-top: 0;
    text-align:center;
    font-size: 1.5em;
    background-color: #CFB991;
    border-bottom: 0px #000 solid;
    color: #000;
    padding: 5px;
}
.widget_em_widget ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}
.widget_em_widget li > a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000;    
}

.widget_em_widget ul > li > ul > li {    
    display: inline;    
    padding-left: 20px;
    font-size: .9em;
}

li.all-events-link  {
	list-style: none;
	margin-top: 10px;
	text-align: center;
}


/*****
******
******	Custom Events Page
******
*****/

.custom-events-list {
	padding: 20px 10px;
}

.dffs-custom-events-list .event-categories li {
	display: inline-block;
	margin-right: 10px;
}
.dffs-custom-events-list a:link {
	text-decoration: none;
}
.dffs-custom-events-list .date{
	font-weight: 700;
}
 .dffs-custom-events-list a.title:link {
	font-size: 1.1em;
 }
.dffs-custom-events-list .event-categories li a,.dffs-custom-events-list .event-cats {
	color: 	#787878;
	font-size: .9em;
	font-weight: 700;
}
.dffs-custom-events-list .cat-icon {
	padding-left: 30px;
}
.dffs-custom-events-list .event-categories {
	display: inline-block;
	padding-left: 5px;
}
