/*
Theme Name: Redux Tech
Description: Custom Responsive Styles.
*/
@charset "utf-8";
@media (min-width: 768px){
	.dtar {
		text-align:right;
	}
	.dfleft {
		float: left;
	}
	.footer-widget-1 {
		border-right: 1px solid #000;
	}
}
@media (max-width: 767px){
	img.dfleft {
		display: block;
		clear: both;
	}
	.mtac {
		text-align:center;
	}
	.fleft, .fright, .alignright, .alignleft, .displayinline, body:not(.home) #primary, body:not(.home) #secondary {
		display:block;
		margin:0px auto;
		float:none;
		position:relative;
		padding:3px;
		clear:both;
		width:100%;
	}
	.blocks, .block, .block1, .block2, .block3, .block4 {
        display: block;
        clear: both;
        width: 100%;
        flex: none;
    }
    .site-info .blocks div, #fot-menu, .custom-logo-link {
    	text-align: center;
    	display: block;
    }
}
/* CSS Document */