/*
Theme Name: Agrul Child
Theme URI: https://validthemes.tech/themeforest/wp/agrul/
Template: agrul
Author: validthemes
Author URI: https://themeforest.net/user/validthemes/portfolio
Description:  Agrul - Organic Farm Agriculture Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agrul-child
*/

:root {
    --dark: #0f7e8c !important;
	--color-primary: #0f7e8c !important;
	--color-primary: #167887 !important;
}
.footer-bottom::after {
    background: #006a6a !important;
}


@media (min-width: 1200px) {
  /* Hide the last column */
  .navbar .col-xl-3.col-lg-3.col-md-6.col-sm-7.col-7 {
    display: none !important;
  }

  /* Expand the middle column */
  .navbar .col-xl-6.offset-xl-1.col-lg-6.col-md-4.col-sm-4.col-4 {
    flex: 0 0 80%;
    max-width: 80%;
    margin-left: 0 !important;
  }


.navbar .navbar-collapse.collapse{
    width: 100%;
    margin: 0px;
    padding: 0px;
    
}
nav.navbar.validnavs.menu-center ul.nav.navbar-center{
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: right !important;
}


nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background{
    top: 50px !important;
}

}





@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .navbar.validnavs.navbar-default .navbar-nav li a {
        padding: 4px 7px !important;
    }
}



