/*
Theme Name: Twenty Twenty Child
Theme URL:
Description: Twenty Twenty ChildTheme
Author: John Doe
Author URL:
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/

.wpc-home-menu-item{
    background: #1862a2;
    padding: 5px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid;
    border-radius: 15px;
}
.wpc-home-menu-item a{
    color : #fff !important;
}

.sample-01 {
    background-color:white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.sample-01 a{
    color: black !important;
    font-size: 1em !important;
}

  /* Dropdown button on hover & focus */
.sample-01:hover, .sample-01:focus {
    background-color:#E0E0E0 !important;
    font-size: 1em !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-bottom: none;
}

.price-01 {
    background-color:white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.picture-01 {
    justify-content: center;
    display: flex;
}

/* Change background color of the entire admin bar */
#wpadminbar {
    background-color: #616161 !important; /* Dark grey */
}

* Style the main admin bar links */
#wpadminbar .ab-item {
    color: #333 !important; /* White text */
}

#list-post-panel ul { width : 100%; list-style:none; }
#list-post-panel li {
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    background: #eee;
    list-style: none;
    text-align: center;
    border: 1px solid #cfcfcf;
}
.post-list-featured-image img{
    width: 100%;
    height: 400px;
}

.text-01 {
    font-size: 1.1em;
    font-family: 'Book Antiqua';
    text-align: justify;
}

.primary-menu .icon::after {
	background-color: #383838;
}

.primary-menu .icon::before {
	background-color: #383838;
}

.primary-menu ul {
	padding: 0 0 ;
}

.primary-menu ul::before {
	display: none;
}

.primary-menu ul::after {
	display: none;
}

.menu-item-246-zh {
    color: rgb(0,0,0) !important;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.menu-item-225-en {
    color: rgb(0,0,0) !important;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    
}

