/*
 * Globals
 */
/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
 
i.fas.fa-search.new {
    background: url(https://gibiru.com/gibiru/wp-content/uploads/2019/06/new-gibiru-icon.png);
    padding: 1px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: transparent;
    padding-left: 4px;
    margin-top: 1px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: none !important;
}

nav#mainNav {
    width: 100%;
    max-width: inherit !important;
}

@media (max-width: 768px) {
.bannermenu {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    position: relative !important;
    right: -15px !important;
    top: 130px !Important;
    z-index: 1 !important;
}

.bannermenu.new img {
    height: 32px !important;
    margin-top: 20px;
}

img.gppwording {
    max-width: 320px !important;
}

/*nav#mainNav {
    width: 96%;
}*/
}

.bannermenu {
    margin-left: auto;
    text-align: center !important;
    position: relative !important;
    right: 0px !Important;
    top: -1px !important;
}

@media (max-width: 768px){
.starter-template {
    margin-top: 17px;
}
}

.col-lg-12.text-center {
    display: none;
}

.container.my-auto {
    background: url(https://gibiru.com/gibiru/wp-content/uploads/2019/06/site-gibiru-search-page-design-element-1900x1132.png);
    background-repeat: no-repeat;
    background-position: center center;
}

form#cse-search-box {
    border: 1px solid #979797;
    height: 40px;
    border-radius: 10px;
}

.container.my-auto {
    padding-top: 60px;
    padding-bottom: 89px;
}

img.gppwording {
    max-width: 400px;
    margin-top: -9px;
}

i.fas.fa-search.new {
    background: url(https://gibiru.com/gibiru/wp-content/uploads/2019/06/new-gibiru-icon.png);
    padding: 1px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: transparent;
    padding-left: 4px;
    margin-top: 1px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: none !important;
}


a#read-more img {
    max-width: 103px;
}

.bannermenu.new img {
    height: 43px;
}


.input-group.gibiru-search.has-clear.mb-3 {
    top: 0;
}

form#cse-search-box {
    border: 0px !important;
}

.input-group.gibiru-search.has-clear.mb-3.new {
    top: -4px;
    border: 1px solid rgb(130, 130, 130);
    border-radius: 7px;
}

a.navbar-brand {
    margin: 0 15px !important;
}

img.bannermenuingthree {
    margin-left: 14px;
}

nav#mainNav {
    background: #fafaff !important;
}
nav#mainNav {
    justify-content: flex-start;
    max-width: 1140px;
    width: 100%;
    padding: 15px 5px;
    margin-right: auto;
    margin-left: auto;
}

/* modification for non-results page, including homepage */
nav#mainNav.non-results > .container{
    justify-content: flex-end;
}
nav#mainNav.non-results > .container .secondary-menu > a{
  font-size: 0.8em;
}
nav#mainNav.non-results > .container .secondary-menu > a::before{
  width:32px;
  height:32px;
}

.secondary-menu{
    padding: 0 20px;
    transition: all 200ms ease-out;
  }
  .secondary-menu > a{
    color: gray;
    margin-right:15px;
    line-height: 1.2;
    font-size: 1.1rem;
  }
  .secondary-menu > a:last-child{
    margin-right: 0;
  }
  .secondary-menu > a::before {
    content: '';
    display: inline-block;
    width:36px;
    height:36px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right:10px;
    margin-top: -2px;
  }
  .icon-mobile-app::before{
    background-image: url("/assets/img/mobile-app-icon.png");
  }
  .icon-vpn::before{
    background-image: url("/assets/img/express-vpn-icon.png");
  }
  .icon-privacy::before{
    background-image: url("/assets/img/privacy-policy-icon.png");
  }


  @media screen and (max-width: 1200px){
    .navbar-brand > img{
      width: 150px;
      height: auto;
    }
    .secondary-menu > a{
      font-size: 1em;
    }
    .secondary-menu > a::before{
      width:32px;
      height:32px;
    }
  }

  @media screen and (max-width: 1024px){
    .secondary-menu > a{
      font-size: 0.8em;
    }
    .secondary-menu > a{
      text-align: center;
      display:inline-block;
    }
    .secondary-menu > a::before{
      display:block;
      margin: 0 auto 5px;
    }
  }

  @media screen and (max-width: 768px){
    nav#mainNav{
      flex-direction: column;
      padding: 5px 5px;
    }
    .navbar-brand, .containerhead form#cse-search-box, .secondary-menu{
      margin:5px auto !important;
    }
    .secondary-menu{
      max-height: 60px;
      padding-top: 10px;
    }
    body.scrolled .secondary-menu{
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      padding-top: 0;
      transform: translateY(-15px);
    }
  }