
/*
MEDIA QUERIES ---------------------------------------
*/


@media (max-width:980px){
    .member-layout,.about-layout,.shop-layout,.contact-top,.contact-bottom {
    	grid-template-columns:1fr;gap:30px;
    }
    .team-grid {
    	grid-template-columns:repeat(3,1fr);
    }
    .about-photo {
    	position:static;
    }
  }
  
  @media (max-width:720px){
    :root {--header-h:88px;}
    body {font-size:17px;}
    .logo-top {height:78px;}
    .openbtn span {width:44px;height:5px;}
    .openbtn {gap:8px; z-index: 90;}
    .footer-row1 {grid-template-columns:1fr;justify-items:center;text-align:center;gap:16px;}
    .footer-row1 .fright {justify-content:center;}
    .footer-row2 {flex-direction:column;align-items:flex-start;gap:18px;}
    .footer-row3 {flex-direction:column;gap:10px;}
    .course-grid {grid-template-columns:1fr;}
    .team-grid {grid-template-columns:repeat(2,1fr);}
    .price-extra,.holiday-grid,.form-grid,.check-grid {grid-template-columns:1fr;}
    .coaching-days {grid-template-columns:1fr;}
    .workshop-grid {grid-template-columns:repeat(1,1fr);}
    .rental-photos {grid-template-columns:1fr 1fr;}
    .home-slogan {margin-bottom:28px;}
    .video-embed {box-shadow:8px 8px 0 var(--violet);}
    .form-card {padding:24px 20px;}
    .ptitle {font-size:clamp(46px,14vw,70px);}
    
    .fvlogo {
    padding-left: 18px;
    }
    
    .footer-row2, .footer-row3 { 
    	padding-left: 20px;}
    	
    .workshop-card {
    	margin-bottom: 20px;
    }	
  
  
  }
  
  @media (max-width:768px){
    .wrap {
    	padding-left:16px;
    	padding-right:16px;
    }
  }





