@charset "UTF-8";
/* MUSIC INC MAGAZINE
sma.downbeat.com
Designed & Developed by Maher Publications
© Maher Publications
=======================================*/
:root { --drkBlue: #1D274A; --drkerBlue: #0F1528; --drkerGray:#4d4d4d; --drkGray: #7C7C7C; --midGray: #808080; --lightGray: #b3b3b3; --lightestGray: #F2F2F2; --goGreen: rgba(123, 234, 200, 1); --goGreenLocked: rgba(123, 234, 200, .30); --goGreenHover: #1fC794; --goDrkGreen: #158463; --goBlue: #7bdfea; --goBlueDrk: #157984; --goBluehighlight: rgba(123, 223, 234, 0.5); --highYellow: rgba(255, 255, 204, 1); --lowYellow: rgba(255, 255, 204, .5); --menuGray: #232323; --menuGrayMobile: rgba(35, 35, 35, 0.95); --finished: #51A48B; --require: #FF0E48; --openSans: 'Open Sans', sans-serif; --eczar: 'Eczar', serif; --stdRadius:8px 8px;
}
* { box-sizing: border-box; }

/* Layout */
.center-layout { display: flex; justify-content: center; align-items: center; flex-direction: row; }
.space-between { display: flex; justify-content: space-between; align-items:center; }
.radius { border-radius:var(--stdRadius); }

/* Color */
.drkBlue {color: var(--drkBlue);}
.midGray {color: var(--midGray);}
.lightGray {color: var(--lightGray);}
.lightestGray {color: var(--lightestGray);}
.goGreen {color: var(--goGreen);}
.goGreenHover {color: var(--goGreenHover);}
.goDrkGreen {color: var(--goDrkGreen);}
.goblue {color: var(--goBlue);}
.highYellow {color: var(--highYellow);}
.menuGray {color: var(--menuGray);}
.finished {color: var(--finished);}
.require{color: var(--require);}
.drkBlue{color: var(--drkBlue);}
.drkBlue{color: var(--drkBlue);}
.drkBlue{color: var(--drkBlue);}

/* Typography */
.eczar {font-family: var(--eczar)}
.open {font-family: var(--open)}
.t-center {text-align: center;}
.weight-700 {font-weight: 700;}
.weight-200 {font-weight: 200;}
.italics {font-style: italic;}
strong { font-weight:700; }
a strong { font-weight:700; }

/* Custom styles */
body { margin: 0; color:#000000; line-height: 150%; width: 100%; font-family: var(--openSans); font-size:1rem; background-color: var(--lightestGray); }
h3 { font-weight: 600; }
a, button { text-decoration:none; transition: all .2s ease-in-out; color:#000; display: inline; }
img { width: 100%; }
textarea {resize: none; font-family: var(--openSans);}

.sma-global-container { background-color:var(--lightestGray); font-family: var(--openSans); display: grid; grid-template-columns: 225px auto; grid-template-areas: "sidebar content"; min-height: 100vh; }
.sma-hero { color:white; font-size: 1.8rem; }
.sma-hero p { font-size: 1.25rem; line-height: 1.75rem; margin:0; }
.sma-hero h3 { font-family: var(--eczar); font-weight: 600; padding-bottom: 6px; }
.hero-image { background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; height: calc(100vw * (9/16)); display: flex; justify-content: flex-end; align-items: flex-end;}
#hero1 {background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("https://sma.downbeat.com/images/global/hero1.jpg");flex-direction: column; justify-content: center; align-items: center;}
#hero1 img {width: 50%;margin-bottom:25px;}
#hero2 {background-image: url("https://sma.downbeat.com/images/global/hero2.jpg");}
#hero3 {background-image: url("https://sma.downbeat.com/images/global/hero3.jpg");}
#hero4 {background-image: url("https://sma.downbeat.com/images/global/hero4.jpg"); justify-content: flex-start;}
.hero-text { padding: 50px 3%; flex: 0 0 35%; }
.hero-text-mobile { background-image: linear-gradient(var(--drkerBlue), var(--drkBlue)); padding: 3% 6% 6% 6%; flex: 0 0 35%; display: none; }
#hero1 img { width:30%; }
#hero1 p { background-color: transparent; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.hero-text-center {text-align: center; width:60%;}
.hero-footer { background-color: var(--drkerBlue); width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: row; padding: 40px 0 40px 0; }
.navbar { margin-bottom: 0px; }
.navbar-nav { font-family: 'Lato', Helvetica, Arial, sans-serif; }
#footer { margin:0 0 0; }

/* ----------- Log in -------------- */
.login-container {	display: flex; flex-direction: row; flex-wrap: wrap; min-height: 100vh; }
.login-container p, .login-container button, .login-container input, .sma-content button { font-family: var(--openSans); }
.login { display: flex; align-items: center; flex:0 0 60%; padding: 5% 10% 5% 10%; }
.login p { text-align: center; }
.login-detail { flex: 0 0 100%; text-align: center; }
.login-items { display: flex; flex-direction: column; align-items: center; margin: 0 auto; flex-wrap: wrap; justify-content: space-between; }
.login-items img { width: 30%; }
.login-data { width:100%; max-width: 350px; margin-top: 20px; }
.login-data h1 { font-size: 1.75rem; font-weight: 700; }
.login-buttons { width:100%; max-width: 350px; margin-top: 20px; }
.sign-up-data form { display: flex; flex-wrap:wrap; justify-content: space-between; width:100%; max-width: 600px; margin-top: 20px; }
.sign-up-data div { width:100%; flex:0 0 47%; }
.db-logo-login { width: 40%; margin: 0 auto 20px auto; }
.pw-or-signup { display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; width: 100%; margin-top: 15px; }
.pw-or-signup hr { border-top: solid .25px var(--lightGray); border-bottom: none; flex: 0 0 30%; height: 100%; width: 100% }
.login-data div { margin-top: 10px; }
.member-type { margin-top:25px; }
.hiddenFields { display: none; }

/*---Forms and Input--*/
.group-form { margin-top: 35px; }
.table-ul:first-child { margin-top: 0px; }
.input-group { margin-top: 20px; }
.input-label { text-align: left; font-size: 1rem; padding:0px 0px 3px 0; margin-right: 10px; }
.input-review-label { display: block; text-align: left; font-size: 1rem; padding-bottom: 5px; color: var(--midGray); }
.group-instrument { font-family: var(--eczar); font-weight: 400; letter-spacing: .5px; }
input + .input-discription { margin:0; }
.input-discription { color: var(--midGray); line-height: 1.5; margin-top: 15px; font-style: italic; }
.input-discription li { margin-top: 10px; }
.input-required { display:none; }
.gray-input { font-size:1.125rem; font-weight: 600; border-radius: var(--stdRadius); border:solid 1px var(--lightGray); width:100%; margin: 5px 0 5px 0px; padding: 15px 0 15px 10px; }
.input-review { font-size:1.125rem; font-weight: 400; border:none; width:100%; padding: 5px 0 10px 15px; }
.input-review li { padding-top: 5px; }
.gray-input input { font-family: 'Open Sans', sans-serif; }
.connected  { margin-top: 0; border-top:none; }
input::placeholder { color:var(--lightGray); }
input:focus { outline: none; background-color: var(--lowYellow); }
textarea:focus { outline: none; background-color: var(--lowYellow);}
label + .default-button { margin-top: 40px; }
.default-button { background-color:#FFFFFF; font-size: 1rem; text-align: center; border-radius: var(--stdRadius); border: .5px solid var(--lightGray); width: 30%; padding: 10px 0 10px 0; margin-top: 15px; }
.default-button:hover { background-color: var(--goBlue); color:white; border-color:inherit; }
.g-button { color: white; background-color: var(--goGreen); border:none; }
.g-button-locked { color: white; background-color: var(--goGreenLocked); border:none; }
.g-button:hover { background-color:var(--goGreenHover); }
.g-button:active { background-color:var(--goDrkGreen); outline: none; }
.b-button { color: white; background-color: var(--lightGray); border:none; margin-right: 20px; display: inline-block; }
.b-button:hover { background-color:var(--drkGray); }
.b-button:active {background-color:var(--drkerGray); outline: none;}
.y-button { color: black; background-color: #fff; border:solid 1px #000; margin-right: 20px; font-weight: 700; }
.y-button:hover { color: white; background-color: var(--require); border: solid 1px var(--require); margin-right: 20px; }
.n-button { color: black; background-color: #fff; border:solid 1px #000; margin-right: 20px; font-weight: 700; }
.n-button:hover { color: white; background-color: var(--lightGray); border: solid 1px var(--lightGray); border:none; }
.sma-welcome-panel { background-position: center; background-repeat: no-repeat; background-size: cover; flex: 0 0 40%; display: flex; justify-content: center; align-items: center; flex-direction: column; color:white; padding: 3%; }
.sma-welcome-panel h1 { font-family: var(--eczar); font-weight: 600; font-size:4.5rem; }
.sma-welcome-panel h2 { font-family: var(--eczar); font-weight: 400; font-size: 2rem; text-align: center; line-height: 110%; }
.sma-welcome-panel p { font-family: var(--eczar); text-align: center; width:100%; }

/* Application */
.side-nav-wrapper { height: 100%; background-color:var(--menuGray); grid-area: sidebar; color: white; font-family: var(--openSans); font-weight: 600; line-height: 200%; }
.side-nav { height: 100vh; display: flex; flex-direction: column; position: fixed; margin:0px 27px 0px 27px; }
.side-nav img { margin-top: 30px; max-width: 170px; }
.side-nav ul { margin-left: 15px; }
.side-nav li a { color: white; transition: 0s; }
.side-nav ul li a:hover { border-bottom: solid 2px white; }
.side-nav-top {	 flex:1 0; margin-top:25px; }
.side-nav-bottom { margin-bottom: 30px; }
.mobile-nav { display: none; }
.close-btn { display: none; }
.sma-content { display: flex; flex-direction: column; align-items: center; padding:30px; }
.sma-content-wrapper { display: flex; flex-direction: column; width:100%; max-width: 1040px; flex: 1; }
.sma-content-header { display: flex; flex-direction:row; justify-content: space-between; align-items: center; } 
.sma-input-field { /*flex: 0 100%;*/ background-color: white; border-radius: var(--stdRadius); padding: 30px 30px 30px 30px; margin-top: 15px; }
.sma-input-field h4 { font-size:1.5rem; font-weight:600; }
.sma-content-wrapper h1 { font-size: 2.625rem; font-weight:600; line-height: 1; }
.sma-content-wrapper h2 { flex: 0 0 50%; font-weight: 500; color: #F90; text-align: right; }
.appBreadcrumb { font-family: var(--open); font-size:.75rem; display: flex; flex:0 0 30%; align-items: center; justify-content: flex-end; }
.appBreadcrumb strong { font-size:1.125rem; color:black; }
.appBreadcrumb hr { color:var(--lightGray); border-style:inset; border-bottom: solid 1px var(--lightGray); margin:0 4%; width:15px; }
.table-ul { display: flex; flex-direction: row; flex-wrap: wrap; border-bottom: solid 1px; padding-bottom: 10px; margin-top: 25px; font-size:0.875rem; align-items: center; }
.table-ul h3 { font-size:1rem; font-weight:700; display: inline-block; margin-right: 15px; }
.app-ul-header { padding-bottom: 15px; }
.app-ul-header li h3 { font-size:1rem; }
.shop-ul-header li h3 { font-size:1.75rem; }
.app-ul li:nth-child(2) { flex: 0 0 100%; padding-top: 5px; }
.app-ul li:nth-child(3) { flex: 0 0 50%; }
.app-ul li:nth-child(4) { flex: 0 0 30%; }
.app-ul li:first-child { flex: 0 0 100%; font-weight: 700; font-size: 1.125rem; }
.app-ul li:last-child { text-align: right; flex:1 1 auto; }
.cart-ul li:nth-child(2) { flex: 0 0 100%; padding-top: 5px; }
.cart-ul li:nth-child(3) { flex: 0 0 35%; }
.cart-ul li:nth-child(4) { flex: 0 0 45%; }
.cart-ul li:nth-last-child(3) { flex: 1 0 auto; }
.cart-ul li:first-child { flex: 0 0 100%; font-weight: 700; font-size: 1.125rem; }
.cart-ul li:last-child { text-align: right; flex:1 1 auto; }
.table-icons, .table-delete { color: var(--midGray); font-size: 1.125rem; flex: 1 1 auto; }
.table-icons a:visited { color: var(--midGray); }
.table-icons a:hover { color:black }
.table-delete { text-align: right; }
.table-delete a:hover { color:var(--require); }
.table-delete a:active { color:var(--lightGray); }
.cart-ul .table-delete { text-align: center; }
.close-entry h1 { font-size: 2rem; text-align: center; font-family: var(--eczar); font-weight: 700; line-height: 1.125; }
.close-entry button { outline: none; }
.close-entry .button-nav { text-align:center; }
.modal-button-nav { display: flex;  justify-content:space-evenly; align-items: center;  flex-direction: row; }
.amount { font-size: 1.125rem; width: 100%; text-align: right; }
.amount strong { margin-right: 10px; }
.sma-cat-column + button { margin-top:30px; }
.review-info { margin-left:25px; }
.drop-down { margin-top:15px; }
.input-label + .styled-select { margin-top:0px; }
.input-group .styled-select { margin-top: 5px; }
.styled-select select { background: transparent; padding-left: 15px;height: 45px; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 0; border-radius: 0; color: #000; font-size:1.125rem; }
.styled-select {overflow: hidden; background: url('https://sma.downbeat.com/images/global/select-arrow.svg') no-repeat right; border:1px solid var(--lightGray); border-radius: 8px; width:50%; height:45px; margin-top:25px; }
.styled-category { width: 40%; }
.rules-ul { margin-top:15px; }
ol { counter-reset: my-awesome-counter; list-style: none; margin-top:15px; }
ol li { counter-increment: my-awesome-counter; margin-bottom: 25px; display: inline-flex; }
ol li:before { content: counter(my-awesome-counter) '. '; font-weight: 700; margin-right:25px; }
.sma-cat-column a ul:hover { background-color:var(--goBluehighlight); }
input:first-child { margin: 0; }
.sma-billing { width:50%; }
.sma-billing-col { margin: 0 auto 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sma-billing-header { text-align: center; }
.sma-billing-header h3 {  font-size: 2rem; margin-top: 15px; line-height: 2.5rem; }
.sma-billing-header i { color:var(--goGreen); padding-right:15px; }
.sma-billing-col div.button-nav { flex: 1 auto; }
.sma-billing-col .button-nav .default-button { width: 100%; }
.sma-submitted { width: 70%; }
.sma-submitted h3 { line-height:2.5rem; }

/* check box */
.checkInput { font-size: 1rem; cursor: pointer; display: block; position: relative; margin-top: 5px; padding-left: 40px; text-align: left; }
/* Hiding the initial checkbox */
input[type=checkbox] {
visibility: hidden; }
/* Creating a custom checkbox based on demand */
.checked { position: absolute; top: 0; left: 0; height: 25px; width: 25px; border: solid 1px var(--lightGray); border-radius: 7px; background-color: white; }
/* Specify the background color to be shown when hovering over checkbox */
.checkInput:hover input ~ .checked { background-color: var(--lightGray); }
/* Specify the background color to be shown when checkbox is active */
.checkInput input:active ~ .checked { background-color: white; }
/* Specify the background color to be shown when checkbox is checked */
.checkInput input:checked ~ .checked { background-color: var(--goBlue); border:none; }
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.checked:after { content: ""; position: absolute; display: none; }
/* Display checkmark when checked */
.checkInput input:checked ~ .checked:after { display: block; }
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and 
showing only two border to make it look
like a tickmark */
.checkInput .checked:after { left: 8px; bottom: 5px; width: 6px; height: 12px; border: solid white; border-width: 0 4px 4px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.media-dropbox { color: var(--drkGray); display: flex; justify-content: center; align-items: center; width: 150px; height: 150px; border: dashed 2px var(--lightGray); margin-top:15px;}
.media-uploaded { display: flex; justify-content: flex-start; align-items: center;	 margin-top:15px; }
.media-uploaded img { width: 150px; height: 150px; margin-right: 15px; }
.media-uploaded i { font-size:2rem; margin-left: 15px; margin-right: 15px; }

audio { display: block; margin:5px 0; width:500px; }

.error { display: inline-block; padding: 4px 8px; background-color: var(--require); color: #fff; font-size: .8em; margin: 8px 0; border-radius: var(--stdRadius); }

#charge-form { width: 100%; }
#card-element { border: solid 1px #b3b3b3; border-radius: 8px 8px; padding: 10px; margin-top:3px;}
.my-popper { padding:20px; background-color:red; }
.noSelect { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color: transparent; }
/* Popper style */
.tippy-tooltip { position:relative; font-size:1rem; padding:10px 13px; text-align:center; will-change:transform; background-color:var(--goBlue); }
.tippy-tooltip h2 { color:#fff; }
.popper_trigger h3 {font-size:1.25rem; font-weight: 700;}
/* Arrow placement styles */
.tippy-popper[x-placement^=bottom] .tippy-arrow { border-bottom:8px solid var(--goBlue); }
.tippy-popper[x-placement^=top] .tippy-arrow { border-top:8px solid var(--goBlue); }

@media all and (max-width: 900px) {
.default-button { width:45%; }
.b-button { margin-right: 2%; }
.sma-global-container{ display: flex; flex-direction: column; }
.hero-text { display:none; }
.hero-text-mobile { display:block; }
.sma-hero:nth-child(2) {  text-align: center; }
#hero1 img { width:60%; }
#hero1 p {  width:60%; }
#hero1 p, #hero1 button {  display: none; }
.hero-footer { display: block; }
.hero-text-center { margin:auto; width:60%; }

.login { flex:0 0 100%; align-items: flex-start; }
.login-items img { width: calc(70vw * (9/16)); }
.sign-up-data div { flex: 0 0 100%; }
.sma-welcome-panel { display: none; }

.side-nav-wrapper { background-color:var(--menuGray); grid-area: content; font-size: 1.75rem; padding: 5px 15px 5px 15px; }
.side-nav { text-align:center; height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: var(--menuGrayMobile); overflow-x: hidden; transition: 0.5s; padding-top: 0; margin:0; }
.side-nav img { width: 30%; }
.side-nav-top { flex: 0; margin-left: 0; margin-top: 70px; }
.side-nav ul { margin-left: 0; }
.side-nav li { margin-top:20px; }
.side-nav { height: 100vh; display: flex; flex-direction: column; position: fixed; }
.side-nav img { display: none; }
.mobile-nav { display: grid; grid-template-columns: repeat(3, 1fr); }
.mobile-nav-title img { width: 100px; }
.ham-menu { font-size:1.75rem; text-align: right; }
.side-nav .close-btn { display: inline-block; position: absolute; top: 10px;  right: 20px; }

.sma-content { padding: 30px 15px 30px 15px; }
.sma-content h2 { text-align: center; width: 80%; }
.sma-content-wrapper h1, .sma-content-wrapper h2 {  text-align: left; width: 100%; font-size: 2rem; }
.sma-content-wrapper h2 { font-size:1.125rem; margin-top: 10px; }
.sma-content-header { flex-direction: column; padding: 0 15px 0 15px; }
.appBreadcrumb { justify-content: flex-start; }
.appBreadcrumb hr { margin: 0 2%; }
.sma-content-header ul { text-align:left; width: 100%; margin-top: 10px; }
.input-discription { font-size: 1rem; }

@media all and (max-width: 600px) {
.login-items img { width: width: 50%; }
.sma-global-container { background-color: white; }
.sma-content { padding:30px 0 30px 0; }
.sma-content-wrapper h2 { border-bottom:solid 1px var(--lightGray); padding-bottom:15px; }
.sma-input-field { padding: 0 15px 0 15px; margin-top:0; }
.table-ul:first-child { padding-top: 20px; }
.table-ul li:first-child h3 { font-weight:700; }
.table-ul li h3 { font-weight:400; }
.styled-select { width: 100%; }
.button-nav { width:90%; margin:0 15px; }
.default-button.y-button { width: 100%; }
.default-button.n-button { width: 100%; }
.sma-billing { width: 90%; }
.sma-cat-column .app-ul:first-child { flex: 1 0 100%; }
.app-ul-header li:nth-child(-n+2) { flex: 0 0 100%; }
.app-ul-header li:nth-last-child(-n+3) { flex: 0 0 39%; }
.app-ul li:nth-child(-n+3) { flex: 0 0 100%; }
.app-ul li:nth-child(4) { flex: 0 0 70%; }
.app-ul-header li:last-child { flex:1 0; }
.cart-ul li:nth-child(2) { flex: 0 0 100%; padding-top: 5px; }
.cart-ul li:nth-child(3) { flex: 0 0 100%; }
.cart-ul li:nth-child(4) { flex: 0 0 100%; }
.cart-ul li:nth-last-child(3) { flex: 1 0 auto; }
.cart-ul li:last-child { text-align: right; flex:1 1 auto; }
.table-icons { flex: 1 1 70%; text-align: right; }
.cart-ul .table-delete { text-align: right; }
.sma-submitted { width: 100%; }
.sma-billing-header i { padding-right: 0px; }

}