/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 16:32:05 */
/* =========================================== */
/* [ START ] [ LAYOUT ]Media Query Breakpoints */
/* =========================================== */

@mixin bp($point) {
  @if $point == papa-bear {
    @media (max-width: 1600px) { @content; }
  }

  @else if $point == mama-bear {
    @media (max-width: 1250px) { @content; }
  }

  @else if $point == aunty-bear {
    @media (max-width: 1200px) { @content; }
  }

  @else if $point == sister-bear {
    @media (max-width: 990px) { @content; }
  }

  @else if $point == baby-bear {
    @media (max-width: 600px)  { @content; }
  }
}

/* ========================================================== */
/* [ END ] */
/* ========================================================== */


/* =============================================== */
/* [ START ] [ BRANDING ] Aliv Color Palette */
/* =============================================== */

$aliv-purple: #645D9C;
$aliv-yellow: #FFC627;
$aliv-red: #FB3449;
$aliv-blue: #00B3E3;
$aliv-orange: #FF6C36;
$aliv-green: #00C4B3;
$aliv-pink: #FF9BB1;
$aliv-black: #000000;


/* ========================================================== */
/* [ END ] */
/* ========================================================== */



/* =============================================== */
/* [ START ] [ BRANDING ] THEME MODIFICATION  */
/* =============================================== */

.norebro-bar.bar .content {
display:none;
}


/* Remove the After Effect on the Hero Header */

.nor-hero-title:after {
  content: " " !important; 
}



/* ========================================================== */
/* [ END ] */
/* ========================================================== */



/* =============================================== */
/* [ START ] [ BRANDING ] PLUGIN MODIFICATIONS  */
/* =============================================== */




/* ========================================================== */
/* [ END ] */
/* ========================================================== */



/*
.woocommerce-product-gallery .slider-for, .slick-list {
overflow:initial !important;
}

*/

.slick-slide img {
  transform:none !important;
}



body.page-id-5649393 .site-content {

  /* background-image:url("https://bealiv.com/wp-content/uploads/2020/08/aliv-bg-lite-2-scaled.jpg"); */
  /* background-position:fixed; */

}


/* ======================================================================= */
/* [ START ] Add Aliv Motif to the Background of the site and the menu bar */
/* ======================================================================= */


/* Body Background */
body .site-content {

  /* background-image:url("https://bealiv.com/wp-content/uploads/2020/08/aliv-motif-background-landscape-double.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  
}

/* Menu Background */
.fullscreen-navigation:after {
   /* background-image: url(https://bealiv.com/wp-content/uploads/2020/08/aliv-motif-background-landscape-light.jpg); */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* ========================================================== */
/* [ END ] */
/* ========================================================== */




/* ========================================================== */
/* [ START ][TEMP] Mast Head Differentiator */
/* ========================================================== */

/*
:not(.home) {
  #masthead.site-header {
    background-color: #afafaf;
    padding-bottom: 25px;
  }
}

*/

.slider.norebro-slider {
margin:0 !important;

p {
  margin:0 !important;  
  padding: 0;
  line-height: 0;
}


}


  /* Also Adjust the logo size slightly to reduce emphasis */
  #masthead .site-title img, #masthead .site-title a img {
    max-height: 50px;
  }



  #masthead.site-header {
    /* background-color: #afafaf; */
    padding-bottom: 25px;
    /* border-bottom: 1px solid #dcdbdb !important; */
  }


/* For Any Single Product, make sure the default color for the navigation is black as there are never any images or custom headers for them */
.single-product {
  
  #masthead.site-header a {
  color: black !important;

}


.aliv-product-price {

  .price {

 
  font-size:2.5em;
  color: $aliv-green;

  }
 

}

}


/* ========================================================== */
/* [ END ] */
/* ========================================================== */



/* ========================================================== */
/* [ START ] [ WOOCOMMERCE PRODUCE PAGE EDITS ]
/* ========================================================== */


.woocommerce-page-builder-template.product { 
  
  margin-top:90px !important;

}



/* ========================================================== */
/* [ END ]
/* ========================================================== */




/* [ REVIEW ] Adjust Sidebar for Product Scrolling */

body.norebro-with-panel #masthead.header-6 {

  left: 75px;
}

.norebro-with-header-6.norebro-with-panel #page {
  margin-left: 390px;
}


/* Remove the black background that appears behind product images */

.woocommerce .product .images .slider {
  background: white !important;
}

/* Remove product tags from the page */
.page-template-default .tags {
  display:none;

}

#masthead.site-header {

  padding: 15px 0px;
  border-bottom:none;

 /* a {color: white !important;} */
 
}

#masthead .header-wrap {
  padding: 0px 75px 0;
}

.subtitle.no-transition {
  color:white !important;
}



/* ========================================================== */
/* [ START ] ALIV Custom Headers (Image and Text)
/* ========================================================== */


/* Header Formatting for those with image */

.aliv-image-header {
  h1, h2, h3, h4, h5, h6, p {
  color:white !important;
  }
  
  /* [REVIEW Attempt to */
  &.motif {
    &::after {
    background-image:url("https://bealiv.com/wp-content/uploads/2020/08/aliv-image-bg-motif-lite.png");
    }
  }
  
}


/* Header Formatting for those with just text. Add color effect that will be randomized*/

.aliv-text-header {
  
  h1 {
    
     /* Bump up the font size slightly of these specials headers */
     font-size: 2.75em;

     /* color:white !important; */
     /* Color Settings */
     &.purple {color: $aliv-purple}
     &.yellow {color: $aliv-yellow}
     &.red {color: $aliv-red}
     &.blue {color: $aliv-blue}
     &.orange {color: $aliv-orange}
     &.green {color: $aliv-green}
     &.pink {color: $aliv-pink}
     &.black {color: $aliv-black}
    
  }
}


/* ========================================================== */
/* [ END ]
/* ========================================================== */



/* ========================================================== */
/* [ START ] ALIV Custom Headers (Image and Text)
/* ========================================================== */

.aliv-tabs {

  .vc_tta-tabs-list {
    margin-bottom:25px !important;

  }

  &:not(.people) .vc_tta-tabs-list {
    
    text-align:center;

  }
  
  .vc_tta-tab, .vc_tta-tab>a {
    font-size:1.2em;
    border-radius:0 !important;
    /*border-color: $aliv-green !important;*/
    color: $aliv-green !important;
    text-transform:lowercase !important;
    border-color: transparent !important;
  }
  
  /* Make the Tab Seems as if it is opening up to the content */
  /* update, we are reversing this concept */
  .vc_tta-tab.vc_active>a { 

    border-bottom: 3px solid !important;


     /* Color ettings */
     &.purple {border-bottom-color: $aliv-purple !important}
     &.yellow {border-bottom-ccolor: $aliv-yellow !important}
     &.red {border-bottom-ccolor: $aliv-red !important}
     &.blue {border-bottom-ccolor: $aliv-blue !important}
     &.orange {border-bottom-ccolor: $aliv-orange !important}
     &.green {border-bottom-ccolor: $aliv-green !important}
     &.pink {border-bottom-ccolor: $aliv-pink !important}
     &.black {border-bottom-ccolor: $aliv-black !important}


  }


  /* Remove left, right and bottom padding to open up tabs */
  .vc_tta-panels {
    /* border-color: $aliv-green !important; */
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  
  }


  &.business-tabs {

    .ult_exp_section_layer {

      margin-bottom:0;


    }

    .ult_expheader {

          text-transform: lowercase;
          font-weight: bold;
          color: $aliv-blue;
          font-size: 25px;
    }

    .ult_ecpsub_cont {

      max-width:100%;
      text-align:left;
    }

    .ult_exp_section {
      background: white !important;
      border-bottom: 1px solid #b1b1b1;
      padding-bottom: 20px;

    }

    .ult_exp_content {
      background:white !important;
    }




  }
  
}


/* ========================================================== */
/* [ END ]
/* ========================================================== */


#masthead.header-6 .main-nav, #masthead.header-6 .header-wrap {
 /* Color Settings */
 &.purple {background-color: $aliv-purple}
 &.yellow {background-color: $aliv-yellow}
 &.red {background-color: $aliv-red}
 &.blue {background-color: $aliv-blue}
 &.orange {background-color: $aliv-orange}
 &.green {background-color: $aliv-green}
 &.pink {background-color: $aliv-pink}
 &.black {background-color: $aliv-black}

}


 #masthead a, #masthead p {
    font-family: 'CircularPro-Book', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}


/* Culture Page custom styles*/
.page-id-5649680 {


   .aliv-column {
  
    background-color: $aliv-black !important;
    transition: all 0.5s ease;
      
      
        
      &.purple { &:hover {background-color: $aliv-purple !important}}
      &.yellow { &:hover {background-color: $aliv-yellow !important}}
      &.red {&:hover {background-color: $aliv-red !important}}
      &.blue {&:hover {background-color: $aliv-blue !important}}
      &.orange { &:hover {background-color: $aliv-orange !important}}
      &.green {&:hover {background-color: $aliv-green !important}}
      &.pink {&:hover {background-color: $aliv-pink !important}}
      &.black {&:hover {background-color: $aliv-black !important}}
        
    
  
  }

  
}



/* ============================== */
/* [ START ]  Aliv CTA BUTTON ======= */
/* ============================== */



.aliv-cta-button {

  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: transparent !important;
    border: 2px solid $aliv-green !important;
    color: $aliv-green !important;
    text-transform:lowercase;
  }
  
  &:hover {

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
      background: $aliv-green !important;
      color: white !important;
    }
    
  }

  /* make homepage header slightly bigger and stick to white */
  &.home-header {

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {

        background: transparent !important;
        color: white !important;
        border: 3px solid white !important;
        font-size:17px;

    }


  }


}





.aliv-cta3-button {

  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: transparent !important;
    border: 3px solid white !important;
    color: white !important;
    text-transform:lowercase;
  }
  
  &:hover {

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
      background: $aliv-purple !important;
      color: white !important;
    }
    
  }

  /* make homepage header slightly bigger and stick to white */
  &.home-header {

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {

        background: transparent !important;
        color: white !important;
        border: 3px solid white !important;
        font-size:17px;

    }


  }


}



/* ============================== */
/* [ END ]  Aliv CTA BUTTON ========= */
/* ============================== */




.aliv-column {
  
  
  
 /* Color Settings */
 &.purple {background-color: $aliv-purple}
 &.yellow {background-color: $aliv-yellow}
 &.red {background-color: $aliv-red}
 &.blue {background-color: $aliv-blue}
 &.orange {background-color: $aliv-orange}
 &.green {background-color: $aliv-green}
 &.pink {background-color: $aliv-pink}
 &.black {background-color: $aliv-black}
  
  
  &.top-right-curve {border-top-right-radius: 30px;}
  &.top-left-curve {border-top-left-radius: 30px;}
  &.bottom-right-curve {border-bottom-right-radius: 30px;}
  &.bottom-left-curve {border-bottom-left-radius: 30px;}
  
  
  /*  Modify the paragraph size, bump it up a bit. */
  P {
   font-size: 1.05em;
  }
  




.aliv-cta-button.white {

  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border: 2px solid white !important;
    color: white !important;
  }
  
  &:hover {

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border: 2px solid white !important;
    color: white !important;
    }
    
  }


}


  &.with-background {

       background-size: 400px;


      &.right {
        
        background-position: right;

      }
    

  }


  
  
  /*
  .aliv-blocks {
    &:hover {
    box-shadow:none !important;
    }
    
  }
  */
  
  &.video-fill {
    
    .ult-video {
    margin:0 !important;
    }
  
  }
  
  
  
  .ult-carousel-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
  }


  /* Transition Out 
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

  Shadow Hover Effect 

  &:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  */
  
  
  
  
            /* Transition Out */
          transition: all 0.3s cubic-bezier(.25,.8,.25,1);


          &.pushed-out, &.pushed-out::after {

            -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

            transition: all 0.3s cubic-bezier(.25,.8,.25,1);

            
            /*
            &:hover {

              box-shadow: none;
              transition: all 0.3s cubic-bezier(.25,.8,.25,1);

            }
            */

          }

          &.pushed-in, &.pushed-in::after {

            /*
          -moz-box-shadow:    inset 0 0 10px #000000;
             -webkit-box-shadow: inset 0 0 10px #000000;
             box-shadow:         inset 0 0 10px #000000;
            
            */
            
            -webkit-box-shadow: inset 0px 0px 12px 4px rgba(0,0,0,0.15);
            -moz-box-shadow: inset 0px 0px 12px 4px rgba(0,0,0,0.15);
            box-shadow: inset 0px 0px 12px 4px rgba(0,0,0,0.15);
             
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);

            
            /*
            &:hover {

              box-shadow: none;
              transition: all 0.3s cubic-bezier(.25,.8,.25,1);

            }
            
            */


          }




  

}


/* This code is for adjusting the header text on the page (this is already applied to the products page */

/*
header.light-text {
    color: #000 !important;
}
*/




.aliv-blocks:not(.home-blocks)  {

    img {
        filter: url('https://bealiv.com/wp-content/uploads/2020/08/filters.svg#grayscale'); /* Firefox 3.5+ */ 
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
        transition: all 0.2s ease; 
    }
    img:hover {
        filter: none; /* Applies to FF + IE */
        -webkit-filter: grayscale(0);
        transition: all 0.2s ease;
    }
  
    
  
}


.aliv-blocks-button:not(.home-blocks)  {

    img {
        filter: url(https://www.bealiv.com/wp-content/uploads/2021/01/download.png); /* Firefox 3.5+ */ 
        filter: $aliv-green; /* IE6-9 */
        -webkit-filter: $alive-green(1); /* Webkit Nightlies & Google Chrome Canary */
        transition: all 0.2s ease; 
    }
    img:hover {
        filter: $aliv-green; /* Applies to FF + IE */
        -webkit-filter: $aliv-green(0);
        transition: all 0.2s ease;
    }
      
  
}


/***** Pulse *****/

.pulse-a:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);
  100% { transform: scale(1); }
  }
  
  img:hover {
  opacity: 0.5;
  color: $aliv-green !important; 
}
  
}



/***** Zoom *****/

.zoom-a:hover{
  transform: scale(1.1);
  transition: all ease 500ms;
}

.aliv-blocks.abc-blocks {
        filter: none !important; /* IE6-9 */
        -webkit-filter: none !important; /* Webkit Nightlies & Google Chrome Canary */

}
  
 


  .aliv-people-profile-image {
    p {
    margin:0;
    padding:0;
    }
    
    .vc_column-inner {
    padding:0;
    }
    
    img {
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 0 !important;
    }
  
  }


.aliv-people-profile-title {
  
  h2, h3 {
    /* font-size:2.25em; */
  margin-top:0 !important;
    margin-bottom:0 !important;
    
  }

}


.aliv-people-profile-experience {
    background-color: #eaeaea !important;
}




/* Aliv Menu Navigation Custom Colors */

.fullscreen-navigation li a span {
  &:hover {
    
  &.purple {color: $aliv-pink}
  &.yellow {color: $aliv-yellow}
  &.red {color: $aliv-red}
  &.blue {color: $aliv-blue}
  &.orange {color: $aliv-orange}
  &.green {color: $aliv-green}
  &.pink {color: $aliv-pink}
  &.black {color: $aliv-black}
  
  }
}

.fullscreen-navigation li:hover > a.menu-link {
   opacity: 1 !important;
}

/*============================ */
/* 

NOTES

- This is will allow for some more bleeing or branding in the menu options, 

This works together with the randomColor(); method in the JS

*/


/* Modify the opacity of the full page menu */
.fullscreen-navigation {
  background: rgba(34, 34, 34, 0.75) !important;
}



/* ================== */
/* Aliv BLOCKS */
/* ================== */


.aliv-blocks {
  
  &.ult_main_cl.ult-adjust-bottom-margin {
  margin-bottom:0 !important;
  }

  padding: 20px;
  position:relative;
  
  line-height:0 !important;
  
  h1, h2, h3, h4, h5, h6, p {
  
    color: white !important;
    margin-left: 15px; /* Some typesetting for text within block (without compromising on padding of the block */
    margin-right: 15px;
  }
  
  
  
  &.cta-link {
  
    span {
    font-size:1.2em;
      
    }
    
    a:hover {
      
      span {
      border-bottom: 1px solid white;
      }
    
    }
  
  }



  h2 {
    margin-top:0 !important;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }


  &.not-anchored {

    h2 {

      position: relative !important;
      left:0 !important;

    }
  }

  &.image-fill {
   
   padding: 0 !important;
    
    img {
    width:100% !important;
    }
    
    
    p {
    margin:0;
      line-height: 0 !important;
    }

  }
  
  &.slideshow {
  
    .flexslider {
        border:none !important;
    background:none !important;
    Border-radius:0 !important;
    Box-shadow:none !important;
      margin:0 !important;
    }
    
    .flex-control-nav, .flex-direction-nav {
    display:none !important;
    }
  
  }


  
  a {color: white !important;}

  /* Color Settings */
  &.purple {background-color: $aliv-purple}
  &.yellow {background-color: $aliv-yellow}
  &.red {background-color: $aliv-red}
  &.blue {background-color: $aliv-blue}
  &.orange {background-color: $aliv-orange}
  &.green {background-color: $aliv-green}
  &.pink {background-color: $aliv-pink}
  &.black {background-color: $aliv-black}
  
  /* Sizing */
  &.full-height {min-height:500px;}
  &.three-quarter-height {min-height:360px;}
  &.half-height {min-height: 235px;}
  &.quarter-height {min-height: 110px;}
    
  
  

}


.site-footer {

  background-image: url(https://bealiv.com/wp-content/uploads/2020/06/aliv-rainbow-footer.png);
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: right !important;
  background-color: white !important
}

#norebro-custom-5ef3a6eba01d0 p.subtitle {
  color: white !important;
}

#norebro-custom-5ef6458351777 p.subtitle {
 color: white !important;
}

/*
.header-title .bg-image {
   background-color: $aliv-green;
}
*/


.header-title .bg-image, .home-featured-slider {


 /* Color Settings */
 &.purple {background-color: $aliv-purple}
 &.yellow {background-color: $aliv-yellow}
 &.red {background-color: $aliv-red}
 &.blue {background-color: $aliv-blue}
 &.orange {background-color: $aliv-orange}
 &.green {background-color: $aliv-green}
 &.pink {background-color: $aliv-pink}
 &.black {background-color: $aliv-black}

}


.norebro-bar {

  animation: colorchange 35s infinite; 
  -webkit-animation: colorchange 35s infinite; 

}

@keyframes colorchange
{
  0%   {background: $aliv-green;}
  10%  {background: $aliv-blue;}
  20%  {background: $aliv-yellow;}
  30%  {background: $aliv-orange;}
  40%  {background: $aliv-red;}
  50%  {background: $aliv-pink;}
  60%  {background: $aliv-red;}
  70%  {background: $aliv-orange;}
  80%  {background: $aliv-yellow;}
  90%  {background: $aliv-blue;}
  100% {background: $aliv-green;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: $aliv-green;}
  10%  {background: $aliv-blue;}
  20%  {background: $aliv-yellow;}
  30%  {background: $aliv-orange;}
  40%  {background: $aliv-red;}
  50%  {background: $aliv-pink;}
  60%  {background: $aliv-red;}
  70%  {background: $aliv-orange;}
  80%  {background: $aliv-yellow;}
  90%  {background: $aliv-blue;}
  100% {background: $aliv-green;}
}








.home-featured-slider {

  .feature-slider-content {

    h1, h2, h3, h4, h5, h6, p {
      color: white !important;
    }
    
    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
      background: transparent !important;
      border: 2px solid white !important;
      color: white !important;
      text-transform:lowercase;
    }

  }


}


.header-title .subtitle {
  opacity: 1 !important;
}

.header-title {
  height: 375px;
}

.aliv-product-column {

  .aliv-product-name, .aliv-product-price {

    h3 {
      margin-top:0;
    }

  }
  
  .aliv-product-name h3 {

    font-size:1.25em;


  }
  
  .aliv-product-price h3 {

    font-size:2.50em;

  }


}


.bar-hamburger .hamburger, .hamburger:after {
  color: white !important;
}





/* [OWL CAROUSEL SETTINGS ]*/

.owl-stage-outer > .owl-stage > .owl-item {
padding:0 !important;
}

/* Remove OWL Dots */

.owl-dots {
display:none;
}



/* ================================ */
/* [START] Aliv In Page Menu Widget */
/* ================================ */

.aliv-in-page-menu {

  text-align: right;
  
  .widgettitle {
  margin-top:0;
  }

}



/* ================================ */
/* [ END ] */
/* ================================ */


.aliv-ticker {
  
  &.plans {
    h2 {
    color: white !important;
    /*margin-top:0 !important;*/
    }
  }

}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
color: $aliv-blue !important;
}

.wpb-js-composer .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: $aliv-blue !important;
}


/* =============================== */
/* [ FAQ DESIGN MODIFICATIONS ] == */
/* =============================== */

/* Hide Author, Permalink and Category Details*/
.ewd-ufaq-author-date, .ufaq-faq-categories, .ufaq-permalink {
    display:none !important;
}

.ufaq-faq-div {
margin-bottom:25px;
}

.ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
font-size:20px;
}

.ui-autocomplete {
  padding:5px;
text-align: left;
  max-width:100% !important;
  width:100%; 
  
  li {
  list-style-type:none;
  
  }
}


/* ====================================== */
/* [ ALIV CREATES - APP FOCUS BLOCKS ] == */
/* ====================================== */

.aliv-app-focus-block {
  
    background-color: white;
    
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 25px black;
    text-align:center;
  
    h1, h2, h3, h4, h5, h6, p {
      color: black !important;
    }


}

.abc-resources-grid-feed {
  
  /* Remove featured image */
  .vc_gitem-animated-block {
  display:none !important;
  }
  
  .vc_gitem-zone {
  background-color: transparent !important;
  }


  .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {

    background-color: transparent;
    border: 2px solid $aliv-red;
    color: $aliv-red;
    text-transform: lowercase;

  }



}

.abc-articles-post-feed {
  
  .blog-grid footer .author
  .blog-grid footer .data, 
  .blog-grid footer strong {
      display:none;
  }
  
  

}


/* ====================================== */
/* [ DYNAMIC ALIV PRODUCT PRICE LIST ] == */
/* ====================================== */

.aliv-product-price-block {
  display: table;   /* Allow the centering to work */
  margin: 0 auto;

}

ul.aliv-product-prices {
  
  &.landing-sticker {

    font-size:0.65em;
    
    li {

      list-style-type:none;
      float:left;
      
      &:first-child {
        margin-right:15px;
      }
      
      &.strikethrough {
        
        .amount {
          
          color: $aliv-green !important;
          text-decoration:none !important;
          
          
          &:nth-child(3) {
          color: $aliv-green !important;
            text-decoration:none !important;
          }
          

        }
        
      
      }

      
    }
  
  }
  
  /*
  li {  
    float:left;
    
    &:first-child {
    margin-right:30px;
    }
    
  }
  */
  
  span.amount {
    display:block;
    font-size: 2.5em;
      color: #00c4b3;
  
  }

}

/* Reduce the size of images in shop categories on shop page */
.shop-category-display {
  text-align:center;
  img {
    width:60%;
  }
}



/* ================================== */

.aliv-corporate-news-feed {
  
  
  .vc_gitem_row {
  border-left: 5px solid $aliv-green;
    
    
     /* Color Settings */
     &.purple {border-color: $aliv-purple}
     &.yellow {border-color: $aliv-yellow}
     &.red {border-color: $aliv-red}
     &.blue {border-color: $aliv-blue}
     &.orange {border-color: $aliv-orange}
     &.green {border-color: $aliv-green}
     &.pink {border-color: $aliv-pink}
     &.black {border-color: $aliv-black}
      
    
  }
  
  .vc_gitem-post-data-source-post_title {
    font-family: 'CircularPro-Bold', 'Helvetica', 'Arial', sans-serif;
    font-size: 22px;
  }
  
  .vc_gitem_row .vc_gitem-col {
  padding-top:0px;
  }
  
  .vc-gitem-zone-height-mode-auto:before {
  padding-top:115px !important;
  }
  
  
}

/* ============================================ */
/* [ ALIV VIDEO FOR CULTURE PORTFOLIO PAGES ]== */
/* ============================================ */

.aliv-culture-video-row {
/* margin-bottom: 40px; */

  .vc_column-inner {
    
      padding:0 !important;
    
      .ult-video {
      margin:5px ! Important;
      }
    
  }
}


/* =================================================== */
/* [ ALIV PRODUCT FEED FOR CULTURE PORTFOLIO PAGES ]== */
/* =================================================== */

.aliv-product-feed-grid {
  
  .aliv-product-feed-block {
    
    text-align:center;
    
    &:before {
    padding-top:0 !important;
    }
    
    .vc_gitem-row-position-top, 
    .vc_gitem-row-position-top {
      position:relative !important;
    }
    
    .vc_gitem-row-position-middle, 
    .vc_gitem-row-position-middle {
      position:relative !important;
      transform:none !important;
    }
    
    .vc_gitem-row-position-bottom,
    .vc_gitem-row-position-bottom {
       position:relative !important;
    }
    
    
    .aliv-product-image {
    
    }
    
    .aliv-product-name {
      
      margin:0;
      
      h3 {
      margin-top:0;
        margin-bottom:0;
      }
      
      
    }
    
    .aliv-product-label {
      display: table;
      margin: 0 auto;
    }
    
    .aliv-product-link {

   }

}
}

.aliv-plans-accordion {
    
    .ult_ecpsub_cont {
    max-width:100%;
    }


}

/* ============================================ */
/* [ ALIV CAROUSEL CTA LINK (FOR HOME PAGE ] ]== */
/* ============================================ */

.carousel-details-link {
  
  position:absolute;
  
  &.top-left {top: 50px; left: 40px;}
  &.top-right {top: 50px; right: 40px;}
  &.bottom-left {bottom: 50px; left: 40px;}
  &.bottom-right {bottom: 50px; right: 40px;}
  &.bottom-center {bottom: 50px; right: 50px;}
 
  
  a {
    color:white;
    padding: 10px 15px;
    border: 2px solid;
    border-radius: 5px;
  }

  /* Color Settings */
  &.purple {a {color: $aliv-purple}}
  &.yellow {a {color: $aliv-yellow}}
  &.red {a {color: $aliv-red}}
  &.blue {a {color: $aliv-blue}}
  &.orange {a {color: $aliv-orange}}
  &.green {a {color: $aliv-green}}
  &.pink {a {color: $aliv-pink}}
  &.black {a {color: $aliv-black}}

  &.disable {
    display:none;
  }
  
  

}




.carousel-details-link-3 {
  
  position:absolute;
  
  &.top-left {top: 50px; left: 40px;}
  &.top-right {top: 50px; right: 40px;}
  &.bottom-left {bottom: 50px; left: 40px;}
  &.bottom-right {bottom: 50px; right: 40px;}
  &.bottom-center {bottom: 50px; right: 50px;}
 
  
  a {
    color:white;
    padding: 10px 15px;
    border: 2px solid;
    border-radius: 30px;
  }
  

  /* Color Settings */
  &.purple {a {color: $aliv-purple}}
  &.yellow {a {color: $aliv-yellow}}
  &.red {a {color: $aliv-red}}
  &.blue {a {color: $aliv-blue}}
  &.orange {a {color: $aliv-orange}}
  &.green {a {color: $aliv-green}}
  &.pink {a {color: $aliv-pink}}
  &.black {a {color: $aliv-black}}

  &.disable {
    display:none;
  }
  
  

}



.carousel-details-link-4 {
  
  position:absolute;
  
  &.top-left {top: 50px; left: 40px;}
  &.top-right {top: 50px; right: 40px;}
  &.bottom-left {bottom: 50px; left: 40px;}
  &.bottom-right {bottom: 50px; right: 40px;}
  &.bottom-center {bottom: 50px; right: 50px;}
 
  
  a {
    color:white;
    padding: 1px 4px;
    border: 2px solid;
    border-radius: 1px;
  }

  /* Color Settings */
  &.purple {a {color: $aliv-purple}}
  &.yellow {a {color: $aliv-yellow}}
  &.red {a {color: $aliv-red}}
  &.blue {a {color: $aliv-blue}}
  &.orange {a {color: $aliv-orange}}
  &.green {a {color: $aliv-green}}
  &.pink {a {color: $aliv-pink}}
  &.black {a {color: $aliv-black}}

  &.disable {
    display:none;
  }
  
  

}
/* ============================================ */
/* [ ABC PAGE ENHANCEMENTS ] ]== */
/* ============================================ */


.blog-posts-masonry {
  footer {
    display:none;
  }
}

/* ===================================== */
/* ROAMING WITH ALIV 
/* ===================================== */

.aliv-roaming-countries {
  
  ul li {list-style-type:none;}
    
  .vc_tta-panel-heading {
    
    background:transparent !important;
    /* border-bottom: 2px solid !important; */

    .vc_tta-panel-title a {
      border-bottom: 2px solid !important;
    }

  }
  
  .vc_tta-panel-body {
    color: white !important;
  }
    
  #north-america {

    a {color: $aliv-purple;}
    .vc_tta-panel-body { background-color: $aliv-purple;}

    .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
      .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: $aliv-purple !important;
    }

  } 

  #south-america {

    a {color: $aliv-blue;}
    .vc_tta-panel-body { background-color: $aliv-blue;}

    .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
      .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: $aliv-blue;
    }

  } 

  #africa {

    a {color: $aliv-black;}
    .vc_tta-panel-body { background-color: $aliv-black;}

    .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
      .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: $aliv-black;
    }

  } 

  #europe {

    a {color: $aliv-orange;}
    .vc_tta-panel-body { background-color: $aliv-orange;}

    ..vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
      .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: $aliv-orange;
    }

  } 

  #asia {

    a {color: $aliv-green;}
    .vc_tta-panel-body { background-color: $aliv-green;}

    .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
      .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: $aliv-green;
    }

  } 

  #oceania {

    a {color: $aliv-red;}
    .vc_tta-panel-body { background-color: $aliv-red;}

    .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
      .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: $aliv-red;
    }

  } 

}

.aliv-business-package-blocks {
  
  .service-block {
    border-bottom: 1px solid $aliv-green;
    padding-bottom: 20px;
    
    p {
    font-size: 16px;
    }
    
    &.last-block {
    border:none !important;
    }
    
    &.header-block strong {
    color: $aliv-green;
    }
    
  }
  
  

}


/* lowercase for collapsible accordion */

.ult_exp_section .aio-icon i, .ult_expheader, .ult_expsection_icon {
    text-transform: lowercase !important;
    font-weight: bold;
    font-size: 22px;
}

/* ====================================== */
/* [ FOOTER PAYMENT ICONS ] == */
/* ====================================== */

ul.footer-payment-icons {
  li {
    list-style-type:none;
    float:left;
    margin-left:10px;
    img {
    width:60px;
    }
  }
}

.aliv-faqs-collapsible {
  
  .ult_ecpsub_cont {
  text-align:left !important;
    margin:0 !important;
  }

}



/* ====================================== */
/* [ FORM MODIFICATIONS ] == */
/* ====================================== */


.aliv-custom-form {
  
  &.newsletter-form {
    
    ::-webkit-input-placeholder { color: white; }
    :-ms-input-placeholder { color: white; } /* Internet Explorer 10-11 */
    ::placeholder { color: white; }
    
    input:not([type="submit"]), textarea, select {
    color: white;
    border-bottom: 1px solid white;
    }
    
    /* Apply same styles as CTA */
    input[type="submit"] {
      
        background: transparent !important;
        text-transform: lowercase;
        border: 2px solid white !important;
        color: white !important;

        &:hover {
          border: 2px solid #00c4b3 !important;
          color: #00c4b3 !important;
        }
    
    }
    
    
  }
  
  
  &.abc-suggestion-form {
    
    input:not([type="submit"]), textarea, select {
        color: white !important;
      border-bottom: 1px solid white;
    }
    
    
    ::-webkit-input-placeholder { color: white; }
    :-ms-input-placeholder { color: white; } /* Internet Explorer 10-11 */
    ::placeholder { color: white; }
    
        /* Apply same styles as CTA */
    input[type="submit"] {
      
        background: transparent !important;
        text-transform: lowercase;
        border: 2px solid white !important;
        color: white !important;

        &:hover {
          border: 2px solid #00c4b3 !important;
          color: #00c4b3 !important;
        }
    
    }
    
  
  }


} 

/* Remove extra spacing caused by breadcrumbs on Translated pages */
.page-container.without-breadcrumbs {
margin-top: 0 !important;
}


/* Branded Preloader Adjustments */

.preloader .custom-preloader img {
width:100px;
}


/* =============================================== */
/* [ START ] Search Page Customizations ========== */
/* =============================================== */


.blog-grid.boxed {
background: transparent !important;
}

.search.search-results {
  
  .search-page {
  margin-top:50px !important;
  }

}