
/** FOOTER SECTION */

#footer {
    color: #FFF;
}

.flex.width-33 div {
    width: 33%;
}

.flex.width-33 div ul {
    padding: 0 20px;
}

#copyright div {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

#copyright ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

#copyright ul li {
    padding: 0 20px;
    border-right: 1px solid #696969;
}

#copyright ul li:last-child {
    border-right: none;
}

#copyright {
    color: rgba(254, 254, 254, 0.6);
    padding: 0;
}

.ftr-btm{
      background-color: #262626;
}

#copyright div p:first-child {
    color: #FFF;
}

#footer ul li {
    margin-bottom: 3px;
}

#footer .certificates {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

#footer ul li a {
    color: #FFF;
}

#footer .container {
    padding: 20px 0 !important;
}

#footer ul {
    padding: 0;
    margin-left: 15px;
}

#footer h3 {
    font-family: 'Open Sans Condensed', sans-serif;
}


/************************** MOBILE STYLES IN LANDSCAPE ***********************************/


/********* TABLET LANDSCAPE *********/
@media screen and (max-device-width: 1024px) and (orientation: landscape){

    
    #footer {
        padding: 0 30px !important;
        box-sizing: border-box;
    }

    #footer .nowrap{
        white-space: normal;
    }

     #footer  ul {
    }
    
}




/********* LARGE PHONE LANDSCAPE *********/
@media screen and (max-device-width: 736px) and (orientation: landscape){

    
   
}




/********* SMALL PHONE LANDSCAPE *********/
@media screen and (max-device-width: 640px) and (orientation: landscape){

    

    
}






/************************** MOBILE STYLES IN PORTRAIT ***********************************/


/********* TABLET PORTRAIT */
@media screen and (max-device-width: 768px) and (orientation: portrait){

    #footer {
        font-size: 13px;
    }
    #footer .container {
        padding: 30px !important;
    }

    #footer .nowrap{
        white-space: normal;
    }

     #footer  ul {
        padding: 0;
    }
        
}



/********* LARGE PHONE PORTRAIT */
@media screen and (max-device-width: 414px) and (orientation: portrait){

    
    #footer .flex {
        width: 100%;
        flex-wrap: wrap;
    }

    #footer .flex {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ftr-nav {
    }

    #copyright ul {
        padding: 0;
        margin: 0;
    }

    #copyright {
        flex-direction: column;
        align-items: center;
    }

    .ftr-nav {
        padding-bottom: 10px !important;
    }

    #copyright div {
        padding: 0;
    }

    #footer .width-33 {
        width: 40%;
    }

    #footer .certificates img {
        zoom: 80%;
    }
            
}



/********* SMALL PHONE PORTRAIT */
@media screen and (max-device-width: 360px) and (orientation: portrait){

    
    .coloured::after{
        content: "I am a small phone in portrait";
        color: #983A4A;
        font-size: 35px;
    }
    
}
