/* -- Fonts -- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,400&display=swap');
@font-face {
    font-family: 'arkitech_bold';
    src: url('fonts/arkitech.bold-webfont.woff2') format('woff2'),
         url('fonts/arkitech.bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'arkitech_medium';
    src: url('fonts/arkitech.medium-webfont.woff2') format('woff2'),
         url('fonts/arkitech.medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'arkitech_round_light';
    src: url('fonts/arkitech.round-light-webfont.woff2') format('woff2'),
         url('fonts/arkitech.round-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'arkitech_light';
    src: url('fonts/arkitech.light-webfont.woff2') format('woff2'),
         url('fonts/arkitech.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,li{
	font-family: 'arkitech_medium', sans-serif
}
p, div, input, select, td {
    font-family: 'Poppins', sans-serif!important;
}
.page {
    background: url('images/background.png');
    background-repeat: repeat;
}
a.menu__link {
    font-family: 'arkitech_medium';
}
.page a {
    color: orange;
}
article {
    color: #fff;
}
.node p, .node h1 {
    color: #fff;
}
tr:hover {
    background: unset!important;
}
table, th, td {
    border: 1px solid #aaa;
  }
  #captcha .details-description {
    display: none;
  }
  #captcha {
    background: unset;
    border: unset;
    overflow: hidden;
    color: #fff;
}
/* -- Product Content -- */
.main-product-image img {
    width: 100%;
}
.sub-product-image img {
    width: 33.3%;
    float: left;
}
.main-product-image .field-type-image__item {
    border-radius: 10px;
    overflow: hidden;
}
/* -- Header Overrides -- */
a.menu__link {
    padding: 15px 20px!important;
}
a.menu__link:hover {
    background: none!important;
    color:darkorange!important;
}
div#block-twocolumndisplay .field {
    margin: 0!important;
}
#navbar ul {
    float: right;
}
header#masthead {
    position: absolute;
    z-index: 20;
    background: none;
    display: unset;
}
.l-navbar {
    position: relative;
    z-index: 0;
    background: #0009;
}
div#navbar {
    background: none;
}
#block-ryra-theme-branding {
    margin: 15px 0 0 0;
}
#masthead .container, #masthead .region {
    padding: 0;
}
.l-header.l-row {
    width: 1200px;
    margin: auto;
}
ul.is-child li:hover {
    background: #000;
}
/* -- End Header -- */

/*-- Slides --*/
#block-slider .field-block-content--body {
    margin: 0;
}
div#leaderboard {
    display: unset;
}
.l-rw.regions.container.pr-leaderboard__rw.arc--1.hr--1 {
    display: unset;
	padding: 0;
}
ul.slides li {
    /* width: unset!important; */
}
div#rid-leaderboard {
    padding: 0;
}
/* -- End Slides -- */
/* -- Social -- */
div#block-social img {
    margin: 10px 10px;
    opacity: .7;
}
div#block-social img:hover{
    opacity: 1;
}
div#block-social p {
    margin: unset;
}
div#block-social {
    text-align: center;
    background: #3f3f3fed;
}
/* -- Layout -- */
.menu-name--main li {
    font-size: 13px;
}
.node--type-photo-gallery .sub-product-image .field-type-image__item {
    width: 100%!important;
}

.node--type-photo-gallery .sub-product-image img {
    width: 100%;
}
a.menu__link::after {
    content: none!important;
}
.block__title {
    background: #222;
    color: #ffa500;
    padding: 5px 10px;
    border-radius: 5px;
}
.tabs {
    background: #fff;
}
.user-login-form label {
    color: #fff;
}
#block-facebook iframe {
    width: 91%!important;
}
#block-facebook p {
    text-align: center;
}
.dealers-left, .dealers-right {
    text-align: center;
}
div#rid-footer {
    padding: 0 20px;
}
.content-column {
    width: 50%;
    float: left;
}
/* -- Hightlight -- */
.tile img {
    width: 100%;
}
.tile-outer {
    width: 50%;
    float: left;
}
.tile {
    border-radius: 15px;
    overflow: hidden;
}
.right .tile {
    margin: 0 0 0 5px;
}
.left .tile {
    margin: 0 5px 0 0;
}
.tile iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
.shop-inner {
    border-radius: 15px;
    overflow: hidden;
    margin: 5px 0;
}

.shop-inner img {
    width: 100%;
}
#block-twocolumndisplay {
    margin: 10px 0 0 0;
}
div#block-highlightshop {
    margin: 0;
}
div#rid-highlighted {
    padding: 0;
}
.node {
    background: none;
}
/* -- Home Content -- */
.node--id-1 .node__title {
    display: none;
}
div#content-prefix .container, #main-content .container, .regions {
    background: #0000004d;
}
article.node {
    background: none!important;
}
.node__content {
    color: #fff;
}
h3.content-header {
    font-weight: 600;
    color: #ffa500;
}
h1.page__title {
    color: orange;
}
/* Product Display */
.sub-product-image {
    overflow: auto;
    width: 100%;
}
.sub-product-image img {
    width: 210px;
}
.sub-product-image .field-type-image__figure {
    float: left;
    width: 33%;
    overflow: hidden;
    margin: unset;
}
.sub-product-image .field-type-image__item {
    max-height: 120px;
    overflow: hidden;
    width: 280px!important;
}
.shipping-disclaimer .field__item {
    margin: 10px;
    color: #fff;
}

.shipping-disclaimer {
    text-align: center;
    margin: 0 auto 15px auto;
    border: 1px dashed orange;
    padding: 0 10px;
}
.field-commerce-product-variation--price {
    border: 1px dashed;
    width: fit-content;
    padding: 0px 15px;
    border-radius: 10px;
    color: orange;
}

.field-commerce-product-variation--price .field__item {
    font-size: 25px;
    margin: 10px 0;
    color: #fff;
}
.field-commerce-product-variation--price h3 {
    font-size: 20px;
    margin: 10px 0 0 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
span.form-type-select__select-wrapper::after {
    color: darkorange;
}
.form-actions .button {
    margin-right: unset!important;
    background: darkorange;
    border: none;
    padding: 15px 20px 29px 20px;
    letter-spacing: 0.5px;
}
div#edit-purchased-entity-wrapper {
    width: fit-content;
}
.field-entity-reference-type-commerce-product li {
    font-family: 'Poppins';
}

/* product views */
.views-row .views-field-field-image {
    margin: 0 10px 10px 10px;
}
.views-row .views-field-title {
    margin: 10px 10px 0 10px;
}
.view-guitar-pedals .views-row, .view-amps .views-row , .view-products .views-row, .view-photo-galleries .views-row {
    width: 50%;
    float: left;
}

.views-field.views-field-title a {
    text-decoration: none;
    height: 100px;
    color: #fff;
    font-family: 'arkitech_medium';
    font-size: 25px;
    font-weight: 600;
}

.view-id-guitar_pedals .views-field.views-field-title,.view-id-amps .views-field.views-field-title,.view-id-products .views-field.views-field-title,.view-id-photo_galleries .views-field.views-field-title {
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,.5);
}
/* -- Footer -- */
.column-inner {
    margin: 10px;
}
.column-outer {
    width: 50%;
    float: left;
}
.footer-col-inner a {
    color: #ffa500;
}
.l-attribution.l-row {
    display: none;
}
span.field.field-name-uid.field-formatter-author.field-type-entity-reference.field-label-hidden {
    display: none;
}
span.field.field-name-created.field-formatter-timestamp.field-type-created.field-label-hidden {
    display: none;
}
/* -- Cart Styles -- */
div#block-cart {
    position: fixed;
    top: 50px;
    right: 10px;
    margin: unset;
    background: #555;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 100;
}
.cart-block--contents.is-outside-horizontal.cart-block--contents__expanded {
    width: 330px;
    font-size: 13px;
    top: 50px;
    border-radius: 5px;
}
.view-id-commerce_cart_block table {
    width: 100%;
}
.cart-block--contents__items {
    overflow: auto;
}
.cart-block--contents__links a {
    color: #fff!important;
    background: #ff8c00!important;
    padding: 5px 10px;
    border-radius: 3px;
}
a.cart-block--link__expand:hover {
    text-decoration: unset!important;
}
div#edit-payment-information-add-payment-method label {
    color: #fff;
    width: 100%;
    white-space: pre-wrap;
}
.form-item-payment-information-add-payment-method-billing-information-copy-to-address-book label {
    color: darkorange!important;
}
div#edit-review {
    color: #fff;
}
.layout-region.layout-region-checkout-secondary {
    color: #fff;
}
form#commerce-checkout-flow-multistep-default {
    color: #fff;
}
tbody.table__body {
    color: #fff;
}
div#edit-shipping-information-shipments-0-shipping-method-0---FMstHYDteg {
    margin: 10px 0 0 0;
}
div#edit-shipping-information-shipments-0-shipping-method-0---FMstHYDteg .form-item {
    margin: 0;
}
div#edit-shipping-information-shipments-0-shipping-method-0---FMstHYDteg .description {
    display: none;
}
div#edit-shipping-information-shipments-0-shipping-method-0---FMstHYDteg label {
    background: unset;
}
div#shipping-information-wrapper fieldset {
    margin: 0;
}
.layout-region.layout-region-checkout-footer a {
    margin: 10px;
    clear: left;
}
.form-item-shipping-information-shipping-profile-copy-to-address-book {
    display: none;
}
.checkout-pane-order-summary .field-commerce-product-variation-attribute-color {
    margin: unset;
}
.checkout-pane-order-summary .field-name-product-id {
    margin: unset;
}
.checkout-pane-order-summary table {
    width: 100%;
}
.checkout-pane-order-summary .field.field-commerce-product-variation--price {
    color: #fff!important;
    border: unset!important;
    display: none;
}
.form-wrapper .form-radios .form-item {
    margin: unset;
}

.form-wrapper .form-radios {
    margin: unset!important;
}
.form-wrapper .description {
    display: none;
}
.form-wrapper label {
    background: unset!important;
}
.form-radios {
    margin: unset;
}

.form-radios .form-item {
    margin: unset;
}
.form-radios label {
    background: none!important;
}
/* fieldset#edit-payment-information-payment-method--wrapper legend {
    display: none;
} */
div#edit-actions .button {
    margin: 0 10px 0 0!important;
}
.table__header tr.table__row:hover {
    background: #fff!important;
}
form#views-form-commerce-cart-form-default-6 .field {
    margin: unset;
}

form#views-form-commerce-cart-form-default-6 td.views-field.views-field-purchased-entity.table__cell .field-type-commerce-price {
    display: none;
}
.views-field-purchased-entity .field.field-commerce-product-variation--price {
    display: none;
}
.order-total-line {
    text-align: left;
    color: #fff;
}
div#block-shoppingcartpopup {
    right: 20px;
    position: fixed;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.commerce-cart-pop--summary__icon {
    width: 30px;
    height: 23px;
    background-size: 25px;
}
span.commerce-cart-pop--summary__count {
    width: 24px;
    position: relative;
    left: 0px;
    font-size: 10px;
    padding: 0px;
    background: darkorange;
    color: #fff;
    top: 20px;
}
div#commerce-cart-pop-block {
    border-radius: 10px;
    top: 40px;
    box-shadow: 0px 0px 5px #000;
    right: 17px;
    width: 230px;
    padding: 10px!important;
}
div#commerce-cart-pop-block table{
    width: 100%;
}
.view.view-commerce-cart-block.view-id-commerce_cart_block.view-display-id-default td {
    color: #777!important;
    border-color: #aaa!important;
}
.views-field-purchased-entity .field.field-commerce-product-variation-attribute-color {
    margin: 0;
}
.views-field-purchased-entity .field.field-commerce-product-variation-product-id {
    margin: 0;
}
/* -- Contact Us -- */
div#block-location p, div#block-location h4 {
    color: #fff;
}
form#webform-submission-contact-node-11-add-form textarea {
    height: 215px;
}
span.node__author {
    display: none;
}

.path-cart #main-content {
    display: block;
    width: fit-content;
    margin: 0 auto 20px auto;
}
@media only screen and (max-width: 600px) {
    button.rm-toggle__link.un-button {
        background: darkorange;
    }
    button.rm-toggle__link {
        padding: 10px 13px 6px 13px!important;
        background: darkorange;
    }
    span#block-ryra-theme-main-menu-menu {
        display: none!important;
    }
    ul.menu.odd.menu-level-1.menu-name--main {
        width: 100%;
    }
    ul.is-child li a {
        background: #999!important;
    }
    
    ul.is-child {
        width: 100%;
    }
    li.is-parent {
        overflow: auto;
    }
    .view-guitar-pedals .views-row, .view-amps .views-row, .view-products .views-row, .view-photo-galleries .views-row {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .column-outer {
        width: 100%;
        float: unset;
    }
    .group-left, .group-right {
        width: 100%!important;
    }
    .field.field-commerce-product-variations .button {
        width: 100%;
    }
    .field.field-commerce-product-variations #edit-actions {
        width: 100%;
        display: block;
    }
    .field.field-commerce-product-variations {
        width: fit-content;
        margin: auto;
    }
    .field-commerce-product-variation--price {
        width: 50%;
        text-align: center;
        margin: 20px auto 20px auto;
    }
    .content-column.right img {
        margin: 30px 0 0 0!important;
    }
    .atl__lc.lc-1,.atl__lc.lc-2 {
        width: 100%!important;
    }
    .content-column {
        width: 100%;
        float: unset;
    }
    .l-header.l-row {
        width: 100%;
    }
    header#masthead {
        position: relative;
    }
    .site-branding {
        display: block;
        text-align: center;
    }
    a.site-branding__logo-link {
        padding: unset;
    }
    .tile-outer {
        width: 100%;
        margin: 10px 0;
    }
    .tile iframe {
        height: 200px;
    }
    img.site-branding__logo-img {
        width: 150px;
        margin: 0 0 10px 0;
    }
  }