/* featured brands shortcode */
a.pj-brand-link {
	text-align: center;
}
h2.pj_brand_title {
    margin: 0;
    font-size: 1em;
    text-align: center;
	text-transform: uppercase;
}
.pj-brands .owl-theme .owl-item img {
	max-width: 130px;
}
.pj-brands .owl-theme .owl-controls {
    padding: 0;
}
.pj-brands .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("../img/megnor/sprite.png") no-repeat scroll -77px -373px transparent;
}
.pj-brands .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background-position: -77px -400px;
}
.pj-brands .owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url("../img/megnor/sprite.png") no-repeat scroll -111px -373px transparent;
}
.pj-brands .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-position: -111px -400px;
}

/* featured brands widget */
.widget_pj_featured_brands_widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_pj_featured_brands_widget li:first-child {
    padding-top: 0;
}
.widget_pj_featured_brands_widget li {
    display: block;
}
.widget_pj_featured_brands_widget li {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 13px;
}
.widget_pj_featured_brands_widget a {
    display: inline-block!important;
}
.widget_pj_featured_brands_widget li .count {
    float: right;
    font-weight: bold;
    background-color: #f3f3f3;
    color: #9A9A9A;
    border-radius: 50px;
    padding: 0px 8px;
    line-height: 1.4;
    cursor: default;
}

/* single product */
.woo-short-description ul {
    list-style: none;
    padding: 0;
}
.woo-short-description ul li {
    margin-bottom: 10px;
    line-height: 1.8;
}
.woo-short-description ul li:last-child {
    margin-bottom: 0;
}
.woocommerce #review_form #respond p.stars {
    margin-top: 25px;
}
#tab-contact_form form {
    margin: 0 -15px;
}
#tab-contact_form .sh-cf7-body {
    display: inline-block;
}
#tab-contact_form p.pj-required-notice {
    margin-bottom: 10px;
    color: red !important;
    text-transform: uppercase;
}
#tab-contact_form .captcha img {
    margin-bottom: 0;
}
#tab-contact_form .wpcf7-submit {
    float: left;
}
#tab-contact_form .ajax-loader {
    margin-top: 12px;
}
#tab-contact_form .wpcf7-response-output {
    width: calc(100% - 30px);
    margin: 15px 15px 0 15px;
    padding: 15px;
}

/* loop */
.woocommerce.no-products .sh-nothing-found-big {
    max-width: 800px;
    margin-bottom: 30px;
}
.sh-popover-mini.featured {
    right: 0;
    left: auto;
}

/* testimonials */
.testimonial-list {
    margin-bottom: 30px;
}
.testimonial-list .testimonial:not(:last-of-type) {
    margin-bottom: 30px;
}
.testimonial-list .testimonial .reviewer {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-list ul.page-numbers {
    margin-top: 30px;
}
.testimonial-form {
    margin: 0 -15px;
}

/* portfolio shortcode */
.portfolio {
    margin-bottom: 45px;
}
.portfolio:last-of-type {
    margin-bottom: 0;
}
.pj-portfolios {
    margin: 0 -15px;
}
.pj-portfolios img.portfolio-image {
    width: 100%;
	margin-bottom: 0;
}
.pj-portfolios h2.pj_portfolio_title {
    margin: 15px 0 0 0;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}

/* fit vids */
.pj-video-container {
	margin-bottom: 15px;
}