html, body {
  height: 100%;
  margin: 0;
}
nav {
  position: absolute !important;
  width: 100%;
}
#main, .tool {
  height: 100%;
  float: left
}
#main {
  position: relative;
  width: 60%;
  padding: 3em 2em 2em 2em;
  padding: 0 0 0 0;
}
.tool {
  width: 40%;
  background: rgba(0,0,0,0.5);
  padding: 7em 2em 2em 2em;
  padding: 1em 2em 2em 2em;
  color: #fff;
  height: fit-content;
}
#firstmessage, #secondmessage, #imagebrowse {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#firstmessageheader, #secondmessageheader {
   color: white;
   text-shadow: 1px 1px 5px #fff, 0 0 40px #fff, 0 0 30px #fff;

  text-shadow:
    -0.2rem -0.2rem 1rem #fff,
    0.2rem 0.2rem 1rem #fff,
    0 0 2rem #fff,
    0 0 4rem #fff,
    0 0 6rem #fff,
    0 0 8rem #fff,
    0 0 10rem #fff;

    text-shadow: 1px 1px 5px #fff, 0 0 40px #fff, 0 0 60px #fff;
}
#firstmessageheader, #secondmessageheader {
   text-align: center;
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;
}

#firstmessage {
  font-size: 50px;
  width: 100%;
  top: 10px;
  font-family: "Roboto",sans-serif;
}

#secondmessage {
  font-size: 30px;
  width: 100%;
  top: 110px;
  font-family: "Roboto",sans-serif;
}

#imagebrowse {
    top: 60px;
    left: 0px;
}

#imagebrowse img {
  width: 100px !important;
  height: auto;
}

#firstmessageheader, #secondmessageheader, #imagebrowseheader, #imagebrowse {
  padding: 10px 10px;
  cursor: move;
  z-index: 10;
  color: #000;
  line-height: initial;
  padding: 10px 20px;
}

input:focus, a:focus, textarea:focus, button:focus {
  outline: none;
}
.caption01 {
  height: 70px;
  height: auto;
  width: 100%;
  font-size: 18px;
  border: 1px solid #565656;
  color: #fff;
  background: #5e6a7a;
  padding: 10px 10px;
  text-align: center;
  overflow:hidden
}
.field-container {
  margin-bottom: 30px
}
.field-container button, #imgInp {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border: none;
    margin-top: 10px;
    background: #5e6a7a;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 0;
}
#imgInp {
    margin: 5px 0 0 0;
}
.field-container button:hover {
  color: #fff;
}







/*================New Added Codes===================*/
#nav-tool {
  float: left;
  width: 40%;
  padding: 1.5em 1.5em 0 1.5em;
  padding: 0 0 0 1.5em;
  color: #fff;
  height: 100%;
}


.field-container button.nav-tab-button{
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    background: linear-gradient(176deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%);
    color: #fff;
    margin-top:0px;
}

/*Nav Tool Panel*/
.nav-tabs.custom_tab {
    background: none;
}

.nav-tabs.custom_tab {
    border: 0px solid #565656 !important;
}
.nav-tabs.custom_tab {
    border: none;
    background: #3F4552 !important;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs.custom_tab li {
    border-right: 0;
}
.nav-tabs li {
    position: relative;
    display: block;
    float: left;
    margin-right: 0;
    font-size: 13px;
    border-radius: 0;
    width: calc( 100% / 4);
    border-right: 1px solid #000;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}

.nav-tabs.custom_tab > li:not(:last-child) > a {
    margin-right: 0;
}

.nav-tabs.custom_tab > li > a{
  border-bottom: 2px solid transparent !important;
  border-bottom: 2px solid #3F4552 !important;
}
.nav-tabs.custom_tab > li.active > a{
  border-bottom: 2px solid #1986b7 !important;
}
.nav-tabs.custom_tab > li.active > a, .nav-wizard > li.active > a:hover, .nav-tabs.custom_tab > li.active > a:focus {
    color: #ffffff;
    background: #21242d;
}


.nav-tabs.custom_tab li a {
    color: #fff;
    text-shadow: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: none;
    border: none;
    border-bottom: 2px solid #64ff5c;
    color: #fff;
}
.custom_tab > li.active > a {
    background: none;
    border: none;
    border-bottom: 2px solid #F55aff;
}
.custom_tab > li.active > a {
    background: none;
    border: none;
    border-bottom: 2px solid #F55aff;
}
.nav-tabs li a:active, .nav-tabs li.active a {
    color: #fff;
    border-color: #F55aff;
}
.nav-tabs li a:hover {
    color: #fff;
    text-decoration: none;
    border-color: #F55aff;
    background: #21242d !important;
}
.nav-tabs.custom_tab>li>a {
    border-bottom: 2px solid #30343D !important;
}
.nav-tabs.custom_tab>li.active>a:hover {
    border-bottom: 2px solid #1986b7 !important;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs li a {
    border: 0 !important;
}
.nav-tabs li a {
    display: block;
    padding: 8px 10px;
    background: none;
    text-decoration: none;
    color: #fff;
    font-size: 13pt;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #a6a6a6;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
}
.nav-tabs>li>a {
    margin-right: 0px !important;
    margin-right: 0px;
    border-radius: 0 !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs.custom_tab > li > a{
  text-align: center;
}



/* --------------------------------------------------- */
/* General Content Styling */
* { margin: 0; padding: 0; }
html { 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
#page-wrap2 {
   margin: 10px auto 0px auto; 
   padding: 20px; 
}

.customizer-right {
   padding-top: 17px;
   background: rgba(0,0,0,0.5);
   border-radius: 5px;
}

.bg-dark {
  background-color: #00000099!important;
}

.button-container{
   margin-top: 10px;
}

.button-container button.btn{
   width: 100%;
}

.navbar-nav li{
   margin-left: 15px !important;
}

/* --------------------------------------------------- */
/* Textarea / RichTextTool Styling */
#neonsign_editor{
   line-height: 0.5 !important;
   text-align: center;
   padding-top: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/* --------------------------------------------------- */
/* Accordion Styling */
.customizer-tool{
   margin-top: 10px;
   margin-bottom: 10px;
}

.customizer-tool .card{
   border-radius: 0 !important
}

.customizer-tool .card-header button{
   color: #444 !important;
}

.customizer-tool .accordion__content {
   color: #555 !important;
}

.customizer-tool .fa {
   padding-right: 10px;
}

.customizer-tool .input-radio.input-radio--innerlabel {
   width: auto;
   display: inline-block;
   padding: 10px 10px 10px 0px;
}

.customizer-tool .card-header{
   padding: 0px !important;
   margin-bottom: 0 !important;
   background: transparent;
}

.customizer-tool .card {
   border: none;
}

.customizer-tool .card-body{
   padding: 5px 20px;
}

/* Modal */
.modal .close{
   position: absolute;
   top: 5px;
   right: 12px;
   z-index: 999
}

.modal h4{
   color: #555 !important;
   margin-bottom: 20px;
}

/* LEFT Customizer */
@font-face { font-family: 'anastasia'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/anastasia.ttf); ;font-display: swap;
}
@font-face { font-family: 'angelface'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/angelface.otf); ;font-display: swap;
}
@font-face { font-family: 'applecasual'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/applecasual.ttf); ;font-display: swap;
}
@font-face { font-family: 'arial'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/arial.ttf); ;font-display: swap;
}
@font-face { font-family: 'bauhaus93'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/bauhaus93.ttf); ;font-display: swap;
}
@font-face { font-family: 'bradleyhand'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/bradleyhand.ttf); ;font-display: swap;
}
@font-face { font-family: 'brandontext'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/brandontext.otf); ;font-display: swap;
}
@font-face { font-family: 'budidaya'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/budidaya.otf); ;font-display: swap;
}
@font-face { font-family: 'chalkboard'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/chalkboard.ttf); ;font-display: swap;
}
@font-face { font-family: 'cheddarjack'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/cheddarjack.ttf); ;font-display: swap;
}
@font-face { font-family: 'couriernew'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/couriernew.ttf); ;font-display: swap;
}
@font-face { font-family: 'coveredbyyourgrace'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/coveredbyyourgrace.ttf); ;font-display: swap;
}
@font-face { font-family: 'din'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/din.otf); ;font-display: swap;
}
@font-face { font-family: 'dulcelin'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/dulcelin.otf); ;font-display: swap;
}
@font-face { font-family: 'eurostile'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/eurostile.ttf); ;font-display: swap;
}
@font-face { font-family: 'helvetica'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/helvetica.ttf); ;font-display: swap;
}
@font-face { font-family: 'joeschmoe'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/joeschmoe.otf); ;font-display: swap;
}
@font-face { font-family: 'kavalerkursive'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/kavalerkursive.ttf); ;font-display: swap;
}
@font-face { font-family: 'learningcurve'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/learningcurve.ttf); ;font-display: swap;
}
@font-face { font-family: 'noterascript'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/noterascript.ttf); ;font-display: swap;
}
@font-face { font-family: 'pacifico'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/pacifico.ttf); ;font-display: swap;
}
@font-face { font-family: 'paperdaisy'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/paperdaisy.ttf); ;font-display: swap;
}
@font-face { font-family: 'signpainter'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/signpainter.ttf); ;font-display: swap;
}
@font-face { font-family: 'southampton'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/southampton.ttf); ;font-display: swap;
}
@font-face { font-family: 'stea'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/stea.otf); ;font-display: swap;
}
@font-face { font-family: 'yellowtail'; src: url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/./fonts/yellowtail.otf); ;font-display: swap;
}
.note-style, .note-font, .note-para, .note-table, .note-insert, .note-view, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child{
   display: none;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
   min-width: 100%;
   padding: 15px;
}

.note-icon-font.note-recent-color{
   background-color:transparent !important;
}

.note-btn-group .note-btn {
   background-color: rgba(0,0,0,.05);
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Source Sans Pro",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto' !important;
}
.h1, h1 {
   font-size: 2.5rem;
}
.h2, h2 {
   font-size: 2rem;
}
.note-editing-area p { 
   text-indent: 0px; 
}
.wire {
   position: relative;
   top: 40px;
   left: 50%;
   width: 18px;
   margin: 0;
   z-index: 0 !important;
   height: 28em;
}
#wire {
  cursor: move;
}
#wire:hover {
  cursor: move;
}
body .wire {
    z-index: 0 !important;
}
#bordercontainer h1, #bordercontainer h2 {
   z-index: 999 !important;
}
.glow, .glow2 {
   color: white;
   text-shadow: 1px 1px 5px #fff, 0 0 40px #fff, 0 0 30px #fff;
}
.glow {
   font-size: 3vw;
   font-family: 'applecasual' !important;
   color: #fff;
   text-align: center;
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;
   margin-top: 10px;
}
.glow2 {
   font-size: 2vw;
   font-family: 'angelface' !important;
   color: #fff;
   text-align: center;
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;
}
.neon {
   background: linear-gradient(135deg,rgba(252,253,253,.1),rgba(227,233,238,.2) 50%,rgba(187,202,211,.2) 51%,rgba(238,246,252,.1));
   -webkit-box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
   box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}
.neon {
   padding: 10px 15px;
}
.neon {
   text-shadow: 0 0 1px #f3eae4, 0 0 15px #fff, 0 0 20px #f3eae4, 0 0 25px #f3eae4, 0 0 30px #f3eae4, 0 0 35px #f3eae4, 0 0 150px #f3eae4, 0 0 200px #f3eae4, 2px 4px 3px rgba(0,0,0,.5);
}
.neon, .neon h1, .neon h2 {
   line-height: 1em;
}
.neon {
   cursor: default;
   display: table;
   margin: 0 auto;
   -webkit-transition: text-shadow .5s,opacity .5s;
   transition: text-shadow .5s,opacity .5s;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   color: #fff;
   text-decoration: none;
   font-weight: 100;
}

/*Image Selector*/
.scenery .col-md-6, .scenery .form-group{
  padding: 0 !important;
  margin: 0 !important;
}
.scenery label.select-bgimage {
   width: 100% !important;
   cursor: pointer;
}
.scenery img {
   width: 100% !important;
}
.bg-img {
   width: 125px !important;
   height: auto !important;
}
.scenery label {
   color: #fff;
   display: inline-block;
   margin-bottom: .5rem;
}
.img-selector [type=radio] { 
   height: 0;
}
.img-selector [type=radio] + img {
   cursor: pointer;
}
.img-selector [type=radio]:checked + img {
   outline: 2px solid #f00;
}

/*
.tool-wrapper {
   background: rgb(0 0 0 / 0.3);
   padding-top: 0.5em;
   padding-bottom: 1em;
   border-radius: 3px;
}*/

.selector-tool select, #neontext{
   border-radius: 5px;
}
.selector-tool {
   padding: 0px 0px 10px 0px;
}
.selector-tool #select-color {
   padding: 3px 8px;
}
.selector-tool #select-font {
   padding: 3px 8px;
   margin-left: 5px;
}
select option[value="yellow"] {
   background: yellow;
   color:#000;
}
select option[value="orange"] {
   background: orange;
}
select option[value="pink"] {
   background: pink;
}
select option[value="red"] {
   background: red;
}

/* Toolbar */
.note-editor .note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
   width: 40px !important;
   height: 40px !important;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
   height: 40px !important;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
   padding: 5px 3px !important;
}

/* Customizer Tools Options */
.input-radio input[type="radio"]{
   display: none;
}
.input-radio label {
   cursor: pointer;
   padding: 4px 10px;
   border-radius: 5px;
   border: 1px solid #ccc;
   font-size:14px !important;
}

.customizer-tool .card-body select {
   cursor: pointer;
   padding: 4px 10px;
   border-radius: 5px;
   border: 1px solid #ccc;
   font-size:14px !important;
}

.input-radio label:hover {
   border: 1px solid #ff4f4f;
}

.input-radio--innerlabel input:checked+label {
   border-color: #ff4f4f;
   background: #ff4f4f;
   color: #fff;
}
.input-radio input:checked+label {
   border-color: #ff4f4f;
   background-color: #ff4f4f;
}
.customizer-tool .input-radio.input-radio--innerlabel{
   padding: 0;
}
.accordion__content {
   text-align: center;
   padding-top: 10px;
}

.customizer-tool .card-body, .customizer-tool .card-body .col-md-12{
   padding: 5px 0px;
}

.wire {
    z-index: -1 !important;
}
#BorderColor.hide{
   display: none;
}
.clear-acrylic .neon {
    background: linear-gradient(135deg,rgba(252,253,253,.1),rgba(227,233,238,.2) 50%,rgba(187,202,211,.2) 51%,rgba(238,246,252,.1));
    -webkit-box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}
.black-lexan .neon {
    background: linear-gradient(135deg,#343434,#464646 12%,#4f4f4f 25%,#383838 39%,#262626 50%,#000 51%,#0f0f0f 60%,#262626 76%,#1a1a1a 91%,#0f0f0f);
    -webkit-box-shadow: inset 0 0 2px #454545, inset 0 0 10px rgba(0,0,0,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px #454545, inset 0 0 10px rgba(0,0,0,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}
.white-lexan .neon {
    background: linear-gradient(135deg,hsla(0,0%,73%,.95),hsla(0,0%,71%,.95) 50%,hsla(0,0%,67%,.95) 51%,hsla(0,0%,82%,.95));
    -webkit-box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), inset 0 0 15px hsla(0,0%,100%,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), inset 0 0 15px hsla(0,0%,100%,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}
.with-border .neon {
    border-color: #f9fffe;
    -webkit-box-shadow: 0 0 1px #e9f8ff, inset 0 0 0.5px #e9f8ff, inset 0 0 5px #e9f8ff, 0 0 2.5px #fff, 0 0 30px #e9f8ff, 3px 5px 2px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 1px #e9f8ff, inset 0 0 0.5px #e9f8ff, inset 0 0 5px #e9f8ff, 0 0 2.5px #fff, 0 0 30px #e9f8ff, 3px 5px 2px 1px rgba(0,0,0,.3);
}
.with-border.blue .neon {
    border-color: #e0e0ff;
    -webkit-box-shadow: 0 0 1px #228dff, inset 0 0 0.5px #228dff, inset 0 0 5px #228dff, 0 0 2.5px #fff, 0 0 30px #228dff, 3px 5px 2px 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px #228dff, inset 0 0 0.5px #228dff, inset 0 0 5px #228dff, 0 0 2.5px #fff, 0 0 30px #228dff, 3px 5px 2px 1px rgba(0,0,0,.4);
}
.with-border.red .neon {
    border-color: #fdd;
    -webkit-box-shadow: 0 0 1px #ed6565, inset 0 0 0.5px #ed6565, inset 0 0 5px #ed6565, 0 0 2.5px #fff, 0 0 30px #ed6565, 3px 5px 2px 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px #ed6565, inset 0 0 0.5px #ed6565, inset 0 0 5px #ed6565, 0 0 2.5px #fff, 0 0 30px #ed6565, 3px 5px 2px 1px rgba(0,0,0,.4);
}
.with-border.green .neon {
    border-color: #deffc9;
    -webkit-box-shadow: 0 0 1px #9bed65, inset 0 0 0.5px #9bed65, inset 0 0 5px #9bed65, 0 0 2.5px #fff, 0 0 30px #9bed65, 3px 5px 2px 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px #9bed65, inset 0 0 0.5px #9bed65, inset 0 0 5px #9bed65, 0 0 2.5px #fff, 0 0 30px #9bed65, 3px 5px 2px 1px rgba(0,0,0,.4);
}
.with-border.orange .neon {
    border-color: #f9e3c2;
    -webkit-box-shadow: 0 0 1px #edad65, inset 0 0 0.5px #edad65, inset 0 0 5px #edad65, 0 0 2.5px #fff, 0 0 30px #edad65, 3px 5px 2px 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px #edad65, inset 0 0 0.5px #edad65, inset 0 0 5px #edad65, 0 0 2.5px #fff, 0 0 30px #edad65, 3px 5px 2px 1px rgba(0,0,0,.4);
}
.with-border.yellow .neon {
    border-color: #f9f0cc;
    -webkit-box-shadow: 0 0 1px #eddf65, inset 0 0 0.5px #eddf65, inset 0 0 5px #eddf65, 0 0 2.5px #fff, 0 0 30px #eddf65, 3px 5px 2px 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px #eddf65, inset 0 0 0.5px #eddf65, inset 0 0 5px #eddf65, 0 0 2.5px #fff, 0 0 30px #eddf65, 3px 5px 2px 1px rgba(0,0,0,.4);
}
.with-border.cool-white .neon {
    border-color: #f9fffe;
    -webkit-box-shadow: 0 0 1px #e9f8ff, inset 0 0 0.5px #e9f8ff, inset 0 0 5px #e9f8ff, 0 0 2.5px #fff, 0 0 30px #e9f8ff, 3px 5px 2px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 1px #e9f8ff, inset 0 0 0.5px #e9f8ff, inset 0 0 5px #e9f8ff, 0 0 2.5px #fff, 0 0 30px #e9f8ff, 3px 5px 2px 1px rgba(0,0,0,.3);
}

.size-a h1{
   font-size: 64%;
}
.size-a h2{
   font-size: 40%;
}
.size-b h1{
   font-size: 65%;
}
.size-b h2{
   font-size: 41%;
}
.size-c h1{
   font-size: 66%;
}
.size-c h2{
   font-size: 42%;
}
.size-d h1{
   font-size: 67%;
}
.size-d h2{
   font-size: 43%;
}
.size-e h1{
   font-size: 68%;
}
.size-e h2{
   font-size: 44%;
}
.larger-or-specific-size{
   
}

.settings-color {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://neonsign.sanclemente.com/wp-content/themes/neon-theme/neonsign-customizer-v2/css/../images/bg1.jpg) !important;
}
.settings-button {
  background-color: #eee;
  border: none;
  color: #000;
  padding: 0px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 23px;
  margin-bottom:10px;
}
.settings-button:active, .bulb-button:focus, .bulb-button:hover{
   outline: 0
}

.bulb-button {
  position: absolute;
  left: 20px;
  top: 1px;
  border-radius: 5px;
}

.background-button {
  position: absolute;
  left: 20px;
  top: 45px;
  border: 1px solid gray;
  border-radius: 5px;
}
.bulb-button {
  background-color: #5e6a7a;
  border: 1px solid #21242d;
  color: #000;
  padding: 0px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  margin-bottom:10px;
  border-radius: 3px;
}
.bulb-button:hover {
  filter: brightness(90%);
}
    
.prev-transform ul{
  transform: translate3d(0px,0px,0px);
  transition-duration: 0.5s;
}

.next-transform ul{
  transform: translate3d(-609px,0px,0px);
  transition-duration: 0.5s;
}
ul.imagess {
    overflow-x: hidden !important;
    width: auto !important;
    z-index: 9 !important;
}
.bx-controls.bx-has-controls-direction {
    top: -38px;
    position: relative;
    z-index: 99;
}
#custom-slider .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
#custom-slider .bx-controls-direction a {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
#custom-slider .bx-controls-direction .bx-next {
    right: 10px;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/images/controls.png) no-repeat -43px -32px;
}
#custom-slider .bx-controls-direction .bx-prev {
    left: 10px;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/images/controls.png) no-repeat 0 -32px;
}
#custom-slider .bx-prev:focus, #custom-slider .bx-prev:hover {
    background-position: 0 0;
}
#custom-slider .bx-next:focus, #custom-slider .bx-next:hover {
    background-position: -43px 0;
}
ul.imagess {
    padding-right: 10em !important;
}


@media (max-width: 767px){
#tabtype #Size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0px 15px;
} 
#tabtype #Size .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
#tabtype #Size .col-md-3:nth-child(even) {
    padding-left: 5px;
}
#tabtype #Size .col-md-3:nth-child(odd) {
    padding-right: 5px;
}
#specific-size {
    width: 100%;
}
#specific-size input {
  text-align: center;
  margin-bottom: 15px;
  margin-right: 0px !important;
  width: 50%;
  max-width: 50%;
  float: left;
}
}
@media (max-width: 576px) {
#firstspanheader.contoured-cut, #secondspanheader.contoured-cut {
    -webkit-text-stroke-width: 10px;
    width: 100%;
}
}
#hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 30%;
}
 
.none.bg1 { animation: fadeIn1 ease 1s; }
@keyframes fadeIn1 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg2 { animation: fadeIn2 ease 1s; }
@keyframes fadeIn2 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg3 { animation: fadeIn3 ease 1s; }
@keyframes fadeIn3 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg4 { animation: fadeIn4 ease 1s; }
@keyframes fadeIn4 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg5 { animation: fadeIn5 ease 1s; }
@keyframes fadeIn5 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg6 { animation: fadeIn6 ease 1s; }
@keyframes fadeIn6 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg7 { animation: fadeIn7 ease 1s; }
@keyframes fadeIn7 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg8 { animation: fadeIn8 ease 1s; }
@keyframes fadeIn8 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg9 { animation: fadeIn9 ease 1s; }
@keyframes fadeIn9 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg10 { animation: fadeIn10 ease 1s; }
@keyframes fadeIn10 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg11 { animation: fadeIn11 ease 1s; }
@keyframes fadeIn11 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.none.bg12 { animation: fadeIn12 ease 1s; }
@keyframes fadeIn12 { 50% {  opacity:0.7; } 100% {  opacity:1; } }

.span-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.input-radio--innerlabel { 
  margin-bottom:15px;
}
.tabfontone .field-container .col-md-4{
    padding-right: 5px;
    padding-left: 5px;
}

.input-radio label {
    border-radius: 0px;
}
.input-radio--innerlabel label {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    border: 0;    
    background: rgba(0,0,0,0.5);
    padding:12px 0px;
    color: #ccc;
    font-weight: 100;
}
.input-radio--innerlabel input:checked+label {
    border: 0;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 50%), 0 2px 12px 0 rgb(255 255 255 / 0.7);
}
.input-radio label:hover {
    border: 0px;
}
.input-radio--innerlabel label:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}
.field-container .submit-btn {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border: none;
    margin-top: 10px;
    background: #5e6a7a;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
}

.disable-label, .disable-label label{
cursor: inherit;
background:transparent !important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.navbar-brand {
    padding: 0px 15px;
}

#bulb-button{
  top: 18px;
  z-index: 9;
}

@media (max-width: 991px){
#bulb-button{
  top: 10px;
  left: 10px;
}
}

#bulb-button i {
    padding: 8px 2px 0px 2px;
    color: #e6e6e6;
}
.none.bulb-color #bulb-button i {
    color: #21242d;
}

#tabsubmit .caption01a {
  text-align: left;
  padding:10px 16px;
  height: auto;
  font-size: 20px;
}
#tabsubmit .caption01 {
    text-align: left;
    padding: 8px 12px;
    height: auto;
    font-size: 18px;
}
.input-radio--innerlabel select{
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    border: 0;
    padding: 12px 16px;
    color: #fff;
    font-weight: 100;
    outline:0;
    border: 1px solid #565656 !important;
    background: #5E6A7A;
}
.background-button {
    margin-top: 30px;
    background-color: #A29E94;
    padding: 0px 9px;
    z-index: 9;
}

#firstmessageheader, #secondmessageheader, #imagebrowseheader, #imagebrowse {
    color: #fff;
}

.modal#changeBackground{
  overflow-y: inherit;
}


#Size .input-radio--innerlabel label {
    font-size: 12px !important;
}
#specific-size input {
    padding: 12px 8px;
    border: 0;
    background: #5e6a7a;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 50%), 0 2px 12px 0 rgb(255 255 255 / 0.7);
    font-size: 12px !important;
    color: #fff;
    width: 80px;
    max-width: 80px;
}
#specific-size input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#specific-size input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#specific-size input::placeholder {
  color: #fff;
}
.courier-new, .courier-new .neon {
    font-family: 'Courier New';
}
.impact, .impact .neon {
    font-family: 'Impact';
}
.helvetica-neue, .helvetica-neue .neon {
    font-family: Helvetica Neue ,sans-serif;
}
.times-new-roman, .times-new-roman .neon {
  font-family: 'Times New Roman';
}
.verdana, .verdana .neon {
    font-family: 'Verdana';
}
.segoe-ui, .segoe-ui .neon {
    font-family: 'Segoe UI';
}

#tabfont .input-radio--innerlabel label{
  font-size: 22px !important;
}

@font-face { font-family: 'robotoregular'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/robotoregular.ttf"); ;font-display: swap;
}

@font-face { font-family: 'anastasia'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/anastasia.ttf"); ;font-display: swap;
}

@font-face { font-family: 'angelface'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/angelface.otf"); ;font-display: swap;
}

@font-face { font-family: 'applecasual'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/applecasual.ttf"); ;font-display: swap;
}

@font-face { font-family: 'brandontext'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/brandontext.otf"); ;font-display: swap;
}

@font-face { font-family: 'eurostile'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/eurostile.ttf"); ;font-display: swap;
}

@font-face { font-family: 'helvetica'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/helvetica.ttf"); ;font-display: swap;
}

@font-face { font-family: 'kavalerkursive'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/kavalerkursive.ttf"); ;font-display: swap;
}

@font-face { font-family: 'pacifico'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/pacifico.ttf"); ;font-display: swap;
}

@font-face { font-family: 'yellowtail'; src: url("https://neonsign.com/wp-content/themes/neon-theme/neonsign-customizer-v2/fonts/yellowtail.otf"); ;font-display: swap;
}

.anastasia, .anastasia .neon{
  font-family: 'anastasia';
}
.angelface, .angelface .neon{
  font-family: 'angelface';
}
.applecasual, .applecasual .neon{
  font-family: 'applecasual';
}
.brandontext, .brandontext .neon{
  font-family: 'brandontext';
}
.eurostile, .eurostile .neon{
  font-family: 'eurostile';
}
.helvetica, .helvetica .neon{
  font-family: 'helvetica';
}
.kavalerkursive, .kavalerkursive .neon{
  font-family: 'kavalerkursive';
}
.pacifico, .pacifico .neon{
  font-family: 'pacifico';
}
.yellowtail, .yellowtail .neon{
  font-family: 'yellowtail';
}
#fontstyleone .input-radio--innerlabel label {
    font-size: 16px !important;
}


#firstmessageheader.white{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px white, 
    0 0 60px white !important;
}
#firstmessageheader.aqua{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px aqua, 
    0 0 60px aqua !important;
}
#firstmessageheader.green{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px green, 
    0 0 60px green !important;
}
#firstmessageheader.orange{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px orange, 
    0 0 60px orange !important;
}
#firstmessageheader.purple{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px purple, 
    0 0 60px purple !important;
}
#firstmessageheader.red{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px red, 
    0 0 60px red !important;
}
#firstmessageheader.yellow{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px yellow, 
    0 0 60px yellow !important;
}
#secondmessageheader.white{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px white, 
    0 0 60px white !important;
}
#secondmessageheader.aqua{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px aqua, 
    0 0 60px aqua !important;
}
#secondmessageheader.green{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px green, 
    0 0 60px green !important;
}
#secondmessageheader.orange{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px orange, 
    0 0 60px orange !important;
}
#secondmessageheader.purple{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px purple, 
    0 0 60px purple !important;
}
#secondmessageheader.red{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px red, 
    0 0 60px red !important;
}
#secondmessageheader.yellow{
    color:#fff !important;
    text-shadow: 1px 1px 5px #fff, 
    0 0 40px yellow, 
    0 0 60px yellow !important;
}

.tab-content .tool{
  width:100%;
  background: transparent;
  padding:0px;
  padding: 20px 30px;
}

#nav-tool {
    float: right;
    height: 100%;
    height: auto;
    z-index: 9;
    position: relative;
}
#nav-tool .tab-content {
    padding: 0 7px;
    width: 100%;
    background: #3e4452;
    float: left;
}
#changeBackground.modal .close {
    top: 10px;
    right: 15px;
    font-size: 26px;
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.range-slider:hover {
  opacity: 1;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #191919;
  cursor: pointer;
}
.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #191919;
  cursor: pointer;
}
@media (min-width: 992px){
  .container {
    width: 100%;
    max-width: 90%;
  }

}

#fontcolorone .input-radio--innerlabel label, 
#fontcolortwo .input-radio--innerlabel label{
    border-radius: 50px;
    line-height: 0px;
}


@media (min-width: 992px){
  .body{
    overflow: hidden
  }
}


#firstmessageheader.contoured-cut {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#firstmessageheader.contoured-cut:before {
    content: attr(firstmessageheader-content);
    position:absolute;
    color: white;
    font-size: 100%;
    -webkit-text-stroke-width: 15px;
    z-index: -9;
}



#secondmessageheader.contoured-cut {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#secondmessageheader.contoured-cut:before {
    content: attr(secondmessageheader-content) '';
    position:absolute;
    color: white;
    font-size: 100%;
    -webkit-text-stroke-width: 15px;
    z-index: -9;
}

.contoured-cut.black-backing:before{
    opacity:1;
    -webkit-text-stroke-color:black;
}
.contoured-cut.clear-backing-white-accs:before, 
.contoured-cut.clear-backing-black-accs:before {
    opacity:0.3;
    -webkit-text-stroke-color:white;
}
.contoured-cut.white-backing-white-accs:before, 
.contoured-cut.white-backing-black-accs:before {
    opacity:0.7;
    -webkit-text-stroke-color:white; 
}

#firstmessageheader.oval {
    border-radius: 50%;
    padding: 30px 50px;
}
#secondmessageheader.oval {
    border-radius: 50%;
    padding: 15px 40px;
}

.neon.black-backing{
    background: linear-gradient(135deg,#343434,#464646 12%,#4f4f4f 25%,#383838 39%,#262626 50%,#000 51%,#0f0f0f 60%,#262626 76%,#1a1a1a 91%,#0f0f0f);
    -webkit-box-shadow: inset 0 0 2px #454545, inset 0 0 10px rgba(0,0,0,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px #454545, inset 0 0 10px rgba(0,0,0,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}

.neon.clear-backing-white-accs, 
.neon.clear-backing-black-accs {
    background: linear-gradient(135deg,rgba(252,253,253,.1),rgba(227,233,238,.2) 50%,rgba(187,202,211,.2) 51%,rgba(238,246,252,.1));
    -webkit-box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}

.neon.white-backing-white-accs, 
.neon.white-backing-black-accs {
    background: linear-gradient(135deg,hsla(0,0%,73%,.95),hsla(0,0%,71%,.95) 50%,hsla(0,0%,67%,.95) 51%,hsla(0,0%,82%,.95));
    -webkit-box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), inset 0 0 15px hsla(0,0%,100%,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px hsla(210,9%,82%,.9), inset 0 0 15px hsla(0,0%,100%,.8), 0 15px 25px rgba(0,0,0,.3), 0 -2px 3px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.3);
}

#firstmessageheader.flat-cut {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#secondmessageheader.flat-cut {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1.heading-title{
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-text .heading-title{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (max-width: 991px) {
.nav-tabs li a {
  font-size: 16px;
  padding: 10px 8px;
}
.navbar-nav {
  display: inline;
}
.navbar .container{
  display: block;
  width: 100%;
  max-width: none;
}
.navbar {
  width: 100%;
  display: inline;
  padding: 10px 0px 0px;
  z-index: 99;
}
.navbar-nav {
    float: right;
}
.navbar-brand img {
    width: 200px !important;
    margin-top: 5px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
button.navbar-toggler{
  display: none;  
}
#nav-tool {
    padding: 2em 1em 0 1em;
}
.navbar-brand {
    float: left;
    width: 50%;
}
}


@media only screen and (max-width: 767px) {
.navbar-brand {
  height: auto;
  margin-right: 0px;
  width: 100%;
}
.navbar-brand img {
  width: 200px !important;
  margin: 0px auto 0px auto;
}
.container .navbar-toggler {
  border-color: rgba(255,255,255,.0);
  width: 100%;
  font-size: 2.25rem;
  margin-top: 5px;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-nav li {
    margin-left: 0px !important;
}
.navbar-toggler-icon {
    border: 1px solid rgba(255,255,255,.5);
    padding: 10px;
}
.navbar-nav {
    margin: 7.5px -15px;
    margin: 0px 0px;
}

#main {
  width: 100% !important;
  float: left !important;
}
#nav-tool {
    float: left !important;
    width: 100% !important;
    height: fit-content !important;
    padding: 1.5em 0 0 0;
    z-index: 999;
    position: relative;
}  
.hero-text button {
    font-size: 13px;
}

.hero-text {
  position: initial;
  top: auto;
  left: auto;
  transform: none;
  padding-top: 16vw;
}
.navbar-collapse.in {
    background: rgb(0 0 0 / 50%);
}
}

@media only screen and (max-width: 600px) {
.background-button {
    left: 77px;
    top: -8px;
}

.hero-text {
  top: 30%;
  left: auto;
  width: 100%;
  transform: none;
}
.hero-text h1.heading-title {
    font-size: 6vw;
}
#hero-image {
    height: 17em;
}

}

@media only screen and (max-width: 414px) {
.img-selector .col-sm-4{
  width: 50%;
  float: left;
}
#hero-image {
    height: 15em;
}
.hero-text {
    padding-top: 27vw;
}
}

@media only screen and (max-width: 320px) {
.nav-tabs li a {
    font-size: 14px;
    padding: 10px 8px;
}

.hero-text {
    padding-top: 36vw;
}
}

ul.imagess {
    left: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    background-color: #000;
    position: absolute;
    z-index: 99;
}

ul.imagess li:first-child {
  padding-left: 2px;
}

ul.imagess li {
  display: inline;
  width: 150px;
  height: 150px;
}

ul.imagess input {
  display: none;
}
ul.imagess li .select-bgimage {
  cursor: pointer;
  margin-bottom: 0px;
  padding:4px 0px 4px 2px;
}

#tabfontone .col-md-12, 
#tabfontone .col-md-11,
#tabfontone .col-md-1, 
#tabfontone .col-md-4{
  padding: 0px;
}

#tabfonttwo .col-md-12, 
#tabfonttwo .col-md-11,
#tabfonttwo .col-md-1, 
#tabfonttwo .col-md-4{
  padding: 0px;
}

#tabbuild label, #tabtype label, #fontstyleone label, #fontstyletwo label {
    background: #5e6a7a !important;
}

/*
#fontcolorone label {
    background: #5e6a7a !important;
}
#fontcolortwo label {
    background: #5e6a7a !important;
}
*/



#tabfontone input[type=checkbox]{
    color:#fff;
}

#tabbuild .col-md-12, 
#tabbuild .col-md-4{
  padding: 0px;
}

#tabtype .col-md-3, #tabtype .col-md-4,#tabtype .col-md-5,#tabtype .col-md-12 {
  padding: 0px;
}

#tabsubmit .col-md-12{
  padding: 0px;
}

@media (min-width: 768px){
.padding-right-10{
  padding-right: 10px !important;
}

.padding-right-15{
  padding-right: 15px !important;
}
}

@media (max-width: 767px){
#specific-size input {
  width: 49%;
  max-width: initial;
}
#specific-size #size_061{
  margin-right: 1% !important;
}
#specific-size #size_062{
  float: right;
}
}

@media (max-width: 767px){
#tabfontone .col-md-11, #tabfontone .col-md-1,
#tabfonttwo .col-md-11, #tabfonttwo .col-md-1 {
    width: fit-content;
}
#tabfontone .col-md-11, #tabfonttwo .col-md-11 {
    float: left;
}
#tabfonttwo .col-md-1, #tabfontone .col-md-1 {
    float: right;
    z-index: 9;
}
}

.conbox{
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 767px){
.conbox{
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px !important;
    padding-top: 15px;
}
}


@media (max-width: 991px){
#firstmessage {
    top: 60px;
}
#secondmessage {
    top: 160px;
}
#wire {
    top: 85px;
}
}

@media (max-width: 320px){
#firstmessage {
    font-size: 35px;
}
#secondmessage {
    font-size: 25px;
    top: 140px;
}
.wire {
    height: 18em;
}
}

#lcontect{
  height: 32em;
}


#tabbuild label:hover, 
#tabtype label:hover, 
#fontstyleone label:hover, 
#fontstyletwo label:hover, 
.field-container button:hover,
#fontcolorone .input-radio--innerlabel label:hover, 
#fontcolortwo .input-radio--innerlabel label:hover, 
.field-container .submit-btn:hover{
  filter: brightness(90%);
}
#fonttwobtn:hover{
  filter: none;
}
.field-container button, #imgInp, 
.field-container .submit-btn{
  border-bottom: 2px solid #1986b7;
  border-radius: 0px;
}


input::-webkit-input-placeholder{
  color:#b7b7b7;
}
input:-ms-input-placeholder{
  color: #b7b7b7;
}
input:-moz-placeholder{
  color:#b7b7b7;
}
textarea::-webkit-input-placeholder{
  color:#b7b7b7;
}
textarea:-ms-input-placeholder{
  color: #b7b7b7;
}
textarea:-moz-placeholder{
  color:#b7b7b7;
}

/*************/
.conbox {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
}
#nav-tool {
    float: left;
    padding: 0;
}
@media (min-width: 768px){
#nav-tool {
    float: left;
    padding: 0;
    border-left: 2px solid #21242d !important;
    border-right: 2px solid #21242d !important;
}
}
#lcontect {
    height: 34.5em;
}
@media only screen and (max-width: 767px){
.conbox {
    padding-right: 0;
    padding-left: 0;
    margin: 0 !important;
    padding-top: 0px;
}
}

/* Full height customizer tool */
.conbox { 
    height: 70%;
    /* overflow: hidden; */ 
}
#lcontect {
    height: 100%;
}
#nav-tool {
    height: 100%;
}
#nav-tool .tab-content {
    height: 100%;
}




/**************/



@media (min-width: 768px){
.conbox { 
    overflow: hidden; 
}
}


@media (max-width: 991px) and (min-width: 768px){
.conbox {
    background: #21242d;
}
#nav-tool .tab-content {
    padding-top: 10px;
}
#nav-tool {
    height: calc(100% - 55px);
}
.tab-content .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
.tab-content .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
}
.tab-content .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
}
#nav-tool .tab-content {
    overflow-y: scroll;
}
#tabfontone .col-md-11, #tabfontone .col-md-1, #tabfontone .col-md-4, 
#tabfonttwo .col-md-11, #tabfonttwo .col-md-1, #tabfonttwo .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
}
#tabtype .col-md-3, #tabtype .col-md-4, #tabtype .col-md-5{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
.input-radio--innerlabel select option{
  font-size: 12px !important;
}
#typeneon .col-md-4, 
#componentcolor.col-md-12, 
#Size .col-md-3 {
    padding-right: 10px !important;
}
#tabsubmit .col-md-6 {
    float: left;
}

}


.tab-content .tool {
    width: 100%;
    background: 0 0;
}

@media (max-width: 991px) and (min-width: 768px){
.tab-content .tool {
  padding: 12px 20px;
}
}

@media (max-width: 767px){
.tab-content .tool {
  padding: 10px 15px;
}
}

#fontcolorone .input-radio--innerlabel label, #fontcolortwo .input-radio--innerlabel label {
    border-radius: 0px;
    font-size: 24px !important;
    padding: 14px 0px;
    font-family: 'brandontext';
}
#fontstyleone .input-radio--innerlabel,
#fontstyletwo .input-radio--innerlabel {
    margin-bottom: 5px;
}

#fontcolorone .input-radio--innerlabel,
#fontcolortwo .input-radio--innerlabel {
    margin-bottom: 5px;
}


@media (max-width: 767px){
#tabsubmit .field-container .col-md-6{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}

#firstboxneontext, #secondboxneontext {
    margin-bottom: 5px;
}
.IncludeSubheading{
  cursor: pointer;
}
.IncludeSubheadingContainer{
  text-align: left;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  font-weight: 100;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.IncludeSubheading{
   height: 18px; 
   width: 18px; 
   margin-top: 10px; 
}
@media (max-width: 375px){
.IncludeSubheadingContainer{
   width: fit-content;
}
}




#firstspanheader, #secondspanheader{
  display:none;
}

#firstspanheader.contoured-cut, #secondspanheader.contoured-cut{
    position: absolute;
    color: #fff;
    font-size: 100%;
    -webkit-text-stroke-width: 15px;
    z-index: -9;
    opacity: .3;
    -webkit-text-stroke-color: #fff;
    top: 10px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    line-height: initial;
}

#firstmessageheader.contoured-cut:before, 
#secondmessageheader.contoured-cut:before{
  display:none;
}

#firstspanheader.contoured-cut, 
#secondspanheader.contoured-cut {
  display:block;
}


/*Mobile*/
@media (max-width: 480px){
#hero-image {
    height: 12.5em;
}
}

@media (max-width: 320px){
#hero-image {
    height: 13.5em;
}
}


@media (max-width: 767px){
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.navbar-collapse.in {
    background: rgb(0 0 0/100%);
}
}

@media (max-width: 480px){
#lcontect {
    background-size: 220% !important;
}
}

@media (max-width: 320px){
#lcontect {
    background-size: 230% !important;
}
}

@media (max-width: 480px){
#firstmessage {
    font-size: 40px;
}
}

#btnSubmit{
  text-transform: uppercase;
}


.navbar-dark .navbar-nav .nav-link,
.heading-title, 
.nav-tabs .custom_tab li a,
.span-title {
    font-family: "Roboto",sans-serif !important;
}

@media (max-width: 767px) {
#tabtext {
    height: 25em;
}
}




/* 
#nav-tool .tab-content {
    border: 1px solid #3e4452 !important;
}
.caption01 {
    color: #565656;
}
.field-container button, #imgInp{
    color: #fff;
}
.IncludeSubheadingContainer {
    color: #3e4452;
}
#uploadimgneontext span{
    color: #3e4452;
}
.span-title {
    color: #3e4452;
}
.input-radio--innerlabel select {
    color: #5e6a7a !important;
    border: 1px solid #565656 !important;
}
#specific-size input {
    color: #5e6a7a;
}
#specific-size input::-webkit-input-placeholder { 
  color: #5e6a7a;
}
#specific-size input:-ms-input-placeholder { 
  color: #5e6a7a;
}
#specific-size input::placeholder {
  color: #5e6a7a;
}

#nav-tool .tab-content, .caption01, .input-radio--innerlabel select, #specific-size input {
    background: #eef0f1 !important;
}
 */

@media (max-width: 767px){
.hero-text h1.heading-title {
    margin-bottom: 0px;
}
.hero-text {
    padding-bottom: 5vw;
}
#hero-image {
    height: fit-content;
    background-position: initial;
}
#FormSubmit{
    height: fit-content !important;
}

}

@media (max-width: 320px){
.hero-text h1.heading-title {
    margin-top: 0px;
} 
}

#imagebrowse, #uploadimgneontext{
  display:none;
}

@media (max-width: 767px){
#tabtype #Size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0px 15px;
} 
#tabtype #Size .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
#tabtype #Size .col-md-3:nth-child(even) {
    padding-left: 5px;
}
#tabtype #Size .col-md-3:nth-child(odd) {
    padding-right: 5px;
}
#specific-size {
    width: 100%;
}
#specific-size input {
  text-align: center;
  margin-bottom: 15px;
  margin-right: 0px !important;
  width: 50%;
  max-width: 50%;
  float: left;
}
}