/*
Theme Name:     Economist Child
Theme URI:      http://www.commercegurus.com/themes/economist-theme/
Description:    Child theme for Economist
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       economist
Version:        1.0
*/


/* Your css goes here */


/* HEADER - MOBILE MENU */
.mean-container a.meanmenu-reveal span:before {
    content: "";
    display: block;
    height: 2px;
    margin-top: 4px;
}

.mean-container a.meanmenu-reveal.meanclose span:nth-of-type(n+1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}

.mean-container a.meanmenu-reveal.meanclose span:nth-of-type(n+2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -2px;
}

.mean-container a.meanmenu-reveal.meanclose span:nth-of-type(n+2) {
    margin-top: -6px;
}

/* TESTIMONIALS */
.testimonial img { border-radius: 50%; width: 100px; height: 100px; height: auto; }
.testimonial .vc_column-inner { margin-bottom: 15px !important; }
@media (max-width: 767px) {
	.testimonial img { width: 60px !important; height: 60px !important; }
}

/* GALLERY */
.ngg-albumoverview.default-view p.ngg-album-gallery-image-counter { display: block !important; }


/* Google ReCaptcha */
.grecaptcha-badge { z-index: 99999; }

body.page-id-7 .cg-hero-bg { background-position: top; }