/*
	Theme Name: 4yourhealth
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

#my-popup {
  border: 2px dotted #529a98;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 1px 1px 5px;
  background: #deeded;
  font-size: 18px;
  font-weight: 550;
  color: #356463;
  text-align: center;
}

#my-button {
    background: none #529a98;
    color: #ffffff;
    fill: #ffffff;
    border: none;
    text-decoration: none;
    outline: 0;
    border-radius: 100px;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

#my-button:hover {
    background: none #64b1af;
    color: #ffffff;
    fill: #ffffff;
    border: none;
    text-decoration: none;
    outline: 0;
    box-shadow: -1px 6px 19px rgb(218 6 93 / 25%);
    border-radius: 100px;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.rh-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    /*margin-right: -20px;*/
    margin-bottom: 20px;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry {
    margin-top: 0;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 800;
}
