/*
Theme Name:   SPICE Divi Child Theme
Theme URI:    http://veedoo.io
Description:  SPICE Divi Child Theme
Author:       Veedoo
Author URI:   http://veedoo.io
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  divi-child
*/
/*...Header nav...*/


/*ERTICO BAR


/*ERTICO BAR*/

.footer-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #818280;
    clear: both;
    width: 100%;
    padding: 10px 0px 5px 0px;
}
.ertico-fixed-bar {
    position: relative;
    top: -6px;
    text-align:right; 
    color:#fff; 
    padding-right: 50px;
    
}
.ertico-fixed-bar .ertico__text1 {
    
    margin-right: 12px;
}

.ertico-fixed-bar .ertico__text2 {
    
    margin-left: 9px;
}
.ertico-fixed-bar .ertico__img {
    position: relative;
    top: 7px;
}
.ertico-fixed-bar .ertico__link {
    color: #fff;
}
.ertico-fixed-bar .ertico__link:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom .footer-icon {
    width: 10%;
    float: left;
    text-align: center;
}
.footer-bottom .footer-link {
    width: 30%;
    float: left;
    text-align: center;
    color: #63a7e2;
    padding-top: 5px;
}
.footer-bottom a {
    color: #63a7e2;
}
.footer-bottom a:hover {
    color: #bde0fe;
    text-decoration: none;
}
/* Bottom Bar */

@media screen and (max-width: 600px) {
    #tribe-events-content a{
    color:#fff ;
    }
    .footer-bottom .footer-icon {
        width:100%;
    }
    .footer-bottom .footer-link {
        width:100%;
    }
    .footer-bottom{
        position: inherit;
    }
    .footer-bottom > div{
        float: none !important;
    }
    footer{
        padding-bottom: 0;
    }
    .company-logo{
        
        padding-left:10px;
        display: inline-block;
    }
}

