/*
Theme Name:   TwentySeventeenChild
Description:  Child Theme 2017
Author:       admin
Author URL:   http://pestagric.co.za
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  TwentySeventeenChild
*/

/* Write here your own personal stylesheet */
/*Removes Wordpress tag*/
.site-info{display: none;}

/*Removes page header title*/
.page .hentry .entry-header {
    display: none;
}

/*Header shader removed*/
.custom-header-media::before {
  background: none;
}

/*Site-title*/
.site-title, .site-title a {
color: red ;
font-family: !important;
font-size: 5px !important;
}

/*Header only on homepage*/
body:not(.home) 
  .wp-custom-header img { 
	display: none; 
}

/*Removes header media area*/
.site-branding {
  display: none;
}
.home .site-branding {
  display: none;
}


/*Main menu and submenu text colour & size*/
.navigation-top a {
color: #0a87f3 !important;
font-size: 16px;
font-family: ;
}



/*Moves header below menu
@media (min-width: 760px) {
.navigation-top {
position: absolute;
top: 0px;
width: 100%;
height: 70px;
}
}
@media (min-width: 760px) {

.custom-header {
position: relative;
padding-top: 70px;
}
}
*/




/*Footer adjustments*/

/*Adjusts the 4 footer segemnts*/
.site-footer .widget-column.footer-widget-1
{
width: 100%;
}
.site-footer .widget-column.footer-widget-2
{
width: 100%;
}


/*Changes footer alignment
footer {
    text-align: right; 
}*/

/*Changes the footer colour*/
.site-footer { background: #0a87f3; }
.site-footer {
    color: #ffffff;
}
.site-footer a {
     color: #ffffff;
}
.site-footer a:hover {
     color: #ffffff;
}
