div#text-5 {
    text-align: center;
    font-size: 20px;
    background: #f1f1f1;
    padding-top: 20px;
}

.related.products {
  display: none;
}

i.fa.fa-shopping-cart {
    font-size: 20px;
}

.woocommerce .single_add_to_cart_button, .woocommerce-page .single_add_to_cart_button {
color:white;
}

@media only screen and (max-width: 1060px) {
.header_top {
    height: 70px;
}
}

@media only screen and (min-width: 601px) {
.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    width: 33%;
    float: left;
}
.header_top .right {
   display:none;
}
}

@media only screen and (max-width: 600px) {
.header_top .right a {
   color:white;
    text-align: center;
    font-size: 20px;
}
.header_top .left {
 display:none;
}
}

.footer_top .four_columns .column_inner {
    border-left: 0px solid #6f6f6f;
}

.style-clean_style blockquote.easy_testimonial {
    width: 100%;
}

@media only screen and (max-width: 480px) {
nav.mobile_menu>ul {
   width: 100% !important; 
}
}

@media only screen and (max-width: 480px) {
.header_bottom .container_inner {
    width: 300px !important;
}
}

.title h1 {
    color: #fff;
}

.title .breadcrumb {
    display: none;
}

.title {
    width: 100%;
    height: 100px;
    background-color: #7c497c;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
    color: white;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	font-size: 22px;
}