h2 {
margin-top:25px;
margin-bottom:15px;
}
h3 {
margin-top:20px;
margin-bottom:10px;
}
#masthead {
height:140px;
}
.site-header .header-image {
width:250px;
height:100px;
}
.inside-navigation , .main-navigation{
background-color:#1b98ee;
min-height:60px;
width:100%;
}
.centered, .footer-bar .widget_nav_menu>div>ul {
justify-content: center;
}
.wp-block-buttons>.wp-block-button {
display: inline-block;
margin: 0 auto;
}
.wp-block-button a {
background-color: #1A98EE !important;
border: 0;
border-radius: 5px !important;
box-shadow: 1px 2px 3px 0 hsl(0deg 0% 0% / 20%);
color: white;
}
.search-form {
border-bottom-left-radius:4px;
border-top-left-radius:4px;
}
.search-form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #5d87a4;
font-size: 13px;
opacity: 1; /* Firefox */
}
.search-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #5d87a4;
}
.search-form::-ms-input-placeholder { /* Microsoft Edge */
color: #5d87a4;
}
.wp-block-buttons {
border-bottom: 1px solid;
padding-bottom: 1rem;
}
/* TABLE */
.pagecontent .innercon .left table, .wp-block-table table {
font-size: 16px;
line-height: 25px;
}
.table , .wp-block-table table {
width: 100%;
margin-bottom: 2rem;
background-color: transparent;
}
.wp-block-table td, .wp-block-table th {
padding: .75rem;
vertical-align: top;
border-bottom: 1px solid #dee2e6;
}
.specs tr:first-child , .specs td:first-child { font-weight: bold }
.specs tr:first-child {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.wp-block-table tbody tr:hover {
background-color: rgba(0,0,0,.075);
}