/* Header */

/* Remove search bar hc-33754964-vk*/
input#woocommerce-product-search-field-0 {
    display: none;
}
/* Set min height for the cover block on homepage SS-34826536-hc */
.home .site-main .post-468 .wp-block-cover {
  min-height: 90vh;
}
@media screen and (max-width: 780px){
.home .site-main .post-468 .wp-block-cover {
  min-height: 40vh;
}
}
/* Reduce header size | 33509584-hc | MR */
/*
header#masthead {
    margin-bottom: 0px;
    top: -2.5em;
}
*/

/*Remove border on mobile menu | #34470257-hc (zy) Remove the menu border on focus | KG-34471003-hc*/
.menu-toggle {
	border: none !important;
}
button.menu-toggle:focus{
	outline-color: #ededaf00;
}


/*Remove extra space above header | #34470257-hc (zy)*/


@media screen and (min-width: 768px) {
.site-header {
	padding-top: 10px;
}
}

.site-header .custom-logo-link,.site-header .site-logo-link {
	display:block;margin-bottom:-3em;
}

/* Smaller header | 33509584-hc (LS)*/ 
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-branding {
    height: 50px;
}
/* Reduce logo image size for mobile SS-34359652-hc 
@media screen and (max-width: 768px) {*/
.site-header .custom-logo-link img{
   max-height: 60px;
   width: auto;
 }

/* Align menu to center | 33795750-hc (LS) */
#menu-menu {
  text-align: center;
}


/*
#page {
    padding-top: 160px !important;
}

@media (max-width: 768px){
	#page{ 
	padding-top: 90px !important;
}*/


/* Smaller logo | 33509584-hc (LS) */
.site-header .site-branding img {
    max-width: 170px;
    margin-bottom: 20px;
}

/* stregh line logo and menu*/
@media (min-width: 768px){
.main-navigation .ul .secondary-navigation .ul {
   
    padding-left: 25px !important;
    
}
}

/* reduce margin on the right side of logo KG-33754964-hc */
/* @media(min-width:800px) {
  .sp-header-row .sp-header-span-2:first-of-type {
    margin-right: 0px;
  }
} */
/* Change the text width in community and about us page on mobile SS-34416524-hc*/
@media screen and (max-width: 768px){
.page-id-113 .entry-content .wp-block-group__inner-container,
.page-id-167 .entry-content p {
    max-width: 90% !important;
}
}
/* TEstimonial*/

/* Testimonial entries  | 33529532-hc RW */
.testimonial-entry {
  /*background-color: white;*/
  color: whitesmoke;
}

/* Testimonials block  | 33529532-hc RW */
@media (min-width: 768px) {
.jetpack-testimonial-shortcode.column-2 {
    max-width: 75%;
    margin: 0 auto;
}
}

/* Set max width to single product pages | 33823097-hc | MR */
.single-product .site-content {
	max-width: 75%;
	margin: 0 auto;
}
/* Footer */

/* Hide underline from custom social icons in footer | 33572751-hc */
.textwidget.custom-html-widget .fa {
    text-decoration: none;
}

/* Hide Homepage H1 | 33492814-HC MK */
body.home h1.entry-title {
    display: none;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title,
 .site-footer .widget .widgettitle {
    padding-bottom: 0%;
}


/* Custom footer credit / 33572751-HC (JJ) */

#colophon .site-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 0;
}

#colophon .site-info a, #colophon .site-info span, #colophon .site-info br {
  display: none;
}

#colophon .site-info::before, #colophon .site-info::after {
  font-size: 12px;
}

#colophon .site-info::before {
  content: 'Matu Herbs & Organics © 2020 All rights reserved.';
}

#colophon .site-info::after {
  content: 'Developed by: Deep Bhatt';
  margin-top: 5px;
}


/*Template */


/* Make full-width template homepage 100% wide | 33492814-HC MK */
@media (min-width: 768px) {
    body.home.page-template-template-fullwidth .col-full {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
/*Decrease spacing between products Our Product section on homepage 4661509-zen*/
.page-id-468 .woocommerce.columns-3 {
    max-width: 75%;
    margin: 0 auto;
}
}

@media (min-width: 768px) {
/* Decrease bottom margin for testimonials. xxxxxx-hc/zed JM*/
.page-id-468 .testimonial-entry {
margin-bottom: 0.7em !important;    
}
}

@media (min-width: 768px) {
/*Decrease spacing between footer section on homepage 4661509-zen*/
.footer-widgets  {
    max-width: 75%;
    margin: 0 auto;
}
}

/* Reduce space between header and site content | 33509584-HC NJ */

@media screen and (min-width: 768px) {
.site-content {
    margin-top: -80px;
}
}

/* Justify product short descriptions / 33509584-HC (DZ) */
.woocommerce-product-details__short-description > p {
    text-align: justify !important;
}


/* Remove link outline | 33509584-hc (LS) */
a:focus {
    outline-color: transparent;
}
/* Add pading after footer in mobile SS-34417045-hc */
@media screen and (max-width: 600px) {
.site-footer {
padding-bottom: 6em;
  }
}
/* Make form fields rounded hc-34417045-vk*/
.page-id-909 .form-row input {
  border-radius: 10px;
  border: 2px solid transparent;
}

/* Make login form smaller and centered in my accounts page hc-34417045-vk*/
form.woocommerce-form.woocommerce-form-login.login {
    width: 50%;
    margin-left: 25%;
    border: none;
}
.post-909 h2 {
    text-align: center;
}
/* Adjust size of registration form / 34417045-hc (BM) */ 

.page-id-909 form.woocommerce-form.woocommerce-form-login.login,
.page-id-909 .woocommerce form.register {
  width: 50%;
  margin-left: 25%;
  border: none;
}

.page-id-909 .woocommerce form.register input {
    width: 100%;
}

/*  End Adjust size of registration form / 34417045-hc (BM) */

