/* Contact Form Customization */
.wpcf7-captchar {
    float: right;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input.wpcf7-not-valid {
    border-color: #ff0000;
}
span.wpcf7-not-valid-tip {
    font-size: 0.75em;
    clear: both;
    margin-top: 3px;
}
div.wpcf7 .relative {
    position: relative;
}
div.wpcf7 img.ajax-loader {
    background: #fff;
    padding: 9px;
    margin-left: 0;
    position: absolute;
    top: 0px;
    right: 0px;
}
div.wpcf7-mail-sent-ok {
    background: #398f14;
    border: 0;
    color: #fff;
}
div.wpcf7-mail-sent-ng {
    background: #ff0000;
    border: 0;
    color: #fff;
}
div.wpcf7-spam-blocked {
    background: #ffa500;
    border: 0;
    color: #000;
}
div.wpcf7-validation-errors {
    background: #f7e700;
    border: 0;
    color: #000;
}
div.wpcf7-response-output {
    margin: 30px 0 0;
    padding: 10px 20px;
    border-radius: 4px;
}
div.wpcf7 img.ajax-loader {
    background: #fff;
    margin-left: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 7px;
    border-radius: 50%;
    padding: 6px;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/* Testimonial nav tabs */

#tab-carousel .nav.nav-justified > li > a { position: relative; }
#tab-carousel .nav.nav-justified > li > a:hover,
#tab-carousel .nav.nav-justified > li > a:focus { background-color: transparent; }
#tab-carousel .nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #eee;
    border-radius: 15px;
    color: #fff;
}
#tab-carousel .nav.nav-justified > li.active > a > .quote { opacity: 1; }
#tab-carousel .nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #eee; }
#tab-carousel .nav.nav-justified > li > a > img {
    max-width: 100%;
    opacity: .3;
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#tab-carousel .nav.nav-justified > li.active > a > img,
#tab-carousel .nav.nav-justified > li:hover > a > img,
#tab-carousel .nav.nav-justified > li:focus > a > img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#tab-carousel .tab-pane .tab-inner { padding: 30px 0 20px; }

@media (min-width: 768px) {
    #tab-carousel .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }
}

/* Gallery available Columns */
.col-w-2 { width: 50% }
.col-w-3 { width: 33.333% }
.col-w-4 { width: 25% }
.col-w-5 { width: 20% }
.col-w-6 { width: 16.666% }
.col-w-7 { width: 14.285% }
.col-w-8 { width: 12.5% }
.col-w-9 { width: 11.111% }
.cols {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

/* pushmenu */
.pushmenu {
    background: #fff;
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    border-right: 1px solid #ccc;
}
.push-menu-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.push-menu-ul li {
    position: relative;
}
.push-menu-ul li a {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    display: block;
    padding: 10px 25px;
    margin: 0;
    text-overflow: ellipsis;
    position: relative;
    z-index: 9;
}
.push-menu-ul li a:hover {

    background-color: red;
}

.push-menu-ul li.menu-item-has-children em {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 10px 15px;
}
.push-menu-ul li.menu-item-has-children em:after {
    content: '\f078';
    font-family: "FontAwesome";
    font-style: normal;
}
.push-menu-ul li.menu-item-has-children.opened  em:after {
    content: '\f077';
}

.push-menu-ul li.menu-item-has-children .sub-menu {
    overflow: hidden;
    height: 0;
    padding: 0;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.push-menu-ul li.menu-item-has-children.opened .sub-menu {
    height: auto;
}
.pushmenu-left {
   left: -240px;
}
.pushmenu-left.pushmenu-open {
    left: 0;
}
.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.pushmenu-push-toright {
    left: 240px;
}
.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#mobile-menu a.grower.CLOSE:after {
    content: "\f078";
}
#mobile-menu a.grower:after {
    background: red;
    height: 30px;
    width: 30px;
    content: '\f078';
    font-family: FontAwesome;
    display: inline-block;
    float: right;
    margin-right: -10px;
    color: red;
}