/* Blog Listing page */
.text-be{color: #be3550;}
.text-6a{color: #6ac072;}
.text-de{color: #de6b26;}
.text-20{color: #208a9b;}
.text-af{color: #af4995;}
.text-be3{color: #be3550;}
.text-df{color: #df6c27;}
.text-21{color: #218c9c;}
.text-008{color: #008db3;}
.text-af4a{color: #af4a94;}
.text-f15{color: #f15b50;}
.text-97b{color: #97be4e;}
.text-259{color: #2592b1;}
.text-865{color: #86579e;}
.text-c95{color: #c9599c;}
.text-00b{color: #00b187;}
.text-f16{color: #f16463;}
.text-00a{color: #00a95c;}
.text-ea6{color: #ea69a3;}
.text-e49{color: #e49546;}
.text-00b2{color: #00b28f;}
.text-ee3{color: #ee3658;}
.text-c24{color: #c24575;}
.elementor-kit-3 .hero h1{color: #ffffff;}
.blog-list > [class^="col-"]:nth-child(4n+1) .blog-card{ background-color:#FDF3B1!important; }
.blog-list > [class^="col-"]:nth-child(4n + 2) .blog-card{ background-color:#CEE9DC!important }
.blog-list > [class^="col-"]:nth-child(4n + 3) .blog-card{ background-color:#FFD6C5!important }
.blog-list > [class^="col-"]:nth-child(4n + 4) .blog-card{ background-color:#DFF2FB!important }
.blog-list > [class^="col-"] a{color: #333232;}
.blog-card{height: 100%; border-radius: 35px; overflow: hidden; border: 1px solid #f1f1f1; transition: 0.2s all ease-in-out; -webkit-transition: 0.2s all ease-in-out; -ms-transition: 0.2s all ease-in-out;}
.blog-card:hover{ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); transition: 0.2s all ease-in-out; -webkit-transition: 0.2s all ease-in-out; -ms-transition: 0.2s all ease-in-out;}
.blog-card .blog-inner-details{    padding: 20px;}
.blog-card .blog-inner-details .blog-meta{display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.blog-card .blog-inner-details .blog-meta .date{font-weight: bold;font-size: 16px; color: #223E51;}
.blog-card .blog-inner-details .blog-meta .category{ display: inline-block; padding: 6px 20px; background: #C4523F; color: #fff; text-transform: uppercase; border-radius: 8px; }
.blog-card .blog-inner-details .blog-info h3{ font-size: 24px;    font-family: 'Open Sans', sans-serif; color: #223E51; font-weight: 800;}
.blog-card .blog-inner-details .blog-other-info {margin-top: 20px;}
.blog-card .blog-inner-details .blog-other-info .blog-read-more{position: relative; font-weight: bold; color: #545a5e;}
.blog-card .blog-inner-details .blog-other-info .blog-read-more:after{content: "\f105";margin-left: 5px;font: normal normal normal 20px/1 FontAwesome;}
.blog-card .blog-inner-details .blog-other-info .blog-read-more:hover{color: #437113;}
.blog-card .blog-image{border-top-left-radius: 20px; border-top-right-radius: 20px;}
.blog-card .blog-inner-details .blog-meta .category.women, .blog-card .blog-inner-details .blog-meta .category.women-es{ background: #C4523F;}
.blog-card .blog-inner-details .blog-meta .category.infant, .blog-card .blog-inner-details .blog-meta .category.infant-es{ background: #872A44;}
.blog-card .blog-inner-details .blog-meta .category.children, .blog-card .blog-inner-details .blog-meta .category.children-es{ background: #2E4A61;}
.blog-card .blog-inner-details .blog-meta .category.family, .blog-card .blog-inner-details .blog-meta .category.family-es{ background: #437113;}
.blog-card .blog-inner-details .blog-meta .category.recipes, .blog-card .blog-inner-details .blog-meta .category.recipes-es{ background: #9f5887;}
.blog-card .blog-inner-details .blog-meta .category {margin-left:10px}
.blog-cat-list{margin-bottom: 50px; text-align: center;}
ul.blog-cat-list li { display: inline-block; }
ul.blog-cat-list li a{display: inline-block; padding: 6px 40px; /* background: #03a9f4; */ border:2px solid #03a9f4; color: #03a9f4; text-transform: uppercase; border-radius: 8px; margin-right: 30px; margin-bottom: 25px; font-weight: 500; }
ul.blog-cat-list li a.women{ border-color: #C4523F; color: #C4523F;}
ul.blog-cat-list li a.infant{ border-color: #872A44; color: #872A44;}
ul.blog-cat-list li a.children{ border-color: #2E4A61; color: #2E4A61;}
ul.blog-cat-list li a.family{ border-color: #437113; color: #437113;}
ul.blog-cat-list li a.general-family{ border-color: #437113; color: #437113;}
ul.blog-cat-list li a.recipes{ border-color: #9f5887; color: #9f5887;}
ul.blog-cat-list li a.active,
ul.blog-cat-list li a:hover{ background-color: #03a9f4; color: #fff; }
ul.blog-cat-list li a.women.active,
ul.blog-cat-list li a.women:hover{ background-color: #C4523F; }
ul.blog-cat-list li a.infant.active,
ul.blog-cat-list li a.infant:hover{ background-color: #872A44; }
ul.blog-cat-list li a.children.active,
ul.blog-cat-list li a.children:hover{ background-color: #2E4A61; }
ul.blog-cat-list li a.family.active,
ul.blog-cat-list li a.family:hover{ background-color: #437113; }
ul.blog-cat-list li a.general-family.active,
ul.blog-cat-list li a.general-family:hover{ background-color: #437113; }
ul.blog-cat-list li a.recipes.active,
ul.blog-cat-list li a.recipes:hover{ background-color: #9f5887; }
ul.blog-cat-list li [type="radio"]:checked,
ul.blog-cat-list li [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
ul.blog-cat-list li [type="radio"]:checked + label,
ul.blog-cat-list li [type="radio"]:not(:checked) + label { cursor: pointer; position: relative; display: inline-block; padding: 6px 40px; /* background: #03a9f4; */ border:2px solid #03a9f4; color: #03a9f4; text-transform: uppercase; border-radius: 8px; margin-right: 30px; margin-bottom: 25px; font-weight: 700; }
ul.blog-cat-list li [type="radio"] + label.women, ul.blog-cat-list li [type="radio"] + label.women-es{ border-color: #C4523F; color: #C4523F;}
ul.blog-cat-list li [type="radio"] + label.infant, ul.blog-cat-list li [type="radio"] + label.infant-es{ border-color: #872A44; color: #872A44;}
ul.blog-cat-list li [type="radio"] + label.children, ul.blog-cat-list li [type="radio"] + label.children-es{ border-color: #2E4A61; color: #2E4A61;}
ul.blog-cat-list li [type="radio"] + label.family, ul.blog-cat-list li [type="radio"] + label.family-es{ border-color: #437113; color: #437113;}
ul.blog-cat-list li [type="radio"] + label.general-family, ul.blog-cat-list li [type="radio"] + label.general-family-es{ border-color: #437113; color: #437113;}
ul.blog-cat-list li [type="radio"] + label.recipes, ul.blog-cat-list li [type="radio"] + label.recipes-es{ border-color: #9f5887; color: #9f5887;}
ul.blog-cat-list li [type="radio"] + label:hover,
ul.blog-cat-list li [type="radio"]:checked + label { background-color: #03a9f4; color: #fff; }
ul.blog-cat-list li [type="radio"]:checked + label.women,
ul.blog-cat-list li [type="radio"] + label.women:hover,
ul.blog-cat-list li [type="radio"]:checked + label.women-es,
ul.blog-cat-list li [type="radio"] + label.women-es:hover{ background-color: #C4523F; }
ul.blog-cat-list li [type="radio"]:checked + label.infant,
ul.blog-cat-list li [type="radio"] + label.infant:hover,
ul.blog-cat-list li [type="radio"]:checked + label.infant-es,
ul.blog-cat-list li [type="radio"] + label.infant-es:hover{ background-color: #872A44; }
ul.blog-cat-list li [type="radio"]:checked + label.children,
ul.blog-cat-list li [type="radio"] + label.children:hover,
ul.blog-cat-list li [type="radio"]:checked + label.children-es,
ul.blog-cat-list li [type="radio"] + label.children-es:hover{ background-color: #2E4A61; }
ul.blog-cat-list li [type="radio"]:checked + label.family,
ul.blog-cat-list li [type="radio"] + label.family:hover,
ul.blog-cat-list li [type="radio"]:checked + label.family-es,
ul.blog-cat-list li [type="radio"] + label.family-es:hover{ background-color: #437113; }
ul.blog-cat-list li [type="radio"]:checked + label.general-family,
ul.blog-cat-list li [type="radio"] + label.general-family:hover,
ul.blog-cat-list li [type="radio"]:checked + label.general-family-es,
ul.blog-cat-list li [type="radio"] + label.general-family-es:hover{ background-color: #437113; }
ul.blog-cat-list li [type="radio"]:checked + label.recipes,
ul.blog-cat-list li [type="radio"] + label.recipes:hover,
ul.blog-cat-list li [type="radio"]:checked + label.recipes-es,
ul.blog-cat-list li [type="radio"] + label.recipes-es:hover{ background-color: #9f5887; }
ul.blog-num,.blog-num ul{ column-count: 2; column-gap: 90px; counter-reset: blogcount; }
.blog-num li{ position: relative; margin-bottom: 20px !important; padding-left: 50px !important; min-height: 35px; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
.blog-num li::before{  counter-increment: blogcount; content: counter(blogcount) ; position: absolute; left: 0; font-size: 2.8em; line-height: 1;}
.blog-num.green-count li::before{color: #4A7F43;}
.blog-num.orange-count li::before{color: #CE4A2C;}
.blog-nums ul{counter-reset: blogcount;}
.blog-nums li{position: relative;padding-left: 45px !important;min-height: 35px;-webkit-column-break-inside: avoid; page-break-inside: avoid;break-inside: avoid;}
.blog-nums li::before{counter-increment: blogcount;content: counter(blogcount);position: absolute;left: 0;color: #fff;font-size: 1em;width: 30px;height: 30px;line-height: 1;background-color: #4ab59e;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.bg-cover{background-size: cover !important;}
.bg-top {background-position: top !important;}
.blog-details h2{font-family: 'Open Sans', sans-serif;font-weight: 800;}
.blog-details .blog-meta {flex-wrap: wrap;}
.blog-details .blog-meta .date{color:#327D85; font-size: 23px; margin-right: 20px;}
.blog-details .blog-meta .category{ display: inline-block; padding: 6px 20px; background: #C4523F; color: #fff; text-transform: uppercase; border-radius: 8px; }
.blog-details .blog-meta .category + .category { margin-left: 20px }
.share-info{ display: flex; justify-content: flex-end; align-items: center; }
.share-info h4{font-weight: normal; color: #297EA8; text-align: right; font-family: 'Open Sans', sans-serif;}
.share-info a{ background: #FDF3B1; padding: 10px 20px; border-radius: 8px; color: #264A63 !important; }
.share-info a:hover{background-color: #264A63; color: #fff !important;}
.share-info a i{ margin-left: 10px;}
.section-info.blog-top-text{color: #fff; align-items: baseline;}
.section-info.blog-top-text .text-top-space{ margin-top: 5%}
.blog-nav{padding:0px 20px 0 20px;overflow:auto;height:100vh;border-left:1px solid #AAD7D9;}
.blog-nav > ul > li { position: relative; margin-bottom: 20px; }
.blog-nav > ul > li > a { color: #ffffff; font-size: 16px; background: #c4523f; padding: 10px 20px; width: 100%; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; }
.blog-nav > ul > li > a.women, .blog-nav > ul > li > a.women-es{background: #C4523F;}
.blog-nav > ul > li > a.infant, .blog-nav > ul > li > a.infant-es{background: #872A44;}
.blog-nav > ul > li > a.children, .blog-nav > ul > li > a.children-es{background: #2E4A61;}
.blog-nav > ul > li > a.family, .blog-nav > ul > li > a.family-es{background: #437113;}
.blog-nav > ul > li > a.general-family, .blog-nav > ul > li > a.general-family-es{background: #437113;}
.blog-nav > ul > li > a.recipes, .blog-nav > ul > li > a.recipes-es{background: #9f5887;}
.blog-nav > ul > li > a:hover { background-color: #223e51;}
.blog-nav > ul > li > a > span { position: absolute; display: inline-flex; height: 45px; top: 0; width: 50px; align-items: center; justify-content: center; right: 0; font-size: 24px;     border-left: 1px solid rgba(255, 255, 255, 0.40);}
.blog-nav > ul > li > .dropdown { padding: 20px 10px 0; display: none; }
.blog-nav > ul > li.active > a > span i {     transform: rotate( 180deg ); -webkit-transform: rotate( 180deg ); -moz-osx-transform: rotate( 180deg ); }
.blog-nav > ul > li > .dropdown li{ position: relative; margin-bottom: 20px; display: flex; }
.blog-nav > ul > li > .dropdown li:last-child{ margin-bottom: 0;}
.blog-nav > ul > li > .dropdown a { color: #333232; font-size: 16px; }
.blog-nav > ul > li.sub-menu.active > .dropdown a { color: #79b042; }
.blog-nav > ul > li > .dropdown a.active { text-shadow: 0 0 0.65px #000, 0 0 0.65px #000; }
.blog-nav > ul > li > .dropdown a:not(.active):hover { color: #43790d;text-shadow: none; }
.blog-nav > ul { margin-top: 40px; margin-bottom: 40px; }
.blog-load{    text-align: center; margin-top: 40px; position: relative; z-index: 9;}
.blog-load a{ padding: 10px 15px; cursor: pointer; background: #2E4A61; color: #fff; border-radius: 5px; }
.blog-load a:hover{ background: #3b5f7c;  }
.text-skyblue {color: #208c9d;}
.text-marun {color: #bf3550;}
.text-green {color: #6ac072;}
.text-orange {color: #df6d27;}
.leaf-img img {position: absolute;top: -130px;right: -15px;z-index: 1;}
.fruit-img img {position: absolute;bottom: -160px;left: 50%;z-index: 1;transform: translateX(-50%);}
/* Blog Listing page */
.row.gutters-y-90{margin-bottom:-30px;}
.row.gutters-y-90 > [class^=col-], .row.gutters-y-90 > [class*=" col-"]{padding-bottom:30px;}
.row.gutters-y-20{margin-bottom:-20px;}
.row.gutters-y-20 > [class^=col-], .row.gutters-y-20 > [class*=" col-"]{padding-bottom:20px;}
.link-tag .link-purple {color: #BD60A5;}
.list-style-disc ul li {list-style-type: disc;}
.text-light-green {color: #4ab59e;}
.text-dr-purple {color: #954b74;}
.blog-bullet-icon .elementor-icon-list-item .elementor-icon-list-icon {padding-top: 8px;}
.flower-img img {position: absolute;right: -60px}
.big-font {font-size:75px}
.h-img-100, .h-img-100 > .elementor-widget-container, .h-img-100 img {height: 100%;}
.h-img-100 img {object-fit: cover;}
.number-span.elementor-element .elementor-widget-container .elementor-heading-title {display: flex;align-items: center;justify-content: center;}
.number-span.elementor-element .elementor-widget-container .elementor-heading-title span {margin: 0 15px;}
.chiken-section-flower-img.elementor-widget-image img {position: absolute;top: -50px;right: -62px;max-width: 60%;}
.text-yellow-11 {color: #ffc20e;}
.text-green-11 {color: #6bc073;}
.text-light-yellow-11 {color: #bfd734;}
.text-marun-11 {color: #ee356d;}
.text-light-blue-11 {color: #38bbd0;}
.round-number .elementor-heading-title, .round-outline-number .elementor-heading-title, .numbers-11 .elementor-heading-title {display: inline-flex;width: 46px;height: 46px;align-items: center;justify-content: center;border-radius: 50%;}
.numbers-11.bg-yellow .elementor-heading-title {background-color: #ffc20e;}
.numbers-11.bg-green .elementor-heading-title {background-color: #6bc073;}
.numbers-11.bg-light-yellow2 .elementor-heading-title {background-color: #bfd734;}
.numbers-11.bg-marun .elementor-heading-title {background-color: #EE356D;}
.numbers-11.bg-light-blue .elementor-heading-title {background-color: #38bbd0;}
.round-outline-number .elementor-heading-title {border: 1px solid;}
.round-border-yellow .round-outline-number .elementor-heading-title {border-color: #efda64;}
.protein-dollar-table table {width: 100%;}
.protein-dollar-table table tr td,.protein-dollar-table table tr th{border:1px solid;text-align:center;vertical-align:middle}
.protein-dollar-table table tr th{border-color:#fff;background-color:#f5f2ea;text-transform:uppercase}
.protein-dollar-table table tr th:first-child{text-align:left}
.protein-dollar-table table tr td{border-color:#c6c8c9}
.protein-dollar-table table tr td:first-child{border-left:0;font-weight:600;text-align:left}
.protein-dollar-table table tr td:last-child{border-right:0}
.protein-dollar-table table tr:first-child td,.protein-dollar-table table tr:nth-child(5) td{color:#df6d27}
.protein-dollar-table table tr:nth-child(2) td,.protein-dollar-table table tr:nth-child(6) td{color:#bf3550}
.protein-dollar-table table tr:last-child td,.protein-dollar-table table tr:nth-child(3) td{color:#208c9d}
.protein-dollar-table table tr:nth-child(4) td{color:#6ac072}
.infant-food-table table tr:first-child td {color:#bd60a5}
.infant-food-table table tr:nth-child(2) td {color:#2b8b9c}
.infant-food-table table tr:nth-child(3) td {color:#6bc073}
.infant-food-table table tr:nth-child(4) td {color:#bd3550}
.infant-food-table table tr:nth-child(5) td {color:#df6d27}
.infant-food-table table tr:last-child td {color:#785b36}
.infant-food-table table tr th {color: #785b36;}
.infant-food-table table tr th:first-child {text-align: center;}
.infant-food-table table tr td:first-child {color:#fff;text-align: center;}
.infant-food-table table tr:first-child td:first-child {background-color:#bd60a5}
.infant-food-table table tr:nth-child(2) td:first-child {background-color:#2b8b9c}
.infant-food-table table tr:nth-child(3) td:first-child {background-color:#6bc073}
.infant-food-table table tr:nth-child(4) td:first-child {background-color:#bd3550}
.infant-food-table table tr:nth-child(5) td:first-child {background-color:#df6d27}
.infant-food-table table tr:last-child td:first-child {background-color:#785b36}
.homemeade-food-table table tbody tr th,.homemeade-food-table table tr td:first-child{text-transform:uppercase}
.homemeade-food-table table tr td:not(:first-child),.homemeade-food-table table tr th:not(:first-child){text-align:center}
.homemeade-food-table table thead tr th{border:0}
.homemeade-food-table table thead tr th:first-child{color:#df6d27;vertical-align:middle}
.homemeade-food-table table thead tr th:nth-child(2) img{max-height:90px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.homemeade-food-table table thead tr th:nth-child(3) img{max-height:115px}
.homemeade-food-table table thead tr th:nth-child(4) img{max-height:130px}
.homemeade-food-table table thead tr th:nth-child(5) img{max-height:150px}
.homemeade-food-table table thead tr th:last-child img{max-height:170px}
.homemeade-food-table table tbody tr th,.homemeade-food-table table tr td{border:1px solid #b7b8b6}
.homemeade-food-table table tbody tr th{border-top:0;vertical-align:middle}
.homemeade-food-table table tbody tr:last-child td{border-bottom:0}
.homemeade-food-table table tbody tr th:first-child,.homemeade-food-table table tr td:first-child{border-left:0}
.homemeade-food-table table tbody tr th:last-child,.homemeade-food-table table tr td:last-child{border-right:0}
.homemeade-food-table table tbody tr th:first-child{color:#2b8b9c}
.homemeade-food-table table tr:nth-child(2) td:first-child{color:#bd3550}
.homemeade-food-table table tr:last-child td:first-child{color:#6bc073}
.homemeade-food-table table tr:nth-child(2) td:not(:first-child){font-style:italic}
.blog-num.cinn-count.pankin ul {column-count: 1!important;}
.blog-num.cinn-count li:nth-child(1):before {color: #f1667e;}
.blog-num.cinn-count li:nth-child(2):before {color: #97be4e;}
.blog-num.cinn-count li:last-child:before {color: #3fa7a3;}
.number-ol-list ol {padding-left: 15px;}
.number-ol-list ol li {margin-bottom: 5px;}
.number-ol-list ol ul {padding-left: 30px;margin-top: 5px;}
.number-ol-list ol ul li {list-style-type: disc;}
.toddler-food .elementor-image-box-content span {font-weight: 600;text-transform: uppercase;font-style: italic;}
.toddler-food .elementor-image-box-content .text-dairy {color: #f0a422;}
.toddler-food .elementor-image-box-content .text-fruits {color: #97be4e;}
.toddler-food .elementor-image-box-content .text-vegetables {color: #466781;}
.toddler-food .elementor-image-box-content .text-protein {color: #d52027;}
.toddler-food .elementor-image-box-content .text-grains {color: #66c7c1;}
.tablespoon-ul .elementor-icon-list-icon {line-height: 1.5em;}
.round-bg-4d .elementor-heading-title {background-color: #4db0d7;}
.round-bg-a5 .elementor-heading-title {background-color: #a5c550;}
.round-bg-c9 .elementor-heading-title {background-color: #c9599c;}
.round-bg-eb .elementor-heading-title {background-color: #eb5861;}
.round-bg-43 .elementor-heading-title {background-color: #434888;}
.round-bg-00a .elementor-heading-title {background-color: #00aeb5;}
.blog-bt .elementor-icon-box-icon {padding-top: 4px;}
.family-meals-count.blog-num ul {column-count: 1;}
.family-meals-count.blog-num li {padding-top: 20px;border-top: 1px solid #333232;}
.family-meals-count.blog-num li:last-child {padding-bottom: 20px;border-bottom: 1px solid #333232;}
.family-meals-count.blog-num li:before {top: 25px;font-size: 1.8em;width: 1.2em;height: 1.2em;display: flex;align-items: center;justify-content: center;background-color: #f6d7c9;}
.family-meals-count.blog-num li:first-child:before {color: #de523c;}
.family-meals-count.blog-num li:nth-child(2):before {color: #af4a94;}
.family-meals-count.blog-num li:nth-child(3):before {color: #e94d98;}
.family-meals-count.blog-num li:nth-child(4):before {color: #2592b1;}
.family-meals-count.blog-num li:last-child:before {color: #909f3a;}
.family-meals-count.blog-num li em {font-weight: bold;}
.family-meals-count.blog-num li:first-child em {color: #de523c;}
.family-meals-count.blog-num li:nth-child(2) em {color: #af4a94;}
.family-meals-count.blog-num li:nth-child(3) em {color: #e94d98;}
.family-meals-count.blog-num li:nth-child(4) em {color: #2592b1;}
.family-meals-count.blog-num li:last-child em {color: #909f3a;}
.toddler-nutrition-table table {width: 100%;}
.toddler-nutrition-table table thead tr th {color: #af4a94;font-weight: bold;font-style: italic;background-color: #edddea;border: 2px solid #fff;border-bottom: 0;}
.toddler-nutrition-table table thead tr th:nth-child(2), .toddler-nutrition-table table tbody tr td:nth-child(2) {text-align: center;}
.toddler-nutrition-table table thead tr th:first-child {border-left-color: #dfdfe0;}
.toddler-nutrition-table table thead tr th:last-child {border-right-color: #dfdfe0;}
.toddler-nutrition-table table tbody tr td {border: 2px solid #dfdfe0;}

/*001 RESPONSIVE CSS ================================*/
@media only screen and (min-width:1200px){
	.row.gutters-x-45{margin-right:-20px;margin-left:-20px;}
	.row.gutters-x-45 > [class^=col-], .row.gutters-x-45 > [class*=" col-"]{padding-right:20px;padding-left:20px;}
	.row.gutters-y-90{margin-bottom:-40px;}
	.row.gutters-y-90 > [class^=col-], .row.gutters-y-90 > [class*=" col-"]{padding-bottom:40px;}
}
@media only screen and (min-width:1400px){
	.row.gutters-x-45{margin-right:-25px;margin-left:-25px;}
	.row.gutters-x-45 > [class^=col-], .row.gutters-x-45 > [class*=" col-"]{padding-right:25px;padding-left:25px;}
	.row.gutters-y-90{margin-bottom:-50px;}
	.row.gutters-y-90 > [class^=col-], .row.gutters-y-90 > [class*=" col-"]{padding-bottom:50px;}
	.blog-card .blog-inner-details .blog-meta .date, .blog-card .blog-inner-details .blog-meta .category {font-size:14px}
	.blog-card .blog-inner-details .blog-meta .category {padding: 6px 16px;}
}
@media only screen and (min-width:1700px){
	.row.gutters-x-45{margin-right:-45px;margin-left:-45px;}
	.row.gutters-x-45 > [class^=col-], .row.gutters-x-45 > [class*=" col-"]{padding-right:45px;padding-left:45px;}
	.row.gutters-y-90{margin-bottom:-90px;}
	.row.gutters-y-90 > [class^=col-], .row.gutters-y-90 > [class*=" col-"]{padding-bottom:90px;}.blog-nav > ul { margin-top: 50px; margin-bottom: 50px; }
	.blog-card .blog-inner-details{padding: 30px;}
	.chiken-section-flower-img.elementor-widget-image img {right: -8.2vw}
}
@media only screen and (min-width:1550px){
	.chiken-section-flower-img.elementor-widget-image img {right: -6.2vw;max-width: 65%;}
}
@media (min-width:1400px) and (max-width:1499.98px){
	.strawbery-img img {-webkit-transform: translateX(5%);transform: translateX(5%);}
}
@media only screen and (max-width:1399.98px){
	.blog-card .blog-inner-details .blog-meta .date { font-weight: bold; font-size: 15px; }
	.blog-card .blog-inner-details .blog-meta .category{    padding: 6px 14px;	font-size: 13px;}
	.blog-card .blog-inner-details .blog-info h3 { font-size: 20px; margin-bottom: 10px; }
	.blog-card .blog-inner-details .blog-other-info { margin-top: 15px; }
	.blog-card .blog-inner-details .blog-meta { margin-bottom: 15px; }
	.chiken-section-flower-img.elementor-widget-image img {max-width: 60%;}
}
@media (min-width:1200px) and (max-width:1399.98px){
	.strawbery-img img {-webkit-transform: translateX(20%);transform: translateX(20%);}
	.blog-card .blog-inner-details .blog-meta .date {font-size:12px}
	.blog-card .blog-inner-details .blog-meta .category {font-size: 12px;margin-left: 5px;}
}
@media only screen and (max-width:1299.98px){
	.flower-img img {right: -30px}
	.chiken-section-flower-img.elementor-widget-image img {right: -33px;max-width: 50%;}
}
@media only screen and (max-width:1199.98px){
	.blog-card .blog-inner-details .blog-info h3{ font-size: 20px; }
	ul.blog-cat-list li [type="radio"]:checked + label,
	ul.blog-cat-list li [type="radio"]:not(:checked) + label,
	ul.blog-cat-list li a {margin-right: 20px; margin-bottom: 20px;}
	.blog-nav { padding: 0px 15px 0 15px; border-right: 1px solid #AAD7D9; border-left: none; }
	.flower-img img {right: -40px}
	.chiken-section-flower-img.elementor-widget-image img {right: -45px;}
}
@media (min-width:1025px) and (max-width:1199.98px){
	.strawbery-img img {-webkit-transform: translateX(10%);transform: translateX(10%);}
}
@media only screen and (max-width:991.98px){
	.blog-nav{padding:0px 15px 0 15px;border-right:1px solid #AAD7D9;border-left:none;}
	.blog-nav > ul { margin-top: 20px; margin-bottom: 20px; }
	.blog .container-fluid{max-width: 100%;}
	.share-info h4 { text-align: left;}
	ul.blog-num,.blog-num ul{ column-count: 1; }
	.bg-overlay{position: relative;}
	.bg-overlay::before{position: absolute; background-color: rgba(255,255,255,1); content: ''; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%;opacity: 0.8;}
	.bg-overlay .elementor-widget-container{position: relative; z-index: 10;}
	.chiken-section-flower-img.elementor-widget-image img {max-width: 38%;}
}
@media only screen and (max-width:1024.98px){
	.fruit-img img {bottom: -125px;}
}
@media (min-width:768px) and (max-width:991.98px){
	.blog-card .blog-inner-details .blog-meta { align-items: start; flex-direction: column }
	.blog-card .blog-inner-details .blog-meta .category { margin: 10px 0 0 }
	.elementor-kit-3 h1 {font-size:36px !important}
}
@media only screen and (max-width:767.98px){
	.blog-cat-list { margin-bottom: 20px;}
	ul.blog-cat-list li [type="radio"]:checked + label,
	ul.blog-cat-list li [type="radio"]:not(:checked) + label,
	ul.blog-cat-list li a { padding: 6px 11px; font-size: 12px; margin-right: 10px; margin-bottom: 10px; }
	.blog-num br{display: none;}
	.big-font {font-size:60px}
	.number-span.elementor-element .elementor-widget-container .elementor-heading-title span {margin: 0 10px;}
	.blog-bt .elementor-icon-box-wrapper {display: flex;}
	.blog-bt .elementor-icon-box-icon > .elementor-icon {display: inline-flex;margin-bottom: 0 !important;margin-right: 10px;}
}
@media only screen and (max-width:620.98px){
	.blog-card .blog-inner-details .blog-meta { margin-bottom: 15px; }
	.blog-card .blog-inner-details .blog-meta .date { font-weight: bold; font-size: 16px; display: block; }
	.blog-card .blog-inner-details .blog-meta .category { padding: 5px 20px; font-size: 12px; }
}
@media only screen and (max-width:575.98px){
	.blog-card .blog-inner-details .blog-meta { align-items: start; flex-direction: column }
	.blog-card .blog-inner-details .blog-meta .category { margin: 10px 0 0 }
}
/* Homepage CSS ===================== */