/*start:common css*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #cfeef7;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #cfeef7;
    color: #000;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    line-height: 25px;
    margin: 0;
 }
a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin: 30px 0 15px;
    padding: 0;
}


h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 45px;
    line-height: 55px;
}

h3 {
    font-size: 30px;
    line-height:40px;
}

h4 {
    font-size: 26px;
    line-height:35px;
}

h5 {
    font-size: 24px;
    line-height: 32px;
}

h6 {
    font-size: 22px;
    line-height:30px;
}

p {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    line-height: 32px;
    margin: 0 0 20px 0;
    padding:0;
}

.widget-snippet p a {
    color:#418DBC;
}

.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget-snippet {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    line-height: 25px;
}
.widget-snippet p, .article-content p {
     color: #000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    line-height: 32px;
    margin: 0 0 20px 0;
    padding:0;
}
.widget-snippet p:empty, .article-content p:empty {
    display: none;
}
.widget-snippet a {
    color: #3366ff;
}
.widget-snippet a:hover {
    color: #3366ff;
    text-decoration: none;
}
.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet ul li, ul li {
    list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 16px;
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    line-height: 32px;
}
.widget ul li a, .widget ol li a {
    color: #000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color:#418DBC;
    text-decoration: none;
}
ol li {
    list-style-type: decimal;
    padding: 0 0 10px 3px;
}
.widget-snippet ul li::before, ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    top:12px;
    z-index: 1;
    background-color: #3F90A6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
    padding-left: 0;
}
ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    max-height: 50px;
    background:#121132;
    border: 1px solid #121132;
    border-radius: 0;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    position: relative;

}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-family: inherit;
    padding: 1px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-radius: 1px;
    height: 35px;
    margin: 0;
    font-size: 17px;
    background-color: #ffffff;
    -webkit-appearance: none;
}
.widget-form  textarea {
    height: 120px;
    padding: 10px;
    font-size: 17px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    border-radius: 1px;
    color: #555;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}


/*textarea*/
textarea::-webkit-input-placeholder {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
   font-family: "Outfit", sans-serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    font-size: 13px;
    font-weight: 300;
   font-family: "Outfit", sans-serif;
}

textarea:-ms-input-placeholder {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}
.widget-snippet td, .widget-snippet th {
    padding: 8px;
}
table th {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
    line-height: 25px;
    background: #f8f8f8;
}
table, th, td {
    padding: 8px;
    color: #000000;
    font-size: 17px;
    font-family: "Outfit", sans-serif;
    line-height: 25px;
    border: 1px solid #d9d9d9;
    font-weight: normal;
}
table tr:nth-child(2n) {
    background: #f8f8f8;
}
/*end:common css*/
.body > .widget-container {
    background-color: #ffffff;
}
body > .body {
    margin-top: -110px;
}
body.page-home > .body {
    margin-top: 0;
}
body>.footer {
	background-color:#121132;
}
body.preview-panel {
    background-color: transparent;
}

.widget.widget-pageHeading {
    background: url('/template/ebc6f59e/images/page-heading-bg.png') no-repeat;
    background-size: cover;
    padding: 200px 30px 110px;
    margin: 0 0 100px;
	background-position: right;
}
.widget-pageHeading h1 {
    text-transform: capitalize;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: Outfit;
    font-size: 65px;
    font-weight: 600;
    line-height: 66px;
    max-width: 1400px;
    margin: 0 auto;
}
.widget.widget-search {
    text-align: right;
}
.search-form {
    padding: 0;
    margin: 0;
}
.search-form input[type="text"] {
    width: 100%;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    border: 1px solid #418DBC;
    height: 33px;
    margin: 0;
    background-color: #fff;
    background-image: url(/template/006ef41d/images/serach-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 9px;
    padding: 0 10px 0 36px;
    color: rgba(65,141,188,0.80);
}
.search-form button {
    position: absolute;
    left: 65px;
    height: 17px;
    padding: 0;
    line-height: 15px;
    top: 1px;
    font-size: 10px;
    font-weight: bold;
    background-color: #b40021;
    color: #ffffff;
   font-family: "Outfit", sans-serif;
    border: 1px outset #e1e1e1;
    width: 49px;
    display: none;
}
.search-form  ::-webkit-input-placeholder { /* Edge */
  color: rgba(65,141,188,0.80);
  font-size: 14px;
}
.search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(65,141,188,0.80);
    font-size: 14px;
}
.search-form  ::placeholder {
    color: rgba(65,141,188,0.80);
    font-size: 14px;
}
.header-title h1 {
    color: #fff;
    font-size: 49px;
    line-height: 52px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body#webcommander-page > .header {
   background: linear-gradient(180deg, #3F90A6 14.18%, rgba(63, 144, 166, 0) 26.83%);
   background-position: center bottom;
   z-index: 99;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*start:Page not faund */

/*end:Page not faund */
/*.body > .widget-container.no-fixed-container::before {
    content: "";
    border: 1px solid #b40021;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    bottom: 3px;
    border-top: none;
}*/



/*========= main menu ========= */
.widget-navigation.main-menu {
    text-align: center;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color:  #121132;
    content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a {
    color: #121132;
}
.widget-navigation.main-menu .navigation-item {
    padding: 0 18px;
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
    padding: 0 0 26px;
    padding-left: 0px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.16px;
}
.widget-navigation.main-menu .navigation-item:first-child a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover, .widget-navigation .navigation-item a:hover{
    color: #121132;
	text-decoration:none;
}
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover,
.widget-navigation.main-menu.navigation-item a:focus {
    color: #fff;
}
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a,
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: normal;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color: #121132;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item a:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: -22px;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background:#fff;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before,
.widget-navigation.main-menu.nav-wrapper.horizontal>.navigation-item:focus>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    width: 200px;
    top: 38px;
    background: #fff;
    text-align: center;
    left: 50%;
    margin: 0;
    position: absolute;
    border-radius: 0;
    transform: translateX(-50%);
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    z-index: 1;
    transform: translateX(-50%);
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.16px;
    text-align: center;
    color: #000;
    font-weight: normal;
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #fff;
    background-color: #121132;
    border-bottom: 1px solid #121132;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #000;
}
/*end:menu*/

.footer > .widget-container p {
    color: #fff;
    margin: 0;
    padding: 16px 0 0 0;
    font-family: Outfit;
   font-size: 16px;
   font-weight: 400;
   line-height: 31px;
}
.footer > .widget-container p  a{
    color: #fff;
}
.footer > .widget-container p a:hover {
    opacity: 0.7;
    text-decoration: underline;
    color: #fff;
}
b, strong,em{
     font-family:"Outfit", sans-serif;
}
.widget-snippet .guitarmusic-text-link p em,
.widget-snippet .bio-toptext-after p a,
.widget-snippet .bio-toptext-title p{
     font-family:"Outfit", sans-serif;
}
.page-search-result .body > .widget-container {
    min-height: 550px;
}
.form-design.widget-form .form-row.btn-row  button[disabled]{
    background: #d0d0d0;
    border: none;
    color: #fff;
    text-shadow: 0 0 1px #004E9D;
}


.widget.widget-snippet .emailbuy-bottomborder p, .widget.widget-snippet .email-buy-page-content h3 {
    text-align: center;
    padding-bottom: 10px;
  } 
.widget.widget-snippet .home-page-content .home-text-top h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .widget.widget-snippet .ngarra-text p{
    padding-left: 0px;
  }
  .widget.widget-snippet .home-picture-box img {
    border: 7px solid #eaeaea;
  }

.widget-snippet .ngarra-burria-page-content .text-center p, .widget-snippet .ngarra-burria-page-content div p, .widget-snippet .ngarra-burria-page-content .text-center, .widget-snippet .ngarra-burria-page-content .text-center * {
  text-align: left;
}
i {
  color: #000;
}
.widget.widget-snippet .media-text.media-text-19 p {
  text-align: left;
  margin: 0 0 12px;
}
.widget.widget-snippet .home-text-colored.large {
  margin: 0 !important;
}
.widget-snippet img {
  margin-top: 15px;
}
/******************search*******************************/

.entire-search .title {
  font-size: 30px;
  text-align: center;
}
.entire-search .total-result {
  text-align: center;
}

.entire-search .search-result > .title {
	text-align: left;
}
.entire-search .title {
	line-height: 38px;
	font-size: 25px;
}
.entire-search .total-result {
	padding-bottom: 22px;
}
.entire-search .search-result {
	border: 0;
	padding-bottom: 30px;
}
.entire-search .product-view.image-view .product-block, .entire-search .category-view.image-view .category {
	width: calc(100% / 4 + 1px);
	margin: -1px 0 0 -6px;
}
.entire-search .page {
	margin-bottom: 4px;
}
.entire-search .page .title {
	font-size: 18px;
	padding-right: 5px;
}
.entire-search .search-result > .title {
	border-top: 0;
}
.widget.widget-snippet .cq-download-brochure .img-wrap img {
    width: 100%;
}
.entire-search .page a {
color: #3366ff;
font-size: 17px;
font-weight: normal;;
}
.entire-search .page a:hover {
	text-transform
	text
;
	text-decoration: underline;
	color: #000;
}
.search-results .page {
 font-size: 17px;
}
.entire-search .search-result > .title {
    font-size: 22px;
    margin-bottom: 25px;
    padding: 5px 0;
    border-top: 0;
    border-bottom: 1px #ececec solid;
}
.search-results .page .summary {
    font-size: 17px;
    line-height: 22px;
    text-transform: none;
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 17px;
}
/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee .footer .widget.widget-article {
    padding-bottom: 100px !important;
}
/*end: front end editor*/

/*Section Full-wide*/
figure,
.videos .single-videos figure {
    margin: 0;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
.widget-form.form-design .checkbox input[type="checkbox"] {
    opacity: 1;
    height: 16px;
    width: 16px;
    top: 8px;
}
.widget-form.form-design .form-row.btn-row label {
    display: block;
}
.widget-form.form-design .form-row {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .widget-form.form-design .checkbox input[type="checkbox"]{
        left: -15px;
    }
}


/*Section Full-wide*/
.widget-snippet.song-list .home-page-content .home-text-link.paddingleft p a.icon-link {
    color: #3366ff;
    font-size: 17px;
    font-weight: normal;
    font-family: 'arial';
    line-height: 25px;

}
.widget-snippet.song-list .home-page-content .home-text-link.paddingleft .icon-link img{
    margin: 0 8px 0 0;
}
.widget-snippet.recent-performance .home-page-content ul li a{
    color: #cc3300;
    font-size: 17px;
    font-family: 'arial';
    line-height: 25px;

}
.widget-snippet.recent-performance .home-page-content ul li img.icon-small{
    margin: 0 5px 0 0;
}
.widget.widget-snippet.song-list .home-page-content .award {
    margin-bottom: 0;
}
.widget.widget-snippet.song-list .home-page-content .award img {
    border: 0;
}
.widget.widget-snippet.recent-performance .home-text-colored{
    padding-top:0;
}
.widget.widget-snippet.recent-performance .home-visit-link {
    display: none;
}
.widget.widget-snippet.recent-performance{
    margin: 50px 0 0;
}

.widget-gallery.song-gallery {
    margin: 10px 0 0;
}
.widget.widget-snippet.recent-performance .home-picture-box {
    margin-bottom: 0 !important;
}
.widget.widget-snippet.song-list .brief-content-text {
    padding-bottom: 0;
}
.widget.widget-snippet.song-list .brief-content-text p:last-of-type{
    padding-bottom: 0;
}

.widget>.widget-title {
   font-family: Outfit;
   font-size: 16px;
   font-weight: 600;
   line-height: 18px;
   letter-spacing: 1px;
   text-align: left;
   color:#fff;
}
.footer .vertical .navigation-item a {
    border-bottom: 0px dashed #ccc;
    display: block;
    padding: 8px 0;
	color:#fff;
	font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
	text-decoration:none;
}
.footer .vertical .navigation-item a:hover{
	opacity:0.7;
}
.quick-foo-menu-link .navigation-item {
    width:50%;
    display: inline-block;
}
.copy-right-content p{
	opacity:0.70;
	font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
}

.widget-article.footer-back-to-top p {
    color:#ffffff;
	opacity:0.7;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-article.footer-back-to-top p svg{
    margin-left: 7px;
}
.widget-article.footer-back-to-top p:hover span{
    color: #fff;
    opacity: 0.7;
}
.widget-article.footer-back-to-top p:hover svg path{
    color: #fff;
    opacity: 0.7;
}
.footer-left-sub-content p{
	font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}
.widget-gallery.youtube-owl-slider {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}
.widget-gallery.youtube-owl-slider iframe {
    width: 100%;
}
.hm-section-title{
	text-align:center;
	max-width:1045px;
	margin:0 auto;
}
.hm-section-title h2{
	font-family: Outfit;
    font-size: 48px;
    font-weight: 600;
    line-height: 61px;
    text-align: center;
	margin: 0 0 40px 0;
	padding:0;
}
.hm-section-title p{
	font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
	color:#000;
	margin: 0 0 25px 0;
}
.widget-gallery.youtube-owl-slider .article-title {
    display:none;
}
.featured-title h2{
	margin: 0 0 15px 0;
}

/*youtube gallery slider start*/
.widget-gallery.feature-slider-section .owl-theme .owl-controls .owl-nav [class*="owl-"],
.widget-gallery.youtube-owl-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 0;
    margin: 5px;
    padding: 4px 7px;
    background: 0;
    position:relative;
}
.widget-gallery.feature-slider-section .owl-prev:before,
.widget-gallery.youtube-owl-slider .owl-prev:before {
    content: "";
    background: url(/template/ebc6f59e/images/left-arrow-project.svg) no-repeat center;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -47px;
    top: 50px;
    border:1px solid rgba(0, 0, 0, 0.18);
    background-color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}
.widget-gallery.feature-slider-section .owl-prev:hover:before,
.widget-gallery.youtube-owl-slider .owl-prev:hover:before {
    background: url(/template/ebc6f59e/images/left-arrow-project-hover.svg) no-repeat center;
    background-color: #121132;
    border-color: #121132;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}
.widget-gallery.feature-slider-section .owl-next:before,
.widget-gallery.youtube-owl-slider .owl-next:before {
    content: "";
    background: url(/template/ebc6f59e/images/right-arrow-project.svg) no-repeat center;
    width: 52px;
    height: 52px;
    position: absolute;
    left:6px;
    top: 50px;
    border:1px solid rgba(0, 0, 0, 0.18);
    background-color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}
.widget-gallery.feature-slider-section .owl-next:hover:before,
.widget-gallery.youtube-owl-slider .owl-next:hover:before {
    background: url(/template/ebc6f59e/images/right-arrow-project-hover.svg) no-repeat center;
    background-color: #121132;
    border-color: #121132;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0
}
.widget-gallery.feature-slider-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.widget-gallery.youtube-owl-slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: transparent !important
}
.widget-gallery.youtube-owl-slider .owl-nav {
    margin-bottom: 100px;
}
/*youtube gallery slider end*/

/*feature slider section start*/
.page-home .popup-mask {
     display:none;
}
.page-home .image-popup-container-for-zoom-preview {
   display:none;
}
.widget-gallery.feature-slider-section .article-title {
    display:none;
}
.widget-gallery.feature-slider-section{
	max-width:1260px;
	margin:0 auto;
	padding:0 30px;
}
.widget-gallery.feature-slider-section .article-item{
	position:relative;
}
.widget-gallery.feature-slider-section .article-item img{
	height:375px;
	object-fit:cover;
}
.widget-gallery.feature-slider-section .article-item:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 89.15%);
	z-index:1;
    display: none;
}
.widget-gallery.feature-slider-section .article-item p{
	position:absolute;
	left:43px;
	bottom:43px;
	font-family: Outfit;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
	color:#fff;
	z-index:2;
}
.widget-gallery.feature-slider-section .article-item p a {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 32px 0 0;
    text-decoration: none;
    transition: 0.3s;
    background-image: url('data:image/svg+xml,<svg width="22" height="15" viewBox="0 0 22 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0322 14.2356C13.8458 14.0581 13.7404 13.8175 13.739 13.5663C13.7376 13.315 13.8402 13.0733 14.0246 12.8939L18.6614 8.45399L0.992984 8.45399C0.729629 8.45399 0.47706 8.35414 0.290838 8.17641C0.104618 7.99868 -3.17241e-07 7.75763 -3.06254e-07 7.50628C-2.95267e-07 7.25493 0.104618 7.01388 0.290838 6.83615C0.47706 6.65842 0.729629 6.55857 0.992985 6.55857L18.6614 6.55857L14.017 2.11451C13.8342 1.93432 13.7326 1.69297 13.734 1.44217C13.7354 1.19137 13.8397 0.951075 14.0246 0.772787C14.1169 0.685634 14.2262 0.616687 14.3465 0.569884C14.4667 0.523082 14.5954 0.49934 14.7252 0.500014C14.8551 0.500688 14.9835 0.525765 15.1032 0.573813C15.2229 0.621861 15.3315 0.691939 15.4228 0.780045L21.7175 6.83127C21.8034 6.91898 21.8732 7.01994 21.9239 7.12989C21.9755 7.2452 22.0014 7.3695 21.9999 7.49487C22.0001 7.74278 21.8988 7.98094 21.7175 8.15848L15.4228 14.2097C15.3336 14.2992 15.2268 14.3709 15.1084 14.4207C14.99 14.4705 14.8625 14.4974 14.7331 14.4998C14.6038 14.5022 14.4752 14.4801 14.3549 14.4348C14.2346 14.3894 14.1249 14.3217 14.0322 14.2356Z" fill="white"></path></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) center;
    padding: 0 42px 0 0;
}
.widget-gallery.feature-slider-section .article-item p a:hover {
  background-position: calc(100% - 0px) center;
  opacity: 0.8;
}

.widget-gallery.feature-slider-section .owl-nav {
    margin-bottom: 100px;
}
/*feature slider section end*/
.page-home .home-top-banner {
    margin-bottom: 0;
}
.contact-block-area {
    margin-top: 100px;
}
.page-home .contact-block-area {
    margin-top:0px;
}
.contact-block-area {
    margin-top: 100px;
}

.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
    max-width: 100%;

}
.page-content .v-split {
     margin: auto; 
     width: 1400px;
     max-width: 100%;
}
.widget.widget-article h2,
.widget.widget-html h2{
	font-size: 40px;
    line-height: 54px;
} 
.ngarra-burria-content-area .full-container .ngarra-picture-box img {
    border: 7px solid #f2f2f2;
}
.widget.widget-article a:hover{
	color:#418DBC;
}

/*page not found start*/

/*page not found*/
.page-page-not-found .body {
    min-height: auto;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 15px 120px 15px;
    background: transparent;
}
.widget-article .page_404 .ops {
    color:#418DBC;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #121132;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #121132;
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: #000;
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.widget-article .page_404 a{
    background: #121132;
    border-color: #121132;
    margin: 15px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 15px;
    width: 100%;
    max-width: 196px;
    text-decoration: none;
    border-radius: 0;
    text-transform: capitalize;
}
.widget-article .page_404 a:hover{
    background-color: #000;
	color:#fff;
}

/*page not found end*/
.inner-page-content .duration,
.inner-page-content .level {
    font-weight: 600;
}

.widget.widget-article h3 {
    font-size:30px;
    margin: 40px 0 8px;
    line-height: 38px;
}

/*start:Contact Us */
.widget.widget-form {
	padding:70px 70px 80px;
	box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .10);
}
.widget.widget-form .custom-form {
	margin: 0 auto;
}
.widget.widget-form .custom-form label {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 18px;
  color: #000000;
  margin: 13px 0;
  padding-bottom: 0;
}
.widget.widget-form .radio-checkbox-row {
	display: flex;
	margin-top: 12px;
	padding-bottom: 15px;
}
.widget.widget-form .custom-form .errorlist.after .message-block {

  line-height: normal;
}
.widget.widget-form .checkbox label::before {
  top: 2px;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius:0px;
  width: 19px;
  height: 19px;
}
.widget.widget-form .checkbox label::after {
	left: 2px;
	top: -3px;
}
.widget.widget-form .checkbox input[type="checkbox"]:checked + label::before, 
.widget.widget-form .radio input[type="radio"]:checked + label::before {
	background-color:#121132;
	border-color:#121132;
}
.widget.widget-form .custom-form .form-row input {
height: 46px;
background: #fff;
border: #fff;
box-sizing: border-box;
color: #000;
}
.widget.widget-form .custom-form .single-input-row .form-row.checkBox label {
	width: 100%;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-size: 17px;
	color: #000000;
}
.widget.widget-form .custom-form .single-input-row .form-row.checkBox > label {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #43404F;
}
.widget.widget-form .custom-form .double-input-row .form-row {
	padding: 5px 15px;
}
.widget.widget-form .custom-form .form-row textarea {
  height: 174px;
  background: #fff;
  border: #fff;
  box-sizing: border-box;
  color: #000;

}
.widget.widget-form .custom-form .single-input-row .form-row.checkBox .checkbox input {
	height: 0;
	display: none;
}
.widget.widget-form .custom-form .form-row.btn-row button {
	background:#121132;
	width: 100%;
	max-width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 12px 0 15px;
	text-align: center;
	text-transform: capitalize;
    margin-top: 35px;
}
.widget.widget-form .custom-form .form-row.btn-row button::after {
	content: url("../images/right-arrow.png");
	margin-left: 10px;
}
.widget.widget-form .custom-form .form-row.btn-row button:hover {
	background: #1E1E1E;
}
.widget.widget-form .single-input-row .form-row {
	margin-top: 8px;
	margin-bottom: 20px;
}
.widget.widget-form .custom-form .form-row.btn-row button[disabled] {
	border: 1px solid #fff;
}
.widget.widget-form .custom-form .form-row.btn-row label{
	display: none;
}
.errorlist.after {
    font-size: 13px;
}
.form-row.text.form-title {
    text-align: center;
    /* font-size: 40px; */
}
.form-row.text.form-title h3 {
   font-family: "Outfit";
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    color: #000000;
    margin:0px;
    padding: 0;
}
.form-row.text.form-title h3 br{
	display:none !important;
}
.form-row.text.form-sub-title p {
    text-align: center;
    margin: 0 0 52px 0;
    padding: 0 0 35px 0;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget-form .radio-checkbox-row {
    display: flex;
    margin-top: 12px;
    padding-bottom: 15px;
    flex-wrap: nowrap;
}
.widget.widget-form.form-design {
    max-width: 1000px;
    margin: 0 auto;
}

.widget-form .checkbox label::after {
  margin-left: -21px;
  padding-top: 3px;
}
.widget-form .checkbox label::after {
  margin-left: -21px;
  padding-top: 3px;
}
/*End:Contact Us */
.orc-inner-content p{
	margin:0;
}
.inner-page-content p{
    margin: 0 0 35px 0;
}

.widget.widget-article.inner-page-content h4 {
    font-size: 22px;
    margin: 23px 0 5px 0;
    line-height: 28px;
}
.widget.widget-article.orc-inner-content h4{
	 font-size: 22px;
	 line-height: 28px;
	 margin: 30px 0 8px;
}

.header > .widget-container, .footer > .widget-container {
    max-width: 1460px;
    width: 100%;
}
.footer .copy-right-content p b {
  font-weight: 400;
}

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

}
@media screen and (max-width:1400px) {
	
}

@media screen and (max-width:1300px) {
	
}

@media screen and (max-width:1200px) {
.responsive .widget-pageHeading h1 {
    font-size: 50px;
    line-height: 60px;
}
.responsive .widget.widget-pageHeading {
    padding: 180px 20px 80px;
    margin: 0 0 80px;
}
.responsive .contact-block-area {
    margin-top: 80px;
}
.responsive .page-content {
    padding: 0 20px;
}
.responsive .ngarra-burria-content-area .full-container h2,
.responsive .guitar-music-content-area .full-container h2,
.responsive .bio-page-content-area .full-container h2 {
    font-size:35px;
    line-height: 45px;
}
.responsive .bio-page-content-area .full-container h3 {
    font-size: 27px;
    line-height: 33px;
    margin: 0 0 18px;
}
}

@media screen and (max-width:991px) {
    .responsive .two-colume-box .guitarmusic-picture-box .two-image-box {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .responsive .guitar-music-content-area .full-container .guitarmusic-picture-box img {
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .responsive .widget-pageHeading h1 {
    font-size:45px;
    line-height:55px;
}
.responsive .ngarra-burria-content-area .full-container h2,
.responsive .guitar-music-content-area .full-container h2,
.responsive .bio-page-content-area .full-container h2 {
    font-size:35px;
    line-height:45px;
}
}
@media screen and (max-width:767px) {
.responsive .widget-pageHeading h1 {
    font-size:32px;
    line-height:42px;
}
.responsive .ngarra-burria-content-area .full-container h2,
.responsive .guitar-music-content-area .full-container h2,
.responsive .bio-page-content-area .full-container h2 {
    font-size:28px;
    line-height:38px;
}
.responsive .widget.widget-pageHeading {
    padding: 140px 15px 40px;
	margin: 0 0 50px;
}
.responsive .page-content {
    padding: 0 15px;
}
.responsive .bio-page-content-area .full-container h3 {
    font-size: 20px;
    line-height: 28px;
}
.responsive .bio-page-content-area .full-container h4 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px;
}
.responsive .bio-page-content-area .full-container p {
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 20px;
}
.responsive .contact-block-area {
    margin-top: 50px;
}
.responsive .bio-page-content-area .full-container .bottom-info {
    margin: 35px 0 0;
    padding: 30px 0 0;
}
.responsive .two-colume-box {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}
.responsive .two-colume-box .guitarmusic-picture-box.multiple {
    width: 100%;
}
.responsive .two-colume-box .guitarmusic-picture-box {
    width: 100%;
}
.responsive .guitar-music-content-area .full-container .guitarmusic-picture-box img {
    margin: 0;
    height: auto;
    object-fit: cover;
    width: 100%;
}
    .responsive .guitar-music-content-area .full-container h4 {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 8px;
    }
    .responsive .guitar-music-content-area .full-container .video-image-box .guitarmusic-picture-box {
        margin: 0 0 15px;
    }
.responsive .guitar-music-content-area .full-container h6 {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 0;
}
    .responsive .guitar-music-content-area .full-container .guitarmusic-picture-box img {
        height: 230px;
    }
    .responsive .guitar-music-content-area .full-container .video-image-box .guitarmusic-picture-box iframe {
        height: 180px;
    }
    .responsive .two-colume-box .guitarmusic-picture-box .two-image-box {
        margin: 10px 0 0;
        grid-gap: 15px;
    }
.responsive .video-image-box {
    display: initial;
    gap: 0 20px;
}
.responsive .video-image-box .guitarmusic-picture-box {
    width: 100%;
}
.responsive .ngarra-burria-content-area .nagar-video iframe,
.responsive .video-image-box iframe {
    width: 100%;
    height: 290px;
}
.responsive .guitar-music-content-area .full-container .video-image-box .guitarmusic-picture-box img {
    height: auto;
    margin: 15px 0 0px 0;
}
.responsive .guitar-music-content-area .full-container h2 {
    margin: 0 0 6px;
}
.responsive .guitar-music-content-area .full-container ul li {
    font-size: 16px;
    line-height: 30px;
}
.responsive .guitar-music-content-area .full-container .two-colume-box .guitarmusic-picture-box {
    margin: 0
}
.responsive .guitar-music-content-area img.audio-icon {
    width: 15px;
    margin: -2px 7px 0 5px;
}
.responsive .guitar-music-content-area .full-container ul {
    margin: 0 0 15px;
    padding: 0 0 0 5px;
}
.responsive .ngarra-burria-content-area .nagar-video {
    display: flex;
    gap: 0px 20px;
    flex-wrap: wrap;
}
.responsive .ngarra-burria-content-area .nagar-video .ngarra-picture-box {
    width: 100%;
}
.responsive .ngarra-burria-content-area .full-container .ngarra-picture-box img {
    margin:0;
}
}
.page-guitar-music .widget-gallery.youtube-owl-slider .owl-nav {
    margin-bottom: 180px;
}
.widget.widget-article.inner-page-content.small-group h4 {
    font-size: 17px;
    line-height: 32px;
}
.media-listings-page-content br {
    display: none;
}
.fee .media-listings-page-content .media-list {
    padding: 20px 0px;
    margin-top: 20px;
}
.fee .hear-sounds-page-content .full-container ul li a {
  padding: 8px;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}