.wdm-social-icons{
	width: 100%;
    padding: 0px;
}

.social-icons:before,
.footer-inner:before
.social-icons:after,
.footer-inner:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.social-icons:after,
.footer-inner:after {
    clear: both;
}

#wdm-footer-icons ul li{
	margin-right: 5px;
	float: left;
}

#wdm-footer-icons ul li:last-of-type {
	margin-right: 0;
}

#wdm_login_text{
	margin-left: 30%;
}
.wdm_login_form_label{
	    display: inline !important;
}
.wdm_login_form_input{
	width:60% !important;
}
.wdm_login_form_submit{
	margin-left: 25% !important;
    width: 26% !important;
}
.wdm_login_links{
	margin-left: 13% !important;
}
.wdm_login_links a{
	text-decoration: underline !important;
}
/*.right_section{
	margin-top: 8%;
}*/
.right_section input{
	display: block;
	width: 60%;
	margin-bottom: 1%;
}
.right_section .wdm_link_button{
	width:100% !important;
	background: #f79b3c !important;
    color: #7d2e2e !important;
    border-radius: 10px;
    border: none;
    font-weight: bold;
}
.right_section button{
	margin-top:6%;
	background:#46a5e5;
	width:100%;
	border-radius: 10px;
	border: none;
	font-weight: bold;
	color: black;
}

.wdm_wc_login{
	border: none !important;
	margin: 0 !important;
	padding: 0px !important;
}
/*.wdm_col-1{
	width:25% !important;
	margin-left: 4%;
}*/
.wdm-col-2{
	width:30% !important;
}
.page-right-sidebar #secondary{
	display:none;
}

@media only screen and (max-width: 1200px) {
	.site-header div.header-inner .left-col {
		width: 66%;
	}
}

@media only screen and (max-width: 990px) {
	.site-header div.header-inner .left-col {
		width: 100%;
	}
	div.wdm-social-icons,
	form#switch-mode {
		display: none;
	}
}

@media only screen and (max-width: 770px) {
    .wdm-col-2{
	width:70% !important;
	}
	#wdm_login_form_submit{
    	margin-left: 24% !important;
    }
	div.footer-credits,
	.footer-inner-bottom > div.footer-inner div#footer-links {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 450px) {
    #wdm_login_text{
      margin-left:40% !important;
    }
    #wdm_login_form_submit{
    	margin-left:35% !important;
    }

}


