/*
Theme Name: Entrance
Theme URI: http://gawibowo.com/themes/entrance
Description: Responsive Magazine/Blog WordPress theme
Version: 1.1
Author: gawibowo
Author URI: http://themeforest.net/user/gawibowo
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic");



/* =Layout
-----------------------------------*/

#footer-area {
	margin-top: 60px;
}
#footer-widget {
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 13px;
	border-top: 1px solid #eee;
}



/* =Widgets
----------------------------------------------- */

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widgettitle {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.widgettitle span {
	display: inline-block;
	border-bottom: 1px solid #3580be;
	margin-bottom: -1px;
	padding-bottom: 10px;
}

.widget {
	margin-bottom: 60px;
}
#footer-widget .widget {
	margin-bottom: 40px;
}
#wrapper .widget:last-child {
	margin-bottom: 0;
}
.widget ul > li {
	padding: 5px 0;
}
.widget ul > li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget li > a {
	color: #555;
}
.widget li > a:hover {
	color: #3580be;
}


