/* Footer Branding */

#main-footer .container.clearfix, #main-footer .col-sm-9 {
	padding: 0;
}

#main-footer .row {
	position: relative;
}

#main-footer .col-sm-9 {
	position: relative;
	width: 100%;
	z-index: 500;
}

#main-footer .col-sm-3 {
	width: 100%;
	z-index: 1;
}

.wecreate-footer-branding {
    color: #cccccc;
    display: block;
    font-size: .85em;
    line-height: 0;
    padding: 10px 0;
    text-align: center;
}

.wecreate-footer-branding a {
    color: #cccccc;
    font-weight: bold;
}

.wecreate-footer-branding a:hover {
	color: #ffffff;
}

.footer-branding-logo {
    display: inline-block;
    background-image: url('../img/wecreate-logo-white.svg');
    background-repeat: no-repeat;
    height: 51px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 150px;
}

.wecreate-footer-branding.theme-dark-on-light .footer-branding-logo {
    background-image: url('../img/wecreate-logo-white.svg');
}

.footer-branding-logo a {
    display: block;
    height: 100%;
}

.footer-branding-content {
    line-height: 1.5em;
}

/* Social Icons */
.wecreate-social-icons {
    margin-top: 9px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.wecreate-social-icon {
    display: inline-block;
    margin: 0 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    height: 50px;
    width: 50px;

    -webkit-transition:  all 0.2s ease 0s;
    -moz-transition:  all 0.2s ease 0s;
    -o-transition:  all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.wecreate-social-icon .icon {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    line-height: 0;
    width: 100%;
}

.wecreate-social-icon a {
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease 0s;
}

.wecreate-social-icon:hover {
    background-color: #ffffff;
}

.wecreate-social-icon span {
    display: none;
}

.wecreate-social-icon a.icon:before {
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

/* Facebook */
.wecreate-social-facebook {
    background-color: #4c72a9;
}

.wecreate-social-icon.wecreate-social-facebook:hover a.icon {
    color: #4c72a9;
}

.wecreate-social-facebook a.icon:before {
    content: "\e093";
}

/* Twitter */
.wecreate-social-twitter {
    background-color: #1cb7eb;
}

.wecreate-social-icon.wecreate-social-twitter:hover a.icon {
    color: #1cb7eb;
}

.wecreate-social-twitter a.icon:before {
    content: "\e094";
}

/* Google+ */
.wecreate-social-gplus {
    background-color: #dd5044;
}

.wecreate-social-icon.wecreate-social-gplus:hover a.icon {
    color: #dd5044;
}

.wecreate-social-gplus a.icon:before {
    content: "\e096";
}

/* LinkedIn */
.wecreate-social-linkedin {
    background-color: #0084bf;
}

.wecreate-social-icon.wecreate-social-linkedin:hover a.icon {
    color: #0084bf;
}

.wecreate-social-linkedin a.icon:before {
    content: "\e09d";
}

@media screen and (min-width: 768px) {
	
	.wecreate-social-icon {
		margin-bottom: 0;
	}
	
}

@media screen and ( min-width: 981px ) {
	
	.wecreate-footer-branding {
        display: flex;
        text-align: left;
    }

    .footer-branding-logo {
        display: block;
        margin-bottom: 0;
    }

    .footer-branding-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	
    #main-footer .container {
		max-width: none;
		width: 89%;
	}
	
	#main-footer .col-sm-9 {
		width: 70%
	}
	
	#main-footer .col-sm-3 {
		padding: 0;
		position: absolute !important;
		right: 0;
		top: 0;
	}
	
    .wecreate-social-icons {
        float: right;
        width: auto;
        text-align: left;
    }

    .wecreate-social-icon {
        margin-left: 10px;
        margin-right: 0;
    }

}