/*
Theme Name: 	RexMed Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for RexMed - Premium WordPress Theme
Template:		RexMed
Version: 		1.6
*/

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


.highlight:not(.highlight_image) {
    background-color: #FBB84C;
}

#Top_bar .menu > li.hover > a {
    color: #FBB84C;
}

.opening_hours, .get_in_touch {
	-webkit-border-radius: 7px !important;
   -moz-border-radius: 7px !important;
   border-radius: 7px !important;

}

#Action_bar .contact_details li {
	color: #000 !important;
	font-size:14px;
}

#Footer {
    background-color: #FBB84C;
    color:#303030;
}

#Subheader {
    background-color: rgba(251, 184, 76, 0.7) !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #909;
}