/*
 Theme Name:   ColorMag Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     colormag
 Version:      
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         
 Text Domain:  colormag
*/

body.home header.entry-header{display:none;}

/* START Social media */
.social-links i.fa-facebook{}
.social-links i.fa-twitter{display:none;}
.social-links i.fa-instagram{display:none;}
.social-links i.fa-pinterest{display:none;}
.social-links i.fa-youtube{display:none;}
.social-links i.fa-google-plus{display:none;}

body header#masthead div#header-text-nav-container div.social-links i.fa-facebook{font-size:35px;}

body footer#colophon div.footer-socket-right-section{position: relative;float:unset;}
body footer#colophon div.social-links{position:absolute;right:50px;float:unset;}
body footer#colophon div.social-links i.fa-facebook{font-size:35px;}
/* END Social media *

/* Start Footer adjustment */
footer#colophon div.footer-socket-wrapper{padding:20px 0px 20px;}
/* END Footer adjustment */


@media screen and (max-width: 768px){
    .menu-toggle {
        display:none !important;
    }
    .main-navigation ul{
        display:block !important;
    }
    #header-logo-image{
        margin-top: 10px;
        float:left; /*normally linebreaks before header, refloat it to avoid an extra row */
    }
    #site-title a {
        font-size: 9vw; /*Dynamicly adjust h1 size to fit within width and make space for #header-logo-image*/
    }
}