/* ========= INFORMATION ============================ - document: Wow Plugin! - author: Dmytro Lobov - version: 1.0 ==================================================== */ /* Tab style */ .wow-plugin .tab-box{ width: 100%; box-sizing: border-box; } .wow-plugin .tab-box:after{ clear:both; content:""; display:block; } .wow-plugin .tab-nav{ margin:0; padding:0; list-style:none; width:145px; float:left; border-right: 1px solid #1f9ef8; } .wow-plugin .tab-nav li{ float:left; margin-bottom:1px; } .wow-plugin .tab-nav li a{ display:inline-block; width:125px; padding:10px 10px; font-size:14px; color:#000; text-decoration:none; } .wow-plugin .tab-nav li a:hover{ color:#000; text-decoration:none; font-weight: 700; } .wow-plugin .tab-nav li.select a{ background: #fff; box-shadow: none; border-bottom: 1px solid #1f9ef8; font-weight: 700; } .wow-plugin .tab-nav .active{ display:inline-block; padding:5px; } .wow-plugin .tab-box>div{ margin:0 0 0 145px; padding:10px; border-left: 1px solid #1f9ef8; } .wow-plugin .tab-panels{ background:#fff; } /* Flexbox elements */ .wow-container { display: flex; justify-content: space-around; } .wow-container .wow-element { width: 100%; padding:10px; } .wow-plugin label { font-weight: 600; cursor: default; } .wow-plugin label[for] { cursor: pointer; } /* form elements style */ .wow-element input[type=text],.wow-element input[type=tel],.wow-element input[type=number], .wow-element input[type=date], .wow-element select , .wow-element textarea{ width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; } .wow-plugin fieldset { border: 1px solid #eee; margin: 15px 0; } .wow-plugin legend { font-size: 18px; font-weight: bold; padding: 0 25px 0 10px; } /* Tooltip container */ .wow-help { font-size: 14px; cursor:help; } .wow-ui-tooltip{ position:absolute; background:#333; border-width:1px!important; border-radius:3px!important; box-shadow:1px 1px 2px 1px rgba(214,214,214,.5)!important; color:#dedede!important; max-width:300px!important; padding:7px!important; text-rendering:optimizeLegibility; text-shadow:none!important; z-index: 100051!important; } /* Right Sidebar */ .wow-sidebar h2 { border-bottom: 1px solid #eee; } .wow-sidebar .wow-element { padding: 0; } .wow-sidebar .wow-element h4 { line-height: auto; font-size: 14px; margin: 0 0 10px 0; } .wow-facebook::after { font-family: dashicons; content: "\f305"; margin-left: 5px; } .wow-email::after { font-family: dashicons; content: "\f469"; margin-left: 5px; }