/* GS: for the column lines .t3-mainbody .blog .items-row > div {border:solid 2px;}*/

.carousel-inner .item .item-image {
      max-height: 23.5em; 
}

.carousel-inner .item .item-image img {
    max-height: 100%;
    max-width: 100%;
  min-height: 23.5em;
}

.blog .item .item-image {
    height: 12em;
}

.blog .item .item-image img {
    max-height: 100%;
    max-width: 100%;
}

/*
.blog .item .item-image img {
    max-height: 12em; 
}
*/

.article-intro {
  font-family: 'Calibri';
}

.logo-text a{
  color: #7162AD;
  font-weight: normal;
  font-size: 36px;
}

.t3-main-content .t3-module .module-title, .t3-mainnav .t3-navbar .navbar-nav > li > a, .topbar-left .nav > li > a, .ja-news .category-menu > ul > li, .brick-layout.swiper .category-menu > ul > li, .t3-sidebar .t3-module .module-title{
  text-transform: none;
}

/*adjustment of head social icon position*/
.head-social .social-list{
  margin-left: 0 !important;
}

/*adjust logo spacing*/
.t3-header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.t3-header .t3-sl .t3-module{
  min-height: 80px;
}

/*fix search module padding*/


.t3-sidebar .padding-small {
    border: 1px solid #eeeeee;
    padding: 12px;
  margin-top: 12px;
}

.t3-sidebar .t3-module .module-title{
      padding-top: 13px;
    padding-bottom: 13px;
}

.module-ct{
  padding: 15px;
}

.nav > li > a{
  padding: 5px 15px;
}

/*mega menu dropdown padding*/
.t3-megamenu .mega > .mega-dropdown-menu{
  padding: 0 15px;
}

/*gallery slideshow size*/
.ja-media-content .ja-gallery-list-wrap{
  max-width: 60%;
}


/*adjust gallery field so it fits*/
.edit .jalist  input[type="text"]{
  max-width: 168px;
}