/*
 Theme Name:   Groundzero Child
 Theme URI:    https://devgirl.co.za
 Description:  A child theme for the Groundzero theme.
 Author:       devgirl
 Author URI:   https://devgirl.co.za
 Template:     groundzero
 Version:      1.0.0
 Text Domain:  groundzero-child
*/

@media screen {

  @font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
  }	


  @font-face {
    font-family: Quicksand;
    src: url(fonts/Quicksand/Quicksand-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
  }	

  :root{
    --wp--style--block-gap: 60px;
    --invert-orange: brightness(0) saturate(100%) invert(69%) sepia(44%) saturate(5959%) hue-rotate(343deg) brightness(103%) contrast(88%);
  
  }


  body{
    font-size:18px;
    font-weight:400;
  }


  .has-xxl-font-size, 
  .has-xl-font-size, 
  .has-l-font-size, 
  .has-m-font-size, 
  .has-s-font-size {
  }



  h2.huge-heading, 
  .huge-heading p, 
  p.huge-heading{
    font-size:50px;
    line-height: 40px; 
    font-size: clamp(36px, 4vw, 56px);
    line-height: clamp(40px, 4vw, 60px);
    text-transform:uppercase;
    letter-spacing: 3px;

  }



  h1, h2, h3, h4, h5, h6,
  .pretend-heading p,
  p.pretend-heading, 
  p.widget-title{
    margin:7px 0;
  }

  h1.entry-title{
    text-align:center;
  }

  h1, 
  .pretend-heading p,
  p.pretend-heading{
    font-size:38px;
    line-height:42px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: clamp(32px, 4vw, 46px);
  }
  
  h2{
    font-size:34px;
    line-height:34px;	
    font-size: clamp(24px, 4vw, 34px);
    line-height: clamp(30px, 4vw, 38px);
  }
  
  h3{
    font-size:30px;
    line-height:32px;	
    font-size: clamp(22px, 4vw, 30px);
    line-height: clamp(26px, 4vw, 34px);
  }
  
  h4{
    font-size:26px;
    line-height:30px;	
    font-size: clamp(20px, 4vw, 26px);
    line-height: clamp(24px, 4vw, 30px);
  }
  
  h5{
    font-size:22px;
    line-height:26px;	
    font-size: clamp(16px, 4vw, 22px);
    line-height: clamp(20px, 4vw, 26px);
  }

  h6{
    font-size:18px;
    line-height:22px;	
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(18px, 4vw, 22px);
  }

  p.small-heading,
  .small-heading p{

  }


  :is(h1, h2, h3, h4, h5, h6).normal {
    font-family:Nunito;
    font-weight:400;
  }

 
  a{
    text-decoration:none;
    transition-duration:200ms;
    color:white;
  }


  a:visited{

  }

  a:hover{

  }

  a:active{
    
  } 


  
  .invert{
    filter:invert(1)
  }

  .invert-orange{
    filter: brightness(0) saturate(100%) invert(69%) sepia(44%) saturate(5959%) hue-rotate(343deg) brightness(103%) contrast(88%);
  }

 
  
  
  
  
  
  #header #full-menu,
  #stickyheader #full-menu{
    text-align:left;
  }

  #header{
    padding:15px 0;
    position:relative;
    z-index:5;
    background-color: var(--wp--preset--color--primary);
  }

  .header-content{
    display:grid;
    grid-template-areas:
      "responsivemenu slogan social"
      "space logo book"; 
    grid-template-columns: 2fr 1fr 2fr;
    align-items:center;
    place-content:center space-between;
    gap:5px 15px;
    position: relative;
    z-index: 2;
  }

  #space{
    grid-area:space;
  }

  #logo{
    grid-area: logo;
    justify-self:Center;
  }

  img#africa{
    position: absolute;
    top: -113px;
    left: -115px;
    z-index: 1;
    height: 317px;
  }


  #slogan {
    grid-area: slogan;
    justify-self:center;
    text-align:center;
  }

  #slogan p{
    margin:0;
    color:var(--wp--preset--color--base);
    text-transform: uppercase;
    font-size:var(--wp--preset--font-size--m);
    font-weight:700;
  }

  #responsivemenu{
    grid-area:responsivemenu;
    align-self: flex-start;
  }

  #book{
    grid-area:book;
    margin-left:auto;
  }

  #social{
    grid-area:social;
    margin-left:auto;
  }

  #full-menu{
    grid-area: primary-menu;
    place-self:end;
  }

  .menubutton{
    grid-area: menu-mobile;
  }



  #logo{
		width:550px;
	}

  #stickyheader #logo{
    width:60px;
  }



  .has-link-color{
    color:#00feff;
  } 

  a.button-link{
    padding:15px 25px;
    border-radius:5px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1.5px;
    background-color: var(--wp--preset--color--orange);
    color: white;
    
  }

  a.button-link:hover{
    background-color: var(--wp--preset--color--base);
  }

  a.button-link.dark{
    background-color: var(--wp--preset--color--base);
    color:white;
  }

  a.button-link.dark:hover{
    background-color: var(--wp--preset--color--orange);
  }








  #full-menu a{
    font-weight: bold;
    text-transform:uppercase;
    color:var(--wp--preset--color--offset-light);
    font-size:var(--wp--preset--font-size--m);
  }   

  #full-menu .sub-menu{
    background-color:var(--wp--preset--color--dark);
  }

   #full-menu .sub-menu a{
    font-size:var(--wp--preset--font-size--s);
   }
 


  #page-content{
    background-color: var(--wp--preset--color--offset-base);
  }

  #page-sidebar{
    background-color: var(--wp--preset--color--dark);
    color: var(--wp--preset--color--offset-light);
  }

  #page-sidebar .widget-content {
    background-color: var(--wp--preset--color--offset-dark);
    color: var(--wp--preset--color--offset-light);
  }

  #page-sidebar p.widget-title{
    color: var(--wp--preset--color--light);
    font-weight:bold;
    text-transform:uppercase;
  }

  #page-sidebar .widget-content a{
    color: var(--wp--preset--color--offset-light);
  }


  #sidebar-footer{
    background-color:var(--wp--preset--color--primary);
  }


  #footer-image img{
    display:block;
  }



  #copyright{
    background-color:var(--wp--preset--color--primary);
    color:var(--wp--preset--color--base);
 
  }




} /* END media screen */






@media only screen  
and (max-width : 1024px) {

	.blog-image{
		width:180px;
		height:230px;
	}

	.blog-text{
		width:calc(100% - 210px);
	}

}


@media only screen  
	and (max-width : 900px) {
	.blog-image{
		height:280px;
	}

	.blog-text{
	}
	
}


@media only screen 
and (max-width : 480px) {

	.blog-image{
		width:100%;
		margin-right:0;
		float:none;
	}

	.blog-text{
		width:100%;
		float:none;	
	}

}

