.flxbx {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flxbx div.left-cta,
.flxbx div.right-cta {
    width: 50%;
    padding: 0 16px;
}

.flxbx .table-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.flxbx .table-wrap .inner {
    display: table-cell;
    vertical-align: middle;
}

.camera_pag {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
}

.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background-color: rgba(255,255,255,.75);
    width: 14px;
    height: 14px;
}

.camera_wrap .camera_pag .camera_pag_ul li > span  {
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    width: 8px !important;
    height: 8px !important;
    top: 2px !important;
    left: 2px !important;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #777 !important;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #1c1c1c !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    width: 12px !important;
    height: 12px !important;
    margin: 10px 5px !important;
}

a.avenue-button.slider-button {
    margin-top: 15px;
    background: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*--- Parallax ---*/
.parallax {
  display: table;
  position: relative;
  width: 100%;
  max-width: 100%;
  background: none;
  z-index: 1;
  overflow: hidden;
}
.sc-slider-wrapper .parallax {
  height: 500px;  
  text-align: center;
}
.sc-slider-wrapper .parallax .camera_caption {
    left: 0;
}
.plx-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.parallax > .inner {
    display: table-cell;
    vertical-align: middle;
}

.sc-slider-wrapper .parallax h2 {
    display: inline-block;
    padding: 7px 40px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    -webkit-text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    font-size: 50px;
    line-height: normal;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.sc-slider-wrapper .parallax .plx-img {
    opacity: 0;
}


/* Widget - Call to Action CTA */
.avenue-callout .detail {
    margin-top: 15px;
    margin-bottom: 30px;
}
/*
#homepage-area-a .avenue-callout, 
#homepage-area-b .avenue-callout,
#homepage-widget .avenue-callout {
    text-align: center;
}*/

.avenue-callout .buttons {
    margin-top: 15px;
}

.avenue-callout .buttons .avenue-button {
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: .125em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.avenue-callout .buttons .avenue-button:hover {
    opacity: .85;
}

.avenue-sidebar .avenue-callout .buttons .avenue-button {
    width: 100%;
    text-align: center;
    color: #fff;
}

/* Contact Form */
    

form#scmod-contact-form input[type="text"],
form#scmod-contact-form textarea {
    width: 100% !important;
    border-radius: 0;
    border: none;
    border-bottom: thin solid #e4e4e4;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    font-weight: 400;
    color: rgba(0,0,0,0.54);
    background: none;
    border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 9;
    padding: 5px;
}

.avenue-contact-form input[type="submit"]:hover {
    opacity: .85;
}

form#scmod-contact-form  .group {
    position: relative;
    margin: 30px 0 50px 0;
}

form#scmod-contact-form  .group > label {
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .15em;
    z-index: 1;
}

.avenue-contact-form input[type="submit"] {
/*    height: 40px;
    line-height: 40px;*/
    margin-top: 15px;
/*    font-size: 18px;*/
    margin: 15px 0 0 auto;
    display: block;
   
/*    padding: 0 40px;*/
}

form#scmod-contact-form  label.focused-material {
    top: -20px;
    left: 0;
    font-size: 10px;
    line-height: normal;
}

form#scmod-contact-form .group.message-wrap {
    margin-bottom: 0;
}

.avenue-contact-form .detail {
    margin-top: 15px;
    margin-bottom: 40px;
}

.avenue-sidebar .avenue-contact-form input[type="submit"] {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}

footer#colophon.site-footer .avenue-contact-form input, 
footer#colophon.site-footer .avenue-contact-form textarea {
    color: #fff;
}

.avenue-contact-form input,
.avenue-contact-form textarea {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
    
.avenue-contact-form input.input-opacity, 
.avenue-contact-form textarea.input-opacity {
/*    background-color: rgba(255,255,255,0.15) !important;  */
}

.avenue-sidebar form#scmod-contact-form input[type="text"].input-opacity, 
.avenue-sidebar form#scmod-contact-form textarea.input-opacity {
    background-color: rgba(0,0,0,0.05);
}

footer#colophon form#scmod-contact-form input[type="text"].input-opacity, 
footer#colophon form#scmod-contact-form textarea.input-opacity {
    background-color: rgba(255,255,255,0.05);
}

footer#colophon.site-footer .avenue-contact-form label {
    color: #f8f8f8;
}

/* Contact Info Widget Module */
.avenue-contact-info .detail {
    margin-bottom: 15px;
    margin-top: 15px;
}

.avenue-contact-info .contact-row .detail {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 45px 15px 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 16px;
    line-height: 24px;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    border-bottom: thin solid #e4e4e4;
    overflow: hidden;
    position: relative;
}

.avenue-contact-info .contact-row .detail a {
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

footer#colophon.site-footer .avenue-contact-info .contact-row .detail a {
    color: #f8f8f8;
}

.avenue-contact-info .contact-row .detail:hover {
    padding-left: 5px;
}

.avenue-contact-info .contact-row .detail:hover a {
/*    line-height: 40px;*/
}

.avenue-contact-info .contact-row:last-of-type .detail {
    border-bottom: none;
}

.avenue-contact-info .contact-row .detail span.fa {
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 0%;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
    letter-spacing: normal !important;
    right: -40px;
    font-size: 22px !important;
    transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    opacity: 0;
}

.avenue-sidebar .avenue-contact-info .contact-row .detail span.fa {
    background: none;
}

.avenue-contact-info .contact-row .detail:hover span.fa {
    right: 0px;
    opacity: 1;
}

.avenue-contact-info .contact-row .detail span.fa:before {
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.avenue-contact-info .contact-row .detail:hover span.fa:before {
    transform: rotateY(-180deg);
}

.avenue-sidebar .avenue-contact-info .contact-row .detail {
    font-size: 14px;
}

.avenue-sidebar .avenue-contact-info .contact-row .detail span.fa {
/*    display: none !important;
    opacity: 0 !important;*/
}

/* Homepage Areas A & B */
div#homepage-area-a, 
div#homepage-area-b,
div#homepage-area-c,
div#homepage-area-d,
div#homepage-area-e {
    background: #fff;
    min-height: 100px;
    color: rgb(82, 82, 82);
/*    border-bottom: thin solid #eaeaea;*/
    background-size: cover;
    background-position: 50%;
}

div#homepage-area-a.parallax,
div#homepage-area-b.parallax,
div#homepage-area-c.parallax,
div#homepage-area-d.parallax,
div#homepage-area-e.parallax {
    min-height: 500px;
}

div#homepage-area-a.no-overlay, 
div#homepage-area-b.no-overlay,
div#homepage-area-c.no-overlay,
div#homepage-area-d.no-overlay,
div#homepage-area-e.no-overlay {
    padding: 40px 0;
}

div#homepage-area-a > .overlay-inner,
div#homepage-area-b > .overlay-inner,
div#homepage-area-c > .overlay-inner,
div#homepage-area-d > .overlay-inner,
div#homepage-area-e > .overlay-inner {
    padding: 40px 0;
}

div#homepage-area-a.no-overlay .overlay-inner,
div#homepage-area-b.no-overlay .overlay-inner,
div#homepage-area-c.no-overlay .overlay-inner,
div#homepage-area-d.no-overlay .overlay-inner,
div#homepage-area-e.no-overlay .overlay-inner {
    background: none;
}

div#homepage-area-a > .inner,
div#homepage-area-b > .inner,
div#homepage-area-c > .inner,
div#homepage-area-d > .inner,
div#homepage-area-e > .inner {
    padding: 50px 0;
}

div#homepage-area-a .avenue-contact-info .contact-row .detail span.fa,
div#homepage-area-b .avenue-contact-info .contact-row .detail span.fa,
div#homepage-area-c .avenue-contact-info .contact-row .detail span.fa,
div#homepage-area-d .avenue-contact-info .contact-row .detail span.fa,
div#homepage-area-e .avenue-contact-info .contact-row .detail span.fa {
    background: none;
}

div#homepage-area-a .avenue-contact-info .contact-row .detail,
div#homepage-area-b .avenue-contact-info .contact-row .detail,
div#homepage-area-c .avenue-contact-info .contact-row .detail,
div#homepage-area-d .avenue-contact-info .contact-row .detail,
div#homepage-area-e .avenue-contact-info .contact-row .detail {
    text-align: left !important;
}

/*#homepage-area-c,
#homepage-area-d {
    padding: 0 !important;
}*/

/* Pricing Table Module Widget */

.avenue-pricing-table .widget {
    background-color: #ffffff;
    text-align: center;
    color: #525252;
}

.avenue-pricing-table .widget .inner {
    padding: 5px;
}

.avenue-pricing-table .price {
    font-size: 50px;
    line-height: normal;
}

.avenue-pricing-table .description {
    margin: 30px;
}

.avenue-pricing-table .widget .inner .price {
    padding: 10px 0;
    margin-top: 30px;
}

.avenue-pricing-table .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}

.avenue-pricing-table .widget .inner.special .pricing-table-header {
    color: #fff;
    padding: 10px 15px;
}

.avenue-pricing-table .widget .inner .pricing-table-footer {
    background-color: #f8f8f8;
    padding: 10px 15px;
    margin: 15px 0 5px;
}
.avenue-pricing-table .widget .inner .pricing-table-header .widget-title {
    margin: 0;
}

.avenue-pricing-table .widget .inner.special .special {
    display: none;
}

.avenue-pricing-table .widget .inner .pricing-table-header {
    padding: 30px 15px 10px 15px !important;
}

.footer-boxes .avenue-pricing-table .widget .inner.special .pricing-table-header .widget-title {
    color: #fff !important;
}

.footer-boxes .avenue-pricing-table .widget .inner .pricing-table-header .widget-title {
    color: #525252;
}

.avenue-pricing-table .avenue-button {
    display: block;
    padding: 15px 0;
    margin: 0;
}

/* Testimonials Widget Module */
.avenue-testimonials .widget-title {
    margin-bottom: 15px;
}

ul#testimonials {
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
}

ul#testimonials .testimonial-content {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.testimonial-author {
    font-size: 20px;
}

#testimonials li {
    width: 100%;
}

#testimonials li .testimonial-author {
    padding: 0;
    margin: 0 0 0 0;
}

#testimonials li .testimonial-content {
    display: table-cell;
    vertical-align: middle;
}

.testimonial-content svg path {
    fill: #999;
}

.testimonial-content svg {
    padding-bottom: 2px;
    vertical-align: top;
}

.testimonial-content svg:last-of-type {
    transform: rotate(180deg);
}

#testimonials li .left-cta img {
    text-align: right;
    border-radius: 50%;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

#testimonials .flxbx div.left-cta {
    width: 25%;
    padding: 30px 30px 30px 0;
    text-align: right;
    border-right: 1px solid #cacaca;
}

#testimonials .flxbx div.right-cta {
    width: 75%;
    padding: 15px 20px 15px 0;
}

#testimonials .flxbx div.left-cta .inner {
    text-align: right;
}

#testimonials .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    height: 30px;
}

#testimonials .owl-buttons .owl-prev {
    left: -15px;
    position: absolute;
    background: none !important;
    opacity: 1 !important;
}

#testimonials .owl-buttons .owl-next {
    right: -15px;
    position: absolute;
    background: none !important;
    opacity: 1 !important;
}

#testimonials .owl-buttons .fa {
    margin: 0 -2.5px;
    font-size: 18px;
}

@media (max-width:767px) {

    #testimonials li.flxbx {
        display: block !important;
    }

    #testimonials .flxbx div.left-cta {
        width: 100%;
        padding-right: 0;
        border-right: none;
        text-align: center;
        padding-bottom: 0;
    }

    #testimonials .flxbx div.left-cta .table-wrap,
    #testimonials .flxbx div.left-cta .table-wrap .inner {
        display: block;
        text-align: center;
    }

    #testimonials .flxbx div.right-cta {
        display: block;
        width: 100%;
        padding-right: 0 !important;
    }

    #testimonials .flxbx div.right-cta {
        display: block;
        width: 100%;
    }

    #testimonials .flxbx div.right-cta .table-wrap, 
    #testimonials .flxbx div.right-cta .table-wrap .inner {
        text-align: center;
        display: block;
    }

    #testimonials li .testimonial-content {
        display: block;
        padding: 0 30px;
    }

}

footer .footer-boxes #testimonials li.flxbx {
    border-bottom: 0;
    color: #fff;
}

/* FAQ Module / Widget */
.faq-item {
    margin-bottom: 30px;
}

.avenue-faq .widget-title {
    margin-bottom: 15px;
}

.avenue-sidebar .avenue-faq .widget-title {
    margin-bottom: 30px;
}

.avenue-faq .faq-item {
    text-align: left;
}

.faq-item .faq-content {
    font-size: 20px;
    cursor: pointer;
}

.avenue-sidebar .faq-item .faq-content {
    font-size: 18px;
}

.faq-item .faq-answer {
    font-size: 16px;
    text-transform: initial;
    font-weight: 300;
    border-top: 1px solid #cacaca;
    padding: 15px 15px 15px 0px;
    margin-top: 15px;
    display: none;
}

footer .footer-boxes .avenue-faq .faq-content{
    color: #fff;
}


/* News Module / Widget */
.avenue-sidebar .widget-title {
    margin-bottom: 30px;
}

.news-item {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
/*    min-width: 270px;*/
    height: 400px;
    border: thin solid #dddddd;
/*    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);*/
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 30px;
}
.news-item:hover,
.hover {
/*    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);*/
}
.news-item:hover .news-image img,
.hover .news-image img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .6;
}
.news-item .news-image {
    background: #000000;
    height: 100%;
    overflow: hidden;
}
.news-item .news-image .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-item .news-image .date .day {
    font-size: 18px;
}
.news-item .news-image .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.news-item .news-image a {
    display: block;
    height: 100%;
}

.news-item .news-image .image {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    width: 100%;    
}

.news-item:hover .news-image .image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news-item .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.news-item .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-item .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.news-item .post-content .title a,
.post-content.no-image .title a {
    color: #333333 !important;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.news-item .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.news-item .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.news-item .post-content .post-meta {
  margin: 15px 0 0;
  color: #999999;
}
.news-item .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.news-item .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.avenue-news .post-content.no-image {
    background-color: #fff;
    padding: 30px;
    color: #333333;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.avenue-news .post-content.no-image:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.avenue-news .post-content.no-image .title {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
}

/* Masonry Alternate Blog */
.grid-sizer,
#masonry-blog-wrapper .blog-roll-item { width: 32%; }
.gutter-sizer { width: 2%; }

#avenue-alt-blog-wrap {
    padding: 50px 0;
}

#masonry-blog-wrapper .blog-roll-item article {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

@media (max-width: 1199px) {
    #masonry-blog-wrapper .blog-roll-item article {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    #masonry-blog-wrapper .blog-roll-item article {
        margin-bottom: 15px;
    }
}

#masonry-blog-wrapper .blog-roll-item article:hover {
/*    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);*/
/*    border: thin solid #dddddd;*/
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.33);
}
#masonry-blog-wrapper .blog-roll-item img {
    width: 100%;
    transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

#masonry-blog-wrapper .blog-roll-item .inner {
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    position: relative;
    overflow: hidden;
}

#masonry-blog-wrapper .blog-roll-item .inner.has-image {
    padding-top: 0px;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
} 

#masonry-blog-wrapper .blog-roll-item .post-category {
    margin-top: 30px;
    margin-bottom: 0px;
}

#masonry-blog-wrapper .blog-roll-item .post-category a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    letter-spacing: .15em;
    color: #909090;
}

#masonry-blog-wrapper .blog-roll-item .inner h3.post-title {
    cursor: pointer;
    margin: 0 0 5px 0;
    padding: 0;
    color: #333333;
    font-size: 20px;
    letter-spacing: .125em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

#masonry-blog-wrapper .blog-roll-item .inner h3.post-title a {
    color: #333333;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

#masonry-blog-wrapper .blog-roll-item hr {
    margin: 15px 0;
    border-color: #ddd;
}

#masonry-blog-wrapper h5.post-meta {
    margin-top: 5px;
}

#masonry-blog-wrapper .post-meta .byline {
    display: none;
}

#masonry-blog-wrapper .blog-roll-item .post-content {
    color: #656565;
}

#masonry-blog-wrapper .blog-roll-item h5.post-meta {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #656565;
}

#masonry-blog-wrapper .blog-roll-item h5.post-meta a {
    color: #656565;
}

#masonry-blog-wrapper .blog-roll-item .inner i.icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    font-size: 14px;
}

#masonry-blog-wrapper .blog-roll-item .image {
    position: relative;
    overflow: hidden;
}

#masonry-blog-wrapper .blog-roll-item .image a {
    overflow: hidden;
    display: block;
}

#masonry-blog-wrapper .blog-roll-item article:hover .image img {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    transform: scale(1.11);
}

#masonry-blog-wrapper .blog-roll-item article:hover .inner.has-image {
    margin-top: -15px;
    padding-bottom: 35px;
}

body.archive div#avenue-alt-blog-wrap {
    padding-top: 25px;
}
body.blog #avenue-alt-blog-wrap {
    padding-top: 0;
}
body.home.blog #avenue-alt-blog-wrap {
    padding-top: 50px;
}

.avenue-sidebar .avenue-callout.col-sm-12, 
.avenue-sidebar .avenue-contact-form.col-sm-12, 
.avenue-sidebar .avenue-contact-info.col-sm-12,
.avenue-sidebar .avenue-faq.col-sm-12,
.avenue-sidebar .avenue-testimonials.col-sm-12,
.avenue-sidebar .avenue-news.col-sm-12,
.avenue-sidebar .avenue-pricing-table.col-sm-12,
.avenue-sidebar .avenue-events.col-sm-12,
.avenue-sidebar .avenue-gallery.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.avenue-sidebar .avenue-testimonials #testimonials li.flxbx {
    border: none;
}

.avenue-sidebar .avenue-testimonials #testimonials li.flxbx {
    display: block !important;
}

.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.left-cta {
    width: 100%;
    padding-right: 0;
    border-right: none;
    text-align: center;
    padding-bottom: 0;
}

.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.left-cta .table-wrap,
.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.left-cta .table-wrap .inner {
    display: block;
    text-align: center;
}

.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.right-cta {
    display: block;
    width: 100%;
    padding-right: 0 !important;
}

.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.right-cta {
    display: block;
    width: 100%;
}

.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.right-cta .table-wrap, 
.avenue-sidebar .avenue-testimonials #testimonials .flxbx div.right-cta .table-wrap .inner {
    text-align: center;
    display: block;
}

.avenue-sidebar .avenue-testimonials #testimonials li .testimonial-content {
    display: block;
    padding: 0 30px;
}

.avenue-sidebar .avenue-testimonials #testimonials .owl-buttons .owl-prev .fa,
.avenue-sidebar .avenue-testimonials #testimonials .owl-buttons .owl-next .fa {
    color: #525252;
}

.avenue-sidebar .avenue-news .col-md-4 {
    width: 100%;
    float: none;
}

div#alt-single-wrap .post-title,
.page-template-default .post-title.alt-layout {
    text-transform: none;
    font-size: 32px;
    line-height: normal;
    margin-top: 5px;
    border-bottom: 1px solid rgb(228, 227, 227);
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
}

div#alt-single-wrap .post-meta {
/*    text-transform: uppercase;
    font-weight: 400;*/
}

.page-template-default .post-title.alt-layout {
    padding-bottom: 10px !important;
}

/* Avenue Events Widget Module */
.avenue-events img.wp-post-image {
    float: none;
}

.avenue-events .event-details {
    background-color: #fff;
    color: #333333;
    padding: 30px;
}

.avenue-events .event-details .title {
    margin: 0;
}

.avenue-events .event-details .title a {
    color: #333333 !important;
}

.avenue-events .event-details a.avenue-button {
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.avenue-events .event-details a.avenue-button:hover {
    opacity: .85;
}

.avenue-events .event-details .location {
    text-transform: uppercase;
    letter-spacing: .125em;
    margin-top: 5px;
}

.avenue-events .event-details .date {
    margin-top: 15px;
}

.avenue-events .event-details a.avenue-button {
    margin-top: 15px;
    margin-right: 0;
}

.avenue-events .event-post {
    margin-bottom: 30px;
}

.avenue-sidebar .avenue-events .event-post {
    border: thin solid #dddddd;
}

.avenue-sidebar .avenue-events .col-sm-6 {
    width: 100%;
}

.avenue-sidebar .avenue-events .event-details a.avenue-button {
    color: #fff !important;
}

footer#colophon .footer-boxes .avenue-contact-form input[type="submit"],
footer#colophon .footer-boxes .avenue-callout .buttons .avenue-button,
footer#colophon .footer-boxes .avenue-events .event-details a.avenue-button,
footer#colophon .footer-boxes .avenue-pricing-table a.avenue-button {
    color: #fff;
}

footer#colophon .footer-boxes .avenue-testimonials .widget-title,
footer#colophon .footer-boxes .avenue-news .widget-title,
footer#colophon .footer-boxes .avenue-events .widget-title,
footer#colophon .footer-boxes .avenue-faq .widget-title,
footer#colophon .footer-boxes .avenue-gallery .widget-title {
    margin-bottom: 30px;
}

/* CPT Page Template Events */
.page-template-cpt-page-events .avenue-events {
    margin-top: 30px;
}

.page-template-cpt-page-events .avenue-events .event-post {
    border: thin solid #dddddd;
}

.page-template-cpt-page-events .avenue-events .event-details a.avenue-button {
    color: #fff;
}

/* CPT Page Template Gallery */
.page-template-cpt-page-gallery #avenue-gallery {
    margin-top: 30px;
}

/* CPT Page Template News */
.page-template-cpt-page-news .avenue-news {
    margin-top: 30px;
}

/* CPT Page Template FAQ */
.page-template-cpt-page-faq .avenue-faq {
    margin-top: 30px;
}

/* Masonry Alternate Blog */
#masonry-blog-wrapper .blog-roll-item .image-corner {
    width: 50%;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent transparent #fff transparent;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;

}

#masonry-blog-wrapper .blog-roll-item .image-corner.left {
    width: 50%;
    height: 0;
    border-style: solid;
    border-width: 0px 500px 40px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: transparent transparent #ffffff transparent;
}

#masonry-blog-wrapper .blog-roll-item .image-corner.left.hovered {
    border-width: 0px 650px 65px 0px;
}

/*#masonry-blog-wrapper .blog-roll-item .image-corner.right.hovered {
    border-width: 0px 0px 40px 300px;
    bottom: -15px;
}*/

/* --- Post Slider CTA Bar --- */
div#post-slider-cta {
    padding: 50px 30px;
    text-align: center;
}

div#post-slider-cta .main-heading {
    font-size: 28px;
    margin-top: 0;
}

div#post-slider-cta .secondary-heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

@media (max-width:767px) {

    div#post-slider-cta .main-heading {
        font-size: 24px;
    }

    div#post-slider-cta .secondary-heading {
        font-size: 18px;
    }

}

div#post-slider-cta a.avenue-button {
    border: 2px solid;
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
