/*
Theme Name: nume
Theme URI: http://www.firstpage.hk/
Author: First Page Limited
Author URI: http://www.firstpage.hk/
Description: A Fully Custom WP theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nume
Tags:
*/

<style>
@import url(‘https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap’);

</style>

#lang_sel_list li {
	padding-right: 0;
}
.wpml-ls-legacy-list-horizontal {
	clear: none;
	padding: 0;
}

#contact .required {
	float: left;
}
#filters .private-cn,
#filters .private-en,
#filters .private {
	display: none;
}
@media screen and (max-width: 991px) {
	#contact .fieldset {
	    padding: 0;
	    width: 100%;
	    float: left;
	}
}

@media screen and (max-width: 767px) {
	#sidebar #contact-sidebar .fieldset {
	    padding-left: 0!important;
	    padding-right: 0;
	    width: 100%;
	    float: left;
	}
}

/* Constrction mode setting */
#admin-login { display: none; }

/* 2018-11-21 awoo edit  */
p#breadcrumbs a {
    display: contents;
}
p#breadcrumbs {
    color: #ea8f45;
    text-shadow: none;
}
p#breadcrumbs a:before{
	position: relative;
}

#fullwidth-post .heading .banner-title{
	font-family: '微软正黑体';
    color: #2b2b2b;
	font-weight: 500;
    line-height: 1.1;
	font-size:65px;
	margin:0;
}


/* About-us section1 css 14/12/2023 */
*{
  box-sizing: border-box;
}

.column-abt1 {
  float: left;
  width: 50%;
  padding: 10px;
}

.row-abt1:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 991px) {
  .column-abt1 {
    width: 100%;
  }
}

.img-abt1-container {
  display: flex;
  justify-content: center;
}

.img-abt1 {
 width: 100%;
}

.text-abt1 {
	text-align: left;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
  .text-abt1 {
    font-size: 14px;
  }
}
