/*
Theme Name:     Invent Child
Theme URI:      http://portfoliotheme.org/invent
Description:    Child theme for the Invent Theme by LiveMesh
Author:         LiveMesh
Author URI:     http://themeforest.net/user/livemesh
Template:       invent
Version:        0.1.0
*/

@import url("../invent/style.css");

#header.sticky #site-logo {
    top: 8px;
    }


    .department-member {

   	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    line-height: 30px;
	font-size: 0.95em;

    }

    .name {

    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 12px;

    }

/*już nieużywane klasy, stworzone na potrzeby kolorwania tabelek, które miały różną liczbę wierszy w kolumnach*/

.white-cell {

background-color: #ffffff;

}

.grey-cell {

background-color: #f1f1f1;

}


/* kolory linków dla widgetu Recent Tweets */
.tp_recent_tweets a:link, .tp_recent_tweets a:visited, .tp_recent_tweets a:hover, .tp_recent_tweets a:active {
 color: grey !important;
}


/*tabelki bez widocznego zarysu, a więc ramki i wypełnienia kolorem*/

table th {
  color: #555555;
  background: none;
  border: none;
  padding: 8px;
  vertical-align: top;
  text-align: left; }

table td {
  border: none;
  padding: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  vertical-align: top; }

table tr:nth-child(odd) {
  background: none; }

table tr:nth-child(even) {
  background: none; }


/* STYLOWANIE HEADERA */

/*pogrubienie czcionki w głównym menu */
#primary-menu {
    font-weight: bold;

}

/* usunięcie dolnej ramki - kreski z obszaru header (nad menu) oraz zmienienie koloru tła*/

#top-header-area {
    border:none;
    background-color: #03326a;
    }

/* zmiana koloru linku menu w headerze + po najechanu myszką */
#top-header-area #header-menu > ul.menu > li > a {
    color: #fff;
    font-weight: bold;

    }

#top-header-area #header-menu > ul.menu > li > a:hover {
    color: #fff;
    font-weight: bold;

    }

/* zmiana koloru telefonu, adresu email i elementów menu w headerze */

#top-header-area ul.contact-info > li, #top-header-area ul.contact-info > li > a, #top-header-area #header-menu > ul.menu > li > a

{
        color: #fff;


}


/* zmiana koloru telefonu, adresu email i elementów menu w headerze po najechanu myszką */

#top-header-area ul.contact-info > li:hover, #top-header-area ul.contact-info > li > a:hover, #top-header-area #header-menu > ul.menu > li > a:hover

{
        color: #fff;

}

/* zmiana koloru ikonek telefonu i maila w headerze */

#top-header-area ul.contact-info li, #top-header-area ul.contact-info li i, #top-header-area ul.contact-info li a {
    color: #fff;
}


/* telefon i adres email z headera z lewej do prawej */

#top-header-area ul.contact-info {
    float: right; }



/* WYSZUKIWARKA GOOGLE*/


/* stylizacja przycisku Search wyszukiwarki Google 23.04.2017 */

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    height: 26px !important;
    margin-top: 0 !important;
    min-width: 13px !important;
    padding: 5px 26px !important;
    width: 68px !important;
}



/* usuwa przyciski X wraz z całą ramką wokół niego . UPDATE 30.04 - dzieki temu po wpisaniu hasła do pola wyszukwiania pole nie znieksztalca sie poprzez wypuszczenie dodatkowego prostokata do dolu */
td.gsib_b {
    display: none !important;
}


/* Usuwa napis Google Twoja wyszukiwarka - obrazek i napis - 23-04-17*/
.cse input.gsc-input, input.gsc-input {
background-image:none !important;
}


/* sprawia, że napis Kontakt na Firefoksie wyrownuje sie z numerem telefonu o  mailem - 23-04-17. UPDATE 30.04.17 - na ISP PAN napis Kontakt jest pod spodem, bo pewnie menu jest za długie */
   .dropdown-menu-wrap > ul.menu > li {
       padding-top: 6px;
}


/* sprawia, że na Chrome wszystko wpada w jeden wiersz: telefon, mail, wyszukiwarka i Menu Kontakt - 23-04-17*/

#top-header-area ul.contact-info {
    display: inline-table;
 }

/*  usuwa menu rozwijane relevance/date w wynikach wyszukiwania */

.gsc-orderby {
    display:none;
    
}

/* wyrownuje wyszukiwarke w jednej linii z elementami kontaktowymi po lewej -*/
#top-header-area ul.contact-info li {
    vertical-align: middle;
    
}


/* STYLIZACJA HP*/

/* odstep pomiedzy page sections na HP */
.segment {
padding:20px 0;
}

