/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*****Hiding Comment Icon & Comment Counts******/

i.icon-comment-empty-fa {
    display: none;
}

a.post-comments{
display: none;
}

/*****END: Hiding Comment Icon & Comment Counts******/


/************donation buttonn*************/
.donation{
    top: 0;
    right: 0;
    position: absolute;
    width: 88px;
    height: 55px;
}

.donation:lang(en-US){
    background: url(https://hkfyg.org.hk/wp-content/uploads/2018/01/donationbutton5en.png) no-repeat;
}

.donation:lang(zh-HK){
    background: url(https://hkfyg.org.hk/wp-content/uploads/2018/01/donationbutton5.png) no-repeat;
}

.header-classic #Action_bar .social
{
    padding: 12px 0;
    padding-right: 92px;
}

@media only screen and (max-width: 864px){

.header-classic #Action_bar .social:lang(en-US){
display: none;
}

}

@media only screen and (max-width: 767px){

.donation{
display: none;
}

}


/************donation buttonn*************/


/**************Update here for youth to you***************/

#Action_bar #searchform_en:before {
    content: "HERE FOR YOU． "!important;
}

/**************Update here for youth to you***************/


/***GCS: hide the placeholder text default set by Google****/

#wgs_widget-2 ::-webkit-input-placeholder, #wgs_widget-5 ::-webkit-input-placeholder, #wgs_widget-4 ::-webkit-input-placeholder, #wgs_widget-6 ::-webkit-input-placeholder {
   color:transparent;
}

#wgs_widget-2 :-ms-input-placeholder, #wgs_widget-5 :-ms-input-placeholder, #wgs_widget-4 :-ms-input-placeholder, #wgs_widget-6 :-ms-input-placeholder {
   color:transparent;
}

#wgs_widget-2 ::-moz-placeholder, #wgs_widget-5 ::-moz-placeholder, #wgs_widget-4 ::-moz-placeholder, #wgs_widget-6 ::-moz-placeholder {
   color:transparent;
}


/***GCS: hide the placeholder text default set by Google****/
