body #primary {
    margin: 0 !important;
}
#gform_wrapper_1 input[type=text] ,#gform_wrapper_3 input[type=text], #gform_wrapper_8 input[type=text]  {
    height: 42px !important;
    border: 2px solid #666 !important;
}
#gform_wrapper_1 textarea ,#gform_wrapper_3 textarea, #gform_wrapper_8 textarea{
    height: 200px !important;
    border: 2px solid #666 !important;
}

#gform_submit_button_1{
    background-color: transparent !important;
    /* border: 2px solid var(--s-primary-color,#2091e1) !important; */
    transition: all .2s ease-in-out !important;
    border-color: #eeeeee !important;
    border-radius: 5px !important ;
    display: inline-block !important;
    cursor: pointer !important;
    opacity: 1 !important;
    background: var(--s-primary-color,#2091e1) !important;
    padding: 8px 26px !important;
    line-height: 1.5!important ;
    align-items: center !important;
    font-size: 1em !important;
    box-shadow: none!important ;
    position: relative !important;

}



.text_shadow .ugb-cta__title{
  text-shadow: 2px 4px 1px #000 !important;
}
.text_shadow .ugb-header__title{
  text-shadow: 2px 4px 1px #000 !important;
}
.faq_content .ugb-header__subtitle{
  text-shadow: 2px 2px 1px #000 !important;
}
.ugb-accordion.ugb-accordion--v2 .ugb-accordion__content .ugb-accordion__content-inner {
    padding: 15px 35px 15px !important;
}
.ast-site-title-wrap{
    display: none;
}

p.order-again {
    display: none;
}
.ugb-fc9f3ac.ugb-header .ugb-inner-block{width:650px !important;}
.wp-block-columns{
    display: flex !important;
}
.wu-content-plan .plan-tier{
    background: #ee5f0521 !important;
    border-radius: 12px !important;
}
.wu-content-plan .plan-tier ul li{
    font-size: 15px !important;
    border-bottom: 2px solid #171b1a63 !important;
}
.wu-content-plan .plan-tier ul {
    border-top: 2px solid #171b1a63 !important;
}
.wu-content-plan .plan-tier ul li:last-child{
    border-bottom: none !important;
}
.wu-content-plan .plan-tier h4 {
    font-size: 20px !important;
}
.wu-content-plan .lift:hover {
    top: -15px !important;
}
.lift {
    margin: 1% !important;
}



.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}
	
.slick-dots li button {
display: block;
width: 12px !important;
height: 12px !important;
padding: 0;
border: none;
border-radius: 100%;
background-color: #333333 !important;		
text-indent: -9999px;
}
	
li.slick-active button {
			background-color: #ee5f07 !important;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
/* .slick-prev{
  left: -40px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 0 solid transparent !important;
  border-right: 15px solid #113463 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
}
.slick-next{
  right: -40px !important;
  width: 0 !important;
  height: 0 !important;
  border-right: 0 solid transparent !important;
  border-left: 15px solid #113463 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
} */


.wu-content-plan strong {
    background: #0646c1;
    color: #fff !important;
    padding: 6px;
    border-radius: 4px;
}
#bug_tracker_window{
    top:70px !important;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: unset !important;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
    margin: unset !important;
}
li.blocks-gallery-item {
    padding: 5px !important;
}
.theme-browser .theme .more-details{
    padding: 8px 0px !important;
}
.user-select {
    width: 100%;
}
.ast-custom-html {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 30px;
}
.header_location {
    color: #fff;
}

/* flex column */
.flex-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 1em;
  }
  .flex-row{
      text-align:center;
  }
  @media (min-width: 540px) {
    .flex-container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .flex-container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .flex-container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .flex-container {
      max-width: 1200px;
    }
  }
  
  .flex-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  
  .flex-row--align-v-center {
    align-items: center;
  }
  
  .flex-row--align-v-bottom {
    align-items: flex-end;
  }
  
  .flex-row--align-h-center {
    justify-content: center;
  }
  
  .flex-row--align-h-right {
    justify-content: flex-end;
  }
  
  .flex-row--reverse {
    flex-direction: row-reverse;
  }
  
  .flex-col-xs-1,
  .flex-col-sm-1,
  .flex-col-md-1,
  .flex-col-lg-1 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-1 {
      width: calc(100% * (1 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-1 {
      width: calc(100% * (1 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-1 {
      width: calc(100% * (1 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-1 {
      width: calc(100% * (1 / 12));
    }
  }
  
  .flex-col-xs-2,
  .flex-col-sm-2,
  .flex-col-md-2,
  .flex-col-lg-2 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-2 {
      width: calc(100% * (2 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-2 {
      width: calc(100% * (2 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-2 {
      width: calc(100% * (2 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-2 {
      width: calc(100% * (2 / 12));
    }
  }
  
  .flex-col-xs-3,
  .flex-col-sm-3,
  .flex-col-md-3,
  .flex-col-lg-3 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-3 {
      width: calc(100% * (3 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-3 {
      width: calc(100% * (3 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-3 {
      width: calc(100% * (3 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-3 {
      width: calc(100% * (3 / 12));
    }
  }
  
  .flex-col-xs-4,
  .flex-col-sm-4,
  .flex-col-md-4,
  .flex-col-lg-4 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-4 {
      width: calc(100% * (4 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-4 {
      width: calc(100% * (4 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-4 {
      width: calc(100% * (4 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-4 {
      width: calc(100% * (4 / 12));
    }
  }
  
  .flex-col-xs-5,
  .flex-col-sm-5,
  .flex-col-md-5,
  .flex-col-lg-5 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-5 {
      width: calc(100% * (5 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-5 {
      width: calc(100% * (5 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-5 {
      width: calc(100% * (5 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-5 {
      width: calc(100% * (5 / 12));
    }
  }
  
  .flex-col-xs-6,
  .flex-col-sm-6,
  .flex-col-md-6,
  .flex-col-lg-6 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-6 {
      width: calc(100% * (6 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-6 {
      width: calc(100% * (6 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-6 {
      width: calc(100% * (6 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-6 {
      width: calc(100% * (6 / 12));
    }
  }
  
  .flex-col-xs-7,
  .flex-col-sm-7,
  .flex-col-md-7,
  .flex-col-lg-7 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-7 {
      width: calc(100% * (7 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-7 {
      width: calc(100% * (7 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-7 {
      width: calc(100% * (7 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-7 {
      width: calc(100% * (7 / 12));
    }
  }
  
  .flex-col-xs-8,
  .flex-col-sm-8,
  .flex-col-md-8,
  .flex-col-lg-8 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-8 {
      width: calc(100% * (8 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-8 {
      width: calc(100% * (8 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-8 {
      width: calc(100% * (8 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-8 {
      width: calc(100% * (8 / 12));
    }
  }
  
  .flex-col-xs-9,
  .flex-col-sm-9,
  .flex-col-md-9,
  .flex-col-lg-9 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-9 {
      width: calc(100% * (9 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-9 {
      width: calc(100% * (9 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-9 {
      width: calc(100% * (9 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-9 {
      width: calc(100% * (9 / 12));
    }
  }
  
  .flex-col-xs-10,
  .flex-col-sm-10,
  .flex-col-md-10,
  .flex-col-lg-10 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-10 {
      width: calc(100% * (10 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-10 {
      width: calc(100% * (10 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-10 {
      width: calc(100% * (10 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-10 {
      width: calc(100% * (10 / 12));
    }
  }
  
  .flex-col-xs-11,
  .flex-col-sm-11,
  .flex-col-md-11,
  .flex-col-lg-11 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-11 {
      width: calc(100% * (11 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-11 {
      width: calc(100% * (11 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-11 {
      width: calc(100% * (11 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-11 {
      width: calc(100% * (11 / 12));
    }
  }
  
  .flex-col-xs-12,
  .flex-col-sm-12,
  .flex-col-md-12,
  .flex-col-lg-12 {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  
  @media (min-width: 540px) {
    .flex-col-xs-12 {
      width: calc(100% * (12 / 12));
    }
  }
  
  @media (min-width: 768px) {
    .flex-col-sm-12 {
      width: calc(100% * (12 / 12));
    }
  }
  
  @media (min-width: 992px) {
    .flex-col-md-12 {
      width: calc(100% * (12 / 12));
    }
  }
  
  @media (min-width: 1200px) {
    .flex-col-lg-12 {
      width: calc(100% * (12 / 12));
    }
  }
  
/* flex column end */

@media (max-width: 1024px) { 
.ast-custom-html {
    flex-direction: column;
}
}
@media screen and (max-width: 782px){
    .ugb-feature.ugb-feature--v2.ugb-feature--design-basic .ugb-feature__item{padding: 5px !important;}
.ugb-feature.ugb-feature--v2.ugb-feature--design-basic .ugb-feature__item, .ugb-feature.ugb-feature--v2.ugb-feature--design-plain .ugb-feature__item {
    grid-template-columns: 1fr !important;

}
}
@media (min-width: 768px){
.wu-col-sm-4 {
    width: 31.333333% !important;
}
.wu-content-plan .layer.plans {
    max-width: 1200px !important;
}
}
div#content-field {
    padding: 2px 10px 16px 25px;
}
@media (max-width: 768px){
    .ugb-e6d2222.ugb-header.ugb-header--v3.ugb-header--design-center-overlay .ugb-header__item{padding: unset !important;}
    .ugb-e6d2222 > .ugb-inner-block > .ugb-block-content > *{padding-left: unset !important; padding-right: unset !important;}
    .ugb-fc9f3ac.ugb-header .ugb-inner-block,.ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-full .ugb-inner-block{width:100% !important}
    .ugb-fc9f3ac.ugb-header.ugb-header--v3 .ugb-header__item {padding: 138px 32px !important;}
#primary, #secondary {
    padding:unset !important;
}
}


