/*
Theme Name: child-storefront
Template: storefront

Theme URI:    https://woocommerce.com/storefront/
 */

img:is([sizes=auto i],[sizes^="auto," i]){
	contain-intrinsic-size:3000px 1500px
}
body, button, input, textarea, a, p, div, span, li, ol, h1, h2, h3, h4, h5, h6, select {
    font-family: "Roboto", sans-serif;
	font-size: 14px;
	letter-spacing: 0.25pt;
}
p {
    margin-top: 0;
}
a, input, select {
	outline: none!important;
}
img {
    width: 100%;
    height: auto;
}
header#masthead {
    box-shadow: 0 0 20px 0 rgb(51 51 51 / 10%);
}
header#masthead .main-header {
    display: flex;
    padding: 0px 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
header#masthead .main-header .logo-branding img {
    max-width: 136px;
}
.mnsrfont{
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.googlfont {
	font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}
.robotfont{
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
header#masthead .main-header .headerside {
    display: flex;
    justify-content: space-between;
}
header#masthead .main-header .headerside .menubox {
    display: flex;
}
header#masthead .main-header .headerside .menubox:first-child a.menubox-item {
    border-left: none;
}
header#masthead .main-header .headerside .menubox a.menubox-item {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 17px;
    text-decoration: none;
    padding: 15px 25px;
    border-left: 1px solid #eee;
    border-left-style: dashed;
}
header#masthead .main-header .headerside .logo-branding {
    display: flex;
    align-items: center;
}
header#masthead .main-header .headerside .headerbtn {
    display: flex;
    align-items: center;
}
header#masthead .main-header .headerside .headerbtn a.otlinebtn{
    background: rgb(255 234 0 / 2%);
    font-weight: 600;
}

header#masthead .main-header .headerside .headerbtn a {
    text-decoration: none;
    color: #333;
    background: #ffea00;
    display: block;
    padding: 13px 20px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #ffea00;
}
div#hamburger {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
div#hamburger div#nav-icon1 {
    display: flex;
    width: 50px;
    height: 50px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
div#hamburger div#nav-icon1 span.hamb3 {
    top: 35px;
}
div#hamburger div#nav-icon1 span.hamb2 {
    top: 23px;
	width: 25px;
}
div#hamburger div#nav-icon1 span.hamb1 {
    top: 11px;
}
div#hamburger div#nav-icon1 span {
    width: 35px;
    height: 2px;
    border-radius: 4px;
    background: #333;
    position: absolute;
}

.catconteiner {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
	/*column-count: 5;*/
    /*column-gap: 20px;*/
	/*padding: 10px;*/
	width:100%;
}
.catconteiner .post-box {
	
    /*width: calc(20% - 22px);*/
    /*margin: 10px;*/
    border-radius: 20px;
    overflow: hidden;
     /*border: 1px dotted rgb(17 17 17 / 10%);*/
	/*display:inline-block;*/
    /*width:calc(100% - 2px);*/
    /*margin-bottom:20px;*/
    break-inside:avoid;
    page-break-inside:avoid;
    background:#fff;
	box-shadow: 0 0 10px 0 rgb(17 17 17 / 5%);
	
	width:calc(20% - 16px);
    margin:8px;
    overflow:hidden;
}
.text-post-box {
    padding: 8px 10px 0 10px;
}
.text-post-box .img-post-box img {
	width:100%;
    display:block;
}
.text-post-box p {
    color: #777;
    font-size: 13px;
}
.text-post-box p.postname {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    color: #111;
}
.text-post-box p.catname span{
	display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}