/*
* Theme Name: Ridgeline Defense
* Theme URI: https://www.lachancedesign.com/
* Description: Ridgeline Defense Custom Theme
* Author: Rob Parks
* Author URI: https://www.lachancedesign.com/
* Template: mesmerize
* Version: 0.1.7777777777777777
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
* Text Domain: mesmerize
*/
@import url("../mesmerize/style.css");

/*---------------------------------------------------
>> Var Styles
---------------------------------------------------*/
:root {
	/* Fonts */
	--orbitron: 'orbitron';
	--open-sans: 'open-sans';
	
	/* Transitions */
	--trans: all .3s ease-in-out;
	
	/* Colors */
	--ridge-red: #8E0000;
	--ridge-dark-grey: #171717;
	--ridge-charcoal: #484848;
	--ridge-grey: #A0A0A0;
}


/*---------------------------------------------------
>> Component Styles
---------------------------------------------------*/
.popped {
    display: none;
    width: 100% !important;
    height: 100%;
    position: fixed !important;
    z-index: 999;
    top: 0;
    left: 0 !important;
    background: rgba(0,0,0,.9);
    margin: 0!important;
    padding-top: 10%;
    padding-bottom:10%;
    overflow: auto!important;
}
.popped .bc-product__meta *, 
.popped .bc-product-form__options * {
	text-align: left !important;
	padding-bottom: 5px;
}
.popped .bc-product-card--single .bc-product__pricing {
	margin-bottom: 30px!important;
}
.popped .bc-product-card--single {
    margin-bottom: 0;
}
.popped .bc-xmedium-img {
	display:none;
}
.popped .bc-product__meta, 
.popped .bc-product__actions {
	width: 100%!important;
}
.popped .bc-product__meta{
	width: 50%!important;
}
.popped .bc-product-card {
	padding: 20px;
}
.catey .main>.vc_column-inner::before {
	background: rgba(0,0,0,.5) !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.style3 .wdo-testimonial .wdo-description {
	font-size: 18px!important;
}
.marketingBlock .vc_column-inner:hover {
	transition: var(--trans);
	background-color: rgba(23,23,23,0.56) !important;
}
.marketingBlock a:hover {
	transition: var(--trans);
	color: var(--ridge-red) !important;
}
.storeCats {
    display: none!important;
}
.bc-product-variant__label {
  display: inline-block !important;
}
.bc-product-variant__label + .bc-product-variant__label{
  margin-left: 10px;
}
.bc-form input[type="checkbox"], .bc-form input[type="radio"] {
  margin-right: 5px!important;
}
.header[style*='background-image: url("");'] .inner-header-description {
  padding-top: 50px;
  padding-bottom: 40px;
}
.z1 {
	z-index: 1;
}
.hidey1, .hidey2, .hidey3,
.hidey4, .hidey5, .hidey6,
.hidey6, .hidey7, .hidey8, .hidey9, 
.hidey10, .hidey11, .hidey12, .hideyWait {
	display: none;
}
.hids {
	display: none!important;
}
.post-item .wp-post-image {
	display: none !important;
}
select * {
    color: black!important;
}
.fixed {
    top:0px!important;
    left: 15px !important;
    z-index: 999;
    position: fixed!important;
}
.buyCounter a {
	padding: 14px !important;
}
select.dated2:focus:not(.button):not([type="submit"]) {
	box-shadow: 0 0 0 1px var(--ridge-red) inset;
}
#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary.fc-button-active {
	background-color: var(--ridge-red)!important;
}
#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary.fc-button-active {
	color: white!important;
}
.ep-dark-mode-enabled .emagic .ep-form-control {
	background-color: white!important;
}
#ep_event_search_form .ep-input-group #ep_event_keyword_search {
	padding-left: 30px;
}
.fc-event-time {
	display: none;
}
.hideyWait .klaviyo-form {
	max-width: 100% !important;
	margin: 0 auto 1rem !important;
}


/*---------------------------------------------------
>> Global Styles & Resets
---------------------------------------------------*/
html, body {
    overflow-x: hidden!important;
    background-color: black;
}
html *, body * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: white;
}
.error404 .post-list {
    height: auto!important;
}
h1 { 
     font-family: var( --orbitron ), sans-serif!important;
	 font-size: 59px;
      line-height: normal;
}
h2 { 
     font-family: var( --orbitron ), sans-serif!important;
	 font-size: 48px;
      line-height: normal;
}
h3 { 
     font-family: var( --orbitron ), sans-serif!important;
	 font-size: 36px;
      line-height: normal;
}
h4 { 
     font-family: var( --open-sans ), sans-serif!important;
	 font-size: 26px;
      line-height: normal;
}
h5 { 
     font-family: var( --open-sans ), sans-serif!important;
	 font-size: 26px;
      line-height: normal;
}
p { 
     font-family: var( --open-sans ), sans-serif!important;
	 font-size: 16px;
}
a {
	transition: var( --trans );
    border: none;
}
a:hover {
	color: var(--ridge-red);
}
.error404 .post-list, 
.post-list  {
    height: auto!important;
}
.underline {
	text-decoration: underline;
}
button {
    border: none;
}
.move {
	position: relative;
	transition: var(--trans);
}
a:hover .move {
	margin-left: 5px;
	color: var(--ridge-red);
}
.button.small, 
.button.comment-meta, 
.button.comment-reply-link {
	border-radius: 0;
}
.wdo-pic {
	margin-bottom: 0 !important;
}
.bc-product-review__write-btn {
	color: white!important;
	background: var(--ridge-red);
	padding: 10px 20px;
}


/*---------------------------------------------------
>> Nav Styles
---------------------------------------------------*/
.header-top {
	/*z-index: 1;*/
}
.navigation-bar.coloured-nav {
	background-color: #000;
}
.coloured-nav ul.dropdown-menu > li, 
.fixto-fixed ul.dropdown-menu > li {
	color: white;
	font-family: var(--orbitron);
}
ul.dropdown-menu > li > a {
	font-weight: 400;
	font-size: 11px;
}
.coloured-nav ul.dropdown-menu > li a, 
.fixto-fixed ul.dropdown-menu > li a {
	transition:  var(--trans)!important;
}
.navigation-bar .main_menu_col {
	border-top: 1px solid white;
	padding-top: 1rem;
	margin-top: 1rem;
}
.navigation-bar .navigation-wrapper {
	padding: unset;
}
#main_menu li + li {
	border-left: 1px solid white;
}
ul.dropdown-menu li {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.logo-above-menu.fixto-fixed .main_menu_col {
	justify-content: center;
}
.log-cent {
	padding: 1rem 20px;
}
.log-cent .row {
	align-items: center;
}
.current_page_item a {
	color: var(--ridge-red)!important;
}
.coloured-nav ul.dropdown-menu.active-line-bottom > .current_page_item > a, 
.coloured-nav ul.dropdown-menu.active-line-bottom > .current-menu-item > a, 
.coloured-nav ul.dropdown-menu.default > .current_page_item > a, 
.coloured-nav ul.dropdown-menu.default > .current-menu-item > a, 
.fixto-fixed ul.dropdown-menu.active-line-bottom > .current_page_item > a, 
.fixto-fixed ul.dropdown-menu.active-line-bottom > .current-menu-item > a, 
.fixto-fixed ul.dropdown-menu.default > .current_page_item > a, 
.fixto-fixed ul.dropdown-menu.default > .current-menu-item > a {
	border-bottom: unset;
}
.coloured-nav ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.coloured-nav ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item).hover > a, 
.coloured-nav ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.coloured-nav ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a, 
.fixto-fixed ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.fixto-fixed ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item).hover > a, 
.fixto-fixed ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.fixto-fixed ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a {
	color: var(--ridge-red);
}
.navigation-bar #menu-socials-1, 
.navigation-bar #menu-socials-2 {
	list-style: none;
	margin-bottom: 0;
}
.navigation-bar #menu-socials-1 li, 
.navigation-bar #menu-socials-2 li {
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
}
.navigation-bar #menu-socials-1 li a, 
.navigation-bar #menu-socials-2 li a {
	color: white;
}
.navigation-bar #menu-socials-1 li a:hover, 
.navigation-bar #menu-socials-2 li a:hover {
	color: var( --ridge-red );
}
.topBar {
	padding: 5px 15px;
	background: var( --ridge-red );
	text-align: center;
}
.topBar * {
	font-family: var( --orbitron )!important;
	color: white!important;
	font-weight: 300!important;
	font-size: 14px!important;
}
.bc-btn, button.bc-btn,
.entry-content .bc-btn, 
.entry-content button.bc-btn,
.bc-account-login__form input[type="submit"] {
    background-color: var(--ridge-red)!important;
    border: none!important;
}
.bc-mini-cart .bc-btn, 
.bc-mini-cart button.bc-btn, 
.bc-mini-cart a.bc-btn, 
.bigcommerce-cart__item-count {
  color: #fff;
  background-color: var(--ridge-red)!important;
  top: -20px;
  position: relative;
  border: none!important;
}
.main_menu_col [data-component="offcanvas"] {
	display: none!important;
}


/*---------------------------------------------------
>> Mega Menu Styles
---------------------------------------------------*/
#mega-menu-wrap-primary, 
#mega-menu-wrap-primary #mega-menu-primary, 
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, 
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
	font-family: var(--orbitron);
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li.mega-menu-item {
	font-family: var(--open-sans);
	padding: 3px 10px;
}
.mega-sub-menu .mega-4-columns > a,
.mega-sub-menu .mega-3-columns > a,
.mega-sub-menu .mega-2-columns > a,
.mega-mili .mega-menu-item-1958 > a,
.mega-mili .mega-menu-item-680209 > a,
.mega-mili .mega-menu-item-790785 > a,
.mega-mili .mega-menu-item-790786 > a,
.mega-mili .mega-menu-item-2034>a,
#mega-menu-item-1730 > a {
	border-bottom: 2px solid var(--ridge-red) !important;
	margin-bottom: 15px!important;
}
#mega-menu-item-text-2 {
	padding-top: 0 !important;
}
#mega-menu-item-text-2 * {
	color: white!important;
}
.mega-sub-menu strong {
  color: white;
}
.mega-menu-wrap {
	width: 100%!important;
}
.paddings_top{
	padding-top: 20px!important;
}
.paddings_bottom{
	padding-bottom: 20px!important;
}


/*---------------------------------------------------
>> Header Styles
---------------------------------------------------*/
.headTop {
	margin-top: 220.4px;
}
/* .header.color-overlay::before {
	background: url( 'https://ridgelinedefense.com/wp-content/uploads/2023/08/ridgeline_header_overlay.png' ) center center no-repeat!important;
	background-size: cover!important;
	opacity: .6 !important;
} */


/*---------------------------------------------------
>> Body Styles
---------------------------------------------------*/
.templatera_shortcode > p {
  margin: 0;
}
body.single,
body.single-bigcommerce_product,
body.page-template-default,
body.tax-bigcommerce_category,
body.single-bigcommerce_product {
	overflow-x: hidden !important;
}
.bc-product__title-link {
    color: white;
}
.bc-product-archive,
.bc-product-single {
    padding: 4rem 30px;
}
.bc-product-single {
  max-width: 1260px;
}
.bc-product-card__featured-image img,
.bc-quickview-trigger img {
  margin: 0 auto;
}
.bc-product-quick-view__content {
    background: var(--ridge-dark-grey); 
    font-family: var( --open-sans ), sans-serif;
}
.bc-product-quick-view__conten #quantity {
  color: black;
}
.bc-product-quick-view__close-button {
    border: none;
}
.bc-product-quick-view__close-button:hover {
    cursor: pointer;
    color: white;
}
.bc-product-review-form-wrapper {
  padding: 20px 0; 
}
.bc-product__meta {
    padding: 25px 1.5rem 10px;
}
.bc-product-card {
    background: var(--ridge-dark-grey);
}
.bc-product-card__featured-image,
.bc-product-card .bc-quickview-trigger {
    background: white;
}
/*.bc-btn--add_to_cart,
.bc-btn--view-product {
  width: auto !important;
  padding: 25px 20px !important;
  margin-top: -40px !important;
}*/
.bc-product__view-product {
    text-align: right;
}
.bc-product-quick-view__content-inner .bc-btn--add_to_cart , 
.bc-product-single__meta .bc-btn--add_to_cart {
  width: 100% !important;
  padding: 15px !important;
  margin-top: unset !important;
}
.bc-load-items__trigger-btn, 
.bc-no-results__button {
  color: white!important;
  transition: var(--trans)!important;
}
input#bc-gift-purchase-terms {
    margin-top: 7px;
}
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus, 
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: var(--ridge-red)!important;
}
.wdo-pic {
    display: flex;
    align-items: center;
    background: transparent!important;
    margin: 20px auto;
	border-radius: 0 !important;
}
.style3 .wdo-testimonial .wdo-pic img {
    height: 40%;
}
.style3 .wdo-testimonial .wdo-description::after {
  background: var(--ridge-red)!important; 
}
.style3 .wdo-testimonial .wdo-description {
    padding: 4rem 15px!important;
}
.infoedBox {
	background: var(--ridge-dark-grey);
	padding: 2rem 20px 1rem;
}
.training-title p:last-child {
	font-weight: 700;
	font-size: 1.1rem;
}
.entry-content .bc-product-card__featured-image {
  max-width: 370px;
  margin: 0 auto;
}


/*---------------------------------------------------
>> Post Styles
---------------------------------------------------*/
.post-content .post-title {
	font-size: 1.5rem!important;
}
.post-list .post-list-item .card, 
.post-lists .post-list-items .card, 
.post-item,
.post-items {
	background-color: var(--ridge-dark-grey); 
}
.post-item .nav-links, 
.post-item .post-comments .navigation,
.post-item .comments-form {
	background-color: black!important;
}
.post-item .comment-list li.comment.even {
	background-color: var(--ridge-grey);
}
.post-item .comment-meta a {
	color: white;
}
.post-item .comment-reply-link {
	color: white;
}
.post-item .reply a:hover {
	color: var(--ridge-red);
}
.post-item .button {
	background-color: var(--ridge-red);
	border: none;
}
.post-list .read-more {
	color: var(--ridge-grey);
}
.post-lists a.read-more {
	color: white;
	text-decoration: none;
}
.post-lists a:hover {
	color: var(--ridge-red);
}
.comment-list li.comment.odd {
	background-color: transparent;
}
.nav-links, .post-comments .navigation {
  background-color: var(--ridge-charcoal);
}
.page-numbers {
  padding: 0 7.5px;
}
.page-numbers.current {
  color: var(--ridge-dark-grey);
}


/*---------------------------------------------------
>> Login Form Styles
---------------------------------------------------*/
.bc-account-login__form, 
.bc-account-login__register {
	margin-left: auto;
	margin-right: auto;
}
.bc-account-login__form-inner, 
.bc-account-login__form form {
	max-width: 100%;
}


/*---------------------------------------------------
>> Form Styles
---------------------------------------------------*/
.formey form {
    margin-bottom: 0!important;
}
.formey form p:nth-child(6) {
    margin-bottom: 0!important;
}
.formey input, 
.formey select, 
.formey textarea {
	margin-bottom: 15px;
}
.mapped {
    margin-bottom: -5px;
}
textarea.wpcf7-textarea {
    height: 150px!important;
}
input, 
select, 
text-area {
  color: var(--ridge-charcoal)!important;
}


/*---------------------------------------------------
>> Footer Styles
---------------------------------------------------*/
.footed .cred-cards ul {
	margin: 0;
	list-style: none;
}
.footed .cred-cards ul {
	margin: 0;
	text-align: center;
}
.footed .cred-cards ul li {
	display: inline-block;
	color: white;
	margin: 0 2.5rem;
}
.footed .cred-cards ul li+li {
	display: inline-block;
}
.footed .cred-cards {
	border-bottom: 1px solid white;
}
.footed #menu-socials-3 {
	list-style: none;
	margin: 0;
}
.footed #menu-socials-3 li {
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
}
.footed #menu-socials-3 li a {
	color: white;
}
.footed #menu-socials-3 li a:hover {
	color: var( --ridge-red );
}
.footed .widget_nav_menu ul {
	list-style: none;
}
.footed .widget_nav_menu ul li a {
	color: white;
	text-decoration: none;
}
.footed .fa-brands {
	font-size: 2rem;
}
.footed h5 {
	font-family: 'Orbitron' !important;
	font-weight: 400;
	font-style: normal;
	letter-spacing: unset;
	text-decoration: underline;
}
.foot-bottom p {
	font-size: 14px
}
.foot-bottom a {
	text-decoration: none;
}
.templatera_shortcode p:nth-child(2) {
  margin-bottom: 0 !important;
}
.archive .footed {
  background: var(--ridge-dark-grey);
}
.archive .foot-bottom .vc_column-inner {
  padding-top: 5px !important;
}
.archive .foot-bottom .wpb_content_element {
    margin-bottom: 5px;
}
.archive .cred-cards+.vc_inner {
    margin-top: 3rem;
}
.archive .padd_bot {
    padding-bottom: 35px;
}
.archive .mid_menu .vc_column-inner {
  padding: 0;
}


/*---------------------------------------------------
>> Media Queries
---------------------------------------------------*/

@media (max-width:80.063em){
	/*For screen sizes: 1281.008px*/

}
@media (max-width:74.96875em){
	/*For screen sizes: 1199.5px*/

}
@media (max-width:72.063em){
	/*For screen sizes: 1153.008px*/

}
@media (max-width:65.438em){
    /*For screen sizes: 1047.008px*/
    iframe#formed {
      height: 320px !important;
    }
}
@media (max-width:64.063em){
	/*For screen sizes: 1025.008px*/
	.headTop {
		margin-top: 203.4px;
	}
}
@media (max-width:61.9375em){
	/*For screen sizes: 991px*/
    html *, body * {
        text-align: center!important;
    }
    .popForm {
        margin-top: 15px;
    }
}
@media (max-width:60.063em){
	/*For screen sizes: 961.008px*/
    li {
      list-style: none !important;
    }
}
@media (max-width:54.063em){
	/*For screen sizes: 865.008px*/

}
@media (max-width:47.9375em){
	/*For screen sizes: 767px*/
    h1, h2, h3,
    h4, h5 {
        line-height: normal!important;
    }
    .vc_sep_pos_align_left {
        margin-left: auto;
    }
	.popForm {
		padding: 20px 0 10px !important;
	}
	.headTop {
		margin-top: 113.4px;
	}
	.min-300 {
		min-height: 300px
	}
	.navigation-bar {
		padding: 0 1.5rem;
	}
	.socials1, .socials2 {
		display: none;
	}
	.navigation-bar .main_menu_col {
		border-top: unset;
		padding-top: unset;
		margin-top: unset;
	}
	.coloured-nav .main_menu_col [data-component="offcanvas"], 
	.fixto-fixed .main_menu_col [data-component="offcanvas"] {
		color: white;
	}
	.main_menu_col [data-component="offcanvas"] .bubble {
		background-color: white!important;
		opacity: .2;
	}
    .n2-ss-slider .n2-ss-layer:not([data-sstype="col"]) {
      align-self: center!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
      width: 50%;
    }
    #sticky .vc_icon_element{
        display: none;
    }
    #sticky .vc_column_container > .vc_column-inner {
        justify-content: start;
    }
    .n2_clear {
        margin-top: 35px;
    }
    .bc-product-single .bc-product__gallery {
    order: 1;
  }
    .bc-product-gallery__images {
      margin: 0px auto;
    }
    .bc-product__pricing--api {
        margin: 0 auto;
    }
}
@media (max-width:40.063em){
	/*For screen sizes: 641.008px*/

}
@media (max-width:35em){
	/*For screen sizes: 560px*/
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
      width: 100%;
    }
}
@media (max-width:33.75em){
	/*For screen sizes: 540px*/

}
@media (max-width:30.063em){
	/*For screen sizes: 481.008px*/

}
@media screen and (max-width:28.75em){
	/*For screen sizes: 460px*/

}
@media screen and (max-width:20em){
	/*For screen sizes: 320px*/

}