.tsD_link a {
  color: #2a2a2a !important;
}

span.new2 {
    font-family: 'Oswald' !important;
    color: #000 !important;
    font-size: 1.3rem !important;
}
/*--------------------------------------------------- FONT IMPORT -------------------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('//fonts.googleapis.com/css?family=Sacramento&display=swap');
/*------------------------------------------------------ MAP ------------------------------------------------------*/
.b2b-location-get-directions, .tsD_map *, .b2b-location-detail-info *  {color: #fff !important;}
.b2b-location-items.show-details li p {line-height: 1.7 !important;}

.primary.tsi-address, 
.b2b-location-canvas {
  display:none !important;
}
.primary.tsi-phone {
  width:100% !important;
}
.b2b-location-get-directions.color_bodylinks, 
.footer-street-address.footer-address, 
.b2b-location-get-directions {
  display:none !important;
}
.mobile-multi-locations .tsi-address a {
  display: none !important;
}
.tsAddress {
  display:none !important;
}

li.tsPhone {
  display: none !important;
}

span.footer-city-state-zip-address.footer-address {
  display: none !important;
}

span.footer-phone-address.footer-address {
  display: none !important;
}
.tsD_map *,
.b2b-location-detail-info *  {
  color: #fff !important;
}

.tsD_spaceInvaders {padding-top: 0 !important; margin-top: 20px !important;padding-bottom: 0 !important;margin-bottom: 0 !important;
}
.tsD_spaceInvaders .tsI {padding-top: 0 !important; margin-top: 20px !important;padding-bottom: 0 !important;margin-bottom: 0 !important;
}
.tsD_spaceInvaders .tsR_wrp {
  margin: 1rem !important;
}
/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/
.tsD_white * {
  color: #fff !important;
}
.shape1{
  position: absolute !Important; 
  left: -3rem; top: -5rem ;
}
.shape2{
  position: absolute !Important; 
  right: -1rem; top: 15rem ;
}
.tsB_hd span:after{
  content: none !Important;
}

.tsSC .tsC_Btn, .tsSC .social-media-links a {
  color: #fff !important
}

.tsF_section.social {
  padding-bottom: 7rem !important;
}

a.email_icon {
  display: none !important;
}

.tsD_social_buttonhp .fa-lg {
  font-size: 3rem;
}
/*----------------------------------------------------- CTA -------------------------------------------------------*/


/*-------------- SETTINGS --------------*/
.mobileview #social_items_flex {
  display: none; /* delete this if client wants buttons to show on mobile */
}

.social_button:hover {	
  width: 330px; /* edit this if the wording gets cut off */
}

/*-------------- SOCIAL MEDIA ICON ENGINE -- DO NOT MODIFY UNLESS NECESSARY --------------*/


/*************** End Custom Floating Social Media Tabs ***************/

.tsH .tsC_Btn{
  border: 1px solid #CDB2A1 !IMPORTANT; 
  padding: 11px 22px !IMPORTANT;
  margin: 0 10px !IMPORTANT;
}
.tsCntct .tsCntct_list li button, .tsCntct .tsCntct_list li a {
  text-transform: lowercase !IMPORTANT;
}
.tsC_Btn:before, #social svg{
  margin-right: 8px !IMPORTANT;
}
.tsSC {
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction:row-reverse !important;
  -webkit-flex-direction:row-reverse !important;
}

.tsCntct .tsCntct_list{
  text-align: left !IMPORTANT;
}
.tsSC .social-media-links{
  display:block !important;
  text-align: right !important;
}
.tsH .social-media-links a{
  font-size: 102% !Important;
}
@media(max-width:575px){
  .tsCntct .tsCntct_list, .tsSC .social-media-links{
	text-align:center !IMPORTANT;
  }
}

.tsSC .social-media-links {
  flex: 1 0 10% !important;
}
.tsD_bannerHolder header.tsI_hds {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bannerTitle {
  position: relative;
  /* left: 50%; */
  display: block;
  /* margin: 100px -200px; */
  width: fit-content;
  height: fit-content;
  padding-right: 2% !important;
  padding-left: 2% !important;
  border: 1px solid #ffd34f;
  font: normal 30px/60px 'Rye';
  text-align: center;
  color: #000;
  background: #ffc20a;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0,0,0,.15) inset,
	0 6px 10px rgba(0,0,0,.15);
}

.bannerTitle::before,
.bannerTitle::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -42px;
  /* right: -50px; */
  top: 15px;
  display: block;
  width: 40px;
  height: 0px;
  border: 30px solid #ffd34f;
  border-right: 20px solid #ffc20a;
  border-bottom-color: ffd34f;
  border-left-color: transparent;
  transform: rotate(-5deg);
}

.bannerTitle::after {
  left: auto;
  right: -43px;
  border-left: 20px solid #ffc20a;
  border-right: 30px solid transparent;
  transform: rotate(5deg);
}

@media (max-width: 650px){h1.bannerTitle {
  font-size: 1.3rem !important;
  }}

.tsD_photoBorder img.item_image {border: 10px solid white;
  border-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><defs><linearGradient id='redgradient'><stop offset='0' stop-color='%23FFC14D'/><stop offset='0.362' stop-color='%23FF4834'/><stop offset='1' stop-color='%233B0300'/></linearGradient></defs><g id='Layer_1'><path d='M0,0 L50,0 L50,50 L0,50 L0,0 z' fill='url(%23redgradient)' width='100%' height='100%'/></g></svg>") 10% stretch;
}
.tsD_profileCard .tsI{
  margin-right: auto !important;; 
  margin-left: auto !important;;
  box-shadow: 0 15px 25px rgba(129, 124, 124, 0.4) !important;;
  border-radius: 5px !important;;
  backdrop-filter: blur(14px) !important;;
  background-color: rgba(255, 255, 255, 0.4) !important;
  padding: 10px !important;;
  text-align: center; !important;}

.tsD_profileCard .tsI:hover{
  background-color:rgba(255,255,255,.8) !important;;
  box-shadow: 0 15px 25px rgba(129, 124, 124, 0.8)!important;;
}


.tsD_profileCard .tsI_hds h5{
  color: #fff !important;
}

.tsD_profileCard .tsI:hover .tsI_hds h5{
  color: #000 !important;
}

@media (max-width: 700px){
  .tsD_mobileFlex .tsI_txt_wrp {
	display: flex !important;
	flex-direction: row !important;
	align-content: center !important;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap;
  }


  .tsD_mobileFlex .tsI_txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
  }

  .tsD_mobileFlex h1.bannerTitle {
	padding: 0 !important;
  }
  .tsD_mobileFlex p {
	text-align: justify;
  }
}
/*---------------------------------------------------- HEADER -----------------------------------------------------*/
.tsH{
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction:column-reverse !important;
  -webkit-flex-direction:column-reverse !important;
}
.tsSC {
  box-shadow: none !IMPORTANT; 
  border-bottom: 1px solid rgba(87, 91, 94, .2) !IMPORTANT;
}
.tsH.shrink .tsSC{
  display:none !important;
}
.tsH .menu.align-center {
  padding: 0 !important;
}

@media (min-width: 1024px){
  .tsH_wrp {
	display: inline !important;
  }
  .tsH #_the_logo {
	width: 100% !important;
  }
  .tsH_navTrig{
	display: none !important;
  }
  #access{
	padding: 0 0 .5rem !important;
  }
  .tsH #_the_logo .logo a {
	display: initial !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tsH_navTrig{
	display: inline-block !important;
	vertical-align: middle !important;
  }
  .tsH_wrp {
	display: inline-block !important;
  }
  .tsH #_the_logo {
	width: 20% !important;
	display: inline-block !important;
	vertical-align: middle !important;
  }
  .tsH #_the_logo .logo a {
	display: inline-block !important;
  }
}
/*----------------------------------------------------- LOGO ------------------------------------------------------*/


/*--------------------- content-logo-big (img class for logos embedded in content headlines)------------*/
@media(min-width:801px){
  img.content-logo-big {
	width: 15% !important;
	vertical-align: middle !important;
	margin: 0 !important;
  }
}

@media (max-width:800px) {
  img.content-logo-big{
	width: 100% !important;
	max-width: 30% !important;
	vertical-align: middle !important;
	margin: 0 !important;
  }
}

/*--------content-logo (img class for logos embedded in desc/main content --------*/
@media(min-width:801px){
  img.content-logo {
	width: 11% !important;
	vertical-align: middle !important;
	margin: 0 !important;
  }
}

@media (max-width:800px) {
  img.content-logo{
	width: 100% !important;
	max-width: 20% !important;
	vertical-align: middle !important;
	margin: 0 !important;
  }
}

.tsH.expand #_the_logo img {
  max-height: 4.75rem !important;
}
/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/
.tsH .menu ul li a {
  padding: 0.2rem 1rem;
}
.tsH .menu .sf-menu li {
  text-transform: lowercase !important; 
  letter-spacing: .1em !IMPORTANT; 
  font-weight: normal !IMPORTANT;
}
#_the_navigation a:before, 
#_the_navigation a:after {
  content: "" !important;
  position: absolute !important;
  border-radius: 50% !important;
  transform: scale(0) !important;
  transition: 0.2s ease transform !important; 
}
#_the_navigation a:before {
  top: 0 !important;
  left: 8px !important;
  width: 6px !important;
  height: 6px !important;
}
#_the_navigation a:nth-child(1):before {background-color: #2a2a2a !important;}
#indicator {
  position: absolute !important;
  left: 5% !important;
  bottom: 0 !important;
  width: 90% !important;
  height: 2px !important;
  border-radius: 5px !important;
  transition: 0.2s ease left !important;
  opacity: 0 !important;
  transition: all 300ms ease-in-out !important;
}
#_the_navigation a:hover:before, #_the_navigation a:hover:after { 
  transform: scale(1) !important;
}

#_the_navigation a:hover #indicator {
  background: linear-gradient(130deg, #C0A893, #DFCDC2, #EDE9E1) !important;
  opacity: 1 !important;
}
/*---------------------------------------------------- BUTTON -----------------------------------------------------*/
.tsH .tsPhone .tsC_Btn {
  border: none !IMPORTANT;
}


.tsI_btn {box-shadow: none !important;}
.tsD_btn_style .btn_2.tsI_btn{
  color: #fff !important;
  border-color: #fff !important;

}
.tsD_btn_style .btn_2.tsI_btn:hover{
  background: #b09882 !important;
  border-color: #b09882 !important;
}

a.double {
  bottom: -4rem !important;
}

.planBox {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 4px !important;
  box-shadow: 0px 0px 13px rgb(0 0 0 / 40%) !important;
  width: 400px;
  margin: 0 auto;
  max-width:95%; 
}

img.titleIcon {
  box-shadow: none !important;
  width: 200px;
}

.planBox ul {
  list-style-image: url(https://drjaynemorgan.com/files/2021/12/checked.png) !important;
  margin: 0 20px !important;
}

.planBox {
  background: linear-gradient(270deg,rgba(213, 143, 0, .5), rgba(213, 180, 0, .5), rgba(213, 96, 0, .6), rgba(232, 76, 31,.6));
  background-size: 600% 600%;

  -webkit-animation: gradientShift 10s ease infinite;
  animation: gradientShift 10s ease infinite;
}

.tsI_btn.btn_1.btn_md.transition.clickMe {
  color: #fff !important;
}
.tsI_btn.btn_1.btn_md.transition.clickMe:hover {
  color: #000 !important;
}

.planBox p {
  font-weight: Bold;
  font-family: 'OSWALD', sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem
}



h4.mdl_title {
  background: linear-gradient(270deg,rgba(213, 143, 0, .7), rgba(213, 180, 0, .9), rgba(213, 96, 0, .6), rgba(232, 76, 31,.6), rgba(213, 180, 0, .9))!important;
  background-size: 400% 400% !important;
  -webkit-animation: gradientShift 5s ease infinite !important;
  animation: gradientShift 5s ease infinite;
}
@-webkit-keyframes gradientShift {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes gradientShift {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

textarea.textarea {
  width: 100% !important;
  height: 100px !important;
}





/* ------------------ Floating Social Media Tabs ------------------ */
.social_items_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: fixed;
  bottom: 70px;
  right: 0rem;
  z-index: 999999;
}

.social_button {
  height: 60px;
  width: 60px;
  float: right;
  margin: 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
}

.social_button:hover {
  width: 330px;
}

.social_button .floating_icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
}

.twitter_button:hover .floating_icon {
  background: #00acee;
}

.linkedin_button:hover .floating_icon {
  background: #0A66C2;
}

.instagram_button .floating_icon {
  color: #f6008f; 
}
.instagram_button:hover .floating_icon {
  background: #f6008f;
}

.twitter_button .floating_icon {
  color: #00acee; 
}

.linkedin_button .floating_icon {
  color: #0A66C2; 
}

.social_button:hover .floating_icon svg {
  color: #fff !important;
}

.social_button .floating_icon i {
  font-size: 25px;
  line-height: 60px;
}

.social_button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.instagram_button:hover span {
  color: #f6008f;
}

.twitter_button:hover span {
  color: #00acee;
}
.linkedin_button:hover span {
  color: #00acee;
}

@media (max-width: 1024px) {
  .social_items_flex {
	display: none !important;
  }
}
/* ------------------ End Floating Social Media Tabs ------------------ */
/*------------------------------------------------------------------------ FONT STYLING --------------------------------------------------*/
.tsI_btn{
  font-family: 'Oswald', sans-serif !important; 
  font-weight: 400 !IMPORTANT;
}
.tsD_overlap .tsI_hd span, .tsD_box .tsI span{
  font-weight: lighter !important; 
  font-size: 150% !important;
  letter-spacing: .1rem !important;
}

/*** A1 - tsD_Center ***/

.a1.tsD_center, 
.mobileview .a1.tsD_mobile_center *, 
.mobileview .tsidesign_mobile_center {
  text-align: center !important;
}

.a1 .center ul,
.a1 .center ul li {
  margin-left: 0 !important;
  list-style-type: none !important;
  font-style: italic !important;
}

.tsD_black * {
  color: #000 !important; 
}
/*--------------------------------------------------- CONTENT -----------------------------------------------------*/
.tsD_portrait img.item_image {
  border-radius: 20px;
  border: 5px solid #ffc308;
}

.tsD_overlap, .tsD_overlap .tsR{
  margin: 0 !IMPORTANT;
  padding: 0 !important; 
  max-width: 100% !important;
}
.tsD_overlap .tsI{ 
  z-index: 1 !IMPORTANT; 
  margin: 0 !IMPORTANT; 
  width: 100% !IMPORTANT;
}
.tsD_overlap .tsI_hd{
  font-size: 1.5rem !important;
}
.tsD_overlap *{
  color: var(--promoT) !important;
  color: rgba(0,0,0,.6) !important;
}
.tsD_overlap .tsI_img img{ 
  margin: 0 !IMPORTANT; 
  width: 100% !IMPORTANT; 
}
.tsD_overlap .item_2 {
  xbackground: var(--promo2) !important; 
  padding: 4% 10% 8% 6% !IMPORTANT;
}
.tsD_overlap {
  position: relative !important;
}
.tsD_overlap .tsI_img{
  margin-bottom: 0 !important;
}

.tsD_overlap * {
  xcolor: #fff !important;
}

@media(min-width: 801px){
  .tsD_overlap .item_1 {
	position: relative !important;
	width: 50% !important;
	left: 0 !important;
  }
  .tsD_overlap .item_2 {
	width: 50% !important;
	position: relative !important;
	margin-top: -8rem !important;
	right: 5rem !important;
	background-image:url('../files/2022/08/bigstock-Concrete-Wall-Yellow-Color-For-443257445.jpg') !important;
	padding: 4% 10% 0 6% !IMPORTANT;
	box-shadow: 20rem 0rem var(--promo2) !IMPORTANT;
	background-size: cover !important;
	background-position: center !important;
  }
  .tsD_overlap .item_2 .tsI_txt {
	padding-bottom: 20% !IMPORTANT;
  }
}
@media(min-width:1400px) {
  .tsD_main{
	margin-top: 15% !IMPORTANT;
  }
}
@media(min-width:1550px) {
  .tsD_main{
	margin-top: 22% !IMPORTANT;
  }
}
/*------overlap 2------*/
.tsD_overlap2{
  max-width: 100% !important;
  margin:4rem auto !important;
}
@media(min-width: 801px){
  .tsD_overlap2 .item_1 {
	position: relative !important;
	width: 40% !important;
	left: 0 !important;
	padding-top:3% !important;
  }
  .tsD_overlap2 .item_1 .tsI_txt{
	padding: 5% 0 4% 18% !IMPORTANT;
  }
  .tsD_overlap2 .item_2 {
	width: 51.5% !important;
	position: relative !important;
	margin-top: -2rem !important;
	right: -8rem !important;
  }
}
.tsD_overlap2 .tsR{
  background-color: #Efedee !IMPORTANT;
  background-image: url("../patterns/bedge-grunge.png")!IMPORTANT;
}
.home .tsD_overlap2 .tsR{
  box-shadow: -8rem 65px #d1c4ba !IMPORTANT;
}
.tsD_main .tsI_sh{
  font-size: 1.2rem !important;
}

.tsD_content {
  padding-top: 0 !important;
}
.tsD_content2 .tsI {
  width: 100% !important; 
  margin: 0 !important;
  background: #ffc308 !important;
}
.tsD_content2,.tsD_content2 .tsR {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;}
@media (min-width: 1425px) {
  .tsD_content2 .tsI_txt {
	margin-top: 6.5rem !important;
  }
}

.tsD_content2 .tsI_txt {
  text-align: left !important;
}

/*----------------------------------------------------- DLS -------------------------------------------------------*/
.tsD_dl{
  position: relative !IMPORTANT; 
  z-index: 1 !IMPORTANT;
} 
.tsD_dl .tsI {
  height: 105vh !important;
}
.tsD_dl .tsI_txt{
  max-width:35rem !IMPORTANT;
}
.tsD_dl .tsI_hd{
  font-size: 3rem !IMPORTANT;
}
.tsD_dl .tsI_cptn {
  max-width: 100% !IMPORTANT;
}
.tsD_dl .tsI_wrp{
  background-color: rgba(175, 171, 172,.6) !Important;
}

.tsD_full-content{
  margin: 0 !important;
}

.tsD_dl .tsI_wrp{
  -webkit-clip-path: circle(50% at 35% 50%);
  clip-path: circle(50% at 35% 50%);
  transition: 2s;
}
.tsD_dl:hover .tsI_wrp{
  animation: circle 3s infinite;
  -webkit-clip-path: circle(40% at 30% 65%);
  clip-path: circle(40% at 30% 65%);
}
@media(min-width:1284px){.tsD_dl .tsI_wrp{
  -webkit-clip-path: circle(50% at 5% 50%);
  clip-path: circle(50% at 5% 50%);
  }
}
@media(max-width:1000px){.tsD_dl:hover .tsI_wrp{
  animation: circle 3s infinite;
  -webkit-clip-path: circle(60% at 30% 65%);
  clip-path: circle(60% at 30% 65%);
  }
}
/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
.tsD_photofeature12{
  margin-top: 10rem !IMPORTANT;
}
.tsD_photofeature12 .tsI_cptn{
  background: rgba(87,91,94,.45) !important;
}
.tsD_photofeature12 .tsI_img{
  -webkit-transition: all 0.65s ease-in-out !important;
  transition: all 0.65s ease-in-out !important; 
}
.tsD_photofeature12 .tsI_hd{
  text-transform: lowercase !IMPORTANT; 
  padding: 5% !IMPORTANT;
}
@media (min-width: 515px) {
  .tsD_photofeature12 .tsI_hd {
	text-shadow: 0 -20px #faf884,
	  0 20px #f86e35 !important;
  }
}

.tsD_photofeature12 .tsI_sh {
  font-size: 1rem !important;
  max-width: 25rem !important; 
}
.tsD_photofeature12 .tsI:hover .tsI_img {
  -webkit-filter:blur(10px) !important;
}
.tsD_photofeature12 .tsI:hover .tsI_btn,
.tsD_photofeature12 .tsI:hover .tsI_sh {
  opacity: 1 !important;
}
@media(max-width:1025px){
  .tsD_photofeature12 .tsI:nth-child(5) {
	width:100% !important;
  }
}
@media(max-width:1025px){
  .tsD_photofeature12 .tsI {
	width:45% !important;
  }
}
@media(max-width:775px){
  .tsD_photofeature12 .tsI{
	width:100% !important;
  }
}
.tsD_cn img{
  max-width:7rem !important;
  margin:0 auto !important;
}


/*--------------------------------------------------- SERVICES ----------------------------------------------------*/

/*--------------------------------------------------- SUBPAGES ----------------------------------------------------*/
.tsD_dl2{
  position: inherit !IMPORTANT; 
  z-index: 1 !IMPORTANT;
} 
.tsD_dl2 .tsI_hds {
  font-weight: lighter !important; 
  font-size: 250% !important;
  text-transform: lowercase !Important;
}

body:not(.home) .tsD_dl2 .tsI_wrp {
  background: hsla(0,0%,10%,.50) !important;
}

@media (max-width: 815px) {
  .tsD_dl2 .tsI_hds {
	font-size: 2rem !important;
  }
}

.tsI_hd {
  font-weight: lighter !important; 
  font-size: 28px !important;
}
.tsD_box .tsI{
  position: relative !important;
  z-index:99 !Important;
  margin-top: -10rem !Important;
  background-color: #fff !Important;
  padding: 3rem !important;
}
.tsD_box .tsI_btn a{
  color: #fff !important;
}
.tsD_box .tsI_btn:hover a{
  color: #000 !important;
}
.tsD_box .tsI_btn:hover{
  border: 1px solid #000 !important;
}
@media(min-width:860px) {
  .tsD_box .tsI_btn {
	position: absolute !IMPORTANT; 
	right: -5rem !important;
	bottom: 1rem !important;
	display:fixed !IMPORTANT; 
	z-index: 1000 !IMPORTANT;
  }
}
textarea#input_110397_5 {
  width: 100% !important;
  height: 100px !important;
}
/*---------------------------------------------------- FORM -----------------------------------------------------*/
.tsD_contact, .tsD_contact .tsI{
  padding: 0 !important; 
  margin-top: 0 !Important; 
  max-width:100% !Important;
}
.tsD_contact .tsI_dsc{
  font-size: .9rem !important;
}
.tsD_contact .tsI_hd{
  font-size: 1rem !important;
}
.tsD_leftbd .tsI{
  border-left : 5px solid #BC967F !Important; 
  padding-left: 10px !Important;
}
.tsD_rightbd .tsI{
  border-right : 5px solid #8C6249 !Important; 
  padding-right: 10px !Important;
}
.tsD_form, .gform_wrapper .ginput_container select{ 
  background-color: rgba(237, 233, 225,.3) !important;
}
.gform_title{
  text-align:center !Important;
}
.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container select{
  height: 2.2rem !important;
}
.gform_title{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper input[type="submit"]{
  float: none !important;
}
.ginput_container input.medium{
  width: 100% !important;
}
li.gfield{
  padding: 0 1rem 0rem !important;
}
.gform_body{
  padding-bottom: 0 !important;
}
.tsD_form .gform_footer{
  text-align:center !IMPORTANT;
}
#gform_submit_button_47421{
  padding: 20px 40px !IMPORTANT; 
  background: #BC967F !IMPORTANT; 
  color: #fff !Important;
}
#gform_submit_button_47421:hover{
  background: #A4AAA9 !IMPORTANT;
}
.tsD_form .ginput_container input[type="text"],.gform_wrapper .ginput_container select, .tsD_form textarea {
  border-radius: 0 !important;
  box-shadow: none !important;
  border-color: #C0A893 !IMPORTANT;
}

/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/

/*----------------------------------------------------- annimation ------------------------------------------------------*/
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}
@keyframes come-in {
  to { 
	transform: translateY(0); 
  }
}
.tsD_cent .bannerTitle {
  width: 100% !important;
}

/*ecommerce*/
.page-id-646683 .tsC {
  max-width: 134rem !important;
}
html#ecwid_html body#ecwid_body .gwt-Anchor.ecwid-productBrowser-auth-signInLink, html#ecwid_html body#ecwid_body span.ecwid-categories-category,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-estimationNote span,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-asterisk {   
  color: #333333 !important;
}
html#ecwid_html body#ecwid_body .ecwid a,
html#ecwid_html body#ecwid_body .ecwid-results-topPanel-viewAsPanel-link,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsTable-addToBagLink,
html#ecwid_html body#ecwid_body .ecwid-Checkout-blockTitle,
html#ecwid_html body#ecwid_body .ecwid-Checkout-blockTitle .gwt-HTML,
html#ecwid_html body#ecwid_body .gwt-MenuItem-selected span,
html#ecwid_html body#ecwid_body .gwt-MenuItem-current span,
html#ecwid_html body#ecwid_body .ecwid-categories-vertical-table-cell-selected span,
html#ecwid_html body#ecwid_body .gwt-TabBarItem-selected span,
html#ecwid_html body#ecwid_body div.ecwid-minicart-link *,
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-inStockLabel,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-details-inTheBag div { 
  color: #ffc308 !important;
}
.tsD_store h3 {
  border-bottom: 2px solid #333333 !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton,
html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton,
html#ecwid_html body#ecwid_body .gwt-Button,
html#ecwid_html body#ecwid_body div[class*="ecwid-AddToBagButton"],
html#ecwid_html body#ecwid_body button.ecwid-AccentedButton,
html#ecwid_html body#ecwid_body div.ecwid-PseudoButton,
html#ecwid_html body#ecwid_body div[class*="ecwid-Checkout-placeOrderButton"] {   
  background: #333333 !important;  
  color: #fff !important;  
  background-image: none !important;  
  border: none !important;  
  box-shadow: none !important;   
  border-radius: 0px !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton,
html#ecwid_html body#ecwid_body div[class*="ecwid-AddToBagButton"],
html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton,
html#ecwid_html body#ecwid_body div[class*="ecwid-Checkout-placeOrderButton"] {  
  padding: 10px !important;
}
html#ecwid_html body#ecwid_body span.ecwid-categories-category {
  white-space: inherit !important;
}
html#ecwid_html body#ecwid_body div.ecwid-ProductBrowser-auth-anonim,
html#ecwid_html body#ecwid_body div.ecwid-ProductBrowser-auth-logged {  
  margin-right: 0 !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton::before {   
  content: "Checkout" !important;
}
html#ecwid_html body#ecwid_body div[class*="ecwid-AddToBagButton"]::before {    
  content: "Add to Bag" !important;
}
html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton::before { 
  content: "Continue Shopping" !important;
} 
html#ecwid_html body#ecwid_body div[class*="ecwid-Checkout-placeOrderButton"]::before {   
  content: "Place Order" !important;
}
html#ecwid_html body#ecwid_body .ecwid-form,
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-itemsTable-cell.ecwid-productBrowser-cart-itemsTable-cell-selected,
html#ecwid_html body#ecwid_body td.ecwid-Invoice-edgeCell,
html#ecwid_html body#ecwid_body div.ecwid-Invoice-cell-title {   
  background-color: #EDEDED !important;
}
html#ecwid_html body#ecwid_body .ecwid-Invoice-cell {    
  background-color: #fff !important;
}
html#ecwid_html body#ecwid_body .ecwid-Invoice-cell-title {    
  color: #000 !important;
}
html#ecwid_html body#ecwid_body .ecwid-SearchPanel-field {  
  width: 100% !important;  
  min-height: 35px !important;   
  box-shadow: none !important;  
  border: 2px solid #cdcdcd !important;  
  margin: 10px 0 !important;
}
.ecwid-SearchPanel-button {  
  background: #333333 !important;   
  color: #fff !important;   
  background-image: none !important;   
  border: none !important; 
  box-shadow: none !important;  
  border-radius: 0px !important;
  width: 100% !important;
  padding: 0.5rem 0rem;
}
.ecwid-minicart {
  border: 1px solid #333333 !important;
}
html#ecwid_html body#top .ec-size .ec-store .form-control--primary .form-control__button {
  background-color: #333333 !important;
}
html#ecwid_html body#top .ec-size .ec-store .form-control--secondary .form-control__button {
  border-color: #333333 !important;
}
@media only screen and (max-width: 800px) and (min-width: 569px) {   
  .tsD_store .tsI {
	clear:none !important;
	width: 30% !important;
	display: inline-block !important;
	margin-right: 1% !important;
  }
}

.tsD_slide-in .tsI_hd {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.tsD_slide-in .tsI_sh {
  -webkit-animation: slide-in-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-left {
  0% {
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
	opacity: 0;
  }
  100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
	opacity: 0;
  }
  100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
  }
}

/* floating button */
#img-floating-btn {
  bottom: 284px;
  position: fixed;
  right: 0px;
  z-index: 99999999;
  width: 250px !important;

}


#img-floating-btn a{
  color: #666666 !important;
  font-size:1.1rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #img-floating-btn {
	display: none !important;
  }}

.tsD_stair .tsI_hd {
  font-size: 1.3rem !important;
}

/*---Top DL changes---*/
.tsD_Top h2.tsI_sh {
  font-weight: 600;
}

.tsD_Top header.tsI_hds * {
  color: #000 !important;
}

/*---Social Colors---*/
.tsD_social_buttonhp article.tsI.item_1.center.btn_nHero a {
  color: #F6008F !important;
}

.tsD_social_buttonhp article.tsI.item_2.center.btn_nHero a {
  color: #00acee !important;
}

.tsD_social_buttonhp article.tsI.item_3.center.btn_nHero a {
  color: #0A66C2 !important;
}



.tsD_video_features .tsI {
    background: rgb(63,94,251);
    background: linear-gradient(0deg, rgba(63,94,251,1) 0%, rgba(63,94,251,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    padding-bottom: 2rem;
}
.tsD_video_features {
    background-color: #f0f0f0;
    padding-bottom: 3rem;
}
.tsD_smallerh .tsI_hd {
    font-size: 1.25rem !important;
}

/*---Button Adjustment---*/
.planBox a {
    color: #fff !important;
}
.planBox a:hover {
    color: #000 !important;
}