/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


#footer-info {
    display: none;
}

@media only screen and (max-width: 767px) {
    .et_header_style_centered #logo {
        max-height: 90px;

    }

    #main-header .teleuph {
        font-size: 20px;
        left: 0;
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 767px) {
    #main-header .teleuph {
       position: static;
        top: 80px !important;
    }
}

@media (max-width: 980px) {
    .et_header_style_centered .et_mobile_menu {
        top: 43px;
        background: #0c71c3;
    }
}

#top-menu li li a {
    padding: 2px;
}

header#main-header {
    background-size: cover;
    background-repeat: no-repeat;
    backgorund: #d6a356;
}

@media only screen and (min-width: 981px) {
    .et_header_style_centered #main-header .logo_container {
        text-align: left;
    }
}

#main-header:before {
    content: "";
    width: 100%;
    height: 55px;
    position: absolute;
    background: #0c71c3;
    bottom: 0;
}

.et_header_style_centered #main-header div#et-top-navigation {
    bottom: -11px;
}

.et-fixed-header #top-menu li li a {
    font-size: 12px;
}

.teleuph {position: static;}


@media screen and (min-width: 980px) {
    .teleuph {

        right: 0 !important;
        top: 80px !important;
        font-size: 32px;
        color: #000;
        position: absolute;
    }
}

@media screen and (max-width: 768px) {
    .teleuph {

        top: 34px !important;
        font-size: 17px;
        position: static;

    }
}

@media only screen and (max-width: 480px) {
    #main-header .teleuph {
        top: 80px !important;

        position: static;
    }
}