/*Logo发光和消失解决问题*/
#site-logo #site-logo-inner a img {
    filter: none;
    min-height: 40px;
}




input, textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Open Sans';
}
button {
    cursor: pointer;
}








/*顶部自定义Header*/
#top_bar_custom p {
    margin-bottom: 0;
}

.icon_top_bar a.elementor-icon {
    display: block;
}

#topbar-template, #top-bar-content {
    width: 100%;
    display: block;
}
#top-bar-wrap {
    position: relative;
    z-index: 9999999;
}

#top_bar_contact_icon {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 5px 0;
}
#top_bar_contact_icon a img.wechat_image {
    display: none;
    width: 120px;
    max-width: 120px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 100%);
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
}
#top_bar_contact_icon a {
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    z-index: 9999999;
}
#top_bar_contact_icon a:hover img.wechat_image {
    display: block;
}

#top_bar_custom .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}



/*Let talk全局设置*/
#gform_wrapper_2.gform_wrapper h3.gform_title {
    font-size: 36px;
    text-align: center;
}
#gform_wrapper_2.gform_wrapper span.gform_description {
    font-size: 14px;
    text-align: center;
}
#gform_wrapper_2.gform_wrapper #gform_fields_2 li {
    padding-right: 0;
    margin: 0;
}
#gform_wrapper_2.gform_wrapper li.hidden_label input, #gform_wrapper_2.gform_wrapper textarea {
    margin-top: 0;
    padding: 8px 12px;
}
#gform_wrapper_2.gform_wrapper input[type="submit"] {
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
}






#owp-qv-wrap #wcpa-paragraph-1619506214082 {
    display: none !important;
}






/*使用评论系统后小图标不显示问题*/
i.fal:before, i.far:before {
    font-family: "Font Awesome 5 Free";
}





/*页脚社交链接样式*/
#ocean_social-3.widget-oceanwp-social ul li a {
    width: 35px;
    border-radius: 4px;
}







article.blog-entry.post .blog-entry-summary p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
article.blog-entry.post .blog-entry-header .entry-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
article.blog-entry.thumbnail-entry .blog-entry-category, article.blog-entry .blog-entry-comments {
	display: none;
}
.content-area {
	border-color: #f1f1f1 !important;
}
article.blog-entry.thumbnail-entry .blog-entry-bottom {
	border-top: 1px solid #e9e9e9 !important;
}
article.blog-entry.thumbnail-entry {
	border-bottom: 1px solid #cccccc !important;
	padding: 30px;
	background: #f9f9f9;
}
article.blog-entry.thumbnail-entry .blog-entry-content {
	width: 70%;
}
article.blog-entry.thumbnail-entry .thumbnail {
	width: 30%;
}






/*侧边栏的全局设置*/
div.sidebar-box {
	padding: 30px;
	background: #f9f9f9;
	border-bottom: 1px solid #cccccc;
}

div.sidebar-box input {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
}


body.single .elementor-widget-theme-post-content .wp-caption {
    max-width: 100%;
}



body.parent-pageid-1394 div[data-elementor-type="wp-page"] .elementor-nav-menu--main li > a {
    margin: 4px;
    padding: 8px;
    border: 1px solid #ccc;
}
body.parent-pageid-1394 div[data-elementor-type="wp-page"] .elementor-nav-menu {
    margin-bottom: 30px;
}

body.parent-pageid-1394 div[data-elementor-type="wp-page"] .elementor-nav-menu--main li > a.elementor-item-active {
    border: 1px solid #0056a1;
    background: #0056a1;
    color: #fff;
}


body.parent-pageid-1394 .elementor-tabs > .elementor-tabs-wrapper:before {
    content: "Sub-class";
    position: absolute;
    top: -40px;
    font-size: 20px;
    background: #0056a1;
    color: #fff;
    padding: 0 20px;
}
body.parent-pageid-1394 .elementor-tabs > .elementor-tabs-content-wrapper:before {
    content: "Items (6-7 Numbers) and the Description";
    position: absolute;
    top: -40px;
    font-size: 20px;
    background: #0056a1;
    color: #fff;
    padding: 0 20px;
}
/*Classification中的菜单*/
body.parent-pageid-1394 .elementor-widget-wp-widget-ocean_custom_menu li.current-menu-item a {
	color: #0056a1;
	background-color: #fff;
	border: 1px solid #0056a1;
}
body.parent-pageid-1394 div.elementor-widget-wp-widget-ocean_custom_menu li a {
	border: 1px solid #0056a1;
	width: 88px;
	background: #0056a1;
	margin: 3px;
	color: #fff;
}
body.parent-pageid-1394 div.elementor-widget-wp-widget-ocean_custom_menu li a:hover {
	color: #0056a1;
	background-color: #ffffff;
	border: 1px solid #0056a1;
}
/*Classification中的Tabs*/
body.parent-pageid-1394 .elementor-widget-tabs .elementor-tab-content ul > li {
	width: 49%;
	float: left;
	background-color: #fff;
	margin: 0.5%;
	padding: 10px 20px;
	box-shadow: 0px 0px 1px #333;
	min-height: 5.1em;
	font-size: 14px;
}
body.parent-pageid-1394 .elementor-widget-tabs .elementor-tab-content ul {
	list-style: none;
	margin: 0;
}








/*标题下面的横线*/
.elementor-widget-heading .elementor-heading-title.elementor-size-large:before {
	position: absolute;
	content: '';
	height: 3px;
	width: 140px;
	background: #0056a1;
	bottom: -20px;
	left: 50%;
	margin-left: -70px;
}







/*Classification中的Class内页全局设置*/
body.parent-pageid-1394 .elementor-section.elementor-section-boxed>.elementor-container {
    width: 100%;
}
body.parent-pageid-1394 #main {
    padding-top: 70px;
}
body.parent-pageid-1394 .elementor-widget-wp-widget-ocean_custom_menu > .elementor-widget-container {
    padding: 0 !important;
}






body.single-product.woocommerce form.cart:before {
    content: 'Order Here ⇩';
    position: absolute;
    top: -130px;
    padding-top: 130px;
    background: #fff;
    left: 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
body.single-product.woocommerce form.cart {
    border: 1px solid #ccc;
    padding: 20px;
    background: #fafafa;
}
body.single-product.woocommerce div.elementor-add-to-cart {
    margin-bottom: 40px;
}
.checkout_payment {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 0;
}
.checkout_payment img {
    width:263px;
}
/*body.single-product.woocommerce div.elementor-add-to-cart:after {*/
/*    content: '';*/
/*    background: url(https://www.registrationchina.com/rg_content/uploads/2021/04/paypal-paypemt.png);*/
/*    width: 273px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    bottom: -40px;*/
/*    height: 70px;*/
/*    left: 0;*/
/*    background-color: #fff;*/
    
/*}*/
body.single-product.woocommerce form.cart .wcpa_form_outer {
    margin: 0;
}
body.single-product.woocommerce form.cart .quantity+.button {
    margin-left: 0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    background: transparent;
    border: 2px solid #0056a1;
    color: #0056a1;
}
body.single-product.woocommerce form.cart .quantity+.button:hover {
    background: #0056a1;
    color: #fff;
}






/*页脚订阅邮件的样式*/
.emaillist form {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.emaillist .es-field-wrap {
    margin-bottom: 0;
    flex: 1;
}
.emaillist form label, .emaillist form input {
    color: #fff;
    font-size: 18px;
    background: transparent;
    outline: none;
}
.emaillist form input[name="submit"] {
    margin-left: 20px;
    border-radius: 4px;
    background: #0056a1;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
.emaillist form label {
    font-size: 30px;
}
.emaillist form input.es_txt_email {
    width: 100%;
    border-radius: 50px;
    padding: 0 20px;
    height: 45px;
}


/*自适应*/
@media (max-width: 767px) {
    .emaillist >form {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .emaillist input[type="submit"], .emaillist .es-field-wrap {
        width: 100%;
        margin-top: 10px;
    }    
    .emaillist form label {
        font-size: 24px !important;
    }
    .emaillist form input[name="submit"] {
        margin-left: 0 !important;
    }
    .emaillist form label, .emaillist form input {
        margin-top: 20px !important;
    }
    
    
    body.blog article.blog-entry.thumbnail-entry .thumbnail {
        width: 100%;
    }
    body.blog article.blog-entry.thumbnail-entry .blog-entry-content {
        width: 100%;
    }
    
    #cookie-law-info-bar a {
        display: block;
        width: 100%;
        margin: 5px 0 !important;
    }
    
}