/*---------------------------------------------------------
 Title:			Adaptive Tabs
 Version:		v2
 Last Modified:	10/13/2014
---------------------------------------------------------*/
/*
@name:		Border, Box, and Background
@version:	1
@updated:	April 11, 2016
@requires:	A LESS compiler, file compiles to the
			main.min.css in /hut/{theme}/{version}/main.min.css
@comments:	File defines the shared mixins for border, box, and background styles
@source:	/themes/hut/shared/less/border-box-background.less
@map:
	Variables
	1. Borders
	1.1. Border Radius
	1.2. Border Box
	2. Background
	2.1. Box Shadow
*/
/*---------------------------------------------------------
 Tabs - Content
---------------------------------------------------------*/
#adaptive-tabs-widget [class^="icon-"]:before,
#adaptive-tabs-widget [class*=" icon-"]:before {
  margin: 0;
}
#adaptive-tabs-widget {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 16px;
  padding: 80px 0;
  width: 100%;
}
#adaptive-tabs-widget .nav-tabs > li > a {
  border: none;
  font-size: 18px;
  line-height: 18px;
  padding: 17px 30px;
  color: #7c7c7c;
}
#adaptive-tabs-widget .nav-list li {
  border-bottom: 1px solid #BEBEBE;
}
.tab-content {
  background: #fff;
  padding: 20px;
}
#adaptive-tabs-widget #adaptive-tabs ul li {
  list-style: none;
}
#adaptive-tabs-widget #social-feeds ul li {
  margin: 10px 0;
}
#adaptive-tabs-widget #adaptive-tabs #social-feeds h4.social-title {
  background: transparent;
  border-bottom: 1px solid #7c7c7c;
  font-size: 24px;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
#adaptive-tabs-widget #adaptive-tabs #social-feeds h4.social-title i {
  float: left;
  font-size: 32px;
  margin-right: 10px;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-event i.icon-rss {
  font-size: 23px;
}
#adaptive-tabs-widget #adaptive-tabs .description {
  display: block;
  font-size: 16px;
}
#adaptive-tabs-widget #adaptive-tabs p {
  font-size: inherit;
  line-height: 24px;
}
#adaptive-tabs-widget #adaptive-tabs .feat-image,
#adaptive-tabs-widget #adaptive-tabs .non-feat-image {
  text-align: center;
}
#adaptive-tabs-widget #adaptive-tabs .feat-image a,
#adaptive-tabs-widget #adaptive-tabs .non-feat-image a {
  text-decoration: none;
}
/*---------------------------------------------------------
 Tabs - Featured
---------------------------------------------------------*/
#adaptive-tabs-widget #adaptive-tabs #featured-event,
#adaptive-tabs-widget #adaptive-tabs #featured-news {
  background: #E7E6E6;
  padding: 10px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#adaptive-tabs-widget #adaptive-tabs #featured-event .date,
#adaptive-tabs-widget #adaptive-tabs #featured-news .date {
  font-size: 18px;
}
#adaptive-tabs-widget #adaptive-tabs #featured-event,
#adaptive-tabs-widget #adaptive-tabs #featured-news {
  padding: 32px 17px;
  overflow: auto;
}
#adaptive-tabs-widget #adaptive-tabs #featured-event h4,
#adaptive-tabs-widget #adaptive-tabs #featured-news h4,
#adaptive-tabs-widget #adaptive-tabs #featured-event h3,
#adaptive-tabs-widget #adaptive-tabs #featured-news h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
#adaptive-tabs-widget #adaptive-tabs #featured-news img {
  max-width: 100%;
  overflow: hidden;
}
#adaptive-tabs-widget #adaptive-tabs #featured-news i,
#adaptive-tabs-widget #adaptive-tabs #featured-event i {
  font-size: 100px;
  color: #666666;
}
#adaptive-tabs-widget #adaptive-tabs .date {
  font-size: 16px;
  margin: 0;
}
#adaptive-tabs-widget #adaptive-tabs #featured-event .description,
#adaptive-tabs-widget #adaptive-tabs #featured-news .description {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 16px 0;
}
.read-more-featured {
  display: block;
  margin-top: 1em;
}
/*---------------------------------------------------------
 Tabs - Non-Featured
---------------------------------------------------------*/
#adaptive-tabs-widget #adaptive-tabs #non-featured-event h3,
#adaptive-tabs-widget #adaptive-tabs #non-featured-news h3 {
  font-size: 24px;
  font-weight: normal;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-news h4,
#adaptive-tabs-widget #adaptive-tabs #non-featured-event h4 {
  font-size: 22px;
  margin: 0 0 10px;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-event ul,
#adaptive-tabs-widget #adaptive-tabs #non-featured-news ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-news i,
#adaptive-tabs-widget #adaptive-tabs #non-featured-event i {
  font-size: 60px;
  color: #666666;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-news img {
  max-width: 100%;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-event .see-all,
#adaptive-tabs-widget #adaptive-tabs #non-featured-news .see-all {
  margin: 16px 0;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-event .heading-height-event,
#adaptive-tabs-widget #adaptive-tabs #non-featured-news .heading-height-event {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
  overflow: auto;
}
#adaptive-tabs-widget #adaptive-tabs #non-featured-event .heading-height-event:hover,
#adaptive-tabs-widget #adaptive-tabs #non-featured-news .heading-height-event:hover {
  background-color: #ebebeb;
}
/*---------------------------------------------------------
 Media Queries
---------------------------------------------------------*/
@media (max-width: 680px) {
  #adaptive-tabs-widget {
    padding: 40px 0;
  }
  .nav-tabs > li {
    float: none;
  }
  #adaptive-tabs-widget .nav-tabs > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-bottom: 5px;
  }
}
@media (max-width: 660px) {
  #adaptive-tabs-widget #adaptive-tabs .feat-image {
    display: none;
  }
  #adaptive-tabs-widget #adaptive-tabs .feat-content {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #adaptive-tabs-widget #adaptive-tabs .non-feat-image {
    display: none;
  }
  #adaptive-tabs-widget #adaptive-tabs .non-feat-content {
    padding: 0;
    width: 100%;
  }
}
