/* @import 'main-header.css'; */
/* @import 'style_single_instr.css'; */
/* @import 'css/r-c-min.css'; */

html,
body {
    overscroll-behavior-y: none;
}

body {

    color: #555;
    font-size: 100%;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* make sure Edge/IE scrollbars are shown when needed but not otherwise */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 14px;
    font-size: var(--font-size-root);
}
dialog::backdrop{
	background-color:hsl(0deg 0% 100% / 82%)
}
.popup-inner
{
    border: none;
    width: 100%;
    height: 100%;
}
dialog {
    width: 100%;
    height: 100%;
    border:none;
    background: rgba(255,255,255,0.6);
}
#close {
    position: fixed;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0;
    padding: 0 25px;
}
#close:after {
    content: "\f00d";
    position: absolute;
    font-size: 20px;
    color: #777;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'FontAwesome';
}
#close:click, #close:focus
{
outline:none;
border:none;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-size: var(--font-size-root-tablet);
    }
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    text-align: left;
}

.row_wrap,
.c-row_wrap {
    position: relative;
    max-width: 1850px;
    margin: 0 auto;
}

.unable_browserscroll {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    /*position:fixed;*/
    z-index: -1;
    transform: translateZ(1 px);

}

.unable_browserscroll_filter {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

hr {
    border-color: #000;
}

html {
    scroll-behavior: smooth;
}

p,
li,
h1,
h2,
h3,
h4,
a {
    /*	text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important; 
text-rendering: auto;
text-rendering: optimizeSpeed;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
text-rendering: inherit;
	 font-style: normal;
    font-weight: 300;*/
}

a.g1 {
    cursor: zoom-in;
}

img.aligncenter {
    display: table;
    margin: 0 auto 0px;
}

.row-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

#rev_slider_1_1_wrapper .hephaistos.tparrows {
    border: 1px solid #fff;
    background: transparent;
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.header-content-page {
    max-width: 1144px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.header-content-page h5 {
    font-weight: 400;
    line-height: 1.3em;
}

.header-content-page h3 {
    margin-bottom: 12px;
}

.bg-02 {
    background: url(../jpg/bg-02.jpg) no-repeat bottom center/cover;
    padding: 40px 0 30px;
}

.m-product-images {
    background: #efeff1;
}

.m-product-images img {
    display: table;
    margin: 0 auto;
}

.m-excerp {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: proxima-nova, sans-serif;

    font-weight: 500;

    font-style: normal;
    margin: 45px 0;
}

ul.list_03.compatiblewith li {
    font-weight: 500;
}

.pswp__bg {
    background: rgba(255, 255, 255, 0.95) !important;
}

.pswp__img--placeholder--blank {
    background: transparent !important;
}

.home .content br,
.home .content br {
    display: none;
}

.row.equal_columns {
    margin: 0 20px !important;
}

h1 {
    margin: 0 0 20px;

    font-style: normal;
    font-weight: 300;
}
a{
    color: #1F1F1F;
}
.content a,
.content a:visited,
.content a:focus {
    color: #D49F47;
    text-decoration: none;
    font-weight:700;
}
.content a:hover {
    color: #1F1F1F;
}
a,
a:visited {
    outline: none;
}

b,
strong {
    font-weight: 700;
}

.m50 {
    margin-top: 50px !important;
    
}

p,
ul li {

    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #1F1F1F;
    opacity: 1;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 22px;
}

p strong {
    font-weight: 700;
}

.row_wrap {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 50px;
}

.row {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}
.page-id-1502 .inner-content-page ul
{
    margin-left:20px;
}
ul li {

    color: #1F1F1F;
    opacity: 1;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.75rem;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 300;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

h3 {
    color: #000;
    font-size: 52px;
    line-height: 62px;
}

h6 {

    font-weight: 700 !important;
    font-weight: normal;
    color: #626262;
    font-size: 20px;
    margin: 41px 0 9px;
    text-transform: uppercase;
}

/*****all series*/
.show_all_instruments_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.show_all_instruments_item .col-md-5 {
    flex-basis: 18.6%;
    margin: 0 10px 26px;
    padding: 0;
}

.show_all_instruments_item .col-md-5.cutmargin {
    margin: 0 0 30px 0;
}

.instrument-all-series-list {
    display: flex;
    justify-content: end;
    margin: 0;
}

.instrument-all-series-list .series_btn {
    border: 1px solid #707070;
    padding: 0 10px;
    /* margin: 0 0 0 20px; */
    list-style-type: none;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 0 20px;
    line-height: 44px;
    cursor: pointer;
    transition: all 0.3s;
}

.instrument-all-series-list .series_btn:hover {
    background: #D49F47;
    color: #fff;
    border: 1px solid #D49F47;
}

.instrument-all-series-list .series_btn.active {
    background: #D49F47;
    color: #fff;
    border: 1px solid #D49F47;
}

.inline-buttons-block {
    display: flex;
    justify-content: space-between;
    width: auto !important;
    margin: calc(2.255px + 1.29vw);
    gap: calc(5.455px + 1.42041vw);
    display: flex;
    flex-wrap: wrap;
}

.inline-buttons-block {
    width: calc(100%/3 - (5.455px + 1.42041vw)/10*2);
}

.button-03 {
    border: 1px solid #707070;
    padding: 11px 20px;
    /* margin: 0 0 0 20px; */
    list-style-type: none;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #000;
}

.button-03:hover {
    background: #D49F47;
    color: #fff;
    border: 1px solid #D49F47;
}

.button-03.active {
    background: #D49F47;
    color: #fff;
    border: 1px solid #D49F47;
}

.filter-header-inline-elements {
    display: flex;
    margin: 0 0 50px;
}

.instrument_item {
    background: rgba(0, 0, 0, .06);
    padding: 0 0 5px;
    cursor: pointer;
    /* max-height: 545px; */
    height: 584px;
    width: 262px;
    display: flex;
    align-items: center;
}

.instrument_item:hover {
    background: rgba(0, 0, 0, .1);
}

.instrument_feature_image {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
    min-height: calc(100% - 3em);
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    max-height: 81%;
}

.instrument_feature_image img {
    padding: 10px 0;
}

.instrument_item_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.instrument_item_details h2 {
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 10px;
    color: #1F1F1F;
}

.instrument_item_details em.instrument_item_series {
    font-family: proxima-nova, sans-serif;

    font-weight: 400;

    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    color: #1F1F1F;
}

.instrument_item_details span.instrument_item_family {
    font-family: proxima-nova, sans-serif;

    font-weight: 400;

    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    color: #1F1F1F;
    margin-bottom: 20px;
}

/**********************************************isotope****/
.grid {

    height: 85%;
    /* inherit height from body */
    width: 100%;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 400px;
    height: 540px;
    background: #EFEFF1;
    margin: 0 30px 30px 0;
    border-color: hsla(0, 0%, 0%, 0.7);
}

.grid-item--height2 {
    height: 200px;
}

/***************/
.container_c5 {
    background: rgba(0, 0, 0, .06);
    padding: 25px 0 25px;
    cursor: pointer;
    max-height: 489px;
}

.container_c5.no-padding {
    padding: 0;
}

.container_c5:hover {
    background: rgba(0, 0, 0, .1);
}

.accessories-grid .container_c_box {
    padding: 0;
}

.container_c_box {
    background: rgba(0, 0, 0, .06);
    padding: 0px 0 44px;
    cursor: pointer;
}

.container_c_box:hover {
    background: #e4e4e6;
}

.container_c_box .product_item_details h2 {
    min-height: 78px;
}

.product-item-image {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
    margin-top: 30px;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
}

.product_item_details div:nth-child(1) {
    align-self: start;
    display: contents;
}

.product_item_details div:nth-child(2) {
    align-self: end;
    display: contents;
}

.grid-mouthpieces .element_grid:hover .product-item-image img {
    filter: contrast(0.9);
}

.product_item_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 100px;
}

.product_acc_item {
    padding: 7px 0 0;
}

.product_item_details span {
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    color: #000;
}

.product_item_details h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #1F1F1F;
    margin-top: 2px;
    margin: 2px 10px;
}

.product_item_details h2.custom-title-accessories {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;
    margin-top: 2px;
    margin: 2px 10px 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
}

.product_item_details em.instrument_item_series {
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    color: #1F1F1F;
}

.product_item_details span.instrument_item_family {
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    color: #1F1F1F;
}

.product_item_title {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;
    text-transform: uppercase;
    margin-top: 2px;
    margin: 2px 10px;
}

.product_item_series {}

/************/
footer {
    padding: 32px 0 20px;
    border-top: 2px solid #e4e4e4;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.footer-desktop-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {

    font-weight: 400;
    font-style: normal;
    color: #8e8e8e;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
}

footer ul.menu {
    margin: 0;
    padding: 0;
}

footer ul.menu li {
    list-style-type: none;
}

footer ul.menu li a {

    font-weight: 400;
    font-style: normal;
    color: #8e8e8e;
    font-size: 16px;
    line-height: 27px;
    display: block;
    text-align: center;
}

#block-8 {
    flex-grow: 1;
    min-height: 133px;
    display: flex;
    align-items: center;
}

.socials_icons_art.footersc {
    margin: 8px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 456px;
    justify-content: space-between;
}

.socials_icons_art.footersc li {
    margin: 0 14px;
}

ul.socials_icons_art li {
    margin: 0 14px 0 0;
    list-style-type: none;
}

.socials_icons_art.footersc li a {
    box-shadow: none;
}

ul.socials_icons_art li a {
    display: block;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 15px 0 0 0;
    width: 50px;
    height: 50px;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #fff;
}

ul.socials_icons_art li a i {
    color: #1F1F1F;
    display: table;
    text-align: center;
    font-size: 21px;
    margin: 0 auto;
}

#block-5 {
    align-items: flex-end;
}

footer .footermenu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 1044px;
    margin: 0px auto 0;
    column-gap: 22px;
}

footer .footermenu li {
    list-style-type: none;
    text-align: center;
}

footer .footermenu li a {

    font-weight: 400;
    font-style: normal;
    color: #8e8e8e;
    font-size: 16px;
    line-height: 22px;
}

footer .footermenu li:nth-child(2) a {
    color: #8e8e8e;
}

footer ul.menu {
    margin: 0;
    padding: 0;
}

.footer-mobile-wrap {
    display: none;
}

.footer-mobile-wrap div:nth-child(2) {
    display: flex;
    justify-content: space-around;
}

.footer-center-div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    width: calc(100% - 400px);
}

.footer-center-div div {
    flex-basis: 33%;
}

.footer-center-div div:nth-child(2) {
    order: 3;
}

footer ul.menu {
    margin: 0;
    padding: 0;
}

footer ul.menu li {
    list-style-type: none;
}

footer ul.menu li a {
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-weight: 400;
    font-style: normal;
    color: #A1A1A2;
    font-size: 16px;
    line-height: 27px;
    display: block;
    text-align: center;
}

/*footer desktop**/
.footer-desktop-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-mobile-wrap {
    display: none;
}

.footer-mobile-wrap div:nth-child(2) {
    display: flex;
    justify-content: space-around;
}

footer {
    padding: 32px 0 20px;
    border-top: 2px solid #e4e4e4;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.footersection2 {
    overflow: hidden;
    margin: 0;
}

.footermenus {
    /* display: flex;*/

    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 40px 0 0;
}

/*
.footermenus div
{
	align-content: space-around;
}*/
footer h2.widgettitle {

    font-weight: 700;
    font-style: normal;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
}

footer .footermenu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 1044px;
    margin: 0px auto 0;
    column-gap: 22px;
}

footer .footermenu li:nth-child(1) a {
    color: #8e8e8e;
}

footer .footermenu li:nth-child(2) {
    order: 5;
}

footer .footermenu li:nth-child(2) a {
    color: #8e8e8e;
}

footer .footermenu li {
    list-style-type: none;
    text-align: center;
}

footer .footermenu li.current-menu-item a {
    color: #000;
}

footer .footermenu li a {

    font-weight: 400;
    font-style: normal;
    color: #8e8e8e;
    font-size: 16px;
    line-height: 22px;
    font-family: proxima-nova, sans-serif;

    font-style: normal;
}

footer .footermenu li a:hover {
    color: #000;
}

ul.footerlogos {
    margin: 0;
    justify-content: space-between;
    align-items: flex-end;
    margin: -119px 0 0;
}

ul.footerlogos li {
    list-style-type: none;
    transition-duration: 0.1s;
}

ul.footerlogos li:nth-child(1) {
    width: 11%;
    float: left;
}

ul.footerlogos li:nth-child(2) {
    width: 11%;
    text-align: center;
    float: right;
}

ul.footerlogos li:nth-child(3) {
    float: left;
    max-width: 200px;
    clear: both;
    width: 11%;
}

ul.footerlogos li:nth-child(4) {
    float: right;
    max-width: 20%;
    text-align: center;
    width: 11%;
}

.footer-desktop-wrap:nth-child(3) {
    display: grid;
}

#block-14 {
    flex-grow: 1;
    min-height: 133px;
    display: flex;
    align-items: center;
}

#block-5 {
    align-items: flex-end;
}

.socials_icons_art.footersc {
    margin: 8px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 456px;
    justify-content: space-between;
}

.socials_icons_art.footersc li {
    margin: 0 14px;
}

.socials_icons_art.footersc li a {

    box-shadow: none;
}

.socials_icons_art.footersc li:hover a {
    border: 1px solid #707070;
}

.socials_icons_art.footersc li a i {
    color: #6F706F;
}

.bottomfooter {
    max-width: 16%;
    margin: 0 auto;
}

.copyright {
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    font-weight: 400;
    font-style: normal;
    color: #8e8e8e;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    max-width: 200px;
}

.home_lsnews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

.home_lsnews .col-md-6 {
    background: #fff;
    cursor: pointer;
    max-width: 48%;
    background: #fff;
    cursor: pointer;
    max-width: 49%;
    transition: all 0.4s ease-out 0.2s;
}

.item_lsnews {
    transition: all 0.1s;
    display: flex;
    height: 100%;
}

.item_lsnews .feature_lsnews {
    flex-basis: 50%;
}

.item_lsnews .feature_lsnews img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    height: 100%;
}

.item_lsnews .post_lsnews {
    flex-basis: 37%;
    margin: 100px 40px 40px 40px;
    /* display: grid; */
}

.item_lsnews .post_lsnews h3 {}

.item_lsnews .post_lsnews h3 a {

    font-weight: 700;
    font-style: normal;
    margin: 0 0 31px;
    display: block;
    color:#000;
}
.item_lsnews .post_lsnews h3 a:hover
{
    text-decoration: none;
}
.excerp_lsnews {

    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F;
    display: none;
}

.item_lsnews .excerp_lsnews {
    display: block;
}

.item_lsnews .post_lsnews div:nth-child(2) {
    /* align-self: flex-end; */
}

.instrument-carrousel-item p,
.instr_carrousel a p {
    text-align: center;
    margin: 0;
}

.instr_carrousel a {
    display: grid;
    flex-direction: column;
    height: 224px;
    align-items: center;
    padding: 0px 0px 32px 3px;
    border-radius: 5px;
    position: relative;
    max-width: 140px;
    margin: 0 auto;
}

.instr_carrousel a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.intruments_type_title_home_carrousel {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.instr_carrousel .instrument-type.active {
    background: #D49F47;
}

.instr_carrousel .instrument-type.active svg path {
    fill: #fff;
}

.instr_carrousel .instrument-type.active .intruments_type_title_home_carrousel h4 {
    color: #fff;
}

.intruments_type_title_home_carrousel h4 {
    text-align: center;
    font-size: 15px;
}

.instrument-type {
    padding: 0 5px;

}

.instrument-type svg {
    margin: 0 auto;
    max-width: 90%;
}

.banner-default-content {
    background-position: top center;
    background-size: cover;
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.c-accessories-banner .banner-default-content p {
    text-transform: none;
    font-size: 1.5rem;
    /* 24px */
    line-height: 2rem;
    /* 32px */
}

.banner-default-content.bg-overlay {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.banner-default-content .bg-overlay::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-default-content .bg-overlay.no-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-default-content h2 {
    max-width: 1600px;
    margin: 0 auto;
}

.banner-default-content p {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    max-width: 1230px;
    margin: 0 auto;
    letter-spacing: 0;
}

.banner-default-content div {
    position: relative;
    z-index: 10;
}

a.button-text-color-red {
    font-size: 17px;
    color: #FF0000;
    line-height: 44px;
    border: 1px solid #707070;
    background: #fff;
    text-transform: uppercase;
    padding: 4px 30px;
    display: table;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

a.button-text-color-red:hover {
    background: #D49F47;
    border: 1px solid #D49F47;
    color: #fff;
}

.default-button-center {
    border: 1px solid #707070;
    text-transform: uppercase;
    padding: 12px 30px;
    display: table;
    justify-content: center;
    transition: all 0.3s;
    flex-grow: 1;
    margin: 0 auto;
    font-size: 18px;
}

.default-button-center:hover {
    color: #fff;
    background: #D49F47;
    border: 1px solid #D49F47;
}

.default-button-b1 {
    border: 1px solid #707070;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
    display: table;
    transition: all 0.3s;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    line-height: 33px;
    white-space: nowrap;
}

.default-button-b1:hover {
    color: #fff;
    background: #D49F47;
    border: 1px solid #D49F47;
}
.default-button-b2 {
    border: 1px solid #707070;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px;
    display: table;
    transition: all 0.3s;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    line-height: 33px;
}

.default-button-b2:hover {
    color: #fff;
    background: #D49F47;
    border: 1px solid #D49F47;
}
.carrousel_section {
    padding: 0;
}

.imagecarrousel a {
    background: #fff;
    display: block;
    position: relative;
    padding: 30px 0 92px;
    margin: 0 12px;
    transition-duration: .2s, 1s;
    transition-timing-function: linear, ease-in;
    animation-timing-function: ease-in-out;
    animation-delay: .5s;
    transition-property: background;
}

.hoveroverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
    -webkit-animation: nohoverboxes_quitar 0.4s ease-in forwards;
    animation: nohoverboxes_quitar 0.4s ease-in forwards;
    transition: all 0.4s ease-out 0.2s;
}

.slidecnt_guitar {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.imagecarrousel h4 {

    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 10px 0 0;
    color: #1F1F1F;
}

.imagecarrousel p.caption {
    font-style: normal;

    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #1F1F1F;
    text-decoration: none;
    max-width: 188px;
    margin: 7px auto 34px;
    display: block;
    white-space: break-spaces;
}

.imagecarrousel a img {
    display: block;
    margin: 22px auto 20px;
    max-width: none;
    object-fit: fill;
    height: 316px;
    z-index: 2;
    position: relative;
}

.slick-slide img {
    margin: 0 auto;
}

h2 {
    color: var(--card-section-color);
}

.heading-h1 {
    font-size: 52px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #7F8488;
}

.heading-center {
    text-align: center;
}

/***********section with two image content columns******/
.twoinrow {
    display: flex;
    justify-content: space-between;
}

.twoinrow .rollover_block:nth-child(2) {
    margin: 0;
}

.rollover_block {
    position: relative;
    margin: 0 33px 0 0;
    flex-basis: 50%;
}

.rollover_block a {
    display: block;
}

.rollover_block .rolovereffect {
    width: 100%;
}

.banner-default-content .rolovereffect {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
    cursor: pointer;
}

.banner-default-content:hover .rolovereffect {
    background: rgba(0, 0, 0, 0);
}

.banner-default-content:hover .rolovereffect.no-link {
    background: rgba(0, 0, 0, 0.5);
    cursor: default;
}

.baner_htext {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 39%;
}

.baner_htext h2 {
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.baner_htext p {
    max-width: 500px;
    margin: 0 auto;
}

.subsrub_form {
    background: #D49F47;
    padding: 48px 2% 25px 3%;
    margin: 0px 0 0;
}

#mc_embed_signup {

    clear: left;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
}

#mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
}

#mc_embed_signup_scroll {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#mc_embed_signup label {
    display: block;
    font-size: 24px !important;
    padding-bottom: 0px !important;
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.inline_elem {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-basis: 40%;
}

#mc_embed_signup input.email {

    font-size: 24px !important;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em 0 0 !important;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
}

#mc_embed_signup input.email:focus {
    outline: none;
}

#mc_embed_signup .button {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    font-size: 20px !important;
    border: none !important;
    letter-spacing: .03em;
    color: #000 !important;
    box-sizing: border-box;
    height: auto !important;
    line-height: 32px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
    background: transparent !important;
    border: 1px solid #1F1F1F !important;
    padding: 10px 30px !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

#mc_embed_signup .button:hover {
    background: #000 !important;
    color: #D49F47 !important;
}

#mc_embed_signup input.email {
    border: none !important;
    border-bottom: 1px solid #1F1F1F !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 46px;
    background: transparent;
    /* width: 83%!important; */
    background: transparent !important;
    border-radius: 0 !important;
}

.button_style1 {
    border: 1px solid #1F1F1F;
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F !important;
    text-decoration: none;

    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 15px 40px 18px;
    display: table;
    margin: 36px auto 10px;
    transition: all 0.3s;
}

.c-rev_slider_wrap {
    max-width: 1900px;
    margin: 0px auto;
    padding: 0 50px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #1F1F1F !Important;
}

.slick-prev:before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1F1F1F !Important;
    font-size: 44px !important;
    position: absolute;
    top: 0px;
    left: 25px;
    opacity: 1 !important;
    padding: 6px 0 0;
    transform: scaleX(-1);
}

.slick-next:before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1F1F1F !Important;
    font-size: 44px !important;
    position: absolute;
    top: 0px;
    left: 19px;
    opacity: 1 !important;
    padding: 7px 0 0;

}

.instruments-type-default .slick-prev:before {
    left: 25px;
}

.instruments-type-default .slick-next:before {
    left: 19px;
}

.carrousel_section .slick-dots {
    position: absolute;
    bottom: -68px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;
}

.slick-dots li {
    width: 15px !important;
    height: 15px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #1F1F1F !Important;

}

.slick-dots li button::before {
    opacity: 0.25;
    color: #1F1F1F;
    font-size: 8px !Important;
}

.slick-prev,
.slick-next {
    position: relative;
    transition: all 0.3s;
    background: transparent !important;
    border-radius: 50%;
    width: 60px !Important;
    height: 60px !Important;
    z-index: 20;
}

.seriescarrousel .slick-list {
    padding: 0 30px;

}

.seriescarrousel .slick-prev,
.seriescarrousel .slick-next {
    top: 65%;
}

.slick-prev:hover,
.slick-next:hover {
    background: transparent !Important;
}

.slick-prev:before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1F1F1F !Important;
    font-size: 44px !important;
    position: absolute;
    top: 0px;
    left: 19px;
    opacity: 1 !important;
    padding: 6px 0 0;
    transform: scaleX(-1);
}

.slick-next:before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1F1F1F !Important;
    font-size: 44px !important;
    position: absolute;
    top: 0px;
    left: 25px;
    opacity: 1 !important;
    padding: 7px 0 0;

}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #000 !Important;
}

.slick-dots li {
    width: 15px !important;
    height: 15px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #1F1F1F !Important;

}

.slick-dots li button::before {
    opacity: 0.25;
    color: #1F1F1F;
    font-size: 8px !Important;
}

.newyear_section a .rolovereffect,
.rollover_block .rolovereffect,
.homebaner_section a .rolovereffect,
.baner1 a .rolovereffect,
.baner2 a .rolovereffect,
.gomt a .rolovereffect {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;

    position: absolute;
    top: 0;
    transition: all 0.15s;

}

.newyear_section a:hover .rolovereffect,
.rollover_block a:hover .rolovereffect,
.homebaner_section a:hover .rolovereffect,
.baner1 a:hover .rolovereffect,
.baner2 a:hover .rolovereffect,
.gomt a:hover .rolovereffect {
    background: rgba(0, 0, 0, 0);

}

.imagecarrousel .slick-slider {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    height: auto !important;
}

.imagecarrousel .slick-slide {

    height: auto !important;
}

.carrousel_section {
    position: relative;
}

.carrousel_section:after {
    content: '';
    position: absolute;
    bottom: -85px;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 40%, rgba(0, 0, 0, 0.1) 90%);
    width: 100%;
    height: 74px;
}

#mc_embed_signup input.email::-webkit-input-placeholder {
    color: #fff;
}

#mc_embed_signup input.email:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#mc_embed_signup input.email::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#mc_embed_signup input.email:-ms-input-placeholder {
    color: #fff;
}

.default-heading-center {
    font-size: 52px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #7F8488;
    line-height: 62px;
    text-align: center;

    font-size: 2.375rem;
    letter-spacing: 1.9px;
    line-height: 1;
    -webkit-font-smoothing: initial;
    all: unset;
    display: revert;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    --nav-margin-top: 0px;
}

.videosection_home {
    display: flex;
    height: 100%;
    align-items: stretch;
    margin: 0 0 0px;
    position: relative;
    overflow: hidden;
}

.videoplayer_homecnt {
    flex-basis: 65%;
    position: relative;
    margin: 0 0 -6px;
    /* height: calc(100% - 200px); */
}

.posabs {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
}

video {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    margin: 0 0 0px;
}

.playstop_button {
    position: absolute;
    bottom: 20px;
    right: 17px;
    background: #fff;
    width: 41px;
    height: 41px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    transition: all 0.3s;
    box-shadow: 0 0 8px rgb(255 255 255 / 40%);
    padding: 0px 0 0 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.home .playstop_button {
    bottom: 20px;
}

.playstop_button i.fa-play {
    padding: 0 0 0 1px;
}

.muteunmute_button {
    position: absolute;
    bottom: 20px;
    left: 17px;
    background: #fff;
    width: 41px;
    height: 41px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    transition: all 0.3s;
    box-shadow: 0 0 8px rgb(255 255 255 / 40%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_homecnt {
    flex-basis: 35%;
    background: #A2B5BF;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin: 0;
    /* height: 54vh; */
    display: flex;
}
.video_homecnt .text-5xl {
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.video_homecnt .text-5xl p {
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700!Important;
    font-style: normal;
    text-align: center;
    color:#fff;
}
.video_homecnt h4 {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    letter-spacing: 4px;
    max-width: 500px
}

.video_homecnt p {
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F;

    font-weight: 400;
    font-style: normal;
    text-align: center;
    max-width: 338px;
    margin: 0 auto;
}

.instrument-sidebar-single-page {
    border-right: 1px solid #DBDBDB;
}

ul.list_03 {
    margin: 0;
    padding: 0;
}

ul.list_03 li {
    list-style-type: none;
    line-height: 30px;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    margin: 0 0 6px;

}

.singleaccessories_row .m-product-images {
    background: transparent;
}

.singleaccessories_row .accordion_toggle h3 {
    margin: 0 0 17px;
    letter-spacing: 2px;
}

.sidebar-single-page {}

.box-content-columns-2 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.box-content-item {
    margin: 0 0 65px;
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    flex-basis: 49%
}
.box-content-item .margin-y5 {
    margin-bottom: 20px!important;
}
.box-content-item:nth-last-child() {
    margin: 0;
}

.text_box_content {
    padding: 0 20px;
}

.inner_box {
    padding: 60px 60px 0;
    position: relative;
    display: grid;
    height: 100%;
}

.text-content-artist {
    padding: 0 0 30px;
}

/*  news page styles*/
.col-md-6.custom_post_item {
    background: #F0F0F0;
    margin: 16px 15px 60px;
    cursor: pointer;
    max-width: 48%;
    margin: 16px 0px 60px 0;
    cursor: pointer;
    max-width: 49%;
    transition: all 0.4s ease-out 0.2s;
}

.col-md-6.custom_post_item:hover {
    background: #E3E3E3;
}

#custom_post_meta_head {
    display: none;
}

.title_singlepost {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    line-height: 59px !important;
}

/**/
.item_lsnews .feature_lsnews {
    flex-basis: 50%;
}

.item_lsnews .post_lsnews {
    flex-basis: 37%;
    margin: 40px 40px 40px 40px;
    /*display: grid;*/
}

.item_lsnews .post_lsnews div:nth-child(2) {
    /*align-self: flex-end;*/
}

.item_lsnews .post_lsnews h3 {
    min-height: 184px;
}

.item_lsnews .post_lsnews h3 a {
    margin: 0 0 31px;
    display: block;
}

.excerp_lsnews {
    display: none;
}

.item_lsnews .excerp_lsnews {
    display: block;
}

.section_lsnews {
    background: #F1F1F1;
    padding: 60px 0 60px;
    margin: 50px 0 0;
}

.single-post-content p {
    margin: 0 0 20px;
}

ul.grid_post_pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px 0;
    margin: 0;
}

ul.grid_post_pagination li {
    list-style-type: none;
    font-size: 18px;
    color: #838383;
    margin: 0 10px;
}

ul.grid_post_pagination li a {
    padding: 5px 3px;
    border: 1px solid #838383;
    transition: all 0.4s ease-out 0.2s;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.grid_post_pagination li span.current {
    padding: 5px 3px;
    border: 1px solid #D49F47;
    color: #fff;
    background: #D49F47;
    display: block;
    transition: all 0.2s ease-out 0.1s;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
}

ul.grid_post_pagination li:hover a {
    color: #fff;
    background: #D49F47;
    border: 1px solid #D49F47;
}

ul.grid_post_pagination li.active a {
    padding: 5px 3px;
    color: #fff;
    background: #D49F47;
    border: 1px solid #D49F47;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/****/
.addtoany_shortcode {
    display: table;
    margin: 0 auto;
}

.addtoany_list a {
    padding: 6px 6px 5px !important;
    border: 1px solid #fff !important;
    margin: 0 4px !Important;
}

.addtoany_list a:hover {
    border: 1px solid #707070 !important;
}

.contact-form {}

.contact-form textarea {
    border: none;
    width: 100%;
}

.contact-form div p {
    display: flex;
    border: 1px solid #707070;
    align-items: center;
}

.contact-form div p label {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    flex-basis: 201px;
    display: block;
    margin: 0;
    padding: 4px 0 4px 28px;
    border-right: 1px solid #707070;
    min-width: 224px;
    letter-spacing: 2px;
}

.contact-form div p input {
    border: none;
    padding: 0 0 0 20px;
    line-height: 40px;
    margin: 3px 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    width: 100%;
}

.contact-form div p input:focus {
    border: none;
    outline: none;
}

.contact-form div {
    margin: 0 0 30px 0;
}

.contact-form input[type="submit"] {
    background: #F2F2F2;
    text-align: center;
    font-size: 1rem;
    padding: 4px 10px;
    border: 1px solid #707070;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: 229px;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    line-height: 40px;
}
.contact-form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.contact-form.c_v2 div p label
{
    padding: 4px 0 4px 0px;
    min-width: 330px;
    text-align: center;
    position: relative;
}
.contact-form.c_v2 div p label em
{
    font-style: normal;
    position: absolute;
    left: 10px;
    top: 8px;
}
.wpcf7 input[type=file] {
    color: transparent;
    width: 100%;
    max-width: 229px;
    background: #F2F2F2;
    border: 1px solid #707070;
    text-align: center;
    color: #000;
  }
  .wpcf7 input[type=file]:hover
  {
    border-color: #707070;
    background-color: #000; 
    color: #fff;
  }
  .wpcf7 input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
  }
  .wpcf7 input[type=file]::before {
    content: 'UPLOAD PHOTO';
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    padding: 8px 0 8px 31px;
    text-align: center;
  }
  .contact-form input[type="submit"]
  {
    width: 229px!important;
  }
  .bottom-form-action
  {
    display: flex;
    justify-content: space-between;
  }
  .contact-form div.bottom-form-action p
  {
border:none;
display: block;
  }
  .wpcf7 input[type=file]:active {
    outline: 0;
  }
  .wpcf7 input[type=file]:hover::before {
    border-color: #707070;
    background-color: #000; 
    color: #fff;
  }
  .wpcf7 input[type=file]:active::before {
    background-color: #000; 
  }
.contact-form.c_v2 div.full-width-field p textarea
{
font-weight:400;
}
div.submit-button p {
    border: none;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-basis: 74%;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none;
    /* position: absolute;
    top: 10px;
    left: 27px; */
    
}
.wpcf7-form label.error
{
    padding: 9px 0!important;
}
.default-button-b1.button-patenq
{
    min-width: 326px;
}
.contact-form div.full-width-field p {
    display: block;
}

.contact-form div.full-width-field p textarea {
    padding: 8px 0 4px 28px;
    font-size: 1rem;
    font-family: proxima-nova, sans-serif;

    font-weight: 700;

    font-style: normal;
    color: #1F1F1F;
}

.contact-form div.full-width-field p textarea:focus {
    outline: none;
}

.contact-form div.full-width-field p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}

.contact-form div.full-width-field p ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}

.contact-form div.full-width-field p :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}

.contact-form div.full-width-field p :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}

.addtoany_share_save_container {
    display: none;
}

h2.search_itemtitle {
    font-size: 22px;
    line-height: 30px;
    color: #1F1F1F;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #1F1F1F;
}

h2.search_itemtitle a {
    color: #1F1F1F;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.search_item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 40px;
}

.search_request {
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    color: #1F1F1F;
    opacity: 0.49;
}

.search_item_cnt {
    max-width: 700px;
}

.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.fsearch {
    display: flex;
    justify-content: center;
    max-width: 1115px;
    margin: 0 auto;
    height: 100%;
    
}
.popup_cnt
{
    display: flex;
    align-items: center;
    height: 100%;
}
.popup_cnt .row_wrap
{
    width: 100%;
}
.fsearch label {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0px 0 0;
    white-space: nowrap;
}

.fsearch input[type="text"] {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    color: #676767;
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    outline: none;
    flex-basis: 66%;
    margin: 0 20px;
    background: transparent;
}

.fsearch input[type="submit"] {
    background: #F2F2F2;
    text-align: center;
    font-size: 0;
    padding: 4px 10px;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    background: url(../png/search-icon.png) no-repeat center center;
    background-size: 21px;
    max-width: 50px;
}

.fsearch span:hover:after {
    background: #888;
}

.pum-container,
.pum-theme-default-theme .pum-container {
    box-shadow: none;
    background-color: transparent;
}

.pum-close {
    position: relative;
    background: transparent !important;
    font-size: 0 !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: none !important;
}

.pum-close:after {
    content: "\f00d";
    position: absolute;
    font-size: 20px;
    color: #777;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'FontAwesome';
}

#block-13,
#block-12 {
    display: grid;
    align-items: self-end;
    height: 153px;
}

#block-13 img,
#block-12 img {
    margin: 0 auto 10px;
}

.slick-arrow.slick-disabled {
    display: none !important;
}
.pum-theme-1216 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close
{
    padding: 0!important;
    margin-top: 14px!important;
    margin-right: 40px!important;
}
.subsrub_form {
    display: flex;
    justify-content: space-between;
    align-items: end;
    max-width: 1800px;
    margin:0 auto;
}
.subsrub_form label {
    display: block;
    font-size: 24px !important;
    padding-bottom: 0px !important;
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}
.subsrub_form input[type="email"] {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
    border: none !important;
    border-bottom: 1px solid #1F1F1F !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 46px;
    background: transparent;
    /* width: 83%!important; */
    background: transparent !important;
    border-radius: 0 !important;
}
.signup-btn {
    color: #000;
    box-sizing: border-box;
    line-height: 32px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
    border: 1px solid #1F1F1F !important;
    padding: 10px 30px !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
}
.signup-btn:hover {
    background: #000 !important;
    color: #D49F47 !important;
}
.subsrub_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  .subsrub_form input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  .subsrub_form input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  .subsrub_form input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }

  .home .wpcf7
  {
    background: #D49F47;
    max-width: 1800px;
    margin: 0 auto;
    padding:0 0 2px;
  }
  .subsrub_form .wpcf7-not-valid-tip
{
    left: 0;
    right: 0;
    top: 27px;
}
.subsrub_form .wpcf7-form-control-wrap
{
    font-size: 12px;
}
.subsrub_form .inline_elem p
{
    text-align: center;
}
.home .wpcf7 form .wpcf7-response-output {
    margin: -1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: flex;
    margin: 0 auto 16px;
    justify-content: end;
    border: none;
}
.subsrub_form input[type="email"]:focus
{
    border:none;
    outline:none;
}
.btn-flex
{
    display: flex;
    justify-content: space-between;
}
.center-flex
{
    display: flex;
    align-items: center;
}
/*****************new styles 2024*/
.single-instr-guide-wrap
{
    background: #000;
    padding: 0 0 30px;
    margin:0 0 50px;
}
.single-instr-guide-bg
{
position: relative;
align-self: flex-start;
}
.single-instr-bp
{
    align-self: flex-end;
}
.single-instr-guide-text
{
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    color: #D49F47;
    font-size:14px;
    line-height: 20px;
    margin: 0 0 10px;
    /* position:absolute;
    top:40%;
    right:20px; */
text-align: center;
letter-spacing: 0.5px;
transform: translateX(-2px);
}
.award2024
{
    position: absolute;
    right: 18px;
    top: 20px;
    max-width: 80px;
    height: auto !important;
}
.title-instr-series
{
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 5.2px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 0 40px;
    text-align: center;
}
.guitar-guide-container
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 578px;
    margin: 0 auto 40px;
}
.single-instr-guide-image
{
    padding: 0;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
.single-instr-vh
{
    display: grid;
    /* height: 96vh; */
    background: #000;
    overflow: hidden;
    padding: 0 0 20px;
}
.guitar-guide-column
{
padding:0;
}
.guitar-guide-column:nth-child(1)
{
order:2;

}
.guitar-guide-column:nth-child(2)
{
order:1;
}
.guitar-guide-column:nth-child(3) .guitar-series-title
{
color:#fff;
}
.guitar-guide-column:nth-child(3)
{
order:3;
}
.guitar-guide-thumb
{
    max-width: 135px;
    margin:0 auto 40px;
    transition: 0.3s all;
}
.hover-effect-box
{
    cursor: pointer;
}
.hover-effect-box:hover .guitar-guide-thumb
{
    transform: scale(1.5);
}
.hover-effect-box:hover .guitar-series-title
{
    font-weight: 700;
}
.guitar-series-title
{
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.8px;
    color: #D49F47;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0;
    text-align: center;
    transition: 0.3s all;
}
.guitar-series-title.text-white
{
    color: #fff;
}
.guitar-guide-intro
{
padding:0 20px;
}
.intro-title
{
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    color: #D49F47;
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 30px;
    text-align: center;
}
.guitar-intro-content
{
padding:0 0 30px;
max-width: 952px;
margin:0 auto;
}
.guitar-intro-content p
{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px;
    text-align: center;
}
@media only screen and (max-width:720px)
{
    .intro-title
    {
        font-size: 28px;
        line-height: 36px;
        margin:0;
    }
    .guitar-intro-content p
{
    font-size: 16px;
}
}
@media only screen and (max-width: 650px) {
    .baner_htext h2 {
        font-size: 27px;
        line-height: 35px;
      }
    .guitar-guide-thumb
    {
        margin: 0 auto 20px;
    }
    .intro-title {
        font-size: 23px;
        line-height: 31px;
    }
    .title-instr-series
    {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 15px;
    }


    /* .single-instr-guide-image {
        transform: scale(calc(5.7/2));
        transform-origin: top;
    } */
    .hover-effect-box:hover .guitar-guide-thumb
{
    transform: scale(1);
}
.hover-effect-box:hover .guitar-series-title
{
    font-weight: 400;
}
.guitar-guide-container
{
    margin: 0 auto 20px;
}
.single-instr-vh
{
    /* padding: 0 0 60px;
    height: 92vh; */
}
}
/***************************************************************************@media****/
@media only screen and (max-width: 2240px) {
    .stick {
        width: 100%;
    }
}
@media only screen and (max-width: 1900px) {
    .product_store_details {
        margin: 38px 20px 59px 20px;
    }

    .custom_post_news {
        height: 28em;
    }

    .plr50 {
        padding: 0 0px;
    }

    .sidebar_custom_support {
        padding: 5% 1% 0 0%;
    }

    .sidebar_singleguitar {
        padding: 18px 20px 80px 0px;
    }

    footer {
        padding: 20px 50px 20px;
    }

    .series_sidebar {
        padding: 15px 0px;
    }

    .series_sidebar {
        padding: 15px 0px;
    }

    .video_wrap {
        margin: 0 50px 45px;
    }

    .size68 {
        font-size: 57px;
        line-height: 62px;
    }

    .content,
    .c-rev_slider_wrap,
    .instr_carrousel,
    .c-content {
        /*margin-left:50px!important;
        margin-right:50px!important;*/
    }

    .c-content {
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;

    }

    .series_content {
        padding: 30px 50px;
    }
}

@media only screen and (max-width: 1650px) {
    .wraptext em {
        display: inline;
    }
}

@media only screen and (max-width: 1600px) {
    .masterbg1:after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    footer .wpcf7-form .labelscrb h5 {
        font-size: 28px;
        line-height: 36px;
    }


    .accessory-item img {
        height: 297px;
        width: auto;
        margin: 0 auto 40px;
        object-fit: cover;
        object-position: top;
    }

    .content_guitarsingle .col-md-3 {
        max-width: 100%;
        flex: 100% !important;
    }

    .content_guitarsingle .col-md-9 {
        max-width: 100%;
        flex: 100% !important;
    }

    ul.single_guitardetails {

        max-width: 100%;
    }

    .bottomfooter {
        max-width: 35%;
    }

    h3.size36 {
        font-size: 27px;
        line-height: 35px;
    }

    .width950 {
        max-width: 700px !important;
    }

    .size28 {
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 1470px) {
    .header-content-page img {
        max-width: 67%;
    }

    .banner-default-content {
        height: 550px !important;
    }

    .text-4xl {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .text-4lg {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    .banner-default-content {
        padding: 0 40px;
    }

    footer .footermenu {
        max-width: 676px;
    }
}

@media only screen and (max-width: 1400px) {
    .inline-buttons-block {
        justify-content: start;
    }

    .baner_htext {
        top: 40%;
    }

    .home_articles_list {
        margin: 0 55px 0 0;
    }

    .h_titlearticle.title_active a {
        font-size: 28px;
        line-height: 34px;
    }

    .h_titlearticle.title_active {
        padding: 28px 0 1px;
    }

    #left_arrow,
    #right_arrow {
        top: 25%;
    }
}

@media only screen and (max-width: 1320px) {
    .default-button-b1
    {
        font-size: 16px;
    }
    .accesorieswrap .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .outline_btn_white {
        margin: 29px auto 0;
    }

    .sidebar_singleguitar {
        padding: 18px 0px 80px 0px;
    }

    #related-news .col-md-3.singlebox {
        max-width: 49%;
        flex: 0 0 49%;
    }

    .featureimg_related {
        height: calc(0.2 * 100vw);
    }

    .singlebox .edgebox {
        margin: 0 0 30px;
    }

    .meta_grid_post {
        padding: 30px 30px 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .item_lsnews .feature_lsnews img {
        margin: 0 auto;
        display: block;
        object-fit: none;
        height: auto;
        width: auto !important;
    }

    .item_lsnews .feature_lsnews {
        max-height: 200px;
        overflow: hidden;
    }

    .item_lsnews:nth-child(1) {
        display: block;
    }

    .video_homecnt {
        padding: 40px 0;
    }

    footer .wpcf7-form .labelscrb h5 {
        margin: 0px 26px 30px 0;
    }

    footer .wpcf7-form .fieldscrb input[type="submit"] {
        margin: 0 0 0 40px;
    }
}

@media only screen and (max-width: 1160px) {
    .item_lsnews {
        margin: 0 0px 20px;
        padding: 0px 0px 3px;
    }

    .item_lsnews .post_lsnews {
        margin: 30px 30px;
    }

    .item_lsnews {
        display: flex;
    }
}

@media only screen and (max-width: 1154px) {

    .header_image {
        padding: 8% 6% 8% 6%;
    }

    .content_supportpg {
        padding: 4% 6% 8% 6%;
    }

    .fieldscrb input[type="submit"] {}

    #wpcf7-f225-o1 form {
        display: block;
    }

    .fieldscrb {
        display: block;
    }

    .fieldscrb input[type="submit"] {
        margin: 20px 0 0;
    }

    .home_lsnews {
        display: block;
    }

    .home_aboutsection {
        display: block;
    }

    .home_articles {
        display: block;
    }

    .home_articles {
        margin: 50px 30px;
    }
}
@media only screen and (max-width:1140px){
    .row_wrap {
        padding: 0 14px;
    }
    .subsrub_form .inline_elem {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 1120px) {
    .item_lsnews .post_lsnews h3 {
        min-height: auto;
    }

    footer .wpcf7-form {
        display: block;
    }

    .size68 {
        font-size: 41px;
        line-height: 49px;

    }

    .header-block {
        padding: 20px 0;
    }

    .header-block .size68 {
        margin: 0;
    }
}

@media only screen and (max-width: 1060px) {

    .series_filter {
        display: block;
    }

    h1.size68 {
        font-size: 44px;
        line-height: 60px;
    }

    .eqheight {
        align-items: flex-start;
    }

    .whyalvarez_header {
        min-height: 400px;
        margin: 0px 0 0px;
    }

    .series_sidebar {
        display: none;
    }

    #stickysidebar2 {
        padding: 0px 10px 100px !important;
    }

    /***filter for mobile*/
    .series_sidebar {
        position: relative;
        top: auto;
        overflow-y: inherit;
        position: absolute;
        width: 100%;
        z-index: 19;
        background: transparent;
        height: 100%;
        left: 0;
        flex-basis: 100%;
        padding: 0;
    }

    .filter_mobile_togglebar {
        display: block;
        background: #EBEBEB;
    }

    .filter_mobile_togglecontent {
        top: 0;
        display: block;
        overflow-y: inherit;
        height: 100%;
        width: 100%;
        padding: 15px 15px 30px;
    }

    .filter_mobile_togglecontent:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;

        overflow-y: visible;
    }

    .innerblur_area {
        background: #fff;
        background: rgba(255, 255, 255, 0.8);
        top: 67px;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
        padding: 0;
    }

    .filter_mobile_togglecontent h3 {
        color: #000;
        text-align: center;
    }

    .filter_mobile_togglecontent ul.series_items {
        margin: 20px 0 30px 0px;
    }

    .filter_mobile_togglecontent ul.series_items li {
        margin: 0;
    }

    .filter_mobile_togglecontent ul.series_items li a {
        border-bottom: 1px solid #c9c9c9;
        line-height: 49px;
    }

    .filter_mobile_togglecontent ul.series_items li a::after {
        right: 12px;
        top: 20px;
    }

    .filter_mobile_togglecontent ul.series_items li a::before {
        right: 7px;
        top: 20px;
    }

    .filter_mobile_togglecontent ul.series_items li.activeseries a::after {
        top: 20px;
        right: 12px;
    }

    .filter_mobile_togglecontent ul.series_items li.activeseries a::before {
        right: 7px;
        top: 15px;
    }

    .filter_mobile_togglebar.fixedbar {
        /* backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);*/
        background: #EBEBEB;
        position: fixed;
        width: 100%;
        top: 66px;
        z-index: 20;
        left: 0;
    }

    .series_sidebar.fixedsidebar {
        position: fixed;
        top: 127px;
        padding: 0 0 100px;
    }
}

@media only screen and (max-width: 1024px) {
	    .hero-slide-item
{
     align-items: center;
}
    .video_homecnt {
        padding: 40px 0 0;
    }

    .instrument_item {
        height: auto;
    }

    #mc_embed_signup input.email {
        width: 100%;
        margin-bottom: 5px;
    }

    .footer-desktop-wrap {
        display: none;
    }

    .footer-mobile-wrap {
        display: block;
    }

    #mc_embed_signup_scroll {
        display: block;
    }

    #mc_embed_signup label {
        display: table !important;
        text-align: center;
        margin: 0 auto 5px;
    }

    #mc_embed_signup {
        padding: 0 0 30px;
    }

    .inline_elem {
        display: flex;
    }

    .result_search_panel {
        display: block;
        padding: 0 !important;
    }

    .search_dealer_btn {
        width: 100%;
    }

    #map {
        height: 230px !Important;
    }

    .result_box ul li {
        padding: 14px 0 0 !important;

    }

    .result_box ul li h3 {
        font-size: 16px !important;
        margin: 0 !important;
    }

    .result_box ul li p {
        font-size: 15px !important;
        margin: 0 0 9px !important;
    }

    .result_box {
        padding: 0 !important;
    }

    .total_results {
        padding: 30px 0 0 15px !important;
    }

    .result_box ul {
        height: auto !important;
    }

    .result_search_panel.flex-row-reverse {
        flex-direction: row !important;
        display: block !important;
        height: auto;
    }

    .main_video_details {
        padding: 20px 20px 0;
    }

    .button_style2 {
        padding: 15px 15px 18px;
        font-size: 19px;
    }

    .main_tv_video {
        padding: 0;
    }

    .main_tv_area {
        padding: 0 0 50px;
    }

    .tv_video_featured .row .col-md-4 {
        max-width: 100%;
    }

    .tv_feature_item div.tv_feature_details {
        max-width: 60%;
    }

    .page_header {
        height: 30em;

    }

    .devidefullline {
        margin: 35px 0;
    }

    .width450 {
        max-width: 87% !important;
    }

    .col-md-8.col-sm-10 {
        flex: 0 0 86%;
        max-width: 86%;
    }

    .series_content {
        padding: 30px;
    }

    .eqheight .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    img.alignright {
        float: none;
        margin: 0 0 10px;
    }

    .artistbg {
        margin: 20px 0 30px;
    }

    .wraptext em {
        display: inline;
    }

    .artistbg:after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .artistbg .size36 {
        color: #fff;
    }

    .masterelitebg1,
    .masterbg1 {
        margin: 0 0 30px;
    }

    .masterelitebg1:after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .masterbg1 p {
        margin: 0;
    }

    .pricing_details {
        margin: 0px 0 20px;
    }

    .pb60 {
        padding-bottom: 0px;
    }

    .pricing_details {
        margin: 0;
    }

    .subsrub_form .wpcf7-form .labelscrb h5 {
        max-width: 337px;
        margin: 0 auto 30px !important;
    }

    .fullwidth.no_marg {
        margin-left: 0px;
        margin-right: 0px;
    }

    .fullwidth {
        margin-left: 0px;
        margin-right: 0px;
    }

    .meta_grid_post h4.size24 {
        font-size: 20px;
    }

    .no-gutters.three-cols .col-md-4 {
        margin-bottom: 50px !important;
    }

    .col-md-6.custom_post_item {
        margin: 16px 0px 35px 0;
    }

    .featureimg_related {
        height: calc(0.2 * 64vw);
    }

    .meta_grid_post {
        padding: 22px 0px 30px;
    }

    #related-news {
        padding: 20px 0 0px;
    }

    .featureimg_related:after {
        background-size: 32px;
    }

    .post_verticalview {
        padding: 0 30px 30px;
    }

    .item_lsnews .post_lsnews h3 a {
        font-size: 22px;
        line-height: 27px;
    }

    .item_lsnews .post_lsnews {
        margin: 30px 20px 10px !important;
    }

    .rollover_block {
        margin: 0 20px 0 0;
    }

    .socials_icons_art.footersc {
        max-width: 100%;
    }

    .footermenus {
        margin: 0;
    }

    .home .wpcf7-form {
        display: block;
    }

    .subsrub_form {

        padding: 20px 4% 0 4%;
    }

    footer .footermenu {
        max-width: 604px;
        margin: 0 auto;

    }

    ul.footerlogos li:nth-child(3) {
        float: none;
        max-width: 100%;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 33px 0 0;
    }

    ul.footerlogos li:nth-child(4) {
        float: none;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .copyright {
        margin: 0 0 6px;
        max-width:100%;
    }

    .copyright br {
        display: none;
    }

    ul.footerlogos {
        margin: 48px 0;
    }

    ul.footerlogos li:nth-child(1) {
        width: 50%;
        border-right: 1px solid #B3B3B3;
    }

    .footersection2 {
        margin: 0;
        padding: 3px 0 0;
    }

    ul.footerlogos li:nth-child(2) {
        width: 50%;
    }

    .subtext {
        max-width: 782px;
        margin: 0 auto 30px;
    }

    .item_lsnews .post_lsnews h3 a {
        margin: 0 0 20px;
    }

    .home_lsnews .col-md-6 {

        max-width: 48%;
    }

    .home_lsnews .col-md-6:nth-child(2n+3) {
        margin: 16px 0px 20px 0;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .home_lsnews .col-md-6:nth-child(even) {
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .size48 {
        font-size: 40px;
        line-height: 48px;
    }

    footer h2.widgettitle {
        text-align: center;
    }

    .video_homecnt {
        height: auto;
    }

    #video2 {
        height: auto;
    }

    .imagecarrousel a {
        padding: 30px 0 70px;
    }

    .slidecnt_guitar {
        bottom: -14px;
    }

    .posabs {
        position: relative;
    }

    .baner_htext {
        top: 45%;
    }

    .twoinrow .rollover_block:nth-child(2) {
        margin: 0px;
    }

    .newyear_section h2 {
        font-size: 29px;
        line-height: 35px;
        margin: 0;
    }

    .home ul.sliderquitars_carrousel li img {
        height: 326px;
    }

    .home ul.sliderquitars_carrousel li {
        flex: 1 0 241px;
    }

    ul.sliderquitars li {
        flex: 1 0 233px;
    }

    ul.sliderquitars li img {
        object-fit: fill;
        height: 200px;
    }

    .video_homecnt {
        margin: 0;
    }

    .videosection_home {
        display: block;
    }

    #stickysidebar2 {
        padding: 79px 10px 0 !important;
    }

    #clearfilter_btn {
        top: 0px;
    }

    .rollover_block .outline_btn_white {
        margin: 20px auto 0;
    }

    .series_filter {
        display: block;
    }
}

@media only screen and (max-width: 1120px) {
    .filter-header-inline-elements {
        flex-wrap: wrap;
    }

    .filter-header-inline-elements h3 {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 1040px) {
    .subsrub_form {
        display: block;
    }
    .hide-on-mobile,
    .block-element.hide-on-mobile {
        display: none !important;
        ;
    }

    .footer-center-div {
        width: auto;
    }

    .footer-center-div div:nth-child(3) {
        flex-basis: 100%;
    }

    .footermenus div {
        flex-basis: 50%;
    }

    .subsrub_form .wpcf7 {
        margin: 0 auto;
        max-width: 700px;
    }

    .subsrub_form .wpcf7-form .fieldscrb input[type="email"] {
        width: 100%;
    }

    .subsrub_form .wpcf7-form {
        display: block;
    }

    .subsrub_form .wpcf7-form .labelscrb h5 {
        text-align: center;
        font-size: 26px;
        line-height: 34px;
        margin: 0 auto 10px !important;
        display: table;
    }

    .subsrub_form .wpcf7-form .fieldscrb {
        display: block;
    }

    .subsrub_form .wpcf7-form-control-wrap {
        display: block;
        margin: 0;
    }

    .subsrub_form .wpcf7-form .fieldscrb input[type="submit"] {
        width: 100%;
    }

    .accordion_product_details {
        /*background: #EDEDED;*/
        padding: 0;

    }

    .showonmobile {
        display: block;
    }

    .sidebarwrap_singleguitar {

        border-right: none;
    }

    .sidebar_singleguitar {
        padding: 0;
    }

    .single_leftcolumnguitar {
        padding: 0;
    }

    .hideonmobile {
        display: none;
    }

    .pricing_details {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .pricing_details h3.size24 {
        text-align: center;
    }

    .pricing_details .buttons {
        display: block;
        width: 100%;
        padding: 17px 20px;
    }

    .single_leftcolumnguitar {
        padding: 0;
    }

    ul.key_guitarfeatures li em {
        flex: 0 0 54%;
    }

    ul.key_guitarfeatures li strong {
        flex: 0 0 48%;
    }

    ul.key_guitarfeatures {
        margin: 0 10px 50px;
    }

    ul.key_guitarfeatures li {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0;
    }

    .single_prod_title_mobile,
    .single_product_breadcrumbs {
        display: block;
    }

    .singleguitar_row.flex-row-reverse {
        display: block;
    }

    .content_single_product {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .videoswrap .col-md-4 {
        padding-bottom: 20px;
    }

    .sidebar_singleguitar {
        top: 0 !important;
        position: relative !important;
    }

    .singleguitar_row .col-lg-9 {
        max-width: 100%;
    }

    body .singleinstrument_row .col-lg-3 {
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sidebar_singleguitar p.categ_name,
    .sidebar_singleguitar h2.size32 {
        display: none;
    }

    .stick {
        width: 100%;
    }
}

@media only screen and (max-width: 990px) {
    .tv_feature_item {
        width: 93%;
        margin: 0 auto 23px;
    }

    .tv_feature_item div.tv_feature_details {
        max-width: 52%;
    }

    .tv_feature_details h5 {
        font-size: 17px;
        line-height: 24px;
    }

    .guitartestim {
        padding: 50px 0;
    }

    .darkbgsection_header {
        padding: 50px 5% 20px;
    }

    .darkbgsection_header .size18 {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width:1200px) {
    .tv_feature_item div.tv_feature_details {
        max-width: 57%;
    }

    h1.size68 {
        font-size: 47px;
        line-height: 50px;
    }
}

@media only screen and (max-width:1140px) {
    .logomobile {
        display: inline-block;
    }

    .space2x {
        height: 65px;
    }
}

@media only screen and (max-width: 890px) {
    .inner-sidebar-single-page {
        padding: 0 39px;
    }

    .tv_feature_item div.tv_feature_details {
        max-width: 97%;
    }

    .box-content-columns-2 {
        display: block;
    }

    .three-cols .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .featureimg_related {
        height: calc(0.2 * 161vw);
        width: 100% !important;
    }

    .no-gutters.three-cols .col-md-4 {
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .meta_grid_post {
        padding: 20px 0;
    }

    .morespace {
        margin: 40px auto !important;
    }

    .row_wrap.spacerow2x {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .socials_icons_art.footersc {
        max-width: 336px;
    }

    .item_lsnews {
        padding: 0;
        margin: 0 0 40px;
    }

    .row_smaller {
        width: 100% !important;
    }

    .artist_item .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.socials_icons_art li:nth-child(1) {
        flex: 0;
    }

    .sidebar_singleguitar {
        padding: 60px 20px 120px 20px;

    }

    .row_medium iframe {
        height: 315px;
    }

    .footermenus div {
        flex-basis: 20%;
    }

    .footersection2 .row_wrap {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .home_articles_image {
        min-height: auto;
    }

    .baner1 a,
    .baner2 a {
        margin: 0 0 20px 0;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .float-right {
        float: none !important;
    }

    .header_bgny {

        min-height: 500px;
    }

    .row-fluid {
        display: block;
    }

    .row-fluid > div {
        flex: none;
    }

    ul.single_guitardetails {
        max-width: 100%;
    }

    .content_guitarsingle {
        max-width: 90%;
        margin: 80px auto;
    }

    .columns {
        display: block;
    }

    .yairibg2 {
        padding: 10%;
        margin: 0 15px 30px;
    }

    .series_filter {
        display: block;
    }

    .series_content ul.sliderquitars_carrousel li {
        flex-basis: 100%;
    }

    ul.sliderquitars_carrousel {
        display: block;
    }

    .series_content ul.sliderquitars_carrousel li img {
        max-width: 30%;
    }

    .newyear_section a {
        height: calc(40vh - 0px);
    }

    .video_homecnt {
        padding: 30px 20px;
    }

    .homebaner_section a {
        height: calc(40vh - 0px);
    }

    .home_articles_list {
        flex-basis: 100%;
        margin: 0;
    }

    .h_titlearticle.title_active a {
        font-size: 26px;
        line-height: 29px;
    }

    .h_titlearticle.title_active {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 820px) {
    ul.grid_post_pagination li {
        margin: 0 8px;
    }

    ul.grid_post_pagination li a {
        padding: 5px 8px;
    }

    ul.grid_post_pagination li span.current {
        padding: 5px 9px;
    }

    ul.videos_bycategory li {
        margin: 0 0 0 9px;
    }

    .size26 {
        font-size: 19px;
        line-height: 28px;
    }

    .videoswrap .vp-a .videoicon:before {
        padding: 8px 21px 10px 18px;
        width: 47px;
        height: 46px;
    }

    .vp-a .videoicon:before {
        font-size: 20px;
    }

    .video_wrap {
        margin: 0 0px 45px;
    }

    .fullwidth {
        margin-left: 0;
        margin-right: 0;
    }

    .videosection_home {
        margin: 0;
    }

    .m50 {
        margin-bottom: 30px !important;
    }

    .twoinrow .rollover_block:nth-child(2) {
        margin: 0 0 0px;
    }

    .home ul.sliderquitars_carrousel li {
        flex: 1 0 239px;
    }

    ul.sliderquitars li {
        flex: 1 0 256px;
    }

}

@media only screen and (max-width: 768px) {
    .instrument-all-series-list .series_btn {
        margin: 0 0 20px 0px;
    }

    .row-product-page .col-md-6 {
        max-width: 100%;
    }

    .product_store_details {
        margin: 38px 20px 20px;
    }

    .page_subtitle {
        padding-top: 30px !important;
    }

    .page_header {
        height: 16em;
    }

    .width300 {
        max-width: 100% !Important;
    }

    .guitartestim {
        padding: 50px 0 0;
    }

    .seriescarrousel .slick-slide img {
        max-width: 62%;
    }

    .home_lsnews .col-md-6 {
        max-width: 100%;
    }

    #related-news .col-md-3.singlebox {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .featureimg_related {
        height: calc(0.4 * 100vw);
    }

    .featureimg_list {
        margin: 0 0 30px;
    }

    .newsingle {
        padding: 0;
    }

}

@media only screen and (max-width: 780px) {
    .home_lsnews .no-gutters .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .item_lsnews {
        margin: 0;
    }

    .item_lsnews .post_lsnews h3 {
        min-height: auto;
    }

    .accesorieswrap .col-md-3 {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .rollover_block .outline_btn_white {
        margin: 50px auto 0;
    }


    .socials_icons_art.footersc li:nth-child(1) {
        flex: 0;
    }

    .bottomfooter {
        max-width: 100%;
    }

    .socials_icons_art.footersc li {
        margin: 0 15px;
    }

    .series_content .row .col-md-4 {
        max-width: 100%;
        margin: 0 0px 19px;
    }

    .m140 {
        margin-bottom: 40px !important;
    }

    .sidebar_custom_support {
        padding: 14% 4% 0 0px;
    }

    .support_columns {
        display: block;
    }

    .content_supportwrap {
        width: 100%;
    }

    .header_image h1 {
        font-size: 40px;
        line-height: 50px;
        margin: -13px auto 0;
    }

    .home ul.sliderquitars_carrousel li {
        flex: 1 0 200px;
    }
}

@media only screen and (max-width: 768px) {

    .registerform input[type="submit"],
    .contactform input[type="submit"] {
        width: 100%;
    }

    .verticalline {
        border-left: none;
    }

    .m_support_version {
        display: block;
    }

    .d_support_version {
        display: none;
    }

    .page_header.baner_gotm_height {
        height: 17em;
        background-position: center center !important;
    }

    .support_version {
        position: relative;
        margin: 20px 0 0;
    }

    .home ul.sliderquitars_carrousel li {
        flex: 1 0 239px;
    }

    .content,
    .c-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .fullwidth.no_marg {
        margin-left: 0px;
        margin-right: 0px;
    }

    h1.size68 {
        font-size: 46px;
        line-height: 50px;
    }

    .header_main {
        padding: 6px 30px 12px;
    }

    .accessory-item .items .item-entry {
        display: flex;
        margin-bottom: 5px;
    }

    .gomt a {
        padding: 36% 0;
    }

    .size48 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .baner_htext {
        padding: 0 2%;
    }
}

@media only screen and (max-width: 650px) {
    .subsrub_form input[type="email"] {
        width: 100%;
    }
    .subsrub_form label {
        text-align: center;
    }
    .signup-btn {
        width: 100%;
        display: block;
    }
    .subsrub_form .wpcf7-form-control-wrap {
        margin: 0 0 26px;
    }
    .eqwidth-filter-btns .button-03 {
        width: 31.2%;
        padding: 11px 2px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .instr_carrousel a {
        max-width: 109px;
    }

    .inner-sidebar-single-page {
        padding: 0 15px;
    }

    .inline_elem {
        display: block;
    }

    #mc_embed_signup input.email {
        margin-bottom: 30px !important;
    }

    .subsribe_ontv {
        justify-content: center;
    }

    .tv_feature_item div.tv_feature_details {
        max-width: 57%;
    }

    .title_singlepost {
        line-height: 59px !important;
        line-height: 40px !important;
        margin: 0 !important;
    }

    .custom_post_news div.custom_post_meta div.size28 {
        margin: 0 auto 20px;
    }

    .col-md-8.col-sm-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mainvideo_cnt {
        padding: 21px 0;
    }

    .eqheight .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .accesorieswrap .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .no-gutters .col-md-6.custom_post_item {
        max-width: 100%;
        margin: 16px 0px 10px 0;
        padding: 0 !important;
    }

    .custom_post_news {
        height: 26em;
    }

    .twoinrow {
        display: block;
    }

    .rollover_block .outline_btn_white {
        margin: 13px auto 0;
        padding: 4px 30px;
    }

    .baner_htext {
        top: 44%;
        padding: 0 3%;
        display: flex;
        flex-direction: column;
    }

    .baner_htext h2 {
        margin: 0 0 10px;
        font-size:27px;
    }

    /*.newyear_section a
        {
            margin: 40px 0 19px;
        }*/
    .rollover_block {
        margin: 0 0 20px;
    }

    .homebaner_section {

        margin: 0 0 18px;
    }

    .homebaner_section h2 {
        font-size: 26px;
        line-height: 31px;
    }

    .series_content {
        padding: 30px 10px;
    }

    footer .wpcf7-form .labelscrb h5 {
        margin: 0 0 20px;
        font-size: 19px;
        line-height: 26px;
    }

    .atrbg2 {

        padding: 57% 0 9%;
    }

    .valuebg {
        background: #F1F1F1 url(../index.html) no-repeat right bottom;
        background-size: 24%;
    }

    footer .wpcf7-form {
        display: block;
        margin: 0px;
    }

    .footersection2 {
        margin: 30px 0 50px;
        padding: 30px 0 0;
    }

    footer .wpcf7-form .fieldscrb {
        display: block;

    }

    footer {
        padding: 32px 12px 20px;
    }

    footer .wpcf7-form .fieldscrb input[type="submit"] {
        margin: 20px 0;
    }

    .size80 {
        font-size: 45px;
        line-height: 50px;
    }

    .text_overimage h3 {
        font-size: 35px;
        line-height: 37px;
    }

    .text_overimage h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .innerheader.about {
        padding: 28% 0 28%;
    }

    .artist_item {
        padding: 30px 0 0 0;
    }

    .simplebar-scroll-content {
        padding-right: 0 !important;
    }

    .scrollnext.scrollblock {

        margin: 40px 0 31px;
    }

    .inner_box {
        padding: 39px 20px 0;
    }

    .size68 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .size18 {
        font-size: 17px;
    }

    .morespace {
        margin: 30px auto 0px !important;
    }

    .responsive.slider .testimtxt {
        max-width: 254px;
    }

    .slick-next {
        right: 11px !important;
    }

    .slick-prev,
    .slick-next {
        top: 20% !important;
    }

    .slick-prev {
        left: 13px !important;
    }

    .vp-a .videoicon:before {
        font-size: 20px;
        padding: 9px 23px 10px 19px;
        width: 48px;
        height: 47px;
    }

    .m80 {
        margin-bottom: 20px !important;
    }

    .size36 {
        font-size: 25px;
        line-height: 32px;
    }

    .header_bgny {

        min-height: 300px;
    }

    h1.size68 {
        font-size: 38px;
        line-height: 44px;
    }

    .inline_btns .buttons {
        margin: 0 10px;
    }

    .inline_btns {
        padding: 30px 0 0;
        justify-content: space-between;
    }

    .buttons {
        padding: 12px 10px;
        font-size: 17px;
    }

    h2.size68 {
        font-size: 32px;
        line-height: 40px;
    }

    .size28 {
        margin: 0 0 10px;
    }

    .single_detailsguitar .responsive.slider .slick-prev,
    .single_detailsguitar .responsive.slider .slick-next {
        width: 40px !Important;
        height: 40px !Important;
        background: #fff;
    }

    .single_detailsguitar .responsive.slider .slick-prev:before {
        font-size: 21px !important;
        left: 9px;
        padding: 10px 0 0;
    }

    .single_detailsguitar .responsive.slider .slick-next:before {
        font-size: 21px !important;
        left: 14px;
        padding: 10px 0 0;
    }

    .toright {
        float: none;
    }

    .width300 {
        max-width: 100% !Important;
        margin: 20px 0 !important;
    }

    h3.size68 {
        font-size: 35px;
        line-height: 39px;
    }

    .yairibg2 .size36 {
        font-size: 26px;
    }

    .width300 {
        margin: 30px;
    }

    #right_arrow,
    #left_arrow {
        background-size: 39px;
        width: 40px;
    }

    .home_articles_image .articecount {

        font-size: 36px;
    }

    .nav_arrow {
        top: 29%;
    }

    .newyear_section {
        background-size: 100%;
        margin: -30px 0 19px;
    }

    .newyear_section a {
        height: calc(30vh - 0px);
    }

    .fieldscrb input[type="email"] {
        width: 94%;
    }

    #wpcf7-f225-o1 form {
        margin: 0 0 0 30px;
    }

    .footermenus {
        display: block;
        margin: 0 0 0px 0px;
    }

    footer .menu {
        margin: 0 0 30px 0px;
    }

    .item_lsnews {
        padding: 0px 30px 5px;
        display: block;
    }

    .item_lsnews:nth-child(1) {
        display: block;
        padding: 0 0 10px;
    }

    .row-large-column {
        flex-direction: row;
    }

    .header_image {
        padding: 120px 0 120px 23px;
        background-size: 500% !important;
        background-position: center center !important;
    }

    .menu-support-container {
        margin: 30px 0 0;
    }

    .artist-bg h2 em {
        display: inline;
    }

    .ml80 {
        margin-left: 0% !important;
    }

    .row_wrap {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0 0px;
    }

    .c-rev_slider_wrap {
        padding: 0px;
    }

    .mr10 {
        margin-right: 5% !important;
    }

    .ml10 {
        margin-left: 5% !important;
    }

    .accessoriesbg {
        padding: 16% 1% 11%;
    }

    .featureimg,
    .featureimg_list {
        margin-bottom: 30px;
    }

    .newssingle_wrap h2.titlenews {
        margin: 0 20px;
    }

    .size52 {
        font-size: 28px;
        line-height: 35px;
    }

    .single_detailsguitar .slick-prev,
    .single_detailsguitar .slick-next {
        top: 45% !important;
    }

    .home ul.sliderquitars_carrousel li img {
        max-width: 44%;
    }

    .home ul.sliderquitars_carrousel li {
        flex: 1 0 250px;
    }

    .baner1 h2,
    .baner2 h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .baner1 p,
    .baner2 p {
        font-size: 22px;
        line-height: 24px;
        padding: 10px;
    }

    ul.sliderquitars li img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

    ul.sliderquitars li {
        flex: 1 0 254px;
    }

    .whyalvarez_bg1 {
        min-height: 200px;
        margin: 0px 0 0px;
        background-size: 100%;
    }

    .row_wrap.spacerow2x {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .content img.aligncenter {
        max-width: 100%;
    }

    .series_content .row .col-md-4 {
        max-width: 44%;
    }

    /*
    .slider-callback_nav.next {
        right: -24px;
    }
    .slider-callback_nav.prev {
        left: -23px;
    }*/
    .single_detailsguitar .responsive.slider {
        max-width: 100%;
    }

    .slider_guitarsingle .slick-slide img {
        max-width: 100%;
        padding: 1% 0% 0;
    }

    .content_guitarsingle {
        max-width: 100%;
    }

    .single_leftcolumnguitar {
        padding: 0px;
    }

    .single_detailsguitar {
        max-width: 100%;
    }

    body .singleguitar_row .col-lg-9 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .size32 {
        font-size: 28px;
        line-height: 29px;
    }

    .content_guitarsingle {
        margin: 20px auto 0;
    }

    .single_testimonialguitar {
        margin: 6px auto 50px;
    }

    .sidebar_singleguitar {
        padding: 0;

    }

    .item_guitar h4 {
        font-size: 16px;
        letter-spacing: 0;
    }

    ul.socials_icons_art li {
        margin: 0 14px 0 0;
    }

    ul.socials_icons_art li a {
        padding: 10px 0 0 0;
        width: 40px;
        height: 40px;
    }

    .p80 {
        padding: 21px 0;
    }

    .artist_item iframe.fbvideo {
        width: 100%;
        height: 340px;
    }

    .size60 {
        font-size: 34px;
        line-height: 50px;
        padding: 30px 0 0;
    }

    .header_image.titlecenter h1 {
        font-size: 40px;
        line-height: 59px;
    }

    .header_image.titlecenter {
        padding: 10% 0 7% 0px;
    }

    html body .e-widget-wrapper {
        position: relative;
        left: -11px;
    }

    footer .wpcf7-form .labelscrb h5 {}

    .wraptext {
        padding: 0 40px;
    }

    .wraptext em {
        display: inline;
    }

    .video_wrap {
        margin: 0 10px 45px;
    }

    .header_main {
        padding: 12px 0px;
    }

    .m50 {
        margin-bottom: 18px !important;
    }

    .video_homecnt {
        margin: 0;
    }

    .date_lsnews {
        margin: 0;
    }

    .footersection2 .row_wrap {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .outline_btn_white {
        margin: 0 auto;
    }

    #MuteUnmute {

        bottom: 10%;
        right: 4%;
    }

    .socials_icons_art.footersc li {
        margin: 0 8px;
    }

    .wraptext {
        padding: 20px 10px 0 0;
    }

    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-bottom: 20px;
    }

    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .pl-1 {
        padding-left: 0rem !important;
    }

    .pr-1 {
        padding-right: 0rem !important;
    }

    .morespaceline {
        margin: 20px 0;
    }

    .devidefullline {
        margin: 0 0 15px;
    }

    .image_text .no-gutters>.col,
    .image_text .no-gutters>[class*=col-] {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .image_text .no-gutters>.col,
    .image_text .no-gutters>[class*=col-] {
        padding-bottom: 9px;
    }

    .m40 {
        margin-bottom: 20px !important;
    }

    .artist-bg h1.size68 {
        font-size: 23px;
        line-height: 34px;
    }

    .page_header h2 {
        font-size: 35px;
        line-height: 41px !important;
        margin: -5px 0 0;
    }

    .pt80 {
        padding-top: 0px;
    }

    .mb-5 {
        margin-bottom: 0rem !important;
    }

    .home ul.sliderquitars_carrousel {

        margin: 40px 22px 50px;
    }

    .home ul.sliderquitars_carrousel li {
        flex: 1 0 275px;

    }

    .item_guitar p.caption {
        font-size: 14px;
        line-height: 17px;
    }

    .item_guitar {
        padding: 33% 0 0;
    }

    .imagecarrousel a {
        padding: 7px 0 70px;
    }

    .slidecnt_guitar {
        position: absolute;
        bottom: -14px;
    }

    .slick-prev,
    .slick-next {
        top: 50% !important;
    }

    .logomobile {
        max-width: 40%;
    }

    .footersection2 {
        margin: 0;
        padding: 0;
    }

    ul.footerlogos {
        margin: 14px 0 30px;
    }

    .button_style1 {
        width: 100%;
        margin: 19px auto 10px;
    }

    .section_lsnews {
        padding: 40px 0 0px;
        margin: 0;
    }

    .seriescarrousel .slick-slide img {
        max-width: 49%;
    }

    .size28 {
        font-size: 18px;
        line-height: 23px;
    }

    .meta_grid_post .size18 {
        margin: 0;
    }

    .meta_grid_post {
        padding: 22px 0px 0px;
    }

    .series_content .row .col-md-4 {
        padding: 0;
    }

    .row-single-bg {
        padding: 0;
    }

    .home_lsnews .col-md-6 {
        margin: 0;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .seriescarrousel a {
        padding: 0px 0 10px;
    }

    .subsrub_form .wpcf7-form .labelscrb h5 {
        font-size: 23px;
        line-height: 31px;
    }

    .item_lsnews .post_lsnews h3 a {
        font-size: 19px;
    }

    .excerp_lsnews {
        font-size: 15px;
        line-height: 20px;
    }

    .item_lsnews .post_lsnews h3 a {
        margin: 0 0 10px;
    }

    .video_homecnt h4 {
        padding: 0;
    }

    .video_homecnt h4:after {
        bottom: 23px;
    }

    .slick-prev,
    .slick-next {
        width: 40px !Important;
        height: 40px !Important;
    }

    .home .slick-next:before {
        top: -5px;
        left: 17px;
        font-size: 34px !important;
    }

    .home .slick-prev:before {
        font-size: 34px !important;
        position: absolute;
        top: -4px;
        left: 0px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 34px !important;
    }

    .home .slick-prev:before {
        font-size: 34px !important;
    }

    .pt50 {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .seriescarrousel .slick-prev,
    .seriescarrousel .slick-next {
        top: 71% !important;
    }

    .inline_buttons.justify-content-end a.button_style1 {
        margin: 0 0 20px;
    }

    .inline_buttons {
        display: block;
    }

    .slider-callback_nav {
        height: 50px;
        width: 50px;
    }

    .slider-callback_nav.prev:after {
        left: -29px;
        top: -9px;
    }

    .slider-callback_nav.next:after {
        left: 20px;
        top: -9px;
    }

    .all_star_image {
        padding: 0 0 30px;
    }

    .single-guitar .socials {}

    footer .footermenu li:nth-child(2) {
        order: 2;
        width: auto;
    }

    footer .footermenu li:nth-child(1) {
        display: flex;
        width: auto;
    }

    footer .footermenu li:nth-child(2) {
        float: right;
    }

    footer .footermenu li:nth-child(3) {
        float: left;
        clear: both;
        text-align: left;
    }

    footer .footermenu {
        display: flex;
        overflow: hidden;
        padding: 0;
    }

    footer .footermenu li:nth-child(5) {
        text-align: right;
    }

    footer .footermenu li:nth-child(4) {
        width: 49%;
    }

    footer .footermenu li:nth-child(3),
    footer .footermenu li:nth-child(5) {
        width: 25%;
    }

    footer .footermenu li {
        float: left;
        width: 33%;
    }

    footer .footermenu li:last-child {
        float: right;
    }

    .single-guitar .addtoany_shortcode {
        display: none;
    }

    footer .footermenu li a {
        padding: 11px 0;
        display: block;

    }

    .title_gotm {
        font-size: min(6vw, 48px) !important;
        line-height: min(8vw, 55px) !important;

    }

    .container_2 {
        padding: 0 0px 50px;
    }

    .product_store_details {
        display: block;
    }

    .shop_section h2 {
        font-size: 19px;
    }

    .buynow_btn {
        padding: 14px 20px;
        font-size: 17px;
        line-height: 26px;
        display: table;
        margin: 20px auto 0;
        width: 100%;
        text-align: center;
    }

    ul.shop_image_gallery li {
        margin: 0;
    }

    .heading-h1 {
        font-size: 31px;
    }

    .banner-169 {
        height: 320px;
    }

    .content .banner-default-content {
        height: 300px !important;
    }

    .default-button-b1 {
        display: table;
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }

    .content,
    .c-rev_slider_wrap,
    .instr_carrousel {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .inline-buttons-block.justify-content-end {
        justify-content: flex-start !important;
    }

    .inline-block a {
        margin: 20px 0;
    }

    .banner-default-content {
        padding: 0 20px;
    }

    .banner-default-content .margin-y2 {
        margin-bottom: 0px !important;
    }

    .banner-default-content {
        padding: 0 20px;
    }

    .box-content-columns-2 {
        display: block;
    }

    .c-content {
        padding-left: 10px !important;
        padding-right: 10px !important;

    }

    .c-content .content {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .banner-default-content p,
    .c-accessories-banner .banner-default-content p {
        font-size: 0.9rem;
        line-height: 1.2rem;
        font-family: proxima-nova, sans-serif;
        font-weight: 500;

    }

    a.button-text-color-red {
        line-height: 31px;
        padding: 4px 17px;
        font-size: 14px;
    }

    .rollover_block .margin-y2 {
        margin-bottom: 10px !important;
    }

    #rev_slider_1_1_wrapper .hephaistos.tparrows {
        display: none;
    }

    .tp-tabs,
    .tp-thumbs,
    .tp-bullets {
        left: 0px !important;
        right: 0;
        margin: 0 auto;
        transform: translate(0px, -30px) !important;
    }

    #rev_slider_1_1_wrapper .hermes .tp-bullet {
        width: 11px;
        height: 11px;
    }

    .carrousel_section .slick-dots {
        bottom: -45px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 21px;
    }

    .copyright {
        max-width: 100%;
    }

    .inline-buttons-block {
        justify-content: flex-start;
    }

    .button-03 {
        font-size: 11px;
        padding: 11px 14px;
        letter-spacing: 0;
    }

    .container_c_box {
        padding: 0px 0 25px;
    }

    .container_c_box .product_item_details h2 {
        min-height: auto;
    }

    .product_item_details h2 {
        margin: 0 0 18px;
    }

    .contact-form div p label {
        min-width: 100%;
        border: none;
        border-bottom: 1px solid #000;
    }

    .wpcf7-form-control-wrap {
        flex-basis: 92%;
    }

    .contact-form div p input {
        width: 100%;
    }

    .contact-form div p {
        flex-wrap: wrap;
    }

    .instr_carrousel .slick-prev {
        left: 0px !important;
    }

    .eqwidth-instr-filter-btn .button-03 {
        padding: 11px 6px;
        flex: 1;
        white-space: nowrap;
    }

    .title-allinstrum {
        margin: 0 0 20px;
    }

    .filter-header-inline-elements h3 {
        margin: 0 0 15px;
    }

    .inline-buttons-block.eqwidth-instr-filter-btn {
        -webkit-box-pack: center !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .filter-header-inline-elements.disable-flex {
        display: block;
    }

    .instr_carrousel .slick-slide {
        width: 100%;
    }

    .instruments-type-default .slick-next:before {
        left: 34px;
    }

    .instruments-type-default .slick-prev:before {
        left: 0px;
    }

    .filter-header-inline-elements {
        margin: 0 0 25px;
    }
    .header-content-page img {
        max-width: 100%;
        }
        .eqwidth-filter-btns .button-03 {
            width: 31%;
            padding: 11px 2px;
            white-space:nowrap;
            }
            .header-content-page img
            {
                margin:0 auto;
            }
            .row_wrap {
                    padding: 0;
}
#mc_embed_signup label
{
  font-size:19px!important;  
}
.slick-dots
{
    bottom: auto;
}
.breadcrumbs-instrum-single-page {
    margin: 0px 0 5px;
}
.slick-dots li
{
    margin: 0;
}
.instrument-content-single-page .default-button-b1
{
         margin: 0px auto;
}
.subsrub_form
{
    display:block;
}
.baner_htext .text-xl {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 1px;
}
.bottom-form-action {
    display: inline;
}
.wpcf7 input[type=file]
{
max-width: 100%;
}
.contact-form input[type="submit"] {
width: 100%!important;
max-width: 100%;
}
.wpcf7 input[type=file]::before
{
width: 100%;
padding: 8px 0 8px 0;
}  
.contact-form.c_v2 div p label
{
min-width: 100%;
}
.btn-flex {
    display: inline;
}
.btn-flex .margin-50
{
    margin-bottom: 0px!important;
}
.video_homecnt .text-5xl p
{
    font-size: 1.9rem;
    line-height: 2rem;
}
}
@media only screen and (max-width:360px) {
    .instruments-type-default .slick-prev:before {
        left: 0;
    }

    .eqwidth-filter-btns .button-03 {
        width: 30.6%;

    }

    .instruments-type-default .slick-next:before {
        left: 34px;
    }

    .inline-buttons-block.justify-content-end {
        justify-content: space-between !important;
    }

    #rev_slider_3_1_wrapper .hephaistos.tparrows {
        transform: translate(5px, -20px);
    }

    #rev_slider_3_1_wrapper .hephaistos.tparrows {
        left: 106%
    }

    .button-03 {
        font-size: 12px;
    }

    .contact-form input[type="submit"] {
        max-width: 100%;
    }

    .default-button-center {
        text-align: center;
        margin: 0 10px;
        display: block;
    }

}