/*
	Theme Name: Wewoo201808
*/

body {
    margin: 0;
	font-family: "Roboto", Sans-serif, "Microsoft Yahei";
}

/* for search bar */
.elementor-row .elementor-search .label, .elementor-row .elementor-search .dismiss {
    padding: 0;
}
.elementor-search .form input.input {
    border: 0;
}
.elementor-search .form input.btn {
    display: none;
}

/* for search pagination */
.search_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}
.search_pagination .page-numbers {
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 5px;
    text-decoration: none;
}

/* menu style 1*/
#menu-style-1 .elementor-navigation ul {
    padding: 0;
}
#menu-style-1 .elementor-navigation ul li.menu-item {
    display: block;
}
#menu-style-1 .elementor-navigation ul li.menu-item:hover ul {
    top: 0;
    left: 100%;
}
#menu-style-1 .elementor-navigation ul ul li a {
    min-width: 230px;
}
#menu-style-1 .elementor-navigation .menu-item-has-children > a:after {
    content: "\f105";
}

.hardcoding_main {
	width: 1140px;
	margin: 0 auto;
}
#add_article, #manually_add_article {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
#add_article input, #add_article select, #add_article textarea, #manually_add_article > input, #manually_add_article select {
    width: 96%;
    line-height: 40px;
    padding: 0 2%;
    margin: 10px 0 20px 0;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}
#add_article select, #manually_add_article select {
    width: 100%;
}
#add_article button, #manually_add_article button#submit-button {
    background: #2ecc71;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 15px 50px;
}
.news_item {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
	position: relative;
}
.news_item .cn_badge {
    position: absolute;
    background: #d33d3c;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-left: 5px solid #000;
    box-shadow: 2px 2px 5px rgba(255,255,255,0.5);
}
.news_item .news_img {
    width: 20%;
    float: left;
    margin-right: 15px;
}
.news_item .news_title {
    font-size: 20px;
    color: #444444;
    font-weight: bold;
}
.news_item:hover .news_title {
    text-decoration: underline;
}
.news_item .news_owner {
    color: #bbb;
    font-size: 14px;
    padding-top: 15px;
}
.news_item .news_owner .news_date {
    padding-left: 20px;
}
.news_detail .news_title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
}
.news_detail .news_owner {
    color: #576b95;
	padding-bottom: 30px;
}
.news_detail .news_owner .news_date {
    padding-left: 10px;
    color: #ccc;
}
.load_more {
    background: #f8f8f8;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
	cursor: pointer;
}
.load_more:hover {
    background: #f0f0f0;
}
.coupon_item {
    border-bottom: 1px solid #ddd;
}
.coupon_item .news_title a {
    color: #128;
}
.coupon_item .news_img {
    width: 150px;
    max-height: 150px;
    text-align: center;
}
.coupon_item .news_content {
    margin-left: 165px;
}
.coupon_item .news_owner {
    padding-top: 10px;
}
.coupon_item:hover .news_title {
    text-decoration: none;
}
.coupon_item .news_owner .news_date {
    padding-left: 0;
}
.coupon_item .to_deal {
    float: left;
    background: #cee3f8;
    padding: 15px 20px;
}
.coupon_item .to_deal a {
    color: #5f99cf;
}
.coupon_item .news_code {
    float: left;
    margin-left: 20px;
    border: 1px solid #ccc;
	padding-right: 14px;
}
.coupon_item .news_code .text {
    background: #eee;
    padding: 14px;
    display: inline-block;
	margin-right: 14px;
}
.coupon_item .news_desc {
    margin-bottom: 10px;
	margin-top: 5px;
}
.hidden{
	display:none;
}
.align-center{
	text-align: center;
}