/*
Theme Name: Pictorico Child
Version: 1.0
Description: A child theme of Pictorico
Edited by: Marta Brocki
Template: pictorico
*/

@import url("../pictorico/style.css");

/*no dates shown when hovering over thumbnails on home page*/

.home .post .entry-meta {
display: none;
}

/*no dates shown when hovering over thumbnails on category pages*/
.category .post .entry-meta {
  display:none;
}

/*change formatting of titles on category pages to no italics and bold uppercase font*/

.page-title {
    font-size: 2em;
    line-height: 1em;
    font-family:  Hind, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #00AEEF
}

/*change colour of menu text to EDL blue*/

.menu-toggle ul a:hover, .main-navigation.toggled .nav-menu ul a:hover, .site-title a, .main-navigation ul li:hover > a, .main-navigation ul li:hover > a:visited, .main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a {
    color: #00AEEF;
}

/*hide date and author on post pages*/

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}

/*hide header on post pages to get rid of massive stretched images*/
.single .entry-thumbnail {
   display: none;
}

/*change background colour of header on post pages*/
.single .entry-header {
    background: #00AEEF;
	height: 300px;
}

/*change hover background colour for project titles on homepage to EDL blue*/
.home .post .entry-title
{background: #00AEEF;
}

/*change hover background colour for project titles on category page to EDL blue*/
.category .post .entry-title
{background: #00AEEF;
}

/*change bottom bar background colour to EDL blue*/
.widget-areas {
    background: #00AEEF;
    color: white;
    padding: 0px;
    font-size: 1.2em;
}

/*remove underline from links in bottom bar*/
.widget-areas a:link {
    text-decoration: none;}

/*next page navigation colour changed to pink background*/
.site-main .post-navigation .nav-next a, .site-main .paging-navigation .nav-next a {
    background: #EC008C;
    color: rgba(255, 255, 255, 0.5);
    float: right;
    padding: 15px 65px 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
}

/*previous page navigation colour changed to pink background*/
.site-main .post-navigation .nav-previous a, .site-main .paging-navigation .nav-previous a {
    background: #EC008C;
    color: rgba(255, 255, 255, 0.5);
    float: left;
    padding: 15px 15px 15px 65px;
    position: relative;
    text-align: center;
    width: 50%;
}

/* page navigation arrows changed to pink background*/
.site-main .post-navigation .meta-nav:before, .site-main .paging-navigation .meta-nav:before {
    content: "\f430";
    background: #EC008C;
    display: block;
    font-size: 32px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

/*On PEOPLE page, title block formatting and background colour changed to EDL blue and size adjusted*/
.entry-header {
    background: #00AEEF;
    border-bottom: 25px solid #00AEEF;
    border-top: 52.5px solid #00AEEF;

