/* * * Front-end Stylesheet * */ /*** Footer Widgets**/.footer-widgets {    background-color: #f8f8f8;    border-top: 1px solid #e8e8e8;	clear: both;	line-height: 1.5;	overflow: hidden;	padding: 50px 0 30px;}.footer-widgets > .wrap {	max-width: 1130px;	margin: 0 auto;	padding: 0 20px;}.footer-widgets p {	margin-bottom: 20px;}.footer-widgets .widget-area {	margin-bottom: 0;}.footer-widgets .widget {	margin-bottom: 20px;}.footer-widgets .widget-area ul li {	list-style-type: none;	margin-bottom: 6px;	word-wrap: break-word;}/* Desktops, laptops and iPads (landscape) ----------- */@media only screen and (max-width: 1170px) {}/* iPads (portrait) ----------- */@media(min-width: 769px) and (max-width: 1170px){}@media(min-width: 480px) and (max-width: 1170px){}@media only screen and (max-width: 768px) {}/* iPhones (portrait and landscape) ----------- */@media only screen and (max-width: 480px) {}@media only screen and (max-width: 479px) {}