.woocommerce ul.products li.product a img {
    width: 60%;
   }
.op-gns .op-menu > ul > li > a:after {
       background: #009999;  
}
.navbar-default .navbar-toggle span.icon-bar {
        background-color: #009999;
}

.content-section ul li {
    border-bottom: 0;
}

.content-section ul li:before {
    position: absolute;
	  content: '\f2d1';
    left: 0;
    top: 35px;
    bottom: 0;
    margin: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 300;
    border-radius: 3px;
    left: auto;
    color: #ffff;
    background-color: #009999;
    border: 0px solid #009999;
}
.op-single-blog:before, .op-single-blog:after {
    position: absolute;
    bottom: 0;
    content: '';
    height: 0px;
}
.op-testimonials-section .op-testimonial .item .op-customer-image {
    border: 2px solid #009999;}

.wpcf7-form-control-wrap .wpcf7-select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    font: normal normal normal 15px/1.4em;
    line-height: 1.5;
    border-top-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-right-width: 2px;
    border-color:#e8e6e8;
}
.wpcf7 label .wpcf7-form-control-wrap textarea {
    height: 60px;
    border: 2px solid #e8e6e6;
    width: 100%;
    resize: none;
    padding: 10px 15px;
}
.op-banner .item .banner-caption h2 {
    font-size: 30px;
    color: #009999;
}
.op-get-in-touch .location-section .location-marker:before, .op-right-sidebar .location-section .location-marker:before {
     content: "";
   }
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 3px solid #009999;
}