/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://marmac.com
description: >-
  WP Bootstrap Starter Child Theme
Author: Tyler Pearsall
Author URI: https://tylerpearsall.com
Template: wp-bootstrap-starter
Version: 1.0.0
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: wp-bootstrap-starter
*/

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/

/*=== LAYOUT & TYPOGRAPHY ===*/
body	{
	overflow-x: hidden;
	font-family: "Inter", "helvetica neue", helvetica, arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: inherit;
	font-style: normal;
}
span.highlight	{
	padding: 0px 5px;
	background: #cbdff9;
	font-weight:800;
}

/*=== UTILITIES ===*/
.cursor-pointer	{
	cursor: pointer !important;
}

/*=== MISC FIXES ===*/
table.table p	{
	margin-bottom: 0;
}
div.elementor-alert	{
	line-height: 1 !important;
	text-align: justify !important;
}
.w3eden	{
	margin-top: 0 !important;
}

/*=== COUPLER DRAWINGS ===*/
.cd_band-type {
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #6D9DDA;
	border: 3px solid #6d9dda;
	margin-left: -3px;
}
.cd_band-width {
	padding: 6px 0;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	background: #FFF;
	border-color: #FFF;
}
.legend {
	font-size: 12px;
}
.legend .elementor-widget-html {
	line-height: 2.25;
}
.legend .cd_band-type {
	margin-bottom: 5px;
}
.elementor-widget-html[data-status="H"] > .cd_band-type, .cd_band-type[data-status="H"], .elementor-widget-html[data-status="HB"] > .cd_band-type, .cd_band-type[data-status="HB"] {
    color: #6d9dda;
    background: #FFF;
}
.cd_o2t[data-status="RB"], .cd_o2t[data-status="HB"], .cd_o1t[data-status="RB"], .cd_o1t[data-status="HB"], .cd_o0t[data-status="RB"], .cd_o0t[data-status="HB"] {
	border: 5px double #6d9dda !important;
}
.cd_o2t-l[data-status="RB"], .cd_o2t-l[data-status="HB"], .cd_o1t-l[data-status="RB"], .cd_o1t-l[data-status="HB"], .cd_o2t-r[data-status="RB"], .cd_o2t-r[data-status="HB"], .cd_o1t-r[data-status="RB"], .cd_o1t-r[data-status="HB"] {
	border: 5px double #6d9dda !important;
}

/*=== DOWNLOADS PLUGIN ===*/
.w3eden	{
	display: flex !important;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.w3eden .link-template-default.wpdm-link-template	{
	text-align: center;
	width: 25%;
	margin-bottom: 1rem;
}
.w3eden .media	{
	flex-direction: column;
	height: 10rem;
}
.w3eden .media-body	{
	height: 0;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
.w3eden .mr-3	{
	margin-left: 12px;
	width: 100%;
}
.w3eden .wpdm_icon	{
	max-width: 100%;
	width: 40% !important;
	margin-top: .5rem;
}
.w3eden .wpdm-download-link {
	position: relative;
    top: -9.5rem;
    height: 10rem;
    width: 95%;
    padding: 0;
	opacity: 0;
}

.members-access-error	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(https://marmac.com/wp-content/uploads/2024/08/login_page-mfg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
	align-items: center;
}
.members-access-error::after	{
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0000008C;
}
.elementor-kit-6 .members-access-error h3, 
.elementor-kit-6 .members-access-error h6	{
	color: #FFF;
	z-index: 1;
}
.members-access-error .w3eden	{
	padding: 3rem 4rem 4rem 4rem;
	background: #fff;
}
#wpdmlogin::before	{
	content:'Partner Hub';
	text-align: center;
    display: block;
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#wpdmlogin label, #wpdmlogin button i, #wpdmlogin .login-form-meta-text	{
	display: none;
}
#wpdmlogin input	{
	background-color: #E7F1FF;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
}
#wpdmlogin button	{
	padding: 8px;
}
@media (max-width:767px)	{
	.w3eden .link-template-default.wpdm-link-template	{
		width: 50%;
		margin-bottom: 2rem;
	}
}