/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

hr { 
    display: block;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
	border: 1px solid white !important;
	border-radius: 5px;
} 
p {
	margin: 0px;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
    background-color: rgba(255,255,255,0.8);
	border-radius:10px;
	border-color: #333333;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-family: "Roboto", Sans-serif, "微軟正黑體";
}
/*======================================== header */
.center-menu #site-navigation-wrap{
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
    right: 0;
    left: auto;
    width: calc(100% - 230px);
	padding-right: 20px;
}
#site-navigation-wrap .dropdown-menu{
	text-align: right;
}
#site-navigation-wrap .dropdown-menu>li{
	float: none;
    display: inline-block;
	vertical-align: middle;
}


.background-image-page-header-overlay{
	opacity: 0 !important;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{
	display: block !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

