/* media screen
----------------------------------------------------------------*/
@media screen {
    #footer * {
        color: #fff;
        font-size: 1.1rem;
    }

	#footer {
		background: #333333;
		padding-top: 2rem;
	}

    #footer h1, #footer h2, #footer h3 {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
    }
    #footer h1:after, #footer h2:after, #footer h3:after {
        display: none;
    }

    #footer a {
        text-decoration: none;
        border: none;
    }

    #footer .ce_text {
        margin-bottom: 1.75rem;
    }
    
    #footer .ce_multicolumnStart {
        display: block;
        width: 100%;
        padding-top: 0.5rem;
    }
    #footer .ce_multicolumnStart:before {
        border-top: 1px solid #f6a422;
        content: "";
        display: block;
        margin-bottom: 0.5rem;
    }
}
/*@media ends*/



/* Media Query
---------------------*/

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

    
    #footer .inside_art {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #footer .mod_navigation li {
        display: inline;
        margin-right: 1rem;
        text-transform: uppercase;
    }    
    
    #footer .mod_navigation {
        display: inline-block;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    #footer .mod_social_media_link {
        float: right;
        width: auto;    
        margin-bottom: 0;
    }
    #footer .mod_social_media_link .icon{
        margin: 0 0 0 0.4em;
    }

    #footer .ce_multicolumnStart:before {
        margin-right: 90px;
        margin-bottom: 0;
    } 
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    #footer .wrapper .inside {
		margin: 0 95px;
    }

    #footer address {
        column-count: 2;
        column-gap: 2rem;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1200px */
@media only screen and (min-width:1200px) {
    #footer address {
        column-gap: 4rem;
    }    
}