#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
  
#content-sidebar, #content-full {
    margin-top: 0;
}
  
#inner-page-wrapper {
    margin-bottom: 0;
}
p#breadcrumbs, h1.entry-title{
    display: none;
}
.listing-result {
    position: relative;
    z-index: 1;
    display: block;
    padding: 140px 130px 123px;
    overflow: hidden;
}

.listing-result:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -110px;
    right: 0;
    background: transparent url(/wp-content/themes/metzlerrealty.com/modules/aios-ihf-template/templates/results-page/default/assets/css/../../../../../../../images/listings/listing-bg-a.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    width: 64%;
    height: 51%;
    min-width: 750px;
    min-height: 770px;
    opacity: 0.1;
}

.listing-result:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: transparent url(/wp-content/themes/metzlerrealty.com/modules/aios-ihf-template/templates/results-page/default/assets/css/../../../../../../../images/listings/listing-bg-b.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    width: 79%;
    height: 43%;
    min-width: 550px;
    min-height: 387px;
}

.listing-result .listing-wrap {
    position: relative;
    display: block;
}

.listing-result .listing-wrap:after {
    content: '';
    position: absolute;
    bottom: -123px;
    right: -130px;
    width: 40px;
    height: 60%;
    background: var(--primary) url(/wp-content/themes/metzlerrealty.com/modules/aios-ihf-template/templates/results-page/default/assets/css/../../../../../../../images/listings/listing-bg-c.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.listing-result .listing-title {
    position: relative;
}

#content .listing-title span small{
    text-transform: initial;
}

.listing-result .listing-slider {
    position: relative;
    display: block;
    margin-top: 64px;
}

.listing-result .listing-slider .listing-col,
.listing-result .listing-slider .listing-item,
.listing-result .listing-slider .listing-img {
    position: relative;
    display: block;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.listing-result .listing-slider .listing-col {
    vertical-align: middle;
}

.listing-result .listing-slider .listing-img {
    z-index: 1;
}

.listing-result .listing-slider .listing-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.listing-result .listing-slider .listing-img:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 115px;
    background: transparent url(/wp-content/themes/metzlerrealty.com/modules/aios-ihf-template/templates/results-page/default/assets/css/../../../../../../../images/listings/listing-hover-a.png) no-repeat;
    background-position: center center;
    margin: auto;
    width: 58.69%;
    height: 45.096%;
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.listing-result .listing-slider .listing-img canvas {
    display: block;
    width: 100%;
    height: 467px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.listing-result .listing-slider .listing-item:hover .listing-img:before {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.listing-result .listing-slider .listing-item:hover .listing-img:after {
    opacity: 0.25;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.listing-result .listing-slider .listing-info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 35px 50px 28px;
    width: calc(100% - 145px);
    -webkit-transition: all 0.4s 0.3s ease-in-out;
    transition: all 0.4s 0.3s ease-in-out;
}

.listing-result .listing-slider .listing-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 114px;
    max-width: 100%;
    height: 3px;
    background: var(--primary);
}

.listing-result .listing-slider .listing-item:hover .listing-info {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
}

.listing-result .listing-slider .listing-price {
    display: block;
    font-family: var(--font-family-title);
    font-size: 28px;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    line-height: 1;
}

.listing-result .listing-slider .listing-address {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4em;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listing-result .listing-slider .listing-misc{

    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4em;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.listing-result .listing-slider .listing-misc span{
    margin-right: 25px;
}

.listing-result .listing-slider .listing-misc span:last-child{
    margin: 0;
}

.listing-result .listing-slider .listing-item:hover .listing-price,
.listing-result .listing-slider .listing-item:hover .listing-address,
.listing-result .listing-slider .listing-item:hover .listing-misc {
    width: calc(100% - 242px);
}

.listing-result .listing-slider .listing-item:hover .listing-misc{
    margin-top: 9px;
    height: 15px;
}

.listing-result .listing-slider .listing-view-more {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 212px;
    border-color: #fff;
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.listing-result .listing-slider .listing-item:hover .listing-view-more {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

/* Uncomment this block of code if Slick */
/* .listing-result .listing-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.listing-result .listing-slider:not(.slick-initialized) .listing-col {
    padding: 15px;
}

.listing-result .listing-slider:not(.slick-initialized) .listing-col:nth-child(1) {
    width: 65%;
}

.listing-result .listing-slider:not(.slick-initialized) .listing-col:nth-child(2) {
    width: 35%;
}

.listing-result .listing-slider:not(.slick-initialized) .listing-col:nth-child(n + 3) {
    display: none;
}

.listing-result .listing-slider:not(.slick-initialized) + .listing-control {
    display: none;
}

.listing-result .listing-slider.slick-initialized .slick-slide {
    position: relative;
    display: block;
}

.listing-result .listing-slider.slick-initialized .slick-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.listing-result .listing-slider.slick-initialized .slick-slide > div .listing-col {
    padding: 15px;
    width: auto !important;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.listing-result .listing-slider.slick-initialized .slick-slide > div:nth-child(odd) .listing-col:nth-child(2) {
    min-width: 43%;
    max-width: 43%;
}

.listing-result .listing-slider.slick-initialized .slick-slide > div:nth-child(odd) .listing-col:nth-child(2):hover {
    min-width: 57%;
    max-width: 57%;
}

.listing-result .listing-slider.slick-initialized .slick-slide > div:nth-child(even) .listing-col:nth-child(1) {
    min-width: 43%;
    max-width: 43%;
}

.listing-result .listing-slider.slick-initialized .slick-slide > div:nth-child(even) .listing-col:nth-child(1):hover {
    min-width: 57%;
    max-width: 57%;
}

.listing-result .listing-control .listing-arrow.slick-hidden,
.listing-result .listing-control .listing-arrow.slick-hidden + .listing-view-all {
    display: none;
} */
/* #Uncomment this block of code if Slick */

/* Comment this block of code if Slick */
.listing-result .listing-slider > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.listing-result .listing-slider > div .listing-col {
    padding: 15px;
    width: auto !important;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.listing-result .listing-slider > div:nth-child(odd) .listing-col:nth-child(2) {
    min-width: 43%;
    max-width: 43%;
}

.listing-result .listing-slider > div:nth-child(odd) .listing-col:nth-child(2):hover {
    min-width: 57%;
    max-width: 57%;
}

.listing-result .listing-slider > div:nth-child(even) .listing-col:nth-child(1) {
    min-width: 43%;
    max-width: 43%;
}

.listing-result .listing-slider > div:nth-child(even) .listing-col:nth-child(1):hover {
    min-width: 57%;
    max-width: 57%;
}
/* #Comment this block of code if Slick */

.listing-result .listing-control {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 44px;
}

.listing-result .listing-control .listing-arrow {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #030303;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.listing-result .listing-control .listing-arrow:hover {
    color: var(--primary);
}

.listing-result .listing-control .listing-arrow:before {
    content: '';
    position: relative;
    display: block;
    width: 62px;
    height: 2px;
    background: var(--primary);
    margin-right: 22px;
}

.listing-result .listing-control .listing-arrow:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    background: var(--primary);
    -webkit-transform: rotate(-210deg);
    -ms-transform: rotate(-210deg);
    transform: rotate(-210deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    margin-top: -3px;
}

.listing-result .listing-control .listing-arrow + .listing-arrow {
    margin-left: 43px;
}

.listing-result .listing-control .listing-arrow.listing-next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.listing-result .listing-control .listing-arrow.listing-next:before {
    margin-right: 0;
    margin-left: 22px;
}

.listing-result .listing-control .listing-arrow.listing-next:after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.listing-result .listing-control .listing-view-all {
    margin-left: auto;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
    .listing-result .listing-slider .listing-img canvas {
        height: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .listing-result {
        padding: 100px 75px;
    }
    
    .listing-result .listing-slider .listing-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .listing-result .listing-slider .listing-view-more {
        right: 30px;
        padding-left: 20px;
        padding-right: 20px;
        width: 150px;
        font-size: 13px;
    }
    
    .listing-result .listing-slider .listing-item:hover 
    .listing-price, .listing-result .listing-slider .listing-item:hover .listing-address,
    .listing-result .listing-slider .listing-item:hover .listing-misc {
        width: calc(100% - 160px);
    }
    
    .listing-result .listing-slider .listing-img canvas {
        height: 375px;
    }
    
    .listing-result .listing-wrap:after {
        bottom: -100px;
        right: -75px;
    }
}

@media only screen and (max-width: 991px) {
    .listing-result {
        padding: 50px;
    }
    
    .listing-result:before {
        top: 0;
    }
    
    .listing-result:after {
        min-width: 0;
        min-height: 0;
    }
    
    .listing-result .listing-wrap {
        max-width: 720px;
        margin: 0 auto;
    }
    
    .listing-result .listing-slider {
        margin-top: 30px;
    }

    .listing-result .listing-slider > div{
        display: block;
    }
    
    .listing-result .listing-slider > div .listing-col {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    
    .listing-result .listing-wrap:after {
        display: none;
    }
    
    .listing-result .listing-slider .listing-item .listing-img:before,
    .listing-result .listing-slider .listing-item .listing-view-more {
        opacity: 1;
    }
    
    .listing-result .listing-slider .listing-item .listing-img:after {
        opacity: 0.25;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .listing-result .listing-slider .listing-item .listing-info {
        width: 100%;
    }
    
    .listing-result .listing-slider .listing-address,
    .listing-result .listing-slider .listing-misc {
        white-space: normal;
    }
    
    .listing-result .listing-slider .listing-item .listing-price, 
    .listing-result .listing-slider .listing-item .listing-address, 
    .listing-result .listing-slider .listing-item .listing-misc {
        width: 100% !important;
        padding-right: 180px;
    }
    
    .listing-result .listing-control {
        max-width: 320px;
        margin: 30px auto 0;
        padding: 0 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .listing-result .listing-control .listing-arrow.listing-next {
        margin-left: auto;
    }

    .listing-result .listing-control .listing-view-all {
        margin: 30px auto 0;
    }
    
    /* Uncomment this block of code if Slick */
    /* .listing-result .listing-slider:not(.slick-initialized) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .listing-result .listing-slider:not(.slick-initialized) .listing-col {
        width: 100% !important;
    } */
    /* #Uncomment this block of code if Slick */
}

@media only screen and (max-width: 767px) {
    .listing-result .listing-slider .listing-item .listing-price,
    .listing-result .listing-slider .listing-item .listing-address,
    .listing-result .listing-slider .listing-item .listing-misc {
        padding-right: 0;
    }
    
    .listing-result .listing-slider .listing-info {
        position: relative;
    }
    
    .listing-result .listing-slider .listing-item .listing-img:after {
        bottom: 0;
    }
    
    .listing-result .listing-slider .listing-img:before {
        border-bottom: none;
    }
    
    .listing-result .listing-slider .listing-img canvas {
        height: 320px;
    }
    
    .listing-result .listing-slider .listing-view-more {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
        margin: 30px auto 0;
    }
    
    .listing-result{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .listing-result .listing-slider .listing-misc{
        height: auto !important;
        margin-top: 9px !important;
    }
    .listing-result .listing-slider .listing-misc span {
        display: block;
        margin: 0 0 5px;
    }
}

:root { --aios-ihf-template-results-page-primary-color: #000;--aios-ihf-template-results-page-secondary-color: #4e4e4e; }
.ip-container #main-wrapper {
  overflow: hidden;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content-sidebar, #content-full {
  margin-top: 0;
}

#inner-page-wrapper {
  margin-bottom: 0;
}

#community-catalog {
  padding: 75px 130px 110px;
}

#content .community-main-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.community-slider {
  position: relative;
  margin-top: 38px;
}

.community-slider .slick-slide {
  margin: 0 -15px;
}

.community-slider .community-col,
.community-slider .community-item,
.community-slider .community-img {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.community-slider .community-col {
  padding: 15px;
  vertical-align: middle;
}

.community-slider .community-item {
  text-decoration: none;
}

.community-slider .community-img canvas {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-filter: grayscale(0.25);
  filter: grayscale(0.25);
}

.community-slider .community-name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  margin: auto;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.community-slider .community-name span {
  display: inline-block;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.community-slider .community-view-listing {
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  font-weight: 600;
  border-width: 2px;
  color: #fff;
  min-width: 230px;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
  opacity: 0;
}

.community-slider .community-item:hover .community-name {
  top: 20%;
  left: 15%;
  right: 15%;
  bottom: 20%;
  background: #000;
}

.community-slider .community-item:hover .community-name span {
  -webkit-transform: translateY(-50px) translateZ(0);
          transform: translateY(-50px) translateZ(0);
}

.community-slider .community-item:hover .community-view-listing {
  top: 50%;
  opacity: 1;
}

.community-slider .community-item:hover .community-img canvas {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.community-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0 -15px;
}

.community-slider:not(.slick-initialized) .community-col {
  width: 50%;
}

/* .community-slider:not(.slick-initialized) .community-col:nth-child(n + 7) {
  display: none;
} */

.community-slider:not(.slick-initialized) + .community-control {
  display: none;
}

.community-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.community-control .community-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #030303;
  text-transform: uppercase;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.community-control .community-arrow:hover {
  color: var(--primary);
}

.community-control .community-arrow:before {
  content: '';
  position: relative;
  display: block;
  width: 62px;
  height: 2px;
  background: var(--primary);
  margin-right: 22px;
}

.community-control .community-arrow:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 2px;
  background: var(--primary);
  -webkit-transform: rotate(-210deg);
  transform: rotate(-210deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  margin-top: -3px;
}

.community-control .community-arrow.community-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.community-control .community-arrow.community-next:before {
  margin-right: 0;
  margin-left: 22px;
}

.community-control .community-arrow.community-next:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.community-pagination {
  margin: 0 22px;
}

.community-pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}

.community-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px;
}

.community-pagination ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .12em;
  color: #030303;
  width: 26px;
  height: 26px;
  background: transparent;
  outline: 0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.community-pagination ul li.slick-active button {
  color: #fff;
  background: var(--primary);
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1280px) {
  #community-catalog {
    padding: 75px 110px;
  }
  .community-slider .community-img canvas {
    height: 375px;
  }
}

@media only screen and (max-width: 1199px) {
  #community-catalog {
    padding: 75px;
  }
  .community-slider .community-img canvas {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #community-catalog {
    padding: 50px 30px;
  }
  .community-slider {
    margin-top: 30px;
  }
  .community-slider .community-name {
    font-size: 22px;
    letter-spacing: .2em;
  }
  .community-slider .community-view-listing {
    min-width: 180px;
  }
  .community-slider .community-item:hover .community-name {
    top: 10%;
    left: 7.5%;
    right: 7.5%;
    bottom: 10%;
  }
  .community-control {
    max-width: 320px;
    margin: 30px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .community-control .community-arrow.community-next {
    margin-left: auto;
  }
  .community-slider:not(.slick-initialized) .community-col {
    width: 50% !important;
  }
  .community-pagination {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #community-catalog {
    padding: 50px 15px;
  }
  .community-slider:not(.slick-initialized) .community-col {
    width: 100% !important;
  }
  /*.community-slider:not(.slick-initialized) .community-col:nth-child(n + 3) {
    display: none;
  }*/
}

.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
