<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width : 320px) and (max-width : 767px) {
  .center-header-box{
    height: auto;
    background: #286016;
  }
  .sidebar-area {
    border-left: none;
    padding: 0;
  }
  #main-menu ul li a:before,.menu-header {
    content: none;
    position: static;
  }
  button.menu-toggle:focus, a.open-search-form:focus {
    outline: 3px solid #ffbc00 !important;
    text-decoration: none !important;
  }
  .menu-toggle,
  .dropdown-toggle {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    color: #01392b;
    border: none;
  }
  #main-menu ul li a{
    color: #121212;
  }
  #main-menu{
    display: none;
  }
  .header.toggled #main-menu{
    display: block;
    z-index: 999999;
    margin-bottom: 10px;
  }
  button.close-menu{
    display: inline-block;
    background: #fff;
    border: none;
    color: #01392b;
  }
  #main-menu ul li {
    float: left;
    width: 100%;
  }
  #main-menu ul li:nth-child(even) {background: #f5f5f5}
  #main-menu ul li:nth-child(odd) {background: #e5e5e5}
  #main-menu &gt; li &gt; ul.children,
  #main-menu &gt; li &gt; ul.sub-menu {
    position: absolute;
    top:-100%;
    background: #fff;
  }
  #main-menu li.focus &gt; ul.children,
  #main-menu li.focus &gt; ul.sub-menu ,
  #main-menu li:hover &gt; ul.children,
  #main-menu li:hover &gt; ul.sub-menu ,
  #main-menu li:focus &gt; ul.children,
  #main-menu li:focus &gt; ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
    position: relative;
  }
  #main-menu ul {
    padding: 0;
    float: none;
  }
  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height:53px;
    color: #4a5053;
  }
  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #4a5053;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
  }
  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
  }
  #main-menu ul li.menu-item-has-children:hover:after ,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform:  rotate(45deg);
    transform:  rotate(45deg);
  }
  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover &gt; a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus &gt; a,
  #main-menu li:focus &gt; a,
  #main-menu ul li.current-menu-item &gt; a,
  #main-menu ul li.current_page_item &gt; a,
  #main-menu ul li.current-menu-parent &gt; a,
  #main-menu ul li.current_page_ancestor &gt; a,
  #main-menu ul li.current-menu-ancestor &gt; a {
    background:none;
  }
  .header-image-box {
    height: 200px;
    background-size: cover !important;
  }
  .header-image-box h1 {
    font-size: 35px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
  }
}

@media screen and (min-width : 768px) and (max-width : 1023px) {
  #main-menu ul li a {
    font-size: 12px;
  }
  .post-box:hover img,.post-box.box img{
    transform: none;
  }
  .post-box .box {
    border-radius: 10px 10px 0 0;
  }
  .header-image-box {
    background-size: cover !important;
    height: 350px;
  }
}

@media screen and (min-width : 992px) and (max-width : 2560px) {
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px 0px #2d2d2d;
    z-index: 9999!important;
  }
  .admin-bar .fixed-header{
    margin-top: 30px !important;
  }
}
/* HOME PAGE MEDIA CSS  */

@media screen and (min-width: 320px) and (max-width: 720px){
  .green-farm-elementor-Banner-Section h1{
    font-size: 30px !important;
  }
  .green-farm-elementor-Services-Product-Section {
    margin: 0px 0px 25px 0px;
  }
}
@media screen and (min-width: 721px) and (max-width: 991px){
  .green-farm-elementor-Services-Product-Section {
    width: 50% !important;
    margin: 0px 0px 25px 0px;
  }
}</pre></body></html>