/*
Theme Name:     Mini Campus 2015
Theme URI:      http://altuscampus.com/
Description:    Child theme for Mini Campus
Author:         Luke Miller - AltusMedical Group.
Author URI:     http://altuscampus.com
Template:       altuscampus2015
Version:        0.1.0
*/

@import url("../altuscampus2015/style.css");
.acmtRow {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  display: block;
}
.acmtClm {
  clear: none;
  float: left;
  box-sizing: border-box;
  padding: 3px;
  display: block;
}
.clm1-3 {
  width: 33%;
}
.clm2-3 {
  width: 66%;
}
.clm1-6 {
  width: 16.6%;
}
.clm1 {
  width: 100%;
}
.acmtRow .ae_course_directory_description {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  margin-left: 0px;
  padding-left: 20px;
  min-width: 250px;
}
.blue-btn {
  box-sizing: border-box !important;
  display: block;
}
a.blue-btn {
  display: inline-block;
}
.acmtContainer {
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding-left: 10px;
}
a[title='Log out'] {
  display: none;
}
.acmt_section-ASDKJKFSA {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(147, 167, 183, 0.6);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #999;
  padding: 10px;
}
.home-section {
  height: 400px;
}
@media (max-width:769px) {
  .acmtClm {
    width: 100%;
  }
}
.listing-item {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(147, 167, 183, 0.6);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #999;
  padding: 10px;
  list-style-type: none;
  margin-bottom: 15px;
}
.listing-item .image {
  display: block;
  float: left;
}
.listing-item .image img {
  margin: 10px 15px 10px 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: rgb(45,113,172) 2px solid;
}
.listing-item .image img:hover {
  border-color: rgb(99, 159, 211);
}
.listing-item .title {
  font-size: 21.5px;
  color: #445869;
  display: inline;
  clear: right;
}
.listing-item .title::after {
  clear: both;
}
.listing-item .excerpt-dash {
  display: none;
}
.listing-item .excerpt {
  display: block;
}

/* Trial Social Buttons */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 13px;
}


a:hover>.resp-sharing-button {
	text-decoration: none;
	color: white;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

#resp-sharing-button--google {
	margin-right: 5px;
	vertical-align: top;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

/*HEADER CHANGES*/
.navbar .container {
  display: flex;
    flex-direction: row;
    width: auto;
    margin: 0 auto;
    justify-content: center;
    max-width: 940px;
}

#header .logo {
  position: inherit;
  top: 0px;
  margin-bottom: 0px;
}

.navbar .brand {
  padding: 0px;
  float: none;
  margin-right: auto;
}

.navbar-inner, .navbar, .span12 {
  width: inherit;
}

.row {
  width: 100%;
  margin-bottom: 0px;
}

#cart {
  padding-left: 8px;
  float: none;
  order: 4;
}

.nav.pull-right {
  padding: 0px !important;
}

.nav-collapse {
  align-self: center;
}

#content .container.main-content-container {
  min-height: calc(100vh - 300px);
}

#footer {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
