@charset "UTF-8";
/* CSS Document */

.gsc-search-button-v2 svg {
    height: 20px !important;
 width: 20px !important; 
    /*background: #BE063E !important;*/
}
.cse .gsc-search-button-v2:focus, .gsc-search-button-v2:focus {
    box-shadow: inset 0 0 0 0px rgba(255,255,255,0.5) !important; 
    padding: 5px 27px 0px 27px !important;
}


.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 17px !important;
    padding: 5px 27px 0px 27px !important;
    width: auto;
    vertical-align: middle !important;
    border: 1px solid #BE063E;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*border-color: #BE063E !important;
    background-color: #BE063E !important;
    background-image: linear-gradient(top,#4d90fe,#4787ed);*/
}
    
    /* Use a different font family for search results */
    .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 23px;
}
    .gs-title, .gs-snippet {
        font-family: "Univers LT W04_47 Light Cond";
 
    }
    
    /* Add a border between individual search results */
    .gs-webResult {
        transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
padding: 25px 60px;
background-color: #fafafa;
border: 1px solid #f1f1f1;

    }
    .gs-webResult:hover {
        
        background-color: #fff;
box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.25);
    }
    
    /* Do no display the count of search results */    
    .gsc-result-info {
        display: yes;
    }
    
    /* Hide the Google branding in search results */
    .gcsc-branding {
        display: none; 
        opacity: 0;
    }
    
    /* Hide the thumbnail images in search results */
    .gsc-thumbnail {
        display: none;
    }
    
    /* Hide the snippets in Google search results */
    .gs-snippet { 
        display: yes;
    }
    
    /* Change the font size of the title of search results */
  
    .gs-title a{ 
    
         color: #434a54;
    
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
        font-size: 20px !important;
        text-decoration: none;
 
         
    }
    .gs-title a::before {
  content: "\00bb "" ";
       line-height: 22px;
}
    
    /* Change the font size of snippets inside search results */
    .gs-snippet {
        font-size: 17px;
    }
    
    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
        font-weight: normal;
        font-size: 24px !important;
        text-decoration: none;
    }
    
    /* Do no display the URL of web pages in search results */
    .gsc-url-top, .gsc-url-bottom {
        display: none;
    }
    
    /* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
        font-size: 1.3em;
        padding: 4px 8px;
        border: 1px solid #ccc;
        border-radius: 50%;
    }
    .gsc-input{
        background-image: none !important;
color:#222 !important;
        text-indent: 0px !important;
}
    .gs-visibleUrl{ font-family: "Univers LT W04_47 Light Cond";}
/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 * .gsc-keeper : the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0;
  margin-right : 0;
  margin-bottom : 4px;
  margin-left : 0;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0;
  border-spacing : 0 0;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 12px;
}

td.gsc-search-button {
  width : 1%;
}

td.gsc-clear-button {
  width : 14px;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus svg {
    fill: #000;
    /*vertical-align: middle !important;*/
}
