/*
Theme Name: Cadsoft
Theme URI: https://www.mindboxtechnologies.com/
Author: Sanjay Idhatiya / Mindbox Technologies
Author URI: https://www.mindboxtechnologies.com/
Description: Cadsoft is a custom-built WordPress theme developed from scratch to recreate the existing website design with a modern, lightweight, and maintainable codebase. Built without page builders, this theme focuses on performance, flexibility, clean structure, and long-term compatibility with the latest WordPress, PHP, and plugin standards. It is tailored specifically for the Cadsoft website and supports reusable templates, custom modules, featured images, custom menus, and ACF-powered content management.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cadsoft
Tags: custom-theme, custom-logo, custom-menu, featured-images, acf-ready, responsive-layout, translation-ready, threaded-comments, clean-code, lightweight
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

:root {
    --bs-blue: #d13138;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #231f20;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #d13138;
    --bs-secondary: #231f20;
    --bs-success: #05862d;
    --bs-info: #027eaa;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 209, 49, 60;
    --bs-secondary-rgb: 35, 31, 32;
    --bs-success-rgb: 5, 134, 45;
    --bs-info-rgb: 2, 126, 170;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 35, 31, 32;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Source Sans Pro", "Arial", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: #231f20;
    --bs-link-color: #d13138;
    --bs-link-hover-color: #d13138;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #d13138;
}
body {
    color: #333333;
    font-size: 14px;
}
.post-meta {
    display: none;
}

.FloatButtonLeft {
    width: auto;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
}

.ai1ec-tag-filter {
    display: none !important;
}

#ProductIcons {
    height: 50px;
    background-color: #22ff00;
}

#CadsoftFooter {
    height: 65px;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2016/06/cadsoft_footer_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 15px solid #ffffff;
}

#CadsoftLink {
    padding-top: 30px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

#CadsoftCopyright {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
}

#CadsoftCallToAction {
    color: #ffffff;
    padding-top: 0px !important;
    padding-right: 1.5em;
    padding-bottom: -5px !important;
    padding-left: 1.5em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-color: #ce2a32;
}

.type-community_post {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 0 7px #dedede;
    box-shadow: 0 0 7px #dedede;
    float: left;
    margin: 0 0 20px;
    padding: 10px 20px;
    width: 100%;
}

.type-community_post h1 {
    border-bottom: 1px solid #dcdcdc;
    display: table;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.col-right {
    margin: 0 !important;
}

.col-inner.col-md-6 {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.auth-img {
    float: left;
    padding: 0 10px 0 0;
}

.type-community_post .entry-content {
    float: left;
    padding: 10px 0 0;
    width: 100%;
}

.col-left .post-thumb img {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px #bcbcbc;
    box-shadow: 0 0 3px #bcbcbc;
    max-height: 110px;
    padding: 5px;
    width: 100% !important;
}

#primaryPostForm label {
    display: inline-block;
    width: 150px;
}

#primaryPostForm input {
    width: 300px;
}

.post-comments span {
    color: #d13138;
}

em.moderation {
    color: #d13138;
}

.comment-reply-link {
    color: #ffffff !important;
}

.et_pb_button {
    color: #404041 !important;
}

.et_pb_button.btn-secondary {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0);
    background-color: #d13138;
    text-transform: uppercase;
}

#comment-wrap {
    margin-top: 50px;
}

.single .et_pb_post img {
    max-height: 350px;
    width: auto;
    margin: 0 auto;
    display: table;
}

.single .et_pb_post .comment_avatar img {
    width: 80px;
}

.bucket-builder-type {
    float: left;
    width: 14.28%;
}

.type-community_post .main_title a {
    font-size: 24px;
}

.comm-tags {
    background: #d13138 none repeat scroll 0 0;
    color: #ffffff;
    margin: 0 0 6px;
    padding: 3px 0 3px 10px;
    font-size: 12px;
}

.single .type-community_post {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single .comment.byuser {
    border: 1px solid #ddd;
    margin: 0 0 15px 0;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    padding: 15px;
}

.single .comment-body {
    margin-bottom: 25px;
}

.search-tag-form {
    padding: 10px;
    float: left;
}

.blurb-product-features {
    float: left;
    width: 25%;
}

.entry-author {
    display: none;
}

@media (max-width: 991px) {
    #content-area > div#sidebar {
        float: left !important;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .full-width-on-mobile .et_pb_row {
        width: 100%;
    }
    .community-left .page .col-right .col-inner.col-md-6 {
        padding: 10px;
        width: 100%;
    }
    .type-community_post h1 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .bucket-builder-type {
        width: 25% !important;
    }
    .blurb-product-features {
        width: 33.3% !important;
    }
}

@media (max-width: 479px) {
    .bucket-builder-type {
        width: 50% !important;
    }
    .blurb-product-features {
        width: 50% !important;
    }
    .community-left .search-product-form > label,
    .search-tag-form > label,
    .community-left .search-product-form > input[type="text"],
    .community-left .search-tag-form input[type="text"] {
        width: 100%;
    }
    .community-left #tagserach,
    .community-left #proserach {
        float: right;
        width: 100%;
    }
}

td.yes {
    background-color: #d13138;
    border-left: 10px solid white;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 103.75px;
    font-size: 0px;
}

td.compare.partial:after {
    position: absolute;
    width: 0;
    background-color: #d13138;
    left: 0px;
    border-bottom: 38px solid #efefef;
    border-right: 97px solid transparent;
    content: "";
    bottom: 0px;
}

td.compare.partial {
    position: relative;
    background-color: #d13138;
    border-left: 10px solid white;
    width: 103.75px;
    overflow: hidden;
    font-size: 0px;
}

td.compare.no {
    font-size: 0px;
    border-left: 10px solid white;
}

body.et-pb-preview #main-content .container table,
.entry-content table {
    border: none;
}

body.et-pb-preview #main-content .container table,
.entry-content table td {
    padding: 6px 0;
}

.expandable-panel h2 {
    font-size: 18px;
    font-weight: normal;
    color: #494040;
    text-align: left;
    cursor: pointer;
}

.expandable-panel h3 {
    font-size: 16px;
    font-weight: normal;
    color: #494040;
    padding: 12px 0;
}

.expandable-panel h4 {
    font-size: 14px;
    font-weight: normal;
    color: #494040;
    padding-left: 10px;
}

.expandable-panel h2:hover {
    color: #d13138;
}

.top-row td.yes {
    font-size: 14px;
    text-align: center;
}

.top-row .yes a {
    color: #ffffff;
    float: left;
    width: 100%;
    font-size: 16px;
}

.top-row img.smallbox {
    clear: both;
    display: table;
    margin: 0 auto;
}

.top-row span {
    font-size: 16px;
}

#test {
    animation: 1s linear 0s normal none infinite running pulse;
    -o-animation: 1s linear 0s normal none infinite running pulse;
    -moz-animation: 1s linear 0s normal none infinite running pulse;
    -webkit-animation: 1s linear 0s normal none infinite running pulse;
}

.comparison-container .icon-close-open {
    background-image: url("images/icon-close-open1.png") !important;
    height: 20px;
    left: 5px;
    position: absolute;
    width: 20px;
    margin-top: 10px;
}

.comparison-container .icon-close-open2 {
    background-image: url("images/icon-close-open2.png") !important;
    float: left;
    height: 20px;
    padding: 0 3px;
    width: 20px;
    margin: 16px 0 0 0;
}

.comparison-container .active-row .icon-close-open,
.comparison-container .active-row .icon-close-open2 {
    transform: rotate(90deg);
}

#main-content .comparison-container td {
    border-bottom: medium none !important;
    border-top: medium none !important;
}

#main-content .comparison-container tr {
    border-bottom: 1px solid #eee;
}

.level-2 {
    margin: 0 !important;
}

.comparison-container h2 {
    padding: 10px 0 10px 30px;
}

.level-2 tr {
    border-left: 20px solid transparent;
}

.level-3 td:first-child::before {
    background: #bdbdbd none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 7px;
    -webkit-transform: translate(22px, 0px);
    transform: translate(22px, 0px);
    width: 5px;
}

.level-3 td {
    padding-left: 30px !important;
    position: relative;
}

#main-content .comparison-container tr:last-child {
    border-bottom: medium none;
}

.active-row h2 {
    background: #eee none repeat scroll 0 0;
    color: #d13138;
}

.level-3 {
    margin: 0 !important;
}

.level-1 td:first-child {
    position: relative;
}

.comparison-container.expandable-panel table {
    border-collapse: unset;
    border-spacing: 2px;
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
        padding: 5px;
}

.comparison-bottom td {
    display: inline-block;
    padding: 6px !important;
    text-align: center;
    width: 103px;
}

.comparison-bottom {
    text-align: right !important;
}

.expandable-panel h3:hover,
.expandable-panel h4:hover {
    color: #d13138;
}

.scroll-msg {
    display: none;
}

.first-td img {
    display: none;
}

#ajax_save_new_post {
    margin-left: 10px;
    display: none;
    font-size: 17px;
    font-weight: bold;
    color: #004d2e;
}

#error_msg {
    color: #ff0000;
    font-size: 18px;
}

#success_msg {
    color: #004d2e;
    font-size: 18px;
}

.no_float {
    float: none !important;
    margin-top: 10px;
}


@media (max-width: 900px) {
    .comparison-container.expandable-panel {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        width: 100%;
        border: 1px solid #eee;
    }
    /*.comparison-container.expandable-panel table {min-width: 750px;}*/
    .scroll-msg {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .comparison-container h2 {
        padding: 10px 0 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #main-content .comparison-container .level-1 td {
        word-break: break-all !important;
        -o-word-break: break-all !important;
        -moz-word-break: break-all !important;
        -webkit-word-break: break-all !important;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .comparison-container.expandable-panel {
        border: 1px solid #eee;
    }
    .comparison-container h2 {
        padding: 0;
    }
    .expandable-panel h2 {
        font-size: 16px;
    }
    .comparison-container .icon-close-open {
        margin-top: 6px;
    }
    .expandable-panel h3 {
        padding: 0;
        overflow: hidden;
        float: left;
        width: 85%;
        word-break: break-word;
    }
    .expandable-panel h2 {
        float: left;
        width: 85%;
        word-break: break-word;
    }
    .expandable-panel h4 {
        float: left;
        width: 85%;
        word-break: break-word;
    }
    .comparison-container .icon-close-open2 {
        margin-top: 5px;
    }
    .level-3 td {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .level-3 td:first-child:before {
        top: 10px;
    }
    .level-1 td:first-child {
        width: 35%;
    }
    td.compare.partial {
        width: 15%;
    }
    td.yes,
    td.no {
        width: 15%;
    }
    #test {
        background-position: 0 0;
        background-size: 10px auto;
        height: 10px;
        width: 10px;
    }
    .expandable-panel h2 {
        font-size: 12px;
        padding: 0 0 0 18px;
        text-align: left;
    }
    .expandable-panel h3 {
        font-size: 11px;
    }
    .top-row img.smallbox {
        width: 22px;
    }
    .top-row td:first-child {
        clear: both;
        float: left;
        width: 100%;
    }
    .top-row td.yes {
        display: inline-block;
        float: none;
        font-size: 14px;
        text-align: center;
        width: 15.5% !important;
        position: relative;
    }
    .top-row {
        text-align: right;
    }
    .first-td {
        float: left;
        width: 100%;
    }
    .top-row .yes a span {
        color: #000;
        font-size: 8px;
        left: 50%;
        line-height: normal;
        position: absolute;
        text-align: center;
        top: -23px;
        transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
    .comparison-container .icon-close-open2 {
        background-position: 0 0 !important;
        background-size: 10px auto;
        height: 10px !important;
        width: 10px !important;
    }
    .level-3 td {
        padding-left: 0 !important;
    }
    .expandable-panel h4 {
        font-size: 11px;
        padding-left: 3px;
    }
    .level-3 td:first-child:before {
        display: none;
    }
    .comparison-bottom td {
        width: 13%;
        font-size: 11px;
    }
    .comparison-container.expandable-panel {
        margin: 0 0 0 -8%;
        width: 116%;
        overflow-x: hidden;
    }
    .comparison-container .active-row .icon-close-open,
    .comparison-container .active-row .icon-close-open2 {
        background-position: 0 -30px !important;
    }
    td.compare.partial:after {
        border-bottom: 28px solid #efefef;
        border-right: 58px solid transparent;
    }
    #main-content .comparison-container td {
        padding: 2px 0;
    }
    .first-td {
        padding-bottom: 35px !important;
    }
}

@media (max-width: 568px) {
    .level-1 td:first-child {
        width: 40%;
    }
    .top-row td.yes {
        width: 14.6% !important;
    }
    .comparison-bottom td {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .level-1 td:first-child {
        width: 35%;
    }
    .top-row td.yes {
        width: 16% !important;
    }
    .comparison-bottom td {
        width: 14%;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}



.client_info_block,
.client_address_block,
.client_product_info_block {
    border: 1px solid #eaeaea;
    padding: 20px;
}



.client_address_block {
    margin: 40px 0;
}



.comment_title {
    font-weight: bold;
    color: #d13138;
}


.panoicon {
    width: 266px;
    height: 289px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.panorama-lightbox {
    position: relative;
    display: block;
}

.panorama-lightbox:after {
    content: "";
    width: 230px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("images/360icon.png");
    z-index: 1;
    background-size: contain;
}

#container1271 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 968px) {
    #container1271 {
        max-height: 70vh;
    }
}

@media only screen and (min-width: 900px) {
    .et_pb_slide_with_image .et_pb_slide_description {
        float: left;
        width: 57.25%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    #post-61 .et_pb_slide_description {
        float: left !important;
        padding-right: 120px !important;
    }
    .et_pb_slide_image {
        right: 100px;
    }
}


@media only screen and (max-width: 1000px) {
    .et-pb-arrow-next {
        right: -50px;
        opacity: 1;
    }
    .et-pb-arrow-prev {
        left: -50px;
        opacity: 1;
    }
}

.mejs-offscreen {
    display: none;
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
}

.et_pb_vr_gallery {
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.et_pb_vr_gallery:hover .et_overlay {
    z-index: 3;
    opacity: 1;
}

.large-header-row {
    max-height: 40vw;
    min-height: 0px;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-page-banner {
    background-color: #ffffff;
    position: relative;
}

.product-page-banner .page-banner-image {
    margin: 0;
}

@media (min-width: 900px) {
    .product-page-banner .page-banner-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        bottom: 0;
        z-index: 1;
    }
}

.product-page-banner .page-banner-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100% !important;
    max-height: 35vw;
    min-height: 250px;
}

@media (min-width: 900px) {
    .product-page-banner .page-banner-image img {
        min-height: 350px;
        position: absolute;
        max-height: 100%;
        top: 0;
        right: 0;
        height: 100% !important;
    }
}

.product-page-banner.no_bg .page-banner-image {
    width: 100% !important;
}

.product-page-banner.no_bg .page-banner-image img {
    -o-object-position: center right;
    object-position: center right;
}

.product-page-banner .page-banner-360 {
    margin: 0;
    width: 100%;
    min-height: 50vw;
    overflow: hidden;
}

@media (min-width: 900px) {
    .product-page-banner .page-banner-360 {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 2;
        min-height: 0;
    }
}

.product-page-banner.has-image-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 900px) {
    .product-page-banner.has-image-map {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.product-page-banner .product-page-banner-image-map {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 20px;
    max-width: 800px;
}

@media (min-width: 900px) {
    .product-page-banner .product-page-banner-image-map {
        width: 50%;
    }
}

.product-page-banner .page-banner-content-wrapper {
    position: relative;
    z-index: 1;
    padding: 40px 20px 50px 20px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 900px) {
    .product-page-banner .page-banner-content-wrapper {
        min-height: 350px;
        width: 50%;
        padding: 40px 40px 50px 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: -webkit-gradient(linear, left top, right top, color-stop(75%, white), to(rgba(255, 255, 255, 0.85)));
        background: linear-gradient(90deg, white 75%, rgba(255, 255, 255, 0.85) 100%);
    }
}

@media (min-width: 1300px) {
    .product-page-banner .page-banner-content-wrapper {
        min-height: 500px;
    }
}

.product-page-banner.no_bg .page-banner-content-wrapper {
    background: transparent !important;
}

.product-page-banner .page-banner-content {
    width: calc(80% + 40px);
    max-width: 1000px;
    position: relative;
}

@media (min-width: 900px) {
    .product-page-banner .page-banner-content {
        width: 100%;
        max-width: 462px;
    }
}

.product-page-banner .page-banner-heading {
    color: #333;
    font-weight: bold;
    font-size: 45px !important;
    text-transform: uppercase;
    line-height: 1.3 !important;
}

@media (max-width: 1200px) {
    .product-page-banner .page-banner-heading {
        font-size: 35px !important;
    }
}

@media (max-width: 769px) {
    .product-page-banner .page-banner-heading {
        font-size: 27px !important;
    }
}

body.home .product-page-banner .page-banner-heading {
    color: #d13138;
    font-size: 35px !important;
}

@media (max-width: 1200px) {
    body.home .product-page-banner .page-banner-heading {
        font-size: 25px !important;
    }
}

@media (max-width: 769px) {
    body.home .product-page-banner .page-banner-heading {
        font-size: 25px !important;
    }
}

.product-page-banner.center_heading .page-banner-heading {
    text-align: center !important;
}

.product-page-banner .page-banner-content-inner {
    font-size: 1.5rem;
    margin-bottom: 20px;
    max-width: 300px;
}

.product-page-banner .page-banner-content-inner h2 {
    font-size: 18px;
    line-height: 30px;
}

.product-page-banner .page-banner-content-inner.has-form {
    max-width: none;
}

@media (max-width: 500px) {
    .product-page-banner .page-banner-content-inner {
        font-size: 1.2rem;
    }
}

.product-page-banner .page-banner-content-inner .et_pb_searchform {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-page-banner .page-banner-content-inner .et_pb_searchform input {
    -webkit-appearance: none;
}

.product-page-banner .page-banner-content-inner .et_pb_searchform input[type="submit"] {
    border: none;
    background-color: #333;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.product-page-banner .page-banner-content-inner .et_pb_searchform input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.product-page-banner.small_text .page-banner-content-inner {
    font-size: 1rem !important;
    max-width: none;
}

.product-page-banner .page-banner-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.product-page-banner .page-banner-logo {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
}

.product-page-banner .page-banner-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-page-banner .page-banner-contact-link {
    color: #333;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 14px;
}

.product-page-banner .page-banner-contact-link i {
    margin-right: 5px;
}

.product-page-banner .page-banner-contact-link:hover {
    color: #d13138;
}

/* Envisioneer Inspiration */

.ei-project-image-wrapper {
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 800px) {
    .ei-project-image-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

body.page-id-12395 .ei-project-image-wrapper {
    max-width: 1410px;
}

@media only screen and (max-width: 800px) {
    body.page-id-12395 .ei-project-image-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ei-project-image-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 0 30px 30px;
    text-align: center;
}

@media only screen and (max-width: 1285px) {
    .ei-project-image-content {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .ei-project-image-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 30px 20px 30px 20px !important;
        text-align: center;
    }
}

body.page-id-12395 .ei-project-image-content {
    padding-top: 100px;
}

.ei-project-image-inner {
    position: relative;
}

.ei-project-image {
    position: relative;
    z-index: 8;
}

.ei-coordinate-wrapper {
    position: absolute;
    z-index: 9;
    outline: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ei-coordinate-wrapper i {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.ei-coordinate-wrapper:hover i {
    color: #a3252b;
}

.ei-coordinate-wrapper:hover i.fa-inverse {
    color: #ffffff;
}

.ei-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ei-popup-inner {
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    position: relative;
}

.ei-popup-inner iframe,
.ei-popup-inner img {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

.ei-popup-outer {
    position: relative;
}

.ei-popup iframe {
    width: 900px;
    height: 506px;
    max-width: 100%;
    max-height: 100%;
}

.ei-popup.active {
    opacity: 1;
    pointer-events: auto;
}

.ei-close {
    position: absolute;
    top: -75px !important;
    right: 0;
    font-size: 32px;
    width: 50px;
    background-color: #d13138;
    color: white;
    border: 0px solid transparent;
    border-radius: 4px;
}

/* Customized Settings for Responsive Embeds */
.embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Material Card Box Shadows */
.m-card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.m-card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.m-card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.m-card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.m-card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* Custom Buttons */
.custom-btn {
    background-color: white;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.required {
    color: #d13138!important;
    font-size: 10px!important;
}

.et_pb_button, .et_pb_button_2 {
    color: #000!important;
    background-color: #fff!important;
    width: 100%!important;
    height: 50px!important;
    padding: 1rem!important;
    border: 0px solid transparent!important;
    border-radius: 4px!important;
    letter-spacing: 0px!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)!important;
    transition: 0.3s ease all!important;
    line-height: 1rem!important;
    margin: 1px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.et_pb_button:hover, .et_pb_button_2:hover {
    color: #fff!important;
    background-color: #000!important;
    transition: 0.3s ease all!important;
}
.et_pb_button::after, .et_pb_button_2::after, .et_pb_button::before, .et_pb_button_2::before {
    display: none!important;
    transition: 0s ease all!important;
}

/* Footer */
.footer-link {
    color: #000000;
    text-decoration: none;
}
.footer-link:hover {
    color: #d13138;
    text-decoration: underline;
}
.footer-icon {
    font-size: 1.7rem;
    color: #000000;
}
.footer-icon:hover {
    font-size: 1.7rem;
    color: #d13138;
}

/* bbPress */
.bbp-header {
    background-color: #d13138!important;
    color: #ffffff;
}
.bbp-topic-started-in {
    display: none;
}
.bbp-template-notice {
    background-color: transparent!important;
    border-color: #d13138 !important;
}
.gdbbx-attachment-preview {
    background-color: transparent!important;
}
.bbp-form legend {
    font-weight: bold;
}

/* Ultimate Member */
#um-submit-btn, .um-button, .um-request-button, .um-export-data-button, #bbp_topic_submit, #bbp_reply_submit {
    background-color: #d13138 !important;
}
#um-submit-btn:hover, .um-button:hover, .um-request-button:hover, .um-export-data-button:hover, #bbp_topic_submit:hover, #bbp_reply_submit:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)!important;
    background-color: #980012!important;
}
.um-alt, #bbp_topic_submit, #bbp_reply_submit {
    color: #fff!important;
}
.um-link, .um-account-icon {
    color: #d13138!important;
}
.um-account-name {
    text-transform: lowercase!important;
}
.um-account-name a:hover {
    color: #d13138!important;
}
.um-profile-nav {
    display: none!important;
}
.um-cover {
    visibility: hidden!important;
    height: 150px!important;
}
.um-profile-photo {
    z-index: 999;
}
.um-name {
    text-transform: lowercase; 
}

.real_url:hover {
    color: #d13138!important;
}
.um-faicon-cog:hover {
    color: #d13138!important;
}
.um-dropdown-hide:hover {
    color: #d13138!important;
}
.um-faicon-check:hover {
    color: #d13138!important;
}


a {
    color: #d13138;
    text-decoration: none;
}
.grecaptcha-badge {
    margin-bottom: 80px!important;
}
.text-decoration-underline-primary {
    text-decoration: underline;
    text-decoration-color: #d13138;
}
.btn {
    padding: 10px 25px;
    border-radius: 100px;
}
.btn-primary, #user-submit {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d13138;
    --bs-btn-border-color: #d13138;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #980012;
    --bs-btn-hover-border-color: #980012;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d13138;
    --bs-btn-active-border-color: #d13138;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d13138;
    --bs-btn-disabled-border-color: #d13138;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
a:hover {
    color: var(--bs-link-hover-color);
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #d13138;
}
.nav-link{
    padding: 8px 0;
    font-size: 14px;
    font-weight: var(--bs-nav-link-font-weight);
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
input.text, input.title, input[type=text], select, textarea {
    margin: 0;
    font-size: 14px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    font-size: 14px;
}
.header-secondary-nav a {
    font-size: 14px;
    text-decoration: none;
}     
