/*Add your custom css styles here and
take backup of this file before
updateing the theme with latest version*/

/* Topbar dark background */
.ecoworld_topbar {
    background: #262626;
    color: #ffffff;
}

.ecoworld_topbar a {
    color: #ffffff;
}

.ecoworld_topbar a:hover {
    color: #90be54;
}

.ecoworld_topbar_content ul li {
    color: #ffffff;
}

.ecoworld_topbar_content ul li a {
    color: #ffffff;
    font-size: 13px;
}

/* Header white background */
.ecoworld_header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Logo styling */
.ecoworld_logo a {
    display: inline-block;
}

.ecoworld-std-logo {
    max-width: 223px;
    height: auto;
}

/* Navigation styling */
ul.ecoworld_top_nav > li > a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: uppercase;
}

ul.ecoworld_top_nav > li > a:hover,
ul.ecoworld_top_nav > li.current-menu-item > a,
ul.ecoworld_top_nav > li.current-page-ancestor > a {
    color: #90be54;
}

/* Hero slider styling */
.ecoworld_header_slider {
    background: #90be54;
    min-height: 500px;
}

/* Main container white background */
.ecoworld_main_container {
    background: #ffffff;
}

/* Content sections */
.ecoworld_site_content {
    padding: 60px 0;
}

/* Footer styling */
.ecoworld_footer {
    background: #262626;
    color: #ffffff;
}

/* Hero slider green background with opacity 0.5 - ALL Revolution Sliders */
[id^="rev_slider_"][id$="_wrapper"] {
    background: rgba(144, 190, 84, 0.5) !important;
}

