/*
Theme Name: Water System
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-vertical-menu__title {
    font-size: 15px!important;
}

.section-title-container {
    padding: 0 15px; 
}

.section-title-normal {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C6A780;
    position: relative; 
}


.section-title-main {
   
    background-color: #2C446A; 
    color: #FFFFFF; 
    
   
    padding: 10px 30px 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    
    z-index: 10;
    position: relative;
    clip-path: polygon(
        0% 0%, 
        calc(100% - 20px) 0%, 
        100% 50%, 
        calc(100% - 20px) 100%, 
        0% 100%
    );
    
}


.title-show-cats {
    display: flex; 
    align-items: center;
    list-style: none;
    margin: 0 20px;
    padding: 0;
    flex-grow: 1;
}

.title_cats a {
    color: #333333; 
    text-decoration: none;
    font-size: 0.9em;
    padding: 0 15px;
}

.title_cats a:hover {
    color: #2C446A;
}


.section-title-normal > a[target] {
    color: #2C446A; 
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.section-title-normal .icon-angle-right {
    margin-left: 5px;
    font-size: 1.1em;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}