/*!
Theme Name: Pathfinder Child
Theme URI: https://www.pathfind.com
Author: Pathfinders Advertising Digital Team
Author URI: https://www.pathfind.com
Description: Child Theme for Client Sites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pathfinder
Template: pathfinder
*/

/* ---------------------------- Imports ---------------------------- */

@import "fonts/calibre/calibre.css";

/* ---------------------------- Keyframes ---------------------------- */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ---------------------------- Universal HTML ---------------------------- */

input[type=range] {
    --range-color: #565656 !important;
}

body {
    font-family: Calibri;
    color: #565656;
    font-size: 1.1rem;
}

img {
    height: auto;
    max-width: 100%;
}

form {
    margin-bottom: 0;
}

a {
    text-decoration: underline;
}

a.btn {
    text-decoration: none !important;
}

a.btn-link {
    text-decoration: underline !important;
}

a,
a:link,
a:visited {
    color: #154679;
}

a:active,
a:hover {
    color: #d12026;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    text-transform: uppercase;
}

/* ---------------------------- Global ---------------------------- */

/* Structural */

.site {
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.relative {
    position: relative;
}

.inherit {
    position: inherit;
}

#cookie_notice {
    background-color: #565656;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000000;
    width: 100%;
    display: none;
}

#cookie_notice .innertube {
    position: relative;
}

#cookie_notice span {
    position: absolute;
    right: .75em;
    top: 50%;
    margin-top: -.5em;
    cursor: pointer;
}

#cookie_notice a,
#cookie_notice a:link,
#cookie_notice a:visited,
#cookie_notice a:hover,
#cookie_notice a:active {
    color: #fff;
}

/* Slab Text */

.slabtexted .slabtext {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
}

.slabtextinactive .slabtext {
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
    *letter-spacing: normal !important;
    *word-spacing: normal !important;
}

/* Gravity Forms */

.gform_ajax_spinner {
    border: 4px solid rgba(209, 32, 38, 0.3);
    border-left: 4px solid #d12026;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    top: .25em;
}

.ginput_container input[type=radio] {
    width: auto;
    display: inline-block;
}

.gform_wrapper form.gf_simple_horizontal div.gform_body,
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    vertical-align: top !important;
}

.gform_validation_error .gform_button {
    margin-top: 6px !important;
    margin-left: 6px !important;
}



@media (min-width: 641px) {
    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100% !important;
        max-width: inherit !important;
    }
}

@media (max-width: 641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: inherit !important;
        min-height: inherit !important;
    }
}

@media (max-width: 768px) {

    body .gform_wrapper form.gf_simple_horizontal {
        width: 100% !important;
    }

    body .gform_validation_error .gform_button {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 992px) {}

@media (max-width: 1200px) {}

/* Loading Modal */

.loading-modal {
    text-align: center !important;
}

.loading-modal span {
    font-size: 60px;
}

/* Hide Content */

body.no_floating_tab #floating_tab,
body.no_cta .cta-band,
body.no_superfooter #site-footer .superfooter,
body.no_footer #site-footer .footer,
body.no_primary_nav .menu-primary-container,
body.no_secondary_nav .menu-secondary-container,
body.no_auxiliary_nav .menu-auxiliary-secondary-container,
body.no_header .site-header,
body.no_page_title .page_title,
body.no_breadcrumb .breadcrumb {
    display: none !important;
}

/* Corner Ribbons */

.corner-ribbon {
    width: 200px;
    background: #d12026;
    position: absolute;
    top: 2em;
    left: -5em;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 12px;
    color: #fff !important;
    z-index: 1;
}

.corner-ribbon {
    z-index: 1;
}

.corner-ribbon.red {
    background: #d12026;
}

.corner-ribbon.blue {
    background: #154679;
}

.corner-ribbon.black {
    background: #272727;
}

/* Rules */

hr.red-rule {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #d12026;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

/* Images */

img.blank {
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

/* Headers */

.fancy {
    text-align: center;
    display: block;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 2em;
}

.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #8f8f8f;
    top: 50%;
    width: 600px;
}
.fancy span:before {
    right: 100%;
    margin-right: 25px;
}

.fancy span:after {
    left: 100%;
    margin-left: 25px;
}

/* Anchors */

a.expand-all {
    color: #afafaf;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-top: 1px solid #afafaf;
}

/* Family Performance Charts */

.family-perf-chart div {
    border-left: 2px solid #0f4679;
}

.family-perf-chart table {
    width: 100%;
}

.family-perf-chart table td {
    background-color: #e7e7e8;
}

.family-perf-chart table td.highlight {
    background-color: #d32027;
}

.family-perf-chart table td.highlight:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32027+0,7c0008+100 */
    background: #d32027;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d32027), to(#7c0008));
    background: linear-gradient(to bottom, #d32027 0%, #7c0008 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32027', endColorstr='#7c0008', GradientType=0);
    /* IE6-9 */
}

.family-perf-chart table td.highlight a {
    color: #fff;
    display: block;
    text-decoration: underline;
}

.family-perf-chart table td.rowspan {
    border-bottom-color: #d32027;
}

.family-perf-chart table td.rowspan:hover {
    background: #d32027;
}

.family-perf-chart table td.rowspan a {
    color: #d32027;
}

.family-perf-chart table thead td {
    background-color: transparent;
    border: 0;
}

.family-perf-chart .chart td {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.family-perf-chart .chart tr:last-child td {
    border-bottom: 0;
}

.family-perf-chart .legend td {
    background-color: transparent;
    border-top: 2px solid #0f4679;
}

.fullrange .family-perf-chart td {
    width: 14%;
}

.woofers .family-perf-chart td {
    width: 11%;
}

.tweeters .family-perf-chart td {
    width: 33%;
}

.prowoofers .family-perf-chart td {
    width: 11%;
}

.protweeters .family-perf-chart td {
    width: 33%;
}

/* ---------------------------- Templates ---------------------------- */

/* Archive Pages */

body.archive {
    overflow-x: hidden;
}

body.archive #content,
body.blog #content,
body.single #content {
    background-color: #fff;
}

body.single-transducers #content {
    background-color: #f3f3f3;
}

body.archive #transducer_search_filters {
    margin-bottom: 1em;
}

body.archive #transducer_search_filters .slider.slider-horizontal {
    width:100%;
}

body.archive #transducer_search_filters .innertube,
body .sidebar {
    background-color: #f0f0f0;
}

body.archive #transducer_pagination {
    width: 100%;
}

body.archive .transducer .form-check-label {
    color: #d12026;
}

/* Single Transducer */

body.single-transducers .transducer_detail_top .summary h1 {
    background-color: #154679;
    background-image: url('img/blue-texture.jpg');
    color: #fff;
    line-height: 1;
}

body.single-transducers .transducer_detail_top .ctas {
    margin-top: -1em
}

/* Transducer Archive */

body.post-type-archive-transducers #transducer_search_filters h5,
body.post-type-archive-transducers #transducer_search_filters h6 {
    font-family: Calibri-Bold;
}

body.post-type-archive-transducers #transducer_search_filters h5 {
    color: #d12026;
}

body.post-type-archive-transducers .monitor-cta {
    background-image: url(./img/plo-bg.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
}

body.post-type-archive-transducers #transducer_search_filters .btn-light {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.post-type-archive-transducers .monitor-cta .btn {
    position: absolute;
    bottom: -1em;
    left: 10%;
    width: 80%;
}

body.post-type-archive-transducers .newsletter-cta label,
body.post-type-archive-transducers .newsletter-cta .gform_footer{
    display: none !important;
}

/* Transducer Content */

.transducer-img-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

/* ---------------------------- Page Mods ---------------------------- */

/* Home Page */

body.home .home-page-news .panel-grid-cell {
    background-color: #fff;
    position: relative;
}

body.home .home-page-news .fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    body.home .home-page-news .fill {
        position: static;
    }

}

@media (max-width: 992px) {}

@media (max-width: 1200px) {}
@media only screen and (max-width: 820px) {
  .mobilebig {
   width: 100% !important;
  }
}