/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/
.inline-footer ul.uabb-info-list-wrapper.uabb-info-list-left > li {
    display: inline-block;
    padding: 0 !important;
    width: auto;
    padding-left: 50px !important;
}
p {margin-bottom:0px !important;}
.p-margin p {margin-bottom:20px !important;}
.p-margin p:last-child {margin-bottom:0px !important;}
div#content > .sober-container {
    padding: 0;
}
.service-lists .uabb-image.uabb-image-crop-simple {
    text-align: left;
}
.service-lists .uabb-info-list-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.b-strong span.uabb-heading-text c {
    color: #26ABA3 !important;
}
.sbi_photo_wrap {
    border-radius: 100px 0 100px 0;
}
.sbi-owl-nav > div {
    background-color: #26ABA3 !important;
    padding: 10px !important;
}
.sbi-owl-nav > div * {
    fill: white !important;
}
.banner-col {
    position: relative;
}

.banner-col:after {
    content: '' !important;
    background-color: white;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.banner-col:before {
    content: '' !important;
    background-color: white;
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.topbar-content.text-center {
    font-size: 18px;
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
}
.topbar-content.text-center a {
    font-weight: 600;
    color: white;
}
.topbar {
    padding: 8px 0;
    background-image: linear-gradient(90deg, #0cadd6 0%, #26aba3 100%);
}
.banner-header ul.uabb-info-list-wrapper > li {
    display: inline-block;
    text-align: center;
    width: 25%;
    padding: 0 !important;
}
.banner-header .uabb-info-list-content {
    width: auto !important;
}
.rev-combos .uabb-subheading strong {
    background-color: #FF9552;
    color: white !important;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 26px !important;
    display: inline-block;
    margin-right: 5px !important;
}
.rev-combos.grns .uabb-subheading strong {
      background-color: #4DA7FF;
}
.footer-info.footer-full-width {
    background-color: #0D3858;
    text-align: center;
}
.footer-info .copyright {
    color: white;
    display: inline-block;
    margin-right: 0;
    font-size: 16px;
}
.faqs-acc .uabb-adv-accordion-item-active .uabb-adv-accordion-button {
    background-image: linear-gradient(90deg, #0cadd6 0%, #26aba3 100%) !important;
}
.blogs-page-posts .uabb-blog-posts-description,
.blogs-page-posts .uabb-blog-post-content .uabb-button-wrap, 
.blogs-page-posts .uabb-blog-post-content .uabb-read-more-text
{
	padding-top: 10px;
}
.blogs-page-posts .uabb-next-date-meta .uabb-posted-on {
    margin: 0;
    z-index: 1;
    left: auto !important;
    right: 0;
}
.blogs-page-posts .uabb-post-thumbnail img {
    border-radius: 100px 0 100px 0 !important;
}
.contact-form-page span.wpcf7-form-control-wrap input,
.contact-form-page span.wpcf7-form-control-wrap textarea
{
    background-color: #F7F7F7 !important;
    border: none;
    padding: 0 20px;
    line-height: 65px;
    font-size: 18px;
    font-family: 'Poppins';
    color: black;
}
.contact-form-page span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contact-form-page span.wpcf7-form-control-wrap[data-name="your-message"] {
    width: 100%;
}
.contact-form-page span.wpcf7-form-control-wrap[data-name="your-message"] textarea {
    height: 250px;
}
.contact-form-page input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    padding-top: 0px;
    padding-right: 35px;
    padding-bottom: 0px;
    padding-left: 35px;
    background: #26aba3;
    border: 1px solid #1a9f97;
    width: auto;
    border-radius: 45px;
}

/*Effect*/
.nofluff-tape {
 padding:50px 0;
 overflow:hidden
}
.b-strong.orngs span.uabb-heading-text b:nth-child(1) {
    color: #4ea6f8;
}
.b-strong.orngs span.uabb-heading-text b:nth-child(2) {
    color: #FF9552;
}
@media (min-width: 768px) {
 .nofluff-tape {
   padding:100px 0 
 }
}
@media (min-width: 992px) {
 .nofluff-tape {
  overflow:visible;
 }
}
.nofluff-tape-line {
 background:white;
 box-shadow:0 2px 50px 0 rgba(0,0,0,0.5);
 color:black;
 height:40px;
 margin:0 -50px;
 overflow:hidden;
 padding:10px 0;
 position:relative;
 -ms-transform-origin:center;
 transform-origin:center;
 width:calc(100% + 100px)
}
.footer-info.footer-full-width {
    display: none;
}

@media (min-width: 768px) {
 .nofluff-tape-line {
  padding:14px 0;
  height:70px
 }
}
.nofluff-tape-line:nth-of-type(1) {
 -ms-transform:rotate(-1deg);
  transform:rotate(-1deg); 
 z-index:3
}
.nofluff-tape-line:nth-of-type(2) {
 -ms-transform:rotate(-15deg);
 /*! transform:rotate(-15deg); */z-index:2
}
@media (min-width: 1440px) {
 .nofluff-tape-line:nth-of-type(2) {
  -ms-transform:rotate(-10deg);
   transform:rotate(-10deg); 
 }
}
.nofluff-tape-line:nth-of-type(3) {
 -ms-transform:rotate(5deg);
  transform:rotate(5deg); 
 z-index:1
}
.nofluff-tape-marquee {
 height:100%
}
.nofluff-tape-marquee img {
 display:inline-block;
 padding:0 10px;
 height:20px
}
@media (min-width: 768px) {
 .nofluff-tape-marquee img {
  height:100%
 }
}
.nofluff-tape .js-marquee {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-align:center;
 align-items:center;
 height:40px
}
@-webkit-keyframes marqueeAnimation-8590159  { 100%  {transform:translateX(-2862px)}}
@-webkit-keyframes marqueeAnimation-8121638  { 100%  {transform:translateX(0)}}
@-webkit-keyframes marqueeAnimation-3447890  { 100%  {transform:translateX(-2862px)}}
 section#shopify-section-template--14618451378308__1646308911323fbc26 {
    overflow: hidden;
}
.nofluff-tape-marquee span {
    display: inline-block;
    vertical-align: revert;
    width: 420px;
}
 .nofluff-tape-marquee span:nth-child(2n) {
    font-size: 58px;
    line-height: 19px;
}

/*END EFFECTS*/
.nofluff-tape.first-here {
    padding: 0;
}
.first-here .nofluff-tape-line:nth-of-type(1) {
    -ms-transform: rotate(-1deg);
    transform: rotate(0deg);
    z-index: 3;
    box-shadow: none;
    height: auto !important;
}
.first-here .nofluff-tape-line .js-marquee {
    height: auto !important;
}
.first-here img {
    max-width: 100%;
    vertical-align: bottom;
}
.list-home .uabb-image {
    text-align: left;
}
.list-home .uabb-info-list-content {
    margin: 0 !important;
}
.cross-marq .nofluff-tape {
    padding: 0px 0;
}
.cross-marq .nofluff-tape-marquee span {
    font-size: 31px;
    font-family: 'Futura Maxi CG';
    color: #1B3858 !important;
    padding: 0 15px;
    width: auto !important;
}
.cross-marq .nofluff-tape-marquee span:nth-child(2n) {
    font-size: 30px;
    line-height: 70px !important;
    font-family: 'Poppins';
}
.cross-marq .nofluff-tape-line {
    padding: 14px 0;
    height: auto;
}
.cross-marq .nofluff-tape .js-marquee {
    height: auto;
}
.cross-marq  .nofluff-tape-line:nth-of-type(1) .nofluff-tape-marquee span:nth-child(2n) {
    color: #4ea6f8 !important;
    font-size: 48px;
}
.cross-marq .nofluff-tape-line:nth-of-type(2) .nofluff-tape-marquee span:nth-child(2n) {
    color: #f39450 !important;
    font-size: 48px;
}
.cross-marq  .nofluff-tape-line:nth-of-type(1) {
    transform: rotate(4deg);
}
.z-positive > div {
    z-index: 1;
    position: relative;
}
.contact-form-here span.wpcf7-form-control-wrap input {
    background-color: #F4F8FA !important;
    border: none !important;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 16px;
    color: #222429;
}

.contact-form-here span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form-here input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    padding-top: 0px;
    padding-right: 35px;
    padding-bottom: 0px;
    padding-left: 35px;
    background: #4DA7FF;
    border: 1px solid #419bf3;
    border-radius: 35px;
}

.footer-socials .fl-icon-group i {
    padding: 10px;
    width: 48px !important;
    border-radius: 0 !important;
    font-size: 20px !important;
}
.footer-socials .fl-icon-group i:before {
    font-size: 20px;
}
.footer-info {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    background: #F2F2F2;
    text-align: center;
    color: #7E7E7E;
}
.footer-info .copyright {
	color: #7E7E7E;
}
.col-footer i.ua-icon.ua-icon-arrow-long-right:before {
    color: white !important;
}

.list-home .uabb-info-list-description {
    color: transparent !important;
}
.blog-posts h5.uabb-post-meta.uabb-blog-post-section {
    background: white;
    padding: 20px 25px !important;
    border-left: 10px solid #4DA7FF;
    border-right: 10px solid #4DA7FF;
}
.blog-posts h5.uabb-post-meta.uabb-blog-post-section i {
    color: #4DA7FF;
    margin-right: 5px;
}
.blog-posts h3.uabb-post-heading.uabb-blog-post-section {
    margin-bottom: 0 !important;
    padding: 0 20px !important;
}
.blog-posts .uabb-module-content.uabb-button-wrap {
    padding: 10px 20px 20px !important;
}
.contact-list .uabb-info-list-description em {
    font-size: 16px !important;
    font-family: 'Poppins';
    line-height: 10px !important;
    font-style: normal !important;
}
.contact-list .uabb-info-list-content {
    padding-top: 15px;
}
.contact-form-new span.wpcf7-form-control-wrap {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.contact-form-new form.wpcf7-form.init br {
    display: none !important;
}
.contact-form-new span.wpcf7-form-control-wrap input {
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    padding: 0px 30px;
    line-height: 60px;
    font-size: 16px;
}
.contact-form-new span.wpcf7-form-control-wrap:nth-child(1), .contact-form-new span.wpcf7-form-control-wrap:nth-child(5) {
    padding-right: 10px;
}
.contact-form-new span.wpcf7-form-control-wrap:nth-child(3), .contact-form-new span.wpcf7-form-control-wrap:nth-child(7) {
	 padding-left: 10px;
}
.contact-form-new span.wpcf7-form-control-wrap[data-name="textarea-258"] {
    width: 100%;
}
.contact-form-new textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    padding: 0px 30px;
    line-height: 60px;
    font-size: 16px;
    height: 200px;
}
.contact-form-new input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 70px;
    padding-top: 0px;
    padding-right: 55px;
    padding-bottom: 0px;
    padding-left: 55px;
    background: #26ABA3;
    border: none;
    border-radius: 35px;
    width: auto;
}
div#content .container {
    width: 100%;
}
.my-acc-here .uabb-adv-accordion-button {
    position: relative;
}
.my-acc-here .uabb-adv-accordion-button span {
    position: absolute;
    left: 0;
}
.my-acc-here .uabb-module-content {
    padding-left: 80px;
}
.my-acc-here .uabb-adv-accordion-item {
	position:relative;
}
.my-acc-here .uabb-adv-accordion-button span {
    position: absolute;
    left: -80px;
    background: #1b3858;
    color: white;
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    top: 0;
}
.my-acc-here .uabb-adv-accordion-item:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #1b3858;
    left: -50px;
    top: 30px;
}
.my-acc-here .uabb-module-content .uabb-adv-accordion-item:last-child:before {
    background: transparent;
}
.my-acc-here .uabb-adv-accordion-item.uabb-adv-accordion-item-active:before {
    background: #4CA7FF;
}
.my-acc-here .uabb-adv-accordion-item.uabb-adv-accordion-item-active span {
    background: #4da6f8;
}
.blog-posts-here h5.uabb-post-meta.uabb-blog-post-section span.uabb-cat-links.uabb-last-cat a {
    background: #f39450;
    color: white !important;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
}
.cats-posts span.fl-post-info-terms a {
    background-color: #f39450;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
}
.color-post-wht .fl-module-content.fl-node-content * {
    color: white;
    font-size: 18px;
    font-family: 'Poppins';
}

@media screen and (max-width:767px) {
.banner-header ul.uabb-info-list-wrapper > li {
  text-align: left;
  width: 100%;
  padding-left: 25px !important;
  padding-bottom: 15px !important;
}
.banner-home > .fl-row-content-wrap {
  background-size: cover;
  padding-top: 80px;
	padding-bottom: 20px;
}
.fl-module.fl-module-info-list.fl-node-aph5gj9r2ex0 > div {
  margin-bottom: 0;
}
.fl-node-0sc8lju4qpyr > .fl-row-content-wrap {
  padding-bottom: 20px;
}
.nofluff-tape-marquee img {
  height: auto;
}
.fl-node-g6d2eupxztmq .fl-button-group-layout-horizontal .fl-button-group-buttons {
  justify-content: flex-start;
}
.fl-node-gwcko95x6rdv > .fl-col-content {
  padding-bottom: 20px;
}
.fl-node-d6jhn31uqpmi > .fl-row-content-wrap {
  padding-bottom: 0;
}
.rev-combos .uabb-heading, .rev-combos .uabb-heading * {
  font-size: 30px !important;
  line-height: 40px !important;
}
.nts * {
  font-size: 16px !important;
}
.all-btns .fl-button-group-buttons > div {
  margin-bottom: 20px;
}
.fl-col.fl-node-q20dtaybof76 {
  padding-left: 20px;
  padding-right: 20px;
}
.rows .fl-row-content-wrap {
  padding: 20px;
}
.fl-module.fl-module-info-list.fl-node-r51xsdnjw78g > div {
  margin-bottom: 0;
}
.our-services.rows .fl-row-content-wrap {
  padding: 20px !important;
}
.service-cols {
  margin-bottom: 20px;
}
.inline-footer ul.uabb-info-list-wrapper.uabb-info-list-left > li {
  display: inline-block;
  padding: 0 !important;
    padding-left: 0px;
  width: 100%;
  padding-left: 0px !important;
  text-align: left;
  margin-bottom: 20px;
}
.footer-main .fl-row-content-wrap {
  padding: 20px;
}
.col-footer * {
  text-align: left;
}
.site-footer .copyright {
  margin-bottom: 0;
}
.breads-here .uabb-heading, .breads-here .uabb-heading * {
  font-size: 30px !important;
  line-height: 35px !important;
}
.contact-form-page span.wpcf7-form-control-wrap {
  width: 100%;
}
.footer-main > .fl-row-content-wrap {
  padding: 20px 0 !important;
}
.fl-node-4j80vtkw2u96 .uabb-adv-accordion-button4j80vtkw2u96 .uabb-adv-accordion-button-label {
  font-size: 17px;
}
.footer-info .container, .footer-info .sober-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.safari .uabb-blog-posts-col-3 {
  width: 100%;
}
}


.fl-node-fvu7l26r13a8 .fl-module-content.fl-node-content .uabb-module-content .uabb-text-editor{
display:none!important;
}

.fl-node-pnkawoe9fjx8 .fl-module-content.fl-node-content .uabb-module-content .uabb-text-editor{
display:none!important;
}

.fl-node-tlp6qmx8y51z .fl-module-content.fl-node-content .uabb-module-content .uabb-text-editor{
display:none!important;
}


#secondary{
display:none!important;
}

#primary{
width:100%!important;
}

.fl-builder-edit #masthead{
display:none!Important;
}

.number_mobile {
	display: none;
}

@media (max-width: 1200px) {
	 #masthead {
    padding: 0.75em 1.25em 2em !important;
  }

.number_mobile {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0 0 15px;
}

.number_mobile_btn {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 15px;
  color: #FFF;
  font-size: 16px;
}
}