/* 
Theme Name: SeaRobotics
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: searobotics
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.search-section {
    background: #efefef;
    padding-bottom: 50px;
}
.search-section .title {
    /* background: red; */
    padding: 80px 0px 90px 0px;
    background-image: url(https://searobotics.sitepreviews.dev/wp-content/uploads/2025/07/Bridge-Footings-and-Caissons.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.search-section .container {
    max-width: 1140px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.search-section .title h1.page-title {
    color: #fff;
    font-size: 37px;
    line-height: 52px;
    font-weight: 600;
}
.search-form {
    padding: 50px 0px;
}
.search-form .search-field.form-field {
    display: flex;
    justify-content: stretch;
    align-items: center;
}
.search-field.form-field button.submit-button {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.search-field.form-field button.submit-button {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    gap: 6px;
    height: 52px;
    align-items: center;
    border-radius: 0px .2rem .2rem 0px;
}
.search-form .search-field.form-field input[type="text"], .search-form select {
    height: 52px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 2px;
    padding: 17px 20px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-form .search-field.form-field input[type="text"]:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
.radio-field.form-field h2.field_title {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}
.search-form h3.field_label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.search-form .radio-field.form-field label {
    margin-right: 12px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.search-form .radio-field.form-field {
    margin-top: 40px;
}
.result-item h2.post_title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.search-section .pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
    /* gap: 20px; */
    border-bottom: 1px solid #e3e3e3;
}
.search-section .pagination span.page-numbers.current {
    color: #0096d6 !important;
    border-bottom: 3px solid #0096d6;
}
.search-section .pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.search-section .pagination .nav-links span.page-numbers.current, .search-section .pagination .nav-links a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #afafaf;
    padding: 12px 5px;
}
.search-results h2.post_title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.search-results p.post_excerpt, .search-results p.publish_date {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}
.search-results .result {
    margin-bottom: 40px;
}
.frm-fluent-form input[type="text"], .frm-fluent-form input[type="email"], .frm-fluent-form input[type="url"], .frm-fluent-form input[type="date"], .frm-fluent-form input[type="password"], .frm-fluent-form input[type="search"], .frm-fluent-form input[type="tel"], .frm-fluent-form input[type="number"], .frm-fluent-form select, .ff-default textarea.ff-el-form-control {
    display: block;
    width: 100%;
    border: none;
    border-radius: 2px;
    padding: 17px 20px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: 'Lato';
}   
.frm-fluent-form button.ff-btn.ff-btn-submit {
    padding: 14px 25px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    cursor: pointer;
    border: none;
}
.frm-fluent-form .ff-t-container {
    display: flex;
    gap: 30px;
    width: 100%;
}
.fluentform .ff-el-group {
    margin-bottom: 48px;
}
.ff-default textarea.ff-el-form-control {
    height: 160px;
}

.specsheet-form .fluentform .ff-el-group {
    margin-bottom: 30px;
}
.specsheet-form button.ff-btn.ff-btn-submit.ff-btn-lg.ff_btn_style {
    width: 100%;
}
.frm-fluent-form button.ff-btn.ff-btn-submit:hover {
    padding: 14px 25px;
    background: #000;
    opacity: 1;
}
.topbar-icons ul li:last-child a svg {
    width: 21px;
}
form#login-form {
    max-width: 385px;
}
form#login-form input {
    border: 0px;
    margin-bottom: 20px;
}
.justify-content-between {
    justify-content: space-between!important;
}   
.d-flex {
    display: flex;
}
form#login-form .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 0px;
    margin-bottom: 4px;
}
div#form-login-remember label.control-label {
    color: #000;
    font-weight: 400;
}
div#form-login-remember {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #000;
    align-items: center;
}
.remeber-forget-wrap a.forget-pass {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
div#form-login-submit {
    margin-top: 20px;
}
.remeber-forget-wrap a.forget-pass:hover {
    color: #1495d5;
}
ul.sub-menu li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
ul.elementor-nav-menu>li>ul>li>ul {
    margin-left: 250px !important;
}
.ff-el-group.w-50 {
    width: 50%;
    float: inline-start;
}
.ff-el-group.w-50.mr-15 {
    padding-right: 15px;
}
.ff-el-group.w-50.ml-15 {
    padding-left: 15px;
}
.search-section .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}
.search-section .title .container {
    z-index: 999;
    position: relative;
}
.search-field.form-field button.submit-button svg {
    font-size: 14px;
    fill: #fff;
}
.search-field.form-field button.submit-button:hover {
    background: #5c636a;
}

@media (max-width: 1784px) and (min-width: 1366px){
    .product-full-block  {
        padding: 20px !important;
    }
    .product-full-block h3 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 880px){
    ul.elementor-nav-menu>li>ul>li>ul {
        margin-left: 20px !important;
    }
    ul.elementor-nav-menu>li>ul {
    margin-left: 20px !important;
}
}
@media screen and (max-width: 767px){
    .ff-el-group.w-50 {
    width: 100%;
    float: none;
}
.ff-el-group.w-50.mr-15 {
    padding-right: 0px;
}
.ff-el-group.w-50.ml-15 {
    padding-left: 0px;
}
.frm-fluent-form .ff-t-container {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fluentform .ff-el-group {
    margin-bottom: 30px;
}
}



