/* Global styles for all templates under this directory */
.on1-alert {
    text-align: center;
    padding: 0;
    z-index: 1001;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(246, 150, 54);
}

.on1-alert > div {
	padding: 0.5em;
	position: relative;
}

.on1-alert * a {
	color: white;
}

.on1-alert > div > .close {
	position:absolute;
	line-height: 1.6em;
	right: 1.5em;
	top: 0.5em;
	cursor: pointer;
	text-decoration: underline;
	color: white;
}

.on1-alert > div > .woocommerce-error, .on1-alert > div > .woocommerce-message {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style:none;
    	background-color: transparent;
    	border: none;
    	max-width: inherit;
}
.woocommerce-error a, .woocommerce-message a {
	color: rgb(255,255,255) !important;
	font-weight:bold;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.submenu-signin {
	margin-left: 0;
}

#content .button-210sm {
    font-size: 0.875rem;
    height: 26px;
    line-height: 20px;
    width: 210px;
    padding-top: 2px;
}

.orange-transparent {
    border: 2px solid #fb9c42;
    color: #fb9c42 !important;
}

.on1-button {
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}

.on1-membership-badge {
	position:absolute;
	max-height: 100px;
	width: 100px;
}
#masthead {
        /*padding-top: 3.75em;*/
    background-color: rgb(41,44,47) !important;
	margin-bottom: 1em;
}

#masthead h1 {
	color: #f6f7f8;
	margin: 0.5em 0;
}

@media screen and (max-width: 767px) {
#masthead {
        padding-top: 0;
}
}
.cd-main-content {
	margin-top: 40px;
}
.account-overview * .account-section h2 a {
	font-weight: 400;
	font-size: 0.85em;
}

.submenu .row  {
    margin-left: 0!important;
}


@media screen and (max-width: 977px) {
#site-header {
    margin: 0 auto 0 auto !important;
}
}
