/**
Theme Name: Nakisurf Child
Author: Akiko Morita
Author URI: https://akikomorita.me/
Description: Child theme for Nakisurf theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nakisurf-child
Template: astra
*/

.hidepc{
    display: none;
}
.hidemobile{
    display: block;
}
@media screen and (max-width:767px) {
    .hidepc{
        display: block;
    }
    .hidemobile{
        display: none;
    }
}

.p-margin p {
	margin-bottom: 0px;
}
#secondary .popular-posts h2 {
	font-size:1.25rem !important;
}
