/*
Theme Name: AMADEUS Child Theme
Theme URI: http://amadeus.bringthepixel.com
Description: Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>. 
Author: bring the pixel
Author URI: http://www.bringthepixel.com/
Template: amadeus
Version: 1.0
*/
/* Place all your CSS modifications below */

/* HEADER AND FOOTER COLOR STYLE - VESNA */

    #g1-header > .g1-background {
        background-color: #dddddd;
    }

    #g1-header > .g1-background .g1-gradients {
        background-image: radial-gradient(circle at center top , rgba(10, 2, 2, 0.5) 0px, rgba(10, 2, 2, 0) 280px), radial-gradient(circle at left bottom , rgba(10, 2, 2, 0.25) 0px, rgba(10, 2, 2, 0) 280px), radial-gradient(circle at right bottom , rgba(10, 2, 2, 0.25) 0px, rgba(10, 2, 2, 0) 280px);
    }

    #g1-prefooter > .g1-background {
        background-color: #dddddd;
    }

    #g1-prefooter > .g1-background .g1-gradients {
        background-image: radial-gradient(circle at center top , rgba(10, 2, 2, 0.5) 0px, rgba(10, 2, 2, 0) 280px), radial-gradient(circle at left bottom , rgba(10, 2, 2, 0.25) 0px, rgba(10, 2, 2, 0) 280px), radial-gradient(circle at right bottom , rgba(10, 2, 2, 0.25) 0px, rgba(10, 2, 2, 0) 280px);
    }
    
    #g1-headers > .g1-background {
        background-color: #e6e6e6;
    }
    
    #g1-footers > .g1-background {
        background-color: #e6e6e6;
    }
    
/* PREHEADER STYLE - VESNA */

    #g1-preheader-toggle .g1-toggle-button{
        display:none!important;
    }

/* DIVIDER STYLE */
    
    .g1-divider.g1-type-simple{
        margin-top: 1.5em;
        margin-bottom: 2.5em;
    }
    

/* MENU FONT STYLE */

    #g1-primary-bar ul.g1-dropdown > li > a:hover, #g1-primary-bar ul.g1-dropdown > li > a.dd-path, #g1-primary-bar ul.g1-dropdown ul {
        background-color: transparent;
    }

    #g1-header a {
        color: #444444;
    }

    #g1-primary-bar ul.g1-dropdown > li > a:hover, #g1-primary-bar ul.g1-dropdown > li > a.dd-path, #g1-primary-bar ul.g1-dropdown ul a {
        color: #444444;
    }
    
    #g1-header h1, #g1-header h2, #g1-header h3, #g1-header h4, #g1-header h5, #g1-header h6, #g1-header .g1-meta a:hover, #g1-header .g1-dropdown > li.current-menu-item > a, #g1-header .g1-dropdown > li.current-menu-ancestor > a, #g1-header .g1-dropdown > li.current_page_parent > a {
        color: #444444;
    }

    #g1-header .g1-dropdown > li + li::before, #g1-header .g1-dropdown > li + li::after, #g1-header .entry-categories li + li::before, #g1-header .entry-categories li + li::after, #g1-header .g1-footer-menu li + li::before, #g1-header .g1-footer-menu li + li::after {
            border color: transparent;
    }
        

/* FONT STYLES */
    
    body {
        font-family: "Dosis", sans-serif!important;
    }
