/*
Theme Name:   WineCellars.com
Theme URI:    https://www.winecellars.com
Description:  Custom Theme for WineCellars.com
Author:       JIVE Commerce
Author URI:   http://jivecommerce.com
Template:     base-theme
Version:      0.4.57
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:100,300,400,500,700&display=swap');
@import url("https://use.typekit.net/wvg7kap.css");


/* Hack to disable blue formatting of phone numbers on smart devices/ios */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* Start - Move to home page */
.card.quick-form-home {
  background: #f9f9f9;
}
.quick-form-home h3 {
  font-size: 1.625rem;
  line-height: 1.85rem;
  font-weight: 500;
  margin: 0 0 15px;
}
/* End - Move to home page */


html{
  text-rendering: optimizeLegibility!important;
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}
body {
/* font-family: proxima-nova, sans-serif;
*/
font-weight: 300;
font-family: proxima-nova, sans-serif;

}

/*a {
  color: #eb9b57;
  color: rgb(203,126,42);
}*/

.hfeed.site {
  overflow: hidden;
}

/* GLOBALS */

.container {
  max-width: 1290px;
}
.container-fluid.no-padding {
  padding: 0;
}

main#main {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Roboto Slab', serif; */
  color: #272727;
  font-family: proxima-nova, sans-serif;

}


h1, .h1 {
  font-size: 42px;
}


h1.jumbo-header {
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  color: white;
  text-shadow: 2px 5px 1px #000;
  /*font-family: 'Roboto Slab', serif;*/
}
h1.home-title {
  margin-bottom: 15px;
}
h1.page-title {
  font-size: 2.25rem;
  line-height: 2.55rem;
}

.widget-area h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

a {
  text-decoration: none !important;
}

p.lead {
  margin: 10px 0;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
}

.bold, p.lead.bold, h1.bold, h2.bold, h3.bold {
  font-weight: 500;
}
.bolder, p.lead.bolder, h1.bolder, h2.bolder, h3.bolder {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.lighter {
  font-weight: 300;
  color: #444;
}
.flip-h {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.featured-header {
  position: absolute;
  width: 100%;
  top: 48%;
}

.primary-color {
  color: #eb9b57;
}
.primary-darker {
  color: #cb7022;
}
.secondary-color {
  color: #444;
}
.tertiary-color {
  color: #2abecb; /* Aqua Marine? */
}

.caps {
  text-transform: uppercase;
}
.bg-light {
  background: #efefef !important;
  background-color: #efefef !important;
}
.bg-dark {
  color: #fff;
  background: #0c0c0c !important;
  background-color: #0c0c0c !important;
}
.single-header {
  height: 310px;
  background-color: gray;
  background-size: cover;
  background-attachment: fixed;
}

/* START - BOOTSTRAP OVERRIDES */
.btn {
  /*border-radius: 0;*/
  font-weight: 700;
  box-shadow: none !important;
}
.btn.caps {
  text-transform: uppercase;
}
.btn.btn-lg {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 7px 35px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #eb9b57;
  border-color: #eb9b57;
  background: rgba(203,126,42,0.8);
  border-color: rgb(203,126,42);
  border-color: #eb9b57;
}
.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.show>.btn-primary.dropdown-toggle{
  color:#fff;
  background-color:#0062cc;
  border-color:#005cbf
}

.btn.btn-primary:hover, .btn.btn-primary:active {
color: #fff;
/*background-color: #272727;
border-color: #ffffff;*/
transition: all 0.3s ease;
background: #eb9b57;
background: rgba(203,126,42,1.0);
border-color: #eb9b57;
border-color: rgb(203,126,42);
}
.btn.btn-primary:active {
  background: #eb9b57 !important;
  background: rgba(203,126,42,1.0) !important;
  border-color: #eb9b57 !important;
}
.btn.btn-outline-dark.active {
  color: #fff !important;
}
.btn.btn-light {
  border: 1px solid #caced2;
}

#modal-container.one .modal-background .modal {
  transform: scale(3.5);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-header {
  padding: 1rem 1rem 5px;
  border-bottom: none;
}
.modal-title {
  font-size: 1.625rem;
  font-weight: 500;
}
.modal-title#designModalTitle span.sub-title {
  font-size: 1rem;
  display: block;
  position: relative;
  top: -28px;
  margin-bottom: -28px;
}
.nav-pills .nav-item .nav-link.active, .nav-pills .show>.nav-link {
  background: #eb9b57;
  background: rgba(203,126,42,0.8);
}
.nav-pills .nav-link:hover:not(.active), .nav-pills .nav-link:active:not(.active) {
  
}
.nav-pills .nav-item .nav-link {
  font-weight: 500;
  color: #333333;
  background: rgb(200,200,200);
  margin-left: 10px;
}
.nav-pills .nav-item:first-child .nav-link {
  margin-left: 0;
}
/* END - BOOTSTRAP OVERRIDES */

/* New Card Stuff */
/*.card {
  border: 2px solid rgba(0,0,0,0.20);
  border-radius: 0.35rem;
  box-shadow: 1px 1px 5px #dedede;
}*/
.card .card-body {
  padding: 1rem 1.25rem;
}
.card .card-body p.last {
  margin-bottom: 0;
}
.card.card-dark {
  font-weight: 500;
  margin-bottom: 8px;
  margin-bottom: 8px;
  background: #2e2e2e;
  border: none;
  color: #fff;
}
.card.card-dark .card-body.border-top {
  border-top: 2px solid #fff !important;
}
.card.card-dark h5.card-title, .card.card-dark a {
  color: #fff;
}
.card.card-dark .card-body p.small {
  color: #dfdfdf;
}
.card.power-form {
  border: 3px solid; 
  /*border-color: #57a7eb;*/ /* light Blue? */
  /*border-color: #2abecb;*/ /* Aqua Marine? */
  /*border-color: #091235;*/ /* Royal Blue */
  /*border-color: #003B73;*/ /* Light Navy */
  /*border-color: #004F76;*/ /* Midnight Blue */
  /*border-color: #3e0e40;*/ /* Slack Purple */
  border-color: #2abecb;
  /*background-color: #004F76;*/
  border-radius: 0.3rem;
  /*color: #fff;*/ /* Only Enable with Dark BG Colors */
}
.card.power-form h3 {
  /*color: #fff;*/ /* Only Enable with Dark BG Colors */
}


/* Old Card Stuff */
/*.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border-radius: 0px;
transition: all 0.3s ease;
}
.card-img-top {
width: 100%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.card-title {
margin-bottom: .75rem;
position: absolute;
bottom: 0;
background-color: rgb(203, 126, 42);
margin-bottom: 0px;
right: 0;
width: 100%;
text-align: center;
padding: 10px;
color: white;
font-weight: 100;
}
.card.mb-3 a {
color: white;
}*/


/* SCROLING ANIMATION */

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  display: inline-block;
}


.scroll-downs {
  text-align: center;
  margin-bottom: 65px;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


/* LINKS */


input[type=radio] {
  display: none;
}

input[type=radio] label {
  position: relative;
  cursor: pointer;
}

input[type=radio] + label:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 0px 9px 0 8px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eb9b57;
}

input[type=radio]:checked + label {
  position: relative;
}
input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eb9b57;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
input[type=radio]:checked + label:before {
  background-color: #eb9b57;
}


li#field_28_13 .gfield_label {
  display: block;
  font-size: 18px;
  margin-top: 12px;
}

.gf_step.gf_step_active {
  font-weight: 900;
  color: #cb7e2a;
  text-decoration: underline;
}

/* Design Center */
.project-details {
  border: 1px solid #a2a2a2;
  padding: 25px;
}


/* Royal SLider Overrides - Start */
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  color: #fff;
  background-color: #eb9b57;
  border-color: #eb9b57;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.3s ease;
  background: none;
  background: rgba(0,0,0,0.75);
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  transition: all 0.3s ease;
  background: none;
  background: rgba(0,0,0,0.9);
}
/* Royal SLider Overrides - End */

input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before {
  opacity: 1;
  top: 3px;
}


.featured-title h2 {
  font-weight: 300;
  font-size: 36px;
  font-family: proxima-nova, sans-serif;

}

li#field_28_14 .gfield_label {
  display: block;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 13px;
}

.showcase {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  font-size: 14px;
  margin-top: -67%;
}

.close {
  font-size: 2.5rem !important;
}

/* snimated bg for showcase */

/* .showcase {
animation: colorchange 50s;

-webkit-animation: colorchange 50s;
} */
/*
@keyframes colorchange
{
0%   {background: #cb7e2a;}
25%  {background: #f39b3b;}
50%  {background: #343a40;}
75%  {background: #000;}
100% {background: red;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
/* {
0%   {background: #cb7e2a;}
25%  {background: #f39b3b;}
50%  {background: #343a40;}
75%  {background: #000;}
100% {background: red;}
}  */
/* end enimations */

.featured-text {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /* height: 140px; */
  background-color: hsla(0, 0%, 18%, 0.87);
}


.featured-text h4 {
  font-family: proxima-nova, sans-serif;

  font-weight: inherit;
  font-size: 24px;
  color: white;
}

.featured-text p {
  display: none;
}
.four-ups .col-md-3 {
  padding-left: 0px;
  padding-right: 1px;
}

.featured-title orangetag {
  font-size: 20px;
  font-weight: 500;
}

.single-gallery h3 {
  font-family: proxima-nova, sans-serif;

  font-weight: 500;
  font-size: 23px;
}


hr.orange {
  border: 1px solid #eb9b57;
  width: 70px;
  display: table-caption;
  margin-top: 0px;
}

li#field_27_4 label {
  display: block;
}


li#field_27_4 li {
  display: flex;
  font-size: 15px;
}

/*.gallery-item {
flex: 1 0 24rem;
transition: all 0.3s ease;
}
.gallery-item:hover {
transition: all 0.3s ease;
}
.gallery-item.active-tab {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #0000008a;
z-index: 2;
transition: all 0.3s ease;
}
.gallery-item.active-tab img {
width: 60%;
margin-top: 40px;
transition: all 0.3s ease;
}
.gallery-item.active-tab i {
position: fixed;
z-index: 3;
top: 5vw;
right: 2vw;
color: white;
font-size: 30px;
z-index: 5;
background-color: #eb9b57;
padding: 11px;
}
.gallery-card {
height: 278px;
background-size: cover;
background-position: center;
}
.gallery-card:hover {
transition: all 0.3s ease;
background-size: 105%;
}
.exit {
display: none;
}
.gallery-item.active-tab .exit {
display: block !important;
transition: all 0.3s ease;
}
*/

.gform_fields li {
  margin-bottom: 0;
  padding: 5px;
}
.gform_fields li.no-padding {
  padding: 0;
}

.slider-form {
  display: none;
}

.slider-form .gform_body {
  padding: 0px;
  border: none;

  /* background-color: black; */
  /* padding: 30px; */
}

/* HIDE GFORM HONEYPOT */
.gform_validation_container {
  display: none !important;
}

/*simple slider */

.slick-track {
  width: 100% !important;
  height: 100% !important;
}

/* logged in */

.header-bar {
  color: #fff;
  font-size: 0.825rem;
  font-weight: 400;
  padding: 6px 0;
  background-color: #222;
}
.header-bar a {
  color: #fff;
  /*margin-right: 10px;*/
}

/*
BUTTONS
*/


.button-wrapper {
  margin: 30px auto;
  text-align: center;
}

button.btn-main {
  text-align: center;
  background-color: #cb7e2a;
  color: white;
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  padding: 8px 20px;
  width: 236px;
  margin: 5px;
  border: none;
  transition: all 0.3s ease;
}

input#gform_previous_button_17_15 {
  color: #fff;
  background-color: #eb9b57;
  border-color: #eb9b57;
  font-size: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 23px;
  padding: 10px 50px;
  width: 200px;
  transition: all 0.3s ease;
}


input#gform_next_button_17_32 {
  color: #fff;
  background-color: #cb7d2b;
  border-color: #ffffff;
  font-size: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 23px;
  padding: 10px 50px;
  width: 200px;
  transition: all 0.3s ease;
}



button.btn-main:hover {
  transition: all 0.3s ease;
  background-color: white;
  color: black;
}

button#desktop-toggle {
  background-color: transparent;
  border: none;
  top: -13px;
  transition: all 0.3s ease;
  float: right;
}

button#desktop-toggle {}


nav.navbar.navbar-expand-md.shrink button#desktop-toggle {
  top: 0px;
  transition: all 0.3s ease;
}

#desktop-toggle {
  position: relative;
  z-index: 22222;
}

button.btn-menu {
  background-color: transparent;
  border: none;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

span.bar {
  border: 3px solid #fff;
  width: 40px;
  position: relative;
  display: grid;
  width: 60px;
  margin: 11px;
}

p.disclaimer {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 7px;
  color: #666;
}

/* GRAVITY FORMS */
#gform_wrapper_28 .gform_body textarea {
  height: 60px;
}


.ginput_container input[type=text]:focus, .ginput_container input[type=email]:focus, .ginput_container input[type=tel]:focus, .ginput_container input[type=password]:focus, .ginput_container input[type=number]:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eb9b57;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 155, 87, 0.24);
}

.ginput_container.ginput_container_fileupload {
  font-size: 0.9rem;
  /*border: 2px solid #eb9b57;*/
  border: 2px solid rgba(0,0,0,.15);
  padding: 10px;
  height: 54px;
  border-style: dashed;
}

.gform_button {
  cursor: pointer;
  text-transform: uppercase;
}

.gform_body .gfield_description {
  margin-bottom: 7px;
}

input#gform_next_button_17_15 {
  color: #fff;
  background-color: #eb9b57;
  border-color: #eb9b57;
  font-size: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 23px;
  padding: 10px 50px;
  width: 200px;
  transition: all 0.3s ease;
  float: right;
}


div#gform_wrapper_17 .gform_body {
  padding: 30px 150px;
}

ul#gform_fields_17_2 label {
  display: block !important;
  margin-left: 6px;
  margin-bottom: line;
  line-height: 30px;
}

td.entry-view-field-name {
  background-color: #f3f3f3;
  color: black;
  padding: 0px 8px;
  font-weight: 300;
}

td.entry-view-field-value {
  padding: 1px 5px;
}

div#gravityflow-status-box-container {
  border: 1px solid #dadada;
  padding: 15px;
}

.postbox {
  border: 1px solid #dadada;
  padding: 15px;
}

div#gravityflow-status-filters {
  background-color: #ee9334;
  padding: 10px;
  color: white;
}

div#gravityflow-status-filters input {
  border-radius: 0px;
  border: none;
  padding: 5px 12px;
  width: 130px;
  /* text-transform: uppercase; */
  font-family: sans-serif;
  font-weight: 100;
}

ul.gfield_radio>li, ul.gfield_checkbox>li {
  position: relative;
  margin-bottom: .5rem;
  display: -webkit-inline-box;
  margin-right: 10px;
}

.ginput_container input[type=text], .ginput_container input[type=email], .ginput_container input[type=tel], .ginput_container input[type=password], .ginput_container input[type=number], .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
}

.gform_wrapper .gform_body label {
  font-size: 0.9rem;
}

button#gform_submit_button_17 {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 23px;
  padding: 10px 50px;
  float: right;
  width: 200px;
}

.gform_footer.top_label {
  margin-top: 10px;
  text-align: center;
}

.gform_wrapper .gform_body .textarea.small {
  height: 100px;
}

li.gfield h5.gform-section {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom: 1px solid #e9ecef;
}
li.gfield:first-child h5.gform-section {
  margin-top: 5px;
}

li.gfield h5.gform-section-lite {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
li.gfield:first-child h5.gform-section-lite {
  margin-top: 5px;
}


.gfield_checkbox li {
  position: relative;
  padding-left: 31px;
}
.gfield_checkbox li label:after {
  content: "";
  /*background: #eb9b57;*/
  background: transparent;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-color: #999;
  border: 1px solid rgba(0,0,0,0.20);
  border-radius: 3px;
  z-index: 0;
}
.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 14px;
  border: solid #495057;
  border-width: 0 3px 3px 0;
  left: 9px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
input#gform_previous_button_17 {
  background-color: #eb9b57;
  color: white;
  font-weight: 800;
  font-size: 24px;
  border: none;
  text-transform: uppercase;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 23px;
  padding: 10px 50px;
  height: 60px;
  width: 200px;
}

ul.gfield_radio label, ul.gfield_checkbox label {
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding-left: 2px;
  vertical-align: middle;
}
ul.gfield_checkbox label {
  margin: -3px 0 0 0;
}

div#gf_page_steps_17 {
  font-size: 21px;
}

div#gform_confirmation_message_17 {
  font-size: 22px;
  text-align: center;
}

input#input_17_14 {
  background-color: #ececec;
  padding: 80px;
  width: 100%;
  border: 2px solid #cecece;
  border-style: dashed;
}



ul.subsubsub a {
  color: white;
  transition: all 0.3s ease;
}

ul.subsubsub li:hover {
  transition: 0.3s ease;
  background-color: orange;
}

.tablenav.bottom {
  background-color: #ee9334;
  color: white;
  padding: 10px;
}


.pagination-custom img {
  width: 41%;
}

.pagination-custom {
  text-align: center;
  padding-bottom: 60px;
}

div#gf_page_steps_17 {
  font-size: 21px;
  display: none;
}
.gfrom_spacer {
  margin-top: 5px;
}

/*
NAVBAR
*/
.nav-wrapper {
  margin: 14px 0 0;

}
.navbar>.container, .navbar>.container-fluid {
    /*display: -ms-flexbox;*/
    display: block; /*//  CHANGED FROM FLEX TO BLOCK TO HELP MOBILE MENUS - DISABLED STUFF IS ACTIVE IN THEME CSS //*/
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.navbar {
  background: #222;
}
.navbar.navbar-light {
  border-bottom: 1px solid #ccc;
}
.navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
}
.navbar-brand>img {
  position: relative;
  top: 2px;
  height: 80px;
  width: auto;
  /* transition: all 0.3s ease; */
}
.navbar-nav > .nav-item > .nav-link {
  font-weight: 700;
  color: #fff;
  color: rgba(255,255,255,0.90);
  text-transform: uppercase;
  font-size: 1.125rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  color: rgba(255,255,255,0.90);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  color: rgba(255,255,255,1.0);
}
.navbar-light .navbar-nav .nav-link {
  color: #111;
  color: rgba(0,0,0,0.90);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  color: rgba(0,0,0,1.0);
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #000;
  color: rgba(0,0,0,1.0);
}

.navbar-dark .navbar-nav .menu-item#menu-item-2392 .nav-link {
  color: #eb9b57; /* OLD ORANGE */
  text-shadow: 1px 1px 1px #000;
  /*color: rgb(201,125,41);*/ /* LOGO ORANGE - RGB */
}

.navbar-light .navbar-nav .menu-item#menu-item-2392 {
  display: none;
}
.navbar-light .navbar-nav .menu-item#menu-item-2392 .nav-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f040";
  margin-right: 6px;
}

.navbar .navbar-contact {
  text-align: center;
  margin: 0;
  padding-top: 20px;
  color: #000;
}
.navbar.navbar-dark .navbar-contact {
  color: #fff;
}
.navbar .navbar-contact h4.phone {
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.navbar .navbar-contact.mobile h4.phone {
  font-size: 1.55rem;
  line-height: 1.45rem;
}
.navbar .navbar-contact.tablet h4.phone {
  font-size: 1.85rem;
  line-height: 1.75rem;
}
.navbar .navbar-contact.mobile p {
  margin-bottom: 0;
}
.navbar .nav-btn-design {
  margin-top: 20px;
  margin-left: 12px;
}
.navbar ul.navbar-nav > li.nav-item {
  padding: 5px 5px 0 5px;
  margin-bottom: 5px;
}
.navbar li.dropdown a:focus {
  outline: 0 !important;
}
.navbar ul.dropdown-menu {
  min-width: 12rem;
  font-weight: 400;
  font-size: 0.95rem;
}
.navbar ul.dropdown-menu li:last-child {
  border-top: 1px solid #e9ecef;
}


.widget .nav{
/*display:block;
padding-left:2rem;
list-style-type:disc;*/
}

/* Share Links */
.share_links {
  margin: 25px 0 45px;
  line-height: 0;
}
.share_links:after {
  content: "";
  clear: both;
  display: table;
}
.share_links>a {
  color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  width: 2rem;
  overflow: hidden;
  text-align: center;
  line-height: 2rem;
  margin-left: 0.3rem;
}
.share_links a:first-child{
  margin-left: 0;
}


/* THREE-UPS */

.threeups {
  text-align: center;
  /*background: #2f2f2f;*/
  background: #fff;
  padding: 25px;
  transition: all 0.3s ease;
  /* margin-top: -220px; */
  font-weight: 500;
  font-size: 1.125rem;
}

.threeups:hover {
  transition: all 0.3s ease;
  /* background-color: #2a2a2a; */
}
.threeups h4 {
  color: #000;
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.95rem;
}
.threeups p {
  width: 80%;
  margin: 0 auto;
}
.threeups img, .threeups iframe {
  display: block;
  margin: 10px 0 20px;
}
.title-wrap {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  margin-top: 10px;
}
.title-wrap h1 {
  color: white;
}

p.sub-text {
  color: #4c4c4c;
}

/*
UTILITY
*/

.safe_bg {
  position: relative;
  overflow: hidden;
}
.safe_bg>* {
  z-index: 1;
  position: relative;
  /* top: 0px; */
}
.safe_bg:after {
  content: ' ';position: absolute;top: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.33);width: 100%;height: 100%;
}

.safe_bg.gradient_bottom:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+28,0+28,0.77+76 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.77) 76%, rgba(0,0,0,0.77) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.77) 76%,rgba(0,0,0,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.77) 76%,rgba(0,0,0,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
}
.safe_bg.gradient_left:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+24,0+72,0+72 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 24%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 24%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 24%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTran
}


.bg_white{background-color:white;}
.bg_black{background-color:black;}
.bg_red{background-color: #F44336;}
.bg_blue{background-color: #13274a;}
.bg_green{background-color: #4CAF50;}

.white{color:white;}
.black{color:black;}
.red{color: #e63737;}
.blue{color: #007cff;}
.green{color:#4CAF50;}

.bg_cover{background-size:cover;}
.bg_contain{background-size:contain;}

.padder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padder_top {
  padding-top: 30px;
}
.padder_bot {
  padding-bottom: 30px;
}
.padder_lg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padder_lg_bot {
  padding-bottom: 50px;
}
.padder_lg_top {
  padding-top: 50px;
}
.padder_sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padder_sm_bot {
  padding-bottom: 15px;
}
.padder_sm_top {
  padding-top:15px;
}
.no_padder{
  padding:0!important;
}

section{
  padding:100px 0;
  background-size:cover;
  background-repeat:no-repeat;
}
.wrapper {
  background-size: cover;
  background-position: center center;
}
.wrapper-fluid {
  max-width: 100%;
}
.wrapper.no-padding, .wrapper-fluid.no-padding {
  padding: 0;
}
.uppercase{
  text-transform: uppercase;
}
.internal-header {
  height: 90px;
  background-color: #444444;
  background-size: contain;
  background-image: url(/wp-content/uploads/2019/08/header-internal.jpg);
}

a.mobile-devices {
  display: none;
}

.video-bg {
  grid-area: var(--fullGrid);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
}
.video-bg::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  /* Span the full grid */
  grid-area: var(--fullGrid);

  /* Center Content */
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;

  /* Semi-transparent background */
  background-color: rgba(0, 0, 0, 0.55);
}

/* Box Shadow Stuff */
.polaroid {
  background: #fff;
  border: 10px solid #fff;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
  /* Shadow Properties - X off, Y off, Blur, Spread, Color */ }

.polaroid-thin {
  background: #fff;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 0px 5px 0px #bbb;
  -webkit-box-shadow: 0px 0px 5px 0px #bbb;
  box-shadow: 0px 0px 5px 0px #bbb;
  /* Shadow Properties - X off, Y off, Blur, Spread, Color */ }

.polaroid-black {
  background: #000;
  color: #fff;
  border: 5px solid #000;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
  /* Shadow Properties - X off, Y off, Blur, Spread, Color */ }

.polaroid.black-shadow, .polaroid-thin.black-shadow, .polaroid-black.black-shadow {
  -moz-box-shadow: 0px 0px 5px 0px #000;
  -webkit-box-shadow: 0px 0px 5px 0px #000;
  box-shadow: 0px 0px 5px 0px #000;
  /* Shadow Properties - X off, Y off, Blur, Spread, Color */ }

.box-shadow {
  background: #fff;
  -moz-box-shadow: 0px 0px 4px 0px #aaa;
  -webkit-box-shadow: 0px 0px 4px 0px #aaa;
  box-shadow: 0px 0px 4px 0px #aaa;
  /* Shadow Properties - X off, Y off, Blur, Spread, Color */ }

.box-shadow.black-shadow {
  -moz-box-shadow: 0px 0px 4px 0px #000;
  -webkit-box-shadow: 0px 0px 4px 0px #000;
  box-shadow: 0px 0px 4px 0px #000;
  /* Shadow Properties - X off, Y off, Blur, Spread, Color */ }

/* Wrap around YouTube iframes for fluid widths and auto heights */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

/* CTAs */
.cta-wrapper {
  text-align: center;
  color: white;
}
.cta-wrapper h1, .cta-wrapper h2, .cta-wrapper h3, .cta-wrapper h4 {
  color: white;
}

.cta-wrapper sup {
  font-size: 13px;
  top: -25px;
}


p.contact-text {
  font-size: 18px;
  font-weight: 400;
}

hr.special-hr {
  border: 2px solid #ea9537;
  width: 80px;
  display: inline-block;
  background: #ea9537;
}
hr.special-hr.clear {
  margin-bottom: 0;
}
hr.special-hr.centered {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
hr.special-hr.wide {
  width: 80%;
}
hr.special-hr.full {
  width: 100%;
}

.cta-wrapper {
  text-align: center;
  color: white;
  margin: 2vw 0px;
}

/* VR Wrapper */
.vr-wrapper {
    box-shadow: 0px 19px 35px -10px rgba(46, 55, 59, 0.7);
}
.vr360-wrapper iframe {
  margin-bottom: -7px;
}

/* Font Awesome Tweaks */
.fa-ul>li {
  padding: 3px;
}

/* FOOTER */

.chat-box {
  background-color: #f39b3b;
  padding: 10px 15px;
  position: fixed;
  color: white;
  font-size: 25px;
  bottom: 0px;
  right: 2%;
  z-index: 5;
  display: none;
}
.chat-box a {
  color: white;
  font-weight: 800;
}

.chat-box a:hover {
  transition: 0.3s ease;
  text-decoration: none;
  opacity: 0.8;
}

ul.quick-links li {
  padding: 0 0 2px;
}

#wrapper-footer {
  border-top: 1px solid #ddd;
  background: #fff;
  color: #111;
  font-size: 0.95rem;
  padding: 30px 0 24px;
}

#wrapper-footer a, #wrapper-footer h1, #wrapper-footer h2, #wrapper-footer h3, #wrapper-footer h4, #wrapper-footer h5, #wrapper-footer h6 {
  color: #111;
}

#wrapper-footer h6 {
  font-family: proxima-nova, sans-serif;
  padding: 0 0 7px;
  border-bottom: 1px solid #444;
}

.wrapper#copyright {
  border-top: 1px solid #ddd;
  background: #eee;
  font-size: 0.8rem;
  color: #111;
  padding: 8px 0;
}
.wrapper#copyright a {
  text-decoration: none;
  color: #111;
}

/* Start - Footer Social Links */
.social_links a {
  display: inline-block;
}
.social_links a span {
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 2.25rem;
  margin-left: 6px;
  height: 2rem;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.social_links a:first-of-type span {
  margin-left: 0;
}

.social_facebook{background-color:#3b5998;}
.social_twitter{background-color:#00aced;;}
.social_google_plus{background-color:#dd4b39;}
.social_linkedin{background-color:#007bb6;}
.social_email{background-color: #4CAF50;}
.social_pinterest{background-color: #cb2027;}

/* End - Footer Social Links */

/* Debugging Stuff */
.debug-border {
  border: 1px solid black; }

.debug-border.red {
  border: 1px solid red; }

.debug-border.blue {
  border: 1px solid blue; }

.debug-border.white {
  border: 1px solid white; }


/* ANIMATIONS */
/*
Animations
*/


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hider{opacity:0;}
.anim,
.anim_left,
.anim_right,
.anim_up
{opacity:0;}

.visible.anim,
.visible.anim_left,
.visible.anim_right,
.visible.anim_up
{opacity:1;}



.d1{-webkit-animation-delay: .2s;animation-delay: .2s;}
.d2{-webkit-animation-delay: .4s;animation-delay: .4s;}
.d3{-webkit-animation-delay: .6s;animation-delay: .6s;}
.d4{-webkit-animation-delay: .8s;animation-delay: .8s;}
.d5{-webkit-animation-delay: 1s;animation-delay: 1s;}

/* animations end */


div{}

.cta-m-p {
  display: inline-block;
  /* height: 20px; */
}

.phone-wrapper {
  flao9t: left;
  float: left;
  color: white;
}

.phone-wrapper a {
  color: white;
  font-size: 28px;
  margin: 24px;
  /* margin-top: 21px; */
}

.shim {
  display: block !important;
  min-height: 15px;
}
.mobile-shim, .tablet-shim, .portrait-shim {
  display: none;
}

/* Flexy Breadcrumbs Override */
.fbc-page {
  display: inline-block;
}
.fbc-page .fbc-wrap {
  padding: 7px 0 14px;
  position: relative;
  top: 8px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent !important;
  display: inline-block;
}
.fbc-page .fbc-wrap .fbc-items:before {
  /*font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  content: "\f80c";*/
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding: 0;
    padding-left: 3px;
}
.fbc-page .fbc-wrap .fbc-items li {
    padding: 0;
}
i.fbc-icon {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: -14px;
}

/* RESPONSIVENESS */
@media only screen and (min-width: 1440px) {
  .navbar {
    height: 64px;
  }
  .wrapper {
    max-width: 1630px;
    margin: auto;
  }
  .wrapper-fluid {
    max-width: 100%;
  }
}

/* LARGE DISPLAYS ONLY */
@media only screen and (min-width: 992px) {
  .navbar {
    height: 80px;
  }

  /* Modal Override */
  .modal-dialog {
      max-width: 600px;
  }
}

/* MD (TABLET PORTRAIT) AND DOWN */
@media only screen and ( max-width: 768px ) {
  .navbar {
    padding: 0;
  }
  .navbar-brand > img {
    top: 0px;
    height: inherit;
    margin-bottom: -1px;
  }


  .navbar .navbar-toggler {
    /*color: #fff;*/
    border: none;
    color: #333;
    font-size: 1.625rem;
    line-height: 1.625rem;
    padding: 12px 12px 9px;
    margin-top: 20px;
  }

  .navbar-collapse#navbarNavMobile {
    padding: 4px 0 3px 12px;
  }

  .tablet-shim {
    display: block !important;
    min-height: 15px;
  }
  .tablet-left {
    text-align: left !important;
  }
  .tablet-center {
    text-align: center !important;
  }
}

/* MOBILE AND BELOW */
@media only screen and ( max-width: 575px ) {
  .navbar .navbar-toggler {
    margin-top: 14px;
  }
  .navbar .navbar-brand {
    margin-right: 0.75rem;
  }
  .navbar .navbar-brand > img {
    margin-bottom: 0;
  }
  .navbar .navbar-contact {
    padding-top: 18px;
  }
  .navbar .navbar-contact.mobile h4.phone {
    font-size: 1.5rem;
    line-height: 1.45rem;
  }
  .mobile-shim {
    display: block !important;
    min-height: 15px;
  }
  .mobile-center {
    text-align: center !important;
  }
  .mobile-left {
    text-align: left !important;
  }
  #wrapper-footer {
    border-top: 3px solid #fff;
    padding-top: 15px;
  }
  h1.home-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

}
