/*
Theme Name:     generatepress-child
Template:       generatepress
*/

/*common*/
.copyright-bar{display:none;}/*generatepress 카피라이트 삭제*/
	/*layout*/
.site-footer p
{margin:0px; font-size:0.8em;}
.site-footer{margin-top:50px;}

/*~TABLET*/
@media (max-width:1023px){
    
}

/*MOBILE only*/
@media (max-width:768px){
    
}

/*DESKTOP*/
@media (min-width:1024px){

}
