/*
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;

    }



/* 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;
}

/* wyrównanie ikon facebooka i twittera w stopce 

.sidebar .widget li {
    padding: 0;
}
*/

/* wyrównanie treści stron do lewej, nie ma już pustego miejsca na sidebar 

.layout-2c-r #content {
    float: left;
    }
*/

/* telefon i adres email z headera z lewej do prawej */

#top-header-area ul.contact-info {
    float: right; }

    /* 31.12.16 styl dla kafelkow na stronie indeksowej Library&Archive: .post-snippets .type-libarch .img-wrap .type-info */

    .post-snippets .type-course .img-wrap .type-info, .post-snippets .type-news .img-wrap .type-info, .post-snippets .type-staff .img-wrap .type-info, .post-snippets .type-department .img-wrap .type-info, .post-snippets .type-libarch .img-wrap .type-info {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }




/* 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 */
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*/
   .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;
    
}

#top-header-area ul.contact-info li {
    vertical-align: middle;
    
}



/*JUŻ OPISANE W HELPIE STYLE DLA INNYCH RZECZY */

/* ikona klodki na stronie numeru przy artykule dostepnym */
.padlock {
    background-repeat: no-repeat;
    padding-left: 38px !important;
    background-image: url(http://test.isppan.waw.pl/wp-content/uploads/2017/04/przezroczysta-klodka-20.png);
    background-color: #f2f2f2;
    background-position-x: 10px;
    background-position-y: 13px;
    background-color: #f2f2f2;
}	

.toggle-content {
    
    background-color: white;
}

/* 11.04.2017 likwiduje wyswietlanie poprzedniego i nastepnego artykulu/wpisu na dole pod artykulem/wpisem */
.previous {
    display:none;
}

.next {
    display:none;
}
