/* 

PANELS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 8. panels  --------- */
.panel {
  background: #fff;
  padding: 30px;
}
/*	homepage panels */
.homepage-panel {
  width: 30%;
  margin-right: 3.2%;
  padding-bottom: 30px;
}
.homepage-panel.last {
  margin-right: 0%;
  float: right;
}
.homepage-panel.full {
  width: 100% !important;
}
.homepage-panel.colour-two h2,
.homepage-panel.colour-two h3 {
  color: #006701 !important;
}
.homepage-panel h2 {
  text-align: center;
  font-size: 3em !important;
  font-weight: bold;
  margin-bottom: 20px !important;
  color: #006701;
}
.homepage-panel h3 {
  margin-top: 20px !important;
}
.homepage-panel p {
  min-height: 100px;
}
.homepage-panel a.button {
  margin-left: 40px;
  margin-top: 10px;
}
.homepage-panel.full a.button {
  margin-left: 0px;
}
div.homepagePanelImage {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-bottom: 1em;
}

/*	footer panels */
#footer .panel,
#useful-links .panel {
  margin: 10px 0;
  margin-right: 2.5%;
  background: none !important;
  padding: 0;
}
#footer .panel.last,
#useful-links .panel.last {
  margin-right: 0;
}

/*	sidebar panels */
div.sidebar .panel-holder {
}
div.sidebar .panel {
  padding: 20px 0;
}
div.sidebar .panel h2,
div.contentLeft.sidebar h2,
div.nav-side h2 {
  color: ##006701;
  font-size: 2.6em;
  text-align: center;
  font-size: 3em !important;
  font-weight: bold;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}
div.sidepanel-contact p {
  padding-left: 15px;
}

/*	ads */
.ad-spot-slideshow,
.ad-spot-slideshow-two {
}
.ad-spot-slideshow-sidebar {
}

/* courses */
.course-item {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
div.course-item div.left {
  /* margin-right: 20px; */
}
div.course-item div.right div.left {
  /* margin-right: 0px; */
}
.course-item h3 {
  margin-bottom: 10px;
}
.course-item h3 a {
  font-family: inherit;
}
.course-item h4 {
  color: #006701;
  font-size: 2em !important;
  margin-bottom: 0px;
  line-height: 1.8 !important;
}
.course-item p {
  font-size: 1.6em !important;
  margin-bottom: 0 !important;
  line-height: 1.8 !important;
}
.course-more-info {
  text-align: right;
}
.course-more-info .button {
  font-size: 1em;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 1;
  margin-top: 10px;
}

/* filter bar */
#courses-filter-bar {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

#courses-filter-bar .course-filter {
  margin: 0px 20px;
  width: 29%;
}

#courses-filter-bar .course-filter p {
  margin-bottom: 0px !important;
  width: 100%;
}

#courses-filter-bar .course-filter__college {
  width: 80%;
}

#courses-filter-bar .course-filter__college p.filter-label {
  width: 30%;
}
#courses-filter-bar .course-filter__college p.filter-select {
  width: 64%;
}
