  

  :root {
    --primary-color: rgba(161, 0, 33, 1);
--site-background-color: rgba(255, 255, 255, 1);
--site-text-color: rgba(0, 0, 0, 1);
--link-color: rgba(161, 0, 33, 1);
--link-hover-color: rgba(227, 0, 22, 1);
--header-background-color: rgba(161, 0, 33, 1);
--navigation-link-color: rgba(255, 255, 255, 1);
--footer-background-color: rgba(161, 0, 33, 1);

    --site-logo: url(https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/208/original.png?1732300545);
    
    --profile-photo-radius: 50%;
    
    
  }

  
  
  


  .panel {
    border: 0;
    box-shadow: none;

    --panel-header-background-color: transparent;
    --panel-footer-background-color: transparent;
    --panel-border-size: 2px;
  }

  .btn-primary {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
  }
  .btn-secondary {
    color: #fff;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
  }
  .btn-success {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
  }
  .btn-info {
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
  }
  .btn-warning {
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
  }
  .btn-danger {
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
  }
  .btn-inverse {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }

  .btn {
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;


    border-color: transparent !important;
  }


  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;src:url(https://cdn.connectsites.net/static_assets/fonts/Open_Sans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:500;font-stretch:normal;src:url(https://cdn.connectsites.net/static_assets/fonts/Open_Sans/OpenSans-Medium.ttf) format("truetype")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:normal;src:url(https://cdn.connectsites.net/static_assets/fonts/Open_Sans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;src:url(https://cdn.connectsites.net/static_assets/fonts/Open_Sans/OpenSans-Bold.ttf) format("truetype")}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:normal;src:url(https://cdn.connectsites.net/static_assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf) format("truetype")}@font-face{font-family:'Roboto';src:url("https://cdn.connectsites.net/static_assets/fonts/Roboto/Roboto-Regular.ttf")}@font-face{font-family:'Roboto Condensed';src:url("https://cdn.connectsites.net/static_assets/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf")}@font-face{font-family:'Cooper BT';src:url("https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/921/original.woff2?1742320320") format("woff2"),url("https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/924/original.woff?1742320321") format("woff")}@font-face{font-family:'Poppins';src:url("https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/925/original.woff2?1742320322") format("woff2"),url("https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/924/original.woff?1742320321") format("woff")}:root{--site-font-family: 'Poppins', 'Open Sans', Arial, sans-serif;--site-nav-font-family: 'Poppins', 'Open Sans', Arial, sans-serif;--page-container-side-margin: 0;--navigation-link-hover-color: #111;--dropdown-background-color: #fff;--dropdown-link-color: #000;--button-primary-text-color: #fff;--border-radius: 6px;--panel-border-size: 0;--panel-border-radius: 0;--panel-background-color: transparent;--panel-margin-bottom: 0;--panel-border-color: var(--primary-color);--section-background-color: rgba(71, 68, 72, 0.1);--breadcrumb-background-color: var(--section-background-color)}.fancybox__content{background:#fff !important;padding:20px;box-shadow:0px 10px 30px rgba(0,0,0,0.3)}.fancybox__thumbs{bottom:50px}.fancybox__thumb{background-color:#fff}*,:after,:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;outline:0}.iti{--iti-hover-color: #222;--iti-border-gray: #444}.iti__dropdown-content{background-color:#111 !important}.field_style_phone.iti__tel-input,.iti__search-input{width:220px !important;height:30px !important}#tracking_banner{display:none}html{font-size:16px}body{font-size:1rem}.panel{--panel-border-size: 3px}.panel .panel-heading{text-transform:uppercase}.panel .panel-footer{margin:30px 0 0;text-transform:uppercase;border-top:0}.panel .panel-footer .nav.view_more{float:none;text-align:center}.panel .panel-footer .nav.view_more a{display:inline-block;font-size:1rem;font-weight:500;padding:0.7rem 1.2rem;border-radius:var(--border-radius);color:#fff;background-color:var(--primary-color)}.panel .panel-footer .nav.view_more a:hover{color:#fff;background-color:var(--link-hover-color)}.form-horizontal .form_fields .control-group{margin-bottom:5px}.btn{border-radius:var(--border-radius);font-weight:500;font-size:1.1rem;padding:0.5rem 0.75rem}.btn-group>.btn{font-size:1.1rem}.btn-primary{color:var(--button-primary-text-color) !important}h1,h2,h3,h4,h5,h6{font-family:'Copper Bt', 'Open Sans', Arial, sans-serif}.nav-pills>li>a{border-radius:var(--border-radius)}.layout-column-grid>.content-items-wrapper>.content-items{grid-template-columns:repeat(auto-fit, minmax(var(--column-grid-min-width, 275px), 1fr))}.attachment-photos-list{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:#fff;padding:10px 0}.attachment-photos-list a{display:block;border:0;margin:0 !important}.attachment-photos-list .attachment-photos-list_wrapper{overflow-y:hidden;width:100%}@media screen and (max-width: 767px){.attachment-photos-list .attachment-photos-list_wrapper{max-width:90vw}}.attachment-photos-list .attachment-photos-list_wrapper>a{width:280px;height:280px;border:0}.attachment-photos-list .attachment-photos-list_wrapper>a img{width:100%;object-fit:cover}#content_body_header{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.content-filters .content-filters-nav .content-filters-desktop li.active,.content-filters .content-filters-nav .content-filters-desktop li:hover{border-bottom-width:4px}.feature-first.content-card .content-item:first-child .content-body,.feature-first.content-item-list .content-item:first-child .content-body{margin-left:20px}.user-profile-header{margin:0px 0 15px !important;padding:5px 0 10px !important}#site_background_video,.scroll-down-arrow{display:none}#page_header{--page-header-background-image: url(https://cdn.connectsites.net/user_files/jolanaguitars/photos/002/580/919/original.png?1732709149);--page-header-background-image: url(https://cdn.connectsites.net/user_files/jolanaguitars/photos/002/580/920/original.png?1732709152);background-position:0 -40px;background-repeat:no-repeat;-webkit-background-size:100%;-moz-background-size:100%;background-size:100%}@media screen and (min-width: 1024px){#page_header{background-attachment:fixed}}body#main_page #page_header .page-template-area-content{margin:0;width:100%;padding:0}body#main_page #page_header .carousel{margin-bottom:0}body#main_page #page_header .carousel .item img{width:100%}body#main_page #page_header .carousel-indicators{opacity:0.4}@media screen and (max-width: 1023px){body#main_page #page_header .carousel-indicators{display:none}}body#main_page #page_header .carousel-control.left{margin-left:5px}body#main_page #page_header .carousel-control.right{margin-right:5px}body:not(#main_page):not(#custom-shop_page) #page_header{background-color:#000;background-image:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 85%),var(--page-header-background-image);background-position:0 -40px;background-blend-mode:lighten, luminosity;height:120px}@media screen and (max-width: 1023px){body:not(#main_page):not(#custom-shop_page) #page_header{background-color:#000;background-image:linear-gradient(rgba(150,150,150,0.85), rgba(150,150,150,0.85)),var(--page-header-background-image);background-position:0;height:25vw;max-height:110px}}#main_page{--box-padding: 0}#main_page #page_title{display:none}#main_page #page_content>.page-template-area-content{padding-top:0;padding-bottom:0}#main_page #content .page-template-area-content{padding:0;margin:0}#main_page .panel{margin:50px 0}#main_page .panel .panel-heading{margin:0 0 25px;padding:0;border:0;background:none;font-size:2rem;line-height:1.2;font-weight:700;text-transform:uppercase}@media screen and (max-width: 767px){#main_page .panel .panel-heading{font-size:20px;line-height:1.1}}#main_page .template-section-content>img{width:100%}#main_page #latest-news .content-item-list{--grid-gap: 2rem}#main_page #latest-news .content-item-list .content-item.article .summary{color:#333}#main_page #latest-news .content-item-list .content-item.article .summary,#main_page #latest-news .content-item-list .content-item.article .read-more{font-size:1rem}#main_page #template_section_page_module_5600{--header-background-image: url(https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/277/original.png?1733772946);background-color:var(--section-background-color);background-image:var(--header-background-image);background-image:linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%),var(--header-background-image);background-position:50%;background-blend-mode:darken, luminosity;background-repeat:no-repeat;background-size:cover}#main_page #template_section_page_module_5600 .panel{margin:50px 0}#main_page #template_section_page_module_5600 .panel-heading{display:none}#main_page #template_section_page_module_5600 .panel-content{max-width:850px;margin:0px auto}#main_page #template_section_page_module_5600 .panel-content .intro-text{text-align:center;line-height:1.7;color:#bbb}#main_page #template_section_page_module_5600 .panel-content .intro-text p:first-child{font-size:1.2em;color:#fff;margin-bottom:25px}#main_page #template_section_page_module_5600 .panel-content .guitar-image{display:none}#main_page #template_section_page_module_5600 .panel-content .guitar-image img{display:none}#main_page #template_section_page_module_5600,#main_page #template_section_page_module_5587,#main_page #template_section_page_module_5589{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:var(--section-background-color);padding:10px 0}#main_page #template_section_page_module_5600 .template-section-content,#main_page #template_section_page_module_5587 .template-section-content,#main_page #template_section_page_module_5589 .template-section-content{margin-left:auto;margin-right:auto;width:var(--page-container-width)}@media screen and (max-width: 767px){#main_page #template_section_page_module_5600 .template-section-content,#main_page #template_section_page_module_5587 .template-section-content,#main_page #template_section_page_module_5589 .template-section-content{padding:0 1.2rem}}@media screen and (max-width: 767px){#main_page #template_section_page_module_5600 .content-manage,#main_page #template_section_page_module_5587 .content-manage,#main_page #template_section_page_module_5589 .content-manage{display:none}}#template_section_page_module_5489,#our-history_page #page_content{--header-background-image: url(https://cdn.connectsites.net/user_files/eshbass/site_assets/000/050/858/original.jpg?1717641750);background-color:var(--section-background-color);background-image:var(--header-background-image);background-image:linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.9) 50%),var(--header-background-image);background-position:50%;background-blend-mode:darken, luminosity;background-repeat:no-repeat;background-size:cover}#our-history_page #page_content{background-image:linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 50%),var(--header-background-image)}#template_section_menu_1926{padding:20px 15px}@media screen and (max-width: 768px){#template_section_menu_1926{padding:10px 0}}#template_section_menu_1926 .nav{display:flex;justify-content:space-around;margin:20px 0}@media screen and (max-width: 767px){#template_section_menu_1926 .nav{justify-content:center}}#template_section_menu_1926 .nav>li{margin:0.8em;max-width:280px;flex:0 1 31%}@media screen and (max-width: 1023px){#template_section_menu_1926 .nav{flex-wrap:wrap;margin:0 10px}#template_section_menu_1926 .nav>li{max-width:215px;flex:1 1 40%}}@media screen and (max-width: 767px){#template_section_menu_1926 .nav{margin:0}#template_section_menu_1926 .nav>li{margin:5px 0;max-width:300px;flex:1 1 100%}}#template_section_menu_1926 .nav>li>a{padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:10px;position:static;text-align:center;border-radius:var(--border-radius)}#template_section_menu_1926 .nav>*{flex:1 1 auto}#template_section_menu_1926 .nav a:hover{background-color:transparent}#template_section_menu_1926 .nav a:hover .menu_item_display_name{background-color:var(--link-hover-color)}#template_section_menu_1926 .nav a:before{content:attr(title);display:block;color:#000;font-size:1rem;line-height:1.35;width:100%;order:2;margin:10px 0}#template_section_menu_1926 .nav a:after{display:block;color:var(--primary-color);font-size:2rem;width:100%;order:1;margin:13px 0 5px}#template_section_menu_1926 .nav li.menu_item_25564 a:after{content:"Models"}#template_section_menu_1926 .nav li.menu_item_25565 a:after{content:"Artists"}#template_section_menu_1926 .nav li.menu_item_25566 a:after{content:"Merch"}#template_section_menu_1926 .nav .menu-item_background-wrapper{overflow:hidden;width:90%;order:0}#template_section_menu_1926 .nav .menu-item_background-wrapper img{object-fit:contain}#template_section_menu_1926 .nav .menu_item_display_name{border-radius:var(--border-radius);background-color:var(--primary-color);margin:0;padding:12px;position:unset;left:unset;top:unset;bottom:unset;--webkit-transform: unset;transform:unset;order:10;transition:.3s ease all;width:100%;font-size:1.1em;line-height:1.3;font-weight:700;color:#fff;text-shadow:0 0 29px rgba(0,0,0,0.5);text-transform:uppercase}@media screen and (max-width: 768px){#template_section_menu_1926 .nav .menu_item_display_name{font-size:1em;line-height:1.2;font-weight:700}}#site_header .dropdown-large ul.submenu>li img{width:50px;height:50px;border-radius:var(--border-radius)}#site_header #site_logo img{display:none}#site_header #site_logo>a{width:125px;height:62px;display:block;background-image:url(https://cdn.connectsites.net/user_files/jolanaguitars/site_assets/000/052/949/original.png?1743100998&width=250);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1024px){#site_header #site_logo>a{margin-top:5px;width:90px;height:45px}}@media screen and (min-width: 1024px){#site_header>.page-template-area-content{max-width:1330px;padding:0px 10px 0 !important;margin:0 auto !important;grid-template-areas:"site_logo site_nav user_bar" !important;grid-template-columns:180px 1fr 270px !important}#site_header .nav>li>a{transition:.2s ease-in-out color}#site_header .nav .dropdown-menu li>a:hover{color:var(--link-color);background-color:transparent}#site_header .nav .dropdown-menu .divider{--border-color: #ccc}#site_header #site_logo{margin:15px 0;padding:0}#site_header #site_logo img{width:125px}#site_header #site_nav{margin-left:0 !important;font-family:var(--site-nav-font-family)}#site_header #site_nav .navbar-inner{min-height:auto}#site_header #site_nav .nav-collapse>ul{display:flex}#site_header #site_nav .nav-collapse>ul>li{padding:0 34px 0 0;float:none}#site_header #site_nav .nav-collapse>ul>li.menu_item_24910.open .dropdown-menu,#site_header #site_nav .nav-collapse>ul>li.menu_item_24911.open .dropdown-menu{display:flex;flex-wrap:wrap}#site_header #site_nav .nav-collapse>ul>li.menu_item_24910 .dropdown-menu,#site_header #site_nav .nav-collapse>ul>li.menu_item_24911 .dropdown-menu{min-width:450px}#site_header #site_nav .nav-collapse>ul>li.menu_item_24910 ul>li,#site_header #site_nav .nav-collapse>ul>li.menu_item_24911 ul>li{width:50%}#site_header #site_nav .nav-collapse>ul>li.menu_item_24910 ul>li:not(:has(img)),#site_header #site_nav .nav-collapse>ul>li.menu_item_24911 ul>li:not(:has(img)){width:100%}#site_header #site_nav .nav-collapse>ul>li.menu_item_24910 ul>li img,#site_header #site_nav .nav-collapse>ul>li.menu_item_24911 ul>li img{width:60px}#site_header #site_nav .nav-collapse>ul>li.active>a{background-color:transparent;text-decoration:underline}#site_header #site_nav .nav-collapse>ul>li>a{padding:0;margin-left:0;font-size:1.1rem;font-weight:700;line-height:1.2;text-decoration:none;position:relative;text-transform:uppercase;-webkit-transition:.3s ease all;transition:.3s ease all}#site_header #site_nav .nav-collapse>ul>li.dropdown>a{white-space:nowrap}#site_header #site_nav .nav-collapse>ul>li .dropdown-menu{border-radius:0;text-transform:uppercase}#site_header #site_nav .nav-collapse>ul>li .dropdown-menu>li>a{padding:6px 20px;font-size:1rem;font-weight:500}#site_header #site_nav .nav-collapse>ul>li .dropdown-large{width:600px;position:absolute;top:65px;left:-100px !important;border:0;border-radius:var(--border-radius);box-shadow:none;padding:0}#site_header #site_nav .nav-collapse>ul>li .dropdown-large>li{flex:1;margin:20px 0;padding:0 35px;position:relative}#site_header #site_nav .nav-collapse>ul>li .dropdown-large>li.dropdown-submenu>a{display:block;font-weight:700;font-size:1.2rem;margin:0 10px 20px;padding:5px 2px 10px;position:relative;text-decoration:none;text-transform:uppercase;background:none !important;pointer-events:none;width:100%;border-bottom:2px solid var(--link-color)}#site_header #site_nav .nav-collapse>ul>li .dropdown-large>li.dropdown-submenu ul.submenu>li img{width:50px;height:50px;border-radius:var(--border-radius)}#site_header #site_nav .nav-collapse>ul>li .dropdown-large>li a{color:#fff;font-size:1rem;font-weight:500;line-height:1.2;margin:0 0 2px;display:block;-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all}#site_header #site_nav .nav-collapse>ul>li .dropdown-large>li a:hover{color:var(--link-color)}#site_header #site_nav .nav-collapse>ul .caret{width:12px;border:0;margin:-2px 0 0 2px}#site_header #site_nav .nav-collapse>ul .caret:before{content:"";font-family:FontAwesome;content:"\f078";font-weight:normal;font-size:0.85rem;display:inline-block}#site_header #integrated_user_bar{margin-right:15px}#site_header #user_bar>li>a{padding-right:0;padding-left:30px}#site_header #user_bar>li>a img{width:40px !important;height:40px !important;max-height:none !important;border-radius:50%}#site_header #user_bar .user_bar_login a{border:0 !important}#site_header #user_bar .user_bar_signup a{background:none !important}#site_header #user_bar .user-bar-site-search a{font-size:21px !important}}@media screen and (max-width: 1023px){#site_header .page-template-area-content{margin-top:0 !important;margin-bottom:0 !important;padding:8px 14px}#site_header #site_logo{margin-left:-4px}#site_header #site_logo img{max-width:105px}#site_header #site_nav .btn-navbar{right:8px;left:unset;z-index:100}#site_header #site_nav .nav-collapse>ul>li>a{padding:14px 2px;font-size:1rem;font-weight:700;text-transform:uppercase}#site_header #site_nav .nav-collapse>ul>li>a:hover{background-color:transparent}#site_header #site_nav .nav-collapse .dropdown-menu{margin-bottom:20px}#site_header #site_nav .nav-collapse .dropdown-menu li>a{font-size:1rem;font-weight:500;padding:8px 0;background:none !important;color:var(--navigation-link-color)}#site_header #site_nav .nav-collapse .dropdown-submenu>a{pointer-events:none}#site_header #site_nav .nav-collapse .dropdown-submenu>a:after{display:none}#site_header #user_bar{margin-right:55px}#site_header #user_bar>li>a{padding:5px 12px}#site_header #user_bar>li>a:hover{color:var(--link-color)}#site_header #site_search{margin-top:3px;margin-right:55px}#site_header #site_search .search-query{width:160px !important}}@media screen and (min-width: 768px) and (max-width: 1023px){#site_header .page-template-area-content{padding:16px 20px}#site_header #site_logo{margin-left:0px}#site_header #site_logo img{max-width:125px}#site_header #site_nav .btn-navbar{top:20px;right:18px;left:unset}#site_header #integrated_user_bar{top:20px}#site_header #integrated_user_bar #user_bar{margin-right:60px}}#site_footer{--footer-padding: 20px;color:#fff}#site_footer .page-template-area-content{max-width:1300px;display:grid;grid-template-columns:2fr 1fr 8fr !important;gap:10px;padding:40px 20px;text-align:left !important}#site_footer #template_section_menu_1925{order:1}#site_footer #template_section_page_module_5750{order:0}#site_footer #template_section_page_module_5701{font-size:1rem;line-height:1.4;margin:0 auto;padding-bottom:15px;order:2}#site_footer #template_section_page_module_5701 p{margin-bottom:5px}#site_footer .footer-row{order:3}#site_footer a:not(.btn){color:#fff}#site_footer .dropdown-menu a{color:#000}#site_footer .dropdown-menu a:hover{background-color:#ddd}#site_footer .footer-row{width:100%;font-size:1rem;line-height:1.4;padding-top:10px;border-top:1px solid rgba(255,255,255,0.5);grid-column:1 / -1}#site_footer .nav a{padding:0;margin:0 0 10px;text-shadow:none;font-size:13px;transition:.3s ease-in-out color}#site_footer .nav a:hover{background:none}#site_footer .nav li.active a{background:none}#page_title{padding:15x 0 0}#page_title .page-title{font-size:32px;font-weight:700;line-height:1.2;text-transform:uppercase}body:not(#main_page) #page_content #content .page-template-area-content{padding:15px 0}.content-show p{font-size:1em;line-height:1.4;margin:0 0 20px}.layout-column-grid>.content-items-wrapper>.content-items{--grid-gap: 25px;--border-color: #ddd;--border-radius: 0;--content-card-image-background-color: transparent;--content-item-detail-spacing: 5px}.content-card .content-item{box-shadow:none;padding:0;transition:0.4s ease background;--border-size: 1px;--border-color: #111;--border-radius: 6px;--content-item-background-color: var(--primary-color)}.content-card .content-item:hover{--content-item-background-color: var(--link-hover-color)}.content-card .content-item:hover:after{opacity:1}.content-card .content-item.article .summary{padding:10px 0 0;display:block;color:#fff;font-size:0.95em}.content-card .content-item .content-body{padding:15px}.content-card .content-item.user{--content-item-background-color: var(--site-background-color)}.content-card .content-item.user .profile-image{height:325px;border-radius:var(--border-radius)}.content-card .content-item.user .profile-image img{width:100% !important;object-fit:cover !important;object-position:top}.content-card .content-item.user .content-body{text-align:center}.content-card .content-item.user .content-body a{color:var(--link-color)}.content-card .content-item.user .content-body a:hover{color:var(--link-hover-color)}.content-card .content-item.user .content-detail{font-size:1rem;line-height:1.5;color:#000}.content-card .content-item.user .content-detail .content-detail-label{display:none}.content-card .content-item.user .content-detail[data-permalink="band"]{font-weight:normal;color:#555}.content-card .content-item.user .content-detail[data-permalink="instrument"]{font-weight:bold}.content-card .content-item,.content-thumb .content-item{--border-size: 0}.content-card .content-item .content-image,.content-thumb .content-item .content-image{border-bottom:none}.content-card .content-item .content-image img,.content-thumb .content-item .content-image img{object-fit:contain !important}.content-card .content-item .content-body a,.content-thumb .content-item .content-body a{color:#fff;text-decoration:none}.content-card .content-item .content-body a:hover,.content-thumb .content-item .content-body a:hover{color:inherit}.content-card .content-item .content-body .heading,.content-thumb .content-item .content-body .heading{font-size:1.1rem;font-weight:700;line-height:1.2}.content-card .content-item .content-body .subheading,.content-thumb .content-item .content-body .subheading{font-size:1rem;font-weight:400;margin:0 0 14px}.content-card .content-item .content-body .content-price,.content-thumb .content-item .content-body .content-price{font-size:1.1rem;font-weight:700;color:var(--primary-color)}.content-card .content-item .content-manage,.content-thumb .content-item .content-manage{display:none !important}.content-card .content-item,.content-thumb .content-item{--content-card-image-background-color: var(--site-background-color)}.content-card .content-item.product,.content-thumb .content-item.product{--content-item-background-color: #fff}.content-card .content-item.product .content-image,.content-thumb .content-item.product .content-image{height:430px}.content-card .content-item.product .content-image img,.content-thumb .content-item.product .content-image img{object-fit:contain !important;object-position:top}.content-card .content-item.product .content-body,.content-thumb .content-item.product .content-body{background-color:var(--primary-color);text-align:center;padding:17px;margin:5px 30px 0;border-radius:var(--border-radius)}.content-card .content-item.product .heading a:after,.content-thumb .content-item.product .heading a:after{margin-left:13px;content:"";font-family:FontAwesome;content:"\f061";font-weight:normal;font-size:0.9rem;display:inline-block}.content-collection.layout-column-grid.content-item-list .content-item .summary{font-size:1rem;color:#999}.content-collection.layout-column-grid.content-item-list .content-image img{object-fit:contain;width:100%;height:100%}.content-item.product:not(.category-merch) .content-price{display:none}#products_page #page_content>.page-template-area-content{grid-template-areas:"profile_header" "content_header" "page_navigation" "page_title" "page_navigation_alt" "content" "sidebar" "sidebar_alt" "content_footer"}#products_page .breadcrumb{display:none}#products_page.show:not(.category_merchandise) .add_to_cart .cart_message:before{display:block;content:'Instrument will be dispatched within 45 days of purchase.';font-size:1rem;font-weight:700;font-style:italic;padding-bottom:10px}#products_page.show.category_merch .content-details-inline{display:none}#products_page.show .content-header-details{display:none}#products_page.show #page_title,#products_page.show #page_navigation{display:none}#products_page.show #page_title .page-template-area-content{padding-bottom:0}#products_page.show #content .page-template-area-content{padding:0 !important}#products_page.show .product-details .add_to_cart{margin-bottom:20px}@media screen and (max-width: 976px){#products_page.show .product-description .content-embed{max-width:320px}}@media screen and (max-width: 767px){#products_page.show #page_title{display:block}#products_page.show #page_title .page-title{font-size:22px;font-weight:900;line-height:1.12;text-align:left}}@media screen and (max-width: 767px){#products_page.show #page_header .page-template-area-content{padding:0}}#products_page.show #page_header .background-wrapper{position:static;max-height:350px}#products_page.show #page_header video{width:100%}#products_page.show .content-body .product{display:flex}@media screen and (max-width: 767px){#products_page.show .content-body .product{display:block}}#products_page.show .content-body .product>*{float:none}#products_page.show .content-body .product .product-image{flex:1 1 auto;overflow:hidden;padding:0 15px 0 0;text-align:center}#products_page.show .content-body .product .product-image .carousel-indicators{display:flex;flex-wrap:wrap}@media screen and (max-width: 979px){#products_page.show .content-body .product .product-image{flex-basis:45%;width:45%}}@media screen and (max-width: 767px){#products_page.show .content-body .product .product-image{width:100%;padding:0;margin-bottom:15px}#products_page.show .content-body .product .product-image .item a{align-items:flex-start !important}}#products_page.show .content-body .product .product-details{width:515px;flex-basis:515px;flex-shrink:0;padding:0 10px 30px 30px;margin:0 0 0 15px}@media screen and (max-width: 979px){#products_page.show .content-body .product .product-details{flex-basis:55%;width:55%}}@media screen and (max-width: 767px){#products_page.show .content-body .product .product-details{width:100%;padding:0;margin:0;border-left:0}}#products_page.show .content-body .product .product-details .heading{padding:10px 0 0;margin:0 0 20px;font-family:var(--site-font-family);font-size:2rem;font-weight:900;line-height:1.2}@media screen and (max-width: 767px){#products_page.show .content-body .product .product-details .heading{display:none}}#products_page.show .content-body .product .product-details .subheading{display:none}#products_page.show .content-body .product .product-details .select2-container{width:280px}#products_page.show .content-body .product .product-details .price .original_price{display:block;font-size:13px;font-weight:400;margin:0}#products_page.show .content-body .product .product-details .price .discount_price{display:block;color:var(--primary-color);font-size:31px;line-height:1.12;margin:0 0 5px}#products_page.show .content-body .product .product-details .product-detail-items{border-top:1px solid #ddd;margin:10px 0 0;padding:10px 0 0}#products_page.show .content-body .product .product-details .product-detail-items_wrapper{display:flex}#products_page.show .content-body .product .product-details .product-detail-items_list{flex:1 1 50%;justify-content:space-between}#products_page.show .content-body .product .product-details .product-detail-items_list dl{margin:0;font-size:14px;line-height:1.5}#products_page.show .content-body .product .product-details .product-detail-items_list dt{text-align:left;width:auto;font-weight:900;text-transform:uppercase;padding-right:8px}#products_page.show .content-body .product .product-details .product-detail-items_list dd{margin:0}#products_page.show .content-body .product .product-details .product-actions{margin-top:25px;display:flex}#products_page.show .content-body .product .product-details .product-actions .product-action{flex:1 1 50%;margin:0 10px}#products_page.show .content-body .product .product-details .product-actions .product-action:empty{display:none}#products_page.show .content-body .product .product-details .product-actions .product-action:first-child{margin-left:0}#products_page.show .content-body .product .product-details .product-actions .product-action:last-child{margin-right:0}#products_page.show .content-body .product .product-details .product-actions a.btn{display:inline-flex;justify-content:center;align-items:center;text-shadow:none}#products_page.show .content-body .product .product-details .product-actions a.btn.btn-outline{background-color:transparent;border:1px solid var(--link-color) !important;color:var(--link-color)}#products_page.show .content-body .product .product-details .product-actions a.btn.btn-outline:hover{border-color:var(--link-hover-color);background-color:var(--link-hover-color);color:#fff}#products_page.show .content-body .product .product-details .product-actions .btn{font-size:20px;line-height:1;min-height:72px;text-transform:uppercase;width:auto;color:#fff;white-space:normal !important;font-weight:700;line-height:1.2;min-width:150px;text-align:center;-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;text-decoration:none;padding:12px 16px;border-radius:var(--border-radius)}@media screen and (min-width: 980px){#products_page.show .content-body .product .product-details .product-actions .btn{width:222px}}#products_page.show .content-body .product .product-details .add_to_cart #quantity{display:none}#products_page.show .content-body .product .product-details .add_to_cart .add_to_cart_actions{margin:20px 0}#products_page.show .content-body .product .product-details .add_to_cart .add_to_cart_link{border-radius:var(--border-radius);font-size:1rem;padding:0.55rem 1.15rem}#products_page.show .content-body .product .product-details .add_to_cart .btn-group>.btn+.dropdown-toggle{display:none;box-shadow:none;margin-left:1px}#products_page.show .content-body .product .product-details .add_to_cart .fa.fa-shopping-cart{margin-right:5px}#products_page.show .content-body .product #product_carousel{margin-top:20px}@media screen and (max-width: 978px){#products_page.show .content-body .product #product_carousel .carousel-inner .item{height:auto}}#products_page.show .content-body .product #product_carousel .carousel-inner .item a{width:100%;height:100%;max-height:650px;display:flex;align-items:center}#products_page.show .content-body .product #product_carousel .carousel-inner .item a img{margin:0 auto;max-height:650px}#products_page.show .content-body .product #product_carousel .carousel-indicators{margin:20px 0 0;display:none}#products_page.show .content-body .product #product_carousel .carousel-indicators li{float:none;width:87px;height:87px;border:2px solid #ddd;border-radius:0;display:flex;overflow:hidden;align-items:center}#products_page.show .content-body .product #product_carousel .carousel-indicators li.active{border-color:#aaa}#products_page.show .content-body .product #product_carousel .carousel-indicators li img{width:100%;height:auto}#products_page.show .product-additional-details{margin:20px 0 40px}#products_page.show .product-additional-details iframe{max-width:100%}#products_page.show .product-additional-details .carousel .item img{max-height:500px}#products_page.show .content-details-inline{display:flex;flex-wrap:wrap;--grid-gap: 1.5em;gap:var(--grid-gap)}#products_page.show .content-details-inline>.content-detail-group-panel{width:calc(50% - var(--grid-gap))}@media screen and (max-width: 678px){#products_page.show .content-details-inline>.content-detail-group-panel{width:100%}}#products_page.show .content-details-inline:not(:empty):before{display:block;content:"Specifications";width:100%;margin:10px 0 calc(30px - var(--grid-gap));font-size:1.3rem;font-weight:bold;text-transform:uppercase;color:var(--primary-color)}#products_page.show .content-details-inline .content-detail-group .content-detail{margin-bottom:5px}@media screen and (max-width: 978px){#products_page.show .content-details-inline .content-detail-group .content-detail{flex-direction:column}#products_page.show .content-details-inline .content-detail-group .content-detail .content-detail-label{text-align:left}}#products_page.show .template-section{margin:50px 0}div.pagination{margin:20px 0 40px;text-align:center}div.pagination ul{border:0;border-radius:0;box-shadow:none;display:flex;flex-wrap:wrap;margin:50px 0 0;padding:0;align-items:center;justify-content:center}div.pagination li{float:none;margin:0 0 10px;padding:0 10px}div.pagination li>a{border:0;border-radius:0;display:block;padding:0 5px;font-size:14px;text-decoration:none;color:#000;position:relative;text-transform:uppercase}div.pagination li>a:hover{color:var(--link-color);background:none}div.pagination li.active>a{font-weight:700;color:inherit;background:none}div.pagination li.active>a:after{background:var(--primary-color);bottom:-5px;content:'';height:3px;left:0;position:absolute;width:100%}#products_page.show.category_merch .content-body .product #product_carousel .carousel-indicators{display:flex !important}#products_page.index{--grid-gap: 20px}#products_page.index .content-filters,#products_page.index .product-categories-panel{display:none}@media screen and (min-width: 1024px){#products_page.index .layout-column-grid>.content-items-wrapper>.content-items{grid-template-columns:repeat(3, minmax(var(--column-grid-min-width, 275px), 375px))}}#products_page.index.category_stinger #content .content-collection .content-image a{text-align:center}@media screen and (min-width: 768px){#products_page.index.category_stinger #content .content-collection .content-items{grid-template-columns:repeat(2, minmax(var(--column-grid-min-width, 275px), 1fr))}}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32875"]{order:1}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32880"]{order:2}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32880"] img{max-width:280px}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32473"]{order:3}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32473"] img{max-width:410px}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32474"]{order:4}#products_page.index.category_stinger #content .content-collection .content-item[data-content-id="32474"] img{max-width:420px}#site_footer ul.nav.nav-expanded a,#site_footer ul.nav.nav-expanded a[data-toggle=dropdown]{color:#fff}#site-footer_menu>li{margin-left:auto;margin-right:auto}#site-footer-menu ul.nav.nav-expanded>li{margin-left:auto;margin-right:auto}#user_profile_page.user_role_artist .profile_nav,#user_profile_page.user_role_artist .user_content_nav{display:none}#user_profile_page.user_role_artist .point_level{display:none}#user_profile_page.user_role_artist .user-profile-header{margin:0 !important}#user_profile_page.user_role_artist #page_content .page-template-area-content{padding-bottom:10px;grid-template-columns:1fr;grid-template-areas:"profile_header"  "content_header"  "page_title"  "page_navigation"  "page_navigation_alt"  "sidebar_alt"  "sidebar"  "content"  "content_footer"}@media screen and (min-width: 768px){#user_profile_page.user_role_artist #page_content .page-template-area-content{padding-bottom:10px;grid-template-columns:1fr var(--page-sidebar-width);grid-template-areas:"profile_header profile_header"  "content_header content_header"  "page_title page_title"  "page_navigation page_navigation"  "page_navigation_alt sidebar"  "sidebar_alt sidebar"  "content sidebar"  "content_footer content_footer"}}#user_profile_page.user_role_artist .content-comments{display:none}#users_page.role-artist .content-filters{display:none}#our-artists .content-items,#users_page.role-artist .content-items{grid-template-columns:repeat(auto-fit, minmax(var(--column-grid-min-width, 230px), 1fr))}#our-artists .content-body,#users_page.role-artist .content-body{text-align:center}#our-artists .content-item.user[data-content-id="8618387"]{order:1}#our-artists .content-item.user[data-content-id="8618391"]{order:2}#our-artists .content-item.user[data-content-id="8618388"]{order:3}#our-artists .content-item.user[data-content-id="8618389"]{order:4}#user_profile_page.show.user_role_artist .panel.user-profile-interests{display:none}#user_profile_page.show #profile_header{margin-top:-30px;-webkit-filter:drop-shadow(4px -1px 8px rgba(0,0,0,0.3));-moz-filter:drop-shadow(4px -1px 8px rgba(0,0,0,0.3));filter:drop-shadow(4px -1px 8px rgba(0,0,0,0.3))}#user_profile_page.show #profile_header .profile-image{margin-top:-20px;margin-right:10px;width:100px;height:100px}#user_profile_page.show .user-profile-about dl.user_profile dt.member-since,#user_profile_page.show .user-profile-about dl.user_profile dd.member-since{display:none}#user_profile_page.show .user-profile-gear{display:none}#site_footer .page-template-area-content{padding-top:25px}#site_footer #copyright{margin-top:15px;margin-bottom:15px;text-align:left}#site_footer .visitor-currency-select{text-align:left}#site_footer .social-media_menu{display:flex;flex-direction:column;margin-bottom:0}#site_footer .social-media_menu>li{float:none}#site_footer .social-media_menu a{font-size:1rem;padding:2px 0;opacity:0.7;transition:.3s ease-in-out opacity}#site_footer .social-media_menu a:hover{opacity:1;color:inherit}#site_footer .social-media_menu .fa{font-size:1.7em;width:35px}#site_footer .social-media_menu .menu_item_display_name{display:none}#site_footer .social-media_menu .menu_item_24447 a{display:inline-block;color:#fff;width:35px;height:22px;background-image:url("https://cdn.connectsites.net/user_files/eshbass/site_assets/000/050/976/original.png?1719231956&height=65&width=65");background-size:20px 20px;background-position:center;background-repeat:no-repeat}.articles_page.show .content-show.article .content-image img{max-height:700px}.articles_page.show .content-item.article .summary{display:none}#our-history_page .carousel{max-height:520px}#our-history_page .carousel .item img{max-height:500px}#custom-shop_page #page_content{--header-background-image: url(https://cdn.connectsites.net/user_files/jolanaguitars/photos/002/581/684/original.jpeg?1740601830);position:relative}#custom-shop_page #page_content>.page-template-area-content{padding-top:0}#custom-shop_page #page_title{text-align:center;margin:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:#fff;background-image:var(--header-background-image);background-image:linear-gradient(to bottom, rgba(255,255,255,0.65) 0%, #fff 100%),var(--header-background-image);background-image:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 85%),var(--header-background-image);background-position:center;background-blend-mode:lighten, luminosity;background-repeat:no-repeat;background-size:cover}#custom-shop_page #page_title .page-template-area-content{height:300px;height:20vw;justify-content:center;align-items:flex-end;padding:10px 0;margin:0 auto;max-width:1170px}#custom-shop_page #page_title .page-title{padding:15px;border-bottom:2px solid var(--primary-color)}#custom-shop_page .content-embed>.form{margin:0}#custom-shop_page form.simple_form{background-color:rgba(150,150,150,0.15);padding:15px}#custom-shop_page form.simple_form .form_field_header{font-size:1.3em;font-weight:bold;text-transform:uppercase}#custom-shop_page form.simple_form .control-group+.form_field_header{margin-top:20px}#custom-shop_page #template_section_photo_album_1990974 .attachment-photos-list{background-color:#fff;padding:20px 0}#custom-shop_page #template_section_photo_album_1990974 .attachment-photos-list_wrapper>a img{max-height:300px}#imprint-legal-information_page #page_title{display:none}#imprint-legal-information_page h3{margin:2.8rem 0 5px}#imprint-legal-information_page p{margin:0 0 0.8rem}#privacy-policy_page ul{margin-bottom:25px}#privacy-policy_page ul li{padding:4px 0}#page_1976957 .page p>img{max-width:40vw;max-height:clamp(150px, 50vw, 500px);margin:10px 15px}.control-group.product-modifier-type{margin-bottom:20px}#template_section_photo_album_1990975 .attachment-photos-list{padding:30px 0}#template_section_photo_album_1990975 .attachment-photos-list img{margin:0 15px;min-width:100px;min-height:200px;max-width:none !important;object-fit:contain}.carousel:has(.history-image) .carousel-control,.carousel:has(.history-image) .top-carousel-indicators{display:none}.carousel:has(.history-image) .history-image{display:none;width:100%}.carousel:has(.history-image) .history-image.active{display:flex}.carousel:has(.history-image) .history-image>div{flex:1;width:auto}.carousel:has(.history-image) .history-image .span12{text-align:center}.carousel:has(.history-image) .history-image img{max-width:clamp(70px, 15vw, 200px)}.page_module_5599 .content-item{border:0}#users_page.role-artist #content .content-item{border:0}@media screen and (min-width: 1024px){#form_1964045 #form_fields{column-count:2;column-gap:0px}}.timeline{position:relative;margin:auto;max-width:1000px;padding:2rem 0}.timeline:before{--line-offset: 40px;content:'';position:absolute;top:var(--line-offset);left:50%;transform:translateX(-50%);width:2px;height:calc(99% - var(--line-offset));background-color:#555}.timeline-entry{display:flex;align-items:center;justify-content:space-between;margin:20px 0;position:relative}.timeline-entry .image,.timeline-entry .text{width:40%;padding:1rem}.timeline-entry .image{text-align:center}.timeline-entry .image img{width:auto;max-height:300px;height:100%}.timeline-entry .text{padding:1.5rem}.timeline-entry .text h2{font-size:1.4em;line-height:1.2}.timeline-entry .text p{line-height:1.3}.timeline-entry .year{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:var(--primary-color);display:flex;justify-content:center;align-items:center;color:#fff;font-weight:bold;padding:14px;border-radius:50%;width:100px;height:100px;text-align:center;line-height:1.3;font-size:1.3rem;z-index:1}@media (max-width: 768px){.timeline-entry{flex-direction:column;padding-bottom:20px}.timeline-entry .image,.timeline-entry .text{width:100%;text-align:center;padding:1rem;background-color:#fff}.timeline-entry .image{order:3;padding-top:0}.timeline-entry .text{order:2;padding-bottom:0}.timeline-entry .year{order:1;position:static;transform:none;margin:2rem auto}}.activity .activity_preview .btn{font-size:1rem;margin:10px 0}.order_item_options .product-variant-inline_display .product-variant-inline_value_selector.variant-value_display-image{width:50px !important;height:50px !important}#content_body_footer .page-template-area-content{display:flex;flex-direction:column}#content_body_footer .related_products{order:5;margin:20px 0}#content_body_footer .related_products .panel-heading{font-size:1.2em}#content_body_footer .related_products .content-price{display:block}#content_body_footer .related_products .summary{display:none}.product-modifier-type .product-modifier-values.product-variant-inline_display{flex-wrap:wrap !important}



